/**
 *
 * Theme: VRV
 * Folha de Estilos Personalizados
 *
 * Author: Infinito AG - Sites, Web & Design
 * Author URI:https://www.infinitoag.com
 *
**/


/*******************************************************
 * FONTES
*******************************************************/


/*******************************************************
 * CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/
body {
    color: #444444;
	font-size: 18px;
    line-height: 40px; 
    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body *{
	outline: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 36px;
    font-weight: 500;
} 
h3{
	font-size: 23px;
}
h4 {
    font-size: 20px;  
}
a, a:hover {
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: #444444;
}
 
strong{
    font-weight: bold;
}
 
/*******************************************************
 * FORMULÁRIOS E BOTÕES
*******************************************************/
button:focus, button:active, button:hover,
a:focus, a:active, a:hover{
    outline: 0 !important;
}

.nowrap{
    white-space: nowrap !important; 
}

.btn{ 
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 50px;
}

.btn-default, .btn-default:hover {
    background-color: #D1000D;
    color: white;
}

.btn-outline, .btn-outline:hover {
    background-color: transparent;
    border: 2px solid #ffffff80;
    color: #ffffffb3;
} 
  

/*******************************************************
 * CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/ 
.nav-tabs {
    text-align: center;
    border: 0;
    margin-bottom: 80px;
}
.nav-tabs li, .nav-tabs li.active {
    float: none;
    display: inline-block;
    margin: 0;
}
.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus, .nav-tabs li:hover a, .nav-tabs li:active a, .nav-tabs li:focus a {
    border: 0;
    border-radius: 0;
    font-size: 14px;
}
.nav-tabs li.active a {
    border: 0;
    border-bottom: 2px solid #008080;
}

.flexslider{
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

 
/*******************************************************
 * CABECALHO
*******************************************************/
#header { 
/*     transition: .4s ease; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: fixed; 
    background: transparent;
} 
.scrolled #header {
    padding: 15px 0;
    box-shadow: 0px 0px 10px 0px #00000030;
    background-color: white;
}
 
#header .scroll {
    display: none;
}
.scrolled #header .scroll {
    display: block;
} 
#header .scroll p {
    margin: 0;
}

 
#header .no-scroll {
    display: block;
    padding: 20px 0;
}
.scrolled #header .no-scroll {
    display: none;
} 


#header .fale-com,
#main-menu .toggle{
    display: none;
}
  

.scrolled #header .fale-com,
.scrolled #main-menu .toggle{
    display: inline-block;
}

.scrolled #header #main-menu #menu-menu-principal,
.scrolled #header .translate{
    display: none;
}


#header .header-top {
    background-color: white;
}
.scrolled #header .header-top{
    display: none;
}
#header .header-top p {
    margin: 0;
    padding: 0;
}
#header  .email img,
#header  .telefone img {
    display: inline-block;
    margin-right: 5px;
}
#header  .telefone span,
#header  .email span {
    display: inline-block;
}
#header  .telefone{
    display: inline-block;
    margin-right: 20px;
    font-weight: 300;
    font-size: 15px;
}
#header  .email {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
}


#header .social {
    font-size: 9px;
    display: inline-block;
}
.scrolled #header .social {
    font-size: 9px;
    display: inline-block;
    margin-left: 60px;
}
#header  .social span {
    display: inline-block;
}
#header  .social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#header  .social ul li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}

#header .toggle {
    display: inline-block;
    margin: 0 50px;
    
}
#header .toggle button {
    background: transparent;
    border: 0;
}

#header .fale-com button {
    background-color: #30B44B;
    color: white;
    height: 56px;
    font-size: 15px;
    font-weight: bold;
}

.video-responsive iframe {
    width: 635px; 
    height: 360px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0;
    box-shadow: -10px 0px 20px 0px #0000004a;
}
.sidenav #closeNav {
    position: absolute;
    right: 40%;
    top: 40px;
    color: #99CA3C;
    background: transparent;
    border: 0;
    font-weight: bold;
    font-size: 32px;
    padding: 0;
}
 
#sidenav .telefone, 
#sidenav .email,
#sidenav .social,
#sidenav .fale-com {
    /*display: none !important;*/
    /*display: flex;*/
}

#sidenav #menu-side-menu {
    padding: 150px 100px 20px 100px;
}
#sidenav #menu-side-menu li {
    display: block;
    width: 100%;
}
#sidenav #menu-side-menu li a {
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
}
#sidenav #menu-side-menu li:hover a,
#sidenav #menu-side-menu .current-menu-item a{
    color: #30B44B;
    border-bottom: 3px solid #99CA3C;
}
 

/*******************************************************
 * RODAPE
*******************************************************/
#footer {
    background-color: #FFFFFF;
    padding: 40px 0 100px 0; 
    position: relative;
}
#footer::after {
    content: '';
    background-image: linear-gradient(180deg, #00ABEA, #00374B);
    width: 62%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-top-left-radius: 8px; 
    display: block;
}
#footer .servicos-footer, #footer .newsletter {
    position: relative;
    z-index: 10;
}

#footer .servicos-footer {
    color: white;
        margin-top: 40px;
}
#footer .servicos-footer h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

#footer .servicos-footer ul {
    padding: 0;
}
#footer .servicos-footer ul li {
    list-style: none;
    border-bottom: 1px solid #00000042;
    padding: 10px 0;
    position: relative;
}
#footer .servicos-footer ul li::after{
    content: '';
    background-image: url('img/arrow-menu-footer.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 25px;
}
#footer .servicos-footer ul li a {
    color: white;
    font-size: 16px;
    line-height: 25px;
}


footer .telefones {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
}
footer .telefones img {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
footer .telefones span {
    display: inline-block;
    margin-left: 10px;
    max-width: 90%;
}

footer .email {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; 
}
footer .email img {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
footer .email span {
    display: inline-block;
    margin-left: 10px;
    max-width: 82%;
}

footer .endereco {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; 
}
footer .endereco img {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
footer .endereco span {
    display: inline-block;
    margin-left: 10px;
    max-width: 85%;
}

footer .telefones p, #footer .email, #footer .endereco p {
    margin: 0;
}


#footer .newsletter {
    padding-left: 60px;
    margin-top: 100px;
}
#footer .newsletter .titulo-conteudo {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: white;
    margin-bottom: 50px;
}
#footer .newsletter .titulo-conteudo h2 {
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
}
#footer .newsletter input::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 300;
}
#footer .newsletter input {
    border: 0;
    background: transparent;
    border-bottom: 2px solid white;
    padding: 10px 0;
    color: white;
    font-size: 16px;
    width: 100%;
}
#footer .newsletter input[type="submit"] {
    background: #00ABEA;
    border: 0;
    border-radius: 8px;
    height: 56px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}


.copyright {
    display: none;
    background: #444444;
    color: white;
    font-display: 13px;
    line-height: 30px;
    padding: 25px 0;
}
.copyright  a{
    color: white;
	margin-left: 30px;
}



/*******************************************************
 * PÁGINAS
*******************************************************/  
.session-title {  
    position: relative;
}
.session-title h4 {
    position: relative;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 35px;
}  
.session-title h4::after{
    content: '';
    position: absolute;
    background-image: linear-gradient(#47B847, #99CA3C);
    width: 4px;
    height: 30px;
	border-radius: 10px;
    left: 3px;
    bottom: -35px;
}
.session-title h2{
    color: #444444;
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}


.titulo-sublime {
    margin-bottom: 40px;
}
.titulo-sublime h3::after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #30B44B;
    position: absolute;
    top: 19px;
    margin-left: 10px;
}
.titulo-sublime h3 {
    position: relative;
    font-size: 26px;
    font-weight: bold;
}

.titulo-sublime h4::after {
    content: '';
    width: 30px;
    height: 4px;
    background-image: linear-gradient(45deg, #47B847, #99CA3C);
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.titulo-sublime h4 {
    position: relative;
    font-size: 18px;
    line-height: 22px; 
    font-weight: bold;
    margin-bottom: 20px;
}


/*Home */
#slider-home .slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 900px;
    position: relative;
}
  
#slider-home .slide .conteudo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
#slider-home .slide .conteudo h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
}
#slider-home .slide .conteudo .botoes {
    text-align: center;
    margin-top: 40px;
}
#slider-home .slide .conteudo .botoes a {
    margin: 0 10px;
    z-index: 10;
    position: relative;
    display: inline-block;
}
 
#home1 .custom-navigation {
    position: absolute;
    /*top: calc(50% + 55px);*/
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
}
#home1 .custom-navigation .flex-prev {
    float: left;
    margin-left: 50px;
}
#home1 .custom-navigation .flex-next {
    float: right;
    margin-right: 50px;
}

#home1 .custom-controls-container li a {
    background: white;
    opacity: 0.5;
    width: 8px;
    height: 8px;
}
#home1 .custom-controls-container li .flex-active {
    opacity: 1;
}

#home1 #scroll-to-down {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -150px;
}
#home1 #scroll-to-down a {
    color: white;
    font-size: 13px;
    font-weight: normal;
    display: block;
}
#home1 #scroll-to-down a img {
    display: block;
    margin: 0 auto;
}



#home2 .sobre-nos {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 200px 0 100px;
}
#home2 .conteudo-esquerda:hover a{
	transform: scale(1.02);
}
#home2 .conteudo-esquerda a {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    position: relative;
	transition: 400ms;
}
#home2 .conteudo-esquerda a::after {
    content: '';
    background-image: url("img/arrow-link.png");
    width: 52px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-left: 20px;
    top: 5px;
}

#home2 .conteudo-direita ul li:hover {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 20px #00000030;
}
#home2 .conteudo-direita ul li {
    list-style: none;
    margin-bottom: 20px;
    padding: 10px 20px;
	cursor: pointer;
	transition: 370ms;
}
#home2 .conteudo-direita ul li img {
    margin-right: 10px;
    width: 30px;
}




#home3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 150px 0;
    color: white;
}
#home3 h4, #home3 h2 {
    color: white;
}

#home3 .produtos {
    margin-top: 100px;
}



#home3 #slider-produtos .produto {
    padding: 20px 20px;
    text-align: center;
    border-radius: 8px;
}
#home3 #slider-produtos .produto:hover{
    background-image: linear-gradient(#47B847, #99CA3C);
    
}
#home3 #slider-produtos .produto .icone img {
    width: auto;
    margin: 0 auto;
}
#home3 #slider-produtos .produto:hover .icone img {
    filter: brightness(5);
}
#home3 #slider-produtos .produto .icone {
    height: 60px;
}
#home3 #slider-produtos .produto .conteudo {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
}

#home3 #slider-produtos .produto .acesso {
    display: none;
	width: 100%;
}
#home3 #slider-produtos .produto .acesso a img {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
#home3 #slider-produtos .produto .acesso a {
    color: white;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
}

#home3 #slider-produtos .produto:hover .acesso {
    display: block;
}

#home3 .custom-controls-container-produtos {
    display: none;
}

#home3 .custom-navigation-produtos {
    width: 100%;
}
#home3 .custom-navigation-produtos .flex-prev {
    float: left;
    margin-left: -50px;
    margin-top: -170px;
}
#home3 .custom-navigation-produtos .flex-next {
    float: right;
    margin-right: -50px;
    margin-top: -170px;
}

#home3 .btn-outline {
    background-color: transparent;
    border: 2px solid #ffffff80;
    color: #ffffffb3;    
}

#home3 .btn-outline:hover {
    background-color: #fff;
    border: 2px solid #ffffff80;
    color: #006D94;    
}

#home3 .tecnologias {
    margin-top: 100px;
}
#home3 .tecnologias #slider-tecnologias img {
    width: auto;
    margin: 0 auto;
}


#home3 .custom-controls-container-tecnologias {
    display: none;
}
#home3 .custom-navigation-tecnologias {
    width: 100%;
}
#home3 .custom-navigation-tecnologias .flex-prev {
    float: left;
    margin-left: -50px;
    margin-top: -60px;
}
#home3 .custom-navigation-tecnologias .flex-next {
    float: right;
    margin-right: -50px;
    margin-top: -60px;
}

#home3 .fotos {
    margin-top: 70px;
}
#home3 .fotos .imagem1 {
    position: relative;
}
#home3 .fotos img{
    border-radius: 10px;
}


#home3 .fotos .imagem1 .conteudo-imagem {
    position: absolute;
    bottom: -5px;
    right: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: right;
	z-index: 6;
}
#home3 .fotos .imagem1 .conteudo-imagem h5{
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
}

#home3 .fotos .imagem1 .conteudo-imagem a {
    color: white;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-right: 65px;
}
#home3 .fotos .imagem1 .conteudo-imagem a::after{
    content: '';
    background-image: url("img/arrow-link-white.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 52px;
    height: 10px;
    right: 0;
    top: 5px;
}

#home3 .fotos .imagem3 {
    margin-top: 25px;
}




#home4 {
    padding: 100px 0;
}
#home4 ul.logotipos {
    margin-top: 50px;
    padding: 0;
}
#home4 ul.logotipos li {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    width: 10.8%;
    filter: grayscale(1);
    text-align: center;
} 
#home4 ul.logotipos li:hover{
    filter: grayscale(0);
}




#home5 .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    color: white;
    padding: 50px 80px;
}
#home5 .bg h4, #home5 .bg h2{
    color: white;
}
#home5 .session-title {
    margin-top: 150px;
}
#home5 .conteudo-form {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
}
#home5 .nav-form {
    position: relative;
}
#home5 .nav-form span {
    color: #30B44B;
    font-size: 14px;
    background-color: white;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    position: relative;
	z-index: 2;
}

#home5 .nav-form::after {
    content: '';
    background-image: linear-gradient(#47B847, #99CA3C);
    width: 100%;
    height: 8px;
    position: absolute;
    top: 17px;
    z-index: 0;
    left: 0;
}
#home5 .nav-form span:nth-child(2) {
/*     margin-left: 50%; */
	float: right;
    top: 12px;
}
/* #home5 .nav-form span:nth-child(2)::after {
    content: '';
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
    width: 140px;
    height: 4px;
    position: absolute;
    top: 7px;
    z-index: 0;
    left: 18px;
} */


section#home5 .wpcf7-not-valid-tip {
    display: none;
}

section#home5 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #ffafaf !important;
}

section#home5 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    width: 100%;
    margin: 15px 0 0 0;
	font-size: 16px;
    line-height: 25px;
}



#home5 form label {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    margin: 0;
}

#home5 form input, #home5 form input:focus, #home5 form input:hover {
    background: transparent;
    border: 0;
    border-bottom: 2px solid white;
    font-weight: bold;
    font-size: 16px;
    color: white; 
    outline: 0;
    width: 100%;
}
#home5 form .btn:hover{
	background: #189c33;
	border: 0;
}
#home5 form .btn, #home5 form .btn:focus {
    background: #30B44B;
    border-radius: 8px;
    border: 0;
    width: 100%;
    display: block;
    height: 56px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}




#home6 {
    padding: 120px 0;
}
#home6 .session-title {
    margin-bottom: 70px;
}

section#home6 .row:last-child {
    align-items: stretch;
}
.post-item {
    padding: 30px;
	border-radius: 5px;
	transition: 400ms;
	height: 100%;
}
.post-item:hover {
    box-shadow: 0 0 50px 10px #00000030;
    transform: scale(1.05);
}

.post-item .date {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.post-item:hover .date {
    color: #30B44B;
}
.post-item .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
	height: 95px;
}
.post-item .excerpt {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}
.post-item .acesso a {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
    position: relative;
}
.post-item:hover .acesso a{
    color: #30B44B;
}
.post-item .acesso a.esse::after {
    content: '';
    background-image: url(img/arrow-link.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 10px;
    position: absolute;
    top: 6px;
    margin-left: 10px;
}
.acesso {
    transition: 400ms;
    position: absolute;
    bottom: 0;
}

.post-item .acesso:hover {
    transform: scale(1.03);
}

.post-item:hover .acesso a::after {
    background-image: url("img/arrow-link-verde.png");
}

#home6 .acesso {
    transition: 400ms;
    position: absolute;
    bottom: 0;
}

#coluna_conteudo{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: 450px;
}
#coluna_img_titulo{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 450px;
}

#coluna_img_titulo .img_titulo{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
	/*padding: 0 0 0 30%;*/
}
#coluna_img_titulo .img_titulo h3{
	font-weight: bold;
}

#tecnologia_coluna{
    margin-top: -90px;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0 0 10px 3px #aaa;
    padding: 50px 0px;
}

#coluna_img_titulo .img_titulo img {
    margin-bottom: 20px;
}

ul#produtosTab {
    padding: 0 10% !important;
}

#servico2 ul {
    padding: 0;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    display: table-cell;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 25px;
    margin: 25px 0;
}


#sobre1 .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;
    position: relative;
}

#sobre1 .banner .conteudo {
    margin-top: 400px;
    color: white;
}
#sobre1 .banner .conteudo h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 22px;
    position: relative;
}
#sobre1 .banner .conteudo h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background-image: linear-gradient(45deg, #47B847, #99CA3C);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
#sobre1 .banner .conteudo h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}



#sobre-empresa {
    padding: 50px 0;
}
#sobre-empresa .linha {
    padding: 100px 0;
}


#sobre3 .imagem {
    margin-top: 70px;
	text-align: center;
}
#sobre3 .imagem img {
    width: 100%;
    height: auto;
	
}


#sobre-diferencial {
    padding: 100px 0;
}

#sobre-diferencial h2 {
    margin-bottom: 30px;
}
#sobre-diferencial img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}


#sobre-equipe {
    padding: 100px 0 150px 0;
} 
#sobre-equipe .equipe {
    margin-top: 40px;
	margin-right: 60px;
}
#sobre-equipe .equipe .thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 363px;
    border-radius: 8px;
    position: relative;
}
#sobre-equipe .equipe .thumb .dados {
    position: absolute;
    bottom: 30px;
    left: 43px;
    right: 60px;
}
#sobre-equipe .equipe span.cargo {
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
}
#sobre-equipe .equipe h4.nome {
    color: white;
    font-size: 38px;
    font-weight: bold;
    line-height: 35px;
}
#sobre-equipe .equipe .descricao {
    line-height: 30px;
    font-size: 18px;
    margin-top: 30px;
}




#tecnologias1 .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    position: relative;
    padding: 300px 0 80px 0;
} 
#tecnologias1 .banner .session-title h2, #tecnologias1 .banner .session-title h4 {
    color: white;
}
#tecnologias1 .banner .texto-bottom {
    color: white;
    font-size: 13px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 200px;
}
#tecnologias1 .banner .logotipos-tec {
    margin-top: -30px;
}
#tecnologias1 .banner .logotipo-tec {
    margin-bottom: 40px;
}


#tecnologias2 {
    padding: 80px 0 0 0;
}
#tecnologias2 .bg {
    background-color: #005777;
    color: white;
    padding: 50px 0 150px 0;
}


#tecnologias2 .servico {
    padding: 20px 20px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    width: 13.5%;
    min-height: 230px;
}
#tecnologias2  .servico:hover, #tecnologias2  .servico.active{
    background-image: linear-gradient(#47B847, #99CA3C);
}


#tecnologias2  .servico .icone img {
    width: auto;
    margin: 0 auto;
}
#tecnologias2  .servico:hover .icone img, #tecnologias2  .servico.active .icone img{
    filter: brightness(5);
}

#tecnologias2  .servico .icone {
    height: 60px;
}
#tecnologias2  .servico .conteudo {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
}

#tecnologias2  .servico .acesso {
    opacity: 0;
}
#tecnologias2  .servico .acesso a img {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
#tecnologias2  .servico .acesso a {
    color: white;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
}

#tecnologias2  .servico:hover .acesso, #tecnologias2  .servico.active .acesso{
    opacity: 1;
}

#tecnologias3 {
    padding: 0 0 150px 0;
}

#slider-tecnologia {
    background: white;
    margin-top: -60px;
    border-radius: 8px;
    box-shadow: 0 0 10px 10px #0000001a;
}
#slider-tecnologia img {
    width: auto;
    margin: 60px auto 20px auto;
}
#slider-tecnologia h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    padding: 0 30px;
    margin-bottom: 50px;
}
 
#slider-tecnologia .conteudo ul {
    margin: 40px 0 20px 0;
}
#slider-tecnologia .conteudo ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    line-height: 40px;
    padding-left: 60px;
}
#slider-tecnologia .conteudo ul li::before {
    content: '';
    background-image: url("img/item-servico.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 28px;
    height: 15px;
    left: 0;
    top: 13px;
}

#tecnologias3 .custom-navigation-tecnologia {
    width: 100%;
}

#tecnologias3 .custom-navigation-tecnologia .flex-prev {
    float: left;
    margin-left: -100px;
    margin-top: -200px;
}
#tecnologias3 .custom-navigation-tecnologia .flex-next {
    float: right;
    margin-right: -100px;
    margin-top: -200px;
}
#tecnologias3 .custom-controls-container-tecnologia{
    display: none;
}


#tecnologias3 .container {
    max-width: 1100px;
}



#tecnologias4 {
    padding: 80px 0 0 0;
}

#tecnologias4 h2,
#tecnologias2 h2{
    font-weight: 600;    
}

#tecnologias4 .bg {
    background-color: #005777;
    color: white;
    padding: 30px 0 80px 0;
}

#tecnologias4 .servico {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 30px;
    height: 150px;
    margin: 70px 0;
    position: relative;
	
}

#tecnologias4 .icone {
    height: 70px !important;
}

#tecnologias4 .conteudo {
    position: absolute;
    height: 85px;
    bottom: -50px;
	max-width: 230px;
}
#tecnologias4 .servico img{
	transition: 400ms;
}
#tecnologias4 .servico:hover img{
	transition: 400ms;
	transform: scale(1.2);
}

#certificacoes1 .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 490px;
    position: relative;
    color: white;
}
#certificacoes1 .banner .conteudo {
    margin-top: 200px;
}

#certificacoes1 .banner .conteudo h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
#certificacoes1 .banner .conteudo h4::after {
    content: '';
    background-color: white;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
#certificacoes1 .banner .conteudo h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}


#certificacoes2 {
    padding: 100px 0 60px;
    font-size: 16px;
    line-height: 40px;
}
#certificacoes2 h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

#certificacoes3 .bnr {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 100%;
    color: white;
    border-radius: 8px;
    padding: 20px 50px;
} 

#certificacoes3 .bnr p {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}
#certificacoes3 .bnr h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    width: 85%;
}
#certificacoes3 .bnr .btn-primary {
    background: #295CA7;
    border: 0;
    border-radius: 50px;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
	transition: 400ms
}
#certificacoes3 .bnr .btn-primary:hover {
    background: #9090cb !important;
}

#certificacoes3 .bnr #lista-produtos {
    background: #30b44b;    
    padding: 0 70px;
    width: auto;
}

#certificacoes3 .bnr #lista-produtos:hover {
    background: #30b44bb3 !important;    
}

#certificacoes3 .bnr .botao-right {
    margin-top: 64px;
}

#certificacoes4 {
    padding: 80px 0 80px;
    font-size: 16px;
    line-height: 40px;
}
#certificacoes4 .titulo {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

#certificacoes4 .conteudo3 {
    font-size: 16px;
    line-height: 40px;
}
#certificacoes4 .conteudo3 a {
    color: #00ABEA;
}
#certificacoes4 .conteudo3 p {
    margin: 0;
}





#blog1 .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 490px;
    position: relative;
    color: white;
}

#blog1 .banner .conteudo {
    margin-top: 150px;
}
#blog1 .banner .conteudo h2 {
    font-size: 50px;
    font-weight: normal;
    font-style: italic;
    line-height: 50px;
}

#blog1 .banner .newsletter {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin-top: 80px;
}
#blog1 .banner .newsletter input::placeholder {
    color: white;
}
#blog1 .banner .newsletter input, #blog1 .banner .newsletter input:hover, #blog1 .banner .newsletter input:focus {
    width: 100%;
    background: transparent;
    border: 2px solid white;
    border-radius: 50px;
    height: 50px;
    padding: 0 15px;
    color: white;
    font-size: 16px;
    line-height: 19px;
    outline: 0;
}
#blog1 .banner .newsletter input[type="submit"], #blog1 .banner .newsletter input[type="submit"]:hover, #blog1 .banner .newsletter input[type="submit"]:focus {
    border: 2px solid #99CA3C;
    background: #99CA3C;
    font-weight: bold;
    outline: 0;
}
#blog1 .wpcf7-not-valid-tip{
	display: none;
}
#blog1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid{
	border: 2px solid #ff8686;
}
#blog1 .wpcf7 form.sent .wpcf7-response-output,
#blog1 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    width: 63%;
    float: left;
    margin-left: 10%;
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
}

#blog2 {
    padding: 80px 0 150px 0;
}



#blog-single1 .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 490px;
    position: relative;
    color: white;
}
#blog-single1 .banner .conteudo {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 200px;
	position: absolute;
	z-index: 2;
}

#blog-single2 {
    padding: 70px 0 120px 0;
    font-size: 18px;
    line-height: 50px;
}
#blog-single2 p {
    line-height: 24px;
}
#blog-single2 .share {
    margin: 40px 0 100px 0;
}
#blog-single2 .share span {
    display: inline-block;
    font-size: 16px;
}
#blog-single2 .share span img {
    margin-left: 10px;
}
#blog-single2 .share .addtoany_shortcode {
    display: inline-block;
    margin-left: 20px;
}





#contato1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#contato1 .conteudo {
    color: white;
    margin-top: 200px;
}
#contato1 .conteudo h2 {
    color: #99CA3C;
    font-size: 50px;
    font-weight: 800;
    line-height: 37px;
}
#contato1 .conteudo a {
    color: white;
}

#contato1 .form {
    margin-bottom: 350px;
}
#contato1 .form input:focus, #contato1 .form textarea:focus, #contato1 .form select:focus ,
#contato1 .form input:hover, #contato1 .form textarea:hover, #contato1 .form select:hover ,
#contato1 .form input, #contato1 .form textarea, #contato1 .form select {
    width: 100%;
    background: transparent;
    color: white;
    border: 0;
    border-bottom: 2px solid white;
    padding: 8px 0;
    margin-top: 10px;
    outline: 0;
}
#contato1 .form select, #contato1 .form select:focus, #contato1 .form select:hover {
    margin-top: 25px;
}
#contato1 .form input::placeholder, #contato1 .form textarea::placeholder {
    color: white;
}
#contato1 .form input[type="submit"], #contato1 .form input[type="submit"]:focus, #contato1 .form input[type="submit"]:hover {
    background: #99CA3C;
    border: 0;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    padding: 0 80px;
    text-transform: uppercase;
    margin-top: 30px;
    outline: 0;
}


.page-template-modelo-contato #footer {
    display: none;
}
.page-template-modelo-contato .copyright {
    display: block;
}


#footer-contato .logotipo-footer {
    margin-top: 40px;
}
#footer-contato iframe {
    width: 100%;
    height: 100%;
}
#footer-contato .container-fluid .col-lg-8 {
    padding-right: 0;
}




#sac1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    color: white;
}
#sac1 h2, #sac1 h4{
    color: white;
}
#sac1 .conteudo {
    margin-top: 220px;
    margin-bottom: 40px;
}

#sac1 .form {
    margin-bottom: 200px;
}
#sac1 .form input:focus, #sac1 .form select:focus ,
#sac1 .form input:hover,  #sac1 .form select:hover ,
#sac1 .form input, #sac1 .form select {
    width: 100%;
    background: transparent;
    color: white;
    border: 0;
    border-bottom: 2px solid white;
    padding: 8px 0;
    margin-top: 10px;
    outline: 0;
}

#sac1 .form textarea:focus ,
#sac1 .form textarea:hover ,
#sac1 .form textarea {
    width: 100%;
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 25px;
    margin-top: 10px;
    outline: 0;
    border-radius: 8px;
}

#sac1 .form select, #sac1 .form select:focus, #sac1 .form select:hover {
    margin-top: 25px;
}
#sac1 .form input::placeholder {
    color: white;
    opacity: 0.8;
}
#sac1 .form textarea::placeholder {
    color: white;
    opacity: 0.8;
    font-size: 16px;
}
#sac1 .form input[type="submit"], #sac1 .form input[type="submit"]:focus, #sac1 .form input[type="submit"]:hover {
    background: #30B44B;
    border: 0;
    height: 56px;
    font-size: 16px;
    font-weight: bold; 
    padding: 0 80px;
    text-transform: uppercase;
    margin-top: 30px;
    outline: 0;
}


#sac1 .form #back,
#sac1 .form #next {
    background: #30B44B;
    border: 0;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 80px;
    text-transform: uppercase;
    margin-top: 30px;
    outline: 0;
    display: block;
}


#sac1 .form label {
    font-size: 18px;
    opacity: 0.8;
    margin-top: 30px;
    margin-bottom: 0;
}


#sac1 .form #arquivo-sac {
    display: none;
}

#sac1 .form #anexar-sac {
    background: white;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -35px;
}


#sac1 .form .step-twoo.show {
    display: block;
}
#sac1 .form .step-one.show {
    display: block;
}
#sac1 .form .step-twoo {
    display: none;
}

#sac1 .form .step-one {
    display: none;
}




#sac1 .nav-form span {
    color: #30B44B;
    font-size: 14px;
    background-color: white;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    position: relative;
}

#sac1 .nav-form span:nth-child(1)::after {
    content: '';
    background-image: linear-gradient(#47B847, #99CA3C);
    width: 330px;
    height: 8px;
    position: absolute;
    top: 5px;
    z-index: 0;
    left: 18px;
}
#sac1 .nav-form span:nth-child(2) {
    margin-left: 50%;
}
#sac1 .nav-form span:nth-child(2)::after {
    content: '';
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
    width: 280px;
    height: 4px;
    position: absolute;
    top: 7px;
    z-index: 0;
    left: 18px;
}

#sac1 .nav-form .step2.prox::after {
    content: '';
    background-image: linear-gradient(#47B847, #99CA3C);
    width: 280px;
    height: 8px;
    position: absolute;
    top: 5px;
    z-index: 0;
    left: 18px;
}


.page-template-modelo-sac .copyright {
    display: block;
}
.page-template-modelo-sac #footer {
    display: none;
}








#servico1 .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 450px;
    color: white;
}

#servico1 .banner .conteudo {
    margin-top: 190px;
}
#servico1 .banner .conteudo h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    margin-bottom: 30px;
}
#servico1 .banner .conteudo h4::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(45deg, #47B847, #99CA3C);
    width: 30px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
#servico1 .banner .conteudo h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}


#servico2 {
    padding: 50px 0;
}

#servico2 ul {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
}
#servico2 ul li {
    margin: 0 6px;
}
#servico2 ul li a {
    border: 0;
    background: #F3F3F3;
    border-radius: 50px;
    height: 56px;
    padding: 8px 40px;
    margin-bottom: 15px;
    color: #444444;
    font-size: 20px;
    font-weight: 500;
}
#servico2 ul li a.active {
    color: white;
    background-color: #30B44B;
}


#servico3 {
    padding: 0 0 200px 0;
}

#servico3 .servico-tab {
    background-repeat: no-repeat;
    background-position: right center;
}


#servico3 .servico-tab .conteudo-esquerda {
    font-size: 16px;
    line-height: 30px;
}
#servico3 .servico-tab .conteudo-esquerda h2 {
    margin-bottom: 30px;
}

#servico3 .servico-tab h3 {
    color: #30B44B;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}


#servico3 .servico-tab #accordion .card-header {
    background: transparent;
    border-bottom: 2px solid #00000021;
    padding: 0;
    text-align: left;
    margin: 0;
	position: relative;
}
#servico3 .servico-tab #accordion .card-header button {
    padding: 10px 0;
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
	text-decoration: none;
}


#servico3 .servico-tab #accordion .card-tab-body {
    font-size: 16px;
    line-height: 28px;
    padding: 30px 0;
}

#servico3 .servico-tab #accordion .card-tab-body ul {
    padding: 0;
}
#servico3 .servico-tab #accordion .card-tab-body ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
}
#servico3 .servico-tab #accordion .card-tab-body ul li::before{
    content: '';
    background-image: url("img/item-servico.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
}

 
#servico3 .servico-tab .conteudo-direita {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    width: 505px;
}

#certificacoes-etapas div#etapas {
    column-count: 2;
}

#certificacoes-etapas div#etapas .item {
    line-height: 28px;
    margin-bottom: 25px;
    padding-right: 54px;
}

#certificacoes-etapas .session-title h2 {
    font-size: 24px;
}

.session-title.tecnologia {
    position: relative;
    text-align: center;
}

.session-title.tecnologia h4::after {
    width: 30px;
    height: 4px;
    left: calc(50% - 15px);
    bottom: -21px;
}

#sobre-equipe .equipe .thumb:after {z-index: 2;content: "";width: 100%;height: 100%;background: #0080007d;position: absolute;opacity: 0;transition: 400ms; border-radius: 8px;}
#sobre-equipe .equipe .thumb:hover:after {opacity: 1;}
#sobre-equipe .equipe .thumb .dados{z-index: 6;}


#sac1 #item_unico {
    padding: 20px;
}

section#tecnologias2 .col-lg-12 {    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}
#tecnologias2 .servico {
    position: relative;
    margin: 5px 0 0 5px;
}
#tecnologias2 .servico .acesso {
    opacity: 0;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 50px);
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
	height: 55px;
}

#slider-home .slide .conteudo .botoes a button {
    border-radius: 10px;
    color: #fff;
    padding: 17px 65px !important;
}
#home3 .fotos .imagem1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    background: #00000073;
    bottom: 0;
    left: 0;
}

#home3 .fotos .imagem1:hover .conteudo-imagem {transform: scale(1.05) !important;}

#home3 .fotos .imagem1 .conteudo-imagem {
    transition: 400ms;
}
#footer .newsletter span.wpcf7-not-valid-tip {
    display: none;
}

#footer .newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.wpcf7-not-valid {
    border: 1px solid #ff8282;
    padding: 10px;
}

#footer .newsletter .wpcf7-response-output {
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 25px;
}

article#sobre img:hover {
    transform: scale(1.05);
}

article#sobre img {
    transition: 400ms;
	border-radius: 15px;
}

section#tecnologias2 .titulo-sublime,
section#tecnologias4 .titulo-sublime {
    margin: 0;
    margin: 0 auto 20px;
}

button.slick-prev.slick-arrow {
    position: absolute;
    top: calc(50% - 27px);
    left: -50px;
    height: 54px;
    background: transparent;
    border: 0;
}


button.slick-next.slick-arrow {
    position: absolute;
    top: calc(50% - 27px);
    right: -50px;
    height: 54px;
    background: transparent;
    border: 0;
}

.item .produto {
    height: 190px !important;
    position: relative;
}

#home3 #slider-produtos .produto .acesso a {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}



#slider-tecnologias .slick-track {
    display: flex;
}
#slider-tecnologias .slick-slide {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}


div#slider-tecnologias .item {
    height: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#slider-tecnologias #coluna_img_titulo {
    height: auto;
}
#slider-tecnologias #coluna_conteudo {
    height: auto;
}



div#logotipos .item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: 100px;
    margin: 20px 0;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu{
	width: 280px;
}

#servico2 ul li a:hover {
    background: #30b44b;
    color: #fff;
}
#servico3 .servico-tab #accordion .card-header button:after {
    content: "+";
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
}
#servico3 .servico-tab #accordion .card-header button.active:after {
    content: "-";
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
}
#footer .newsletter input[type="submit"]{
	transition: 400ms;
}
#footer .newsletter input[type="submit"]:hover{
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}
.servico2_hide{
	position: absolute;
	z-index: -50;
	opacity: 0;
}
.espaco_top{
	margin-top: 70px;
}
#blog1 .banner .newsletter .col-lg-8{
	display: flex;
	align-content: center;
    align-items: center;
}     
div.wpcf7 .ajax-loader{
	position: absolute;
	opacity: 0;
	z-index: -5;
}

section#blog2 .posts-blog .col-lg-4 {
    padding: 20px;
}

section#blog-single2 > .container > .row > div{
	margin: 0 auto;
}

section#blog-single2 a {
    font-weight: bold;
    color: #30B44B;
}

article#contato .wpcf7-not-valid-tip{
	display: none;
}

article#contato input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 2px solid #f5b8b8 !important;
    padding: 5px !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
}
article#contato .wpcf7 form.invalid .wpcf7-response-output,
article#contato .wpcf7 form.unaccepted .wpcf7-response-output{
	color: #fff;
}

article#contato .wpcf7-not-valid-tip{
	display: none;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
}


section#blog2 .post-item .excerpt {
    height: 135px;
}

section#blog2 .post-item .acesso {
    position:  relative;
}

#header .social ul li img{
    transition: 400ms;
}
#header .social ul li img:hover{
    transform: scale(1.19);
}

#slider-home .slide .conteudo .botoes button.btn.btn-default:hover {
    border-color: #189c33 !important;
    background-color: #189c33 !important;
}

#slider-home .slide .conteudo .botoes button.btn.btn-outline:hover{
    color: #000;
    background-color: #fff !important;
}

#home2 .conteudo-esquerda p:last-child a:hover{
    font-size: 20px;
}

#home2 .conteudo-esquerda p:last-child a:hover::after{
    top: 8px;
}

#home3 .fotos .col-lg-4 img:hover {
    transform: scale(1.05);
}

#home3 .fotos .col-lg-4 img{
    transition: 400ms;
}

div#tecnologias button.slick-next.slick-arrow{
    right: -90px;
}

div#tecnologias button.slick-prev.slick-arrow {
    left: -90px;
}

section#tecnologias3 .conteudo li {
    position: relative;
    padding-left: 80px;
    list-style: none;
}

section#tecnologias3 .conteudo li:after {
    content: url(img/arrow.png);
    position: absolute;
    left: 0;
    top: -12px;
	transform: scale(0.7);
}

.session-title button.btn.btn-primary {
    margin-top: 30px;
    box-shadow: 11px 11px 18px 3px #bdbdbd;
}

div#logotipos .item a{
	margin: 0 auto !important;
}

#home5 .bg {
    padding: 50px 35px;
}

/*

*anime

*/

.anime{

	opacity: 0;

	transform: translate3d(-100px, 0,0);

	transition: .6s;

}

.anime-invert{

	opacity: 0;

	transform: translate3d(0,-100px,0);

	transition: .6s;

}

.anime-start{

	opacity: 1;

	transform: translate3d(0,0,0);

}

section#sac1 .wpcf7-not-valid-tip {
    display: none;
}
section#sac1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 2px solid #ff8d8d;
    padding: 0 15px;
}

#header .fale-com button:hover {
    background-color: #61ea7d;
}

div#logotipos img {
    filter: grayscale(1);
}

div#logotipos img:hover {
    filter: grayscale(0);
}

#home3 #slider-produtos .produto .conteudo {
    padding-bottom: 30px;
}


#sidenav #menu-side-menu ul.sub-menu {
	opacity: 0;
    overflow: hidden;
    transition: 1200ms;
    position: absolute;
    visibility: hidden;
}
#sidenav #menu-side-menu ul.sub-menu.active {
	position: relative;
    opacity: 1;
	z-index: 1;
    overflow: show;
	visibility: visible;
}

ul#menu-side-menu .menu-item-has-children > a:after {
    content: "+";
    position: absolute;
    margin-left: 10px;
}

li.menu-item-has-children ul.sub-menu.active li a {
    color: #444444 !important;
    border-bottom: 0px !important;
}

li.menu-item-has-children ul.sub-menu.active li a:hover{
    color: #30B44B !important;
    border-bottom: 3px solid #99CA3C !important;
}

@media(max-width: 1200px){
    #header .no-scroll{
        display: none !important;
    }
    #header .scroll{
        display: block !important;
    }
    #header{
        padding: 15px 0;
        box-shadow: 0px 0px 10px 0px #00000030;
        background-color: white;
    }
}


div#coluna_conteudo .conteudo {
    font-size: 16px;
}
#servico3 .servico-tab .conteudo-direita h2,
#servico3 .servico-tab .conteudo-direita p {
    max-width: 375px;
}

#servico3 .servico-tab .conteudo-direita h2 {
    font-size: 26px;    
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: #30B44B;
    border: 1px solid #30B44B;
    color: #fff;
    padding: 3px 10px;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.page.smaller,
.wp-pagenavi a.page.larger {
    background: #61ea7d;
    border: 1px solid #61ea7d;
    padding: 3px 10px;
    font-weight: bold;
}

	#sac1 .nav-form span:nth-child(2)::after{ z-index: 1}
	#sac1 .nav-form span:nth-child(1)::after{
		display: none;
	}
	#sac1 .nav-form::after {		
		content: '';
		position: absolute;
		width: 55%;
		top: 17px;
		left: 0;
		height: 8px;
		background-image: linear-gradient(#47B847, #99CA3C);
		z-index: 2;
	}
	#sac1 .nav-form.prox::after {
		width: 100%;
	}
	.nav-form {
		position: relative;
	}

	#sac1 .nav-form span {
		z-index: 3;
	}

#blog-single1 .banner:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #04731294;
    left: 0;
    z-index: 1;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    /*bottom: -70px;*/
    top: -190px;
    text-align: center;
}

section#tecnologias4 .servico{
	cursor: unset;
	pointer-events: none;
}

#tecnologias4 .col-md-6.col-lg-3:hover img {
    transform: scale(1.2);
}
#sobre-equipe .equipe h4.nome {
	font-size: 24px;
    line-height: 34px;
}
.sidenav::-webkit-scrollbar {
	width: 8px;               
}
.sidenav::-webkit-scrollbar-track {
	background: transparent;        /* color of the tracking area */
}
.sidenav::-webkit-scrollbar-thumb {
	background-color: #99CA3C;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
}
.btn-primary, .btn-default {
    outline: none !important;
    box-shadow: none !important;
}















/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/
@media( min-width: 1440px ) {
    .container {
        max-width: 1340px;
    }

}

.mt-50{
    margin-top: 30px;
    margin-left: 43%;
}
@media( max-width: 1439px ) {
    ul#produtosTab {
		padding: 0px !important;
	}
    .scrolled #header .social { 
        /*margin-left: 20px;*/
    }
    #header .toggle {
        display: inline-block;
        margin: 0 8px;
    }
    #header .fale-com button { 
        padding: 0 30px;
    }
    
    
    #home4 ul.logotipos li {
        width: 10.0%;
    }
    
    
    #home5 .nav-form span:nth-child(1)::after { 
        width: 160px;
    }
    #home5 .nav-form span:nth-child(2)::after {
        width: 110px;
    }
}

@media( max-width: 1600px ) {
    
	#home2 .sobre-nos {
        background-repeat: no-repeat;
        background-position: -150px top;
        padding: 200px 0;
    }
    
    
    #servico3 .servico-tab {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 50% auto;
    }
    
    
    #blog1 .banner .newsletter {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        margin-top: 85px;
    }
    article#certificacoes-etapas #sobre3 .imagem img {
		width: 70%;
	}
}
@media( max-width: 1440px) {
	#sac1 .nav-form .step2.prox::after,
	#sac1 .nav-form span:nth-child(2)::after {
		width: 230px;
	}
	#home1 .custom-controls-container {
		top: 230px;
	}
	#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
		margin: 0 35px 0 0;
	}
	#home3 .fotos .imagem1:after {
		height: 38%;
	}
	.post-item .title {
		font-size: 17px;
	}
	.flex-control-nav {
		bottom: -150px;
	}
	footer .endereco span {
		display: inline-block;
		margin-left: 10px;
		max-width: 82%;
		float: left;
		font-size: 14px;
	}
	#header .fale-com button {
        font-size: 13px;
        padding: 10px 30px;
    }
}
@media( max-width: 1366px ) {
/*     
    #home1 .custom-navigation {
        position: absolute;
        top: 60%;
    }
    
    
    */
    #certificacoes3 .bnr h3 {
        width: 100%;
    }
    #certificacoes3 .bnr p {
        width: 110%;    
    }
	#sobre-equipe .equipe .thumb .dados {
		bottom: 20px;
		left: 30px;
		right: 30px;
	}
	#sobre-equipe .equipe h4.nome {
		font-size: 20px;
		line-height: 30px;
	}
	#sobre-equipe .equipe span.cargo {
		font-size: 13px;
	}
	 
}
@media( max-width: 1360px ) {
     
    #slider-home .slide .conteudo h2 {
        font-size: 32px;
        line-height: 50px; 
    }
    
    #home2 .sobre-nos {
        background-repeat: no-repeat;
        background-position: -250px top;
        padding: 200px 0;
    }
    .flex-control-nav {
		bottom: -70px;
	}
}
@media( max-width: 1280px ){
    #header .fale-com button {
        font-size: 12px;
        padding: 10px 25px;
        height: 50px;
    }
}
@media( max-width: 1199px ) {
	#sac1 .nav-form .step2.prox::after,
	#sac1 .nav-form span:nth-child(2)::after {
		width: 190px;
	}
	
	#certificacoes3 .bnr h3 {
        width: 90%;
    }
	
	#certificacoes3 .bnr .btn-primary {
		font-size: 15px;
	}
	#certificacoes3 .bnr h3 {
		font-size: 20px;
	}
	#certificacoes3 .bnr p {
        width: 130%;    
    }
    #certificacoes3 .bnr #lista-produtos {
        padding: 0 50px;
    }
    #certificacoes3 .bnr .botao-right {
        margin-top: 89px;
    }
	#tecnologias2 .servico .conteudo {
		font-size: 15px;
	}
/* 	#tecnologias2 .servico {
		width: 19.5%;
	} */
	div#tecnologias button.slick-next.slick-arrow{
		right: 20px;
	}

	div#tecnologias button.slick-prev.slick-arrow {
		left: 20px;
	}
	.item .produto {
		height: 240px !important;
	}

	#home3 .fotos .imagem1:after {
		height: 50%;
	}
    #home2 .conteudo-direita{
		margin-top: 80px;
	}

	#home2 .conteudo-direita ul {
		column-count: 2;
	}

	#home2 .conteudo-direita ul li img {
		height: 30px;
		width: 30px;
	}

	.post-item .title {
		font-size: 15px;
		line-height: 25px;
	}
	
    #header .telefone, 
    #header .email,
    #header .social,
    #header .fale-com {
        display: none !important;
    }
    
    #header .toggle {
        float: right;
    }
    
    #sidenav .telefone, 
    #sidenav .email,
    #sidenav .social,
    #sidenav .fale-com {
        display: block !important;
        padding: 10px 20px 0 100px;
    }
    
    #sidenav .social span, #sidenav .social p {
        display: block;
        margin: 0;
    }
    #header .fale-com {
        margin: 20px 0 50px 0;
    }
    
    
    #home3 .produtos {
        margin-top: 150px;
    }
    #home3 .tecnologias {
        margin-top: 100px;
    }
    #home5 .conteudo-form {
        font-size: 16px;  
    }
    .blog main#main,
    .page-template-modelo-contato main#main{
        margin-top: -40px;
    }
    
    
} 
@media(min-width: 480px)  {
    #sidenav .telefone, #sidenav .email, #sidenav .fale-com {
        width: 100%;
        padding-left: 100px;
    }
    #sidenav .social{
        padding-left: 40px;
    }
}
@media( max-width: 1024px ) {
    #sidenav .telefone, #sidenav .email, #sidenav .social, #sidenav .fale-com {
        display: block !important;
        padding: 10px 30px 0 50px;
    }
	button.slick-next.slick-arrow {
		right: -35px;
	}
	button.slick-prev.slick-arrow {
		left: -35px;
	}
	#home3 #slider-produtos .produto {
		padding: 20px 10px;
	}
	#home3 #slider-produtos .produto .conteudo {
		font-size: 14px;
		font-weight: 300;
		line-height: 24px;
		margin-top: 10px;
	}
	footer .email {
		font-size: 15px;
	}
	#sobre-equipe .equipe .thumb .dados {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	#sobre-equipe .equipe h4.nome {
		font-size: 18px;
		line-height: 28px;
	}
	#sobre-equipe .equipe span.cargo {
		font-size: 11px;
	}
	#servico3 .servico-tab .conteudo-direita {
		left: 50%;
		width: 375px;
	}
	#blog1 .banner{
		background-position-x: -590px !important;
	}
	.post-item .excerpt {
		line-height: 25px;
	}
	#tecnologia_coluna .arrow {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 10px;
        display: flex;
        justify-content: center;
    }
    #tecnologia_coluna button.slick-arrow {
        position: relative;
        top: calc(50% - 27px);
        height: 40px;
    }
    #tecnologia_coluna button.slick-prev.slick-arrow {
        left: 0px;
    }
	#tecnologia_coluna button.slick-arrow img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #tecnologia_coluna button.slick-next.slick-arrow {
        right: 0px;
    }
    #tecnologia_coluna #coluna_conteudo .conteudo ul {
        padding: 0;
    }
    .scrolled #header .social {
        margin-left: 0px;
    }
	
} 

#servico3 .servico-tab .conteudo-direita {
    background-size: 0;
}


@media( max-width: 991px ) {
	
	#servico3 .servico-tab .conteudo-direita {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin: 25px 0;
		padding: 90px 25px;
	}
	
	#sac1{
		background-position: right;
	}
	
	#footer-contato .container-fluid .col-lg-8 {
		padding: 0;
	}
	
	#servico3 .servico-tab .conteudo-direita h2, #servico3 .servico-tab .conteudo-direita p {
		max-width: unset;
	}
	#sac1 .nav-form .step2.prox::after,
	#sac1 .nav-form span:nth-child(2)::after {
		width: 300px;
	}
	
	.item .produto {
		height: 190px !important;
	}
	div#tecnologias button.slick-prev.slick-arrow,
	div#tecnologias button.slick-next.slick-arrow{
		display: none !important;
	}
	
	#coluna_img_titulo {
		height: 200px;
	}
	
	#coluna_img_titulo .img_titulo {
		padding-left: 0px;
	}
    #tecnologias2 .servico {
		width: 24.5%;
	}
    .mega-toggle-blocks-right {
        margin-top: -50px;
    } 
    #header .toggle { 
        margin-top: -50px;
    }
    
    
    #sidenav #menu-side-menu {
        padding: 100px 10px 20px 50px;
    }
    
    .scrolled #sidenav .social {
        margin-left:  0 !important; 
    }
    
    #home2 .sobre-nos { 
        background-position: left top;
        padding: 700px 0 100px 0;
    }
    
    .session-title h2 { 
        font-size: 32px; 
        line-height: 40px;
    }
    
    #home3 .fotos img {
        width: 100%;
        height: auto;
    }
    #home3 .imagem2 {
        margin-top: 25px;
    }
    
    #home5 .nav-form span:nth-child(1)::after {
        width: 270px;
    }
    #home5 .nav-form span:nth-child(2)::after {
        width: 225px;
    }
    
    #footer::after{
        display: none;
    }
    
    #footer .servicos-footer, 
    #footer .servicos-footer ul li a,
    #footer .newsletter .titulo-conteudo h2,
    #footer .newsletter .titulo-conteudo{
        color: #444444;
    }
    
    #footer .newsletter input {
        border-bottom: 2px solid #444444;
        color: #444444;
    }
    #footer .newsletter input::placeholder { 
        color: #444444;
    }
    
    
    #footer .servicos-footer {
        margin-top: 100px;
    }
    
    #footer .newsletter {
        padding-left: 0;
        margin-top: 80px;
    }
    
    
    #slider-home .slide { 
        height: 600px; 
    }
    #slider-home .slide .conteudo h2 {
        font-size: 28px;
        line-height: 40px;
    }
    #home1 .custom-navigation {
        position: absolute;
        top: 35%;
    }
    
    #slider-home .slide .conteudo .botoes a {
        margin-bottom: 10px;
    }
    
    
    #home2 .conteudo-direita ul {
        padding: 0;
    }
    #sobre-empresa .linha img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    #servico2 ul li {
        margin: 0 6px;
        width: 100%;
    }
    
    #servico3 .servico-tab { 
        background-size: 0;
    }
    #servico3 .servico-tab .conteudo-direita {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        color: #000000;
        font-size: 18px;
        line-height: 30px;
        margin-top: 200px;
        text-align: center;
        margin-bottom: 0;
		width: 100%;
    }
    
    #blog1 .banner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: auto;
        position: relative;
        color: white;
        padding-bottom: 50px;
    }
    
    #blog1 .banner .newsletter input, #blog1 .banner .newsletter input:hover, #blog1 .banner .newsletter input:focus {
        margin-bottom: 10px;
    }
	#certificacoes3 .bnr h3, #certificacoes3 .bnr p {
		text-align: center;
		width: 100%;
	}
	#certificacoes3 .bnr #lista-produtos {
		width: 100%;
	}
	#certificacoes3 .bnr .botao-right {
		margin-top: 25px;
	}
	#tecnologias2 .servico {
		margin: 5px 0 0 2px;
	}

}
@media( max-width: 768px ) {
	
	
	#sac1 .nav-form span:nth-child(2)::after {
		display: none;
	}
	#sac1 .nav-form::after {	
		width: 55%;
	}
	#certificacoes4 .conteudo3 a {
		word-break: break-all;
	}
	#slider-home .slide .conteudo {
		width: 100%;
	}
	#home2 .conteudo-direita ul {
		column-count: 1;
	}

	#home2 .conteudo-direita ul li img {
		height: 30px;
		width: 30px;
	}

     #home1 .custom-navigation, #home3 .custom-navigation-produtos, #home3 .custom-navigation-tecnologias {
        display: none;
    }   
    
    #home1 #scroll-to-down { 
        margin-top: -110px;
    }
    
    #slider-home .slide .conteudo h2 {
        font-size: 24px;
        line-height: 37px;
    }
    
    #sobre1 .banner { 
        height: 600px; 
    }
    #sobre1 .banner.desktop .conteudo {
        margin-top: 250px;
        color: white;
    }
    #sobre-empresa .linha {
		padding: 25px 0;
	}
    #sobre-diferencial {
		padding: 50px 0;
	}
	#sobre-equipe .equipe {
		margin-right: 0px;
	}
	#sobre-equipe .equipe h4.nome {
		font-size: 24px;
		line-height: 34px;
	}
	#sobre-equipe .equipe .thumb {
		background-position: top;
		height: 500px;
	}
	.post-item .title {
		height: auto;
	}
	section#blog2 .post-item .excerpt {
		height: auto;
	}
	 #tecnologia_coluna #coluna_conteudo {
        justify-content: center;
    }
    #coluna_img_titulo .img_titulo {
        margin-bottom: 20px;
    }
    
    
}
@media( max-width: 767px ) {
	
	#servico3 .servico-tab .conteudo-direita {
		color: #222d38;
		margin-bottom: 90px;
	}
	
	section#home6 .col-lg-4 {
		margin: 15px 0;
	}
	.post-item {
		box-shadow: 0 0 7px 1px #aaa;
	}
	 #certificacoes-etapas div#etapas {
		column-count: 1;
	}
    
    #home5 .nav-form span:nth-child(1)::after {
        width: 180px;
    }
    #home5 .nav-form span:nth-child(2)::after {
        width: 135px;
    }
    .session-title h2 {
        font-size: 30px; 
    }
} 

.mob{
	display: none;
}

@media( max-width: 575px ) {

	#contato1 .conteudo {
		margin-top: 40px;
	}
	
	section#contato1 {
		background-size: 100% 100%;
		background-position: top;
		height: 930px;
		margin-top: 125px;
	}
	
	#blog1 .banner .newsletter.mob.fora {
		margin-top: 25px;
	}
	
	.newsletter.mob.fora {
		color: #529619;
		padding: 0 20px;
	}
	
	#sobre1 .banner.mob .conteudo {
		margin-top: 0px;
		color: white;
	}
	.banner.mob  .conteudo {
		margin-top: 0px !important;
	}

	.banner .newsletter.mob.fora input {
		border-color: #529619 !important;
	}

	.banner .newsletter.mob.fora input::placeholder{
		color: #529619 !important;
	}
	
	.mob{
		display: block;
	}
	.desktop{
		display: none;
	}
	main#main .banner.mob {
		background-size: 100% auto !important;
		margin-top: 85px;
		height: 435px;
	}
	
    .video-responsive iframe {
        width: 100%; 
        height: 100%;
    }
    
    .uolplayer._medium, 
    .uolplayer._small, 
    .uolplayer.is-mobile {
        width: 52%;
    }
    .video-responsive {
        
    }
    .mt-50{
        margin-left: calc(50% - 100px);
    }
    
	#sac1 .form #anexar-sac {
		font-size: 15px;
	}
	
	div#coluna_conteudo .conteudo ul {
		padding: 0 5px;
	}
	#blog-single1 .banner .conteudo {
		font-size: 35px;
		font-weight: bold;
		line-height: 40px;
		margin-top: 200px;
		z-index: 2;
		padding: 0 10px;
	}
	#certificacoes2 {
		padding: 100px 0 0;
		font-size: 16px;
		line-height: 40px;
	}
	
	#certificacoes3 .bnr h3,
	#certificacoes3 .bnr p {
	   text-align: center;
	   width: 100%;
	}
	
	#certificacoes3 .bnr #lista-produtos {
	    width: 100%;
	    padding: 0 0;
	}
	
	article#certificacoes-etapas #sobre3 .imagem img {
		width: 95%;
	}
	#footer .newsletter .wpcf7-response-output {
		color: #000;
	}
	#certificacoes3 .bnr .btn-primary {
		border: 1px solid #fff;
	}
	#certificacoes1 .banner .conteudo h2 {
		font-size: 25px;
		font-weight: bold;
		line-height: 35px;
	}
	#servico3 .servico-tab .conteudo-direita h2 {
		font-size: 25px;
		margin-bottom: 20px
	}
	#servico3 .servico-tab .conteudo-direita {
		margin-top: 100px;
	}
	#servico2 ul li {
		margin: 0 0px;
		width: 100%;
		padding: 0 20px;
	}
	#coluna_img_titulo .img_titulo img {
		margin-bottom: 20px;
		height: 80px;
	}
	#coluna_conteudo {
		display: flex !important;
		flex-direction: row;
		align-items: unset;
		align-content: unset;
		height: auto;
	}
	#tecnologia_coluna {
		padding: 50px 0px;
		width: 90%;
		margin: -70px auto 0;
	}
	#sobre-diferencial {
		padding: 10px 0;
	}
	#sobre-empresa .linha {
		padding: 20px 0;
	}
	#home5 .session-title {
		margin-top: 0px;
	}
	#home3 .fotos .imagem1 .conteudo-imagem h5 {
		font-size: 25px;
	}
	#home3 .fotos .imagem1 .conteudo-imagem {
		font-size: 21px;
	}
	button.slick-next.slick-arrow,
	button.slick-prev.slick-arrow{
		/*display: none;*/
	}
	#home2 .sobre-nos {
		background-position: 15% top;
	}
	#slider-home .slide .conteudo .botoes button.btn.btn-outline {
		padding: 17px 75px !important;
	}
	#mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-block-1:after {
		margin: 35px 30px 0 5px;
		height: 45px;
	}
	#servico2 ul li a {
		font-size: 14px;
		padding: 8px 0px;
	}
	#servico3 .servico-tab #accordion .card-header button {
		font-size: 15px;
		padding-right: 20px;
		text-align: left;
		line-height: 25px;
	}
	#tecnologias2 .servico {
		width: 100%;
	}
    #sobre-equipe .equipe {
		margin-right: 0;
		padding: 0 10px;
	}
	nav#main-menu {
		position: absolute;
		width: 100%;
		left: 0;
		top: -40px;
	}

	body.scrolled nav#main-menu {
		position: absolute;
		width: 100%;
		left: 0;
		top: 30px;
	}
	#mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open + #mega-menu-main_menu {
		padding: 20px;
		overflow: scroll;
		height: 500px;
	}
	
	#home3 .fotos .imagem1:after {
		height: 100%;
	}
	
    #home4 ul.logotipos li {
        width: 49%;
        margin: 0 auto 20px auto;
    }
    
    #home5 .nav-form span:nth-child(1)::after {
        width: 200px;
    }
    
    #home5 .nav-form span:nth-child(2)::after {
        width: 155px;
    }
    
    #slider-home .slide {
		height: 800px;
		margin-top: 85px;
    	background-size: cover;
    	background-position: center;
	}
    
    #sac1 .nav-form span:nth-child(1)::after {
        width: 280px;
    }
    #sac1 .nav-form .step2.prox::after {
        width: 230px;
    }
	.scrolled #header .no-scroll {
		display: block;
	}
	.scrolled #header .no-scroll .col-lg-3{
		display: none;
	}
	#certificacoes-etapas div#etapas .item {
	    padding-right: 0px;
	}
	#header .fale-com button {
		font-size: 13px;
	}
	#slider-home .slide .conteudo h2 {
		font-size: 22px;
		line-height: 32px;
	}
	#slider-home .slide {
		height: 760px;
	}
	#sobre-equipe .equipe .thumb {
		height: 350px;
	}
	#certificacoes1 .banner .conteudo {
		margin-top: 150px;
	}
	main#main .banner.mob {
		padding: 150px 0 80px 0;
	}
	h2 {
		font-size: 26px;
		font-weight: 500;
	}
	#blog1 .banner {
		background-position-x: 0 !important;
	}
	#contato1 .form input[type="submit"], 
	#contato1 .form input[type="submit"]:focus, 
	#contato1 .form input[type="submit"]:hover {
		width: 100%;
		padding: 0 20px;
	}
	.copyright  a {
		margin-left: 0px;
	}
	.copyright .text-center {
		font-size: 15px;
	}
	#tecnologia_coluna {
        width: 95%;
    }
	div#coluna_conteudo .conteudo {
        font-size: 14px;
    }
}
@media( max-width: 380px ) {
	
	#servico3 .servico-tab .conteudo-direita h2 {
		font-size: 20px;
	}
    
    #home5 .nav-form span:nth-child(2)::after {
        width: 55px;
    }   
    
    #home5 .nav-form span:nth-child(1)::after {
        width: 80px;
    }
    
    #slider-home .slide .conteudo {
        position: absolute;
        left: 0px;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        color: white;
    }
    
    #sac1 .nav-form .step2.prox::after {
        width: 110px;
    }
    #sac1 .nav-form span:nth-child(1)::after {
        width: 150px;
    }
    #sac1 .nav-form::after {
		width: 60%;
	}
	#slider-home .slide {
		height: 560px;
	}
	#slider-home .slide .conteudo h2 {
		font-size: 24px;
		line-height: 34px;
	}
	#sobre1 .banner .conteudo {
		margin-top: 200px;
	}
	#servico1 .banner .conteudo h2 {
		font-size: 28px;
		line-height: 38px;
	}
	#contato1 .conteudo p {
		font-size: 14px;
	}

}
@media(max-width: 330px){
	#slider-home .slide .conteudo h2 {
		font-size: 19px;
		line-height: 29px;
	}
	#slider-home .slide {
		height: 490px;
	}
	main#main .banner.mob {
		height: 385px;
	}
	#blog1 .banner .conteudo h2 {
		font-size: 30px;
		line-height: 40px;
	}
	div#coluna_conteudo .conteudo {
        font-size: 12px;
    }
}
@media screen and (max-height: 900px){
	.flex-control-nav {
		bottom: -115px !important;
	}
}
@media screen and (max-height: 768px){
	.flex-control-nav {
		bottom: -180px !important;
	}
}

#home1 .custom-navigation .flex-prev, #home1 .custom-navigation .flex-next{
        margin-top: -450px !important;
}
.grecaptcha-badge {
    display: none;
}



