* {
  margin: 0;
  padding: 0;
}

/*navbar*/

.imgNavbar {
  width: 200px;
  height: 79.3px;
}

/*trayectoria*/
.textoTrayectoria {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;

}

.mediaNosotros {
  line-height: 2;
}


#Servicios {
  background-image: url("../imagenes/fondo/fondo.png");
  background-repeat: repeat;
}

.letras {
  font-family: 'Poppins', sans-serif;
  transition: transform 0.3s ease-in-out;
  font-size: 1.5rem;

}

.textoPrincipalServ {
  font-family: "Playfair Display", Georgia, "Times New Roman";
}

.contenedorCentral {
  height: 150px;

  overflow: hidden;
  /* Establece una altura mínima del 100% del alto de la ventana */
}

.fondoServicio {
  background-color: rgba(0, 0, 0, 0.35);
}

.tituloServicio {
  font-size: 1.5vw;
  font-family: 'Francois One', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.tituloServicioB {
  font-size: 1.5vw;
  font-family: 'Francois One', sans-serif;
  text-transform: uppercase;
  color: #000000;
}

.tituloServicioC {
  font-size: 1.5vw;
  font-family: 'Francois One', sans-serif;
  text-transform: uppercase;
  color: #000000;
}

.imagenServicio {
  width: 26%;
}

/* correccion del carrousel */
.contactoCss {
  margin-top: 150px;
  /* Establece una altura mínima del 100% del alto de la ventana */
}

.fondoFooter {

  overflow: hidden;
}

.footerCss {
  background-color: #cacbcc;
  color: #000000;
}

/* Estilos para el whatsapp */

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25D366;
  border-radius: 50px;
  text-align: center;
  font-size: 29.8px;
  z-index: 100;
}

.bi-whatsapp {
  margin-top: 6px;
}

.footerMedia {
  width: 300px;
}

@media (max-width: 1024px) {


  .footerMedia {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .servicioMediaT {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
  }

  .imgNavbar {
    width: 100px;
    height: 39.65px;
  }

  .servicioMediaB {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .mediaNosotros {
    line-height: 1.5;
  }

  .textoTrayectoria {
    font-size: 12px;
  }

  .letras {
    font-family: 'Poppins', sans-serif;
    transition: transform 0.3s ease-in-out;
    font-size: 1rem;  
  }

  .textoUbicacion {
    font-size: 12px;
  }
}

@media (max-width: 782px) {
  .card-title-proyecto {
    font-size: 12px;

  }
}

.servicioColorTit {
  color: rgb(61, 62, 57);
}

.imgEfecto {
  overflow: hidden;

}

.rounded-top:hover {
  transform: scale(1.05);
  transition: 1s all;

}