/* ESTILOS GERAIS */

body {
    font-family: 'roboto', sans-serif;
}

.nav-link {
    cursor: pointer;
}

.row {
    margin: 0;
}

.container {
    padding: 70px 0;
}

p,
li {
    color: #444;
    font-size: 14px;
}


/* Barra de navegação */

header,
.navbar {
    background-color: #050505;
}


/* links */

a {
    color: #000;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #65DAF9;
}

a:active {
    color: #000;
}

#nav-container {
    padding-top: 0;
    padding-bottom: 0;
}

#logo {
    width: 350px;
}

.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;
}


/* Slider */

.container-fluid {
    padding: 0;
}

#mainSlider .carousel-inner,
#mainSlider .carousel-item {
    height: 90vh;
}

#mainSlider .carousel-caption h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

#mainSlider .carousel-caption p {
    font-size: 22px;
    font-weight: 300px;
    margin-bottom: 100px;
    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-indicators .active {
    background-color: #65DAF9;
}


/* Sobre a empresa */

#motivation .jumbotron h3 {
    text-align: center;
    color: #fff;
}

#motivation .jumbotron p {
    text-align: justify;
    color: #fff;
}

.jumbotron {
    box-shadow: 15px 15px 20px rgb(151, 150, 150);
}

.jumbotron {
    background-image: url("../img/empresa_matrix_grade@1,25x.png");
    background-size: 190%;
}

#about-area p {
    text-align: justify;
}

#about-area h2 {
    margin-top: 50px;
}

#about-area {
    background-color: #f9f9f9;
}

.main-title {
    color: #444;
    margin: 0 0 65px 0;
    font-size: 40px;
    text-align: center;
}

#about-area .main-title::after {
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.about-title {
    text-align: center;
    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: 15px;
}


/* Serviços */

#services-area .main-title::after {
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.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;
}


/* Dados */

.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 */

#team-area .main-title::after {
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.card-body {
    text-align: center;
}


/* Trabalhe 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/shutterstock_1413966269.jpg');
    background-image: 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;
    text-align: center;
    height: auto;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #65DAF9;
    border-color: #fff;
}

#apply-btn:hover {
    border-color: #65DAF9;
    color: #65DAF9;
    background-color: transparent;
}


/* Portfólio */

#portifolio-area .main-title::after {
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

#portifolio-area .container {
    background-color: #f2f2f2;
}

.project-box {
    margin-bottom: 30px;
}

#filter-btn-box {
    margin-bottom: 50px;
    text-align: center;
}

#portifolio-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;
}

#portifolio-area .filter-btn.active,
#portifolio-area .filter-btn:hover {
    color: #fff;
    background-color: #65DAF9;
    border-color: #65DAF9;
}


/* News letter */

#news-area {
    text-align: center;
}

#news-area p {
    font-size: 18px;
    margin-bottom: 40px;
}

#email-input {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #65DAF9;
    display: inline;
    box-sizing: border-box;
    width: 40%;
    height: 40px;
}

#news-btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #65DAF9;
    background-color: #65DAF9;
    text-transform: uppercase;
    color: #fff;
    height: 40px;
    padding: 0 30px;
    margin-left: -130px;
    position: absolute;
    transition: .5s;
}

#news-btn:hover {
    background-color: #fff;
    color: #65DAF9;
}


/* Call to action */

#call-area {
    background-color: #65DAF9;
    text-transform: uppercase;
}

#call-area .container {
    padding: 40px 100px;
}

#call-area .row {
    display: block;
    text-align: center;
}

#call-area p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: auto;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: inline;
    height: 60px;
    line-height: 60px;
}

#call-area #call-btn {
    background-color: #fff;
    color: #65DAF9;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    width: auto;
}


/* footer */

#contact-area .main-title::after {
    content: "";
    border-top: 2px solid #333;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

#contact-area {
    text-align: center;
}

.contact-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #3ec1d5;
}

.contact-box i {
    color: #444;
    border: 1px solid #444;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-box p {
    font-size: 16px;
}

.contact-title {
    font-weight: bold;
    color: #3ec1d5;
}

#msg-box p {
    font-size: 22px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    margin-bottom: 15px;
    border-radius: 0;
}

#contact-form .main-btn {
    width: 120px;
    height: 50px;
}

#contact-form .main-btn:hover {
    color: #3ec1d5;
}


/* Copy */

#copy-area {
    background-color: #f1f1f1;
}

#copy-area .container {
    padding: 10px 0;
    text-align: center;
}

#copy-area .container p {
    margin-bottom: 0;
}

#copy-area .container a {
    font-weight: bold;
    color: #444;
}

#copy-area .container a:hover {
    text-decoration: none;
    color: #3ec1d5;
}


/* Responsive */

@media(max-width: 768px) {
    /* Geral */
    .container {
        padding: 20px 0;
    }
    /* Slider */
    #mainSlider .carousel-inner,
    #mainSlider .carousel-item {
        height: auto;
    }
    #mainSlider .carousel-caption h2 {
        font-size: 28px;
    }
    #mainSlider .carousel-caption p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
    }
    /* About */
    #about-area img {
        margin-top: 0px;
    }
    /* Data */
    .circle-box div {
        padding: 0 10px;
    }
    #data-area p {
        font-size: 16px;
    }
    /* Team */
    .card-title {
        font-size: 14px;
    }
    .card-text {
        font-size: 12px;
    }
    /* Apply */
    #apply-area .apply-box {
        padding: 50px 25px;
    }
    /* News */
    #news-area P {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #email-input {
        width: 70%;
    }
    #call-area {
        margin-top: 30px;
    }
    #call-area .container {
        padding: 30px;
    }
    #call-area p,
    #call-area #call-btn {
        font-size: 16px;
    }
}

@media(max-width: 375px) {
    header .navbar {
        height: auto;
    }
    #logo {
        height: 50px;
    }
    #mainSlider {
        margin-top: 90px;
        height: auto;
    }
    #mainSlider .carousel-caption {
        top: auto;
    }
    #mainSlider .carousel-caption h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #mainSlider .carousel-caption p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .carousel-caption .main-btn {
        font-size: 14px;
    }
    button .btn-slide:hover {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
        border-color: #65DAF9;
    }
    #apply-btn:hover {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
        border-color: #65DAF9;
    }
    /* About */
    .main-title {
        font-size: 30px;
    }
    #about-area img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    /* Data */
    .circle-box {
        width: 50%;
    }
    /* team */
    #team-area .col-md-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    /* Apply */
    #apply-area {
        height: auto;
    }
    #company-img {
        display: none;
    }
    /* Filter */
    #portifolio-area .filter-btn {
        margin-bottom: 20px;
    }
    .project-box {
        width: 50%;
    }
    /* News */
    #news-area .main-title {
        font-size: 24px;
    }
    #news-area p {
        font-size: 16px;
    }
    #email-input {
        width: 80%;
    }
    /* CTA */
    #call-area p,
    #call-area #call-area-btn {
        font-size: 14px;
        letter-spacing: 0;
        margin: 0;
        width: 50%;
    }
    /* Contact */
    .contact-box {
        border: none;
        margin-bottom: 0;
    }
}