/*@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1000px;
}
}*/
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .container .col-12 {
    margin: 0;
    padding: 0;
  }
  .container hr {
    width: 100% !important;
  }
}

html {
  scroll-behavior: smooth;
}

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

.margin_none {
  margin: 0 !important;
}

.padding_none {
  padding: 0 !important;
}

.header {
  padding: 30px 50px 24px;
}

.header .logo {
  padding: 0;
}

.header .datos {
  padding: 0;
  text-align: right;
  color: #666;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .datos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .datos img {
  margin-left: 12px;
}

@media (max-width: 992px) {
  .header .logo {
    text-align: center;
    margin: 0 auto;
  }
  .header .datos {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header .logo img {
    max-width: 218px;
  }
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.bg-dark {
  background-color: #153d8a !important;
}

.navbar .logonavbar {
  display: none;
}

.navbar .nav-link {
  font-size: 26px;
  font-weight: 700;
  padding: 0.2rem 1rem;
  color: white !important;
}

.navbar .nav-link:hover {
  background: #1651c3;
}

.navbar .separator {
  font-size: 26px;
  font-weight: 700;
  color: white !important;
}

@media (max-width: 991px) {
  .navbar .separator {
    display: none;
  }
  .navbar .navbar-toggler {
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .navbar-toggler:focus {
    border: none !important;
    outline: none !important;
  }
  .navbar .navbar-toggler span {
    padding: 0 8px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0;
  }
  .logonavbar {
    display: block !important;
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .logonavbar img {
    max-width: 218px;
    margin: 15px 0;
  }
  .paradesktop {
    display: none;
  }
}

.carousel-item .carousel-caption {
  bottom: 100px;
}

.carousel-item .carousel-caption h1 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  background: #153d8a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 16px 30px;
}

@media (max-width: 768px) {
  .carousel-item .carousel-caption {
    bottom: 20%;
  }
  .carousel-item .carousel-caption h1 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .carousel-item {
    height: 195px;
  }
  .carousel-item img {
    height: 100%;
  }
  .carousel-item .carousel-caption h1 {
    padding: 12px;
  }
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1 !important;
}

.carousel-indicators li.active {
  background-color: #153d8a;
}

.section {
  position: relative;
}

.section .spanid {
  top: -40px;
  pointer-events: none;
  position: absolute;
}

.section h2 {
  font-size: 50px;
  line-height: 50px;
  margin: 24px;
  font-weight: 700;
  color: #153d8a;
}

.section h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #153d8a;
}

.section p {
  font-size: 26px;
  line-height: 34px;
  color: #666;
  margin: 5px 15% 45px;
}

.section .imagen {
  overflow: hidden;
  margin: 0 auto;
  width: 800px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section .imagen img {
  width: 100%;
}

@media (max-width: 991px) {
  .section .imagen {
    width: 100%;
  }
}

.section hr.separador_azul {
  border-top: 2px solid #153d8a;
  width: 85%;
}

.section hr.separador_gris {
  border-top: 1px solid #666;
  width: 85%;
}

.section .size30 {
  font-size: 30px;
  line-height: 36px;
}

.section .size21 {
  font-size: 21px;
  line-height: 25px;
}

.section .size19 {
  font-size: 19px;
  line-height: 22px;
}

.section .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section .enviar {
  text-align: center;
}

.section .btn-enviar {
  background: #153d8a;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 4px 60px;
}

.section .btn-enviar:hover {
  background: #666;
}

.section .datos_contacto {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.section .datos_contacto p {
  font-size: 30px;
  line-height: 40px;
}

.section .datos_contacto p span {
  font-size: 34px;
  font-weight: 700;
}

.section .mapa {
  padding-bottom: 30px;
  border-bottom: 1px solid #565E7F;
}

.section .map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.section .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.section .formulario .form-control {
  background: #dcdcdc;
  border: 1px solid #a9a9a9;
  border-radius: 0;
}

@media (max-width: 375px) {
  .section .map-responsive {
    padding-bottom: 100%;
  }
}

@media (max-width: 425px) {
  .section .spanid {
    top: -160px;
  }
  .section h2 {
    font-size: 35px;
  }
  .section p {
    font-size: 18px;
    line-height: 21px;
    margin: 5px 10% 30px;
  }
  .section h3 {
    font-size: 22px;
  }
  .section .imagen {
    height: 232px;
  }
  .section .datos_contacto p {
    font-size: 26px;
    line-height: 40px;
  }
  .section .datos_contacto p span {
    font-size: 32px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .section .spanid {
    top: -290px;
  }
  .section .formulario {
    padding: 0 40px;
  }
  .section .formulario p.size19 {
    text-align: center;
  }
  .section .formulario .enviar {
    text-align: center;
  }
}

footer {
  background-color: #153d8a;
  color: #fff;
  border: none !important;
  padding: 16px 0;
}

footer p {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
  width: 100%;
}

@media (max-width: 991px) {
  footer .col-12 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .col-12 p {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 425px) {
  .mb-5 {
    margin-bottom: 1rem !important;
  }
}
/*# sourceMappingURL=estilos.css.map */