.container {
	        max-width: 100%;
padding: 0;
}

    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1rem;
      border-radius: 10px;
    }
    .carousel img {
      height: 500px;
      object-fit: cover;
    }
    .main-text {
background:#607d8b8c;
      position: absolute;
    text-align: center;
    margin: 0;
    height: 59%;

    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    z-index: 99;
    }


.carousel-info {
padding: 30px;
}



 body {
      margin: 0;
font-family: 'Poppins';
    }

h1 {
    font-size: 6vh;
text-shadow: 3px 1px black;
}

.main-text p {
text-shadow: 3px 1px black;
}


h5 {
text-shadow: 0 0 black;
   color: orange;
    font-size: 18vh;
margin-top: -30px;
}


.carousel-i {
	font-size: 5vh;
    margin-bottom: -11px;
text-shadow: 3px 1px black;
}


    /* Encabezado */
    .header {
           z-index: 9999;
    margin: 10px;
    background: #fff;
    top: 10px;
    position: sticky; 
        
        
        
        
display: flex;
    justify-content: space-between;
 
      color: #000000;
      padding: 1rem;
margin-bottom: 10px;
    }

    .menu-btn {
      font-size: 1.5rem;
      cursor: pointer;
      background: orange;
      border: none;
      color: white;
    }

    .title {
      font-size: 1.4rem;
    display: flex;
    font-weight: 700;

    }

    /* Menú flotante */
    .sidebar {
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      background-color: #444;
      color: white;
      padding: 2rem 1rem;
      transition: left 0.3s ease;
      z-index: 1000;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar a {
      display: block;
      margin: 1rem 0;
      color: white;
      text-decoration: none;
    }

    /* Fondo oscuro cuando el menú está abierto */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      display: none;
      z-index: 999;
    }

    .overlay.active {
      display: block;
    }



    .gallery {
      /*column-count: 3;*/
      column-gap: 1rem;
      padding: 1rem;
    }

    .gallery-item {
      break-inside: avoid;
      margin-bottom: 1rem;
      background: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      display: block;
    }




    .content-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.content-section.reverse {
  flex-direction: row-reverse;
}

.text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
}

.image {
  flex: 1;
  min-width: 280px;
  padding: 20px;
}

.image img {
  width: 100%;
  height: auto;
  box-shadow: 20px -20px #FFC107;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.image img:hover {
  transform: scale(1.05);
}

/* 📱 Diseño móvil innovador */
@media (max-width: 768px) {
  .content-section {
    flex-direction: column;
    text-align: center;
    margin: 40px 0px;
  }

  .content-section.reverse {
    flex-direction: column;
  }

  .image img {
    box-shadow: 20px -20px #FFC107;
  }

  .text h2 {
    font-size: 2em;
  }

  .text p {
    font-size: 20px;
  }
}










.footer {
  background: linear-gradient(to right, #ff9900, #ff6600);
    color: white;
    /* text-align: center; */
    height: 500px;
    padding: 60px;
    text-decoration: underline;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffe6cc;
}

.footer-text {
  font-size: 0.9em;
}







.services {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
}

.service-card {
  flex: 1 1 300px;
  background: orange;
  border-radius: 16px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
//box-shadow: 3px 1px black;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
}

.service-card h3 {
  font-size: 27PX;
  margin-bottom: 15px;
  font-weight: 700;
        color: #333;
        
}

.service-card ul {
  list-style: outside;
  padding: 0;
}

.service-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #333;
  font-size: 1em;
  color: #000;
    
}

/* 📱 Diseño móvil innovador */
@media (max-width: 768px) {
  .services {
    flex-direction: column;
    align-items: center;
    padding: 110px 20px;
  }

  .service-card {
    width: 90%;
    margin-bottom: 20px;
  }

  .service-card h3 {
    font-size: 20PX;
        text-transform: uppercase;
  }

  .service-card ul li {
    font-size: 1.2rem;
  }
}


.contacto-mensaje {
height: 40vh;
    background: orange;
    margin: 90px 0px 150px;
    /* font-size: 20px; */
    color: #333;
    padding: 40px;
}


.contacto-mensaje h6{
font-size: 30px;
}

.btn {
border: 2px solid #333;
    margin-top: 20px;
    margin-left: 50%;
}



.title img {
    width: 41px;
    border-radius: 10px;
margin-left: 10px;
}
