.div-consolidados{
    background-image: url(../img/elementos/Para-header.png) !important;
}
.divFormulario{
    background-color: #ECFBFA;
    padding-top: 50px;
}
.formularioConsolidados {
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formularioConsolidados form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formularioConsolidados div {
    width: 50%;
    margin: 10px auto;
    /* height: 48px;
    border: 1px solid #004993;
    border-radius: 3px;
    font-family: 'Roboto';
    position: relative;
    font-weight: 400;
    color: #434343;
    font-size: 14px;
    line-height: 17px; */
}
.input-base{
    background-color: transparent !important;
}

input::placeholder {
    font-family: 'Roboto';
    font-weight: 300;
    color: #9A9A9A;
    font-size: 16px !important;
    line-height: 19px;
}
textarea::placeholder {
    font-family: 'Roboto';
    font-weight: 300;
    color: #9A9A9A;
    font-size: 16px !important;
    line-height: 19px;
}
textarea:focus::placeholder {
    color: transparent;
  }
textarea{
    width: 100% !important;
    height: 97px !important;
    border-radius: 5px;
    background-color: transparent !important;
    padding: 20px 15px 0 16px;
    border: 0 !important;
}
.area-base{
    background-color: transparent !important;
    height: auto;
    height: 97px !important;
}
.botonEnviar{
    width: 100%;
    display: flex;
    justify-content: center;
}
.boton{
    padding: 12px 30px;
    width: 40%;
}

.tituloForm {
    font-family: 'Fira Sans';
    font-size: 35px;
    line-height: 49px;
    color: #06B2AB;
    font-weight: 600;
    font-style: italic;
    width: 100%;
    text-align: left;
    margin-bottom: 45px;
    text-align: center;   
}
@media (max-width:1100px) {
    .formularioConsolidados {
        margin: auto;
        width: 90%;
    }

    .formularioConsolidados div {
        width: 80%;
        margin: 10px auto;
    }

    .boton{
        padding: 8px 50px;
        width: 40%;
    }
}

@media (max-width:560px) {
    .boton{
        padding: 8px 80px;
        width: 50%;
    }
    .tituloForm {
        font-size: 22px;
        line-height: 29px;
    }
}