
/*  Lazaros.com.br - 2020
*
*   Estilos para versão Desktop
*/




/* Reset
--------------------------------------*/


button:focus,button:hover,
input:focus,input:hover,
textarea:focus,textarea:hover{
    outline:none !important;
}
* { font-family: 'Montserrat', sans-serif; }


/* Classes utilitárias
--------------------------------------*/

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.triangulo-direita {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4px;
	border-color: transparent transparent transparent #f9b547;
}


/* Barra topo
---------------------------------------*/
.barra-topo {
	background-color: #f9b441;
	width: 100%;
	height: 3px;
	z-index: 50;
}


/* Menu principal
---------------------------------------*/

.topo-fixo-mobile {
	position: fixed;
}


.topo-fixo { 
	position: fixed;
    width: 100%;
    z-index: 100000;
}
.topo { position: relative; }
.menu-principal {
	background-color: rgba(43, 36, 75, 0.85); /* #2b244b 0.85 opacity */
	z-index: 45;
	width: 100%;
	position: absolute;
	transition: background-color 0.5s;
}
.topo-fixo .menu-principal { background-color: rgba(43, 36, 75, 1); }
.menu-principal_logo {
	display: inline-block;
	background-image: url('../imgs/logos/fundo-logo.webp');
	background-size: cover;
	background-position: center right;
	height: 160px;
	width: 2600px;
	top: -6px;
	right: 64%;
	position: absolute;
	margin-top: 0px;
	z-index: 550;
	text-align: right;
	transition: top 0.5s;
	margin-bottom: 0px;
}
.topo-fixo .menu-principal_logo { top: -75px; }

.menu-principal_logo img {	
	width: 224px;
	height: 90px !important;	
	margin-top: 27px;
	margin-right: 193px;
	transition: margin-top 0.5s, transform 0.5s;
}
.menu-principal_logo img:hover { cursor: pointer; }
.topo-fixo .menu-principal_logo img {
	margin-top: 65px;
	transform: scale(0.70) translateX(-0px);
}
ul.menu-principal_items {
	opacity: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	padding: 43px 0px;
	position: relative;
	transition: padding 0.5s;
}
.topo-fixo ul.menu-principal_items {
	padding: 30px 0px;
}

@media (min-width: 992px) { 
	ul.menu-principal_items {
		display: block !important;
	}
}

ul.menu-principal_items li.menu-principal_item,
ul.menu-principal_items li.menu-principal_cta {
	display: inline-block;
	position: relative;
	line-height: 110px;
	margin-top: -43px;
	margin-bottom: -43px;
}
ul.menu-principal_items li.menu-principal_item:not(:first-child) {
	margin-left: 38px;
}

ul.menu-principal_items li.menu-principal_item a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.5s;
	letter-spacing: 0px;
}
ul.menu-principal_items li.menu-principal_item:hover a { color: #fff; }
ul.menu-principal_items li.menu-principal_item > img {
	position: absolute;
	top: 70px;
	left: 45%;
	width: 12px;
	height: 12px;
}
ul.menu-principal_items li.menu-principal_item > svg.menu-principal_seta--normal {
	opacity: 1;
	transition: opacity 0.5s;
	color: fff;
}
ul.menu-principal_items li.menu-principal_item > img.menu-principal_seta--hover {
	opacity: 0;
	transition: opacity 0.5s;
}
ul.menu-principal_items li.menu-principal_item:hover > svg.menu-principal_seta--normal {
	opacity: 0;
}
ul.menu-principal_items li.menu-principal_item:hover > img.menu-principal_seta--hover {
	opacity: 1;
}
ul.menu-principal_items li.menu-principal_item ul.menu-dropdown {
	background-color:  #f3f2f7;
	color: #f3f2f7;
	line-height: 1.31em;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 110px;
	left: -78px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.5s, opacity 0.5s, top 0.5s;
}
.topo-fixo ul.menu-principal_items li.menu-principal_item ul.menu-dropdown {
	top: 97px;
}
ul.menu-principal_items li.menu-principal_item:hover ul.menu-dropdown {
	visibility: visible;
	opacity: 1;
}
ul.menu-principal_items li.menu-principal_cta a {
	color: #f9b441;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 21px;
	border: solid 1px #f9b441;
	padding: 11px 20px;
	margin-left: 45px;
	margin-right: 7px;
	transition: color 0.5s, background-color 0.5s;
}
ul.menu-principal_items li.menu-principal_cta a:hover {
	color: #372e5b;
	background-color: #f9b441;
	cursor: pointer;
}
ul.menu-dropdown > li {
	color: #372e5b;
	font-size: 12px;
	font-weight: 500;
	padding: 16px 50px 45px 28px;
	position: relative;
	box-shadow: 5px 0px 0px inset #f3f2f7;
	transition: box-shadow 0.5s;
}
ul.menu-dropdown > li::after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #261d3a;
	position: absolute;
	right: 20px;
	top: 45%;
	transition: border-color 0.5s;
}
ul.menu-dropdown > li:hover,
ul.menu-dropdown > li:hover::after {
	box-shadow: 5px 0px 0px inset #f9b441;
	border-color: transparent transparent transparent #f9b547;
	cursor: pointer;
}
.menu-dropdown_icone  {
	float: left;
}
.menu-dropdown_icone img {
	position: absolute;
	left: 22px;
	max-width: 100%;
	max-height: 100%;
}
img.menu-dropdown_icone--normal {
	opacity: 1;
	transition: opacity 0.5s;
	margin-top: 0%;
}
img.menu-dropdown_icone--hover {
	opacity: 0;
	transition: opacity 0.5s;
}
.menu-dropdown_titulo {
	line-height: normal;
	margin-left: 43px;
	float: left;
	transition: color 0.5s;
}
.menu-dropdown_titulo span{
	color: #261d3a;
}

.menu-dropdown_titulo .linhasimples {
	margin-top: 6px;
	position: absolute;
}
ul.menu-dropdown > li:hover .menu-dropdown_titulo {
	color: #261d3a;
}
ul.menu-dropdown > li:hover .menu-dropdown_icone--normal {
	opacity: 0;
}
ul.menu-dropdown > li:hover .menu-dropdown_icone--hover {
	opacity: 1;
}
ul.submenu-dropdown {
	position: absolute;
	left: 227px;
	top: 0px;
	background-color: #f3f2f7;
	list-style: none;
	margin: 0px;
	padding: 6px 8px;
	width: 300px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	margin-bottom: 0px;
	margin-top: 0px;
}
.menu-dropdown > li:hover ul.submenu-dropdown {
	visibility: visible;
	opacity: 1;

}
ul.submenu-dropdown li {
	margin: 0px;
	transition: background-color 0.5s;
}
ul.submenu-dropdown li:hover {
	background-color: #f9b441;
	color: #372e5b;
}
ul.menu-principal_items li.menu-principal_item ul.submenu-dropdown a {
	color: #372e5b;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 100%;
	padding: 13px 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	text-align: left;
}

ul.menu-principal_items li.menu-principal_item ul.submenu-dropdown a:hover {
	color: #261d3a;
	font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1200px) {
	ul.menu-principal_items li.menu-principal_item a {
		font-size: 15px;
	}

	ul.menu-principal_items li.menu-principal_item:not(:first-child),
	ul.menu-principal_items li.menu-principal_cta a {
		margin-left: 20px;
	}
}


/* Carousel com banners
--------------------------------------*/
.banners-carousel {
	background-color: #372e5b;
	height: 700px;
}
.slide.slide-01 {
	background-image: url('../imgs/banners/lazaros_-_banner_01.webp');
	background-size: cover;
	background-position: center;
	height: 700px;
}
.slide.slide-02 {
	background-image: url('../imgs/banners/lazaros_-_banner_02.webp');
	background-size: cover;
	background-position: center;
	height: 700px;
}
.slide.slide-03 {
	background-image: url('../imgs/banners/lazaros_-_banner_03.webp');
	background-size: cover;
	background-position: center;
	height: 700px;
}
.slide-area { height: 700px; }
.slide.slide-01 .slide-conteudo h1 {
	float: right;
	color: white;
	max-width: 380px;
	margin-right: -45px;
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
}
.slide.slide-01 .slide-conteudo h1 strong {
	color: #f9b441;
}
.slide.slide-02 .slide-conteudo h1 {
	color: white;
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
	max-width: 380px;
	margin-right: -45px;
	margin-top: 25px;
}
.slide.slide-02 .slide-conteudo h1 strong {
	color: #f9b441;
}
.slide.slide-02 .slide-conteudo p {
	color: white;
	font-size: 14px;
	line-height: 1.71em;
	font-weight: normal;
	max-width: 380px;
	margin-top: 35px;
}
.slide.slide-03 .slide-conteudo h1 {
	color: white;
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
	max-width: 500px;
	margin-right: -45px;
	margin-top: 25px;
}
.slide.slide-03 .slide-conteudo h1 strong {
	color: #f9b441;
}
.slide.slide-03 .slide-conteudo p {
	color: white;
	font-size: 14px;
	line-height: 1.71em;
	font-weight: normal;
	max-width: 500px;
	margin-top: 35px;
}
.slide-control-back {
	color: #372e5b;
	height: 48px;
	width: 48px;
	background-color: white;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	margin-left: -20px;
	transition: background-color 0.5s, opacity 0.5s;
}
.slide-control-next {
	color: #372e5b;
	height: 48px;
	width: 48px;
	background-color: white;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	margin-left: 40px;
	transition: background-color 0.5s, opacity 0.5s;
}
.slide-control-back:hover,
.slide-control-next:hover {
	opacity: 1;
	cursor: pointer;
}
.slide-area {
	padding-top: 100px;
}
.slide-controls {
	margin: 0px;
	padding: 0px;
	height: 45px;
	margin-top: -45px;
	text-align: center;
}
.slide-controls li {
	display: inline-block;
	background-color: white;
	opacity: 0.7;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	margin: 0px 2px;
}
.slide-controls li:hover,
li.slide-active {
	background-color: #f9b441;
	opacity: 1;
	cursor: pointer;
}
.arrow {
  border: solid #372e5b;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
}
.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: -5px;
}
.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    margin-left: -5px;
}

/* Titulos home H1 */

.home .solucoes h1 {
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 700;
}

.home .tecnologias-utilizadas h1 strong:first-child {
	color: #f9b441;
}

.home .tecnologias-utilizadas h1 {
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px;
	text-align: center;
	color: white;
}

.entre-contato h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	max-width: 500px;
	margin: 0 auto 24px auto;
}

/* Seção soluções
--------------------------------------*/
.solucoes {
	color: white;
	background-image: url("../imgs/fundos/fundo_techlines_parallax.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 100px 0px 265px;
}
.solucoes h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin-bottom: 25px;
}

.solucoes p {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	max-width: 570px;
	text-align: center;
	margin: auto;
}
.solucoes-items {
	min-height: 320px;
	background-image: linear-gradient(to bottom, #e5e3ec 0px, #ffffff 320px);
}
.solucoes-items img{
	max-width: 100%;
	height: auto;
}

.solucoes h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}
.solucoes h3 strong{
	color: #f9b441;
}
.solucao {
	margin-top: -190px;
}
.solucao.solucao-esquerda {
	margin-left: 50px;
	margin-right: 17px;
}
.solucao.solucao-direita {
	margin-left: 17px;
	margin-right: 50px;
}
.solucao .solucao-cabecalho {
	background-color: #413868;
	text-align: center;
	padding: 40px 40px 0px;
	min-height: 300px;
}
.solucao .solucao-cabecalho.borda-direita { border-top-right-radius: 75px; }
.solucao .solucao-cabecalho.borda-esquerda { border-top-left-radius: 75px; }

.solucao .solucao-cabecalho h3 {
	color: white;
	font-size:28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 30px;
}

.solucao .solucao-cabecalho.borda-esquerda h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 10px;
}

.solucao .solucao-cabecalho.borda-esquerda img { margin: 5px 0px 18px; max-width: 100%;}
.solucao .solucao-cabecalho.borda-esquerda h3 { max-width: 100%;}
.solucao .solucao-cabecalho.borda-direita h3 { max-width: 100%;}

.solucao .solucao-divisor{
	position: relative;
	z-index: 10;
	min-height: 5px;
	background: linear-gradient(90deg, #f9b53f 0%, #f9b53f 33.3333%, #f3973c 33.3333%, #f3973c 66.66666%, #ec555f 66.66666%)
}
.solucao .solucao-conteudo {
	background-color: white;
	padding: 40px 50px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 2px 8px 0px #d4d3db;
	min-height: 490px;
}



.solucao .solucao-conteudo p {
	color: #372E5B;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
.solucao .solucao-conteudo .solucao-lista {
	padding: 0px;
    margin: 0px;
    list-style: none;
    color: #413868;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.86em;
}
.solucao .solucao-conteudo .solucao-lista i.seta-icone {
	color: transparent;
	display: inline-block;
	width: 15px;
	line-height: 2.86em;
	background-image: url('../imgs/icones/seta-01.webp');
	background-repeat: no-repeat;
	background-position: left center;
}
.solucao .solucao-conteudo .solucao-lista li {
	border-radius: 20px;
	margin: 0px -20px;
	padding: 0px 20px;
	transition: background-color 0.5s;
}
.solucao .solucao-conteudo .solucao-lista li:hover {
  background-color: #f3f2f7;
  /*cursor: pointer;*/
}
.solucao .solucao-conteudo .solucao-lista li a {
	color: #413868;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.solucao .solucao-conteudo .solucao-lista a:hover {
	color: #f9b53f;
}

/* Seção depoimentos
--------------------------------------*/
.depoimentos {
	background-color: white;
	padding: 100px 0px;
	max-width: 1400px;
	margin: 0 auto;
}
.depoimentos h1 {
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
	color: #372e5b;
	text-align: center;
	margin-bottom: 5%;
}
.depoimento {
	margin-top: 50px;
}
.depoimento-foto {
	float: right;
	padding-right: 60px;
}
.depoimento-foto img.depoimento-foto__autor,
.depoimento-foto img.depoimento-foto__autor {
	width: 170px;
	height: 170px;
	border-radius: 100%;
}
.depoimento-foto img.depoimento-foto__empresa,
.depoimento-foto img.depoimento-foto__empresa {
	width: 70px;
	height: 70px;
	box-shadow: 0px 2px 8px 0px #d4d3db;
	border-radius: 100%;
	position: absolute;
	right: 40px;
	top: 0px;
}
.depoimento-conteudo {
	height: 235px;
}
.depoimento-conteudo .depoimento-conteudo__autor {
	color: #372e5b;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.depoimento-conteudo .depoimento-conteudo__funcao {
	color: #f6ad5b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.depoimento-conteudo .depoimento-conteudo__comentario {
	color: #372e5b;
	font-size: 14px;
	line-height: 1.85em;
	font-weight: normal;
	max-width: 600px;
	margin-bottom: -5px;
}
.depoimento-conteudo .depoimento-conteudo__comentario p { 
	margin-top: 8px;
	margin-bottom: 0px;
}
.depoimentos-mais {
	text-align: center;
	margin-top: 30px;
}
.depoimentos-mais a {
	color: #372e5b;
	font-size: 16px;
	font-weight: bold;
	line-height: 0.9em;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid #adabb8;
	padding-bottom: -2px;
}
.depoimento-controle-back {
	color: white;
	height: 48px;
	width: 48px;
	background-color: #372e5b;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	margin-left: -20px;
	transition: background-color 0.5s, opacity 0.5s;
}
.depoimento-controle-next {
	color: white;
	height: 48px;
	width: 48px;
	background-color: #372e5b;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	margin-left: 40px;
	transition: background-color 0.5s, opacity 0.5s;
}
.depoimento-controle-back:hover,
.depoimento-controle-next:hover {
	opacity: 1;
	cursor: pointer;
	background-color: #372e5b;
}
.depoimento .depoimento-controle-back .arrow,
.depoimento .depoimento-controle-next .arrow {
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
  opacity: 0.7;
}
.depoimento .depoimento-controle-back:hover .arrow,
.depoimento .depoimento-controle-next:hover .arrow {
	opacity: 0.7;
	background-color: #372e5b;
}



/* Seção motivação
--------------------------------------*/
.motivacao {
	color: #372e5b;
	background-color: #f9b441;
	padding: 70px 0px;
}
.motivacao h1 {
	max-width: 500px;
	margin-left: 100px;
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px;  
}
.motivacao p {
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	max-width: 380px;
}
.motivacao a {
	color: #372e5b;
	font-size: 16px;
	font-weight: bold;
	line-height: 0.9em;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid #c18d49;
	padding-bottom: -2px;
}
.motivacao .seta-sobre {
	display: inline-block;
	width: 11px;
	line-height: 0.9em;
	background-image: url('../imgs/icones/seta-sobre.webp');
	background-repeat: no-repeat;
	background-position: left center;
}
.motivacao .seta-sobre::before { content: 'a'; color: transparent; }
.motivacao .divisor {
  width: 2px;
  height: 227px;
  background-color: #e09f34;
  margin: auto;
}


/* Seção tecnologias e ferramentas
--------------------------------------*/
.tecnologias-utilizadas {
	background-image: url("../imgs/fundos/fundo_techlines_parallax.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 50px 0px;
}
.tecnologias-utilizadas img{
	max-width: 100%;
	max-height: 100%;
}
.tecnologias-utilizadas h1 {
	font-size: 32px;
	font-weight: 700; 
	line-height: 42px;
	text-align: center;
	color: white;
}


.tecnologias-utilizadas h1 strong:first-child {
	color: #f9b441;
}

#label-vertec{
	color: white;
}

.invisivel {
    display: none;
}


/* Seção certificações
--------------------------------------*/
.certificacoes {
	color: #372e5b;
	background-color: #fff;
	padding: 100px 0px;
}
.certificacoes img {
	max-width: 100%;
	max-height: 100%;
}
.certificacoes h1 {
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
	max-width: 280px;

}
.certificacoes .seta-divisoria {
    margin-top: 5px;
}
.certificacoes .certificacao figcaption { 
	font-size: 14px;
	color: #372e5b;
	max-width: 200px;
	line-height: 1.71em;
	margin: 30px auto 0px auto;
}


/* Seção entre em contato
--------------------------------------*/
.entre-contato {
	color: #372e5b;
	background-color: #f9b441;
	padding: 50px 0px;
}
.entre-contato h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	max-width: 500px;
	margin: 0 auto 24px auto;
}
.entre-contato p {
	font-size: 14px;
	line-height: 1.71em;
	margin-bottom: 50px;
}
.entre-contato .botao {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	color: #372e5b;
	background-color: transparent;
	border: 1px solid #372e5b;
	border-radius: 28px;
	width: 300px;
	height: 56px;
	transition: background-color 0.5s, color 0.5s;
}
.entre-contato .botao:hover {
	color: #f9b441;
	background-color: #261d3a;
	cursor: pointer;
}

.entre-contato .max-container{
	max-width: 500px;
	min-height: 315px;	
}

.entre-contato .max-container .content{
	text-align: center;
}

/* Rodapé
--------------------------------------*/
.rodape-area {
  font-family: Montserrat;
  font-size: 13.6px;
  line-height: 1em;
  color: #fff;
  background-color: #261d3a;
  padding: 60px 0px 50px;
}

.rodape-area img.rodape-logo {
	margin-top: -14px;
	height: 66px;
	width: 168px;
}

.rodape-area .contato-info {
  margin: 0px 0px 10px 0px;
}
.rodape-area .direitos-autorais {
  font-size: 12px;
  color: #9a94b2;
  margin: 0px;
}
.rodape-area .social-links-texto {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
}
.rodape-area .social-links-icones {
	padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline;
}
.rodape-area .social-links-icones li { display: inline; }
.rodape-area .social-links-icones .social-link {
	color: #fff;
	background-color: #372E5B;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	transition: background-color 0.4s;

}

.rodape-area .social-links-icones .social-link img {
	margin-bottom: 3px;
	margin-top: -5px;
	width: 40px;
	height: 40px;
}
/* .rodape-area .social-links-icones .social-link:not(:first-child) { margin-right: 4px; } */
.rodape-area .social-links-icones .social-link.fb:hover { background-color: #4268B3; }
.rodape-area .social-links-icones .social-link.ig:hover { background-color: #E241B1; }
.rodape-area .social-links-icones .social-link.in:hover { background-color: #2969B3 ; }

.col-12.col-lg-3.align-xs-center.align-right { 	padding-right: 0px; }


/* Modal contato
-------------------------------------------*/
#contato .form-label {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.box .inputBox {
    position: relative;
}
    
.box .inputBox label,
.box .inputBox textarea + label {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 14px 25px;
    font-size: 12px;
    pointer-events: none;
    transition: 0.5s;
    color: #372e5b;
}

.box .inputBox input:focus ~ label,
.box .inputBox input:not(:placeholder-shown) ~ label,
.box .inputBox textarea:focus ~ label,
.box .inputBox textarea:not(:placeholder-shown) ~ label{
    top: -1rem;
    left: 0px;
    color: #372e5b;
    font-size: 0.75rem;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
}

.box .inputBox input:focus,
.box .inputBox textarea:focus {
    outline: none;
    border: 2px solid #372e5b;
}

#contato .form-control {
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
  #contato .form-control:focus {
	border-color: #007bff;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

#contato .borda-colorida {
	position: relative;
	height: 8px;
	background: linear-gradient(90deg, #f9b53f 0%, #f9b53f 33.3333%, #f3973c 33.3333%, #f3973c 66.66666%, #ec555f 66.66666%)
}
#contato .contato-conteudo {
	padding: 32px 50px 16px;
}

#contato h1 {
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
	color: #372e5b;
}
#contato .contato-conteudo p {
	color: #372e5b;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 20px;
	margin: 10px 0px 13px;
}
#contato form input,
#contato form button,
#contato form textarea {
	background-color: #dddbe6;
	border-radius: 23px;
	border: none;
	color: #372e5b;
	font-size: 12px;
	width: 100%;
	padding: 14px 25px;
	margin-bottom: 20px;
}
#contato  textarea {
	min-height: 140px;
}
#contato form input:focus,
#contato form button:focus,
#contato form textarea:focus {
	background-color: #f3f2f7;
	color: #372e5b;
}
#contato form input.error,
#contato form textarea.error {
	box-shadow: 0px 0px 0px 1.5px rgb(218, 164, 164);
}
#contato form input.error ~ label.error,
#contato form textarea.error ~label.error {
	font-size: 12px;
	margin-left: 25px;
	color: rgb(197, 135, 134);
	position: relative;
	animation: fadeinMensagem 1s;
	padding: 0px;
	top: -15px;
	font-weight: normal;
}
#contato form label#agree-error {
	top: 0px;
	margin-left: 0px;
}
#contato form label#rc-error {
	font-size: 12px;
	display: block;
	color: rgb(197, 135, 134);
	text-align: center;
	margin-left: 0px;
	position: relative;
	top: -18px;
	animation: fadeinMensagem 1s;
}
#contato form textarea.error ~label.error { top: -15px; }
#contato form input.rc {
	height: 0px;
	width: 0px;
	background-color: transparent;
	display: block;
	margin: 0 auto;
	padding: 0px;
	opacity: 0;
}
#contato button[type="submit"] {
	background-color: #f9b441;
	color: #372e5b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 28px;
	transition: color 0.5s, background-color 0.5s;
}
#contato button[type="submit"]:hover:not(disabled),
#contato button[type="submit"]:focus:not(disabled) {
	background-color: #372e5b;
	color: #f9b441;
}

#contato button[type="submit"]:disabled,
#contato button[type="submit"]:disabled:hover,
#contato button[type="submit"]:disabled:focus {
	background-color: #555;
	color: #f9b441;
}

#contato form div.retorno {
	text-align: center;
}
#contato form label.rcMensagem {
	font-size: 12px;
	color: rgb(197, 135, 134);
	display: block;
	text-align: center;
}
#contato form label.retorno-sucesso {
    font-size: 12px;
    color: #372e5b;
    font-weight: 500;
    text-align: justify;
    display: block;
    animation: fadeinMensagem 1s;
	margin-bottom: 0;
}

.flex-container {
    display: flex;
    align-items: center; 
	margin: 10px;
}

.svg-container {
	margin-left: 22%;
}

#contato form label.retorno-erro {
	font-size: 15px;
    color: rgb(197, 135, 134);
    font-weight: bold;
    text-align: center;
    display: block;
    animation: fadeinMensagem 1s;
}


@keyframes fadeinMensagem {
    from { opacity: 0; }
    to { opacity: 1; }
}
#contato footer {
	background-color: #372e5b;
	padding: 15px 37px;
}

#contato footer p {
	color: white;
	font-size: 14px;
	line-height: 1.57em;
	font-weight: normal;
	margin-top: 20px;
}
#contato footer p em {
	font-weight: bold;
	font-style: normal;
}
#contato footer .rodape-telefone {
	color: white;
	font-size: 21px;
	font-weight: 800;
	text-align: right;
	margin-bottom: -20px;
}
#contato footer .rodape-telefone sub {
	font-size: 16px;
	font-weight: normal;
	bottom: 0px;
}
#contato footer .rodape-email {
	color: #f9b441;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}
#contato .g-recaptcha {
	margin-bottom: 15px;
}
#contato .g-recaptcha > div:first-child {
	transform: scale(0.85);
	margin: 0 auto;
}
#contato .chkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  color: #372e5b;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contato .chkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
}
.chkbox-container:hover input ~ .checkmark {
  background-color: #eee;
}
.chkbox-container input:checked ~ .checkmark {
  background-color: #eee;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.chkbox-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #372e5b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 340px) {
	#contato .g-recaptcha > div:first-child > div > iframe {
		margin-left: -3px; }
}
@media (max-width: 330px) {
	#contato .g-recaptcha > div:first-child > div > iframe {
		margin-left: -9px; }
}
@media (max-width: 320px) {
	#contato .g-recaptcha > div:first-child > div > iframe {
		margin-left: -13px; }
}


/* Cabeçalho página quem somos
-------------------------------------------*/
.quem-somos .cabecalho {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../imgs/fundos/fundo_topo_paginasinternas.webp');
	padding: 176px 0px 64px;
	max-width: 100%;
	max-height: 100%;
}

.quem-somos .cabecalho h1 {
	color: #f9b441;
	font-size: 24px;
	font-weight: 700; 
	line-height: 42px; 
	text-align: center;
}

.quem-somos .certificacoes h2{
	color: #372e5b;
	font-weight: normal;
	line-height: 40px;
	font-size: 32px;
	margin-bottom: 0px;
}


/* Seção sobre
-------------------------------------------*/
.quem-somos .sobre {
	padding: 90px 0px 80px;
}
.quem-somos .sobre h2 {
	color: #372e5b;
	font-weight: 700;
	line-height: 40px;
	font-size: 32px;
	margin-bottom: 0px;
}
.quem-somos .sobre h2 strong {
	font-weight: bold;
}

.quem-somos .sobre h3 {
	color: #f9b441;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 36px;
}

.quem-somos .sobre p {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
.quem-somos .sobre img {
	position: absolute;
	right: 20px;
	top: -190px;
	width: 423px;
	height: 696px;
}


/* Seção missão, visão e valores
-------------------------------------------*/
.quem-somos .mvv {
	padding: 120px 0px 30px;
	background-image: linear-gradient(to bottom, #e5e3ec 0px, #ffffff 317px);
}
.quem-somos .mvv h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
}
.quem-somos .mvv h2 strong {
	font-weight: bold;
}
.quem-somos .mvv .missao p,
.quem-somos .mvv .visao p {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	max-width: 300px;
	margin-left: 30px;
}
.quem-somos .mvv .missao .marcador,
.quem-somos .mvv .visao .marcador {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #f9b641;
	position: absolute;
	top: 67px;
}
.quem-somos .mvv .divisor-mvv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A94B2;
	margin-top: 90px;
	margin-bottom: 90px;
}
.quem-somos .mvv .valores p {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	max-width: 650px;
	margin-bottom: 80px;
}
.quem-somos .mvv .valor .valor-icone {
	position: relative;
}
.quem-somos .mvv .valor .valor-icone div { 	
	position: absolute;
	display: inline-block;
	width: 63px;
	height: 100px;
	text-align: center;
}
.quem-somos .mvv .valor .valor-icone img {
	position: relative;
}

.quem-somos .mvv .valor .valor-icone img.icone_itens_checagem {
	width: 49px;
	height: 61px;
}

.quem-somos .mvv .valor .valor-icone img.icone_lampada_engrenagem {
	width: 56px;
	height: 71px;
}

.quem-somos .mvv .valor .valor-icone img.icone_aperto_maos {
	width: 63px;
	height: 57px;
}

.quem-somos .mvv .valor .valor-icone img.icone_argolas {
	width: 62px;
	height: 62px;
}
.quem-somos .mvv .valor h3 {
	color: #372e5b;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: 90px;
}
.quem-somos .mvv .valor p {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	max-width: 420px;
	margin-bottom: 70px;
	margin-left: 90px;
}


/* Cabeçalho da página depoimentos
-------------------------------------------*/
.pag-depoimentos .cabecalho {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../imgs/fundos/fundo_topo_paginasinternas.webp');
	padding: 176px 0px 64px;
	max-width: 100%; max-height: 100%;
}
.pag-depoimentos .cabecalho h2 {
	color: #f9b441;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
.pag-depoimentos .cabecalho h1 {
	color: #f9b441;
	font-size: 24px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}


/* Seção do texto principal
-------------------------------------------*/
.pag-depoimentos .texto-principal {
	background-color: #f9b441;
	text-align: center;
	padding: 65px 0px;
}
.pag-depoimentos .texto-principal h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 0px;
}
.pag-depoimentos .texto-principal h2 strong {
	font-weight: bold;
}


/* Seção testemunhos 
-------------------------------------------*/
.pag-depoimentos .testemunhos {
	padding: 100px 0px;
}
.pag-depoimentos .testemunhos .testemunho {
	transition: opacity 0.5s;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem2,
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem {
	text-align: right;
	padding-right: 40px;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem2 div,
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem div {
	position: relative;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem div .autor {
	right: 30px;
	width: 170px;
	height: 170px;
	align-items: center;
	border-radius: 100%;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem div .empresa {
	position: absolute;
	right: -35px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	box-shadow: 1px 1px 4px 0px #d4d3db;
}

.pag-depoimentos .testemunhos .testemunho .testemunho-imagem2 div .autor {
	right: 30px;
	width: 170px;
	height: 170px;
	border-radius: 100%;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-imagem2 div .empresa {
	position: absolute;
	right: 0px;
	width: 70px;
	height: 70px;

	border-radius: 100%;
	box-shadow: 1px 1px 4px 0px #d4d3db;
}

.pag-depoimentos .testemunhos .testemunho .testemunho-conteudo2 h3,
.pag-depoimentos .testemunhos .testemunho .testemunho-conteudo h3 {
	color: #372e5b;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0px;
}

.pag-depoimentos .testemunhos .testemunho h2{
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	color: #372e5b;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-conteudo2 h4,
.pag-depoimentos .testemunhos .testemunho .testemunho-conteudo h4 {
	color: #f3953e;
	/* color: #372e5b; */
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
	margin-bottom: 20px;
}
.pag-depoimentos .testemunhos .testemunho .testemunho-conteudo p {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	max-width: 625px;
}
.pag-depoimentos .testemunhos .testemunhos-divisor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A94B2;
	margin-top: 45px;
	margin-bottom: 50px;
	transition: opacity 0.5s;
}
.pag-depoimentos .testemunhos .carregar-mais {
	text-align: center;
	margin-top: 80px;
}
.pag-depoimentos .testemunhos .carregar-mais button {
	background-color: white;
	border: 1px solid #372e5b;
	border-radius: 28px;
	color: #372e5b;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 70px;
	transition: background-color 0.3s, color 0.3s;
}
.pag-depoimentos .testemunhos .carregar-mais button:hover {
	background-color: #372e5b;
	color: #f6ad5b;
}
.pag-depoimentos .testemunhos .carregar-poesteriormente {
	opacity: 0;
	display: none;
}

/* Cabeçalho das tendencias dentro de blog */

/* Imagens de fundo das tendencias  */
.pag-blog .cabecalho {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 280px 0px 64px;
}
.pag-blog .cabecalho.containers-revolucionam-desenvolvimento-software{
	background-image: url('../imgs/blog/banner/containers-revolucionam-desenvolvimento-software.webp');
}
.pag-blog .cabecalho.principios-arquitetura-software{
	background-image: url('../imgs/blog/banner/6-principios-arquitetura-software.webp');
}
.pag-blog .cabecalho.importancia-gestao-divida-tecnica{
	background-image: url('../imgs/blog/banner/importancia-gestao-divida-tecnica.webp');
}
.pag-blog .cabecalho.dicas-reduzir-custos-aws{
	background-image: url('../imgs/blog/banner/6-dicas-reduzir-custos-aws.webp');
}
.pag-blog .cabecalho.vantagens-utilizar-aws{
	background-image: url('../imgs/blog/banner/vantagens-utilizar-aws.webp');
}
.pag-blog .cabecalho.por-que-especialista-ti-no-time{
	background-image: url('../imgs/blog/banner/por-que-especialista-ti-no-time.webp');
}
.pag-blog .cabecalho.dicas-lazaros-2021{
	background-image: url('../imgs/blog/banner/dicas-lazaros-2021.webp');
}
.pag-blog .cabecalho.metrica-estimativa-software{
	background-image: url('../imgs/blog/banner/metrica-estimativa-software.webp');
}
.pag-blog .cabecalho.motivo-retrabalho-equipe{
	background-image: url('../imgs/blog/banner/motivo-retrabalho-equipe.webp');
}
.pag-blog .cabecalho.reducao-custos-serverless {
	background-image: url('../imgs/blog/banner/reducao-custos-serverless.webp');
}
.pag-blog .cabecalho.quando-usar-low-code-no-code{
	background-image: url('../imgs/blog/banner/quando-usar-low-code-no-code.webp');
}

.pag-blog .cabecalho.seguranca-na-nuvem{
	background-image: url('../imgs/blog/banner/seguranca-na-nuvem.webp');
}

.pag-blog .cabecalho.dados-em-tempo-real{
	background-image: url('../imgs/blog/banner/dados-em-tempo-real.webp');
}
.pag-blog .cabecalho.foco-qualidade-dados{
	background-image: url('../imgs/blog/banner/foco-qualidade-dados.webp');
}

.pag-blog .cabecalho.tecnologia-data-mesh{
	background-image: url('../imgs/blog/banner/tecnologia-data-mesh.webp');
}
.pag-blog .cabecalho.data-lake-ou-data-warehouse{
	background-image: url('../imgs/blog/banner/data-lake-ou-data-warehouse.webp');
}
/* -------------------------------------------*/

.pag-blog .cabecalho h1 {
	color: #fcfcfc;
	font-size: 36px;
	font-weight: 700; 
	line-height: 42px; 
}

.pag-blog .cabecalho h1 strong  {
	color: #f9b441;
	font-weight: bold;
}

/* Cabeçalho da página blog
-------------------------------------------*/
.pag-blog .cabecalho{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../imgs/fundos/fundo_topo_paginasinternas.webp');
	padding: 176px 0px 64px;
}

.pag-blog .cabecalho h1 {
	color: #f9b441;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px; 
	text-align: center;
}

/* Seções de links do bog, imagens de fundo*/
.cabecalho-noticia {
    background-image: url('../imgs/fundos/fundo_topo_paginasinternas.webp'); /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Garante que a imagem cubra todo o elemento */
    background-position: top center; /* Posiciona a imagem no topo central do elemento */
    background-attachment: fixed; /* Fixa a imagem para que ela não role com a página */
    height: 700px; /* Altura fixa do elemento header */
	position: relative;
}

.cabecalho-noticia h1 {
	float: right;
	color: white;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	max-width: 380px;
	margin-right: -45px;
}

.cabecalho-noticia h1 strong {
	color: #f9b441;
}

/* Seção do texto principal
-------------------------------------------*/
.pag-blog .texto-principal {
	background-color: #f9b441;
	text-align: center;
	padding: 65px 0px;
}
.pag-blog .texto-principal h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
.pag-blog .texto-principal h2 strong {
	font-weight: bold;
}

.pag-blog .solucoes-area {
	padding-bottom: 100px;
}

/* Seção listagem de blogs
-------------------------------------------*/
.pag-blog .blogs {
	padding: 50px 0px;
}
.pag-blog .blogs .blog {
	transition: opacity 0.5s;
}
.pag-blog .blogs .blog .blog-imagem {
	text-align: right;
	/*padding-right: 40px;*/
	margin-bottom: 20px;
	margin-top: 20px;
}

.pag-blog .blogs .blog .blog-imagem .imagem {
	/*position: absolute;*/
	/*right: 30px;*/
	max-width: 100%;
	/*width: 300px;*/
	/*height: 250px;*/
	border-radius: 5%;
}

.pag-blog .titulo {
	color: #372e5b !important;
	font-weight: bold;
}

.pag-blog .titulo a {
	color: #372e5b !important;
}
.pag-blog h3.titulo {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 0px;
}
.pag-blog .categoria {
	color: #f5a850;
	font-weight: bold;
}
.pag-blog h4.categoria {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

.pag-blog .data {
	color: #372e5b;
	text-align: right;
}

.pag-blog .blogs .blog .blog-conteudo-previa p {
	color: #372e5b;
	max-width: 625px;
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}

.pag-blog .blogs .blog-divisor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A94B2;
	margin-top: 65px;
	margin-bottom: 80px;
	transition: opacity 0.5s;
}

.pag-blog .blogs .carregar-mais {
	text-align: center;
	margin-top: 80px;
}
.pag-blog .blogs .carregar-mais button {
	background-color: white;
	border: 1px solid #372e5b;
	border-radius: 28px;
	color: #372e5b;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 70px;
	transition: background-color 0.3s, color 0.3s;
}
.pag-blog .blogs .carregar-mais button:hover {
	background-color: #372e5b;
	color: #f6ad5b;
}
.pag-blog .blogs .carregar-poesteriormente {
	opacity: 0;
	display: none;
}


/* Seção exibição do blog
-------------------------------------------*/
.pag-blog .blog-area {
	padding: 30px 0px 20px;
}

.pag-blog .blog-area .blog-conteudo p {
    margin-top: 15px;
    margin-bottom: 1rem;
	text-align: left;
}

.pag-blog .blog-area .blog-conteudo ul {
	margin-bottom: 2rem;
	margin-top: 15px;
}

.pag-blog .blog-area .blog-imagem .imagem {
	max-height: 627px;
	max-width: 100%;
}

.pag-blog .blog-area .blog-imagem {
	text-align: center;
	padding-bottom: 15px;
}

.pag-blog .blog-area .col-6 h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
}

.pag-blog .blog-area .blog-conteudo h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #372e5b;
	margin-top: 20px;
	margin-bottom: 30px;
}

.pag-blog .blog-area .blog-conteudo h3 {
	color: #372e5b;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.pag-blog .blog-area .blog-conteudo .row.miro{
	margin-top: 20px;
}

.pag-blog .blog-area .blog-conteudo .row.miro h3{
	margin-top: 0px;
	font-size: 28px;
}

.pag-blog .blog-area .blog-conteudo .blog-lista h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.15px;
	padding: 0px;
}

.pag-blog .blog-area .blog-conteudo .blog-lista .col-12 {
	padding: 0px;
}

.pag-blog .blog-area .blog-conteudo .blog-lista p {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-top: 0%;
}

.tecnologias-utilizadas .mobile .col-12 .col-12,
.tecnologias-utilizadas .moblie .col-12 .col-12 .invisivel{
	padding: 5px;
}

.pag-blog .blog-area .blog-conteudo .blog-lista .row .col-2{
	flex: 0 0 calc(10% - 10px);
	padding: 5px;
}

.pag-blog .blog-area .blog-conteudo label {
	color: #372e5b;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 20px;
	text-align: left;
}

#contato a,
.pag-blog .blog-area .blog-conteudo a {
	color: #EB5660;
	text-decoration: underline;
}

.pag-blog .blog-area .blog-conteudo h4 {
	color: #372e5b;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	margin-top: 30px;
}

.pag-blog .blog-area .blog-conteudo .blog-lista h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.pag-blog .blog-area .blog-conteudo h5 {
	color: #372e5b;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	margin: 20px
}

.pag-blog .blog-area .blog-conteudo p, li {
	color: #372E5B;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 24px;
	/* text-align: justify; */
}

.pag-blog .blog-area .blog-conteudo .blog-lista h6 {
	color: #372E5B;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-left: 62px;
	margin-bottom: 28px;
}

.pag-blog .blog-area .blog-lista img {
margin: 0 10px 10px 20px;
float: left;
}

.pag-blog .blog-area .blog-conteudo p:not(:first-child) {
	margin-top: 30px;
}

.pag-blog .blog-area .container .box {
	padding: 5px;
	line-height: 5em;
	margin: 5px;
}


.pag-blog .blog-area .container .compatilha p{
	color: #372E5B;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
    text-align: justify;
}

.pag-blog .blog-area .container .social-link {
    background-color: #372E5B;
    border-radius: 50%;
    transition: background-color 0.4s;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.pag-blog .blog-area .container .social-link img {
    display: block;
    margin: 0 auto;
    border-radius: 30%;
	height: 40px;
	width: 40px;

}

#colSocialFb, #colSocialLk, #colSocialWt {
	flex: 0 0 calc(10% - 5px);
	margin-top: 5px;
}

.pag-blog .blog-area .container.compartilhar {
	margin-top: 25px;
	margin-bottom: 20px;
}


.pag-blog .blog-area .container .social-link.fb:hover {background-color: #4268B3;}

.pag-blog .blog-area .container .social-link.wt:hover {background-color: #50CF4C;}

.pag-blog .blog-area .container .social-link.lk:hover {background-color: #1877f2;}

.dr {
	position: absolute;
	bottom: 16px;
	right: 16px;
	width:100px;
}

/* Seção Veja mais do blog */

.pag-blog .veja-mais .container {
	margin-bottom: 60px;
}

.pag-blog .veja-mais .container .row.vejamais .item .image-container {
    overflow: hidden;
    border-radius: 20px;
}

.pag-blog .veja-mais .container .row.vejamais .item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 10px;
}

.pag-blog .veja-mais .container .row.vejamais .item .title-container h4,
.pag-blog .veja-mais .container .row.vejamais .item .title-container a {
	margin-bottom: 15px;
	margin-top: 15px;
	color: #372E5B;
}

.pag-blog .veja-mais .container .row.vejamais .item .title-container h4:hover,
.pag-blog .veja-mais .container .row.vejamais .item .title-container a:hover{
	margin-bottom: 15px;
	margin-top: 15px;
	color: #372E5B;
}

.pag-blog .veja-mais .container .row.vejamais .item .text-container {
	color: #372E5B;
    font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;	
}

.pag-blog .veja-mais .container .veja-mais p {
	color: #372E5B;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
    text-align: justify;
	margin-bottom: 25px;
}

/* Buscar do blog */

.pag-blog .pesquisa {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 50px;
	margin-right: 10%;
}

.pag-blog .pesquisa #divBusca {
	display: flex;
	align-items: center;
}

.pag-blog .pesquisa #containerBusca {
	display: flex;
	background-color: #dddbe6;
	border-radius: 55px 55px 55px 55px;
	align-items: center;
	position: relative;
}

.pag-blog .pesquisa #containerBusca svg{
	margin-left: 15px;
}

#btnBuscaLabel {
	display: none;
	position: absolute;
	pointer-events: none;
	/* left: 14%;
	top: 22%;
	transition: 0.2s ease all; */
	color: #372e5b;
	font-weight: 500;
}
/* algo ta jogando o botao pra fora verificar */
#txtBusca:focus + #btnBuscaLabel,
#txtBusca:not(:placeholder-shown) + #btnBuscaLabel {
	display: flex;
	top: -4px;
	left: 14%;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #372e5b;
}

.pag-blog .pesquisa #txtBusca {
	padding: 10px;
	border: none;
	border-radius: 5px 0 0 5px; /* Borda arredondada à esquerda */
	width: 200px;
	background-color: #dddbe6;
	color: #372e5b;
}

.pag-blog .pesquisa #txtBusca::placeholder {
	color: #372e5b;
	font-size: 16px;
} 

.pag-blog .pesquisa #btnBusca {
	padding: 10px;
    background-color: #f9b441;
	color: #372e5b;
	border: none;
	border-radius: 55px 55px 55px 55px; /* Borda arredondada à direita */
	cursor: pointer;
	font-weight: bold;
	width: 110px; 
	transition: background-color 0.5s ease;
}

.pag-blog .pesquisa #btnBusca:hover {
    background-color: #6f6594; /* Cor de fundo ao passar o mouse (tom mais escuro de azul) */
}

.pag-blog .pesquisa #svgBusca {
	margin-right: 5px;
}

/* nav fim do blog*/

.pag-blog .blogs .nav-blog {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;	
	margin-top: 20px;
}

.pag-blog .blogs .nav-blog-item {
	display: inline-block;
	margin: 0 5px;
}

.pag-blog .nav-blog-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 12px;
	border-radius: 50%;
	background-color: #c4c3cc; /* Cor padrão */
	color: #372e5b;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.pag-blog .nav-blog-link:hover,
.nav-blog-link.selected {
	text-decoration: none;
	background-color: #f9b441; /* Cor ao passar o mouse ou quando selecionada */
}

.pag-blog .nav-blog-arrow {
	font-size: 20px;
	margin-top: 5px;
	color: #372e5b;
	font-size: 15px;
	background-color: transparent;
}

/* Seção soluções e ferramentas 
-------------------------------------------*/
.pag-depoimentos .solucoes-area {
	padding-bottom: 100px;
}

/* solucao geral linK a*/
.solucoes-area span{
	font-weight: 600;
}

/* Cabeçalho das páginas de serviços
-------------------------------------------*/
.servicos .cabecalho,
.servicos-consultoria .cabecalho {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 250px 0px 95px;
}
.servicos .cabecalho {
	background-image: url('../imgs/fundos/fundo_servico01.webp');
	background-size: cover;
}
.servicos-consultoria .cabecalho {
	background-image: url('../imgs/fundos/fundo_servico02.webp');
	background-size: cover;
}
.servicos .cabecalho .titulo-area,
.servicos-consultoria .cabecalho .titulo-area {
	padding-left: 15px;
}
.servicos .cabecalho img,
.servicos-consultoria .cabecalho img {
	display: inline-block;
	line-height: 33px;
	margin-top: -7px;
	max-width: 100%; max-height: 100%;
}

.servicos .cabecalho h2,
.servicos-consultoria .cabecalho h2 {
	color: #f9b441;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-left: 15px;
	display: inline-block;
}
.servicos .cabecalho h3,
.servicos-consultoria .cabecalho h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin-top: -2px;
}
.servicos .cabecalho h1,
.servicos-consultoria .cabecalho h1 {
	color: white;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	margin-top: -2px;
}


/* Seção do texto principal das páginas de serviços
----------------------------------------------------*/
.servicos .texto-principal,
.servicos-consultoria .texto-principal {
	background-color: #f9b441;
	padding: 55px 0px;
}
.servicos .texto-principal h2,
.servicos-consultoria .texto-principal h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-left: 15px;
}
.servicos .texto-principal h2 strong,
.servicos-consultoria .texto-principal h2 strong {
	font-weight: bold;
}
/*-------------------------------------------*/


/* Seção benefícios
-------------------------------------------*/
.servicos-consultoria .beneficios p,
.servicos .beneficios p {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}

.servicos .beneficios,
.servicos-consultoria .beneficios
 {
	padding: 70px 0px 0px;
}
.servicos .beneficios .beneficio,
.servicos-consultoria .beneficios .beneficio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A94B2;
	padding-bottom: 70px;
}


.servicos .beneficios .beneficio-trabalhamos .row,
.servicos-consultoria .beneficios .beneficio-trabalhamos .row {
    display: flex;
    flex-wrap: wrap;
}

 .servicos .beneficios .beneficio-trabalhamos h3,
 .servicos-consultoria .beneficios .beneficio-trabalhamos h3{
	color: #372e5b;
	/* margin: 20px 0px 20px 0px; */
} 

.servicos .beneficios .beneficio-trabalhamos .row .col-2,
.servicos-consultoria .beneficios .beneficio-trabalhamos .row .col-2{
    flex: 0 0 calc(10% - 20px); 
	padding: 5px;
}


.servicos .beneficios .beneficio-trabalhamos .simples .row .col-2{
	flex: 0 0 calc(10% - 100px); 
}

.servicos .beneficios .beneficio-trabalhamos .row .col-6,
.servicos .beneficios .beneficio-trabalhamos .row .col-lg-6,
.servicos-consultoria .beneficios .beneficio-trabalhamos .row .col-lg-6,
.servicos .beneficios .beneficio-trabalhamos .simples .row {
   margin-bottom: 20px;
   padding-right: 10px;
}


.servicos .beneficios .beneficio-trabalhamos .row .col-6 .row,
.servicos .beneficios .beneficio-trabalhamos .row .col-lg-6 .row,
.servicos-consultoria .beneficios .beneficio-trabalhamos .row .col-lg-6 .row,
.servicos-consultoria .beneficios .beneficio-texto .row{
	margin-left: 1px;
 }

.servicos .beneficios .beneficio-trabalhamos .row .col-6 .row .col-10 h3,
.servicos-consultoria .beneficios .beneficio-trabalhamos .col-lg-6 .row .col-10 h3 {
	margin-top: 6px;
}


.servicos .beneficios .beneficio-trabalhamos .row .col-6 .row .col-2 h3,
.servicos .beneficios .beneficio-trabalhamos .row .col-6 .row .col-10 h3,
.servicos .beneficios .beneficio-trabalhamos .row .col-lg-6 .row .col-10 h3,
.servicos-consultoria .beneficios .beneficio-trabalhamos .row .col-lg-6 .row .col-2 h3,
.servicos-consultoria .beneficios .beneficio-trabalhamos .row .col-lg-6 .row .col-10 h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.15px;
}

.servicos .beneficios .beneficio-trabalhamos .subtitle h3,
.servicos-consultoria .beneficios .beneficio-trabalhamos .subtitle h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin: 30px 0px 20px 0px;
}


.servicos .beneficios .beneficio-texto img.small-icon,
.servicos .beneficios .beneficio-trabalhamos img.small-icon,
.servicos-consultoria .beneficios .beneficio-texto img.small-icon,
.servicos-consultoria .beneficio-trabalhamos  img.small-icon {
	width: 24px;
	height: 24px;
}

.blog .blog-conteudo img.small-icon {
	width: 24px;
	height: 24px;
}

.blog .blog-conteudo h1 a {
	text-decoration: none;
	color: unset;
}

.servicos .beneficios .beneficio-texto h2,
.servicos-consultoria .beneficios .beneficio-texto h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: justify;
}

.beneficio-texto h2 strong,
.beneficio-texto h3 strong {
	font-weight: bold;
}


.beneficio-texto img.small-icon,
.blog-conteudo img.small-icon {
	margin: 10px;
}

.beneficio-texto h3 {
	display: block;
}

.servicos .beneficios .beneficio-texto div,
.servicos-consultoria .beneficios .beneficio-texto div {
	line-height: 1.31em;
	margin-bottom: 12px;
}

.servicos .beneficios .beneficio-texto h3,
.servicos-consultoria .beneficios .container h3 {
	color: #372e5b;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 12px;
	text-align: justify;
}

.servicos .beneficios .beneficio-texto h3:not(strong).title,
.servicos-consultoria .beneficios .beneficio-texto h3:not(strong).title {
	padding-top: 12px;
}

.servicos .beneficios .beneficio-texto h3:not(strong):not(.title),
.servicos-consultoria .beneficios .beneficio-texto h3:not(strong):not(.title) {
	margin-bottom: 32px;
}

/* .servicos-consultoria .beneficios .container h3 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.servicos-consultoria .beneficios .container .row .col-4 p{
	margin-top: 15px;
	
} */

.servicos .beneficios .beneficio-texto,
.servicos .beneficios .beneficio-trabalhamos,
.servicos-consultoria .beneficios .beneficio-texto,
.servicos-consultoria .beneficios .beneficio-trabalhamos  {
	padding-left: 30px;
}

.servicos .beneficio-lista {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -277%;
	margin-left: 550px;
	width: 100%;
}

.owl-dot active{
	background-color: #f9b441;
}

/* Novos CSS beneficio lista
---------------------------------- */
.servicos .beneficio-lista.outsourcing {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -258%;
	margin-left: 550px;
	width: 100%;
}

.servicos .beneficio-lista.desenvolvimento {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -287%;
	margin-left: 550px;
	width: 100%;
}

.servicos .beneficio-lista.otimizacao {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -191%;
	margin-left: 550px;
	width: 100%;
}

.servicos .beneficio-lista.api {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -42%;
	margin-left: -20px;
	width: 100%;
}

.servicos .beneficio-lista.especificacao {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -47%;
	margin-left: 20px;
	width: 100%;
}

.servicos-consultoria .beneficio-lista.gestao {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -245%;
	margin-left: 550px;
	width: 100%;
}

.servicos-consultoria .beneficio-lista.melhoria {
	background-color: white;
	border-radius: 0px 40px 15px 15px;
	margin-top: -200%;
	margin-left: 550px;
	width: 100%;
}  



.servicos-consultoria .beneficios .beneficio-trabalhamos.gestao{
	margin-top: 170px;
}

.servicos .beneficios .beneficio-trabalhamos.otimizacao{
	margin-top: 130px;
}

/* ---------------------- */


.servicos .beneficio-lista .beneficio-lista_cabecalho,
.servicos-consultoria .beneficio-lista .beneficio-lista_cabecalho {
	background-color: #413868;
	border-top-right-radius: 40px;
}
.servicos .beneficio-lista .beneficio-lista_cabecalho h3,
.servicos-consultoria .beneficio-lista .beneficio-lista_cabecalho h3 {
	color: white;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	padding: 25px 0px 25px 50px;
	margin: 0px;
}
.servicos .beneficio-lista .beneficio-lista_cabecalho h3 strong,
.servicos-consultoria .beneficio-lista .beneficio-lista_cabecalho h3 strong {
	color: #f9b441;
	font-weight: bold;
}
.servicos .beneficio-lista .beneficio-lista_divisor,
.servicos-consultoria .beneficio-lista .beneficio-lista_divisor {
	margin-bottom: 40px;
	position: relative;
	z-index: 10000;
	min-height: 5px;
	background: linear-gradient(90deg, #f9b53f 0%, #f9b53f 33.3333%, #f3973c 33.3333%, #f3973c 66.66666%, #ec555f 66.66666%)
}
.servicos .beneficio-lista .beneficio-lista_conteudo,
.servicos-consultoria .beneficio-lista .beneficio-lista_conteudo {
	box-shadow: 0px 4px 6px 0px #d4d3db;
	border-radius: 0px 0px 15px 15px;
	padding-bottom: 25px;
}
.servicos .beneficio-lista .beneficio-lista_items,
.servicos-consultoria .beneficio-lista .beneficio-lista_items {
	margin: 40px 50px;
	padding: 0px;
	list-style: none;
	position: relative;
}
.servicos .beneficio-lista .beneficio-lista_items li,
.servicos-consultoria .beneficio-lista .beneficio-lista_items li {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.servicos .beneficio-lista .beneficio-lista_items li::before,
.servicos-consultoria .beneficio-lista .beneficio-lista_items li::before {
	content: '>';
	color: transparent;
	background-image: url('../imgs/icones/seta-01.webp');
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: -0px;
}

/* Seção fale conosco
-------------------------------------------*/
.servicos .contato,
.servicos-consultoria .contato {
	padding-top: 30px;
	background-image: linear-gradient(to top, #e5e3ec 0px, #ffffff 317px);
}
.servicos .contato h2,
.servicos-consultoria .contato h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	margin-left: 15px;
	max-width: 400px;
	text-align: center;
}
.servicos .contato h2 strong,
.servicos-consultoria .contato h2 strong {
	font-weight: bold;
}
.servicos .contato button.fale-conosco,
.servicos-consultoria .contato button.fale-conosco {
	background-color: transparent;
	border: 1px solid #372e5b;
	border-radius: 28px;
	color: #372e5b;
	font-size: 18px;
	line-height: 1.33em;
	font-weight: bold;
	padding: 15px 80px;
	transition: background-color 0.3s, color 0.3s;
}
.servicos .contato button.fale-conosco:hover,
.servicos-consultoria .contato button.fale-conosco:hover {
	color: #f9b441;
	background-color: #372e5b;
}


/* Seção outros serviços
-------------------------------------------*/
h2.outros-servicos strong {
	color: #f9b441;
}
.servicos .solucoes-area,
.servicos-consultoria .solucoes-area {
	padding-bottom: 120px;
}


/* Rodapé das páginas de serviços
-------------------------------------------*/
.servicos .rodape-area,
.servicos-consultoria .rodape-area {
	border-top: 4px solid #f9b441;
}

.texto-principal h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	color: #372e5b;
}

.beneficio p {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
	color: #372e5b;
}

/* Seção tipos de projetos
-------------------------------------------*/
.servicos .tipos-projetos,
.servicos-consultoria .tipos-projetos {
	padding: 70px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A94B2;
	padding-bottom: 70px;
}
.servicos .tipos-projetos h2,
.servicos-consultoria .tipos-projetos h2 {
	color: #372e5b;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
}
.servicos .tipos-projetos h2 strong,
.servicos-consultoria .tipos-projetos h2 strong {
	font-weight: bold;
}
.tipos-projetos .tipos-projetos-desenvolvendo-aplicacoes-carousel,
.tipos-projetos .tipos-projetos-gestao-carousel,
.tipos-projetos .tipos-projetos-outsourcing-carousel,
.tipos-projetos .tipos-projetos-solucoes-carousel,
.tipos-projetos .tipos-projetos-infra-carousel {
	margin-left: 10px;
}

.owl-carousel .owl-stage:after {
    min-height: 10px;
}

/* Edicao individual das div tipo projeto */
.servicos .tipos-projetos .tipo-projeto.desenvolvimento {
	min-height: 450px;
	width: 100%
}

.servicos .tipos-projetos .tipo-projeto.especificacao {
	min-height: 550px;
	width: 100%
}

.servicos .tipos-projetos .tipo-projeto.outsourcing{
	min-height: 690px;
	width: 100%
}

.servicos-consultoria .tipos-projetos .tipo-projeto.aws{
	min-height: 600px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto.melhoria{
	min-height: 345px;
	/* margin: 0% */
}

.servicos-consultoria .tipos-projetos .owl-dots{
	margin-top: 0px !important;
}


/* .servicos-consultoria .tipos-projetos .tipo-projeto{
	min-width: 350px;
	min-height: 720px !important;	
} */
/* ---------- */

.servicos-consultoria .tipos-projetos .tipo-projeto .col-12{
	margin-bottom: 20px;	
}

.solucao-conteudo span{
	color: #372e5b;
	font-size: 16px;
}

.servicos .tipos-projetos .tipo-projeto {
	background-color: white;
	border-top: 3px solid #f9b441;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 8px 0px #d4d3db;
	padding: 30px 35px;
	margin: 30px 50px 0px 7px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto {
	background-color: white;
	border-top: 3px solid #f9b441;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 8px 0px #d4d3db;
	padding: 20px 25px;
	margin: 20px 10px 0px 7px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto.aws {
	background-color: white;
	border-top: 3px solid #f9b441;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 8px 0px #d4d3db;
	padding: 20px 25px;
	width: 100%;

	margin: 20px 0px 0px 0px;
}

.servicos .tipos-projetos .tipo-projeto img,
.servicos-consultoria .tipos-projetos .tipo-projeto img {
	float: left;
	margin-bottom: 15px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto img.icone_discos_armazenamento {
	width: 61px;
	height: 60px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto img.icone_analise {
	width: 68px;
	height: 60px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto img.icone_poupando_dinheiro {
	width: 60px;
	height: 60px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto img.icone_integracao_continua {
	width: 64px;
	height: 64px;
}

.servicos .tipos-projetos .tipo-projeto h3,
.servicos-consultoria .tipos-projetos .tipo-projeto h3 {
	color: #372e5b;
	color: #372e5b;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin: 20px 0px 13px;
}
.servicos .tipos-projetos .tipo-projeto p,
.servicos-consultoria .tipos-projetos .tipo-projeto p {
	color: #372e5b;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
.servicos .tipos-projetos .tipo-projeto-controle-back {
	color: white;
	height: 48px;
	width: 48px;
	background-color: #372e5b;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	transition: background-color 0.5s, opacity 0.5s;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	left: -40px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto-controle-back {
	color: white;
	height: 48px;
	width: 48px;
	background-color: #372e5b;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	transition: background-color 0.5s, opacity 0.5s;
	margin-top: -70px;
	left: -40px;
}

.servicos .tipos-projetos .tipo-projeto-controle-next {
	color: white;
	height: 48px;
	width: 48px;
	background-color: #372e5b;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	transition: background-color 0.5s, opacity 0.5s;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	right: -40px;
}

.servicos-consultoria .tipos-projetos .tipo-projeto-controle-next {
	color: white;
	height: 48px;
	width: 48px;
	background-color: #372e5b;
	opacity: 0.7;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	transition: background-color 0.5s, opacity 0.5s;
	margin-top: -70px;
}

.servicos .tipos-projetos .tipo-projeto-controle-back:hover,
.servicos .tipos-projetos .tipo-projeto-controle-next:hover,
.servicos-consultoria .tipos-projetos .tipo-projeto-controle-back:hover,
.servicos-consultoria .tipos-projetos .tipo-projeto-controle-next:hover {
	opacity: 1;
	cursor: pointer;
}
.servicos .tipos-projetos .tipo-projeto-controle-back .arrow,
.servicos .tipos-projetos .tipo-projeto-controle-next .arrow,
.servicos-consultoria .tipos-projetos .tipo-projeto-controle-back .arrow,
.servicos-consultoria .tipos-projetos .tipo-projeto-controle-next .arrow {
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 5px;
  opacity: 0.8;
}
.servicos .tipos-projetos .tipo-projeto-controle-back:hover .arrow,
.servicos .tipos-projetos .tipo-projeto-controle-next:hover .arrow,
.servicos-consultoria .tipos-projetos .tipo-projeto-controle-back:hover .arrow,
.servicos-consultoria .tipos-projetos .tipo-projeto-controle-next:hover .arrow {
	opacity: 0.7;
}


/* Aviso LGPD
-------------------------------------*/
.aviso-lgpd {
	background-color: #e5e3ec;
	color: #372e5b;
	font-size: 14px;
	line-height: 1.8em;
	padding: 30px 0px;
	box-shadow: 0px 0px 10px 2px gray;
	position: fixed;
	right: 0px;
	left: 0px;
	z-index: 999999999;
	opacity: 0;
	transition: opacity 0.5s;
}
.aviso-lgpd button{
	margin: 5px;
	min-width: 140px;
	margin-top: -50px;
}
.aviso-lgpd.visible {
	bottom: 0px;
	opacity: 1;
}
.aviso-lgpd .btn-lgpd-ok {
	font-size: 14px;
	font-weight: 600;
	color: #372e5b;
	background-color: #f9b441;
	border: none;
	border-radius: 28px;
	padding: 10px 30px;
	transition: color 0.5s, background-color 0.5s;
	float: right;
}

.aviso-lgpd .btn-lgpd-ok:hover {
	color: #f9b441;
	background-color: #372e5b;
}

.aviso-lgpd .btn-lgpd-not {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #df3535;
	border: none;
	border-radius: 28px;
	padding: 10px 30px;
	transition: color 0.5s, background-color 0.5s;
	float: right;
}
.aviso-lgpd .col-12 p{
	margin-bottom: 0px;
	margin-top: 20px;
}

#p-aviso{
	margin-top: 0px;
}

.aviso-lgpd .btn-lgpd-not:hover {
	color: #f9b441;
	background-color: #372e5b;
}

.aviso-lgpd a {
	color: #EB5660;
	text-decoration: underline;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.spinner {
	position: relative;
	height: 44px;
	margin-bottom: 8px;
}

.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 3px solid #ccc;
	border-top-color: #372e5b;
	animation: spinner .6s linear infinite;
}
input.field-error-1564778 {border-color: #f15858;} 
.title-cadastre {background: none;border: none;color: #372e5b;font-size: 20px;padding: 0;width: 100%;word-break: break-word;margin: 10px 0;}
.title-cadastre {border-radius: 0;min-height: 0;}

.cadastre .solucao-divisor{
    width: 100%; 
    max-width: 480px;
    min-height: 5px;
    background: linear-gradient(90deg, #f9b53f 0%, #f9b53f 33.3333%, #f3973c 33.3333%, #f3973c 66.66666%, #ec555f 66.66666%);
    /* position: absolute; */
    top: 70px; /* Alinha ao topo da .cadastre-container */
}

.cadastre {
	color: white;
	background-image: url("../imgs/fundos/fundo_techlines_parallax.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 70px 0px 70px 0px;
	position: relative;
}

.cadastre-container {
    display: flex;
    justify-content: center;
    align-items: center;
	min-height: 5px;
}

.cadastre-container .formbox-container {
    background: #fff;
    max-width: 550px;
	max-width: 480px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px; 
    padding: 20px;
}

.box-cadastre .inputBox-cadastre input {
	background-color: #dddbe6;
	border-radius: 23px;
	border: none;
	color: #372e5b;
	font-size: 12px;
	width: 85%;
	padding: 14px 25px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.box-cadastre .inputBox-cadastre {
    position: relative;
}
    
.box-cadastre .inputBox-cadastre label {
    position: absolute;
    top: 20px;
    left: 7.5%;
    padding: 14px 25px;
    font-size: 12px;
    pointer-events: none;
    transition: 0.5s;
    color: #372e5b;
}

.box-cadastre .inputBox-cadastre input:focus ~ label,
.box-cadastre .inputBox-cadastre input:not(:placeholder-shown) ~ label{
    top: 4px;
    left: 30px;
    color: #372e5b;
    font-size: 0.75rem;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
}

.box-cadastre .inputBox input:focus {
    outline: none;
    border: 2px solid #372e5b;
}

.btn-entre-contato {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #372e5b;
    background-color: #f9b441;
    border: none;
    border-radius: 23px;
    padding: 14px 25px;
    box-sizing: border-box;
    transition: color 0.5s, background-color 0.5s;
    width: 85%;
	margin: 20px 0;
}

.btn-entre-contato:hover {
	color: #f9b441;
	background-color: #372e5b;
}

.btn-entre-contato.success {
    background-color: green; 
    color: white; 
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.menu.color{
	background-color: rgb(242, 241, 243);
}

.servicos .tipos-projetos .tipo-projeto .tipo-desenvolvimento {
	margin-left: 6px;
	margin-right: 6px;
	max-width: unset;
}

.pag-blog .blogs .blog .blog-conteudo-previa p {
	margin-bottom: 10px;
}

.pag-blog .blogs .blog-divisor {
	margin-top: 35px;
	margin-bottom: 40px;
}

blockquote{
	color: #372e5b;
	padding: 10px;
}

#h4margin{
	margin-bottom: 20px;
}

.solucao-cabecalho .icon-consultoria-01{
	width: 108px;
	height: 108px;
}
.solucao-cabecalho .icon-desenv-01{
	width: 103px;
	height: 103px;
}


/* -------------------- */