@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ff7906;
}
  
::selection {
    color: #fff;
    background: #ff7906;
}

a, a:active {
    color: #0081cc;
    text-decoration: none;
    font-size: 0.85rem;
}
a:hover{
    color:#0493d4;
}
img{
    max-width: 100%;
}

h1,h2,h3,h4,h5{
    font-weight: 300;
    text-transform: uppercase;
}
ul{
    font-size: 0.75rem;
}

p{font-size: 0.85rem; font-weight: 300;}
b{font-weight: 500;}

small{
    font-size: 0.725rem;
    line-height: normal;
}
small a{
    font-size: 0.725rem;
    line-height: normal;
}

.button{
    max-width: 180px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 300;
    display: block;
    padding: 8px 10px;
    text-align: center;

}
.button.blue{
    background-color: #4A97C2;
    color:#fff;
}
.button.blue:hover{
    background-color: #0493d4;
}
button.openNavMobile{
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 0px 1px rgba(0,0,0,0.1);
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    cursor: pointer;
}
button.openNavMobile img{
 opacity: 0.5;
}
#carouselhead .title{
    color: #fff;
    margin-top: 8rem;
    font-size: 1.7rem;
}
header{
    width: 100%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0,0.1);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
}
header a{
    color: #555;
}
header a:hover{
    color: #4A97C2;
    background: transparent;
}
header ul{
    list-style: none;
}
#carouselhead .title span{
    font-size: 2.5rem;
    font-weight: lighter;
}
#carouselhead .carousel-control-prev, 
#carouselhead .carousel-control-next{
    background: rgb(0 0 0 / 55%) !important;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    top: 50%;
    border-radius: 2px;
    padding: 10px;
    z-index: 3;
}
#carouselhead .caption-slide{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0,0.7) 60%, rgba(0, 0, 0,0.9) 100%);
    height: 90%;
    z-index: 1;
}
#carouselhead .caption-slide-text{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    bottom: 18%;
    margin: 0 auto;
    text-align: center;
}
.page-title{
    font-size: 2.2rem;
    text-transform: uppercase;
}
.rewards .section-title{
    font-size: 2.2rem;
}
.section-title{
    font-size: 1.35rem;
    text-transform: uppercase;
}
.page-subtitle{
    font-size:1.35rem;
    font-weight: 500;
}
.section-subtitle{
    font-size:1rem;
    font-weight: 500;
}
.experience{
    background: url('/lib/images/background-experience.jpg');
    background-repeat: no-repeat;
    background-position: center -130px;
    background-size: contain;
}
.experience .sectionTitle, .register-rewards .sectionTitle{
    font-size: 1rem;
    text-transform: none;
}
.experience h3 span{
    font-size: 0.9rem;
}
#awards{
    background: #fcfbfb;
    padding: 5rem 0;
}
#awards .recognitions{
    max-width: 730px;
    margin-top: 20px;
    width: 100%;
}
.resorts .resort-item{
    position: relative;
}
.resorts .card{
    position: relative;
    border: none;
}
.resorts .resort-item .title{
    color: #FF7906;
    font-size: 0.85rem;
}
.resorts .resort-item .subtitle{
    font-size: 0.7rem;
    font-weight: 500;
    padding-bottom: 0.4rem;
}
.resorts .logo-card{
    max-width: 123px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.resorts .card-info{
    max-width: 95%;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    box-shadow: 0 0 5px rgba(0,0,0,0.16);
    position: absolute;
    margin: 0 auto;
    top: 90%;
    left: 0;
    right: 0;
    background:#fff;

}
.rewards{
    /* margin-top: 5rem; */
    background-image: url('/lib/images/background-image-rewards-l.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 20rem;
    padding-top: 5rem;
}
.maps-tabs ul li{
    list-style: none;
}
.maps-tabs ul li a{
    font-size: 12px;
    line-height: 1em;

}
.maps-tabs ul li .active .links{
    text-decoration: underline;
    color: #000;
}
.maps-tabs .links{
    color:#0081cc;
    font-size: 0.9rem;
    margin-left: 12px;
}

.maps-tabs ul li a:hover{
    color: #000;
}
.maps-tabs{
    border-top: 1px solid #f1f1f1;
    margin-top: 12rem;
    padding-bottom: 6rem;
    padding-top: 6rem;
    /* background-color: #F2F2F2; */
    
}
/* .maps-tabs .row{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0px 0px 10px 0px rgba(0, 0, 0, 0.387);
} */
.maps-tabs ul{
  margin-bottom: 40px;
}
.maps-tabs .nav-links{
  padding: 4px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background-color: #eeeeee;
  margin-left: 1px;
}
.maps-tabs .nav-links:hover .title{
    color:#fff;
}
.nav-links .active{
    background-color: #4A97C2;
    color: #fff !important;
}
.maps-tabs .nav-links .active{
    color: #fff;
}

.tab-content {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.maps-tabs .title{
  color: #000;
  font-size: 0.8rem;
  margin-top: 8px;
}
.maps-tabs  .active .title{
    color: #fff;
}

.maps-tabs .nav-links:hover{
  color: #fff;
  background-color: #0081cc;
}
.nav-item .active{
    background-color: #0081cc;
}
.maps-tabs .align-content{
    padding-top: 10px;
    padding-bottom: 10px;
}

.maps-tabs .nav-item button{
    margin-left: 5px;
    align-items: center;
    width: 180px;
}

.register-rewards .card{
    background: #F5F5F5;
    border: none;
    border-radius: 5px;
}
.register-rewards .card-body{
    padding-top: 2.3rem;
    padding-left: 2rem;
}
.register-rewards .card .card-title{
    color: #FF7906;
    font-size: 0.9rem;
    font-weight: 500;
}
.register-rewards .points-lis{
    list-style: none;
    padding-left: 0;
    min-height: 120px;
}
.register-rewards .points-lis li{
    list-style: none;
    padding: 10px 0 2px 30px;
    background-image: url("/lib/icons/check-circle.svg");
    background-repeat: no-repeat;
	background-position: left center;
    background-size: 20px;
}
.footer{
    padding-top:10rem;
} 

.dropdown .borden-agen{
    border-bottom: 1px solid #f2f2f2;
}

.register-rewards .dropdown-menu li:first-child{
    border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 1020px) and (max-width: 1200px) {
    .resorts .card-info{
        top: 80%;
    }
    .maps-tabs{
        margin-top: 40em;
    }
    .tab-content iframe {
        width: 100vh;
    }

}
@media only screen and (min-width: 1000px) {
    .tab-content iframe {
        width: 100vh;
    }
    .container{
        justify-content: center;
    }
    
}
/* Adaptaciones para diferentes dispositivos */
@media only screen and (max-width: 1280px) {
    .resorts > .container{
        max-width: 100%;
    }
    .register-rewards .card-body{
        padding-top: 1.5rem;
    }
    .register-rewards .points-lis{
        min-height: auto;
    }
    .tab-content{
        justify-content: start;
    }
    .tab-content iframe {
        width: 100vh;
    }
}
@media only screen and (max-width: 1024px) {
    .list-card-resorts{
        height: 600px;
    }
    #awards .recognitions{
        max-width: 500px;
    }
}
@media only screen and (max-width: 900px) {
    #carouselhead .caption-slide-text{
        bottom: 20%;
    }
    #carouselhead .title{
        font-size: 1.2rem;
    }
    #carouselhead .title span{
        font-size: 1.8rem;
    }
    .resorts .resort-item{
        max-width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #carrouselResorts .carousel-inner{
        min-height: 800px;
    }
    #carrouselResorts .carousel-indicators{
        bottom: 0;
    }
    #carrouselResorts .carousel-indicators button{
        background: #ddd;
        width: 50px;
        height: 0;
        margin: 0 1rem;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
    #awards .recognitions{
        max-width: 400px;
    }
    .rewards{
        margin-top: 0;
        background-image: url('/lib/images/background-image-rewards-m.jpg');
    }
    .list-card-resorts{
        height: auto;
        padding-bottom: 50px;
    }
    .experience{
        display: none;
    }
    .resorts{
        margin-top: 20px;
    }
    
}
@media only screen and (max-width: 640px) {
    p, ul{font-size: 0.95rem;font-weight: 400;}
    a, a:active{font-size: 0.95rem;}
    small, small a{font-size: 0.85rem;}
    .agents-btn{max-width: 180px;margin-top: 1rem; }
    header .language a{
        font-size: 1.2rem;
        color: #252a62;
    }
    header .language a img{
        width: 18px;
        opacity: 0.4;
        top: -2px;
        position: relative;
    }
    #awards .recognitions{
        max-width: 300px;
        width: 80%;
    }
    #carouselhead .caption-slide-text{
        bottom: 8%;
    }
    #carouselhead .title{
        font-weight: 400;
    }
    .page-title, 
    .section-title{
        font-size: 1rem;
        font-weight: 500;
    }
    .page-subtitle,
    .section-subtitle{
        font-size: 1.2rem;
    }
    .experience h3 span{
        display: inline !important;
        font-size: 1rem;
    }
    .resorts .resort-item{
        max-width: 100%;
    }
    .register-rewards .card-body{
        padding-bottom: 1.8rem;
    }
    #carrouselResorts .carousel-inner{
        min-height: 680px;
    }
    header{
        background: #f4f4f4;
    }
    #offcanvasNav ul{
        margin-top: 20px;
    }
    #offcanvasNav ul li{
        line-height: 30px;
    }
    #offcanvasNav ul li a{
        font-size: 1.25rem;
        font-weight: 200;
    }
    #offcanvasNav .buttonClose{
        position: absolute;
        background: #dbdbdb;
        padding: 0.8rem 0rem;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
        color: #000;
    }
    #offcanvasNav .buttonClose button{
        width: 0.3rem;
        height: 0.3rem;
    }
    .footer{
        padding-top: 1rem;
    }
    .line-footer{display: none;}
    .footer .social{
        display: inline !important;
    }
    .footer .social img{
        width: 35px !important;
        margin-top: 1rem;
    }
    .footer .social:last-child{
        margin-right: 2rem;
    }
    .footer .social:last-child img{
        margin-top: 1.3rem;
    }
    .tab-content iframe {
        width: 600px;
    }
    
}
@media only screen and (max-width: 840px) {
    .tab-content iframe {
        width: 50vh;
    }
    .maps-tabs {
        padding-top: 2rem;
    }
    .maps-tabs ul {
        margin-top: 0;
        margin-bottom: 0;

    }
    .maps-tabs .sectionTitle{
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 460px) {
    .tab-content iframe {
        width: 40vh;
    }
    .maps-tabs {
        padding-top: 2rem;
    }
}
@media only screen and (max-width: 375px) {
    #carrouselResorts .carousel-inner{
        min-height: 620px;
    }
    .maps-tabs ul {
        margin-top: 0;
        margin-bottom: 0;

    }
    .maps-tabs .sectionTitle{
        margin-bottom: 25px;
    }

}