.nav03_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.nav03_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.nav03_left {
  width: 50%;
}

.nav03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.nav03_logo_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.nav03_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #22a7a4;
  border-radius: 5px;
  background-color: #22a7a4;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav03_button:hover {
  background-color: #156968;
  color: #fff;
}

.nav03_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav03_link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav03_link:hover {
  color: #22a7a4;
}

.h11_slide_base {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -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;
}

.h11_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h11_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #f5f7fd;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.h11_h1 {
  max-width: 610px;
  margin: 0px auto 15px;
  color: #f5f7fd;
  font-size: 48px;
  text-align: center;
}

.h11_text {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.h11_button {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px 52px;
  border: 1px solid #6165ff;
  border-radius: 100px;
  background-color: #7540ee;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #fff;
  font-weight: 500;
}

.socios {
  padding-top: 70px;
  padding-bottom: 70px;
}

.socios.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #fff;
}

.small-text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo {
  width: 150px;
  margin-right: 2%;
  margin-left: 2%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 210px 30px 120px;
  -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: transparent;
  background-image: url('../images/Header-Imagen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.header-content {
  max-width: 770px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 900;
  letter-spacing: 0px;
}

.paragraph {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #22a7a4;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #22a7a4;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  background-color: #22a7a4;
  color: #fff;
}

.button.button-video {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  display: block;
  width: 1200px;
  height: 560px;
}

.map {
  padding-top: 70px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.nosotros {
  height: 800px;
  background-image: linear-gradient(205deg, #22a7a4, #62d1a7);
}

.seccion-gris-abajo {
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.diagonal2 {
  width: 120%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
  -webkit-transform: translate(0px, -150px) rotate(-3deg);
  -ms-transform: translate(0px, -150px) rotate(-3deg);
  transform: translate(0px, -150px) rotate(-3deg);
}

.pagewraper {
  overflow: hidden;
  width: 100%;
}

.seccion-gris-arriba {
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.diagonal1 {
  width: 120%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
  -webkit-transform: translate(-43px, -119px) translate(0px, 60px) rotate(-3deg);
  -ms-transform: translate(-43px, -119px) translate(0px, 60px) rotate(-3deg);
  transform: translate(-43px, -119px) translate(0px, 60px) rotate(-3deg);
}

.h14_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h14_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  -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;
}

.h14_title {
  max-width: 500px;
  margin-bottom: 5px;
  color: #7540ee;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.h14_h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.h14_text {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.h14_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 23px;
  -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: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.h14_btn:hover {
  background-color: #d6eee0;
}

.h14_image {
  max-width: 100%;
  border-radius: 0px;
}

.h14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 70px 5%;
  -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: rgba(255, 255, 255, 0);
}

.h14_container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-bottom: 5%;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe03_text {
  max-width: 500px;
  margin-bottom: 18px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}

.fe03_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe03_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.fe03_h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.fe03_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 38px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
}

.herramientas {
  display: block;
  min-height: 500px;
  padding: 0px 5% 80px;
  -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: #f2f2f2;
}

.fe03_icon {
  width: 55px;
  margin-bottom: 25px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 #ebecf0;
}

.fe03_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: auto;
  padding: 16px 24px;
  -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: 10px;
  background-color: #22a7a4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fe03_card:hover {
  box-shadow: 7px 7px 55px 0 #ebecf0;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.fe03_line {
  width: 1px;
  min-height: 55px;
  margin: 25px auto;
  background-color: #d8dcee;
}

.fe03_title {
  max-width: 500px;
  margin: 20px auto 4px;
  font-family: Roboto, sans-serif;
  color: #8a94a6;
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph-2 {
  max-width: 600px;
  margin: 20px auto 50px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.bottom-padding {
  padding-top: 0px;
  padding-bottom: 89px;
}

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

.section-title {
  margin-top: 60px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.b02_date {
  margin-bottom: 5px;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.b02_card_text {
  padding: 25px 25px 15px 15px;
}

.b02_link {
  padding-bottom: 30px;
  color: #62d1a7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.b02_card {
  width: 49%;
  margin-bottom: 40px;
}

.blog {
  min-height: 400px;
  margin-top: 0px;
  padding: 170px 5% 120px;
  background-color: #f2f2f2;
}

.b02_link_wrap {
  margin-top: 0px;
  text-decoration: none;
}

.b02_blog_image_04 {
  position: relative;
  min-height: 260px;
  padding: 5px;
  border-radius: 4px;
  background-image: url('../images/Blog-2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.b02_blog_image_04:hover {
  border-radius: 8px;
}

/* .b02_blog_image_03 {
  position: relative;
  min-height: 260px;
  padding: 5px;
  border-radius: 8px;
  background-image: url('../images/Blog-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
} */

.b02_blog_image_03 {
  position: relative;
  min-height: 280px;
  max-height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

.b02_blog_image_03 img {
  width: 100%; /* La imagen ocupará todo el ancho del contenedor */
  height: 100%; /* La imagen ocupará todo el alto del contenedor */
  object-fit: cover; /* La imagen se ajustará manteniendo su relación de aspecto y cubriendo todo el contenedor */
}

.b02_blog_image_03:hover {
  border-radius: 8px;
}

.b02_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.b02_h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 28px;
  line-height: 35px;
}

.b02_a{
  text-decoration: none;
}

.b02_a:hover, .b02_h4:hover, .b02_link_wrap{
  color: #22a7a4;
}

.b02_paragraph {
  display: none;
  color: #8a94a6;
  font-size: 16px;
  line-height: 25px;
}

.c01_focus_colour {
  color: #7540ee;
}

.c04_icon {
  width: 45px;
  margin-bottom: 25px;
}

.c04_button_text {
  margin-right: 8px;
  font-family: Roboto, sans-serif;
  color: #22a7a4;
}

.contenedor-herramientas {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c04_columns {
  margin-bottom: 30px;
}

.c04_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  line-height: 45px;
  font-weight: 900;
}

.c04_block {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c04_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 140px;
  padding: 11px 28px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.c04_button:hover {
  background-color: #22a7a4;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

.c04_button_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.c04_button_link:hover {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.c04_column {
  padding-right: 25px;
  padding-left: 0px;
}

.c04_paragraph {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.c04_block_right {
  display: none;
  overflow: visible;
  width: 50%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 80px;
  clear: both;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.herramienta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5% 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
}

.c04_top_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c04_top_2.blog-seccion {
  display: block;
}

.c04_title {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #8a94a6;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.capacitacion {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos-tutoriales {
  height: 600px;
  border-radius: 5px;
  background-image: url('../images/VideoTutorial.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide {
  border-radius: 10px;
}

.mask {
  border-radius: 5px;
}

.slide-2 {
  background-image: url('../images/VideoTutorial-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.contactanos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  padding: 90px 5%;
  -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;
  background-color: #7540ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 22, 0.43)), to(rgba(0, 22, 22, 0.43))), url('../images/Contactanos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 22, 22, 0.43), rgba(0, 22, 22, 0.43)), url('../images/Contactanos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.temp01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.temp01_title_white {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.temp01_h4 {
  max-width: 710px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: #f5f7fd;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
}

.temp01_button_primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 45px;
  max-width: 220px;
  min-height: 45px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  -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: 50px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #7540ee;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.temp01_button_primary:hover {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.fe04_h2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.fe04_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 150px;
  -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-transition: all 250ms ease;
  transition: all 250ms ease;
}

.fe04_card:hover {
  border-radius: 10px;
}

.fe04_icon_text {
  margin-top: 8px;
  color: #0a1f44;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.fe04_icon_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -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: 16px;
  background-color: #e6edff;
}

.fe04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe04 {
  display: block;
  padding: 80px 5%;
  -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: rgba(43, 43, 43, 0);
}

.fe04_link_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.fe04_icon_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -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: 16px;
  background-color: #fff3f1;
}

.fe04_icon_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -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: 16px;
  background-color: #fffaf1;
}

.fe04_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe04_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.fe04_icon_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -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: 16px;
  background-color: #e9f9f0;
}

.fe04_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -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: 16px;
  background-color: rgba(227, 217, 252, 0.56);
}

.f07_social_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.f07_link {
  color: #0a1f44;
  text-decoration: none;
}

.f07_legal {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.f07_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.f07_logo {
  margin-bottom: 25px;
}

.f07_bottom_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px solid #62d1a7;
}

.f07_social_circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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: 1px solid #ebecf0;
  border-radius: 2px;
}

.f07_text {
  color: #8a94a6;
}

.f07_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebecf0;
}

.f07_social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f07_social_icon {
  width: 15px;
}

.f07 {
  padding: 100px 5%;
  background-color: #fff;
}

.f07_social_circle_c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  margin-left: 15px;
  -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: 1px solid #ebecf0;
  border-radius: 100px;
}

.f10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f10_column_left {
  width: 60%;
}

.f10_logo {
  margin-bottom: 25px;
}

.f10_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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;
  color: #333;
}

.f10_icon {
  margin-right: 10px;
}

.f10_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.f10_link {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.f10_link:hover {
  color: #0a1f44;
}

.f10_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 16px;
  font-weight: 600;
}

.f10_text {
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
}

.cta06 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding: 100px 5%;
  -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;
  background-color: #7540ee;
}

.cta06_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta06_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.cta06_h3 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
}

.cta06_text {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.cta04_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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;
}

.cta04_title {
  max-width: 500px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta04_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
}

.cta04_paragraph {
  max-width: 430px;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.cta04_button {
  max-width: 240px;
  margin-bottom: 15px;
  padding: 14px 25px;
  border-radius: 50px;
  background-color: #6039b9;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.c10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c10_block {
  width: 50%;
  min-height: 200px;
  padding-right: 55px;
}

.c10_icon {
  width: 55px;
  margin-bottom: 25px;
}

.c10_title {
  margin-bottom: 10px;
  color: rgba(118, 126, 173, 0.59);
  font-weight: 700;
  letter-spacing: 1px;
}

.c09_h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.c09_icon_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 6px 6px 13px 0 rgba(164, 174, 175, 0.17);
}

.c09_h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
}

.c09_feature_column_85 {
  width: 85%;
  height: 100%;
}

.c09_column_02 {
  padding-top: 0px;
  padding-left: 0px;
}

.c09_check {
  width: 50px;
}

.c09_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c09_paragraph {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.c09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Contactanos-Imagen.jpg');
  background-position: 50% 45%;
  background-size: cover;
  font-family: Roboto, sans-serif;
}

.c09_columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c09_feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c09_feature_column_15 {
  width: 15%;
  height: 100%;
}

.c09_title {
  margin-bottom: 8px;
  color: rgba(118, 126, 173, 0.59);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.label {
  margin-bottom: 0px;
  color: #081158;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.grey-label {
  font-family: Roboto, sans-serif;
  color: #dfdfdf;
}

._10-margin {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.container-2 {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 1450px;
}

.container-2.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  position: relative;
  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;
}

.column.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contadores {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
  background-color: transparent;
}

.contadores.social-proof {
  display: none;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #22a7a4;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.blue-line {
  position: absolute;
  top: -35px;
  display: block;
  width: 150%;
  height: 10vh;
  background-color: #22a7a4;
  -webkit-transform: translate(0px, -15px) translate(-5px, 0px) rotate(-2deg);
  -ms-transform: translate(0px, -15px) translate(-5px, 0px) rotate(-2deg);
  transform: translate(0px, -15px) translate(-5px, 0px) rotate(-2deg);
}

.blue-line.bottom {
  top: auto;
  bottom: -35px;
  background-color: #22a7a4;
  -webkit-transform: translate(-5px, 0px) rotate(-2deg);
  -ms-transform: translate(-5px, 0px) rotate(-2deg);
  transform: translate(-5px, 0px) rotate(-2deg);
}

.features-metrics {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #22a7a4;
}

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

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-block {
  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-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;
  text-align: center;
}

.features-title {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.nuestros-socios {
  min-height: 200px;
  padding: 50px 5% 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.cl01_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.cl01_title {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  font-size: 30px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.cl01_logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.cl01_logo {
  display: inline-block;
  width: 25%;
  padding: 25px 35px;
}

.cl01_image {
  display: inline-block;
  width: 200px;
  -o-object-fit: fill;
  object-fit: fill;
}

.columna-texto {
  margin-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
}

.columna-tarjetas {
  display: block;
  padding-right: 0px;
  padding-bottom: 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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-2 {
  display: block;
  margin-top: -30px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-3 {
  margin-top: -30px;
}

.div-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.columns {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.columns-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.whatsapp-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 10%;
  max-width: 15%;
  padding: 8px 16px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #4caf50;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 0 10px 2px rgba(0, 0, 0, 0.15);
  outline-color: #4caf50;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  mix-blend-mode: normal;
}

.whatsapp-button:hover {
  background-color: #f0f0f0;
}

.whatsapp-text {
  font-family: Roboto, sans-serif;
  color: #4caf50;
  font-size: 16px;
}

.whatsapp-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .nav03_icon {
    color: #4e5d78;
  }

  .nav03_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav03_button {
    display: none;
  }

  .nav03_menu_button.w--open {
    border-radius: 100px;
    background-color: #ebecf0;
  }

  .nav03_link {
    width: 100%;
    min-height: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .h14 {
    background-position: 10% 50%;
  }

  .fe03_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .section-heading {
    display: block;
    text-align: center;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .c04_block {
    width: 70%;
  }

  .c04_button {
    position: relative;
  }

  .c04_button_link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .c04_column {
    padding-right: 15px;
  }

  .c04_block_right {
    width: 30%;
  }

  .f10_column_left {
    width: 40%;
  }

  .f10_column {
    width: 20%;
  }

  .c09_column_02 {
    padding-left: 0px;
  }

  .c09_paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c09_feature_wrap {
    max-width: 500px;
  }

  .contadores {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .features-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .whatsapp-button {
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .nav03_button {
    display: none;
  }

  .socios {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .header {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h14_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h14_block {
    width: 100%;
    min-height: auto;
  }

  .h14_btn {
    margin-left: 15px;
  }

  .h14 {
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: 80px 0px;
  }

  .h14_container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .featuredthumbnail {
    padding: 10px 0px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .b02_card {
    width: 100%;
    margin-bottom: 15px;
  }

  .b02_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c04_columns {
    margin-bottom: 0px;
  }

  .c04_block {
    width: 100%;
  }

  .c04_column {
    margin-bottom: 15px;
  }

  .c04_block_right {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c04_top_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fe04_card {
    width: 49%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .fe04_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f10_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .f10_column_left {
    width: 50%;
    margin-bottom: 25px;
  }

  .f10_column {
    width: 50%;
  }

  .cta06_container {
    width: 100%;
    -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;
  }

  .cta06_column {
    width: 100%;
    margin-bottom: 35px;
  }

  .cta04_paragraph {
    text-align: center;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }

  .c09_column_02 {
    padding-left: 0px;
  }

  .contadores.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    margin-bottom: -40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .cl01_logo_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cl01_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -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;
  }

  .cl01_image {
    width: 130px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .map {
    padding: 40px 16px 10px;
  }

  .nosotros {
    height: 1000px;
  }

  .seccion-gris-abajo {
    height: 20px;
  }

  .diagonal2 {
    height: 200px;
  }

  .h14_block {
    margin-top: -20px;
  }

  .h14_h1 {
    text-align: center;
  }

  .h14_text {
    text-align: center;
  }

  .h14_image {
    max-width: 50%;
  }

  .h14_container-2 {
    padding-bottom: 20%;
  }

  .fe03_card {
    width: 100%;
  }

  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .featuredthumbnail {
    padding: 5px 0px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .b02_card {
    margin-bottom: 24px;
  }

  .blog {
    padding-top: 60px;
  }

  .b02_h4 {
    font-size: 24px;
  }

  .contenedor-herramientas {
    margin-bottom: 16px;
  }

  .c04_h3 {
    padding-left: 0px;
    text-align: center;
  }

  .c04_paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .herramienta {
    padding-bottom: 20px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c04_title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .capacitacion {
    padding-right: 16px;
    padding-left: 16px;
  }

  .fe04_card {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .fe04_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f07_container {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .f10_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .f10_column_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .f10_logo {
    display: inline-block;
  }

  .f10_column {
    width: 100%;
    -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;
  }

  .cta06_container {
    padding-left: 0px;
  }

  .cta04_h1 {
    font-size: 36px;
  }

  .c09_column_01 {
    display: block;
    margin-bottom: 10px;
  }

  .c09_icon_circle {
    margin-bottom: 15px;
  }

  .c09_feature_column_85 {
    width: auto;
    padding-left: 10px;
    text-align: center;
  }

  .c09_column_02 {
    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-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;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .c09_paragraph {
    text-align: center;
  }

  .c09_paragraph._10-margin {
    text-align: left;
  }

  .c09_columns {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .c09_feature_column_15 {
    width: auto;
    text-align: left;
  }

  .container-2.grid-3 {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contadores {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .features-wrapper {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cl01_logo {
    width: 100%;
    margin-bottom: 25px;
  }

  .columna-texto {
    margin-top: 0px;
  }

  .column-2 {
    padding-right: 0px;
  }

  .div-block-2 {
    padding-top: 51px;
  }

  .whatsapp-button {
    max-width: 30%;
  }

  .whatsapp-text {
    display: none;
    overflow: visible;
  }
}

