/*
Theme Name: Smartics Child
Theme URI: http://www.smartics.ec
Description: This is a child theme for smartics Theme.
Author: Novaworks
Author URI: http: //www.robeto.com
Template: smartics
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/* Eliminamos márgenes por defecto para evitar bordes blancos */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Evita scrollbar horizontal accidental */
  background-color: #FAF8F5;
}

.h2,
h2 {
    font-family: inherit;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    color: var(--site-accent-color);
    text-rendering: optimizeLegibility
}

.h3,
h3 {
    font-size: 18px;
    line-height: 1.0rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--site-header-text-color);

}




.main-navigation .nav-menu>li {
    height: 0px;
}

.nova-container {
    padding-left: 0px;
    padding-right: 0px;
}

.header-type-default .nova-container {
    min-width: 100%;
    min-height: auto;
    /*background-image: var(--imagen-header-backgroud);*/
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    justify-content: center;
    background-color: var(--kitify-body-color);
    border-bottom: 1px #FBF6D0 solid;
}

.header-type-default {
    
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    font-size: var(--site-header-font-size);
    z-index: 10000;
}

.header-background-image {
	display: grid;
    align-content: center;
    background-image: var(--imagen-header-backgroud);
    min-width: 100%;
    min-height: 700px;
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.header-background-image-lang {
    align-content: center;
    text-align: center;
    min-width: 100%;
    min-height: 550px;
    background-image: var(--imagen-header-backgroud);
    background-size: cover;
    /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.header-background-image-lang-cart {
    align-content: center;
    text-align: center;
    min-width: 100%;
    min-height: 300px;
    background-image: var(--imagen-header-backgroud-dafault);
    background-size: cover;

    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.header-text-white {
    position: relative;
    top: 90px;
    font-size: 70px;
    font-weight: 600;
    color: var(--site-header-text-color);
}

.header-container-menu {
    display: flex;
    height: 100%;
    width: var(--site-width);
    position: absolute;
    top: 0
}

.site-wrapper .site-content-wrapper .site-content {
    padding: 0%;
}

.separador_header {
    border: 1.5px solid;
    top: 140px;
    box-shadow: 0 16px 16px black;
    position: relative;
    width: 90%;
    height: 0px;
    top: 14px;
    margin-right: 11px;
    margin-bottom: 0px;

}

.header-type-default .header-left-items {
    width: 30%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}





.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list-page {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin-bottom: 10px;
    /* Espacio entre cada elemento de la lista */
    display: flex;
    /* Utiliza flexbox para alinear elementos */
    align-items: center;
    /* Alinea verticalmente los elementos */
}

.contact-list-page li {
    margin-bottom: 10px;
    /* Espacio entre cada elemento de la lista */
    display: flex;
    /* Utiliza flexbox para alinear elementos */
    align-items: center;
    /* Alinea verticalmente los elementos */
}

.contact-list li i {
    margin-right: 20px;
    /* Espacio entre el icono y el texto */
}

.contact-list-page li i {
    margin-right: 20px;
    /* Espacio entre el icono y el texto */
}

.title-contact {
    font-size: 20px;
    font-weight: 600;
    color: var(--site-accent-color);
    line-height: 3rem;
}


/* Estilos para los iconos */
.contact-list li .fas.fa-phone {
    font-size: 40px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.contact-list li .fas.fa-map-marker-alt {
    font-size: 40px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

/* Estilos para los iconos */
.contact-list-page li .fas.fa-phone {
    font-size: 30px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.contact-list-page li .fas.fa-map-marker-alt {
    font-size: 30px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.contact-list-page li .fas.fa-envelope {
    font-size: 30px;
    /* Tamaño del icono */
    color: var(--site-heading-color);
}

.container-header-content {
    position: relative;
    margin-left: 200px;
    top: 0;
    width: 100%;
}

.text-header-dinamico,
.h2 {
    font-size: 32px;
    padding-right: 60px;
}

.button-primary {
    color: var(--site-header-font-size);
    padding: 0px 20px 0px 0px;
    color: #000;
    float: left;

}

.button-second {
    color: var(--site-header-font-size);
    padding: 0px 20px 0px 0px;
    color: #FFF;
    float: left;

}

.text-button,
a {
    font-weight: 500;
    color: var(--site-header-text-color);
}

.site-wrapper .site-content-wrapper {
    position: relative;
    z-index: 1;
}

.container-body {
    padding: 0px 100px 0px 100px;

}


.row-3 {
    justify-content: center;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 301px);
    flex-wrap: nowrap;
    gap: 21px;
    padding: 10px 0px 0px 0px;
}

.row-3-slider {
    display: flex;
    padding: 10px 0px 0px 0px;
}


@media (max-width: 1200px) {
.h1,
h1 {
    font-size: 1.5rem;
    margin-top: 0px;
    margin-bottom: 1.25rem;
    color: var(--kitify-body-color);
    font-weight: 800;
    text-align: center;
}

}

.is-style-wide {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 40%;
    height: 0px;
    top: 17px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.is-style-wide-left-90 {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 85%;
    height: 0px;
    top: 17px;
    margin-left: 20px;
    margin-bottom: 0px;
}




.row-column {
    flex: 1;
    min-width: 30%;
    /* Asegura que las columnas se mantengan en una fila en pantallas grandes */
    height: 390px;
    /* Altura fija para las columnas */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    display: flex;
    /* Para alinear el contenido dentro de la columna */
    align-items: center;
    /* Centra el contenido verticalmente */
    justify-content: center;
    /* Centra el contenido horizontalmente */
    color: white;
    /* Color del texto dentro de las columnas */
    text-align: center;
    /* Alineación del texto */
    padding: 20px;
    /* Espacio dentro de la columna */

}

.text-container-row {

    position: relative;
    justify-content: center;
    padding: 0px 100px 0px 100px;

}

.row-separador {
    width: 100%;
    border-top: 4px solid;
    border-color: var(--site-accent-color);
    text-justify: auto;
}



.parrafo {
    padding: 0px 0px 0px 0px;
    position: relative;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    color: var(--site-text-color);
    right: 64px;
}

.parrafo_black {
    text-align: justify;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: 400;
    color: #000 !important;
}

.resaltado,
mark {
    background-color: transparent;
    color: var(--site-accent-color);
    font-size: 22px;
    font-weight: 600;
}

.text {
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--site-header-text-color);

}

.text-par {

    padding: 0px;
    font-size: 18px;
    font-weight: 800;
    text-align-last: center;
    color: var(--site-header-text-color);

}

.subtitulo {
    text-align-last: left;
    position: relative;
    top: -15px;
    font-size: 24px;
    font-weight: 200;
    color: var(--site-text-color);
    letter-spacing: 4px;
}

.row-2 {
    display: flex;
    gap: 10px;
    text-align: center;
    height: 400px;
    border: 2px solid;

}

.pagraph {
    font-size: 12px;
    color: var(--site-text-color);
}

.frase {
    border-left: 3px solid var(--site-text-color);
    text-align: right;
    font-size: 30px;
    font-weight: 800;
    padding: 0px 100px 0px 0px;
    color: var(--site-accent-color);
    font-style: oblique;
}

.mark,
mark {
    font-size: 30px;
    color: #ffff;
    background-color: transparent;
}



/* Agregar estilos adicionales según sea necesario */
.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.button {
    display: block;
    margin-left: 0 3%;
    cursor: pointer;
}

.button--inactive {
    opacity: 0.2;
}

.button img {
    width: 60%;
}

.cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
}

.box {
    background-position: center center;
    width: 250px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    transition: all 0.5s ease;
    background-size: cover;
}


.box img {
    width: 100%;
    height: 100%;
}

.move-to-position1-from-right {
    transform: translateX(300px);
    z-index: 1;
}

.move-to-position2-from-right {
    transform: translateX(0px) scale(1.5);
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.move-to-position3-from-right {
    transform: translateX(-300px);
    z-index: 1;
}





.prev-button,
.next-button {
    position: absolute;
    top: 16%;
    background: transparent;
    border: none;
    font-size: 66px;
    color: var(--kitify-primary-color);
    cursor: pointer;
    transition: color 0.3s;
}

.prev-button:hover,
.next-button:hover {
    color: #333;
    /* Cambio de color al pasar el ratón sobre los botones */
    background: transparent;
}

.prev-button:focus,
.next-button:focus {
    color: var(--kitify-secondary-color);
    /* Cambio de color al pasar el ratón sobre los botones */
    background: transparent;
}

.prev-button:disabled,
.next-button:disabled {
    color: #ccc;
    /* Color gris claro para el icono cuando está deshabilitado */
    cursor: not-allowed;
    /* Cambiar el cursor a "no permitido" cuando está deshabilitado */
    background: transparent;
}

.prev-button:disabled:hover,
.next-button:disabled:hover {
    color: #ccc;
    /* Mantener el color gris claro cuando está deshabilitado y se pasa el ratón sobre él */
    background: transparent;
}
.title_cart{
    font-size: 47px !important;
}

.prev-button {
    left: 10px;
    background: transparent;
}
.family-text-service{
    color: var(--site-accent-color);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}
.next-button {
    right: 10px;
    background: transparent;
}

.resaltado_2 {
    background-color: transparent;
    text-align: center;
    color: var(--site-accent-color) !important;
    font-size: 22px;
    font-weight: 600;
}

.parrafos_default p {
    padding: 0px 10% 0px 10px;
    line-height: 2.0rem;
    font-size: 18px !important;
    font-weight: 400;
    color: var(--site-text-color);
    text-align: justify;
}

.resaltado_3 {
    background-color: transparent;
    text-align: right;
    color: var(--site-accent-color) !important;
    font-size: 20px;
    font-weight: 600;
}

.contenedor_gris {
    position: relative;
    width: 100%;
    height: 150px;
    right: -280px;
    overflow: hidden;
    background-color: var(--site-text-color);
    transform: skewX(-15deg);
    padding: 0px 70px 0px 0px;
}

.contenedor_gris_right {
    padding: 0px 100px 0px 100px;
    position: relative;
    width: 140%;
    min-height: 200px;
    right: 44%;
    overflow: hidden;
    background-color: var(--site-text-color);
}

.image-lateral {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.aling-right {
    text-align: right;
    text-align: -webkit-right;
}

.text-align-left {
    padding: 0px 0px 0px 0px;
    text-align: right;
    color: #fff !important;
    font-size: 18px;

}

.has-black-background-color {
    background-color: transparent !important;
}

.text-align-right {
    padding: 0px 30px 0px 30px;
    text-align: center;
    color: #fff !important;
    transform: skewX(15deg);
    font-size: 18px;

}


.text-align-left {
    padding: 0px 0px 0px 0px;
    text-align: justify;
    color: #fff !important;
    font-size: 14px;
}

.center-container {
    text-align: center;
    align-self: center;

}

.subtitulo-white {
    font-weight: 700;
    font-size: 30px;
    margin-left: 1.25rem;
    
}

.h4,
h4 {
    color: var(--site-text-color);
    ;
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 0;
}

.is-style-wide-90 {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 90%;
    height: 0px;
    top: 18px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.is-style-wide-75 {
    position: relative;
    border: 1.6px solid;
    color: var(--site-accent-color);
    width: 75%;
    height: 0px;
    top: 18px;
    margin-right: 20px;
    margin-bottom: 0px;
}


.sombras-galeria {

    box-shadow: -4px 6px 6px rgba(0, 0, 0, 0.5);
}

.galery-container {
    padding: 70px 100px 0px 100px !important;
    gap: 1.0rem;


}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(18% - var(--wp--style--unstable-gallery-gap, 16px)* .75);
}

.h5,
h5 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.row-column-serviceRES {
    min-width: 30%;
    height: auto;
    display: block;
    text-align: center;
}

.row-separador-serviceRES {
    width: 100%;
    border-top: 3px solid;
    border-color: var(--site-accent-color);
}

.title-serviceRES {
    color: #A8A9A9;
    /*cambiar luego estos colores*/
    font-size: 30px;
    font-weight: 800;
}

.text-servicesRES {
    align-content: center;
    height: 350px;
    font-size: 18px;
    color: #A8A9A9;
    padding: 0px 15px 0px 15px;
    text-align: justify;
}


.image-serviceRES {
    min-width: 270px;
    height: 205px;
    background-size: cover;
    background-repeat: no-repeat;
}

.button-serviceRES {
    background-color: #A8A9A9 !important;
    width: 100%;
    border-radius: 0px 0px 35px 35px;
    height: 60px;
    font-size: 25px;
}

.parrafo_inclinado {
    position: relative;
    left: -195px;
    font-size: 23px;
    align-content: center;
    font-weight: 600;
    line-height: 4.8rem;
}

@media (max-width: 1200px) {
    .parrafo_inclinado {
        left: -150px;
        font-size: 20px;
    }

}

@media (max-width: 992px) {
    .parrafo_inclinado {
        left: -90px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .parrafo_inclinado {
        left: -50px;
        font-size: 15px;
    }
    .header-background-image {
    background-image: url(/wp-content/uploads/2026/07/header_movil.jpg);
    }
}

@media (max-width: 576px) {
    .parrafo_inclinado {
        left: 0px;
    }
    .header-background-image {
    background-image: url(/wp-content/uploads/2026/07/header_movil.jpg); 
    }
}

.indent-1 {
    margin-left: 30px;
}

.indent-2 {
    margin-left: 60px;
}

.indent-3 {
    margin-left: 90px;
}

.margin-top-button {
    padding-top: 60px;
    padding-bottom: 20px;
}



.espacing_text {
    word-spacing: 5px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    padding-top: 37px;
}

.row-3-space {
    justify-content: center;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 200px);
    flex-wrap: nowrap;
    gap: 110px;
    padding: 60px 0px 0px 0px;
}

.slider-button {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: var(--site-accent-color);
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 3.8125rem !important;
}

.slider-button:hover {
    color: #A8A9A9 !important;
}

.slider-button:focus {
    color: #A8A9A9 !important;
}

.parrafo-grey-center {
    font-size: 24px;
    border: 2px solid;
    height: 280px;
    width: 72% !important;
    background-color: #A8A9A9 !important;
    color: white;
    display: grid;
    align-content: center;
    text-align: justify;
    padding: 0px 90px 0px 90px;
}

.fondo-grey {
    background-color: #A8A9A9;
    height: 600px;
    align-content: center;
}

.fondo-grey-2 {
    background-color: #A8A9A9;
    height: auto;
    align-content: center;
}

.bloque-center {
    text-align: -webkit-center !important;
    text-align: -moz-center !important;

}

.container-body-contact {
    width: 70%;
    text-align: left;
}

.container-parrafo {
    padding: 0px 50px 0px 50px
}

.title-contact-2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--site-heading-color);
}

.parraf-contact {
    font-weight: 600;
    font-size: 40px;
    color: var(--site-text-color);
}

.parraf-contact-1 {
    font-style: oblique;
    color: var(--site-text-color);
    font-size: 25px;

}


/* Estilo para cada fila del formulario */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

/* Estilo para inputs dentro de una fila */
.form-row .text-form {
    flex: 1;
    margin-right: 10px;
}

/* Asegúrate de que el último elemento de cada fila no tenga margen derecha */
.form-row .text-form:last-child {
    margin-right: 0;
}

/* Estilo para el botón de enviar */
.enviar-form {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

/*WOOCOMERCE*/



ul.products .product .product-item {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 300px;
    text-align: -moz-center;
  text-align: -webkit-center;
}

ul.products .product .product-item .product-item__thumbnail {
    position: relative;
    overflow: hidden;
    height: auto;
    width: auto;
}
.product_type_simple {
    border-radius: 0px 0px 50px 50px;
}

.product-item__thumbnail-placeholder {
    min-height: 100%;
    min-width: 100%;
    border: solid 0px !important;
    overflow: hidden;
}

.posted_in {
    text-align-last: center;
    font-size: 40px;
    font-weight: 700 !important;
}

ul.products .product .product-item .product-item__description {
    position: relative;
    top: -33px;
    margin-top: 0px;
}

ul.products .product .product-item .woocommerce-loop-product__title {
    font-family: var(--site-main-font);
    color: #A8A9A9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    height: 100px;
    text-transform: uppercase;
}

ul.products .product .product-item .product-item__description .product-item__description--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: auto;
    height: auto;
    padding: 0px;
}
.contact_text_p{
    font-size: 20px;
  font-weight: 500 !important;
  color: var(--dropdown-text-color) !important;

}




ul.products .product .product-item .woocommerce-loop-product__title {
	display: grid;
    align-content: center;
    font-family: var(--site-main-font);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

ul.products {
    list-style: none;
    padding: 0px 50px 0px 50px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    place-content: center;
}

.site-content a:not(.button) {
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    color: #A8A9A9;
    text-align: justify;
    font-size: 18px;
    min-height: 234px;
}

.featured-product {
    border-radius: 45px 45px 45px 45px;
    position: relative;
    background-color: rgb(156, 156, 156);
    overflow: hidden;
    height: 390px;
    width: 280px;
    text-align: -webkit-center;
    text-align: -moz-center;
}


.featured-product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.featured-description {
    position: relative;
    text-align: center;
    top: -120px;
    width: 65%;
}

.featured-category {
    font-size: 65px;
    color: white;
    font-weight: 700;
}

.featured-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-product-title {
    font-size: 25px !important;
    font-weight: 200;
    margin-bottom: 0px;
    color:white!important

}

.container-title {
    align-content: center;
    height: 81px;
}

ul.products .product .product-item .product-item__description .product-item__description--info .info-left {
    display: block;
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-bottom: 0px;
}






/******************************RESPONSIVES**********************************/

.clas_header_mov{
    max-width: 20%;
    padding: 1% 3% 1% 3%;
}
.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component .component-target {
    position: relative;
    display: block;
    text-align: right;
    margin: 0 auto;
    padding: 0px 20px 0px 0px;
}
.header-mobiles-wrapper .header-handheld-header-bar .header-handheld__inner .handheld_component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 1.2rem 0;
    line-height: 1;
    border-left: 0px;
}

#mobile-menu-items {
    position: fixed;
    /* Fijo en la ventana */
    top: 0;
    right: -100%;
    /* Oculto fuera de la pantalla */
    width: 250px;
    /* Ajusta según necesites */
    height: 100%;
    background-color: #fff;
    /* Ajusta según tu diseño */
    transition: right 0.3s ease-in-out;
    /* Animación suave */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    /* Sombra opcional */
    z-index: 1000;
    /* Asegúrate de que esté encima de otros elementos */
}

#mobile-menu-items.active {
    right: 0;
    /* Muestra el menú */
}

.responsive-only {
    display: none;
}

.responsive-none {
    display: grid;
}

.text-medium {
    font-size: 20px;
}

.products-category {
    width: 100%;
    align-items: center;
    color: var(--site-accent-color);
}
.button, button, input[type=submit] {
    background-color: var(--site-text-color);
}
.posted_in_cart{
    text-align-last: center;
  font-size: 54px;
  font-weight: 800 !important;
}


@media (max-width: 768px) {
    .responsive-none {
        display: none;
    }

    .responsive-only {
        display: block;
    }

    .text-button,
    a {
        font-size: 14px;
        font-weight: 800;
        color: var(--site-heading-color);
    }

    ul {
        list-style-type: none;
        padding-left: 0;
        /* Opcional: para eliminar el padding izquierdo */
        line-height: 2.5rem;
    }

    .container-header-content {
        position: relative;
        margin-left: 0px;
        top: 5px;
    }

    .text-header-dinamico,
    .h2 {
        position: relative;
        font-size: 32px;
        left: 23px;
        float: left;

    }

    .wp-block-buttons {
        text-align: center;
    }

    .container-body {
        width: 100%;
        padding: 0px 10px 0px 10px;
    }

    .h1,
    h1 {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 0;
        margin-bottom: 1.25rem;
        color: var(--kitify-body-color) !important;
        font-weight: 600;
    }

    

    .subtitulo {
        text-align: -webkit-center;
        position: relative;
        top: -9px;
        font-size: 16px;
        font-weight: 200;
        color: var(--site-text-color);
        text-align-last: center;
        letter-spacing: 0px;
    }




    .row-3 {
        justify-items: center;
        grid-template-columns: repeat(auto-fit, 350px);
        flex-wrap: nowrap;
        gap: 15px;
        padding: 10px 0px 0px 0px;
    }

    .wp-block-buttons.is-content-justification-left {
        justify-content: center;
    }

    .h1,
    h1 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 1.25rem;
        color: #FFF !important;
        font-weight: 800;
    }

    .box {
        background-position: center center;
        width: 194px;
        height: 160px;
        overflow: hidden;
        position: absolute;
        transition: all 0.5s ease;
        background-size: cover;
    }

    .move-to-position1-from-right {
        transform: translateX(180px);
        z-index: 1;
        height: 130px;
        width: 155px;
    }

    .move-to-position2-from-right {
        transform: translateX(0px) scale(1.5);
        z-index: 2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        width: 45%;
        height: 130px;
    }

    .move-to-position3-from-right {
        transform: translateX(-180px);
        z-index: 1;
        height: 130px;
        width: 45%;
    }

    .cards__container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 15rem;
    }

    .parrafo,
    p {
        padding: 0px 10px 0px 10px;
        font-size: 16px;
        font-weight: 500;
    }


    .is-style-wide {
        position: relative;
        border: 1.6px solid;
        color: var(--site-accent-color);
        width: 85%;
        height: 0px;
        top: 12px;
        margin-right: 9px;
        margin-bottom: 0px;
    }



    .is-style-wide-left-90 {
        position: relative;
        border: 1.6px solid;
        color: var(--site-accent-color);
        width: 85%;
        height: 0px;
        top: 12px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .wp-block-columns-frase {
        width: 60%;
        align-items: normal !important;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap !important;
    }
    .posted_in_cart {
        text-align-last: center;
        font-size: 54px;
        font-weight: 800 !important;
        color: var(--site-bg-color) ;
      }
    .posted_in_cart:hover {
        text-align-last: center;
        font-size: 54px;
        font-weight: 800 !important;
        color: var(--site-accent-color) ;
        transition-duration: 0.5s;
      }

    .frase {
        border-left: 0px;
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        color: var(--site-accent-color);
        font-style: oblique;
        padding: 0px 0px 0px 0px;
    }

    .resaltado_2 {
        padding: 0px 0px 20px 0px !important;
        font-size: 14px;
        font-weight: 600;
    }

    .text-medium {
        padding: 0px;
        text-align: justify;
        font-size: 12px;
    }

 

    .h3,
    h3 {
        line-height: 30px;
        font-size: 13px;
        margin-top: -14px;
        margin-bottom: -2px;
        color: var(--site-header-text-color);
    }

    .h2,
    h2 {
        line-height: 1.8rem !important;
        font-family: inherit;
        font-style: normal;
        font-size: 20px;
        font-weight: 800;
        text-rendering: optimizeLegibility;
    }


    .text-button, a {
        font-size: 14px;
        font-weight: 400;
       
      }
    .contact-list li .fas.fa-phone {
        font-size: 20px;
        color: var(--site-heading-color);
    }

    .contact-list li .fas.fa-map-marker-alt {
        font-size: 20px;
        color: var(--site-heading-color);
    }

    .parrafos_default p {
        padding: 0px 20px 18px 30px;
        line-height: 1.5rem;
        font-size: 14px !important;
        font-weight: 400;
        color: var(--site-text-color);
        padding-left: 10px;
        text-align: center;
    }

    .contenedor_gris {
        position: relative;
        right: 20px;
        height: 110px;
        transform: skewX(15deg);

    }

    .text-align-right {
        padding: 0px 30px 0px 30px;
        text-align: center;
        color: #fff !important;
        transform: skewX(-15deg);
        font-size: 14px;
    }

    .featured-product {
        border-radius: 45px 45px 45px 45px;
        position: relative;
        background-color: rgb(156, 156, 156);
        overflow: hidden;
        height: 300px;
        width: 200px;
        text-align: -webkit-center;
    }

    .featured-category {
        font-size: 45px;
        color: white;
        font-weight: 700;
    }

    .featured-description {
        top: -120px;
        width: 83%;
    }

    .container-title {
        align-content: center;
        height: 50px;
    }

    .featured-product-title {
        font-size: 19px !important;
    }



    .parrafo-responsive {
        text-align: justify;
        font-size: 12px !important;
        padding: 0px 10px 0px 10px !important;
    }



    .mark,
    mark {
        font-size: 23px;
        color: #ffff;
        background-color: transparent;
    }

    .prev-button,
    .next-button {
        position: absolute;
        top: 16%;
        background: transparent;
        border: none;
        font-size: 50px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .header-background-image-lang-responsive {
        align-content: center;
        text-align: center;
        min-width: 100%;
        min-height: 200px;
        background-image: var(--imagen-header-backgroud);
        background-size: cover;
        /* Ajusta el tamaño de la imagen para cubrir completamente el contenedor */
        background-position: left;
        /* Centra la imagen */
        background-repeat: no-repeat;
        /* Evita que la imagen se repita */
    }

    ul.products {
        list-style: none;
        padding: 0px 50px 0px 50px;
        margin: 0px;
        gap: 10px;
    }

    ul.products .product .product-item {
        height: auto;
        width: 200px;
    }

    .posted_in {
        font-size: 30px;
    }

    ul.products .product .product-item .product-item__description .product-item__description--info {
        height: auto;

    }

    ul.products .product .product-item .woocommerce-loop-product__title {
        font-size: 23px;
    }

    .woocommerce-product-details__short-description {
        line-height: 26px;
        color: #A8A9A9;
        font-size: 16px;
    }

    .text {
        font-size: 22px;
        font-weight: 800;
        line-height: 10px;
        margin-top: 0;
        margin-bottom: 0px;
        color: var(--site-header-text-color);
    }

    .parrafo_inclinado {
        position: relative;
        left: 0px;
        align-content: center;
        font-weight: 600;
        line-height: 1.8rem;
    }

    .indent-1 {
        margin-left: 0px;
    }

    .indent-2 {
        margin-left: 0px;
    }

    .indent-3 {
        margin-left: 0px;
    }

    .margin-top-button {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .espacing_text {
        word-spacing: 0px;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
    }

    .espacing_text {
        padding-top: 0px;
        word-spacing: 0px;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
    }

    .parrafo-grey-center {
        font-size: 14px;
        height: 230px;
        width: 100% !important;
        text-align: center;
        padding: 0px 30px 0px 30px;
    }

    .galery-container {
        padding: 0px 20px 0px 20px !important;
    }
    .h5, h5 {
        font-size: 19px;
    }
    .container-parrafo {
        padding: 30px 20px 0px 20px;
    }
    .parrafo_black {
        text-align: justify;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        font-weight: 400;
        color: #000 !important;
    }
    .parrafo_black {
    text-align: justify;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
}
.header-text-white {
    position: relative;
    top: 0px;
    font-size: 40px;
    font-weight: 600;
    color: var(--site-header-text-color);
}

.subtitulo-white {
    font-weight: 700;
    font-size: 20px;
    text-align: -webkit-center;
    text-align: -moz-center;

}
.parraf-contact {
    font-weight: 600;
    font-size: 17px;
    color: white;
}
.single-product .product .cart .woocommerce-product-details__add-to-cart {
    display: block;
    text-align: -webkit-center;

}
.contenedor_gris_right {
    padding: 0px 15px 0px 15px;
    position: relative;
    width: 100%;
    right: 0%;
    overflow: hidden;
    background-color: var(--site-text-color);
}
.contact-center{
    text-align: -moz-center;
    text-align: -webkit-center;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    position: relative;
  }

  .contact_text_p {
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--dropdown-text-color) !important;
    text-align: left !important;
  }
  .contact-list-page li .fas.fa-phone {
    font-size: 18px;
    color: var(--site-heading-color);
  }
  .contact-list-page li .fas.fa-map-marker-alt {
    font-size: 18px;
    color: var(--site-heading-color);
  }

}

/****************************************************************/
/****************************************************************/

/*Morita*/

/* Configuración básica */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Fondo de la sección */
.hero-section {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 40px 0px;
}

.hero-content {
  max-width: 1100px;
  width: 100%;
}

/* Grid de beneficios */
.features-grid-sl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  color: #ffffff;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  font-size: 2rem;
  color: #ffffff;
}

.feature-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.feature-text span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #f0f0f0;
}

.feature-text strong {
  font-size: 1.15rem;
  font-weight: 700;
}

/* Adaptación Responsive (Móviles) */
@media (max-width: 768px) {
  .features-grid-sl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}


.feature-icon {
  width: 32px;        /* Ajusta el ancho según tus imágenes */
  height: 32px;       /* Ajusta la altura según tus imágenes */
  object-fit: contain;
}

/* Fuente recomendada */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,600;1,700&display=swap');

.features-section {
  background-color: #FAF8F5; /* Fondo claro crema/gris de la imagen */
  padding: 50px 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

/* Título principal con itálica sutil */
.features-title {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  color: #1a1a1a;
  margin-bottom: 40px;
}

/* Contenedor flexible de los 6 ítems */
.features-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Cada columna de icono + texto */
.feature-item {
  display: flex;
  flex-direction: initial;
  align-items: center;
  width: 150px; /* Ancho fijo para mantener simetría */
}

/* Contenedor para normalizar el tamaño del icono */
.icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Texto verde en mayúsculas */
.feature-label {
  color: #6b8227; /* Verde oliva de la imagen */
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

/* Adaptación para pantallas pequeñas */
@media (max-width: 768px) {
  .features-grid {
    gap: 25px 15px;
  }
  
  .feature-item {
    width: 45%; /* En celulares se ponen 2 columnas por fila */
  }

  .features-title {
    font-size: 1.6rem;
  }
}


/* SLIDER SIMPLE

/* Envoltorio principal que fuerza el 100% de la pantalla */
.slider-wrapper {
  width: 100vw; /* 100% del ancho del visor (Viewport Width) */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Contenedor del Slider con ALTURA FIJA */
.slider-container {
  position: relative;
  width: 100%;
  height: 400px; /* <--- AQUÍ defines la altura fija que deseas */
  overflow: hidden;
}

/* Tira deslizante */
.slider {
  display: flex;
  width: 400%; /* 100% por cada una de las 4 diapositivas */
  height: 100%;
  animation: slideAnimation 12s infinite ease-in-out;
}

/* Cada diapositiva */
.slide {
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
}

/* Estilo de las imágenes: ocupan 100% del ancho y la altura fija */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Recorta la imagen a lo ancho/alto sin deformarla */
  object-position: center; /* Mantiene el centro de la imagen visible */
  display: block;
}

/* --- INDICADORES (PUNTOS) --- */
.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* --- ANIMACIÓN DE DESPLAZAMIENTO --- */
@keyframes slideAnimation {
  0%, 25% { transform: translateX(0%); }
  33%, 58% { transform: translateX(-25%); }
  66%, 91% { transform: translateX(-50%); }
  100% { transform: translateX(-75%); }
}

/* --- ANIMACIÓN DE LOS PUNTOS --- */
.dot.d1 { animation: activeDot1 12s infinite; }
.dot.d2 { animation: activeDot2 12s infinite; }
.dot.d3 { animation: activeDot3 12s infinite; }

@keyframes activeDot1 {
  0%, 25% { background-color: #d4e157; transform: scale(1.2); }
  33%, 100% { background-color: rgba(255, 255, 255, 0.5); transform: scale(1); }
}

@keyframes activeDot2 {
  0%, 25% { background-color: rgba(255, 255, 255, 0.5); transform: scale(1); }
  33%, 58% { background-color: #d4e157; transform: scale(1.2); }
  66%, 100% { background-color: rgba(255, 255, 255, 0.5); transform: scale(1); }
}

@keyframes activeDot3 {
  0%, 58% { background-color: rgba(255, 255, 255, 0.5); transform: scale(1); }
  66%, 91% { background-color: #d4e157; transform: scale(1.2); }
  100% { background-color: rgba(255, 255, 255, 0.5); transform: scale(1); }
}

/* --- TEXTO DEBAJO --- */
.slider-caption {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
  color: #333;
  margin-top: 12px;
}



/* AMENIDADES

/* --- CONFIGURACIÓN GENERAL --- */
.amenidades-section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  color: #1b1b1b;
  margin-bottom: 30px;
}

/* --- BLOQUE 1: CARRUSEL DE TARJETAS --- */
.cards-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}

.cards-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth; /* Permite desplazamiento suave por JS */
  padding: 10px 0;
  width: 100%;
  
  /* Desactiva la barra de scroll visual manteniendo la funcionalidad */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge */
}

.cards-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Tarjeta individual */
.card {
  position: relative;
  width: 170px;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0; /* Impide que las tarjetas se deformen o encojan */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Capa inferior oscura con icono y texto sobre la imagen */
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  padding: 15px 10px 10px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  box-sizing: border-box;
}

.card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.card-overlay span {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

/* Flechas de navegación */
.nav-arrow {
  background: transparent;
  border: none;
  color: #d4e157; /* Color amarillo/verde de tu diseño */
  font-size: 2rem;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
  user-select: none; /* Evita seleccionar texto al hacer clic rápido repetidamente */
  -webkit-user-select: none;
  transition: color 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.nav-arrow:hover {
  color: #9e9d24;
  transform: scale(1.15);
}

.nav-arrow:focus {
  outline: none;
}


/* --- BLOQUE 2: BANNER DE UBICACIÓN --- */
.ubicacion-banner {
  background-color: #111a1d; /* Fondo oscuro del diseño */
  border-radius: 4px;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #ffffff;
  box-sizing: border-box;
}

/* Lado Izquierdo - Mapa */
.map-container {
  flex: 1;
  max-width: 450px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.map-container a {
  text-decoration: none;
  display: block;
}

.map-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Ajuste específico para el iframe del mapa en WordPress */
.map-container iframe {
  width: 100% !important;
  height: 220px !important;
  display: block;
  border: 0;
}

.map-overlay-text {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  pointer-events: none;
}

/* Lado Derecho - Texto e Íconos */
.ubicacion-info {
  flex: 1;
  padding-left: 20px;
}

.ubicacion-info h3 {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.ubicacion-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ubicacion-info li {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e0e0e0;
}

/* Icono Check Naranja/Dorado */
.check-icon {
  color: #ff9800;
  font-weight: bold;
  font-size: 1.2rem;
  font-style: normal;
}


/* --- RESPONSIVE (MÓVILES Y TABLETS) --- */
@media (max-width: 768px) {
  .ubicacion-banner {
    flex-direction: column;
    padding: 20px;
  }

  .map-container, .ubicacion-info {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .ubicacion-info h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 15px;
  }
}





/* LOTES */

/* Seccion principal con fondo beige claro */
.lotes-disponibles-section {
  background-color: #ebe7dd; /* Color de fondo beige exacto del diseño */
  padding: 60px 20px;
  width: 100%;
}

/* Contenedor centralizado */
.lotes-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Columna Izquierda */
.lotes-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra el título y botones en su columna */
  text-align: center;
}

.lotes-title {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Apilamiento de Botones */
.lotes-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 320px; /* Ancho uniforme para ambos botones */
}

/* Ajuste estructural para la clase de tu botón existente */
.lotes-buttons .wp-block-button.button-primary {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}

/* Columna Derecha - Imagen */
.lotes-image {
  flex: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lotes-image img {
  width: 100%;
  max-width: 650px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Responsive para dispositivos móviles y tablets */
@media (max-width: 850px) {
  .lotes-container {
    flex-direction: column;
    gap: 30px;
  }

  .lotes-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .lotes-image {
    width: 100%;
  }
}


/* INVIERTE HOY  */

/* Sección principal con imagen de fondo */
.inversion-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  background-image: url('/wp-content/uploads/2026/07/fondoinviertehoy.jpg'); /* Tu imagen de fondo de bosque/río */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Capa de oscurecimiento para asegurar contraste de texto e iconos */
.inversion-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Oscurece el fondo un 40% */
  z-index: 1;
}

/* Contenedor relativo para posicionarse sobre el overlay */
.inversion-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

/* Título en estilo manuscrito / cursiva */
.inversion-title {
  font-family: 'Dancing Script', 'Brush Script MT', 'Great Vibes', cursive;
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

/* Grid contenedor de las 5 tarjetas */
.inversion-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* Para ajustarse bien en tablets y móviles */
}

/* Estilo individual de las tarjetas blancas */
.inversion-card {
  background-color: #ffffff;
  width: 160px;
  height: 160px;
  border-radius: 18px; /* Bordes redondeados gruesos */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.inversion-card:hover {
  transform: translateY(-5px);
}

/* Iconos de imágenes */
.card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* Caso especial: Icono con texto tipo signo $ */
.card-icon-text {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #111111;
  line-height: 1;
  margin-bottom: 2px;
}

/* Etiqueta pequeña (Ej: Desde, Tamaño) */
.card-label {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 2px;
}

/* Valor destacado grande (Ej: $20.000, 1.000 m²) */
.card-value {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.1;
}

/* Texto de 2 líneas sin etiqueta previa (Ej: FINANCIAMIENTO DIRECTO) */
.card-value-only {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.3px;
}

/* --- RESPONSIVE EN MÓVILES --- */
@media (max-width: 768px) {
  .inversion-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .inversion-card {
    width: 140px;
    height: 140px;
    padding: 10px;
  }

  .card-icon {
    width: 38px;
    height: 38px;
  }

  .card-icon-text {
    font-size: 2.3rem;
  }

  .card-value {
    font-size: 1rem;
  }

  .card-value-only {
    font-size: 0.75rem;
  }
}

/* FORMULARIO AGENDA */
/* Sección contenedora con fondo claro */
.agenda-visita-section {
  background-color: #f4f4f4; /* Fondo gris/blanco claro de la imagen */
  padding: 60px 20px;
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Layout en 2 columnas */
.agenda-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* --- COLUMNA IZQUIERDA (FORMULARIO) --- */
.agenda-content {
  flex: 1;
  max-width: 500px;
}

.agenda-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.agenda-subtitle {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 25px;
  font-weight: 400;
}

/* Campos de entrada (Inputs) */
.agenda-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group input {
  width: 100%;
  padding: 14px 20px;
  font-size: 0.95rem;
  border: 1px solid #b0b0b0;
  border-radius: 12px; /* Bordes suavemente redondeados */
  background-color: #f9f9f9;
  color: #333333;
  outline: none;
  transition: border-color 0.2s, background-color 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-group input::placeholder {
  color: #777777;
}

.form-group input:focus {
  border-color: #888888;
  background-color: #ffffff;
}

/* Contenedor del botón alineado a la derecha */
.form-button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* Estilo responsivo para la integración de tu clase de botón */
.form-button-container .wp-block-button.button-primary {
  cursor: pointer;
  border: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* --- COLUMNA DERECHA (IMAGEN) --- */
.agenda-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.agenda-image img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: block;
  object-fit: cover;
}

/* --- ADAPTACIÓN RESPONSIVE (CELULARES Y TABLETS) --- */
@media (max-width: 850px) {
  .agenda-container {
    flex-direction: column;
    gap: 30px;
  }

  .agenda-content {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .form-button-container {
    justify-content: center; /* En móviles centra el botón */
  }

  .agenda-image img {
    max-width: 100%;
  }
}



/* FOOTER  */
/* Reset básico para el Footer */
.site-footer {
  width: 100%;
  font-family: system-ui, -apple-system, sans-serif;
  color: #ffffff;
}

/* --- PARTE SUPERIOR (FONDO VERDE OSCURO) --- */
.footer-top {
  background-color: var(--kitify-body-color); /* Verde oscuro del diseño */
  padding: 50px 20px 40px 20px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

  gap: 30px;
}

/* Estilos de cada Columna */
.footer-col {
  flex: 1;
}

.footer-col h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-col p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #e0e0e0;
}

.footer-col a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-col a:hover {
  opacity: 0.8;
}

/* Columna 1: Logo */
.footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}

/* Columna 3: Lista de Enlaces */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  font-size: 0.9rem;
  color: #ffffff;
}

/* Columna 4: Mapa */
.footer-map a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  max-width: 220px;
}

.footer-map img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.footer-map span {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}


/* --- PARTE INFERIOR (FRANJA VERDE LIMA) --- */
.footer-bottom {
  background-color: #97A62C; /* Verde lima / amarillo del diseño */
  padding: 16px 20px;
  color: #ffffff;
}

.footer-bottom-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-bottom p {
  margin: 0;
}

.legal-links {
  display: flex;
  gap: 30px;
}

.legal-links a {
  color: #ffffff;
  text-decoration: none;
}

.legal-links a:hover {
  text-decoration: underline;
}


/* --- RESPONSIVE (MÓVILES Y TABLETS) --- */
@media (max-width: 850px) {
  .footer-container {
    flex-direction: column;
    gap: 35px;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-map a {
    margin: 0 auto;
  }

  .footer-bottom-container {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .legal-links {
    flex-direction: column;
    gap: 8px;
  }
}

/* desplazamineto menu */


/* Activa el desplazamiento fluido en toda la página */
html {
  scroll-behavior: smooth;
}




