/* .let-m1{
    color: #212121; 
    font-size: 18px;
     font-family: Inter;
      font-weight: 600; 
      line-height: 25.20px;
} */
.text-ul-negro{
    font-family: Inter;
font-size: 16px;
font-style: normal;
color: var(--grey-grey-500, #212121);
}


.text-m1{
    color: #263184; font-size: 14px; font-family: Inter; font-weight: 600 !important;
}
.text-blanco{
    color: white; font-size: 14px; font-family: Inter; font-weight: 500 !important;
}
.bt-m1 {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 88px;
    border: 2px solid var(--brand-blue-500, #263184);
}
    .bt-m1:hover {
        color: #fff !important;
        background-color: #263184;
        border-color: #263184;
    }
.bt-m2{
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 88px;
    background: #25D366;
    color: #fff;
}
.bt-m2:hover{
    color: #137938;
    background-color: #fff;
    border-color: #137938;
}

.bt-na1{
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 88px;
    background: #F39200;
    color: #fff;
}
.bt-na1:hover{
    color: #fff;
    background-color: #db8402;
}
.bt-ama{
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid var(--brand-yellow-100, #FEEBBA);
    background: var(--brand-yellow-50, #FFF5DD);
    color:  #212121;
    /* Desktop/Medium Text Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    
}

.bt-rojo{
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid rgba(235, 87, 87, 0.20);
    background: rgba(235, 87, 87, 0.15);
    color:  #212121;
    /* Desktop/Medium Text Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    
}



.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.input-text{
color: var(--grey-grey-500, #212121);
/* Desktop/Normal Text Regular */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22.4px; /* 140% */
}

.input-text-gris{
    border: 1px solid var(--grey-grey-300, #B3B3B3) !important;
    color: var(--grey-grey-300, #B3B3B3) !important;
    /* Desktop/Normal Text Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 140% */
    }

.label-text{
    color: var(--grey-grey-500, #212121);
/* Desktop/Normal Text Bold */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22.4px; /* 140% */
}

.icon-alert{
    border-radius: 70px;
background:#E2B93B;
padding: 8px;
}

.icon-alert-red{
    border-radius: 70px;
background:  #eb5757;
padding: 8px;
}

.icon-alert-green{
    border-radius: 70px;
background:  #27AE60;
padding: 8px;
}

.bold_ext{
    font-weight: 600;
}
.btn-plomo{
   
background-color: var(--grey-grey-100, #EBEBEB);
}
.grey-min{
    color: var(--grey-grey-300, #B3B3B3);
    text-align: center;
    /* Desktop/Small Text Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px; /* 140% */
}

.bt-azul-2{
    border-radius: 88px;
    border: 2px solid var(--brand-blue-500, #263184);
}

.bg-amarillo-oscuro {
    background: #FEEBBA;
}

@media (max-width: 576px) {
    .btnRegresarResponseNom {
        width: 45vw !important;
    }
}