* {
    font-family: 'Roboto Condensed', sans-serif;
}

.rutasWeb a {
    text-decoration: none;
}

.rutasWeb a:hover {
    color: #0d6efd;
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(56, 56, 56);
}

html::-webkit-scrollbar-track {
    background: #c0c0c0;
}

.start-banner h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3.5em;
    color: white;
}

@media (max-width: 700px) {
    
    .start-banner h2 {
        font-size: 2.5em;
    }

}

@media (max-width: 400px) {
    
    .start-banner h2 {
        font-size: 2em;
    }

}
