form {
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.inter-estr {
    height: 15rem;
    background-color: var(--color-mo);
}

.cols-contact ul {
    padding: 2rem;
    list-style: none;
}

.cols-contact ul li h3 {
    display: inline;
}

.cols-contact ul li img {
    margin-right: 1rem;
}

.cols-contact ul li {
    margin: 1.5rem 0;
}








.container-contac-01 {
    background-color: var(--color-mo);
}

.grid-contacto {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.content-c-1 {
    grid-column: span 12;
}

.content-c-2 {
    grid-column: span 12;
}




/*Block 2*/

.container-contac-02 {
    background-color: var(--color-mo);
}


.place-contact {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.cols-contact {
    grid-column: span 12;
}




/* Mapa */


.map-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Proporción de aspecto 16:9 (para un mapa estándar de Google Maps) */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.content-c-1 p.max-content-axis {
    max-width: 75% !important;
    color: var(--color-bh);
    font-weight: 300;
}



body>section.container-contac-02>div>div:nth-child(2)>ul>h3 {
    letter-spacing: 6px;
    font-family: var(--fuente-principal);
    font-weight: 600;
}

.cols-contact li h3 {
    font-size: 1rem;
    font-family: var(--fuente-secundaria);
    font-weight: 300;
}


@media only screen and (min-width: 992px) {

    .cols-contact ul {
        padding: 3rem;
    }


    .cols-contact {
        grid-column: span 6;
    }


    .content-c-1 {
        padding: 1rem;
        grid-area: 3 / 1 / 5 / span 6;
    }

    .content-c-2 {
        padding: 1rem;
        grid-area: 3 / 8 / 5 / span 6;
    }

    .container-co-hero {
        min-height: 100vh;
    }

    .co-hero {
        height: 100vh;
    }
}


@media only screen and (min-width: 1200px) {
    .cols-contact ul {
        padding: 7rem;
    }
}