/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
	--cor-1:#004B90;
	--cor-1-hover:#00294E;
	--cor-2:#F2BF4E;
	--cor-2-hover:#CE961B;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
} 

body{
	font-family: 'Montserrat', sans-serif;
	background: #EFF1F6;
	overflow-x: hidden;
	padding-top: 93px;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

/* INICIO COOKIES */
.caixa-alert{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #003399;
	z-index: 9999;
	border-top: 1px solid #003399;
}

.caixa-alert p{
	float: left;
	line-height: 40px !important;
	margin-left: 20px;
	font-size: 18px !important;
	color: #FFF;
	margin-bottom: 0px !important;
}

.caixa-alert p a{
	color: #ccc;
	text-decoration: underline;
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	float: left;
	margin-left: 30px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #000;
	color: #FFFFFF;
    font-weight: 700;
    font-size: 18px !important;
    text-align: center;
}

@media (max-width: 1000px) {
    .caixa-alert{
        text-align: left;
        padding: 10px 0;
    }
    .caixa-alert p, .caixa-alert a.botaoCookies{
        float: none;
        display: block;
        margin: 0;
        line-height: 30px;
    }
    .caixa-alert p{
        margin-bottom: 10px;
    }
    .caixa-alert a.botaoCookies{
        height: 30px;
    }
}

@media (max-width: 767px) {
    .caixa-alert p{
        line-height: 16px !important;
        margin: 0 10px 10px;
        text-align: center;
        font-size: 13px !important;
    }
    .caixa-alert a.botaoCookies{
        width: 100%;
    	margin-top: 10px;
    	margin-bottom: 50px !important;
	}	
    }
    

/* FIM COOKIES */

a{
	text-decoration: none;
	color: #003399;
}

a:hover{
	text-decoration:none;
	color: #33475B;
}

img{
	border:none;
	max-width:100%;
}

button{
	font-family: 'Montserrat', sans-serif;
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input.form-control, select.form-control, textarea.form-control, .custom-file-label{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background-color: transparent;
	margin-bottom: 30px;
	border-radius: 0;
}

.custom-file{
	text-align: left;
}

input.form-control:focus, textarea.form-control:focus{
	color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-color: #FFFFFF;
}

.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.form-control::-moz-placeholder {
    color: #FFFFFF;
}

.form-control::-ms-placeholder {
    color: #FFFFFF;
}

.form-control::placeholder {
    color: #FFFFFF;
}

input.form-control, .custom-file-label, .custom-file{
	height: 60px;
	padding: 10px 30px;
}

select.custom-select{
	padding: 0 30px;
	height: 62px;
}

textarea.form-control{
	height: 170px;
	padding: 20px 30px;
}

.custom-file-label::after{
	border-radius: 0;
	content: "Selecionar";
	line-height: 46px;
	height: 56px;
	padding: 5px 30px;
}

.custom-file-label{
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	line-height: 36px;
}

.btn, .texto-capa-suporte a{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
	padding-left: 60px;
	padding-right: 60px;
	border: none;
}

.btn-sm{
	padding-left: 25px;
	padding-right: 25px;
	line-height: 35px;
}

.btn-primary{
	background-color: var(--cor-2);
	color: #182020;
}

.btn-primary:hover{
	background-color: var(--cor-2-hover);
	color: #182020;
}

.btn-secondary{
	color: var(--cor-1);
	background-color: #E5EDF4;
}

.btn-secondary:hover{
	color: #E5EDF4;
	background-color: var(--cor-1)
}

.btn-outline, .texto-capa-suporte a{
	background-color: transparent;
	border: 1px solid var(--cor-1);
	color: var(--cor-1);
}

.btn-outline:hover, .texto-capa-suporte a:hover{
	background-color: var(--cor-1);
	border: 1px solid var(--cor-1);
	color: #FFFFFF;
}

h1, h2{
	font-size: 33px;
	line-height: 48px;
	color: #182020;
	font-weight: 800;
	margin-bottom: 20px;
}

h1 strong, h2 strong{
	color: var(--cor-1);
}

.titulo-menor{
	font-size: 30px;
	line-height: 42px;
}

h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #182020;
	font-weight: 700;
}

.text-white, .text-white p{
	color: #FFFFFF;
}

body, p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.text-dark, .text-dark p{
	color: #182020;
}

p{
	margin-bottom: 20px;
}

.texto-maior, .texto-maior p{
	font-size: 18px;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* header */
.fixed-top{
	background-color: #FFFFFF;
	border-bottom: 1px solid #C8DEFE;
}

.topo-superior{
	background-color: #e5edf4;
	line-height: 32px;
	text-align: right;
}

.topo-superior a{
	font-size: 13px;
	color: #182020;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 45px;
}

.topo-superior a.link-sublinhado{
	text-decoration: underline;
}

.topo-superior i{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('../img/icone-fale-conosco.png');
	width: 16px;
	height: 32px;
	background-position: center;
	vertical-align: top;
	background-repeat: no-repeat;
}

.alinha-topo{
	padding-left: 160px;
	padding-right: 160px;
}

.navbar-brand{
	margin: 0;
	padding: 0;
}

.navbar{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-collapse li:first-child{
	margin-left: 0;
}

.navbar-collapse li{
	float: left;
	margin-left: 35px;
	list-style: none;
}

.nav-item-mobile{
	display: none;
}

.navbar-collapse li a, .navbar-collapse li .dropdown-menu a{
	color: #182020;
	font-size: 14px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-collapse li a:hover{
	color: var(--cor-1);
}

.btn-topo{
	position: absolute;
	right: 20px;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.navbar-collapse li .dropdown-menu{
	padding-top: 15px;
	padding-bottom: 15px;
	left: 0;
	margin-top: -5px;
}

.navbar-collapse li .dropdown-menu a{
	line-height: 40px;
	margin: 0;
	text-align: left;
	border-bottom: none;
	padding: 0 25px;
}

.navbar-collapse li .dropdown-menu a:hover{
	color: #0063F1;
	background-color: transparent;
}

@media(min-width: 768px){
	.navbar-toggler{
		display:none;
	}
	.collapse{
		display: block;
	}
}

/* BANNER */
.bg-azul{
	background-color: #E5F0FE;
}

.link-banner, .tp-caption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.alinha-banner{
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tp-bullets .bullet{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}

.tp-bullets .bullet.selected{
	background-color: #FFFFFF;
}

/* footer */
@media(min-width: 1339px) {
	.footer-container{max-width: 1290px;}
}

footer{
	background-color: #e5f0fe;
	padding-top: 50px;
}

.alinha-rodape-cima{
	padding-bottom: 70px;
}

.logo-rodape{
	width: 185px;
	margin-bottom: 45px;
	display: block;
}

footer h3{
	color: var(--cor-1);
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: none;
}

footer p, footer small, footer a{
	color: #182020;
}

.telefone-rodape{
	margin-bottom: 15px;
}

.menu-rodape a{
	margin-bottom: 6px;
}

.telefone-rodape, .menu-rodape a{
	line-height: 30px;
	font-size: 16px;
	display: block;
}

footer a:hover{
	color: var(--cor-1);
}

footer a.texto-sublinhado{
	color: var(--cor-1);
	text-decoration: underline;
	font-size: 14px;
}

footer small{
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.logos-rodape img{
	max-width: 50%;
	margin-bottom: 20px;
	margin-right: 20px;
}

.rodape-baixo{
	background-color: var(--cor-1);
	padding-bottom: 20px;
	padding-top: 20px;
}

.rodape-baixo p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 40px;
}

.links-redes-sociais a{
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.links-redes-sociais a svg{
	color: #FFFFFF;
}

.links-redes-sociais a:hover{
	background-color: #FFFFFF;
}

.links-redes-sociais a:hover svg{
	color: var(--cor-1);
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: block;
	margin: 20px auto 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Home */
.espaco-home, .espaco{
	width: 100%;
	clear: both;
	height: 100px;
}

.espaco-menor{
	clear: both;
	height: 50px;
}

.topo-paginas, .topo-post{
	background-image: url('../img/fundo-body-topo.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.capa-empresa-home{
	background-image: url('../img/fundo-body-topo.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 120px;
}

.capa-empresa-esquerda{
	padding-right: 50px;
}

.capa-empresa-esquerda h2, .topo-paginas h2, .topo-paginas h1, .modal h2{
	font-size: 58px;
	line-height: 73px;
	color: #182020;
	margin-bottom: 30px;
}

.capa-empresa-esquerda h2 strong{
	color: var(--cor-1);
}

.caixa-video:before, .imagem-topo-case:before{
	position: absolute;
	background-image: url('../img/detalhe-capa-video.png');
	width: 108px;
	height: 188px;
	bottom: -35px;
	left: -56px;
	content: '';
}

.caixa-video, .imagem-topo-case{
	display: block;
	margin-left: auto;
	position: relative;
}

.caixa-video img, .imagem-topo-case img{
	position: relative;
	z-index: 2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.play-agencia{
	z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 84px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 2px;
  color: #006AF8;
}

.video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 94px;
    height: 70px;
    background: #fff;
    border-radius: 2px;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

#owl-parceiros.owl-carousel .owl-item{
	height: 110px;
	text-align: center;
}

.alinha-parceiros{
	height: 110px;
	position: relative;
}

.titulo-clientes{
	padding-top: 38px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

.parceiro-individual{
	height: 110px;
	line-height: 110px;
}

.caixa-clientes-home{
	background-image: url('../img/detalhe-topo-esquerda.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bg-cinza{
	background-color: #f7f8fe;
	padding-top: 80px;
	padding-bottom: 80px;
}

.bg-cinza-solucoes{
	background-color: #f7f8fe;
}

.bg-ead{
	background-image: url('../img/fundo-capa-ead.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.alinha-ead{
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	overflow: hidden;
}

.texto-ead h2{
	font-size: 40px;
	line-height: 48px;
	color: var(--cor-1);
}

.texto-ead, .texto-ead p{
	color: var(--cor-1);
}

.imagem-capa-ead:after{
	clear: both;
	content: '';
}

.imagem-capa-ead img{
	margin-top: -40px;
	margin-bottom: -40px;
	max-width: none;
	float: right;
}

.menu-solucoes-home{
	padding-right: 80px;
}

.solucoes-home{
	border-bottom: 1px solid #D0D3D6;
	display: block;
	line-height: 70px;
	height: 70px;
	cursor: pointer;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #004b90;
	text-transform: uppercase;
}

.solucoes-home img{
	max-height: 40px;
	max-width: 180px;
}

.abre-solucao-ativa{
	background-color: #D7E3F6;
	border-bottom-color: #D7E3F6;
}

.abre-solucao-ativa:after{
	content: '';
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-left: 25px solid #D7E3F6;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
}

.imagem-solucao-home{
	display: block;
	border-radius: 10px;
	margin-bottom: 20px;
}

.abreFuncionalidadeAtiva:after{
	height: 5px;
	display: block;
	content: '';
	width: 100%;
	left: 0;
	top: 70px;
	background-color: #003399;
	position: absolute;
}

.capas-home a{
	text-decoration: underline;
	font-weight: 500;
}

.depoimentos-home{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.depoimentos-home:before{
	content: '';
	left: 50%;
	margin-left: -635px;
	width: 1270px;
	top: 0;
	bottom: 0;
	background-color: #E5F0FE;
	position: absolute;
}

.depoimentos-home h2{
	margin-bottom: 80px;
}

.alinha-depoimento-individual{
	margin: 0 15px;
}

.depoimento-individual{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	background-color: #FFFFFF;
}

.depoimento-individual img{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	opacity: 0.30;
	filter: alpha(opacity =30);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE */
}

.depoimento-individual:hover{
	background-color: #182020;
}

.depoimento-individual:hover img{
	-webkit-filter: none;	
	filter: none;
	opacity: 0.80;
	filter: alpha(opacity =80);
}

.depoimento-individual:after{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	z-index: 2;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(153,153,153,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(153,153,153,0.7) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(153,153,153,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b3999999',GradientType=0 );
}

.depoimento-individual:hover::after{
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,75,144,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,75,144,0.7) 100%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,75,144,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#b3004b90',GradientType=0 );
}

a.link-depoimento{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.texto-depoimento{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 20px;
	z-index: 3;
}

.alinha-cases-home{
	margin: 0 -80px;
}

.texto-depoimento h3{
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.texto-depoimento span{
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.texto-depoimento p{
	color: #FFFFFF;
	line-height: 27px;
	margin-bottom: 0;
}

#owl-cases .owl-dots{
	display: block;
	text-align: center;
	padding-top: 50px;
}

#owl-cases .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: transparent;
	border: 1px solid var(--cor-1);
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}

#owl-cases .owl-dots .active span{
	background-color: var(--cor-1);
}

/* Páginas */
.solucoes-empresa img{
	max-width: 80%;
	max-height: 40px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.imagem-empresa-esquerda{
	float: left;
	margin: 0 50px 20px 0;
}

.bg-cinza-empresa{
	background-color: #f2f2f2;
}

.solucoes-empresa-direita{
	padding-right: 60px;
}

.solucoes-empresa{
	text-align: center;
	margin-bottom: 20px;
}

.solucoes-empresa p{
	font-size: 10px;
	line-height: 18px;
}

.solucoes-empresa a{
	height: 100%;
	display: block;
	background-color: #FFFFFF;
	margin: 0 10px;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mapa-contato iframe{
	width: 100%;
	display: block;
}

.contato-individual{
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
	line-height: 19px;
	white-space: nowrap;
}

.contato-individual:after{
	display: block;
	content: '';
	clear: both;
}

.icone-contato{
	float: left;
	width: 65px;
	height: 65px;
	line-height: 61px;
	text-align: center;
	border: 2px solid var(--cor-1);
	color: #000000;
	font-size: 20px;
	margin-right: 15px;
}

.contato-individual span{
	font-size: 12px;
	color: #666666;
	margin: 11px 0 0;
	display: inline-block;
	vertical-align: top;
}

.contato-individual a, .contato-individual .dados-contato{
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-weight: 600;
	margin: 0;
}

.contato-individual a:hover{
	color: var(--cor-1-hover);
}

.assessoria-topo .icone-contato{
	position: absolute;
	left: 0;
	top: 0;
}

.assessoria-topo .contato-individual{
	position: relative;
	padding-left: 80px;
}

.g-recaptcha{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.texto-simples img{
	height: auto !important;
}

.parceiro-homologado-individual{
	text-align: center;
	margin-bottom: 100px;
}

.parceiro-homologado-individual img{
	max-width: 80%;
	max-height: 80px;
}

.topo-cases{
	padding-right: 100px;
}

.menu-parceiros{
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.menu-parceiros button{
	background-color: transparent;
	padding: 5px 15px;
	color: #182020;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu-parceiros button.categoria-ativa{
	color: var(--cor-1);
	background-color: #E5EdF4;
}

.caixa-parceiros-individual{
	display: none;
}

.caixa-parceiros-individual.parceiros-ativo{
	display: block;
}

/* noticia noticia */
#search{
	position: relative;
}

#search input{
	height: 52px;
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	padding-right: 40px;
	margin-bottom: 0;
}

#search button{
	height: 52px;
	right: 15px;
	font-size: 20px;
	background-color: transparent;
	color: #454545;
	position: absolute;
	top: 0;
}

.titulo-noticias{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: 700;
	color: var(--cor-1);
}

.solucao-blog-direita img{
	display: block;
	max-height: 60px;
}

.imagemNoticia{
	margin-bottom: 20px;
}

.noticiaIndividual{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.caixa-imagem-noticias{
	max-height: 429px;
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.caixa-imagem-noticias img{
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.descricao-noticia{
	padding: 40px 20px;
}

.descricao-noticia h3{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: var(--cor-1);
	margin-bottom: 10px;
}

.descricao-noticia p{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
}

.descricao-noticia a.botao-leia-mais{
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
}

.box-individual-blog{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 40px 30px;
	background-color: #ffffff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.imagens-destaque{
	float: left;
	width: 90px;
	margin-right: 15px;
}

.noticia-destaque-individual{
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #dddddd;
	color: #333333;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.noticia-destaque-individual:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.paginacao-blog{
	text-align: center;
	vertical-align: top;
}

.paginacao-blog a{
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: 800;
	margin: 0 2px;
	line-height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
}

.paginacao-blog a.pager-ativo, .paginacao-blog a:hover{
	background-color: var(--cor-1);
}

.menu-categorias-blog a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 31px;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
	font-weight: 500;
}

.menu-categorias-blog a:hover{
	color: var(--cor-1);
}

.menu-categorias-blog a:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.caixaCompartilhamentos{
	text-align: right;
	margin: 20px 0 0 auto;
}

.caixaCompartilhamentos h3{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin: 0;
}

.compartilharIndividual{
	margin-left: 15px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
}

/* Suporte */
.texto-capa-suporte a{
	display: inline-block;
	margin: 20px 10px 0;
}

/* Soluções */
.logo-solucao-interna{
	margin-bottom: 15px;
	display: block;
}

.bg-azul-solucao{
	background-color: #E5F0FE;
}

.solucao-azul-direita{
	padding-right: 120px;
}

.box-solucao-azul-individual{
	margin-bottom: 30px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btn-blue{
	background-color: var(--cor-1);
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-blue:hover{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;	
}

.btn-blue svg{
	font-size: 22px;
	vertical-align: middle;
	margin-right: 10px;
}

.solucao-texto-lateral h3{
	font-size: 33px;
	line-height: 48px;
	color: #182020;
	margin-bottom: 20px;
}

.solucao-texto-lateral p:last-child{
	margin-bottom: 0;
}

p.subtitulo{
	text-transform: uppercase;
	margin-bottom: 10px;
}

.alinha-icones-solucao{
	margin-bottom: 30px;
}

.icone-solucao-individual{
	min-height: 295px;
	/*overflow: hidden;*/
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	padding: 60px 10px 30px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.icone-solucao-individual:hover{
	z-index: 5;
}

.icone-solucao-individual h3{
	font-size: 12px;
	line-height: 24px;
	color: var(--cor-1);
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

.texto-solucao-mobile{
	display: none;
}

.hover-icone-solucao{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--cor-1);
	color: #FFFFFF;
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
	/*overflow: hidden;*/
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alinha-hover-icone{
/*	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	/*position: absolute;*/
	/*left: 0;*/
	/*width: 100%;*/
	padding: 20px 20px;
	/*top: 0;*/
	/*min-height: 100%;*/
}

.hover-icone-solucao h3{
	color: #FFFFFF;
	margin: 0 0 30px;
}

.hover-icone-solucao p, .texto-solucao-mobile p{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}

.caixa-imagem-solucao{
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
}

.caixa-imagem-solucao img{
	max-height: 100%;
}

.icone-solucao-individual:hover .hover-icone-solucao{
	opacity: 1;
}

.caixa-azul-solucao{
	background-color: var(--cor-1);
	padding: 60px 80px 40px;
}

/* Animações */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.anime.animacaoDireita{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-o-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
}

.anime.animacaoEsquerda{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
}

.anime.animacaoBaixo{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.animacaoAtiva.animacaoDireita, .animacaoAtiva.animacaoEsquerda, .animacaoAtiva.animacaoBaixo{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Pop up */
.bg-popup{
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    text-align: center;
}

.fechar-popup{
    display: block;
    margin: 10px auto;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.bg-popup a, .bg-popup img{
    margin: 0 auto;
    display: block;
}

.bg-popup img{
    max-width: 90%;
    max-height: 90%;
}

/* Modal */
.modal-dialog{
	max-width: 700px;
}

.modal-content{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal-body{
	padding: 80px 60px;
}

.close-modal{
	z-index: 10;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #929292;
	color: #929292;
	text-align: center;
	line-height: 24px;
	width: 26px;
	height: 26px;
	background-color: transparent;
	font-size: 12px;
}

/* Implantação */
body.implantacao{
	background-color: #EFF1F6;
}

.top-implantacao{
	z-index: 100;
	background-color: #EFF1F6;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 23px 0;
	line-height: 47px;	
	text-align: center;
}

.top-implantacao img{
	max-width: 166px;
	display: inline-block;
	margin: 0 40px;
	vertical-align: middle;
}

.capa-implantacao-topo{
	position: relative;
	overflow: hidden;
}

.capa-implantacao-topo:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 120px;
	right: 50%;
	margin-right: -340px;
	background-color: #004b90;
	content: '';
}

.capa-implantacao-etapa-2{
	padding-top: 40px;
}

.capa-implantacao-etapa-2.capa-implantacao-topo:before{
	bottom: 80px;
}

.capa-implanatacao-esquerda{
	padding-top: 110px;
}

.texto-implantacao, .texto-implantacao p{
	font-size: 17px;
	line-height: 28px;
}

.capa-implanatacao-esquerda h2{
	font-size: 55px;
	line-height: 60px;
	font-weight: 800;
	margin-bottom: 20px;
}

.imagem-implantacao{
	height: 832px;
	position: relative;
	padding-top: 87px;
	padding-right: 30px;
}

.imagem-implantacao img{
	margin-left: 100px;
	width: 458px;
	height: 690px;
	display: block;
	object-fit: cover;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: relative;
	z-index: 1;
}

.imagem-implantacao:before{
	position: absolute;
	top: 50px;
	left: 0;
	background-image: url('../img/fundo-capa-implantacao.png');
	width: 579px;
	height: 782px;
	content: '';
	display: block;
}

.capa-implantacao-etapa-2 .capa-implanatacao-esquerda{
	padding-top: 80px;
	padding-right: 140px;
}

.capa-implantacao-etapa-2 .imagem-implantacao img{
	height: 393px;
}

.capa-implantacao-etapa-2 .imagem-implantacao{
	height: 504px;
	padding-top: 60px;
}

.capa-implantacao-etapa-2 .imagem-implantacao:before{
	top: 20px;
	background-image: url('../img/fundo-capa-implantacao-2.png');
	width: 579px;
	height: 501px;
}

.passo-individual{
	margin-bottom: 70px;
	padding-right: 50px;
}

.passo-individual img{
	display: block;
	margin-bottom: 25px;
}

.passo-individual span{
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: var(--cor-1);
	display: inline-block;
	vertical-align: top;
	line-height: 21px;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.passo-individual h3{
	font-size: 36px;
	font-weight: 800;
	color: #182020;
	line-height: 40px;
	margin-bottom: 30px;
}

.passo-individual p{
	margin: 0;
	max-width: 280px;
}

.botao-implantacao-individual{
	height: 284px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomright: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	position: relative;
}

.botao-implantacao-1{background-image: url('../img/capa-baixo-1.jpg');}
.botao-implantacao-2{background-image: url('../img/capa-baixo-2.jpg');}
.botao-implantacao-3{background-image: url('../img/capa-baixo-3.jpg');}

.alinha-conteudo-botao{
	left: 50px;
	right: 50px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	position: absolute;
}

.alinha-conteudo-botao h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

body.implantacao footer{
	padding-top: 0;
}

.caixa-formulario{
	position: relative;
	margin-left: 45px;
	padding: 30px;
}

.caixa-formulario:after{
	background-color: var(--cor-1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.caixa-formulario:before{
	background-color: #C1D1E3;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 15px solid #d7e0ec;
	left: -30px;
	top: -30px;
	bottom: -30px;
	right: -30px;
	content: '';
	display: block;
	position: absolute;
}

.caixa-formulario h3{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 800;
	margin-bottom: 10px;
}

.conteudo-formulario{
	position: relative;
	z-index: 2;
}

.paginacao-form{
	width: 300px;
	margin: 0 auto 20px;
	position: relative;
	font-size: 0;
	height: 10px;
}

.paginacao-form:before{
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	height: 1px;
	top: 50%;
	content: '';
	left: 20px;
	right: 20px;
}

.paginacao-form span{
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.paginacao-form.pager-1 span + span{background-color: #00CCFF;}
.paginacao-form.pager-2 span + span + span{background-color: #00CCFF;}
.paginacao-form.pager-3 span + span + span + span{background-color: #00CCFF;}
.paginacao-form.pager-4 span + span + span + span + span{background-color: #00CCFF;}
.paginacao-form.pager-5 span + span + span + span + span + span{background-color: #00CCFF;}
.paginacao-form.pager-6 span + span + span + span + span + span + span{background-color: #00CCFF;}

.mostra-formulario .btn-secondary:hover{
	background-color: #FFF;
	color: #000;
}

.mostra-formulario input.form-control, .mostra-formulario select.custom-select, .mostra-formulario textarea.form-control{
	background-color: transparent;
	border: 2px solid #FFFFFF;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.mostra-formulario input.form-control:focus, .mostra-formulario textarea.form-control:focus{
	color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #FFFFFF;
}

.mostra-formulario .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.mostra-formulario .form-control::-moz-placeholder {
    color: #FFFFFF;
}

.mostra-formulario .form-control::-ms-placeholder {
    color: #FFFFFF;
}

.mostra-formulario .form-control::placeholder {
    color: #FFFFFF;
}

.mostra-formulario select.custom-select option{
	color: #000000;
}

.mostra-formulario{
	display: none;
}

.mostra-formulario-1{
	display: block;
}

.formulario-individual{
	background-color: #004b90;
	padding: 40px 60px 20px;
	margin-bottom: 30px;
	border-radius: 5px;
}

.caixa-resposta{
	margin-top: 10px;
	display: none;
}

.formulario-individual p, .formulario-individual strong{
	color: #FFFFFF;
}

.formulario-individual .custom-select, .formulario-individual input.form-control, .formulario-individual select.form-control, .formulario-individual textarea.form-control, .formulario-individual .custom-file-label{
	border-color: #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
}

.formulario-individual .custom-select option{
	color: #000000;
}

.formulario-individual .custom-select{
	margin-bottom: 20px;
}

.formulario-individual > label, .caixa-resposta > label{
	display: block;
	color: #FFFFFF;
	line-height: 24px;
	font-size: 14px;
}

.formulario-individual .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.formulario-individual .form-control::-moz-placeholder {
    color: #FFFFFF;
}

.formulario-individual .form-control::-ms-placeholder {
    color: #FFFFFF;
}

.formulario-individual .form-control::placeholder {
    color: #FFFFFF;
}

.topo-parceiros img{
	max-width: 185px;
	margin: 0 20px 60px;
}

.box-formulario{
	background-color: var(--cor-1);
	padding: 50px;
	border-radius: 15px;
	text-align: center;
}

.box-formulario h3, .box-formulario p{
	color: #FFFFFF;
}

.box-formulario h3.titulo-maior{
	font-size: 30px;
	margin-bottom: 10px;
}

.maquina-individual{
	text-align: center;
	display: block;
}

.imagem-maquina{
	margin-bottom: 40px;
	height: 408px;
	line-height: 408px;
}

.imagem-maquina img{
	max-height: 100%;
}

.logo-maquina{
	display: block;
	max-width: 108px;
	margin: 0 auto;
}

hr{
	margin: 80px 0;
}

.alinha-passos{
	text-align: center;
}

.alinha-passos .maquina-individual{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

.alinha-passos .maquina-individual span{
	display: block;
}

/* Queries */
@media(max-width: 1750px) {
	.alinha-topo{padding-left: 60px; padding-right: 60px;}
}

@media(max-width: 1550px) {
	.alinha-topo{padding-left: 30px; padding-right: 30px;}
	.navbar-collapse li{margin-left: 25px;}
	.btn{letter-spacing: 0;}
	.navbar-collapse li a, .navbar-collapse li .dropdown-menu a{font-size: 12px;}
	.texto-depoimento p{font-size: 16px;}
}

@media(max-width: 1440px) {
	footer, footer p, .telefone-rodape, .menu-rodape a{font-size: 14px;}
}

@media(max-width: 1350px) {
	.navbar-collapse li{margin-left: 18px;}
	.btn, .texto-capa-suporte a{font-size: 12px; padding-left: 40px; padding-right: 40px;}
	.btn-sm{padding-left: 20px; padding-right: 20px;}
	.depoimentos-home:before{margin-left: -550px; width: 1100px;}
}

@media(max-width: 1199px) {
	.alinha-topo{padding-left: 20px; padding-right: 20px;}
	.topo-superior a{font-size: 11px; margin-left: 25px;}
	.navbar-collapse li{margin-left: 15px;}
	.navbar-collapse li a, .navbar-collapse li .dropdown-menu a{font-size: 12px; text-transform: none; font-weight: 600;}
	.btn-sm{padding-left: 15px; padding-right: 15px;}
	.navbar .btn-sm{font-size: 10px;}
	.navbar-collapse li .dropdown-menu a{line-height: 28px; padding: 0 20px;}
	.capa-empresa-home{padding-top: 50px; padding-bottom: 80px;}
	.capa-empresa-esquerda h2, .topo-paginas h2, .topo-paginas h1, .modal h2{font-size: 44px; line-height: 56px; margin-bottom: 20px;}
	body, p{line-height: 28px; font-size: 15px;}
	.texto-maior, .texto-maior p{font-size: 16px;}
	.caixa-clientes-home{background-image: none;}
	.espaco-home, .espaco{height: 60px;}
	h1, h2{font-size: 28px; line-height: 36px;}
	.solucoes-home img{max-height: 36px; max-width: 130px;}
	.solucoes-home{line-height: 60px; height: 60px; padding-left: 20px;}
	.menu-solucoes-home{padding-right: 50px;}
	.abre-solucao-ativa:after{border-top: 30px solid transparent; border-bottom: 30px solid transparent;}
	.imagem-solucao-home{max-width: 60%; margin-bottom: 20px;}
	.titulo-menor{font-size: 22px; line-height: 32px; margin-bottom: 10px;}
	.texto-ead h2{font-size: 34px; line-height: 42px;}
	.mt-4{margin-top: 20px !important;}
	.imagem-capa-ead img{max-width: 750px;}
	#owl-cases .owl-dots{padding-top: 20px;}
	.depoimentos-home h2{margin-bottom: 50px;}
	.depoimentos-home:before{margin-left: -450px; width: 900px;}
	.caixa-logos-rodape{padding-top: 30px;}
	footer h3{font-size: 16px; margin-bottom: 10px;}
	.telefone-rodape{margin-bottom: 5px;}
	footer{padding-top: 40px;}
	.alinha-rodape-cima{padding-bottom: 40px;}
	.imagem-empresa-esquerda{max-width: 40%;}
	.solucoes-empresa a{margin: 0;}
	.mapa-contato iframe{height: 300px;}
	.icone-contato{width: 50px; height: 50px; line-height: 46px; margin-right: 10px;}
	.contato-individual{margin: 0 25px; line-height: 12px;}
	.contato-individual span{margin-top: 8px;}
	input.form-control, .custom-file-label, .custom-file{height: 52px; padding: 10px 20px;}
	textarea.form-control{height: 140px; padding: 15px 20px;}
	.custom-file-label{line-height: 28px;}
	.custom-file-label::after{line-height: 38px; height: 48px; padding: 5px 20px;}
	.logo-assessoria{max-width: 200px;}
	.assessoria-topo .contato-individual{padding-left: 60px; margin: 0 20px 25px;}
	.assessoria-topo .contato-individual a, .assessoria-topo .contato-individual .dados-contato{font-size: 14px;}
	.parceiro-homologado-individual{margin-bottom: 50px;}
	.caixa-imagem-noticias{max-height: 346px;}
	.descricao-noticia h3, .solucao-texto-lateral h3{font-size: 24px; line-height: 32px;}
	.descricao-noticia{padding: 30px 10px 10px;}
	.titulo-noticias{font-size: 17px; line-height: 26px; margin-bottom: 20px;}
	.paginacao-blog a{width: 32px; font-size: 12px; margin: 0 1px; line-height: 32px;}
	.noticiaIndividual{margin-bottom: 30px;}
	.box-individual-blog{padding: 25px;}
	.menu-categorias-blog a{font-size: 14px; padding: 5px 0;}
	.imagens-destaque{width: 80px;}
	.solucao-azul-direita{padding-right: 30px;}
	.box-solucao-azul-individual{padding: 25px;}
	.alinha-hover-icone{padding: 15px;}
	.hover-icone-solucao h3{font-size: 10px; line-height: 22px; margin-bottom: 10px;}
	.caixa-azul-solucao{padding: 30px 30px 10px;}
	.capa-implanatacao-esquerda h2{font-size: 44px; line-height: 56px;}
	.passo-individual{padding-right: 30px;}
	.alinha-conteudo-botao{left: 20px; right: 20px;}
	.botao-implantacao-individual{height: 236px;}
	.passo-individual h3{font-size: 30px; margin-bottom: 10px;}
	.menu-parceiros button{font-size: 12px; padding: 5px 10px;}
}

@media(max-width: 991px) {
	.navbar .btn-sm{position: fixed; bottom: 10px; right: 10px;}
	#menu-principal .mr-auto{margin-right: 0 !important;}
	.capa-empresa-esquerda h2, .topo-paginas h2, .topo-paginas h1, .modal h2{font-size: 30px; line-height: 42px;}
	.btn, .texto-capa-suporte a{padding-left: 25px; padding-right: 25px; line-height: 42px;}
	.btn-sm{padding-left: 15px; padding-right: 15px; line-height: 36px;}
	.texto-maior, .texto-maior p{font-size: 15px;}
	body, p{line-height: 26px; font-size: 14px;}
	.video-play-btn{width: 64px; height: 40px; line-height: 40px; font-size: 14px;}
	.video-play-btn:before{width: 74px; height: 50px;}
	.capa-empresa-home{padding-top: 40px; padding-bottom: 60px;}
	.parceiro-individual{height: 90px; line-height: 90px;}
	.parceiro-individual img{max-height: 98%; max-width: 90%;}
	h1, h2{font-size: 22px; line-height: 30px;}
	.espaco-home, .espaco{height: 50px;}
	.solucoes-home{line-height: 50px; height: 50px; padding-left: 15px;}
	.abre-solucao-ativa:after{border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 10px solid #E5F0FE;}
	.solucoes-home img{max-height: 30px; max-width: 110px;}
	.titulo-menor{font-size: 18px; line-height: 28px;}
	.texto-ead h2{font-size: 26px; line-height: 34px;}
	.depoimentos-home h2{margin-bottom: 30px;}
	.texto-depoimento{left: 20px; bottom: 20px;}
	.texto-depoimento h3{font-size: 16px;}
	.texto-depoimento span{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
	.texto-depoimento p{font-size: 14px; line-height: 22px;}
	.depoimentos-home:before{margin-left: -350px; width: 700px;}
	footer, footer p, .telefone-rodape, .menu-rodape a{font-size: 12px; line-height: 24px;}
	footer small{font-size: 11px; line-height: 20px;}
	.logos-rodape img{max-width: 140px; margin-bottom: 20px; margin-right: 20px; max-height: 60px;}
	footer h3{font-size: 14px;}
	footer{padding-top: 30px;}
	.alinha-rodape-cima{padding-bottom: 20px;}
	.logo-rodape{width: 150px; margin-bottom: 25px;}
	.rodape-baixo p{margin-bottom: 0; font-size: 12px; line-height: 30px;}
	.links-redes-sociais a{line-height: 28px; width: 30px; height: 30px; margin-left: 5px;}
	.solucoes-empresa img{max-width: 150px;}
	.solucoes-empresa-direita{padding-right: 15px;}
	.modal-body{padding: 30px;}
	.modal-dialog{max-width: 540px;}
	.modal-body input.form-control, .modal-body select.form-control, .modal-body textarea.form-control, .modal-body .custom-file-label{margin-bottom: 10px;}
	.mapa-contato iframe{height: 250px;}
	.contato-individual a, .contato-individual .dados-contato{font-size: 14px;}
	.logo-assessoria{max-width: 150px;}
	.topo-cases{padding-right: 15px;}
	.parceiro-homologado-individual img{max-height: 60px;}
	.parceiro-homologado-individual{margin-bottom: 40px;}
	.caixa-imagem-noticias{max-height: 250px;}
	.descricao-noticia h3, .solucao-texto-lateral h3{font-size: 18px; line-height: 24px;}
	.descricao-noticia p{line-height: 24px;}
	.titulo-noticias{font-size: 14px; margin-bottom: 10px;}
	.box-individual-blog{padding: 20px; margin-bottom: 20px;}
	#search input{height: 44px; padding: 10px 25px 10px 10px; font-size: 12px;}
	#search button{height: 42px; right: 10px; font-size: 16px;}
	.noticia-destaque-individual{font-size: 12px; line-height: 20px;}
	.imagens-destaque{width: 70px; margin-right: 10px;}
	.solucao-azul-direita{padding-right: 15px;}
	.capa-implanatacao-esquerda h2{font-size: 32px; line-height: 42px;}
	.texto-implantacao, .texto-implantacao p{font-size: 14px; line-height: 26px;}
	.capa-implanatacao-esquerda, .capa-implantacao-etapa-2 .capa-implanatacao-esquerda{padding-top: 40px; padding-bottom: 40px;}
	.imagem-implantacao, .capa-implantacao-etapa-2 .imagem-implantacao{height: auto; position: relative; padding-top: 40px; padding-right: 0;}
	.imagem-implantacao img{margin-left: 0; width: 340px; height: 512px;}
	.imagem-implantacao:before{display: none;}
	.capa-implantacao-topo:before{bottom: 0; margin-right: -250px;}
	.passo-individual{padding-right: 15px;}
	.passo-individual img{margin-bottom: 20px; max-height: 50px;}
	.passo-individual span{margin-bottom: 10px;}
	.passo-individual h3{font-size: 22px; margin-bottom: 10px; line-height: 30px;}
	.caixa-formulario{padding: 20px;}
	.caixa-formulario h3{font-size: 18px; font-weight: 700; line-height: 26px;}
	.paginacao-form{width: 230px;}
	.paginacao-form span{margin: 0 14px;}
	.alinha-conteudo-botao h3{font-size: 16px; line-height: 26px; margin-bottom: 15px;}
	.botao-implantacao-individual{height: 190px;}
}

@media(max-width: 767px){
	body{padding-top: 60px;}
	.nav-item-mobile{display: block;}
	.topo-superior{display: none;}
	.alinha-topo{padding: 10px 15px;}
	.navbar-collapse li{margin: 0; display: block; float: none;}
	.navbar-collapse li, .navbar-collapse li a, .navbar-collapse li .dropdown-menu a{line-height: 26px;}
	.navbar-collapse li .dropdown-menu{padding: 10px 0; left: auto; margin: 5px 0 10px; display: block; position: relative; float: none; top: auto;}
	.navbar-collapse li .dropdown-menu a{padding: 0 15px;}
	.navbar-collapse{padding-top: 10px; overflow-y: auto; padding: 10px 15px 0; margin-left: -15px; margin-right: -15px;}
	.capa-empresa-esquerda h2, .topo-paginas h2, .topo-paginas h1, .modal h2{font-size: 22px; line-height: 32px; margin-bottom: 10px;}
	.btn, .texto-capa-suporte a{padding-left: 20px; padding-right: 20px; line-height: 40px;}
	.capa-empresa-esquerda{padding-right: 15px; margin-bottom: 30px;}
	h1, h2{font-size: 18px; line-height: 26px;}
	.menu-solucoes-home{padding-right: 25px; margin-bottom: 30px;}
	.imagem-capa-ead img{max-width: 100%; float: none; display: block; margin: -10px 0 0 -15px;}
	.espaco-home, .espaco{height: 40px;}
	.texto-ead h2{font-size: 22px; line-height: 26px;}
	.bg-ead .mt-4{margin-top: 0 !important;}
	.alinha-ead{padding-top: 10px; padding-bottom: 0;}
	.alinha-cases-home{margin: 0 10px;}
	.alinha-cases-home .owl-nav{display: none;}
	.menu-rodape{display: none;}
	.logo-rodape{display: none;}
	footer a.texto-sublinhado{font-size: 12px;}
	footer small{margin-bottom: 30px;}
	.caixa-logos-rodape{padding-top: 10px;}
	.rodape-baixo{text-align: center; padding-bottom: 20px;}
	.maya{margin-left: 15px;}
	.imagem-empresa-esquerda{display: none;}
	.solucoes-empresa img{max-width: 120px; max-height: 32px;}
	.mapa-contato iframe{display: none;}
	.oculta-mobile{display: none;}
	input.form-control, select.form-control, textarea.form-control, .custom-file-label{margin-bottom: 10px;}
	.modal-body{padding: 20px;}
	.texto-capa-suporte a{margin: 0 10px 10px;}
	.capa-noticias-topo{padding-bottom: 40px;}
	.capa-noticias-topo .capa-empresa-esquerda{margin-bottom: 0;}
	.descricao-noticia{padding: 20px 0px 10px;}
	.descricao-noticia h3, .solucao-texto-lateral h3{font-size: 16px; line-height: 20px;}
	.paginacao-blog a{width: 28px; font-size: 12px; margin: 0 1px 5px; line-height: 28px; font-weight: 600;}
	.solucao-azul-direita{margin-bottom: 30px;}
	.box-solucao-azul-individual{padding: 20px; margin-bottom: 15px;}
	.imagem-solucao{max-width: 80%; margin-bottom: 30px;}
	.hover-icone-solucao{display: none;}
	.texto-solucao-mobile{display: block;}
	.texto-solucao-mobile p{color: var(--cor-1);}
	.icone-solucao-individual h3{margin-bottom: 10px;}
	.icone-solucao-individual{min-height: 0; padding: 30px 10px 30px;}
	.caixa-azul-solucao{padding: 20px 20px 10px;}
	.logo-solucao-interna{margin-bottom: 10px;}
	.top-implantacao{padding: 15px 0; font-size: 0;}
	.top-implantacao .container{padding: 0;}
	.top-implantacao img{max-width: 29%; margin: 0 2%;}
	.capa-implanatacao-esquerda h2{font-size: 28px; line-height: 36px;}
	body.implantacao{padding-top: 77px;}
	.capa-implanatacao-esquerda{padding-top: 30px; padding-bottom: 30px;}
	.imagem-implantacao img{margin: 0 auto; width: auto; height: auto;}
	.imagem-implantacao{padding-top: 0; padding-bottom: 30px;}
	.capa-implantacao-topo::before {right: 0; margin-right: 0;}
	.passo-individual p{max-width: none;}
	.passo-individual{margin-bottom: 30px; text-align: center;}
	.passo-individual img{max-height: 60px; margin-left: auto; margin-right: auto;}
	.caixa-formulario{padding: 20px; margin: 20px 20px;}
	.alinha-conteudo-botao{left: auto; right: auto; top: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;  position: relative; padding: 20px;}
	.botao-implantacao-individual{height: auto; margin-bottom: 20px;}
	.capa-implantacao-etapa-2 .imagem-implantacao{padding-top: 0;}
	.box-formulario{padding: 30px;}
	.imagem-maquina{margin-bottom: 20px; height: 300px; line-height: 300px;}
	.logo-maquina{max-width: 80px;}
	hr{margin: 40px 0;}
}