:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
  }
}

.navbar-logo-left {
  z-index: 99;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
  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: rgba(26, 27, 31, .75);
}

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

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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: rgba(26, 27, 31, .75);
}

.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;
}

.section {
  background-image: linear-gradient(90deg, #2f3b75, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/8336.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 600px;
  padding: 20px;
  display: block;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-size: 48px;
  font-weight: 700;
}

.paragraph {
  color: #fff;
  max-width: 450px;
  
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  margin-bottom: 0;
  margin-left: 0;
}

.button {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 5px;
}

.body {
  font-family: PT Sans, sans-serif;
}

.section-2 {
  padding: 20px;
}

.section-2.banner {
  background-color: #2f3b75;
}

.section-2.banner._40, .section-2._40 {
  padding-bottom: 40px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(rgba(47, 59, 117, .56), rgba(47, 59, 117, .56)), url('../images/8336.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  height: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-4:hover {
  background-image: linear-gradient(rgba(47, 59, 117, .76), rgba(47, 59, 117, .76)), url('../images/8336.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-3 {
  color: #939bc4;
  margin-left: auto;
  margin-right: auto;
}

.heading-3.banner {
  color: #fff;
}

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

.div-block-6 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-color: #2f3b75;
  width: 70px;
  height: 7px;
}

.div-block-7.banner {
  background-color: #fff;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4.color {
  color: #2f3b75;
  text-align: center;
}

.text-block {
  color: #fff;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.button-2 {
  background-color: #2f3b75;
  border-radius: 5px;
}

.button-2.contacto {
  color: #2f3b75;
  background-color: #fff;
  margin-top: 20px;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  flex: 1;
}

.div-block-11 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-2.contacto {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.section-5 {
  padding: 40px;
}

.section-5.centro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-16.texto-con-imagen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  max-width: 1200px;
}

.div-block-46 {
  flex: 1;
  max-width: 1200px;
}

.programa {
  text-align: justify;
}

.section-6 {
  padding: 40px;
}

.section-6.centro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.section-6.centro._2 {
  padding-top: 20px;
  padding-bottom: 0;
}

.section-6.centro._40 {
  padding-bottom: 40px;
}

.div-block-47 {
  background-image: url('../images/8336.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
}

.div-block-47._2 {
  height: 600px;
}

.div-block-48 {
  flex: 1;
}

.footer-dark {
  background-color: #fff;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.f-checkbox {
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #2f3b75;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-section-large {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 5%;
  display: flex;
  position: relative;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-text-area {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 5px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-checkbox-label {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.div-block-41 {
  flex: 1;
  margin-right: 5%;
}

.f-field-label {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.text-span {
  color: #949494;
  font-weight: 400;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.text-span-2 {
  color: #949494;
  font-weight: 400;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.div-block-49 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.div-block-50 {
  background-image: url('../images/perinver.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  margin-top: 20px;
}

.f-field-input {
  border: 1px solid #e4e6f1;
  border-radius: 5px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.button-3 {
  color: #0082ca;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}

.button-3.azul {
  color: #fff;
  background-color: #2f3b75;
  border-color: #2f3b75;
  border-radius: 5px;
}

.button-3.azul.w--current {
  color: #001ca8;
  background-color: #fff;
}

.link-2 {
  color: #2f3b75;
}

.paragraph-8 {
  color: #2f3b75;
  font-size: 16px;
  font-weight: 700;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.body-2 {
  background-color: #fff;
  font-family: PT Sans, sans-serif;
}

.body-3, .body-4, .body-5, .body-6, .body-7 {
  font-family: PT Sans, sans-serif;
}

.div-block-51 {
  background-image: linear-gradient(rgba(47, 59, 117, .63), rgba(47, 59, 117, .63)), url('../images/8336.jpg');
  background-position: 0 0, 50%;
  background-size: cover;
  border-radius: 5px;

  max-width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  
  display: block;
}

.image-5 {
  width: 8px;
}

.footer-copyright-center-2 {
  color: #dfdfdf;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-dark-2 {
  background-color: #0082ca;
  border-bottom-color: #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.link-footer {
  color: #000;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: rgba(0, 0, 0, .7);
}

.footer {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container-4 {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
  position: relative;
}

.container-4.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-column {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.svg-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.div-block-52 {
  flex-flow: column;
  align-self: stretch;
  margin-top: 30px;
  display: flex;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.image-11 {
  align-self: center;
}

.bold-text-14 {
  color: #2f3b75;
}

.bold-text-14._2 {
  color: #fff;
}

.heading-9 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.container-6 {
  color: #000;
}

.paragraph-9 {
  color: #1f1f1f;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.section-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-4 {
  color: #9c7f43;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.bold-text-15, .bold-text-16 {
  color: #2f3b75;
}

.div-block-53 {
  margin-top: 40px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link-2 {
  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-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.slider {
  height: 500px;
}

.div-block-54 {
  background-image: url('../images/8336.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-55 {
  background-color: #2f3b75;
  padding: 10px;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.image-12, .image-13, .image-14 {
  margin-bottom: 10px;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .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: #2f3b75;
  }

  .paragraph-2.contacto {
    max-width: 598px;
    line-height: 38px;
  }

  .div-block-16.texto-con-imagen {
    flex-flow: column;
  }

  .div-block-46 {
    align-self: stretch;
  }

  .div-block-47 {
    flex: 0 auto;
    height: 400px;
  }

  .div-block-47._2 {
    height: 400px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-50 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .container-4.cc-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-4.cc-footer.fot {
    flex-direction: row;
    display: flex;
  }

  .text-block-4 {
    margin-bottom: 5px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .section {
    background-image: linear-gradient(0deg, #2f3b75, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/8336.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 500px;
  }

  .heading-2 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 28px;
  }

  .paragraph {
    text-align: justify;
    max-width: 282px;
    font-size: 14px;
  }

  .div-block {
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 0;
  }

  .div-block-2 {
    margin-bottom: 40px;
    margin-left: 0;
  }

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

  .paragraph-2.contacto {
    line-height: 45px;
  }

  .section-5.centro.sin-espacio {
    padding-bottom: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .f-section-large {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-41 {
    align-self: stretch;
    margin-right: 0%;
  }

  .div-block-50 {
    flex: 0 auto;
    height: 400px;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-social {
    margin-right: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-4 {
    max-width: 406px;
  }

  .container-4.cc-footer {
    flex-wrap: wrap;
  }

  .footer-column {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .footer-links-list {
    padding-right: 0;
  }

  .text-footer-credits {
    text-align: center;
  }

  .footer-social {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navigation-logo.w--current {
    text-align: center;
  }

  .heading-9 {
    font-size: 30px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    margin-bottom: 30px;
  }

  .text-block-4 {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

  .slider {
    height: 400px;
  }
}

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

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
  }

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

  .section {
    height: 400px;
  }

  .div-block {
    padding-right: 0;
  }

  .paragraph-2.contacto {
    font-size: 25px;
    line-height: 28px;
  }

  .div-block-47, .div-block-47._2 {
    height: 200px;
  }

  .container-2 {
    max-width: none;
  }

  .div-block-50 {
    height: 200px;
  }

  .button-3 {
    text-align: center;
  }

  .container-3 {
    max-width: none;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 100%;
  }

  .heading-9 {
    font-size: 23px;
  }

  .text-block-4 {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .slider {
    height: 200px;
  }

  .slide-nav {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 8px;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-_79cd0a44-fcdc-314e-903e-702c0fcb0038-0fcb0029, #w-node-_79cd0a44-fcdc-314e-903e-702c0fcb0043-0fcb0029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
