body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.f-gabarito {
    font-family: Gabarito;
}

.f-ibm {
    font-family: 'IBM Plex Sans', sans-serif;
}


@font-face {
    font-family: Gabarito;
    src: url(../font/Gabarito/Gabarito-Medium.ttf);
    font-weight: normal;
 }

@font-face {
    font-family: Gabarito;
    src: url(../font/Gabarito/Gabarito-Regular.ttf);
    font-weight: lighter;
 }
 
 @font-face {
    font-family: Gabarito;
    src: url(../font/Gabarito/Gabarito-Bold.ttf);
    font-weight: bold;
 }

.hero-product {
    background: url('../images/Carousel.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
}

.content {
    height: 70vh;
    background: rgb(87,136,194);
background: linear-gradient(140deg, rgba(87,136,194,1) 0%, rgba(227,236,245,1) 80%, rgba(255,255,255,1) 100%);
}
.content-featured {
    height: 30vh;
}
.contact {

    background: #E5EEF7;
}
.content-product {
    height: auto;
}
.content-vision {
    min-height: 40vh;
    height: 60vh;
    background: #013E7D;
background: linear-gradient(140deg, #013E7D 0%, #013E7D 72%, #0196B7 100%);
}
.content-whyus {
    height: 70vh;
    background: #2C5483  ;
    background-position: center;
}
.content-mission {
    height: 60vh;
    background: #C7DDF3 ;
    background-position: center;
}
.content-supply {
    height: auto;
    background: #DFE7F4 ;
    background-position: center;
}
.gif_1 {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 10%;
    width: 30%;
}
.gif_2 {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 30%;
}
.bg_vision {
    opacity: 25%;
}
.footer {
    height: 40vh;
}
.list-group {
    list-style: none;
}
.before-hero {
    background-color: #D0E6F4;
    align-items: center;
}

a {
    text-decoration: none;
}



@media (max-width:1400px) {
    
    .content-wrapper p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
                line-clamp: 4; 
        -webkit-box-orient: vertical;
     }
}

@media(max-width:540px) {
    .before-hero i{
        /* font-size: .8rem; */
        display: block;
        /* text-align: center; */
    }

} 

