*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

root {
    scroll-behavior: smooth;
}

a {
    Text-decoration: none;
}

.container {
    position: relative;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.header {
    width: 100%;
    height: auto;
    align-items: center;
    background-Image: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)),
        url(../img/cabecera.png);
    background-repeat: no-repeat;
    background-Size: contain;
    background-attachment: fixed;
    background-Color: #000000;
}

.nombretienda {
    Text-align: center;
    Font-Size: 3rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.slogan {
    Text-align: center;
    Font-weight: 200;
    color: white;
    Font-Size: 1.5rem;
    Text-shadow: black 0.1em 0.1em 0.2em;
}

.telefono {
    Text-align: center;
    Font-weight: 200;
    color: white;
    Font-Size: 2rem;
    Text-shadow: black 0.1em 0.1em 0.2em;
}

.navbar {
    z-index: 100;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-Color: black;
}

.direccion {
    margin: 5px;
    width: 100%;
    Color: white;
    Text-align: center;
    Font-weight: bold;
    Font-Size: 1rem;
    background-Color: black;
}

.txtbuscar {
    margin: 10px;
    border: none;
    Font-Size: 1.5rem;
    background-color: rgb(219, 240, 233);
}

.contador_index {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    color: white;
    font-size: 0.8rem;
}


.contador_producto {
    color:blue;
    font-size: 0.8rem;
    text-align: center;
}

#detalle{
    width: 100%;
    margin-top: 5px;
    padding: 10;
    height: auto;
    justify-content: space-around;
    background-color: rgb(233, 233, 227);
}

#lista_productos{
    max-width: 899px;
    margin-top: 10px;
    margin: auto;
    justify-content:space-between;
}

.card {
    width: 170px;
    background-color:rgba(245, 245, 245, 0.116);
    height: auto;
    Text-align: center;
    flex-wrap: wrap;
    margin:  20px 5px 40px 5px;
    position: relative;
    border-radius: 10px;
    /*box-shadow: .5px 0.5px 3px rgba(121, 166, 180, 0.582);*/
}

.card_foto_container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 170px;
}

.foto {
    border-style: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.datos {
    width:100%;
    align-items: center;
    vertical-align: top;
}

.card_titulo_container{
    margin: 5px;
}

.card_titulo {
    color:black;
    Text-align: center;
    font-size: 1rem;
    font-weight: normal;
}

.card_precio_container{
    background-color:#f5f10796;
    padding: 5px;
}

.card_precio {
    Text-align: center;
    vertical-align: middle;
    color: darkblue;
    Font-Size: 1.3rem;
    font-weight: 600;
}

.mapa {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    border-style: none;
}

.mapa iframe {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    border-style: none;
}

.footer{
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    font-size: 1rem;
    text-align: justify;
    background-color: darkgray;
}

.slider {
    margin: 15px;
    min-width: 350px;
    max-width: 48%;
    min-height: 350px;
    max-height: 500px;
    box-shadow: 0.1px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.slider_cards{
    width: 400%;
    height: 100%;
    display: flex;
}

.slide {
    width: calc(100% / 4);
    height: 100%;
}

.slider_foto{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btnizq{
    position: absolute;
    top: 95%;
    left: 0px;
    top: 95%;
    font-size: 1.5rem;
    padding: 5px;
    font-weight: 500;
    cursor: pointer;
    transform: translate(0,-50%);
    transition: 0.5s ease;
    user-select: none;
    }
    

.precio_producto{
position: absolute;
top: 95%;
border-top-left-radius: 25px;
border-top-left-radius: 25px;
right: 0px;
top: 95%;
font-size: 2rem;
background-color: rgba(8, 8, 0, 0.705);
padding: 5px;
font-weight: 500;
cursor: pointer;
color: #d1ce08;
transform: translate(0,-50%);
transition: 0.5s ease;
user-select: none;
box-shadow: 0.1px 2px 10px rgba(0, 0, 0, 0.2);
}

.precio_producto:hover{
    background-color: rgba(169, 169, 169, 0.644);
    color: rgb(127, 255, 165);
}

.slider_puntos {
    width: 100%;
    display:flex;
    justify-content: center;
    position:relative;
    bottom: 25px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.punto {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 50%;
    margin: 0 5px;
}

.detalle_div1 {
    width: 48%;
    height: auto;
    min-width: 350px;
    min-height: 350px;
    max-width: 550px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.detalle_datos {
    margin: 10;
    display: block;
    min-width: 285px;
    width: 85%;
    text-align: center; 
    background-color: rgb(233, 241, 241);   
}

.detalle_articulo {
    font-weight: bold;
    text-align: center;
    color:black;
    margin: 10px;
    font-size: 1.7rem;
}

.detalle_precio {
    margin-bottom: 5px;
    Text-align: center;
    Font-weight: bold;
    color: RGB(211, 84, 0);
    Font-Size: 2rem;
    text-shadow: 0.5px 1px 1px #f5f107;
    margin: 10px;
    Text-align: center;
    color: RGB(211, 84, 0);
}

.detalle_descripcion {
    margin: 10px;
    Text-align: left;
    color: black;
    Font-Size: 1rem;
}

.boton {
    width: fit-content;
    background: greenyellow;
    font-size: 1.3rem;
    margin: 20px;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 1px 0.5px 5px black;
}

.compartir_navbar {
    width: 100%;
    height: fit-content;
    border-radius: 35px;
    display: flex;
    justify-content:space-around;
    z-index: 1;
}

.contacto{
    width: fit-content;
    height: fit-content;
    float: right;
    display: block;
    border-radius: 40px;
    top: 10px;
    right: 5px;
}

.socialicon {
    margin: 15px;
    padding: auto;
    Text-decoration: none;
    width: 45px;
    height: 45px;
    background-Color: #D5F5E3;
    border-radius: 50%;
    box-shadow: 0.1px 2px 10px rgba(0, 0, 0, 0.9);
    z-Index: 100;
}

.socialicon:hover {
    text-decoration: none;
    color: #48C9B0;
    background-color: white;
    width: 47px;
    height: 47px;
}

.titulo_blanco {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 3rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.titulo_blanco1 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 2.6rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.titulo_blanco2 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 2.2rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.titulo_blanco3 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 1.8rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.titulo_blanco4 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 1.4rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.titulo_blanco5 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 1rem;
    color: white;
    Text-shadow: 0.2px 2px 10px rgba(0, 0, 0, 0.9);;
}

.titulo_Negro {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 3rem;
    color: black;
    Text-shadow: 0.2px 2px 10px rgba(245, 237, 237, 0.9);;
}

.titulo_Negro1 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 2.6rem;
    color: black;
    Text-shadow: 0.2px 2px 10px rgba(245, 237, 237, 0.9);;
}

.titulo_Negro2 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 2.2rem;
    color: black;
    Text-shadow: 0.2px 2px 10px rgba(245, 237, 237, 0.9);;
}

.titulo_Negro3 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 1.8rem;
    color: black;
    Text-shadow: 0.2px 2px 10px rgba(245, 237, 237, 0.9);;
}

.titulo_Negro4 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 1.4rem;
    color: black;
    Text-shadow: 0.2px 2px 10px rgba(245, 237, 237, 0.9);;
}

.titulo_Negro5 {
    width: 100%;
    padding: 5px;
    Text-align: center;
    Font-Size: 1rem;
    color: black;
    Text-shadow: 0.2px 2px 10px rgba(245, 237, 237, 0.9);;
}

.navbar_titulo {
    margin: 5px;
    width: 100%;
    Color: white;
    Text-align: center;
    Font-Size: 1rem;
    background-Color: black;
}

.parrafo {
    margin: 10px;
    Text-align: left;
    color: black;
    Font-Size: 1rem;
}

.contacto_icon {
    margin: 5px;
    Text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background-Color: #D5F5E3;
    border-radius: 50%;
    box-shadow: 0.1px 2px 10px rgba(0, 0, 0, 0.9);
    z-Index: 100;
}

.contacto_icon:hover {
    text-decoration: none;
    color: #48C9B0;
    background-color: white;
    width: 46px;
    height: 46px;
}

.mensaje {
    margin: 10px;
    Text-align: center;
    color: black;
    Font-Size: 1rem;
}

img{
    max-width: 100%;
    display: block;
}

