body, html {
  font-family: 'Roboto', sans-serif;
}

nav.navbar {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

nav.navbar .logo-siglo21-header {
  width: 130px;
}

@media (min-width: 576px) {
  nav.navbar .logo-siglo21-header {
    width: 170px;
  }
}

header {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  -ms-flex-direction: column;
      flex-direction: column;
  height: 95vh;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 0 20px;
  margin-top: -62px;
}

header h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  header h1 {
    font-size: 46px;
  }
}

header h1:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 200px;
  height: 3px;
  margin: 10px auto 15px auto;
}

header p.tagline {
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.6);
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  header p.tagline {
    width: 50%;
    font-size: 22px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  header {
    height: 75vh;
    background-size: cover;
    margin-top: -80px;
    padding-top: 80px;
  }
}

section.diferenciales {
  background-image: url(../../../../../assets/img/bg-section-1-mobile.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
}

section.diferenciales:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

section.diferenciales .container {
  position: relative;
  z-index: 2;
}

section.diferenciales .container h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 0;
}

section.diferenciales .container h2:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 200px;
  height: 3px;
  margin: 10px auto;
}

section.diferenciales .container .diff-items .diff-item {
  margin-bottom: 25px;
  min-height: 162px;
}

section.diferenciales .container .diff-items .diff-item .icon-cont img {
  height: 95px;
  margin-bottom: 10px;
}

section.diferenciales .container .diff-items .diff-item h4 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  section.diferenciales {
    background-image: none;
    background-color: #C1C1C1;
    padding: 45px 0 0 0;
  }
  section.diferenciales h2 {
    display: none;
  }
  section.diferenciales .container .diff-items .diff-item {
    min-height: 95px;
  }
}

section.ficha {
  background-color: #1A5949;
  color: #fff;
}

section.ficha h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.18);
}

section.ficha #ficha-contents {
  padding: 25px 0px 20px 0px;
}

@media (min-width: 768px) {
  section.ficha #ficha-contents {
    padding: 25px 0 20px 0;
  }
}

section.ficha #ficha-contents .ficha-datalist dt {
  font-size: 17px;
}

section.ficha #ficha-contents .ficha-datalist dt:before {
  content: "\e080";
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  font-size: 12px;
}

section.ficha #ficha-contents .ficha-datalist dd {
  margin-bottom: 15px;
}

section.plan {
  background-color: #00A88E;
  color: #fff;
}

section.plan h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.18);
}

section.plan #plan-contents {
  padding: 15px 0px 20px 0px;
}

@media (min-width: 768px) {
  section.plan #plan-contents {
    padding: 20px 0 30px 0;
  }
}

section.plan #plan-contents h3 {
  font-size: 17px;
}

section.plan #plan-contents h4 {
  font-size: 15px;
  padding-left: 10px;
}

section.plan #plan-contents ul li {
  font-size: 14px;
}

section.modalidad {
  background-color: #1A5949;
  color: #fff;
}

section.modalidad h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.18);
}

section.modalidad #modalidad-contents {
  padding: 15px 0px 20px 0px;
}

@media (min-width: 768px) {
  section.modalidad #modalidad-contents {
    text-align: center;
    padding: 15px 0 45px 0;
  }
}

section.modalidad #modalidad-contents h3 {
  font-size: 20px;
  font-weight: 400;
}

section.modalidad #modalidad-contents h3:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 75px;
  height: 3px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  section.modalidad #modalidad-contents h3 {
    font-size: 22px;
  }
  section.modalidad #modalidad-contents h3:after {
    width: 125px;
    margin: 10px auto;
  }
}

section.modalidad #modalidad-contents p {
  font-size: 14px;
}

@media (min-width: 768px) {
  section.modalidad #modalidad-contents p {
    font-size: 16px;
  }
}

section.porque-siglo21 {
  background-color: #00A88E;
  color: #fff;
}

section.porque-siglo21 h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(0, 0, 0, 0.18);
}

section.porque-siglo21 #porque-siglo21-contents {
  padding: 15px 0px 20px 0px;
}

@media (min-width: 768px) {
  section.porque-siglo21 #porque-siglo21-contents {
    padding: 20px 0 30px 0;
  }
}

section.porque-siglo21 #porque-siglo21-contents p {
  text-align: center;
  font-size: 15px;
}

@media (min-width: 768px) {
  section.porque-siglo21 #porque-siglo21-contents p {
    font-size: 16px;
  }
}

section.contact {
  background-image: url(../../../../../assets/img/bg-contact-mobile.jpg);
  background-size: cover;
  background-position: center center;
  padding: 30px 0 0 0;
  position: relative;
}

@media (max-width: 767px) {
  section.contact:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  section.contact {
    padding: 60px 0 0 0;
    background-image: url(../../../../../assets/img/bg-contact-desktop.jpg);
  }
}

section.contact .container {
  position: relative;
  z-index: 2;
}

section.contact .form_solicitar_info {
  margin-bottom: 40px;
}

section.contact h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  section.contact h2 {
    font-size: 28px;
  }
}

section.contact h3 {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}

section.contact .form-group {
  margin-bottom: 5px;
}

section.contact .row {
  margin-left: 0px;
  margin-right: 0px;
}

section.contact .form-control {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid #7C7B80;
  box-shadow: none;
  font-size: 14px;
  padding: 6px 8px;
  height: 30px;
}

section.contact input[type=submit] {
  background-color: #009681;
  border: 0;
  border-radius: 0;
  margin-top: 5px;
}

section.contact #ues21si-lead-form .col-xs-1, section.contact #ues21si-lead-form .col-xs-2, section.contact #ues21si-lead-form .col-xs-3, section.contact #ues21si-lead-form .col-xs-4, section.contact #ues21si-lead-form .col-xs-5, section.contact #ues21si-lead-form .col-xs-6, section.contact #ues21si-lead-form .col-xs-7, section.contact #ues21si-lead-form .col-xs-8, section.contact #ues21si-lead-form .col-xs-9, section.contact #ues21si-lead-form .col-xs-10, section.contact #ues21si-lead-form .col-xs-11, section.contact #ues21si-lead-form .col-xs-12, section.contact #ues21si-lead-form .col-sm-1, section.contact #ues21si-lead-form .col-sm-2, section.contact #ues21si-lead-form .col-sm-3, section.contact #ues21si-lead-form .col-sm-4, section.contact #ues21si-lead-form .col-sm-5, section.contact #ues21si-lead-form .col-sm-6, section.contact #ues21si-lead-form .col-sm-7, section.contact #ues21si-lead-form .col-sm-8, section.contact #ues21si-lead-form .col-sm-9, section.contact #ues21si-lead-form .col-sm-10, section.contact #ues21si-lead-form .col-sm-11, section.contact #ues21si-lead-form .col-sm-12, section.contact #ues21si-lead-form .col-md-1, section.contact #ues21si-lead-form .col-md-2, section.contact #ues21si-lead-form .col-md-3, section.contact #ues21si-lead-form .col-md-4, section.contact #ues21si-lead-form .col-md-5, section.contact #ues21si-lead-form .col-md-6, section.contact #ues21si-lead-form .col-md-7, section.contact #ues21si-lead-form .col-md-8, section.contact #ues21si-lead-form .col-md-9, section.contact #ues21si-lead-form .col-md-10, section.contact #ues21si-lead-form .col-md-11, section.contact #ues21si-lead-form .col-md-12, section.contact #ues21si-lead-form .col-lg-1, section.contact #ues21si-lead-form .col-lg-2, section.contact #ues21si-lead-form .col-lg-3, section.contact #ues21si-lead-form .col-lg-4, section.contact #ues21si-lead-form .col-lg-5, section.contact #ues21si-lead-form .col-lg-6, section.contact #ues21si-lead-form .col-lg-7, section.contact #ues21si-lead-form .col-lg-8, section.contact #ues21si-lead-form .col-lg-9, section.contact #ues21si-lead-form .col-lg-10, section.contact #ues21si-lead-form .col-lg-11, section.contact #ues21si-lead-form .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

section.contact #ues21si-lead-form .area-code .col-xs-3.text-right, section.contact #ues21si-lead-form .mobile-phone .col-xs-2.text-right {
  padding-right: 5px;
  line-height: 32px;
  color: #fff;
}

section.contact #ues21si-lead-form-wrapper input[type=submit] {
  text-transform: uppercase;
  background-color: #F09700;
  border: 0;
  width: auto;
  margin: 5px auto 0 auto;
  color: #fff;
}

section.contact .checkbox-promos {
  text-align: center;
}

section.contact .checkbox-promos label {
  font-size: 12px;
  color: #fff;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  section.contact #ues21si-lead-form-wrapper .form-control {
    height: 38px;
    margin-bottom: 2px;
    font-size: 14px;
    padding: 10px 16px;
  }
  section.contact #ues21si-lead-form-wrapper input[type=submit] {
    font-size: 18px;
    padding: 10px 25px;
  }
  section.contact .checkbox-promos {
    text-align: center;
  }
  section.contact .checkbox-promos label {
    font-size: 13px;
  }
}

footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

@media (min-width: 768px) {
  footer {
    padding: 15px 0;
  }
}

footer img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  footer img {
    width: 280px;
  }
}

h2 .glyphicon {
  top: 4px;
  left: 5px;
}

header {
  background-image: url(../img/hero-mobile.jpg?id=2);
}

@media (min-width: 500px) {
  header {
    background-image: url(../img/hero-desktop.jpg);
  }
}

.modal-backdrop.in{
  display: none;
}