html {
  font-size: 100%;
}
body,
html {
  overflow-x: hidden;
}
body {
  background: white;
}

@media (max-width: 600px) {
  body {
    background: white;
    overflow-x: hidden !important;
  }
}
header {
  background-color: white;
  position: fixed-top;
}
.navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 0% !important;
  padding-right: 0% !important;
  position: fixed-top;
  width: 100%;
  background: white;
  box-shadow: 0px 2px 20px 1px grey;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(27,65,104,1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-close {
  background: transparent
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(167,38,8, 1.0)'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>")
    center/1em auto no-repeat;
  opacity: 1 !important;
}

@media (max-width: 600px) {
  #socialToggle {
    display: flex !important;
  }
}
.navFix {
  position: fixed !important;
  margin-top: -5vw;
  z-index: 10 !important;
  height: 3.5vw !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* position:  fixed !important; */
    /* padding-top:  3rem; */
    height: 5vw;
    z-index: 99999;
    padding-bottom: -5.5vw;
  }

}
@media (max-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: fixed !important;
    padding-top: 2rem !important;
    height: 27vw !important;
    z-index: 99999;
  }
  #logo {
    height: 80px !important;
    margin-top: -20px;
    width: 80px !important;
  }
}

@media (max-width: 600px) {
  .offcanvas-header {
    background-color: #00000029;
  }
  .offcanvas-body {
    background-color: #00000029;
    padding-top: 19vw;
  }
  .offcanvas-footer {
    background-color: #00000029;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
  }
}

.d-inline-block {
  margin-left: 50px;
}
.linkedin {
  color: white;
  font-size: 1.9vw !important;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
.linkedin:hover {
  color: white;
  transform: scale(1.3);
}

.linkedin2 {
  color: white;
  font-size: 1.6vw !important;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
.linkedin2:hover {
  color: white;
  transform: scale(1.3);
}

.linkedin-empresas {
  color: #1d3441;
  font-size: 2vw !important;
  margin-bottom: 10px;
  transition: transform 0.2s;
}
.linkedin-empresas:hover {
  color: #232b38;
  transform: scale(1.3);
}
.linkedin-empresas .logoNav {
  width: 50px;
  height: 50px;
}

@media (max-width: 600px) {
  .linkedin-empresas {
    font-size: 10vw !important;
  }
}

.socialNav {
  width: 3.5vw;
  height: 8vw;
  background-color: #30472c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-right: 100px;
  margin-top: 20px;
}
.socialNav2 {
  width: 3vw;
  height: 8vw;
  background-color: #30472c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-right: 104px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .socialNav {
    display: none;
  }
}
@media (max-width: 600px) {
  .show {
    width: 100% !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    background: rgba(255, 255, 255, 0.26) !important;
  }
}

.nav-item {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .dropdown-menu.show {
    background-color: #dfdfdf00 !important;
  }
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #d1d1d1 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Montserrat";
  font-weight: 400;
  color: #1d3441;
  font-size: 1vw !important;
}
@media (max-width: 600px) {
  .navbar-nav .nav-link.active {
    font-size: 4vw !important;
  }
}

.justify-content-center {
  align-items: center;
}
.dropdown-item {
  font-family: "Montserrat";
  font-weight: 400;
  color: #1d3441;
  font-size: 1vw !important;
}
@media (max-width: 600px) {
  .dropdown-item {
    font-size: 3vw !important;
  }
}
.dropdown-item:hover {
  color: #1d3441;
  padding-bottom: 3px;
  text-decoration: underline #232b38;
  text-underline-offset: 8px;
  font-weight: 600;
}
.navbar-nav .dropdown-menu {
  position: static;
  border: 0px solid;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #1d3441;
  padding-bottom: 3px;
  text-decoration: underline #232b38;
  text-underline-offset: 8px;
  font-weight: 600;
}
.nav-link:focus {
  color: #1d3441;
  padding-bottom: 3px;
  text-decoration: underline #232b38;
  font-weight: 700;
}
.dropdown-item:focus {
  color: #1d3441;
  padding-bottom: 3px;
  text-decoration: underline #232b38;
  text-underline-offset: 8px;
  font-weight: 700;
}
footer {
  margin-top: 0px;
}
.formularioContacto {
  background-color: #dcdcdc;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formularioContacto h3 {
  font-size: 1.5vw;
}
.row {
  --bs-gutter-x: 0.5rem !important ;
}
.formularioContactoResponsive {
  display: none;
}

.fondoFooter {
  background-color: white;
  justify-items: center;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .fondoFooter {
    margin-top: 15px;
    justify-content: flex-start;
    gap: 0.3rem;
  }
}
@media (max-width: 600px) {
  .banner {
    display: none;
  }
  .bannerResponsive {
    display: none !important;
  }
}
.footerEmpresas {
  display: flex;
}

@media (max-width: 600px) {
  .footerEmpresas {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .nuestrasEmpresasResponsive {
    display: block !important;
  }
  .nuestrasEmpresas {
    display: none;
  }
}

@media (max-width: 600px) {
  .fondoFooter {
    flex-direction: column;
  }
}

.footerEmpresaIndividual {
  width: auto;
  height: 100px;
  display: flex;
}
@media (max-width: 600px) {
  .footerEmpresaIndividual {
    width: 45px;
    height: 45px;
    display: flex;
  }
  .logoFooter {
    height: 40px !important;
  }
}

@media (max-width: 600px) {
  .direccion {
    display: none;
  }
  .direccionResp {
    display: block !important;
  }
}
.form-horizontal {
  width: 60%;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .form-horizontal {
    width: 90%;
  }
}
.form-control {
  margin-top: 2px;
  border-radius: 0px !important;
}
@media (max-width: 600px) {
  .form-control {
    font-size: 0.8rem !important;
  }
  .form-select {
    font-size: 0.8rem !important;
  }
}
.btnEnviar {
  display: flex;
  margin-top: 12px;
  margin-right: 2vw;
  font-family: "Montserrat";
  float: right;
  background-color: #75838a;
  color: white;
  border: solid 0px;
  padding-bottom: 0.2vw;
  padding-top: 0.2vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  font-size: 0.8vw;
}
.btnEnviar:hover {
  display: flex;
  margin-top: 12px;
  margin-right: 2vw;
  font-family: "Montserrat";
  float: right;
  background-color: #1d3441;
  color: white;
  border: solid 0px;
  padding-bottom: 0.2vw;
  padding-top: 0.2vw;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  font-size: 0.8vw;
}

@media (max-width: 600px) {
  .formularioContactoResponsive {
    background-color: #dcdcdc;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Montserrat";
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .formularioContactoResponsive h3 {
    font-size: 1rem;
  }
  .formularioContacto {
    display: none;
  }
  .btnEnviar {
    display: flex;
    margin-top: 12px;
    margin-right: 2vw;
    font-family: "Montserrat";
    float: right;
    background-color: #75838a;
    color: white;
    border: solid 0px;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.8rem;
  }
  .btnEnviar:hover {
    display: flex;
    margin-top: 12px;
    margin-right: 2vw;
    font-family: "Montserrat";
    float: right;
    background-color: #1d3441;
    color: white;
    border: solid 0px;

    font-size: 0.8rem;
  }
}

* {
  box-sizing: border-box;
}
.contenedorSliderCompleto {
  height: 45vw;
}
@media (max-width: 600px) {
  .contenedorSliderCompleto {
    margin-bottom: 0px;
    margin-top: 110px;
    height: 70vw;
  }
}
.slideshow-container {
  max-width: 100%;
  height: 45vw;
  position: relative;
  margin: auto;
  margin-top: -20px;
  z-index: 0;
}
@media (max-width: 600px) {
  .slideshow-container {
    max-width: 100%;
    height: 85vw;
    position: relative;
    margin: auto;
    margin-top: 0;
    z-index: 0;
  }
  #proyectos.slideshow-container {
    height: 13rem !important;
  }
}
.mySlides {
  display: none;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 999999;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 30px;
  margin: 0 -1px;
  margin-top: -40px;
  background-color: white;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.5s ease;
}
.dot2 {
  cursor: pointer;
  height: 10px;
  width: 30px;
  margin: 0 -1px;
  margin-top: -40px;
  background-color: white;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.5s ease;
}
.dot3 {
  cursor: pointer;
  height: 10px;
  width: 30px;
  margin: 0 -1px;
  margin-top: -40px;
  background-color: white;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.5s ease;
}
.dot4 {
  cursor: pointer;
  height: 10px;
  width: 30px;
  margin: 0 -1px;
  margin-top: -40px;
  background-color: white;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.5s ease;
}
.activeDot,
.dot:hover,
.dot:focus {
  background-color: #232b38;
  height: 15px;
}
.activeDot3,
.dot3:hover,
.dot3:focus {
  background-color: #232b38;
  height: 20px;
}
.activeDot2,
.dot2:hover,
.dot2:focus {
  background-color: #232b38;
  height: 20px;
}
.activeDot4,
.dot4:hover,
.dot4:focus {
  background-color: #232b38;
  height: 20px;
}
.fade {
  animation-name: fade;
  animation-duration: 6s;
}
@keyframes fade {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
.cartelSobreSliderProyectos {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 19vw;
  width: 53%;
  margin-top: -28vw;
  margin-bottom: 8vw;
  z-index: 0;
}
.cartelSobreSlider {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 14vw;
  width: 40%;
  margin-top: -33vw;
  z-index: 0;
}
@media (max-width: 600px) {
  .cartelSobreSlider {
    background-color: rgba(255, 255, 255, 0.731);
    backdrop-filter: blur(5px);
    height: 25vw;
    margin-top: -53vw;
    padding-left: 10px;
    width: 60%;
  }
  .cartelSobreSliderProyectos {
    background-color: rgba(255, 255, 255, 0.731);
    backdrop-filter: blur(5px);
    height: 9rem;
    width: 70%;
    margin-top: -7rem;
    margin-bottom: 4rem;
  }
}
.imgSlider {
  width: 100%;
  height: 45vw;
  object-fit: cover;
}
#imgProy.imgSlider {
  height: 40vw;
  object-position: bottom;
}
@media (max-width: 600px) {
  .imgSlider {
    height: 70vw;
    object-fit: cover;
  }
  #imgProy.imgSlider {
    height: 20rem;
    object-fit: cover;
  }
  #individualProyecto .imgSlider {
    height: 85vw !important;
  }
}
.titulosCartelSliderProyectos p {
  font-size: 1.3vw;
}
.tituloTransparente {
  font-size: 8px !important;
}
.titulosCartelSlider {
  margin-top: 40px;
  margin-left: 18%;
  font-family: "Montserrat";
  margin-right: 6%;
  font-size: 4rem;
}
.titulosCartelSliderProyectos {
  margin-top: 40px;
  margin-left: 33%;
  font-family: "Montserrat";
  margin-right: 11%;
  font-size: 4rem;
}
.tituloTransparente {
  color: transparent;
  font-size: 0.1vw;
}
@media (max-width: 600px) {
  .titulosCartelSlider {
    margin-top: 40px;
    margin-left: 5%;
    font-size: 4rem;
  }
  .tituloTransparente {
    font-size: 1px !important;
  }
  .titulosCartelSlider p {
    font-size: 1rem;
  }
  .titulosCartelSliderProyectos {
    margin-left: 21%;
  }
  .titulosCartelSliderProyectos p {
    font-size: 0.6rem;
  }
}

.titulo1Slider {
  font-family: "Montserrat";
  font-weight: 400;
  color: #102430;
  font-size: 4vw;
}
@media (max-width: 600px) {
  .titulo1Slider {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.7rem;
  }
}
.titulo2Slider {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 4vw;
  margin-left: 30px;
  color: #102430;
}
@media (max-width: 600px) {
  .titulo2Slider {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 1.7rem;
  }
}
.espaciador {
  height: 100px;
}
.contenedorImagenTexto {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 600px) {
  .contenedorImagenTexto {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0%;
    flex-direction: column;
    align-content: center;
  }
  .contenedorImagenTexto#sanNicanorSlides {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0%;
    flex-direction: column;
    align-content: center;
  }
}
@media (max-width: 600px) {
  .textoPrimeraSeccionProyecto {
    font-size: 0.8rem;
    width: 90% !important;
    padding-right: 0% !important;
    padding-left: 5%;
    color: #75838a;
  }
}
.contenedorImagenTextoNosotros {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10%;
  justify-content: center;
}
@media (max-width: 600px) {
  .contenedorImagenTextoNosotros {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0%;
    flex-direction: column;
    align-content: center;
  }
}
.contenedorImagenPrimeraSeccion {
  padding-left: 9%;
}

@media (max-width: 600px) {
  .contenedorImagenPrimeraSeccion {
    padding-left: 0%;
  }
}

.nosotrosImg {
  width: 40%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 600px) {
  .nosotrosImg {
    width: 80%;
  }
}
.imgNosotrosHome {
  width: 40vw;
  height: auto;
  object-fit: cover;
}
@media (max-width: 600px) {
  .imgNosotrosHome {
    margin-left: 13%;
    width: 74%;
  }
}
@media only screen and (max-width: 600px) {
  .contenedorImagenTexto {
    padding-top: 0px;
  }
}
.textoPrimeraSeccion {
  font-family: "Montserrat";
  text-align: left;
  width: 30%;
  margin-right: 12%;
}
@media (max-width: 600px) {
  .textoPrimeraSeccion {
    width: 80%;
    padding-bottom: 10px;
    padding-left: 9% !important;
    padding-top: 3vw;
  }
}
@media (max-width: 600px) {
  #textoPrimeraHome {
    margin-right: 8% !important;
  }
}
@media (max-width: 600px) {
  #nosotros,
  .textoPrimeraSeccion {
    margin-right: 0% !important;
    padding-right: 10% !important;
    margin-left: 8%;
    width: 100% !important;
    font-size: 0.9rem;
  }
}
.primeraSeccion {
  margin-top: 0vw;
}
@media (max-width: 600px) {
  .primeraSeccion {
    margin-top: -10vw;
  }
}
.titulos {
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  flex-direction: row;
  color: #102430;
  font-size: 3vw;
}
.titulos#proyIndividual {
  margin-left: 15%;
  color: #232b38;
  font-size: 1.6vw;
  font-weight: 700;
}
@media (max-width: 600px) {
  .titulos {
    font-size: 1.6rem;
    justify-content: flex-end;
    width: 90%;
  }
  #nosotrosTitulo1,
  .titulos {
    font-size: 1.2rem !important;
    justify-content: flex-end;
    width: 90%;
  }
  .titulos#proyIndividual {
    justify-content: center;
    margin-top: 30px;
    font-weight: 700;
    margin-left: 5%;
  }
  #proyIndividual {
    font-size: 5.5vw !important;
  }
  #primerTituloHome {
    display: none;
  }
  #primerTituloHomeResponsive {
    display: flex !important;
  }
}

.tituloRojoPrimera {
  color: #232b38;
  font-weight: 700;
  border-bottom: 3px solid #232b38;
  padding-left: 5px;
}
.contenedorSegundaSeccion {
  display: inline-block;
  position: relative;
  padding-left: 20%;
  margin-top: 162px;
  font-size: 3vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #75838a;
}
@media (max-width: 600px) {
  .contenedorSegundaSeccion {
    margin-top: 50px;
    font-size: 1.6rem;
    padding-left: 10%;
  }
}
.tituloRojo {
  color: #232b38;
  font-weight: 700;
  padding-left: 116px;
  margin-top: -10px;
}
.tituloRojo:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1920px;
  transform: translateX(-5%);
  bottom: 69%;
  left: 100%;
}
.tituloRojoEquipo {
  color: #232b38;
  font-weight: 700;
  padding-left: 116px;
  margin-top: -10px;
}
.tituloRojoEquipo:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1920px;
  transform: translateX(-5%);
  bottom: 69%;
  left: 105%;
}

@media (max-width: 600px) {
  .tituloRojo {
    color: #232b38;
    font-weight: 700;
    padding-left: 20vw;
    margin-top: -10px;
  }
  .tituloRojo:after {
    width: 70vw;
    transform: translateX(-5%);
    bottom: 65%;
    left: 80%;
  }
}

.linkBajoSecciones {
  font-size: 1.3vw;
  color: #102430;
  font-family: "Montserrat";
  font-weight: 400;
  margin-left: 80%;
  text-decoration: underline #232b38;
  -webkit-text-decoration: underline #232b38;
  text-align: end;
  text-underline-offset: 8px;
}

@media (max-width: 600px) {
  .linkBajoSecciones {
    font-size: 1rem;
    margin-left: 66%;
    font-weight: 600;
  }
}
.linkBajoSecciones:hover {
  font-weight: 600;
  color: #102430;
}

.terceraSeccion {
  margin-top: 40px;
  background-color: white;
  justify-items: center;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .terceraSeccion {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .terceraSeccion {
    grid-template-columns: repeat(2, 2fr);
  }
}

.containerLogo img {
  width: 14vw;
  min-height: auto;
}

@media only screen and (max-width: 600px) {
  .containerLogo img {
    width: 50vw;
    min-height: auto;
  }
}

.titulo1Parallax {
  font-size: 2.8vw;
  font-weight: 400;
}
@media (max-width: 600px) {
  .titulo1Parallax {
    font-size: 4vw;
  }
}
.titulo2Parallax {
  font-size: 4vw;
  font-weight: 600;
}
@media (max-width: 600px) {
  .titulo2Parallax {
    font-size: 5vw;
  }
}
.contenedorCuartaSeccion {
  display: inline-block;
  position: relative;
  padding-left: 50%;
  margin-top: 3%;
  font-size: 3vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #75838a;
}
@media (max-width: 600px) {
  .contenedorCuartaSeccion {
    padding-left: 20%;
    margin-top: 100px;
    font-size: 1.6rem;
  }
}
.tituloRojoCuarta {
  color: #232b38;
  font-weight: 700;
  padding-left: 12.7vw;
  margin-top: -10px;
}
@media (max-width: 600px) {
  .tituloRojoCuarta {
    padding-left: 23vw;
  }
}
.tituloRojoCuarta:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1920px;
  transform: translateX(-5%);
  bottom: 66%;
  left: 86%;
}
@media (max-width: 600px) {
  .tituloRojoCuarta:after {
    width: 25em;
    left: 70%;
  }
}
.contenedorImgCuarta {
  margin-top: 2%;
  display: flex;
  padding-left: 10%;
  /* padding-right:  10%; */
  gap: 3rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .contenedorImgCuarta {
    margin-top: 50px;
    display: flex;
    padding-left: 10%;
    /* padding-right:  1%; */
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll !important;
    flex-wrap: nowrap;
  }
}
.contenedorImgProy1 {
  width: 21vw;
  height: 32vw;
  overflow: hidden;
  margin: 0 0;
  object-fit: cover;
}

.contenedorImgProy2 {
  width: 21vw;
  height: 32vw;
  overflow: hidden;
  margin: 0 0;
  object-fit: cover;
}

@media (max-width: 600px) {
  .contenedorImgProy1 {
    width: 21rem;
    height: 30rem;
    overflow: hidden;
    margin: 0 0;
    object-fit: cover;
  }
  .contenedorImgProy2 {
    width: 21rem;
    height: 30rem;
    overflow: hidden;
    /* margin: 0 0; */
    margin-right: 20px;
    object-fit: cover;
  }
}
.contenedorImgProy1 img {
  height: 100%;
  transition: 0.5s all ease-in-out;
}
.contenedorImgProy2 img {
  height: 100%;
  transition: 0.5s all ease-in-out;
}
.contenedorImgProy1:hover img {
  transform: scale(1.5);
}
.contenedorImgProy2:hover img {
  transform: scale(1.5);
}
.seccionDondeEstamos {
  display: none;
}
@media (max-width: 600px) {
  .seccionDondeEstamos {
    display: block;
  }
}
.map-responsive {
  margin-top: 3vw;
  overflow: hidden;
  padding-bottom: 35vw;
  position: relative;
  height: 0;
}
@media (max-width: 600px) {
  .dondeEstamosCartel {
    display: none;
  }
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 35.5vw;
  width: 100%;
  position: absolute;
}
@media (max-width: 600px) {
  .map-responsive {
    margin-top: 0rem;
    height: 15rem;
  }
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 15rem;
    width: 100%;
    position: absolute;
  }
}

.contenedorQuintaSeccion,
.contenedorQuintaSeccionNosotros {
  display: inline-block;
  position: relative;
  padding-left: 20%;
  margin-top: 100px;
  font-size: 3vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #75838a;
}
@media (max-width: 600px) {
  .contenedorQuintaSeccion {
    font-size: 1.6rem;
    margin-top: 50px;
    padding-left: 10%;
  }
  .contenedorQuintaSeccionNosotros {
    font-size: 1.6rem;
    margin-top: 50px;
    padding-left: 11% !important;
  }
}
.tituloRojoQuinta {
  color: #232b38;
  font-weight: 700;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoQuinta:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1920px;
  transform: translateX(-5%);
  bottom: 60%;
  left: 81%;
}
@media (max-width: 600px) {
  .tituloRojoQuinta {
    padding-left: 70px;
  }
  .tituloRojoQuinta:after {
    width: 17em;
    left: 6.5em;
  }
}
#resumenPost1,
#resumenPost2,
#resumenPost3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dondeEstamosCartel {
  width: 30vw;
  height: 36vw;
  margin-left: 60%;
  background: #faf5ee 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.dondeEstamosCartel1 {
  height: 400px;
  background: #faf5ee 0% 0% no-repeat padding-box;
  opacity: 0.9;
  margin-top: 3rem;
}
.contenedorSextaSeccion {
  display: inline-block;
  position: relative;
  padding-left: 10%;
  margin-top: 50px;
  font-size: 3vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #75838a;
}
@media (max-width: 600px) {
  .contenedorSextaSeccion {
    display: inline-block;
    position: relative;
    padding-left: 10%;
    margin-top: 50px;
    font-size: 1.6rem;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
.tituloRojoSexta {
  color: #232b38;
  font-weight: 700;
  padding-left: 2em;
  margin-top: -10px;
}
.tituloRojoSexta:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1920px;
  transform: translateX(-5%);
  bottom: 91%;
  left: 80%;
}
@media (max-width: 600px) {
  .tituloRojoSexta:after {
    width: 12em;
    left: 45%;
  }
}
.tarjetasBlog {
  margin-top: 50px;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  gap: 5rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 400;
}
.tarjetasBlog2 {
  display: flex;
  gap: 5rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 600px) {
  .tarjetasBlog {
    display: flex;
    padding-left: 0%;
    padding-right: 0;
    overflow-x: scroll;
    gap: 1rem;
    height: 23rem;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1rem;
    margin-right: 5px;
    margin-left: 5px;
  }
  .tarjetasBlog2 {
    display: flex;
    padding-left: 0%;
    padding-right: 0;
    overflow-x: scroll;
    gap: 1rem;
    height: 23rem;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 1rem;
    margin-right: 5px;
    margin-left: 5px;
  }
  .card-title {
    font-size: 1.2rem !important;
  }
  .card-title2 {
    font-size: 1.2rem !important;
    text-align: center;
    color: #102430;
  }
  .card-text {
    font-size: 0.8rem !important;
  }
}
.card {
  width: 15rem;
  height: 17rem;
  margin-left: 35%;
  margin-top: 25%;
  border-radius: 0px !important;
}
@media only screen and (max-width: 600px) {
  .card {
    width: 19rem !important;
    margin-left: 0% !important;
    height: 11rem !important;
    margin-top: 11rem !important;
  }
}
.card-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 0.3vw solid #232b38;
  margin: -0.1vw;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .card-body {
    height: 100%;
    border-bottom: 1.5vw solid #232b38;
  }
}

.card2 {
  width: 15rem;
  height: 17rem;
  margin-left: 35%;
  margin-top: 25%;
  border-radius: 0px !important;
}
@media only screen and (max-width: 600px) {
  .card2 {
    width: 19rem !important;
    margin-left: 0% !important;
    height: 11rem !important;
    margin-top: 21rem !important;
  }
}
.card-body2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 0.3vw solid #232b38;
  margin: -0.1vw;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .card-body2 {
    height: 20%;
    border-bottom: 1.5vw solid #232b38;
  }
}





.card-link {
  display: flex;
  justify-content: flex-end;
  color: #232b38;
}
.containerLogo {
  position: relative;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.image {
  display: block;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 50;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.containerLogo:hover .overlay {
  bottom: 5%;
  height: 95%;
}
.botonEmpresas {
  background-color: #75838a;
  width: 40%;
  height: 100%;
  margin-left: 5%;
  margin-top: 0px;
  color: white;
  font-size: 0.9vw;
  border: none;
}
.botonEmpresas:hover {
  background-color: #1d3441;
  color: white;
  border: none;
}

@media (max-width: 600px) {
  .botonEmpresas {
    font-size: 3vw;
  }
}

.nosotrosPrimeraSeccion {
  display: inline-block;
  position: relative;
  padding-left: 10%;
  margin-top: 3vw;
  font-size: 3vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #1d3441;
}

.tarjetaEmpresaHome {
  width: 14vw;
  height: 14vw;
  background-color: white;
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .tarjetaEmpresaHome {
    width: 50vw;
    height: 50vw;
    background-color: white;
    font-family: "Montserrat";
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.logoTarjetaOverlay {
  width: 6vw !important;
  height: 6vw !important;
}

@media (max-width: 600px) {
  .logoTarjetaOverlay {
    width: 20vw !important;
    height: 20vw !important;
  }
}
@media (max-width: 600px) {
  .textoEmpresaHome {
    font-size: 3vw !important;
  }
}

@media (max-width: 600px) {
  .nosotrosPrimeraSeccion {
    font-size: 1.6rem;
    padding-left: 10% !important;
    font-family: "Montserrat";
    font-weight: 700;
    color: #232b38;
    margin-top: 7rem;
  }
}
.tituloRojoNosotros {
  color: #232b38;
  font-weight: 700;
  padding-left: 35%;
  width: 500px;
  margin-top: -20px;
}
.tituloRojoNosotros:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1900px;
  transform: translateX(-5%);
  bottom: 69%;
  left: 42vw;
}
.tituloRojoNosotrosCastro {
  color: #232b38;
  font-weight: 700;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoNosotrosCastro:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 1900px;
  transform: translateX(-5%);
  bottom: 69%;
  left: 64%;
}
@media (max-width: 600px) {
  .tituloRojoNosotros {
    color: #1d3441;
    font-weight: 400;
    padding-left: 52%;
    margin-top: -14px;
  }
  .tituloRojoNosotros:after {
    left: 16rem;
  }
}

@media (max-width: 600px) {
  .tituloRojoNosotrosCastro {
    color: #1d3441;
    font-weight: 400;
  }
  .tituloRojoNosotrosCastro:after {
    width: 20em;
    left: 6em;
  }
}
.textoOrigenYTray {
  color: #232b38;
  font-weight: 500;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 2rem;
  margin-left: 21%;
}
@media (max-width: 600px) {
  .textoOrigenYTray {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 2rem;
    margin-left: 12%;
  }
  .textoNosUnimos {
    font-size: 1rem !important;
    margin-left: 11% !important;
    text-align: left !important;
    margin-right: 10%;
  }
}

.lineaTiempo {
  width: 100%;
  height: auto;
  margin-top: 0rem;
}
@media (max-width: 600px) {
  .lineaTiempo {
    width: 80%;
    height: auto;
    margin-top: 0rem;
  }
}
.contenedorLineaTiempo {
  margin-top: 50px;
  display: flex;
  padding-left: 21%;
  padding-right: 15%;
  gap: 1rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .contenedorLineaTiempo {
    margin-top: 0px;
    display: flex;
    padding-left: 0%;
    padding-right: 0%;
  }
}
.tituloRojoQuintaSocios {
  color: #232b38;
  font-weight: 500;
  padding-left: 8vw;
  margin-top: -10px;
}
.tituloRojoQuintaSocios:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 35em;
  transform: translateX(-5%);
  bottom: 71%;
  left: 45rem;
}

@media (max-width: 600px) {
  .tituloRojoQuintaSocios:after {
    padding-left: 35%;
  }
  .tituloRojoQuintaSocios:after {
    width: 11em;
    left: 6.8em;
  }
}
.seccionSocios {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: row;
  align-content: space-evenly;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .seccionSocios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.imgSocios {
  max-width: 250px;
  height: auto;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.7));
  margin-top: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .imgSocios {
    max-width: 300px;
  }
}
.seccionEquipo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: row;
  align-content: space-around;
}
@media only screen and (max-width: 600px) {
  .seccionEquipo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: 10%;
  }
}
.textoBajoEmpresa {
  display: flex;
  font-family: "Montserrat";
  font-weight: 400;
  width: 80%;
  margin-top: 2rem;
  margin-left: 1%;
}
.socialSitioEmpresa {
  display: flex;
  font-family: "Montserrat";
  font-weight: 400;
  width: 60%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 80%;
  margin-left: 10%;
}
.redesEmpresa {
  width: 25%;
}
.infoContacto {
  width: 30%;
  margin-left: 3%;
}
.logoEmpresa {
  width: 30%;
}
.logoEmpresa img {
  width: 15vw;
}
@media (max-width: 600px) {
  .redesEmpresa {
    width: 50%;
  }
  .infoContacto {
    width: 100%;
  }
  .logoEmpresa {
    width: 50%;
  }
  .logoEmpresa img {
    width: 80%;
  }
}
.contenedorSliderCompletoProy {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .contenedorSliderCompletoProy {
    margin-bottom: 0px;
  }
  #individualProyecto,
  .contenedorSliderCompletoProy {
    height: 80vw !important;
  }
}
.tarjetasProyectos {
  margin-top: 10px;
  display: flex;
  margin-bottom: 100px;
  padding-left: 10%;
  gap: 2vw;
  padding-right: 10%;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.contenedorImgProyectoCard img {
  width: 23vw;
  height: 24vw;
  object-fit: cover;
}
@media (max-width: 600px) {
  .tarjetasProyectos img {
    width: 20rem;
    /* height:  300px; */
    object-fit: cover;
  }
}
.cardIndividualProyecto {
  width: 24vw !important;
  border-color: transparent !important;
}
.contenedorImgProyectoCard {
  width: 23vw;
  height: 24vw;
  overflow: hidden;
  margin: 0 0;
  object-fit: cover;
}

.contenedorImgProyectoCard img {
  height: 100%;
  transition: 0.5s all ease-in-out;
}
.contenedorImgProyectoCard:hover img {
  transform: scale(1.5);
}
@media (max-width: 600px) {
  .contenedorImgProyectoCard {
    width: 20rem;
    height: auto;
    display: block;
  }
  .cardIndividualProyecto {
    width: 20rem !important;
  }
  .contenedorImgProyectoCard img {
    height: 100%;
    transition: none;
  }
  .contenedorImgProyectoCard:hover img {
    transform: none;
  }
}

.card2 {
  border-radius: 0px !important;
}
.card-body2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 600px) {
  .card-body2 {
    align-items: center;
  }
}
.containerTextoCardProyecto {
  margin-left: -4rem;
}
.tituloCardProyecto {
  font-size: 1vw;
  font-family: "Montserrat";
  font-weight: 700;
  color: #232b38;
  margin-top: 10px;
}
.cuerpoCardProyecto {
  font-size: 0.9vw;
  font-family: "Montserrat";
  font-weight: 400;
  color: #1d3441;
  margin-top: -1rem;
}

@media (max-width: 600px) {
  .containerTextoCardProyecto {
    margin-left: 0rem !important;
  }
  .tituloCardProyecto {
    font-size: 1rem;
    font-family: "Montserrat";
    font-weight: 700;
    color: #232b38;
    margin-top: 10px;
  }
  .cuerpoCardProyecto {
    font-size: 0.9rem;
    font-family: "Montserrat";
    font-weight: 400;
    color: #1d3441;
    margin-top: -1rem;
  }
}

.botonFiltro {
  background-color: transparent;
  border: 1px solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #232b38;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.2rem;
  color: #232b38;
}
.botonFiltro:hover {
  background-color: #232b38;
  color: white;
}
.botonFiltro:focus {
  background-color: #232b38;
  color: white;
}
.buttons {
  display: flex;
  justify-content: center;
  margin-top: 1vw;
}
@media (max-width: 600px) {
  .buttons {
    flex-wrap: wrap;
    margin-top: 4vw;
  }
}
.primeraSeccionSanNicanor {
  display: inline-block;
  position: relative;
  padding-left: 10%;
  margin-top: 2vw;
  font-size: 3vw;
  font-family: "Montserrat";
  font-weight: 400;
}
@media (max-width: 600px) {
  .botonFiltro {
    background-color: transparent;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .primeraSeccionSanNicanor {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.tituloRojoSanNicanor {
  color: #232b38;
  font-weight: 700;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoSanNicanor:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 35em;
  transform: translateX(-5%);
  bottom: 71%;
  left: 95%;
}
@media (max-width: 600px) {
  .tituloRojoSanNicanor:after {
    width: 9em;
    left: 9em;
  }
}
.tituloRojoFiorenza {
  color: #232b38;
  font-weight: 700;
  padding-left: 10vw;
  margin-top: -10px;
}
.tituloRojoFiorenza:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 35em;
  transform: translateX(-5%);
  bottom: 71%;
  left: 95%;
}
@media (max-width: 600px) {
  .tituloRojoFiorenza:after {
    width: 9em;
    left: 9em;
  }
}

.contenedorSlider1 {
  width: 50%;
  object-fit: contain;
}
.contenedorSlider2 {
  width: 56%;
  object-fit: cover;
  position: relative;
}
@media (max-width: 600px) {
  .slideshow-container1 {
    height: 60vw;
  }
  .contenedorSlider1 {
    width: 100%;
    object-fit: cover;
    position: relative;
  }
  .contenedorSlider1 img {
    height: 65vw !important;
  }
}
@media (max-width: 600px) {
  .contenedorSlider2 {
    width: 100%;
    object-fit: cover;
    position: relative;
  }
  .contenedorSlider2 img {
    height: 65vw !important;
  }
}
.contenedorSlider3 {
  width: 28%;
  object-fit: cover;
  position: relative;
  margin-left: -4%;
}
@media (max-width: 600px) {
  .contenedorSlider3 {
    width: 85%;
    margin-top: -50px;
    margin-left: 0%;
  }
  .contenedorSlider3 img {
    height: 90vw !important;
  }
  .slideshow-container3 {
    height: 85vw;
  }
}

.contenedorImagenTexto2 {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10%;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .contenedorImagenTexto2 {
    padding-left: 0%;
    justify-content: center;
  }
}
.textoCaracteristicasProyecto {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 2rem;
  color: #1d3441;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: 15%;
  flex-direction: row;
  justify-content: center;
  margin-top: 3rem;
  gap: 3.5rem 1.5rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .textoCaracteristicasProyecto {
    margin-top: 0rem;
    align-items: center;
  }
  .textoCaracteristicasProyecto#individual {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .textoCaracteristicasProyecto#individual .subrayado {
    border-bottom: 3px solid #232b38;
  }
}
@media (max-width: 600px) {
  .textoCaracteristicasProyecto#proyIndividual {
    display: flex;
    height: 17rem;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    justify-content: flex-start;
  }

  #planoModal img {
    width: 70vw !important;
  }

  #planos {
    overflow-x: scroll;
    justify-content: flex-start !important;
  }
}

.mySlides3 .textoCaracteristicasProyecto2 {
  font-family: "Montserrat";
  font-weight: 500;
  color: #232b38;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.botonFiltroEmpresa {
  background-color: #1d3441;
  color: white;
  height: 36px;
  width: max-content;
  border-top-left-radius: 5px;
  margin-top: 2vw;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: #1d3441;
  margin-left: 60%;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.9vw;
}
.botonFiltroEmpresa:hover {
  background-color: white;
  color: #1d3441;
}
.botonFiltroEmpresa:focus {
  background-color: white;
  color: #1d3441;
}
@media (max-width: 600px) {
  .botonFiltroEmpresa {
    width: 50%;
    font-size: 1rem;
    margin-left: 0%;
    font-weight: 400;
  }
}
.tituloRojoNosotrosBicastro {
  color: #232b38;
  font-weight: 500;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoNosotrosBicastro:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 35em;
  transform: translateX(-5%);
  bottom: 60%;
  left: 13em;
}
@media (max-width: 600px) {
  .tituloRojoNosotrosBicastro:after {
    width: 19em;
    left: 8em;
  }
}
.tituloRojoNosotrosBac {
  color: #232b38;
  font-weight: 500;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoNosotrosBac:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 35em;
  transform: translateX(-5%);
  bottom: 60%;
  left: 10em;
}
.tituloRojoNosotrosVerna {
  color: #232b38;
  font-weight: 500;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoNosotrosVerna:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 30em;
  transform: translateX(-5%);
  bottom: 60%;
  left: 15em;
}
.tituloRojoNosotrosGimenez {
  color: #232b38;
  font-weight: 500;
  padding-left: 80px;
  margin-top: -10px;
}
.tituloRojoNosotrosGimenez:after {
  position: absolute;
  content: "";
  border-top: 3px solid #232b38;
  width: 30em;
  transform: translateX(-5%);
  bottom: 60%;
  left: 16em;
}
@media (max-width: 600px) {
  .tituloRojoNosotrosBac {
    color: #232b38;
    font-weight: 500;
    padding-left: 80px;
    margin-top: -10px;
  }
  .tituloRojoNosotrosBac:after {
    position: absolute;
    content: "";
    border-top: 3px solid #232b38;
    width: 35em;
    transform: translateX(-5%);
    bottom: 64%;
    left: 5.5em;
  }
  .tituloRojoNosotrosVerna {
    color: #232b38;
    font-weight: 500;
    padding-left: 80px;
    margin-top: -10px;
  }
  .tituloRojoNosotrosVerna:after {
    position: absolute;
    content: "";
    border-top: 3px solid #232b38;
    width: 30em;
    transform: translateX(-5%);
    bottom: 66%;
    left: 10.5em;
  }
  .tituloRojoNosotrosGimenez {
    color: #232b38;
    font-weight: 500;
    padding-left: 80px;
    margin-top: -10px;
  }
  .tituloRojoNosotrosGimenez:after {
    position: absolute;
    content: "";
    border-top: 3px solid #232b38;
    width: 30em;
    transform: translateX(-5%);
    bottom: 67%;
    left: 11.5em;
  }
}
@media (max-width: 600px) {
  #empresas .textoPrimeraSeccion {
    margin-left: 0%;
    font-size: 0.8rem;
    width: 90% !important;
    padding-right: 0% !important;
    padding-left: 0% !important;
    color: #75838a;
  }
}

.fondoEmpresaMobile {
  display: none;
}
@media (max-width: 600px) {
  .fondoEmpresaMobile {
    display: flex;
    align-items: center;
  }
  .fondoEmpresaDesktop {
    display: none;
  }
}

@media (max-width: 600px) {
  #logoIndividualEmpresa {
    display: block !important;
    margin-top: 5rem;
  }
}
.titulosProy {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 2vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .titulosProy {
    padding-top: 30px;
  }
  .titulosProy #tituloPrincipalCuerpoProyecto {
    font-size: 5vw !important;
  }
  .titulosProy #tituloSecundarioCuerpoProyecto {
    font-size: 4.5vw !important;
  }
  #textoCuerpoProyecto {
    font-size: 3.5vw !important;
    padding-left: 0% !important;
  }
  #textoCaracteristicasProyectoIndividual {
    font-size: 3.5vw !important;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0%;
    margin-right: 0% !important;
  }
}
.seccionMobile {
  display: none;
}

@media (max-width: 600px) {
  #tituloOculto {
    display: block !important;
    margin-top: 10px;
  }
  #tituloVisible {
    display: none;
  }
  .seccionDesktop {
    display: none;
  }
  .seccionMobile {
    display: block;
  }
}

@media (max-width: 600px) {
  #empresaIndividual {
    flex-direction: column;
  }
  #imgEmpresaIndividual {
    width: 80% !important;
    margin-top: 1rem;
  }
}
.dondeEstamosTexto p {
  font-size: 1vw;
  font-family: "Montserrat";
  font-weight: 400;
  padding-left: 25px;
  color: #1d3441;
  margin-top: 0px;
  margin-left: -8px;
}
#socialFooter {
  color: #1d3441 !important;
  font-size: 30px !important;
  margin-left: 10px;
}
#socialFooter:hover {
  color: #232b38 !important;
  font-size: 30px !important;
}
#planoImg,
#planoImg2,
#planoImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#planoImg:hover,
#planoImg2:hover,
#planoImg3:hover {
  opacity: 0.7;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 600px) {
  .modal {
    padding-top: 100px;
  }
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  color: #102430;
  font-family: 'montserrat';
  margin-top: 5vw;
}
.modal-content, h2 {
  text-align: center;
}
#caption,
#caption2,
#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content,
#caption,
#caption2,
#caption3 {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 1vw;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .close {
    top: 1vw;
  }
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  position: absolute;
  top: 1vw;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .close2 {
    top: 0vw;
  }
}
.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.close3 {
  position: absolute;
  top: 1vw;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .close3 {
    top: 0  vw;
  }
}
.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.whatsApp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 2vw;
  right: 3vw;
  background-color: #30472c;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-whatsApp {
  padding-top: 16px;
  width: 60px;
  height: 60px;
}

.whats-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.whats-on-hover:hover,
.whats-on-hover:focus,
.whats-on-hover:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: white;
}

#cartelWhatsapp {
  position: fixed;
  bottom: 4.2rem;
  -webkit-box-shadow: 0px 1px 12px 10px rgb(139 139 139 / 50%),
    inset 0px 0px 0px 13px rgb(139 139 139 / 47%);
  box-shadow: 0px 1px 18px 9px rgb(139 139 139 / 30%),
    inset 0px 0px 0px 12px rgb(139 139 139 / 25%);
  right: -0.5rem;
  visibility: hidden;
  color: #232b38;
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  #cartelWhatsapp {
    visibility: hidden;
  }
}

.my-whatsApp:hover + #cartelWhatsapp {
  visibility: visible;
}

/* Estilos para el botón de la ventana modal */
#modal-button,
.modal-button {
  background-color: transparent;
  border: 0px;
  box-shadow: 0px 0px 0px #232b38;
  font-family: "Montserrat";
  color: #1d3441;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  height: 100px;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}
#modal-button:hover,
.modal-button:hover {
  box-shadow: 0px 0px 10px #232b38;
}

/* Estilos para la ventana modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}

/* Estilos para el botón de cerrar */
.close,
.close2,
.close3,
.close4,
.close5 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus,
.close4:hover,
.close4:focus,
.close5:hover,
.close5:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilos para el fondo borroso */
.modal-background,
.modal-background2,
.modal-background3,
.modal-background4,
.modal-background5 {
  display: none;
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 191, 0, 0.2);
  backdrop-filter: blur(5px);
}


.textoParallax{
  position: absolute;
  margin-top: -500px;
  color: white;
  left:25%
}

@media only screen and (max-width: 600px) {
  .textoParallax{
    position: absolute;
    margin-top: -250px;
    color: white;
    left:20%
  }
}