/* FUENTES | INICIO */
@font-face {
    font-family: "Avenir";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Avenir/AvenirRegular/AvenirRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Avenir/AvenirBook/AvenirBook.ttf") format("truetype");
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Avenir/AvenirMedium/AvenirMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Avenir/AvenirHeavy/AvenirHeavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Avenir/AvenirBlack/AvenirBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Avenir";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Avenir/AvenirLight/AvenirLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Nexa/Nexa_Free_Bold.otf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Nexa";
    src: url("https://tendenciainterior.com/wp-content/themes/tendenciainterior/src/assets/fonts/Nexa/Nexa_Free_Light.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* FUENTES | FINAL */





:root {
    --color-texto-gris: #252525;
    --color-texto-blanco: #ffffff;
    --fuente-avenir: "Avenir", sans-serif;
    --imagen-encabezado: url("https://picsum.photos/1920/1080");

    --h1-encabezado: clamp(22px, 3vw, 52px);
    --interlineado-encabezado: clamp(22px, 3vw, 52px);

    --parrafo-encabezado: clamp(16px, 1.5vw, 28px);
    --interlineado-parrafo-encabezado: clamp(16px, 1.5vw, 28px);

    --parrafo-generales: clamp(15px, 1.5vw, 24px);
    --interlineado-generales: clamp(16px, 1.5vw, 26px);

    --texto-botones-generales: clamp(10px, 0.85vw, 18px);
    
    --texto-header: clamp(12px, 1vw, 20px);

    --h2-generales: clamp(20px, 2.75vw, 35px);

    --color-texto-negro: #000000;
    --fondo-azulado: #e0dedc;
    --verde-950: #10241c;
    --verde-800: #1c3a2c;
    --verde-700: #24493a;
    --verde-600: #2f5c48;
    --laton-500: #b3894f;
    --laton-300: #d9b784;
    --gris-linea: #d7d3cc;
    --gris-suave: #8a8681;
    --rojo-alerta: #a3413a;
    --radio-xl: 22px;
    --radio-lg: 16px;
    --radio-md: 12px;
    --radio-sm: 8px;
    --sombra-modal: 0 30px 80px -20px rgba(16, 36, 28, 0.45), 0 8px 24px -8px rgba(16, 36, 28, 0.25);
}
h1, h2{
    font-family: "Nexa", sans-serif !important;
}
* {
    margin: 0%;
    padding: 0%;
    transition: 0.25s;
    text-decoration: none;
    scroll-behavior: smooth;
}
img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
.body {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: start;
    overflow-x: hidden;
}





/* HEADER | INICIO */
.header {
    width: calc(100% - clamp(20px, 6vw, 60px));
    padding: 10px clamp(10px, 3vw, 30px);
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 5;
    gap: clamp(15px, 1.5vw, 20px) 0px;
}
.header-activo {
    position: fixed;
    top: 0px;
    left: 0px;
}



/* Contenedores | Inicio */
.contenedor-opciones-header {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    list-style: none;
    gap: clamp(10px, 1vw, 15px);
}
.opciones-header {
    position: relative;
    display: flex;
    align-items: center;
}
.opciones-header > a {
    display: flex;
    align-items: center;
    gap: 6px;
}
.contenedor-menu-celular {
    width: 45px;
    height: 45px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.contenedor-menu-celular span {
    width: 28px;
    height: 3px;
    border-radius: 100px;
    background-color: #252525;
    transition: transform .35s ease, opacity .25s ease, width .35s ease;
    transform-origin: center;
}
.contenedor-menu-celular.activo span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.contenedor-menu-celular.activo span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.contenedor-menu-celular.activo span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
/* Contenedores | Final */



/* Textos | Inicio */
.opciones-header a {
    color: var(--color-texto-negro);
    font-family: var(--fuente-avenir);
    font-weight: 600;
    font-size: var(--texto-header);
    text-transform: uppercase;
}
.opciones-header p {
    color: var(--color-texto-negro);
    font-family: var(--fuente-avenir);
    font-weight: 600;
    font-size: var(--texto-header);
    text-transform: uppercase;
    cursor: pointer;
}
/* Textos | Final */



/* Submenú | Inicio */
.flecha-submenu {
    font-size: 11px;
    line-height: 1;
    transition: transform .35s ease;
}
.opciones-con-submenu:hover .flecha-submenu {
    transform: rotate(180deg);
}
.submenu-header {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) translateY(-15px);
    width: 250px;
    padding: 12px 0px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 18px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
    z-index: 20;
}
.submenu-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0px;
}
.submenu-header::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,.96);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
    z-index: -1;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.6);

}
.opciones-con-submenu:hover .submenu-header {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0px);
}
.submenu-header li {
    width: 100%;
}
.submenu-header a {
    display: block;
    width: calc(100% - 40px);
    padding: 12px 20px;
    color: var(--color-texto-negro);
    font-family: var(--fuente-avenir);
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    transition: .25s;
}
.submenu-header a:hover {
    padding-left: 28px;
    color: var(--verde-800);
}
/* Submenú | Final */



/* Imágenes | Inicio */
.imagen-logo-header {
    width: 125px;
    cursor: pointer;
}
/* Imágenes | Final */



/* Responsivo | Inicio */
@media screen and (min-width: 0px) and (max-width: 700px) {

    .contenedor-opciones-header {
        display: none;
        width: 100%;
        padding-left: 10px;
    }

    .opciones-header {
        width: 100%;
    }

    .opciones-header a {
        width: 100%;
    }

    .opciones-header p {
        width: 100%;
        text-align: start;
    }

    .submenu-header {
        display: none;
    }

    .contenedor-menu-celular {
        display: flex;
    }

}
/* Responsivo | Final */



/* HEADER | FINAL */





/* MAIN | INICIO */
.main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: start;
}
/* MAIN | FINAL */





/* FOOTER | INICIO */
.footer {
    background: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    width: calc(100% - clamp(40px, 10vw, 100px));
    padding: clamp(20px, 5vw, 50px);
    height: auto;
}



/* Contenedores | Inicio */
.contenedor-informacion-footer {
    width: 30%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.contenedor-informacion-footer a, h4 {
    width: 100%;
    text-align: start;
}
.contenedor-opciones-footer {
    width: 30%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.contenedor-opciones-footer a {
    width: 100%;
    text-align: end;
}
.contenedor-textos-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 5px;
}
.contenedor-redes-footer {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.contenedor-logo-footer{
    width: 100%;
    display: flex;
    justify-content: center;
}
/* Contenedores | Final */



/* Textos | Inicio */
.h4-opciones-footer {
    color: var(--color-texto-blanco);
    font-weight: 600;
    font-family: var(--fuente-avenir);
    text-transform: uppercase;
    font-size: clamp(17px, 1.25vw, 20px);
    margin-bottom: clamp(12px, 1vw, 15px);
}
.parrafo-opciones-footer {
    color: var(--color-texto-blanco);
    font-weight: 300;
    font-family: var(--fuente-avenir);
    font-size: clamp(13px, 1vw, 16px);
    cursor: pointer;
}
/* Textos | Final */



/* Imágenes | Inicio */
.imagen-redes-footer {
    width: clamp(17px, 1.75vw, 25px);
}
.imagen-loogo-footer{
    width: 200px;
    object-fit: contain;
	height: auto;
	display: block;
    opacity: cover;
}
/* Imágenes | Final */



/* Responsivo | Inicio */
@media screen and (min-width: 0px) and (max-width: 700px) {
    /* Contenedores | Inicio */
    .contenedor-informacion-footer {
        width: 100%;
    }
    .contenedor-informacion-footer a,
    h4,
    p {
        width: 100%;
        text-align: center;
    }
    .contenedor-opciones-footer {
        width: 100%;
        justify-content: center;
        gap: 5px 15px;
        margin-top: 35px;
    }
    .contenedor-opciones-footer a {
        width: auto;
        text-align: center;
    }
    .contenedor-redes-footer {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    .contenedor-logo-footer{
        display: none;
    }
    /* Contenedores | Final */
}
/* Responsivo | Final */



/* FOOTER | FINAL */





/* VENTANA EMERGENTE CONTACTO | INICIO */
.contenedor-ventana-emergente-contactanos {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #00000050;
    z-index: 10;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: clamp(15px, 1.5vw, 20px);
}
.ventana-emergente-contactanos {
    border-radius: 30px;
    background-color: #ffffff;
    padding: clamp(20px, 2vw, 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
    width: 500px;
    max-width: calc(90% - clamp(40px, 4vw, 80px));
    position: relative;
}
.contenedor-opciones-ventana-emergente-contactanos {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    gap: 25px;
    overflow-x: auto;
}
.opciones-ventana-emergente-contactanos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    gap: 10px;
    cursor: pointer;
    padding: 10px;
    border-radius: 15px;
}
.opciones-ventana-emergente-contactanos:hover {
    background-color: #cccccc50;
}



/* Imágenes | Inicio */
.imagen-ventana-emergente-contactanos {
    width: clamp(20px, 2vw, 25px);
}
/*Imágenes | Final */



/* Textos | Inicio */
.h2-ventana-emergente-contactanos {
    width: 100%;
    text-align: center;
    color: var(--color-texto-gris);
    font-weight: 900;
    font-family: var(--fuente-avenir);
    font-size: clamp(19px, 2vw, 28px);
    border-bottom: 1px solid #00000050;
}
.parrafo-ventana-emergente-contactanos {
    font-size: clamp(10px, 1vw, 15px);
    color: var(--color-texto-negro);
    font-weight: 400;
    font-family: var(--fuente-avenir);
}
/* Textos | Final */



/* Botones | Inicio */
.boton-ventana-emergente-contactanos {
    border-radius: 15px;
    background-color: var(--fondo-azulado);
    color: var(--color-texto-negro);
    font-weight: 600;
    font-size: 15px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: var(--fuente-avenir);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.boton-ventana-emergente-contactanos:active {
    transform: scale(0.9);
}
/* Botones | Final */



/* Responsivo | Inicio */


/* Respomnsivo | Final */



/* VENTANA EMERGENTE CONTACTO | FIN */