html {
    scroll-behavior: smooth;
}




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


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

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

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

.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;
}

.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-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-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;

}


/*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*/







/*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;
}
.negro{
    color: black;
}

.gris{
    color: #606060;
}


/*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: 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;
    
}

/*Botones*/

.icon{
    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;
}

.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;
    
}

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;    
}
/*Generales*/













/*MEDIA DISPOSITIVOS MOVILES*/ 
@media (max-width: 575.98px) {
    
    
    
/*Fondos*/    
    .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;

}
/*Fondos*/
    
    
    
    
    /*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*/
    
    
.logo{
    max-height: 50px;
        
}
    
.icon{
    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;
    
}

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;    
}
/*Generales*/
    
   

}

/*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{
    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;    
    }
    /*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: 45px;
}

/*NAVBAR*/

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

.nav-link:hover {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    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;
    
}

.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;
    
}