@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  color: #333;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

.al_home_intro_section {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.al_home_intro_content_wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 2em 2em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.al_home_intro_content_wrapper.sticky {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  position: sticky;
  top: 0;
}

.al_home_highlight_container {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.al_img_fluid {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.al_big_title_italic {
  font-family: Instrumentserif, Arial, sans-serif;
  font-size: 3.2vw;
  font-style: italic;
  font-weight: 400;
}

.al_big_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1.2;
}

.al_big_title.al_text_white.text-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.al_big_title.al_text_color_02 {
  color: #0fc1f6;
}

.al_text_white {
  color: #fff;
}

.al_home_masktext_background_overlay_container {
  z-index: 2;
  background-color: #06225a80;
  width: 100%;
  height: 100%;
  position: absolute;
}

.al_home_masktext_content_link_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.al_btn_circle_icon {
  background-color: #0fc1f6;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 10px;
  display: flex;
}

.al_btn_circle {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.al_btn_circle:hover {
  transform: scale(1.1);
}

.al_btn_circle.scroll-to-bottom {
  transition: all .2s;
}

.al_btn_circle.scroll-to-bottom:hover {
  transform: scale(1.1);
}

.al_btn_circle.scroll-to-bottom.w--current {
  transition: all .2s;
}

.al_btn_circle.scroll-to-bottom.w--current:hover {
  transform: scale(1.1);
}

.al_btn_circle_text {
  color: #000;
  background-color: #fff;
  border-radius: 2rem;
  padding: 8px 15px;
  font-weight: 700;
}

.parallax-img-reveal-img {
  background-image: url('../images/al_home_intro_img_01.png');
  background-position: 78% 20%;
  background-repeat: no-repeat;
  background-size: 60vw;
  background-attachment: fixed;
  border-radius: 20px;
  width: 20vw;
  height: 20vw;
  position: relative;
}

.al_text_color_01 {
  color: #00385d;
}

.al_home_intro_columns_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
}

.al_home_intro_column_wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.al_home_intro_column_link_wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.al_text_regular {
  font-size: .9rem;
}

.al_text_regular.al_text_white.al_text_center {
  text-align: center;
}

.al_btn_circle_text_bg_blue {
  color: #fff;
  background-color: #003770;
  border-radius: 2rem;
  padding: 8px 15px;
  font-weight: 700;
}

.al_home_intro_parallax_img_02_wrapper {
  background-image: url('../images/al_home_intro_img_02.png');
  background-position: -65% -20%;
  background-repeat: no-repeat;
  background-size: 70vw;
  background-attachment: fixed;
  border-radius: 20px;
  width: 30vw;
  height: 30vw;
  position: relative;
}

.al_home_intro_parallax_img_03_wrapper {
  background-image: url('../images/al_home_intro_img_03.png');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 80vw;
  background-attachment: fixed;
  border-radius: 20px;
  width: 25vw;
  height: 25vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.al_home_cifras_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.al_home_cifra_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.al_home_cifra_number {
  font-size: 4.2rem;
  font-weight: 400;
}

.al_home_cifra_number.al_text_color_01 {
  font-weight: 700;
}

.al_home_trabajamos_title_wrapper {
  width: 35%;
}

.al_home_trabajamos_circle_img_wrapper {
  border-radius: 30vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.al_home_trabajamos_circle_content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 35%;
  display: flex;
  position: relative;
}

.al_subtitle_small_cap {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2;
}

.al_img_como_trabajamos {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.al_img_como_trabajamos._01 {
  z-index: 5;
}

.al_img_como_trabajamos._02 {
  z-index: 4;
}

.al_img_como_trabajamos._03 {
  z-index: 3;
}

.al_img_como_trabajamos._04 {
  z-index: 2;
}

.al_img_como_trabajamos._05 {
  z-index: 1;
}

.al_home_trabajamos_content {
  background-color: #003770;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
}

.al_home_trabajamos_content._01 {
  z-index: 5;
  border: 1px solid #003770;
}

.al_home_trabajamos_content._02 {
  z-index: 4;
}

.al_home_trabajamos_content._03 {
  z-index: 3;
}

.al_home_trabajamos_content._04 {
  z-index: 2;
}

.al_home_trabajamos_content._05 {
  z-index: 1;
}

.al_home_esenciales_container {
  z-index: 3;
  background-color: #fff;
  border-radius: 0 0 5vw 5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -50vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.xd_masktext_background_wrapper {
  background-color: #141414;
  border: 1px #000;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  width: 100%;
  height: 300vh;
  margin-top: -80vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.xd_masktext_background_container {
  color: #000;
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.xd_masktext_phrase_wrapper {
  z-index: 2;
  background-color: #003770;
  border-radius: 2em 2em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vh;
  min-height: 200vh;
  display: flex;
  position: relative;
}

.xd_masktext_phrase_container {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 90%;
  display: flex;
  position: relative;
}

.xd_masktext_background_overlay_container {
  mix-blend-mode: multiply;
  background-image: linear-gradient(229deg, #93c8fe00, #466c938a 40%, #031c36);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.xd_masktext_content_wrapper {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 80%;
  display: flex;
  position: absolute;
}

.xd_masktext_content_title_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xd_masktext_content_text_wrapper {
  width: 45%;
  margin-left: auto;
}

.al_home_esenciales_cards_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.al_home_esenciales_card_item {
  background-color: #07568b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 5rem;
}

.al_home_esenciales_card_item.al_bg_light {
  background-color: #b7d4e4;
}

.al_home_esenciales_card_item_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 85%;
  height: 80%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.al_home_esenciales_card_item_img_wrapper {
  border-radius: 20px;
  width: 100%;
  height: 10rem;
  overflow: hidden;
}

.al_home_esenciales_title_wrapper {
  position: sticky;
  top: 5rem;
}

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

.al_cards_number {
  font-size: 2rem;
}

.al_subtitle {
  margin-top: 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.2;
}

.al_text_small {
  font-size: .8rem;
}

.al_text_small.al_text_white.al_text_right {
  text-align: right;
}

.al_text_small.al_text_white.al_text_center {
  text-align: center;
}

.al_home_solutiones_container {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.al_home_solutiones_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.al_home_solutiones_column {
  background-color: #003770;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.al_home_solutiones_column_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.al_home_solutiones_column_img {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 35%;
  display: flex;
}

.al_home_solutiones_column_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.al_home_solutiones_link_wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.al_home_respaldo_container {
  z-index: 2;
  background-color: #003770;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.al_home_respaldo_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.al_home_respaldo_offfset_content_wrapper {
  width: 50%;
  margin-left: auto;
}

.nosotros_circle_point_05fm-progress-circle_fmw {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 2.5%;
  left: 33%;
}

.al_home_asi_trabajamos_column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.nosotros_circle_point_04fm-progress-circle_fmw {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 19%;
  right: 10%;
}

.principios_circlefm-progress-circle_fmw {
  border-radius: 40vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 18rem;
  display: flex;
  position: absolute;
}

.al_home_asi_trabajamos_columns_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 60%;
  display: flex;
  position: relative;
}

.nosotros_circle_point_01fm-progress-circle_fmw {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
}

.al_home_asi_trabajamos_container {
  z-index: 4;
  border-radius: 5vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400vh;
  margin-top: 50vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.historia_dots_wrapperfm-progress-circle_fmw {
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 22rem;
  display: flex;
  position: absolute;
}

.al_home_asi_trabajamos_wrapper {
  background-color: #003770;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.nosotros_circle_point_03fm-progress-circle {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 26%;
  right: 5%;
}

.nosotros_circle_point_02fm-progress-circle_fmw {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 2%;
  left: 34%;
}

.al_home_asi_trabajamos_title_wrapper {
  width: 80%;
}

.al_home_respaldo_logos_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.al_home_respaldo_logo_wrapper {
  width: 20%;
}

.al_home_testimonios_container {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.al_home_testimonios_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 80%;
  display: flex;
}

.al_contact_form_section {
  z-index: 1;
  background-image: linear-gradient(90deg, #00052f, #00052f00), url('../images/al_contact_bg_img.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.al_contact_form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 80%;
  display: flex;
}

.al_contact_form_column {
  width: 70%;
  margin-left: auto;
}

.al_form_input {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 12px;
  font-family: Notosans, Arial, sans-serif;
}

.al_form_input::placeholder {
  color: #fff;
}

.al_form_btn {
  background-color: #003770;
  border-radius: 10rem;
  padding-left: 40px;
  padding-right: 40px;
}

.al_form_btn:hover {
  color: #003770;
  background-color: #fff;
}

.al_contact_form_btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.line {
  display: block;
}

.line.al_big_title_italic {
  font-weight: 400;
}

.somos_intro_wrapper_dinew {
  width: 100vw;
  height: 600vh;
  position: relative;
  overflow: clip;
}

.somos_intro_gallery_img_square {
  object-fit: cover;
  width: 15rem;
  height: 15rem;
}

.somos_intro_gallery_right_first_img_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.somos_intro_gallery_left_second {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.somos_intro_gallery_right_wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.somos_intro_gallery_img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.somos_intro_gallery_right_values_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 60%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home_intro_gallery_sticky_dinew {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.somos_intro_section_dinew {
  z-index: 3;
  border-radius: 5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.somos_intro_gallery_left_wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.somos_intro_gallery_right_second_text_wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
}

.somos_intro_gallery_left_third {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: absolute;
  inset: auto;
}

.somos_intro_gallery_second_wrapper {
  z-index: 3;
  background-color: #003770;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
  overflow: clip;
}

.somos_intro_gallery_left_first {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.somos_intro_gallery_right_first_text_wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.somos_intro_gallery_intro_wrapper {
  width: 70%;
}

.somos_intro_gallery_mision_wrapper {
  flex: none;
  width: 90%;
}

.al_somos_valores_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.al_somos_valores_column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.al_somos_experiencia_container {
  z-index: 2;
  background-image: linear-gradient(24deg, #031c36, #466c9380 32%, #93c8fe00), url('../images/al_somos_experiencias_bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150vh;
  margin-top: -20vh;
  margin-bottom: 70vh;
  display: flex;
  position: sticky;
  top: 0;
}

.al_somos_experiencia_wrapper {
  width: 80%;
  height: 75%;
}

.al_somos_experiencia_column {
  width: 45%;
  margin-left: auto;
}

.al_somos_bio_container {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #003770;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.al_somos_bio_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.al_somos_bio_column_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.al_somos_bio_img_wrapper {
  border-radius: 20px;
  width: 18rem;
  height: 18rem;
  overflow: hidden;
}

.al_somos_bio_title_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.al_somos_bio_subtitle_wrapper {
  width: 70%;
}

.al_somos_intro_section {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.al_soluciones_section {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.al_intro_container {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.al_soluciones {
  z-index: 2;
  background-color: #003770;
  border-radius: 5vw 5vw 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.al_intro_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.al_intro_bg_blur_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
}

.al_soluciones_content_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 80%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.al_soluciones_highlight_wrapper {
  width: 40%;
  margin-left: auto;
}

.al_soluciones_columns_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.al_soluciones_nav_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 6rem;
}

.al_soluciones_cards_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 70%;
  height: auto;
  display: flex;
}

.al_soluciones_sidebar_menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.al_soluciones_sidebar {
  background-color: #ddd0;
}

.al_soluciones_nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.al_soluciones_card_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding-top: 5rem;
  display: flex;
}

.al_soluciones_card_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  height: 85%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.al_soluciones_card_columns_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.al_subtitle_small {
  margin-top: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
}

.al_subtitle_small.al_text_color_02 {
  color: #394854;
}

.al_soluciones_card_column_highlight {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.al_soluciones_card_column_img {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 15rem;
  display: flex;
  overflow: hidden;
}

.al_card_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.al_text_big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.al_text_big.al_text_color_02 {
  color: #394854;
}

.al_btn_circle_small {
  justify-content: flex-start;
  align-items: center;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.al_soluciones_card_title_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.al_soluciones_end_column_wrapper {
  width: 50%;
}

.al_home_testimonios_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 40%;
  margin-left: auto;
  display: flex;
}

.al_testimonios_slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.al_home_testimonios_slider_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.al_testimonios_autor_seguro {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.2;
}

.al_testimonios_title {
  color: #003770;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
}

.al_testimonios_slider_arrows {
  background-color: #eee;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.al_home_testimonios_slider_arrow_left {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 4rem;
  bottom: 0;
  right: 0;
}

.al_home_testimonios_slider_arrow_right {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  bottom: 0;
  right: 0;
}

.al_gom_testimonios_icon_wrapper {
  width: 4rem;
}

.al_intro_sticky_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.al_intro_bg_wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.al_img_absolute {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
}

.al_header_container {
  background-color: #d5ecf7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.al_header_section {
  z-index: 9;
  width: 100%;
  height: 3.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.al_header_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.al_header_menu_link {
  color: #003770;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: .7rem;
  display: inline-block;
}

.al_header_menu_link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.al_header_menu_link.w--current {
  color: #003770;
  text-underline-offset: 5px;
  text-decoration: underline;
}

.al_header_menu_btn {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #003770;
  border-radius: 10rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .7rem;
}

.al_header_menu_btn:hover {
  background-color: #196fab;
}

.al_header_menu_btn.w--current {
  color: #fff;
}

.all_header_menu_content {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.al_header_logo {
  width: 11rem;
}

.al_soluciones_nav_link_line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.mobile_menu {
  display: none;
}

.al_btn_cta_sticky {
  z-index: 9;
  position: fixed;
  bottom: 6rem;
  right: 10%;
}

.al_contact_footer_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 1rem;
  display: flex;
}

.al_contact_footer_column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.al_contact_footer_column.align_right {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.al_contact_footer_icon_wrapper {
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
}

.al_contact_footer_icon_wrapper:hover {
  transform: scale(1.1);
}

.al_contact_footer_icons_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xd_networks_logo_footer {
  width: 8rem;
}

.al_text_small_link {
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
}

.al_text_small_link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.al_home_content_wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.al_soluciones_card_content {
  color: #e7e7e7;
  background-color: #196fab;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.al_soluciones_card_content.light {
  background-color: #b7d4e4;
}

.al_somos_bio_agente_img {
  width: 6rem;
}

.al_somos_bio_agente_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.al_somos_bio_agente_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.al_home_asi_trabajamos_column_title {
  width: 90%;
}

.al_highlight {
  color: #fff;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.al_highlight.bold {
  font-weight: 700;
}

.al_home_solutiones_img_wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.al_somos_valor-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.somos_intro_gallery_valores_mobile_wrapper {
  display: none;
}

.al_footer_form_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.al_footer_form {
  margin-bottom: 0;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.2;
}

.al_intro_title_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.al_form_label {
  color: #fff;
  margin-top: 10px;
  padding-left: 12px;
  font-size: .9rem;
  font-weight: 400;
}

.al_from_checkbox_label {
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
}

.al_form_chebox {
  margin-top: 10px;
}

.al_form_label_link {
  color: #fff;
  text-underline-offset: 5px;
  text-decoration: underline;
}

.al_form_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.al_form_column, .div-block {
  width: 50%;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.al_thank_you_section {
  z-index: 1;
  background-image: linear-gradient(90deg, #00052f, #00052f00), url('../images/al_contact_bg_img.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

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

.al_footer_section {
  z-index: 2;
  background-color: #003770;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.al_footer_wrapper {
  width: 80%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1280px) {
  .al_home_intro_content_wrapper.sticky {
    border-radius: 0;
  }

  .parallax-img-reveal-img {
    width: 20vw;
    height: 20vw;
  }

  .al_home_intro_columns_wrapper {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .al_big_title.al_text_white, .al_big_title.al_text_color_01 {
    font-size: 2.5vw;
  }

  .al_subtitle.al_text_white {
    font-size: 1.7vw;
  }

  .al_contact_form_wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .xd_masktext_background_wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .al_home_intro_content_wrapper.sticky {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .al_home_highlight_container {
    width: 90%;
  }

  .al_big_title.al_text_white, .al_big_title.al_text_white.text-block, .al_big_title.al_text_color_01 {
    font-size: 4vw;
  }

  .parallax-img-reveal-img {
    background-position: 93% 91%;
    background-size: 70vw;
    top: 0;
  }

  .al_home_intro_columns_wrapper {
    width: 90%;
  }

  .al_home_intro_parallax_img_02_wrapper {
    background-position: -80% 393%;
  }

  .al_home_intro_parallax_img_03_wrapper {
    background-position: 110% 92%;
    background-size: 60vw;
    width: 20vw;
    height: 20vw;
  }

  .al_home_cifras_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }

  .al_home_cifra_number.al_text_color_01 {
    font-size: 4rem;
  }

  .xd_masktext_phrase_container, .xd_masktext_content_wrapper {
    width: 90%;
  }

  .xd_masktext_content_text_wrapper {
    width: 50%;
  }

  .al_subtitle.al_text_white, .al_subtitle.al_text_color_01 {
    font-size: 2.2vw;
  }

  .al_home_solutiones_wrapper, .al_home_respaldo_wrapper {
    width: 90%;
  }

  .principios_circlefm-progress-circle_fmw {
    width: 15rem;
    height: 15rem;
  }

  .al_home_asi_trabajamos_columns_wrapper {
    width: 90%;
  }

  .historia_dots_wrapperfm-progress-circle_fmw {
    width: 18rem;
    height: 18rem;
  }

  .al_home_asi_trabajamos_title_wrapper, .al_home_testimonios_wrapper {
    width: 90%;
  }

  .al_contact_form_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    width: 90%;
  }

  .somos_intro_gallery_right_values_wrapper, .somos_intro_gallery_left_third {
    height: 70%;
  }

  .al_somos_experiencia_wrapper {
    width: 90%;
  }

  .al_somos_bio_container {
    height: auto;
    min-height: 100vh;
  }

  .al_somos_bio_wrapper {
    width: 90%;
  }

  .al_soluciones {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .al_soluciones_highlight_wrapper {
    width: 50%;
  }

  .al_soluciones_card_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .al_header_menu_link {
    color: #fff;
    display: block;
  }

  .al_header_menu_link:active, .al_header_menu_link:visited {
    color: #fff;
  }

  .al_header_menu_icon.w--open {
    background-color: #003770;
  }

  .al_header_menu {
    background-color: #003770;
    flex-flow: column;
    display: flex;
  }

  .mobile_dropdown_list {
    background-color: #ddd;
  }

  .mobile_dropdown_list.w--open {
    background-color: #920000;
  }

  .mobile_dropdown_title_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .mobile_menu_text {
    font-size: .8rem;
  }

  .mobile_dropdown_toggle_icon {
    margin-right: 35px;
  }

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

  .mobile_dropdown_toggle {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    font-family: Notosans, Arial, sans-serif;
    font-weight: 300;
  }

  .mobile_menu_dropdown {
    width: 100%;
  }

  .mobile_menu {
    z-index: 4;
    background-color: #8f0b1e;
    width: 100%;
    display: none;
    position: relative;
  }

  .mobile_dropdown_link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #fff9;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 10px 20px;
    font-family: Notosans, Arial, sans-serif;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .mobile_dropdown_link:hover {
    color: #dadada;
    background-color: #6b0707;
  }

  .al_contact_footer_icon_wrapper {
    width: 2rem;
    height: 2rem;
  }

  .xd_networks_logo_footer {
    width: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .al_home_intro_parallax_img_03_wrapper {
    width: 45%;
  }

  .al_home_asi_trabajamos_columns_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .al_home_testimonios_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .line.al_big_title_italic {
    font-size: 4vw;
  }

  .somos_intro_gallery_right_values_wrapper {
    width: 90%;
    height: 80%;
  }

  .al_somos_valores_wrapper {
    flex-flow: column;
  }

  .al_somos_valores_column {
    width: 100%;
  }

  .al_soluciones {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .al_soluciones_columns_wrapper {
    flex-flow: column;
  }

  .al_soluciones_nav_wrapper {
    width: 100%;
    top: 3.5rem;
  }

  .al_soluciones_cards_wrapper {
    width: 100%;
  }

  .al_soluciones_sidebar {
    display: none;
  }

  .al_soluciones_card_container {
    padding-top: 6rem;
  }

  .al_soluciones_end_columns_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .al_soluciones_end_column_wrapper, .al_home_testimonios_content {
    width: 100%;
  }

  .mobile_dropdown_list.w--open {
    background-color: #00385d;
  }

  .mobile_dropdown_toggle {
    color: #00385d;
  }

  .mobile_menu {
    background-color: #b7d4e4;
    display: flex;
    position: sticky;
    top: 3.5rem;
  }

  .mobile_dropdown_link:hover {
    color: #00385d;
    background-color: #b7d4e4;
  }
}

@media screen and (max-width: 479px) {
  .al_home_highlight_container {
    flex-flow: column;
    font-size: 3vw;
  }

  .al_big_title_italic, .al_big_title_italic.line {
    font-size: 5.5vw;
  }

  .al_big_title.al_text_white, .al_big_title.al_text_white.text-block, .al_big_title.al_text_color_01 {
    font-size: 6vw;
  }

  .al_big_title.al_text_color_02 {
    font-size: 8vw;
  }

  .parallax-img-reveal-img {
    background-position: 75%;
    background-size: 150vw;
    width: 40vw;
    height: 40vw;
    display: none;
    top: 6vh;
  }

  .al_home_intro_columns_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .al_home_intro_column_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .al_text_regular.al_text_white {
    font-size: .8rem;
  }

  .al_home_intro_parallax_img_02_wrapper {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 90vw;
    height: 40vw;
  }

  .al_home_intro_parallax_img_03_wrapper {
    background-position: 50% 60%;
    background-size: cover;
    background-attachment: scroll;
    width: 90vw;
    height: 40vw;
  }

  .al_home_cifras_wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .al_home_cifra_item {
    width: 45%;
  }

  .al_home_cifra_number.al_text_color_01 {
    font-size: 3rem;
  }

  .al_home_trabajamos_title_wrapper {
    width: 60%;
  }

  .al_home_trabajamos_circle_content {
    height: 40%;
  }

  .xd_masktext_phrase_container {
    flex-flow: column;
    font-size: 3vw;
  }

  .xd_masktext_content_text_wrapper, .al_home_esenciales_cards_wrapper {
    width: 100%;
  }

  .al_home_esenciales_card_item {
    top: 15rem;
  }

  .al_subtitle.al_text_white, .al_subtitle.al_text_color_01 {
    font-size: 5.2vw;
  }

  .al_text_small.al_text_white.al_text_right {
    text-align: left;
  }

  .al_home_solutiones_column {
    width: 100%;
  }

  .al_home_solutiones_columns_wrapper {
    flex-flow: column;
  }

  .al_home_respaldo_offfset_content_wrapper, .al_home_asi_trabajamos_column {
    width: 100%;
  }

  .principios_circlefm-progress-circle_fmw {
    width: 12rem;
    height: 12rem;
  }

  .al_home_asi_trabajamos_columns_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 70%;
    padding-top: 1rem;
  }

  .al_home_asi_trabajamos_container {
    margin-top: 100vh;
  }

  .historia_dots_wrapperfm-progress-circle_fmw {
    width: 15.5rem;
    height: 15.5rem;
  }

  .al_home_respaldo_logos_wrapper {
    flex-flow: wrap;
  }

  .al_home_respaldo_logo_wrapper {
    width: 25%;
  }

  .al_contact_form_section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-end;
    align-items: center;
  }

  .al_contact_form_column {
    width: 100%;
  }

  .al_form_input {
    border-radius: 0;
  }

  .line.al_big_title_italic {
    font-size: 5.5vw;
  }

  .somos_intro_gallery_right_first_img_wrapper {
    width: 80vw;
    height: 40vh;
  }

  .somos_intro_gallery_right_wrapper, .somos_intro_gallery_img {
    width: 100vw;
    height: 50vh;
  }

  .somos_intro_gallery_right_values_wrapper {
    width: 90%;
    height: 80%;
  }

  .somos_intro_gallery_left_wrapper {
    width: 100vw;
    height: 50vh;
  }

  .somos_intro_gallery_left_third {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 100%;
  }

  .somos_intro_gallery_second_wrapper {
    flex-flow: column;
  }

  .somos_intro_gallery_left_first {
    width: 100vw;
    height: 50vh;
  }

  .somos_intro_gallery_intro_wrapper {
    width: 90%;
  }

  .al_somos_valores_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 10px;
  }

  .al_somos_valores_wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .al_somos_valores_column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .al_somos_valores_column.right {
    display: none;
  }

  .al_somos_experiencia_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .al_somos_experiencia_column {
    width: 100%;
  }

  .al_somos_bio_wrapper {
    flex-flow: column;
  }

  .al_somos_bio_column_wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .al_somos_bio_title_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .al_somos_bio_subtitle_wrapper {
    width: 100%;
  }

  .al_soluciones_content_wrapper {
    margin-top: 0;
  }

  .al_soluciones_highlight_wrapper {
    width: 100%;
    margin-top: 4rem;
  }

  .al_soluciones_card_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .al_soluciones_card_columns_wrapper {
    flex-flow: column;
  }

  .al_subtitle_small {
    font-size: .9rem;
  }

  .al_soluciones_card_column_highlight {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    width: 100%;
  }

  .al_soluciones_card_column_img {
    width: 100%;
  }

  .al_card_title {
    font-size: 1.6rem;
  }

  .al_text_big, .al_text_big.al_text_color_02 {
    font-size: 1.1rem;
  }

  .al_soluciones_card_title_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .al_header_menu_link {
    color: #fff;
  }

  .all_header_menu_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .al_header_menu_icon.w--open, .al_header_menu {
    background-color: #003770;
  }

  .al_home_highlight_wrapper {
    width: 100%;
  }

  .mobile_menu {
    z-index: 4;
  }

  .al_contact_footer_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .al_contact_footer_column {
    width: 100%;
  }

  .al_contact_footer_column.align_right {
    text-align: right;
  }

  .al_somos_bio_agente_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .al_highlight {
    font-size: 1rem;
  }

  .al_highlight.bold {
    font-size: .9rem;
  }

  .al_somos_valor-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .somos_intro_gallery_valores_mobile_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: auto;
    right: auto;
  }

  .somos_intro_gallery_valores_mobile_row {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00000024;
    width: 90%;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}