/*Ficha sin consultar por*/
.product-status {
   display: none;
}
/*Boton email ficha alineacion*/
.col-md-12.mt-4 > .row {
  place-content: flex-end!important;
}
/*Boton email ficha color tipo*/
.btn.angulo-item-outline {
    color: #ffffff !important;
}
/*imagenes productos borde
.angulo-item-img {
    border-radius: 0px !important;
}*/

/*Lista productos HOME*/
.product-home .angulo-item-img {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 160px !important; /* Ajusta la altura de la imagen según sea necesario */
    width: 100% !important;
}

.product-home {
    padding: 15px !important; /* Añade espacio entre la imagen y el borde del contenedor */
    box-sizing: border-box !important;
}
.product-home {
    padding-bottom: 0 !important; /* Elimina el padding inferior del contenedor */
    margin-bottom: 0 !important; /* Elimina el margen inferior del contenedor */
}

.product-home .pb-4, 
.product-home .pt-2 {
    padding-bottom: 0 !important; /* Ajusta el padding en los elementos internos si es necesario */
    padding-top: 0 !important;
}

.product-home .d-flex.justify-content-between {
    margin-bottom: 20px !important; /* Elimina cualquier margen inferior en la sección de precio y botón */
}
/*FIN lista de productos HOME*/

/*Lista de productos*/

.angulo-item-producto-home .angulo-item-img {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 160px !important; /* Ajusta la altura de la imagen según sea necesario */
    width: 100% !important;
}

.angulo-item-producto-home a.item-image-preview {
    height: 160px !important;
}

.angulo-item-producto-home {
    padding: 15px !important; /* Añade espacio entre la imagen y el borde del contenedor */
    padding-bottom: 0 !important; /* Elimina el padding inferior del contenedor */
    margin-bottom: 0 !important; /* Elimina el margen inferior del contenedor */
    box-sizing: border-box !important;
}

.angulo-item-producto-home .pb-4, 
.angulo-item-producto-home .pt-2 {
    padding-bottom: 0 !important; /* Ajusta el padding en los elementos internos si es necesario */
    padding-top: 0 !important;
}

.angulo-item-producto-home .d-flex.justify-content-between {
    margin-bottom: 20px !important; /* Elimina cualquier margen inferior en la sección de precio y botón */
}


/*FIN Lista de productos*/

/*Alinea el boton de la lista de productos dentro del contenedor*/

.angulo-item-producto-home .d-flex.justify-content-between {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.angulo-item-producto-home .col-md-8 {
    padding: 0 !important;
}

.angulo-item-producto-home .col-md-4 {
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important; /* Alinea el botón a la derecha */
}

.angulo-item-producto-home .angulo-item-button {
    padding: 6px 12px !important; /* Ajusta el tamaño interior del botón */
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important; /* Evita que el botón ocupe
.angulo-item-producto-home {
    padding: 15px !important; /* Añade espacio entre la imagen y el borde del contenedor */
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; *//* Aplica la sombra */
    border-radius: 0px !important; /* Opcional: bordes redondeados para suavizar */
    background-color: #ffffff !important; /* Fondo blanco para resaltar el contenido */
}
#product-container .col-lg-4.col-md-6 {
    margin-bottom: 20px !important; /* Añade un espacio de 20px entre las filas de productos */
}
#product-container .col-lg-3.col-md-6 {
    margin-bottom: 20px !important; /* Añade un espacio de 20px entre las filas de productos */
}










/*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;
}

/*Nombre del producto en lista
.angulo-item-producto-home .angulo-item-name {
    font-size: 16px;
    padding-top: 0px;
    font-weight: 600;
}*/
/*Sombra productos*/
.angulo-item-producto-home {
    border: 1px solid #F0F2F5 !important;    
    margin-bottom: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/*animacion lista de productos HOVER*/
.angulo-item-producto-home:hover {
   animation: myAnim 2s ease 0s 1 normal forwards;
}
/* FIN Hover productos*/


/*Sombra productos Home*/
.product-home {
    border: 1px solid #F0F2F5 !important;    
    margin-bottom: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/*animacion lista de productos home HOVER*/
.product-home:hover {
    animation: myAnim 2s ease 0s 1 normal forwards;
}
@keyframes myAnim {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
/* FIN Hover productos Home*/

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

/*Nombre producto en lista centrado
.text-left {
    text-align: center!important;
}*/
/*Texto banner home*/
.carousel-caption {
position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 50%;
   height: 30%;
   margin: auto;
}
/*categorias home -- ocultar nombres*/
.category-name {
    display: none;
}
/*categorias home -- ocultar fondo nombres*/
.category-name-background {
    display: none;
}
/* Estilos para las imágenes dentro de la sección específica */
section.angulo-widgets.widgets-footer .category-container .angulo-item-img.bg-image-center,
section.angulo-widgets.widgets-footer .category-container .angulo-item-img {
  background-size: cover !important;
  height: 190px !important; /* Ajusta la altura según sea necesario */
}
/*Sombra productos HOME*/
.product-home {
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    border-radius: 0px;
    border-color: #F0F2F5 !important;
    border: solid;
    border-width: 1px;
   margin-bottom: 10px;
}
/*nombre productos destacados
.product-home .angulo-item-name {
    font-size: 16px;
    font-weight: 600;
}*/
/*HOVER categorias home*/
.angulo-item-producto:hover, .angulo-item-producto:focus {
    box-shadow:0px!important;
    border: 0px!important; 
}
/*animacion en categorias de productos home*/
.category-container:hover {
    animation: myAnim 1s ease 0s 1 normal forwards;
}
@keyframes myAnim {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(45px);
	}
	24% {
		opacity: 1;
	}
	40% {
		animation-timing-function: ease-in;
		transform: translateY(24px);
	}
	65% {
		animation-timing-function: ease-in;
		transform: translateY(12px);
	}
	82% {
		animation-timing-function: ease-in;
		transform: translateY(6px);
	}
	93% {
		animation-timing-function: ease-in;
		transform: translateY(4px);
	}
	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}
	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}

/* Animacion texto slider */
/* Aplicar la animación a los elementos de texto dentro de la sección slider */
.section-slider .carousel-caption h5,
.section-slider .carousel-caption p {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
            animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}
/*Sombra texto slider*/
#slider .carousel-item-verti-center {
    text-shadow: 0px 2px 4px black;
    transform: translateX(-20%);
}

/*Linea superior secciones*/
.border-top-theme {
    border-top: 0px solid #151515;
}

/*Sombra header*/
.angulo-header-main {
   box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/*---------------- banderas ----------------*/
.flags-container {
  display: flex;
  flex-direction: row; /* Muestra las banderas una al lado de la otra en pantallas grandes */
  align-items: center;
  margin-left: 8px;
}

.flag-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 4px;
  object-fit: cover;
}

/* Ocultar las banderas en la parte superior y moverlas al sidebar en dispositivos móviles */
/*@media (max-width: 768px) {
  .flags-container {
    display: none;  Oculta las banderas en el menú superior 
  }*/

  /* Muestra las banderas en el sidebar */
  .sidebar .flags-container {
    display: flex; /* Activa las banderas en el sidebar */
    margin: 16px auto; /* Centra las banderas en el sidebar */
  }
}

/* -------Nosotros fotos ------*/
/* Aísla la sección completa */
.nosotros-section {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* Fuerza la cuadrícula en .nosotros-fotos */
.nosotros-section .nosotros-fotos {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas por defecto */
  gap: 20px;
  justify-items: center;
  width: 100%;
  box-sizing: border-box;
}

/* Media query para móviles */
@media (max-width: 768px) {
  .nosotros-section .nosotros-fotos {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en pantallas pequeñas */
  }
}

@media (max-width: 480px) {
  .nosotros-section .nosotros-fotos {
    grid-template-columns: 1fr; /* 1 columna en pantallas muy pequeñas */
  }
}

/* Estilos de imágenes y textos */
.nosotros-section .nosotros-fotos img {
  width: 100%; /* Ocupa todo el espacio disponible */
  max-width: 200px; /* Limita el ancho */
  height: auto;
  border-radius: 50%; /* Hace las imágenes circulares */
  display: block;
}

.nosotros-section .nosotros-fotos p {
  margin: 10px 0 0 0;
  color: rgb(52, 73, 94);
  text-align: center;
}

/* Hover para imágenes en escala de grises */
.nosotros-section .nosotros-fotos img {
  transition: filter 0.3s ease-in-out;
}

.nosotros-section .nosotros-fotos img:hover {
  filter: grayscale(100%);
}


/* ------ FIN NOSOTROS ---------*/

/*Precio productos en ficha*/
.product-price {
    color: #e4a116 !important;
}
.mb-5 {
    margin-bottom: 1rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
#main-fancy div {
    background-size: contain !important;
}

/* LIstado de productos
.pb-4.pl-2.pt-2.d-flex.justify-content-between {
    flex-direction: column; /* Apilamos los elementos en columna */
    align-items: center;     /* Centramos los elementos horizontalmente */
}*/

.angulo-item-name-container {
    padding: 0 5px;          /* Padding a la derecha e izquierda del nombre del producto */
    text-align: center;       /* Centrar el texto del nombre */
}
/*
.angulo-item-price {
    text-align: center;       /* Centrar el precio */
}*/

.angulo-item-price h6.price-offer {
    font-size: 1.5em;         /* Aumenta el tamaño del precio */
    color: #e4a116;           /* Cambia el color del precio */
}
.price-offer {
    font-size: 1.2em;         /* Aumenta el tamaño del precio */
    color: #e4a116;           /* Cambia el color del precio */
}

/*FIn listado productos*/

/*Menu principal*/
.navbar-top .navbar-nav .nav-item a {
    font-size: 13px !important;
}
/*FIn menu principal*/

/*Boton lista productos*/
.btn.angulo-item-button {
    height: auto;
    /* margin-top: 12px; */
    border: 1px solid #ced4da;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    font-size: 13px;
    font-family: var(--font-customize);
    font-weight: 400;
    background-color: #ced4da;
    border-radius: 0px;
}
/*FIN boton lista productos*/

.section-product-category .title {
    display:none;
}
.redes {
    display:none;
}

/*LA EMPRESA*/
.about-content img {
  display: block; /* Quita espacios en línea */
  width: 100vw;   /* Ocupa el 100% del viewport */
  margin-left: calc(50% - 50vw); /* Centra la imagen en el viewport */
}

/*FIN LA EMPRESA*/