.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 125px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #fff;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Segoe ui 600', sans-serif;
  font-size: 18px;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.blue {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 90px;
  background-color: #0e4cdd;
  color: #fff;
}

.nav-link.stroke {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #0e4cdd;
  border-radius: 90px;
  color: #0e4cdd;
}

.nav-link.stroke:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e4cdd), to(#0e4cdd));
  background-image: linear-gradient(180deg, #0e4cdd, #0e4cdd);
  color: #fff;
}

.nav-link._2 {
  margin-right: 0px;
  margin-left: 50px;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'Segoe ui 400', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}

.h3.blue {
  font-family: 'Segoe ui gras 700', sans-serif;
  color: #0e4cdd;
  font-weight: 400;
}

.h3.bold {
  font-family: 'Segoe ui 600', sans-serif;
  font-weight: 400;
}

.h3._4 {
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.h3.title {
  margin-top: 60px;
  line-height: 50px;
  text-align: center;
}

.container {
  display: block;
  margin-right: 0px;
  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: 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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header {
  height: 80vh;
}

.header.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  margin-top: 105px;
  -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;
  background-image: url('../images/pexels-maria-orlova-4940808.jpg');
  background-position: 50% 60%;
  background-size: auto;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.header.home._2 {
  margin-top: 0px;
  margin-bottom: 80px;
  background-image: url('../images/pexels-canva-studio-3277806-min-min.jpg');
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.header.home._2.slider {
  background-image: url('../images/pexels-canva-studio-3277806-min-min.jpg');
}

.header.home.services {
  margin-bottom: 80px;
  background-image: url('../images/pexels-henry--co-2186572.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.header.home.about {
  margin-bottom: 80px;
  background-image: url('../images/IMG_5993.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header.home.contact {
  margin-bottom: 80px;
  background-image: url('../images/pexels-pixasquare-1115804.jpg');
  background-position: 70% 40%;
  background-size: cover;
}

.white-layer {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
}

.white-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  -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;
}

.h1 {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Segoe ui 600', sans-serif;
  color: #7a7a7a;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.h1.section {
  margin-bottom: 0px;
  font-family: 'Segoe ui 400', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.h1.section.ticket {
  font-weight: 400;
}

.h1.section._2 {
  line-height: 25px;
  text-align: left;
}

.h1.services {
  font-family: 'Segoe ui 600', sans-serif;
  color: #0e4cdd;
  font-size: 20px;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.field-label {
  font-family: 'Segoe ui 400', sans-serif;
  color: #7a7a7a;
}

.submit-button {
  margin-left: 10px;
  border-radius: 20px;
  background-color: #0e4cdd;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  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: 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: #fff;
  font-family: 'Segoe ui 900', sans-serif;
}

.section-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 125px;
  margin-right: 20px;
  margin-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon._2 {
  width: 300px;
  -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;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  width: 60px;
  max-width: none;
  padding-bottom: 0px;
}

.image-2 {
  width: 70px;
  padding-bottom: 0px;
}

.image-3 {
  width: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block {
  font-size: 35px;
}

.h2 {
  font-family: 'Segoe ui 600', sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
}

.h2.centered {
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h0 {
  font-family: 'Segoe ui 600', sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.saber-m-s {
  margin-top: 40px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: 'Segoe ui 400', sans-serif;
  color: #0e4cdd;
  font-size: 20px;
  text-decoration: none;
}

.text-block-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Segoe ui 600', sans-serif;
  font-weight: 400;
}

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

.body {
  background-color: #f9f9f9;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 50%;
  height: 100%;
}

.photo-section {
  width: 50%;
  height: 100%;
}

.photo-section._1 {
  background-image: url('../images/7b3363e6-7ba6-4304-b7ed-ecfa4f8a6006.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.photo-section._2 {
  background-image: url('../images/pexels-julia-kuzenkov-1974596.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-section._3 {
  background-image: url('../images/pexels-daria-shevtsova-1560932-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.photo-section._3 {
  background-image: url('../images/IMG_6293-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-space {
  width: 50%;
  height: 100%;
}

.text-space._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slider {
  width: 100%;
}

.slide {
  background-color: #fff;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #fff;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.section-3 {
  height: auto;
  padding-bottom: 0px;
}

.section-3-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 6px 3px 20px 1px rgba(0, 0, 0, 0.11);
}

.h4 {
  font-family: 'Segoe ui 900', sans-serif;
  color: #0e4cdd;
  font-size: 80px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-bottom: 80px;
  -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: #fff;
}

.centered-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -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;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.div-block-3 {
  margin-top: 20px;
}

.container-2 {
  height: 14%;
}

.container-3 {
  display: none;
  height: 100%;
  background-image: url('../images/pexels-julia-kuzenkov-1974596.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-color: #fff;
}

.slide-nav {
  background-color: #fff;
}

.boton {
  background-color: #0e4cdd;
}

.button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #0e4cdd;
  border-radius: 60px;
  background-color: transparent;
  color: #0e4cdd;
  font-size: 18px;
}

.section-2-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.div-block-4 {
  width: 100%;
  height: 1px;
  background-color: #0e4cdd;
}

.h1-copy {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Segoe ui 600', sans-serif;
  color: #7a7a7a;
  font-size: 25px;
  font-weight: 400;
}

.h1-copy.section {
  margin-bottom: 0px;
  font-family: 'Segoe ui 400', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.h1-copy.section.ticket {
  font-weight: 400;
}

.h1-copy.services {
  font-family: 'Segoe ui 600', sans-serif;
  color: #0e4cdd;
  font-size: 20px;
}

.section-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  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: 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: #fff;
  font-family: 'Segoe ui 900', sans-serif;
}

.section-1-servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #fff;
  font-family: 'Segoe ui 900', sans-serif;
}

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

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

.section-equipo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #fff;
}

.team-photo {
  width: 250px;
  height: 400px;
  background-image: url('../images/IMG_6364.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-photo._1 {
  background-image: url('../images/aaa.jpg');
}

.team-photo._2 {
  background-image: url('../images/IMG_6380.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-photo._3 {
  background-image: url('../images/IMG_6277.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.team-photo._4 {
  background-image: url('../images/az.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.team-photo._5 {
  background-image: url('../images/IMG_6413.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-photo._6 {
  background-image: url('../images/1621366976099.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.miembro {
  width: 33%;
  height: 500px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1000px;
  -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;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-equipo {
  margin-bottom: 20px;
}

.text-block-4 {
  font-size: 20px;
}

.section-5 {
  margin-top: 140px;
}

.about-section {
  width: 50%;
  height: 100%;
}

.about-section._1 {
  background-image: url('../images/7b3363e6-7ba6-4304-b7ed-ecfa4f8a6006.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.about-section._2._3 {
  background-image: url('../images/IMG_6335-2.jpg'), url('../images/pexels-daria-shevtsova-1560932-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.about-section._3 {
  background-image: url('../images/pexels-daria-shevtsova-1560932-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.about-section._3 {
  background-image: url('../images/pexels-daria-shevtsova-1560932-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section._5 {
  background-image: url('../images/pexels-ksenia-chernaya-5691479.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.about-section._4 {
  background-image: url('../images/pexels-one-shot-3665354.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.body-3 {
  background-color: #f9f9f9;
}

.contact-section {
  width: 50%;
  height: 100%;
}

.contact-section._1 {
  background-image: url('../images/7b3363e6-7ba6-4304-b7ed-ecfa4f8a6006.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.contact-section._2 {
  background-image: url('../images/pexels-one-shot-3665354.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-section._3 {
  background-image: url('../images/pexels-daria-shevtsova-1560932-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.contact-section._3 {
  background-image: url('../images/pexels-daria-shevtsova-1560932-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-section._5 {
  background-image: url('../images/pexels-ksenia-chernaya-5691479.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.html-embed {
  width: 100%;
  height: 100%;
}

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

.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  -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;
}

.icons-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  -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;
}

.image-5 {
  margin-right: 20px;
}

.image-6 {
  margin-right: 20px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2c2c;
  text-decoration: none;
}

.image-7 {
  margin-right: 20px;
}

.image-8 {
  margin-right: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-9 {
  border-radius: 0px;
}

.link-block-4 {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link.blue {
    width: 200px;
  }

  .h3 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .h3._4 {
    font-family: 'Segoe ui 600', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
  }

  .h3.title {
    display: block;
    margin-top: 20px;
    padding-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;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .nav-menu {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }

  .header.home {
    height: 100vh;
    margin-top: 125px;
    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;
  }

  .header.home._2.slider {
    width: 100%;
    margin-bottom: 40px;
    background-position: 50% 100%;
  }

  .header.home.services {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .white-layer {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-content {
    width: 80%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .white-content.slide {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 20px;
  }

  .section-1 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-1-wrapper {
    height: 100%;
  }

  .icon {
    height: auto;
    margin-bottom: 20px;
  }

  .icon._2 {
    margin-top: 20px;
  }

  .icon-wrapper {
    width: 80%;
    -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;
  }

  .h2 {
    text-align: left;
  }

  .h2.slide {
    text-align: center;
  }

  .section-2 {
    height: 100vh;
    margin-bottom: 40px;
    -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;
  }

  .photo-section._1 {
    width: 100%;
  }

  .photo-section._2 {
    width: 100%;
  }

  .photo-section._3 {
    width: 100%;
  }

  .text-space._1 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 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;
  }

  .slider {
    width: 90%;
  }

  .slider-content {
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-3-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .data {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h4 {
    font-size: 40px;
  }

  .section-4 {
    height: auto;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .centered-div {
    width: 90%;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-flex-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .section-2-wrapper-copy {
    -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;
  }

  .section-1-servicios {
    margin-bottom: 40px;
  }

  .miembro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -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;
  }

  .div-block-5 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section._2 {
    width: 100%;
  }

  .about-section._2._3 {
    width: 100%;
  }

  .about-section._5 {
    width: 100%;
  }

  .about-section._4 {
    width: 100%;
  }

  .contact-section {
    width: 100%;
  }

  .div-block-7 {
    width: 90%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icons-contact {
    width: 80%;
  }

  .image-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

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

  .div-block-9 {
    text-align: left;
  }

  .div-block-10 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-form {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link.blue {
    width: 65%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link._2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link._20 {
    font-family: 'Segoe ui 400', sans-serif;
    font-size: 15px;
    font-style: italic;
  }

  .h3 {
    margin-top: 5px;
    font-family: 'Segoe ui 600', sans-serif;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
  }

  .h3.bold {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }

  .h3._4 {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .h3.title {
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
  }

  .container {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-menu {
    position: absolute;
    width: 100%;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f9f9f9;
  }

  .header.home {
    height: 85vh;
    margin-top: 140px;
    margin-bottom: 40px;
    -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-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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-position: 50% 100%;
    background-size: 800px;
  }

  .header.home._2.slider {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .header.home.services {
    height: 100vh;
    background-position: 0% -10%;
    background-size: 700px;
  }

  .header.home.contact {
    margin-bottom: 40px;
  }

  .white-layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: 100%;
    padding-top: 10px;
    padding-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;
  }

  .white-content {
    width: 90%;
    max-width: none;
    margin-right: 0px;
    margin-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .white-content.slide {
    padding-top: 0px;
  }

  .h1 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .h1.section {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    text-align: left;
  }

  .h1.section._2 {
    width: auto;
  }

  .h1.services {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .section-1 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

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

  .icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon._2 {
    width: 100%;
    padding-right: 0px;
  }

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

  .h2 {
    width: auto;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .h2.slide {
    width: 80%;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
  }

  .saber-m-s {
    margin-top: 20px;
  }

  .section-2 {
    width: 100%;
    height: 100vh;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-section._1 {
    width: 100%;
  }

  .photo-section._2 {
    width: 100%;
  }

  .photo-section._3 {
    width: 100%;
  }

  .photo-section._3 {
    width: 100%;
  }

  .text-space._1 {
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 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;
  }

  .slider {
    width: 100%;
    height: 350px;
  }

  .slide {
    padding-top: 10px;
  }

  .slider-content {
    width: auto;
    height: 350px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-3 {
    height: auto;
    margin-bottom: 40px;
  }

  .section-3-div {
    width: 100%;
    height: 126%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .data {
    width: 200px;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-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;
  }

  .h4 {
    font-size: 40px;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .slide-nav {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .slide-3 {
    background-color: #fff;
  }

  .button {
    border-width: 2px;
  }

  .section-2-wrapper-copy {
    width: 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;
  }

  .h1-copy {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .h1-copy.section {
    margin-bottom: 10px;
    color: #000;
  }

  .section-1-copy {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-1-servicios {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 20px 20px 40px;
  }

  .miembro {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-section._1 {
    width: 100%;
  }

  .about-section._2 {
    width: 100%;
  }

  .about-section._3 {
    width: 100%;
  }

  .about-section._3 {
    width: 100%;
  }

  .about-section._5 {
    width: 100%;
  }

  .about-section._4 {
    width: 100%;
  }

  .contact-section {
    width: 100%;
  }

  .contact-section._1 {
    width: 100%;
  }

  .contact-section._2 {
    width: 100%;
  }

  .contact-section._3 {
    width: 100%;
  }

  .contact-section._3 {
    width: 100%;
  }

  .div-block-7 {
    width: 90%;
    height: 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;
  }

  .icons {
    margin-right: 20px;
    margin-left: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icons-contact {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-3 {
    width: 100%;
  }

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

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

  .image-9 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .link-block-4 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@font-face {
  font-family: 'Segoe ui 900';
  src: url('../fonts/Segoe-UI-Black-Italic-900.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 900';
  src: url('../fonts/Segoe-UI-Black-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 400';
  src: url('../fonts/Segoe-UI-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui gras 700';
  src: url('../fonts/Segoe-UI-Gras-700.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui gras italique 700';
  src: url('../fonts/Segoe-UI-Gras-Italique-700.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 300';
  src: url('../fonts/Segoe-UI-Light-Italic-300.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui italique 400';
  src: url('../fonts/Segoe-UI-Italique-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 300';
  src: url('../fonts/Segoe-UI-Light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 600';
  src: url('../fonts/Segoe-UI-Semibold-Italic-600.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 600';
  src: url('../fonts/Segoe-UI-Semibold-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 350';
  src: url('../fonts/Segoe-UI-Semilight-Italic-350.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe ui 350';
  src: url('../fonts/Segoe-UI-Semilight-350.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}