@media screen and (max-width: 900px){
/*============ Section Nav ====================*/
.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 75px;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    background-color: var(--red-color);
    border-radius: 1rem;
}

.nav-toggle {
    width: 100%;
    display: flex;
    grid-column: 3 / 13;
    grid-row: 2 / 2;
    justify-content: end;
    align-items: center;
    z-index: 1001;
    color: white;
}

.logo-nav {
    width: 100%;
    height: 75px;
    margin-left: 5rem;
    grid-column: 1 / 5;
    grid-row: 1 / 4;
    display: flex;
    align-items: center; justify-content: left;
    scale: 1.3;
    font-size: clamp(.7rem, .8vw, 1.2rem);
    font-weight: 600;
    color: var(--white-color);     
}

.nav-item {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    transform: translateX(100%) !important;
    transition: transform 0.0s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    z-index: 999;
    overflow-y:auto;
    background-color: var(--black-color);
    will-change: transform;
}

.nav-item.active {
    transform: translateX(0) !important;
}

.nav-item li {
    width: 100%;
    text-align: end;
    margin-right: 80px;
    list-style: none;
}

.nav-item li a {
    display: block;
    padding: 15px 30px;
    color: var(--white-color);
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: clamp(0.8rem, 1.5vw, 2vw);
}

.nav-item li a:hover {
    color: var(--phosphorescent-green-color);
    text-decoration: underline;
    font-size: clamp(0.8rem, 1.5vw, 2vw);
}

.nav-item li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.contact-item {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.contact-item:hover {
    background-color: transparent;
}

.link-contact {
    padding: 0;
    background-color: transparent;
}

/*================== Sección Main ===================*/
    .contenido-principal {
        width: 100%;
        height: 560px;
        background-size: 900px 560px;
        background-image: url("../img/principal_900px.webp.jpg");
    }

    .container-grid h1 {
        font-size: clamp(2.4rem, 5.5vw, 6rem);
    }

    .container-grid p {
        font-size: clamp(1rem, 2.2vw, 4rem);
        grid-column: 2 / 14;
    }

    .btn-link {
    font-size: clamp(.8rem, 1.9vw, 3rem);
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--red-color);
    padding: .9rem 1rem;
    border-radius: .8rem;
}

/*================== section II Quiénes somos ================*/
.who-we-are {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.container-grid-who-we-are {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 1fr);
    gap: 0.8rem;
}

.subtitle-engineering {
    grid-column: 2 / 14;
    grid-row: 4 / 4;
    align-self: center;
    justify-self: center;
    font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}

.tittle-who-we-are {
    grid-column: 2 / 14;
    grid-row: 5 / 5;
    align-self: center;
    justify-self: center;
    font-size: clamp(2.3rem, 4vw, 4rem);
}

.red-are {
    color: var(--red-color);
}

.description-mundial {
    grid-column: 2 / 14;
    grid-row: 6 / 9;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    text-align: justify;
}

.content-img-who-we-are {
    position: absolute;
    inset: 0;
    top: 2rem;
    display: flex;
    justify-content: center;
    align-items: start;
    pointer-events: none;
}

.content-img-who-we-are img {
    position: static;
    max-width: 100%;
    top: 0;
    left: 0;
    width: clamp(150px, 20vw, 200px);
}

/*==================section III Proyecto ================*/
.section-project {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, var(--black-color),  #1a1a1a);
}

.container-grid-project {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: minmax(2rem, auto);
    gap: 1rem 1rem;
    position: relative;
}

.content-img-project {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 10 / 15;
    z-index: 1;
}

.content-img-project img {
    width: 100%;
    height:100%;
    object-fit: cover;
    display: block;
}

.subtitle-project {
    grid-column: 2 / 14;
    grid-row: 3 / auto;
    justify-self: center;
    font-size: clamp(1.4rem, 1.7vw, 1.8rem);
    color: var(--white-color);

}

.line-project {
    grid-column: 5 / 11;
    grid-row: 3 / auto;
    background-color: var(--white-color);
    margin: 0;
    padding: 0;
    border: none;
    height: 2px;
    align-self: flex-end;
    position: relative;
    top: .5rem
}

.title-project {
    grid-column: 2 / 14;
    grid-row: 4 / auto;
    font-size: clamp(2.3rem, 4vw, 4rem);
    justify-self: center;
    text-align: center;
}

.color-red-special {
    color: var(--red-color);
}

.description-project {
    grid-column: 2 / 14;
    grid-row: 5 / 8;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    text-align: justify;
}

.subtitle-project-areas {
    grid-column: 2 / 14;
    grid-row: 8 / 9;
    font-size: clamp(1.2rem, 1.4vw, 1.5rem);
}

.list-project {
    grid-column: 2 / 14;
    grid-row: 9 / 12;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    text-align: justify;
}

/*=============== Banner Soluciones Industriales ==============*/
.industrial-project {
    width: 100%;
    height: 300px;
}

.title-solution h2 {
    font-size: clamp(2.2rem, 3.1vw, 3.3rem);
    font-weight: 500;
    padding: 0 2rem;
}

.red-construction {
    color: var(--red-color);
}

/*================ Section Cold Storage room ============*/
.cold-storage {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url("../img/camaras_frigorificas.webp");
    background-size: 1920px 550px;
    background-position: center;
    background-repeat: no-repeat;
}

.container-grid-cold {
    height: 100%;
}

.title-cold-storage {
    grid-column: 2 / 14;
    grid-row: 3 / 6;
}

.title-cold-storage span {
    color: var(--red-color);
}

.description-cold-storage {
    grid-column: 2 / 14;
    grid-row: 6 / 10;
    padding-top: 1rem;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
}

/*================== Section - franja separadora =========================*/
.section-separator {
    width: 100%;
    height: 150px;
    background-color: var(--red-color);
}

/*================== Section - Cámara Congelación =====================*/
.freezing-chamber {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Permite cortar la imagen */
}

.grid-content-freezing,
.freezing-chamber > * {
    position: relative;
    z-index: 1;
}

.grid-content-freezing {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: minmax(2rem, auto);
    gap: 1rem 1rem;
    padding: 0rem;
}

.freezing-chamber::before {
    display: none;
    background-image: url("../img/camara_congelacion.webp");
}

.freezing-chamber::after {
    content: "";
    position: block;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url("../img/camara_congelacion_900.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 1rem;
}

.title-freezing {
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    text-align: center;
    font-size: clamp(2.3rem, 4vw, 4rem);
}

.description-freezing {
    grid-column: 2 / 14;
    grid-row: 3 / 4;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    text-align: justify;
}

.camera-features {
    grid-column: 2 / 14;
    grid-row: 4 / 5;
    padding-left: 2rem;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    text-align: justify;
}

.line-final {
    grid-column: 2 / 14;
    grid-row: 8 / 8;
}

/*================== Section - Silo autoportante =====================*/
.silo-autoportante {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Permite cortar la imagen */
}

.grid-content-silo,
.silo-autoportante > * {
    position: relative;
    z-index: 1;
}

.grid-content-silo {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: minmax(2rem, auto);
    gap: 1rem 1rem;
    padding: 0rem;
}

.silo-autoportante::before {
    display: none;
    background-image: url("../img/silo-autoportante.webp");
}

.silo-autoportante::after {
    content: "";
    position: block;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url("../img/silo-autoportante_900.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 1rem;
}

.title-silo {
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    text-align: center;
    font-size: clamp(2.3rem, 4vw, 4rem);
}

.description-silo {
    grid-column: 2 / 14;
    grid-row: 3 / 4;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    text-align: justify;
}

.camera-autoportante {
    grid-column: 2 / 14;
    grid-row: 4 / 5;
    padding-left: 2rem;
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    text-align: justify;
}

.line-final-silo {
    grid-column: 2 / 14;
    grid-row: 8 / 8;
}


/*================ Section Lana de Roca ============*/
.lana-roca {
    position: relative;
    width: 100%;
    height: 900px;
    background-image: url("../img/lana-roca.webp");
    background-size: 1200px 900px;
    background-position: center;
    background-repeat: no-repeat;
}

.container-grid-lana-roca {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(14, 1fr);
    gap: 0.8rem;
}

.title-lana-roca {
    grid-column: 2 / 14;
    grid-row: 2 / 3;
    text-align: center;
    color: var(--white-color);
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 500; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.95);
    align-self: flex-end;
    justify-self: center;

}

.title-lana-roca span {
    color: var(--red-color);
}

.description-lana-roca {
    color: var(--white-color);
    grid-column: 2 / 14;
    grid-row: 3 / 10;
    text-align: justify;
    font-size: clamp(1rem, 2vw, 2.1rem);
}

/*==================Contacto - page ================*/
.contact-background {
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 1rem;  
}

.grid-container-contact {
    width: 100%;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 6rem 2rem;
    border-radius: 1rem;
    text-align: left;
}

.info-contact {
    margin-top: 2rem;
}

.title-contact {
    font-size: clamp(1.9rem, 2.5vw, 3rem);
    margin-bottom: 2rem;
    font-weight: 500;
}

.p-contact {
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    margin: 0 0rem;
    text-align: justify;
}

.contact-form {
    padding: 2rem;
    width: 100%;
    max-width: 800px;
    margin-top: 2rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group.full {
    grid-column: auto;
}

.form-group label {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
    color: var(--black-color);
    opacity: 60%;
}

.form-group input {
    width: 100%;
    height: 35px;
    background-color: #E0E0E0;
    border: none;
    border-radius: .4rem;
    font-size: .7rem;
    color: var(--black-color);
    opacity: 50%;
    padding: .5rem;
}

.form-group input:focus {
    background-color: var(--black-color);
    opacity: 20%;
}

.btn-submit {
    margin-top: 2rem;
    background:#E0E0E0;
    border: none;
    padding: 0.9rem 2rem;
    border-radius: .8rem;
    font-size: .9rem;
    cursor: pointer;
    font-weight: 500;
    transition: transform 0.2s ease;
}

.btn-submit:hover {
    transform: scale(1.05);
    color: var(--white-color);
    background: var(--black-color);
}

.form-group input:focus {
    outline: none;
}

/*================ Pág Gracias =====================*/
.thanks-background {
    width: 100%;
    min-height: auto;
    padding: 1rem;   
}

.grid-container-thanks {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 7rem 2rem;
    text-align: left;
    background: radial-gradient(circle at bottom center, #c70000 0%, #500000 40%, #000000 100%);
    color: var(--white-color);
    border-radius: 1rem;
}

.info-thanks {
    margin-top: 2rem;
}

.title-thanks {
    font-size: clamp(2rem, 2.5vw, 3rem);
    margin-bottom: 2rem;
}

.title-h2-thanks {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    margin-bottom: 2rem;
}

.p-thanks {
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    margin: 0 0rem;
    text-align: justify;
}


/*================== Pág Política de seguridad, aviso legal y politica de cookies ================*/
.privacy-policy-background {
    width: 100%;
    min-height: auto;
    padding: 1rem;   
}

.grid-container-policy {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 6rem 2rem;
    text-align: left;
    background: radial-gradient(circle at bottom center, #585858 0%, #212121 40%, #000000 100%);
    color: var(--white-color);
    border-radius: 1rem;
}

.info-policy {
    margin-top: 2rem;
}

.title-policy {
    font-size: clamp(1.9rem, 2.5vw, 3rem);
    margin-bottom: 2rem;
    font-weight: 500;
}

.subtitle-security {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    margin-bottom: 2rem;
}

.p-policy {
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    margin: 0 0rem;
    text-align: justify;
}

/*------------ Sección política de privacidad ------------*/
.content-privacy {
    width: 100%;
    min-height: auto;
    padding: 1rem; 
    margin-bottom: 3rem;
}

.info-security {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem;
    text-align: none;
}

.title-info-security {
    font-size: clamp(2rem, 2.3vw, 2.5rem);
    margin-bottom: 2rem;
}

.description-security {
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    text-align: justify;
}


/*==================footer - IV ================*/


.contenido-footer-grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: minmax(2rem, 13vw);
    place-items: center;
    gap: 0.8rem;
    background-color: var(--black-color);
}

.logo-nav-footer {
    grid-column: 4 / 12;
    grid-row: 1 / 1;
    margin: 0;
}

.logo-nav-footer img {
    display: block;
    width: clamp(170px, 20vw, 250px); 
    position: relative;
    bottom: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    grid-column: 2 / 14;
    grid-row: 3 / 3;
    list-style: none;
    text-align: center;
    justify-self: center;
    align-self: center;
    padding: 0;
    margin: 0;
    color: var(--white-color);
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    font-weight: 300;
}

.footer.item a{
    color: inherit;
    text-decoration: none;
}

.footer-item-two {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 3rem;
    grid-column: 2 / 14;
    grid-row: 6 / 6;
    opacity: 50%;
    list-style: none;
    color: var(--white-color);
    font-size: clamp(1rem, 1vw, 1rem);
    font-weight: 200;
}

.all-rights {
    grid-column: 2 / 14;
    grid-row: 7 / 7;
    color: var(--white-color);
    text-align: center;
    opacity: 50%;
    font-size: clamp(.9rem, .9vw, .9rem);
    font-weight: 200;
}

.contact-footer {
    grid-column: 2 / 14;
    grid-row: 10 / 10;
    color: var(--white-color);
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}

.mundial-footer {
    grid-column: 2 / 14;
    grid-row: 12 / 12;
    color: var(--white-color);
    font-size: clamp(1.2rem, 13vw, 14rem);
    font-weight: 500;
}

/*================ Banner de consentimiento ============*/
.cookie-banner__content {
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: var(--black-color);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 1vw;
    box-shadow: 0 4px 9px rgba(0,0,0,4);
    border-top: 1px solid rgba(0,0,0,.06);
}

.sr-only {
    font-size: clamp(1rem, 1.3vw, 1.4rem);
    color: var(--white-color);
    font-weight: 400;
    position: relative;
    bottom: .0rem;
    text-align: center;
}

.description-btn {
    font-size:clamp(.8rem, 1.1vw, 1.2rem);
    color: var(--white-color);
    text-align: center;
}

.btn-red-cookies {
    color: var(--red-color);
    text-decoration: none;
    cursor: pointer;
    margin-left: .4rem;
}

.btn-red-cookies:hover {
    color: var(--white-color);
    text-decoration: underline;
}

.cookie-banner__button {
    margin-left: .1rem;
}

.cookie-banner__btn, .cookie-banner__close  {
    padding: .4rem .5rem;
    border-radius: .4rem;
    border: transparent;
    font-size:clamp(.8rem, .9vw, 1rem);
    cursor: pointer;
}

.cookie-banner__btn:hover, .cookie-banner__close:hover {
    background: var(--red-color);
    color: var(--white-color);
}


}

@media screen and (max-width: 450px){
    .header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 75px;
    border-radius: 1rem;
}

.nav-toggle {
    grid-column: 2 / 14;
    grid-row: 2 / 2;
}

.logo-nav {
    width: 100%;
    height: 75px;
    margin-left: 2rem;
    grid-column: 1 / 5;
    scale: 1.2;   
}

/*================== Sección Main ===================*/
    .contenido-principal {
        width: 100%;
        height: 700px;
        background-size: 900px 700px;
        background-image: url("../img/principal_900px.webp.jpg");
    }

    .container-grid h1 {
        font-size: clamp(2.4rem, 5.5vw, 6rem);
    }

    .container-grid p {
        font-size: clamp(1rem, 2.2vw, 4rem);
        grid-column: 2 / 14;
        padding: 0.7em 0.8em;
    }

    .btn-link {
    font-size: clamp(.8rem, 1.9vw, 3rem);
}

/*================== section II Quiénes somos ================*/
.who-we-are {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.container-grid-who-we-are {
    height: 100%;
}

.subtitle-engineering {
    font-size: clamp(1.4rem, 1.7vw, 1.8rem);
}

.tittle-who-we-are {
    font-size: clamp(2.1rem, 4vw, 4rem);
}

.red-are {
    color: var(--red-color);
}

.description-mundial {
    font-size: clamp(1rem, 2.2vw, 4rem);
}

.content-img-who-we-are {
    position: absolute;
}

.content-img-who-we-are img {
    max-width: 100%;
}


/*==================section III Proyecto ================*/
.section-project {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, var(--black-color),  #1a1a1a);
}

.container-grid-project {
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: minmax(2rem, auto);
}

.content-img-project {
    width: 100%;
    height: 100%;
    grid-column: 1 / 15;
    grid-row: 10 / 15;
    z-index: 1;
}

.content-img-project img {
    width: 100%;
    height:100%;
    object-fit: cover;
    display: block;
}

.subtitle-project {
    font-size: clamp(1.3rem, 1.7vw, 1.8rem);
}

.line-project {
    grid-column: 5 / 11;
    grid-row: 3 / auto;
}

.title-project {
    font-size: clamp(2.1rem, 4vw, 4rem);
}

.color-red-special {
    color: var(--red-color);
}

.description-project {
    font-size: clamp(1rem, 2.2vw, 2.5rem);
}

.subtitle-project-areas {
    font-size: clamp(1rem, 2.2vw, 2.5rem);
}

.list-project {
    font-size: clamp(1rem, 2.2vw, 4rem);
}

/*=============== Banner Soluciones Industriales ==============*/
.industrial-project {
    width: 100%;
    height: 220px;
}

.title-solution h2 {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    text-align: center;
    font-weight: 400;
}

.red-construction {
    color: var(--red-color);
}

/*================ Section Cold Storage room ============*/
.cold-storage {
    height: 500px;
    background-image: url("../img/camaras_frigorificas.webp");
    background-size: 1920px 500px;
}

.container-grid-cold {
    height: 100%;
}

.title-cold-storage {
    grid-column: 2 / 14;
    grid-row: 3 / 6;
    font-size: clamp(1.8rem, 2.5vw, 3rem);
}

.title-cold-storage span {
    color: var(--red-color);
}

.description-cold-storage {
    grid-column: 2 / 14;
    grid-row: 6 / 10;
    padding-top: 1rem;
    font-size: clamp(1rem, 2.2vw, 2.5rem);
}

/*================== Section - franja separadora =========================*/
.section-separator {
    width: 100%;
    height: 100px;
    background-color: var(--red-color);
}

/*================== Section - Cámara Congelación =====================*/
.freezing-chamber {
    width: 100%;
}

.grid-content-freezing,
.freezing-chamber > * {
    position: relative;
    z-index: 1;
}

.grid-content-freezing {
    width: 100%;
}

.freezing-chamber::before {
    display: none;
    background-image: url("../img/camara_congelacion.webp");
}

.freezing-chamber::after {
    content: "";
    height: 400px;
    background-image: url("../img/camara_congelacion_900.jpg");
}

.title-freezing {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
}

.description-freezing {
    font-size: clamp(1rem, 2.2vw, 2.5rem);

}

.camera-features {
    font-size: clamp(1rem, 2.2vw, 2.5rem);

}

.line-final {
    grid-column: 2 / 14;
    grid-row: 8 / 8;
}

/*================== Section - Silo autoportante =====================*/
.silo-autoportante {
    width: 100%;
}

.grid-content-silo,
.silo-autoportante > * {
    position: relative;
}

.grid-content-silo {
    width: 100%;
}

.silo-autoportante::before {
    display: none;
    background-image: url("../img/silo-autoportante.webp");
}

.silo-autoportante::after {
    content: "";
    background-image: url("../img/silo-autoportante_900.webp");
}

.title-silo {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
}

.description-silo {
    font-size: clamp(1rem, 2.2vw, 2.5rem);
}

.camera-autoportante {
    font-size: clamp(1rem, 2.2vw, 2.5rem);

}

.line-final-silo {
    grid-column: 2 / 14;
    grid-row: 8 / 8;
}

/*================== Section - franja separadora =========================*/
.section-separator-2 {
    width: 100%;
    height: 180px;
    display: grid;
    place-items: center;
    background-color: var(--black-color);
}

.section-separator-2 H2 {
    color: var(--white-color);
    text-align: center;
    font-size: clamp(1.8rem, 2.5vw, 3rem);
}

/*================ Section Lana de Roca ============*/
.lana-roca {
    height: 1000px;
    background-image: url("../img/lana-roca.webp");
    background-size: 1200px 1000px;
}

.container-grid-lana-roca {
    height: 100%;
}

.title-lana-roca {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
}

.title-lana-roca span {
    color: var(--red-color);
}

.description-lana-roca {
    color: var(--white-color);
    grid-column: 2 / 14;
    grid-row: 3 / 10;
    text-align: justify;
    font-size: clamp(1rem, 2vw, 2.1rem);
}

/*================== Pág Política de seguridad, aviso legal y politica de cookies ================*/
.privacy-policy-background {
    width: 100%;
    min-height: auto;
    padding: .5rem;   
}

.grid-container-policy {
    width: 100%;
    min-height: auto;
    padding: 6rem 1rem;
    text-align: left;
    border-radius: 1rem;
}

.info-policy {
    margin-top: 2rem;
}

.title-policy {
    font-size: clamp(1.8rem, 2vw, 2rem);
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: center;
}

.subtitle-security {
    font-size: clamp(1.1rem, 1.4vw, 1.6rem);
    margin-bottom: 2rem;
    text-align: center;
}

.p-policy {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    margin: 0 0rem;
    text-align: justify;
}

/*================ Pág Gracias =====================*/
.thanks-background {
    width: 100%;
    min-height: auto;
    padding: .5rem;   
}

.grid-container-thanks {
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 7rem 2rem;
    text-align: left;
    background: radial-gradient(circle at bottom center, #c70000 0%, #500000 40%, #000000 100%);
    color: var(--white-color);
    border-radius: 1rem;
}

.info-thanks {
    margin-top: 2rem;
}

.title-thanks {
    font-size: clamp(2rem, 2.5vw, 3rem);
    margin-bottom: 2rem;
}

.title-h2-thanks {
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    margin-bottom: 2rem;
}

.p-thanks {
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    margin: 0 0rem;
    text-align: justify;
}


/*------------ Sección política de privacidad ------------*/
.content-privacy {
    width: 100%;
    min-height: auto;
    padding: 1rem; 
    margin-bottom: 3rem;
}

.info-security {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: center;
}

.title-info-security {
    font-size: clamp(1.7rem, 2vw, 2rem);
    margin-bottom: 2rem;
}

.description-security {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    text-align: justify;
}

/*==================footer - IV ================*/


.contenido-footer-grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: minmax(2rem, 13vw);
    place-items: center;
    gap: 0.8rem;
    background-color: var(--black-color);
}

.logo-nav-footer {
    grid-column: 4 / 12;
    grid-row: 1 / 1;
    margin: 0;
}

.logo-nav-footer img {
    display: block;
    width: clamp(110px, 20vw, 250px); 
    position: relative;
    bottom: 1rem;
}

.footer-item {
    font-size: clamp(1rem, 1.4vw, 1.4rem);
}

.all-rights {
    grid-column: 2 / 14;
    grid-row: 7 / 7;
    color: var(--white-color);
    text-align: center;
    opacity: 50%;
    font-size: clamp(.8rem, .9vw, .9rem);
    font-weight: 200;
}

.contact-footer {
    grid-column: 2 / 14;
    grid-row: 10 / 10;
    color: var(--white-color);
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}

.footer-item-two {
    font-size: clamp(.9rem, 1.5vw, 1.8rem);
    gap: 2rem;
}

.mundial-footer {
    grid-column: 2 / 14;
    grid-row: 12 / 12;
    color: var(--white-color);
    font-size: clamp(1.2rem, 13vw, 14rem);
    font-weight: 500;
}

}

