/*-- General Styles ---*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
/*p{font-size:15px;}*/
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

/*-- Helper class --*/
.f-inline {
  display: inline-block;
}
.navbar-default {
  background: none;
  border: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.f-hcenter {
  text-align: center;
}
.f-hcenter > * {
  display: inline-block;
}
.clearfix {
  clear: both;
}
.navbar-brand {
  height: auto;
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.fix-right {
  padding-right: 0px;
}
.fix-left {
  padding-left: 0px;
}

/* ==========================================================================
Fonts
========================================================================== */

/* ==========================================================================
Author's custom styles
========================================================================== */
body {
  color: #454545;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  position: relative;
}
.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formulario_libro_de_reclamaciones {
  padding: 20px 0 70px;
}
.formulario_libro_de_reclamaciones h1 {
  color: #00266a;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}
.formulario_libro_de_reclamaciones p {
  background-color: #00256a;
  color: white;
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
}
.sub_title {
  color: #00256a;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
.form-control {
  border: 1px solid #00246a;
  border-radius: 0;
  color: #00246a;
}
.form-control:focus {
  border-color: #00246a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(0, 36, 106);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(0, 36, 106);
}
fieldset {
  padding: 0.35em 1.5em 0.75em !important;
  border: 1px solid #00246a !important;
}
legend {
  width: auto;
  border-bottom: 0;
}
.espa_top {
  margin-top: 40px;
}
.cont {
  font-size: 14px;
  color: #00246a;
  position: relative;
  padding-left: 20px;
}
.checkmark.lef {
  left: 18px;
  position: absolute;
  top: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: 4px;
  top: 0;
}
.border {
  border: 1px solid #00246a;
}
.btn-default {
  color: #fff;
  background-color: #00246a;
  border-color: #00246a;
  padding: 6px 50px;
  border-radius: 0;
  margin-top: 30px;
}
.btn-default:hover {
  color: #00246a;
  background-color: #ffffff;
  border-color: #00246a;
}
.declaro {
  color: #00246a;
  font-size: 15px;
}
.text {
  font-size: 15px;
  text-align: center;
  padding: 20px;
  color: #00246a;
}
.text_a {
  font-size: 16px;
  color: #00246a;
  line-height: 1.2;
  margin-bottom: 10px;
}
.espa_te {
  margin-bottom: 30px;
  margin-top: 30px;
}
label {
  color: #00246a;
  font-size: 14px;
  width: 100%;
}
label.error {
  color: red;
}
.checkbox label,
.radio label {
  color: #00246a;
  font-size: 14px;
  text-align: left;
}
h4 {
  color: #00246a;
  font-size: 14px;
  text-align: left;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  top: 9px;
  z-index: 8;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: 0;
  top: 7px;
  z-index: 9;
}
.top_header {
  background-color: #002669;
  padding: 30px 0;
}
h1 {
  color: white;
  padding-top: 25px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
footer {
  background-color: #111111;
  padding: 40px 0;
}
.numeros {
  text-align: right;
  padding: 15px 0;
}
.numeros a {
  color: white;
  font-size: 17px;
}
.border_bottom {
  border-bottom: 3px solid white;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.universidad {
  color: white;
  text-align: center;
  font-size: 15px;
}
.recl {
  text-align: right;
}
.logo {
  display: inline-block;
}
.main_logo {
  display: table;
  width: 100%;
  height: 120px;
}
.child_logo {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.section-top-reclamaciones {
  padding: 40px 0;
}
.section-top-reclamaciones h2 {
  font-size: 25px;
  font-weight: bold;
  color: #002669;
}
.section-top-reclamaciones h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
}
.box-numero-secuencia {
  border: 2px solid #002669;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
#codigo-registro {
  background-color: #00256a;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
#download-btn {
  background-color: #fee90f;
  color: black;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 40px;
  font-weight: 600;
}
.ib {
  display: inline-block;
}
.hide-lg {
  display: none !important;
}
.show-lg {
  display: block !important;
}

/* ==========================================================================
Responsive Mobile
========================================================================== */

@media screen and (max-width: 1200px) {
  /*md*/

  .child_logo img {
    width: 90%;
  }
  .show-md {
    display: block !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  /*sm*/

  .child_logo img {
    width: 90%;
  }
  .right_blue {
    border-right: 0;
  }
  h1 {
    font-size: 30px;
  }
  .show-sm {
    display: block !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /*xs menu movil*/

  .recl {
    text-align: center;
  }
  .center-xs {
    text-align: center;
  }
  h1 {
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .logo img {
    width: 230px;
  }
  .formulario_libro_de_reclamaciones {
    padding: 20px 5px;
  }
  .numeros {
    text-align: center;
    padding: 12px 0 0;
  }
  .numeros a {
    color: white;
    font-size: 15px;
  }
  .universidad {
    font-size: 13px;
  }
  .border_bottom {
    border-bottom: 2px solid white;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .gracias {
    min-height: auto;
    font-size: 15px;
  }
  .main_logo {
    height: 70px;
  }
  .section-top-reclamaciones h2 {
    font-size: 18px;
  }
  .section-top-reclamaciones h3 {
    font-size: 18px;
    text-align: center;
  }
  .box-numero-secuencia {
    font-size: 20px;
    text-align: center;
    display: inline-block;
  }
  .section-top-reclamaciones {
    text-align: center;
    padding: 20px 0;
  }
  #download-btn{
    font-size: 15px;
    margin-bottom: 20px;
    padding: 10px 25px;
  }
  .show-xs {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  /*Panoramica*/
  @media screen and (max-width: 1024px) {
  }
  @media screen and (max-width: 767px) {
    /*xs*/
  }
  @media screen and (max-width: 480px) {
  }
}
@media screen and (orientation: portrait) {
  /*parado*/
  @media screen and (max-width: 640px) {
  }
  @media screen and (max-width: 480px) {
  }
}
@media screen and (max-width: 200px) {
}
@media screen and (min-width: 1200px) {
}
