
/* GENERAL */

#information-about {
    font-size: 16px;
}

strong, b {
    font-weight: 500;
}

.mt-2{
    margin-top: 20px;
}

.content{
    height: 100%;
}

.page-title{
    line-height: 35px !important;
}

.text-align-responsive{
    text-align: left;
    width: 100%;
}

#information-about .container{
    padding: 30px 300px;
}

.container-banner{
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.image-banner{
    min-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.image{
    min-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.esclusiva-container{
    height:450px;
}

.esclusiva-text{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-content strong {
    margin-bottom: 8px;
}

.icon {
    width: 60px;
    height: 60px;
    margin-bottom:10px;
    margin-top:40px;
}


.camion-icon {
    width: 80px;
}

.semi-banner-container{
    margin: 40px 300px;
}

.semi-banner{
    width: 100%;
}

.content-stats{
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.element-stats-text{
    flex:4;
    padding: 0 15px;
}

.element-stats-divisor{
    flex:1;
    height: 1px;
    background: black;
    margin-top: 11px;
}

#container-desktop-stats{
    display: block;
}

#container-mobile-stats{
    display: none;
}

.divisor-vertical{
    height: 40px;
    width: 1px;
    background: black;
    margin-left: 17px;
}

.container-timeline{
    margin-bottom: 50px;
}

@media (max-width: 1520px) {
    #information-about .container{
        padding: 30px 100px;
    }
        
    .container-banner{
        height: 500px;
    }
    
    .semi-banner-container{
        margin: 20px 100px;
    }

    .icon {
        margin-top: 40px;
    }
    
}

@media (max-width: 1520px) and (min-width: 992px) {
    #information-about .container{
        padding: 30px 100px;
    }
        
    .container-banner{
        height: 500px;
    }
    
    .semi-banner-container{
        margin: 20px 100px;
    }

    .icon {
        margin-top: 40px;
    }
    
}

@media (max-width: 992px) {
    #information-about .container{
        padding: 30px 0;
    }

    .esclusiva-text{
        height: 100%;
    }
        
    .container-banner{
        height: 280px;
    }
    
    .semi-banner-container{
        margin: 20px 0;
    }

    #container-desktop-stats{
        display: none;
    }

    #container-mobile-stats{
        display: block;
    }
}

