/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  width: 100%;
  background-color: #000;
  font-family: 'Open Sans', sans-serif; }
  body .italicas {
    font-style: italic; }
  body .prin_proy_portrait {
    display: none; }

/* flex */
header {
  display: none; }
  header h1 {
    display: none; }

section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  section .portada_apollo {
    width: 100%;
    height: 100vh;
    background-image: url(../img/portada_apollo.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff; }
    section .portada_apollo .texto_portada {
      display: block;
      margin-left: 52.5vw;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      section .portada_apollo .texto_portada h2 {
        font-size: 4vw;
        font-weight: 800;
        margin-bottom: 6vh; }
      section .portada_apollo .texto_portada p {
        font-size: 1.6vw;
        font-weight: 700;
        text-align: right;
        padding-right: 5vw;
        margin: 0; }
  section .presentacion_apollo {
    height: 50vh;
    width: 50%;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
    section .presentacion_apollo .imagenes_presentacion_apollo {
      height: 100.5%;
      width: 33.3333%; }
      section .presentacion_apollo .imagenes_presentacion_apollo img {
        max-width: 100%;
        min-height: 80%;
        object-fit: cover; }
    section .presentacion_apollo .texto_imgs_pres {
      width: 100%;
      height: 20%;
      padding: 7.5% 5%;
      background-color: #000;
      display: flex;
      flex-direction: column; }
      section .presentacion_apollo .texto_imgs_pres span {
        font-size: 0.8vw;
        color: #fff;
        display: inline-block;
        width: 100%; }
      section .presentacion_apollo .texto_imgs_pres .autor_texto_pres {
        font-size: 1vw;
        font-weight: 900;
        margin-bottom: 3%; }
  section .texto_presentacion_apollo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section .texto_presentacion_apollo h2 {
      width: 75%;
      font-size: 2.6vw;
      font-weight: 700;
      margin-bottom: 4vh; }
    section .texto_presentacion_apollo p {
      width: 75%;
      font-size: 1.4vw;
      font-weight: 500; }
  section .img_prin_proy {
    width: 50%;
    background-color: #fff;
    overflow: hidden; }
    section .img_prin_proy .link_proy_apollo {
      display: block;
      transition: transform 0.6s; }
      section .img_prin_proy .link_proy_apollo:hover {
        transform: scale(1.2); }
  section .text_prin_proy {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    section .text_prin_proy .link_proy_apollo {
      color: #fff;
      padding: 5% 15%; }
      section .text_prin_proy .link_proy_apollo h2 {
        font-size: 5vw;
        font-weight: 700;
        margin-bottom: 6vh; }
      section .text_prin_proy .link_proy_apollo p {
        display: block;
        height: auto;
        font-size: 1.2vw;
        font-weight: 400;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical; }
  section .scc_proy_sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    section .scc_proy_sec .img_sec_proy {
      display: block;
      position: relative;
      background-color: #000;
      text-align: center;
      width: 33.3333%;
      height: 52vh;
      overflow: hidden; }
      section .scc_proy_sec .img_sec_proy h3 {
        font-size: 2vw;
        font-weight: 700;
        line-height: 140%;
        color: #fff;
        position: absolute;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        transition: opacity 0.4s; }
      section .scc_proy_sec .img_sec_proy .centrar_imagen {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        object-fit: cover;
        display: block;
        max-height: 52vh; }
        section .scc_proy_sec .img_sec_proy .centrar_imagen img {
          min-width: 100%;
          object-fit: cover;
          max-height: 52vh;
          transition: transform 0.4s, opacity 0.4s; }
      section .scc_proy_sec .img_sec_proy:hover h3 {
        opacity: 1; }
      section .scc_proy_sec .img_sec_proy:hover img {
        transform: scale(1.05);
        opacity: 0.5; }
  section .clientes_apollo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1.5% 10%;
    height: 52vh;
    text-align: center; }
    section .clientes_apollo h2 {
      font-size: 1.6vw;
      font-weight: 700;
      width: 100%;
      margin: 0; }
    section .clientes_apollo .logos_clientes {
      width: 20%; }
      section .clientes_apollo .logos_clientes img {
        width: 50%;
        aspect-ratio: 2;
        object-fit: contain; }

section .pagina_proyecto_apollo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.333%;
    color: #fff; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav {
      height: 100vh;
      width: 0;
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      background-color: #fff;
      overflow-x: hidden;
      transition: 0.2s ease-in-out;
      display: flex;
      flex-wrap: wrap;
      flex-flow: column; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav .boton_responsive_portrait {
        display: none; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a {
        display: inline-block;
        color: #000;
        font-size: 1vw;
        font-weight: 700;
        padding: 1.1% 10%;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
        section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a i {
          font-weight: 800;
          padding: 4.4% 0;
          font-size: 2.4vw; }
        section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a:hover {
          background-color: #ccc; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav .closebtn {
        background-color: #fff !important; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav .proy_seleccionado {
        background-color: #000 !important;
        color: #fff !important;
        cursor: default; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav {
      cursor: pointer;
      display: block;
      width: 80%;
      margin: 5% auto; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav i {
        font-size: 2.1vw; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .boton_responsive_portrait {
      display: none; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto h2 {
      width: 80%;
      margin: 6% auto;
      font-size: 3vw;
      font-weight: 700;
      line-height: 1.2; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .texto_servicios {
      margin: 2.5% auto;
      font-size: 1.15vw;
      font-weight: 500; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto p {
      width: 80%;
      margin: 0 auto;
      font-size: 1vw;
      font-weight: 300;
      line-height: 160%; }
  section .pagina_proyecto_apollo .imgs_pagina_proyecto {
    width: 66.666%;
    margin-left: 33.333%;
    background-color: #fff;
    padding-bottom: 2.5%; }
    section .pagina_proyecto_apollo .imgs_pagina_proyecto img {
      width: 90%;
      margin: 2.5% 5%;
      aspect-ratio: 3/2;
      object-fit: cover; }

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 20vh;
  background-color: #000;
  background-image: url(../img/fondo_esquina.png);
  background-size: 12% !important;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5; }
  footer .foot_apollo {
    padding: 1.5% 15% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    align-content: center;
    color: white; }
    footer .foot_apollo .img_logo_foot {
      width: 12%; }
      footer .foot_apollo .img_logo_foot img {
        width: 100%; }
    footer .foot_apollo .texto_foot {
      font-size: 0.7vw; }
      footer .foot_apollo .texto_foot p {
        margin-bottom: 0.6vh; }
      footer .foot_apollo .texto_foot a {
        display: inline-block;
        margin-bottom: 1.4vh;
        color: #fff; }
      footer .foot_apollo .texto_foot i {
        margin-right: 1vw;
        font-size: 1.4vw; }

@media (max-aspect-ratio: 19 / 10) {
  section .portada_apollo {
    background-position-x: -8.5rem; }
    section .portada_apollo .texto_portada {
      margin-left: 55vw; } }

@media (max-aspect-ratio: 3 / 2) {
  section .portada_apollo {
    background-position-x: 0rem;
    background-image: url(../img/portada_apollo_vertical.png); }
    section .portada_apollo .texto_portada {
      margin-left: 47.5vw; }
      section .portada_apollo .texto_portada h2 {
        font-size: 4.5vw;
        margin-bottom: 15vh; }
      section .portada_apollo .texto_portada p {
        font-size: 2vw;
        padding-right: 12vw;
        margin: 0; }
  section .presentacion_apollo {
    height: 42vh;
    gap: 0.75rem; }
    section .presentacion_apollo .texto_imgs_pres {
      padding: 5%; }
      section .presentacion_apollo .texto_imgs_pres .autor_texto_pres {
        font-size: 1.15vw; }
  section .texto_presentacion_apollo h2 {
    font-size: 3.2vw; }
  section .texto_presentacion_apollo p {
    font-size: 1.6vw; }
  section .text_prin_proy .link_proy_apollo h2 {
    margin-bottom: 4vh; }
  section .scc_proy_sec .img_sec_proy h3 {
    font-size: 2.6vw;
    line-height: 150%; }
  section .clientes_apollo {
    height: 42vh; }
    section .clientes_apollo h2 {
      font-size: 2vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a {
    font-size: 1.33vw; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a i {
      font-size: 2.6vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav i {
    font-size: 2.4vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .texto_servicios {
    margin: 3% auto;
    font-size: 1.3vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto h2 {
    font-size: 3.2vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto p {
    font-size: 1.2vw; }
  footer {
    height: 13vh; }
    footer .texto_foot {
      font-size: 0.8vw !important; }
      footer .texto_foot p {
        margin-bottom: 0.4vh; }
      footer .texto_foot a {
        margin-bottom: 1vh !important; }
      footer .texto_foot i {
        margin-right: 1vw !important;
        font-size: 1.2vw !important; } }

@media (max-aspect-ratio: 5 / 4) {
  section .portada_apollo .texto_portada {
    top: 45%;
    margin-left: 50vw; }
    section .portada_apollo .texto_portada h2 {
      font-size: 5vw;
      margin-bottom: 17vh; }
    section .portada_apollo .texto_portada p {
      font-size: 2.5vw;
      padding-right: 10vw; }
  section .presentacion_apollo {
    height: 36vh;
    gap: 0.5rem; }
    section .presentacion_apollo .texto_imgs_pres .autor_texto_pres {
      font-size: 1.3vw; }
  section .texto_presentacion_apollo h2 {
    font-size: 3.6vw; }
  section .texto_presentacion_apollo p {
    font-size: 1.8vw; }
  section .text_prin_proy .link_proy_apollo h2 {
    margin-bottom: 2vh; }
  section .scc_proy_sec .img_sec_proy h3 {
    font-size: 3vw;
    line-height: 150%; }
  section .clientes_apollo h2 {
    font-size: 2.4vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a {
    font-size: 1.5vw; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a i {
      font-size: 2.8vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav i {
    font-size: 2.6vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .texto_servicios {
    margin: 5% auto;
    font-size: 1.5vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto h2 {
    font-size: 3.4vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto p {
    font-size: 1.4vw; }
  footer {
    height: 13vh; }
    footer .texto_foot {
      font-size: 1vw !important; }
      footer .texto_foot p {
        margin-bottom: 0.6vh !important; }
      footer .texto_foot a {
        margin-bottom: 1.2vh !important; }
      footer .texto_foot i {
        margin-right: 0.8vw;
        font-size: 1.4vw !important; } }

@media (max-aspect-ratio: 1) {
  section .portada_apollo {
    background-position-y: -2rem;
    background-image: url(../img/portada_apollo_horizontal.png); }
    section .portada_apollo .texto_portada {
      top: 70%;
      margin: 0 10vw; }
      section .portada_apollo .texto_portada h2 {
        font-size: 5vh;
        margin-bottom: 5vh;
        padding-right: 20vw; }
      section .portada_apollo .texto_portada p {
        font-size: 3vw;
        padding-right: 0; }
  section .presentacion_apollo {
    height: 32vh; }
    section .presentacion_apollo .texto_imgs_pres {
      padding: 8% 5%; }
  section .texto_presentacion_apollo h2 {
    font-size: 3.5vw; }
  section .texto_presentacion_apollo p {
    font-size: 2vw; }
  section .text_prin_proy .link_proy_apollo h2 {
    margin-bottom: 4vh; }
  section .text_prin_proy .link_proy_apollo p {
    font-size: 1.6vh; }
  section .scc_proy_sec .img_sec_proy {
    height: 38vh; }
    section .scc_proy_sec .img_sec_proy .centrar_imagen img {
      max-height: 38vh; }
  section .clientes_apollo {
    height: 36vh; }
    section .clientes_apollo h2 {
      font-size: 2.2vw; }
    section .clientes_apollo .logos_clientes img {
      width: 65%; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a {
    font-size: 1.65vw; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a i {
      font-size: 3vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav i {
    font-size: 2.8vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto .texto_servicios {
    margin: 7.5% auto;
    font-size: 1.7vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto h2 {
    font-size: 3.6vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto p {
    font-size: 1.5vw;
    font-weight: 400; }
  footer {
    height: 13vh; }
    footer .texto_foot {
      font-size: 1.2vw !important; }
      footer .texto_foot p {
        margin-bottom: 0.2vh !important; }
      footer .texto_foot a {
        margin-bottom: 0.5vh !important; }
      footer .texto_foot i {
        font-size: 1.6vw !important; } }

@media (min-aspect-ratio: 4 / 5) {
  .prin_proy_landscape {
    display: flex; }
  .prin_proy_portrait {
    display: none !important; } }

@media (max-aspect-ratio: 4 / 5) {
  .prin_proy_landscape {
    display: none; }
  .prin_proy_portrait {
    display: flex !important; }
  section .portada_apollo {
    background-position-y: 0; }
    section .portada_apollo .texto_portada {
      top: 72%; }
      section .portada_apollo .texto_portada h2 {
        font-size: 5.4vh;
        margin-bottom: 4vh;
        padding-right: 6vw; }
      section .portada_apollo .texto_portada p {
        font-size: 2.5vh;
        padding-right: 0; }
  section .presentacion_apollo {
    border-top: 0.75rem solid #fff;
    height: 32vh;
    gap: 0.35rem; }
    section .presentacion_apollo .imagenes_presentacion_apollo {
      height: 100%; }
      section .presentacion_apollo .imagenes_presentacion_apollo img {
        min-height: 87%; }
    section .presentacion_apollo .texto_imgs_pres {
      height: 13%;
      padding: 10% 5%; }
      section .presentacion_apollo .texto_imgs_pres span {
        display: none; }
      section .presentacion_apollo .texto_imgs_pres .autor_texto_pres {
        display: inline-block !important;
        font-size: 0.9vh; }
  section .texto_presentacion_apollo h2 {
    font-size: 2.8vh;
    margin-bottom: 1.8vh; }
  section .texto_presentacion_apollo p {
    font-size: 1.6vh; }
  section .img_prin_proy {
    width: 100%;
    border-top: 1rem solid #fff; }
  section .text_prin_proy {
    width: 100%;
    border-bottom: 0.5rem solid #fff; }
    section .text_prin_proy .link_proy_apollo {
      padding: 7.5% 5%;
      width: 100%; }
      section .text_prin_proy .link_proy_apollo h2 {
        width: 100%;
        font-size: 4.2vh;
        margin: 0;
        line-height: 120%; }
      section .text_prin_proy .link_proy_apollo p {
        display: none; }
  section .scc_proy_sec {
    padding: 0.3rem;
    background-color: #fff; }
    section .scc_proy_sec .img_sec_proy {
      border: 0.3rem solid #fff;
      width: 50%;
      height: 33vh; }
      section .scc_proy_sec .img_sec_proy .centrar_imagen img {
        max-height: 33vh; }
  section .clientes_apollo {
    height: 52vh; }
    section .clientes_apollo h2 {
      font-size: 2.4vh; }
    section .clientes_apollo .logos_clientes {
      width: 25%; }
      section .clientes_apollo .logos_clientes img {
        width: 70%; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto {
    position: static;
    width: 100%; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav {
      height: 0;
      width: 100%; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav .boton_responsive_landscape {
        display: none; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav .boton_responsive_portrait {
        display: inline-block; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav .closebtn {
        text-align: right;
        padding: 2.4% 4.6%; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a {
        font-size: 2vh;
        padding: 1% 5%; }
        section .pagina_proyecto_apollo .texto_pagina_proyecto .sidenav a i {
          padding: 0;
          font-size: 4vh; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav {
      text-align: right;
      margin: 0;
      position: fixed;
      display: inline-block;
      background-color: #000;
      width: 100%;
      z-index: -1; }
      section .pagina_proyecto_apollo .texto_pagina_proyecto .open_sidenav i {
        z-index: 2;
        font-size: 2.8vh;
        margin: 3% 5%; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .boton_responsive_landscape {
      display: none; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .boton_responsive_portrait {
      display: inline-block; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto h2 {
      margin: 12.5% auto 3%;
      font-size: 4vh; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto .texto_servicios {
      margin: 2% auto;
      font-size: 1.8vh; }
    section .pagina_proyecto_apollo .texto_pagina_proyecto p {
      font-size: 1.3vh;
      margin-bottom: 10%; }
  section .pagina_proyecto_apollo .imgs_pagina_proyecto {
    margin: 0;
    padding: 2.5% 0;
    width: 100%;
    text-align: center; }
    section .pagina_proyecto_apollo .imgs_pagina_proyecto img {
      width: 95%;
      margin: 2.5% 0; }
  footer {
    height: 20vh;
    background-size: 30% !important;
    background-position: right bottom; }
    footer .foot_apollo {
      padding: 4% 10%; }
      footer .foot_apollo .img_logo_foot {
        width: 18%; }
      footer .foot_apollo .texto_foot {
        font-size: 1.2vh !important; }
        footer .foot_apollo .texto_foot p {
          margin-bottom: 0.1vh !important; }
        footer .foot_apollo .texto_foot a {
          margin-bottom: 0.5vh !important; }
        footer .foot_apollo .texto_foot i {
          font-size: 1.8vh !important; } }

@media (max-aspect-ratio: 5 / 7) {
  section .portada_apollo .texto_portada {
    top: 66%;
    margin: 0 5vw; }
    section .portada_apollo .texto_portada h2 {
      font-size: 5.5vh;
      margin-bottom: 3.5vh;
      padding-right: 12vw; }
    section .portada_apollo .texto_portada p {
      font-size: 2.5vh;
      padding-right: 0; }
  section .presentacion_apollo {
    height: 26vh; }
    section .presentacion_apollo .texto_imgs_pres .autor_texto_pres {
      font-size: 0.8vh; }
  section .texto_presentacion_apollo h2 {
    font-size: 2.3vh;
    margin-bottom: 1.2vh; }
  section .texto_presentacion_apollo p {
    font-size: 1.4vh; }
  section .text_prin_proy .link_proy_apollo h2 {
    font-size: 3.4vh; }
  section .scc_proy_sec .img_sec_proy h3 {
    font-size: 2.65vh; }
  section .clientes_apollo {
    padding: 3% 0; }
    section .clientes_apollo h2 {
      font-size: 2.4vh; }
  footer {
    height: 26vh;
    background-size: 40% !important; }
    footer .foot_apollo {
      padding: 4% 5%; }
      footer .foot_apollo .img_logo_foot {
        width: 20%; }
      footer .foot_apollo .texto_foot {
        font-size: 1.3vh !important; }
        footer .foot_apollo .texto_foot i {
          font-size: 2vh !important; } }

@media (max-aspect-ratio: 4 / 7) {
  section .portada_apollo .texto_portada {
    top: 63%; }
    section .portada_apollo .texto_portada h2 {
      font-size: 10.5vw;
      margin-bottom: 6vh;
      padding-right: 5vw; }
    section .portada_apollo .texto_portada p {
      font-size: 5vw; }
  section .presentacion_apollo .texto.imgs.pres .autor_texto_pres {
    font-size: 0.7vh; }
  section .texto_presentacion_apollo h2 {
    font-size: 4.8vw;
    margin-bottom: 1vh; }
  section .texto_presentacion_apollo p {
    font-size: 2.4vw;
    margin: 0; }
  section .img_prin_proy {
    width: 100%; }
  section .text_prin_proy .link_proy_apollo {
    padding: 6% 4%; }
    section .text_prin_proy .link_proy_apollo h2 {
      font-size: 2.6vh; }
  section .scc_proy_sec .img_sec_proy {
    height: 20vh; }
    section .scc_proy_sec .img_sec_proy .centrar_imagen img {
      max-height: 20vh; }
    section .scc_proy_sec .img_sec_proy h3 {
      font-size: 4vw; }
  section .clientes_apollo {
    padding: 7% 0; }
    section .clientes_apollo h2 {
      font-size: 5vw; }
  section .pagina_proyecto_apollo .texto_pagina_proyecto h2 {
    margin: 12% auto 3%;
    font-size: 3.5vh; }
  section .pagina_proyecto_apollo .imgs_pagina_proyecto {
    padding: 0; }
    section .pagina_proyecto_apollo .imgs_pagina_proyecto img {
      width: 100%;
      margin: 3% 0; }
  footer {
    background-size: 60% !important; }
    footer .foot_apollo {
      padding: 5%; }
      footer .foot_apollo .img_logo_foot {
        width: 20%; }
      footer .foot_apollo .texto_foot {
        font-size: 2.2vw !important; }
        footer .foot_apollo .texto_foot i {
          font-size: 4vw !important; } }
