/*!
Theme Name: Bidasoa Turismo
Author: WebTempo
Author URI: https://www.tempografix.com/
Description: Plantilla web para Bidasoa Turismo
Version: 1.0
*/
.menu-responsive .nav .menu-item,
.nav-container,
.menu-responsive .nav .menu-item::after,
.menu-responsive .nav .menu__link,
.topbar,
.lang-list-container,
.burguer-button,
.slide .slide__content .sld-btn-cont,
.slide .slide__content .btn-slider-main,
.slide .slide__content .btn-slider-neg,
.bnr-impar .bnr-img,
.bnr-call-to-action,
.bdtr_home_header .plan-buscador span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.menu-responsive .nav .menu-item,
.nav-container,
.menu-responsive .nav .menu-item::after,
.menu-responsive .nav .menu__link,
.topbar,
.lang-list-container,
.slide .slide__content .sld-btn-cont,
.slide .slide__content .btn-slider-main,
.slide .slide__content .btn-slider-neg,
.bnr-impar .bnr-img,
.bnr-call-to-action,
.bdtr_home_header .plan-buscador span {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.nav-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.topbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.menu-responsive .nav .menu-item::after,
.menu-responsive .nav .menu__link,
.burguer-button,
.slide .slide__content .sld-btn-cont,
.slide .slide__content .btn-slider-main,
.slide .slide__content .btn-slider-neg,
.bnr-impar .bnr-img,
.bnr-call-to-action {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.lang-list-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.burguer-button {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.menu-responsive .nav .menu-item {
    display: flex;
    align-items: center;
} /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1,
h2,
h3 {
    font-size: 2em;
    margin: 0.67em 0;
}
ul {
    padding: 0;
    margin: 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-style: none;
    margin: 0px;
    width: 0;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
}
@media screen and (min-width: 800px) {
    html {
        font-size: 15.5px;
        line-height: 20.5px;
    }
}
@media screen and (min-width: 1170px) {
    html {
        font-size: 16px;
        line-height: 21px;
    }
}
h1 {
    font-size: 1.75em;
    line-height: 1.375em;
}
h2 {
    font-size: 1.5625em;
    line-height: 1.25em;
}
h3 {
    font-size: 1.5625em;
    line-height: 1.875em;
}
h4 {
    font-size: 1.4375em;
    line-height: 1.875em;
}
h5 {
    font-size: 1.25em;
    line-height: 1.5em;
}
h6 {
    font-size: 1.125em;
    line-height: 1.875em;
}
h1 {
    color: #343434;
    margin-top: 0px;
}
h2 {
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 25px;
}
h2.subtitle {
    font-size: 18px;
}
h3 {
    letter-spacing: 1px;
    color: #141556;
    line-height: 32px;
    font-weight: 300;
    font-family: "Fira Sans", sans-serif;
    margin-top: 25px;
}
h3.subtitle02 {
    font-size: 29px !important;
}
h6 {
    margin: 10px 0px;
}
p {
    font-size: 1.03125em;
    line-height: 1.875em;
    color: #1e1e1e;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    color: #565656;
}
p strong {
    font-weight: 700;
    color: #141556;
}
.destacado {
    color: #141556;
    font-weight: 400;
}
a {
    color: #141556;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
ul:not([class]) {
    list-style: none;
    padding: 0;
    margin-left: 22px;
}
ul:not([class]) li {
    position: relative;
    padding-left: 11px;
    margin-top: 20px;
    position: relative;
    padding-left: 11px;
    margin-top: 20px;
    padding-bottom: 18px;
    border-bottom: solid 1px #eee;
}
ul:not([class]) li:last-child {
    border-bottom: 0px;
}
ul:not([class]) li:before {
    content: "\f058";
    color: #fcd22e;
    font-family: FontAwesome;
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
ul.lista-agenda-links li {
    margin-top: 20px;
    padding-bottom: 18px;
    border-bottom: solid 1px #eee;
}
ul.lista-agenda-links li .fa {
    margin-right: 10px;
}
ul.lista-agenda-links li:last-child {
    border-bottom: 0px;
}
.hr-corto {
    width: 10%;
}
.hr-medio {
    width: 50%;
}
.hr-largo {
    width: 100%;
}
.hr-fino {
    height: 1px;
}
.hr-normal {
    height: 2px;
}
.hr-grueso {
    height: 4px;
}
.enc-corp-center,
h2.enc-corp,
h2.enc-corp-center,
h1.enc-corp,
h1.enc-corp-center {
    font-size: 1.75em;
    line-height: 1.3125em;
    letter-spacing: 2px;
    font-weight: 700;
    color: #141556;
    margin-bottom: 25px;
}
.enc-corp-center:after,
h2.enc-corp:after,
h1.enc-corp:after {
    content: "";
    background-repeat: no-repeat;
    width: 60px;
    height: 2px;
    background: #fcd22e;
    margin-top: 12px;
    display: block;
}
.enc-corp-center {
    text-align: center;
}
.enc-corp-center:after {
    margin: auto;
    margin-top: 18px;
}
h2.enc-corp,
h2.enc-corp-center,
h1.enc-corp,
h1.enc-corp-center {
    font-size: 28px;
    margin-top: 2px;
}
.subtitular {
    font-weight: 600;
    color: #141556;
    line-height: 1.375em;
    font-size: 1.1875em;
}
.enc-icon {
    font-weight: 700;
    color: #141556;
    font-size: 1.1875em;
}
.enc-icon .fa {
    color: #879adc;
    border-bottom: solid 3px #fcd22e;
    padding-bottom: 6px;
}
.list-style-none {
    list-style: none !important;
}
.enc-hr {
    border-bottom: solid 2px #eee;
    box-sizing: border-box;
    margin: 0px;
    padding-bottom: 8px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 19px;
    color: #969696;
    position: relative;
    margin-bottom: 20px;
}
.enc-hr:after {
    content: "";
    position: absolute;
    bottom: -2px;
    display: block;
    width: 50px;
    height: 2px;
    background: #141556;
}
.enc-hr.contrast {
    color: #969696;
    font-weight: 400;
    border-color: #ddd;
    border-width: 1px;
}
.enc-hr.contrast:after {
    bottom: -1px;
}
.enc-hr.dark {
    color: #b3b3b3;
    font-weight: 400;
    border-color: #686868;
    border-width: 1px;
}
.enc-hr.dark:after {
    bottom: -1px;
    height: 1.5px;
}
.right-align {
    text-align: right !important;
}
.left-align {
    text-align: left !important;
}
.center-align {
    text-align: center !important;
}
.bold {
    font-weight: 800;
}
.semi {
    font-weight: 600;
}
.regular {
    font-weight: 400;
}
.normal {
    font-weight: 300;
}
.light {
    font-weight: 200;
}
.upcase {
    text-transform: uppercase !important;
}
.font-corp {
    font-family: "Fira Sans", sans-serif !important;
}
.font-second {
    font-family: "Fira Sans", sans-serif !important;
}
.c-corp {
    color: #141556 !important;
}
.c-corp-l {
    color: #141556 !important;
}
.c-second {
    color: #fcd22e !important;
}
.c-second-l {
    color: #141556 !important;
}
.c-third {
    color: #89a10b !important;
}
.c-white {
    color: #fff !important;
}
.c-grey {
    color: #a3a3a3 !important;
}
.c-grey.enc-corp::before,
.c-grey.enc-corp-center::before {
    color: #141556 !important;
}
.bg-c-corp {
    background: #141556 !important;
}
.bg-c-second {
    background: #fcd22e !important;
}
.bg-white {
    background: #fff;
}
.bg-grey {
    background: #b3b3b3;
}
.bg-grey-l1 {
    background: #e6e6e6;
}
.bg-grey-l2 {
    background: #f2f2f2;
}
.bg-grey-l3 {
    background: #f4f4f4;
}
.bg-grey-d1 {
    background: #666;
}
.bg-grey-d2 {
    background: #343434;
}
.center-block {
    display: block;
    margin: 0px auto;
}
.responsive-img {
    max-width: 100%;
    height: auto;
}
.bordered {
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 10px;
}
.no-padd {
    padding: 0 !important;
}
.no-padd-l {
    padding-left: 0 !important;
}
.no-padd-r {
    padding-right: 0 !important;
}
.no-mar {
    margin: 0 !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.soft-shadow {
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}
.blur-shadow {
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
}
figure.wp-block-image.sombra-paralela-izquierda {
    line-height: 0px;
}
figure.wp-block-image.sombra-paralela-izquierda img {
    -webkit-box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
    box-shadow: -9px 7px 11px 0px rgba(0, 0, 0, 0.23);
}
.sombra-paralela-izquierda {
    -webkit-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    -o-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    -ms-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.48);
}
.sombra-paralela-derecha {
    -webkit-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    -o-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -3px 4px 4px 0px rgba(0, 0, 0, 0.28);
}
.separate {
    position: relative;
}
.separate:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1px;
    background: #eee;
}
.img-circle {
    overflow: hidden;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
}
.border-bottom-dotted {
    border-bottom: dotted 2px #ddd;
}
.border-bottom-solid {
    border-bottom: solid 1px #ddd;
}
.aviso-error {
    box-sizing: border-box;
    padding: 5px 5px;
    background: #f8d1d5;
    color: #e3394a;
    border-left: solid 3px #e3394a;
    border-top: solid 1px #e3394a;
    border-bottom: solid 1px #e3394a;
    border-right: solid 1px #e3394a;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    margin-bottom: 18px;
    font-family: "Fira Sans", sans-serif;
}
.aviso-info {
    box-sizing: border-box;
    padding: 5px 5px;
    background: #ddecfb;
    color: #105196;
    border-left: solid 3px #105196;
    border-top: solid 1px #105196;
    border-bottom: solid 1px #105196;
    border-right: solid 1px #105196;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    margin-bottom: 18px;
    font-family: "Fira Sans", sans-serif;
}
.aviso-exito {
    box-sizing: border-box;
    padding: 5px 5px;
    background: #dbf5db;
    color: #33b233;
    border-left: solid 3px #33b233;
    border-top: solid 1px #33b233;
    border-bottom: solid 1px #33b233;
    border-right: solid 1px #33b233;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    margin-bottom: 18px;
    font-family: "Fira Sans", sans-serif;
}
.container-fluid {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: auto;
}
@media screen and (min-width: 1400px) {
    .container-fluid {
        max-width: 1280px;
        width: 90%;
        padding-bottom: 100px;
    }
}
.container-full {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 15px;
}
.container {
    max-width: 1280px;
    width: 90%;
    margin: auto;
    height: auto;
    overflow: auto;
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1450px;
        width: 95%;
    }
}
.row {
    clear: both;
}
.section {
    padding: 20px 0px;
}
.section-xl {
    clear: both;
    padding-bottom: 100px;
}
.section-l {
    clear: both;
    padding-bottom: 80px;
}
.section-m {
    clear: both;
    padding-bottom: 40px;
}
.section-s {
    clear: both;
    padding-bottom: 20px;
}
.section-xl--doble {
    clear: both;
    padding: 100px 0px;
}
.section-l--doble {
    clear: both;
    padding: 80px 0px;
}
.section-m--doble {
    clear: both;
    padding: 40px 0px;
}
.section-s--doble {
    clear: both;
    padding: 20px 0px;
}
.section-xl--top {
    clear: both;
    padding-top: 100px;
}
.section-l--top {
    clear: both;
    padding-top: 80px;
}
.section-m--top {
    clear: both;
    padding-top: 40px;
}
.section-s--top {
    clear: both;
    padding-top: 20px;
}
@media screen and (min-width: 800px) {
    .container {
        width: 88%;
    }
}
@media screen and (min-width: 1170px) {
    .container {
        width: 88%;
    }
}
.col.s1 {
    position: relative;
    width: 8.3333333333%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-1 {
    margin-left: 8.3333333333%;
}
.col.s2 {
    position: relative;
    width: 16.6666666667%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-2 {
    margin-left: 16.6666666667%;
}
.col.s3 {
    position: relative;
    width: 25%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-3 {
    margin-left: 25%;
}
.col.s4 {
    position: relative;
    width: 33.3333333333%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-4 {
    margin-left: 33.3333333333%;
}
.col.s5 {
    position: relative;
    width: 41.6666666667%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-5 {
    margin-left: 41.6666666667%;
}
.col.s6 {
    position: relative;
    width: 50%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-6 {
    margin-left: 50%;
}
.col.s7 {
    position: relative;
    width: 58.3333333333%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-7 {
    margin-left: 58.3333333333%;
}
.col.s8 {
    position: relative;
    width: 66.6666666667%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-8 {
    margin-left: 66.6666666667%;
}
.col.s9 {
    position: relative;
    width: 75%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-9 {
    margin-left: 75%;
}
.col.s10 {
    position: relative;
    width: 83.3333333333%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-10 {
    margin-left: 83.3333333333%;
}
.col.s11 {
    position: relative;
    width: 91.6666666667%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-11 {
    margin-left: 91.6666666667%;
}
.col.s12 {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    float: left;
    box-sizing: border-box;
}
.offset-s-12 {
    margin-left: 100%;
}
@media screen and (min-width: 800px) {
    .col.m1 {
        position: relative;
        width: 8.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-1 {
        margin-left: 8.3333333333%;
    }
    .col.m2 {
        position: relative;
        width: 16.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-2 {
        margin-left: 16.6666666667%;
    }
    .col.m3 {
        position: relative;
        width: 25%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-3 {
        margin-left: 25%;
    }
    .col.m4 {
        position: relative;
        width: 33.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-4 {
        margin-left: 33.3333333333%;
    }
    .col.m5 {
        position: relative;
        width: 41.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-5 {
        margin-left: 41.6666666667%;
    }
    .col.m6 {
        position: relative;
        width: 50%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-6 {
        margin-left: 50%;
    }
    .col.m7 {
        position: relative;
        width: 58.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-7 {
        margin-left: 58.3333333333%;
    }
    .col.m8 {
        position: relative;
        width: 66.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-8 {
        margin-left: 66.6666666667%;
    }
    .col.m9 {
        position: relative;
        width: 75%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-9 {
        margin-left: 75%;
    }
    .col.m10 {
        position: relative;
        width: 83.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-10 {
        margin-left: 83.3333333333%;
    }
    .col.m11 {
        position: relative;
        width: 91.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-11 {
        margin-left: 91.6666666667%;
    }
    .col.m12 {
        position: relative;
        width: 100%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-m-12 {
        margin-left: 100%;
    }
}
@media screen and (min-width: 1170px) {
    .col.l1 {
        position: relative;
        width: 8.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-1 {
        margin-left: 8.3333333333%;
    }
    .col.l2 {
        position: relative;
        width: 16.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-2 {
        margin-left: 16.6666666667%;
    }
    .col.l3 {
        position: relative;
        width: 25%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-3 {
        margin-left: 25%;
    }
    .col.l4 {
        position: relative;
        width: 33.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-4 {
        margin-left: 33.3333333333%;
    }
    .col.l5 {
        position: relative;
        width: 41.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-5 {
        margin-left: 41.6666666667%;
    }
    .col.l6 {
        position: relative;
        width: 50%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-6 {
        margin-left: 50%;
    }
    .col.l7 {
        position: relative;
        width: 58.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-7 {
        margin-left: 58.3333333333%;
    }
    .col.l8 {
        position: relative;
        width: 66.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-8 {
        margin-left: 66.6666666667%;
    }
    .col.l9 {
        position: relative;
        width: 75%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-9 {
        margin-left: 75%;
    }
    .col.l10 {
        position: relative;
        width: 83.3333333333%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-10 {
        margin-left: 83.3333333333%;
    }
    .col.l11 {
        position: relative;
        width: 91.6666666667%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-11 {
        margin-left: 91.6666666667%;
    }
    .col.l12 {
        position: relative;
        width: 100%;
        padding: 0px 15px;
        float: left;
        box-sizing: border-box;
    }
    .offset-l-12 {
        margin-left: 100%;
    }
}
figure.wp-block-image.size-full {
    margin: 0px;
}
hr.wp-block-separator {
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
}
.wp-block-image.sombra-paralela img {
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    border-radius: 4px;
    max-width: 100%!important;
    height: auto!important;
}

.wp-block-image.size-full img {
    max-width: 100%!important;
    height: auto!important;
}
.sombra-paralela img {
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}
.page-template-page-descarga-folletos .wp-block-file a {
    font-size: 14px;
}
.page-template-page-descarga-folletos .wp-block-file a.wp-block-file__button {
    background: #89a10b;
    float: right;
    font-size: 13px;
}
.wp-block-button__link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.wp-block-button__link:hover {
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    opacity: 0.9;
}
.icon-size-m svg {
    width: 100% !important;
    height: auto !important;
    width: 22px !important;
    margin-right: 10px;
}
.titulo-icono {
    margin-bottom: 13px;
}
.titulo-icono img {
    width: 30px;
    float: left;
    margin-right: 10px;
}
.wp-block-button__link {
    font-size: 15px;
}
.bdtr-pages .page-numbers {
    font-size: 1.125em;
    color: #879adc;
    box-sizing: border-box;
    padding: 5px 8px;
    border-radius: 4px;
    margin: 0px 3px;
}
.bdtr-pages .page-numbers.current {
    color: #141556;
    background: #eee;
}
.bdtr-pages .next.page-numbers,
.bdtr-pages .prev.page-numbers {
    color: #fcd22e;
}
.kt-blocks-info-box-media .kt-info-box-image,
.kt-blocks-info-box-media-container {
    height: auto;
}
.cab-medium {
    height: 490px;
    background-color: #777;
    background-position: center -80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 330px;
    position: relative;
    height: 490px;
}
@media screen and (min-width: 500px) {
    .cab-medium {
        background-size: 800px;
    }
}
@media screen and (min-width: 800px) {
    .cab-medium {
        background-size: 1138px;
    }
}
@media screen and (min-width: 1170px) {
    .cab-medium {
        background-size: cover;
    }
}
@media screen and (min-width: 1400px) {
    .cab-medium {
        background-position: center center;
        background-size: cover;
    }
}
.cab-medium-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cab-medium:after {
    content: "";
    opacity: 0.8;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
}
.cab-medium-caption h1 {
    text-align: center;
    color: #fff;
    font-size: 2.0625em;
    margin: 0px;
}
.cab-medium.que-visitar {
    background-attachment: local;
    background-size: cover;
}
.post-type-archive .crumbs {
    display: none;
}
.post-type-archive h1.enc-corp-center {
    margin-top: 10px;
}
.post-type-archive h1.enc-corp-center::after {
    content: none;
}
.cab-large {
    height: 490px;
    background-color: #777;
    background-position: center -80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 330px;
    position: relative;
}
@media screen and (min-width: 500px) {
    .cab-large {
        background-size: 800px;
    }
}
@media screen and (min-width: 800px) {
    .cab-large {
        background-size: 1138px;
    }
}
@media screen and (min-width: 1170px) {
    .cab-large {
        background-size: cover;
    }
}
@media screen and (min-width: 1400px) {
    .cab-large {
        background-position: center center;
        background-size: cover;
    }
}
.cab-large-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cab-large:after {
    content: "";
    opacity: 0.8;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
}
.cab-large:after {
    content: "";
    background: #050505;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
}
.cab-large.cab-white::after {
    content: none !important;
}
.cab-large-caption h2 {
    text-align: center;
    color: #fff;
    font-size: 2.0625em;
}
.cab-single-post {
    height: 490px;
    background-color: #777;
    background-position: center -80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 330px;
    position: relative;
    height: 300px;
    overflow: hidden;
}
@media screen and (min-width: 500px) {
    .cab-single-post {
        background-size: 800px;
    }
}
@media screen and (min-width: 800px) {
    .cab-single-post {
        background-size: 1138px;
    }
}
@media screen and (min-width: 1170px) {
    .cab-single-post {
        background-size: cover;
    }
}
@media screen and (min-width: 1400px) {
    .cab-single-post {
        background-position: center center;
        background-size: cover;
    }
}
.cab-single-post-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cab-single-post:after {
    content: "";
    opacity: 0.8;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
}
.cab-single-post::after {
    content: "";
    opacity: 0.8;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: #050505;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 78%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 78%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 78%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 78%);
    z-index: 3;
}
.cab-single-post::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center -80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    z-index: 2;
}
.cab-single-post-caption {
    z-index: 4;
}
.cab-single-post-caption h2 {
    text-align: left;
    color: #fff;
    margin-top: 18px;
    font-size: 2.0625em;
}
.tax-tipo_establecimiento .crumbs,
.tax-iniciativa_gastronomica .crumbs,
.tax-ciudad_comer .crumbs,
.page-template-page-como-llegar .crumbs,
.archive.category-eventos .crumbs,
.tax-ciudad_ev .crumbs,
.tax-meses .crumbs,
.tax-ciudad_dormir .crumbs,
.tax-tipo_alojamiento .crumbs {
    display: none;
}
body.home .header-main-bar {
    position: absolute;
    width: 100%;
}
.header-main-bar {
    position: relative;
    z-index: 10;
}
.navbar {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    z-index: 3;
    display: block;
    background-color: transparent;
    top: 0px;
    height: 85px;
    box-sizing: border-box;
}
.nav-container {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0px 15px;
    margin: auto;
    height: 100%;
}
@media screen and (min-width: 1170px) {
    .nav-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 97%;
    }
}
@media screen and (min-width: 1400px) {
    .nav-container {
        max-width: 1450px;
        width: 95%;
    }
}
.menu-responsive {
    display: none;
}
.menu-responsive.active {
    display: block;
}
.menu-responsive .nav {
    font-family: "Fira Sans", sans-serif;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (min-width: 1170px) {
    .menu-responsive .nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        width: 70%;
    }
}
.menu-responsive .nav .menu {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1170px) {
    .menu-responsive .nav .menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}
.menu-responsive .nav .menu-item {
    height: 80%;
    width: 25%;
    box-sizing: border-box;
    justify-content: center;
    border-top: solid 3px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.menu-responsive .nav .menu-item::after {
    font-family: "FontAwesome";
    content: "\f13a";
    font-size: 0.8125em;
    color: #fcd22e;
    margin-left: 20px;
    height: 13px;
    width: 13px;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 50%;
    line-height: 0px;
}
.menu-responsive .nav .menu-item:last-child {
    background-image: none;
}
.menu-responsive .nav .menu-item.highlight {
    border-left: solid #d6d6d6 1px;
    border-top: 0px;
}
.menu-responsive .nav .menu-item.highlight:hover {
    background: #141556 !important;
}
.menu-responsive .nav .menu-item.highlight:hover a {
    background: #141556 !important;
    color: #fff;
}
.menu-responsive .nav .menu-item.mgm-active {
    border-color: #fcd22e;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -moz-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -o-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -ms-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    background: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.menu-responsive .nav .menu-item.mgm-active a {
    color: #141556 !important;
}
/* .menu-responsive .nav .menu-item.mgm-active a:after {
    background-color: #141556;
} */
.menu-responsive .nav .menu-item.mgm-active a:hover {
    color: #879adc !important;
}
.menu-responsive .nav .menu__link {
    text-transform: uppercase;
    color: #a0a0a0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    height: auto;
    width: 95%;
}
.menu-responsive .nav .menu__link i {
    margin-right: 10px;
}
@media screen and (min-width: 1170px) {
    .menu-responsive .nav .menu__link {
        font-size: 0.6875em;
    }
}
.menu-responsive .nav .menu__link:after {
    position: absolute;
    content: "";
    bottom: -21px;
    width: 50px;
    background-color: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    height: 2px;
}
.menu-responsive .nav .menu__link:hover {
    color: black;
}
.menu-responsive .nav .menu__link:hover:after {
    background-color: #141556;
}
.menu-responsive .actions {
    width: 20%;
    height: 100%;
    margin-left: 46px;
    display: block;
}
@media screen and (min-width: 1170px) {
    .menu-responsive .actions {
        margin-left: 35px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 1195px) {
    .menu-responsive .actions {
        margin-left: 46px;
    }
}
.menu-responsive .actions .bdstrm_searchbar {
    border-radius: 50px;
    margin-right: 4px;
    border: solid 1px #ddd;
    display: block;
    width: 170px;
    background: transparent;
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/comun/buscador.png");
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 8px;
    height: 34px;
    box-sizing: border-box;
    padding-left: 38px;
    color: #666;
}
@media screen and (min-width: 1400px) {
    .menu-responsive .actions .bdstrm_searchbar {
        margin-right: 24px;
    }
}
.menu-responsive .actions ::-webkit-input-placeholder {
    color: #ccc !important;
}
.menu-responsive .actions ::-moz-placeholder {
    color: #ccc !important;
}
.menu-responsive .actions :-ms-input-placeholder {
    color: #ccc !important;
}
.menu-responsive .actions :-moz-placeholder {
    color: #ccc !important;
}
@media screen and (min-width: 1170px) {
    .menu-responsive {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
}
.topbar {
    margin: auto;
    position: relative;
    z-index: 8;
    justify-content: space-between;
    height: 45px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: solid 1px #eee;
    padding: 0px 20px;
}
@media screen and (min-width: 1400px) {
    .topbar {
        max-width: 100%;
        width: 100%;
    }
}
.topbar .container-fluid {
    overflow: visible;
    max-width: 1450px;
    width: 100%;
}
.topbar .menu-corp-bdtr .menu {
    display: none;
}
@media screen and (min-width: 800px) {
    .topbar .menu-corp-bdtr .menu {
        height: 100%;
        color: #838383;
        margin-top: 4px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .topbar .menu-corp-bdtr .menu li {
        font-size: 15px;
        font-weight: 400;
        margin-right: 20px;
    }
    .topbar .menu-corp-bdtr .menu li a {
        color: #bbb;
    }
    .topbar .menu-corp-bdtr .menu i {
        color: #141556;
    }
}
.lang-list-container li {
    position: relative;
}
.lang-list-container li a {
    color: #ccc;
    text-align: center;
    display: block;
    width: 40px;
    height: 16px;
    font-size: 14px;
    line-height: 17px;
}
.lang-list-container li.current-lang a {
    border-right: 0px;
    border-radius: 50%;
    margin-right: 11px;
    line-height: 24px;
    margin-top: 1px;
    width: 25px;
    height: 25px;
    color: #2839af;
    box-shadow: 0 1px 1px 0 #c7c7c7 inset;
    background: none repeat scroll 0 0 #e9e9e9;
}
.navbar .brand-wrapp,
body.home .navbar .brand-wrapp {
    width: 100%;
    margin-top: 5px;
    padding: 0px !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    background-position-y: 0px;
    display: table;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (min-width: 500px) {
    .navbar .brand-wrapp,
    body.home .navbar .brand-wrapp {
        background-position-y: 11px;
        background-size: 190px;
        width: 237px;
    }
}
.brand-wrapp {
    width: 70%;
    height: 100px;
}
@media screen and (min-width: 1170px) {
    .brand-wrapp {
        width: 25%;
        height: 100px;
    }
}
.navbar .brand-wrapp {
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/logos_bidasoa_turismo/logo.png");
}
@media screen and (min-width: 1170px) {
    .navbar .nav .menu-item a {
        color: #141556;
    }
}
body.home .topbar {
    background: #141556;
    border-bottom: 0px;
}
body.home .topbar .menu li a {
    color: #879adc;
}
body.home .topbar .lang-list-container li a {
    color: #879adc;
}
body.home .topbar .lang-list-container li.current-lang a {
    box-shadow: none;
    background: #3d62cd;
    color: #a7b5e5;
}
body.home .navbar {
    background: transparent;
}
body.home .navbar .brand-wrapp {
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/logos_bidasoa_turismo/logo-neg.png");
}
@media screen and (min-width: 1170px) {
    body.home .navbar .nav .menu-item a {
        color: #c0cbeb;
    }
}
body.home .navbar .actions .bdstrm_searchbar {
    border-color: #7389d6;
}
body.home .navbar ::-webkit-input-placeholder {
    color: #7389d6 !important;
}
body.home .navbar ::-moz-placeholder {
    color: #7389d6 !important;
}
body.home .navbar :-ms-input-placeholder {
    color: #7389d6 !important;
}
body.home .navbar :-moz-placeholder {
    color: #7389d6 !important;
}
.cover-page-mgm {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    content: "";
    visibility: hidden;
    height: 100%;
    width: 100%;
}
.cover-page-mgm.mgm-active {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    top: 0px;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}
body.home .cover-page-mgm {
    background: rgba(10, 11, 48, 0.7);
}
.mgm-link-nv1 {
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.mgm-link-nv1 a {
    font-weight: 800;
    margin-bottom: 27px;
    font-size: 0.9375em;
    text-transform: uppercase;
}
.mgm-link-nv1 a::after {
    content: "";
    display: block !important;
    width: 30px !important;
    height: 2px !important;
    background-color: #fcd22e;
    border-radius: 0px !important;
    padding: 0px !important;
/*     position: absolute;
    left: 0px;
    top: 25px; */
    margin-top: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.mgm-link-nv1 .sub-menu-wrap .sub-menu li a:after {
    content: none!important;
}
.mgm-link-nv1 a:hover a {
    color: #879adc !important;
}
.mgm-link-nv1:hover {
    color: #879adc !important;
}
.mgm-link-nv1:hover a {
    color: #879adc !important;
}
.mgm-link-nv1:hover a::after {
    width: 50% !important;
}
.mgm-link-nv2 {
    margin-bottom: 5px !important;
}
#menu .nav-container {
    position: relative;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu-wrap {
    display: none;
    width: 70%;
    max-width: 1920px;
    position: absolute;
    left: 134px;
    top: 77px;
    right: 0;
    margin: auto;
    z-index: 9;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu {
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 1170px) {
    #menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu .menu-item {
        width: 33.3333%;
    }
    #menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu .menu-item .sub-menu-wrap {
        display: block;
        width: 100%;
    }
}
#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu .menu-item::after {
    content: none;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu .menu-item a {
    display: block;
    width: 100%;
    text-align: left;
}
#menu .nav-container .menu-item-has-children.mgm-trigg.mgm-active .sub-menu-wrap {
    display: block;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 {
    height: auto;
    display: block;
    background-color: transparent;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap {
    border-top: 0px;
    margin-left: 0px;
    position: static;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap .sub-menu {
    display: block;
    padding: 0px;
    box-shadow: none;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap .sub-menu li {
    display: block;
    width: 100%;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap .sub-menu li a {
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 400;
    color: #89a10b;
    box-shadow: none !important;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap .sub-menu::before {
    content: none;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap .sub-menu::after {
    content: none;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap::before {
    content: none;
}
#menu .nav-container .menu-item-has-children.mgm-trigg .mgm-link-nv1 .sub-menu-wrap::after {
    content: none;
}
.bg-que-hacer li:hover,
.bg-que-visitar li:hover {
    border-color: transparent !important;
    box-shadow: none !important;
    color: #89a10b !important;
}
.bg-que-hacer li a:hover,
.bg-que-visitar li a:hover {
    border-color: transparent !important;
    color: #89a10b !important;
    box-shadow: none !important;
}
.bg-que-hacer .sub-menu-wrap .sub-menu {
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
}
.bg-que-hacer .sub-menu-wrap .sub-menu {
    background-repeat: no-repeat !important;
    background-position: right 50px !important;
}
.bg-que-visitar .sub-menu-wrap .sub-menu {
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
}
.bg-donde-dormir .sub-menu-wrap {
    left: auto !important;
    right: 0px !important;
}
.bg-donde-dormir .sub-menu-wrap .sub-menu {
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
}
.bg-donde-comer .sub-menu-wrap {
    left: auto !important;
    right: 0px !important;
}
.bg-donde-comer .sub-menu-wrap .sub-menu {
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.17);
}
.bg-que-visitar .sub-menu-wrap .sub-menu {
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 170px 0px !important;
}
/*.bg-que-visitar .sub-menu-wrap .sub-menu .mgm-link-nv1 {
    width: 50% !important;
}*/
.bg-donde-comer .sub-menu-wrap .sub-menu .mgm-link-nv1 {
    width: 25% !important;
    padding-right:15px ;
}




.bg-donde-dormir .sub-menu-wrap .sub-menu {
    background-repeat: no-repeat !important;
    background-size: 614px !important;
    background-position: 100% 0px !important;
}
.bg-donde-dormir .sub-menu-wrap .sub-menu .mgm-link-nv1 {
    width: 50% !important;
}
.bg-donde-comer .sub-menu-wrap .sub-menu {
    background-repeat: no-repeat !important;
    background-size: 580px !important;
    background-position: 100% 100% !important;
}
.mgm-link-nv2 a {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}
li.mgm-link-nv1 .sub-menu-wrap .sub-menu {
    background-image: none !important;
    background-color: transparent !important;
}
.brand-wrapp .brand {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justif !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}
body .stick,
body.home .stick {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 99;
    height: 70px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}
body .stick .brand-wrapp,
body.home .stick .brand-wrapp {
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/logos_bidasoa_turismo/logo.png") !important;
    background-size: 148px;
    background-position-y: 28px !important;
}
body .stick .brand-wrapp,
body.home .stick .brand-wrapp {
    height: 100px !important;
}
body .stick .menu-item a,
body.home .stick .menu-item a {
    color: #141556 !important;
}
body .stick .menu-item a:hover,
body.home .stick .menu-item a:hover {
    color: #a3a4ea !important;
}
body .stick .bdstrm_searchbar,
body.home .stick .bdstrm_searchbar {
    border-color: #ddd !important;
}
body .stick ::-webkit-input-placeholder,
body.home .stick ::-webkit-input-placeholder {
    color: #ccc !important;
}
body .stick ::-moz-placeholder,
body.home .stick ::-moz-placeholder {
    color: #ccc !important;
}
body .stick :-ms-input-placeholder,
body.home .stick :-ms-input-placeholder {
    color: #ccc !important;
}
body .stick :-moz-placeholder,
body.home .stick :-moz-placeholder {
    color: #ccc !important;
}
#menu.scrollFix {
    top: -74px;
}
.burguer-button {
    width: 38px;
    height: 34px;
    margin-left: 30px;
    border: solid #e6e6e6 2px;
    border-radius: 5px;
    color: #0a0b2d;
    font-size: 1em;
    position: relative;
}
.burguer-button::before {
    font-family: "FontAwesome";
    content: "\f0c9";
    position: absolute;
}
.burguer-button.visible::before {
    content: "\f00d";
}
@media screen and (min-width: 400px) {
    .burguer-button {
        width: 40px;
        height: 37px;
        font-size: 1.1875em;
    }
}
@media screen and (min-width: 800px) {
    .burguer-button {
        width: 40px;
        height: 37px;
        font-size: 1.1875em;
    }
}
@media screen and (min-width: 1170px) {
    .burguer-button {
        display: none;
    }
}
.navbar .burguer-button {
    color: #0a0b2d;
}
.navbar.neg .burguer-button {
    color: #e6e6e6;
}
.navbar.neg.navred .burguer-button {
    color: #e6e6e6;
}
@media screen and (max-width: 1169px) {
    .menu-responsive {
        position: absolute;
        width: 93%;
        max-width: 1280px;
        background: #fff;
        top: 84px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
        padding: 0px 15px;
        box-sizing: border-box;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-right: 1px #ccc solid;
        border-left: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
    }
    .menu-responsive .nav .menu .menu__item {
        display: block;
        width: 100%;
        padding: 20px 0px;
    }
    .menu-responsive .nav .menu .menu__item a {
        text-align: left;
        display: block;
    }
    .menu-responsive .nav .menu .menu__item a:after {
        content: none;
    }
    .menu-responsive .nav .menu .submenu-l-trigg .submenu,
    .menu-responsive .nav .menu .submenu-l-trigg .submenu-l,
    .menu-responsive .nav .menu .submenu-trigg .submenu,
    .menu-responsive .nav .menu .submenu-trigg .submenu-l {
        display: none;
    }
    .menu-responsive .actions {
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
    }
    .menu-responsive .actions .button-contact,
    .menu-responsive .actions .select-idiomas {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1169px) and (max-width: 499px) {
    .menu-responsive .actions .button-contact,
    .menu-responsive .actions .select-idiomas {
        width: 50%;
    }
    .menu-responsive .actions .select-idiomas {
        padding: 5px 10px;
        box-sizing: content-box;
        right: 0px;
        height: auto;
    }
    .menu-responsive .actions .select-idiomas .select-idiomas__desplegar {
        right: auto;
        left: 0px;
        width: 100%;
    }
    .menu-responsive .actions .select-idiomas .select-idiomas__desplegar:after {
        right: auto;
        left: 17px;
    }
}
.tab-visitar {
    display: none !important;
}
.tab-visitar.activa {
    display: block !important;
}
div.tab {
    float: left;
    width: 100%;
    position: fixed;
    bottom: -275px;
    left: 0px;
    z-index: 15;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
div.tab.active {
    bottom: 0px;
}
div.tab .tab-show-btn {
    background: #fcd22e;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 18px;
    display: block;
    -webkit-box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    -moz-box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    -o-box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    -ms-box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    box-shadow: 0px -3px 17px -2px rgba(163, 163, 163, 0.49);
    position: relative;
}
div.tab .tab-show-btn:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 18px;
}
div.tab .tab-show-btn.active:after {
    content: "-";
}
@media screen and (min-width: 1170px) {
    div.tab .tab-show-btn {
        box-shadow: none;
        display: none;
    }
}
@media screen and (min-width: 1170px) {
    div.tab {
        position: static;
        width: 90%;
        float: none;
        display: block;
    }
}
div.tab a {
    display: block;
    background-color: #f1f1f1;
    color: black;
    margin: 0px;
    padding: 17px 18px;
    border-bottom: solid 1px #ccc;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
div.tab a:first-child {
    border-bottom: 0px;
    border-top: 0px;
}
div.tab a:last-child {
    border-top: 0px;
}
.tab-cab {
    display: block;
    box-sizing: border-box;
    padding: 18px 20px 18px 30px;
    font-size: 17px;
    letter-spacing: 2px;
    background: #141556;
    color: #fff;
    width: 90%;
    margin-bottom: 10px;
}
div.tab a:hover {
    background-color: #ddd;
}
div.tab a.active {
    background-color: #ccc;
    color: #fcd22e;
}
@media screen and (min-width: 1170px) {
    div.tab a.active {
        background-color: #141556;
        color: #fff;
        position: relative;
    }
}
.tablinks.active .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    bottom: 0px;
    border-style: solid;
    border-width: 30px 0 25px 15px;
    border-color: transparent transparent transparent #141556;
    display: none;
}
@media screen and (min-width: 1170px) {
    .tablinks.active .triangle {
        display: block;
    }
}
.tabcontent {
    padding: 0px 12px;
    border: 1px solid #ccc;
    border-left: none;
    height: 300px;
}
.content-column {
    padding-left: 0px !important;
}
@media screen and (min-width: 1170px) {
    .content-column {
        padding-left: 45px !important;
    }
}
footer {
    background: #eee;
    position: relative;
}
footer h5 {
    color: #b2b2b2;
    font-family: "Fira Sans", sans-serif;
    margin-top: 40px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
}
@media screen and (min-width: 800px) {
    footer h5 {
        margin: 0px;
    }
}
footer p {
    color: #afafaf !important;
    font-size: 14px;
}
footer p a {
    color: #afafaf !important;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 300 !important;
}
footer ul {
    margin-left: 21px !important;
}
footer ul li {
    color: #afafaf !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin: 20px 0px;
    line-height: 30px;
}
footer ul li i {
    line-height: 27px !important;
    color: #171862;
}
.footer02 {
    background: #b28e03;
    font-family: "Fira Sans", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
}
.footer02 p {
    color: #fde589;
    font-size: 12px;
}
.footer02 a {
    color: #fde589;
}
.footer02 span {
    margin: 0px 10px;
}
.footer02 i {
    font-size: 18px !important;
    margin-left: 10px !important;
    color: #fde589;
}
.btn-main,
.btn-second,
.btn-main--border,
.btn-second--border,
.btn-icon-circle--main,
.btn-icon-circle--second,
.btn-icon-circle--greyd,
.bnr-call-to-action--link a,
.bdtr_home_header .plan-buscador .plan-buscador--btn {
    display: table;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.625em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: #89a10b;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (min-width: 800px) {
    .btn-main,
    .btn-second,
    .btn-main--border,
    .btn-second--border,
    .btn-icon-circle--main,
    .btn-icon-circle--second,
    .btn-icon-circle--greyd,
    .bnr-call-to-action--link a,
    .bdtr_home_header .plan-buscador .plan-buscador--btn {
        font-size: 0.875em;
    }
}
.center.btn-main,
.center.btn-second,
.center.btn-main--border,
.center.btn-second--border,
.center.btn-icon-circle--main,
.center.btn-icon-circle--second,
.center.btn-icon-circle--greyd,
.bnr-call-to-action--link a.center,
.bdtr_home_header .plan-buscador .center.plan-buscador--btn {
    margin: auto !important;
}
.radius.btn-main,
.radius.btn-second,
.radius.btn-main--border,
.radius.btn-second--border,
.radius.btn-icon-circle--main,
.radius.btn-icon-circle--second,
.radius.btn-icon-circle--greyd,
.bnr-call-to-action--link a.radius,
.bdtr_home_header .plan-buscador .radius.plan-buscador--btn {
    border-radius: 25px;
}
.w-100.btn-main,
.w-100.btn-second,
.w-100.btn-main--border,
.w-100.btn-second--border,
.w-100.btn-icon-circle--main,
.w-100.btn-icon-circle--second,
.w-100.btn-icon-circle--greyd,
.bnr-call-to-action--link a.w-100,
.bdtr_home_header .plan-buscador .w-100.plan-buscador--btn {
    width: 100%;
}
.btn-main i,
.btn-second i,
.btn-main--border i,
.btn-second--border i,
.btn-icon-circle--main i,
.btn-icon-circle--second i,
.btn-icon-circle--greyd i,
.bnr-call-to-action--link a i,
.bdtr_home_header .plan-buscador .plan-buscador--btn i {
    margin-right: 10px;
}
.auto.btn-main,
.auto.btn-second,
.auto.btn-main--border,
.auto.btn-second--border,
.auto.btn-icon-circle--main,
.auto.btn-icon-circle--second,
.auto.btn-icon-circle--greyd,
.bnr-call-to-action--link a.auto,
.bdtr_home_header .plan-buscador .auto.plan-buscador--btn {
    display: inline;
    width: auto;
    height: auto;
    padding: 10px 30px;
}
.btn-main:hover,
.btn-second:hover,
.btn-main--border:hover,
.btn-second--border:hover,
.btn-icon-circle--main:hover,
.btn-icon-circle--second:hover,
.btn-icon-circle--greyd:hover,
.bnr-call-to-action--link a:hover,
.bdtr_home_header .plan-buscador .plan-buscador--btn:hover {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.27);
    background: #cff022;
    color: #000;
}
.btn-main {
    background: #141556;
    border-radius: 3px;
    color: #fff;
}
.btn-main:hover {
    background: #2729a9;
    color: #000;
}
.btn-second {
    background: #fcd22e;
    border-radius: 3px;
    color: #000;
}
.btn-second:hover {
    background: #fddc5b;
    color: #000;
}
.btn-main--border {
    background: transparent;
    color: #0c0d35;
    border-radius: 3px;
    border: solid #141556 2px;
}
.btn-main--border:hover {
    background: #141556;
    color: #fcd22e;
    border-color: #141556;
}
.btn-main--border.radius {
    border-radius: 30px;
}
.btn-second--border {
    background: transparent;
    color: #daae03;
    font-weight: 400;
    border: solid #fcd22e 2px;
}
.btn-second--border.border-1 {
    border-width: 1px;
}
.btn-second--border:hover {
    background: #fcd22e;
    color: #fff;
    border-color: #fcd22e;
}
.btn-second--border.radius {
    border-radius: 30px;
}
.link {
    display: block;
    max-width: 250px;
    text-transform: uppercase;
    color: #141556;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.link i {
    color: #ccc;
    position: relative;
    margin-left: 20px;
    line-height: 26px;
    font-size: 13px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.link:hover i {
    transform: translateX(20px);
}
.btn-icon-circle--main {
    width: 1.25em;
    height: 1.25em;
    background: #141556;
}
.btn-icon-circle--second {
    width: 2.5em;
    height: 2.5em;
    background: #fcd22e;
}
.btn-icon-circle--greyd {
    width: 2.5em;
    height: 2.5em;
    background: #343434;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
    width: 100%;
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    border: none;
    border: solid #ddd 1px;
    padding: 10px;
    color: #343434;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearance: none;
    appearance: none;
    appearance: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
}
input:not([type]):active,
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="time"]:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="tel"]:active,
input[type="number"]:active,
input[type="search"]:active,
textarea:active {
    border: solid #b3b3b3 1px;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: solid #b3b3b3 1px;
}
textarea {
    height: 120px;
}
::-webkit-input-placeholder {
    color: #b0b0b0;
}
::-moz-placeholder {
    color: #b0b0b0;
}
:-ms-input-placeholder {
    color: #b0b0b0;
}
:-moz-placeholder {
    color: #b0b0b0;
}
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}
label {
    margin-top: 0.9375em;
    display: block;
    font-size: 0.75em;
    color: #b3b3b3;
    letter-spacing: 1px;
}
select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearance: none;
    appearance: none;
    appearance: none;
    transition: 0.3s;
    background: transparent;
}
select:after {
    font-family: "FontAwesome";
    content: "\f107";
    display: block;
    width: 24px;
    height: 24px;
}
select {
    color: #b3b3b3;
    border: solid 2px #e6e6e6 !important;
    width: 300px;
    margin: 10px 0px 30px 0px;
    padding: 15px 10px 15px 10px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    font-family: "Fira Sans", sans-serif;
    font-size: 12px !important;
    color: #b3b3b3;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/imgcomun/select-arrow.png");
    background-repeat: no-repeat;
    background-position: 98%;
}
select:focus {
    outline: 0;
    z-index: 1;
    background: #fafafa;
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/imgcomun/select-arrow.png");
    background-repeat: no-repeat;
    background-position: 100%;
    border-color: #fafafa !important;
}
select option {
    font-size: 12px !important;
}
button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-color: none;
    line-height: 0px !important;
    color: #343434;
    font-family: "Fira Sans", sans-serif;
    margin-top: 20px;
}
button.btn-filter {
    background: darkgrey;
    margin-top: 40px;
    height: 47px;
}
button.btn-main.auto {
    padding: 20px 30px;
}
.ajax-search {
    display: none;
}
.ajax-search.ajax-search-active {
    display: block;
}
.crumbs {
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #141556;
}
.crumbs p {
    text-align: right;
    font-size: 0.875em;
}
.crumbs p span {
    letter-spacing: 1px;
    margin: 0px;
    color: #fcd22e !important;
}
.crumbs p span strong.breadcrumb_last {
    color: #879adc !important;
}
.crumbs p span i {
    font-size: 10px;
    color: #b3b3b3;
    font-weight: 600;
}
.crumbs p .fa-angle-right {
    margin: 0px 15px;
}
.crumbs a {
    font-family: "Fira Sans", sans-serif;
    color: #879adc !important;
    font-weight: 400;
    letter-spacing: 1px;
}
.crumbs a .fa-home {
    font-size: 15px !important;
    color: #879adc !important;
    margin: 0px 20px !important;
}
.crumbs a:last-of-type {
    color: #141556;
}
@media screen and (max-width: 606px) {
    .crumbs {
        overflow-x: auto;
        padding-left: 20px;
        box-sizing: border-box;
        white-space: nowrap;
    }
}
.pill-container {
    padding: 40px 0px 4px 0px;
}
.pills {
    list-style: none;
    width: 100%;
    height: auto;
}
.pills.pill-unit-1 .pill {
    width: 8.3333333333%;
}
.pills.pill-unit-2 .pill {
    width: 16.6666666667%;
}
.pills.pill-unit-3 .pill {
    width: 25%;
}
.pills.pill-unit-4 .pill {
    width: 33.3333333333%;
}
.pills.pill-unit-5 .pill {
    width: 41.6666666667%;
}
.pills.pill-unit-6 .pill {
    width: 50%;
}
.pills.pill-unit-7 .pill {
    width: 58.3333333333%;
}
.pills.pill-unit-8 .pill {
    width: 66.6666666667%;
}
.pills.pill-unit-9 .pill {
    width: 75%;
}
.pills.pill-unit-10 .pill {
    width: 83.3333333333%;
}
.pills.pill-unit-11 .pill {
    width: 91.6666666667%;
}
.pills.pill-unit-12 .pill {
    width: 100%;
}
.pills.pill-5-units .pill {
    width: 19.66667%;
}
.pills .pill:first-child {
    border-right: 0px;
}
.pills .pill:last-child {
    border-left: 0px;
}
.pills .pill {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97px;
    float: left;
    box-sizing: border-box;
    padding: 30px 15px;
    border-bottom: solid 1px #dadada;
    transition: 0.2s;
    color: #010103;
    text-align: center;
    color: #585858;
    font-size: 12px;
    line-height: 1.4375em;
    font-weight: 600;
    letter-spacing: 1px;
}
.pills .pill.active {
    border-bottom: #141556 solid 3px;
    color: #89a10b;
    position: relative;
}
.pills .pill.active:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-style: inset;
    -webkit-transform: rotate(360deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 6px;
    border-color: #dbd64f transparent transparent transparent;
}
.pills .pill:not(.active):hover {
    color: #050514;
}
.pills .pill.left-pill {
    text-align: left !important;
    padding: 10px 20px;
}
@media screen and (max-width: 500px) {
    .pills .pill {
        width: 100% !important;
        height: 58px;
        border: solid 1px #ddd !important;
        border-top: 0px !important;
        padding: 0px !important;
    }
    .pills .pill:after {
        display: none !important;
    }
    .pills .pill.active {
        border-color: #141556 !important;
        background: #141556 !important;
        color: #fff !important;
    }
}
.pills.celulas .pill {
    height: 70px;
    border-right: solid 1px #dadada;
    border-left: solid 1px #dadada;
}
.pills.celulas .pill.active {
    border-right: #141556 solid 3px;
    border-bottom-color: #dadada;
    border-bottom-width: 1px;
}
.pills.celulas .pill.active:after {
    margin: 0px;
    left: auto;
    right: -7px;
    bottom: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 5px;
    border-color: transparent transparent transparent #dbd74f;
}
.pills.celulas .pill:first-child {
    border-top: solid 1px #dadada;
}
@media screen and (max-width: 500px) {
    .pills {
        margin-top: 20px;
        width: 100%;
        margin-left: 2%;
    }
    .pills .pill:first-child {
        border-top: solid 1px #ddd !important;
    }
    .pills .pill:first-child.active {
        border-color: #141556 !important;
        background: #141556 !important;
        color: #fff !important;
    }
}
.pills.xl {
    overflow-x: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    height: auto;
    display: block;
}
.pills.xl .pill {
    width: 25%;
    padding: 10px 0px !important;
    text-align: center !important;
}
@media screen and (min-width: 500px) {
    .pills.xl {
        display: flex;
        width: 200%;
        height: 105px;
    }
}
.pill-content {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-animation: fadeEffect 0.2s;
    animation: fadeEffect 0.2s;
    -moz-animation: fadeEffect 0.2s;
    animation: fadeEffect 0.2s;
    -o-animation: fadeEffect 0.2s;
    animation: fadeEffect 0.2s;
    -ms-animation: fadeEffect 0.2s;
    animation: fadeEffect 0.2s;
    display: none;
}
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.link-filtro {
    border-bottom: solid 3px #ccc;
    padding: 0px 15px 7px 15px;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.link-filtro h3 {
    color: #ccc;
}
.link-filtro.active {
    border-color: #141556;
}
.link-filtro.active h3 {
    color: #141556;
}
.link-filtro:hover {
    cursor: pointer;
    border-color: #2839af;
}
.link-filtro:hover h3 {
    color: #2839af;
}
.accordion-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.accordion-button:after {
    content: "+";
    display: flex;
    line-height: 20px;
    border: solid 1px #eee;
    float: right;
    font-size: 13px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    color: #141556;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.accordion-button.active:after {
    content: "-";
}
.accordion-button:hover {
    cursor: pointer;
    color: #89a10b !important;
}
.accordion-button:hover:after {
    border-color: transparent;
    -webkit-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -moz-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -o-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -ms-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
}
.accordion-content {
    height: 0px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    transition: 0.2s;
    opacity: 0;
}
.accordion-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    padding: 30px 0px;
}
@media (min-width: 992px) {
    .slider,
    .slide {
        height: 830px;
    }
}
.sld-line {
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.slide {
    position: relative;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 1170px) {
    .slide .slide__img {
        position: absolute;
        left: 0;
    }
}
.slide .slide__img img {
    height: auto;
    width: 100%;
    margin: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}
@media screen and (min-width: 800px) {
    .slide .slide__img img {
        width: 107%;
    }
}
@media screen and (min-width: 1400px) {
    .slide .slide__img img {
        width: 100%;
    }
}
.slide .slide__img .sld-image-lg {
    display: block;
}
@media screen and (max-width: 1169px) {
    .slide .slide__img .sld-image-lg {
        display: none;
    }
}
.slide .slide__img .sld-image-mobile {
    display: none;
    margin-top: 96px;
}
@media screen and (max-width: 1169px) {
    .slide .slide__img .sld-image-mobile {
        display: block;
    }
}
.slide .slide__img:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #020024;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0.8239670868) 0%, rgba(11, 11, 85, 0.681109944) 5%, rgba(11, 11, 85, 0) 100%);
}
.slide .slide__img .video-container video {
    width: 100%;
}
@media screen and (min-width: 1170px) {
    .slide .slide__img .video-container video {
        width: 1550px;
    }
}
@media screen and (min-width: 1400px) {
    .slide .slide__img .video-container video {
        width: 2000px;
        display: block;
        margin: auto;
    }
}
.slide .slide__content {
    position: absolute;
    z-index: 9;
    top: 63%;
    left: 50%;
    max-width: 1280px;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 500px) {
    .slide .slide__content {
        top: 56%;
    }
}
@media screen and (min-width: 800px) {
    .slide .slide__content {
        top: 54%;
    }
}
@media screen and (min-width: 1170px) {
    .slide .slide__content {
        top: 45%;
    }
}
.slide .slide__content h2 {
    color: #fff;
    line-height: 37px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0px;
    font-size: 21px;
    font-family: "Fira Sans", sans-serif;
}
.slide .slide__content h2 strong {
    font-weight: 700;
}
@media screen and (min-width: 500px) {
    .slide .slide__content h2 {
        font-size: 27px;
    }
}
@media screen and (min-width: 800px) {
    .slide .slide__content h2 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1170px) {
    .slide .slide__content h2 {
        font-size: 47px;
        line-height: 58px;
    }
}
.slide .slide__content .caption-sec {
    width: 100%;
}
.slide .slide__content .caption-sec p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.9;
    font-family: "Fira Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fira Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}
@media screen and (min-width: 500px) {
    .slide .slide__content .caption-sec p {
        font-size: 12px;
    }
}
@media screen and (min-width: 800px) {
    .slide .slide__content .caption-sec p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1170px) {
    .slide .slide__content .caption-sec p {
        letter-spacing: 8px;
    }
}
.slide .slide__content .animated {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media screen and (max-width: 500px) {
    .slide .slide__content .sld-btn-cont {
        display: none;
    }
}
.slide .slide__content .btn-slider-main,
.slide .slide__content .btn-slider-neg {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    height: 39px;
    border: solid 2px #fcd438;
    font-size: 0.75em;
    letter-spacing: 1.5px;
    padding: 0px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
}
.slide .slide__content .btn-slider-main {
    background-color: #fcd22e;
    border-color: #fcd22e;
    color: #a88602;
}
.slide .slide__content .btn-slider-main:hover {
    background-color: #fddd60;
    border-color: #fddd60;
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
}
.slide .slide__content .btn-slider-neg {
    margin-left: 10px;
    background: #141556;
    border-color: #141556;
    color: #879adc;
}
.slide .slide__content .btn-slider-neg:hover {
    background-color: #1e1f7f;
    border-color: #1e1f7f;
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
}
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.zoomInImage {
    animation: zoomInImage scale 4s linear infinite;
}
@keyframes zoomInImage {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}
.bnr-impar {
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 40px;
    position: relative;
}
@media screen and (min-width: 800px) {
    .bnr-impar {
        margin-bottom: 0px;
    }
}
.bnr-impar .bnr-img {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0px;
    height: 284px;
    border-radius: 11px;
    z-index: 5;
}
.bnr-impar .bnr-img img {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
}
@media screen and (min-width: 800px) {
    .bnr-impar .bnr-img img {
        width: 550px;
        margin-bottom: 0px;
    }
}
.bnr-impar .bnr-img img.w-100 {
    width: 100% !important;
}
.bnr-impar .bnr-img:after {
    content: "";
    opacity: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: #050505;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.5606617647) 0%, rgba(0, 212, 255, 0) 100%);
}
.bnr-impar-titular {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    position: absolute;
    z-index: 6;
    margin: 0px;
    padding: 20px 30px 35px 25px;
    box-sizing: border-box;
    bottom: -25px;
}
.bnr-impar-titular h4 {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    color: #fff;
    font-size: 1.1875em;
    line-height: 25px;
    font-weight: 500;
}
.bnr-impar-titular h4 a {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
}
.bnr-impar:hover .bnr-img:after {
    opacity: 0;
}
.bnr-impar:hover .bnr-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.bnr-impar:hover .bnr-impar-titular {
    bottom: 200px;
    opacity: 0;
}
.bnr-par {
    border: 5px #eee solid;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 40px;
}
@media screen and (min-width: 1170px) {
    .bnr-par {
        margin-bottom: 0px;
    }
}
.bnr-par .fa {
    color: #879adc;
}
.bnr-par .col {
    line-height: 0px;
}
.bnr-par h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0px 30px 0px;
    color: #141556;
}
.bnr-par .img {
    overflow: hidden;
}
.bnr-par .img img {
    max-width: 110%;
}
.bnr-par .entry {
    padding: 10px 20px;
}
.bnr-par .entry .btn-main {
    color: #fff;
}
.bnr-par .entry .btn-main--border:hover {
    color: #fff;
}
.bnr-par:hover {
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    border-color: #fff;
}
.container-full.bnr-full-content {
    padding: 0px !important;
}
.bnr-call-to-action {
    position: relative;
    padding: 90px 0px !important;
}
.bnr-call-to-action--img {
    position: absolute;
    z-index: -1;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0px;
}
.bnr-call-to-action--content {
    padding: 0px 20px;
}
.bnr-call-to-action--txt {
    text-align: center;
    color: #fff;
}
.bnr-call-to-action--link a {
    border-radius: 30px;
    margin: auto;
}
.evento {
    border-bottom: dotted 1.5px #ddd;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-top: 30px;
}
.evento-img {
    position: relative;
    z-index: 3;
}
.evento-img .evento-fecha {
    position: absolute;
    z-index: 4;
    top: 0px;
    display: table;
    background: #fcd22e;
    color: #9e7e02;
    font-weight: 700;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.evento-img .evento-fecha .dia {
    font-size: 15px;
    letter-spacing: 1px;
}
.evento-img .evento-fecha .mes {
    font-size: 13px;
    text-transform: uppercase;
}
.evento h3 {
    margin-top: 0px;
}
.evento .post-categories li {
    font-size: 0.875em;
    color: #b3b3b3;
}
.evento .post-categories li:before {
    content: "\f02c";
    font-family: "FontAwesome";
    color: #343434;
    margin-right: 5px;
}
.evento .post-categories li a {
    color: #b3b3b3;
}
.flt-txt-block {
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px 55px 20px 55px;
}
.flt-txt-block.bds-trm-single {
    padding: 0px;
}
.flt-txt-block.bds-trm-single .block-img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    line-height: 0px;
    width: 230px;
    height: 230px;
    background: #fff;
    border: solid 12px #fff;
    border-radius: 50%;
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.flt-txt-block.bds-trm-single .block-img img {
    width: 350px;
}
.flt-txt-block.bds-trm-single .block-titulo {
    box-sizing: border-box;
    padding: 24px;
}
.flt-txt-block.bds-trm-single .block-titulo h2 {
    text-align: left;
    color: #fff;
    margin-top: 18px;
    font-size: 2.0625em;
}
.container.flt-txt-block-wrapp,
.container-full.flt-txt-block-wrapp {
    position: relative;
    top: -131px;
    z-index: 4;
    border-radius: 8px;
}
.container.flt-txt-block-wrapp.bds-trm-archive,
.container-full.flt-txt-block-wrapp.bds-trm-archive {
    top: -61px;
}
.container.flt-txt-block-wrapp.bds-trm-archive .flt-txt-block,
.container-full.flt-txt-block-wrapp.bds-trm-archive .flt-txt-block {
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    background: #fff;
}
.container.flt-txt-block-wrapp .flt-txt-block,
.container-full.flt-txt-block-wrapp .flt-txt-block {
    text-align: center;
}
.container.flt-txt-block-wrapp .flt-txt-block p,
.container-full.flt-txt-block-wrapp .flt-txt-block p {
    line-height: 2.25em;
}
.container.flt-txt-block-wrapp .flt-txt-block .flt-txt-elements-wrapp,
.container-full.flt-txt-block-wrapp .flt-txt-block .flt-txt-elements-wrapp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.tab-of-cont-cab {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 0.9375em;
}
.tab-of-cont-cab-icon {
    float: left;
    width: 27px;
    margin-right: 9px;
}
.tab-of-cont {
    border: solid 1px #eee;
}
.tab-of-cont li {
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.tab-of-cont li a {
    font-size: 0.9375em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    padding: 15px 0px 15px 0px;
    border-bottom: solid 1px #eee;
    display: block;
}
.tab-of-cont li a:hover {
    -webkit-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -moz-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -o-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -ms-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    border-color: transparent;
    color: #89a10b;
}
.tab-of-cont li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fcd22e;
    padding: 0px 10px 0px 35px;
}
.bdtr_home_header {
    position: relative;
}
.bdtr_home_header .plan-buscador {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 60%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 7;
    max-width: 660px;
    width: 100%;
    height: 50px;
    border-radius: 55px;
}
.bdtr_home_header .plan-buscador .plan-buscador--btn {
    background: #fcd22e;
    color: #c19a03;
    float: right;
    padding: 14px 19px;
    position: relative;
    z-index: 3;
}
.bdtr_home_header .plan-buscador .plan-buscador--btn .fa {
    margin-left: 0px;
    margin-right: 8px;
}
.bdtr_home_header .plan-buscador span {
    padding: 0px 27px;
    box-sizing: border-box;
    float: left;
    height: 100%;
    color: #929292;
}
.bdtr_home_header .plan-buscador #propuestos {
    position: relative;
    max-width: 660px;
    width: 100%;
    height: 50px;
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/home/buscador-icon-circle.png");
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 41px;
}
.bdtr_home_header .plan-buscador #propuestos .plan-buscador--dp {
    position: absolute;
    display: none;
    box-sizing: border-box;
    padding: 20px 30px;
    width: 100%;
    height: 260px;
    overflow: auto;
    background: #fff;
    border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;
    top: 54px;
    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.27);
}
.bdtr_home_header .plan-buscador #propuestos .plan-buscador--dp.active {
    display: block;
}
.bdtr_home_header .plan-buscador #propuestos .plan-buscador--dp .thumb-plan-buscador {
    width: 69px;
}
.home-destacado {
    margin-top: 30px;
}
.bds-trm_sidebar {
    padding-left: 35px;
    padding: 45px 31px 25px 31px;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.bds-trm_sidebar .section-m--doble {
    padding: 33px 0px;
}
.bds-trm_sidebar span.bds-trm_sidebar_cab {
    margin-top: 0px;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 1em;
    color: #aaa;
    letter-spacing: 2px;
    box-sizing: border-box;
    border-bottom: dotted 1px #ccc;
}
.bds-trm_list h3 {
    margin-top: 0px;
    margin-bottom: 60px;
    border-bottom: dotted 1px #ccc;
}
.bds-trm_list h3 .bds-trm_list-icon {
    float: left;
    margin-right: 10px;
}
.bds-trm_list article.col {
    padding-left: 0px;
}
.bdtm-comer-filter ul,
.bdtm-dormir-filter ul {
    list-style-type: none;
    margin-left: 0px;
}
.bdtm-comer-filter ul h4,
.bdtm-dormir-filter ul h4 {
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #89a10b;
    font-weight: 300;
}
.bdtm-comer-filter ul li,
.bdtm-dormir-filter ul li {
    list-style-type: none;
    padding: 0px 0px 0px 3px;
    border-bottom: 0px;
    display: block;
}
.bdtm-comer-filter ul li label,
.bdtm-dormir-filter ul li label {
    font-size: 0.875em;
    letter-spacing: 0px;
    color: #093049;
}
.bdtm-comer-filter ul li::before,
.bdtm-dormir-filter ul li::before {
    content: none;
}
.bdtm-comer-filter ul input[type="submit"],
.bdtm-dormir-filter ul input[type="submit"] {
    display: table;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 14px 20px;
    min-width: 150px;
    border-radius: 40px;
    font-family: "Fira Sans", sans-serif;
    background-color: #fcd22e;
    color: #997a02;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    font-size: 0.9375em;
}
.bdtm-comer-filter ul input[type="submit"]:hover,
.bdtm-dormir-filter ul input[type="submit"]:hover {
    cursor: pointer;
    background-color: #fccd15;
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}
.comerdormir-ajax-buscador {
    background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/comun/buscador.png");
    background-repeat: no-repeat;
    background-position-y: 14px;
    background-position-x: 8px;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid #eee !important;
    width: 99% !important;
    padding: 20px 0px 20px 44px !important;
    position: relative;
}
.ajax-search {
    display: none;
    position: absolute;
    width: 96%;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}
.ajax-search p {
    font-size: 1.0625em;
    box-sizing: border-box;
    margin: 20px 15px;
    color: #2839af;
    display: block;
}
.ajax-search.ajax-search-active {
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    display: block;
}
.bdtr-resultados-busqueda {
    display: block;
    margin-top: 30px;
}
.bdtr-resultados-busqueda .segmento {
    box-sizing: border-box;
    background: #eee;
    color: #89a10b;
    padding: 4px 10px;
    border-radius: 40px;
    margin-left: 10px;
}
.bdtr-restaurante-card {
    border-bottom: dotted 1.5px #ddd;
    margin: 20px 0px;
}
.bdtr-restaurante-card .rest-img {
    border-radius: 4px;
    overflow: hidden;
    line-height: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}
.bdtr-restaurante-card .rest-txt a span {
    color: #89a10b;
    font-size: 1.6875em;
    display: inline;
}
.comerdormir-ajax-buscador:focus {
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}
.experiencias-list-cab h3 {
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9375em;
}
@media screen and (min-width: 1170px) {
    .experiencias-list-item {
        min-height: 310px;
    }
}
.experiencias-list-item .tiend-gourmet-nom {
    display: block;
    font-size: 0.8125em;
    text-transform: uppercase;
    font-weight: 600;
    color: #b3b3b3;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.experiencias-list-item .precio {
    font-weight: 600;
    font-size: 1.1875em;
}
.experiencias-list-item .tiend-gourmet-location a {
    color: #666;
}
.bdtr-agenda-mes {
    display: none;
    box-sizing: border-box;
    padding: 10px 15px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #879adc;
    font-size: 20px;
}
.bdtr-agenda-mes:after {
    content: "";
    position: absolute;
    bottom: -1px;
    display: block;
    width: 50px;
    height: 3px;
    background: #fcd22e;
}
.bloque-fiestas-espectaculos li {
    border-bottom: dotted 1.5px #ddd;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-top: 30px;
}
.bloque-fiestas-espectaculos li a {
    font-size: 1.5625em;
    display: block;
    margin-top: 7px;
}
.bloque-fiestas-espectaculos li .wp-block-latest-posts__post-excerpt {
    margin-top: 30px;
    line-height: 32px;
}
.bloque-fiestas-espectaculos li .wp-block-latest-posts__featured-image img {
    max-width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.28);
}
@media screen and (min-width: 1170px) {
    .bloque-fiestas-espectaculos li .wp-block-latest-posts__featured-image img {
        float: left !important;
        margin-right: 30px;
    }
}
.bds-trm-single-container {
    position: relative;
    top: -100px;
}
.single h3 {
    line-height: 1.75em;
    color: #89a10b;
    letter-spacing: 0px;
    margin: 10px 0px;
}
.bdtrm-estab-bg-cab.bg-gourmet {
    background: #012841;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: -1;
}
.bdtrm-estab .col.l3.m4.s12 {
    padding: 0px 0px 0px 15px;
}
@media screen and (min-width: 1350px) {
    .bdtrm-estab .col.l3.m4.s12 {
        padding: 0px 15px;
    }
}
.bdtrm-estab .col.l3.m4.s12 .fa-ul {
    margin-left: 20px;
}
@media screen and (min-width: 1450px) {
    .bdtrm-estab .col.l3.m4.s12 .fa-ul {
        margin-left: 2.14285714em;
        padding: 0px 15px;
    }
}
.bdtrm-estab-col-l {
    padding: 0px 0px 30px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.21);
    background: #fff;
}
.bdtrm-estab-col-l .logo-gourmet-sidebar {
    padding: 10px 39px;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.bdtrm-estab-col-l .logo-gourmet-sidebar:hover {
    opacity: 0.7;
}
.bdtrm-estab-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}
.bdtrm-estab-img.img-tienda-gourmet {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bdtrm-estab-contact-info {
    padding: 30px 20px;
}
.bdtrm-estab-contact-info .fa-ul li {
    box-sizing: border-box;
    margin: 20px 0px 20px 0px;
    padding-bottom: 20px;
    color: #141556;
    border-bottom: solid 1px #eee;
    font-size: 0.875em;
}
.bdtrm-estab-contact-info .fa-ul li:last-child {
    border-bottom: 0px;
}
.bdtrm-estab-contact-info .fa-ul li b {
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-size: 0.89375em;
    display: block;
}
.bdtrm-estab-contact-info .fa-ul li i.fa {
    color: #fcd22e;
}
.bdtrm-estab-taller-gourmet-tit {
    border-bottom: dotted 2px #ccc;
    font-size: 1.125em;
    color: #141556 !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px !important;
    text-align: center;
}
@media screen and (min-width: 800px) {
    .bdtrm-estab-taller-gourmet-tit {
        text-align: left;
    }
}
.bdtrm-estab-taller-gourmet-table .taller-table-row {
    margin-bottom: 20px;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}
.bdtrm-estab-taller-gourmet-table .taller-table-row .table-icon {
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    color: #b3b3b3;
    letter-spacing: 0.5px;
    text-align: center;
}
.bdtrm-estab-taller-gourmet-table .taller-table-row .table-icon .fa {
    display: block;
    margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
    .bdtrm-estab-taller-gourmet-table .taller-table-row .table-icon .fa {
        margin-bottom: 0px;
        margin-right: 10px;
        display: inline;
        text-align: left;
    }
}
@media screen and (min-width: 800px) {
    .bdtrm-estab-taller-gourmet-table .taller-table-row .table-icon {
        text-align: left;
    }
}
.bdtrm-estab-taller-gourmet-table .taller-table-row .table-txt {
    text-align: center;
    line-height: 26px;
}
@media screen and (min-width: 800px) {
    .bdtrm-estab-taller-gourmet-table .taller-table-row .table-txt {
        text-align: left;
    }
}
.bdtrm-estab-title {
    margin: 40px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.bdtrm-estab-title .enc-gourmet {
    color: #012841;
    text-align: center;
    font-size: 0.9375em;
    display: block;
    width: 100%;
    letter-spacing: 2px;
}
@media screen and (min-width: 800px) {
    .bdtrm-estab-title {
        min-height: 200px;
        margin: 0px;
    }
    .bdtrm-estab-title .enc-gourmet {
        letter-spacing: 3px;
        width: auto;
        color: #fff;
        font-size: 1.75em;
        z-index: 1;
        padding: 0px 95px 0px 101px;
        position: relative;
        font-weight: 200;
        text-transform: uppercase;
        background-color: #012841;
    }
    .bdtrm-estab-title .enc-gourmet::after {
        content: "";
        background-color: transparent;
        background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/donde-comer/pez-gourmet.jpg");
        width: 62px;
        height: 40px;
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 0px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: -1;
    }
    .bdtrm-estab-title .enc-gourmet::before {
        content: "";
        background-color: transparent;
        background-image: url("https://www.bidasoaturismo.com/wp-content/themes/bidasoa_turismo/assets/img/donde-comer/pez-gourmet.jpg");
        width: 62px;
        height: 40px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
    }
}

html[lang="eu"] .bdtr-resultados-busqueda,
html[lang="en-GB"] .bdtr-resultados-busqueda,
html[lang="fr-FR"] .bdtr-resultados-busqueda {
    display: none !important;
}
html[lang="eu"] .comerdormir-ajax-buscador,
html[lang="en-GB"] .comerdormir-ajax-buscador,
html[lang="fr-FR"] .comerdormir-ajax-buscador {
    display: none !important;
}

.navbar .burguer-button {
    border-width: 0px;
    z-index: 999;
}

body.home .navbar .burguer-button {
    color: #fff;
}

body.home .navbar.stick .burguer-button {
    color: #141556;
}
body.home .navbar.stick .burguer-button {
    color: #141556;
}

@media screen and (max-width: 1169px) {
    .menu-responsive .nav {
        overflow-y: scroll;
    }

    .menu-responsive {
        width: 100%;
        max-width: 100%;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        overflow-y: scroll;
    }

    .menu-responsive .nav .menu-item {
        width: 100%;
        height: auto;
        display: block;
    }

    .menu-responsive .nav .menu-item a {
        text-align: left;
        display: block;
        width: 100%;
    }

    #menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu-wrap {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    #menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu {
        display: block;
    }

    #menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu-wrap {
        position: static;
    }

    .menu-responsive .nav .menu-item::after {
        content: none !important;
    }

    .mgm-link-nv1 a::before {
        content: none !important;
    }

    .mgm-trigg.bg-que-visitar,
    .mgm-trigg.bg-que-hacer,
    .mgm-trigg.bg-donde-dormir,
    .mgm-trigg.bg-donde-comer {
        border-top: solid 2px #fcd22e !important;
    }
    .menu-responsive .nav .menu-item a {
        font-size: 17px;
        padding: 20px 15px;
    }

    .burguer-button.visible {
        border-radius: 50%;
        background: #141556;
        color: #fff;
    }

    .navbar.stick .burguer-button {
        color: #141556;
    }
    body.home .navbar.stick .burguer-button {
        color: #141556;
    }
    .navbar.stick .burguer-button.visible {
        border-radius: 50%;
        background: #141556;
        color: #fff;
    }
    body.home .navbar.stick .burguer-button.visible {
        border-radius: 50%;
        background: #141556;
        color: #fff;
    }
}

@media screen and (max-width: 799px) {
    .slide .slide__content h2 {
        line-height: 29px;
        text-transform: uppercase;
    }

    .flt-txt-block.bds-trm-single .block-titulo {
        padding: 24px 0px;
        width: 100%;
    }

    .cab-single-post {
        height: 230px;
    }

    .lang-list-container {
        justify-content: flex-start;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        display: flex;
        background: #eee;
        padding: 10px 15px;
    }

    .topbar .menu-corp-bdtr .menu {
        display: flex;
        justify-content: space-between;
    }

    .topbar .menu-corp-bdtr {
        padding: 0px;
    }

    .topbar {
        padding: 0px 10px;
    }

    .flt-txt-block.bds-trm-single .block-titulo h2 {
        font-size: 1.9625em;
    }

    .flt-txt-block.bds-trm-single .block-img {
        display: none;
    }

    .cab-single-post::before {
        background-size: 700px;
        background-position: center top;
    }
    .bds-trm_sidebar {
        width: 110%;
        position: relative;
        left: -62px;
    }

    .cab-large {
        background-size: 900px;
        background-position: center top;
    }

    .bnr-impar .bnr-img img {
        width: 800px;
    }

    .navbar .brand-wrapp,
    body.home .navbar .brand-wrapp {
        background-position-y: 19px;
    }
}

@media screen and (max-width: 499px) {
    .slide .slide__content {
        width: 62%;
    }
    .slide__img {
        width: 700px !important;
    }
    .bnr-impar .bnr-img img {
        width: 480px;
    }

    .flt-txt-block.bds-trm-single .block-titulo h2 {
        font-size: 27px;
    }

    .menu-corp-bdtr li a {
        font-size: 12px;
    }

    .flt-txt-block.bds-trm-single .block-titulo h2 {
        font-size: 22px;
    }

    .cab-large {
        height: 355px;
    }

    .bg-que-visitar .sub-menu-wrap .sub-menu .mgm-link-nv1 {
        width: 100% !important;
    }

    .bg-donde-dormir .sub-menu-wrap .sub-menu .mgm-link-nv1 {
        width: 100% !important;
    }
    .bg-donde-comer .sub-menu-wrap .sub-menu .mgm-link-nv1 {
        width: 100% !important;
    }
}


.nav-folletos-top {
    display: flex;
    justify-content: space-around;
    background: #eee;
    border: solid 1px #ccc;
}

.nav-folletos-top li{
    /* border-bottom: solid 3px #97A700; */
    box-sizing: border-box;
    padding: 20px 15px;
}


.nav-folletos-top li:before{ font-family: 'FontAwesome'; content:"\f016";}
@media screen and (max-width: 1199px) { 
    .nav-folletos-top {
        border: 0px;
        display: block;
    }
    .nav-folletos-top li{
        border-bottom: solid 1px #ccc;
        display: block;
    }


}


.height-auto figure img{
    height: auto!important;
}



 .col-sidebar-bdtrm .bds-trm_sidebar ul {
    border: solid 1px #eee;
}
 .col-sidebar-bdtrm .bds-trm_sidebar ul li {
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
 .col-sidebar-bdtrm .bds-trm_sidebar ul li a {
    font-size: 0.9375em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    padding: 15px 0px 15px 0px;
    border-bottom: solid 1px #eee;
    display: block;
}
 .col-sidebar-bdtrm .bds-trm_sidebar ul li a:hover {
    -webkit-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -moz-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -o-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    -ms-box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43);
    border-color: transparent;
    color: #89a10b;
}
 .col-sidebar-bdtrm .bds-trm_sidebar ul li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fcd22e;
    padding: 0px 10px 0px 35px;
}


footer .datos h4{
    color:#141556!important;
    font-size: 1.4375em;
}
footer .datos p {
    color:#777!important;
    font-size: 15px;
}


footer .datos p b{
    color:#141556!important;
}


footer hr{
    display: block;
    margin: 40px 0px 20px 0px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
footer .gallery img{
    border: 0px!important;
    max-width: 100%;
    height: auto;
}
footer .gallery .gallery-item .gallery-icon{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 120px;
    box-sizing: border-box;
    padding: 0px 20px;
}


.tipo_alo_active{
    color:#97A701!important; 
    font-weight:600!important;
}
.tipo_alo_active::after{ 
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 0px;
}

@media screen and (max-width: 789px) { 
    
    footer .gallery{margin-top: 80px!important;} 
    footer .gallery .gallery-item{ width: 100%!important;}

    footer .datos h4, footer .datos p { text-align: center!important;}

}



.term-irun .cat-item.campings, .term-irun .cat-item.apartamentos { display:none;}
.term-irun-d-eu .cat-item.kanpinak, .term-irun-d-eu .cat-item.apartamentuak { display:none;}
.term-irun-d-fr .cat-item.campings-fr, .term-irun-d-fr .cat-item.appartements { display:none;}
.term-irun-d-en .cat-item.campings-en, .term-irun-d-en .cat-item.apartments { display:none;}



.bds-trm_sidebar .experiencias-list-item{min-height: auto;}
.experiencias-list-item.guia-rest{min-height: auto;}



.bds-trm_sidebar .cat-item.link-filtro:hover{
    cursor: pointer;
    color: #3d62cd!important;
    border-color: #eee!important;
}

.cat-item.link-filtro.active {
    color: #89a10b!important;
    border-color: #eee!important;
}


.cat-item.link-filtro.active::after{ 
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 9px;
    position: absolute;
    right: 0px;
}


.lang-item-eu{order:1;}
.lang-item-es{order:2;}
.lang-item-en{order:3;}
.lang-item-fr{order:4;}


.datos-dos{border-top: solid 1px #ddd;}
.datos-dos a{color: #171862!important; font-weight: 400!important;}

/*formulario reserva*/
form p.texto{font-size: 0.8em;line-height:1.em;}
.wpcf7-list-item{margin:0;}
input[type="submit"]{
	border-radius:25px;
	background:#fcd33e;
	color:#000;
	font-size: 0.875em;
	padding: 10px 20px;
	line-height: 1.625em;
	font-weight: 400;
	letter-spacing: 0.5px;
}
input[type="submit"]:hover{
	background: #fddc5b;
    color: #000;
	box-shadow: 0 8px 18px 0 rgb(0 0 0 / 27%);
}
.wpcf7 .wpcf7-submit:disabled{
	background-color:#f7cd2a73;
	color:#31313170;
}



/* NUEVO MENÚ */

@media screen and (min-width: 1170px) {
    .menu-responsive .nav{
        width: 95%!important;
    }
    #menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu .menu-item{
        width: 100%!important;
    }
	.menu-responsive .nav .menu-item{
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	height:90%!important;
	align-items: baseline!important;
}
}

.menu-responsive .nav .menu-item::after{
    margin-left: 10px!important;
}

#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu{
    display: block!important;
}

#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu-wrap{
    max-width: 300px!important;
    width: 100%!important;
}

@media (max-width:1260px) and (min-width: 1170px) {
.bg-comer .sub-menu-wrap{
    right: 459px!important;
}
.bg-alojamiento .sub-menu-wrap{
    right: 258px!important;
}
.bg-que-ver .sub-menu-wrap{
    left: 156px!important;
}
.bg-deportes .sub-menu-wrap{
    left: 352px!important;
}
.bg-experiencias .sub-menu-wrap{
    left: 591px!important;
}
.bg-naturaleza .sub-menu-wrap{
    left: 857px!important;
}
.bg-actividades .sub-menu-wrap{
    left: 831px!important;
}
}

@media (max-width:1400px) and (min-width: 1261px) {
.bg-comer .sub-menu-wrap{
    right: 582px!important;
}
.bg-alojamiento .sub-menu-wrap{
    right: 295px!important;
}
.bg-que-ver .sub-menu-wrap{
    left: 122px!important;
}
.bg-deportes .sub-menu-wrap{
    left: 406px!important;
}
.bg-experiencias .sub-menu-wrap{
    left: 690px!important;
}
.bg-naturaleza .sub-menu-wrap{
    left: 980px!important;
}
.bg-actividades .sub-menu-wrap{
    left: 948px!important;
}
}

@media (max-width:1480px) and (min-width: 1401px) {
.bg-comer .sub-menu-wrap{
    right: 683px!important;
}
.bg-alojamiento .sub-menu-wrap{
    right: 366px!important;
}
.bg-que-ver .sub-menu-wrap{
    left: 85px!important;
}
.bg-deportes .sub-menu-wrap{
    left: 403px!important;
}
.bg-experiencias .sub-menu-wrap{
    left: 720px!important;
}
.bg-naturaleza .sub-menu-wrap{
    left: 1036px!important;
}
.bg-actividades .sub-menu-wrap{
    left: 1070px!important;
}
}

@media (min-width: 1481px) {
.bg-comer .sub-menu-wrap{
    right: 726px!important;
}
.bg-alojamiento .sub-menu-wrap{
    right: 396px!important;
}
.bg-que-ver .sub-menu-wrap{
    left: 68px!important;
}
.bg-deportes .sub-menu-wrap{
    left: 398px!important;
}
.bg-experiencias .sub-menu-wrap{
    left: 730px!important;
}
.bg-naturaleza .sub-menu-wrap{
    left: 1060px!important;
}
.bg-actividades .sub-menu-wrap{
    left: 1120px!important;
}
}

.bg-agenda .sub-menu-wrap .sub-menu, .bg-comer .sub-menu-wrap .sub-menu, .bg-alojamiento .sub-menu-wrap .sub-menu, .bg-que-ver .sub-menu-wrap .sub-menu, .bg-experiencias .sub-menu-wrap .sub-menu, .bg-deportes .sub-menu-wrap .sub-menu, .bg-naturaleza .sub-menu-wrap .sub-menu{
    box-shadow: 0px 3px 9px -2px rgba(138, 138, 138, 0.43)!important;
	border-bottom: solid 2px #fcd22e !important;
}

@media screen and (max-width: 1169px) {
	.mgm-link-nv1 a{
		margin-bottom: 0px!important;
	}
	#menu .nav-container .menu-item-has-children.mgm-trigg .sub-menu-wrap{
		max-width:100%!important;
	}
}

/* H2 */

.slide .slide__content h1 {
    color: #fff;
    line-height: 37px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0px;
    font-size: 21px;
    font-family: "Fira Sans", sans-serif;
}
.slide .slide__content h1 strong {
    font-weight: 700;
}
@media screen and (min-width: 500px) {
    .slide .slide__content h1 {
        font-size: 27px;
    }
}
@media screen and (min-width: 800px) {
    .slide .slide__content h1 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1170px) {
    .slide .slide__content h1 {
        font-size: 47px;
        line-height: 58px;
    }
}
@media screen and (max-width: 799px) {
    .slide .slide__content h1 {
        line-height: 29px;
        text-transform: uppercase;
	}
}

.cab-large-caption h1{
	text-align: center;
    color: #fff;
    font-size: 2.0625em;
}

.flt-txt-block.bds-trm-single .block-titulo h1{
    text-align: left;
    color: #fff;
    margin-top: 18px;
    font-size: 2.0625em;
}
@media screen and (max-width: 799px) {
	.flt-txt-block.bds-trm-single .block-titulo h1 {
    	font-size: 1.9625em;
    }
}

@media screen and (max-width: 499px) {
    .flt-txt-block.bds-trm-single .block-titulo h1 {
        font-size: 27px;
    }
    .flt-txt-block.bds-trm-single .block-titulo h1 {
        font-size: 22px;
    }
}

.post-type-archive h1.enc-corp-center:after{
    content: "";
    background-repeat: no-repeat;
    width: 60px;
    height: 2px;
    background: #fcd22e;
    margin-top: 18px;
    display: block;
}
.post-type-archive h1.enc-corp-center{
	margin-top:0px!important;
}
h1.enc-corp-center{
	margin-top:2px!important;
}


