/* ------------ Header ---------- */
/*Texto datos superior*/
.angulo-header-main .top-nav * {
    color: #000000!important;
}

/*ocultar texto ingresar o loguearse*/
.item-cart-menu span:first-child {
display:none;
}
/*botones barra menu*/
.navbar-dark-v .navbar-nav .nav-link {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
/* Menu navegacion*/
.navbar-top {
    background-color: #f6f6f6;
    padding-top: 7px;
    padding-bottom: 7px;
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/*buscador*/
.angulo-header-main form input.form-control, .angulo-header-main form input.form-control:focus {
    border-radius: 10px;
}
/*Header top*/
.angulo-header-main .top-nav {
    background: #AFC4D3;
    padding: 0px;
    font-family: var(--font-customize);
    font-size: 14px;
}
/* -------------- FIn Header -------------------*/

/* ------------- Footer --------------------------*/
/*Texto footer*/
footer ul li {
    font-size: 13px;
    font-weight: 400;
}
/*iconos redes footer*/
#redes a:hover {
    border: 0px solid transparent;
   font-size: 16px;
}
/* -------------- Fin Footer --------------------*/

/*Ficha sin consultar por*/
.product-status {
   display: none;
}
/*Boton email ficha color tipo
.btn.angulo-item-outline {
    color: #ffffff!important;
}*/
/*imagenes productos borde*/
.angulo-item-img {
    border-radius: 7px;
}
/*nombre producto centrado*/
.angulo-item-name-container {
    justify-content: space-evenly!important;
   /*font-size: 1.5rem;*/
}
/*FIN centrato nombre del producto*/

/* letra O*/
.col-md-1.text-center {
 display: none;
}
/*imagenes productos lista*/
.angulo-item-img .bg-image-center{
   background-size: contain!important;
}
/*imagenes productos lista*/
.angulo-item-img {
   background-size: contain!important;
   height: 220px!important;
}
/*Texto descripcion ficha*/
.product-description p {
    margin-top: 4rem;
    font-size: 1.2rem;
}
/*Sombra productos*/
.angulo-item-producto-home {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
   border-radius: 7px;
   border: 1px solid #e8e0e0 !important;
}
/*Menu navegacion*/
.navbar-top .navbar-nav .nav-item {
    margin-right: 30px;
     border-bottom: 2px solid transparent;
}

#dropdown-submenu-products .dsp-categoria-titulo a {
    text-transform: lowercase!important;
    color: #000000!important;
}
.fas.fa-chevron-right {
    display: none;
}
#dropdown-submenu-products .dsp-categoria-titulo a:hover {
   font-weight: 800;
   text-decoration: none;
}
#dropdown-submenu-products.dropdown-menu {
    background: rgb(255,255,255)!important;
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(214,212,206,1) 100%)!important;
    border-radius: 7px;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
/*FIN barra navegacion*/

/* ------ Lista de productos ----------*/

/*animacion lista de productos HOVER*/
.angulo-item-producto-home:hover {
    animation: myAnim 2s ease 0s 1 normal forwards;
     filter: grayscale(0.5);
}
@keyframes myAnim {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}
/* FIN Hover productos*/

/* Nombre de producto en lista*/
.angulo-item-producto-home .angulo-item-name {
    font-size: 1rem;
    padding-top: 10px;
    font-weight: 500;
}
/* Precio de productos en lista*/
.angulo-item-price .price {
    font-size: 1.2rem;
}
/*Precio de productos en lista CENTRADO*/
.angulo-item-price {
    text-align: center !important;
}
/*Precio de productos en listaColor y tamaño*/
.price-offer {
    color: #019ee7;
    font-size: 1.3rem;
}

/*hover imagen de producto en lista*/
.angulo-item-img:hover {
    border: 0px solid var(--color-border-hover);
}

/* --------- FIN lista de productos ----------*/

/*Blog*/
.angulo-item-img.blog-list-image {
    background-size: cover!important;
}
.border-top-theme {
    padding-top: 40px;
}
.blog-title-container {
    color: #792A9D;
}
.blog-description {
    color: #848484;
}

/* ------------ Ficha Productos --------------*/
/*imagen principal ficha de productos*/
#main-fancy div {
    background-size: contain !important;
}
/*Precio de productos*/
.product-price {
    color: #8bb1b1!important;
}
.product-price h3 {
   font-size: 1.3rem!important;
}
/*Nombre del producto*/
h3.m-0 {
  font-size: 1.3rem;
}
/*Nombre atributo*/
h5.font-weight-bold.mr-3 {
   font-size: 1rem;
}

/* ---------- FIN ficha productos ---------*/
/*Formulario contacto*/
.form-contact {
    margin-top: 40px; 
}
.btn.angulo-item-button {
    color: #000000;
    border-radius: 7px!important;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    letter-spacing: 0px;
    width: 100%;
}
/*FIN formulario*/


.mb-5 {
    margin-bottom: 1rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
.border-top-theme {
    border-top: 0px solid #151515;
    padding-top: 0px
}
/*FIN titulos secciones*/

/*Categorias HOME*/
.angulo-item-categories .angulo-item-img {
    background-size: cover!important;
}
/*Texto categorias HOME*/
.angulo-widgets.widgets-footer .angulo-item-name {
    display: none;
}


.angulo-widgets {
    padding: 0px 0;
}

/*Boton ver mas home*/
.btn-lg-item {
  border-radius: 7px !important;
}

/*Buscador*/
.search-box.active {
    top: 50px;

}
#sidebar-buscar {
    border-width: 1px;
    border-color: #70b749;
}

.search-box {
    padding-left: 15px;
    padding-right: 15px;
}
/*FIN buscador*/

/*Listado CATEGORIAS productos*/
#accordion .card-header a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.text-uppercase { /*texto titulo lista categorias*/
    text-transform: capitalize!important;
}

/*---------- CARRUSEL ---------*/
/*Texto carrusel home*/
.text-destacado {
    border-bottom: 0px solid var(--color-border-hover);
}
/*Magen superior e inferior carrusel*/
#sectionCarrusel {
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}

/*---------- FIN CARRUSEL ---------*/
/*Fondo categorias home*/
.angulo-widgets.widgets-footer {
    background: #ffffff!important;
    background-color: #ffffff!important;
}

/*Quienes somos*/
.about-content img {
    width: 100vw !important;  /* Ocupa todo el ancho del viewport */
    max-width: 100vw !important; /* Asegura que no exceda el ancho del viewport */
    margin-left: calc(-50vw + 50%); /* Centra la imagen al extenderse fuera del contenedor */
}
/*Ocultar titulos seccion quienes somos*/
body[data-route*="/otros/622"] .section-product-category.mb-5.mt-5 {
    display: none !important;
}

/* FIN QUIENES SOMOS*/

/*Hamburguesa responsive*/
.navbar-toggler {
    background-color: #eaeaea;
}
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.fa-2x {
    font-size: 1.5em;
}
.img-with {
    padding-right: 20px !important;
}

/* Asegurar que el contenedor del icono y el texto sean visibles en todas las pantallas */
.instagram-container {
    display: flex !important;
    align-items: center;
    gap: 8px; /* Espacio entre el icono y el texto */
    flex-wrap: nowrap;
}

/* Ajustes del icono */
.instagram-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; /* Mantener el color original */
}

/* Ajustes del texto */
.texto-instagram {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; /* Evitar que el texto se corte o pase a otra línea */
    display: inline-block !important; /* Forzar que el texto sea visible */
}

/* Efecto hover para el texto */
.texto-instagram:hover {
    text-decoration: underline;
}

/* Asegurar visibilidad en móviles */
@media (max-width: 768px) {
    .instagram-container {
        display: flex !important; /* Asegurar que se muestre en móviles */
    }
    .texto-instagram {
        font-size: 12px; /* Ajustar tamaño en pantallas pequeñas */
        display: inline-block !important; /* Forzar que el texto no se oculte */
        visibility: visible !important; /* Asegurar que no esté oculto */
        opacity: 1 !important; /* Asegurar que sea completamente visible */
    }
}


/*FIN Texto icono instagram*/

/*Redes sociales*/
#redes a i {
    right: 10%;
    font-size: 25px;
}
#redes a {
    padding: 10px 5px;
}
#redes a:hover {
    font-size: 12px;
}