html, body{ 
    height: 100%;
    background: #f1f1f1;
}
a{
    color: #02509d;
}
input:focus {
    outline: 0;
}
.res{
    color: #ffffff;
    font-size: 12px;
    background: rgba(230, 9, 9, 0.64);
    position: absolute;
    border-radius: 4px;
    padding: 2px 7px;
    line-height: 1;
}
.res:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(230, 9, 9, 0.64);
    content: "";
    top: -5px;
    position: absolute;
}
div#enviado{
    text-align: center;
    font-size: 22px;
}
.fondo-aconstruir{
    background-image: url(../images/fondo_charlas_aconstruir.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 33% center;
    position: relative;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
}
.fondo-aconstruir:before {
    content: "";
    background: rgba(30, 46, 98, 0.42);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
img.logo-aconstuir {
      width: 150px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.formulario-content{
    padding: 30px;
    background: #f1f1f1;
}
.formulario-content h2{
    text-align: center;
    color: #02509e;
    font-weight: 700;
}

.formulario-content .form-check-label {
    font-size: 14px; 
}

input#submit{
    background: #02509d;
    color: #fff;
    padding: 7px 50px;
    border-radius: 10px;
    border: 0;
    font-size: 22px;
    letter-spacing: 1px;
}
.formulario-content .form-control {
    border: 1px solid #02509e;
}
.formulario-content label{
    margin-bottom: 0!important;
}
.btn-outline-primary {
    color: #02509d;
    border-color: #02509d;
}
.btn-outline-primary:hover {
    background-color: #02509d;
}
.btn-outline-primary:disabled {
    color: #02509d;
}
.form-control:disabled{
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #d4d4d4!important;
}

@media (min-width: 992px){
.fondo-aconstruir {
    min-height: 650px;
}
}
@media (max-width: 991px){
    .h-100{
    height: auto !important;
    }
    .fondo-aconstruir{
    height: 166px;
    background-position: center 8% !important;
    }
    img.logo-aconstuir {
    width: 100px;
    right: 15px;
    bottom: 20px;
}
}
@media (max-width: 560px){
    .formulario-content {
    padding: 40px 20px !important;
  }
  .fondo-aconstruir {
    height: 140px;
}
}