html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=reset.css.map */
.keen-slider {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.keen-slider,
.keen-slider__slide {
  overflow: hidden;
  position: relative;
}

.keen-slider__slide {
  width: 100%;
  min-height: 100%;
}

.keen-slider[data-keen-slider-v] {
  flex-wrap: wrap;
}

.keen-slider[data-keen-slider-v] .keen-slider__slide {
  width: 100%;
}

.keen-slider[data-keen-slider-moves] * {
  pointer-events: none;
}

/*# sourceMappingURL=keen-slider.min.css.map */
@font-face {
  font-family: "gotham";
  src: url("fonts/gotham.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din_m";
  src: url("fonts/din_m.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din_l";
  src: url("fonts/din_l.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: din_m, Arial, Helvetica;
}

h1,
h2,
p,
ul {
  padding-bottom: 10px;
}

h1 {
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0em;
  color: #043e60;
}

h2 {
  font-size: 18px;
  line-height: 24px;
  color: #043e60;
  text-align: left;
  font-family: "din_m";
  font-weight: 300;
}

.slide_text h1 {
  color: white;
  font-size: 44px;
  line-height: 1em;
  text-shadow: 1px 1px #000;
  letter-spacing: 1.1px;
}
.slide_text h2 {
  color: white;
  font-size: 30px;
  text-shadow: 1px 1px #000;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p,
a {
  font-size: 16px;
}

.menu_links {
  font-family: "gotham", Arial, Helvetica;
  font-weight: bold;
}

body {
  overflow-x: hidden;
}
body h6 {
  text-transform: uppercase;
}
body a {
  text-decoration: none;
  color: inherit;
}
body .button {
  text-transform: uppercase;
  padding: 20px 40px;
  font-family: gotham;
  font-weight: bold;
  display: inline-block;
}
body .button--azul {
  background: #043e60;
  color: white;
}
body .button--azul:hover {
  background: #ebb30d;
  color: white;
}
body .button--azul2 {
  background: #043e60;
  color: white;
}
body .button--azul2:hover {
  background: #75aadb;
  color: white;
}
body .button--amarillo {
  background: #ebb30d;
  color: white;
}
body .button--amarillo:hover {
  background: #043e60;
  color: white;
}
body .canvas .top_menu {
  position: fixed;
  z-index: 1000;
  padding: 10px;
  display: grid;
  grid-template-columns: auto minmax(auto, 1000px) 80px;
  height: 149px;
  background: rgba(255, 255, 255, 0.9);
  width: 100vw;
}
body .canvas .top_menu .logo {
  display: flex;
  align-items: center;
}
body .canvas .top_menu .logo picture img {
  width: 80%;
  margin: 0 20px;
  max-height: 100px;
}
body .canvas .top_menu .menu_links {
  display: inline-grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 5px;
  color: #043e60;
}
body .canvas .top_menu .menu_links .menu_link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
body .canvas .top_menu .menu_links .menu_link:hover {
  color: #ebb30d;
}
body .canvas .top_menu .hamburguer {
  background: url("../img/menu.svg");
  background-repeat: no-repeat;
  background-position: 50% 47%;
  background-size: 30px;
  cursor: pointer;
}
body .canvas .top_menu #side_menu {
  z-index: 99;
  width: 80vw;
  max-width: 280px;
  height: 100%;
  background: #f4f4f4;
  position: fixed;
  top: 0;
  right: -280px;
  transition: right 0.3s linear;
  overflow-y: scroll;
  overflow-x: hidden;
}
body .canvas .top_menu #side_menu .close {
  padding: 20px;
  cursor: pointer;
  color: #ebb30d;
  font-weight: 700;
}
body .canvas .top_menu #side_menu .close img {
  width: 26px;
}
body .canvas .top_menu #side_menu .close img:hover {
  filter: brightness(110%);
}
body .canvas .top_menu #side_menu .side_links {
  display: grid;
  padding: 20px 0;
  text-transform: uppercase;
  border-top: 1px #ebb30d solid;
  margin: 0 20px;
}
body .canvas .top_menu #side_menu .side_links .side_link {
  padding-bottom: 20px;
}
body .canvas .top_menu #side_menu .side_links .side_link:hover {
  color: #ebb30d;
}
body .canvas .top_menu #side_menu.move {
  right: 0;
}
body .canvas .services {
  padding-bottom: 40px;
  text-align: center;
}
body .canvas .services h1 {
  font-size: 35px;
  font-family: din_m;
  padding: 40px 10px 10px 10px;
}
body .canvas .services h2 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 10px 10px 40px 10px;
  font-family: din_l;
}
body .canvas .services .volver {
  display: inline-block;
  padding: 4px 20px 40px 45px;
  text-transform: uppercase;
  background: url("../img/back.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 24px;
}
body .canvas .services .volver:hover {
  color: gray;
}
body .canvas .services .volver.hidden {
  display: none;
}
body .canvas .contacto .button_holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
body .canvas .contacto .button_holder .button {
  font-size: 22px;
}
body .canvas .main_content {
  padding-top: 150px;
  background: white;
  overflow-x: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body .canvas .main_content #main_video {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 767px) {
  body .canvas .main_content #main_video {
    max-height: calc(100vh - 150px);
  }
}
body .canvas .main_content .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}
body .canvas .main_content .dots .dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #75aadb;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}
body .canvas .main_content .dots .dot:focus {
  outline: none;
}
body .canvas .main_content .dots .dot:hover {
  background: #ebb30d;
}
body .canvas .main_content .dots .dot--active {
  background: #043e60;
}
body .canvas .main_content .project_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
body .canvas .main_content .project_container .project_category {
  box-shadow: 4px 2px 15px -3px rgba(187, 186, 186, 0.8);
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 10px;
  width: 100%;
  display: none;
  padding: 20px;
  margin-bottom: 40px;
}
body .canvas .main_content .project_container .project_category .category {
  grid-column: 1/3;
  color: #ebb30d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 30px;
  background: #043e60;
}
body .canvas .main_content .project_container .project_category .project {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  overflow: hidden;
}
body .canvas .main_content .project_container .project_category .project a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 0.5s;
}
body .canvas .main_content .project_container .project_category .project a h4 {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
body .canvas .main_content .project_container .project_category #l1 {
  background: url("../img/projects/a1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l2 {
  background: url("../img/projects/b1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l3 {
  background: url("../img/projects/c2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l4 {
  background: url("../img/projects/g2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l5 {
  background: url("../img/projects/pozo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l6 {
  background: url("../img/new-images/garaje.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l7 {
  background: url("../img/new-images/quimica.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l8 {
  background: url("https://algin.es/wp-content/uploads/2023/12/modelo-3d-reforma-casa-bueres.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l9 {
  background: url("https://algin.es/wp-content/uploads/2023/12/modelo-3d-reforma-casa-gijon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #l10 {
  background: url("https://algin.es/wp-content/uploads/2023/12/modelo-3d-parking.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #bustiello {
  background: url("https://algin.es/wp-content/themes/luanco/img/projects/final/escaneado-3d-iglesia-bic-bustiello.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #cangas {
  background: url("https://algin.es/wp-content/themes/luanco/img/projects/final/escaneado-3d-iglesia-bic-cangas-de-narcea.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #b1 {
  background: url("https://algin.es/wp-content/uploads/2023/12/cad-to-bim-chalet-la-presa-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #d1 {
  background: url("../img/projects/e1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #d2 {
  background: url("../img/projects/f1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #t1 {
  background: url("../img/projects/n1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #t2 {
  background: url("../img/projects/j1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #t3 {
  background: url("https://algin.es/wp-content/uploads/2023/12/encaje-y-replanteo-de-chalet-en-silva-villaviciosa.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #t4 {
  background: url("https://algin.es/wp-content/uploads/2023/12/encaje-y-replanteo-acceso-central-termica-lada.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #t5 {
  background: url("https://algin.es/wp-content/uploads/2025/02/MEDICION-TOPOGRAFICA-ESCALAS-SALMONERAS.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #te1 {
  background: url("../img/projects/te1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #te2 {
  background: url("../img/projects/te2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #te3 {
  background: url("../img/projects/te3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #te4 {
  background: url("../img/projects/te4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #te5 {
  background: url("../img/projects/lugo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #coto {
  background: url("https://algin.es/wp-content/themes/luanco/img/projects/final/taquimetrico-unidad-aua081-pgo-de-gijon-el-coto.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #quiros {
  background: url("https://algin.es/wp-content/themes/luanco/img/projects/final/medicion-de-movimiento-de-tierras-en-mina-quiros.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c1 {
  background: url("../img/projects/c1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c2 {
  background: url("../img/projects/c2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c3 {
  background: url("../img/projects/c3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c4 {
  background: url("https://algin.es/wp-content/uploads/2023/12/taquimetrico-y-parcelacion-finca-en-la-pedrera.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c5 {
  background: url("https://algin.es/wp-content/uploads/2023/12/taquimetrico-y-parcelacion-finca-en-tueya.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c6 {
  background: url("https://algin.es/wp-content/uploads/2023/12/taquimetrico-y-deslinde-de-finca-en-laspara-siero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c7 {
  background: url("https://algin.es/wp-content/uploads/2025/02/AMOJONAMIENTO-DE-CONCENTRACION-PARCELARIA-DE-PIEDRAFITA-JALON.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #c8 {
  background: url("https://algin.es/wp-content/uploads/2025/02/CARTOGRAFIA-DE-CONCENTRACION-PARCELARIA-EN-FONTORIA.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #g1 {
  background: url("../img/projects/g1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .canvas .main_content .project_container .project_category #g2 {
  background: url("../img/projects/g2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body
  .canvas
  .main_content
  .project_container
  .project_category
  #industrial-aviles {
  background: url("https://algin.es/wp-content/uploads/2025/01/escaneo-3d-planta-industrial-aviles.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body .canvas .main_content .project_container .project_category #presa-ricabo {
  background: url("https://algin.es/wp-content/uploads/2025/01/escaneo-3d-presa-central-hidroelectrica-santa-marina-rio-ricabo-2-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body
  .canvas
  .main_content
  .project_container
  .project_category
  #nave-industrial {
  background: url("https://algin.es/wp-content/uploads/2025/01/modelo-3d-nave-industrial-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body
  .canvas
  .main_content
  .project_container
  .project_category
  #industrial-riano {
  background: url("https://algin.es/wp-content/uploads/2025/01/escaneo-3d-planta-industrial-riano.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body .canvas .main_content .project_container .project_category #presa-lindes {
  background: url("https://algin.es/wp-content/uploads/2025/01/escaneo-3d-presa-central-hidroelectrica-santa-marina-rio-lindes-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body
  .canvas
  .main_content
  .project_container
  .project_category
  .project:hover
  > a {
  transform: scale(1.1);
}
body .canvas .main_content .project_container .project_category.active {
  display: grid;
}
body .canvas .main_content .carrousel {
  z-index: 9;
  /* max-width: 1066px; */
  margin: 0 auto;
}
body .canvas .main_content .carrousel .slide {
  width: 100%;
  display: grid;
  grid-template-columns: 20px auto 20px;
  grid-template-rows: 20px auto 20px;
  min-height: 400px;
}
body .canvas .main_content .carrousel .slide .slide_text {
  grid-column-start: 2;
  grid-row-start: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: rgba(235, 179, 13, 0.8);
  color: #fff;
  transition: 0.5s all;
  padding: 40px;
}
body .canvas .main_content .carrousel .slide .slide_text h1 {
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}
body .canvas .main_content .carrousel .slide .slide_text .button--azul2 {
  margin-top: 40px;
}
body .canvas .main_content .carrousel .slide .slide_text:hover {
  background: #ebb30d;
  cursor: pointer;
}
h2.clientes {
  font-size: 42px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  h2.clientes {
    font-size: 24px;
  }
}

#carrousel-clientes {
  margin: 48px 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(7, 1fr);
}

#carrousel-clientes .client {
  display: flex;
  justify-content: center;
}

#carrousel-clientes .client img {
  max-height: 107px;
}

@media (max-width: 767px) {
  #carrousel-clientes {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #carrousel-clientes {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 20px;
    gap: 20px;
  }
}

body .canvas .main_content .carrousel .slide-1 {
  background: url("../img/new-images/image-uno.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .canvas .main_content .carrousel .slide-2 {
  background: url("../img/new-images/topografia_drones.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
body .canvas .main_content .carrousel .slide-3 {
  background: url("https://algin.es/wp-content/uploads/2021/09/p1-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .canvas .main_content .carrousel .slide-4 {
  background: url("https://algin.es/wp-content/uploads/2021/10/Prueba.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .canvas .main_content .carrousel .slide-5 {
  background: url("../img/new-images/img-130-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .canvas .main_content .boxes_homepage {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(1, 150px);
}
body .canvas .main_content .boxes_services {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, 250px);
}
body .canvas .main_content .boxes {
  padding: 10px;
  display: grid;
  grid-gap: 10px;
  background: white;
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0; */
}
body .canvas .main_content .boxes .box {
  display: flex;
}
body .canvas .main_content .boxes .ventana {
  display: flex;
  align-items: flex-end;
  position: relative;
}
body .canvas .main_content .boxes .ventana .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  padding: 0 40px;
  text-transform: uppercase;
  width: 100%;
  height: 50%;
  background: rgba(235, 179, 13, 0.8) url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  color: #fff;
  transition: 0.5s all;
}
body .canvas .main_content .boxes .ventana a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body .canvas .main_content .boxes .ventana:hover > .text {
  background: #ebb30d url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}
body .canvas .main_content .boxes .ventana_1 {
  background: url("https://algin.es/wp-content/uploads/2021/09/a2.png");
}
body .canvas .main_content .boxes .ventana_2 {
  background: url("https://algin.es/wp-content/uploads/2021/09/b3.png");
}
body .canvas .main_content .boxes .ventana_3 {
  background: url("https://algin.es/wp-content/uploads/2021/09/g1.png");
}
body .canvas .main_content .boxes .ventana_scaner {
  background: url("../img/new-images/image-uno.jpg");
}
body .canvas .main_content .boxes .ventana_dron {
  background: url("../img/new-images/topografia_drones.jpg");
}
body .canvas .main_content .boxes .ventana_edificacion {
  background: url("https://algin.es/wp-content/uploads/2023/11/bim2-scaled.jpg");
}
body .canvas .main_content .boxes .ventana_civil {
  background: url("../img/new-images/image_10.jpg");
}
body .canvas .main_content .boxes .ventana_catastro {
  background: url("https://algin.es/wp-content/uploads/2021/10/Prueba.png");
}
body .canvas .main_content .boxes .ventana_asistencia {
  background: url("../img/new-images/img-130-min.jpg");
}
body .canvas .main_content .boxes .ventana_1,
body .canvas .main_content .boxes .ventana_2,
body .canvas .main_content .boxes .ventana_3,
body .canvas .main_content .boxes .ventana_scaner,
body .canvas .main_content .boxes .ventana_dron,
body .canvas .main_content .boxes .ventana_edificacion,
body .canvas .main_content .boxes .ventana_civil,
body .canvas .main_content .boxes .ventana_catastro,
body .canvas .main_content .boxes .ventana_asistencia {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .canvas .main_content .boxes .gris {
  background: #f7f5f5;
  position: relative;
}
body .canvas .main_content .boxes .gris a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body .canvas .main_content .boxes .gris:hover {
  background: rgba(235, 179, 13, 0.2);
}
body .canvas .main_content .boxes .gris:hover,
body .canvas .main_content .boxes .gris_texto {
  background: rgba(235, 179, 13, 0.9) url("../img/next_azul.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}
body .canvas .main_content .boxes .gris_vacio {
  display: none;
  background-color: transparent;
}
body .canvas .main_content .boxes .gris_vacio:hover {
  background: #f7f5f5;
}
body .canvas .main_content .boxes .gris_texto {
  display: grid;
  transition: 0.5s all;
  font-size: 24px;
  padding: 0 40px;
  text-transform: capitalize;
  background: #f7f5f5 url("../img/next_amarillo.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}
body .canvas .main_content .boxes .gris_texto .tag {
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  margin-bottom: 5px;
}
body .canvas .main_content .boxes .gris_texto .main_text {
  color: #043e60;
  font-family: "din_m";
  letter-spacing: 0.5px;
  font-size: 26px;
  font-weight: 300;
  text-transform: initial;
}
body .canvas .main_content .boxes.hidden {
  display: none;
}
body .canvas .main_content .top_image img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
body .canvas .main_content .texto,
body .canvas .main_content .sidebar_equipo {
  padding: 40px 40px 40px 20px;
  font-size: 15px;
  font-family: din_l;
}
body .canvas .main_content .texto h1 {
  font-family: din_m;
}
body .canvas .main_content .texto h1:first-of-type,
body .canvas .main_content .texto h2:first-of-type {
  border-left: 2px solid #ebb30d;
}
body .canvas .main_content .texto h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}
body .canvas .main_content .texto h3 {
  color: #043e60;
  margin-bottom: 5px;
}
body .canvas .main_content .texto h1,
body .canvas .main_content .texto h2,
body .canvas .main_content .texto h3,
body .canvas .main_content .texto p,
body .canvas .main_content .texto ul {
  padding-left: 20px;
}
body .canvas .main_content .texto ul {
  margin-bottom: 30px;
}
body .canvas .main_content .texto ul li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.5em;
}
body .canvas .main_content .sidebar_equipo h3 {
  color: #043e60;
  text-transform: capitalize;
  padding-left: 10px;
}
body .canvas .main_content .sidebar_equipo .member {
  padding: 20px 10px;
}
body .canvas .main_content .sidebar_equipo .member a:hover {
  color: #043e60;
  text-decoration: underline;
}
body .canvas .main_content .sidebar_equipo .link_category {
  grid-row: 4;
  margin: 20px 10px;
  min-height: 200px;
  background: #043e60;
  color: #ebb30d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 40px 10px 10px 10px;
  text-align: center;
}
body .canvas .main_content .sidebar_equipo .link_category:before {
  content: "todos nuestros proyectos";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #75aadb;
  color: #043e60;
}
body .canvas .main_content .sidebar_equipo .link_category:hover {
  background: #ebb30d;
  color: #043e60;
}
body .canvas .main_content .sidebar_equipo .link_category_servicios {
  grid-row: 4;
  margin: 20px 10px;
  min-height: 200px;
  background: #043e60;
  color: #ebb30d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 40px 10px 10px 10px;
  text-align: center;
}
body .canvas .main_content .sidebar_equipo .link_category_servicios:before {
  content: "conoce todos nuestros";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #75aadb;
  color: #043e60;
}
body .canvas .main_content .sidebar_equipo .link_category_servicios:hover {
  background: #ebb30d;
  color: #043e60;
}
body .canvas .footer {
  background: #043e60;
  padding: 60px 0;
  margin-bottom: 125px;
}
body .canvas .footer .footer_content {
  padding: 10px;
  color: white;
}
body .canvas .footer .footer_content .footer_logo {
  display: flex;
  justify-content: center;
}
body .canvas .footer .footer_content .footer_logo img {
  width: 133px;
  margin: 10px;
}
body .canvas .footer .footer_content .footer_links {
  text-transform: capitalize;
}
body .canvas .footer .footer_content .footer_links .footer_link {
  display: block;
  width: 100%;
  padding: 10px;
}
body .canvas .footer .footer_content .footer_links .footer_link:hover {
  color: #ebb30d;
}
body .canvas .footer .footer_content .footer_links .footer_link:first-child {
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px rgba(244, 244, 244, 0.5) solid;
}
body .canvas .footer .footer_content .footer_social {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .canvas .footer .footer_content .footer_social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.entry-content {
  padding: 20px;
  margin-bottom: 40px;
  padding-top: 50px;
}
.entry-content h2 {
  font-size: 28px;
  text-transform: capitalize;
  padding-left: 20px;
}
.entry-content #contactForm {
  padding-left: 20px;
}
.entry-content #contactForm label {
  width: 100%;
  color: #043e60;
  font-size: 20px;
  display: block;
  margin-top: 20px;
  padding-bottom: 5px;
}
.entry-content #contactForm input {
  width: 100%;
  max-width: 300px;
}
.entry-content #contactForm textarea {
  width: 100%;
  max-width: 400px;
  min-height: 200px;
}
.entry-content #contactForm #submit-button {
  margin-top: 40px;
  border: 0;
  cursor: pointer;
  font-family: "gotham";
  font-size: 20px;
}
.entry-content .error {
  display: block;
  padding-top: 4px;
  color: #ed2e38;
  font-weight: 100;
}
.entry-content .error1,
.entry-content .thanks {
  padding-left: 20px;
}
.entry-content .thanks {
  font-size: 24px !important;
}

@media (min-width: 768px) {
  body .canvas .top_menu .menu_links .menu_link {
    display: inline-flex;
  }
  body .canvas .services h1 {
    font-size: 60px;
    line-height: 60px;
  }
  body .canvas .services h2 {
    font-size: 27px;
    line-height: 30px;
  }
  body .canvas .main_content .project_container .project_category {
    grid-template-columns: repeat(2, 1fr);
  }
  body .canvas .main_content .project_container .project_category .category {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  body
    .canvas
    .main_content
    .project_container
    .project_category
    .project
    a
    h4 {
    font-size: 18px;
  }
  body .canvas .main_content .carrousel .slide {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  body .canvas .main_content .carrousel .slide .slide_text {
    grid-row-start: 1;
  }
  body .canvas .main_content .carrousel .slide .slide_text h1 {
    font-size: 58px;
    letter-spacing: 1.7px;
  }
  body .canvas .main_content .boxes_homepage {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    grid-template-columns: 1fr 353px;
    grid-template-rows: repeat(1, auto);
    z-index: 999;
    background-color: transparent;
  }
  body .canvas .main_content .boxes_services {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
  body .canvas .main_content .boxes_services .ventana .text {
    height: 50%;
  }
  body .canvas .main_content .boxes .gris_vacio {
    grid-row: 1/2;
    grid-column: 1/2;
    display: block;
    opacity: 0;
  }
  body .canvas .main_content .boxes .gris_texto_1 {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  body .canvas .main_content .boxes .gris_texto_2 {
    grid-row: 1/2;
    grid-column: 2/2;
    cursor: pointer;
    border: 2px #ebb30d solid;
    padding: 10px 44px 10px 10px;
  }
  body .canvas .main_content .top_image img {
    height: 20vw;
    min-height: 100px;
    max-height: 320px;
  }
  body .canvas .main_content .texto {
    font-size: 15px;
    padding: 40px 40px 40px 120px;
  }
  body .canvas .main_content .texto h1 {
    font-size: 60px;
    line-height: 68px;
  }
  body .canvas .main_content .texto h2 {
    font-size: 24px;
    line-height: 30px;
  }
  body .canvas .main_content .sidebar_equipo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: baseline;
  }
  body .canvas .main_content .sidebar_equipo .member {
    grid-row-start: 2;
  }
  body .canvas .footer .footer_content {
    padding: 10px;
    display: grid;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 80px 300px;
  }
  body .canvas .footer .footer_content .footer_logo {
    grid-column: 4/5;
  }
  body .canvas .footer .footer_content .footer_logo img {
    width: 133px;
    margin: 10px;
  }
  body .canvas .footer .footer_content .footer_links {
    padding-right: 40px;
    grid-row-start: 2;
  }
  body .canvas .footer .footer_content .footer_links .footer_link {
    width: 100%;
    padding: 10px;
  }
  body .canvas .footer .footer_content .uno {
    grid-column-start: 1;
  }
  body .canvas .footer .footer_content .dos {
    grid-column-start: 2;
  }
  body .canvas .footer .footer_content .tres {
    grid-column-start: 3;
  }
  body .canvas .footer .footer_content .footer_social {
    grid-column-start: 4;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  body .canvas .footer .footer_content .footer_social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 10px 10px;
  }
  body .canvas .footer .footer_content .footer_social a img {
    height: 40px;
  }

  .entry-content {
    padding: 10px 40px 40px 120px;
  }
}
@media (min-width: 1000px) {
  body .canvas .contacto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  body .canvas .main_content .boxes_services {
    grid-template-columns: repeat(3, 250fr);
    grid-template-rows: repeat(3, 200px);
  }
  body .canvas .proyecto {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 1000px) 1fr 400px;
  }
  body .canvas .proyecto .top_image {
    grid-column: 1/5;
  }
  body .canvas .proyecto .texto {
    grid-column: 2/3;
  }
  body .canvas .proyecto .sidebar_equipo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column: 4/5;
  }
  body .canvas .proyecto .sidebar_equipo .member {
    grid-row-start: auto;
  }

  .entry-content {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  body .canvas .main_content .boxes {
    padding: 10px 0;
  }
  body .canvas .main_content .boxes_services {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 250px);
  }
  body .canvas .main_content .boxes_services .ventana .text {
    height: auto;
    min-height: 30%;
  }
  body .canvas .top_menu .menu_links .menu_link {
    font-size: 20px;
  }
}
.fake_a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}

.project_category2 {
  box-shadow: 4px 2px 15px -3px rgba(187, 186, 186, 0.8);
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 10px;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
}
.project_category2 .project {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  overflow: hidden;
  border: 1px blue solid;
}
.project_category2 .project h4 {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.presupuesto_box {
  grid-row: 3;
  margin: 20px 10px;
  /* min-height: 200px; */
  background: #043e60;
  color: #ebb30d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 20px;
  text-align: center;
  background: #043e60;
  cursor: pointer;
}

.presupuesto_box:hover {
  color: #043e60;
  background: #ebb30d;
}

/*# sourceMappingURL=style.css.map */
