/* --- FORM MICAB  --- */
.cont-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3% auto 10% auto;
}
.cont-left{
    height: auto;
    padding: 1em;
    text-align: left;
}
.font-green{
    font-family: 'Roboto', sans-serif;
    font-size: 2.70em;
    color: #0061A8;
}
.font-pink{
    font-family: 'Roboto', sans-serif;
    font-size: 1.70em;
    color: #F81D63 !important;
}
.p-green{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0061A8;
}
.cont-rigth{
    height: auto;
    padding: 1em;
    text-align: center;
}
.style-checkbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
}
.cont-button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em;
    margin-bottom: 5%;
}
.reCaptcha{
    width: 80px;
    height: 40px;
    background-color:#0061A8;
    border-color: #0061A8;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 17px 0 0 10px;
}
/* --- END-FORM MICAB --- */