.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-stack {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0000;
  background-image: url('../images/bg_header.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-top: 4px #0f6990;
  border-bottom: 1px solid #0f6990;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  position: relative;
}

.hero-stack.mobile {
  display: none;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.subscript {
  line-height: 0;
}

.image {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 140px;
}

.paragraph {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 88px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block {
  float: left;
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block.block_servicio {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 10px;
}

.section {
  float: none;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #f1f1f1;
  border: 1px #000;
  border-top: 5px solid #0f6990;
  border-bottom-width: 0;
  outline: 3px #333;
  width: 100%;
  margin: 0 auto 60px;
  padding-top: 55px;
  padding-bottom: 55px;
  display: block;
}

.div-block-2 {
  float: left;
  width: 30%;
}

.div-block-2.block_servicio {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-3 {
  float: left;
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-4 {
  float: left;
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-5 {
  float: left;
  width: 33%;
}

.div-block-6, .div-block-7 {
  float: left;
  text-align: center;
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-8 {
  float: left;
  width: 45%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.section-3 {
  float: none;
  clear: none;
  text-align: center;
  width: 100%;
  margin: 65px auto 75px;
}

.div-block-9 {
  float: left;
  width: 45%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  color: #113c92;
}

.heading.tit {
  color: #002b3e;
}

.tit {
  float: none;
  color: #0f6990;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.slide {
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 10px;
}

.slide-2 {
  width: auto;
  height: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section-4 {
  height: auto;
  margin-top: 111px;
  margin-bottom: 180px;
}

.image-2 {
  float: none;
  width: 70px;
}

.image-3 {
  width: 50px;
}

.image-4, .image-5 {
  width: 60px;
}

.image-6 {
  width: 50px;
}

.image-7 {
  width: 30px;
}

.image-8 {
  width: 40px;
}

.mask {
  width: auto;
  height: auto;
}

.slider {
  background-color: #fff;
  height: auto;
}

.section-5 {
  text-align: center;
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-6 {
  text-align: center;
  background-color: #333;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.image-9 {
  opacity: 1;
  width: 100%;
  height: 470px;
}

.slide-3 {
  object-fit: contain;
  width: 33%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  width: auto;
  height: 100%;
}

.slide-4 {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-5, .slide-6 {
  width: auto;
  padding-right: 10px;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.heading-2 {
  color: #434749;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-2 {
  color: #535353;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
}

.slide-nav {
  display: none;
  overflow: hidden;
}

.lightbox-link {
  width: auto;
  height: auto;
  text-decoration: none;
}

.image-11 {
  width: 60px;
}

.paragraph-3 {
  float: none;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-12, .image-13, .image-14, .image-15 {
  padding-right: 20px;
}

.section-7 {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4, .paragraph-5 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9, .paragraph-10 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  margin-top: 40px;
}

.paragraph-11 {
  text-align: left;
  width: 30%;
  display: inline-block;
}

.paragraph-12 {
  text-align: left;
  width: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.link {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}

.div-block-10 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-13 {
  color: #0f6990;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-14 {
  color: #0f6990;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 40px;
  font-size: 16px;
}

.paragraph-14.blanco {
  color: #fff;
}

.link-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  margin-left: auto;
  font-size: 12px;
  text-decoration: underline;
}

.link-2.gris {
  color: #615d5d;
}

.image-16 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12, .div-block-13, .div-block-14, .div-block-15 {
  text-align: center;
}

.link-3 {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}

.link-4 {
  color: #333;
  font-size: 15px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.link-5 {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}

.link-6 {
  color: #333;
  font-size: 15px;
  line-height: 30px;
}

.bold-text {
  line-height: 25px;
}

.link-7 {
  color: #2b2b2b;
}

.section-8 {
  background-color: #f5f5f5;
  border-top: 3px solid red;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container-4, .container-5 {
  display: flex;
}

.div-block-16 {
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-17 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  background-color: #003146;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-17 {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.div-block-19 {
  margin-top: 2px;
  padding-top: 40px;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-20 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  margin-top: 35px;
  margin-right: 29px;
  padding-right: 0;
}

.container-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1620px;
  display: flex;
}

.heading-4 {
  color: #0f6990;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.background-video {
  width: 100%;
  min-height: 720px;
}

.div-block-21 {
  width: 100%;
}

.section-11 {
  background-color: #013b4f;
}

.navbar {
  background-color: #ddd0;
}

.container-7 {
  color: #fff;
}

.nav-menu {
  color: #fff;
  margin-top: 10px;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2.w--current {
  color: red;
}

.nav-link-3, .nav-link-4 {
  color: #fff;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-8 {
  max-width: 1200px;
}

.section-12 {
  margin-bottom: 60px;
}

.heading-5 {
  color: #363636;
  font-size: 24px;
  text-decoration: none;
}

.heading-6 {
  color: #013b4f;
  font-size: 25px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-stack {
    display: none;
  }

  .hero-stack.mobile {
    height: 45vh;
    display: none;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image {
    width: 80%;
  }

  .container-2 {
    margin-bottom: 192px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .paragraph {
    margin-top: 40px;
    font-size: 12px;
  }

  .div-block.block_servicio {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    width: 100%;
  }

  .div-block-2.block_servicio, .div-block-3, .div-block-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }

  .section-2 {
    flex-direction: column;
  }

  .section-3 {
    margin-top: 0;
  }

  .div-block-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }

  .image-9 {
    width: 100%;
  }

  .slide-3 {
    width: 90%;
  }

  .slider-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-8, .paragraph-10 {
    width: 100%;
  }

  .paragraph-11 {
    text-align: center;
    width: 100%;
  }

  .paragraph-12 {
    text-align: center;
    width: 100%;
    margin-top: 21px;
  }

  .link {
    text-transform: none;
    text-decoration: none;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .link-2.gris {
    color: #1f1e1e;
  }

  .div-block-12 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    text-align: left;
    flex-direction: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .container-6 {
    text-align: center;
    flex-flow: column;
    width: 90%;
  }

  .container-6.pory {
    width: 90%;
  }

  .nav-menu {
    background-color: #013b4f;
  }

  .nav-link-2 {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .nav-link-3 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .nav-link-4 {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .brand.w--current {
    width: 120px;
  }

  .section-12 {
    width: 320px;
  }

  .icon {
    width: 50px;
    font-size: 40px;
  }

  .container-9 {
    width: 80%;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
  }

  .menu-button-2.w--open {
    background-color: #013b4f;
  }

  .div-block-22 {
    margin-left: auto;
    margin-right: auto;
  }
}
