#main_contacto {
    margin-top: 75px;
    position: relative;
    z-index: 1;
}

/* BANNER*/

    #main_nosotros {
        margin-top: 75px;
        position: relative;
    }

    #background_banner {
        position: relative;
        height: 40vw;
        max-height: 500px;
        overflow: hidden;
    }

    .titulo-banner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .icono-banner {
        height: 15vw;
        min-height: 100px;
    }

/* HEADER CONTACTO */

    #header_principal {
        background-color: var(--blanco-principal);
        padding: 1rem 0;
    }
    
    #content_header {
        width: 100%;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .texto-principal {
        font-size: var(--size-texto);
    }

/* Contacto */

    #contacto {
        background-color: var(--blanco-principal);
    }

    #content_contacto {
        width: 100%;
        margin: 0 auto;
        padding: 1rem 2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }

    #contacto_formulario,
    #contacto_mapas {
        display: inline-block;
        vertical-align: top;
        padding: 0 0.5rem 0 0;
        width: 100%;
        flex: 1 0 450px;

    }
    #contacto_mapas .mapa-contacto {
        min-height: 300px;
    }

    .container {
        padding-left: 0rem !important;
    }

    .vacante-mapa
    {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden;
    }

    #map { 
        height: 25vw;
        min-height: 300px;
        border-radius: 0.5rem;
        overflow: hidden;
        margin: 1rem 0;
    }


    .btn-content {
        margin: 0.5rem 0;
    }

    .btn.btn-submit {
        background-color: var(--azul-principal);
        border: none;
        color: var(--blanco-principal);
        min-width: 150px;
        transition: all 0.5s;
    }

    .btn.btn-submit:hover {
        background-color: var(--azul-secundario);
        color: var(--blanco-principal);
    }


    /* .leaflet-bottom { display: none;} */