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

.site-inner .content {
    width: 100% !important;
}

body:not(.landing-page) .site-inner main.content {
    margin: 56px 0 0;
}

body.trabajos-page .site-inner main.content,
body.servicios-page .site-inner main.content {
    margin: 90px 0 0;
}

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

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

section.trabajos {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 295px);
    place-items: center;
    place-content: center;
    gap: 5px;
    padding: 0 15px 10rem;
}

section.trabajos a img,
section.trabajos a {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body .site-inner .banner.bg-image {
    min-height: 300px;
    display: grid;
    place-content: center;
    place-items: center;
    color: var(--white);
}

body .site-inner .banner.bg-image > * {
    position: relative;
    z-index: 4;
}

body .site-inner .banner.bg-image p {
    font-weight: 300;
}

body .site-inner .banner.bg-image a,
body .site-inner .banner.bg-image h2,
body .site-inner .banner.bg-image strong {
    font-weight: 700;
}

body .site-inner .banner.bg-image h2,
body .site-inner .banner.bg-image strong, 
body .site-inner .banner.bg-image p {
    font-size: 35px;
    margin: 0;
    line-height: 1.2;
}

body .site-inner .banner.bg-image a {
    color: var(--black);
    background-color: var(--white);
    padding: 15px 50px;
    border-radius: 3rem;
    font-size: 15px;
    text-decoration: none;
}

.contacto-page main.content p {
    font-size: 16px;
    margin: 0;
}

.contacto-page main.content a {
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
}

.contacto-page main.content {
    padding: 0 0 170px;
}

.contacto-page main.content p:first-of-type {
    font-size: 25px;
}

section.list {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    place-content: center;
    place-items: start center;
}

section.list h3 {
    letter-spacing: 3.52px;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

section.list article {
    display: grid;
    gap: 19px;
    place-items: center;
    place-content: center;
}


section.list.caracteristica {
    grid-template-columns: repeat(auto-fit, 300px);
}

section.list.servicio-ofertado {
    grid-template-columns: repeat(auto-fit, 255px);
    gap: 50px 58px;
    margin: 0 auto 3rem;
}

section.list.servicio-ofertado article h3 {
    font-weight: 900;
}

section.list.servicio-ofertado article p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

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

section p:has(>a) {
    margin: 0;
}

section.servicios a, section.caracteristicas a {
    background-color: var(--black);
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 40px;
    max-width: 219px;
    width: 100%;
    border-radius: 3rem;
    margin: auto;
    text-align: center;
    display: block;
    text-decoration: none;
}

section.caracteristicas h2 {
    font-size: 30px;
    font-weight: 300;
}

section.servicios.text-center {
    padding: 87px 0 54px;
    display: grid;
    gap: 2rem;
}

section.caracteristicas.text-center {
    padding: 35px 0 25px;
    display: grid;
    gap: 3rem;
}

/* DECORACIONES CON IMAGENES */
.banner.bg-image.reformas, .banner.bg-image.presupuesto {
    position: relative;
}


.banner.bg-image.presupuesto::before {
    background-image: url("https://novak.desarrollocrokis.com/wp-content/uploads/2026/07/Trazado-313@2x.png") !important;
    left: -1px !important;
    top: -30% !important;
    width: 302px !important;
    height: 273px !important;
}


body:not(.servicios-page):not(.contacto-page) .banner.bg-image.presupuesto::before, 
.banner.bg-image.reformas::after {
    content: " ";
    display: block;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner.bg-image.reformas::after {
    background-image: url("https://novak.desarrollocrokis.com/wp-content/uploads/2026/07/Trazado-315@2x.png");
    top: -20%;
    right: 0;
    width: 820px;
    height: 410px;
}

body:not(.servicios-page):not(.contacto-page) .banner.bg-image.presupuesto::before {
    top: -20%;
    right: 0;
    background-image: url("https://novak.desarrollocrokis.com/wp-content/uploads/2026/07/Trazado-315@2x.png");
    width: 820px;
    height: 410px;
}



section.clientes.text-center {
    background-color: var(--grey);
    color: var(--white);
    display: flex;
    gap: 4rem;
    flex-flow: column;
    padding: 33px 0 45px;
}

section.list.text-center.cliente {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15px 2rem;
    gap: 70px;
}

section.clientes.text-center article {
    grid-template-rows: 60px 1fr;
}

section.clientes.text-center article .content {
    padding: 1rem 0 0;
    border-top: solid 1px var(--white);
}

section.clientes.text-center h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 5.67px;
    margin: 0;
    text-transform: uppercase;
}

section.clientes.text-center article h3 {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 4.37px;
    margin: 0;
    text-transform: uppercase;
    max-width: 80%;
    text-wrap: balance;
}

section.clientes.text-center article p {
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    max-width: 65%;
    margin: auto;
    text-wrap: balance;
}

section.clientes.text-center a {
    color: var(--white);
    background-color: var(--grey);
    border: solid 1px var(--white);
    border-radius: 3rem;
    max-width: 400px;
    width: 100%;
    padding: 15px 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

section.mapa {
    height: 350px;
}

section.mapa iframe {
    filter: grayscale(1);
}

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

@media(max-width: 1230px) {
    section.list.caracteristica {
        grid-template-columns: repeat(2, 300px);
    }
}

@media(max-width: 1100px) {
    .banner.bg-image.reformas::after {
        top: 0;
        right: 0;
        background-image: url("https://novak.desarrollocrokis.com/wp-content/uploads/2026/07/Trazado-315@2x.png");
        width: 600px;
        height: 300px;
    }
}



@media(max-width: 1050px) {
    section.list.text-center.cliente {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    section.clientes.text-center article {
        grid-template-rows: unset;
    }
}


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

    .banner.bg-image.presupuesto::before {
        top: 0 !important;
        width: 330px !important;
        height: 300px !important;
    }

    section.trabajos {
        padding: 0 15px 5rem;
    }
}

@media(max-width: 680px) {
    section.trabajos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width: 630px) {
    section.list.caracteristica {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

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

@media(max-width: 400px) {
    section.list.servicio-ofertado {
        grid-template-columns: 1fr;
    }
}