.cardAcciones{
    margin-top: 55%;
    background-color: white;
    border-radius: 25px;
    padding: 5%;
}

section{
    /* background-color: rgba(179, 27, 26, 1);  */
    /* height:100vh; */
}

#sectionTOP{
    margin-bottom: 5%;
}

.cardAcciones label{
    color: #7f7f7f;
}

.cardAcciones #emailHelp{
    color: #7f7f7f;
}

.mismaLinea{
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos */
}

.mismaLinea img {
    margin-bottom: -10px; /* Aplica un margen inferior negativo */
}
.mismaLinea h2 {
    margin-bottom: -25px; /* Aplica un margen inferior negativo */
    margin-left: 15px;
}

.cardHome{
    width: 100%;
    background-color: rgba(179, 27, 26, 1); 
    border-radius: 15px;
    padding: 7%;
    margin-bottom: 12%;
    margin-top: 12%;
    color: white!important;
    -webkit-box-shadow: 2px 5px 16px 0px #746c6c, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 2px 5px 16px 0px #746c6c, 5px 5px 15px 5px rgba(0,0,0,0);
    height: 120px;
}
#titulosGrises{
    color: #7f7f7f;
}


#tituloCardsHome{
    font-size: 18px;
    font-weight: 700;
}

#imgAPP{
    width: 50%;
    border-radius: 50%;
    object-fit: contain;
    height: 60px;
    border: 0!important;
    position: fixed;
}