@import url("https://fonts.googleapis.com/css?family=Exo+2:300,600,900");

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

/* ----- header ----- */

#header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    z-index: 9;
}

#header .bol-dados {
    padding: 6px;
    background: #1f3149;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}

#header .text-span {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #212529 !important;
    text-decoration: none;
}

.navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 800;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(30 47 71);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(37 138 184);
}

/*Fim*/

/* ----- Home ----- */

#home .color-text { color: #2e75b6 !important; }

#home .roda-pe {
    position: absolute;
    float: left;
    width: 100%;
    bottom: 0;
    height: 200px;
    margin: 0;
    background: #495057d9;
}

#home .roda-pe-white {
    position: absolute;
    float: left;
    width: 100%;
    bottom: 0;
    height: 200px;
    margin: 0;
    background: #ffff;
    color: #1f4e79;
}

#home {
    height: 100vh;
    float: left;
    width: 100%;
}

#home .opacity {
    background: #258ab86e;
}

#home h1, h3, h4  {
    font-family: 'Exo 2', sans-serif;
}

#home .span-letter {
    font-size: 40px;
    letter-spacing: 2px;
}

#home .text-home {position: absolute;top: 190px;}

#home .img-logo { margin-top: 150px; }
/*Fim*/


/* ----- Quem Somos ----- */

#oquefazemos {
    background: #eee;
    min-height: 100vh;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: justify;
    color: #20334a;
}

#oquefazemos h4 {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1f3149;
}

#oquefazemos hr {
    width: 140px;
    margin: 0 auto;
    background: #258ab8;
    height: 1px;
}

/*Fim*/

/* ----- Nossos Produtos ----- */

#oqueentregamos {
    background-image: url(../imagens/bg-fundo-empresarial.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: #20334a;
}

#oqueentregamos .title-card {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
}

#oqueentregamos .opacity {
    background: #212529d4;
    min-height: 100vh;
    float: left;
    width: 100%;
}


#oqueentregamos h4 {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

#oqueentregamos hr {
    width: 150px;
    margin: 0 auto;
    background: #fff;
    height: 1px;
}

#oqueentregamos .card .card-img-top {
    height: 200px;
    object-fit: cover;
}

#oqueentregamos .card-body {
    min-height: 360px;
}

/*Fim*/

/* ----- Nossos Time ----- */

#nossotime {
    background: #eee;
    min-height: 370px;
    float: left;
    width: 100%;
}

#nossotime h4 {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    color: #1f3149;
    letter-spacing: 1px;
}

#nossotime hr {
    width: 130px;
    margin: 0 auto;
    background: #258ab8;
    height: 1px;
}

#nossotime .media-body img {
    width: 160px !important;
}

#nossotime .title-h6 {
    font-size: 12px;
}

#nossotime .title-item {
    font-size: 10px !important;
    font-weight: 700;
    padding-left: 2px;
}

#nossotime .owl-carousel .item h6 {
    font-size: 14px;
}

/*Fim*/

/* ----- Contato ----- */

#contato {
    background: #258ab8;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
}

#contato h4 {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

#contato .btn-enviar {
    background: #fff;
    border: 1px solid #258ab8;
    color: #258ab8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

#contato .deved img {
    width: 80px;
    margin-left: 5px;
    margin-top: -2px;
}

#contato .footer {
    background: #1f3149;
    position: absolute;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    padding: 20px;
}


/*Fim*/

@media screen and (max-width: 767px) {

    /* ----- Home ----- */

    #home .text-home {
        bottom: 40px;
        padding-left: 17px;
    }

    #home h1 {
        font-size: 20px !important;
    }

    #home .span-letter {
        font-size: 25px !important;
    }

    #home h1, h2, h3, h4 {
        font-size: 18px;
    }

    #home h4 {
        font-size: 14px;
    }

    #home .roda-pe-white {
        height: 180px;
    }

    #home .roda-pe {
        height: 180px;
    }

    #home .media .media-left img { width: 30px}

    #navbarNav {
        text-align: center;
    }

    /*FIM*/

    /*o que fazemos*/

    #oquefazemos {
        padding-bottom: 20px;
    }

    #oqueentregamos .card-body {
        min-height: 225px;
    }

    /*fim*/

    /* ----- Nosso Time ------ */

    #nossotime .title-h6 {
        font-size: 14px;
    }

    #nossotime .title-item {
        font-size: 12px !important;
    }

    /* Fim */

    /* ----- Contato ----- */

    #contato {
        font-size: 15px !important;
    }

    #contato .top-40 {
        margin-top: 2rem ;
    }

    #contato .redes-sociais a img {
        width: 40px !important;
    }

    #contato .footer {
        margin-top: 0 !important;
    }

    /*FIM*/

}

@media (min-width: 768px) and (max-width: 992px) {

    #header nav { text-align: center; }

    /* ----- HOME ----- */

    #home h1 {
        font-size: 40px !important;
    }

    #home h1, h2, h3 {
        font-size: 35px;
    }

    #home h4 {
        font-size: 23px;
    }

    #home .roda-pe-white {
        height: 300px;
    }

    #home .roda-pe {
        height: 300px;
    }

    #home .roda-pe img {
        width: 285px !important;
    }

    /* ----- Fim ----- */

    /* ----- O QUE ENTREGAMOS */

    #oqueentregamos .card-body {
        min-height: 280px;
    }

    /*Fim*/

    /* ----- nosso time ----- */

    #nossotime .media-body img {
        width: 110px !important;
    }

    /*Fim*/

    .img-logo {
        width: 300px;
        margin-top: 250px;
    }

    .d-hidden-tablet {
        display: none !important;
    }

    .col-tablet-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-tablet-8 {
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
}

@media (min-width: 992px) and (max-width: 1170px) {

    /* ----- Home ----- */

    #home h1 {
        font-size: 30px;
    }

    #home .span-letter {
        font-size: 31px;
    }

    #home h1 {
        font-size: 70px !important;
    }

    #home h4 {
        font-size: 19px;
    }

    /*Fim*/

    /* ----- O QUE FAZEMOS ----- */

    #oquefazemos {
        min-height: 500px;
    }

    /*FIM*/

    /* ----- O QUE ENTREGAMOS ----- */

    #oqueentregamos .card-body {
        min-height: 390px;
    }

    #oqueentregamos {
        min-height: 500px;
    }

    #oqueentregamos .opacity {
        min-height: 500px;
    }

    #oqueentregamos .card-body {
        min-height: 240px;
    }

    /*FIM*/

    /* ----- Header ----- */

    #header .navbar-nav .nav-link {
        font-size: 12px !important;
    }

    #header #navbarNav {
        text-align: center;
    }

    /*FIM*/

    /* ----- Contato ----- */

    #contato {
        font-size: 15px !important;
    }

    #contato .redes-sociais a img {
        width: 35px !important;
    }

    /*Fim*/

    .img-logo {
        width: 300px;
        margin-top: 250px;
    }

    .d-hidden-tablet {
        display: none !important;
    }

    .col-tablet-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

}

@media screen and (min-width: 1500px) {

    /* ----- HOME ----- */
    #home h1 {
        font-size: 60px !important;
    }

    #home h2, h3 {
        font-size: 47px;
    }

    #home .img-logo {
        width: 400px !important;
        margin-top: 40px;
    }

    /*FIM*/

    /* ---- O QUE FAZEMOS ---- */

    #oquefazemos {
        min-height: 500px;
    }

    /*FIM*/

    /* ---- O QUE ENTREGAMOS ---- */

    #oqueentregamos {
        min-height: 500px;
    }

    #oqueentregamos .opacity {
        min-height: 500px;
    }

    /*FIM*/
}
