body{
   font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.content-beneficios{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 .796841278193901px 2.3905238345817033px -.625px #0000000d, 0 2.413677098392273px 7.2410312951768185px -1.25px #0000000d, 0 6.3802836426702925px 19.140850928010877px -1.875px #0000000d, 0 20px 60px -2.5px #0000000d;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 20px;
    position: relative;
    will-change: transform;
}

.content-beneficios h4{
    color: #d2216d;
    text-align: center;
    display: block;
}

.content-beneficios ul li{
    text-align: left;
}

.imagen-producto{
    border: 3px solid #0d76bc;
    border-radius: 50%;
    padding: 0.3em;
    box-shadow: 0 .796841278193901px 2.3905238345817033px -.625px #0000000d, 0 2.413677098392273px 7.2410312951768185px -1.25px #0000000d, 0 6.3802836426702925px 19.140850928010877px -1.875px #0000000d, 0 20px 60px -2.5px #0000000d;
    transition: transform 0.4s ease;
}

.imagen-producto:hover {
  transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
}

#beneficios h3, #compromiso h3, #ubicanos h3{
    color: #d2216d;
    font-size: 2.1em;
    font-weight: bold;
}


.navbar{
    background-color: #064188 !important;
    box-shadow: 0 4px 8px rgba(128, 128, 128, 0.3); /* sombra gris */
    /* Opcional: prefijos para navegadores antiguos */
    -webkit-box-shadow: 0 4px 8px rgba(128, 128, 128, 0.3);
    -moz-box-shadow: 0 4px 8px rgba(128, 128, 128, 0.3);
    color: #fff;
}

.nav-item{
    margin-left: 60px;
    text-align: center;
}

.navbar-nav a.nav-link{
    color: #fff !important;
}

.navbar-toggler{
    border-color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .slider {
    position: relative;
    background-image: url('../../assets/img/banner-miagua.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 700px;
    overflow: hidden; /* importante para contener el overlay */
    box-shadow: 0 8px 16px -4px rgba(0, 123, 255, 0.3); /* sombra azul */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    z-index: 1;
}

.contenido {
    position: relative;
    z-index: 2; /* El contenido queda arriba del overlay */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider h3 {
    color: #d2216d;
    font-size: 4em;
    font-weight: bold;
}

.slider p {
    color: #d2216d;
    font-size: 2em;
}

@media (max-width: 768px) {
    .slider h3 {
        font-size: 2.75em;
    }

    .slider p {
        font-size: 1.6em;
    }

    .slider {
        background-position: 200px top; /* mover fondo 200px en móvil */
    }
}

@media (max-width: 767px) {
    .nav-item {
        margin-left: 20px;
    }

    .slider{
        background-position: -400px center;
    }

    .overlay { 
        background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.3) 100%);
        z-index: 1;
    }
}


.footer h5{
    color: #d1216e;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
}

.phone-number a{
    text-decoration: none;
    color: #0d76bc;
}

.phone-number a:hover{
    color: #0d76bc;
}


.contact-info, .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.phone-number, .social-icon {
    margin: 5px 0;
}
.social-icon {
    color: #FFF;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    background: #d1216e;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


.contact-icon {
    color: #FFF;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    background: #d1216e;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-icon:hover{
    text-decoration: none;
    color: #FFF;
}

.copyright {
    text-align: center;
    margin-top: 15px;
    color: #d1216e;
}

.txt-15{
    font-size: 1.23em;
    color: #0d76bc;
}

#productos, #compromiso, .footer{
    /*background-image: url('../../assets/img/solution_bg.jpg');*/
    box-shadow: 0 8px 16px -4px rgba(0, 123, 255, 0.3); /* sombra azul */
    background-color:rgb(148, 211, 230);
    width:100%;
    position: static;
}

#ubicanos{
    box-shadow: 0 8px 16px -4px rgba(0, 123, 255, 0.3); /* sombra azul */
    width:100%;
    position: relative;
    padding-bottom: 7em;
}

#beneficios{
    position: relative;
    box-shadow: 0 8px 16px -4px rgba(0, 123, 255, 0.3); /* sombra azul */
}

#test{
    box-shadow: 0 8px 16px -4px rgba(0, 123, 255, 0.3); /* sombra azul */
    height: 400px;
}
    


#productos h3{
    color: #d1216e;
    font-size: 2.1em;
    font-weight: bold;
}

#productos h4{
    color: #0d76bc;
}

.onda-pequena {
  width: 200px;
  margin: 10px auto;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg width='60' height='20' xmlns='http://www.w3.org/2000/svg'><path d='M0 10 Q 15 0, 30 10 T 60 10' fill='none' stroke='%2300aaff' stroke-width='2'/></svg>");
  background-repeat: repeat-x;
}

.onda-menu {
  width: 80px;
  margin: 5px auto;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg width='60' height='20' xmlns='http://www.w3.org/2000/svg'><path d='M0 10 Q 15 0, 30 10 T 60 10' fill='none' stroke='%2300aaff' stroke-width='2'/></svg>");
  background-repeat: repeat-x;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 26.25%; /* Proporción 16:9 (ajusta según necesites) */
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 760px) {
    .map-responsive{
        height: 300px;
    }
}

.water-right{
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
