
.lane {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 90%;
    margin: auto;
    height: 90%;
    position: relative;
    flex-wrap: wrap;
}

.lane .item-lane {
    min-width: 11.10vw;
    min-height: 29.02vw;
    background-color: #F0CC24;
    padding: 0px 1.84vw 0px 1.84vw;
    margin: 10px 0px;
    box-shadow: 0px 2.5px 5px black;
}

.lane .item-lane-action {
    min-width: 18.8194vw;
}

.lane .title-lane {
    font-family: "Anton";
    font-size: 1.94vw;
    text-align: center;
    color: white;
    margin: 0.5em 0px 0px 0px;
}

.lane .description-lane {
    font-size: 1.25vw;
    max-width: 15.13vw;
    font-family: Roboto;
    margin: 0.5em 0px;
    font-weight: 600;
}

.item-lane-icon .button-lane {
    display: none;
}

.item-lane-icon {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    
}

.item-lane-icon .icon-lane {
    width: 8.61vw;
    height: 8.61vw;
    background-color: black;
    border-radius: 50%;
    margin-top: 2.43vw;
}


.item-lane-action .icon-lane {
    display: none;
}

.item-lane-action .title-lane {
    text-align: left;
    font-size: 4.1666vw;
    line-height: 4.1666vw;
}

.lane .item-lane-action .description-lane {
    max-width: 15.40vw;
    margin-top: 2vw;
    font-weight: bold;
}


.item-lane-without-background.item-lane {
    background-color: transparent !important;
    box-shadow: none;
}

.item-lane-without-background .title-lane {
    color: black;
}

.item-lane-without-background .description-lane {
    max-width: 260px;
}

.item-lane-short .button-lane {
    display: none;
}

.button-lane {
    background-color: black; 
    color: white; 
    text-decoration: none; 
    padding: 0.75vw 0.70vw; 
    border-radius: 5px; 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    margin: auto;
    max-width: 14.79vw;
    cursor: pointer;
    font-size: 1.1111vw;
    font-family: "Staatliches";
    transition: ease-out;
}

.button-lane:hover {
    transform: scale(1.1);
}

.item-lane-short .icon-lane {
    display: none;
}


    .btn-lane-active {
        background-color: black;
    }

   .btn-lane-inactive {
    background-color: #C6C6C6;
   }
   
   .btn-lane {
    border: none;
    color: white;
    cursor: pointer;
    transition: ease;
    width: 11.5vw;
    height: 11.25vw;
    border-radius: 1vw;
    margin: 0px 2.5vw;

}

.btn-lane span {
    font-size: 10vw;
    position: relative;
    top: -1.25vw;
    text-align: center;
    width: 100%;
}

.btn-lane:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {
    .item-lane {
        display: flex !important;
        flex-direction: column;
        /* Otros estilos que desees aplicar a los .item-lane */
    }

    .btn-lane {
        display: none;
    }


}

@media screen and (max-width: 768px) {


    .lane {
        width: 70%;
    }

    .lane-father {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        background-image: none !important;
    }

    .lane .item-lane {
        min-height: 96.875vw;
        width: 62.8125vw;
    }
    
    .lane .title-lane {
        font-size: 6.25vw;
    }

    .lane .description-lane {
        font-size: 4.375vw;
        max-width: 48.125vw;
    }


    .lane .item-lane-action .title-lane {
        font-size: 11.25vw;
        line-height: 14.0625vw;
        margin-left: 5vw;
    }

    .lane .item-lane-action .description-lane {
        max-width: 68.125vw;
        margin: auto;
    }

    .lane .item-lane-action {
        min-width: 80.3125vw;
    }

    .item-lane-icon .icon-lane {
        height: 24.375vw;
        width: 24.375vw;
        margin-top: 7.5vw;
    }
   

    .lane .item-lane:not(:first-child):not(:has(.item-lane-action)) {
        display: none;
    }

    .item-lane-action {
        display: flex !important;
        flex-direction: column;
    }

    .button-lane {
        max-width: 63.4375vw;
        width: 63.4375vw;
        height: 9.375vw;
        font-size: 5vw;
    }

}
