html,body{
    font-size: 16px;
}

*::-webkit-media-controls-panel {  display: none!important;  -webkit-appearance: none;}*::--webkit-media-controls-play-button {  display: none!important;  -webkit-appearance: none;}*::-webkit-media-controls-start-playback-button {  display: none!important;  -webkit-appearance: none;}


*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}



.logo{
    margin-top: 10px;
}

a:hover, a:focus{
    color: #007bff;
}

.home__about__pic__item{
    background-size: contain;
}

.site-btn{
    text-align: center!important;
    background: #41C4AB!important;
    max-width: 200px!important;
    text-align: center!important;
    padding: 0!important;
    margin: 10px auto!important;
    color: white!important;
}

.img-responsive{
    max-width: 100%;
    height: auto;
}

.section-title h2{
    margin-top: 0;
}

.container-c{
    width: 70%;
    margin: 0 auto;
}

#main-header{
    display: block;
}
    
#mobile-header{
    display: none;
}

#mobile-button{
    display: none;
}

.sub-header{
    display: block;
    margin: 0 auto 40px auto;
    position: relative;
    border-bottom: 1px solid #adb5bd;
    padding-bottom: 5px;
}

.general-cta{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #41C4AB;
    max-width: 270px;
    width: auto;
    padding: 8px 0;
    margin: 85px auto 0 auto;
    color: white;
    border-radius: 2%;
    font-size: 1.5em;
    border: 2px solid #41c4AB;
    transition: all 0.3s ease;
}

.general-cta:hover{
    background: #41C4AB;
    color: #464646;
    border-radius: 2%;
    border: 2px solid #41c4AB;
    background: white;
}

.cta-enviar{
    display: block!important;
    margin: 0 auto!important;
    text-align: cente!importantr;
    background: #41C4AB!important;
    max-width: 270px!important;
    width: auto;
    padding: 8px 0!important;
    margin: 85px auto 0 auto;
    color: white!important;
    border-radius: 2%!important;
    font-size: 1.1em!important;
    font-weight: 600;
    border: 2px solid #41c4AB!important;
    transition: all 0.3s ease!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta-enviar:hover{
    background: #41C4AB!important;
    color: #464646!important;
    border-radius: 2%;!important
    border: 2px solid #41c4AB!important;
    background: white!important;
}

.cta-enviar2{
    display: block!important;
    margin: 0 auto!important;
    text-align: cente!importantr;
    background: white!important;
    max-width: 270px!important;
    width: auto;
    padding: 8px 0!important;
    margin: 85px auto 0 auto;
    color: #41C4AB!important;
    border-radius: 2%!important;
    font-size: 1.1em!important;
    font-weight: 600;
    border: 2px solid #41c4AB!important;
    transition: all 0.3s ease!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta-enviar2:hover{
    background: #41C4AB!important;
    color: #464646!important;
    border-radius: 2%;!important
    border: 2px solid white!important;
    background: white!important;
}

.footer__about img{
    max-width: 150px;
}

.horarios_img{
    max-width: 850px;
    margin-top: 50px;
}

.reserva{
    color: #12db8e!important;
    font-weight: 600!important;
}
/******************************* HEADER NAV *******************************/
#main-header{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 600;
    left:0;
    right:0;
    padding-top: 30px;
    
}

.header-shadow{
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

#main-header nav{
    position: relative;
    width: 70%;
    margin: 0 auto;
}

#main-header nav > div:nth-of-type(1){
    position: absolute;
    left: 0;
}

#main-header nav > ul{
    position: absolute;
    right: 0;
    margin: 0;
    transition: all 0.3s ease;
}

#main-header nav > ul{
    display: inline-block;
    vertical-align: top;
    color: white;
    text-align: right;
    transition: all 0.3s ease;
    margin-top: 23px;
}

#main-header nav > ul .fa-whatsapp{
    position: inherit; 
    left: inherit; 
    width: inherit;
    font-size: 1.4em;
    font-weight: 600;
    color: #0b9f42;
}

#main-header nav > ul li{
    display: inline;
    font-size: 1em;
    padding: 0 15px;
    text-align: left;
}

#main-header nav > ul li a{
    text-transform: uppercase;
    font-weight: 400;
}

#main-header nav > ul li a:hover{
    color: #12db8e;
    text-decoration: none;
}

.main-nav-link{
    color: white;
    transition: all 0.2s ease;
}


.main-nav-link2{
    color: #000000;
    transition: all 0.2s ease;
}

.bg-change{
    height: 70px!important;
    background: white;
    padding-top: 0!important;
    transition: all 0.4s ease;
}

.mg-t-24{
    margin-top: 24px!important;
    transition: all 0.3s ease;
}

.mg-t-21{
    margin-top: 21px!important;
    transition: all 0.3s ease;
}


.color-change{
    color: #000000;
    transition: all 0.2s ease;
}

.header-colorchange{
    height: 100px;
    padding-top: 15px!important;
    border-bottom: 1px solid #03b2ac75;
    background: white;
}

.header-colorchange ul li a{
    color: #000000;
}
/*
 Change navbar styling on small viewports 
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}
*/

/************************* SERVICIOS DROPDOWN MENU****************************/
.dropbtn {
  background: inherit;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 1em;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.dropdown-content {
display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 1;
    text-align: center;
    top: 25px;
    left: 0px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #aea8a8;    
}

.dropdown-content a:hover{
    background: #41C4AB;
    color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;

}


/********************* HOME ************************/

#home{
    width: 100%;
    position: relative;
    display: block;
}

#home .videoBlock {
    position: relative;
    height: 100vh!important;
    overflow: hidden;
    
}

#home .videoBlock h1{
    margin: 0 10%;
}

#home .videoBlock video{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 9;
  min-width: 100%;
  min-height: 100%;
}



#home .videoBlock .overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: #000000;
    opacity: 0.5;
}

#home .videoBlock .content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 11;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#home .videoBlock .content h2{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
    margin-top: 25px;
    font-weight: 300;
    font-size: 1.3em;
    margin-top: 41px;
}

#home .videoBlock a{
position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 11;
    margin: 0 auto;
    font-size: 1.1em;
    width: 100%;
    font-weight: 500;
    text-align: center;
    max-width: 150px;
    border: 2px solid white;
    color: white;
    border-radius: 2%;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding: 7px 0;
}

#home .videoBlock .content::before {
    content: " ";
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #41C4AB;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 89%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 145px;
    text-align: center;
}


.container-custom{
    width: 75%;
    margin: 0 auto;
}

#quienes-somos{
    padding: 100px 0;
    position: relative;
    background: url(../img/bg-actividades.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#quienes-somos p{
    color: #343434;
    font-size: 1.2em;
}

.home__about__text{
    padding-top: 0;
}

#quienes-somos .section-title img, #quienes-somos .section-title h2{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

#quienes-somos .section-title h2{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 600;

}

#quienes-somos .home__about__text span{
    font-weight: 500;
    font-size: 1.2em;
}

.imagenes-mosaico1 img:nth-child(1){
    padding: 10px 0;
}

.imagenes-mosaico2 img{
    padding: 10px 0;
}

.imagenes-mosaico2 img:nth-child(1){
    padding-top: 0;
}

#home-actividades{
    background: url(../img/bg6.jpg);
    background-repeat: no-repeat;
    padding: 200px 0;
    border-top: 1px solid #00b6ab47;
    border-bottom: 1px solid #00b6ab47;
}

#home-actividades .container-c>div{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

#home-actividades .container-c>div h2{
    font-weight: 600;
    font-size: 2.7em;
    color: #263246;
    margin: 0px auto 20px auto;
    text-align: center;
}

#home-actividades .container-c>div h2::before{
    content:" ";
    width: 50px;
    height: 50px;
    background: url(../img/icon.png);
    display: block;
    margin: 0 auto;
    text-align: center;
}

#home-actividades .container-c>div p{
    font-weight: 500;
    font-size: 1.2em;
    margin: 0px auto 45px auto;
    text-align: center;
    color: #343434;
}

#home-actividades .container-c>div div h3{
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #212529;
    margin: 10px auto 20px auto;
    text-align: center;
    
}

#home-actividades .container-c>div div a{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #41C4AB;
    max-width: 120px;
    width: auto;
    padding: 8px 0;
    margin:0 auto;
    color: white;
    border-radius: 2%;
    font-size: 1em;
    border-top: 1px solid 41C4AB;
    border: 2px solid #41c4AB;
    transition: all 0.3s ease;
}

#home-actividades .container-c>div div a:hover{
    background: #41C4AB;
    color: #464646;
    border-radius: 2%;
    border: 2px solid #41c4AB;
    background: white;
}

#home-actividades .container-c>div div h3::after{
    content: " ";
    background: #41C4AB;
    display: block;
    height: 1px;
    width: 100px;
    margin: 10px auto;
    text-align: center;
}


#home-actividades .container-c>div img{
    border-radius: 1%;
    border: 2px solid #41c4ab91;
    max-width: 300px;
    margin: 0 auto;
}

#home-corporate-hoteles{
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

#home-corporate-hoteles section{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
}


#home-corporate-hoteles section h2::before{
    content:" ";
    width: 50px;
    height: 50px;
    background: url(../img/icon.png);
    display: block;
    margin: 0 auto;
    text-align: center;
}


#home-corporate-hoteles section h2 {
    font-weight: 600;
    margin: 10px auto 20px auto;
    color: #263246;
    font-size: 2.7em;
}

#home-corporate-hoteles section h2 span{
    color: #1191af;
    font-weight: 500;
}

#home-corporate-hoteles section:nth-child(2) h2 span{    
    color:#f98f00;
}


#home-corporate-hoteles section p{
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.5em;
    max-width: 85%;
    margin: 15px auto;
    text-align: left;
    color: #000000;
}

#home-corporate-hoteles section p:last-child{
    text-align: center;
    margin-top: 50px;
    position: absolute;
    left: 50%;
    top: 75%;
    width: 100%;
    transform: translate(-50%, -50%);
    
}

#home-corporate-hoteles section p:last-child::before{
    content: " ";
    background: #41C4AB;
    display: block;
    height: 1px;
    width: 100px;
    margin: 10px auto;
    text-align: center;
    border-top: 2px solid #41C4AB;
    margin-bottom: 25px;
}

#home-corporate-hoteles section:nth-of-type(1){
    background: #82cebf2b;
    min-height: 750px;
    padding: 50px 0;
    background: url(../img/home-corporatebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}

#home-corporate-hoteles section:nth-of-type(2){
    min-height: 750px;
    padding: 50px 0;
    background: url(../img/home-hotelesbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}


#home-corporate-hoteles section img{
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 60%);
}

/*************************** ACTIVIDADES ****************************/
#actividades{
    
    
}

.actividades-title{
    text-align: center;
    background: url(../img/breadcrumb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    background-size: 100%;
}

.actividades-title h2{
    font-size: 3.5em;
    font-weight: 600;
    color: white;
}

.actividades-title p{
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 15px;
    color: #11a9ad;
    max-width: 1000px;
    margin: 10px auto 0 auto;
}

.actividades-tipo{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: url(../img/bg8.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.actividades-tipo > div{
    display: inline-block;
    width: 100%;
}

.actividades-online{
/*    padding: 100px 0;*/
/*
    background: url(../img/bg-actividades.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
*/
}

.actividades-online .container-c{
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}

.actividades-online .container-c{
    margin: 0 auto;
    text-align: center;
}

.actividades-online header{
    position: relative;
}

.actividades-online header h2{
    text-align: left;
    font-size: 2.7em;
    font-weight: 500;
    color: #263246;
}

.actividades-tipo .subnav{
    display: block;
    margin: 0 auto 40px auto;
    position: relative;
    border-bottom: 1px solid #adb5bd;
}

.actividades-tipo .subnav nav h3{
    display: inline-block;
    text-align: left;
    width:30%;

}

.actividades-tipo .subnav nav ul{
    display: inline-block;
    text-align: right;
    width:70%;
}

.actividades-tipo .subnav ul li{
    display: inline-block;
    margin: 0 15px;
}

.actividades-tipo .subnav ul li span{
    font-weight: 500;
    color: #0d96af;
    text-decoration: underline;
}

.actividades-tipo .subnav ul li:hover{
    font-weight: 500;
    color: #0d96af;
    text-decoration: underline;
}

.actividades-tipo .subnav ul li:last-child{
    margin-right: 0;
}

.actividades-tipo .subnav ul li a{
    color:#000000;
}

.actividades-online header p{
    text-align: left;
    font-size: 1.2em;
    line-height: 1.7em;
    margin-bottom: 5px;
}

.actividades-online header p:nth-of-type(1){
    font-weight: 500;
    font-size: 1.4em;
}

.actividades-online header p:last-child{
    font-weight: 600;
    color: #0d96af;
    margin-bottom: 15px;
    text-align: left;
}

.actividades-online header ul {
    margin: 10px auto;
    padding-left: 25px;
}

.actividades-online header ul li{
    text-align: left;
    color: #494c51;
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
}

.actividades-online header p:nth-of-type(1){
    margin-top: 10px;
    
    color: #263246;
}

.actividades-online .actividades>div{
    display: inline-block;
    width: 30%;
    border: 1px solid #05b1ac;
    margin: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    vertical-align: top;
    padding: 15px 0;
    background: white;
    min-height: 500px;
    position: relative;
}

.actividades-online .actividades>div h3{
    font-size: 1.9em;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    color: #263246;
}

.actividades-online .actividades>div h3:after{
    content: " ";
    background: #41C4AB;
    display: block;
    height: 2px;
    width: 75px;
    margin: 5px auto;
    text-align: center;
}

.actividades-online .actividades>div img{
    max-width: 170px;
    border-radius: 4%;
    border: 1px solid #9bd1c2;
    width: 80%;
}

.actividades-online .actividades>div p{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.actividades-online .actividades>div div{
    margin: 15px auto;
    width: 80%;
    
}

.actividades-online .actividades>div div p{
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

.actividades-online .actividades>div div p span{
    margin-right: 5px;
    font-weight: 600;
}

.actividades-online .actividades>div a{
    display: block;
    margin: 0 auto;
    text-align: center;
    background:#41C4AB;
    max-width: 180px;
    width: 200px;
    padding: 10px 0;
    margin: 10px auto;
    color: white;
    border-radius: 2%;
    font-size: 1em;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
     border: 2px solid #41c4AB;
    transition: all 0.3s ease;
}

.actividades-online .actividades>div a:hover{
    background: #41C4AB;
    color: #464646;
    border-radius: 2%;
    border: 2px solid #41c4AB;
    background: white;
}

.actividades-online .actividades>div a:nth-of-type(1){
    margin-top: 23px;
}

.actividades-online .owl-carousel,.actividades-presenciales .owl-carousel {
    margin: 30px auto;
}

.actividades-presenciales{
    padding: 100px 0;
/*
        background: url(../img/bg-actividades2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
*/
}

.actividades-presenciales .container-c{
    margin: 0 auto;
    text-align: left;
}


.actividades-presenciales header h2{
text-align: left;
    font-size: 2.7em;
    font-weight: 500;
}

.actividades-presenciales header p:nth-of-type(1){
    text-align: left;
    font-size: 1.4em;
    margin-top: 10px;
    color: #263246;
    font-weight: 500;
    line-height: 1.7em;
}

.actividades-presenciales header p:nth-of-type(2){
    font-weight: 600;
    color: #0d96af;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.2em;
}

.actividades-presenciales header ul{
    margin: 10px auto;
    padding-left: 25px;
}

.actividades-presenciales header ul li {
    text-align: left;
    color: #494c51;
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
}

.actividades-presenciales .actividades>div{
    display: inline-block;
    max-width: 500px;
    border: 1px solid #05b1ac;
    margin: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    vertical-align: top;
    padding: 25px 0;
    background: white;
    width: 30%;
    min-height: 600px;
    position: relative;
}

.actividades-presenciales .actividades>div h3{
    font-size: 1.9em;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    color: #263246;
}

.actividades-presenciales .actividades>div h3:after {
    content: " ";
    background: #41C4AB;
    display: block;
    height: 2px;
    width: 75px;
    margin: 5px auto;
    text-align: center;
}

.actividades-presenciales .actividades>div img{
    max-width: 170px;
    border-radius: 4%;
    border: 1px solid #9bd1c2;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.actividades-presenciales .actividades>div p{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.actividades-presenciales .actividades>div div{
    margin: 15px auto;
    width: 80%;
    
}

.actividades-presenciales .actividades>div div p{
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

.actividades-presenciales .actividades>div div p span{
    margin-right: 5px;
    font-weight: 600;
}

.actividades-presenciales .actividades>div a{
display: block;
    margin: 0 auto;
    text-align: center;
    background: #41C4AB;
    max-width: 180px;
    width: 200px;
    padding: 10px 0;
    margin: 10px auto;
    color: white;
    border-radius: 2%;
    font-size: 1em;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #41c4AB;
    transition: all 0.3s ease;
}

.actividades-presenciales .actividades>div a:hover{
    background: #41C4AB;
    color: #464646;
    border-radius: 2%;
    border: 2px solid #41c4AB;
    background: white;
}


.actividades-presenciales .actividades>div a:nth-of-type(1){
    margin-top: 23px;
}



/**************** EMPRESAS ***************/
#empresas{
    background: url(../img/bg8.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px 0 150px 0;
}

#empresas .container-c{
    padding: 100px 0;
}

.corporate-title{
    text-align: center;
    background: url(../img/breadcrumb-corporate.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    color: white;
    background-size: 100%;
}


.corporate-title h2{
    font-size: 3.5em;
    font-weight: 500;
    color: white;
}

.empresas-title p{
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 15px;
    color: #11a9ad;
    max-width: 890px;
    margin: 10px auto 0 auto;
}


.empresas-text p{
    color: #343434;
text-align: left;
    color: #494c51;
    font-weight: 400;
    font-size: 1.2em;
}

.corporate-beneficios{
    font-size: 1.2em;
    font-weight: 600;
    color: #404D80;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 0;
}

.corporate-ul li{
    font-size: 1.1em;
    margin: 12px auto 12px 18px;
}

.empresas-text .first-text{
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4em;
    color: #108e8d;
    margin-bottom: 12px;
}

.empresas-cta{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #41C4AB;
    max-width: 180px;
    width: auto;
    padding: 8px 0;
    margin: 35px auto 0 auto;
    color: white;
    border-radius: 2%;
    font-size: 1em;
}

#empresas img{
    border-radius: 2%;
}

#empresas .col-lg-6:nth-of-type(2){
    padding-left: 80px;
}

#empresas .col-lg-6:nth-of-type(2) h3{
    margin-bottom: 25px;
}

#empresas .col-lg-6:nth-of-type(2) ul li{
    font-size: 1.1em;
    margin: 12px auto;
}

#empresas .empresas-confian{
    padding: 0;
}

#empresas .empresas-confian h3{
    text-align: center;
    margin-top: 85px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #263246;
}

#empresas .empresas-confian h3::after{
    content: " ";
    background: #41C4AB;
    display: block;
    height: 1px;
    width: 100px;
    margin: 10px auto;
    text-align: center;
}

#empresas .subnav{
    display: block;
    margin: 0 auto 40px auto;
    position: relative;
    border-bottom: 1px solid #adb5bd;
}

/********************* HOTELES ******************************/
#hoteles{

    background: url(../img/bg-pattern.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    padding: 100px 0 150px 0;
}

.hoteles-img{
    text-align: center;
    background: url(../img/breadcrumb-hotel.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    background-size: 100%;
}

#hoteles .container-c{
    padding: 100px 0;
}

.hoteles-title{
    text-align: center;
    margin: 0px auto 90px auto;
}

.hoteles-title h2{
    font-size: 3.5em;
    font-weight: 500;
}

.hoteles-title p{
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 15px;
    color: #11a9ad;
    max-width: 890px;
    margin: 10px auto 0 auto;
}


.hoteles-text p{
text-align: left;
    color: #494c51;
    font-weight: 400;
    font-size: 1.2em;
}

.hoteles-text .bloque-100{
    margin-top: 30px;
}

.hoteles-text .first-text{
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4em;
    color: #108e8d;
    margin-bottom: 12px;
}


.hoteles-cta{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #41C4AB;
    max-width: 180px;
    width: auto;
    padding: 8px 0;
    margin: 35px auto 0 auto;
    color: white;
    border-radius: 2%;
    font-size: 1em;
}

#hoteles img{
    border-radius: 2%;
}

.hoteles-carrousel{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.hoteles-carrousel .owl-theme .owl-dots .owl-dot span{
    background: #869791;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #108e8d;
}



.bloque-100{
    display: block;
    margin: 0 auto;
    width: 100%;
}


.bloque-hoteles:nth-of-type(1){
    display: inline-block;
    width: 50%;
    vertical-align: top;
}


.bloque-hoteles:nth-of-type(2){
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-left: 10%;
}

.bloque-hoteles:nth-of-type(1) h3{
    padding-bottom: 11px;
}

.bloque-hoteles:nth-of-type(2) h3{
    padding-bottom: 49px;
}

.bloque-hoteles ul li{
    font-size: 1.1em;
    margin: 12px auto 12px 18px;
}

.bloque-hoteles h3{
    font-size: 1.2em;
    font-weight: 600;
    color: #404D80;
}

.bloque-2-hoteles{
    margin-left: 25px;
}

#contacto{
    background: #41c4ab;
}

.contacto-breadcrumb{
    background: url(../img/breadcrumb-contacto.jpg);
    background-position: center;
}

.appointment__text{
    background: #41c4ab;
}

.testimonial{
    margin-top: 0;
}

.opiniones{
    margin: 0 auto;
    display: block;
    background: #f5f5f5;
    padding: 120px 0;
}

.opiniones .owl5{
    max-width: 80%;
    margin: 0 auto;
}

.opinion1{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.opinion1::after{
    content: " ";
    background: #41C4AB;
    display: block;
    height: 1px;
    width: 100px;
    margin: 0px auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.opinion-img{

    margin: 0 auto;
}


.opinion2{
    font-weight: 400;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 15px 0 30px 0;
    display: block;
    text-align: center;
    max-width: 80%;
    line-height: 1.5em;
}

.owl5 .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background: 0 0;
    color: #171c2f;
    border: none;
    padding: 0 5px!important;
    font: inherit;
    font-size: 6em;
    font-weight: 300;
}

.owl5 .owl-nav button.owl-next{
    position: absolute;
    top: -35px;
    right: 0px;
    background: #41c4ab96 !important;
    color: white;
}

.owl5 .owl-nav button.owl-prev{
    position: absolute;
    top: -35px;
    left: 0px;
    background: #41c4ab96 !important;
    color: white;
}


.leave__comment__text h2{
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 500;
}

@media (max-width: 1700px) {
    .container-c{
        width: 90%;
    }
    
    #main-header nav{
        width: 90%;
    }
    
    .container{
        width: 90%;
        max-width: 90%;
    }
    
    .container-custom{
        width: 90%;
        margin: 0 auto;
    }
}


@media (max-width: 1450px){
    html,body{
        font-size: 13px;
    }
    
    .actividades-online .actividades>div{
        width: 29%;
    }
    
    .actividades-presenciales .actividades>div{
        width: 29%;
    }
    
    .dropdown-content{
        top: 20px;
        left: -15px;
    }
    
    
    .actividades-presenciales .actividades>div{
        min-height: 640px;
    }
}


@media (max-width: 1250px){
    .actividades-online .actividades>div{
        width: 29%;
    }
    
    .actividades-presenciales .actividades>div{
        width: 29%;
    }
}


@media (max-width: 1080px){
    
    body,html{
        font-size: 12px;
    }
    
    #main-header{
        display: none;
    }
    
    #mobile-header{
        display: block;
        position: fixed;
        z-index: 500;
        display: block;
        width: 100%;
        border-bottom: 1px solid #41C4AB;
        background: white;
    }
    
    #mobile-header .mobile-nav img{
        margin: 15px 10px 10px 35px;
    }
    
    #mobile-button{
        position: fixed;
        top: 5px;
        z-index: 1500;
        color: white;
        /* background: #00a7ff; */
        width: 50px;
        height: 50px;
        font-size: 3em;
        /* border-radius: 50%; */
        margin-top: 10px;
        right: 5%;
        color: #41C4AB;
        display: block;
    }
    
    .sidenav{
        height: 100%;
        width: 250px;
        position: fixed;
        left: 0;
        background-color: white;
        display: none;
        height: 100vh;
        margin-top: 1px;
        display: none;
        float: left;
        overflow: hidden;    
    } 
    
    .sidenav #servicios-button{
        padding: 5px 0;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: 600;
        color: #000000;
        display: block;
        position: relative;
        transition: 0.3s;
    }
    
    #servicios-dropdown{
        display: none;    
    }
    
    .gg-chevron-down{
        box-sizing: border-box;
        position: relative;
        transform: scale(var(--ggs,1));
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px;
        margin-left: 120px;
    }
    
    .gg-chevron-down::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        left: -8px;
        top: 2px;
    }
    
    .sidenav #servicios-button::after{
        content: " ";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 16px;
        right: 0%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    
    .sidenav li{
        border-bottom: 0.5px solid #d5d5d5;
        margin: 25px auto;
        width: 87%;
        position: relative;
        list-style: none;
    }
    
    .sidenav li a{
        padding: 5px 0;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: 600;
        color: #000000;
        display: block;
        position: relative;
        transition: 0.3s;
    }
    
    .sidenav li:last-child{
        border-bottom: none;
    }
    
    .sidenav li:last-child a i{
        font-size: 1.8em;
        color: #0b9f42;
        margin-top: 25px;
        font-weight: 600;
    }
    
    
    
    #home-corporate-hoteles section:nth-of-type(1){
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    
    #home-corporate-hoteles section:nth-of-type(2){
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    .corporate-title{
        background-size: cover;
    padding: 90px 0 35px 0;
    background-position: center 30px;
    }
    
    .actividades-title{
        background-size: cover;
    padding: 90px 0 35px 0;
    }
    
    #actividades.spad, #hoteles.spad{
        padding: 0;
    }
    
    #empresas{
            padding: 0;
    }
    
    .owl4 .owl-item{
        display: block;
        float: none;
        width: 100%!important;
        margin: 50px auto;
    }
    
    #home-corporate-hoteles section p:last-child{
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
    }
    
    .actividades-tipo .subnav nav h3{
        display: block;
        width: 100%;
    }

    .actividades-tipo .subnav nav ul{
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 15px auto 10px auto;
    }
    
    .actividades-online .actividades>div, .actividades-presenciales .actividades>div{
        display: block;
        margin: 45px auto;
        width: 100%;
    }
    
    .actividades-online .actividades>div a, .actividades-presenciales .actividades>div a{
        font-size: 1.5em;
    }
    
    .horarios_img{
        max-width: 100%;
    }
    
    #horarios.spad{
        padding: 0;
    }
    
    .leave__comment__text h2{
        font-size: 1.8em;
    }

    #empresas .col-lg-6:nth-of-type(2){
        padding-left:0;
        padding-right: 0;
    }
    
    .appointment__text{
        padding: 60px 0;
    }
    
    .home__about__pic__item__inner{
        background-size: contain;
        width: 100%;
    }
}


@media (max-width: 991px){
    #quienes-somos .imagenes-mosaico1 img, #quienes-somos .imagenes-mosaico2 img{
        max-width: 500px;
        display: block;
        margin: 0 auto;
        padding: 10px;
        width: 100%;
    }
}

@media (max-width: 600px){
    .actividades-tipo .subnav ul li{
        display: block;
        margin: 15px auto;
    }

}

@media (max-width: 450px){
    
    .actividades-online .actividades>div a, .actividades-presenciales .actividades>div a{
        position: relative;
        transform: none;
        left: inherit;
        bottom: inherit;
    }
}