.bg-gray-sm{
    background-color: #d7dadb;
}
.bg-gray{
    background-color: #3c464b;
}
.efecto-parallax {
    background-image: url('/assets/principal/img/fondos/categorias.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 500px; /* Ajusta según necesites */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.efecto-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Oscurece un poco el fondo */
}

.tp-shop-widget-content a {
    transition: all 0.3s ease-in-out;
}

.tp-shop-widget-content a:hover {
    background-color: #b15d46;
    color: white !important;
}

.tp-shop-widget-content .active-link {
    background-color: #f93904 !important;
    color: white !important;
    font-weight: bold;
}

.card-custom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

.card-custom-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-custom-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .step.active:before {
    background: #FF5722
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active .icon {
    background: #ee5435;
    color: #fff
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .text {
    display: block;
    margin-top: 7px
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-warning {
    color: #ffffff;
    background-color: #ee5435;
    border-color: #ee5435;
    border-radius: 1px
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ff2b00;
    border-color: #ff2b00;
    border-radius: 1px
}

.user-initials {
    width: 40px;
    height: 40px;
    background-color: #007bff; /* Color de fondo */
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-transform: uppercase;
}

.tp-feature-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Asegura que los elementos hijos llenen toda la altura */
}

.tp-feature-content {
    flex-grow: 1; /* Hace que este contenedor crezca para llenar el espacio restante */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Esto hace que el contenido esté distribuido */
}

.tp-feature-item .tp-feature-icon {
    margin-bottom: 15px; /* Espacio entre el icono y el texto */
}

.tp-feature-item .tp-feature-content p {
    margin-top: auto; /* Asegura que el texto quede al final de la tarjeta si hay espacio adicional */
}


.ui-autocomplete{
	z-index: 10000 !important;
}
.redes-sociales {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 999;
}

.redes-sociales .icono {
	background-color: #333;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.redes-sociales .icono:hover {
	transform: scale(1.2) rotate(10deg);
	box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

/* Colores personalizados */
.icono.facebook { background-color: #3b5998; }
.icono.twitter { background-color: #1da1f2; }
.icono.instagram { background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf); }
.icono.whatsapp { background-color: #25d366; }


.text-danger-full{
    color: rgb(198, 4, 4);
}
