#form1 > .form-groups {
    display: none;
    max-width: 100% !important;
}

hr.separadorform {
    margin-top: 20px;
    margin-bottom: 20px;
}

span.explica {
    display: inline-block;
    font-style: italic;
    font-size: 0.85em;
    background-color: #eeeeee;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px; 
        margin-top: 6px;
    margin-bottom: 6px;
}

div.explica-env {
        /* display: inline-block; */
        font-size: 1.1em;
    background-color: #fde6d3;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px; 
        margin-top: 6px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: center;
}

body > div > main > div.main__content > div > div > div > p:nth-child(2) > span.font-weight-bold {
    font-size: 1.8em;
}

.logotapusa {
    height: 80px;
    display: block;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;

}

.captcha-block > h3 {
    margin-bottom: 15px;
}
/* === ALERTA IMPORTANTE CANAL DE DENUNCIAS === */
.alert-important {
    margin: 35px 0 22px 0 !important;
    padding: 18px 28px !important;
    background: #f7f8fa !important;
    border: 1.7px solid #d5dae3 !important;
    border-radius: 15px !important;
    color: #223050 !important;
    font-size: 1.08em !important;
    box-shadow: 0 2px 7px rgba(100,100,120,0.06) !important;
    display: flex !important;
    align-items: flex-start !important;
    max-width: 98vw !important;
}


.alert-important__icon {
    margin-right: 13px;
    margin-top: 4px;
    flex-shrink: 0;
}

.alert-important__title {
    font-weight: 700;
    margin-right: 10px;
    margin-top: 2px;
    color: #163a84;
    min-width: 90px;
    display: inline-block;
}

.alert-important__text {
    line-height: 1.6;
    margin-top: 1px;
    font-weight: 400;
}

@media (max-width: 720px) {
    .alert-important {
        flex-direction: column;
        padding: 13px 8px;
        font-size: 0.98em;
    }
    .alert-important__icon {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .alert-important__title {
        margin-bottom: 6px;
        margin-right: 0;
        min-width: unset;
    }
}
/* === FIN ALERTA IMPORTANTE === */






