:root {
  --purple: #223d57;
  --light-grey: lightgrey;
  --crimson: #e7334e;
  --goldenrod: #fbba20;
  --dark-slate-blue: #354294;
  --cadet-blue: #31b1c6;
  --purple-2: #591946;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #e7334e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.light {
  font-weight: 300;
}

.ting {
  font-weight: 100;
}

.hldr-hero {
  width: 97%;
  height: 90vh;
  float: none;
  background-image: linear-gradient(41deg, rgba(95, 35, 110, .9), rgba(53, 66, 148, .9)), url('../images/hero-home.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: 2.5%;
  padding-top: 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero {
  width: 1000px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: auto;
  margin-left: 8%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.hero-leyends {
  width: 90%;
  color: #fff;
  position: relative;
}

.h1-hero {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 85px;
  font-weight: 700;
  line-height: 90px;
}

.akin {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 40px;
}

.akin.logo-on-hero {
  width: 180px;
  margin-bottom: 30px;
  margin-left: 60px;
  position: static;
  top: 0;
  left: 0;
}

.akin.contact {
  margin-left: 0;
}

.orange-txt {
  color: #f36515;
}

.dark-organge-txt {
  color: #e7334e;
}

.marker-trans {
  background-color: rgba(231, 51, 78, .55);
  display: inline;
}

.h4-hero {
  width: 65%;
  float: left;
  margin-left: 60px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.topbar {
  z-index: 500;
  margin-top: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.wrpr-topbar {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scroll-btn {
  width: 50px;
  height: 50px;
  float: left;
  background-color: #fbba20;
  background-image: url('../images/arrow-w-down.svg'), linear-gradient(41deg, #fbba20, #e7334e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 26px, auto;
  border-radius: 50%;
  margin-top: 23px;
  margin-left: 60px;
  transition: all .2s ease-in-out;
  display: block;
  position: static;
  bottom: 0;
  right: 0;
}

.btn-icon-orange {
  width: 50px;
  height: 50px;
  float: left;
  background-image: url('../images/mail.svg'), linear-gradient(51deg, #fbba20, #e7334e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px, auto;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.btn-icon-orange:hover {
  transform: scale(.8);
}

.btn-icon-orange.akin-int {
  background-image: url('../images/Akin-int.svg'), linear-gradient(51deg, #642670, #ad2a5e);
}

.botonera-hero {
  z-index: 100;
  align-items: center;
  margin-top: 10px;
  margin-right: 100px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-icon-blue {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(45deg, #354294, #31b1c6);
  border-radius: 50%;
}

.btn-icon-blue.mrgn-left {
  background-image: linear-gradient(45deg, #354294, #31b1c6);
  margin-right: 20px;
}

.btn-icon-blue.mrgn-left.facebook {
  float: left;
  background-image: linear-gradient(45deg, #3b5998, #5480dd);
  margin-right: 10px;
  padding: .8rem;
  transition: all .2s ease-in-out;
}

.btn-icon-blue.mrgn-left.facebook:hover {
  transform: scale(.8);
}

.hero-master {
  height: 100vh;
  overflow: hidden;
}

.hldr-hero {
  float: right;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.intro {
  height: 100vh;
  background-color: #fff;
  position: relative;
}

.hldr-intro {
  width: 80%;
  height: auto;
  background-color: #e5ecf1;
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/bg-briks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 40px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.text-intro {
  width: 44%;
  text-align: left;
  padding-top: 130px;
  padding-left: 60px;
}

.h2-intro {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  font-family: Raleway, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 83%;
  display: block;
}

.h2-intro.frances {
  font-size: 80px;
}

.h2-intro.ingles {
  padding-top: 6px;
  font-size: 85px;
  line-height: 78%;
}

.frame-home {
  width: 400px;
  margin-right: 12%;
  position: absolute;
  top: 0;
  right: 0;
}

.hold {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.frame {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 90px;
}

.purple-txt {
  color: var(--purple);
  font-size: 38px;
  line-height: 45px;
}

.hola-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.maceta {
  width: 260px;
  height: 360px;
  background-image: url('../images/planta.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -40px;
  margin-left: 315px;
  margin-right: -40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.planta {
  width: 100%;
}

.btn {
  height: 40px;
  text-align: center;
  background-image: linear-gradient(34deg, #e7334e, #fbba20);
  border-radius: 20px;
  margin-top: 20px;
  padding: 9px 24px 0;
  font-family: Source Sans Pro, sans-serif;
  transition: all .2s ease-in-out;
  box-shadow: -2px 10px 10px -5px rgba(0, 0, 0, .4);
}

.btn:hover {
  transform: scale(.9);
  box-shadow: -1px 5px 10px -5px rgba(0, 0, 0, .4);
}

.btn.clear {
  margin-top: 0;
}

.we-help-you {
  padding-top: 100px;
  padding-bottom: 150px;
  overflow: hidden;
}

.wrpr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrpr.flexed {
  justify-content: space-between;
  display: flex;
}

.img-travel {
  width: 130%;
  height: 500px;
  background-image: url('../images/Contabilidad.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-left: -30%;
  position: relative;
}

.leyend-travel {
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 20px;
}

.separador {
  width: 20%;
  height: 4px;
  background-color: #5f236e;
  margin-left: -10%;
}

.title-icon {
  color: var(--purple);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
  line-height: 40px;
  display: inline-block;
}

.title-icon.translation-icon {
  background-image: url('../images/translation-icon-morado.svg');
  background-position: 0;
  background-size: 60px;
  padding-left: 70px;
  padding-right: 0;
  line-height: 36px;
}

.title-icon.cultural-mh {
  background-image: none;
}

.title-icon.margin-bottom {
  margin-bottom: 2rem;
}

.akin-list {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
}

.li-akin {
  color: #535353;
  background-image: url('../images/check.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 8px;
  margin-left: 20px;
  padding-left: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.btn-txt {
  color: #e7334e;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.btn-txt:hover {
  text-decoration: underline;
}

.btn-brdr {
  height: 30px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 20px;
  padding: 4px 20px 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  transition: all .2s ease-in-out;
}

.btn-brdr:hover {
  color: #fff;
  background-color: #31b1c6;
  border-color: #31b1c6;
}

.btn-brdr.large {
  height: auto;
  color: #fbba20;
  border-color: #fbba20;
  padding: 8px 30px;
  font-size: 18px;
}

.btn-brdr.large:hover {
  color: #591946;
  background-color: #fbba20;
}

.btn-brdr.large.f-left {
  float: right;
  margin-top: 26px;
}

.txt-inside {
  color: #fff;
  margin-bottom: 10%;
  margin-right: 30%;
  font-family: Source Sans Pro, sans-serif;
  font-style: italic;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.translation {
  background-image: linear-gradient(rgba(34, 61, 87, .5), rgba(34, 61, 87, .5)), url('../images/Consultoria.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.btn-solid {
  height: 30px;
  text-align: center;
  border-radius: 20px;
  padding: 4px 20px 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
}

.btn-solid.mrgn-l {
  margin-right: 20px;
  padding-top: 5px;
}

.leyend-translation {
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px 30px 40px;
  position: relative;
}

.leyend-translation.cultural-m {
  width: 100%;
}

.flechita {
  width: 60px;
  height: 60px;
  border-bottom: 40px solid rgba(0, 0, 0, 0);
  border-left: 40px solid #fff;
  margin-bottom: -40px;
  margin-right: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.re-location {
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.wrpr-rounded {
  width: 90%;
  height: auto;
  background-color: #e5edf3;
  background-image: url('../images/Cursos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: block;
  position: static;
  top: 50%;
  left: 0;
  right: 0;
  overflow: visible;
}

.leyend-re-location {
  width: 50%;
  height: 100%;
  float: right;
  background-color: rgba(255, 255, 255, .94);
  border-left: 4px solid #e7334e;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 40px 40px 40px 60px;
}

.daily-hustle {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.img-hustle {
  width: 130%;
  height: 500px;
  background-image: linear-gradient(212deg, rgba(231, 51, 78, .6), rgba(251, 186, 32, .6)), url('../images/Asesoria.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-right: -30%;
}

.leyend-hustle {
  margin-top: 30px;
  padding-right: 60px;
}

.cultural {
  height: auto;
  background-image: url('../images/7-Todos-los-servicios.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us {
  background-color: var(--purple);
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us-hldr {
  color: #fff;
  margin-top: 10%;
}

.about-tt {
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 75px;
}

.h3-about {
  color: #fff;
  margin-bottom: 30px;
}

.hldr-fotos-about-us {
  height: 500px;
  perspective: 1500px;
  text-align: center;
  margin-top: -60px;
  padding-top: 20px;
}

.foto-frame {
  width: 400px;
  height: 260px;
  background-image: url('../images/bg-re-location.jpg');
  background-position: 0 0;
  background-size: 600px;
  border: 8px solid #f9fced;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: -2px 12px 15px -6px #24051b;
}

.foto-uno.foto-frame {
  background-image: url('../images/foto-1.jpg');
  background-position: 50%;
  background-size: cover;
  transform: rotate(3deg);
}

.foto-dos.foto-frame {
  background-image: url('../images/foto-2.jpg');
  background-position: 50%;
  background-size: cover;
  transform: rotate(-3deg)translate(23px)translate(0, -120px);
}

.foto-tres.foto-frame {
  background-image: url('../images/foto-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(0, -200px)rotate(4deg)translate(-14px);
}

.footer {
  background-color: #e7334e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.akin-footer {
  width: 120px;
}

.footer-txt {
  float: right;
  color: #fff;
  text-align: right;
  font-family: Open Sans, sans-serif;
}

.footer-txt.small-hide {
  opacity: .59;
  font-size: 10px;
}

.row-services {
  margin-top: 80px;
}

.wrpr-our-services {
  width: 100%;
  max-width: 50%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.rt-services {
  color: #fff;
}

.rt-services h4 {
  border-bottom: 1px dotted #fff;
  margin-top: 0;
  padding-bottom: 4px;
}

.services-tt {
  color: #fbba20;
  margin-top: 0;
  margin-bottom: 30px;
}

.h2-about-us {
  text-align: center;
  margin-top: 60px;
}

.btn-txt-big {
  color: #e7334e;
  background-color: #fff;
  border-radius: 99rem;
  margin-left: 10px;
  padding: .5rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.btn-txt-big:hover {
  border-color: var(--light-grey);
  background-color: var(--crimson);
  color: #fff;
  text-shadow: 0 0 8px #3a0b2b;
}

.body-contact {
  background-image: linear-gradient(#591946, #5f236e);
  padding-top: 80px;
}

.wrpr-contact {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-contact {
  z-index: 1000;
  background-color: rgba(89, 25, 70, .9);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hldr-contact {
  width: 600px;
  color: #fff;
  background-color: rgba(89, 25, 70, .88);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.contact-us-label {
  color: #591946;
  background-color: #fff;
  border-radius: 6px;
  margin-top: -26px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 5px 10px;
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px dotted rgba(255, 255, 255, .28);
  margin-top: 13px;
  margin-bottom: 13px;
}

.input {
  color: rgba(255, 255, 255, .88);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  margin-bottom: 14px;
}

.input:focus {
  background-color: rgba(255, 255, 255, .2);
  border-color: #e7334e;
}

.close-btn {
  width: 40px;
  height: 40px;
  background-color: #591946;
  background-image: url('../images/close-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: -20px;
  margin-right: -20px;
  transition: all .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.close-btn:hover {
  background-color: #e7334e;
  border-color: #e7334e;
}

.btn-send {
  height: 40px;
  background-image: linear-gradient(236deg, #e7334e, #fbba20);
  border-radius: 20px;
  padding: 0 24px;
  font-family: Open Sans, sans-serif;
  transition: all .2s ease-in-out;
}

.btn-send:hover {
  transform: scale(.9);
}

.text-area {
  min-height: 140px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  margin-bottom: 20px;
}

.text-area:focus {
  background-color: rgba(255, 255, 255, .2);
  border-color: #e7334e;
}

.success {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fbba20;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.h3-succed {
  color: #fbba20;
  font-size: 26px;
}

.txt-link {
  color: #e7334e;
  text-decoration: none;
}

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

.error {
  background-color: #e7334e;
}

.testimonials {
  width: 900px;
  background-color: #fff;
  border-radius: 10px;
  margin: 180px auto 100px;
  padding: 30px 20px 20px;
  display: block;
}

.testimonials.hide {
  display: none;
}

.foto-testimonial {
  width: 200px;
  height: 200px;
  background-color: #fff;
  background-image: url('../images/Captura-de-pantalla-2016-09-24-18.27.44.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.foto-testimonial.dos {
  width: 200px;
  height: 200px;
  background-image: url('../images/ellie.jpg');
  background-position: 50%;
  background-size: 427px;
}

.quote {
  color: #591946;
  border-bottom: 1px dotted rgba(89, 25, 70, .63);
  border-left-style: none;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 0;
  font-family: Shadows Into Light, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.blok-quote {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.quote-autor {
  color: #000;
  text-align: right;
  font-style: italic;
}

.where {
  font-size: 14px;
  font-style: normal;
}

.tt-quotes {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.slider-quotes, .slider-quote {
  background-color: rgba(0, 0, 0, 0);
}

.link-modal-more-quote {
  color: #e7334e;
}

.link-modal-more-quote:hover {
  text-decoration: none;
}

.modal-quote {
  z-index: 1000;
  background-color: rgba(89, 25, 70, .9);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrpr-center-quote {
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.h4-about-us {
  text-align: center;
}

.link-phone {
  color: #fbba20;
  text-decoration: none;
}

.drpd-lang {
  margin-top: 10px;
}

.lang-drp-btn {
  height: 30px;
  color: #8b660e;
  text-transform: uppercase;
  background-color: #fbba20;
  background-image: url('../images/lang-arrow.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-top: 1px solid #ffe19a;
  border-bottom: 1px solid #9e730b;
  border-radius: 15px;
  padding: 9px 30px 9px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.lang-drp-li.w--open {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 4px;
  overflow: hidden;
}

.lang-btn {
  text-transform: none;
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  transition: all .2s ease-in-out;
}

.lang-btn:hover {
  color: #fbba20;
  background-color: #f3f3f3;
}

.lang-btn.w--current {
  color: #d3d3d3;
}

.lang-btn.last {
  border-bottom-style: none;
}

.crew {
  color: #fff;
  text-align: center;
  background-color: #e62744;
  padding-top: 8px;
  padding-bottom: 8px;
}

.crw-link {
  color: #fbba20;
}

.div-block {
  color: var(--crimson);
}

.rich-text ul {
  padding-left: 0;
  line-height: 24px;
}

.rich-text li {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 22px;
}

.last-steaps {
  color: #fff;
  margin-top: 40px;
}

.flex-icon-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.icon-font {
  font-family: Materialicons, sans-serif;
}

.icon-font.is-large {
  font-size: 3rem;
  line-height: 1;
}

.font-size-large {
  font-size: 2rem;
  line-height: 1.3em;
}

.flex-element {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta {
  filter: invert();
}

.footer-text {
  flex-direction: column;
  display: flex;
}

.footer-lefal-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.text-link {
  color: var(--goldenrod);
}

.contacto-block {
  background-color: var(--purple);
  padding-bottom: 4rem;
}

.clear {
  margin-top: 0;
}

.text-color-white {
  color: #fff;
}

html.w-mod-js [data-ix="btn-to-scroll-first"] {
  transform: translate(0, 260px);
}

html.w-mod-js [data-ix="modal-contact-first"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="modal-quote-first"] {
  opacity: 0;
  display: none;
  transform: scale(.8);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .hldr-hero {
    width: 95%;
    margin-top: 5%;
  }

  .hero {
    width: 100%;
  }

  .h1-hero {
    font-size: 75px;
    line-height: 80px;
  }

  .orange-txt {
    font-size: 20px;
    line-height: 28px;
  }

  .hldr-intro {
    width: 90%;
  }

  .text-intro {
    padding-top: 100px;
  }

  .h2-intro {
    font-size: 60px;
  }

  .h2-intro.frances {
    font-size: 50px;
  }

  .h2-intro.ingles {
    font-size: 48px;
  }

  .frame-home {
    width: 260px;
  }

  .purple-txt {
    font-size: 34px;
    line-height: 40px;
  }

  .maceta {
    width: 240px;
    height: 340px;
  }

  .leyend-travel {
    margin-top: 0;
  }

  .akin-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .leyend-translation {
    width: 80%;
  }

  .leyend-re-location {
    width: 60%;
  }

  .hldr-fotos-about-us {
    margin-top: 50px;
  }

  .foto-uno.foto-frame {
    width: 260px;
    height: 160px;
  }

  .foto-dos.foto-frame {
    width: 260px;
    height: 160px;
    transform: rotate(-3deg)translate(23px)translate(0, -37px);
  }

  .foto-tres.foto-frame {
    width: 260px;
    height: 160px;
    transform: translate(0, -74px)rotate(4deg)translate(-14px);
  }

  .wrpr-contact {
    width: 90%;
  }

  .testimonials {
    width: 90%;
    color: #fff;
  }

  .tt-quotes {
    margin-bottom: 50px;
  }

  .wrpr-center-quote {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h5 {
    font-size: 13px;
    line-height: 18px;
  }

  h6 {
    font-size: 11px;
    line-height: 16px;
  }

  p {
    font-size: 13px;
  }

  .hldr-hero {
    margin-top: 6%;
  }

  .hero {
    margin-left: 0%;
  }

  .hero-leyends {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .h1-hero {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-master, .intro {
    height: 800px;
  }

  .text-intro {
    width: 90%;
    padding-top: 100px;
  }

  .frame-home {
    margin-bottom: -14px;
    margin-left: 31px;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .frame {
    box-shadow: 15px 3px 30px -7px rgba(0, 0, 0, .62);
  }

  .purple-txt {
    font-size: 30px;
    line-height: 38px;
  }

  .maceta {
    width: 200px;
    height: 280px;
    margin-right: 0;
  }

  .img-travel {
    width: 100%;
    height: 300px;
    background-size: auto, cover;
    border-radius: 30px;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .leyend-travel {
    padding-left: 20px;
  }

  .title-icon {
    height: 50px;
  }

  .title-icon.margin-bottom {
    height: auto;
  }

  .li-akin {
    margin-bottom: 6px;
  }

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

  .leyend-translation {
    width: 100%;
  }

  .wrpr-rounded {
    padding-left: 25px;
  }

  .leyend-re-location {
    width: 100%;
    border-left-style: none;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 40px;
  }

  .img-hustle {
    width: 100%;
    height: 300px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 60px;
  }

  .img-hustle.mobile {
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .leyend-hustle {
    padding-right: 0;
  }

  .hldr-contact {
    width: 90%;
  }

  .testimonials {
    margin-top: 80px;
  }

  .foto-testimonial.dos {
    margin-bottom: 20px;
  }

  .quote {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .tt-quotes {
    text-align: center;
    padding-left: 0;
  }

  .slider-quotes {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    font-size: 16px;
    line-height: 22px;
  }

  h4 {
    font-size: 14px;
    line-height: 20px;
  }

  h5 {
    font-size: 12px;
    line-height: 16px;
  }

  h6 {
    font-size: 10px;
    line-height: 14px;
  }

  p {
    font-size: 12px;
    line-height: 18px;
  }

  .hldr-hero {
    width: 100%;
    height: 700px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0%;
  }

  .hero-leyends {
    padding-left: 20px;
  }

  .h1-hero {
    font-size: 40px;
    line-height: 50px;
  }

  .akin.logo-on-hero {
    width: 120px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .h4-hero {
    width: 90%;
    margin-left: 20px;
    line-height: 22px;
  }

  .botonera-hero {
    margin-right: 20px;
  }

  .intro {
    height: 800px;
  }

  .text-intro {
    width: 100%;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-intro {
    font-size: 50px;
  }

  .h2-intro.frances {
    padding-top: 2px;
    line-height: 42px;
  }

  .frame-home {
    width: 240px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .frame {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
    display: block;
  }

  .purple-txt {
    font-size: 28px;
    line-height: 28px;
  }

  .wrpr {
    text-align: center;
  }

  .img-travel {
    height: 200px;
    background-size: auto, cover;
  }

  .leyend-travel {
    text-align: left;
  }

  .title-icon.translation-icon {
    line-height: 24px;
  }

  .li-akin {
    line-height: 18px;
  }

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

  .wrpr-rounded {
    padding: 20px;
  }

  .leyend-re-location {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-hustle.mobile {
    height: 200px;
  }

  .leyend-hustle {
    text-align: left;
  }

  .about-us {
    padding-bottom: 60px;
  }

  .about-us-hldr {
    text-align: left;
  }

  .about-tt {
    font-size: 60px;
    line-height: 65px;
  }

  .footer-txt {
    float: none;
    text-align: center;
  }

  .wrpr-our-services {
    margin-top: 40px;
  }

  .rt-services {
    text-align: left;
  }

  .rt-services h4 {
    margin-top: 35px;
  }

  .modal-contact {
    display: none;
  }

  .hldr-contact {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-us-label {
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .close-btn.on-mod-mob {
    margin-right: -8px;
  }

  .text-area {
    min-height: 100px;
  }

  .foto-testimonial {
    margin-bottom: 40px;
  }

  .quote.on-modal-mob {
    font-size: 15px;
    line-height: 24px;
  }

  .quote-autor {
    padding-bottom: 40px;
  }

  .quote-autor.on-modal-mob-bottom {
    padding-bottom: 0;
  }

  .modal-quote {
    display: none;
  }

  .wrpr-center-quote {
    width: 90%;
    margin-top: 39px;
    padding-bottom: 10px;
    position: relative;
    top: 0%;
    transform: none;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}