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

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

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

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 30px;
}

.body {
  outline-offset: -8px;
  background-color: #fff;
  outline: 8px #c82d2d;
  font-family: Fraunces, sans-serif;
}

.hero_section {
  color: #222;
  height: auto;
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

.navbar {
  background-color: #0000;
  padding: 1em 8em;
}

.img_logo {
  vertical-align: middle;
  mix-blend-mode: multiply;
  width: 8em;
  display: block;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding-top: 0;
  display: block;
}

.nav-menu {
  display: block;
}

.nav_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav_section {
  z-index: 99;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff80;
  background-image: linear-gradient(#fff, #fff 0%, #fff0 0% 0%);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.container_wide {
  color: #f2f2f2;
  max-width: 1280px;
  padding: 3em;
}

.heading {
  color: #333;
  font-size: 5.5em;
  line-height: 1.2em;
}

.section_main_text {
  z-index: 1;
  color: #fff;
  background-color: #c82d2d;
  margin-bottom: 0;
  padding-top: 6em;
  padding-bottom: 6em;
  font-size: 1.2em;
  line-height: 2em;
  position: relative;
}

.hero_subtext {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Fraunces, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.big_text {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.6em;
}

.section_que_hago {
  color: #f2f2f2;
  background-color: #222;
  padding: 6em 4em;
}

.medium_text {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.5em;
  display: none;
}

.quick-stack {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  max-width: 1280px;
  padding: 1em 0;
}

.paragraph {
  font-size: 1.2em;
  line-height: 1.5em;
}

.cell, .cell-2, .cell-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading-2, .heading-3, .heading-4 {
  font-weight: 500;
  line-height: 1.2em;
}

.heading-5 {
  font-weight: 500;
  line-height: 1.2em;
  display: none;
}

.section_porque {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #dfdfdf;
  background-color: #f2f2f2;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 100svh;
  padding: 0;
  display: none;
  position: relative;
}

.container_porque_1 {
  background-color: #222;
  background-image: url('../images/bg-porque_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.container_porque_2 {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8em 0;
  display: flex;
}

.list {
  margin-top: 2em;
  list-style-type: disc;
}

.list-item {
  margin-bottom: 2em;
  padding-top: 0;
}

.txt_list_quehago {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.button {
  background-color: #c82d2d;
  border-radius: 4px;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: 3em;
  padding: 1em 2em;
  font-size: 1.2em;
}

.button.button_secondary {
  color: #c82d2d;
  background-color: #fff;
  border: 1px solid #c82d2d;
  display: none;
}

.button.button_top_bar {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
}

.section_proceso {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f2f2f2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0;
  display: grid;
}

.div-block {
  background-color: #444;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.proyecto_container {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  position: relative;
}

.proyecto_container.proyecto_cont_1 {
  background-image: url('../images/673c86f0b9c2f27183bbf51d_works_taxdown_main.webp');
  background-position: 50%;
  background-size: cover;
}

.proyecto_container.proyecto_cont_2 {
  background-image: url('../images/673c8b8f246535732f709da6_turismo_works_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.proyecto_container.proyecto_cont_3 {
  background-image: url('../images/673c91a90bb03cfb18687967_qprev_main2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.proyecto_container.proyecto_cont_4 {
  background-image: url('../images/works_olympia_main.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.proyecto_container.proyecto_cont_5 {
  background-image: url('../images/673cc58f554811cc97a9204c_work_educacion_main.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.proyecto_container.proyecto_cont_6 {
  background-image: url('../images/673dd4be07ad0abc853b3f20_sacyl_main.webp');
  background-position: 50%;
  background-size: cover;
}

.proceso_head {
  color: #c82d2d;
  font-size: 4em;
}

.proceso_txt {
  font-size: 2em;
  line-height: 1.2em;
}

.overlay_project {
  opacity: 1;
  color: #f2f2f2;
  background-color: #00000082;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay_project.overlay_project_1 {
  opacity: 1;
  background-color: #00000096;
}

.title_project {
  text-align: center;
  margin-bottom: .5em;
  font-weight: 400;
  line-height: 1em;
}

.txt_descr_project {
  font-size: 1.5em;
  font-weight: 400;
}

.section_title_proyectos {
  padding-top: 6em;
  padding-bottom: 6em;
}

.container-2 {
  color: #333;
  max-width: 1280px;
}

.txt_title_section {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.lista-proyectos {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
  font-size: 1.3em;
  font-weight: 400;
}

.proyecto_wrapper {
  padding: 0;
  display: none;
}

.cta_container {
  text-align: center;
  max-width: 1280px;
}

.heading-6 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.link_cta {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-size: 9em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.link_cta:hover {
  color: #222;
}

.section_footer {
  z-index: -1;
  padding-top: 6em;
  padding-bottom: 6em;
  position: static;
  bottom: 0;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.txt_copyright {
  color: #707070;
  flex: 1;
}

.social_link {
  color: #c82d2d;
  flex: 0 auto;
}

.body-2 {
  font-family: Fraunces, sans-serif;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.projrect_wrapper {
  padding: 6em 2em;
}

.container-4 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  display: grid;
}

.container-5 {
  max-width: 1280px;
}

.bold-text {
  font-size: 18px;
}

.paragraph-2 {
  margin-bottom: 29px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.txt_project_title {
  margin-bottom: 1em;
  font-size: 4em;
}

.quick-stack-2 {
  width: 100%;
}

.rich-text-block {
  color: #6b6b6b;
}

.project_feature_title {
  margin-bottom: .8em;
  font-size: 1.3em;
  font-weight: 500;
}

.project_feature_descr {
  color: #8a8a8a;
  font-size: 1.2em;
}

.container-6 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  color: #fff;
  text-decoration: none;
}

.video {
  border-radius: 16px;
}

.background-video {
  z-index: 2;
  background-color: red;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.bg_video {
  background-image: linear-gradient(#0000003b, #0000003b);
  width: 100%;
  padding-bottom: 60%;
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading {
    font-size: 4.6em;
  }

  .section_main_text {
    padding: 4em 2em;
  }

  .big_text {
    font-size: 2em;
  }

  .quick-stack {
    margin-left: 2em;
    margin-right: 2em;
  }

  .container_porque_2 {
    width: auto;
  }

  .section_proceso {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .proyecto_wrapper {
    padding-bottom: 0;
  }

  .link_cta {
    font-size: 8em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    outline-offset: -2px;
    outline: 3px #c82d2d;
  }

  .hero_section {
    padding: 1em 1em 3em;
  }

  .img_logo {
    width: 7em;
    max-width: 100%;
  }

  .nav_section {
    background-color: #fff;
    background-image: none;
    padding: 1em;
  }

  .container_wide {
    padding: 1em;
  }

  .heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section_main_text {
    padding: 4em 1em;
  }

  .big_text {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .section_que_hago {
    padding: 4em 1em;
  }

  .medium_text {
    font-size: 1.4em;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 2em;
  }

  .heading-3, .heading-4 {
    font-size: 2em;
    font-weight: 500;
  }

  .heading-5 {
    font-size: 2.2em;
    font-weight: 500;
  }

  .section_porque {
    grid-template-columns: 1fr;
    height: auto;
  }

  .container_porque_1 {
    background-attachment: fixed;
    height: 50svh;
  }

  .container_porque_2 {
    padding: 2em 1em;
  }

  .txt_list_quehago {
    font-size: 1.2em;
  }

  .button {
    margin-bottom: 0;
    font-size: 1em;
  }

  .button.button_top_bar {
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .section_proceso {
    grid-template-columns: 1fr;
  }

  .proyecto_container.proyecto_cont_1 {
    opacity: 1;
  }

  .proceso_head {
    font-size: 4em;
    line-height: 1em;
  }

  .proceso_txt {
    font-size: 2em;
    line-height: 1.4em;
  }

  .overlay_project {
    opacity: 0;
  }

  .title_project {
    font-size: 2em;
  }

  .txt_descr_project {
    font-size: 1.2em;
  }

  .section_title_proyectos {
    padding: 4em 2em 2em;
  }

  .txt_title_section {
    font-size: 2.5em;
    line-height: 1em;
  }

  .lista-proyectos {
    font-size: 1em;
    line-height: 2em;
  }

  .proyecto_wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 1.5em;
  }

  .link_cta {
    margin-top: 43px;
    font-size: 4em;
  }

  .section_footer {
    padding: 4em 2em;
  }

  .container-3 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    text-align: center;
    flex-flow: column;
  }

  .paragraph-2 {
    font-size: 1em;
  }

  .txt_project_title {
    font-size: 3em;
  }

  .quick-stack-2 {
    padding: 0 0 1em;
  }
}

#w-node-_34284ce6-a097-2f72-5233-6496478447af-01dda759 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c5eb5661-fa8b-6d9f-a873-e2582755512a-01dda759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad535681-a862-17bf-127b-37d392ea5b97-01dda759 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-c0de1c66-7044-0b2b-bb93-a5f427d5e661-01dda759 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-5db991cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-5db991cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-a096eebb {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-a096eebb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-ac1fee62 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-ac1fee62 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-d23fa4f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-d23fa4f1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-dd121c09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-dd121c09 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-3c2a9b5b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-3c2a9b5b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c0de1c66-7044-0b2b-bb93-a5f427d5e661-01dda759 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-5db991cd, #w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-a096eebb, #w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-ac1fee62, #w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-d23fa4f1, #w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-dd121c09, #w-node-baf2e113-baf1-e3ed-8646-c5614704ad45-3c2a9b5b {
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34284ce6-a097-2f72-5233-6496478447af-01dda759 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c5eb5661-fa8b-6d9f-a873-e2582755512a-01dda759 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ad535681-a862-17bf-127b-37d392ea5b97-01dda759, #w-node-c0de1c66-7044-0b2b-bb93-a5f427d5e661-01dda759, #w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-5db991cd, #w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-a096eebb, #w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-ac1fee62, #w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-d23fa4f1, #w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-dd121c09, #w-node-_768dc1e2-2ceb-cfff-d401-64e09c2090ee-3c2a9b5b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


