/* Body Configuration */

body {
    font-family: var(--default-font-family);
    background: var(--default-page-bg-color);
}

/**
  * PAGINA INICIAL CSS
 */

.icon-arrow-left-slider{
    width: 24px;
    height: 23px;
    background: url(../images/left-arrow.png) no-repeat;
    display: block;
}

.icon-arrow-right-slider{
    width: 24px;
    height: 23px;
    background: url(../images/left-arrow.png) no-repeat;
    transform: rotate(180deg);
    display: block;
}

.icon-arrow-left-white {
    width: 12px;
    height: 22px;
    background: url("../images/arrow-point-to-right-1.png") no-repeat;
    display: block;
    float: left;
    margin-right: 7px;
}

.icon-arrow-right-white {
    width: 12px;
    height: 22px;
    background: url("../images/arrow-point-to-right.png") no-repeat;
    display: block;
    float: right;
    margin-left: 7px;
}

.icon-phone-white {
    width: 26px;
    height: 26px;
    background: url(../images/ic_fonemenu.svg) no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.icon-email-white {
    width: 26px;
    height: 26px;
    background: url(../images/ic_mailmenu.svg) no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.icon-atendimento-white {
    width: 26px;
    height: 26px;
    background: url(../images/ic_atendimento_header.svg) no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}


/* Header & Header Menu */

header {
    width: 100%;
    height: 700px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #601349;
    box-shadow: 5px 0px 10px #400c30;
    transition: 0.7s all;
}

.sticky-white {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 5px 0px 10px #b1b1b1;
    transition: 0.7s all;
}

#nav-menu{
    transition: 0.7s all;
}

#video-home{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-home video{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.bg-container-cell {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-background-img{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.site-background-img-cell {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: none;
}

.background-content {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 600px;
    /*background: url("../images/bg-video.png") no-repeat;*/
	background-size: 100vw 100vh;
}

.button-container, header .figura {
    position: absolute;
    z-index: 99;
}

header .figura{
    position: absolute;
    z-index: 99;
    padding-top: 7px;
    background: #3d2947;
    box-shadow: 15px 15px 10px rgba(0,0,0,0.2);
}

header .navbar{
    z-index: 999;
}

header canvas{
    position: absolute;
    top: 0px;
}

header .navbar-brand img {
    max-width: 175px !important;
}


header .informacoes-menu {
    list-style: none;
    margin-top: -25px;
}

header .informacoes-menu a {
    color: #FFF;
}

header .header-menu li {
    margin-left: 7px;
    margin-right: 7px;
}

header #submenu-dropdown {
    width: 210px;
}

header #submenu-dropdown a {
    color: #133C87 !important;
}

header .header-menu .nav-white-menu a, .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

header .header-menu .item-icone {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

header .header-menu .solucoes-sub-item {
    color: #133C87 !important;
}

header .header-slider .figura img {
    width: 100%;
    border-radius: 12px;
}

header .header-slider {
    color: #FFFFFF;
    margin-top: 9%;
}

.aw-accordion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.aw-accordion .one,
.aw-accordion .two,
.aw-accordion .three,
.aw-accordion .four {
    float: left;
    height: 390px;
    display: inline-block;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: all 750ms cubic-bezier(0.645, 0.575, 0.090, 1.000);
    cursor: default;
    list-style: none;
    cursor: pointer;
}

.aw-accordion .two,
.aw-accordion .three,
.aw-accordion .four {
    -webkit-box-shadow: -6px 0px 18px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -6px 0px 18px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -6px 0px 18px 0px rgba(0, 0, 0, 0.75);
}

.aw-accordion-content .heading {
    position: absolute;
    bottom: 15%;
    right: 0;
    left: 0;
    transform: rotate(-90deg);
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.aw-accordion-content {
    width: 100%;
    height: 100%;
}

.aw-accordion-content .description {
    opacity: 0;
}

.aw-accordion-content .description p {
    color: white;
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
}


.menu-mobile-container{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.menu-mobile-content {
    display: flex;
    height: 100%;
    background: rgba(120,20,55,1);
    background: -moz-linear-gradient(top, rgba(120,20,55,1) 0%, rgba(15,58,84,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(120,20,55,1)), color-stop(100%, rgba(15,58,84,1)));
    background: -webkit-linear-gradient(top, rgba(120,20,55,1) 0%, rgba(15,58,84,1) 100%);
    background: -o-linear-gradient(top, rgba(120,20,55,1) 0%, rgba(15,58,84,1) 100%);
    background: -ms-linear-gradient(top, rgba(120,20,55,1) 0%, rgba(15,58,84,1) 100%);
    background: linear-gradient(to bottom, rgba(120,20,55,1) 0%, rgba(15,58,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781437', endColorstr='#0f3a54', GradientType=0 );
    justify-content: center;
    align-items: center;
}

.menu-mobile-list li .nav-link{
    font-size: 30px !important;
    font-weight: bold;
}

.menu-mobile-dropdown{
    background: rgba(000, 000, 000, 0.1) !important;

    border: 0;
}

.menu-mobile-dropdown a{
    font-size: 20px !important  ;
    color: white !important;
}

.menu-mobile-dropdown a:hover, .menu-mobile-dropdown a:focus{
    background: transparent !important;
    outline: transparent !important;
}

header .header-menu .solucoes-sub-item .menu-mobile-dropdown{
    color: white !important;
}

.menu-mobile-list{
    z-index: 1;
}

.menu-mobile-list li{
    text-align: center;
}

.menu-mobile-button{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    padding: 1em;
}

.menu-mobile-button .navbar-toggler{
    border: 0 !important;
    outline: transparent;
}

.menu-mobile-button .navbar-toggler-icon{
    color: white !important;
}

.menu-mobile-img{
    position: absolute;
    max-width: 355px;
    bottom: 0;
    left: 0;
    padding: 1em;
}

/* Header Slider */

header .header-slider .informacoes h1 {
    font-size: 50px;
    line-height: 55px;
}

header .header-slider .informacoes h1:after{
    content: '';
    width: 280px;
    height: 2px;
    background: #FF006F;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}

header .header-slider .informacoes h4:after{
    content: '';
    width: 18px;
    height: 3px;
    background: #91e524;
    margin-left: 5px;
    border-radius: 2px;
    display: inline-block;
    animation: blink-animation 0.8s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

header .header-slider .informacoes h2 {
    margin-top: 40px;
    font-size: 16px;
}

header .header-slider .informacoes .btn {
    margin-top: 30px;
    background: #601349 !important;
    border: 1px solid #52123f !important;
    border: none;
    padding: 15px;
    width: 180px;
    color: #FFFFFF!important;
    box-shadow: 3px 3px 20px rgba(255,0,111,0.2);
    text-shadow: 1px 1px 1px #52123f;
}

/* Intro - Escolha Nossa Empresa */
.intro-escolha-nossa-empresa{
    height: 1000px;
    width: 100%;
    background-image: url("../images/img-pqescolher.png");
    background-color: #1B234E;
    position: relative;
    z-index: 1;
}

.intro-escolha-nossa-empresa canvas{
    position: absolute;
    top: 0;
    z-index: -1;
}

.carousel-clientes{
    padding-top: 55px;
    padding-bottom: 55px;
}

.informacoes-escolha{
    color: #FFFFFF;
}

.box-beneficios-escolha{
    margin-top: 80px;
}

.item-vantagens{
    margin-top: 15px;
    margin-bottom: 15px;
}
.item-vantagens .arrow{
    width: 24px;
    height: 20px;
    background: url("../images/ic-seta.svg");
    display: inline-block;
    margin-right: 10px;
}


.titulo-intro{
    font-size: 40px;
    color: #14648A;
}

.titulo-intro:after{
    content: '';
    width: 280px;
    height: 2px;
    background: #FF006F;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}

/* Parceiros */

.parceiros-intro {
    margin-top: 15px;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.parceiros-intro .parceiros-intro-titulo {
    margin-top: 32px;
}

.parceiros-intro h2 {
    font-size: 25px;
    font-weight: bold;
    color: #165674;
}

.parceiros-intro h2:after {
    content: '';
    width: 190px;
    height: 6px;
    background: #89B501;
    display: block;
    margin-top: 25px;
    border-radius: 6px;
}

.parceiros-intro .parceiro-item {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

/* Valores Empresa */
.valores-empresa{
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo-valores{
    font-size: 30px;
    color: #C4C3C3;
    font-weight: bold;
    cursor: pointer;
}

.titulo-valores:hover{
    color: #89B501;
}

.diferenciais-empresa{
    border-top: none !important;
    padding-top: 50px;
    padding-bottom: 50px;

}

.visao-missao-empresa {
    margin-top: 30px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    color: #757575;
    text-align: center;
}

.diferenciais-empresa-item .icone{
    background: #0085C4;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: auto;
}

.diferenciais-empresa-item h3{
    font-size: 18px;
    margin-top: 15px;
    color: #4c4c4c;
}

.diferenciais-empresa-item p{
    color: #797979;
}

/* Sobre a Empresa */

.sobre-empresa-intro {
    margin-top: 120px;
    text-align: center;
}

.sobre-empresa-intro .sobre-empresa-titulo {
    position: relative;
    max-width: 400px;
    margin: auto;
    height: 50px;
}

.sobre-empresa-titulo h1 {
    color: #165674;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    width: 100%;
}

.sobre-empresa-titulo h3 {
    color: #984461;
    font-weight: bold;
    font-size: 62px;
    position: absolute;
    top: -38px;
    left: -18px;
    opacity: 0.1;
}

.sobre-empresa-intro p {
    margin-top: 40px;
    font-size: 20px;
}

/* VISAO GERAL */

.visao-geral .intro {
    background: #F3EEEE;
    padding: 30px;
    flex-grow: 0;
}

.visao-geral .box-2 {
    flex-grow: 1;
}

.visao-geral .intro h1 {
    color: #133C87;
    font-weight: bold;
    font-size: 28px;
    max-width: 330px;
}

.visao-geral .parceiro-row img{
    max-height: 65px;
}

.visao-geral .parceiro-row a, .parceiros-mobile-view a{
    border-bottom: none !important;
    width: auto !important;
}

.visao-geral .intro a {
    color: #165674;
    font-size: 15px;
    padding-bottom: 7px;
    border-bottom: 2px solid rgba(173, 55, 55, 0.47);
}

.visao-geral .intro .parceiros {
    flex-grow: 1;
    justify-content: center;
}

.visao-geral .intro .parceiros .parceiro-item {
    flex-grow: 1;
}

.visao-geral .projetos {
    background: #64174A;
    color: #FFFFFF;
    padding: 60px 50px 40px 50px;
    flex-grow: 1;
}

.visao-geral .projetos .projetos-descricao {
    font-size: 1.9vw;
    line-height: 40px;
    align-self: center;
    margin-right: 40px;
    padding-top: 35px;
    width: 360px;
}

.visao-geral .projetos .projetos-descricao a {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFFFFF;
}

.visao-geral .projetos .projetos-descricao p {
    line-height: 30px;
}

.visao-geral .projetos .projetos-descricao span {
    font-size: 3.6vw;
    color: #F50E5B;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.visao-geral .call-center {
    background: #0F3954;
    color: #FFFFFF;
    padding: 40px 50px;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.visao-geral .call-center .call-center-descricao {
    flex-grow: 1;
}

.visao-geral .call-center .call-center-descricao p {
    width: auto;
    font-size: 1.9vw;
}

.visao-geral .call-center .call-center-image {
    flex-grow: 1;
}

.visao-geral .call-center .call-center-value {
    flex-grow: 5;
    font-size: 6vw;
    color: #EDF060;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.visao-geral .call-center .call-center-descricao a {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFFFFF;
}

.visao-geral .fabrica {
    background: #A5C10B;
    color: #FFFFFF;
    padding: 40px 50px;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.visao-geral .fabrica .fabrica-descricao {
    flex-grow: 0;
    max-width: 560px;
}

.visao-geral .fabrica .fabrica-descricao p {
    width: auto;
    font-size: 25px;
    margin-top: 45px;
}

.visao-geral .fabrica .fabrica-image {
    flex-grow: 1;
}

.visao-geral .fabrica .fabrica-value {
    flex-grow: 5;
    font-size: 8vw;
    color: #D26C13;
    font-weight: bold;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.visao-geral .fabrica .fabrica-descricao a {
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFFFFF;
}

.visao-geral .desenvolvimento {
    background: #BC104B;
    color: #FFFFFF;
    padding: 52px 40px;
    align-items: center;
    text-align: center;
    flex-grow: 0;
}

.visao-geral .desenvolvimento .desenvolvimento-link{
    margin-top: 12px;
}

.visao-geral .desenvolvimento .desenvolvimento-descricao p {
    font-size: 1.9vw;
}

.visao-geral .desenvolvimento .desenvolvimento-imagem {
    display: flex;
}

.visao-geral .desenvolvimento .desenvolvimento-link a {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFFFFF;
}

/* Soluções */
.solucoes {
    background-image: url(../images/paralax.png);
    background-color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
}

.solucoes #pills-tab {
    padding-top: 80px;
    margin: auto;
    max-width: 400px;
}

.solucoes #pills-tab .nav-link {
    color: #9E9E9E;
    font-size: 25px;
}

.solucoes .nav-pills .nav-link.active {
    border-bottom: 4px solid #518EB8;
    color: #165674 !important;
    font-weight: bold !important;
    background-color: transparent;
}

.solucoes .item-servico-solucao {
    margin-top: 60px;
    margin-bottom: 40px;
}

.solucoes .item-servico-solucao h4 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
}

.solucoes .item-servico-solucao p {
    color: #787878;
    font-size: 16px;
}

.solucoes .solucoes-servicos-home-titulo{
    position: relative;
    max-width: 650px;
    margin: auto;
    height: 50px;
}

.solucoes-servicos-home-titulo h3{
    color: #984461;
    font-weight: bold;
    font-size: 70px;
    position: absolute;
    top: -50px;
    left: -35px;
    opacity: 0.1;
}

.solucoes-servicos-home-titulo h1{
    color: #165674;
    font-weight: bold;
    font-size: 33px;
    position: absolute;
}

.solucoes .item-servico-solucao-home {
    margin-top: 30px;
    margin-bottom: 10px;
}

.solucoes .item-servico-solucao-home h4 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0px;
}

.solucoes .item-servico-solucao-home p {
    color: #787878;
    font-size: 15px;
}

.item-servico-solucao-home a{
    text-decoration: none;
}

.item-servico-solucao-home h4{
    color: #787878;
}

.slider-image{
    width: 100%;
    height: 400px;

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;;
    -o-background-size: cover !important;;
    background-size: cover !important;;
    border-bottom: 2px solid #e0e0e0;
}

.slider-image h1{
    color: #FFF;
    font-weight: bold;
    font-size: 85px;
    text-shadow: 2px 5px 10px #333;
    text-transform: uppercase;
    text-align: center;
}

.slider-image .font-s65px{
    font-size: 65px;
}

.entrar-contato{
    width: 90%;
    height: auto;
    background: rgba(0,92,128,1);
    background: -moz-linear-gradient(top, rgba(0,92,128,1) 0%, rgba(0,30,107,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,92,128,1)), color-stop(100%, rgba(0,30,107,1)));
    background: -webkit-linear-gradient(top, rgba(0,92,128,1) 0%, rgba(0,30,107,1) 100%);
    background: -o-linear-gradient(top, rgba(0,92,128,1) 0%, rgba(0,30,107,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,92,128,1) 0%, rgba(0,30,107,1) 100%);
    background: linear-gradient(to bottom, rgba(0,92,128,1) 0%, rgba(0,30,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c80', endColorstr='#001e6b', GradientType=0 );
    padding: 70px 30px;
    border: 1px solid #005b90;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

.entrar-contato h3{
    color: #FFFFFF;
}

.entrar-contato p{
    color: #FFFFFF;
    margin-top: 30px;
}

.entrar-contato .btn-contato-home{
    background: #bc104b;
    color: #FFFFFF;
    margin-top: 35px;
}

/* Nossos Clientes */

.clientes-background{
    background: #FFFFFF;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.nossos-clientes-intro{
    margin-top: 120px;
    text-align: center;
}

.nossos-clientes-intro .nossos-clientes-titulo {
    position: relative;
    max-width: 520px;
    margin: auto;
    height: 50px;
    margin-bottom: 50px;
}

.nossos-clientes-titulo h1 {
    color: #165674;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    width: 100%;
}

.nossos-clientes-titulo h3 {
    color: #984461;
    font-weight: bold;
    font-size: 62px;
    position: absolute;
    top: -35px;
    left: 102px;
    opacity: 0.1;
}

.nossos-clientes-intro .clientes-grid {
    margin-bottom: 60px;
}

.nossos-clientes-intro .item-cliente{
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Dados Grafico */
.dados{
    padding: 100px 0px;
    background: #002b48;
    position: relative;
    z-index: 1;
}

.dados .particles-js-canvas-el{
    position: absolute;
    top: 0;
    z-index: -1;
}

.dados-estatisticos h2:after{
    content: '';
    width: 200px;
    height: 2px;
    background: #FF006F;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}

/* Trabalhos Entregues - Portfolio */

.portfolio {
    width: 100%;
    min-height: 500px;
    background-image: url(../images/bg-projetos.png);
}

.portfolio h1 {
    margin-top: 65px;
}

.portfolio .dados-estatisticos{
    margin-top: 50px;
    padding-bottom: 85px;
}

.portfolio .informacoes-portfolio{
    color:#3E3E3E;
}

.portfolio .descritivo-projetos-entregues p {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 40px;
}

.portfolio .item {
    margin-top: 70px;
    background: #FFF;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 1px 1px 3px #d7d7d7;
}

.portfolio .carousel-projetos-home .item {
    color: #000;
    height: 500px;
}

.portfolio .carousel-projetos-home h4 {
    margin-top: 40px;
}

.portfolio .carousel-projetos-home h4:after {
    content: '';
    width: 190px;
    height: 3px;
    background: #974360;
    opacity: 0.3;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.portfolio .btn-veja-mais-portfolio {
    background: none;
    color: #A5C10B;
    font-weight: bold;
    font-size: 16px;
    border: none;
}

.portfolio .owl-controles {
    margin: 40px auto;
    display: block;
    height: 50px;
}

.portfolio .owl-next, .portfolio .owl-prev {
    border: none;
    outline: none;
    background: transparent;
    float: left;
    color: #232323;
    cursor: pointer;
    font-size: 14px;
}

.portfolio #customDots {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio .owl-dot {
    width: 10px;
    border: none;
    outline: none;
    background: #c9c9c9;
    height: 12px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.portfolio .owl-dot.active {
    background: #A5C10B;
}

.portfolio .qualificacoes-hr {
    background: #a9516f;
    box-shadow: 1px 1px 0.3px #6d273f;
    margin-top: 65px;
    margin-bottom: 0;
}

.portfolio .qualificacoes {
    padding-bottom: 40px;
}

.portfolio .qualificacao-item {
    margin-top: 40px;
}

.portfolio .qualificacao-item .qualificacao-image {
    background: #fff;
    height: 200px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 1px 1px 0.3px #6d273f;
}

.portfolio .qualificacao-item .qualificacao-texto {
    margin-top: 25px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

/* Fale Conosco */
.fale-conosco {
    border-top: 3px solid #001b2d;
    width: 100%;
    min-height: 800px;
    background: url('../images/bg-map.png') no-repeat;
	background-size: 100vw auto;
    box-shadow: inset 0px 20px 50px #081627;
}

.fale-conosco .opacidade-fale-conosco {
    width: 100%;
    min-height: 800px;
    background: rgba(0, 39, 54, 0.8);
}

.fale-conosco .nossos-enderecos {
    color: #FFF;
    margin-top: 150px;
}

.nossos-enderecos a {
    text-decoration: none;
}

.fale-conosco h2 {
    font-size: 35px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
}

.fale-conosco .nossos-contatos{
    font-size: 18px !important;
    font-weight: bold !important;
}

.fale-conosco .email-contatos{
    font-size: 16px !important;
}

.fale-conosco .enderecos-box .endereco-item {
    color: #FFF;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.fale-conosco .enderecos-box .endereco-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.fale-conosco .enderecos-box .endereco-item p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.fale-conosco .enderecos-box .endereco-item a {
    background: none;
    color: #A5C10B;
    font-weight: bold;
    font-size: 16px;
    border: none;
}

.fale-conosco .form-contato {
    margin-top: 150px;
    color: #FFF;
}

.fale-conosco .form-contato .btn-enviar-formulario-contato {
    background: #89B501;
    color: #FFF;
    margin: auto;
    text-align: center;
}

footer {
    width: 100%;
    background: #131827;
    border-top: 1px solid #0F3954;
}

footer .copyright {
    text-align: center;
    padding: 25px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

/*
    * PAGINA: SOLUÇÕES
*/

.icon-atendimento-gray {
    width: 26px;
    height: 26px;
    background: url("../images/ic_atendimento_header_gray.svg") no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}


.icon-phone-gray {
    width: 26px;
    height: 26px;
    background: url("../images/ic_fonemenucinza.svg") no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.icon-email-gray {
    width: 26px;
    height: 26px;
    background: url("../images/ic_mailmenucinza.svg") no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.white-header {
    background: #FFFFFF;
    width: 100%;
    max-height: 110px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.16);
}

.grey-text  .nav-item a{
    color: #073A53 !important;
}

.white-header .header-menu li {
    margin-left: 6px;
    margin-right: 6px;
}

/* SLIDER */
.slider-solucoes {
    width: 100%;
    min-height: 550px;
    background: url(../images/raio_1.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
}

.slider-solucoes-titulo {
    margin-top: 20px;
}

.slider-solucoes-titulo h1 {
    padding-bottom: 5px;
    font-weight: bold;
    color: #073A53;
}

.slider-solucoes-subtitulo h2 {
    font-size: 22px;
    font-weight: normal;
    color: #243E4A;
    margin-top: 25px;
    line-height: 1.7vw;
    text-align: center;
}

.slider-solucoes-texto-principal {
    line-height: 30px;
    font-size: 18px;
    color: #828282;
}

.slider-solucoes-imagem-principal{
    width: 570px;
    height: 570px;
    padding: 0px;
}

.slider-solucoes-imagem-principal .overlay-imagem{
    width: 100%;
    height: 571px;
    background: url(../images/bg-imgprincipal.png);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #FFF;
}

.slider-solucoes-imagem-principal-titulo{
    float: left;
    margin-top: 403px;
    margin-left: 23px;
    font-size: 23px;
    width: 265px;
}

.slider-solucoes-imagem-principal-titulo:after{
    content: '';
    width: 170px;
    height: 4px;
    background: #89B501;
    display: block;
    margin-top: 4px;
    border-radius: 4px;
}


.slider-solucoes-imagem-principal-texto{
    margin-top: 10px;
    float: left;
    padding: 10px 20px 10px 20px;
}

.slider-solucoes .informacoes p {
    margin-top: 30px;
    font-size: 0.8vw;
    color: #787878;
    line-height: 27px;
}

/* Portfolio - Trabalhos Realizados. */
.portfolio-solucoes {
    margin-top: 45px;
    margin-bottom: 45px;
}

.portfolio-solucoes .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.portfolio-solucoes .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.portfolio-solucoes .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.portfolio-solucoes .descritivo-projetos-entregues h2 {
    color: #165674;
    font-weight: bold;
    font-size: 1.3vw;
}

.portfolio-solucoes .descritivo-projetos-entregues p {
    margin-top: 40px;
    line-height: 28px;
    font-size: 16px;
    color: #787878;
}

.portfolio-solucoes .carousel-projetos {
    background: #055d88; /* Old browsers */
    background: -moz-linear-gradient(left, #055d88 0%, #019de8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #055d88 0%, #019de8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #055d88 0%, #019de8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055d88', endColorstr='#019de8', GradientType=1); /* IE6-9 */
    color: #FFFFFF;
    padding: 25px;
    border-radius: 5px;
}

.portfolio-solucoes .carousel-projetos .item h4:after {
    content: '';
    width: 150px;
    height: 4px;
    background: #F39EC8;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
}

.portfolio-solucoes .carousel-projetos .item p {
    margin-top: 40px;
    flex-grow: 5;
}

.portfolio-solucoes .owl-controles {
    text-align: center;
    margin-top: 15px;
}

.portfolio-solucoes .owl-dot {
    width: 10px;
    height: 14px;
    outline: none;
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.portfolio-solucoes .owl-dot.active {
    background: #0084C3;
    border: 1px solid #055d88;
}

.portfolio-solucoes .tecnologia-empregada-icone{
    width: 40px !important;
    height: 40px !important;
    margin: 10px;
    float: right;
    border-radius: 40px;
    box-shadow: 0px 0px 10px #05608d;
}

.portfolio-solucoes-link-sabamais {
    color: #FFEB88;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.portfolio-solucoes-link-sabamais:hover{
    color: #ffce4e;
}

.modal-saibamais-projeto .modal-body{
    padding: 2rem;
}

.modal-saibamais-projeto .modal-header{
    border-bottom:none;
    padding: 2rem 2rem 0.5rem 2rem;
}

.modal-saibamais-projeto .modal-title{
    color: #133e52;
}

.modal-saibamais-projeto .modal-title:after {
    content: '';
    width: 190px;
    height: 5px;
    background: #89B501;
    display: block;
    margin-top: 8px;
    border-radius: 5px;
}

/* Soluções */
.solucoes-container {
    background: url("../images/nossa_forma_trabalho.png") repeat-y;
}

.solucoes-container .solucoes-informacoes {
    text-align: left;
}

.solucoes-container .solucoes-informacoes h1 {
    font-size: 1.7vw;
    color: #165674;
}

.solucoes-container .solucoes-informacoes h3{
    font-size: 20px !important;
}

.solucoes-container .solucoes-informacoes h3:after {
    content: '';
    width: 150px;
    height: 4px;
    background: #F39EC8;
    display: block;
    margin: 0px auto;
    border-radius: 4px;
    float: left;
}

.solucoes-container .solucoes-informacoes p {
    color: #787878;
    font-size: 16px;
}

.solucoes-container .item-servico-solucao {
    margin-top: 30px;
    margin-bottom: 20px;
}

.solucoes-container .item-servico-solucao h4 {
    margin-bottom: 12px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 15%;
    color: #167696;
}

.solucoes-container .item-servico-solucao p {
    color: #787878;
    font-size: 16px;
}

.solucoes-container .item-servico-solucao:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #BC104B;
    display: block;
    margin: 0px auto;
    border-radius: 20px;
    margin-right: 20px;
    float: left;
}

.solucoes-container .item-servico-solucao .img-solucao {
    width: 55px;
}

.solucoes-container .solucao-descricao {
    margin-top: 15px;
}

.solucoes-container .link-solucao {
    color: #29b29a;
    font-weight: bold;
}

/*
    Solicitar Contato
*/

.solicitar-contato {
    background: url('../images/bg_conheca_mais.png') repeat-x;
    min-height: 400px;
    margin-bottom: 50px;
}

.solicitar-contato .solicitar-corpo {
    color: #FFFFFF;
    padding-top: 90px;
    text-align: center;
}

.solicitar-contato .solicitar-corpo h1 {
    font-size: 2.0vw;
}

.solicitar-contato .solicitar-corpo h2 {
    font-size: 1.5vw;
    margin-top: 20px;
    margin-bottom: 50px;
}

.solicitar-contato .solicitar-corpo p {
    font-size: 1.0vw;
    margin-top: 40px;
    margin-bottom: 55px;
}

.solicitar-contato .btn-solicitar-contato {
    background: #89b501;
    padding: 22px 40px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
}

/* Customizados */

.customizados {
    width: 100%;
    margin-bottom: 40px;
}

.customizados .customizados-image {
    margin-top: 70px;
}

.customizados .customizados-informacoes{
    margin-top: 70px;
}

.customizados .customizados-informacoes h1 {
    font-size: 1.6vw;
    color: #165674;
    font-weight: bold;
    text-align: center;
}

.customizados .customizados-informacoes h2 {
    font-size: 1.0vw;
    color: #787878;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.customizados .customizados-informacoes h1:after {
    content: '';
    width: 150px;
    height: 4px;
    background: #70bef3;
    display: block;
    margin: 15px auto;
    border-radius: 4px;
}

.customizados .customizados-informacoes p {
    color: #787878;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.customizados .itens-paceiros-solucoes {
    text-align: center;
    margin-top: 25px;
}

.customizados .itens-paceiros-solucoes h3 {
    color: #377EAD;
    font-size: 1vw;
    margin-top: 15px;
}

.customizados .itens-paceiros-solucoes p {
    color: #787878;
    font-size: 0.8vw;
    margin-top: 10px;
}

/* Infra */

.infra {
    background: url("../images/nossa_forma_trabalho.png") no-repeat;
    background-position: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.infra .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.infra .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.infra .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.infra .descritivo-infra h2 {
    color: #165674;
    font-weight: bold;
    font-size: 30px;
}

.infra .descritivo-infra p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #787878;
}

.infra .item-infra {
    margin-top: 20px;
    margin-bottom: 30px;
}

.infra .item-infra p {
    font-size: 16px;
    color: #787878;
}

.infra .item-infra h3 {
    color: #787878;
    font-size: 20px;
}

.infra .item-infra h3:after {
    content: '';
    width: 180px;
    height: 4px;
    background: #F39EC8;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.infra .titulo-infra {
    color: #165674;
    font-size: 28px;
}

/* Segurança */

.seguranca {
    background: url("../images/nossa_forma_trabalho.png") no-repeat;
    background-position: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.seguranca .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.seguranca .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.seguranca .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.seguranca .descritivo-seguranca h2 {
    color: #165674;
    font-weight: bold;
    font-size: 40px;
}

.seguranca .descritivo-seguranca p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #787878;
}

.seguranca .item-seguranca {
    margin-top: 20px;
    margin-bottom: 30px;
}

.seguranca .item-seguranca p {
    font-size: 16px;
    color: #787878;
}

.seguranca .item-seguranca h3 {
    color: #787878;
    font-size: 20px;
}

.seguranca .item-seguranca h3:after {
    content: '';
    width: 180px;
    height: 4px;
    background: #F39EC8;
    display: block;
    margin-top: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.seguranca .titulo-seguranca {
    color: #165674;
    font-size: 28px;
}

/* CallCenter */

.callcenter-solucoes {
    background: url("../images/bg_callcenter.png") no-repeat;
    background-position: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.callcenter-solucoes .item-servico-solucao {
    margin-top: 30px;
    margin-bottom: 20px;
}

.callcenter-solucoes .item-servico-solucao h4 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    color: #165674;
}

.callcenter-solucoes .item-servico-solucao p {
    color: #787878;
    font-size: 16px;
}

/*
    * Pagina: A EMPRESA
*/

/* SLIDER */
.slider-sub-paginas {
    width: 100%;
    background: rgba(55, 126, 173, 0.11);
    background: -moz-linear-gradient(top, rgba(55, 126, 173, 0.11) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55, 126, 173, 0.11)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(55, 126, 173, 0.11) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(55, 126, 173, 0.11) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(55, 126, 173, 0.11) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(55, 126, 173, 0.11) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#377ead', endColorstr='#ffffff', GradientType=0);
    min-height: 550px;
}

.slider-sub-paginas .figura {
    text-align: right;
}

.slider-sub-paginas .col-md-7 {
    padding-right: 0;
}

.slider-sub-paginas .informacoes {
    margin-top: 70px;
}

.slider-sub-paginas .informacoes h1 {
    font-size: 45px;
    color: #0F3954;
    padding-bottom: 5px;
    font-weight: bold;
}

.slider-sub-paginas .informacoes h1:after{
    content: '';
    width: 150px;
    height: 4px;
    background: #70bef3;
    display: block;
    margin: 15px 0px;
    border-radius: 4px;
}

.slider-sub-paginas .informacoes p {
    margin-top: 30px;
    font-size: 16px;
    color: #073A53;
    line-height: 28px;
}

/* Empresas Que Compoem Grupo Imagetech */
.grupo-empresas {
    margin-top: 70px;
}

.grupo-empresas .grupo-titulo {
    text-align: center;
    margin-bottom: 90px;
}

.grupo-empresas h1 {
    font-size: 40px;
    color: #165674;
    margin-bottom: 25px;
}

.grupo-empresas .grupo-titulo p {
    color: #787878;
    font-size: 16px;
    line-height: 30px;
}

.grupo-empresas .grupo-item .grupo-figura {
    width: 260px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.grupo-empresas .grupo-titulo-empresa {
    margin-top: 40px;
    text-align: center;
}

.grupo-empresas .grupo-titulo-empresa h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.grupo-empresas .grupo-texto {
    margin-top: 15px;
    text-align: center;
}

.grupo-empresas .grupo-texto p {
    font-size: 16px;
    color: #787878;
}

/* Parceiros */

.parceiros-intro-interno {
    margin-top: 50px;
    width: 100%;
}

.parceiros-intro-interno .parceiros-intro-titulo {
    margin-top: 40px;
    text-align: center;
}

.parceiros-intro-interno .parceiros-intro-titulo h1 {
    font-size: 40px;
    font-weight: bold;
    color: #165674;
}

.parceiros-intro-interno .parceiros-intro-titulo p {
    color: #787878;
    line-height: 25px;
    font-size: 16px;
    margin-top: 25px;
}

.parceiros-intro-interno .parceiro-item {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

/* Formas de Trabalho */

.formas-trabalho {
    background: url("../images/nossa_forma_trabalho.png") 100% no-repeat;
    background-position: center;
    margin-top: 40px;
    margin-bottom: 45px;
    height: 615px;
}

.formas-trabalho .forma-trabalho-header {
    text-align: left;
    margin-top: 50px;
}

.formas-trabalho .forma-trabalho-header h1 {
    font-size: 40px;
    color: #165674;
    font-weight: bold;
}

.formas-trabalho .forma-trabalho-header p {
    font-size: 16px;
    color: #787878;
    margin-top: 20px;
}

.formas-trabalho .item-forma-trabalho {
    margin-top: 60px;
    margin-bottom: 40px;
}

.formas-trabalho .item-forma-trabalho h4 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
}

.formas-trabalho .item-forma-trabalho p {
    color: #787878;
    font-size: 16px;
}

.forma-trabalho-legendas {
    color: #0085C4;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.nav-pills .forma-trabalho-legendas.active, .nav-pills .show>.forma-trabalho-legendas{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    background: transparent;
    color: #0085C4;
}

.forma-trabalho-conteudo{
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    background: #fff;
}

.forma-trabalho-conteudo ul {
    list-style: none; /* Remove default bullets */
}

.forma-trabalho-conteudo ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #F39EC8; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 20px;
}
/*
    * Trabalhe Conosco Pagina
 */

/* Trabalhe Conosco */

.trabalhe-conosco {
    margin-top: 15px;
    margin-bottom: 50px;
}

.trabalhe-conosco .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.trabalhe-conosco .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.trabalhe-conosco .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.trabalhe-conosco .formulario {
    margin-top: 20px;
}

.trabalhe-conosco .formulario h1 {
    color: #0F3954;
    font-size: 30px;
    margin-bottom: 0;
}

.trabalhe-conosco .formulario-secao-titulo {
    color: #787878;
    margin-top: 40px;
    font-size: 20px;
}

.trabalhe-conosco .formulario-secao-titulo:after {
    content: '';
    margin-top: 8px;
    display: block;
    width: 250px;
    height: 6px;
    border-radius: 6px;
    background: rgba(174, 174, 174, 1);
}

.trabalhe-conosco .custom-control {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

.trabalhe-conosco .btn-light {
    background: #c5c5c5;
    color: #FFFFFF;
    max-height: 56px;
    width: 200px;
    margin: 0 !important;
    cursor: pointer;
}

.trabalhe-conosco .btn-success {
    background: #89B501;
    border: none;
    color: #FFFFFF;
    max-height: 56px;
    cursor: pointer;
}

.trabalhe-conosco .badge-info {
    color: #676767;
    background-color: transparent;
    border: 2px solid #89b501;
    position: relative;
    padding: 10px 30px 10px 10px;
    margin-right: 20px;
    max-width: 250px;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 3;
}

.trabalhe-conosco .badge-info button{
    position: absolute;
    top: 3px;
    right: 10px;
}

.slider-trabalhe-conosco{
    margin-top: 30px;
}

.carousel-beneficios{
    position: relative;
}

.carousel-beneficios .owl-controles .owl-next, .carousel-beneficios .owl-controles .owl-prev {
    border: none;
    outline: none;
    background: #FFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.16);
    float: left;
    color: #FFF;
    cursor: pointer;
    padding: 13px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
}

.carousel-beneficios .owl-controles .owl-prev {
    position: absolute;
    z-index: 9;
    top: 100px;
    left: -26px;
}

.carousel-beneficios .owl-controles .owl-next {
    position: absolute;
    z-index: 9;
    top: 100px;
    right: -26px;
}


/*
    * Pagina: Contato
*/
.contato {
    margin-top: 30px;
    margin-bottom: 50px;
}

.contato .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.contato .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.contato .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.contato .formulario {
    margin-top: 20px;
}

.contato .formulario h1 {
    color: #0F3954;
    font-size: 30px;
    margin-bottom: 0;
}

.contato .formulario-secao-titulo {
    color: #787878;
    margin-top: 20px;
    font-size: 16px;
}

.contato .custom-control {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

.contato .btn-light {
    background: #C9C9C9;
    color: #FFFFFF;
}

.contato .btn-success {
    background: #89B501;
    border: none;
    color: #FFFFFF;
}

.contato .mapa {
    margin-top: 20px;
}

.contato .titulo-sub-section {
    font-weight: bold;
    font-size: 22px;
    color: #0f3954;
}

.contato .item-endereco {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif !important;
}

.contato .item-endereco p {
    font-size: 14px;
    color: #787878;
}

.contato .item-endereco h2 {
    font-size: 18px;
    font-weight: bold;
    color: #787878;
}

.contato .item-endereco a {
    background: none;
    color: #A5C10B;
    font-weight: bold;
    font-size: 16px;
    border: none;
}

/*
    * Pagina: Registro Preços
*/

.registro-preco {
    margin-top: 90px;
    margin-bottom: 50px;
}

.registro-preco .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.registro-preco .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.registro-preco .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.registro-preco .conteudo-precos {
    margin-top: 20px;
}

.registro-preco .conteudo-precos h1 {
    color: #0F3954;
    font-size: 30px;
    margin-bottom: 0;
}

.registro-preco .item-registro-preco {
    background: #FFFCFD;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.16);
}

.registro-preco .item-registro-preco .note-icon {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.registro-preco .item-registro-preco .col-md-8 {
    color: rgba(94, 94, 94, 1);
}

.registro-preco .item-registro-preco a {
    background: none;
    color: #A5C10B;
    font-size: 16px;
    border: none;
}

.registro-preco h5{
    padding: 30px;
    background: #dcdcdc;
    border-radius: 10px;
    color: #c52f82;
    text-shadow: 1px 1px 1px #ffffff;
    box-shadow: 2px 4px 5px #b1b1b1b8;
    border: 1px solid #c7c7c7;
}

/*
    * Casos de Sucesso Pagina
*/

.casos-sucesso {
    margin-top: 15px;
    margin-bottom: 50px;
    background: url("../images/nossa_forma_trabalho.png") no-repeat;
    background-position: center
}

.casos-sucesso .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.casos-sucesso .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.casos-sucesso .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.casos-sucesso .elementos-a {
    margin-top: 50px;
    margin-bottom: 20px;
}

.casos-sucesso .elementos-a h1 {
    color: #0F3954 !important;
    font-size: 25px !important;
    margin-bottom: 30px !important;
}

.casos-sucesso .elementos-a p {
    color: #787878;
    font-size: 16px;
    line-height: 28px;
}

.casos-sucesso .conteudo-casos .image-casos {
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 5px;
}

.casos-sucesso .item-casos{
    margin-top: 50px;
    margin-bottom: 25px;
}

.casos-sucesso .item-casos h4{
    color: #165674;
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
}

.casos-sucesso .item-casos p{
    color: #787878;
    font-size: 16px;
}

.casos-sucesso .item-casos .post-conteudo{
    background: #fff;
    padding: 10px;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
}

.casos-sucesso .conteudo-casos {
    margin-top: 20px;
}

.casos-sucesso .conteudo-casos h1 {
    color: #0F3954;
    font-size: 30px;
    margin-bottom: 0;
}

.casos-sucesso .item-registro-preco {
    background: #FFFCFD;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.16);
}

.casos-sucesso .item-registro-preco .note-icon {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.casos-sucesso .item-registro-preco .col-md-8 {
    color: rgba(94, 94, 94, 1);
}

.casos-sucesso .item-registro-preco a {
    background: none;
    color: #A5C10B;
    font-size: 16px;
    border: none;
}

.metodologias {
    margin-top: 60px;
    margin-bottom: 30px;
}

.metodologias h1 {
    color: #787878 !important;
    font-size: 40px !important;
    margin-bottom: 25px !important;
}

.metodologias p, .metodologias ul li {
    color: #787878;
    font-size: 16px;
    line-height: 28px;
}

.firewall {
    margin-top: 45px;
    margin-bottom: 45px;
}

.firewall .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.firewall .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.firewall .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.box-header-section-azul{
    text-align: center;
}

.box-header-section-azul h1 {
    color: #165674;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

.box-header-section-azul p{
    color: #787878;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.box-header-section-azul h1:after {
    content: '';
    width: 150px;
    height: 4px;
    background: #70bef3;
    display: block;
    margin: 15px auto;
    border-radius: 4px;
}

.firewall-conteudo, .conteudo-suporte-mobile{
    margin-top: 50px;
}

.firewall-conteudo figure, .conteudo-suporte-mobile figure{
    position: relative;
}

.firewall-conteudo figcaption, .conteudo-suporte-mobile figcaption{
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 265px;
    width: 100%;
    background: url(../images/bg-imgprincipal.png);
    color: white;
    padding-top: 150px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 15px;
    margin-bottom: 0;
}

.firewall-conteudo h2{
    font-size: 22px;
    color: #1988BC;
}

.conteudo-suporte-mobile h2{
    font-size: 20px;
    color: #1988BC;
    margin-bottom: 20px;
}


.firewall-conteudo h2:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #BC104B;
    display: block;
    margin: 1px auto;
    border-radius: 20px;
    margin-right: 13px;
    float: left;
}

.conteudo-suporte-mobile h2:before{
    content: '';
    width: 16px;
    height: 16px;
    background: #BC104B;
    display: block;
    margin: 1px auto;
    border-radius: 16px;
    margin-right: 13px;
    float: left;
}

.firewall-conteudo p, .backupdatacenter-conteudo p, .conteudo-suporte-mobile p{
    font-size: 16px;
    color: #686868;
}

.mapa {
    width: 100%;
}

.mapa .mapa-informacoes{
    margin-top: 70px;
}

.mapa .mapa-informacoes h1 {
    font-size: 1.6vw;
    color: #165674;
    font-weight: bold;
    text-align: center;
}

.mapa .mapa-informacoes h1:after {
    content: '';
    width: 150px;
    height: 4px;
    background: #70bef3;
    display: block;
    margin: 15px auto;
    border-radius: 4px;
}

.mapa .mapa-informacoes p {
    color: #787878;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.breadcrumb-personalizado {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-top: 25px;
}

.breadcrumb-personalizado .breadcrumb-item.active {
    color: #ababab;
}

.breadcrumb-personalizado .breadcrumb-item a {
    color: #165674;
    font-weight: bold;

}

.vantagens_servico_backup .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-top: 25px;
}

.vantagens_servico_backup .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.vantagens_servico_backup .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.datacenter{
    margin-top: 90px;
    background: url(../images/nossa_forma_trabalho.png) repeat-y;
}

.backupdatacenter-conteudo ul li{
    color:#1988BC;
    font-size: 18px;
    font-weight: bold;
}

.backupdatacenter-conteudo ul {
    list-style: none; /* Remove default bullets */
}

.backupdatacenter-conteudo ul li::before {
    margin-top: 15px;
    content: "";
    background: #BC104B;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-left: -30px;
    margin-right: 10px;
}

.backupdatacenter-conteudo figure{
    position: relative;
}

.backupdatacenter-conteudo figcaption{
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 265px;
    width: 100%;
    background: url(../images/bg-imgprincipal.png);
    color: white;
    padding-top: 150px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 15px;
    margin-bottom: 0;
}

.item-outsourcing{
    margin-top: 15px;
    margin-bottom: 25px;
}

.item-outsourcing p{
    font-size: 20px;
    margin-top: 12px;
}

.item-noc{
    margin-top: 15px;
    margin-bottom: 25px;
}

.item-noc h4{
    font-size: 20px;
}

.item-noc p{
    font-size: 16px;
    margin-top: 0px;
    color: #7D7D7D;
}

.suporte-mobile .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.suporte-mobile .breadcrumb .breadcrumb-item.active {
    color: #ababab;
}

.suporte-mobile .breadcrumb .breadcrumb-item a {
    color: #165674;
    font-weight: bold;
}

.suporte-mobile {
    background: url("../images/nossa_forma_trabalho.png") no-repeat;
    background-position: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.suporte-mobile .item-servico-solucao {
    margin-top: 30px;
    margin-bottom: 20px;
}

.suporte-mobile .item-servico-solucao h4 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    color: #165674;
}

.suporte-mobile .item-servico-solucao p {
    color: #787878;
    font-size: 16px;
}

.infra .item-servico-solucao h4{
    font-size: 20px;
    color: #165674;
}

.infra .item-servico-solucao p{
    font-size: 16px;
    color: #787878;
}

.link-saibamais-interno{
    color: #109e00 !important;
    font-weight: bold !important;
}

/*Menu Hamburguer*/

/* Icon 1 */

.animated-icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: transparent !important;
    color: transparent !important;
    border-color: transparent !important;
}

.animated-icon span {
    display: block;
    outline: transparent;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span {
    background: #f3e5f5;
}

.icon-gray span {
    background: #787878;
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

/* wpcf7 */

.wpcf7 input, .wpcf7-list-item-label{
    font-family: 'Roboto', sans-serif;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
    /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 3px;
    left: -10px;
    color: #fff;
    background-color: #dee7f1;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 8px;
    left: -5px;
    visibility: visible;
    background: #dee7f1;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: #007bff;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
    background: #FFFFFF;
    visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

span.wpcf7-not-valid-tip {
    display: inline-block !important;
}

.hiddenfile{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.btn-enviar-trabalhe-conosco{
    width: 200px;
}

.notificacao {
    width: 100%;
    background: #601349;
    padding: 0px;
    color: #FFF;
    position: fixed;
    bottom: 0;
    z-index: 99;
    box-shadow: 0px 0px 5px #400c30;
	height: 36px;
}

.notificacao a{
    text-decoration: none !important;
    color: #FFF !important;
}

.grecaptcha-badge{
    bottom: 80px !important;
}

.cky-preference-content-wrapper pre{
    color:#FFFFFF;
 }

.cky-accordion-header-des pre{
    color:#FFFFFF;
 }