/* Hoja de estilo usada por pantalla Contacto de la Aplicación */
body#page-contacto .container-lg {    
    padding-bottom: 100px;
}
body#page-contacto .wrapper-opciones {
   margin-bottom: 0;
}
#bloque-02,
#bloque-04,
#bloque-06,
#bloque-08,
#bloque-10 {       
    background: #D5EDCE;
}
.wrapper-contacto {
    padding-top: 32px;
    padding-bottom: 32px;
    row-gap: 24px;
    padding-left: 6px;
    padding-right: 6px;
}
#bloque-01 .titulo-area-contacto {
    margin-bottom: 8px;
}
.titulo-area-contacto {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #668392;
    margin: 0;
}
.titulo-area-contacto span,
.numero-area-contacto span {    
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.30000001192092896px;
    text-align: left;
}
.descripcion-area-contacto {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #668392;
    margin: 0;
}
div.numero-area-contacto:nth-child(1) {
    margin-bottom: 16px;
}
.numero-area-contacto a {     
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #668392;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.numero-area-contacto a img {
    width: 24px;
    height: 24px;
}
.numero-area-contacto a span {
    color: #2BA309;
    font-weight: 600;
    padding-left: 5px;
}
.numero-area-contacto a span i {
    margin-right: 3px;
}