body{
  font-family: "Work Sans", sans-serif;
}


.section-form{
  padding: 80px 0;
}
.section-form h1{
  color:#153E69;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0;
  text-transform: uppercase;
}
.section-form .contenido{
  padding: 0 0 25px;
}
.needs-validation{
  display: flex;
  flex-wrap: wrap;
}
.needs-validation .grupo-1{
    flex: 0 0 auto;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
}
.needs-validation .needs-validation .form-check,
.needs-validation .box-btn{
    width: 100%;
}
.needs-validation .form-label{
  font-weight: 600;
  font-size: 15px;
  color:#153E69;
  margin-bottom: 8px;
  line-height: 1;
}
.needs-validation .grupo-1 input{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 42px;
    border-radius: 5px;
    padding: 5px 15px !important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.needs-validation select{
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  background-color: #fff;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3em 0.5em 1em;
  margin: 0;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff)!important;
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em!important;
  background-size: 5px 5px, 5px 5px, 1px 1.5em!important;
  background-repeat: no-repeat!important;
}
.needs-validation .grupo-2{
    margin-top: 10px;
    margin-bottom: 15px;
}
.needs-validation .form-check{
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    width: 100%;
    margin-left: 30px;
}
.needs-validation .form-check input{
    position: absolute;
    left: 0;
    top: -3px;
}
.needs-validation .form-check input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #D6A24A;
    background-color: transparent;
    outline: none!important;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 0;
    transition: all 0.3s;
}
.needs-validation .form-check input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 5px;
    top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    z-index: 1;
}
.needs-validation .form-check input[type="checkbox"]:checked{
    border-color: #D6A24A;
}
.needs-validation .form-check input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.needs-validation .form-check input[type="checkbox"]:checked::before {
    background-color: #D6A24A;
}
.needs-validation .form-check label{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.needs-validation .box-btn{
  max-width: 200px;
  margin: 0 auto;
}
.needs-validation .box-btn button{
    width: 100%;
    padding: 12px 5px 13px;
    background: #D6A24A;
    border: 1px solid #D6A24A;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.005em;
    color: #2F2111 !important;
    text-transform: uppercase;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 0;
}

.needs-validation .grupo-1 input:focus,
.needs-validation select:focus,
.needs-validation .form-check input:focus{
  box-shadow: none;
}
.needs-validation .grupo-1 input:focus,
.needs-validation select:focus{
  border: 1px solid #000 !important;
}
.needs-validation .form-check label span a{
  color: #000;
  font-weight: 600;
}
.needs-validation .grupo-1 input[type="file"]{
  font-size: 15px;
  line-height: 2;
}
.needs-validation .grupo-1 .parrafo{
  color: #000;
  font-size: 12px;
}
@media (max-width: 550px){
  .needs-validation .grupo-1{
      width: 100%;
      padding: 0;
  }
  .needs-validation .form-check{
    margin-left: 25px;
  }
}
.cuadro-x1{
  background: #fbf7f0;
  padding: 15px;
  margin-bottom: 15px;
}
.font-black-12{
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 700 !important;
}
.text-justify{
  text-align: justify;
}
.cuadro-celeste{
  background: #eaf6fb;
}
.cuadro-celeste *{
  color:#153E69;
}
