#section-header #section-idiomas,
#section-header .sec-tit1 {
    text-transform: uppercase;
}
#section-header #section-idiomas {
    position: absolute;
    top: 0;
    right: 0;
}
#section-header #section-idiomas > a {
    line-height: 1;
    display: block;
}
#section-header #section-idiomas > a > * {
    vertical-align: middle;
}
#section-header #section-idiomas > a > img:first-child {
    margin-right: 2.5rem;
}
#section-header #section-idiomas > a > img:last-child {
    margin-left: 3.5rem;
}
#section-header #section-idiomas.dropdownMenu-on > a > img:last-child {
    transform: rotate(180deg);
}
#section-header #sedes {
    position: relative;
}
#section-header #sedes button {
    width: 100%;
    padding: 0 10rem;
    border-radius: 0.75rem;
    background-color: white;
    border: 0.5rem solid;
    color: #acacac;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: 0.25rem;
    line-height: 13rem;
    text-align: left;
    text-transform: uppercase;
}
#section-header #sedes #sedes-cont {
    padding: 9rem;
    border: 0.25rem solid #acacac;
    border-radius: 0.75rem;
    box-shadow: 0 2rem 5rem 0 rgba(192, 192, 192, 0.5);
    background-color: white;
    position: absolute;
    z-index: 3;
}
#section-header #sedes #sedes-cont .pais {
    color: #acacac;
    font-size: 4rem;
}
#section-header #sedes #sedes-cont * + .pais {
    margin-top: 4rem;
}
#section-header #sedes #sedes-cont a + a {
    margin-left: 8rem;
}
#section-header #sedes #sedes-cont {
    display: none;
}
#section-header #sedes.act #sedes-cont {
    display: block;
}

#ciudades #ciudades-cont a {
    height: 100%;
    border: 0.5rem solid #b5bb00;
    background-color: white;
    text-align: center;
    display: block;
}
#ciudades #ciudades-cont a:hover {
    background-color: rgba(181, 187, 0, 1);
}
#ciudades #ciudades-cont a:hover * {
    color: black!important;
}
#ciudades #ciudades-cont a img {
    max-width: 100%;
}
#ciudades #ciudades-cont a picture + div {
    padding: 5rem;
}
#ciudades #ciudades-cont .sec-tit1 + p {
    margin-bottom: 0;
    font-family: 'Playfair Display';
    font-size: 3.5rem;
    font-style: italic;
}

#destacados #destacados-cont {
    color: white;
}
#destacados #destacados-cont article {
    position: relative;
}
#destacados #destacados-cont picture + div {
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}
#destacados #destacados-cont .duaCarousel-act picture + div {
    opacity: 1;
    pointer-events: auto;
}
#destacados #destacados-cont p {
    margin-bottom: 0;
    font-size: 7rem;
    font-weight: bold;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
#destacados #destacados-cont h3 {
    font-family: 'Playfair Display';
    font-style: italic;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
#destacados #destacados-cont .btn {
    padding-left: 9.5rem;
    text-align: left;
}
#destacados .duaCarousel-prev,
#destacados .duaCarousel-next {
    width: 12.5rem;
    height: 12.5rem;
    border: 0.25rem solid black;
    /*background-color: white;*/
    background-size: 1.5rem 3rem;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
    bottom: 24.5rem;
    left: 0;
}
#destacados .duaCarousel-prev {
    background-image: url('../../images/iconos/caret-left.svg');
    transform: translateX(-100%);
}
#destacados .duaCarousel-next {
    background-image: url('../../images/iconos/caret-right.svg');
    background-color: rgba(255,255,255,0.5);
/*    border-color: white;
    background-image: url('../../images/iconos/caret-right-white.svg');
    background-color: transparent;*/
}
#destacados .duaCarousel-prev:hover,
#destacados .duaCarousel-next:hover {
    background-color: #b5bb00;
}

#section-text {
    margin-top: 25rem;
}
#section-text > div {
    padding-top: 7.5rem;
    border-top: 0.5rem solid #b5bb00;
}


@media (min-width: 1740px) {
    .container {
        width: 1710px;
    }
}
@media (min-width: 992px) {
    main {
        overflow: hidden;
    }
    section {
        padding-top: 20rem;
        position: relative;
    }
    #section-header {
        width: 109rem;
        height: 130rem;
        position: relative;
    }
    #section-header #logo {
        width: 34.125rem;
        height: 30rem;
    }
    #section-header .sec-tit1 {
        margin-top: 12.5rem;
        margin-bottom: 7.5rem;
        font-size: 12rem;
        text-transform: uppercase;
    }
    #section-header #section-idiomas {
        font-size: 5rem;
    }
    #section-header #section-idiomas > a > img:first-child {
        width: 4rem;
        height: 4rem;
    }
    #section-header #section-idiomas > a > img:last-child {
        width: 3rem;
        height: 1.5rem;
    }
    #section-header #section-idiomas .dropdownMenu-cont {
        padding-left: 6.5rem;
    }
    #section-header #sedes {
        width: 75rem;
    }
    #section-header #sedes #sedes-cont {
        width: 94rem;
        bottom: 0;
        left: calc(100% + 2.5rem);
    }
    
    #ciudades {
        position: relative;
        z-index: 1;
    }
    #ciudades #ciudades-top,
    #destacados #destacados-top {
        display: none;
    }
    #ciudades #ciudades-cont {
        padding-left: 22.5rem;
        padding-right: 22.5rem;
        margin-top: 7.5rem;
    }
    #ciudades #ciudades-cont .duaCarousel-row {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #ciudades #ciudades-cont .duaCarousel-col {
        padding: 6rem;
        margin-top: 10rem;
        background-color: white;
        -webkit-flex-basis: 112rem;
        flex-basis: 112rem;
    }
    #ciudades #ciudades-cont .sec-tit1 {
        margin-bottom: 2.5rem;
        font-size: 7.5rem;
    }
    
    #destacados {
        width: 100vw;
        position: absolute;
        top: 0;
        left: 116.5rem;
    }
    #destacados #destacados-cont article {
        padding-right: 4.5rem;
    }
    #destacados #destacados-cont img {
        height: 192rem;
    }
    #destacados #destacados-cont picture + div {
        bottom: 40rem;
        left: 20rem;
    }
    #destacados #destacados-cont h3 {
        margin-top: 1rem;
        margin-bottom: 4rem;
        font-size: 8rem;
    }
    #destacados #destacados-cont .btn {
        width: 75rem;
    }

    #section-text {
        padding: 0 28.5rem;
    }
 
}
@media (max-width: 991px) {
    main {
        padding-top: 6.25rem;
    }
    #section-header {
        position: relative;
    }
    #section-header #logo {
        width: 27.5rem;
        height: 24rem;
    }
    #section-header #section-idiomas {
        font-size: 3.5rem;
    }
    #section-header #section-idiomas > a > img:first-child {
        width: 4.5rem;
        height: 4.5rem;
    }
    #section-header #section-idiomas > a > img:last-child {
        width: 2rem;
        height: 1rem;
    }
    #section-header #section-idiomas .dropdownMenu-cont {
        padding-left: 7rem;
    }
    #section-header .sec-tit1 {
        margin-top: 9.5rem;
        margin-bottom: 7rem;
        font-size: 10rem;
        line-height: 1;
    }
    #section-header #sedes {
        padding-top: 2rem;
    }
    #section-header #sedes > div:first-child {
        font-size: 4.5rem;
    }
    #section-header #sedes #sedes-cont {
        width: 100%;
        top: calc(100% + 2.5rem);
        left: 0;
    }
    #section-header #sedes #sedes-cont a {
        font-size: 6rem;
    }
    
    #ciudades {
        margin-top: 9rem;
    }
    #ciudades #ciudades-top .sec-tit1,
    #destacados #destacados-top .sec-tit1 {
        margin-bottom: 1rem;
    }
    #ciudades #ciudades-top p,
    #destacados #destacados-top p {
        margin-bottom: 5rem;
        color: #acacac;
    }
    #ciudades #ciudades-cont,
    #destacados #destacados-cont {
        width: calc(100% + 20rem);
        margin-left: -10rem;
    }
    #ciudades #ciudades-cont .duaCarousel-col {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        -webkit-flex-basis: 75.5rem;
        flex-basis: 75.5rem;
    }
    #ciudades #ciudades-cont .sec-tit1 {
        margin-bottom: 1rem;
        font-size: 7.5rem;
    }
    
    #destacados {
        margin-top: 12.5rem;
    }
    #destacados #destacados-cont .duaCarousel-col {
        padding-right: 3rem;
        -webkit-flex-basis: 84rem;
        flex-basis: 84rem;
    }
    #destacados #destacados-cont img {
        height: 139rem;
    }
    #destacados #destacados-cont picture + div {
        width: 100%;
        padding-left: 4rem;
        padding-right: 7rem;
        left: 0;
        bottom: 10rem;
    }
    #destacados #destacados-cont h3 {
        margin-bottom: 2.5rem;
        font-size: 6rem;
    }
    #destacados #destacados-cont .btn {
        display: block;
    }
    #destacados .duaCarousel-prev,
    #destacados .duaCarousel-next {
        display: none;
    }   
}


.duaCarouselH,
.duaCarouselH .duaCarousel-slider,
.duaCarouselH .duaCarousel-row {
    position: relative;
}
.duaCarouselH .duaCarousel-track {
    overflow: hidden;
}
.duaCarouselH .duaCarousel-row,
.duaCarouselH .duaCarousel-temp {
    display: -webkit-flex;
    display: flex;
/*    -webkit-align-items: center;
    align-items: center;*/
}
.duaCarouselH .duaCarousel-col {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next {
    position: absolute;
}
.duaCarouselH .duaCarousel-prev,
.duaCarouselH .duaCarousel-next,
.duaCarouselH .duaCarousel-pager .duaCarousel-page {
    cursor: pointer;
}
.duaCarouselH.dragging .duaCarousel-col {
    pointer-events: none;
}