﻿body{
    font-family: "Montserrat", sans-serif;
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    width: 60px;
}
.chat img{
    width: 100%;
}


.cintillo-ayuda{
    
    height: 46px;
}
.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #011ba3;
    background: black;
    background: #feea6f;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mercadolibre img{
    height: 30px;
}

.datos img{
    height: 30px;
}


.cabecera{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo img{
    width: 80%;
}


/* buscador de ChatGPT */
.search-container {
    max-width: 500px;
    position: relative;
}
.search-input {
    padding-left: 2.5rem;
    border-radius: 2rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.search-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 1.2rem;
}


.redes{
    text-align: center;
}


/* carrito */
.cart-wrapper {
    position: relative;
    display: inline-block;
}

.cart-icon {
    font-size: 1.8rem;
    color: #212529;
    transition: color 0.3s ease;
}

.cart-icon:hover {
    color: #0d6efd;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #dc3545;
    color: white;
    font-size: 0.75rem;
    padding: 3px 6px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white;
}




.menuSup{
    background:#011ba3;
    background: #2c518f;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 16.6%;
    float: left;
}
.menu{
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: white;
    padding: 5px 30px;
}
.menuDiferente{
    font-size: 16px !important;
    padding-left: 0;
    padding-right: 0;
}


.efecto{
    padding: 0;
}



.contenido{
    margin-top: 40px;
    margin-bottom: 40px;
}

.seccion{
    background: #f7f7f7;
    font-size: 18px;
    padding: 60px;
}
.seccion strong{
    width: 100%;
    display: inline-block;
    font-size: 23px;
    font-weight: 400;
    color: #011ba3;
}
.seccion img{
    height: 45px;
}


/* Botón de contacto */

.btn-contacto {
    background-color: #004aad;
    color: white;
    border-radius: 2rem;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 74, 173, 0.2);
}

.btn-contacto:hover {
    background-color: #003a8c;
    box-shadow: 0 6px 16px rgba(0, 74, 173, 0.3);
}


.img1{
    background: url(../images/1.jpg) no-repeat center center / cover;
}


.titulo{
    color: #003a8c;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}


.categorias{
    padding-top: 30px;
    padding-bottom: 60px;
}


.cate{
    text-align: center;
    font-size: 20px;
}
.cate img{
    width: 100%;
    height: 250px;
    object-fit: cover;

    border-radius: 5px;
}


.testi{
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 20px;
}
.subtitulo{
    text-align: center;
    font-size: 25px;
    margin-bottom: 60px;
}

.image-testi{
    width: 100%;

    border-radius: 50%;
}
.texto-testi{
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}
.texto-testi span{
    color: gray;
}



footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 23px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}
footer img{
    width: 30px;
}




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

}

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

}

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

}

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

}

@media screen and (max-width:576px){
    
}


.productos{
    padding-top: 40px;
    padding-bottom: 40px;
}