html {
    scroll-behavior: smooth;
}


/* Estilos Social Bar */

.social-bar {
    position: fixed;
    right: 0;
    top: 35%;
    font-size: 24px;
    ;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.icon {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: flex;
    transition: all .5s;
    background-color: black;
}

.icon-youtube {
    color: white;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    transition: all .5s;
    background-color: black;
    padding-left: 4px;
    padding-right: 10px;
}

.icon:first-child {
    border-radius: 1rem 0 0 0;
}

.icon:last-child {
    border-radius: 0 0 0 1rem;
}

.icon:hover {
    padding-right: 42px;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    color: white;
    text-decoration: none;
}

.f-cuadro {
    background-image: url(../img/Home/cuadrada.jpg);
    background-position: center;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}
/* Estilos Social Bar */


/*Fondos*/
header{
    background-color: white;
}


.bg-negro{
    background-color: black;
}

.bg-blanco{
    background-color: white;
}

.bg-gris{
    background-color: #EBEBEB;
}

.fondo1{
    background-image: url(../img/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.home{
    background-image: url(../img/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hab-1{
    background-image: url(../img/hab-1/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hab-2{
    background-image: url(../img/hab-2/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hab-3{
    background-image: url(../img/hab-3/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hab-4{
    background-image: url(../img/hab-4/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.bg-banner{
    background-image: url(../img/terraza/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.bg-banner-historia{
    background-image: url(../img/historia/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.bg-servicios{
        background-image: url(../img/servicio/casa-de-la-luz-banner.jpg);
        min-height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: scroll;

}

.bg-galeria{
        background-image: url(../img/galeria/casa-de-la-luz-banner.jpg);
        min-height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: scroll;

}

.bg-contacto{
        background-image: url(../img/contacto/casa-de-la-luz-banner.jpg);
        min-height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: scroll;

}

.bg-spa{
        background-image: url(../img/spa/casa-de-la-luz-banner.jpg);
        min-height: 40vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: scroll;

}
/*Fondos*/






/*ESTILOS NAV*/


.dropdown-toggle::after {
  display: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width {
  width: 2rem;
}
.verticalLine {
    border-left: thin solid rgba(0, 0, 0, 0.15);
    border-bottom-width: thin;
}
.a-menu{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
}
.nav-link{
    color: rgba(0, 0, 0, 0.6) !important;
    
}

.bg-light{
    background-color: white!important;
}
/*ESTILOS NAV*/


/*CONTADOR */




.li-contador {
  display: inline-block;
  font-size: 24px;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Cormorant', serif;

}

.li-contador-span {
  display: block;
  font-size: 30px;
}



/* CONTADOR */




/*Generales*/
.bg-10{
    min-height: 10vh;
}
.bg-20{
    min-height: 20vh;
}
.bg-30{
    min-height: 30vh;
}
.bg-40{
    min-height: 40vh;
}
.bg-50{
    min-height: 50vh;
}
.bg-60{
    min-height: 60vh;
}
.bg-70{
    min-height: 70vh;
}
.bg-80{
    min-height: 80vh;
}
.bg-90{
    min-height: 90vh;
}
.bg-100{
    min-height: 100vh;
}



button:focus { 
    outline: none; 
    
} 

*:focus { 
    outline: none; 
} 



.light{
    font-weight: 100;
}


.footer-img{
    max-height: 35px;
}

.blanco{
    color: white!important;
}
.negro{
    color: black;
}

.gris{
    color: #606060;
}


/*Botones*/

.btn-menu{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: black;
    color: white!important;
    border: 1px solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: 100;
    
}

.btn-menu:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: #626262;
    color: white!important;
    border: 1px solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: 100;
    transition: all ease 1s;
    
}


.btn-1{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: transparent;
    color: white;
    border-color: white;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 100;
    
}
.btn-1:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: white;
    color: black;
    border-color: white;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 200;
    transition: all ease 1s;
    
}

.btn-2{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: transparent;
    color: black;
    border-color: black;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 100;
    
}

.btn-2:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: black;
    color: white;
    border-color: white;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 100;
    transition: all ease 1s;
    
}

.btn-3{
    background-color: white;
    color: black;
    
}
.btn-3:hover{
    background-color: black;
    color: white;
    transition: all ease 1s;
    
}

/*Botones*/

.icon-terraza{
    max-width: 90px;
}

.separador{
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid;
}


.sans{
    font-family: 'Open Sans', sans-serif; 
}

.light{
    font-weight: 100;
}

.bold{
    font-weight: 600;
}

.enlace-negro{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    
}
.enlace-negro:hover{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
    
}

.subtitulo{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.p-contacto{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

h1{
    font-family: 'Cormorant', serif;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 70px;
}

h2{
    font-family: 'Cormorant', serif;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 50px;
    
}

h3{
    font-family: 'Cormorant', serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
}

h4{
    font-family: 'Cormorant', serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    
}

h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    
}

h6{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;    
}


.pop-desktop{
    max-width: 50%;
}
/*Generales*/













/*MEDIA DISPOSITIVOS MOVILES*/ 
@media (max-width: 575.98px) {
    
    
    
/*Fondos*/    
    
    .fondo1{
    background-image: url(../img/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
    
    
    .home{
    background-image: url(../img/inicio/casa-de-la-luz-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }



    .bg-banner{
        background-image: url(../img/terraza/banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

    }
    
    .bg-banner-historia{
        background-image: url(../img/historia/banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

    }

/*Fondos*/
    
    
    
    
    /*Botones*/
    
    .btn-menu{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: black;
    color: white!important;
    border: 1px solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: 100;
    
}

.btn-menu:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: #626262;
    color: white!important;
    border: 1px solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: 100;
    transition: all ease 1s;
    
}

.btn-1{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: transparent;
    color: white;
    border-color: white;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 100;
    
}
.btn-1:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: white;
    color: black;
    border-color: white;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 200;
    transition: all ease 1s;
    
}

.btn-2{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: transparent;
    color: black;
    border-color: black;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 100;
    
}

.btn-2:hover{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    background-color: black;
    color: white;
    border-color: white;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 100;
    transition: all ease 1s;
    
}
    
    .btn-3{
    background-color: white;
    color: black;
    
}
.btn-3:hover{
    background-color: black;
    color: white;
    transition: all ease 1s;
    
}


/*Botones*/
    
    
.logo{
    max-height: 30px;
        
}
    
.icon-terraza{
    max-width: 50px;
}
    
.centro{
    text-align: center !important;
        
}


.separador{
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid;
}


.sans{
    font-family: 'Open Sans', sans-serif; 
}

.light{
    font-weight: 100;
}

.enlace{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    
}
    
.subtitulo{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.p-contacto{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
}

h1{
    
    font-size: 26px;
    line-height: 35px;
}

h2{
    
    font-size: 22px;
    line-height: 40px;
    
}

h3{
    font-size: 20px;
    line-height: 35px;
}

h4{
    
    font-size: 25px;
    line-height: 35px;
    
}

h5{
    
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    
}

h6{

    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;    
}
    
.pop-desktop{
    max-width: 100%;
}
/*Generales*/
  
    
    
/*CONTADOR*/    
.li-contador {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Cormorant', serif;

}

.li-contador-span {
  display: block;
  font-size: 40px;
}
/*CONTADOR*/ 
    
/*Galería*/ 
    
    .lightbox-content img {
      max-height: 390px !important;;
      /*width: 100%;
      height: auto;*/
    }
   
/*Galería*/ 
    
}

/*MEDIA DISPOSITIVOS MOVILES*/ 







/*MEDIA DISPOSITIVOS TABLET*/ 
@media (min-width: 768px) and (max-width: 991.98px) { 
    
    /*Botones*/
    .btn-1{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 5px;
        background-color: transparent;
        color: white;
        border-color: white;
        border: 1px solid;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 100;

    }
    .btn-1:hover{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 5px;
        background-color: white;
        color: black;
        border-color: white;
        border: 1px solid;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 200;
        transition: all ease 1s;

    }

    .btn-2{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 5px;
        background-color: transparent;
        color: black;
        border-color: black;
        border: 1px solid;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 100;

    }

    .btn-2:hover{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 5px;
        background-color: black;
        color: white;
        border-color: white;
        border: 1px solid;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 100;
        transition: all ease 1s;

    }

    /*Botones*/
    
    .icon-terraza{
    max-width: 65px;
    }

    .centro-tablet{
        text-align: center !important;
    }

    .separador{
        color: rgba(255, 255, 255, 0.4);
        border: 1px solid;
    }


    .sans{
        font-family: 'Open Sans', sans-serif; 
    }

    .light{
        font-weight: 100;
    }

    .enlace{
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 100;

    }

    p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 28px;
    }

    .p-contacto{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 25px;
    }

    h1{
        
        font-size: 40px;
        line-height: 45px;
    }

    h2{
        
        font-size: 30px;
        line-height: 40px;

    }

    h3{
        font-size: 23px;
        line-height: 38px;
    }

    h4{
        
        font-size: 25px;
        line-height: 35px;

    }

    h5{
        
        line-height: 45px;
        text-transform: uppercase;
        letter-spacing: 3px;

    }

    h6{
        
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 100;    
    }
    
    .pop-desktop{
    max-width: 60%;
    }
    
    .lightbox-content img {
      max-height: 530px;
      /*width: 100%;
      height: auto;*/
    }
    /*Generales*/


}






/*COOKIES*/

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 99999;
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    top: 15%;
}

.inner a.ok {
    padding: 4px;
    color: white;
    text-decoration: none;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: white;
}

/*COOKIES*/

/*CIRCULO SCROLL*/
.wrapper {
    top: 82%;
    left: 95%;
    transform: translate(-50%, -50%);
    position: fixed;
}

.circle {

    border-radius: 50%;
  
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#reload {
    width: 120px;
    height: 120px;
}

/*CIRCULO SCROLL*/


/*ESTILOS FORM*/
.get-in-touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative;

}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
     color: #5543ca;
    background: #5543ca;
    background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
  background-color: transparent;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  color: black;
  border-width: 0 0 1px 0;
  border-color: black;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  font-family: font-family: 'Open Sans', sans-serif;
  background-color: transparent;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 200;
  color: black;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}

/*ESTILOS FORM*/



.vl {
  border-left: 1px solid black;;
  height: 70px;
}




/*COOKIES*/

#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.5%;
    text-align: center;
    z-index: 99;
}

.btn-cookies{
    color: black;
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
    
}

.p-cookies{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    
}

.p-cookies:hover{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: white;
    
}


/*COOKIES*/

/*Casa de la luz*/
/*Casa de la luz*/
/*Casa de la luz*/
/*Casa de la luz*/
/*Casa de la luz*/
/*Casa de la luz*/


.logo{
    max-height: 32px;
}

/*NAVBAR*/

.nav-link {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.nav-link:hover {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.navbar-light .navbar-toggler {
    border: none;
}

header {
    background: white;
}

.verticalLine {
    border-left: thin solid #2D342C;
    border-bottom-width: thin;
}

.separador {
    border-width: thin;
    border-color: black;
    border-width: 1px;
}

ul {
    list-style: none;
}

nav li ul {
    background-color: white;
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0;
}

nav li:hover>ul {
    display: block;
    padding: 10px;
    background-color: white;
}

.dropdown-item {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


/*NAVBAR*/

.a-blanco{
    color:  white;
    font-size: 14px;
    font-weight: 100;
}
.a-blanco:hover{
    color: white;
    font-size: 14px;
    font-weight: 100;
}




.enlace{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    
}
.enlace:hover{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
    
}

.enlace-negro{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    
}
.enlace-negro:hover{
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
    
}

.separador{
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid;
}


.lista-amenidades{
    list-style-image: url(../img/inicio/icono.svg);
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
}



.index{
    background-color: black;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.centro-hv{
    
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px;
      padding-bottom: 100px;
}

    
.logo-index{
    
    max-height: 250px;
    
}

/*  ICONO SOCIAL BAR*/
.icon-tik{
    max-height: 20px;
    margin: 0px;
    padding: 0px;
    
}
/*  ICONO SOCIAL BAR*/ 


/*  GALERIA*/ 

    /* Estilos adicionales */
    .gallery-item {
      position: relative;
      margin-bottom: 15px;
    }
    .gallery-item img {
      width: 100%;
      height: auto;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .gallery-item img:hover {
      transform: scale(1.1);
    }
    /* Estilo para el Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.8);
      z-index: 9999;
      justify-content: center;
      align-items: center;
    }
    .lightbox-content {
      position: absolute;
      top: 50%; /* Mueve el elemento hacia el 50% de la altura del contenedor */
      left: 50%; /* Mueve el elemento hacia el 50% del ancho del contenedor */
      transform: translate(-50%, -50%); /* Ajusta el elemento para que se centre perfectamente */
      max-width: 80%;
      max-height: 80%;
    }
    .lightbox-content img {
      max-height: 550px;
      /*width: 100%;
      height: auto;*/
    }
    .lightbox-button {
      position: absolute;
      top: 10px;
      right: 10px;
      color: white;
      font-size: 20px;
      background: rgba(0, 0, 0, 0.5);
      border: none;
      cursor: pointer;
    }
    .lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      color: white;
      cursor: pointer;
    }
    .lightbox-nav.left {
      left: 10px;
    }
    .lightbox-nav.right {
      right: 10px;
    }
        
/*  GALERIA*/ 


.logo-domus:hover{
     transform: scale(1.1);
    transition: transform 1.0s;
    }
    

   


