/* Minification failed. Returning unminified contents.
(111,32): run-time error CSS1036: Expected expression, found ';'
(111,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.cabeceraContacto {
    background-image: url(/Images/Contacto/fondoContacto.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 19.2rem;
}
@media (min-width: 768px) and (max-width: 992px) {
    .cabeceraContacto {
        max-height: none !important;
    }
}


@media (max-width: 992px) {
    .formulario-contacto-titulo {
        display: flex;
        flex-direction: column-reverse;
    }

    .tituloCabecera {
        margin-bottom: 5rem;
        margin-top: 0;
    }
}

@media(max-width:500px){
    .contenedorSedes .container {
        overflow-x: hidden;
    }
}

    .container::before {
        display: none;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        line-height: normal;
    }

    .cabeceraClientes {
        background-image: url(/Images/Clientes/Fondo_Clientes.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 8rem;
        padding-bottom: 1rem;
    }

    @media(min-width: 992px) {
        .container .row {
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }
    }

    .columnaSedes {
        position: absolute;
        padding-right: 13%;
    }

    .tituloCabecera {
        padding-left: 0px;
        border-bottom: solid #f89939 2px;
        margin-left: 2%;
        width: 96%;
    }
    @media(max-width: 991px){
        .tituloCabecera {
            margin-left: 0;
        }
    }

    @media(min-width: 992px) {
        .tituloCabecera {
            margin-left: 40px;
            padding: 0;
        }
    }

    .contenedorSedes {
        padding-top: 3.2rem;
        padding-bottom: 1.5rem;
        overflow: hidden;
    }

    @media(max-width:1199px){
        .contenedorSedes{
            padding-bottom:4.5rem;
        }
    }

        .contenedorSedes .container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(131px, 1fr));
            gap: 20px;
            width: 67%;
            margin-left: 25.5rem;
        }

        @media(max-width:992px){
            .contenedorSedes .container {
                grid-template-columns: repeat(auto-fit, minmax(120px, auto ));
                margin: 0 -3%;
                width: auto;
            }
            .contenedorSedes {
                padding-bottom: 0;
                margin-bottom: ; -0.95rem;
            }
        }

.sedeContacto {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-bottom: 40px;
}

h6.sedeContacto__ciudad.text-medium {
    width: 14ch;

}

.formulario-contacto-titulo > div {
    width: 100%;
}

@media (min-width: 993px) {
    .formulario-contacto-titulo > div {
        width: 66.66666667%;
    }
}

.group-check.has-error {
    border: 1px solid #ab0000;
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 8px !important;
    padding-left: 25px;
}

    .group-check.has-error.help-block {
        color: #222935 !important;
    }

.div-acepto-condiciones {
    cursor: pointer;
}

.container-message {
    height: 390px;
    display: none;
    align-items: center;
}

#msg-success {
    display: none;
    flex-direction: column;
}

@media(min-width:993px) {
    .formulario--contenedor {
        width: 40% !important;
    }
}

.bandera-contacto {
    height: 14px;
    object-fit: contain;
    margin-top: -5px;
    margin-right: 5px;
}
