﻿.container-banner-contacto {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.dime {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

    .dime .titulo-texto .titulo {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.9rem;
    }

    .dime .titulo-texto .descripcion {
        /*font-family: 'Noto Sans', sans-serif;*/
        font-size: 16px;
        font-weight: 300;
    }

        .dime .titulo-texto .descripcion a {
            color: cornflowerblue;
        }

    .dime .icono {
        font-size: 1.7rem;
    }

.a-underline a {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .dime {
        display: flex;
        flex-direction: row;
        column-gap: 1.25rem;
        justify-content: start;
    }

        .dime .titulo-texto .titulo {
            font-size: 30px;
        }

        .dime .icono {
            font-size: 2.2rem;
            align-self: start;
            display: flex;
            padding-top: 0.5rem;
        }
}

.container-ubicacion {
    max-width: 50rem;
}

iframe {
    width: 100%;
}