﻿.formSec{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
    padding: 40px 0px;
}

.contenidoFormSec{
    width: 70%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenidoFormSec h1{
    color: #012169;
    margin-bottom: 30px !important;
    text-transform: none !important;
    margin-top: 0px !important;
    text-align: center !important;
}

.formularioSec{
    width: 95%;
    height: 550px;
    border-radius: 20px;
}

@media (max-width: 1366px) {
    .contenidoFormSec {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .formularioSec{
        height: 620px;
    }

    .contenidoFormSec h1{
    font-size: 28px;
    }
}