﻿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){
    
}

/* Integración ecommerce KT Fammai */
.ktf-site { color: #202020; }
.ktf-site .cintillo { z-index: 1030; }
.ktf-site .cabecera { padding-top: 18px; }
.ktf-site .ktf-search-form { display: block; }
.ktf-site .mini-cart-nav { display: inline-block; position: relative; }
.ktf-site .cart-wrapper { color: #212529; text-decoration: none; }
.ktf-site .menuSup .navbar-nav { display: flex; align-items: stretch; }
.ktf-site .menuSup .nav-item { flex: 1 1 0; width: auto; }
.ktf-site .menuSup .nav-link { height: 100%; padding: 0; }
.ktf-site .menuSup .navbar-toggler { color: #fff; border-color: rgba(255,255,255,.7); margin: 8px 0; }
.ktf-site .cate { display: block; color: #202020; text-decoration: none; }
.ktf-site .cate strong { display: block; margin-top: 10px; }
.ktf-featured { padding: 20px 0 60px; }
.ktf-page-heading { background: #f7f7f7; border-bottom: 4px solid #2c518f; padding: 42px 0; margin-bottom: 35px; }
.ktf-page-heading h1 { color: #003a8c; font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0 0 8px; }
.ktf-page-heading p { margin: 0; }
.ktf-page-heading a { color: #003a8c; text-decoration: none; font-weight: 600; display: inline-block; margin-bottom: 10px; }
.ktf-page-heading--small { padding: 25px 0; }
.ktf-catalog-shell, .ktf-product-shell, .ktf-cart-shell, .ktf-checkout-shell { padding-bottom: 60px; }
.ktf-site footer a { color: #fff; text-decoration: none; }
.ktf-site footer a:hover { color: #feea6f; }
.ktf-footer-person { max-width: 100%; }
.ktf-message-wrap { position: relative; z-index: 1040; }
@media screen and (max-width: 991px) {
    .ktf-site .menuSup .navbar-nav { display: block; padding-bottom: 10px; }
    .ktf-site .menuSup .nav-item { width: 100%; }
    .ktf-site .menu { text-align: left; padding: 8px 0; }
    .ktf-site .cabecera { padding-top: 15px; padding-bottom: 15px; }
}
@media screen and (max-width: 767px) {
    .ktf-site .cintillo { font-size: 12px; }
    .ktf-site .seccion { padding: 35px 25px; }
    .ktf-site .img1 { min-height: 300px; }
    .ktf-site .cate img { height: 175px; }
    .ktf-site .texto-testi { font-size: 14px; line-height: 21px; }
}
