body {
    font-family: "Space Grotesk", sans-serif;
}

@media (max-width: 991.98px) {
    #mobileMenu .mobile-menu-panel {
        background: var(--color-primario);
    }

    #mobileMenu .mobile-menu-header, #mobileMenu .mobile-menu-header .mobile-menu-title, #mobileMenu .mobile-menu-header .mobile-menu-back {
        color: var(--color-primario);
    }
}

#divBarraSuperior {
    background: #222222;
}

#divBarraSuperior .container {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

#divBarraSuperior .p-seguinos, #divBarraSuperior .follow-link {
    color: #ffffff;
}

#divBarraSuperior .follow-link:hover {
    color: var(--color-secundario);
}

#divBarraSuperior .p-seguinos {
    padding-top: 3px;
}

.navbar.navbar-bg-color-secundario {
        background: linear-gradient(to right, var(--color-secundario) 18%, #747474 69%) !important;
}

.navbar-brand img {
    width: 135px;
	margin: 13px 0px;
}

.navbar-other div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #222222 ;
    font-weight: 500 !important;
}

.navbar .navbar-nav .nav-item.dropdown:hover>.nav-link, .navbar .navbar-nav .dropdown-submenu:hover>.dropdown-item.dropdown-toggle {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    #mobileMenu .mobile-menu-panel-main .nav-link {
        color: var(--color-primario) !important;
    }
}

#mobileMenu {
    background: transparent;
}

#mobileMenu .offcanvas-header {
    background: var(--color-secundario);
}

@media (max-width: 991.98px) {
    #mobileMenu .mobile-menu-panel {
        background: var(--color-secundario);
    }
}

.boton-extranet {
    background: linear-gradient(to right, #555555 18%, #222222 69%) !important;
    margin-bottom: 0px !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item:hover {
    color: var(--color-secundario);
}

.badge-cart, .badge-login {
    background-color: var(--color-secundario) !important;
    color: #ffffff !important;
	line-height: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-collapse .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

#offcanvas-search {
    background-color: #ffffff;
}

#txtBuscarShop, #txtBuscarShop::placeholder {
    color: var(--color-primario) !important;
}

footer {
    background: linear-gradient(to right, var(--color-secundario) 18%, #747474 69%) !important;
}

.footer-titulo {
    color: var(--color-primario);
}

.footer-coredevs {
    color: var(--color-secundario) !important;
}

.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover, .bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover, .text-inverse a:not(.btn):hover, [class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
    color: var(--color-primario);
}
.text-inverse a:not(.btn):hover {
    border-color: var(--color-primario);
}

.logo-menu-mobile {
    width: 135px;
}

.btn-primary {
    border-color: #9f9f9f !important;
    background: linear-gradient(to right, var(--color-secundario) 18%, #747474 69%);
}

.display-4{
	font-size: calc(1.305rem + .66vw);
	line-height: 1.2;
}

.banner-icon {
    color: var(--color-secundario);
}

.titulo-formulario-contacto, .titulo-whatsapp-contacto{
	font-size: calc(1.305rem + .66vw);
    line-height: 1.2;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff;
}

@media (min-width:1200px){
	.titulo-formulario-contacto, .titulo-whatsapp-contacto{
		font-size: 1.8rem;
	}
}

.follow-link:hover {
    color: var(--color-secundario);
}

.data-fiscal img {
    width: 50px;
    height: auto;
}

.footer-logo {
    width: 150px;
}

.swiper-hero-con-barra, .swiper-hero-con-barra .swiper-slide {
    height: calc(100vw / 2.44);
}

.img-logo-nosotros, .img-logo-contacto {
    width: 215px;
}

@media (max-width: 767.98px){
    .swiper-hero-con-barra, .swiper-hero-con-barra .swiper-slide {
        height: 350px!important;
        height: calc(100vw / 1.84);
    }
}

.div-buscar-header .container {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

[id^="divBloque"] .display-4, [id^="divBloque"] .display-5, [id^="divBloque"] .display-6 {
    color: var(--color-primario);
}

#divBloqueCategorias h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    width: 100%;
    padding: .5rem;
    cursor: pointer;
    user-select: none;
    pointer-events: none;
    z-index: 10;
}

/* El h4 es position:absolute pero la tarjeta queda en static, así que se anclaba al bloque entero (width 100% = todo el ancho) y no quedaba centrado sobre cada imagen. En gufra un JS mueve el h4 dentro del figure; acá no corre, por eso fijamos el contexto en la tarjeta. */
#divBloqueCategorias .project.item,
#divBloqueCategorias .swiper-slide {
    position: relative;
}

/* Título de categoría: achicar progresivamente en pantallas chicas (root rem = 20px, así que 1.25rem = 25px) */
@media (max-width: 1199.98px){
    #divBloqueCategorias h4 {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 767.98px){
    #divBloqueCategorias h4 {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 575.98px){
    #divBloqueCategorias h4 {
        font-size: 0.8rem !important;
    }
}

.link-dark:hover, .text-reset a:hover, a.text-reset:hover {
    color: var(--color-secundario) !important;
}

.breadcrumb-item a:hover {
    color: var(--color-secundario);
}

.btn-increment, .btn-decrement {
    color: var(--color-secundario) !important;
}

.alert-custom .alert-link {
    color: var(--color-secundario);
}

#divBloquePuntosdeVenta .accordion-wrapper .card-header button {
    color: var(--color-primario);
}

.btn-increment, .btn-decrement, #Checkout .btn-increment, #Checkout .btn-decrement {
    color: var(--color-secundario) !important;
    font-weight: 400;
    font-size: 20px !important;
}

.form-check-input:checked {
    background-color: var(--color-secundario);
    border-color: var(--color-secundario);
}

#Checkout .checkout-check .form-check-label.btn:hover {
    border-color: var(--color-secundario);
}

#Checkout .checkout-check .form-check-label.btn.active {
    border-color: var(--color-secundario);
    color: var(--color-secundario);
}

.checkout-quantity-badge {
    background-color: var(--color-secundario);
}primary {
    --bs-text-opacity: 1;
    color: var(--color-secundario) !important;
}

#divPortadas {
    margin-top: -1px;
}

.swiper-hero-con-barra, .swiper-hero-con-barra .swiper-slide {
    height: calc(100vh - 107px) !important;
}

.btn-close:hover::before {
	background: var(--color-primario);
    color: #ffffff;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    background: var(--color-secundario);
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--color-secundario);
}

.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--color-secundario);
}

.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet {
    background: var(--color-secundario);
}

.overlay span.bg {
    background: rgb(8 247 212 / 60%);
}

.overlay-1 .from-top {
    color: var(--color-primario) !important;
    font-weight: 600;
}

.pie-pagina-mobile {
    background: transparent;
}

/* Bloque call to action Mercado Libre: fondo amarillo ML, textos azul ML, botón azul con texto blanco */
#divBloqueMercadoLibre .card {
    background-color: #ffe600 !important;
}

#divBloqueMercadoLibre h2,
#divBloqueMercadoLibre p {
    color: #2d3277;
}

#divBloqueMercadoLibre h2 {
    margin-bottom: 0px !important;
}

#divBloqueMercadoLibre .btn-secundario {
    background-color: #3483fa !important;
    border-color: #3483fa !important;
    color: #ffffff !important;
}

#divBloqueMercadoLibre .btn-secundario:hover {
    background-color: #2968c8 !important;
    border-color: #2968c8 !important;
    color: #ffffff !important;
}