@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;
    text-decoration: none;
    box-sizing: border-box;
}
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;
}

.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;
}

.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;
    }
    .portada{
        min-width: 100%;
        min-height: 60vh;
    }
}

/*Whatsapp*/
.lwhatsapp{
    width: auto;
    height: 3rem;
    position: relative;
    left: -0.77rem;
    top: 0.1rem;
}

.whatsapp-link {
    position: fixed; 
    width: 4.2rem;
    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;
}

.portada{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/TURÍN/turin_4.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada2{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ BAMBÚ/casa_bambu_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada3{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ BOSK/casa_bosk_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada4{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ ÁLAMO/casa_alamo_3.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada5{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ DUAL\ \(Fotos\)/casa_dual_18.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada6{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ FRANCO/casa_franco_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada7{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ ROBLE/casa_roble_2.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada8{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/PALMAR\ BOSQUE\ RESIDENCIAL/palmar_bosque_residencial_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada9{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/MONTECARLO/montecarlo_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada10{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/SAN\ SILVESTRE/san_silvestre_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada11{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/LA\ DAGA/la_daga_5.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada12{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/BOSQUE\ SERENO/Bosque_sereno_5.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada13{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/INTERIORISMO\ APTO\ CM/interiorismo_apto_cm_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada14{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CONSULTÓRIO\ ODONTOLÓGICO\ LEYDY\ TANGARIFE/Consultorio_odontológico_Leydy_Tangarife_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada15{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA\ ROKA/casa_roka_2.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada16{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/DONDE\ DONDO\ BURGUER/donde_dondo_burguer_4.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada17{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/CASA_CEDRO/casa_cedro_3.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada18{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/ED_UNIK/edificio_unik_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada19{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/ED_MITIKO/edificio_mitiko_27.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada20{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/INTERIORISMO_APT_KD/interiorismo_apt_kd_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada21{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/INTERIORISMO_APT_M/interiorismo_apt_m_3.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada22{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/INTERIORISMO_APT_SE/interiorismo_apt_se_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada23{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/LA\ CAVA/la_cava_6.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.portada24{
    display: flex;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imagenes/MEDEL_GAFAS/medel_gafas_1.jpg");
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: #F9F6F3;
    letter-spacing: 2.5rem;
    font-weight: lighter;
}
.descripcion{
    display: flex;
    width: 100%;
    height: auto;
    padding:2%;
}
@media screen and (max-width: 650px) {
    .descripcion{
        flex-direction: column;
        padding: 0% !important;
        min-width: 100%;
    }
    .categoria{
        min-width: 100%;
        padding: 0.8rem !important;
    }
    .descripcion2{
        min-width: 100%;
        padding: 0.8rem !important;
    }
    .descripcion2 p{
        font-size: 0.9rem;
    }
    .portada14 .tituloproyecto strong{
        font-size: clamp(0.5rem, 2vw + 0.5rem, 2rem) !important; 
        letter-spacing: 1.5rem !important; 
    }
    #consulto{
        font-size: clamp(0.9rem, 2vw + 0.8rem, 2rem) !important; 
        letter-spacing: 1.5rem !important; 
    }
    #titucons .h13 strong{
        font-size: clamp(0.5rem, 2vw + 0.8rem, 3rem) !important; 
        letter-spacing: 1.5rem !important; 
    }
}

@media screen and (max-width: 500px) {
    .portada8 .tituloproyecto, 
    .portada12 .tituloproyecto,
     .portada10 .tituloproyecto,
     .portada11 .tituloproyecto,
     .portada13 .tituloproyecto,
     .portada18 .tituloproyecto,
     .portada19 .tituloproyecto,
     .portada20 .tituloproyecto,
     .portada21 .tituloproyecto,
     .portada22 .tituloproyecto,
     .portada23 .tituloproyecto,
     .portada24 .tituloproyecto{
        font-size: clamp(1.5rem, 2vw + 1rem, 3.5rem);
        letter-spacing: 2rem;
    }
    .portada6 .tituloproyecto{
        font-size: clamp(2.8rem, 2vw + 1rem, 4rem);
        letter-spacing: 1.8rem;
    }
    #consulto{
        font-size: clamp(0.8rem, 2vw + 1rem, 1.5rem) !important; 
        letter-spacing: 1rem !important; 
    }
    #titucons .h13 strong{
        font-size: clamp(0.8rem, 2vw + 0.9rem, 2.5rem) !important; 
        letter-spacing: 1.2rem !important; 
    }

}
@media screen and (max-width: 467px) {
    .portada8 .tituloproyecto,
    .portada12 .tituloproyecto,
    .portada10 .tituloproyecto,
    .portada11 .tituloproyecto,
    .portada18 .tituloproyecto,
    .portada19 .tituloproyecto,
    .portada23 .tituloproyecto,
    .portada24 .tituloproyecto{
        font-size: clamp(1.5rem, 2vw + 1rem, 3.5rem);
        letter-spacing: 1.5rem;
    }
    .portada9 .tituloproyecto{
        font-size: clamp(1.5rem, 2vw + 1rem, 3.1rem);
        letter-spacing: 1.1rem !important;
    }
    .portada13 .tituloproyecto,
    .portada20 .tituloproyecto,
    .portada21 .tituloproyecto,
    .portada22 .tituloproyecto{
        font-size: clamp(0.1rem, 2vw + 0.1rem, 1.5rem) !important; 
        letter-spacing: 0.5rem !important; 
    }
    #consulto{
        font-size: clamp(0.8rem, 2vw + 1rem, 1.5rem) !important; 
        letter-spacing: 1rem !important; 
    }
    #consulto strong{
        font-size: clamp(0.5rem, 2vw + 0.5rem, 1rem) !important; 
        letter-spacing: 0.8rem !important; 
    }
}
@media screen and (max-width: 430px) {
    #interior{
        font-size: clamp(0.8rem, 2vw + 1.2rem, 1.5rem) !important; 
        letter-spacing: 1rem !important; 
        right: 2%;
        position: relative;
    }
    #consulto{
        font-size: clamp(0.3rem, 2vw + 0.7rem, 1.3rem) !important; 
        letter-spacing: 1rem !important; 
    }
    #titucons .h13 strong{
        font-size: clamp(0.6rem, 2vw + 0.8rem, 2rem) !important; 
        letter-spacing: 1rem !important; 
    }
}
@media screen and (max-width: 736px) {
    .portada10 .tituloproyecto,
    .portada11 .tituloproyecto,
    .portada23 .tituloproyecto{
        font-size: clamp(1rem, 2vw + 1rem, 4rem);
    }
    .portada8 .tituloproyecto h3,
    .portada12 .tituloproyecto h3,
    .portada18 .tituloproyecto h3,
    .portada19 .tituloproyecto h3,
    .portada24 .tituloproyecto h3{
        font-size: clamp(0.1rem, 2vw + 0.1rem, 1rem);
    }
    .portada9 .tituloproyecto{
        font-size: clamp(0.1rem, 2vw + 0.5rem, 1rem);
        letter-spacing: 1.5rem;
    }
    .portada14 .tituloproyecto,
    .portada13 .tituloproyecto,
    .portada20 .tituloproyecto,
    .portada21 .tituloproyecto,
    .portada22 .tituloproyecto{
        font-size: clamp(1.4rem, 2vw + 1.1rem, 3rem) !important; 
        letter-spacing: 1.2rem !important; 
    }
    .portada14 .tituloproyecto strong{
        font-size: clamp(0.5rem, 2vw + 0.5rem, 2rem) !important; 
        letter-spacing: 1.2rem !important;  
    }
    
    .inter .h12 strong{
        font-size: clamp(0.1rem, 2vw + 0.3rem, 0.8rem) !important; 
    }
}
@media screen and (max-width: 1000px) {
    .portada9 .tituloproyecto,
    .portada13 .tituloproyecto,
    .portada20 .tituloproyecto,
    .portada21 .tituloproyecto,
    .portada22 .tituloproyecto {
        font-size: clamp(1rem, 2vw + 1rem, 4rem);
    }
    .portada14 .tituloproyecto{
        font-size: clamp(1.3rem, 2vw + 1.5rem, 4rem) !important; 
        letter-spacing: 1.3rem !important; 
    }
    .titucons strong{
        font-size: clamp(0.1rem, 2vw + 0.2rem, 2rem) !important; 
    }
    .inter .h12 strong{
        font-size: clamp(0.6rem, 2vw + 0.5rem, 2rem) !important; 
    }
}
.categoria{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 2rem;
    gap: 1rem;
}
.titu{
    display: flex;
    flex-direction: column;
}
.categoria h1{
    letter-spacing: 1.5rem;
    font-size: 2.5rem;
    font-weight: bolder;
}
.categoria .h12{
    letter-spacing: 1rem;
    font-weight: bolder;
}
.descripcion2{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: left;
    text-align: left;
    padding: 2rem;
}
.line {
    border-top: 0.1px solid black;
}
.line2 {
    border-top: 2px solid black;
}

.pie_pagina{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    height: 150px;
    width: 93%;
    gap: 10px;
    justify-content: center;
    border-top: 1px solid black;
}
.displa li :hover {
    background-color: #949289;
    color: #F9F6F3;
}
.gallery .visible {
	opacity: 1;
	transform: scale(1) translateY(0);
}

/* 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;
}