
.title-web{
    font-size: 4vh; letter-spacing: 3px
}
.color-primary-web{
    color: #F61D26;
}
.color-second-web{
    color: #404041;
}
.bg-color-primary-web{
    background-color: #F61D26;
}
.bg-color-second-web{
    background-color: #404041;
}
.bg-color-black{
    background-color: black;
}
.border-color-second{
    border: 2px solid #404041 !important;
}
.title-web-left{
    height: 5.6vw;
    float: left;
}
.title-web-right{
    height: 5.6vw;
}

.corousel-web-image{
    height: 380px!important;
}

.slider-title{
    text-align: center; font-size: 25px;
}
.div-corousel-web-image{
    display: flex;
    justify-content: center;
}

.floating {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 40px;
    right: 40px;
    background-color: white;
    color: #F61D26;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    z-index: 100;
}

.mid-web{
    float: left;
    margin-top: -6px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mid-web{
        float: left;
        margin-top: -7px;
    }
    .title-web{
        font-size: 6vh; letter-spacing: 5px
    }
    .title-web-left{
        height: 2.1vw;
        float: left;
    }
    .title-web-right{
        height: 2.1vw;
    }
    .corousel-web-image{
        height: 440px!important;
    }
    .slider-title{
        text-align: left; font-size: 50px;
    }
    .div-corousel-web-image{
        display: flex;
        justify-content: end;
    }
 }
