body {
  font-family: 'Poppins', sans-serif;
}

.carousel-inner img {
  height: 500px;
  object-fit: cover;
}



#contacto {
  text-align: center;
  max-width: 95%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#nav{
  background-color: #f9f9f9;
}

.banner {
  
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.banner-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
   top: 100%;
  left: 100%;

  z-index: 10;
}


@media (max-width: 768px) {
  .banner-content {
      position: static;
      transform: none;
      margin-bottom: 20px;
      text-align: center;
  }
}

/* Contenido */
.container {
  max-width: 1100px;
}

img {
  border-radius: 10px;
}


.navbar {
  position: fixed;
  z-index: 1030;
  top: 0;
}
body {
  padding-top: 56px; /* Ajustar según la altura de tu navbar */
}
@media (min-width: 992px) {
  body {
      padding-top: 76px; /* Ajustar para pantallas más grandes si es necesario */
  }
}

.form-container {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-top: 180px;
  margin-bottom: 30px;
}


.logo {
  max-width: 400px; 
  height: auto;
  margin-top: 10px;
}
.logo-container {
  text-align: center;
  margin-top: 50px;
}

.photo-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; /* Permite scroll horizontal solo si es necesario */
  background-color: #f0f0f04d;
  padding: 10px 0;
  margin-top: 100px;
}

/* Contenedor de cada foto */
.photo-container {
  flex: 1;
  height: 200px; /* Altura fija para todas las fotos */
  margin: 0 5px;
  min-width: 0; /* Permite que las imágenes se compriman si es necesario */
}

/* Estilo de las imágenes */
.photo-container img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Mantiene la proporción de la imagen */
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}



/* Estilos para el carrusel */
#carouselInicio {
  margin: 10px;  /* Margen en todos los lados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

/* Bordes redondeados para el carrusel */
#carouselInicio .carousel-inner {
  border-radius: 15px;  /* Ajusta este valor para más o menos redondeo */
  overflow: hidden;     /* Asegura que las imágenes respeten el borde redondeado */
}


#CardInicio {
  margin-top: 100px !important; /* Valor grande y con !important para forzar la separación */
  padding-top: 30px !important; /* Padding adicional para más espacio */
}

/* Hacer las tarjetas significativamente más grandes */
#CardInicio .card {
  min-height: 280px !important; /* Altura mínima mayor con !important */
  padding: 20px !important; /* Padding interno ampliado con !important */
}

/* Ampliar el tamaño del icono para ocupar más espacio */
#CardInicio .fa-3x {
  font-size: 4rem !important; /* Icono mucho más grande */
  margin: 15px 0 !important; /* Más espacio alrededor del icono */
  display: block !important; /* Asegura que ocupe todo el ancho */
}

/* Agrandar el contenido de texto */
#CardInicio .card-body {
  padding: 20px 15px !important; /* Más padding para aumentar el tamaño */
}

#CardInicio .card-body h5 {
  font-size: 1.5rem !important; /* Título más grande */
  margin-bottom: 15px !important; /* Más espacio bajo el título */
}

#CardInicio .card-body p {
  font-size: 1.2rem !important; /* Texto descriptivo más grande */
  line-height: 1.6 !important; /* Altura de línea aumentada */
}

/* Aumentar espaciado entre tarjetas */
#CardInicio .row > div {
  padding: 15px !important; /* Más padding entre columnas */
}

#CardInicio .card:hover {
  transform: translateY(-5px); /* Elevación sutil al pasar el cursor */
  box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06) !important;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
#cardserv{
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-elegant {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

.footer-logo-img {
  max-height: 80px;
  filter: brightness(1.2);
}

.footer-copyright {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.8;
  color: #ffffff;
}

.social-icons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  color: #ffffff;
}

.social-icon {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.social-icon:hover {
  color: #ffffff;
  transform: scale(1.2);
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-elegant {
      text-align: center;
  }
  
  .footer-logo-img {
      max-height: 30px;
  }

  .footer-copyright {
      font-size: 12px;
      color: #ffffff;
  }

  .social-icons {
      justify-content: center;
      margin-top: 10px;
      color: #ffffff;
  }

  .row > div {
      text-align: center !important;
      margin-bottom: 10px;
  }
}

.photo-row-nosotros{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; 
  background-color: #f0f0f04d;
  padding: 10px 0;
  margin-top: 100px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #515151;
}

h1 { 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; 
  font-size: 2.5rem; 
}

h2 { 
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
  font-size: 2rem; 
}

h3 { 
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; 
  font-size: 1.75rem; 
}

.pie-pagina, .comentarios {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; 
  font-size: 16px; 
  line-height: 1.6; 
  color: #515151; 
  margin-bottom: 20px; 
}

.texto-descripcion {
  font-family: 'Montserrat', sans-serif;
  max-width: 100%;
  line-height: 1.7;
  text-align: justify;
  font-size: 16px;
}

.banner-content h1 {
  text-align: left;
}

.banner-content p {
  text-align: left;
}

@media (min-width: 992px) {
  .texto-descripcion {
      max-width: 90%;
      margin: 0 auto;
  }
}

.text-start{
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.my-6 {
  margin-top: 6rem;    /* 96px */
  margin-bottom: 6rem; /* 96px */
}