*{
    padding: 0;
    margin: 0;
}
body{
    background-color: rgb(155, 155, 255);
    font-family: Tahoma;
}
h4{
    color: black;
    
}


/*BARRA DE NAVEGACION------------------------------------------------------------------------------------------------------------------*/
.whatsapp-float{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float img{
    width: 60px;
    height: 60px;
}
.whatsapp-float:hover {
    transform: scale(1.5);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}


/*BARRA DE NAVEGACION------------------------------------------------------------------------------------------------------------------*/

.navbar{
    display: flex;
    justify-content: space-between;
    height:50px ;
    align-items: center;
    z-index: 20;
}
.navbar-ul{
    display: flex;
}
.navbar-ul a {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease;
}

/* pseudo-elemento para el fondo animado */
.navbar-ul a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 100%;
    background-color: white;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease;
}

/* hover: expandir el fondo y cambiar color del texto */
.navbar-ul a:hover::before {
    width: 100%;
}

.navbar-ul a:hover {
    color: black;
}

.navbar li{
    padding: 10px;
    list-style: none;
    text-decoration: none;
    font-size: 1.5rem;
    margin: auto;
}
.navbar img{
    padding-left: 50px;
    scale: 2;
    width: 50px;
    height: 50px;
}
.navbar a{
    text-decoration: none;
    color: white;
}
@media (max-width:600px){
    .navbar img{
        display: none;
    }
    .navbar{
        display: none;
        animation: adapt-nav both;
        animation-timeline: scroll();
        position: sticky;
        top: 0;
        animation-range:10px 100px ;
    }
}
@media (min-width:600px){
    .navbar{
        animation: adapt-nav both;
        animation-timeline: scroll();
        position: sticky;
        top: 0;
        animation-range:10px 100px ;
    }
}
@keyframes adapt-nav{
    from{
        padding: 10px 0 ;
        background-color: #ff000018;
    }
    to{
        padding: 0;
        background-color: rgba(0, 0, 0, 0.533);
        color: #fff;
    }
}

/*HEROOOO------------------------------------------------------------------------------------------------------------------*/
.hero-content h1, 
.hero-content p {
    

    color: #dd7eff;
    text-shadow: 2px 2px 5px black;
}


.video-fondo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero{
    height: 100%;
}
.hero-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(50px);
    animation: heroLoad 1.5s ease forwards;
}
.hero-text{
    font-size: 1.5rem;
    text-align: center;
    padding: 0px;
    color: rgb(238, 224, 249);
}
.hero-img{
    height: 400px;
}
.hero-img img{
    width: 500px;
    filter: drop-shadow(20px 0 0 rgb(0, 0, 0));

}
h1{
    font-size: 3rem;
}
.hero-text p{
    font-size: 2rem;
    padding: 20px;
}
.btn{
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(187, 104, 255, 0.347);
    font-size: 2rem;
    margin: 100px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 100px;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.btn:hover{
    background-color: rgba(255, 121, 121, 0.262);
    transform: scale(1.1);
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0);
}
@keyframes heroLoad {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*BENEFICIOS------------------------------------------------------------------------------------------------------------------*/





/*POR QUE ELEGIRNOS------------------------------------------------------------------------------------------------------------------*/

.sobre-nosotros{
    
    background-image: linear-gradient(rgba(77, 1, 1, 0),rgba(0, 0, 248, 0.144));
}
.sobre-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;

}
.sobre-container img{
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 8px 20px black;
    margin: auto;
    transition: transform 0.8s ease;
}
.sobre-container img:hover {
  transform: scale(1.1); /* aumenta un poco el tamaño */
}
.sobre-texto h2{
    text-decoration: underline;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #b5b5b5;
}
.sobre-texto p{
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}
.sobre-texto h3{
    font-size: 1.8rem;
    margin: 30px 0 20px;
    color: #b3b3b3;
}
.razones-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.razon{
    margin: 20px;
    background-color: rgba(118, 100, 255, 0.647);
    padding: 20px ;
    border-radius: 0px;
    box-shadow: 0 5px 15px black;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.razon:hover{
    transform: scale(1.1);
    box-shadow: 0 10px 25px black;
}
.razon h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #000000;
}

.razon p {
    font-size: 1rem;
    color: #ffffff;
}
.sobre-texto h2, .sobre-texto  h3,.sobre-texto  h4{
        color: rgb(72, 129, 233);
        text-shadow: 2px 2px 20px rgb(0, 0, 0);
    }
@media (max-width: 600px) {
    .sobre-container {
    display: flex;
    flex-direction: column;
    }
    .sobre-container img{
        display: none;
    }

    .razones-conteiner {
    grid-template-columns: 1fr; /* Razones en una sola columna */
    }
}


/*PRODUCTOS------------------------------------------------------------------------------------------------------------------*/
.titulo-seccion{
    padding: 50px;
    font-size: 2rem;
    text-decoration: underline;
}
.productos{
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgba(108, 94, 234, 0.382);
    justify-items: center;
    height: 1200px;
}
.productos-grid{
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    scale: 0.9;
}
.producto-card{
    margin: 20px;
    height: 1000px;
    width: 300px;
    box-shadow: 0 0 30px black;
    transition: transform 0.3s ease;
}
.producto-card:hover:first-child{
    transform: scale(1.2);
    background-color: rgba(34, 0, 255, 0.644);
    box-shadow: 0 0 20px blue;
}
.producto-card:hover:nth-child(2){
    transform: scale(1.2);
    background-color: rgba(77, 255, 0, 0.644);
    box-shadow: 0 0 20px rgb(0, 255, 110);
}
.producto-card:hover:nth-child(3){
    transform: scale(1.2);
    background-color: #ffd90096;
    box-shadow: 0 0 100px #ffd900;
}
.producto-card:hover:last-child{
    transform: scale(1.2);
    background-color: #ff000096;
    box-shadow: 0 0 100px #ff0000;
}
.producto-card:first-child{
    margin: 20px;
    height: 750px;
    width: 300px;
    background-color: rgba(34, 0, 255, 0.167);;
    box-shadow: 0 0 30px black;
}
.producto-card:nth-child(2){
    margin: 20px;
    height: 750px;
    width: 300px;
    box-shadow: 0 0 30px black;
    background-color: rgba(77, 255, 0, 0.321);
}
.producto-card:nth-child(3){
    margin: 20px;
    height: 750px;
    width: 300px;
    box-shadow: 0 0 30px black;
    
    background-color: #ffd90068;
}
.producto-card:last-child{
    margin: 20px;
    height: 750px;
    width: 300px;
    box-shadow: 0 0 30px black;
    background-color: rgba(255, 0, 0, 0.375);
    
}
.producto-card img{
    height: 120px;
    width: 250px;
    padding: 20px;
}
.producto-card h3{
    padding: 10px;
    font-size: 1.5rem;
}
.producto-card p{
    padding: 10px;
    font-size: 1.05rem;
}

.producto-card li,ul{
    list-style: none;
    padding: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    
}
span{
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 2rem;
}
.comprar{
    box-shadow: 0 0 10px 0px black;
    color: rgb(98, 255, 0);
    font-size: 1.5rem;
    border-radius: 15px;
    width: 240px;
    height: 50px;
    margin: auto;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.comprar:hover{
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.7);
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.519);
    background-image: linear-gradient(rgb(87, 239, 60), rgba(37, 171, 66, 0.655));
}

.comprar p{
    font-size: 1.5rem;
}
a{
    text-decoration: none;
}
.botondemo{
    background-color: rgba(0, 98, 255, 0.495);
    font-size: 1.5rem;
    border-radius: 5px;
    color:rgb(255, 255, 255);
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform .5s ease;
}
.botondemo:hover{
    box-shadow: 0 0 20px rgba(66, 60, 239, 0.7), 0 0 30px rgba(37, 133, 171, 0.7);
    transform: scale(1.1);
    border: 1px solid rgba(0, 0, 0, 0.519);
    background-image: linear-gradient(rgb(66, 60, 239), rgba(37, 133, 171, 0.655));
}
@media (max-width: 600px){
    .productos-grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .productos{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .subtitulo1{
        font-size: 1.1rem;
    }
    .subtitulo2{
        font-size: .96rem;
        margin-top: 15px;
    }
}


/*FAQ------------------------------------------------------------------------------------------------------------------*/
.faq-container{
    padding: 30px;
    max-width: 1500px;
    margin: auto;
}
.faq{
    background-image: linear-gradient(rgba(69, 69, 251, 0.107),rgba(255, 0, 0, 0.359));
    text-align: center ;
    margin: auto;
}
.faq h2{
    font-size: 2.5rem;
    padding-top: 70px;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.faq-item{
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.567);
    padding: 10px;
    width: 40%;
    margin: 20px auto;
    box-shadow: 0 0 20px black;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
}
.faq-item:hover{
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0.321);
}
.faq-item summary{
    padding: 25px;
    font-size: 1.5rem;
    font-weight: bold;
    
}
.faq-item p{
    padding: 30px;
    font-size: 1.2rem;
    border-radius: 10px;
}

@media (max-width:600px){
    .faq-container{
        display: flex;
        flex-direction: column;
    }
    .faq-item{
        width: 100%;
    }
}


/*CONTACTOS------------------------------------------------------------------------------------------------------------------*/

.contacto{
    background-color: rgba(255, 255, 255, 0.238);
    text-align: center;
    color: white;
    backdrop-filter: blur(5px);
}
.titulo-seccion{
    font-size: 2.5rem;
}
.subtitulo{
    font-size: 1.2rem;
    padding-bottom: 20px;
}
.contacto-form{
    max-width: 600px;
    margin: auto;
    background-color: rgba(255, 0, 0, 0);
    padding: 30px;
    border-radius: 15px;

}
.form-group{
    margin-bottom: 20px;
}
.contacto-form input, .contacto-form textarea{
    width: 100%;
    resize: none;
    padding: 15px;
    border: none;
    border-radius: 10px;
    outline: none;
    font-size: 1rem;
    background-color: rgba(255, 0, 0, 0.167);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.174);
    font-family: sans-serif;
}
.contacto-form input:focus,
.contacto-form textarea:focus {
    box-shadow: 0 0 10px #000000;
    transform: scale(1.02);
}
.btn {
    background: #ce00006d;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn2:hover {
    background: #000000;
    transform: scale(1.05);
}
.contacto-form input::placeholder,
.contacto-form textarea::placeholder {
    color: #000000; 
}
@media (max-width:600px){
    .contacto-form{
        display: flex;
        flex-direction: column;
        padding-left: 0;}
}

/*FOOTER------------------------------------------------------------------------------------------------------------------*/

.footer{
    background-color: rgba(88, 163, 255, 0.286);
    color: black;
    padding: 40px 20px;
    font-family: sans-serif;
}
.footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
}
.footer h3{
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: black;
    border-bottom: 1px solid black;
    display: inline-block;
    padding-bottom: 5px;
}
.footer-contacto p, .footer-links ul, .footer-redes a{
    margin: 8px 0;
    font-size: 1rem;
}
.footer-contacto a,
.footer-links a {
    color: #ce0000d0;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-contacto a:hover,
.footer-links a:hover {
    color: #74b9ff;
}
.footer-redes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.redes-icons a {
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.redes-icons a img {
    width: 30px;
    height: 30px;
}
.redes-icons a:hover {
    transform: scale(1.2);
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links ul li {
    margin-bottom: 8px;
}
.footer-copy {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #000000;
    border-top: 1px solid #444;
    padding-top: 15px;
}


@media (max-width:600px){
    .hero-img img{
        margin: auto;
    }
    .hero-text h1{
        margin: auto;
        font-size: 2rem;
    }
        .hero-text p{
        margin: auto;
        font-size: 1.5rem;
    }
    .sobre-texto h2{
        text-align: center;
    }
    .sobre-texto p{
        text-align: center;
    }
    .sobre-texto h3{
        text-align: center;
    }
    .titulo-seccion{
        font-size: 2rem;
        position: absolute;
        text-align: center;
    }
    .productos-grid{
        margin-top: 0;
    }
    .productos-conteiner{
        width: 100%;
    }
    .titulo-seccion{
        padding-left: 110px;
    }
}