<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    padding: 0;
 

    
  
}



 header {

width: 100%;
background-color: rgb(10, 10, 10);
display: block;
height: 5.2rem;

}

.enlace_nav{

margin-top: 1.5rem;
display: inline-block;
margin-left: 9%;
text-align: center;
text-decoration: none;
color: #f5f1f1;
font-weight: bold;
font-size: 19px;
}

img {
width: 100px;
height: 80px;
display: inline-block;
margin-left: 30rem;



}

#logo2{

margin-top: -3rem;
display: flex;
justify-content: center; /* Centra horizontalmente */
align-items: center;
margin-left: -30%;

}

.button{
    display: none;
}


marquee{
display: inline-block;
width: 20%;
position: relative;
left: calc(30% - 100px); /* Calcula la posiciÃ³n horizontal para pegarlo a la derecha */
margin-top: 1.2rem;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #f0f5f0;

}

span{
    display: none;
}




#hora{

    display: flex;
    justify-content: center;
    margin-top: 10%;
    color: #f0f5f0;
    padding-top: 30px;
    font-weight: bold;
    font-size: 19px;

}

.nombre{
    text-align: center;
    color: #f0f5f0;
    font-weight: bold;
    font-size: 15px;

}


#logo3{
  display: none;
}


#open{
    width: 30%;
    height: 4rem;
    background-color: green;
    border: solid 2px black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 40px;
    position: fixed;
    bottom: 0;
    left: 32%; 
   z-index: 1;
 
  
  
   
   
}


/*#image {
    width: 100%;
    height: 100vh; /* Ocupa toda la altura de la ventana
    background-size: cover; /* Asegura que la imagen de fondo cubra todo el elemento 
    background-position: center; /* Centra la imagen 
    background-color: lightgray;  Color de fondo temporal 
     background-repeat: no-repeat; Evita que la imagen se repita 
}*/

.fondo-enero-junio {
    background-image: url('https://www.seekpng.com/png/full/99-990283_sun-transparent-background-animated-sun-gif-transparent.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% 60%; /* Para computadoras */
}


#contenedor2{

width: 100vw;
height: 100vh;
display: block;
background-color: #080808;
z-index: 99999;
position: fixed;
justify-content: center;
align-items: center;
top: 0; /* Asegura que comience desde la parte superior */
left: 0;
background-image: url("https://www.noticiasensalud.com/wp-content/uploads/2021/04/Medios-actuales-para-cuidar-de-la-salud-bienestar-fisico-y-mental.jpg");
background-repeat: no-repeat;
background-size: cover;
}


.contenido{

text-align: center;
margin-top: 20%;

display: block;
font-weight: bold;
font-size: 45px;
margin: 20% auto;

background-image: linear-gradient(to left, #f7f2f7 45%, #000000 60%);
    -webkit-background-clip: text; /* Aplica el gradiente al texto */
    -webkit-text-fill-color: transparent; /* Hace el texto transparente para mostrar el gradiente */

}

.logo10{
    margin-left: -10px;
}



footer{
    width: 100%;
    height: 7rem;
    display: block;
    background-color: #0c0c0c;
    margin-top: 100vh;
    position: relative;
    z-index: 1;
    
}

.todo{
    top: 0;
    left: 0;
    width: 100vw;
height: 100vh;
 background-image:linear-gradient(to left, #04030857 45%, #ffffff94 60%);
    display: block;
    position: fixed;
}

/* aqui comienza el contenido */



       

    .contenido2 {
        border: 1px solid #ccc;
        padding: 15px;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

     .contenido2 img {
        max-width: 80%;
        height: 15rem;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-left: -5px;
    }

    .contenido2 h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contenido2 label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .contenido2 input {
        width: 90%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .contenido2 button {
        padding: 10px 25px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .contenido2 button:hover {
        background-color: #0056b3;
    }

.botonCompra {
        grid-column: 1 / -1; /* Ocupa toda la fila */
        justify-self: center; /* Centra horizontalmente */
        padding: 15px 30px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background: linear-gradient(45deg, #007bff, #0056b3); /* Gradiente moderno */
        border: none;
        border-radius: 50px; /* Bordes redondeados */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
        cursor: pointer;
        transition: all 0.3s ease; /* TransiciÃ³n suave */
        text-transform: uppercase; /* Texto en mayÃºsculas */
        letter-spacing: 1px; /* Espaciado entre letras */
    }

    .botonCompra:hover {
        background: linear-gradient(45deg, #0056b3, #003d80); /* Cambia el gradiente al pasar el mouse */
        transform: scale(1.1); /* Aumenta ligeramente el tamaÃ±o */
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* Aumenta la sombra */
    }

    .botonCompra:active {
        transform: scale(1); /* Vuelve al tamaÃ±o original al hacer clic */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Reduce la sombra */
    }

.todo3 {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 5 columnas por defecto */
        gap: 20px; /* Espaciado entre elementos */
        margin: 20px;
    }


    .imagen_cotenido {
        width: 70%;
        height: 500px;
      }

      .x{
        width: 100%;
        left: 0;
        margin: 0;
        height: 10rem;
        margin-top: -0px;
        text-align: center;
      }

  .contenedor_imagen {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.507)), 
                      url("https://img.freepik.com/foto-gratis/vista-angulo-hombre-musculoso-irreconocible-preparandose-levantar-barra-club-salud_637285-2497.jpg");
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen */
    background-attachment: fixed; /* Efecto parallax */
    width: 100%;
    height: 35rem; /* Altura del contenedor */
}

.contenedor_imagen .axoria2,
.contenedor_imagen .axoria {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 1px 5px rgba(247, 241, 241, 0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 2;
    text-align: center;
}

.contenedor_imagen .axoria2 {
    top: 30%;
    font-size: 4.5rem;
}

.contenedor_imagen .axoria {
    top: 50%;
    font-size: 2.6rem;
}

 @media (max-width: 1500px) {
        .todo3 {
            grid-template-columns: repeat(3, 1fr); /* 3 columnas en tabletas */
        }
    }


   @media (max-width: 1000px) {
        .todo3 {
            grid-template-columns: repeat(2, 1fr); /* 3 columnas en tabletas */
        }
    }

     @media (max-width: 500px) {
       .todo3 {
            grid-template-columns: repeat(1, 1fr); /* 1 columna en telÃ©fonos */
        }
    }
 

    
@media only screen and (max-width:1000px){

    .fondo-enero-junio {
        background-size: contain;
    }


    header {

width: 100%;
background-color: rgb(8, 8, 8);
display: block;
height: 4.9rem;
padding-top: 5px;

}

.movil{
  
  font-size:40px;
}

    .enlace_nav{

margin-top: 1rem;
display: block;
margin-left: 0rem;
text-align: center;
text-decoration: none;
color: #0c0c0c;
font-weight: bold;
font-size: 19px;
text-decoration: wavy;
padding-top: 2rem;
line-height: 100%;

}


.modificar  {
width: 100px;
height: 80px;
display: block;
margin-left: -5%;



} 



#logo2{

  margin-top: 2rem; 
  margin-left: 0%;
  display: none;

}

nav{


width: 100%;
height: 590vh;
background-color: antiquewhite;
display: none;
position: absolute;
margin-top: 0rem;
z-index: 9999;


}

.button {
    width: 90px;
    height: 50px;
    background-color: #f0f5f0; /* Verde */
    color: rgb(14, 13, 13);
    text-align: center;
    line-height: 50px; /* Centra el texto verticalmente */
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 3rem;
    position: relative;
    left: calc(100% - 150px); /* Calcula la posiciÃ³n horizontal para pegarlo a la derecha */
    display: inline-block;
    margin-top: 10px;
    border: #080808 solid 2px;
 
    


}

marquee{
    display: none;
    
}


.span{
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgb(0, 0, 0);
    margin-top: 50px;
}


#logo3{
    display: flex;
justify-content: center; /* Centra horizontalmente */
align-items: center;
margin-top: -4rem;
}

#open{
    width: 60%;
    height: 3rem;
    background-color: green;
    border: solid 2px black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
    position: fixed;
    bottom: 0;
    left: 22%; 
  
  
   
   
}


#contenedor2{

width: 100vw;
height: 100vh;
display: block;
background-color: #080808;
z-index: 99999;
position: fixed;
justify-content: center;
align-items: center; 
 top: 0; 
left: 0;

background-image: url("https://estudiantes-argentina.unir.net/wp-content/uploads/2024/01/Que-es-la-promocion-de-la-salud-Objetivos-y-ejemplos1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: 30% 80%;

/* background-image:linear-gradient(to right, #0b6ea736 45%, #07db1238 60%); */

}

/* .todo{
    width: 100vw;
height: 100vh;
display: block;

background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDZ9tfbCKXEsnVrV_C8Pbu3xrr-12Ozcq7E8erM21pATP5VFOg_MiSPDUhVtmXVORZTHEHdj0zP0ChSGR6Nk5cCW8kebWXxiSEiIM0KAdiWyv6H_ln0FtVA24nJOHYAR0eW8u0g6q-MDQ/s1600/comics-superheroes.jpg");
background-repeat: no-repeat;
background-size: cover;
position: fixed;
justify-content: center;
align-items: center;
top: 0; 
left: 0; 




 }   */

.todo{
    top: 0;
    left: 0;
    width: 100vw;
height: 100vh;
    background-image:linear-gradient(to left, #04030857 45%, #ffffff94 60%);
    display: block;
    position: fixed;
}


.contenido{

text-align: center;
margin-top: 50%;

display: block;
font-weight: bold;
font-size: 30px;
margin: 1% auto;
padding: 45% 30px;

background-image: linear-gradient(to left, #f7f2f7 45%, #000000 60%);
    -webkit-background-clip: text; /* Aplica el gradiente al texto */
    -webkit-text-fill-color: transparent; /* Hace el texto transparente para mostrar el gradiente */

}


 .x{
        width: 100%;
        left: 0;
        margin: 0;
        height: 15rem;
      }


         .contenedor_imagen {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.507)), 
                      url("https://img.freepik.com/foto-gratis/vista-angulo-hombre-musculoso-irreconocible-preparandose-levantar-barra-club-salud_637285-2497.jpg");
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen */
    background-attachment: fixed; /* Efecto parallax */
    width: 100%;
    height: 25rem; /* Altura del contenedor */
}

.contenedor_imagen .axoria2,
.contenedor_imagen .axoria {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 1px 5px rgba(247, 241, 241, 0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 2;
    text-align: center;
}

.contenedor_imagen .axoria2 {
    top: 30%;
    font-size: 3.5rem;
}

.contenedor_imagen .axoria {
    top: 50%;
    font-size: 1.6rem;
}
}


.puntos {
            display: inline-block;
            font-size: 30px;
            font-weight: bold;
            color: #000000;
            /* animation: puntos 1.5s infinite steps(4); AnimaciÃ³n de los puntos */
        }

        /* @keyframes puntos {
            0% {
                content: "";
            }
            25% {
                content: ".";
            }
            50% {
                content: "..";
            }
            75% {
                content: "...";
            }
            100% {
                content: "";
            }
        } */

     </pre></body></html>