.site-inner {
    padding: 0 !important;
    width: 100% !important;
    max-width: unset !important;
    margin: 0 !important;
}

.content {
    width: 100% !important;
    float: unset !important;
}

.text-center {
    text-align: center;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner.bg-image {
    display: grid;
    place-content: center;
    padding: 0 15px;
}

.banner.bg-image.metodo {
    min-height: 300px;
    position: relative;
}

section.metodo.text-center.house-deco::after,
.banner.bg-image.metodo::after {
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    position: absolute;
    background-image: url('https://cesiral.desarrollocrokis.com/wp-content/uploads/2026/07/Grupo-27.svg');
    bottom: 0;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center;
}

section.especialidades.text-center {
    display: grid;
    gap: 3rem;
    padding: 2rem 15px 3rem;
}

section.list.especialidad {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    place-items: start center;
    text-align: center;
    place-content: space-evenly;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

section.list.especialidad article.post {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: start;
    gap: 1.3rem;
}

section.list.especialidad article.post .image {
    max-width: 138px;
    width: 100%;
    height: 138px;
    display: grid;
    place-content: center;
    place-items: center;
    border-radius: 3rem;
}

section.map p,
section.list.especialidad article.post h3 {
    margin: 0;
}

section.list.especialidad article.post h3 {
    color: var(--title);
}

section.list.especialidad article.post:nth-child(4n + 1) .image {
    background-color: var(--especialidad-first-image);
}

section.list.especialidad article.post:nth-child(4n + 2) .image {
    background-color: var(--especialidad-second-image);
}

section.list.especialidad article.post:nth-child(4n + 3) .image {
    background-color: var(--especialidad-third-image);
}

section.list.especialidad article.post:nth-child(4n + 4) .image {
    background-color: var(--especialidad-fourth-image);
}

section .intro h2 {
    font-size: 32px;
    margin: 0;
    color: var(--title);
    text-wrap: balance;
    margin: 0 0 10px;
}

section > .content-container .content p {
    margin: 0;
    color: var(--p-color);
    text-wrap: balance;
    font-size: 16px;
}

section > .content-container .content p strong {
    font-size: 18px;
}

section.metodos {
    background-color: var(--first-menu-bar);
    display: grid;
    gap: 0rem;
    padding: 2rem 15px 3rem;
}

section.list.metodo {
    display: grid;
    grid-template-columns: repeat(5, 205px);
    gap: 3rem;
    max-width: 1280px;
    margin: auto;
    width: 100%;
    place-content: center;
}

section.metodos h2, section.metodos h3 {
    color: var(--title);
    font-weight: 700;
}

.potencial h2,
section.metodos h2 {
    font-size: 35px;
}

.potencial h2 {
    font-weight: 800 !important;
}

section.metodos h3 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 20px;
    border-bottom: solid 1px var(--white);
}

section.metodos p {
    color: var(--p-color);
    margin: 0;
    font-size: 16px;
    padding: 1rem 0 0;
    filter: drop-shadow(0 0 0 var(--p-color));
}

section.metodos span.number {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    color: var(--white);
    filter: drop-shadow(0px 0px 0px var(--white));
}

.potencial h2 {
    color: var(--title);
}

.potencial h3 {
    color: var(--first-menu-bar);
    font-size: 22px;
    font-weight: 800;
    filter: drop-shadow(0px 0px 0px var(--first-menu-bar));
}

.potencial article h3 {
    font-size: 25px;
}

.potencial h2,
.potencial .intro p:not(:last-of-type) {
    margin: 0;
}

.potencial.list article p,
.potencial .intro p {
    font-size: 16px;
}

.potencial.list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(190px, 1fr);
    color: var(--black);
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 2rem;
    gap: 1.5rem;
}

section.potencial {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 2rem 15px;
}

section.potencial .intro p {
    color: var(--p-color);
    margin: 0 0 40px;
}

.informe.banner a,
section.potencial a {
    text-decoration: none;
    color: var(--white);
    background-color: var(--button-bg);
    padding: 5px 25px;
    border-radius: 3rem;
    text-align: center;
    display: block;
    width: auto;
    max-width: max-content;
    margin: auto;
}

.potencial.list * {
    margin: 0;
    color: var(--white);
    filter: drop-shadow(0 0 0 var(--white));
}

.potencial.list article {
    display: grid;
    gap: 1rem;
    padding: 20px;
    place-items: start;
    place-content: start;
}

.potencial.list article:nth-of-type(1) {
    background-color: var(--especialidad-second-image);
}

.potencial.list article:nth-of-type(2) {
    background-color: var(--especialidad-first-image);
}

.potencial.list article:nth-of-type(3) {
    background-color: var(--especialidad-fourth-image);
}


section.map, section.map iframe {
    height: 380px;
}

section.contacto.text-center {
    max-width: 1030px;
    margin: auto;
    padding: 2rem 15px;
}

section.normativa .intro.text-center hr {
    color: var(--white);
}

section.contacto hr {
    color: var(--hr);
    margin: 2rem auto 3rem;
}

section.contacto p, section.contacto strong {
    font-size: 24px;
    color: var(--title);
}

.contact-info {
    max-width: 1030px;
    margin: auto;
    width: 100%;
    padding: 4rem 15px;
    border-top: solid 1px var(--hr);
}

.contact-info p, .contact-info a {
    margin: 0 0 10px;
    color: var(--title);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#gform_fields_1 input {
    border-radius: 3rem !important;
}

#gform_fields_1 textarea,
#gform_fields_1 input {
    border-color: var(--especialidad-second-image);
}

#field_1_7 {
    display: grid !important;
    grid-template-columns: 1fr 9fr !important;
    place-content: start center !important;
    place-items: start stretch !important;
    gap: 1rem;
}

#gform_fields_1 textarea {
    resize: vertical !important;
    border-radius: 1rem !important;
}

.gform-footer.gform_footer.top_label {
    place-content: end !important;
    display: block !important;
    text-align: right !important;
    height: 40px !important;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 {
    width: 267px !important;
    background-color: var(--button-bg) !important;
    border-radius: 3rem !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'Manrope', sans-serif;
}

#gform_fields_1 > .gfield:not(:last-of-type) {
    display: grid !important;
    grid-template-columns: 1fr 4fr !important;
    gap: 1rem !important;
}

.gform_required_legend,
#gform_fields_1 > .gfield p:empty {
    display: none !important;
}

label.gfield_label.gform-field-label {
    display: flex !important;
    flex-flow: row !important;
    text-align: left !important;
    font-size: 16px;
    justify-content: start;
    gap: 3px;
    align-items: center;
    width: fit-content;
    font-weight: 500 !important;
    font-family: 'Manrope', sans-serif !important;
    color: var(--p-color) !important;
}


/* GESTION */

section.gestion:not(.list) {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

section.gestion:not(.list) > .content {
    padding: 2rem 0 4rem;
}

section.gestion:not(.list) > .content p {
    font-size: 24px;
    font-weight: 500;
    color: var(--title);
    margin: 0;
    text-wrap: balance;
}

section.list.gestion {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
    place-content: center;
    place-items: start center;
    gap: 85px;
    padding: 3rem 0 0;
}

section.list.gestion article {
    display: grid;
    place-items: stretch;
    place-content: stretch;
    grid-template-rows: 72px auto auto;
    gap: 10px;
}

section.list.gestion article .image {
    order: 1;
    display: grid;
    place-content: center;
    height: 100%;
    padding: 0 0 20px;
}

section.list.gestion article h2 {
    order: 2;
    color: var(--title);
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 20px;
    border-bottom: solid 1px var(--hr);
}

section.list.gestion article .content {
    order: 3;
    padding: 0 0 10px;
}

section.list.gestion article .content p {
    color: var(--p-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.after-content.content {
    display: grid;
    place-content: center;
    padding: 4rem 15px 3rem;
}

.after-content.content a {
    border-radius: 3rem;
    background-color: var(--button-bg);
    color: var(--white);
    font-size: 16px;
    padding: 5px 15px;
    text-decoration: none;
    width: 267px;
    display: block;
}

section.metodo.text-center.house-deco {
    padding: 2rem 15px 6rem;
    position: relative;
}

section.metodo.text-center.house-deco > .content {
    padding: 0 0 20px;
}

section.metodo.text-center.house-deco > .content p {
    font-size: 24px;
    font-weight: 500;
}

section.list.estructura {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: repeat(2, 189px);
    text-align: left;
    gap: 25px;
    place-content: center;
    place-items: center;
    margin: auto;
    max-width: 1280px;
}

section.list.estructura article {
    color: var(--white);
    padding: 20px;
    height: 100%;
}

section.list.estructura article * {
    filter: drop-shadow(0 0 0 var(--white));
}

section.list.estructura article h2 {
    color: var(--white);
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 25px;
}

section.list.estructura article p {
    color: var(--white);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

section.list.estructura article:nth-of-type(5),
section.list.estructura article:nth-of-type(1) {
    background-color: var(--especialidad-second-image);
}

section.list.estructura article:nth-of-type(6),
section.list.estructura article:nth-of-type(2) {
    background-color: var(--first-menu-bar);
}

section.list.estructura article:nth-of-type(4),
section.list.estructura article:nth-of-type(3) {
    background-color: var(--third-menu-bar);
}

section.normativa {
    background-color: var(--hr);
    color: var(--title);
}

section.normativa .intro.text-center {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 2rem 15px 4rem;
}

section.normativa .intro.text-center p {
    font-size: 20px;
    text-wrap: balance;
    filter: drop-shadow(0 0 0 var(--title));
}

section.normativa .intro.text-center hr ~ p {
    font-size: 16px;
}

section.normativa h3 {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: solid 1px var(--white);
    font-weight: 700;
}

section.normativa article.normativa .content {
    padding: 15px 0 0;
}

section.normativa article.normativa p {
    color: var(--p-color);
    margin: 0;
    font-size: 16px;
    filter: drop-shadow(0 0 0 var(--p-color));
}

section.list.normativa {
    display: grid;
    grid-template-columns: repeat(4, 205px);
    gap: 3rem;
    max-width: 1280px;
    margin: auto;
    width: 100%;
    place-content: center;
    padding: 0 15px;
}

#treasure {
    background-color: var(--hr);
    color: var(--button-bg);
    padding: 2rem 15px 20px;
}

#treasure .intro h2 {
    font-size: 35px;
    font-weight: 800;
}

#treasure .intro p {
    font-size: 22px;
    filter: drop-shadow(0 0 0 var(--button-bg));
}

.list.treasure {
    display: grid;
    grid-template-columns: repeat(auto-fit, 180px);
    place-content: space-evenly;
    place-items: start center;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 2rem 0;
}

.list.treasure article {
    display: grid;
    gap: 2rem;
    place-content: start center;
    place-items: center;
    grid-template-rows: 78px auto;
}

.list.treasure article h3 {
    font-weight: 300;
    font-size: 25px;
}

span.proximamente {
    max-width: 267px;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 3rem;
    color: var(--white) !important;
    background-color: var(--button-bg);
    padding: 7px 25px;
}

.informe.banner {
    display: grid;
    gap: 2rem;
}

.informe.banner .banner {
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 0;
}

.informe.banner {
    z-index: 0;
    position: relative;
    background: linear-gradient(
        to bottom,
        var(--first-menu-bar) 0%,
        var(--first-menu-bar) 35%,
        transparent 35%,
        transparent 100%
    );
}

.informe.banner img {
    max-width: 544px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.informe.banner img:last-of-type {
    transform: translateY(95px);
    position: relative;
    z-index: -1;
}

section.textos {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 3rem 15px;
}

section.textos .content ul {
    padding: revert;
}

section.textos .content p,
section.textos .content h2,
section.textos .content h3,
section.textos .content h4,
section.textos .content ul {
    margin: 0 0 20px;
}

section.textos .content li {
    list-style-type: disc;
}

section.textos .content a:hover {
    font-weight: bolder;
}

section.textos .content li br {
    display: none;
}

section.textos .content p {
    font-size: 16px;
    color: var(--title);
}


section.textos .content h2 {
    font-size: 30px;
}

section.textos .content h3 {
    font-size: 26px;
}

section.textos .content h4 {
    font-size: 22px;
}



section.textos .content h2, 
section.textos .content h3, 
section.textos .content h4 {
    color: var(--title);
    font-weight: 700;
}



@media(max-width: 1250px) {
    section.list.metodo {
        grid-template-columns: repeat(3, 205px);
        gap: 2rem 3rem;
    }
}

@media(max-width: 1130px) {
    .informe.banner img:first-of-type {
        display: none;
    }

    .informe.banner img:last-of-type {
        transform: unset;
    }
}

@media(max-width: 1040px) {
    .potencial.list article br {
        display: none;
    }
}

@media(max-width: 1000px) {
    section.list.normativa {
        grid-template-columns: repeat(2, 320px);
    }
}

@media(max-width: 880px) {
    .potencial.list {
        grid-template-columns: repeat(2, 1fr);
    }

    .list.treasure {
        grid-template-columns: repeat(2, 280px);
        gap: 2rem 0;
    }
}

@media(max-width: 860px) {
    section.list.especialidad {
        grid-template-columns: repeat(2, 160px);
        place-content: center;
        gap: 3rem;
    }

    section.gestion:not(.list) br {
        display: none;
    }
}

@media(max-width: 740px) {
    section.list.metodo {
        grid-template-columns: repeat(2, 205px);
    }

    section.list.normativa {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 600px) {
    .list.treasure,
    .potencial.list {
        grid-template-columns: 1fr;
    }

    .potencial.list {
        grid-template-rows: unset;
    }
}


@media(max-width: 490px) {
    section.list.metodo {
        grid-template-columns: 1fr;
    }
    section.list.gestion {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 400px) {
    section.list.normativa,
    section.list.especialidad {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    section.list.especialidad article.post {
        gap: 1rem;
    }

}

