/* varios */
img[src$='.svg'] {
    object-fit: contain;
    object-position: center;
}
picture {
    display: block;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
a,
a:active,
.lnk-black,
.lnk-black:active,
.lnk-corp:focus,
.lnk-corp:hover,
.txt-black {
    color: black;
}
a:focus,
a:hover,
.lnk-black:focus,
.lnk-black:hover,
.lnk-corp,
.lnk-corp:active,
.txt-corp {
    color: #b5bb00;
}
.txt-gray {
    color: #acacac;
}
.btn-black,
.btn-black:active,
.btn-corp:focus,
.btn-corp:hover,
.ajax-file-upload:focus,
.ajax-file-upload:hover {
    background-color: #222222;
    color: #eee;
}
.btn-black:focus,
.btn-black:hover,
.btn-corp,
.btn-corp:active,
.ajax-file-upload,
.ajax-file-upload:active {
    background-color: #b5bb00;
    color: white;
}
main .btn {
    padding: 0;
    font-size: 5rem;
    font-weight: 500;
    line-height: 14rem;
    text-transform: uppercase;
    position: relative;
}
main .btn:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 7rem;
    line-height: 14rem;
    right: 5rem;
    position: absolute;
    top: 0;
}
h1, h2, h3, h4, h5, p, ul {
    margin-top: 0;
    margin-bottom: 3rem;
}
/*hr {
    border-color: black;
}*/
.text-light         {font-weight: 300}
.text-regular       {font-weight: 400}
.text-medium        {font-weight: 500}
.text-semibold      {font-weight: 600}
.text-bold          {font-weight: 700}

/* formulario */
.control-label {
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 7rem;
    display: block;
}
.form-control {
    height: 14rem;
    border: 0.75rem solid black;
    border-radius: 0.75rem;
    box-shadow: 0;
    background-color: transparent!important;
    color: black;
    font-weight: 400;
    text-align: center;
}
.form-control::-moz-placeholder {
    color: black;
}
.form-control:-ms-input-placeholder {
    color: black;
}
.form-control::-webkit-input-placeholder {
    color: black;
}
.select-group {
    position: relative;
}
.select-group:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    line-height: 14rem;
    position: absolute;
    bottom: 0;
    right: 5rem;
}
.select-group .form-control {
    padding: 0 10rem;
    position: relative;
}
.select-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.has-feedback .form-control {
    padding-right: 4rem;
}
.select-group.has-feedback .form-control {
    padding-right: 10rem;
}
.input-group .input-group-addon {
    padding: 2rem;
    border: 0.75rem solid black;
    border-left: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: #222;
}
.input-group .input-group-addon a {
    color: white;
    font-size: 3rem;
}
.help-block {
    display: none!important;
}
.dua-checkbox label {
    padding-left: 6rem;
    color: #4a4a4a;
    font-size: 4rem;
}
.dua-checkbox label a {
    color: #4a4a4a;
}
.dua-checkbox input + label:before {
    font-size: 5rem;
    top: -0.5rem;
}

/* mainMenu */
#mainMenu .mainMenu-elem {
    position: relative;
}
#mainMenu .mainMenu-link,
#mainMenu .mainMenu-sub {
    color: black;
    cursor: pointer;
}
#mainMenu .mainMenu-link:hover,
#mainMenu .mainMenu-sub:hover,
#mainMenu .mainMenu-elem-act > * > .mainMenu-link,
#mainMenu .mainMenu-elem-act > * > .mainMenu-sub,
#mainMenu .mainMenu-elem-on > * > .mainMenu-sub,
#mainMenu #mainMenu-root.mainMenu-elem-on > .mainMenu-link{
    color: #b5bb00;
}
#mainMenu .mainMenu-sub > .fa:before {
    content: '\f107';
}
#mainMenu .mainMenu-elem-on > .mainMenu-sub > .fa:before {
    content: '\f106';
}
#mainMenu .mainMenu-elem-on > nav {
    display: block!important;
}
@media (min-width: 992px) {
    #mainMenu #mainMenu-root > .mainMenu-link {
        display: none;
    }
    #mainMenu .mainMenu-nav1 {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    #mainMenu .mainMenu-nav1 > .mainMenu-elem:first-child > h4 > .mainMenu-link:before {
        content: '';
        width: 5.5rem;
        height: 5rem;
        margin-right: 1rem;
        background-image: url('../images/iconos/menu-paraguas.svg');
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
    }
    #mainMenu .mainMenu-nav1 > .mainMenu-elem + .mainMenu-elem {
        margin-left: 6rem;
    }
    #mainMenu nav nav {
        padding: 1rem 0;
        background-color: white;
        text-align: left;
        white-space: nowrap;
        position: absolute;
        z-index: 10;
        display: none;
    }
    #mainMenu .mainMenu-nav2 {
        min-width: 100%;
        top: 100%;
        left: 0;
    }
    #mainMenu .mainMenu-nav3 {
        top: 0;
        left: 100%;
    }
    #mainMenu nav nav .mainMenu-elem {
        padding: 1rem 0;
    }
    #mainMenu nav nav .mainMenu-elem .mainMenu-link {
        color: #acacac;
    }
    #mainMenu nav nav .mainMenu-elem .mainMenu-link:hover {
        color: #b5bb00;
    }
}
@media (max-width: 991px) {
/*    #mainMenu nav {
        display: none;
    }*/
    #mainMenu #mainMenu-root.mainMenu-elem-on > .mainMenu-link {
        position: relative;
        z-index: 100;
    }
    #mainMenu #mainMenu-root.mainMenu-elem-on > .mainMenu-link > img:first-child,
    #mainMenu #mainMenu-root > .mainMenu-link > img:last-child {
        display: none;
    }
    #mainMenu #mainMenu-root.mainMenu-elem-on > .mainMenu-link > img:last-child {
        display: inline;
    }
    #mainMenu .mainMenu-nav1 {
        width: 100%;
        height: 100%;
        padding: 45rem 10rem 0;
        background-color: white;
        font-family: 'Playfair Display', serif;
        text-align: center;
        position: fixed;
        z-index: 15;
        top: 0;
        right: 0;
        overflow: auto;
        display: none;
    }
    #mainMenu .mainMenu-nav1 > .mainMenu-elem + .mainMenu-elem {
        margin-top: 4rem;
    }
    #mainMenu .mainMenu-nav1 > .mainMenu-elem:last-child {
        padding-bottom: 10rem;
    }
    #mainMenu .mainMenu-nav2 .mainMenu-elem {
        margin-top: 3rem;
    }
}

/* dropdownMenu */
.dropdownMenu {
    position: relative;
}
.dropdownMenu .dropdownMenu-cont {
    width: 100%;
    background-color: white;
    position: absolute;
    z-index: 12;
    top: 100%;
    left: 0;
    display: none;
}
.dropdownMenu .dropdownMenu-cont a {
    color: #acacac;
}
.dropdownMenu .dropdownMenu-cont a:hover {
    color: #b5bb00;
}
.dropdownMenu.dropdownMenu-on .dropdownMenu-cont {
    display: block;
}

/* estructura */
html {
    overflow-x: hidden;
}
body {
    background-color: transparent;
    color: #222222;
    font-family: 'SanFranciscoDisplay', sans-serif;
}
#aviso-cookies {
    width: 100%;
    padding: 5rem;
    background-color: white;
    text-align: center;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    display: none;
}
    #email-noVerificado{
        padding: 15px;
        font-size: 14px;
        text-align: center;
    }
    #email-noVerificado .alert{
        padding: 15px;
        margin: 0;
        background-color: #efefef;
        border-color: transparent;
        color: inherit;
    }
#header {
    position: sticky;
    z-index: 10;
    top: 0;
}
/*#header.menu-fixed {
    width: 100%;
    position: fixed!important;
    z-index: 10;
    top: 0;
    left: 0;
}*/
#header .container > div,
#header #header-carrito {
    position: relative;
}
#header .container > div {  
    display: -webkit-flex;
    display: flex;
/*    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
#header .container > div > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
#header #header-top,
#header #header-bot {
    margin-left: 12.52rem;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#header #header-top label {
    color: #b5bb00;
    font-size: 4rem;
}
#header #header-top select {
    border-color: #b5bb00;
}
#header #header-carrito span {
    border-style: solid;
    border-color: #b5bb00;
    border-radius: 50%;
    background-color: white;
    color: #222;
    font-weight: 600;
    text-align: center;
    position: absolute;
}
#header #header-carrito:hover span {
    background-color: #b5bb00;
    color: #222;
}
#header #header-menu h4,
#header #header-menu h5 {
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}
#header #header-idiomas {
    text-transform: uppercase;
}
#header #header-redes {
    margin-left: auto;
}
#header #header-redes a + a,
#header #header-idiomas {
    margin-left: 3.75rem;
}

#header #header-menu #mainMenu-carrito {
    display: none;
}

footer,
footer a {
    color: #acacac;
}
footer a {
    font-weight: 600;
}
footer a:hover {
    color: #b5bb00;
}
footer #footer-legal a + a,
footer #footer-duacode a + a {
    margin-left: 8rem;
}
footer #footer-legal img {
    max-width: 100%;
    margin-top: 5rem;
}
footer .container > div {
    padding-top: 6rem;
    padding-bottom: 14rem;
    border-top: 0.5rem solid #acacac;
}
footer .container > div > div > div + div {
    margin-top: 5rem;
}

#top .sec-tit2 {
    margin-bottom: 7.5rem;
    color: #acacac;
}
#top #top-img {
    display: block;
}

#posts article .post-sub,
#posts article .post-fecha,
#posts article .post-fecha a {
    color: #acacac;
}
#posts article .post-fecha,
#posts article .lnk-btn {
    text-transform: uppercase;
}
#posts article .post-fecha a:hover {
    color: #b5bb00;
}

.cuerpo-texto p {
    margin-bottom: 0;
}
.cuerpo-texto p + p {
    margin-top: 10rem;
}

.duaCarouselPC .carousel-cont {
    overflow: visible!important;
}
.duaCarouselTouch {
    overflow: hidden;
}
.duaCarouselTouch .carousel-cont {
    overflow: auto!important;
}

.duaCarousel .carousel-slides {
    display: -webkit-flex;
    display: flex;
}
.duaCarousel .carousel-slide {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.duaCarousel .carousel-slide a {
    height: 100%;
    display: block;
}
.duaCarousel .carousel-slide a:hover {
    /*background-color: rgba(181, 187, 0, 0.1);*/
    background-color: rgba(181, 187, 0, 1);
}
.duaCarousel .carousel-slide a:hover * {
    color: black!important;
}
.duaCarousel .carousel-slide .carousel-slide-tit {
    font-weight: 500;
}
.duaCarousel .carousel-slide .carousel-slide-pie {
    color: #acacac;
    font-weight: 500;
    line-height: 6rem;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lnk-btn {
    min-height: 6rem;
    padding-right: 8rem;
    background-image: url('../images/iconos/btn-lnk.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}

.paginador {
    text-transform: uppercase;
}
.paginador > * {
    vertical-align: middle;
    display: inline-block;
}
.paginador .btn-prev,
.paginador .btn-next {
    background-image: url('../images/iconos/flecha-izda.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.paginador span.btn-prev,
.paginador span.btn-next {
    opacity: 0.4;
}
.paginador .btn-next {
    margin-left: -6rem;
    transform: scaleX(-1);
}
.paginador .paginador-page {
    border-radius: 50%;
    text-align: center;
}
.paginador .paginador-page:hover {
    background-color: rgba(181, 187, 0, 0.25);
    color: black;
}
.paginador .paginador-page-act {
    background-color: black!important;
    color: white!important;
}

.plazas-cont * {
    display: inline-block;
}
.plazas-cont > * + * {
    margin-left: 2.5rem;
}
.plazas-cont button {
    padding: 0;
    border-radius: 50%;
    background-color: white;
    color: black;
    text-align: center;
    vertical-align: middle;
}
.plazas-cont button:hover {
    background-color: black;
    color: white;
}

/* resenas */
#resenas-portada {
    margin-top: 5rem;
}
#resenas-portada.resenas-tourCiudad {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#resenas-portada.resenas-tourCiudad .resenas-val {
    margin-right: 2.5rem;
}
#resenas-portada .resenas-val {
    margin-left: 1.25rem;
}
#resenas-portada .resenas-txt {
    position: relative;
    z-index: 1;
}
#resenas #resenas-top {
    padding: 30px 0;
    background-color: #b5bb00;
}
#resenas .resenas-tit {
    margin-bottom: 2.5rem;
    font-family: 'Playfair Display', serif;
    line-height: 1.0;
    font-weight: 400;    
}
#resenas .resenas-val {
    font-size: 7.5rem;
    line-height: 1;
}
#resenas .resenas-cifra {
    margin-right: 2.5rem;
    font-size: 8rem;
    font-weight: 700;
}
#resenas .resenas-txt {
    font-size: 6.5rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: underline;
}
#resenas .btn:focus,
#resenas .btn:hover {
    background-color: #3a3a3a;
    color: white;
}
#resenas .btn {
    padding: 2rem 10rem;
    font-size: 5rem;
}
#resenas .btn:before {
    display: none;
}
.desktop #resenas .btn-resenas-mobile,
.desktop .resenas-txt .lnk-resenas-mobile {
    display: none;
}
.mobile #resenas .btn-resenas-desktop,
.mobile .resenas-txt .lnk-resenas-desktop {
    display: none;
}
.resenas-txt .lnk-resenas-mobile,
.resenas-txt .lnk-resenas-desktop {
    color: black;
}
.resenas-txt .lnk-resenas-mobile:hover,
.resenas-txt .lnk-resenas-mobile:focus,
.resenas-txt .lnk-resenas-desktop:hover,
.resenas-txt .lnk-resenas-desktop:focus {
    color: #3a3a3a;
}
@media (min-width: 1740px) {
    #resenas #resenas-top .flex > div:last-child {
        padding-left: 18.75rem;
        border-left: 0.5rem solid white;
    }
}
@media (min-width: 992px) {    
    #resenas-portada.resenas-tourCiudad {
        position: absolute;
        left: 15rem;
        bottom: -1rem;
    } 
    #resenas-portada.resenas-tour {
        left: 35rem;
    }
    #resenas #resenas-top .flex {
        padding: 0 28.5rem;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #resenas #resenas-tit,
    #resenas #resenas-val {
        display: inline-block;
        vertical-align: middle;
    }
    #resenas .resenas-tit {
        font-size: 12.5rem;  
    }
    #resenas #resenas-val {
        margin-left: 2.5rem;
    }
}
@media (max-width: 991px) { 
    #resenas {
        text-align: center;
    }
    #resenas .resenas-tit {
        margin-top: 10px;
        font-size: 10.5rem;  
    }
    #resenas #resenas-txt {
        display: none;
    }
    #resenas .btn {
        margin-top: 5rem;
    }
}


.listado-resenas {
    margin-top: 7.5rem;
    margin-bottom: 17.5rem;
}
.listado-resenas .resena {
    padding: 5rem 8.75rem;
    border: 0.25rem solid #e5e5e5;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.listado-resenas .resena-top {
    padding-bottom: 2.5rem;
    border-bottom: 0.5rem solid #000;
    margin-bottom: 2.5rem;
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.listado-resenas .resena-top img {
    margin-right: 5rem;
}
.listado-resenas .resena-tit {
    font-family: 'Playfair Display';
    font-size: 8rem;
    font-weight: 400;
}
.listado-resenas .duaCarouselH,
.listado-resenas .duaCarouselH .duaCarousel-slider,
.listado-resenas .duaCarouselH .duaCarousel-row {
    position: relative;
}
.listado-resenas .duaCarouselH .duaCarousel-track {
    overflow: hidden;
}
.listado-resenas .duaCarouselH .duaCarousel-row,
.listado-resenas .duaCarouselH .duaCarousel-temp {
    display: -webkit-flex;
    display: flex;
/*    -webkit-align-items: center;
    align-items: center;*/
}
.listado-resenas .duaCarouselH .duaCarousel-col {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.listado-resenas .listado-resenas .duaCarouselH .duaCarousel-prev,
.listado-resenas .duaCarouselH .duaCarousel-next {
    position: absolute;
}
.listado-resenas .duaCarouselH .duaCarousel-prev,
.listado-resenas .listado-resenas .duaCarouselH .duaCarousel-next,
.listado-resenas .duaCarouselH .duaCarousel-pager .duaCarousel-page {
    cursor: pointer;
}
.listado-resenas .duaCarouselH.dragging .duaCarousel-col {
    pointer-events: none;
}
.listado-resenas .duaCarouselH .duaCarousel-row {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.listado-resenas .duaCarouselH .duaCarousel-col {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}
.listado-resenas .duaCarouselH .duaCarousel-prev,
.listado-resenas .duaCarouselH .duaCarousel-next {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #000;
    color: white;
    font-size: 9rem;
    line-height: 1.0;
    text-align: center;
    position: absolute;
    top: calc(50% - 6rem);
}
.listado-resenas .duaCarouselH .duaCarousel-prev {
    left: -2.5rem;
}
.listado-resenas .duaCarouselH .duaCarousel-next {
    right: -2.5rem;
}
.listado-resenas .duaCarouselH .duaCarousel-prev:hover,
.listado-resenas .duaCarouselH .duaCarousel-next:hover {
    background-color: rgba(58, 58, 58, 0.5);
}
.listado-resenas .duaCarouselH .duaCarousel-prev:after,
.listado-resenas .duaCarouselH .duaCarousel-next:after {
    font-family: 'FontAwesome';
}
.listado-resenas .duaCarouselH .duaCarousel-prev:after {
    content: '\f104';
}
.listado-resenas .duaCarouselH .duaCarousel-next:after {
    content: '\f105';
}
@media (min-width: 1200px) {
    .listado-resenas .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
    }
    .listado-resenas .duaCarouselH .duaCarousel-col:nth-child(3n + 1) {
        padding-right: 5.75rem;
    }
    .listado-resenas .duaCarouselH .duaCarousel-col:nth-child(3n + 2) {
        padding-left: 4.75rem;
        padding-right: 4.75rem;
    }
    .listado-resenas .duaCarouselH .duaCarousel-col:nth-child(3n + 3) {
        padding-left: 5.75rem;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .listado-resenas .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 767px) {
    .listado-resenas .duaCarouselH .duaCarousel-row {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .listado-resenas .duaCarouselH .duaCarousel-col {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .listado-resenas .resena {
        height: 100%;
    }
}

/* end resenas */


@media (min-width: 992px) {
    #header {
        background-color: white;
    }    
    #header .container {
        position: relative;
    }
    #header .container:before,
    #header .container:after {
        content: '';
        position: absolute;
        left: 15px;
        transition-timing-function: ease;
    }
    #header .container:before {
        width: calc(100% - 30px);
        height: 0;
        background-color: white;
        bottom: 0;
        transition: height 0.6s;
    }
    #header .container:after {
        width: 0;
        height: 0.75rem;
        background-color: #b5bb00;
        top: 100%;
        transition: width 0.8s;
    }
    #header.menu-fixed .container:before,
    #header.menu-fixed .container > div {
        height: 40rem;
    }
    #header.menu-fixed .container:after {
        width: calc(100% - 30px);
    }
    #header .container > div {
        height: 54rem;
        max-width: 220rem;
/*        max-width: 200rem;*/
        transition: height 0.8s;
    }
    #header #header-logo img {
        width: 34.125rem;
        height: 30rem;
    }    
    #header #header-carrito img {
        width: 10rem;
        height: 10rem;
    }
    #header #header-carrito span {
        width: 6rem;
        height: 6rem;
        border-width: 0.75rem;
        line-height: 4.5rem;
        bottom: -0.75rem;
        right: -0.75rem;
    }
    #header #header-redes,
    #header #header-idiomas {
        margin-top: 10rem;
    }
    #header #header-top{
        padding-bottom: 2.5rem;
    }
    #header #header-bot {
        margin-top: 2.5rem;
    }
/*    #header #header-idiomas {
        -webkit-order: 3;
        order: 3;
    }
    #header #header-menu {
        -webkit-order: 2;
        order: 2;
    }
    #header #header-carrito {
        -webkit-order: 4;
        order: 4;
    }*/
    #header #header-top{
        padding-bottom: 2.5rem;
        border-bottom: 0.75rem solid #b5bb00;
    }
    footer #footer-logo img {
        width: 22.5rem;
        height: 20rem;
    }
    footer #footer-duacode img {
        width: 24.25rem;
        height: 6rem;
    }
    footer #footer-duacode .logo-reclamacoes {
        width: 37.5rem;
        height: auto;
    }
    footer .tripadvisor-choice {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }
    #top {
        height: 176rem;
        padding-left: 20rem;
        padding-right: 55.625%;
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #top:after {
        content: '';
        width: 8rem;
        height: 8rem;
        background-image: url('../images/iconos/top-scroll.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 0;
        left: 20rem;
    }
    #top #top-img {
        position: absolute;
        /*z-index: 15;*/
        bottom: 0;
        right: 20rem;
    }
    #top #top-img img {
        width: 160rem;
    }
    section,
    .duaCarousel {
        margin-bottom: 40rem;
    }
    .duaCarousel {
        padding: 0 40rem;
    }
    .duaCarousel header .sec-tit2 {
        margin-bottom: 20rem;
    }
    .duaCarousel .carousel-slides {
        z-index: 5;
    }
    .duaCarousel .carousel-btn {
        
    }
    .duaCarousel .carousel-prev,
    .duaCarousel .carousel-next {
        width: 6rem;
        height: 12rem!important;
        top: calc(100% + 6rem)!important;
    }
    .duaCarousel .carousel-next {
        left: 10rem!important;
        right: auto!important;
    }
    .duaCarousel .carousel-btn {
        width: 6rem;
        height: 12rem;
        background-image: url('../images/iconos/flecha-izda.svg');
        background-size: contain;
        background-repeat: no-repeat;
        top: 0!important;
    }
    .duaCarousel .carousel-btn:before {
        content: '';
    }
    .duaCarousel .carousel-next .carousel-btn {
        transform: scaleX(-1);
    }
    .duaCarousel .carousel-slide {
        background-color: white;
    }
    .duaCarousel .carousel-slide + .carousel-slide {
        padding-left: 20rem;
    }
    .duaCarousel .carousel-slide a {
        width: 100rem;
        border: 0.5rem solid #b5bb00;
    }
    .duaCarousel .carousel-slide picture + div {
        padding: 10rem;
    }
    .duaCarousel .carousel-slide .carousel-slide-tit {
        margin-bottom: 5rem;
    }
    .duaCarousel .carousel-slide p {
        margin-bottom: 5rem;
    }
    .duaCarousel .carousel-slide p:last-of-type {
        margin-bottom: 10rem;
    }
    .lazy {
        position: relative;
        transition: all 1s ease-out;
    }
    .lazyUnloaded {
        opacity: 0;
    }
    .lazyLR {
        left: 0;
    }
    .lazyLR.lazyUnloaded {
        left: -25rem;
    }
    .lazyRL {
        right: 0;
    }
    .lazyRL.lazyUnloaded {
        right: -25rem;
    }
    .lazyBT {
        bottom: 0;
    }
    .lazyBT.lazyUnloaded {
        bottom: -25rem;
    }
    .lazyTB {
        top: 0;
    }
    .lazyTB.lazyUnloaded {
        top: -25rem;
    }
    .paginador .btn-prev,
    .paginador .btn-next {
        width: 6rem;
        height: 12rem;
    }
    .paginador .btn-prev {
        margin-right: 3rem;
    }
    .paginador .btn-next {
        float: right;
    }
    .paginador .paginador-page {
        width: 6rem;
        height: 6rem;
        border: 0.75rem solid black;
        margin-left: 1rem;
        line-height: 4.5rem;
    }
    .paginador .text-medium + .paginador-page {
        margin-left: 3rem;
    }
    .plazas-cont button {
        width: 6.5rem;
        height: 6.5rem;
        border: 0.5rem solid black;
        line-height: 5.5rem;
    }
}
@media (max-width: 991px) {
    .container {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    #header {
        padding: 7rem 0;
        border-bottom: 0 solid #b5bb00;
        background-color: white;
        transition: padding 1s, border 1s;
    }
    #header.menu-fixed {
        padding: 2rem 0;
        border-width: 0.5rem;
    }
    #header #header-logo {
        position: relative;
        z-index: 20;
    }
    #header #header-logo img {
        width: 16rem;
        height: 16rem;
    }  
    #header .container > div > div {
        display: -webkit-flex;
        display: flex;
    }
    #header #header-top,
    #header #header-bot {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    #header #header-bot {
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }
    #header #header-top,
    #header #header-bot,
    #header #header-redes,
    #header #header-menu {
        margin-left: 2.5rem;
    }
    #header #header-idiomas {
        margin-left: auto;
    }
    #header #header-destinos {        
        width: 75rem;
        max-width: 100%;
        background-color: white;
        padding: 2.5rem 0;
        left: 50%;
        top: 20rem;
        position: fixed; 
        transform: translateX(-50%);
        display: none;
        z-index: 16;
    }
    #header.header-menu-act #header-destinos {
        display: block;
    }
    #header #header-destinos .form-control {
        border-width: 0.25rem;
        height: 11rem;
    }
    #header #header-carrito {
        /*margin-left: 25rem;*/
        -webkit-order: 1;
        order: 1;
    }
    #header #header-carrito img {
        width: 6.5rem;
        height: 6.5rem;
    }
    #header #header-carrito span {
        width: 4.5rem;
        height: 4.5rem;
        border-width: 0.25rem;
        line-height: 4rem;
        bottom: -0.75rem;
        right: -0.75rem;
    }
    footer {
        text-align: center;
    }
    footer #footer-logo {
        margin-bottom: 5rem;
    }
    footer #footer-logo img {
        width: 22.5rem;
        height: 20rem;
    }
    footer #footer-duacode .logo-reclamacoes {
        width: 30rem;
        height: auto;
    }
    footer #footer-legal {
        margin-top: 10rem;
        margin-bottom: 5rem;
    }
    footer #footer-duacode img {
        width: 24.25rem;
        height: 4.5rem;
    }
    #top .sec-tit1 {
        margin-bottom: 3rem;
    }
    #top #top-img {
        width: calc(100% + 10rem);
        margin-top: 10rem;
        text-align: center;
    }
    #top #top-img img {
        max-width: 100%;
    }
    section,
    .duaCarousel {
        margin-bottom: 14rem;
    }
    .duaCarousel header .sec-tit2 {
        margin-bottom: 10rem;
    }
    .duaCarousel .carousel-prev,
    .duaCarousel .carousel-next {
        display: none;
    }
    .duaCarousel .carousel-slide + .carousel-slide {
        padding-left: 3rem;
    }
    .duaCarousel .carousel-slide a {
        width: 62rem;
        border: 0.5rem solid #b5bb00;
    }
    .duaCarousel .carousel-slide picture + div {
        padding: 6rem;
    }
    .duaCarousel .carousel-slide p:last-of-type {
        margin-bottom: 6rem;
    }
    .paginador {
        position: relative;
    }
    .paginador .btn-prev,
    .paginador .btn-next {
        width: 2.5rem;
        height: 5rem;
        position: absolute;
        top: 0;
    }
    .paginador .btn-prev {
        right: 7rem;
    }
    .paginador .btn-next {
        right: 0;
    }
    .paginador .text-medium {
        margin-bottom: 7.5rem;
        display: block;
    }
    .paginador .paginador-page {
        width: 8rem;
        height: 8rem;
        border: 0.75rem solid black;
        line-height: 6.5rem;
    }
    .paginador .paginador-page + .paginador-page {
        margin-left: 4rem;
    }
    .plazas-cont button {
        width: 5rem;
        height: 5rem;
        border: 0.25rem solid black;
        line-height: 4.5rem;
    }
}

/* tipografias */
.sec-tit1,
.sec-tit2,
.sec-tit3 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

@media (min-width: 1680px) {
    html {
        font-size: 4px;
    }
    .container {
        width: 1630px;
    }
}
@media (min-width: 1280px) and (max-width: 1679px) {
    html {
        font-size: 3px;
    }
    /* definido en bootstrap
    .container {
        width: 1230px;
    }*/
}
@media (min-width: 992px) and (max-width: 1279px) {
    html {
        font-size: 2.35px;
    }
    /* definido en bootstrap
    .container {
        width: 970px;
    }*/
}
@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 4px;
    }
    /* definido en bootstrap
    .container {
        width: 750px;
    }*/
}
@media (max-width: 767px) {
    html {
        font-size: 4px;
    }
    .container {
        max-width: 375px;
    }
}

@media (min-width: 1280px) {
    #top .sec-tit1 {
        font-size: 14rem;
    }
    #top .sec-tit2 {
        font-size: 11rem;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    #top .sec-tit1 {
        font-size: 11rem;
    }
    #top .sec-tit2 {
        font-size: 8rem;
    }
}
@media (min-width: 992px) {
    body,
    .duaCarousel .carousel-slide .carousel-slide-tit {
        font-size: 6rem;
    }
    #aviso-cookies,
    #header #header-menu .mainMenu-nav2,
    #header #header-menu h5,
    footer small,
    .duaCarousel,
    .modal-body {
        font-size: 4rem;
    }
    #header #header-menu,
    #header #header-menu h4,
    #header #header-idiomas,
    footer,
    .btn,
    .control-label,
    .form-control {
        font-size: 5rem;
    }
    #header #header-carrito span,
    #posts article .post-fecha,
    #posts article .lnk-btn,
    .paginador,
    .plazas-cont button {
        font-size: 3.5rem;
    }
    .sec-tit1,
    .sec-tit2,
    .sec-tit3 {
        line-height: 1.2;
    }
    .sec-tit1 {
        font-size: 16rem;
    }
    .sec-tit2 {
        font-size: 12rem;
    }
    .sec-tit3 {
        font-size: 8rem;
    }
    .cuerpo-texto {
        line-height: 1.7;
    }
}
@media (max-width: 991px) {
    body,
    .control-label,
    .form-control,
    .duaCarousel .carousel-slide .carousel-slide-tit {
        font-size: 4rem;
    }
    #aviso-cookies,
    footer small,
    #header #header-carrito span {
        font-size: 3rem;
    }
    footer,
    .paginador {
        font-size: 3.5rem;
    }
    #header #header-menu,
    #header #header-menu h4 {
        font-size: 6rem;
    }
    #header #header-menu {        
        -webkit-order: 2;
        order: 2;
    }
    #header #header-menu .mainMenu-nav2,
    #header #header-menu h5 {
        font-size: 4rem;
    }
    #posts article .post-fecha,
    #posts article .lnk-btn,
    .duaCarousel,
    .plazas-cont button {
        font-size: 2.5rem;
    }
    .sec-tit1 {
        font-size: 6rem;
        line-height: 1.3;
    }
    .sec-tit2,
    .sec-tit3 {
        font-size: 5rem;
        line-height: 1.4;
    }
    #top .sec-tit2 {
        font-family: 'SanFranciscoDisplay', sans-serif;
        font-size: 4rem;
        line-height: 1.25;
    }
    .cuerpo-texto {
        line-height: 1.5;
    }
    .paginador .paginador-page {
        font-size: 4.5rem;
    }
}
@media (max-width: 767px) {
    .duaCarousel {
        font-size: 2.25rem;
    }
}