h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  margin-right: 0;
  display: inline-block;
}

.body {
  color: #2e2e2e;
  background-color: #fff;
  font-family: Mukta, sans-serif;
  overflow: visible;
}

.heading-2 {
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
}

.heading-2.conecta {
  text-align: left;
  margin-top: 35px;
  font-size: 25px;
}

.hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hero-div {
  color: #fff;
  flex-direction: row;
  padding-top: 5%;
  padding-left: 3vw;
  display: block;
  position: absolute;
}

.heading-3 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 200;
}

.boton-blanco {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 200;
  transition: all .2s ease-in-out;
}

.boton-blanco:hover {
  color: #2e2e2e;
  background-color: #fff;
  font-weight: 200;
}

.image-4 {
  height: 50px;
}

.header-section {
  border-bottom: 1.5px solid #cacaca;
  justify-content: space-between;
  align-items: center;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 10px;
  padding-bottom: 20px;
}

.boton-rojo {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid red;
  border-radius: 10px;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.boton-rojo:hover {
  color: #fff;
  background-color: red;
}

.nav-section {
  margin-left: 3vw;
  margin-right: 3vw;
}

.nav-link {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 300;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border-bottom: 1.5px solid red;
}

.nav-link.w--current {
  color: #2e2e2e;
  border-bottom: 1.5px solid red;
}

.nav-link.right-link {
  mix-blend-mode: normal;
  margin-right: 0;
  padding-right: 0;
}

.content-section {
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 100px;
}

.content-section.conecta {
  border-bottom: 1.5px solid #cacaca;
  padding-bottom: 100px;
}

.content-section.profile-section {
  justify-content: center;
  display: flex;
}

.content-section.profile-section.fullwidth {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-4 {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-4 {
  padding-left: 12vw;
  padding-right: 12vw;
}

.icon-div {
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  display: block;
}

.transport-icon {
  width: 70px;
  margin-left: 60px;
  margin-right: 60px;
}

.separation-line {
  border-bottom: 2px solid red;
  justify-content: center;
  margin-left: 45vw;
  margin-right: 45vw;
  padding-top: 100px;
  display: block;
}

.text-block {
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

.country-flex {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.international-flex {
  display: flex;
}

.fullwidth-section {
  background-color: #1e3356;
  margin-top: 100px;
}

.fullwidth-section.header {
  height: 300px;
  color: #fff;
  justify-content: space-between;
  margin-top: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  justify-content: flex-start;
  display: flex;
}

.image-8 {
  max-width: 50%;
  object-fit: contain;
  align-self: flex-end;
  padding-top: 20px;
}

.text-block-2 {
  color: #fff;
  padding-bottom: 40px;
  padding-right: 3vw;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-right: 3vw;
  font-weight: 600;
}

.div-block-6 {
  align-self: center;
  margin-left: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 4vw;
}

.white-line {
  width: 30px;
  border-bottom: 1.5px solid #fff;
}

.red-line {
  width: 30px;
  border-bottom: 2px solid red;
}

.boton-rojo-lleno {
  background-color: #ff0004;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
}

.boton-negro-lleno {
  background-color: #2e2e2e;
  border-radius: 10px;
  margin-right: 30px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
}

.footer-section {
  justify-content: space-between;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.footer-link {
  color: #2e2e2e;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

.footer-title {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-3 {
  text-align: right;
  font-size: 15px;
  font-weight: 300;
}

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

.image-9 {
  padding-bottom: 20px;
}

.heading-5 {
  color: #fff;
  font-size: 30px;
}

.text-block-4 {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 75px;
  display: block;
}

.image-10 {
  opacity: .07;
  flex: none;
}

.image-11 {
  object-fit: cover;
  overflow: hidden;
}

.div-block-12 {
  color: #2e2e2e;
  background-color: #ebebeb;
  flex: 1;
  padding: 40px 3vw;
}

.text-block-6 {
  border-bottom: 1px solid #acacac;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-13 {
  width: 80vw;
  height: 500px;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, .28);
}

.text-block-7 {
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.div-block-14 {
  width: 50%;
  object-fit: cover;
  flex: 1;
  overflow: visible;
}

.div-block-15 {
  justify-content: center;
  margin-bottom: 80px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-16 {
  flex: 0 auto;
}

.div-block-17 {
  flex: 1;
  align-self: center;
  padding-left: 4vw;
  padding-right: 4vw;
}

.text-block-8 {
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.image-12, .image-13, .image-14 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-15 {
  width: 100vw;
  height: 350px;
  object-fit: cover;
}

.heading-7 {
  margin-bottom: 40px;
  margin-left: 3vw;
  margin-right: 3vw;
}

.teamcards-container {
  flex-wrap: nowrap;
  display: flex;
}

.div-block-18 {
  flex: 0 auto;
}

.div-block-19 {
  max-width: 50%;
  flex: 1;
  padding-left: 1vw;
  padding-right: 1vw;
  overflow: visible;
}

.div-block-21 {
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 5px;
}

.team-name {
  width: 100%;
  margin-bottom: 0;
}

.team-name.apellido {
  margin-top: 0;
}

.section {
  padding-top: 100px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .content-section {
    flex-direction: column;
    display: flex;
  }

  .content-section.profile-section {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .image-8 {
    object-fit: scale-down;
    flex: 0 auto;
    align-self: center;
    padding-top: 0;
  }

  .div-block-6 {
    margin-left: 20px;
  }

  .boton-rojo-lleno {
    width: 280px;
    margin-top: 20px;
  }

  .boton-negro-lleno {
    width: 280px;
    align-self: flex-start;
  }

  .image-11 {
    object-fit: cover;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .image-11._2 {
    object-fit: cover;
  }

  .div-block-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .div-block-13 {
    height: auto;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .div-block-14 {
    object-fit: cover;
    flex: 0 auto;
    position: relative;
  }

  .div-block-15 {
    flex-direction: row;
    align-items: center;
  }

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

  .div-block-17 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .teamcards-container {
    display: flex;
  }

  .div-block-18 {
    width: 50%;
    flex: 1;
  }

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

  .team-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .section {
    padding-top: 20px;
  }

  .image-16 {
    min-width: 50%;
  }

  .heading-8, .heading-9 {
    font-size: 18px;
  }

  .heading-10, .heading-11, .heading-12 {
    margin-top: 0;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image {
    height: 350px;
  }

  .heading-3 {
    font-size: 40px;
  }

  .boton-blanco {
    font-size: 12px;
  }

  .transport-icon {
    width: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .image-8 {
    max-width: 100%;
    flex: 0 auto;
    align-self: stretch;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-5 {
    font-size: 25px;
  }

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

  .div-block-10 {
    padding-top: 40px;
  }

  .image-11 {
    width: 100%;
    display: block;
  }

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

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

  .div-block-13._2 {
    flex-direction: column-reverse;
  }

  .text-block-7 {
    padding-bottom: 20px;
    font-size: 18px;
  }

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

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

  .div-block-15._2 {
    flex-direction: column-reverse;
    flex: 0 auto;
  }

  .div-block-17 {
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-22 {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }

  .heading-8, .heading-9 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 18px;
  }

  .heading-2.conecta {
    font-size: 20px;
  }

  .hero-image {
    height: 200px;
    text-align: left;
  }

  .hero-div {
    text-align: center;
    display: block;
    position: absolute;
  }

  .heading-3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 15px;
  }

  .image-4 {
    text-align: left;
  }

  .header-section {
    flex-direction: column;
    align-items: stretch;
  }

  .boton-rojo {
    text-align: center;
    align-self: flex-end;
    margin-top: 20px;
    font-size: 15px;
  }

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

  .paragraph-4 {
    font-size: 15px;
  }

  .div-block-4.countries {
    display: flex;
  }

  .transport-icon {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .country-flex {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .international-flex {
    flex-direction: column;
    flex: 1;
  }

  .boton-rojo-lleno, .boton-negro-lleno {
    width: 90vw;
    font-size: 15px;
  }

  .heading-5, .text-block-4 {
    text-align: center;
  }

  .div-block-10 {
    flex: 0 auto;
  }

  .image-10 {
    z-index: 0;
    text-align: center;
    flex: 1;
    position: absolute;
  }

  .image-11 {
    height: 70vw;
    object-fit: cover;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    text-align: center;
  }

  .div-block-22 {
    grid-template-columns: repeat(auto-fit, minmax(70%, 1fr));
  }

  .brand {
    align-self: center;
  }

  .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
    text-align: center;
  }

  .brand-2 {
    align-self: center;
  }
}


