.header-bar-social-icons {
	float: right;
}
.header-bar-social-icons i {
	padding-left: 15px;
}
.header-bar-social-icons a {
	color: #ffffff;
}
.et-cart-info { display:none; 
}

#masthead{
    position: fixed;
    width:100%;
    top:0;
    z-index: 9999;
}

.site-main {
	margin-top: 199px;
}

.tg-site-footer-widgets {
	background-color: white;
}

/* Flip Card Container */
.flip-card {
    perspective: 1000px;
    width: 300px; /* Adjust width as needed */
    height: 400px; /* Adjust height as needed */
}

/* Flip Card Inner Container - Handles the 3D effect */
.flip-card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

/* Flip Card Front and Back Faces */
.flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.flip-card .flip-card-inner #year22_23{
	background-color: #bd0487;
}

.flip-card .flip-card-inner #year20_21{
	background-color: #00a09b;
}

/* Set initial style for the Back Face (it will be hidden initially) */
.flip-card-back {
    transform: rotateY(180deg);
   	/* Back face background color */
    padding: 20px; /* Adjust padding as needed */
    text-align: center;
}

/* Add hover effect to flip the card on hover */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front Image Style */
.flip-card-front img {
    width: 150px;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Front Title Style */
.flip-card-front h2 {
    margin-top: 30px;
    font-size: 15px; /* Adjust font size as needed */
	text-align: center;
    color: #3F5364; /* Front title color */
}

/* Emphasized Content in the Back */
.flip-card-back strong {
    color: #FFFFFF; /* Adjust the emphasized content color */
}

/* Estilos para el menú desplegable */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* botones de filtrado */

.boton_filtro {
	background-color: #01A399;
	color:#FFFFFF;
}


/* Acortar la altura del directorio de colectivos */

.e-con-inner {
    max-height: 3000px;
}

.e-con.e-grid {
    max-height: 3000px;
}
