.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #b1b1b1;
    border-radius: 50%;
}
.carousel-indicators {
    margin-bottom: 0;
}
.carousel {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


@media (max-width: 575.98px) {

    .custom-big-txt {
        padding-bottom: 30px;
        margin-left: -50px;
        margin-right: -50px;
    }
    .display-3 {
        font-size: calc(1.575rem + 1.9vw);
    }
    .bs-p-3, .bs-p-4 {
        padding: 0 !important;
    }
    .display-custom {
       font-size: 2rem;
    } 
    .vocabulary-sello .card {
        float: left;
        margin-right: 1rem !important;
        margin-bottom: 15px !important;
    }
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 1199.98px) {

}