:root {
  --ghost-white: #f3f4f8;
  --black: #232226;
  --maroon: #831113;
  --ghost-white-2: #eceef3;
  --crimson: #ce0e2d;
  --gainsboro: #e1e4eb;
  --white: white;
  --maroon-2: #5c1518;
  --light-slate-grey: #889baf;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--ghost-white);
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Khand, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

.menu {
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.size-complete {
  width: 100%;
}

.menu-links {
  width: 100%;
  transform-origin: 50% 100%;
  align-items: center;
  display: flex;
}

.menu-content-link {
  width: 20%;
  grid-column-gap: 8px;
  background-color: var(--ghost-white-2);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.menu-content-link:hover {
  grid-column-gap: 20px;
  background-color: var(--maroon);
  color: #fff;
}

.menu-content-link.empresa {
  background-color: var(--crimson);
}

.menu-content-link.candidato {
  background-color: var(--maroon);
}

.menu-content-link.candidato.show-movil {
  display: none;
}

.menu-content-link.gray {
  background-color: var(--gainsboro);
}

.menu-content-link.gray:hover {
  background-color: var(--maroon);
}

.link-arrow {
  width: 12px;
  height: 12px;
  color: var(--crimson);
  margin-bottom: 11px;
}

.menu-content-buttons {
  width: 20%;
  min-height: 1px;
  grid-column-gap: 42px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.menu-content-buttons.hide-movil {
  width: 10%;
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
}

.menu-content-buttons.show-movil {
  display: none;
}

.menu-first-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-en {
  color: var(--black);
  text-decoration: none;
}

.button-en:hover, .button-en.w--current {
  color: var(--crimson);
}

.arrow-size.white {
  color: var(--ghost-white);
}

.hero-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-content-title {
  width: 100%;
  height: 100%;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tipografy-play {
  font-family: Playfairdisplay1, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.tipografy-play.bold {
  font-weight: 700;
}

.tipografy-play.bold.red {
  color: var(--crimson);
}

.number-title {
  color: rgba(35, 34, 38, .5);
  display: none;
}

.subtitle {
  display: none;
}

.cards-section {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cards-content-first {
  width: 100%;
  height: 100%;
  position: relative;
}

.cards-container-gral {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cards-line {
  width: 1px;
  height: 200vh;
}

.headband-container {
  padding-top: 43px;
  padding-bottom: 43px;
  overflow: hidden;
}

.headband-container.hide {
  display: none;
}

.headband-content {
  width: 300%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.headband-content-questions {
  width: 30%;
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.headband-content-questions.hide {
  display: none;
}

.headband-text {
  flex: none;
  font-size: 32px;
  line-height: 40px;
}

.video-container {
  flex-direction: column;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 94px;
  display: flex;
}

.video-content-title {
  max-width: 450px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 66px;
  display: flex;
  position: relative;
}

.video-title {
  font-size: 86px;
  line-height: 92px;
}

.video-title.show-movil {
  display: none;
}

.video-title.margin {
  margin-top: 16px;
}

.video-container-info {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video-content {
  width: 46%;
}

.red-text {
  color: var(--crimson);
}

.red-text.bold {
  font-weight: 700;
}

.video-element {
  border-radius: 8px;
}

.video-line {
  width: 1px;
  height: 150vh;
}

.video-container-gral {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.video-content-principal {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-cards {
  max-width: 1334px;
  padding-left: 32px;
  padding-right: 32px;
}

.puzze-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: all .2s;
  display: grid;
}

.puzzle-card {
  grid-row-gap: 20px;
  background-color: var(--ghost-white-2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.puzzle-card:hover {
  background-color: var(--maroon-2);
  color: var(--ghost-white);
}

.puzzle-card.size {
  min-height: 504px;
  justify-content: space-between;
}

.puzzle-card.size.close-movil.white {
  min-height: auto;
}

.puzzle-card.close-movil.white:hover {
  background-color: var(--gainsboro);
  color: var(--black);
}

.puzzle-card.close-movil.gray {
  color: var(--black);
}

.puzzle-card.close-movil.gray:hover {
  background-color: var(--gainsboro);
  color: var(--black);
}

.puzzle-card.white.open-movil {
  min-height: 450px;
  background-image: url('../images/Recurso-3.svg'), linear-gradient(#050505, #050505), url('../images/ApuntaAlto-curvas_Mesa-de-trabajo-1-002.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 200px, auto, contain;
}

.puzzle-card.white.open-movil:hover, .puzzle-card.gray:hover {
  background-color: var(--gainsboro);
  color: var(--black);
}

.puzzle-icon {
  width: 56.67px;
  height: 56.67px;
  color: var(--crimson);
  background-image: url('../images/puzzle-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
}

.puzzle-icon.brown {
  background-image: url('../images/puzzle-red4.svg');
}

.puzzle-icon.brown.small {
  background-image: url('../images/icon-red-right.svg');
}

.puzzle-icon.transparent {
  background-image: url('../images/puzzle-transparent.svg');
}

.puzzle-icon.red2 {
  background-image: url('../images/puzzle-red2.svg');
}

.puzzle-icon.red2.small.rotate {
  background-image: url('../images/icon-red3-right.svg');
}

.puzzle-icon.big {
  width: 423px;
  height: 423px;
  opacity: .1;
  transform-origin: 100% 0;
  background-image: url('../images/puzzle-blanco.svg');
  margin-left: 0;
  position: absolute;
  top: -18%;
  bottom: auto;
  left: auto;
  right: -65%;
}

.puzzle-icon.big._2 {
  transform-origin: 50% 100%;
  top: 20%;
  right: 8%;
}

.puzzle-icon.big._3 {
  transform-origin: 0 0;
  display: block;
  top: auto;
  bottom: 38%;
  left: auto;
  right: 0%;
}

.puzzle-icon.big._4 {
  transform-origin: 100% 100%;
  top: 23%;
  right: -92%;
}

.puzzle-icon.big._5 {
  display: block;
  top: auto;
  bottom: 33%;
  left: 0%;
  right: auto;
}

.puzzle-icon.small {
  position: absolute;
  top: auto;
  bottom: 28px;
  left: auto;
  right: 28px;
}

.puzzle-icon.small.final {
  background-image: url('../images/icon-puzzle7.svg');
}

.puzzle-card-text {
  z-index: 1;
  font-family: Khand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.puzzle-card-text.large {
  max-width: 400px;
}

.puzzle-card-content-texr {
  height: 100%;
}

.content-title {
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.bg-red {
  background-image: linear-gradient(260deg, #a21f21, #410f10 47%, #2c0c0c 60%, #1f0a0a);
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.day-container {
  align-items: center;
  display: flex;
}

.day-content {
  width: 50%;
}

.day-content.info {
  z-index: 1;
  grid-row-gap: 20px;
  color: var(--white);
  flex-direction: column;
  padding-top: 203px;
  padding-bottom: 203px;
  padding-right: 102px;
  display: flex;
  position: relative;
}

.day-content.cards-content {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.day-subtitle {
  z-index: 1;
  font-size: 18px;
  display: block;
  position: relative;
}

.day-icon {
  z-index: -1;
  width: 73px;
  height: 73px;
  background-image: url('../images/arrow-small.red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: -236px;
  bottom: 0;
  right: 102px;
}

.day-icon.top {
  width: 259.83px;
  height: 259.83px;
  background-image: url('../images/arrow-border.svg');
  top: -121px;
  bottom: auto;
  left: -199px;
  right: auto;
}

.day-icon.down {
  width: 259.83px;
  height: 259.83px;
  background-image: url('../images/arrow-border.svg');
  top: auto;
  bottom: -121px;
  left: -199px;
  right: auto;
}

.day-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.day-card {
  min-height: 358px;
  background-color: var(--white);
  border-radius: 8px;
  padding: 34px 24px;
}

.day-card._2 {
  margin-top: 40px;
}

.day-card._3 {
  margin-top: -40px;
}

.day-card-title {
  color: var(--crimson);
  font-family: Khand, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.day-card-text {
  font-size: 32px;
  line-height: 43px;
}

.day-card-content-number {
  align-items: center;
  display: flex;
}

.services-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.service-content {
  width: 100%;
  margin-bottom: 80px;
}

.service-card-img {
  height: 330px;
  background-image: url('../images/service-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.service-card-img._2 {
  background-image: url('../images/service-2.png');
}

.service-content-title {
  background-color: var(--crimson);
  color: var(--white);
  align-items: center;
  padding: 36px 20px;
  font-family: Khand, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.service-content-title.second {
  justify-content: flex-start;
}

.day-card-img {
  width: 281px;
  height: 428px;
  background-image: url('../images/persona1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.day-card-img.man {
  width: 457px;
  height: 410px;
  background-image: url('../images/persona2.png');
}

.service-list {
  width: 440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 25px;
  display: grid;
  position: relative;
}

.service-list.second {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: -80px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.service-card {
  grid-row-gap: 22px;
  border-bottom: .5px solid rgba(0, 0, 0, .4);
  flex-direction: column;
  display: flex;
}

.service-card.line-none {
  border-bottom-style: none;
}

.service-card.line-none.opacity {
  opacity: 0;
}

.service-title-content {
  grid-column-gap: 15px;
  color: var(--crimson);
  background-color: rgba(206, 14, 45, .1);
  border-radius: 8px;
  align-items: center;
  padding: 11px;
  display: flex;
}

.check {
  width: 24px;
  height: 24px;
  background-color: var(--crimson);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  flex: none;
}

.service-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.service-text {
  min-height: 140px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 21px;
}

.service-text.line-none {
  border: 1px #000;
}

.link-nom {
  color: var(--crimson);
  background-image: url('../images/arrow-top-right-red.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 11px;
  font-weight: 700;
}

.link-nom:hover {
  opacity: .5;
}

.link-nom.black {
  color: var(--black);
  background-image: url('../images/arrow-top-right-black.svg');
}

.link-nom.black._2 {
  color: var(--maroon);
}

.title-service {
  color: var(--ghost-white);
  font-family: Khand, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.title-service.card-position {
  opacity: 1;
  position: absolute;
  bottom: 36px;
  left: 20px;
}

.title-service.card-position._2 {
  display: none;
  left: auto;
  right: 20px;
}

.services-card-red {
  width: 100%;
  height: 260px;
  color: var(--white);
  text-align: center;
  background-color: #a21f21;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-card-red:hover {
  background-color: var(--crimson);
}

.service-content-button {
  justify-content: flex-end;
  padding-top: 60px;
  display: flex;
}

.service-content-button.left-align {
  justify-content: flex-start;
}

.service-content-button.center-align {
  z-index: 1;
  background-color: var(--ghost-white);
  justify-content: center;
  margin-top: -43px;
  padding-top: 80px;
  position: relative;
}

.button {
  grid-column-gap: 24px;
  background-color: var(--maroon);
  color: var(--white);
  align-items: center;
  padding: 28px 58px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  grid-column-gap: 50px;
}

.button.black {
  background-color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.button.red {
  background-color: var(--crimson);
  border-radius: 2px;
}

.button.red:hover {
  background-color: var(--maroon);
}

.button.services {
  margin-left: auto;
  margin-right: auto;
}

.button-arrow {
  width: 12px;
  height: 12px;
  background-image: url('../images/arrow-top-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.instagram-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.insta-card {
  height: 287px;
  background-image: url('../images/card1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-card._2 {
  background-image: url('../images/card2.png');
}

.insta-card._3 {
  background-image: url('../images/card-3.png');
}

.contact-container {
  justify-content: space-between;
  display: flex;
}

.contact-content {
  width: 50%;
  position: relative;
}

.contact-content.form-info {
  padding-top: 30px;
  padding-bottom: 52px;
  padding-left: 50px;
}

.contact-content.img {
  background-image: url('../images/fondo-cielo-tarde.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-form {
  min-height: 607px;
  margin-bottom: 0;
}

.form-input {
  min-height: 57px;
  color: rgba(35, 34, 38, .5);
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .2s;
}

.form-input:focus {
  border-style: solid;
  border-color: var(--crimson);
  background-color: var(--white);
  color: var(--black);
}

.form-input::-ms-input-placeholder {
  color: rgba(35, 34, 38, .5);
}

.form-input::placeholder {
  color: rgba(35, 34, 38, .5);
}

.form-input.message {
  min-height: 127px;
}

.form-content {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button {
  background-color: var(--crimson);
  border-radius: 8px;
  transition: all .2s;
}

.form-button:hover {
  background-color: var(--maroon);
}

.contact-title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.recaptcha {
  margin-bottom: 0;
}

.content-recaptcha {
  min-height: 76px;
}

.success-message {
  min-height: 607px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.contact-success-text {
  text-align: center;
}

.success-container-text {
  max-width: 180px;
  grid-row-gap: 9px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-container {
  height: 100%;
  min-height: 607px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.error-message {
  color: var(--crimson);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 14px;
  line-height: 21px;
}

.contact-locations {
  max-width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 122px;
  padding-bottom: 77px;
  display: grid;
}

.location-card {
  grid-row-gap: 37px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.location-title-content {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-icon {
  width: 60px;
  height: 60px;
  background-color: var(--crimson);
  background-image: url('../images/location-pin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  flex: none;
}

.location-title {
  font-size: 40px;
  line-height: 48px;
}

.location-text {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
}

.footer {
  background-color: var(--black);
  color: var(--white);
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.rrss-content {
  width: 20%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-text {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.footer-text.aviso {
  cursor: pointer;
  margin-left: 16px;
}

.footer-text.aviso:hover {
  color: var(--crimson);
}

.rrss-icon {
  width: 33px;
  height: 33px;
  background-color: var(--crimson);
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 2px;
}

.rrss-icon:hover {
  background-color: var(--maroon);
}

.rrss-icon.face {
  background-image: url('../images/facebook.svg');
}

.rrss-icon.face.follow {
  margin-right: 4px;
}

.rrss-icon.insta {
  background-image: url('../images/instagram.svg');
}

.rrss-icon.follow {
  width: 75px;
  height: auto;
  margin-left: 4px;
}

.hero-shape {
  width: 130px;
  height: 130px;
  background-image: url('../images/arrow-small.red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 106px;
  bottom: auto;
  left: 87px;
  right: auto;
}

.hero-shape._2 {
  width: 618px;
  height: 618px;
  background-image: url('../images/arrow-border.svg');
  display: block;
  top: -150px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-shape._3 {
  width: 418px;
  height: 418px;
  background-image: url('../images/arrow-border.svg');
  top: auto;
  bottom: -150px;
  left: -255px;
  right: auto;
}

.container-shapes {
  width: 100%;
  height: 100%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.whats-button {
  z-index: 4;
  width: 230px;
  grid-column-gap: 33px;
  background-color: var(--crimson);
  color: var(--ghost-white);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  display: none;
  position: fixed;
  top: auto;
  bottom: 164px;
  left: auto;
  right: -53px;
  transform: rotate(-90deg);
}

.whats-button:hover {
  background-color: var(--maroon);
}

.whats-icon {
  width: 27px;
  height: 27px;
  background-image: url('../images/whats-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.menu-container-gral {
  background-color: var(--ghost-white);
}

.button-movil {
  display: none;
}

.hero-title {
  font-family: Khand, sans-serif;
}

.puzzle-container-gral {
  overflow: hidden;
}

.slider-movil {
  display: none;
}

.hero-text {
  max-width: 500px;
}

.titles-div {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.day-card-title-none {
  color: var(--crimson);
  font-family: Khand, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.slider-carrousel {
  display: none;
}

.whats-button-icon {
  z-index: 10;
  width: 80px;
  height: 80px;
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 32px;
  margin-right: 32px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whats-button-icon:hover {
  transform: scale(.8);
}

.div-block-4, .div-block-5 {
  justify-content: center;
  display: flex;
}

.text-span {
  font-family: Khand, sans-serif;
}

.motivate-bg {
  color: var(--white);
  align-items: flex-start;
  display: flex;
  position: relative;
}

.link-menu {
  color: var(--ghost-white);
}

.motivate-container {
  z-index: 1;
  max-width: 1152px;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.motivate-content {
  z-index: 1;
  width: 55%;
  position: relative;
}

.motivate-content.first {
  z-index: 1;
  width: 40%;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.motivate-video {
  z-index: 1;
  width: 100%;
  height: 380px;
  position: relative;
}

.motivate-text.size {
  max-width: 321px;
}

.motivate-title {
  font-size: 50px;
  line-height: 64px;
}

.arrow-icon {
  width: 26px;
  height: 26px;
  background-image: url('../images/arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: -34px;
  bottom: auto;
  left: 0;
  right: 0;
}

.arrow-icon._2 {
  z-index: 1;
  top: 116px;
  left: auto;
  right: -10px;
}

.arrow-icon._3 {
  z-index: 1;
  top: auto;
  bottom: 115px;
  left: 247px;
}

.arrow-icon._4 {
  top: auto;
  bottom: -13px;
  left: 85%;
}

.arrow-icon.big {
  width: 228px;
  height: 228px;
  background-image: url('../images/arrow-border.svg');
  top: auto;
  bottom: -206px;
  right: 50%;
}

.arrow-icon.big.right {
  top: -64px;
  bottom: auto;
  left: auto;
  right: 145px;
}

.arrow-icon.right-top {
  top: -2px;
  bottom: auto;
  left: auto;
  right: -13px;
}

.motivate-container-gral {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.motivate-line {
  width: 1px;
  height: 200vh;
}

.motivate-bg-2 {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to right, #1f0a0a, #330d0d 46%, #a21f21);
  align-items: center;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.core-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.core-content {
  width: 45%;
}

.core-content.first {
  grid-row-gap: 51px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.core-content.second {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
}

.core-container-title {
  padding-top: 0;
  position: relative;
}

.core-content-icons {
  grid-column-gap: 50px;
  justify-content: center;
  display: flex;
}

.core-icon {
  width: 85px;
  height: 85px;
  background-color: rgba(255, 255, 255, .32);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-icon {
  width: 38px;
  height: 36px;
  background-image: url('../images/user-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.user-icon.timer {
  background-image: url('../images/user-icon2.svg');
  display: none;
}

.core-content-text {
  grid-column-gap: 18.5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-icon-arrow {
  width: 90px;
  background-color: var(--crimson);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-icon-small {
  width: 38px;
  height: 38px;
  background-image: url('../images/arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.line-small {
  width: 1px;
  background-color: var(--ghost-white);
}

.core-text-content {
  min-height: 104px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .11);
  border-radius: 4px;
  align-items: center;
  padding: 12px 26px;
  display: flex;
}

.core-subtitle {
  color: var(--ghost-white);
  font-family: Khand, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.core-title {
  line-height: 67px;
}

.mg-logo-core {
  width: 182px;
  height: 57px;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.core-bg {
  position: relative;
}

.bg-core {
  width: 50%;
  background-image: linear-gradient(319deg, #a21f21, #350d0e 50%, #270b0b 78%, #1f0a0a);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.location {
  grid-row-gap: 37px;
  flex-direction: column;
  display: flex;
}

.slider-new-arrows {
  display: none;
}

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

@media screen and (min-width: 1920px) {
  .bg-red {
    background-image: linear-gradient(260deg, #a21f21, #410f10 41%, #2c0c0c 59%, #250b0b 70%, #1f0a0a);
  }
}

@media screen and (max-width: 991px) {
  .menu {
    background-color: #eceef3;
  }

  .menu-logo {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .container.movil {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
  }

  .menu-links {
    background-color: var(--maroon);
    transform-origin: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-content-link {
    width: 100%;
    background-color: var(--maroon);
    color: var(--ghost-white);
    justify-content: flex-start;
    padding: 15px 32px;
  }

  .menu-content-link.w--current {
    background-color: var(--maroon);
    color: var(--ghost-white);
  }

  .menu-content-link.empresa {
    background-color: var(--maroon);
  }

  .menu-content-link.candidato.show-movil {
    display: flex;
  }

  .menu-content-link.candidato.hide-movil {
    display: none;
  }

  .menu-content-link.gray {
    background-color: var(--maroon);
  }

  .menu-content-buttons {
    width: 100%;
    grid-column-gap: 16px;
    justify-content: flex-start;
    padding: 15px 32px;
  }

  .menu-content-buttons.hide-movil {
    display: none;
  }

  .menu-content-buttons.show-movil {
    display: flex;
  }

  .menu-first-container {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-en {
    color: var(--white);
  }

  .button-en:hover, .button-en.w--current {
    color: var(--ghost-white);
    text-decoration: underline;
  }

  .arrow-size.white {
    color: var(--crimson);
  }

  .hero-content-title {
    padding-left: 32px;
    padding-right: 32px;
  }

  .headband-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .headband-content-questions {
    display: none;
  }

  .headband-text {
    text-align: center;
    flex: 0 auto;
    font-size: 14px;
    line-height: 21px;
  }

  .video-container {
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-content-title {
    align-items: center;
    margin-bottom: 40px;
    padding: 40px 32px 0;
  }

  .video-title {
    font-size: 60px;
    line-height: 70px;
  }

  .video-title.show-movil {
    text-align: center;
    padding: 40px 0 0;
    display: block;
  }

  .video-title.margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-container-info {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .video-content {
    width: 100%;
  }

  .video-content.info {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .video-line {
    height: auto;
    display: none;
  }

  .puzze-container {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .puzzle-card:hover {
    background-color: var(--ghost-white-2);
    color: var(--black);
  }

  .puzzle-card.size {
    min-height: auto;
  }

  .puzzle-card.size.close-movil.white {
    min-height: 160px;
  }

  .puzzle-card.size.close-movil.white:hover {
    background-color: var(--white);
  }

  .puzzle-card.close-movil.white {
    min-height: 160px;
  }

  .puzzle-card.close-movil.white:hover {
    background-color: var(--white);
  }

  .puzzle-card.white {
    min-height: 230px;
    background-color: var(--white);
  }

  .puzzle-card.white.open-movil, .puzzle-card.gray {
    min-height: 160px;
  }

  .puzzle-icon.big {
    right: -61%;
  }

  .puzzle-icon.big._3 {
    bottom: 12%;
  }

  .puzzle-icon.big._4 {
    right: -27%;
  }

  .puzzle-icon.big._5 {
    bottom: 9%;
  }

  .puzzle-card-text {
    display: block;
  }

  .content-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bg-red {
    background-image: linear-gradient(167deg, #a21f21, #410f10 47%, #2c0c0c 60%, #1f0a0a);
  }

  .day-container {
    flex-direction: column;
  }

  .day-content.info {
    width: 100%;
    text-align: center;
    padding: 60px 60px 125px;
  }

  .day-content.cards-content {
    width: 100%;
  }

  .day-icon {
    top: auto;
    left: 0;
    right: 0;
  }

  .day-icon.top {
    left: 0;
    right: 0;
  }

  .day-icon.down {
    display: none;
  }

  .day-cards {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .services-container {
    display: none;
  }

  .service-content {
    width: 100%;
    padding-top: 100px;
  }

  .service-card-img {
    justify-content: flex-end;
  }

  .service-content-title {
    z-index: 1;
    justify-content: center;
    position: relative;
  }

  .service-content-title.second {
    z-index: 2;
    justify-content: center;
    position: relative;
  }

  .service-list {
    width: 100%;
    grid-row-gap: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-list.second {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-card {
    border-bottom-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-card.line-none.hide {
    display: none;
  }

  .service-text {
    min-height: auto;
    border-bottom: .5px solid rgba(0, 0, 0, .4);
    padding-bottom: 20px;
  }

  .service-text.line-none {
    border: 1px #000;
  }

  .title-service.card-position._2 {
    display: block;
  }

  .services-card-red {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .service-content-button, .service-content-button.left-align {
    justify-content: center;
  }

  .service-content-button.center-align {
    padding-top: 60px;
  }

  .contact-container {
    max-width: 600px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-content {
    width: 100%;
  }

  .contact-content.form-info {
    padding-left: 0;
  }

  .contact-content.img {
    height: 500px;
  }

  .contact-form, .success-message, .success-container {
    min-height: auto;
  }

  .contact-locations {
    padding-top: 60px;
  }

  .location-icon {
    width: 50px;
    height: 50px;
  }

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

  .location-text {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-container {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rrss-content {
    width: auto;
  }

  .hero-shape {
    top: 75px;
    bottom: auto;
    left: 39px;
    right: auto;
  }

  .hero-shape._2 {
    width: 500px;
    height: 500px;
  }

  .hero-shape._3 {
    width: 250px;
    height: 250px;
    top: auto;
    bottom: -131px;
    left: auto;
    right: -26px;
  }

  .whats-button {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    justify-content: center;
    padding: 0;
    bottom: 20px;
    right: 20px;
  }

  .whats-icon {
    width: 27px;
    height: 27px;
  }

  .menu-container-gral {
    background-color: #eceef3;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 32px;
    display: flex;
  }

  .button-movil {
    grid-column-gap: 8px;
    background-color: var(--maroon);
    color: var(--ghost-white);
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    display: flex;
  }

  .button-movil:hover {
    grid-column-gap: 20px;
    background-color: var(--maroon-2);
  }

  .menu-button {
    background-color: var(--maroon);
    color: var(--white);
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: var(--crimson);
  }

  .whats-text {
    display: none;
  }

  .slider-movil {
    display: block;
  }

  .slider-services {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    position: relative;
  }

  .slider-services-arow {
    width: 40px;
    height: 40px;
    background-color: var(--maroon);
    background-image: url('../images/arrow-right-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100px;
    transition: all .2s;
    top: 133px;
    bottom: auto;
    left: auto;
    right: -20px;
  }

  .slider-services-arow:hover {
    transform: scale(.8);
  }

  .slider-services-arow.left {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 60px;
    transform: rotate(-180deg);
  }

  .slider-services-arow.left:hover {
    transform: scale(.8)rotate(-180deg);
  }

  .slider-services-arow.right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 60px;
    right: 0;
  }

  .icon-hide {
    display: none;
  }

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

  .slide-hide, .arrow-hide {
    display: none;
  }

  .question-div {
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .whats-button-icon {
    width: 60px;
    height: 60px;
  }

  .motivate-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .motivate-content {
    width: 100%;
  }

  .motivate-content.first {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .arrow-icon {
    top: auto;
    left: 0;
    right: 0;
  }

  .arrow-icon._2, .arrow-icon._3 {
    z-index: 0;
  }

  .arrow-icon.big {
    width: 100px;
    height: 100px;
    bottom: -40px;
  }

  .arrow-icon.big.right {
    width: 100px;
    height: 100px;
  }

  .motivate-line {
    display: none;
  }

  .motivate-bg-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .core-container {
    flex-direction: column;
    margin-left: -32px;
    margin-right: -32px;
  }

  .core-content.first {
    width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .core-content.second {
    width: 100%;
    background-image: linear-gradient(326deg, #a21f21, #390e0f 49%, #1f0a0a);
    padding: 80px 90px;
  }

  .bg-core {
    display: none;
  }

  .location {
    grid-row-gap: 24px;
  }

  .slider-services-nav {
    display: none;
  }

  .left-button {
    width: 40px;
    height: 40px;
    background-color: var(--maroon);
    background-image: url('../images/arrow-right-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .2s;
    top: 133px;
    bottom: auto;
    left: auto;
    right: -20px;
    transform: rotate(-180deg);
  }

  .left-button:hover {
    transform: scale(.8)rotate(-180deg);
  }

  .left-button.left {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 60px;
    transform: rotate(-180deg);
  }

  .left-button.left:hover {
    transform: scale(.8)rotate(-180deg);
  }

  .left-button.right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 60px;
    right: 0;
  }

  .slider-new-arrows {
    grid-column-gap: 40px;
    justify-content: center;
    display: flex;
  }

  .right-button {
    width: 40px;
    height: 40px;
    background-color: var(--maroon);
    background-image: url('../images/arrow-right-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .2s;
    top: 133px;
    bottom: auto;
    left: auto;
    right: -20px;
  }

  .right-button:hover {
    transform: scale(.8);
  }

  .right-button.left {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0;
    right: 60px;
    transform: rotate(-180deg);
  }

  .right-button.left:hover {
    transform: scale(.8)rotate(-180deg);
  }

  .right-button.right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 60px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-logo {
    width: 200px;
  }

  .hero-content-title {
    grid-row-gap: 20px;
  }

  .cards-container-gral {
    height: 70vh;
  }

  .cards-line {
    height: 80vh;
    display: none;
  }

  .headband-text {
    justify-content: center;
  }

  .video-title, .video-title.show-movil {
    font-size: 40px;
    line-height: 48px;
  }

  .video-container-info {
    grid-row-gap: 40px;
  }

  .video-content.info {
    padding-left: 32px;
    padding-right: 32px;
  }

  .video-text {
    font-size: 14px;
    line-height: 21px;
  }

  .puzze-container {
    max-width: 100%;
    grid-row-gap: 0px;
  }

  .puzzle-card {
    min-height: 230px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .puzzle-card.open-movil.white {
    background-color: var(--white);
  }

  .puzzle-card-text {
    margin-top: 0;
  }

  .content-title {
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .content-title.results {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .day-content.info {
    z-index: 1;
    grid-row-gap: 35px;
    padding: 40px 0 116px;
  }

  .day-title {
    font-size: 40px;
    line-height: 48px;
  }

  .day-text {
    font-size: 14px;
    line-height: 21px;
  }

  .day-icon {
    width: 40px;
    height: 40px;
  }

  .day-icon.top {
    left: auto;
    right: 0;
  }

  .day-cards {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .day-card {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .day-card._2 {
    margin-top: 0;
    padding-bottom: 55px;
  }

  .day-card._3 {
    margin-top: 0;
  }

  .day-card-text {
    min-height: 206px;
  }

  .service-content-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .day-card-img {
    width: 300px;
    height: 400px;
    max-width: 100%;
  }

  .service-list {
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-list.second {
    padding-top: 24px;
  }

  .service-card {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .services-card-red {
    height: auto;
    padding: 40px 32px;
  }

  .card-spetial-text {
    font-size: 24px;
    line-height: 32px;
  }

  .service-content-button.center-align {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    padding-top: 32px;
  }

  .button.red {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-content.form-info {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-content.img {
    background-position: 90%;
  }

  .form-content {
    grid-template-columns: 1fr;
  }

  .contact-locations {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .location-card {
    grid-row-gap: 23px;
  }

  .location-title-content {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .location-icon {
    width: 30px;
    height: 30px;
    background-size: 40%;
  }

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

  .rrss-icon.insta.follow {
    height: 75px;
  }

  .hero-shape._2 {
    width: 400px;
    height: 400px;
  }

  .hero-shape._3 {
    display: block;
  }

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

  .puzzle-container-gral, .slider-movil {
    margin-left: -32px;
    margin-right: -32px;
  }

  .slider-services-arow {
    top: 0;
    bottom: auto;
    left: auto;
    right: 32px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 21px;
  }

  .form-contact-content {
    margin-left: -32px;
    margin-right: -32px;
  }

  .question-div {
    min-height: 42px;
  }

  .whats-button-icon {
    width: 40px;
    height: 40px;
  }

  .motivate-container {
    grid-row-gap: 40px;
    margin-left: -32px;
    margin-right: -32px;
  }

  .motivate-content.first {
    padding-left: 32px;
    padding-right: 32px;
  }

  .motivate-video {
    height: 300px;
  }

  .motivate-text {
    font-size: 14px;
    line-height: 21px;
  }

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

  .arrow-icon {
    width: 40px;
    height: 40px;
  }

  .arrow-icon.right-top {
    width: 17px;
    height: 17px;
  }

  .motivate-bg-2 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .core-content.first {
    width: 100%;
    grid-row-gap: 40px;
    padding: 40px 32px;
  }

  .core-content.second {
    grid-row-gap: 34px;
    padding: 45px 32px;
  }

  .core-content-icons {
    grid-column-gap: 35px;
  }

  .core-icon {
    width: 60px;
    height: 60px;
  }

  .user-icon {
    width: 26px;
    height: 26px;
  }

  .core-content-text {
    grid-column-gap: 9px;
  }

  .core-icon-arrow {
    width: 60px;
  }

  .arrow-icon-small {
    width: 20px;
    height: 20px;
  }

  .core-text-content {
    min-height: 70px;
    padding: 6px 13px;
  }

  .core-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .core-title {
    font-size: 40px;
    line-height: 50px;
  }

  .core-text {
    font-size: 14px;
    line-height: 21px;
  }

  .location {
    grid-row-gap: 18px;
  }

  .left-button, .right-button {
    top: 0;
    bottom: auto;
    left: auto;
    right: 32px;
  }
}

@media screen and (max-width: 479px) {
  .menu-logo {
    width: 124px;
  }

  .service-card-img {
    height: 200px;
  }

  .day-card-img {
    height: 250px;
  }

  .day-card-img.man {
    width: 300px;
  }

  .button.red {
    text-align: center;
  }

  .contact-content.img {
    background-position: 70%;
  }

  .hero-shape {
    width: 80px;
    height: 80px;
  }

  .hero-shape._2 {
    width: 200px;
    height: 200px;
  }

  .motivate-video {
    height: 200px;
  }
}

#w-node-_9963ae31-9e54-adab-210e-039acc4f9365-7a02792f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_263df909-3edf-6dec-1473-1da26f61315e-7a02792f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7d5da61-bc7e-71fc-d666-c967386e7af9-7a02792f, #w-node-_6fd11b5f-de8d-23e5-ef00-ba8381499823-7a02792f, #w-node-_92a6ac98-b562-b1f7-372c-d0e32e39d8c5-7a02792f, #w-node-cd153246-b2bd-c464-85cf-7691748e8b3e-7a02792f, #w-node-fc1a8c0b-d101-bfd8-83c8-3584166a6a1e-7a02792f, #w-node-_146e241e-9eff-d272-b963-7396c2b575d5-7a02792f, #w-node-_7a5b8d8e-43b4-678c-e48c-7dc1243c1f69-7a02792f, #w-node-_9c107434-9658-975c-e762-15a66386556a-7a02792f, #w-node-_3c7a7f0c-a69f-fa78-81b3-fd8b4fffb1c0-7a02792f, #w-node-_91d3573c-f8f0-41e7-bcdb-b6fa2e744e26-7a02792f, #w-node-_91d3573c-f8f0-41e7-bcdb-b6fa2e744e30-7a02792f, #w-node-_4a6a0cd9-5964-2f08-ce18-9ecce32d2d12-7a02792f, #w-node-_89e4d138-cf22-55bb-df20-099335a2c11d-7a02792f, #w-node-_82c57ded-f63a-1f5b-e14a-659cf32748e7-7a02792f, #w-node-_82c57ded-f63a-1f5b-e14a-659cf32748f0-7a02792f, #w-node-fa888c10-d019-ec10-5b8e-c24cadd1a157-7a02792f, #w-node-_3602b68a-9062-5ec2-ad21-457c95a56149-7a02792f, #w-node-_24366850-e7a4-910c-1f88-120e1eff92a5-7a02792f, #w-node-_24366850-e7a4-910c-1f88-120e1eff92af-7a02792f, #w-node-_24366850-e7a4-910c-1f88-120e1eff92b8-7a02792f, #w-node-_24366850-e7a4-910c-1f88-120e1eff92c2-7a02792f, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c3b-7a02792f, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c44-7a02792f, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c4c-7a02792f, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c57-7a02792f, #w-node-_625a2f23-559f-4016-260d-6a2909c8f757-7a02792f, #w-node-_0966a713-c4cf-0774-4054-5f76fec9f1dc-7a02792f, #w-node-_367d852b-42c7-e982-35b7-0e84ab511a07-7a02792f, #w-node-cdd7364f-5faa-cf45-0725-6c264200a225-7a02792f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35dcc9cb-d4f5-5fea-9e3a-f090071891a8-7a02792f, #firstname.w-node-_19d04370-375a-ebe6-f32a-7982eb1429a2-7a02792f, #service.w-node-f27d248e-42cc-22aa-cba8-19294f8ab5da-7a02792f, #message.w-node-f1723346-9c93-8135-1bb7-fe159153b4db-7a02792f, #w-node-_609e27ea-a6c6-11d1-390e-10c3da9d5ac2-7a02792f, #w-node-b59ccf3a-a889-9331-1a03-c6aca48b30a0-7a02792f, #w-node-_19d04370-375a-ebe6-f32a-7982eb1429a6-7a02792f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c1a2c80-9429-0da4-5fe5-fddd6cd3ba40-7a02792f, #w-node-b5f69f98-1c41-05b4-bb95-70f92a322c2d-7a02792f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9963ae31-9e54-adab-210e-039acc4f9365-7a027930 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_263df909-3edf-6dec-1473-1da26f61315e-7a027930 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7d5da61-bc7e-71fc-d666-c967386e7af9-7a027930, #w-node-_6fd11b5f-de8d-23e5-ef00-ba8381499823-7a027930, #w-node-_92a6ac98-b562-b1f7-372c-d0e32e39d8c5-7a027930, #w-node-cd153246-b2bd-c464-85cf-7691748e8b3e-7a027930, #w-node-fc1a8c0b-d101-bfd8-83c8-3584166a6a1e-7a027930, #w-node-_146e241e-9eff-d272-b963-7396c2b575d5-7a027930, #w-node-_7a5b8d8e-43b4-678c-e48c-7dc1243c1f69-7a027930, #w-node-_9c107434-9658-975c-e762-15a66386556a-7a027930, #w-node-_3c7a7f0c-a69f-fa78-81b3-fd8b4fffb1c0-7a027930, #w-node-_91d3573c-f8f0-41e7-bcdb-b6fa2e744e26-7a027930, #w-node-_91d3573c-f8f0-41e7-bcdb-b6fa2e744e30-7a027930, #w-node-_4a6a0cd9-5964-2f08-ce18-9ecce32d2d12-7a027930, #w-node-_89e4d138-cf22-55bb-df20-099335a2c11d-7a027930, #w-node-_82c57ded-f63a-1f5b-e14a-659cf32748e7-7a027930, #w-node-_82c57ded-f63a-1f5b-e14a-659cf32748f0-7a027930, #w-node-fa888c10-d019-ec10-5b8e-c24cadd1a157-7a027930, #w-node-_3602b68a-9062-5ec2-ad21-457c95a56149-7a027930, #w-node-_24366850-e7a4-910c-1f88-120e1eff92a5-7a027930, #w-node-_24366850-e7a4-910c-1f88-120e1eff92af-7a027930, #w-node-_24366850-e7a4-910c-1f88-120e1eff92b8-7a027930, #w-node-_24366850-e7a4-910c-1f88-120e1eff92c2-7a027930, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c3b-7a027930, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c44-7a027930, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c4c-7a027930, #w-node-_99f4cfe0-4d01-2ba1-53f7-c142f2754c57-7a027930, #w-node-_625a2f23-559f-4016-260d-6a2909c8f757-7a027930, #w-node-_0966a713-c4cf-0774-4054-5f76fec9f1dc-7a027930, #w-node-_367d852b-42c7-e982-35b7-0e84ab511a07-7a027930, #w-node-cdd7364f-5faa-cf45-0725-6c264200a225-7a027930 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35dcc9cb-d4f5-5fea-9e3a-f090071891a8-7a027930, #firstname.w-node-_19d04370-375a-ebe6-f32a-7982eb1429a2-7a027930, #service.w-node-f27d248e-42cc-22aa-cba8-19294f8ab5da-7a027930, #message.w-node-f1723346-9c93-8135-1bb7-fe159153b4db-7a027930, #w-node-_609e27ea-a6c6-11d1-390e-10c3da9d5ac2-7a027930, #w-node-b59ccf3a-a889-9331-1a03-c6aca48b30a0-7a027930, #w-node-_19d04370-375a-ebe6-f32a-7982eb1429a6-7a027930 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c1a2c80-9429-0da4-5fe5-fddd6cd3ba40-7a027930, #w-node-b5f69f98-1c41-05b4-bb95-70f92a322c2d-7a027930 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9963ae31-9e54-adab-210e-039acc4f9365-7a02792f, #w-node-f7d5da61-bc7e-71fc-d666-c967386e7af9-7a02792f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6fd11b5f-de8d-23e5-ef00-ba8381499823-7a02792f, #w-node-_92a6ac98-b562-b1f7-372c-d0e32e39d8c5-7a02792f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd153246-b2bd-c464-85cf-7691748e8b3e-7a02792f, #w-node-_9963ae31-9e54-adab-210e-039acc4f9365-7a027930, #w-node-f7d5da61-bc7e-71fc-d666-c967386e7af9-7a027930 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6fd11b5f-de8d-23e5-ef00-ba8381499823-7a027930, #w-node-_92a6ac98-b562-b1f7-372c-d0e32e39d8c5-7a027930 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd153246-b2bd-c464-85cf-7691748e8b3e-7a027930 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_35dcc9cb-d4f5-5fea-9e3a-f090071891a8-7a02792f, #firstname.w-node-_19d04370-375a-ebe6-f32a-7982eb1429a2-7a02792f, #email.w-node-_19d04370-375a-ebe6-f32a-7982eb1429a5-7a02792f, #phone.w-node-f9b82c9f-8881-7b9d-affc-e8cedc00ee41-7a02792f, #service.w-node-f27d248e-42cc-22aa-cba8-19294f8ab5da-7a02792f, #message.w-node-f1723346-9c93-8135-1bb7-fe159153b4db-7a02792f, #w-node-_609e27ea-a6c6-11d1-390e-10c3da9d5ac2-7a02792f, #w-node-_19d04370-375a-ebe6-f32a-7982eb1429a6-7a02792f, #w-node-_35dcc9cb-d4f5-5fea-9e3a-f090071891a8-7a027930, #firstname.w-node-_19d04370-375a-ebe6-f32a-7982eb1429a2-7a027930, #email.w-node-_19d04370-375a-ebe6-f32a-7982eb1429a5-7a027930, #phone.w-node-f9b82c9f-8881-7b9d-affc-e8cedc00ee41-7a027930, #service.w-node-f27d248e-42cc-22aa-cba8-19294f8ab5da-7a027930, #message.w-node-f1723346-9c93-8135-1bb7-fe159153b4db-7a027930, #w-node-_609e27ea-a6c6-11d1-390e-10c3da9d5ac2-7a027930, #w-node-_19d04370-375a-ebe6-f32a-7982eb1429a6-7a027930 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay1';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}