@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;600;700&display=swap");

body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Jost', sans-serif;
    color: #818181;
    font-size: 16px;
}

h4{
    max-width: 800px;
}

a{
    color: #499fbf;
}

.btn-close:focus{
    box-shadow: none;
}

.p-banner{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.p-cookies{
    max-width: 1000px;
}

.btn-primary {
    background-color: #499fbf !important;
    color: #FFF !important;
    border-color: #37829e !important;
    padding: 5px 30px;
}

.btn-primary:hover {
    background-color: #3e91b0 !important;
    color: #FFF !important;
}

.btn-primary:focus {
    background-color: #3e91b0 !important;
    color: #FFF !important;
    border-color: #31728b !important;
    box-shadow: 0 0 0 0.2rem #badbe7 !important;
}

.btn-outline-white {
    background-color: transparent !important;
    color: #FFF !important;
    border-color: #FFF !important;
    padding: 5px 30px;
}

.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF !important;
}

.btn-outline-white:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF !important;
    border-color: #FFF !important;
    box-shadow: 0 0 0 0.2rem white !important;
}

.tag {
    display: inline-block;
    width: 200px;
    padding: 5px 10px;
    background-color: #499fbf;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-overlay-home, .box-overlay-page {
    background-color: #FFFFFF;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
    padding-top: 40px;
}

.box-overlay-page {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -80px;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.body-wrapper {
    position: relative;
    z-index: 2;
}

.list-group .list-group-item {
    background: #313640;
    color: #FFFFFF;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top-width: 0;
}

.list-group .list-group-item:first-child {
    border-top-width: 1px;
}

.list-group .list-group-item:hover {
    background-color: #499fbf;
}

.list-group .active {
    background-color: #499fbf;
}

header #banner-home {
    width: 100%;
    z-index: 1 !important;
}

header #banner-home * {
    color: #FFFFFF;
}

header #banner-home .item {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    header #banner-home .item {
        height: 85vh;
    }
}

header #banner-home .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

@media (min-width: 768px) {
    header #banner-home .item .bg-mobile {
        display: none;
    }

    .p-banner{
        white-space: inherit;     
    }
}

header #banner-home .item .bg-tablet {
    display: none;
}

@media (min-width: 768px) {
    header #banner-home .item .bg-tablet {
        display: block;
    }
}

@media (min-width: 992px) {
    header #banner-home .item .bg-tablet {
        display: none;
    }
}

header #banner-home .item .bg-desktop {
    display: none;
}

@media (min-width: 992px) {
    header #banner-home .item .bg-desktop {
        display: block;
    }
}

header #banner-home .item h2 {
    font-weight: 700;
    font-size: 38px;
}

header #banner-home .item p {
    font-size: 16px;
}

@media (min-width: 1300px) {

    header #banner-home .item h2 {
        font-weight: 700;
        font-size: 42px;
    }

    header #banner-home .item p {
        font-size: 18px;
    }
}

.page-header {
    position: relative;
    width: 100%;
    height: 500px;
    background: url("../../site/img/custom-header.jpg") no-repeat center center;
    background-size: cover;
}

.page-header .opacity {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.page-header .contents {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    /*fix*/
    padding-top: 80px;
}

.page-header .contents h1 {
    font-weight: 700;
    font-size: 3.5rem;
    color: #499fbf;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
    .page-header .contents h1 {
        margin-left: 2rem;
    }
}

.page-header .contents .breadcrumb {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .page-header .contents .breadcrumb {
        margin-left: 2.3rem;
    }
}

.page-header .contents .breadcrumb * {
    color: #FFF;
    text-decoration: none;
}

.page-header .contents .breadcrumb .🍞,
.page-header .contents .breadcrumb .bread {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-header .contents .breadcrumb .🍞 li,
.page-header .contents .breadcrumb .bread li {
    display: inline-block;
    padding: 0 .3rem;
}

.page-header .contents .breadcrumb .🍞 li.crumb:last-child a,
.page-header .contents .breadcrumb .bread li.crumb:last-child a {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
}

.page-header .contents * {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.top-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2 !important;
}

.top-content .address-top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top-content .address-top-bar * {
    color: #FFFFFF;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .top-content .address-top-bar * {
        font-size: 16px;
    }
}

.top-content .address-top-bar a {
    color: #FFFFFF;
    text-decoration: none;
}

.top-content .address-top-bar a:hover {
    color: #EAEAEA;
}

.top-content .address-top-bar .email, .top-content .address-top-bar .endereco {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.top-content .address-top-bar .email .texto, .top-content .address-top-bar .endereco .texto {
    width: 100%;
    padding-left: 10px;
}

.top-content .address-top-bar .email {
    width: 250px;
}

.top-content .address-top-bar .endereco {
    flex: 1;
}

.top-content .address-top-bar .social {
    width: 200px;
}

.top-content .address-top-bar .social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-content .address-top-bar .social ul li {
    padding-right: 10px;
}

.top-content nav .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
}

.top-content nav .navbar-toggler i {
    color: #FFFFFF;
}

.top-content nav .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-content nav .navbar-nav .nav-item {
    padding: 0 1rem;
}

.top-content nav .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-content nav .navbar-nav .nav-item .nav-link.active {
    color: #73c8e7;
    text-shadow: 0 1px #000000;
}

.top-content nav .navbar-nav .nav-item .nav-link:last-child {
    padding-right: 0 !important;
}

.top-content nav .navbar-nav .nav-item .nav-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #499fbf;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

#solucoes-home {
    margin-top: -100px;
}

#solucoes-home .image-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    #solucoes-home .image-item {
        height: 450px;
    }
}

#solucoes-home .image-item h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

#solucoes-home .image-item .image-overlay {
    width: 70%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    text-align: center;
}

#solucoes-home .image-item .image-overlay * {
    color: #FFFFFF;
}

#solucoes-home .image-item .image-overlay i {
    font-size: 48px;
    color: #499fbf;
    padding-top: 15px;
}

#solucoes-home .image-item .image-overlay p {
    margin: 0;
    padding: 5px 15px 15px 15px;
}

#cftv-home {
    padding: 100px 0;
}

#cftv-home a {
    color: #333;
    text-decoration: none;
}

#cftv-home a:hover {
    color: #333;
}

#cftv-home ::marker {
    font-family: 'FontAwesome', serif;
    content: "\f00c";
    color: #7cba25;
}

#cftv-home h3 {
    font-weight: 700;
    color: #333;
    font-size: 22px;
}

#cftv-home ul li {
    padding-left: .5rem;
}

#diferencial-home {
    padding: 100px 0 200px 0;
    background-color: #2a2a2a;
}

#diferencial-home * {
    color: #FFFFFF;
}

#diferencial-home h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}

#diferencial-home .box-diferencial {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

#diferencial-home .box-diferencial i,
#missao-home .box-diferencial i {
    font-size: 52px;
    color: #499fbf;
}

#diferencial-home .box-diferencial .texto {
    padding-left: 15px;
}

#diferencial-home .box-diferencial h4 {
    font-weight: 700;
    color: #FFF;
}

#missao-home {
    padding: 100px 0 200px;
    background-color: #EAEAEA;
}

#missao-home h3 {
    font-size: 32px;
    font-weight: 700;
}

#missao-home .box-diferencial h4 {
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
}

#clientes-home {
    margin-top: -100px;
    margin-bottom: 120px
}

#clientes-home h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

#contato-home {
    padding: 50px 0 100px 0 !important;
}

#contato-home h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    padding-bottom: 50px;
}

#contato-home a {
    color: #333;
    text-decoration: none;
}

#contato-home a:hover {
    color: #333;
}

#contato-home .item-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

#contato-home .item-address i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #499fbf;
    color: #FFF;
    font-size: 32px;
}

#contato-home .item-address .texto {
    padding-left: 15px;
}

#contato-home .form-control {
    padding: 20px 10px;
    font-size: 18px;
}

footer {
    background: #313640;
    background: -moz-linear-gradient(0deg, #313640 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #313640 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #313640 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313640", endColorstr="#ffffff", GradientType=1);
    position: relative;
    padding-bottom: 100px;
    z-index: 3;
}

footer.footer-negative {
    margin-top: -100px;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    color: #333;
}

footer .box-overlay-home {
    border-radius: 20px;
    padding-bottom: 20px;
    background-color: #EAEAEA;
}

footer img {
    margin-bottom: 25px;
}

footer p {
    color: #666;
    padding: 0 25px;
}

footer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

footer .social ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .social ul li {
    padding-right: 10px;
}

footer .social ul li a {
    color: #499fbf;
}

footer .social ul li a i {
    font-size: 24px;
}

footer .menu-footer ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

footer .menu-footer ul li {
    padding: .3rem 0;
}

footer .telefone {
    font-size: 32px;
    color: #499fbf;
    font-weight: 700;
}

#side-menu {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

#side-menu .close {
    background-color: transparent;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#side-menu .close span {
    color: #333;
}

#side-menu .contents .nav-item .nav-link {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

#side-menu .contents .nav-item:hover, #side-menu .contents .nav-item.active {
    color: #499fbf;
}

.page-content .the-content {
    color: #333;
    padding: 0 2rem 2rem 2rem;
}

.page-content .the-content h3 {
    font-size: 2rem;
    color: #333;
    font-weight: 700;
}

.body-wrapper-solucoes h2 {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
}

.body-wrapper-solucoes h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
}

.body-wrapper-solucoes .box-overlay-page {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .body-wrapper-solucoes aside {
        margin-top: -80px;
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #313640;
        margin-bottom: -80px !important;
    }
}

.body-wrapper-solucoes aside h2, .body-wrapper-solucoes aside h3 {
    padding-left: .5rem;
    color: #313640;
}

@media (min-width: 992px) {
    .body-wrapper-solucoes aside h2, .body-wrapper-solucoes aside h3 {
        color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .body-wrapper-solucoes main {
        padding-left: 2rem;
    }

    div.texto.projeto {
        margin-left: 0 !important;
    }
}

/* WordPress default text styles and alignments */
.the-content .alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.the-content img {
    max-width: 100%;
    height: auto;
}

.the-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.the-content .alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.the-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.the-content .aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.the-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.the-content .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    width: 100%;
    max-width: 100%;
}

.the-content .wp-caption img {
    height: auto;
    max-width: 100%;
    border: 0 none;
    padding: 0;
    margin: 0;
}

.the-content .wp-caption p.wp-caption-text {
    text-align: center;
    line-height: 1.5;
    font-size: .9rem;
    font-style: italic;
    margin: 0;
    padding: .3rem;
}

.the-content .wp-smiley {
    margin: 0;
    max-height: 1em;
}

.the-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

.the-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
    color: #499fbf;
}

/* Modificação dos elementos decorativos */
.infos > span {
    text-align: left;
    padding-left: 0;
}

.tag {
    background-color: transparent;
    color: #499fbf !important;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Aumentando distância entre os links das redes sociais */
.top-content .address-top-bar .social ul li,
footer .social ul li {
    margin-right: 10px;
}

footer .social ul {
    margin-top: 5px;
}

/* Seção Soluções - página inicial */
.box-overlay-home p:first-of-type {
    max-width: 747px !important;
    margin: 0 auto;
}

/* TELA DE ERRO */
.tela-erro {
    min-height: 100vh;
    background-color: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
}

.tela-erro h2 {
    font-size: 15rem;
}

.tela-erro h5 {
    font-size: 22px;
    color: #fff;
}

.tela-erro .btn1 {
    padding: .8rem 2rem;
    margin: 1rem 0;
    display: inline-block;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.tela-erro .redes a {
    color: #fff;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 100px;
}
