/* Hoja de estilo usada por pantalla Soporte Técnico de la Aplicación */

body#page-soporte {    
    padding-bottom: 100px;
}
#bloque-01 {
    margin-bottom: 24px;
}
#bloque-01 .titulo-generico {
    margin-bottom: 0;
}

/* Bloque 02 */
#bloque-02 {
    row-gap: 10px;
}
.btn-area-soporte {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-shadow: 0px 0px 4px 0px #00000029;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #668392;
    text-decoration: none;
}
.btn-area-soporte img {
    width: 30px;
    height: 30px;
}