/********************************************/
/* Colores    *******************************/
/********************************************/

:root {
  --color1: #011b56;
  --color2: #3f3f3f;
  --color3: #acacac;
  --color4: #f1f1f1;
  --color5: #ffffff;
}

/********************************************/
/* Font Face  *******************************/
/********************************************/

@font-face {
  font-family: Noto;
  src: url(fonts/NotoSerifDisplay-Light.ttf);
  font-weight: 200;
}
@font-face {
  font-family: Noto;
  src: url(fonts/NotoSerifDisplay-LightItalic.ttf);
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Noto;
  src: url(fonts/NotoSerifDisplay-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Noto;
  src: url(fonts/NotoSerifDisplay-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Aktiv;
  src: url(fonts/AktivGrotesk-Regular.otf);
  font-weight: 400;
}
* {
  font-family: "Aktiv", sans-serif;
}
.noto {
  font-family: "Noto", sans-serif;
}

.ancla:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}
.espaciado {
  letter-spacing: 0.08rem;
}

a:hover {
  text-decoration: none;
}

.marginTop150 {
  margin-top: 150px;
}
.marginTop180 {
  margin-top: 180px;
}
.marginTop80{
  margin-top: 80px;
}
.marginTop100{
  margin-top: 100px;
}
.paddingTop180 {
  padding-top: 180px;
}
.paddingBottom180 {
  padding-bottom: 180px;
}
.marginBottom150 {
  margin-bottom: 150px;
}

/********************************************/
/* Menú *************************************/
/********************************************/

.nav-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2c3487;
}
.nav-item a {
  position: relative;
  color: white;
}
/* Animacion linea debajo de palabra*/
.nav-item a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0px;
  background: var(--color4);
  transition: all 0.3s;
}
.nav-item a:hover:after {
  width: 100%;
}

/********************************************/
/* Texto y colores **************************/
/********************************************/

.text-200 {
  font-weight: 200;
} /*Normal*/
.text-400 {
  font-weight: 400;
} /*Normal*/
.text-700 {
  font-weight: 700;
} /*Bold*/
.text-900 {
  font-weight: 900;
} /*Black*/
.color1 {
  color: var(--color1);
}
.fcolor1 {
  background-color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.fcolor2 {
  background-color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.fcolor3 {
  background-color: var(--color3);
}
.color4 {
  color: var(--color4);
}
.fcolor4 {
  background-color: var(--color4);
}
.fcolor5 {
  background-color: var(--color5);
}
.error {
  border: 1px solid red !important;
}
.recaptcha {
  width: fit-content;
}
.hidden {
  visibility: hidden;
}

/********************************************/
/* Header  **********************/
/********************************************/

#headerBarra {
  height: 90px;
}

#headerLogo,
#footerLogo {
  position: absolute;
  left: 3.2rem;
}

#headerIconos,
#footerIconos {
  position: absolute;
  right: 4.2rem;
}

.italic {
  font-style: italic;
}

.hero-image {
  height: 110vh;
  background-image: url("../img/foto1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/********************************************/
/* Banner  **********************/
/********************************************/
.titleWrapper{
  margin-top: -5%;
}
.tituloBanner1 {
  font-size: 4.5rem;
  line-height: 3rem;
  text-align: right;
  width: 50%;
}
.tituloBanner2 {
  font-size: 4.5rem;
  /* position: absolute;
  top: 40%;
  right: 16%; */
}
.lineaIzquierda {
  border-bottom: 1px solid var(--color4); 
  height: 4.5rem;
  margin-right: 20px;
  width: 46%;
}
.subtituloBanner {
  font-size: 2.75rem;
  font-style: italic;
  letter-spacing: 0.15rem;
  /* position: absolute;
  top: 60%; */
  text-align: center;
  width: 100%;
}

/********************************************/
/* Formulario 1  **********************/
/********************************************/
#formPresupuesto h5{
  font-size: 2.3rem !important;
}
.form-control {
  color: var(--color3);
  border: 0px;
  border-radius: 0rem;
  border-bottom: 2px solid var(--color3);
  margin-bottom: 1.5rem;
  padding-left: 0px;
  font-size: 19px;
  letter-spacing: 1.5px;
}
.buttonEnviar {
  background-color: var(--color1);
  color: var(--color5);
  border-radius: 30px;
  font-weight: 400;
  padding: 0px 0;
  display: block;
  width: 100%;
  font-size: 20px;
  margin-top: 34px;
}
.buttonEnviar:hover {
  background-color: var(--color5);
  color: var(--color1);
  border: 2px solid var(--color1);
}
.centrado {
  text-align: left;
}
/********************************************/
/* Titulos y lineas  **********************/
/********************************************/
.titulo {
  font-size: 5.5rem;
  position: relative;
  overflow: hidden;
  letter-spacing: 2px;
}
.lineaDerecha span {
  background-color: var(--color4);
  position: relative;
  padding-right: 15px;
}
.lineaDerecha::before {
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: 1px solid var(--color1);
  bottom: 33px;
  left: 0;
}
.trabajos {
  font-size: 2rem;
  position: relative;
}
.trabajosRight {
  font-size: 2rem;
  position: relative;
  text-align: left;
}

.servicios-items p{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.servicios-items p.start{
  justify-content: start;
}

.lineaDerechaTrabajos::before {
  content: "";
  width: 1000px;
  position: absolute;
  border-bottom: 1px solid var(--color1);
  bottom: 10px;
  left: 820px;
}
.foto3 {
  background-image: url(../img/foto3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* Asegura que la imagen quede a la derecha */
  height: 100%;
  width: 50vw;
  /* Ocupa la mitad derecha de la pantalla */
  position: absolute;
  right: -180px;
  /* Ubica la imagen en la derecha */
  top: 0;
}
.tituloServicios {
  position: relative;
  font-size: 4.2rem;
  text-align: right;
}
.tituloServiciosLinea::before {
  content: "";
  width: 450px;
  position: absolute;
  border-bottom: 1px solid var(--color1);
  bottom: 20px;
  left: -200px;
}
.tituloBajada {
  position: relative;
  font-size: 3.8rem;
  text-align: left;
  line-height: 4.5rem;
}
.tituloBajadaLinea::before {
  content: "";
  width: 880px;
  position: absolute;
  border-bottom: 1px solid var(--color1);
  bottom: 10px;
  left: -900px;
}
.tituloBajadaLineaPopup::before {
  content: "";
  width: 880px;
  position: absolute;
  border-bottom: 1px solid var(--color1);
  bottom: 0px;
  left: -900px;
}

#estudio h4{
  font-size: 1.35rem;
  margin-bottom: 0;
  margin-top: 15px;
}
.foto2{
  background-image: url('../img/foto2.webp');
  background-size: cover;
  background-position: center;
}
.foto2 img{
  visibility: hidden;
}
.popUpCv{
  cursor: pointer;
  transition: .3s;
}
.popUpCv:hover{
  margin-top: -5px !important;
}
/********************************************/
/* Footer *************************/
/********************************************/
#footer{
  letter-spacing: 2px;
}
#footer h5{
  font-size: 1.2rem;
  font-weight: 400;
}
.tituloContacto {
  position: relative;
  font-size: 6rem;
  text-align: left;
}
.tituloContactoLinea::before {
  content: "";
  width: 840px;
  position: absolute;
  border-bottom: 1px solid var(--color5);
  bottom: 35px;
  left: 600px;
}
.form-controlFooter {
  color: var(--color5);
  background-color: var(--color1);
  border-radius: 50px;
  border: 1px solid var(--color5);
  margin-bottom: 2rem;
  padding: 10px 20px;
  /* height: 50px; */
}
.form-controlFooter::placeholder {
  color: var(--color5);
  opacity: 1;
}
.buttonEnviarFooter {
  background-color: var(--color5);
  color: var(--color1);
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 50px;
  padding: 5px 25px;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
}
.buttonEnviarFooter:hover {
  background-color: var(--color1);
  color: var(--color5);
  border: 2px solid var(--color5);
}
.lineaVertical {
  border-right: 1px solid white;
  height: 40px;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 40px;
  display: inline-block;
}
.lineaHorizontal::before {
  position: absolute;
  content: '';
  top: 30px;
  border-bottom: 1px solid white;
  width: 75px;
}
.lineaHorizontal1::before {
  position: absolute;
  content: '';
  top: 30px;
  border-bottom: 1px solid white;
  width: 41px;
}

/********************************************/
/* popup ************************************/
/********************************************/

.popup-cv-martin,
.popup-cv-joaquin,
.popup-cv-guillermo {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
}
.popup-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: var(--color4);
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation-name: popup_animate;
  animation-duration: 0.4s;
}
.cerrar {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@keyframes popup_animate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/********************************************/
/* Ajustes celular   ************************/
/********************************************/

@media only screen and (max-width: 992px) {
  .ancla:before {
    margin-top: -60px;
    height: 60px;
  }
  .nav-item a:hover:after {
    width: 0%;
  }
  .marginTop150 {
    margin-top: 80px;
  }
  .marginTop180 {
    margin-top: 80px;
  }
  .marginTop80{
    margin-top: 40px;
  }
  .marginTop100{
    margin-top: 50px;
  }
  .paddingTop180 {
    padding-top: 80px;
  }
  .paddingBottom180 {
    padding-bottom: 80px;
  }
  .marginBottom150 {
    margin-bottom: 80px;
  }
  .hero-image {
    height: 700px;
    background-image: url("../img/foto1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
  }
  .titleWrapper {
    margin-top: -35%;
  }
  .tituloBanner1 {
    font-size: 2.5rem;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .tituloBanner2 {
    font-size: 2.5rem;
    /* left: 50%;
    top: 48%;
    transform: translate(-50%, -50%); */
    text-align: center;
  }
  .lineaIzquierda::before {
    content: "";
    width: 130px;
    position: absolute;
    border-bottom: 1px solid var(--color4);
    bottom: 10px;
    left: -150px;
  }
  .subtituloBanner {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    text-align: center;
  }
  .centrado {
    text-align: center;
  }
  .titulo {
    font-size: 3.2rem;
    text-align: center;
    line-height: 7rem;
  }
  .lineaDerecha::before {
    content: "";
    width: 0px;
    position: absolute;
    border-bottom: 1px solid var(--color1);
    bottom: 36px;
    left: 310px;
  }
  h4 {
    font-size: 1.2rem;
  }
  .trabajos {
    font-size: 1.3rem;
    position: relative;
  }
  .trabajosRight {
    font-size: 1rem;
    position: relative;
    text-align: left;
  }
  .servicios-items img{
    margin-top: .25rem;
  }
  .servicios-items p{
    align-items: start;
    justify-content: start;
  }
  .lineaDerechaTrabajos::before {
    content: "";
    width: 100px;
    position: absolute;
    border-bottom: 1px solid var(--color1);
    bottom: 10px;
    left: 100px;
  }
  .foto3 {
    background-image: url(../img/foto3.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    /* Asegura que la imagen quede a la derecha */
    height: 50%;
    width: 50vw;
    /* Ocupa la mitad derecha de la pantalla */
    position: absolute;
    right: 0px;
    /* Ubica la imagen en la derecha */
    top: 50px;
  }
  #servicios ul{
    padding-left: 1rem;
  }
  .tituloServicios {
    position: relative;
    font-size: 2.5rem;
    text-align: right;
  }
  .tituloServiciosLinea::before {
    content: "";
    width: 175px;
    position: absolute;
    border-bottom: 1px solid var(--color1);
    bottom: 20px;
    left: -50px;
  }
  .tituloContacto {
    position: relative;
    font-size: 3.2rem;
    text-align: left;
  }
  .tituloContactoLinea::before {
    content: "";
    width: 80px;
    position: absolute;
    border-bottom: 1px solid var(--color5);
    bottom: 0px;
    left: 20px;
  }
  .tituloBajada {
    position: relative;
    font-size: 3.2rem;
    text-align: left;
    line-height: 4.5rem;
  }
  .tituloBajadaLinea::before {
    content: "";
    width: 80px;
    position: absolute;
    border-bottom: 1px solid var(--color1);
    bottom: 0px;
    left: 20px;
  }
  .tituloBajadaLineaPopup::before {
    content: "";
    width: 80px;
    position: absolute;
    border-bottom: 1px solid var(--color1);
    bottom: 0px;
    left: 0px;
  }
  #footerBarra {
    height: 80px;
  }
  /********************************************/
/* popup ************************************/
/********************************************/

.popup-cv-martin,
.popup-cv-joaquin,
.popup-cv-guillermo {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 10%;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
}
.popup-container {
  position: relative;
  width: 90%;
  height: 85%;
  overflow-y: scroll;
  margin: 0 auto;
  background: var(--color4);
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation-name: popup_animate;
  animation-duration: 0.4s;
}
.cerrar {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popupFont{
  font-size: 0.8rem;
}
}

/********************************************/
/* Campos Formulario ************************/
/********************************************/
#error_nombre,
#error_apellido,
#error_email,
#error_dni,
#error_telefono {
  color: red;
  font-size: 16px;
  line-height: 30px;
}
.errorForm {
  border: 2px solid red;
}

/********************************************/
/* boton top ********************************/
/********************************************/
#boton_top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 90px; /* Place the button at the bottom of the page */
  right: 23px; /* Place the button 30px from the right */
  width: 60px;
  height: 60px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--color1); /* Set a background color */
  color: white; /* Text color */
  padding: 0;
  transition: 0.3s;
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 40px; /* Increase font size */
  vertical-align: middle;
}
#boton_top:hover {
  background-color: var(--color1);
}

#livomLink{
  padding: 10px;
}
#livomLink a{
  color: inherit;
  text-decoration: none;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 50px;
	transition: 0.3s;
	z-index: 999999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
.hiddenD{
  display: none;
}
.borderTop{
  border-top: 1px solid;
}
.borderBottom{
  border-bottom: 1px solid;
}