
.circle {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    position: absolute;
}
#carouselCategories .carousel-item {
    text-decoration: none;
    text-align: center;
}
#carouselCategories .carousel-item .col-md-3 {
    padding: 2rem;
        text-decoration: none;
}
#carouselCategories .carousel-item .col-md-3 .title {
    font-size: 1.3rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 1rem;
    color: #000 !important;
}
#carouselCategories .carousel-item .col-md-3 .card {
    border: 0px;
}
#carouselCategories .carousel-item .col-md-3 .card .card-img {
    padding: 2rem;
}

.stamp_bar {
    background: #d5d5d5;
    width: 100%;
}
.stamp_bar .stamp {
    margin: 1rem 0rem 1rem 0rem;
}
.stamp div {
    float: left;
}
.stamp .material-icons {
    margin-right: 1rem;
    opacity: 0.5;
    margin-top: 0.3rem;
    font-size: 2rem;
}
.stamp .text1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    margin-top: 0.2rem;
    width: 78%;
}
.stamp .text2 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 78%;
    color: #666666;
}

.banner_bloque{
    background: #fff;
    margin: 1rem;
    width: 100%;
    height: calc(100% - 2rem);
    display: table;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    color: #000;
    text-decoration: none;

}

@media (max-width: 575.98px) {

   #carouselBanner .carousel-item img {
position: relative; 
left: -40%;
    width: 180%!important;
}
}