#tit_seccion h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #25248C;
    margin-top: 30px;
}

sub_seccion h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
    color: #000;
}



#formulario h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #25248C;
}


#datos_contacto h5 {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #25248C;
    font-weight: 600;
}

#datos_contacto p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 23px;
}

#datos_contacto img {
    vertical-align: middle;
    margin-right: 5px;
}






.btn_cont {
    width: 96%;
    outline: none;
    height: 42px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}

.btn_cont2 {
    width: 96%;
    outline: none;
    height: 112px;
    padding-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}



#btn_enviar {
    text-align: right;
    margin: 25px 2% 25px 0;
}

#enviar {
    cursor: pointer;
}

.formulario3 {
    padding: 10px 25px;
    border: 0;
    background-color: #CD0B13;
    color: #FFF;
}

/* Desktop */
@media (min-width: 1000px){
  #contacto {
      display: inline-block;
      width: 34%;
      margin-right: 5%;
      vertical-align: top;
  }

  #datos_contacto {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px dashed #CCC;
  }

  #formulario {
      width: 60%;
      display: inline-block;
      vertical-align: top;
  }

  #campo50 {
      width: 49.5%;
      display: inline-block;
      vertical-align: top;
  }
}

/* Mobile */
@media (max-width: 1000px){

  #contacto {
      margin-right: 0;
      width: 100%;
  }

  #datos_contacto {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  #formulario {
      width: 100%;
  }

  #formulario h4 {
      text-align: center;
      font-size: 18px;
  }

  #campo50 {
      width: 100%;
  }
}
