* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:link{
    color:black;
    text-decoration:none;
}

a:visited { 
    color:dimgray;
}

.Div_Cabecera {
    display:inline-grid;
    grid-template-columns: 15% 21% 21% 21% 22%;
    background-color: dimgrey;
    width: 100%;
    height:100px;
    overflow:hidden;
    align-items:center;
    justify-items:center;
}

.Ima_Logo {
    margin-left:2%;
    width: 95%;
    height: 90px;
    border-radius:15px;
}

.Boton_Bien {
    background-color: darkred;
}

.Boton_Mail {
    background-color:darkmagenta;
}

.Boton_Wasap {
    background-color: #009432;
}

.Boton_Carrito {
    background-color: blueviolet;
}

.Boton_Forma {
    display: inline-grid;
    grid-template-columns: 30% 70%;
    font-size: 1.2em;
    border: solid;
    border-width: 2px;
    border-radius: 15px;
    color: white;
    align-items: center;
    text-align: center;
    width: 95%;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}

.Imagenes_Botones {
    width: 80%;
    margin-left:7%;
    justify-content:center;
}

.Menu ul {
    list-style: none; /* Elimina viñetas */
    margin: 0;
    padding: 0;
    display: flex; /* Flexbox para alinear elementos horizontalmente */
    flex-wrap: wrap; /* Permite que los elementos se ajusten a la siguiente línea si es necesario */
    justify-content: center; /* Centra los elementos horizontalmente */
}

.Menu li {
    margin: 2px; /* Espaciado entre los elementos del menú */
	font-size: 14px;
	font-family: Arial, sans-serif;
	background-color: #f8f8f8; /* Fondo */
}

.Menu a {
    text-decoration: none; /* Elimina subrayado */
    color: black; /* Color del texto */
    padding: 10px 10px; /* Espaciado interno */
    background-color: #f8f8f8; /* Fondo */
    border-radius: 5px; /* Bordes redondeados */
    transition: all 0.3s ease; /* Transición suave */
}

.Menu a:hover {
    background-color: #990000; /* Fondo al pasar el ratón */
    color: white; /* Color del texto al pasar el ratón */
}

.Buscar {
    display: inline-grid;
    grid-template-columns: 40% 15% 45%;
    align-items: center;
    text-align: center;
    height: 50px;
    width: 100%;
    background-color:yellowgreen;
    border-bottom: 2px solid;
}

.TextoBusqueda {
    border: none;
    height: 36px;
    width:94%;
    margin-left:3%;  
    font-size: 1.8em;
    border-radius:10px;
    text-align:center;
}

.LabelBotBuscar {
    display: inline-grid;
    grid-template-columns: 30% 70%;
    width: 95%;
    height: 40px;
    background-color:orangered;
    color: white;
    font-size: 1.5em;
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.BotBuscar {
    width: 30px;
    margin-left: 15%; 
}

.Div_Art_carrito {
    display: inline-grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15% 10%;
    align-items: center;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-width: 2px;
    width: 100%;
}

.Div_Art_carrito_Sin_Precio {
    display: inline-grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    align-items: center;
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-width: 2px;
    width: 100%;
}

.Ima_Art_Carrito {
    height: 100px;
    margin: 2%;
    border-radius: 15px;
}

.Eliminar {
    background-color:lightseagreen;
    border: solid;
    border-width: 2px;
    border-radius: 15px;
    color: white;
    align-items: center;
    text-align: center;
    width: 95%;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.Carrito_vacio{
    display:grid;
    text-align:center;
    font-size: 2.5em;
    line-height:50px;
    background-color:aquamarine;
    border-bottom:solid; 
    border-width:2px;
}

.TituloContacto {
    display:grid;
    text-align: center;
    font-size: 1.5em;
    height: 50px;
    background-color: darksalmon;
    border-bottom: solid;
    border-width: 2px;
    overflow:hidden; 
}

.Contacto {
    display: inline-grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    text-align: center;
    font-size: 1em;
    width: 100%;
    padding: 10px;
    background-color: lightgray;
    border-bottom: solid;
    border-width: 2px;
}

#Form3 {
    margin: 1% 1% 1% 1%;
    width: 98%;
    background-color: blanchedalmond;
    top: 320px;
}

.DivCotizados{
    height:50px;
    width:100%;
    background-color:palevioletred ;
    overflow:hidden;
}

.BotoneCot {
    height: 30px;
    width: 70%;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background-color:cadetblue;
    margin:10px;
}

.BotoneSelect {
    height: 30px;
    width: 70%;
    border-radius: 10px;
    border: none;
    background-color: blueviolet;
    margin: 10px;
}

.Img_Articulo{
    width:100%;
    border-style: hidden; 
}

.PanelArticulo {
    border-radius: 14px;
    border-color: cadetblue;
    border-width: 1px;
}

.Textos{
    line-height:30px;
    font-size:1em;
    font-family:'Times New Roman', Times, serif;
    resize:none; 
}

.PTextos {
    line-height: 50px;
    font-size: 1.5em;
    font-family: 'Times New Roman', Times, serif;
}

.Cantidad {
    background-color: greenyellow;
    text-align: center;
    font-size: 1.8em;
    width: 75px;
    margin-top: 10px;
}

.CantidadCarrito {
    display:inline-block;  
    background-color: greenyellow;
    text-align: center;
    font-size: 1.8em;
    width: 75px;
    line-height:50px;
           
}

.Total{
    font-size:2em;
    float:right;
    margin:10px;
}

.grid-container {
    display: grid;
    background-color: transparent;
    justify-content: center;
    grid-row-gap: 2em;
    column-gap: 1em;
    grid-template-columns: repeat(8, 1fr);
    align-items: initial;
    margin:10px;
} 

.pie {
    display: inline-grid;
    background-color: #bbb;
    width: 100%;
    align-items: center;
    text-align: center;
    border-top: solid;
}

a.Apie {
    font-size: 2.2em;
    color: red;
    padding: 10px 50px;
    line-height: 120px;
    background-color: wheat;
    border-radius: 10px;
}

p {
    font-size: 1.5em;
}

.LRedes {
    display:inline-grid;
    grid-template-columns: 14% 14% 14% 14% 14% 14% 16%;
    height: auto;
    align-items: center;
    justify-items: center;
}

.IB {
    display: block;
    width: 50px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#Contenedor_Carga {
    background-color: rgba(250,240,245,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:10000;
}

#Carga {
    border: 20px solid greenyellow; /*#ccc;*/
    border-top-color: forestgreen;  /*#f4266A;*/
    border-top-style: groove;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

@keyframes girar{
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
} 

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .grid-container {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
    .grid-container {
        grid-template-columns: repeat(6, 1fr);
    }
}
 
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .grid-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 801px) and (max-width : 1024px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 321px) and (max-width: 640px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
    #cabecera {
        margin: 0;
        background-color: #000;
        color: #f96;
        text-align: left;
        font-size: 2em;
        height: 60px;
        width: 100%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    #cabecera {
        margin: 0;
        background-color: #000;
        color: #f96;
        text-align: left;
        font-size: 1.5em;
        height: 60px;
        width: 100%;
    }
}

#scroll {
    position: fixed;
    right: 2%;
    bottom: 3%;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

#scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
