/* ESTILOS GERAIS */
body {
    font-family: 'roboto', sans-serif;
}

.row {
    margin: 0;
}

.container {
    padding: 70px 0;
}

.container_maintence {
    background-color: #3ec1d5;
    height: 100vh;
}

.maintence_frase {
    position: relative;
    text-align: center;
    color: #474747;
    padding-top: 10em;
}

.container_maintence img {
    position: absolute;
    height: 100vh;
    width: 100%;
}

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

/* Barra de navegação */
header, .navbar {
    background-color: #050505;
}

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

#logo {
    width: 350px;
}

.navbar-brand {
    padding: 0;
    color: #fff;
}

#nav-container a {
    color: #c28126;
}

#nav-container a:hover {
    color: #fff;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem .8rem;
}

/* Slider */

.container-fluid {
    padding: 0;
}

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

.carousel-item img {
    opacity: 0.7;
}

#mainSlider .carousel-caption h2 {
    font-size: 4em;
    margin-bottom:100px;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.05em #000000;
}

#mainSlider .carousel-caption p {
    font-size: 22px;
    font-weight: 300px;
    margin-bottom: 150px;
    color: #000000;
    text-shadow: 0.1em 0.1em 0.05em #ffffff;
}

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

#about-area .bg-alum {
    position: absolute;
    border-top: #ffffff 3px solid ;
    width: 100%;
    background-size: contain;
    
    opacity: 0.5;
}

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

#about-area .banner6 {
    border-radius: 30px;
}

.main-title {
    color: #444;
    margin: 0 0 65px 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: 15px;
}

/* Serviços */

#services-area {
    margin-top: 3px;
}

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

.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/sem_imagem.png');
    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;
    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;
}

/* Portifólio */
.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;
    background-color: #f9f9f9;
}

#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 {
    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: 375px) {

    #mainSlider {
        margin-top: 90px;
    }

    #mainSlider .carousel-caption {
        top: 5%;
    }

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

    #mainSlider .carousel-caption p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .carousel-caption .main-btn {
        font-size: 14px;
    }

    /* About */ 

    .main-title {
        font-size:  30px;
    }

    #about-area img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #about-area .bg-alum {
        position: absolute;
        border-top: #ffffff 3px solid ;
        width: 100%;
        height: 260vh;
        opacity: 0.5;
    }

    /* 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: 20xp;
    }

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

}

@media (max-width: 425px) {

    #mainSlider {
        margin-top: 90px;
    }

    #mainSlider .carousel-caption {
        top: 5%;
    }

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

    #mainSlider .carousel-caption p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .carousel-caption .main-btn {
        font-size: 14px;
    }

    /* About */ 

    .main-title {
        font-size:  30px;
    }

    #about-area img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    #about-area .bg-alum {
        position: absolute;
        border-top: #ffffff 3px solid ;
        width: 100%;
        height: 245vh;
        opacity: 0.5;
    }

    /* 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: 20xp;
    }

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

}

@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: 5px;
    }

    #about-area .bg-alum {
        position: absolute;
        border-top: #ffffff 3px solid ;
        width: 100%;
        height: 180vh;
        opacity: 0.5;
    }

    /* 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;
    }

}
