.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: gopher, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: gopher, sans-serif;
  color: #07562d;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: gopher, sans-serif;
  color: #07562d;
  font-size: 34px;
  line-height: 37px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: gopher, sans-serif;
  color: #1c933e;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: stratos, sans-serif;
  color: #07562d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: gopher, sans-serif;
  color: #2add61;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: stratos, sans-serif;
  color: #1c933e;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

.body {
  background-color: rgba(255, 246, 236, 0);
  font-family: stratos, sans-serif;
  color: #07562d;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.body.beige {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.body.beige.centered.heightline {
  line-height: 18px;
  font-weight: 400;
}

.body.beige.line-height {
  line-height: 18px;
}

.body.beige.line-height.size {
  max-width: 50%;
  min-width: 0px;
  margin-top: 40px;
}

.cover-b {
  height: 100vh;
  max-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 0px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: gopher, sans-serif;
}

.centered-container.hero {
  min-height: 0vh;
  margin-top: 10%;
  padding: 0px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.centered-container.cover {
  position: static;
  margin-top: 20px;
}

.centered-container.cover.margin {
  margin-top: 50px;
}

.t-tulo {
  display: block;
  margin-top: 0px;
  font-family: gopher, sans-serif;
  color: #07562d;
  font-size: 34px;
  font-weight: 500;
}

.t-tulo.centered-text {
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.t-tulo.beige.centered.move {
  margin-top: 0%;
  margin-bottom: 12px;
  font-weight: 500;
}

.preguntas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  width: 86%;
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
}

.slide-nav {
  margin-bottom: 0px;
  padding-bottom: 100px;
  color: #fff6ec;
  text-align: center;
}

.icon {
  color: #2add61;
}

.icon:hover {
  color: rgba(42, 221, 97, 0.5);
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  margin-right: 9%;
  margin-left: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-title {
  margin-top: 0px;
  color: #07562d;
  font-size: 45px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.big-title.change:hover {
  color: #2add61;
}

.column {
  padding-left: 0px;
}

.radio-button {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-width: 2px;
  border-color: #07562d;
}

.radio-button:hover {
  border-color: #2add61;
  background-color: transparent;
}

.radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: #2add61;
  background-color: #2add61;
}

.radio-button-label {
  margin-bottom: 20px;
  color: #07562d;
  font-size: 24px;
  font-weight: 500;
}

.radio-button-label:hover {
  color: #2add61;
}

.radio-button-label:focus {
  color: #1c933e;
}

.column-2 {
  margin-top: 40px;
  padding-left: 30px;
}

.slide-1 {
  background-color: transparent;
  background-image: url('../images/Pregunta-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.submit-button {
  margin-top: 20px;
  margin-left: -30px;
  padding: 10px 20px;
  border: 0px solid #1c933e;
  border-radius: 50px;
  background-color: #1c933e;
  font-family: stratos, sans-serif;
  color: #fff6ec;
  font-weight: 400;
}

.submit-button:hover {
  border-color: #2add61;
  background-color: #2add61;
  color: #fff6ec;
}

.success-message {
  width: 130%;
  max-height: none;
  min-height: 0px;
  border-radius: 20px;
  background-color: #1c933e;
}

.text-block {
  position: relative;
  bottom: auto;
  font-family: stratos, sans-serif;
  color: #fff6ec;
  font-weight: 400;
}

.text-block.big {
  position: relative;
  bottom: auto;
  font-family: gopher, sans-serif;
  font-size: 24px;
}

.icon-2 {
  color: #2add61;
}

.image {
  width: 40%;
}

.slide-2 {
  background-image: url('../images/Pregunta-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/Pregunta-3.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.button {
  border: 0px solid #2add61;
  border-radius: 30px;
  background-color: #2add61;
  font-family: stratos, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button:hover {
  border-width: 0px;
  background-color: rgba(42, 221, 97, 0.5);
}

.body-2 {
  background-color: #fff6ec;
}

.cr-ditos {
  display: inline-block;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: stratos, sans-serif;
  color: #1c933e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.cr-ditos:hover {
  color: rgba(42, 221, 97, 0.5);
}

.cr-ditos.chart {
  width: 20vh;
  margin-top: -25px;
}

.cr-ditos.centered {
  padding-top: 12%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff6ec;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.cr-ditos._1 {
  margin-top: 20px;
  margin-left: 0%;
}

.cr-ditos.redes {
  width: auto;
  margin-top: 0px;
  margin-left: 7%;
}

.cr-ditos._3 {
  color: #fff6ec;
}

.cr-ditos.expectativas {
  margin-top: 20px;
  margin-left: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cr-ditos.expectativas.azul-2 {
  margin-top: 10px;
  color: #0e3f94;
  text-align: center;
}

.cr-ditos.expectativas.rojo-2 {
  margin-top: 10px;
  color: #d30815;
  text-align: center;
}

.cr-ditos.expectativas.amarillo-2 {
  margin-top: 10px;
  color: #fcc42d;
  text-align: center;
}

.cr-ditos.beige {
  margin-top: 2px;
}

.cr-ditos.azul-1 {
  margin-top: 20px;
  margin-left: 0%;
  color: #085abc;
}

.cr-ditos.rojo-1 {
  margin-top: 20px;
  margin-left: 0%;
  color: #ff2a00;
}

.cr-ditos.amarillo-2 {
  color: #fcc42d;
}

.heading-2 {
  max-width: 40%;
  margin-bottom: 40px;
}

.heading-2.centered {
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-2.centered.cover {
  max-width: 38%;
  margin-top: 1%;
  margin-bottom: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff6ec;
  color: #07562d;
}

.sobre-1 {
  height: 100vh;
  clear: none;
  background-color: #07562d;
}

.beige {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff6ec;
}

.beige.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.beige.centered._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beige.centered.h4 {
  margin-top: -4%;
}

.beige.centered._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.beige.pad {
  margin-left: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.beige._1 {
  margin-top: 10%;
  margin-bottom: 15px;
}

.beige._2 {
  margin-top: 40px;
}

.beige._2 {
  margin-top: 17%;
  line-height: 47px;
}

.beige.size {
  max-width: 70%;
}

.beige.size.maring {
  max-width: 50%;
  margin-top: 0%;
  font-size: 14px;
  line-height: 18px;
}

.beige.margin.blanco {
  color: #fff6ec;
}

.image-2 {
  display: inline-block;
  margin-top: 20px;
}

.text-span {
  font-weight: 500;
}

.div-block {
  position: relative;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  max-width: 86%;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 86%;
  margin-top: 0px;
  padding-top: 0%;
  padding-right: 14%;
  padding-left: 14%;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-3 {
  max-width: 86%;
}

.sobre-2 {
  position: relative;
  height: 100vh;
  max-height: 100vh;
}

.heading-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.heading-3.centered {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-3.centered.cover {
  margin-top: 2%;
}

.image-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-4 {
  display: block;
  max-width: 86%;
  margin-top: 0px;
}

.fosfo {
  color: #2add61;
}

.heading-4 {
  max-width: 60%;
  margin-top: 8%;
  margin-bottom: 10px;
}

.heading-4.azul-2 {
  max-width: none;
  margin-top: 12%;
  margin-bottom: 20px;
  color: #0e3f94;
}

.heading-4.rojo-2 {
  max-width: 100%;
  margin-bottom: 20px;
  color: #d30815;
}

.heading-4.amarillo-2 {
  max-width: none;
  margin-bottom: 20px;
  color: #fcc42d;
}

.heading-4.beige {
  margin-bottom: 20px;
}

.heading-4.beige._1 {
  max-width: 90%;
}

.container-5 {
  max-width: 86%;
  margin-top: 2%;
}

.columns-2 {
  position: relative;
  height: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 42px;
  margin-left: 0px;
}

.sobre-3 {
  position: static;
  height: 100vh;
  clear: left;
  background-image: url('../images/Fuentes-ojos.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  max-width: 86%;
  margin-top: 0%;
  margin-bottom: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0%;
  margin-right: 123px;
  margin-left: 0px;
  padding-right: 67px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  display: inline-block;
  height: 90vh;
  max-height: 100%;
  max-width: none;
  margin-top: 0%;
  margin-bottom: 71px;
  margin-left: 19px;
}

.centered-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1124px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.centered-container-2.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-top: 0%;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.heading-6 {
  margin-top: 10px;
  color: #1c933e;
}

.heading-6.azul-2 {
  color: #0e3f94;
}

.heading-6.rojo-2 {
  color: #d30815;
}

.heading-6.amarillo-2 {
  color: #fcc42d;
}

.heading-6.centered {
  margin-top: 3%;
}

.intro-0 {
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.intro-1 {
  height: 100vh;
  max-height: 100vh;
  clear: left;
}

.verde-3 {
  color: #1c933e;
  text-decoration: none;
}

.html-embed {
  height: 380px;
  max-height: 30%;
  margin-bottom: 0px;
  padding-left: 100px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-2 {
  top: 15px;
  display: block;
  height: 20%;
  max-height: 20%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff6ec;
  color: #fff6ec;
}

.container-8 {
  max-width: 86%;
}

.slide-nav-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-4 {
  padding-right: 60px;
  padding-bottom: 0px;
}

.slide-5 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 60px;
}

.html-embed-2 {
  height: 380px;
  max-height: 30%;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
}

.intro-2 {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: left;
  background-color: #fff6ec;
}

.intro-4 {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  clear: left;
}

.intro-3 {
  height: 100vh;
  max-height: 100vh;
  clear: left;
  background-color: #fff6ec;
}

.div-block-3 {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background-color: #07562d;
}

.div-block-3:hover {
  background-color: #1c933e;
}

.div-block-3._1 {
  margin-top: -72px;
  padding-top: 10px;
}

.div-block-3._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -122px;
  margin-left: 212px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -83px;
  margin-left: 22px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -108px;
  margin-left: 243px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -91px;
  margin-left: 39px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  max-height: 100vh;
  min-height: 100px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 86%;
  padding-right: 4%;
  padding-left: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-8 {
  display: block;
  max-width: 86%;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-3 {
  width: 100%;
  height: 30%;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: -63px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-9._1 {
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-top: 9%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  margin-top: -100px;
  margin-bottom: 30px;
}

.column-4 {
  margin-top: -40px;
  padding-left: 0px;
}

.nav-menu {
  width: 40%;
  height: 100vh;
  background-color: #07562d;
}

.nav-link {
  margin-top: 21%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff6ec;
  font-size: 14px;
  text-align: left;
}

.nav-link:hover {
  color: #2add61;
}

.nav-link.w--current {
  color: #fff6ec;
}

.nav-link-2 {
  color: #fff6ec;
  text-transform: none;
}

.nav-link-2:hover {
  color: #2add61;
}

.nav-link-3 {
  color: #fff6ec;
}

.nav-link-3:hover {
  color: #2add61;
}

.nav-link-4 {
  color: #fff6ec;
  text-transform: uppercase;
}

.nav-link-4:hover {
  color: #2add61;
}

.nav-link-5 {
  color: #fff6ec;
  text-transform: uppercase;
}

.nav-link-5:hover {
  color: #2add61;
}

.nav-link-6 {
  color: #fff6ec;
  text-transform: uppercase;
}

.nav-link-6:hover {
  color: #2add61;
}

.nav-link-7 {
  color: #fff6ec;
  text-transform: uppercase;
}

.nav-link-7:hover {
  color: #2add61;
}

.nav-link-8 {
  color: #fff6ec;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-8:hover {
  color: #2add61;
}

.nav-link-9 {
  color: #fff6ec;
  text-transform: uppercase;
}

.nav-link-9:hover {
  color: #2add61;
}

.container-10 {
  max-width: 86%;
  margin-top: 0px;
}

.centered {
  margin-top: 4%;
  text-align: center;
}

.redes-1 {
  height: 100vh;
  clear: left;
}

.image-13 {
  position: static;
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-13:hover {
  background-color: rgba(42, 221, 97, 0);
  color: rgba(42, 221, 97, 0.5);
}

.container-11 {
  max-width: 86%;
  margin-top: 0px;
}

.caja-centrada {
  max-width: 86%;
}

.caja-centrada.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-4 {
  width: 93.6%;
  height: 40px;
  background-color: #1c933e;
}

.div-block-4:hover {
  background-color: rgba(28, 147, 62, 0.75);
  color: #07562d;
}

.div-block-4._1 {
  width: 47.4%;
}

.div-block-5 {
  width: 6.4%;
  height: 40px;
  background-color: #07562d;
}

.div-block-5:hover {
  background-color: rgba(7, 86, 45, 0.5);
}

.div-block-5._2 {
  width: 26.9%;
}

.div-block-5._3 {
  width: 25.6%;
  background-color: rgba(28, 147, 62, 0.5);
}

.div-block-5._3:hover {
  background-color: rgba(28, 147, 62, 0.3);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.margin {
  margin-bottom: 20px;
  color: #07562d;
}

.div-block-7 {
  width: 73.1%;
  height: 40px;
  background-color: #1c933e;
}

.div-block-7:hover {
  background-color: rgba(28, 147, 62, 0.75);
}

.div-block-8 {
  width: 26.9%;
  height: 40px;
  background-color: #07562d;
}

.div-block-8:hover {
  background-color: rgba(7, 86, 45, 0.5);
}

.redes-2 {
  height: 100vh;
  clear: left;
}

.caja-centrada-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12%;
  max-height: 230px;
  max-width: 86%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-9 {
  display: block;
  width: 20%;
  margin-right: 0px;
  border-radius: 30px 30px 0px 0px;
  background-color: rgba(28, 147, 62, 0.75);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-9._1 {
  height: 90px;
  padding-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.div-block-9._2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(28, 147, 62, 0);
  background-image: url('../images/Ciclo-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.inseguridad {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(28, 147, 62, 0);
  background-image: url('../images/Ciclo-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.narcisismo {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(28, 147, 62, 0);
  background-image: url('../images/Ciclo-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.autoenfoque {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(28, 147, 62, 0);
  background-image: url('../images/Ciclo-4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.depresion {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(28, 147, 62, 0);
  background-image: url('../images/Ciclo-5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10 {
  width: 20%;
  margin-right: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #1c933e;
}

.div-block-10._1 {
  height: 90px;
  padding-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.div-block-11 {
  width: 20%;
  margin-right: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #07562d;
}

.div-block-11._1 {
  height: 90px;
  padding-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.div-block-12 {
  width: 20%;
  margin-right: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: rgba(28, 147, 62, 0.75);
}

.div-block-12._1 {
  height: 90px;
  padding-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.div-block-13 {
  width: 20%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #1c933e;
}

.div-block-13._1 {
  height: 90px;
  padding-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.redes-3 {
  height: 100vh;
  clear: left;
}

.div-block-14 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #07562d;
  font-size: 30px;
}

.caja-centrada-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  max-height: 230px;
  max-width: 86%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  color: #fff6ec;
}

.expectativas-1 {
  height: 100vh;
  clear: left;
  background-color: #1c933e;
  background-image: url('../images/Green-slide.png');
  background-position: 50% 50%;
  background-size: cover;
}

.caja-centrada-1 {
  height: 100vh;
  max-width: 86%;
}

.columns-7 {
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-3 {
  color: #fff6ec;
}

.exp-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #2add61;
}

.exp-circle:hover {
  background-color: #1c933e;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exp-circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin-top: 10px;
  margin-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #2add61;
}

.exp-circle-2:hover {
  background-color: #1c933e;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.expectativas-2 {
  height: 100vh;
  max-height: 100vh;
  clear: left;
  background-color: #fff6ec;
}

.html-embed-4 {
  width: 100%;
  height: 30%;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.expectativas-3 {
  height: 100vh;
  clear: left;
}

.column-9 {
  padding-right: 0px;
  padding-left: 20px;
}

.exp-titulo {
  margin-top: 0%;
  margin-right: 20px;
  margin-left: 0px;
}

.empleo-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empleo-2 {
  height: 100vh;
  clear: left;
  background-color: #085abc;
}

.columns-8 {
  -o-object-fit: fill;
  object-fit: fill;
}

.dinero-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dinero-2 {
  height: 100vh;
  clear: left;
  background-color: #d30815;
}

.cierre {
  height: 100vh;
  clear: left;
  background-color: rgba(7, 86, 45, 0);
  background-image: url('../images/Portada-Cierre-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-cierre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 86%;
  margin-top: 0px;
  padding-top: 12%;
  padding-right: 14%;
  padding-left: 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-12 {
  margin-top: -7px;
  text-align: center;
}

.text-span-2 {
  color: #2add61;
}

.referencias {
  height: auto;
  max-height: none;
  max-width: 100vw;
  min-height: auto;
  clear: left;
  background-color: #07562d;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 86%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-10 {
  max-width: 100%;
  margin: 10% 0px 74px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  font-size: 14px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.background-beige {
  background-color: #fff6ec;
}

.columns-12 {
  max-width: 86%;
  margin: 2% auto 10px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-15 {
  max-width: 50%;
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-15.size {
  max-width: 45%;
  margin-bottom: 34px;
}

.heading-13 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.heading-13.centered {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.html-embed-6 {
  width: 100%;
  height: 30%;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-span-4 {
  color: #fff;
}

.nav-link-2-referencias {
  color: #fff6ec;
  text-transform: none;
}

.nav-link-2-referencias:hover {
  color: #2add61;
}

.background-video-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-4 {
  padding-right: 10px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: stratos, sans-serif;
  color: #07562d;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.caja-centrada-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18%;
  max-height: 230px;
  max-width: 86%;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.big-big-title {
  margin-top: 0px;
  color: #07562d;
  font-size: 60px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.big-big-title.fosfo {
  font-weight: 500;
}

.big-big-title.fosfo.centered {
  font-size: 60px;
  line-height: 50px;
}

.big-big-title.azul-1 {
  color: #085abc;
  font-size: 60px;
  line-height: 50px;
  font-weight: 500;
}

.big-big-title.rojo-1 {
  color: #ff2a00;
  font-weight: 500;
}

.big-big-title.amarillo-1 {
  color: #ffda00;
  font-weight: 500;
}

.background-video-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-17 {
  max-width: 40%;
  margin-top: 60px;
}

.image-18 {
  display: block;
  max-width: 70%;
  padding-left: 10px;
}

.image-19 {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15%;
}

.azul-2 {
  color: #085abc;
}

.text-block-6 {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: stratos, sans-serif;
  color: #0e3f94;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.image-20 {
  max-width: 70%;
}

.image-21 {
  max-width: 20%;
  margin-top: 40px;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-22 {
  max-width: 70%;
  margin-top: 20px;
  padding-top: 0px;
}

.background-video-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottie-animation {
  position: relative;
  width: 30px;
  padding-bottom: 0px;
}

.lottie-animation:hover {
  opacity: 0.55;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lottie-animation-2 {
  width: 20%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-22 {
  padding-left: 0px;
}

.rojo {
  color: #ff2a00;
}

.text-block-8 {
  width: 60%;
  margin-top: 20px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: stratos, sans-serif;
  color: #d30815;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.exito-1 {
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.amarillo-1 {
  color: #ffea6b;
}

.text-block-9 {
  width: 60%;
  max-width: none;
  margin-top: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: stratos, sans-serif;
  color: #fcc42d;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.text-block-9.black {
  color: #dfad27;
}

.text-block-9.beige {
  color: #fff6ec;
}

.tab-link-2-yellow {
  border-style: solid;
  border-width: 0px;
  border-color: rgba(252, 196, 45, 0.3);
  background-color: rgba(255, 218, 0, 0.5);
}

.tab-link-2-yellow.w--current {
  border-color: #fcc42d;
  background-color: #fcc42d;
}

.image-23 {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  margin-top: 0px;
  margin-right: 122px;
  margin-left: 86px;
  padding-top: 130px;
  padding-right: 42px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  display: block;
  width: 320px;
  max-width: 120%;
  margin-right: auto;
  margin-left: -20px;
  clear: left;
}

.image-26 {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-27 {
  display: block;
  width: 120px;
  max-width: 110%;
  margin-right: auto;
  margin-left: auto;
}

.column-24 {
  padding-right: 0px;
  padding-left: 0px;
}

.titulares {
  margin-top: 121px;
  padding-right: 0px;
  font-size: 35px;
}

.tabs-3 {
  height: 100%;
  margin-top: 15%;
}

.html-embed-7 {
  height: auto;
}

.tab-pane-tab-1 {
  height: auto;
}

.column-25 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10% 182px 91px 122px;
}

.column-26 {
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 8%;
  padding-left: 0px;
}

.columns-15 {
  display: block;
  width: 86%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-29 {
  padding-top: 118px;
}

.image-28 {
  margin-top: 8px;
}

.current {
  background-color: rgba(8, 90, 188, 0.34);
}

.current.w--current {
  background-color: #085abc;
}

.text-block-10 {
  color: #f1f1f1;
}

.tab-link-tab-3-2 {
  background-color: rgba(8, 90, 188, 0.34);
}

.tab-link-tab-3-2.w--current {
  background-color: #085abc;
}

.text-block-11 {
  color: #fff;
}

.text-block-12 {
  color: #fff;
}

.tab-link-tab-2-4 {
  background-color: rgba(8, 90, 188, 0.34);
}

.tab-link-tab-2-4.w--current {
  background-color: #085abc;
  color: rgba(8, 90, 188, 0.34);
}

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

.column-30 {
  padding-left: 0px;
}

.header-at-section {
  margin-top: 8%;
  margin-bottom: 12px;
  text-align: center;
}

.header-h3-at-section {
  display: block;
  max-width: 86%;
  margin-top: 8%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tabs-content {
  margin-right: -70px;
  margin-left: -70px;
}

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

.column-27 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10% 60px 91px;
}

.current-red {
  background-color: rgba(255, 42, 0, 0.5);
}

.current-red.w--current {
  background-color: #d30815;
}

.tab-link-red {
  background-color: rgba(255, 42, 0, 0.5);
}

.tab-link-red.w--current {
  background-color: #d30815;
  color: rgba(8, 90, 188, 0.34);
}

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

.current-exito {
  background-color: rgba(255, 218, 0, 0.5);
}

.current-exito.w--current {
  background-color: #fcc42d;
}

.text-block-14 {
  color: #030303;
}

.exito-inverted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcc42d;
}

.current-exito-inv {
  background-color: rgba(255, 246, 236, 0.5);
}

.current-exito-inv.w--current {
  background-color: #fff6ec;
}

.tab-link-2-yellow-inv {
  border-style: solid;
  border-width: 0px;
  border-color: rgba(252, 196, 45, 0.3);
  background-color: rgba(255, 246, 236, 0.5);
}

.tab-link-2-yellow-inv.w--current {
  border-color: #fcc42d;
  background-color: #fff6ec;
}

.div-block-15 {
  height: 100vh;
}

.link-blue {
  background-color: transparent;
  color: #2add61;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .body {
    margin-right: auto;
    margin-left: auto;
  }

  .centered-container {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    max-width: 100%;
  }

  .centered-container-2 {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .centered-container.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container-2.hero {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cover-b {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .centered-container.hero {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container.cover {
    padding-left: 20px;
  }

  .t-tulo.centered-text {
    font-size: 20px;
    line-height: 22px;
  }

  .slide-1 {
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .image {
    width: 80%;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-2.centered.cover {
    max-width: 90%;
  }

  .beige.centered {
    margin-top: 25%;
    font-size: 22px;
    line-height: 24px;
  }

  .beige.centered.h4 {
    font-size: 12px;
  }

  .container-2 {
    padding-top: 40%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-3.centered.cover {
    margin-top: 5%;
  }

  .fosfo {
    font-size: 12px;
  }

  .fosfo.h2 {
    font-size: 22px;
  }

  .heading-4 {
    max-width: 100%;
    font-size: 22px;
    line-height: 24px;
  }

  .sobre-3 {
    width: auto;
  }

  .intro-0 {
    background-position: 60% 50%;
    background-size: cover;
  }

  .image-13 {
    margin-top: 10px;
  }

  .container-cierre {
    padding-top: 40%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .background-video-2 {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .big-big-title.fosfo {
    font-size: 35px;
  }

  .big-big-title.fosfo.centered {
    font-size: 40px;
    line-height: 40px;
  }

  .exito-1 {
    background-position: 60% 50%;
    background-size: cover;
  }
}

