@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');




body {

    background-color: black;
    background-image: linear-gradient(to bottom, black, rgb(80, 80, 80));
    font-family: "Russo One", sans-serif;

}

.cabezera {

    display: flex;
    margin: auto;
    background-color: rgb(53, 53, 53);
    border-radius: 40px;
    margin-bottom: 100px;
    margin-top: 50px;
    box-shadow: 0 0 20px rgb(83, 83, 83);
    ;
    width: 60%;
    height: 100px;

    justify-content: space-around;
    align-items: center;

}

.icono_cabeza {

    color: white;
    font-size: 80px;
    height: 100px;
    text-align: center;
    height: 80px;
}





/*Pagina principal*/
.cabezera img {
    height: 75px;
}

.cabezera h1 {


    color: white;
    display: inline;

    padding: 20px;
    text-align: center;
    font-family: "Black Ops One", system-ui;
    font-size: 70px;

}


#imageP {

    width: 1505px;


    margin: auto;
    padding-bottom: -10px;

    margin-bottom: 50px;
}

#imageP img {

    box-shadow: 0 0 50px rgb(3, 187, 3);
    border-radius: 20px;

}


#Reseñas {
    margin: auto;
    margin-top: 50px;
    background-image: url(/img/fondo-com.webp);
    width: 35%;

    border: yellowgreen;
    border-radius: 10px;
    padding-top: 30px;

    border: 1px yellowgreen solid;
    box-shadow: 0 0 50px rgb(3, 187, 3);

}

#Reseñas h1 {


    margin: auto;
    width: 300px;
    padding: 10px;
    text-align: center;
    background-color: yellowgreen;
    color: black;
    border-radius: 10px;
}

#form1 {

    padding: 20px;
    border: yellowgreen;
    border-radius: 10px;
    color: rgb(94, 151, 8);

    font-size: 20px;

}

#Reseñas label {
    background-color: yellowgreen;
    color: black;
    border-radius: 10px;
    padding: 5px;
    
}

#Reseñas input, textarea {
    border-radius: 10px;
    padding: 10px;
    background-color: grey;
    border: 2px solid greenyellow;
    margin-bottom: 20px;
    margin-top: -10px;
    
}



#Reseñas select {

    background-color: rgb(29, 29, 29);
    color: yellowgreen;
    border-radius: 5px;
    border: 1px yellowgreen solid;
    padding: 5px;

}

.select-inline {
    display: inline;
    
}

#p-submit {
    text-align: center;

}

#Reseñas #submit {

    padding: 20px;
    font-size: 20px;
    transition: background 0.5s;

}

#Reseñas #submit:hover {


    background-color: yellowgreen;
    padding: 20px;
    font-size: 20px;

}


#zonatop {

    margin-top: 100px;

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.top {

    border: 2px black solid;
    border-radius: 20px;
    width: 600px;
    margin: 30px;
    padding: 20px;
    background-color: rgb(66, 66, 66);

    margin-bottom: 50px;

}

.top h2 {
    border: 2px black solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    margin-top: 0px;
    font-size: 60px;
    transition: color 2s, text 2s;
}

.top ol li {

    font-size: 30px;
    margin-bottom: 30px;

}


.top {
    transition: transform 2s, background 2s;
}

.top:hover {
    transform: scale(1.2, 1.2);
    /*background: linear-gradient(to bottom, rgb(94, 94, 94), rgb(138, 138, 138));*/
    background-color: rgb(184, 184, 53);
    box-shadow: 0 0 20px rgb(148, 148, 148);
}



/*Pagina ratones*/



/*tabla marcas*/


.TmarcasS {
    border: 2px white solid;
    border-collapse: collapse;
    font-family: "Russo One", sans-serif;
    margin: auto;
}

.TmarcasS td {
    padding: 20px;
}





.Tmarcas {

    border: 2px green solid;
    padding: 20px;
}

.Tmarcas td {
    border: 2px white solid;
    border-collapse: collapse;

}

.Tmarcas td table {


    background-color: grey;

    margin: auto;
    color: white;
    text-align: center;

}

.Tmarcas h1 {
    color: black;
    background-color: white;
    text-align: center;
    font-size: 50px;
    border: white 1px solid;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgb(219, 219, 219);

    width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

.Tmarcas p {
    color: white;
    font-size: 30px;
    text-align: center;

}

.Tmarcas li {
    color: white;
    margin: 20px;
    font-size: 20px;
}



.Tmarcas td {
    border: 2px white solid;
    border-collapse: collapse;
    padding: 10px;
}

.Tmarcas td img {

    border-collapse: collapse;

    height: 300px;
    width: 300px;
}

.video {
    text-align: center;
}


/*Lista de pricipales motivos*/

.listaMotivos {

    font-family: "Russo One", sans-serif;
    font-weight: 70;

}

/*Zona de los productos TOP*/

.TituloTOP {
    color: white;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 70px;
    font-size: 50px;


}

.TituloTOP span {
    color: black;
    background-color: gold;
    padding: 10px;
    border-radius: 10px;
}

.zonaProductos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}




.info {
    display: flex;
    justify-content: space-between;

}

.info {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: -3px;
    margin-bottom: 0px;

}

.info a {
    border: 2px white solid;
    padding: 10px;
    border-radius: 10px;
    font-size: 30px;
    background-color: blueviolet;
    text-decoration: none;
    color: white;

}

.info a:hover {
    color: blueviolet;
    background-color: white;

}

.producto {

    box-shadow: 0 0 50px rgb(255, 219, 0);
    border: 2px orange solid;

}


/*Pone en negrita los espan con esta clase*/
.negrita {

    text-decoration: underline;

}