@font-face {
    font-family: 'Futura';
    src: url("./fuentes/futura/futura\ light\ bt.ttf");
    font-weight: lighter;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
}
html, body {
    width: 100%;
    min-width: 365px;
  }
.body{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    background-color: #F9F6F3;
    font-family: 'Futura';
    font-weight: lighter;
    font-style: normal;
    letter-spacing: 0.1rem;
}
/*Barra navegacion*/
.barra {
    height: 5rem;
}

.nav {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 93%;
    height: auto;
    position: relative;
    z-index: 100;
    align-items: center;
    border-bottom: 1px solid black;
    margin-bottom: 2rem;
}

.barrayredes {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 0.4rem;
    margin-top: 1.5rem;
}

.Redes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.2rem;
    align-items: end;
}

.logo {
    width: 25vw;
    max-width: 13rem;
}

a .redes {
    margin-bottom: 1.2rem;
    display: flex;
    width: 1.9rem;
    height: 1.9rem;
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.nav ul li {
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-inline: -0.2rem;
}

.nav ul li a {
    display: flex;
    color: black;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.toggle-button {
    display: none; 
    font-size: 2rem;
    background-color: #F9F6F3;
    color: black;
    cursor: pointer;
}
.barra-small {
    display: none;
    flex-direction: column;
    text-decoration: none;
    list-style: none;
    gap: 1rem;
    padding: 2rem;
}
.barra-small li a {
    color: black;
    font-size: 0.9rem;
}

@media screen and (min-width: 895px) {
    .barra-small {
        display: none !important;
    }
}

@media screen and (max-width: 895px) {
    .barrayredes {
        display: none;
    }
    .toggle-button {
        display: block;
    }
}

/*Whatsapp*/
.lwhatsapp{
    width: auto;
    height: 3rem;
    position: relative;
    left: -0.75rem;
    top: 0.2rem;
}

.whatsapp-link {
    position: fixed; 
    width: 1.5rem;
    bottom: 1.5rem; 
    right: 1.5rem; 
    background-color: #A56200; 
    color: white; 
    padding: 0.5rem 1.4rem; 
    text-decoration: none;
    border-radius: 50%;  
    z-index: 9999; 
    align-items: center;
}


.pie_pagina{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    height: 150px;
    width: 90%;
    gap: 10px;
    justify-content: center;
    border-top: 1px solid black;
}
.galeria{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: baseline;
    text-align: center;
}

.galeria .box{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 75vh;
    width: 24%;
    margin: 0.5%;
    align-items: center;
	opacity: 0;
	transform: scale(0.9);
	transition: 0.9s ease-in-out all;
}
@media screen and (max-width: 895px) {
    .galeria .box{
        min-width: 32.33%;
        max-height: 40vh;
        margin-bottom: 0.5rem !important;
    }
    .galeria{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: baseline;
        width: 95%;
        gap: 1.5%;
    }
}
@media screen and (max-width: 550px) {
    .galeria .box{
        min-height: 40vh;
        min-width: 49.2%;
    }
}
.galeria .visible {
	opacity: 1;
	transform: scale(1) translateY(0);
}
.capa-opaca {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0.5;
    background-color: rgba(0, 0, 0, 0.2);
}
.box :hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.texto {
    position: absolute;
    width: 100%;
    bottom: 0; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    opacity: 0; 
    transition: opacity 0.3s; 
    color: white; 
    z-index: 1;
    font-size: 1.8rem;
    font-weight: bolder;
    letter-spacing: 1.5px;
}

.box :hover .texto {
    opacity: 1; 
}
.galeria .box .box1{
    background: url("./imagenes/TURÍN/turin_2.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box2{
    background: url("./imagenes/CASA\ BAMBÚ/casa_bambu_4.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box3{
    background: url("./imagenes/CASA\ BOSK/casa_bosk_8.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box4{
    background: url("./imagenes/CASA\ ÁLAMO/casa_alamo_4.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box5{
    background: url("./imagenes/CASA\ DUAL\ \(Fotos\)/casa_dual_19.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box6{
    background: url("./imagenes/CASA\ FRANCO/casa_franco_7.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box7{
    background: url("./imagenes/CASA\ ROBLE/casa_roble_1.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box9{
    background: url("./imagenes/MONTECARLO/montecarlo_3.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box10{
    background: url("./imagenes/SAN\ SILVESTRE/san_silvestre_5.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box11{
    background: url("./imagenes/LA\ DAGA/la_daga_9.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box12{
    background: url("./imagenes/BOSQUE\ SERENO/Bosque_sereno_.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box13{
    background: url("./imagenes/INTERIORISMO\ APTO\ CM/interiorismo_apto_cm_0.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box14{
    background: url("./imagenes/CONSULTÓRIO\ ODONTOLÓGICO\ LEYDY\ TANGARIFE/Consultorio_odontológico_Leydy_Tangarife_2.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box15{
    background: url("./imagenes/CASA\ ROKA/casa_roka_12.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box16{
    background: url("./imagenes/DONDE\ DONDO\ BURGUER/donde_dondo_burguer_13.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box17{
    background: url("./imagenes/CASA_CEDRO/casa_cedro_1.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box18{
    background: url("./imagenes/ED_UNIK/edificio_unik_4.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box19{
    background: url("./imagenes/ED_MITIKO/edificio_mitiko_7.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box20{
    background: url("./imagenes/INTERIORISMO_APT_KD/interiorismo_apt_kd_8.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box21{
    background: url("./imagenes/INTERIORISMO_APT_M/interiorismo_apt_m_8.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box22{
    background: url("./imagenes/INTERIORISMO_APT_SE/interiorismo_apt_se_2.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box23{
    background: url("./imagenes/LA\ CAVA/la_cava_2.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.galeria .box .box24{
    background: url("./imagenes/MEDEL_GAFAS/medel_gafas_2.jpg");
    height: 100%;
    width: 100%;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    transition: all 0.8s ease;
}
.filtro{
    width: 35%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
button{
    width: auto;
    height: 3rem;
    background-color: #F9F6F3;
    cursor: pointer;
    color: black;
}
.displa li :hover {
    background-color: #949289;
    color: #F9F6F3;
}
@media screen and (max-width: 895px) {
    .filtro{
        min-width: 90%;
    }
    .galeria .box{
        margin: 0;
        margin-bottom: 1rem;
    }
    .barra-small{
        margin-top: -3rem;
    }
}

@media screen and (max-width: 1216px) {
    .filtro{
        min-width: 60%;
        margin-left: -1rem;
    }
    .box{
        max-height: 50vh;
    }
}
@media screen and (max-width: 450px) {
    #consh2 h2{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 400px) {
    #consh2 h2{
        font-size: 1rem !important;
    }
}
@media screen and (max-width: 600px) {
    .filtro{
        min-width: 80%;
        gap: 2%;
    }
    .filtro h3{
        font-size: 1rem;
    }
}
@media screen and (max-width: 547px){
    .box :active .texto {
        opacity: 1; 
    }
}

/* Estilo para la pantalla de carga */
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
  position: relative;
  width: 33px;
  height: 33px;
  perspective: 67px;
}

.loader div {
  width: 100%;
  height: 100%;
  background-image: url("./iconos/icono1.png");
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform-origin: left;
  animation: loader 2s infinite;
}

.loader div:nth-child(1) {
  animation-delay: 0.15s;
}

.loader div:nth-child(2) {
  animation-delay: 0.3s;
}

.loader div:nth-child(3) {
  animation-delay: 0.45s;
}

.loader div:nth-child(4) {
  animation-delay: 0.6s;
}

.loader div:nth-child(5) {
  animation-delay: 0.75s;
}

@keyframes loader {
  0% {
    transform: rotateY(0deg);
  }

  50%, 80% {
    transform: rotateY(-180deg);
  }

  90%, 100% {
    opacity: 0;
    transform: rotateY(-180deg);
  }
}
.displa2 li{
    list-style-type: none;
}
.displa2 p{
    font-size: 0.8rem;
}