body {
    background: whitesmoke;
}


h1 {
    text-align: center;
    font-size: 3em;
    color: #ff5722;
    letter-spacing: 2px;
}


.encabezado {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
    font-size: 1.1em;
}

.encabezado h2 {
    color: #0055a5;
    letter-spacing: 2px;
}

.destacado {
    font-size: 1.3em;
}

.emailpadreotutor {
    display: none;
}

.seccion {
    display: block;
    width: 100%;
    background: #0055a5;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 5px;
}

.seccion .subtitulo-seccion {
    color: whitesmoke;
    font-size: .9em;
}

.form-group:after {
    content: "";
    display: table;
    clear: both;
}

.form-group input, .form-group select {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.form-group input[type=radio], .form-group input[type=checkbox] {
    height: auto;
}

.form-group textarea {
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.control-label {
    font-size: 1.1em;
    padding-top: 10px;
}

#encasode, #paralargoplazo, #es_estudiante, #paraaceptacionextrafee, #encasodeUSA, #cv, #permisoparental, #antecedentes, #certificadomedico, #cartageneral, .carta_especifica, .questionnaire_cbb, .form_sci, .otro_doc {
    display:none;

}

.carta_especifica, .questionnaire_cbb, .form_sci, .otro_doc {
    background: beige;
    padding: 10px;
}

.vef-form {

    padding: 20px;
}

.divider {
    background: ghostwhite;
    padding: 20px;
    color: #3071a9;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;

}

.divider h4 {
    font-size: 1.6em;
}

.terminos {
    font-size: 1.3em;
}

.text-error {
    color: #8b0000;
    text-align: center;
    letter-spacing: 2px;
}

#modalimportant {
    font-size: 1.2em;
}

label.error {
    background: indianred;
    padding: 3px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
}

.solo-leer {
    background: #eeeded;
    border: none;
    padding: 0 5px;
}

.texto {
    margin-bottom: 5px;
}

.extra-fee-input {
    background: #ffb5ae;
}

#encasodeMX {
    display: none;
}

.tiempo_limite{
    position: fixed;
    right: 30px;
    top: 30px;
    color: #ffffff;
    text-align: center;
    background: #333333;
    padding: 10px 20px;
}

.tiempo_limite #number {
    font-size: 1.6em;
    font-weight: bold;
}


.stripe_form {
    background: #eeeeee;
    padding: 30px 30px 0 30px;
    margin: 10px 0 30px 0;
}



#card-errors {
    padding: 20px 0;
    color: #f00000;
}

