@font-face {
  font-family: 'Neutra Text Light SC Alt';
  src: url('fonts/NeutraText-DemiSCAlt.woff2') format('woff2'), url('fonts/NeutraText-DemiSCAlt.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('fonts/NeutraText-Light.woff2') format('woff2'), url('fonts/NeutraText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('fonts/NeutraText-Book.woff2') format('woff2'), url('fonts/NeutraText-Book.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('fonts/NeutraText-Bold.woff2') format('woff2'), url('fonts/NeutraText-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Typography */
/* Paleta y mas */
/* Generales */
.imagen {
  border-radius: 4px;
}
.c1 {
  color: #D10019;
}
.c2 {
  color: #AFAFAF;
}
.c3 {
  color: #BD876E;
}
.c4 {
  color: #A8A8A8;
}
.c5 {
  color: #212121;
}
.bg-c1 {
  background-color: #D10019;
  color: #FFF;
}
.bg-c2 {
  background-color: #AFAFAF;
  color: #FFF;
}
.bg-c3 {
  background-color: #BD876E;
  color: #FFF;
}
.bg-c4 {
  background-color: #A8A8A8;
  color: #FFF;
}
.bg-c5 {
  background-color: #212121;
  color: #FFF;
}
.bg-c7 {
  background-color: #fff;
  color: #000;
}
html {
  font-size: 100%;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  background-color: #2d2d2d;
  font-family: 'Neutra Text', sans-serif;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.7rem;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Neutra Text', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
[x-cloak] {
  display: none !important;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.bg-gray {
  background-color: #F8F8F8;
  color: #000;
}
.bg-almost-black {
  background-color: #2D2D2D;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Neutra Text', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #272727;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 7px 27px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #D10019;
  color: #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
}
.boton:hover {
  color: #FFF;
}
.boton.c2 {
  background-color: #AFAFAF;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #BD876E;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #A8A8A8;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #212121;
  color: #FFF;
}
.boton.c5:hover {
  color: #FFF;
}
.boton.c7 {
  background-color: #fff;
  color: #2d2d2d;
}
.boton.outline {
  background-color: transparent;
  color: #D10019;
  border: 1px solid #D10019;
}
.boton.outline:hover {
  color: #D10019;
}
.boton.outline.c2 {
  color: #AFAFAF;
  border: 2px solid #AFAFAF;
}
.boton.outline.c2:hover {
  color: #AFAFAF;
}
.boton.outline.c3 {
  color: #BD876E;
  border: 2px solid #BD876E;
}
.boton.outline.c3:hover {
  color: #BD876E;
}
.boton.outline.c4 {
  color: #A8A8A8;
  border: 2px solid #A8A8A8;
}
.boton.outline.c4:hover {
  color: #A8A8A8;
}
.boton.outline.c5 {
  color: #212121;
  border: 2px solid #212121;
}
.boton.outline.c5:hover {
  color: #212121;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
  position: relative;
  color: #fff;
}
ul.lista-iconos li::before {
  content: "\F633";
  font-family: 'bootstrap-icons';
  color: #D10019;
  font-size: 21px;
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
/***** HEADER *****/
#site-header {
  padding: 20px 40px 20px 40px;
  position: absolute;
  width: 100%;
  background-color: #ffffff00;
  z-index: 99;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#site-header .logo img {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 220px;
}
#site-header .logo::before {
  content: "";
  width: 8px;
  height: 123px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D10019;
}
#site-header .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-header .main-menu li {
  padding: 30px 25px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#site-header .main-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.menu-responsive {
  z-index: 100;
  position: fixed;
  top: 0;
  right: -100px;
  width: 0;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  background: #222222cc;
  transition: all ease-in-out 0.4s;
}
.menu-responsive .logo-responsive {
  padding-top: 160px;
  padding-bottom: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu-responsive .logo-responsive img {
  max-width: 200px;
  height: auto;
  transform: scale(0);
  transition: all ease-in 0.3s;
}
.menu-responsive .responsive-menu-footer {
  padding-bottom: 60px;
}
.ico-menu {
  width: 30px;
  padding-bottom: 4px;
  padding-left: 5px;
}
button.menu-command {
  position: absolute;
  top: 42px;
  right: 60px;
  border: none;
  background: transparent;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #fff;
  opacity: 0;
  position: fixed;
}
#menu-close {
  position: absolute;
  opacity: 0;
}
#menu-close i {
  font-size: 30px;
  color: #fff;
}
.item .wrap {
  position: relative;
}
.gracias {
  padding-top: 200px;
  padding-bottom: 200px;
}
/***** Footer *****/
#site-footer {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  color: #fff;
}
#site-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/img-footer.jpg) center no-repeat;
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: luminosity;
}
#site-footer .row-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#site-footer .social-media-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  padding-right: 16px;
}
#site-footer .social-media-icons img {
  width: 18px;
}
#site-footer ul {
  list-style-type: none;
  margin-bottom: 5px;
}
.logo-footer img {
  width: 220px;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  padding-left: 1.5em;
  row-gap: 6px;
}
.footer-menu li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.footer-menu li a:hover {
  color: #A8A8A8;
}
.small-feet {
  display: flex;
  flex-direction: column;
  justify-content: right;
  padding-top: 16px;
  column-gap: 20px;
  position: relative;
}
.small-feet::after {
  content: '';
  width: 75%;
  height: 1px;
  background-color: #525252;
  position: absolute;
  top: 0;
  right: 0;
}
.cel-container {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cel-container a {
  text-decoration: none;
  color: inherit;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 28px;
  padding-right: 10px;
  display: inline-block;
}
.cel-container a:first-of-type {
  border-right: 1px solid #525252;
  padding-right: 10px;
  margin-right: 5px;
}
.cel-container img {
  padding-bottom: 5px;
}
.copyright {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #A8A8A8;
  text-align: right;
  margin-bottom: 0;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #D10019;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
.form-group {
  margin-bottom: 20px;
}
button[type=submit]:not(.outline) {
  border: none;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
/***** Videos *****/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************ LORENZO ***************/
.main-content {
  overflow: hidden;
}
/************* HERO **************/
.swiper-container {
  min-height: 100vh;
  color: #FFF;
}
#slide-1 .swiper-slide-cover {
  background: url(images/slide-1.jpg) center no-repeat;
  background-size: cover;
}
#slide-2 .swiper-slide-cover {
  background: url(images/slide-2.jpg) center no-repeat;
  background-size: cover;
}
.swiper-slide-cover {
  width: 100%;
  min-height: 100vh;
  transition: 10s ease-out;
  transform: scale(1);
}
.swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.1);
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide .wrap {
  padding-bottom: 100px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}
.swiper-slide h1 {
  font-weight: 500;
  font-size: 75px;
  line-height: 73px;
  letter-spacing: -2px;
}
.swiper-slide p {
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
}
.swiper-wrapper {
  position: relative;
}
.navigation-arrows {
  position: absolute;
  z-index: 90;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.navigation-arrows #current {
  background: fixed;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 40px;
}
.navigation-arrows .total {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300px;
  letter-spacing: -2px;
}
.navigation-arrows img {
  padding-bottom: 12px;
}
.navigation-arrows .button-prev {
  padding-right: 20px;
}
.navigation-arrows .button-next {
  padding-left: 20px;
}
/************* UTILITARIO **************/
.semi-hidden-title {
  margin-bottom: -42px;
  margin-left: -35px;
  font-weight: 700;
  font-size: 150px;
  line-height: 145px;
  letter-spacing: -2px;
  color: #414141;
}
.heading {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading .content-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.heading h1 {
  letter-spacing: -2px;
  font-weight: 500;
  font-size: 75px;
  line-height: 75px;
  text-align: center;
}
.heading p {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 12px;
}
.with-lines {
  border-left: 1px solid #414141;
  border-right: 1px solid #414141;
  padding-bottom: 30px;
}
.is-enter {
  display: flex;
  right: 0px;
  width: 30em;
  transition: all ease-in-out 0.4s;
}
.is-content-enter {
  opacity: 1 !important;
  transition: opacity 0.4s ease-in 0.4s !important;
}
.is-logo-enter {
  transform: scale(1) !important;
  transition: all 0.4s ease-in !important;
}
.menu-blur {
  width: 100vw;
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100vh;
  background-color: #00000088;
  opacity: 0;
  scale: 0;
  transition: opacity 0.4s ease-in;
  pointer-events: none;
  z-index: -150;
}
.is-blur {
  scale: 1;
  opacity: 1;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease-in;
}
.frase {
  font-size: 22px;
  line-height: 28px;
  color: #AFAFAF;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.frase-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  color: #D10019;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.2s;
}
.frase-link img {
  padding-bottom: 8px;
  padding-left: 2px;
  transition: all 0.2s;
}
.frase-link:hover {
  letter-spacing: 1px;
  color: #eb001c;
}
.frase-link:hover img {
  margin-left: 7px;
}
h2.section-title {
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  color: #BD876E;
  text-transform: uppercase;
  letter-spacing: -0.01rem;
}
.with-border {
  padding-bottom: 23px;
  border-bottom: 1px solid #E4E5E4;
  margin-bottom: 50px;
}
/***************** SECTION PROJECTS ***************/
.projects {
  position: relative;
  z-index: 1;
}
.projects p {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
}
.img-project {
  height: 500px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.img-project .img-fluid {
  max-width: 15vw;
  max-height: 20vh;
}
.img-project .project-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.img-project .link-container {
  width: 90px;
  height: 500px;
  border-radius: 0 5px 5px 0;
  display: grid;
  place-content: center;
}
.img-project a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
  width: max-content;
}
.img-project h4 {
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -2px;
  margin-bottom: 0;
  line-height: 42px;
}
.img-project.project-1 {
  background: url(images/img-cuadro-1.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.img-project.project-1 .project-content {
  padding: 20px;
}
.img-project.project-1 h4 {
  padding-bottom: 20px;
  padding-left: 20px;
}
.img-project.project-1 .link-container {
  background: #BD876E;
  position: relative;
}
.img-project.project-1 .duna-bg {
  position: absolute;
  left: 0;
  z-index: -2;
  top: -77.5px;
}
.img-project.project-1 a {
  writing-mode: vertical-lr;
  text-align: center;
  transform: rotate(180deg);
}
.img-project.project-2 {
  background: url(images/img-cuadro-2.jpg) center no-repeat;
  background-size: cover;
  color: #292929;
}
.img-project.project-2 .project-content {
  padding: 40px;
}
.img-project.project-2 .link-container {
  background-color: #EFEFEF;
}
.img-project.project-2 a {
  writing-mode: vertical-lr;
  text-align: center;
  color: #474747;
  transform: rotate(180deg);
}
.small-project.project-3 {
  background: url(images/img-centenera.png) center no-repeat;
  background-size: cover;
}
.small-project.project-4 {
  background: url(images/img-valle-1.png) center no-repeat;
  background-size: cover;
}
.small-project.project-5 {
  background: url(images/img-valle-2.png) center no-repeat;
  background-size: cover;
}
.small-project {
  display: flex;
  align-items: flex-end;
  height: 430px;
  padding: 0 0 40px 40px;
  border-radius: 5px;
}
.small-project a {
  text-decoration: none;
}
.small-project h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}
/***************** CTA ***************/
.cta-home {
  position: relative;
}
.cta-home::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/bg-planta-hz\ 1.png);
  background-size: cover;
  mix-blend-mode: hard-light;
}
.cta .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta p {
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
  max-width: 980px;
}
/***************** PAGE CONTACTO ***************/
.contact .heading::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/img-contacto.png) center no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
}
.datos {
  color: #fff;
}
.datos h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 85px;
}
.datos h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.datos .info {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 200px;
}
.datos a,
.datos p {
  text-decoration: none;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.form {
  color: #fff;
}
.form p {
  font-weight: 300;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 50px;
  padding: 0 20px;
}
.form .row {
  justify-content: center;
}
.form form {
  text-align: center;
}
.form label {
  padding-left: 30px;
  font-weight: 500;
  font-size: 16px;
}
.form .form-floating .form-control {
  border-radius: 4px;
  color: #fff;
  border: none;
  background-color: #4b4b4b;
  padding-left: 30px;
  font-size: 22px;
}
.form .form-floating .form-control:focus {
  background-color: #4b4b4b;
  border: none;
  box-shadow: none;
}
.form .form-floating .form-control:active {
  outline: none;
  border: none;
}
.form .form-floating textarea.form-control {
  overflow: hidden;
  height: 300px;
  width: 100%;
  resize: none;
}
.form .boton {
  width: 225px;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.social-media div {
  margin: 0 auto;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay-single {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.single-h1-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-h1-wrap h1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0;
}
/*************************** PAGE SOBRE PISANO ****************************/
.sobre-pisano .heading::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/pisano-hdn.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
}
.historia .row {
  align-items: center;
  justify-content: space-between;
}
.historia p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.historia p:last-of-type {
  margin-bottom: 2rem;
}
.historia .img-historia {
  position: relative;
}
.historia .img-historia .p-logo {
  position: absolute;
  bottom: -26px;
  right: -58px;
}
.quienes-somos .semi-hidden-title {
  margin-left: 0;
  margin-bottom: -80px;
}
.quienes-somos .row {
  align-items: center;
  justify-content: center;
  --bs-gutter-y: 2.5rem;
}
.quienes-somos .cuadro-quienes {
  background-color: #fff;
  height: 380px;
  width: 300px;
  margin: 0 auto;
}
.quienes-somos h4 {
  margin-top: 30px;
  font-weight: 500;
  font-size: 21px;
}
.quienes-somos p {
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}
/*************************** PAGE PROYECTOS ****************************/
.heading-proyectos {
  min-height: 85vh;
  display: grid;
  place-content: center;
  position: relative;
}
.heading-proyectos img {
  width: 190px;
}
.features {
  padding-top: 60px;
  padding-bottom: 60px;
}
.item-feature {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.item-feature .wrap {
  display: flex;
  align-items: center;
}
.item-feature span {
  display: inline-block;
  max-width: 240px;
}
.item-feature h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.item-feature img {
  filter: invert(11%) sepia(84%) saturate(4000%) hue-rotate(346deg) brightness(99%) contrast(112%);
  padding-right: 25px;
  width: 70px;
}
.item-feature img.corrected {
  width: 83px;
  margin-top: -18px;
}
/***** BLOQUES *****/
.bloque-imagen-fluid img {
  width: 100% !important;
}
.bloque-galeria .row > * {
  padding-left: 0;
  padding-right: 0;
}
.col-contenido {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px;
}
.col-contenido .wrap {
  max-width: 500px;
}
.col-contenido h2 {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 48px;
}
/* .bloque-imagen-contenido{
   
}
 */
.heading-footer {
  height: 134px;
}
.comenzar {
  padding-left: 110px;
  padding-right: 20px;
}
.comenzar .row {
  align-items: center;
  justify-content: space-between;
}
.comenzar p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.comenzar h1 {
  font-weight: 700;
  font-size: 130px;
  line-height: 126px;
  letter-spacing: -3px;
  margin-left: -30px;
}
.espacio .row {
  align-items: center;
  justify-content: right;
}
.espacio .cuadro-slogan {
  display: grid;
  place-content: center;
  aspect-ratio: 1 / 0.9;
}
.espacio p {
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1px;
  max-width: 456px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.unidades .unidad {
  overflow: hidden;
  position: relative;
}
.unidades .unidad::after {
  content: url(images/ico-ver-mas.png);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  scale: 0;
  transition: scale 0.2s;
}
.unidades .unidad:hover::after {
  scale: 1;
  transition: scale 0.2s;
}
.unidades .titulo-uni {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 0;
}
.unidades .leyenda {
  font-weight: 500;
  font-size: 20px;
  color: #A8A8A8;
  margin-bottom: 50px;
}
.unidades .n-unidad,
.unidades .medidas {
  font-family: 'Poppins', sans-serif;
}
.unidades .n-unidad {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 45px;
}
.unidades .medidas {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
}
/*************************** MEDIA QUERIES  ****************************/
@media (max-width: 1199.98px) {
  #site-footer .footer-col {
    display: block;
  }
  #site-header {
    padding: 20px;
  }
  .projects .row {
    --bs-gutter-y: 3rem;
  }
  /*  .semi-hidden-title {
      font-size: 120px;
   } */
  .historia .row {
    justify-content: center;
    --bs-gutter-y: 4rem;
  }
}
@media (max-width: 991.98px) {
  .features .container {
    max-width: 100vw;
  }
  .more-gutter {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 4rem;
  }
  .is-enter {
    width: 100vw;
  }
  .img-project.project-1 .project-content {
    padding: 0;
  }
  .img-project.project-1 .project-content h4 {
    font-size: 32px;
  }
  .img-project.project-2 .project-content {
    padding: 20px;
  }
  .img-project.project-2 .project-content h4 {
    font-size: 32px;
  }
  #site-footer .row-footer .footer-menu {
    margin-top: 50px;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 0 20px 12px;
  }
  #site-footer .row-footer .small-feet {
    text-align: left;
  }
  #site-footer .row-footer .cel-container {
    text-align: left;
    padding-bottom: 20px;
  }
  #site-footer .row-footer .copyright {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #525252;
  }
  #site-footer .row-footer .social-media-icons {
    justify-content: left;
    padding-left: 12px;
    column-gap: 14px;
  }
  #site-footer .row-footer .copyright p {
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
  }
  .img-project {
    height: 320px;
  }
  .img-project .link-container {
    height: 320px;
  }
  .img-project.project-1 .duna-bg {
    height: 320px;
    top: 0px;
  }
  .with-lines {
    padding-top: 30px;
    border: none;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
    margin-top: 30px;
  }
  .with-lines .wrap {
    justify-content: center;
    padding-top: 0;
  }
  .descripcion-proyecto p {
    text-align: center;
    padding: 90px 40px;
  }
  .comenzar {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .unidades .row {
    --bs-gutter-y: 3rem;
  }
  .small-project {
    text-align: center;
    height: 250px;
    padding: 0 0 20px 0;
    justify-content: center;
  }
  .mh500 {
    min-height: 500px;
  }
  .small-feet::after {
    width: 0;
  }
  .features .row {
    row-gap: 30px;
  }
  .item-feature img.corrected {
    margin-left: -6px;
    margin-right: -10px;
  }
  .col-contenido {
    padding: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .semi-hidden-title {
    margin-left: -55px;
    font-size: 63px !important;
    margin-bottom: -105px !important;
  }
  .ptb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .item-feature .wrap {
    min-width: 500px;
    text-align: left;
  }
  .projects p {
    padding-bottom: 0;
  }
  .datos h4 {
    margin-bottom: 20px;
  }
  .datos .info {
    padding-top: 20px;
  }
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom > .row,
  .iom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .frase {
    font-size: 20px;
    padding-bottom: 10px;
  }
  button.menu-command {
    font-size: 20px;
    right: 30px;
  }
  .img-project .project-content {
    padding: 0px;
  }
  .img-project a {
    font-size: 20px;
  }
  .img-project.project-1 .project-content h4,
  .img-project.project-2 .project-content h4 {
    font-size: 26px;
  }
  .swiper-slide h1 {
    font-size: 59px;
    line-height: 62px;
  }
  .project-1 .img-fluid {
    width: 120px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .project-2 .img-fluid {
    width: 140px;
  }
  .semi-hidden-title {
    margin-left: -55px;
    font-size: 47px;
    margin-bottom: -105px !important;
  }
  .small-project {
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .heading-proyectos,
  .mh500 {
    min-height: 60vh;
  }
  .heading h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .item-feature .wrap {
    min-width: 90vw;
  }
  .historia .img-historia .p-logo {
    position: absolute;
    bottom: -26px;
    right: -39px !important;
  }
  .cta p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    max-width: 980px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .datos a,
  .datos p {
    font-size: 17px;
  }
  .img-project.project-1 .link-container,
  .img-project.project-2 .link-container {
    max-width: 58px;
  }
  .img-project.project-1 .project-content h4,
  .img-project.project-2 .project-content h4 {
    font-size: 22px;
  }
  .img-project a {
    font-size: 17px;
  }
  .navigation-arrows .button-next {
    padding-left: 0;
  }
  .navigation-arrows .button-prev {
    padding-right: 0;
  }
  .semi-hidden-title {
    font-size: 43px;
  }
  .ptb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .img-project,
  .img-project .link-container,
  .img-project.project-1 .duna-bg {
    height: 250px;
  }
  .small-project {
    height: 180px;
  }
  #site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-heading p {
    font-size: 18px;
  }
  .content-heading h2 {
    font-size: 55px;
  }
  .wrapper-proyectos .col-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .datos h4 {
    margin-bottom: 0;
  }
  .projects .semi-hidden-title {
    font-size: 112px;
    margin-bottom: -58px;
  }
  .projects p {
    padding-bottom: 50px;
  }
  .quienes-somos .semi-hidden-title {
    font-size: 89px;
    margin-bottom: -99px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quienes-somos .semi-hidden-title {
    font-size: 119px;
    margin-bottom: -91px;
  }
}
@media (min-width: 1200px) {
  .more-gutter {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .col-imagen {
    min-height: 600px;
  }
}
@media (min-width: 1600px) {
  .container-max {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container-max {
    max-width: 1600px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .quienes-somos .semi-hidden-title {
    font-size: 142px;
  }
}
