

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                GLOBAL
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

body{
    font-family: 'Muli', sans-serif;
}

h1{
    font-family: 'Quicksand', sans-serif;
    text-align: center; 
}


.dividerTituloTopLight{
    border-top: 1px solid #FFFFFF;
    margin: 15px 0px 15px 0px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.dividerTituloBottomLight{
    border-top: 1px solid #FFFFFF;
    margin: 15px 0px 105px 0px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.dividerTituloTopDark{
    border-top: 1px solid #AD3541;
    margin: 15px 0px 15px 0px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.dividerTituloBottomDark{
    border-top: 1px solid #AD3541;
    margin: 15px 0px 105px 0px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



@media only screen and (max-width: 575px){
    
    .dividerTituloTopLight{  
        width: 70%;
    }

    .dividerTituloBottomLight{
        width: 70%;
    }

    .dividerTituloTopDark{
        width: 70%;
    }

    .dividerTituloBottomDark{ 
        width: 70%;
    }

}



/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                CARGADOR
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#contenedor_carga{
    background-color: rgba(0, 0, 0, 0.31);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#carga{
    border: 7px solid #CCCCCC;
    border-top-color: #AD3541;
    border-top-style: groove;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.6s linear infinite;
    -o-animation: girar 1.6s linear infinite;
    animation: girar 1.6s linear infinite;
}

@keyframes girar{
    from{ transform: rotate(0deg);}
    to{ transform: rotate(360deg);}
}




/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                LOGO
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */


.logo{
    width: 12.5em;
    height: 12.5em;
    margin-top: 5em;
    -webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
    display: none;
  }
  
  .logom{
    width: 4em;
    height: 4em;
    margin-top: -1em;
    -webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
    display: none;
  }
  

@media only screen and (max-width: 575px){
    
}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
    .logo{
        display: inline;
      }
      
      .logom{
        display: inline;
    
      }
}

@media only screen and (min-width: 992px){
    
}




/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                NAVEGACION
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

.navbar{
    background-color: rgba(5,5,5,.0)!important;
    /* background: -webkit-linear-gradient(left,#93FCF7,#0BBFFC);
    opacity: 0.6; */
    padding: 10px 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background-color: rgba(255,255,255,.5);
}


.ml-auto, .mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1b86bd;
}

#barraNavegacion .idioma {
  color: #000000;
  text-decoration: none;
  padding-left: 0px;
  margin-left: 0px  !important;
    margin-right: -35px;
}

#barraNavegacion .idioma:visited {
  color: #000000;
}

.navbar a{
    color: #FFFFFF !important;
}
.navbar a:hover{
    color: #A8B6C6 !important;
}


.cambiarMenu{
/*    background-color: #F9F9F9 !important;*/
    background-color: rgba(255,255,255,.87) !important;
}

.cambiarMenu a{
    color: #000000 !important;
}

.cambiarMenu .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}


#barraNavegacion .active a{
    color:#AD3541 !important;
    /* border-bottom: 1px solid; */
    padding-bottom: 0px;
}

@media only screen and (min-width: 576px){
/*    margin-left: -100px;*/
    /*#barraNavegacion .idioma {
     
      padding-left: 30px;
      margin-left: 50px  !important;
      margin-right: 0px;
    }*/

}

@media only screen and (min-width: 768px){
   
}

@media only screen and (min-width: 992px){
    #barraNavegacion .idioma {
        padding-left: 3px;
        margin-right: 10px;
      }
}






/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                INICIO
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

   .inicio{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../img/coverMobile.jpg);
    background-repeat: no-repeat;
    background-size: 387%;
    animation: movimiento 27s linear infinite alternate;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

@keyframes movimiento{
    from{background-position: left;} to {background-position: right;}
}


.bgInicio{
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    background: -webkit-linear-gradient(left,#000000,#1b2230);
    opacity: 0.75;
}

.inicio h1{
    font-size: 20pt;
    padding-top: 60%;
    position: relative;
    text-transform: uppercase;
}

.inicio p{
    font-size: 20pt;
    position: relative;
}

.inicio button{
    width: 200px;
    height: 50px;
    background-color: transparent;
    color: #FFFFFF !important;
    border-radius: 0px;
    border-color: #FFFFFF;
    font-size: 16pt;
    position: relative;
}

.inicio button:hover{
    background-color: rgba(0,0,0,.6);;
}


/* ------------------------   Media    --------------------------- */

@media only screen and (max-width: 575px){
    
}

@media only screen and (min-width: 576px){
    .inicio h1{
        font-size: 25pt;
        padding-top: 45%;
    }
}

@media only screen and (min-width: 768px){
    .inicio{
        background-image: url(../img/cover.jpg);
        background-size: 135%;
        animation: movimiento 21s linear infinite alternate;
    }
    .inicio h1{
        font-size: 30pt;
        padding-top: 35%;
    }
}

@media only screen and (min-width: 992px){
    .inicio h1{
        font-size: 45pt;
        padding-top: 45%;
    }
}







/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                GALERIA
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#galeria{
    padding-top:9%;
    padding-bottom: 9%;
    background:#FFFFFF;
    background-image: url(../img/bgGaleria.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    color: #000000;
}

#galeria .espacio{
   
    padding-top: 100px;
    
}

#galeria i{
    display: block;
    color: #FAFAFA;
    padding: 9px;
    font-size: 30px;
    text-align: center;
}

.dividerGaleria{
    border-top: 1px dotted #FAFAFA;
    margin: 15px 0px 70px 0px;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#galeria img {
    width:100%;
    padding: 0px;
    height: auto;
}

.migaleria-item{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 3px;
    margin: 0px;
}

.migaleria-img{
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.migaleria-text{
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
    padding:10px;
    background: rgba(0,0,0,0.5);
    color: #fff;

    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.migaleria-text a{
    top:20%;
    color:#FFF;
}

.migaleria-text p{
    text-align: justify;
    font-size: 17px;
}

.migaleria-item:hover .migaleria-text{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.migaleria-item:hover .migaleria-img{
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}



/* ------------------------   Media    --------------------------- */

@media only screen and (max-width: 575px){
    
}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
    
}

@media only screen and (min-width: 992px){
    
}








/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                EVENTOS
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

   #eventos{
    padding-top:100px;
    padding-bottom:100px;
    background:#FFFFFF;
    background-image: url(../img/bgPaquetesMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    color: #F0F0F0;
    position: relative;
}

.bgEventos{
    margin-top: -100px;
    margin-bottom:-100px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left,#333333,#000000);
    opacity: 0.6;
}

#eventos h1{
    position: relative;
}

#eventos span{
    font-style: oblique;
}

#eventos .slogan{
    font-size: 25px;
    color: #F2F2F2 !important;
    position: relative;
}

#eventos .mainList{
    list-style: none;
    position: relative;
}
#eventos .mainList li{
    padding-top: 5px;
}

#eventos p{
    position: relative;
    font-size: 19px;
}

#eventos .lead{
    position: relative;
    font-size: 19px;
    text-align: justify;
}

#btnAbrirForm{
    width: 200px;
    height: 50px;
    background-color: transparent;
    color: #FFFFFF !important;
    border-radius: 0px;
    border-color: #FFFFFF;
    font-size: 16pt;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#eventos button:hover{
    background-color: rgba(0,0,0,.6);
}

.modal-dialog {
    max-width: 96%;
    margin-left: 2%;
    margin-right: auto;
    }

.modal-content {
    color: #000000;
}

#eventos .modal-content .textform{
    font-size: 16px;
}

#eventos .modal-content .campoContacto{
    height: 35px;
}



.modal-content ul {
    width: 100%;
    padding: 0;
}

.modal-content li {
    list-style:none;
}

.modal-content li i{
    color: #AD3541 !important;
}

#eventos .modal-body .pcenter{
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}


#eventos .modal-content .btnEnviarModal{
    margin-top: 0;
    width: 100%;
    border-color: #AD3541 !important;
    background-color: #AD3541 !important;
    color: #F2F2F2 !important;
}

#eventos .modal-content .btnEnviarModal:hover{
    background-color: #F2F2F2 !important;
    border-color: #AD3541 !important;
    color: #AD3541 !important;
}

#eventos .modal-content .btnModal{
    background-color: #AD3541;
    border-color: #AD3541 !important;
    color: #FCFCFC !important;
}

#eventos .modal-content .btnModal:hover{
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;
}

.logoPaquetes{
    width: 2em;
    height: 2em;
    padding-top: 0em;
    margin-left: 10px;
  }

.miMenu-item{
    width: 100%;
    height: 250px;
    margin: 10px 0px 20px 0px;
}

.miMenu-item .miMenu-behind{
    width: 90%;
    height: 100%;
    position: absolute;
    bottom: 0;
    padding:55px 10px 10px 10px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #FFFFFF !important;
}

.miMenu-item .miMenu-behind:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF !important;
    background-color:  rgba(0,0,0,.6) !important;
}



/* ------------------------   Media    --------------------------- */

@media only screen and (max-width: 575px){
    #eventos {
       /* background-size: contain;
        background-repeat:repeat;*/
        
        /*background-image: url(../img/bgEventosMobile.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;*/

        background-size: cover;
        background-attachment: scroll !important;;
        background-repeat: no-repeat;
    }
    
    /*input[type="date"]:before {
        content: attr(placeholder) !important;
        color: #aaa;
        margin-right: 0.5em;
        }
        input[type="date"]:focus:before,
        input[type="date"]:valid:before {
        content: "";
        }*/
   
}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
    #eventos{
        background-image: url(../img/bgPaquetes.jpg);
    }
    .modal-dialog {
        max-width: 70%;
        margin-left: 15%;
        margin-right: auto;
    }
    
}

@media only screen and (min-width: 992px){
     #lblFecha{
        display: none;
    }
}













 

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                VIDEOS
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

   #videos{
    padding-top:9%;
    padding-bottom:7%;
    background:#FFFFFF;
    width:100% !important;
    background-image: url(../img/bgGaleria.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.tituloSeccion h1 {
   color: #000000;
   padding: 75px 0px 50px 0px;
   font-size: 20pt !important;
   padding-left: 15px;
}

#videos .slogan{
    font-size: 21px;
    color: #91753D !important;
    padding-top: 0.7rem;
}

#videos p{
    font-size: 17px;
    text-align: justify;
}

#videos .imgExperiencia{
    width: 100%;
    align-content: center;
}

/* ------------------------   Media    --------------------------- */

@media only screen and (max-width: 575px){
    
}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
    
}

@media only screen and (min-width: 992px){
    
}













/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                CONTACTO
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#contacto{
    padding-top:9%;
    padding-bottom:3%;
    background:#EEEEEE;
    width:100% !important;
    color: #000000;
    background-image: url(../img/bgGaleria.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#contacto .slogan{
    font-size: 25px;
    color: #00C6E0 !important;
}

#contacto p{
    font-size: 16px;
    text-align: justify;
}

.campoContacto{
    background-color: transparent !important;
    border-radius: 0px;
    height: 50px;
    border-color: #AD3541 !important;
}

.campoMensaje {
    background-color: transparent !important;
    border-radius: 0px;
    border-color: #AD3541 !important;
}

.btnEnviarForm {
    /*color: #FCFCFC !important;
    background-color: #91753D !important;
    border-color: #91753D !important;
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
    border-radius: 0px;
    width: 200px;
    height: 50px;*/
    width: 200px;
    height: 50px;
    flex: 1 1 auto;
  margin: 0px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.7s;
  background-size: 200% auto;
  color: #FCFCFC;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    background-image: linear-gradient(to right, rgb(54, 27, 30) 0%, #AD3541 53%, rgb(133, 72, 78) 100%);
  box-shadow: 0 0 20px #CCCCCC;
  border-radius: 3px;
  border-color: #AD3541 !important;
}

.btnEnviarForm:hover{
   /* background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;*/
    background-position: right center; 
}


/* ------------------------   Media    --------------------------- */

@media only screen and (max-width: 575px){
    
}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
    
}

@media only screen and (min-width: 992px){
    
}









/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                FOOTER
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */


footer{
    padding-top:100px;
    padding-bottom:100px;
    background:#FFFFFF;
    background-image: url(../img/bgFooterMobile.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width:100% !important;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.bgFooter{
    margin-top: -100px;
    margin-bottom:-100px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left,#111111,#000000);
    opacity: 0.7;
}

footer p{
    font-size: 13pt;
    margin-bottom: 0px;
}

footer .telefono{
    font-size: 19px;
    padding: 10px 0px 0px 0px;

}

footer .divider{
    width: 700px !important;
    border-top: 5px solid #FCFCFC;
    margin-left: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.dividerFooter{
    border-top: 2px solid #FCFCFC;
    margin: 30px 0px 30px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0.5;
}

footer a {
    color:#F1F1F1F1;
}
footer a:hover {
    color:#A8B6C6;
}

footer ul{
    padding: 0px;
}

footer li{
    list-style:none;
    text-align: center;
}


footer .social ul {
    list-style: none;
    margin:0;
    padding:0;
    margin-top: 25px;
}
footer .social ul li {
    position: relative;
    display: inline-block;
}

.socialicon {
    margin: 10px 10px 10px 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 25px;
    color: #AD3541;
    padding-top: 10px;
}

.socialicon:hover{
    color: #FCFCFC;
    background: #000000;
    transition: .5s ease-in-out;
}


/* ------------------------   Media    --------------------------- */

@media only screen and (max-width: 575px){
    
    footer {
        padding-top:20px;
        padding-bottom:65px;
        background-size:contain;
        background-repeat:repeat;
    }
    .bgFooter{
    margin-top: -20px;
    margin-bottom:-65px;
    }
    .dividerFooter{
    margin: 15px 0px 15px 0px;
    }

}

@media only screen and (min-width: 576px){
    
}

@media only screen and (min-width: 768px){
     #footer li{
        position: relative;
        display: inline-block;
        padding: 0px 15px;
    }
    footer{
    background-image: url(../img/bgFooter.jpg);
    }
}

@media only screen and (min-width: 992px){
    
}




/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                                UP BUTTON
   HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */


.scroll-top {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 90px;
    right: 35px;
    display: none; /* Estara oculto por defecto */
    text-indent: -9999px; /* Oculta el texto del enlace */
    z-index: 1000; /* Evita que otros elementos esten por encima */
    background: url('../img/arriba.png') no-repeat;

}
/* Estilo para generar un efecto al posicionar el puntero encima del boton */
.scroll-top:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}



