.link{
    text-decoration: none;
}
footer .link{
    color: var(--negro);
}
footer .link:hover{
    color: var(--azulmarca);
}
.display-7{
    font-size: 1.7rem;
}
.firstView{
    background-color: #aaa;
    background-image: url('/images/fondo-video-movil-cesped.jpg');
    background-attachment: fixed;
    min-height: calc(100vh - 85px);
    padding: 80px 30px 160px 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.firstView h2.font-generic{
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px;
}
.firstView h4.font-generic{
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
}
.firstView .superior-home{
    margin: auto;
    width: 75%;
}
.firstView .superior-home h4{
    width: 50%;
}
.marketplace{
    background-color: #fff !important;
    position: relative;
    z-index: 10;
}
.banner{
    margin: auto;
    max-width: 1500px;
    padding: 30px !important;    
}
.bg-dark{
    background-color: #020202 !important;
}
.img-float{
    position: absolute;
    z-index: 20; 
}
footer{
    padding: 20px; 
    position: relative;
    z-index: 10;
}
.market{
    margin: auto;
    max-width: 1500px;
    padding: 80px 50px !important;
}
.market-border{
    margin: auto;
    max-width: 1500px;
    padding: 80px 100px !important;
    border-left: 2px solid var(--negro);
    border-right: 2px solid var(--negro);
}
/* ------------------------- */
/*  LIST CLUBS MORE VISITED  */
/* ------------------------- */
.clubsMoreVisited{
    border-bottom: 2px solid var(--placeholder);
    padding: 20px 0px;
    position: relative;
}
.clubsMoreVisited:last-child{
    border: none;
}
.clubsMoreVisited a{
    text-decoration: none;
}
.clubsMoreVisited .sports .item{
    background-color: #f5f5f5;
    border-radius: 12px;
    color: var(--gris2);
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px;
    font-size: 12px;
}
.clubsMoreVisited .dataclub{
    font-size: 24px;
}
.clubsMoreVisited .dataclub .avatar{
    align-self: center;
    width: 80px;
}
.clubsMoreVisited .dataclub .avatar img{
    max-width: 60px;
    width: fit-content;
}
.clubsMoreVisited .dataclub .linkclub{
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.especial .form-control{
    border:none;
    background-color: transparent !important;
    border-bottom:1px solid var(--blanco);
    border-radius: 0;
    color: var(--blanco);
    font-size: 16px;
}
.card.miniatura{
    border-radius: 8px 8px 0px 0px;
    border: none;
    padding: 0px 0px 10px 0px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.card.miniatura .image{
    border: none !important;
    border-radius: 8px 8px 0px 0px;
    height: 175px;
    width: 100%;
}
.card.miniatura .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card.miniatura .card-title{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.card.miniatura .price{
    color: var(--azulmarca);
    font-weight: 500;
}

.img-opinion{
    width: 50px;
    height: 50px;
    padding: 0;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #ccc;
}
.card-banner{
    border-radius: 12px;
}
.card-banner .gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 72.22%);
    z-index: 2;
}
.card-banner .card-body{
    position: relative;
    z-index:5;
}
.feature-card.serviceInverse div{
    background-color: #f5f5f5;
    color: var(--gris3);
}
.feature-card.serviceInverse img{
    filter:grayscale();
    opacity: 0.7;
}

/* ACCORDION */
.accordion-item{
    border-bottom: 1px solid var(--negro) !important;
    border-radius: 0 !important;
    margin-bottom: 5px;
}
.accordion-header{
    font-family: 'Roboto', sans-serif;
}
.accordion-button{
    background-color: transparent !important;
    color: var(--negro) !important;
    padding: 10px 5px;
}
.accordion-button.collapsed::after{
    background-image: url('/images/flecha.svg') !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('/images/flecha.svg') !important;
    transform: rotate(-90deg);
}
.accordion-button:focus{
    border-color: transparent !important;
    box-shadow: none !important;
}

/* SCHEDULE CLUB */
.clubSchedule{
    font-size: 14px;
}
.clubSchedule:nth-child(odd){
    background-color: #f5f5f5;
}
.clubSchedule .day{
    font-weight: 500;
}
.clubSchedule .hours{
    font-weight: 300 ;
}

/* CAROUSEL */
.carousel-inner{
    box-shadow: 0px 8px 24px 0px #959DA533;
    margin-bottom: 40px;
    border-radius: 8px;
}
.carousel-indicators{
    bottom:-50px !important;
}
.carousel-indicators [data-bs-target]{
    background-color: transparent;
    border:1px solid var(--placeholder);
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.carousel-indicators [data-bs-target].active{
    background-color: var(--negro);
    border-radius: 12px;
    height: 12px;
    width: 24px;
}
.carousel-control-prev,
.carousel-control-next{
    display: none;
}

.config-carousel .carousel-control-prev,
.config-carousel .carousel-control-next{
    display: flex;
}

.config-carousel .carousel-control-prev-icon,
.config-carousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 40px 40px;
    width: 80px;
    height: 50px;
    border-radius: 0%;
}

.config-carousel .carousel-control-prev,
.config-carousel .carousel-control-next {
    width: 50px;
}

.config-carousel .btn-danger {
    padding: 12px 16px 10px 16px;
    background-color: white;
    border-color: white;
}

.config-carousel .btn-danger i {
    color: black;
    font-size: 1.2rem; /* Ajusta el tamaño del icono */
}

/* CART / CARRITO*/
.cart .club{
    font-size: 14px;
    font-weight: 900;

}
.cart p{
    font-size:12px;
    line-height: 1em;
    margin: 3px 0px;
}

/* ------------------------ */
.badge{
    border-radius: 100%;
    background-color: var(--azulmarca);
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 10;
    font-size: 12px;
}
#cart{
    min-width: 80px !important;
    width: 80px !important;
}
#menu-movil{
    min-width: 80px !important;
    width: 80px !important;
}
#menu-movil::after{
    display: none;
}
.btn-primary:hover img{
    filter:invert();
}


.columna1, .columna2 {
    display: flex;
    flex-direction: column;
}

.columna2 .row {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.columna2 .mt-3 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feature-card .item{
    background-color: #F2F4FE;
    border-radius: 12px;
    color: var(--azulmarca);
    font-size: 0.9rem;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 8px 14px;
}
.feature-card .item img{
    margin-right:5px;
}

.member-select {
    display: 'flex';
    align-items: 'center';
    padding: 10px;
}

.member-select:hover {
    background-color: #deebff;
}

.group-price {
    color: var(--azulmarca);
    border-color: var(--azulmarca) !important;
}

.group-select {
    width: unset !important;
}


.mapa{
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.mapa iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}