 body{
    margin: 0;
    padding: 0;
    background-color: #E6E6E6;
 }

 *{
    margin: 0;
    padding: 0;
}

 @font-face {
    font-family: 'komika_Axis';
    src: url('../fonts/KOMIKAX_-webfont.eot');
    src: url('../fonts/KOMIKAX_-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KOMIKAX_-webfont.woff2') format('woff2'),
        url('../fonts/KOMIKAX_-webfont.woff') format('woff'),
        url('../fonts/KOMIKAX_-webfont.ttf') format('truetype'),
        url('../fonts/KOMIKAX_-webfont.svg#komika_axisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 a, a:hover{
    color: white;
    text-decoration: none;
    list-style: none;
}

header{
    height: 40px;
}

.cabecalho{  
    position: fixed;  
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.content{    
    margin-top: 160px;
}
.social-networks{    
    height: 30px;
    float: right;
    margin-top: 5px;      
}

.social-networks button{
    background-color: transparent;
    border-style: none;
    margin-right: 10px;
}
.social-networks button img{
    height: 30px;
}
.carrousel-control-prev{
    margin-left: 10%;
}
.white-box{
    background-color: white;
    width: 90%;
    min-height: 200px;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
    -moz-box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
    box-shadow: 7px 5px 50px -20px rgba(0,0,0,0.59);
}
.white-box-card{
    width: 30%;
    height: 90%;
    display: block;
    text-align: center;
    margin: 5px;
}
.white-box-card img{
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.white-box-card span{
     font-size: 22px;
     font-family: 'Montserrat', sans-serif;
     color: #800000;
}
.white-box-card p{    
    font-size: 20px;
    width: 60%;
}
.full{
    width: 90%;
}
.white-box-text{
    height: 70%;
}
.white-box-text span{
    font-size: 25px;
    margin-top: 3px;
    font-family: 'Montserrat', sans-serif;
    color: #800000;
}
.white-box-text p{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.business-litlle{
    width: 90%;
    display: block;
    margin-top: 15px;    
}
.business-litlle-title span{
    font-family: 'Montserrat', sans-serif;
    color: #800000;
    font-size: 25px;
}
.business-litlle-a{
    width: 100%;
    display: flex;
}
.business-litlle-card{
    display: block;
    text-align: center;
    width: 30%;    
    margin: 15px;
}
.business-litlle-card img{
    height: 80px;
}
.business-litlle-card div{
    margin-top: 10px;
}
.business-litlle-card span{
    font-size: 20px;
    color: #800000;    
}
.btn-all{
    background-color: #800000;
    border-radius: 15px;
    border-style: none;
    border-width: 0;
    width: 15%;
    margin-bottom: 15px;
}
.btn-all span{
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.space-final{
    height: 30px;
}
@media (max-width: 768px){
    header{
        height: 40px;
    }
    .content{
       margin-top: 120px;
    }
    .white-box-card{
        width: 95%;     
    }
    .white-box-card p{
        font-size: 22px;
        width: 90%;
    }
    .slid-box{
        margin-left: 25px;
    }
    .white-box-text{
        text-align: justify;
    }
    .business-litlle-title{
        margin-top: 10px;
    }
    .business-litlle-title span{
       font-size: 16px; 
    }
    .company-card-img{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .company-card-img img{
        height: 70px;
    }
    .company-card-title span{
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;       
        color: black;
    }
    .btn-all{
        width: 40%;
        margin-top: 10px;
    }
    .social-networks{
        margin-right: 20px;
    }
    .social-networks form button img{
        height: 15px;
    }
}
