body, html {
    margin: 0;
    padding: 0;
}
h2{
    color: #062f6d;
    font-size: 25px !important;
    font-weight: 300 !important;
}
h3{
    text-align: center;
    background-color: #062f6d;
    color: white;
    padding: 10px;
    position: relative;
    top: 30px;
}
h4{
    position: absolute;
    top: 50%; /* Posiciona el texto en la mitad superior de la imagen */
    left: 50%; /* Posiciona el texto en la mitad izquierda de la imagen */
    transform: translate(-50%, -50%); /* Centra el texto horizontal y verticalmente */
    color: rgb(255, 255, 255); /* Cambia el color del texto según lo necesites */
    font-size: 24px; /* Ajusta el tamaño de la fuente según lo necesites */
    text-align: center; /* Centra el texto horizontalmente */
    font-family: Arial, sans-serif; /* Cambia la fuente del texto según lo necesites */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Agrega sombra al texto para mayor legibilidad */
}


   
footer h5 {
    margin: 0;
    position: relative;
    width: 100%;
    background-color: #2D308C;
    margin: 0;
    padding: 30px;
    color: white;
    text-align: center;
}
.adquierela{
    width: 100%;
}
.boton_imagen{
    width: 50%;
}
video {
            width: 100%;
            
        }
        .boton_enlace{
            border: 2px solid #0000003d;
            padding: 20px;
            background-color: #50bcee;
            color: white;
            text-decoration: none;
            border-radius: 10px;
            width: 50%;
            text-align: center;
            font-weight: bold;
        }
.floating-button2 {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #007BFF;
    color: #fff !important;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    width: 10%;
    text-align: center;
    height: 5%;
    display: grid;
    align-items: center;
  }
.tabla1{
    border-top-left-radius: 10px; /* Redondea la esquina superior izquierda */
    border-bottom-left-radius: 10px;
}
.uno_li{
    display: flex;
}
.footer_imagen{
    width: 100%;
    height: 100%;
}
.texto_tabla1_li{
   color: #062f6d; 
}
.li_tabla1{
    background-color: white;
    color: rgb(45, 45, 45);
    padding: 50px;
    font-size: 20px;
    /*border-bottom-left-radius: 50px;*/
    border-radius: 30px;
    border: 10px solid #00a8ec;
}
.agua_redonda{
    width: 80%;
}
.li_tabla2{
    background-color: white;
    color: rgb(45, 45, 45);
    padding: 50px;
    font-size: 20px;
    /*border-bottom-right-radius: 50px;*/
    border-radius: 30px;
    height: 83%;
    border: 10px solid #00a8ec;
}
.li_tabla3{
    padding: 50px;
    font-size: 20px;
    border: 10px solid #00a8ec;
    border-radius: 30px;
}
.calor_mapa{
    width: 80% !important;
}
.botellas{
    width: 100%;
    height: 100%;
}
.cuadro_beneficios{
    display: grid; 
    align-items: center; 
    position: absolute;
}
.botella_final{
    width: 100%;
    height: 70% !important;
}
.texto_botella{
    
}
.cabecera{
    width: 100%;
    
    background-color: white;
    padding: 20px;
    text-align: center;
   
   
}
.texto_banner2{
    color: white;
    width: 90%;
    font-size: 30px !important;
}
.banner2{
    background-color: #062f6d;
    width: 100%;
    padding: 30px 30px 30px 40px; /* Espaciado interno para el contenido */
    box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
    color: white; /* Color de texto para mayor legibilidad */
    text-align: justify;
}
.imagen_botella{
    width: 100%;
    height: 100%;
}
.titulo{
    /*-webkit-text-stroke: 1px #00a8ec; /* Para navegadores WebKit (Chrome, Safari) */
    /*text-stroke: 2px #00a8ec; /* Propiedad estándar */
    color: white; /* Color del texto */
    font-size: 50px; /* Tamaño de fuente */
    /*font-weight: bold; /* Grosor de fuente */
}
.logo{
    width: 90%;
    height: 90%;
}
.col_titulo{
    display: grid;
    align-items: center;
}
.p_negrita{
    display: flex;
    justify-content: center;
}
.negrita{
    font-weight: bold !important;
    font-size: 25px;
    margin-right: 5px;
}
.botella_final{
    width: 50% !important;
}
.footer2{
    display: none;
 }
 .color_azul{
    background-color: blue;
    width: 100%;
 }
 .color_verde{
    background-color: green;
 }
 .imagen_cuerpoa{
    display: flex;
    justify-content: center;
    margin-left: 20%;
 }
 .banner3{
    background-color: #062f6d;
    padding: 30px 30px 30px 30px;
    width: 100%;
 }
 @media only screen and (max-width: 1024px) {
    .imagen_cuerpoa{
        margin-left: 0% ;
    }
    .cuadro_beneficios{
        position: relative;
    }
     .calor_mapa {
        width: 100% !important;
    }
     .botella_final {
        width: 100% !important;
    }
    .uno_li{
        display: grid;
        text-align: center;
    }
    h2{
        text-align: center;
        font-size: 20px !important;
         
    }
    .negrita{
        font-size:20px;
    }
    .lista_descripcion{
        position: relative;
        right: 5%;
    }
    .row{
    
       
    }
    
       
  }