@charset "UTF-8";
/**/
@view-transition {
  navigation: auto;
}
html:focus-within {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  padding: 0;
}

*:focus-visible {
  outline: 1px solid #3b4b57;
}

a, a:after, button, input[type=submit] {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

body {
  background-color: #ffffff;
  color: #161C2D;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

header {
  position: sticky;
  top: 0;
  transition: all 0.3s ease;
  z-index: 10;
}
header.sticky {
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
header.sticky .wrap-header {
  height: 70px;
}
header.sticky .wrap-header img.logo {
  transform: scale(0.5);
  transition: all ease 0.5s;
}
header .wrap-header {
  width: var(--fw-32);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 145px;
  transition: all 0.3s ease;
  z-index: 0;
}
header .wrap-header .logo {
  max-height: 140px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1100px) {
  header {
    background-color: #2b2b2b;
  }
  header.sticky {
    background-color: #2b2b2b;
  }
  header.sticky .wrap-header img.logo {
    max-height: 62px;
    transform: scale(1);
  }
  header .wrap-header {
    height: 70px;
    padding: 0px 16px;
  }
  header .wrap-header img.logo {
    max-height: 62px;
    transform: scale(1);
  }
}

hr {
  border: 1px solid #e7e7e7;
}

h2, h3 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: clamp(1.75rem, 1.3553rem + 1.0526vw, 2.25rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.125rem, 0.75rem + 1.5vw, 1.5rem);
  font-weight: 600;
}

ul {
  margin: 16px 20px;
}

/* Menu */
.nav-menu {
  display: none;
  transition: max-height 1s ease;
  overflow: hidden;
}

.nav-menu.visible {
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  transform: translate(40px, 0);
}
.nav-menu a {
  color: #ffffff;
  font-weight: 600;
  padding: 0px 16px;
  position: relative;
  white-space: nowrap;
}
.nav-menu a:hover, .nav-menu a.active {
  color: #ff0000;
}
.nav-menu a:hover::after, .nav-menu a.active::after {
  width: 100%;
}
.nav-menu a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #E0121A;
  left: 50%;
  translate: -50%;
  position: absolute;
}
.nav-menu a:has(img)::after {
  display: none;
}

#pull,
.btn-menu {
  display: none;
}

/* Botones */
.btn-solid {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 32px;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 8px;
}
.btn-solid:hover {
  background-color: #3b4b57;
}

.slider-home {
  min-height: 90dvh;
  margin-bottom: 0 !important;
}
.slider-home .slide {
  height: 90dvh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: start;
}
.slider-home .slide .cont-txt {
  background: rgba(0, 0, 0, 0.65);
  width: calc(100% - 32px);
  max-width: 550px;
  padding: 32px;
  color: #ffffff;
  margin: -200px 0 0 100px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.slider-home .slide .cont-txt .title {
  font-size: clamp(1.875rem, 1.5469rem + 1.75vw, 2.75rem);
  font-weight: 700;
  display: block;
  border-bottom: 3px solid #3b4b57;
}
.slider-home .slide .cont-txt .text {
  margin: 12px 0 0 0;
}
@media screen and (max-width: 768px) {
  .slider-home .slide .cont-txt {
    margin: 0 auto;
  }
}
.slider-home .slide.c-alm-greyblue .cont-txt .title {
  border-bottom: 3px solid #3b4b57;
}
.slider-home .slick-prev, .slider-home .slick-next {
  z-index: 3;
  width: 30px;
  height: 30px;
}
.slider-home .slick-prev {
  left: 25px;
}
.slider-home .slick-next {
  right: 25px;
}
.slider-home .slick-prev:before, .slider-home .slick-next:before {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .slider-home .slick-prev {
    left: 0;
  }
  .slider-home .slick-next {
    right: 0;
  }
}
.slider-home .slick-dots {
  bottom: 25px;
}
.slider-home .slick-dots li {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0 2px;
}
.slider-home .slick-dots li.slick-active button::before {
  width: 20px;
}
.slider-home .slick-dots li button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.slider-home .slick-dots li button::before {
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  border: 1px solid #ffffff;
  background: #6c6c6c;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}

#inicio {
  position: relative;
  margin-top: -145px;
  background-color: #f0f0f0;
  width: 100%;
  height: 90vh;
  background-size: cover;
}
#inicio .hero-home, #inicio .hero-interior {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  z-index: 1;
  align-items: center;
}
#inicio .hero-home .cont-txt, #inicio .hero-interior .cont-txt {
  color: white;
  z-index: 10;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#inicio .hero-home .cont-txt h2, #inicio .hero-interior .cont-txt h2 {
  font-size: clamp(1.75rem, 0.6645rem + 2.8947vw, 3.125rem);
  font-weight: 600;
}
#inicio .hero-home .cont-txt span, #inicio .hero-interior .cont-txt span {
  display: block;
  width: calc(100% - 32px);
  max-width: 550px;
}
#inicio .hero-home .cont-txt .actions, #inicio .hero-interior .cont-txt .actions {
  margin-top: 16px;
}
#inicio .hero-home:has(.home-slide), #inicio .hero-interior:has(.home-slide) {
  position: relative;
}
#inicio .hero-home:has(.home-slide) .home-slide, #inicio .hero-interior:has(.home-slide) .home-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#inicio .hero-home:has(.home-slide) .home-slide:before, #inicio .hero-interior:has(.home-slide) .home-slide:before {
  content: "";
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#inicio .hero-home:has(.home-slide) .home-slide .flick-slider, #inicio .hero-interior:has(.home-slide) .home-slide .flick-slider {
  height: 100%;
}
#inicio .hero-home:has(.home-slide) .home-slide .flick-slider .slick-slide img, #inicio .hero-interior:has(.home-slide) .home-slide .flick-slider .slick-slide img {
  height: 100%;
  width: auto !important;
  max-width: -moz-max-content;
  max-width: max-content;
}
#inicio .hero-home:has(.home-slide) .home-slide .flick-slider .slick-slide .item-slide, #inicio .hero-interior:has(.home-slide) .home-slide .flick-slider .slick-slide .item-slide {
  height: 90vh;
  background-position: bottom;
}
#inicio.interior {
  height: 70vh;
  background-image: url(../img/slide-01.webp);
}
#inicio.interior .hero-interior {
  height: 100%;
  color: #ffffff;
  justify-content: center;
}
#inicio.interior .hero-interior h2 {
  margin: 50px 0 0 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.conteo {
  width: calc(100% - 32px);
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
  padding: 50px 0;
}
.conteo .item-cont {
  display: flex;
  gap: 8px;
  align-items: center;
}
.conteo .item-cont .num {
  font-size: 48px;
  font-weight: 700;
}
.conteo .item-cont .info {
  display: block;
  font-size: 18px;
  width: 150px;
}

.home-servicios {
  width: calc(100% - 32px);
  max-width: 820px;
  margin: 50px auto;
}
.home-servicios h2 {
  text-align: center;
}
.home-servicios .subtit {
  display: block;
  width: calc(100% - 32px);
  font-size: 20px;
  text-align: center;
  max-width: 550px;
  margin: 16px auto;
}
.home-servicios .sop-serv {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .home-servicios .sop-serv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.home-servicios .sop-serv .item-serv {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.home-servicios .sop-serv .item-serv .cont-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  color: #161C2D;
}
.home-servicios .sop-serv .item-serv:hover {
  background-color: #F3F3F3;
}
.home-servicios .sop-serv .item-serv:hover img {
  transform: scale(1.05);
}
.home-servicios .sop-serv .item-serv figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 165px;
}
.home-servicios .sop-serv .item-serv figure img {
  transition: all 0.3s ease;
}

.separador {
  background-image: url(../img/separador.jpg);
  background-size: cover;
  width: 100%;
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}
.separador .cont-txt {
  width: calc(100% - 32px);
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.home-proy {
  padding: 50px 16px;
  width: 100%;
  background-color: #F3F3F3;
  text-align: center;
}
.home-proy .cont-home-proy {
  width: 100%;
  max-width: 1100px;
  margin: 32px auto;
}
.home-proy .cont-home-proy img {
  width: 100%;
}
.home-proy .cont-home-proy span {
  max-width: 550px;
}
.home-proy .cont-home-proy .list-home-proy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 50px auto;
}
.home-proy .cont-home-proy .list-home-proy .item-proy {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.home-proy .cont-home-proy .list-home-proy .item-proy span {
  font-size: clamp(0.75rem, 0.5rem + 1vw, 1rem);
  padding: 16px;
}
@media screen and (max-width: 600px) {
  .home-proy .cont-home-proy .list-home-proy {
    gap: 8px;
  }
  .home-proy .cont-home-proy .list-home-proy .item-proy {
    width: calc(50% - 4px);
  }
}

.cont-interior {
  display: block;
  width: calc(100% - 32px);
  max-width: 1300px;
  margin: 50px auto;
  overflow: hidden;
}
.cont-interior h2 {
  font-size: clamp(1.625rem, 1.25rem + 1.5vw, 2rem);
}
.cont-interior .img-der {
  float: right;
  margin: 0 0 0 64px;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.cont-interior .img-izq {
  float: right;
  margin: 0 64px 0 0;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.cont-interior .cont-mv {
  display: flex;
  width: 100%;
  padding: 50px 0;
  gap: 50px;
}
.cont-interior .cont-mv .col-mv {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  max-width: 50%;
}
.cont-interior .item-servicio {
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 48px 0;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  justify-content: space-between;
}
.cont-interior .item-servicio img {
  margin: 0;
}
@media screen and (max-width: 950px) {
  .cont-interior .item-servicio {
    flex-direction: column;
  }
  .cont-interior .item-servicio img {
    order: 1;
  }
}
.cont-interior .item-proyecto {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 0;
  border-bottom: 1px solid #e7e7e7;
}
.cont-interior .item-proyecto h3 {
  font-size: clamp(1rem, 0.5536rem + 1.1905vw, 1.125rem);
  margin: 0 0 4px 0;
}
.cont-interior .item-proyecto p {
  padding: 0;
  margin: 0;
  font-size: clamp(0.875rem, 0.4286rem + 1.1905vw, 1rem);
}
.cont-interior .item-proyecto .gal-imgs {
  margin: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cont-interior .item-proyecto .gal-imgs a img {
  padding: 0;
  margin: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.cont-interior .item-proyecto .gal-imgs a:hover img {
  box-shadow: 0px 0px 15px 0px rgba(25, 0, 255, 0.2);
  transform: translateY(-5px);
}
@media screen and (max-width: 550px) {
  .cont-interior .item-proyecto .gal-imgs {
    gap: 8px;
  }
  .cont-interior .item-proyecto .gal-imgs a {
    width: calc(50% - 4px);
  }
  .cont-interior .item-proyecto .gal-imgs a img {
    border-radius: 10px;
  }
}

footer {
  background-image: url(../img/bg-footer.png);
  background-size: cover;
  padding: 32px 0;
  color: #ffffff;
}
footer .wrap-form {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
footer .wrap-form .sop-cont {
  width: calc(100% - 32px);
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
footer .wrap-form .sop-cont .intro-cont h3 {
  font-size: clamp(1.25rem, 0.7143rem + 1.4286vw, 1.875rem);
  margin: 32px 0;
}
footer .wrap-form .sop-cont .datos-contacto {
  width: 100%;
  max-width: 400px;
}
footer .wrap-form .sop-cont .datos-contacto .secc-datos {
  margin: 32px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .wrap-form .sop-cont .datos-contacto .secc-datos .item {
  display: flex;
  gap: 8px;
  align-items: center;
}
footer .wrap-form .sop-cont form {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  color: #161C2D;
}
footer .wrap-form .sop-cont form .form-group {
  width: 100%;
  padding: 0 2px 16px 2px;
  display: block;
  clear: both;
  overflow: hidden;
}
footer .wrap-form .sop-cont form .form-group.col-50 {
  max-width: calc(50% - 8px);
  float: left;
  clear: none;
}
footer .wrap-form .sop-cont form .form-group.col-50:nth-of-type(even) {
  margin: 0 0 0 16px;
}
footer .wrap-form .sop-cont form label {
  display: block;
  float: left;
  margin: 0 0 8px 0;
}
footer .wrap-form .sop-cont form input[type=text], footer .wrap-form .sop-cont form input[type=email], footer .wrap-form .sop-cont form select, footer .wrap-form .sop-cont form textarea {
  font-family: inherit;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 600px) {
  footer .wrap-form .sop-cont form input[type=text], footer .wrap-form .sop-cont form input[type=email], footer .wrap-form .sop-cont form select, footer .wrap-form .sop-cont form textarea {
    width: 100%;
  }
}
footer .wrap-form .sop-cont form textarea {
  height: 100px;
  resize: none;
}
footer .wrap-form .sop-cont form button.submit {
  background-color: #3b4b57;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
footer .wrap-form .sop-cont form button.submit:hover {
  background-color: #1f2b35;
}
footer .wrap-form .sop-cont form button.submit:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 3px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer .wrap-form .sop-cont form button.submit.sending {
  background-color: #565656;
  cursor: not-allowed;
}
footer .wrap-form .sop-cont form button.submit.sending span {
  display: none;
}
footer .wrap-form .sop-cont form button.submit.sending:before {
  display: block;
}
footer .wrap-form .sop-cont form .g-recaptcha {
  float: right;
}
footer .wrap-form .sop-cont form .outputmsg {
  height: 25px;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  footer .wrap-form .sop-cont form {
    padding: 16px;
  }
  footer .wrap-form .sop-cont form .form-group.col-50 {
    max-width: 100%;
  }
  footer .wrap-form .sop-cont form .form-group.col-50:nth-of-type(even) {
    margin: 0 0 0 0;
  }
}

.vis-mobile {
  display: none;
}

.vis-desktop {
  display: block;
}

@media screen and (max-width: 1100px) {
  .vis-desktop {
    display: none !important;
  }
  .vis-mobile {
    display: block;
  }
  #pull {
    display: block;
  }
  #pull {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 10px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99999;
  }
  #pull span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    top: 0;
  }
  #pull span:nth-child(1) {
    top: 5px;
  }
  #pull span:nth-child(2) {
    top: 15px;
  }
  #pull span:nth-child(3) {
    top: 25px;
  }
  #pull.open span:nth-child(1) {
    top: 13px;
    transform: rotate(135deg);
  }
  #pull.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #pull.open span:nth-child(3) {
    top: 13px;
    transform: rotate(-135deg);
  }
  .nav-menu {
    width: 100%;
    background: #565656;
    position: absolute;
    top: 70px;
    display: none;
    margin: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .nav-menu a,
  .nav-menu a:hover,
  .nav-menu a:active, .nav-menu a.active {
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 16px;
    color: #fff;
  }
  .nav-menu a::after,
  .nav-menu a:hover::after,
  .nav-menu a:active::after, .nav-menu a.active::after {
    display: none;
  }
  .nav-menu a:last-child {
    border-bottom: none;
  }
}
.animate {
  animation-name: slideIn;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=app.css.map */