/* Gerais */

body {
    font-family: 'Roboto', sans-serif;
}

.row{
    margin: 0;
}

.container {
    padding: 70px 0;
}

p, li {
    color: #444;
    font-size: 14px;
}

/* barra de navegação */

header, .navbar {
    background-color: #1f77a3;
}

#nav-container {
    padding-top: 0;
    padding-top: 0;
}

#logo {
    width: 95px;
}

.navbar-brand {
    padding: 0;
    color: #fff;
}

.navbar-brand:hover{
    color: #fff;
}

#navbar-links a {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 1rem .8rem;
}

.fa-bars{
    margin-top: 5px;
   color: white;
}
.navbar-toggler-icon{
    color: white;
}

/* Slider */

.container-fluid{
    padding: 0;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item{
    height: 80vh;
}

#mainSlider .carousel-caption {

    top: 30%;
}

#mainSlider .carousel-caption h2{
    font-size: 50px;
    margin-bottom: 30px;
}

#mainSlider .carousel-caption p{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
}

.main-btn {
    background-color: #65DAF9;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 60px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 3px solid transparent;
    transition: .5s;
}

.main-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border-color: #65DAF9;
}

.carousel-indicatiors .active {
    background-color: #65DAF9;
}

/* sobre a empresa */

#about-area{
    background-color: #fff;
}

.main-title{
    color: #444;
    margin: 0 0 54px 0;
    font-size: 40px;
    text-align: center;
}

.main-title::after{
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.about-title{
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;


}

#about-list{
    list-style: none;
    padding-left: 0;
}

#about-list li{
    line-height: 30px;
}

#about-list i{
    color: #65DAF9;
    margin-right: 10px;
}

/* serviços */

.service-box{
    text-align: center;
    margin-bottom: 50px;
}

.service-box i, .service-box h4{
    transition: .5s;
}
.service-box i {
    font-size: 36px;
    margin-bottom: 20px;
    color: #444;
}

.service-box h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-box:hover > i, .service-box:hover > h4{
    color: #65DAF9;

}

/* daods */

.circle-box div{
    padding: 0 40px;
}

.progressbar-text{
    font-weight: bold;
    font-size: 32px;
}

#data-area p {
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
}
/* time */

.card-body{
    text-align: center;
}

/* trabalha conosco */

#apply-area{
    height: 500px;
}

#apply-area .container-fluid, #apply-area .row{
    height: 100%;
}
#apply-area .apply-box{
    text-align: center;
    padding: 70px 50px;
}

#company-img{
    background-image: url('../img/empresa.jpg');
    background-size: cover;
    height: 100%;
}

#pattern-img h4, #pattern-img p {
    color: #fff;
}

#pattern-img h4{
    margin-top: 8%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#pattern-img p{
    margin-bottom: 20px;

}

#apply-btn{
    display: block;
    height: auto;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: transparent;
    border-color: #fff;
}

#apply-btn:hover{
    border-color: #65DAF9;
    background-color: #65DAF9;
}


/* portifolio */

.project-box{
    margin-bottom: 30px;
}

#filter-btn-box{
    margin-bottom: 50px;
    text-align: center;
}

#portfolio-area .filter-btn{
    color: #444;
    border: 1px solid #444;
    background-color: transparent;
    text-transform: none;
    margin: 0 15px;
    min-width: 100px;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;

}

#portfolio-area .filter-btn.active, #portfolio-area .filter-btn:hover{
    color: #fff;
    background-color: #65DAF9;
    border-color: #65DAF9;
}



 
/* footer */ 
 .footer{
    content: "";
    position: relative;
    background-color: rgb(207, 207, 212);
    top: 180px;
    height: 140px;
    right: 0;
    left: -123px;
    width: 1347px;
    bottom: 0;
    z-index: -1;

}
 .footer {
    display: grid;
     grid-template-columns: 1fr 1fr 1fr;

     gap: 250px;
}

.footer {
    margin-left: 260px;

}

 .footrs h1  {
    margin-bottom: 20px;

}

.footrs a  {
   font-size: 20px;

}

footer {
    background-color:#2c5dc9;
    padding-top: 5em;
    padding-bottom: 50px;
    border-top: 5px solid #678ee4;
}

footer H2, footer p, footer a, footer span {
    color: #dadada;

}

footer h2{
    font-weight: 400;
}

footer a {
    text-decoration: none;
}

footer ul{
    padding: 0;
}

footer li{
    list-style: none ;
}

.footer-box{
    width: 31%;
    padding: 1%;
    padding-left: 5%;
    float: left;
}

footer .wrapper:after{
   clear: both;
   content: "";
   display: block; 
}

.localizacao-footer{
    width: 80%;
}

.localizacao-footer h2{
margin-top: 10px;
color: #dadada;
}

.localizacao-footer h2, .localizacao-footer p{
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-list p{
    margin-top: 10px;
    font-size: 10px;
}

.footer-list ul{
    margin-bottom: 20px;
}

.footer-list a{
    transition: .5s;
}

.footer-list a:hover{
    color:rgb(192, 197, 197);
}

.footer-list li:after{
    clear: both;
    content: "";
    display: block;
}

.fab {
    margin-right: 10px;
    font-size: 30px;
    float: left;
}

.footer-list li span{
height: 30px;
line-height: 30px;
margin-top: 15px;
}

.footer-bottom{
    border-top: 1px solid #dadada;
}

.footer-bottom p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    #mainSlider .carousel-caption h2{
        font-size: 20px;
        margin-top: -50px;
    }
    
    #mainSlider .carousel-caption p{
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 15px;
        color: #fff;
    }
    
    .main-btn {
        background-color: #65DAF9;
        color: #fff;
        text-transform: uppercase;
        width: 100px;
        height: 60px;
        padding: 10px 20px;
        border-radius: 30px;
        border: 3px solid transparent;
        transition: .5s;
      
    }
    
    .main-btn:hover{
        text-decoration: none;
        color: #fff;
        background-color: transparent;
        border-color: #65DAF9;
    }
    #mainSlider .carousel-inner, #mainSlider .carousel-item{
        height: 250px;
        
    }
    #mainSlider .carousel-inner, #mainSlider .carousel-item img{
        height: 320px;
        
    }
    .main-title::after{
        content: "";
        border-top: 2px solid #333;
        width: 40%;
        position: absolute;
        top: 75%;
        left: 30%;
    }
    
}