.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #739089;
}

.section-landing {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.landing__conatiner--links {
  width: 100%;
  height: 100px;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: absolute;
  top: 120%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container__links {
  width: auto;
  height: auto;
  margin-right: 60px;
  position: relative;
}

.link-block {
  color: #e1c9bd;
  margin-right: 40px;
  padding: 10px 10px 10px 35px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block.ig {
  background-image: url("../images/icon-ig.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.link-block.web {
  background-image: url("../images/icon-mouse.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.link-block.mail {
  background-image: url("../images/icon-mail.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.link-block.mobile {
  background-image: url("../images/icon-mobile.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.logo__sello {
  width: 14%;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.flex__left {
  width: 45%;
  height: 90%;
  opacity: 0.8;
  background-image: url("../images/Recurso-5.svg"),
    url("../images/footer-bg.jpg");
  background-position: 30% 0, 30% 70%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  margin-top: 179px;
}

.flex__right {
  width: 55%;
  height: 100%;
}

.text-block {
  z-index: 1;
  color: #fef2ed;
  margin-right: 15px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
  position: static;
  top: 40%;
  bottom: auto;
  left: auto;
  right: 16%;
}

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

.text-block-2 {
  float: right;
  color: #e1c9bd;
  margin-top: 10px;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.div-block {
  position: absolute;
  top: 30%;
  left: 40%;
}

.sectionhome {
  background-color: #fef2ed;
}

.imghome {
  width: 75%;
  height: 100vh;
  background-image: url("../images/bghome-woman.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.logohome {
  width: 60%;
}

.fblefth {
  width: 50%;
  height: 100vh;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-block-2 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fbrh {
  width: 50%;
  height: 100vh;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imglogo {
  z-index: 1;
  width: 200px;
  height: 200px;
  background-image: url("../images/Recurso-3.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.img2h {
  z-index: 2;
  width: 240px;
  height: 315px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/img2H.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6%;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 0%;
  right: auto;
}

.txtmenu {
  color: #739089;
  margin-top: 38px;
  margin-left: 15px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.nav-bar-section {
  z-index: 10;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: fixed;
}

.icon {
  color: rgba(0, 0, 0, 0);
  font-family: Redhatdisplay, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.nav-menu {
  height: 100vh;
  background-color: #fff;
  padding-top: 80px;
}

.menu-button {
  z-index: 100;
  width: 35px;
  height: 48px;
  float: right;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/menu1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  margin-top: 24px;
  padding: 8px 0 0 3px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.menu-button.w--open {
  color: #105345;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-2 {
  width: 90px;
  height: auto;
  float: right;
  color: #739089;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: -15px;
}

.nav-link {
  color: #739089;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.nav-link.w--current {
  color: rgba(16, 83, 69, 0.65);
  display: block;
}

.sectionquienessomos {
  background-color: #fef2ed;
}

.fb-qs-l {
  width: 60%;
  height: 100vh;
  align-items: center;
  padding-top: 89px;
  position: relative;
}

.fb-qs-r {
  width: 40%;
  height: 100vh;
  background-image: url("../images/img.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  position: relative;
}

.flex-block-3 {
  position: relative;
}

.h1-qs {
  color: #739089;
  text-align: center;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
  display: block;
  position: relative;
  left: -80px;
}

.h2-qs {
  color: #739089;
  text-align: center;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: relative;
  top: -35px;
  left: 160px;
}

.div-block-3 {
  width: 600px;
}

.paragraph {
  width: 450px;
  color: #41413f;
  margin-top: 20px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.bold-text {
  background-color: #ebdad2;
}

.paragraph-2 {
  width: 450px;
  color: #41413f;
  margin-top: 30px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.image-3 {
  width: 130px;
  border-radius: 360px;
  margin-left: 10%;
  display: block;
}

.text-block-4 {
  color: #739089;
  background-color: #fef2ed;
  margin-bottom: 10px;
  font-family: Redhatdisplay, sans-serif;
  display: inline-block;
}

.paragraph-3 {
  width: 500px;
  color: #41413f;
  font-family: Redhatdisplay, sans-serif;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.flex-block-5 {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-6 {
  margin-left: 25px;
}

.image-4 {
  width: 100px;
  opacity: 0.9;
  margin-top: -45px;
  margin-right: 41px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-5 {
  width: 400px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: #ebdad2;
  align-self: flex-start;
  font-family: Redhatdisplay, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.text-block-other {
  width: 90%;
  color: #ebdad2;
  margin-top: -10px;
  margin-left: 170px;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bold-text-2,
.bold-text-3 {
  background-color: #ebdad2;
  font-weight: 500;
}

.sectionquehacemos {
  background-color: #fef2ed;
}

.fb-qh-r {
  width: 40%;
  height: 100vh;
  background-image: url("../images/compu.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  position: relative;
}

.fb-qh-l {
  width: 60%;
  height: 100vh;
  align-items: center;
  padding-top: 89px;
  position: relative;
}

.h2-qh {
  width: 50%;
  color: #739089;
  text-align: left;
  margin-top: 50px;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
  position: static;
  top: -25px;
  left: 265px;
}

.h1-qh {
  width: 50%;
  height: 70px;
  color: #739089;
  text-align: right;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
  display: block;
  position: static;
  left: -105px;
}

.contaniner-qh-txt {
  width: 600px;
  align-self: auto;
}

.flex-block-7 {
  width: 100%;
  margin-top: 30px;
  padding-right: 100px;
}

.flex-block-8 {
  width: 50%;
}

.flex-block-9 {
  width: 600px;
  margin-top: 40px;
}

.text-block-6 {
  height: 25px;
  color: #41413f;
  background-image: url("../images/pinkpanter.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 16px;
  display: flex;
}

.container-footer-qh {
  z-index: 9;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fb-footer-qhr {
  width: 50%;
  height: auto;
  background-color: #ebdad2;
  background-image: url("../images/corazon.svg");
  background-position: 30px 20px;
  background-repeat: no-repeat;
  background-size: 35px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 85px;
}

.fb-footer-qhl {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-5 {
  color: #739089;
  padding-top: 5px;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.sectionexperiencia {
  background-color: #e1c9bd;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.text-span-2 {
  background-color: #ebdad2;
}

.fb-ee {
  justify-content: center;
}

.ee-img {
  width: 400px;
  margin-top: 30px;
}

.heading {
  color: #fef2ed;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 65px;
}

.quick-stack {
  width: 1300px;
  margin-top: 70px;
}

.ee-content-elements {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.ee-content-elements._2 {
  margin-top: 80px;
}

.ee-icon {
  width: 150px;
  height: 150px;
  background-color: #fff8f5;
  border-radius: 360px;
}

.ee-icon._1 {
  width: 150px;
  height: 150px;
  background-image: url("../images/cafe.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.ee-icon._2 {
  background-image: url("../images/lamparita.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.ee-icon._3 {
  background-image: url("../images/punto4.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.ee-icon._4 {
  background-image: url("../images/diseno.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55px;
}

.ee-icon._5 {
  background-image: url("../images/lanzamiento.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.text-block-7 {
  color: #41413f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Redhatdisplay, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-8 {
  color: #739089;
  text-align: center;
  margin-top: -5px;
  margin-left: 30px;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 65px;
  display: inline-block;
  position: static;
}

.ee-line {
  z-index: 5;
  width: 1px;
  height: 40px;
  background-color: rgba(115, 144, 137, 0.6);
  margin-top: -20px;
  position: relative;
}

.qh-line {
  z-index: 5;
  width: 51%;
  height: 1px;
  background-color: rgba(115, 144, 137, 0.6);
  margin-top: -40px;
  position: absolute;
}

.image-5 {
  width: 350px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.image-6 {
  height: 350px;
  mix-blend-mode: normal;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.image-6._2 {
  top: -10%;
  left: 6%;
}

.qs-line {
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: rgba(115, 144, 137, 0.6);
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
}

.contenedorformulario {
  width: 400px;
  font-family: Redhatdisplay, sans-serif;
  font-weight: 300;
  position: relative;
  top: 60%;
  left: 7%;
}

.field-label {
  color: #e1c9bd;
  -webkit-text-stroke-color: #e1c9bd;
  font-weight: 400;
}

.submit-button {
  float: right;
  color: #739089;
  background-color: #e1c9bd;
  border-radius: 20px;
  margin-top: 20px;
  font-weight: 400;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e1c9bd;
}

.heading-2 {
  color: #e1c9bd;
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 500;
}

.sectionidioma {
  height: 40px;
  background-color: #fef2ed;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 60px;
  height: 30px;
  float: right;
  background-color: rgba(235, 218, 210, 0.7);
  border-radius: 30px;
  align-items: center;
  margin-top: 18px;
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
}

.button_ball {
  z-index: 2;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: #fef2ed;
  border-radius: 360px;
  margin-left: 0;
  display: block;
  position: relative;
}

.text-block-9 {
  color: #ac988f;
  text-align: center;
  flex: 1;
  padding-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divrecaptcha {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .landing__conatiner--links {
    height: 200px;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 176px;
    top: 125%;
  }

  .container__links {
    flex-direction: column;
    flex: 0 auto;
    margin-right: 0;
  }

  .logo__sello {
    width: 20%;
  }

  .flex__left {
    display: none;
  }

  .flex__right {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block {
    flex: 0 auto;
    position: relative;
    top: 20%;
    left: 0%;
  }

  .imghome {
    width: 100%;
  }

  .imglogo {
    width: 125px;
    height: 125px;
    top: 4%;
    left: 4%;
  }

  .img2h {
    width: 175px;
    height: 250px;
    display: none;
  }

  .fb-qs-l {
    width: 50%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb-qs-r {
    width: 50%;
    padding-right: 0;
  }

  .flex-block-3 {
    padding-bottom: 60px;
  }

  .h1-qs {
    font-size: 60px;
  }

  .h2-qs {
    font-size: 50px;
    line-height: 50px;
    left: 96px;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 15px;
  }

  .paragraph {
    width: 100%;
    font-size: 23px;
  }

  .paragraph-2 {
    width: 100%;
  }

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

  .paragraph-3 {
    width: 100%;
  }

  .flex-block-5 {
    padding-right: 20px;
  }

  .image-4 {
    display: none;
  }

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

  .text-block-5 {
    font-size: 25px;
  }

  .text-block-other {
    width: 250px;
    flex: 0 auto;
    margin-left: 90px;
    font-size: 25px;
    position: relative;
    overflow: visible;
  }

  .fb-qh-r {
    width: 50%;
    height: 900px;
    padding-right: 0;
  }

  .fb-qh-l {
    width: 50%;
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-qh {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    left: 96px;
  }

  .h1-qh {
    width: 45%;
    font-size: 60px;
  }

  .contaniner-qh-txt {
    width: 100%;
    padding-left: 15px;
  }

  .flex-block-7 {
    width: 90%;
  }

  .flex-block-8 {
    width: 100%;
  }

  .flex-block-9 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .fb-footer-qhr {
    width: 60%;
  }

  .fb-footer-qhl {
    width: 40%;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .ee-content-elements {
    margin-bottom: 40px;
  }

  .qh-line {
    width: 42%;
  }

  .image-6 {
    display: none;
  }

  .qs-line {
    width: 42%;
    display: none;
  }

  .contenedorformulario {
    top: 30%;
    left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .landing__conatiner--links {
    padding-left: 80px;
  }

  .logo__sello {
    width: 30%;
  }

  .div-block {
    left: 0%;
  }

  .imglogo {
    top: 4%;
  }

  .fb-qs-l,
  .fb-qs-r {
    width: 100%;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .h1-qs {
    left: -80px;
  }

  .h2-qs {
    display: block;
    top: -35px;
    left: 96px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .text-block-other {
    width: 400px;
    margin-left: 52px;
  }

  .fb-qh-r,
  .fb-qh-l {
    width: 100%;
  }

  .h2-qh {
    width: 50%;
    display: block;
    top: -35px;
    left: 74px;
  }

  .h1-qh {
    width: 50%;
    left: -80px;
  }

  .flex-block-7 {
    width: 100%;
    padding-right: 50px;
  }

  .flex-block-9 {
    padding-bottom: 40px;
  }

  .fb-footer-qhr {
    width: 100%;
  }

  .fb-footer-qhl {
    width: 0%;
  }

  .paragraph-5 {
    font-size: 22px;
  }

  .ee-img {
    width: 300px;
  }

  .heading {
    font-size: 45px;
  }

  .qh-line,
  .image-5,
  .qs-line {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .landing__conatiner--links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    top: 120%;
    bottom: 10%;
  }

  .container__links {
    width: 100%;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
    top: 20px;
  }

  .logo__sello {
    width: 35%;
    top: 40px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-2 {
    float: none;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
    line-height: 55px;
  }

  .div-block {
    top: 15%;
  }

  .sectionhome {
    padding-bottom: 60px;
  }

  .imghome {
    height: 500px;
  }

  .logohome {
    width: 90%;
  }

  .fblefth {
    width: 100%;
    height: 500px;
    justify-content: flex-start;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .fbrh {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding-top: 35px;
  }

  .imglogo {
    width: 100px;
    height: 100px;
    top: 2%;
  }

  .txtmenu {
    margin-top: 15px;
  }

  .nav-bar-section {
    flex-direction: row;
    align-items: center;
    padding: 24px 0 0;
    display: block;
  }

  .nav-menu {
    width: 90%;
  }

  .menu-button {
    flex: 0 auto;
    margin-top: 0;
    margin-right: 10px;
  }

  .div-block-2 {
    width: 100px;
  }

  .fb-qs-l {
    width: 100%;
    height: 840px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb-qs-r {
    width: 100%;
    height: 700px;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .h1-qs {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 140px;
    font-size: 50px;
    line-height: 45px;
    display: block;
    left: 0;
  }

  .h2-qs {
    width: auto;
    float: none;
    clear: none;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 140px;
    font-size: 45px;
    line-height: 45px;
    display: block;
    top: -30px;
    left: 0;
  }

  .div-block-3 {
    text-align: right;
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
    display: block;
  }

  .paragraph {
    margin-top: 10px;
    font-size: 24px;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .flex-block-5 {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-6 {
    align-items: center;
  }

  .div-block-5 {
    padding-left: 30px;
  }

  .text-block-other {
    width: 250px;
  }

  .fb-qh-r {
    width: 100%;
    height: 700px;
  }

  .fb-qh-l {
    width: 100%;
    height: 840px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-qh {
    width: 100%;
    float: none;
    clear: none;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
    display: block;
    top: -30px;
    left: 0;
  }

  .h1-qh {
    width: 100%;
    height: auto;
    text-align: right;
    flex: 0 auto;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 45px;
    display: block;
    left: 0;
  }

  .contaniner-qh-txt {
    text-align: right;
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
    display: block;
  }

  .flex-block-7 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .fb-footer-qhr {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .paragraph-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .sectionexperiencia {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ee-img {
    width: 180px;
  }

  .heading {
    font-size: 30px;
  }

  .ee-content-elements._2 {
    margin-top: 0;
  }

  .contenedorformulario {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 25%;
  }

  .submit-button {
    width: 100%;
  }

  .sectionidioma {
    height: 30px;
  }

  .div-block-6 {
    margin-top: -5px;
    margin-right: 12px;
  }
}

#w-node-d91d5b48-f8b2-af28-04bd-f9bb14ac67e4-f113964c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d91d5b48-f8b2-af28-04bd-f9bb14ac67e4-f113964c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d91d5b48-f8b2-af28-04bd-f9bb14ac67e4-f113964c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content_enviando {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .contenido_boton_enviar {
    width: 90% !important;;
    margin-top: 20px;
  }

  .spinner-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-Medium.ttf") format("truetype"),
    url("../fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Redhatdisplay";
  src: url("../fonts/RedHatDisplay-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Made Mirage Personal Use";
  src: url("../fonts/MADE-Mirage-Bold-PERSONAL-USE.otf") format("opentype"),
    url("../fonts/MADE-Mirage-Bold-PERSONAL-USE.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Mirage Personal Use";
  src: url("../fonts/MADE-Mirage-Medium-PERSONAL-USE.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Mirage Personal Use";
  src: url("../fonts/MADE-Mirage-Thin-PERSONAL-USE.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
