@font-face {
  font-family: Material icons;
  src: url('../fonts/Material_Icons.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f2f2f2;
  --white-smoke-2: #eee;
  --black-bg: #1d1d1d;
  --black-2: #1d1d1d;
  --black: #242424;
  --orange: #ffb900;
  --navajo-white: #ffd376;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #f2f2f2;
  font-family: Fraunces, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 100;
  line-height: 87px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 47px;
  font-weight: 100;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

p {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.utility-page-wrap {
  background-image: url('../images/performance_bg2x.jpg');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: var(--white-smoke);
  line-height: 23px;
  display: block;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.footer-link {
  color: #eee;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.footer-link.menu {
  font-size: 16px;
  font-weight: 300;
  line-height: 5px;
}

.footer-link.footersep {
  margin-left: 220px;
  margin-right: 0;
  font-weight: 300;
}

.footer-bottom {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

.footer-title-button {
  color: var(--white-smoke-2);
  margin-top: 40px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.footer-title-button.nomargin {
  margin-top: 0;
  margin-right: -76px;
}

.footer-title {
  color: var(--white-smoke-2);
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
}

.footer-title.contactomargin {
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 300;
}

.footer-title.oficinamovil {
  font-weight: 300;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-link {
  color: #eee;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-top {
  border-bottom: 0 solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 40px;
  display: flex;
}

.footer-column.secondcolumn {
  margin-top: 41px;
}

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

.footer_es, .footer_en {
  background-color: var(--black-bg);
  padding: 132px 3%;
}

.logo-mobile {
  background-image: url('../images/logo-menu-D2x.png');
  background-position: 0 0;
  background-size: 184px 58px;
  width: 184px;
  display: none;
}

.navbar-2 {
  z-index: 1000000;
  opacity: 1;
  background-color: #ddd0;
  margin-top: 30px;
}

.brand-2 {
  height: 58px;
  margin-top: -20px;
  margin-left: 10px;
  padding-top: 0;
  font-size: 184px;
  line-height: 58px;
  position: absolute;
}

.cuadraditos {
  display: none;
}

.nav-link-2 {
  color: #242424;
  font-size: 15px;
}

.nav-link-2:hover {
  background-color: #ffb90000;
  flex: none;
}

.nav-link-2.contacto {
  background-color: #ffb900;
}

.logo-desktop {
  margin-top: 0;
  margin-left: 0;
  font-size: 184px;
  line-height: 58px;
}

.background-video {
  background-color: var(--white-smoke-2);
  background-image: linear-gradient(to bottom, var(--white-smoke-2), var(--white-smoke-2)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  opacity: .1;
  background-position: 0 0, 0 0;
  height: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

.super-titulo {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-heading {
  text-align: center;
}

.main-heading.left {
  display: flex;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 60px;
}

.quienessomos-grid {
  background-color: #b3ffda00;
  width: 1140px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.quienes-somos {
  z-index: 10001;
  background-color: var(--white-smoke);
  margin-top: 420px;
  position: relative;
}

.quienessomos-title {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3.h3-depts {
  width: 850px;
  margin-right: 0;
  padding-right: 0;
}

.heading-3.h3-depts.goleft {
  margin-left: 0;
}

.heading-3.left {
  color: var(--black-2);
  margin-left: 0;
  margin-right: 0;
}

.heading-3.left.help {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 35px;
  margin-left: 65px;
}

.working {
  width: 100%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 100%;
  margin-top: 90px;
}

.div-block-16, .div-block-17 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.heading-4 {
  margin-top: 30px;
  text-decoration: none;
}

.linkblock_nostyle {
  color: #262626;
  width: 263px;
  text-decoration: none;
}

.departamentos {
  margin-top: 90px;
}

.servicios-heading {
  text-align: center;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.h2-servicios {
  text-align: center;
  width: auto;
  height: 24px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.servicios {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/performance_bg2x.jpg');
  background-position: 100% 0;
  background-size: cover;
  background-clip: border-box;
  margin-top: 0;
}

.image-7 {
  text-align: center;
}

.button-text {
  background-color: var(--white-smoke);
  color: #262626;
  border: 0 #000;
  justify-content: flex-start;
  align-items: center;
  width: 191px;
  height: 71px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.button-arrow {
  background-color: var(--white-smoke);
  color: #262626;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.buttons-foot {
  justify-content: flex-start;
  align-items: center;
  width: 263px;
  display: flex;
}

.slider-item {
  width: 263px;
  margin-left: 0;
}

.div-block-20 {
  flex-direction: column;
  width: 263px;
  margin-left: 20px;
  display: flex;
}

.button-servicios {
  background-color: var(--white-smoke);
  color: #262626;
  justify-content: flex-start;
  align-items: center;
  width: 263px;
  height: 71px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.heading-5 {
  color: #1d1d1d;
  width: 230px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.paragraph-4 {
  color: #262626;
  width: 263px;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.slider-desktop {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1132px;
  height: 320px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-22 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cta-contacto {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 180px;
  margin: 65px auto;
  text-decoration: none;
  display: flex;
}

.paragraph-5 {
  color: var(--black-2);
  width: 360px;
}

.button-contact {
  border: 1px solid var(--black-bg);
  color: var(--black);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 195px;
  height: 55px;
  margin-right: 65px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-contact:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.slide, .slide-2 {
  margin-left: 0;
}

.slider-tablet {
  background-color: #0000;
  width: 789px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slider-mobile-landscape {
  background-color: #0000;
  width: 566px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slider-mobile {
  background-color: #0000;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.full-video {
  width: 100%;
  margin-bottom: 0;
}

.tabletmenu {
  display: none;
}

.desktopmenu {
  border-bottom: 1px solid var(--orange);
  background-color: var(--white-smoke);
  margin: 40px 60px;
}

.itemservices {
  color: #262626;
  flex: none;
  align-items: flex-start;
  width: 200px;
  margin-bottom: 0;
  font-family: Fraunces, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  border-bottom: 1px solid #979797;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  text-decoration: none;
}

.div-block-28 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.dropdown-list {
  width: 600px;
}

.dropdown-list.w--open {
  background-color: var(--white-smoke);
  width: 650px;
  height: 380px;
  margin-right: 0;
  display: block;
  position: absolute;
  left: auto;
  right: 5px;
}

.dropdown {
  background-color: #f2f2f200;
}

.div-block-29 {
  border-bottom: 1px solid var(--orange);
  margin-top: 40px;
}

.dropdown-list-2 {
  background-color: #0000;
}

.contact {
  background-image: url('../images/performance_bg2x.jpg');
  background-position: 100% 0;
  background-size: auto;
  width: 100vw;
  height: auto;
}

.map {
  margin-top: 0;
  overflow: hidden;
}

.map-2 {
  width: 100%;
  height: 514px;
}

.center-navbar-es {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.boton-contactar {
  color: #eee;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 55px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.boton-contactar:hover {
  background-color: var(--orange);
  color: #262626;
}

.servicios-main-heading {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.servicios-titulo {
  margin-top: 70px;
}

.servicios-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.image-9 {
  margin-top: -29px;
}

.image-10 {
  margin-top: 70px;
}

.heading-servicios {
  color: #262626;
  margin-bottom: 30px;
  font-size: 47px;
  font-weight: 400;
  line-height: 55px;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 4.5fr;
  margin-top: 30px;
}

.paragraph-servicios {
  color: #262626;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.azagra-te-ayuda {
  background-color: #ffd376;
  width: 725px;
  height: 400px;
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 80px;
}

.servicios-grid-number {
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 45px;
  display: flex;
}

.servicios-txt1 {
  z-index: 100;
  background-color: #fff;
  width: 560px;
  margin-top: -400px;
  margin-left: -50px;
  padding-top: 78px;
  padding-left: 78px;
  padding-right: 70px;
  position: relative;
}

.nosotros-title {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nosotros-up {
  margin-top: 70px;
}

.nosotros-desktop {
  max-width: 1280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.nosotros-grid-left {
  z-index: 1000;
  background-color: #fff;
  width: 580px;
  max-width: none;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: -140px;
  padding: 75px 55px 60px 70px;
  position: relative;
}

.nosotros-grid-right {
  margin-top: -30px;
}

.nosotros-titulo {
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-6 {
  color: #262626;
  margin-top: 30px;
}

.azagra-es-equipo {
  background-image: url('../images/performance_bg2x.jpg');
  background-position: 100% 0;
  background-size: cover;
  max-width: none;
  margin: 60px auto 0;
  padding-bottom: 60px;
}

.div-block-47 {
  background-color: #fff;
  width: 360px;
  height: 630px;
  margin-right: 30px;
}

.nosotros_heading {
  color: #262626;
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
  font-weight: 400;
}

.button-cv {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .3s;
  display: none;
}

.button-cv:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.div-block-48 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.nosotos_h2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.icon, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6, .icon-7, .icon-8 {
  background-color: var(--black-bg);
}

.image-11 {
  width: 526px;
}

.tres-pasos {
  background-color: #ffd376;
  margin-top: -40px;
  margin-bottom: 50px;
  padding-left: 70px;
  padding-right: 80px;
}

.servicios-imagen2 {
  z-index: 1000000;
  margin-left: -50px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.image-12 {
  z-index: 10000;
  margin-top: 100px;
  margin-right: 0;
  position: static;
}

.button-serviios-contacto {
  color: #eee;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 55px;
  margin-top: 60px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.button-serviios-contacto:hover {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #1d1d1d;
}

.paragraph-7 {
  margin-top: 40px;
  margin-left: 70px;
  margin-right: 70px;
}

.paragraph-8 {
  margin-top: 140px;
  margin-left: -40px;
  margin-right: 70px;
}

.tablet-servicios {
  display: none;
}

.image-13 {
  width: 850px;
  margin-top: -80px;
  margin-left: 0;
}

.team {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.team-heading {
  margin-bottom: 40px;
}

.image-14 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nosotros-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-paragraph {
  text-align: center;
}

.foto-expo {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-15 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.parrafo-2-columnas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-55 {
  border-right: 1px solid #1d1d1d;
  margin-right: 0;
  padding-top: 60px;
  padding-right: 60px;
}

.paragraph-11 {
  margin-top: 40px;
}

.div-block-56 {
  margin-top: 140px;
  padding-left: 60px;
}

.button-3 {
  color: #1d1d1d;
  background-color: #ffb900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 55px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .3s;
  display: flex;
}

.button-3:hover {
  background-color: var(--black-bg);
  color: #eee;
}

.contact-button {
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-12 {
  margin-top: 40px;
}

.nosotros-down {
  max-width: 1140px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.grid-12 {
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.nosotros-parrafo-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: #262626;
  max-width: 670px;
}

.paragraph-13 {
  text-align: left;
  max-width: 670px;
  margin-top: 20px;
}

.card-img {
  transition: width .2s;
}

.card-img:hover {
  width: auto;
  max-width: 100%;
}

.slider-desktop-equipo {
  background-color: #ddd0;
  height: 630px;
}

.div-block-60 {
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.icon-9, .icon-10 {
  background-color: var(--black-bg);
}

.nosotros-tablet, .slider-tablet-equipo, .slider-mobile-equipo {
  display: none;
}

.div-block-61 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 314px;
  height: 236px;
  margin-top: -32px;
  padding-top: 40px;
  display: flex;
}

.div-block-62 {
  width: 314px;
}

.button-cv-mobile {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-cv-mobile:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.accordion-item {
  background-color: #0000;
  border-bottom: 1px solid #1d1d1d33;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 0 14px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 1280px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.section-faq {
  background-color: #0000;
  background-image: url('../images/performance_bg2x.jpg');
  background-position: 100% 0;
  background-size: cover;
  padding: 20px 30px 80px;
}

.icon-16 {
  font-family: Material icons, sans-serif;
}

.icon-16.accordion-icon {
  color: #1d1d1d;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.heading-faq {
  color: #262626;
  max-width: 750px;
  line-height: 78px;
}

.heading-faq.en_title {
  max-width: 850px;
}

.faq-titulo {
  border-bottom: 1px solid #1d1d1d33;
  max-width: 1280px;
  margin: 40px auto 0;
}

.image-17 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.faq-pregunta {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.faq-respuesta {
  color: #262626;
}

.div-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  text-decoration: underline;
}

.yellow-link {
  color: var(--orange);
}

.heading_pic {
  max-width: 1140px;
  margin: 60px auto 40px;
  display: flex;
}

.image-18 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.iframe-contact-desktop {
  flex-direction: row;
  align-items: center;
  width: auto;
  max-width: 1300px;
  max-height: none;
  margin: 40px auto 0;
  padding-bottom: 0;
  display: block;
}

.iframe-contact-mobile, .html-embed-4 {
  display: none;
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30 {
  position: relative;
}

.popup-overlay {
  z-index: 1000001;
  background-color: var(--white-smoke);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.close-modal {
  background-color: var(--orange);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.image-31 {
  text-align: left;
  margin-top: 90px;
  margin-left: 0;
  margin-right: 0;
}

.popup-flex {
  align-items: center;
  display: flex;
}

.bg_mobile {
  display: none;
}

.ck-button__txt {
  color: var(--black-2);
}

.ck-button__txt:hover, .ck-button__txt:focus {
  color: var(--white-smoke);
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  color: #515750;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-button-w {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: var(--orange);
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500000;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-modal__exit-btn {
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: sticky;
  top: 1rem;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem 1.5rem 1rem;
}

.ck-button__txt2, .ck-button__txt2:hover {
  color: var(--black-2);
}

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

.div-block-63 {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.text-block-3 {
  font-size: 30px;
  line-height: 1.4px;
}

.close-modal-x {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-64 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white-smoke-2);
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .footer-title-button.nomargin {
    margin-right: 0;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer_es {
    margin-bottom: 0;
  }

  .navbar-2 {
    margin-top: 0;
    display: block;
  }

  .logo-desktop {
    margin-left: 0;
  }

  .main-heading {
    font-size: 45px;
    line-height: 52px;
  }

  .paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quienessomos-grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 768px;
    display: block;
  }

  .grid-3 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .quienes-somos {
    margin-top: 220px;
    padding-top: 20px;
  }

  .quienessomos-title {
    width: 768px;
    padding-left: 10px;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 52px;
  }

  .heading-3.h3-depts {
    width: 730px;
  }

  .heading-3.left {
    padding-left: 20px;
  }

  .heading-3.left.help {
    width: 600px;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 0;
  }

  .image-6 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-16 {
    max-width: 768px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-17 {
    max-width: 748px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
    width: 748px;
  }

  .departamentos {
    margin-left: 0;
    margin-right: 0;
  }

  .servicios-heading {
    max-width: 768px;
  }

  .servicios {
    margin-top: 40px;
  }

  .link-block {
    max-width: 320px;
  }

  .slider-desktop {
    width: 789px;
    display: none;
  }

  .cta-contacto {
    flex-direction: column;
    align-items: flex-start;
    max-width: 768px;
    height: 300px;
  }

  .paragraph-5 {
    align-items: center;
    width: 600px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .button-contact {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .slider-tablet {
    width: 768px;
    height: 320px;
    margin-top: 60px;
    display: flex;
  }

  .tabletmenu {
    display: block;
  }

  .desktopmenu {
    display: none;
  }

  .itemservices {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .dropdown-list {
    background-color: var(--white-smoke);
    width: 600px;
  }

  .dropdown-list.w--open {
    background-color: var(--white-smoke-2);
    width: 660px;
    height: 300px;
  }

  .contact {
    height: 105vh;
    margin-top: 40px;
  }

  .center-navbar-es {
    max-width: 768px;
  }

  .servicios-main-heading {
    max-width: 758px;
    margin-left: 20px;
  }

  .servicios-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nosotros-title {
    max-width: 768px;
    padding-left: 20px;
  }

  .nosotros-up {
    margin-top: 30px;
  }

  .nosotros-desktop {
    display: none;
  }

  .button-serviios-contacto {
    margin-top: 40px;
    display: flex;
  }

  .div-block-49 {
    display: none;
  }

  .tablet-servicios {
    display: block;
  }

  .desktop-servicios {
    display: none;
  }

  .foto-aspas {
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 0;
  }

  .servicios_txt1 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .servicios-foto2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tablet-azagrateayuda {
    background-color: #ffd376;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .tablet-3pasos {
    background-color: var(--navajo-white);
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .team {
    max-width: 768px;
  }

  .nosotros-heading {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto-expo {
    width: 768px;
  }

  .image-15 {
    max-width: 100%;
  }

  .parrafo-2-columnas {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-11 {
    flex-direction: column;
    display: flex;
  }

  .div-block-55 {
    border-right-width: 0;
    padding-right: 0;
  }

  .div-block-56 {
    margin-top: 0;
    padding-left: 0;
  }

  .contact-button, .nosotros-down {
    max-width: 768px;
  }

  .nosotros-parrafo-2 {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13 {
    max-width: 748px;
  }

  .slider-desktop-equipo {
    display: none;
  }

  .nosotros-tablet {
    display: block;
  }

  .image-16 {
    margin-top: 20px;
  }

  .heading-7 {
    color: #262626;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 37px;
    font-weight: 400;
    line-height: 40px;
  }

  .paragraph-14 {
    color: #262626;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-tablet-equipo {
    background-color: #ddd0;
    height: 630px;
    display: block;
  }

  .icon-11, .icon-12 {
    background-color: var(--black-bg);
  }

  .slider-mobile-equipo {
    width: 400px;
    height: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper.slim {
    max-width: 768px;
  }

  .heading-faq {
    width: 470px;
    font-size: 45px;
    line-height: 52px;
  }

  .heading-faq.en_title {
    width: 700px;
  }

  .faq-titulo, .div-container {
    max-width: 768px;
  }

  .heading-lafirma {
    font-size: 45px;
    line-height: 52px;
  }

  .subtitulo_pral {
    font-size: 30px;
    line-height: 36px;
  }

  .heading_pic {
    margin-bottom: 20px;
  }

  .iframe-contact-desktop {
    display: none;
  }

  .iframe-contact-mobile {
    padding-bottom: 10px;
    display: block;
  }

  .html-embed-4 {
    padding-bottom: 20px;
    display: block;
  }

  .image-19 {
    position: relative;
  }

  .popup-overlay {
    z-index: 1000001;
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .close-modal {
    flex-direction: column;
  }

  .popup-flex {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .quienessomos-grid {
    width: 568px;
  }

  .grid-3 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .quienes-somos {
    margin-top: 140px;
  }

  .quienessomos-title {
    width: 568px;
  }

  .image-4 {
    width: 90%;
  }

  .heading-3, .heading-3.h3-depts {
    width: 550px;
  }

  .heading-3.left.help {
    width: 525px;
    margin-bottom: 10px;
  }

  .image-6 {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-16 {
    max-width: 568px;
  }

  .div-block-17 {
    max-width: 540px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    width: 500px;
  }

  .departamentos {
    max-width: 500550px;
  }

  .servicios-heading {
    max-width: 568px;
  }

  .slider-desktop {
    width: 526px;
  }

  .cta-contacto {
    max-width: 568px;
  }

  .paragraph-5 {
    width: 500px;
    margin-bottom: 10px;
  }

  .slider-tablet {
    display: none;
  }

  .slider-mobile-landscape {
    width: 550px;
    height: 320px;
    margin-top: 40px;
    display: block;
  }

  .dropdown-list.w--open {
    width: 400px;
  }

  .contact {
    margin-top: 20px;
  }

  .map {
    margin-top: 0;
  }

  .center-navbar-es, .nosotros-title {
    max-width: 568px;
  }

  .azagra-es-equipo {
    padding-bottom: 40px;
  }

  .nosotros_heading.less_margin {
    margin-top: -10px;
  }

  .team, .nosotros-heading {
    max-width: 568px;
  }

  .foto-expo {
    width: 568px;
  }

  .parrafo-2-columnas {
    max-width: 568px;
  }

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

  .contact-button {
    max-width: 568px;
  }

  .nosotros-down {
    max-width: 568px;
    margin-top: 60px;
  }

  .nosotros-parrafo-2 {
    max-width: 568px;
  }

  .paragraph-13 {
    max-width: 560px;
  }

  .slider-tablet-equipo {
    display: none;
  }

  .slider-mobile-equipo {
    background-color: #ddd0;
    width: 450px;
    height: 590px;
    padding-left: 70px;
    display: block;
  }

  .slide-3 {
    padding-left: 0;
  }

  .icon-13, .icon-14 {
    background-color: var(--black-bg);
  }

  .button-cv-mobile {
    width: 250px;
    display: none;
  }

  .content-wrapper.slim {
    max-width: 568px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .heading-faq.en_title {
    width: 500px;
  }

  .faq-titulo, .div-container {
    max-width: 568px;
  }

  .popup-overlay {
    flex-direction: column;
  }

  .popup-flex {
    align-items: center;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
    top: -1rem;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .footer-link.footersep {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    text-align: center;
    border-bottom-width: 0;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-title-button {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-title {
    margin-top: 0;
  }

  .footer-title.contactomargin, .footer-title.oficinamovil {
    margin-top: 15px;
  }

  .secondary-link {
    text-align: left;
  }

  .footer-top {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-column.secondcolumn {
    margin-top: -13px;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .logo-mobile {
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 320px;
    display: flex;
    position: absolute;
  }

  .navbar-2 {
    margin-top: 0;
    display: block;
  }

  .image-2 {
    margin-top: 11px;
  }

  .brand-2 {
    z-index: 100000;
    width: 260px;
    height: 85px;
    margin-top: -23px;
    margin-left: 0;
    padding-left: 0;
  }

  .brand-2.w--current {
    z-index: 100000;
    width: 250px;
    height: 85px;
  }

  .cuadraditos {
    display: inline;
  }

  .logo-desktop {
    display: none;
  }

  .background-video {
    background-image: linear-gradient(to bottom, var(--white-smoke-2), var(--white-smoke-2)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
  }

  .main-heading {
    width: 300px;
    font-size: 37px;
    line-height: 40px;
  }

  .main-heading.left {
    text-align: left;
    align-items: flex-start;
  }

  .paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .quienessomos-grid {
    width: 320px;
  }

  .quienes-somos {
    margin-top: 100px;
  }

  .quienessomos-title {
    width: 320px;
  }

  .separador {
    display: none;
  }

  .heading-3, .heading-3.h3-depts {
    width: 300px;
    font-size: 40px;
    line-height: 46px;
  }

  .heading-3.left.help {
    width: 300px;
  }

  .image-6 {
    width: 100%;
  }

  .div-block-16, .div-block-17 {
    max-width: 300px;
  }

  .grid-4 {
    width: 300px;
  }

  .departamentos {
    max-width: 310px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .servicios-heading {
    max-width: 300px;
    margin-left: 10px;
  }

  .link-block {
    width: 263px;
  }

  .slider-desktop {
    width: 300px;
    margin-top: 60px;
  }

  .cta-contacto {
    max-width: 320px;
    height: 300px;
  }

  .paragraph-5 {
    width: 300px;
    font-size: 18px;
    line-height: 26px;
  }

  .slider-mobile-landscape {
    display: none;
  }

  .slider-mobile {
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 320px;
    margin-top: 30px;
    display: flex;
  }

  .full-video {
    display: block;
  }

  .div-block-27 {
    max-width: 310px;
  }

  .dropdown-list.w--open {
    width: 250px;
  }

  .contact {
    margin-top: 20px;
  }

  .map {
    margin-top: 0;
  }

  .map-2 {
    height: 400px;
  }

  .center-navbar-es, .nosotros-title {
    max-width: 320px;
  }

  .servicios_txt1 {
    padding-bottom: 20px;
  }

  .servicios-foto2 {
    margin-top: 20px;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 26px;
  }

  .team {
    max-width: 320px;
  }

  .nosotros-heading {
    align-items: flex-start;
    max-width: 320px;
  }

  .center-paragraph {
    text-align: left;
  }

  .foto-expo {
    width: 320px;
  }

  .button-3 {
    width: 280px;
  }

  .nosotros-down {
    max-width: 320px;
  }

  .grid-12 {
    margin-top: 40px;
  }

  .nosotros-parrafo-2 {
    max-width: 320px;
  }

  .heading-6 {
    max-width: 280px;
    font-size: 37px;
    font-weight: 300;
    line-height: 40px;
  }

  .paragraph-13 {
    max-width: 300px;
  }

  .paragraph-14 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .slider-mobile-equipo {
    width: 320px;
    padding-left: 0;
  }

  .content-wrapper.slim {
    max-width: 320px;
  }

  .section-faq {
    padding: 40px 15px 100px;
  }

  .heading-faq {
    width: 280px;
  }

  .heading-faq.en_title {
    width: 300px;
  }

  .faq-titulo {
    max-width: 320px;
  }

  .faq-respuesta, .paragraph-15 {
    font-size: 18px;
    line-height: 26px;
  }

  .menu-button {
    z-index: 1000001;
    background-color: #0000;
  }

  .subtitulo_pral {
    font-size: 22px;
    line-height: 30px;
  }

  .heading_pic {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .iframe-contact-desktop {
    max-width: none;
  }

  .popup-overlay, .close-modal {
    flex-direction: column;
  }

  .paragraph-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .popup-flex {
    flex-direction: column;
    align-items: center;
  }

  .bg_mobile {
    opacity: .1;
    margin-top: -60px;
    display: block;
    position: fixed;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-e0b5134c-37e9-09f8-0745-b217036ae485-f90c8ff3 {
  justify-self: end;
}

#w-node-f2dbb40b-e5a7-5227-4c65-9583c2326bbf-e00c8ffb, #w-node-_4c371a03-d7f4-a4f2-5f85-4c92d98875da-e00c8ffb, #w-node-d993818c-c5c5-1e70-02f2-f9ef9edf2e93-370c8ffc, #w-node-c26fc219-3ae8-bdc7-6fef-602bcc13bbea-370c8ffc, #w-node-_955e8643-f436-d631-e044-56db4d0b62f7-fd0c8ffd, #w-node-cfce71b4-4608-f836-4343-f1831e2f3d56-fd0c8ffd, #w-node-_5015af33-dfbe-75fa-3b06-d94309d4b2dd-c20c8ffe, #w-node-_31e28097-9d1f-6c4a-3017-3434b30f282e-c20c8ffe, #w-node-cc08de20-567b-cfff-f085-b89b1a50296b-d10c8fff, #w-node-_3ac680e8-af01-fd15-863e-2da163301055-d10c8fff, #w-node-f2dbb40b-e5a7-5227-4c65-9583c2326bbf-ed0c9000, #w-node-_4c371a03-d7f4-a4f2-5f85-4c92d98875da-ed0c9000 {
  place-self: center;
}

#w-node-_123ccbf0-c913-1a3b-a211-e0472b3e5571-950c9002 {
  justify-self: end;
}

#w-node-f2dbb40b-e5a7-5227-4c65-9583c2326bbf-430c9009, #w-node-_4c371a03-d7f4-a4f2-5f85-4c92d98875da-430c9009, #w-node-f2dbb40b-e5a7-5227-4c65-9583c2326bbf-8f0c900a, #w-node-_4c371a03-d7f4-a4f2-5f85-4c92d98875da-8f0c900a, #w-node-d993818c-c5c5-1e70-02f2-f9ef9edf2e93-6c0c900b, #w-node-c26fc219-3ae8-bdc7-6fef-602bcc13bbea-6c0c900b, #w-node-_955e8643-f436-d631-e044-56db4d0b62f7-2c0c900c, #w-node-cfce71b4-4608-f836-4343-f1831e2f3d56-2c0c900c, #w-node-_5015af33-dfbe-75fa-3b06-d94309d4b2dd-f90c900d, #w-node-_31e28097-9d1f-6c4a-3017-3434b30f282e-f90c900d, #w-node-cc08de20-567b-cfff-f085-b89b1a50296b-5e0c900e, #w-node-_3ac680e8-af01-fd15-863e-2da163301055-5e0c900e {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e0b5134c-37e9-09f8-0745-b217036ae485-f90c8ff3, #w-node-_123ccbf0-c913-1a3b-a211-e0472b3e5571-950c9002 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3df488b0-e309-b70c-2fce-e27823f0ae43-23f0ae3c, #w-node-_88367da6-8cd1-8c33-2825-97231a82513b-1a825134 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3df488b0-e309-b70c-2fce-e27823f0ae43-23f0ae3c, #w-node-_88367da6-8cd1-8c33-2825-97231a82513b-1a825134 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material_Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}