:root{
	--color-primary: #27b6df;/*azul claro*/
	--color-soft: #e6f3fe;/*azul clarinho*/
	--color-default: #1b263f;/*azul escuro*/
	--color-highlight: #ffd000;/*amarelo*/
	--color-dark: #363636;/*quase preto*/
	--color-neutral: #5f5f5f;/*cinza*/
	--color-blue: #1e4ea2;/*azul médio*/
}
html{
	scroll-behavior: smooth;
}
body{
	color: var(--color-neutral);
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
    line-height: 1.6em;
}
*{
	transition: background .4s,border .3s,border-radius .3s,box-shadow .3s, transform .4s, color .3s;
}
.top-bar{
    border-bottom: 1px solid var(--color-soft);
    color: var(--color-dark);
    font-size: 0.875em;
    height: 49px;
}
.top-bar a{
    color: var(--color-dark);
    text-decoration: none;
}
a:hover, .top-bar a:hover{
	color: var(--color-primary);
}
.top-bar a:hover svg{
	fill: var(--color-primary);
}
.top-bar svg{
	fill: var(--color-dark);
}
.top-bar ul{
	margin: 0;
	padding: 0;
}
.top-bar li{
	list-style-type: none;
	float: left;
	margin: 13px 10px 0 0;
}
.top-icons{
	float: right;
	margin: 12px 0 0 15px;
	width: 16px;
	height: 16px;
}
.navigation{
	padding-top: 12px;
	padding-bottom: 12px;
}
.navbar li{
	color: inherit;
	font-size: 1em;
	line-height: 2.375em;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0 0 0 30px!important;
}
.navbar a:hover, .navbar a.active{
	color: var(--color-primary)!important;
}
.nav-item{
	word-wrap: normal;
	width: max-content;
}
.btn{
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-primary{
	background: var(--color-primary);
	border-color: var(--color-primary);
}
.btn-warning{
	color: var(--color-default);
	background: var(--color-highlight);
	border-color: var(--color-highlight);
}
.carousel-caption{
	text-align: left;
	font-size: 1.5em;
	line-height: 1.7em;
}
.carousel-caption h5{
	font-size: 2em;
}
.carousel-inner img.darken{
	filter: brightness(70%);
}
.carousel-item img {
	width: 100%;
}
.bg-blue{
	background: var(--color-soft);
}
.bg-dark-blue{
	background: url('../../content/images/bg-dark-blue.png');
	color: #fff;
}
.bg-pattern-blue{
	background: url('../../content/images/bg-blue.png');
}
.bg-blue, .bg-white, .bg-dark-blue, .bg-blue-logo{
	padding-top: 110px;
	padding-bottom: 110px;	
}
.bg-blue-logo{
	background: url('../../content/images/bg-blue-logo.png') var(--color-blue);
	color: #fff;
}
.vertical-card{
	border-color: var(--color-soft);
	box-shadow: 0 2px 4px 0 rgb(0 19 47 / 2%);
	padding: 20px;
	margin-bottom: 30px;
}
.vertical-card h5, .horizontal-card h5{
	padding: 10px 0;
	font-size: 1.5em!important;
	font-Weight: 900;
}
.vertical-card img{
	padding: 0 0 10px 0;
}
.horizontal-card{
	border-color: var(--color-soft);
	box-shadow: 0 2px 4px 0 rgb(0 19 47 / 2%);
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 30px;
}
.card-destaque-blog{
	border-color: var(--color-soft);
	border-radius: 30px;
	box-shadow: 0 2px 4px 0 rgb(0 19 47 / 2%);
	background: #fff;
	margin-bottom: 100px;
}
.card-destaque-blog:hover{
	box-shadow: 0 6px 12px 0 rgb(0 19 47 / 6%);
}
.card-destaque-blog h1{
	font-weight: 600;
}
.card-destaque-blog .card-title{
	padding: 50px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-title-vaga{
	font-size: 1.6em;
	font-weight: 600;
}
.card-destaque-blog .card-title span {
	font-size: 0.8em;
	margin-top: auto;
	align-self: flex-start;
}
.card-destaque-blog span{
	background: var(--color-soft);
	padding: 5px 15px;
	border-radius: 15px;
}
.card-destaque-blog a:hover h1, .card-destaque-blog a:hover span{
	color: var(--color-primary);
}
.card-destaque-blog img{
	border-radius: 0 30px 30px 0;
}
.vertical-resize {
  height: 40vh;
  width: 100%;
  object-fit: cover;
}
.card-destaque-blog a{
	text-decoration: none;
	color: var(--color-neutral);
}
.ler-post h1{
	font-weight: 500;
	font-size: 2.9em;
	text-align: center;
}
.ler-post-tag{
	background: #fff;
	padding: 5px 15px;
	border-radius: 15px;
	font-size: 0.8em;
}
.img-ler-post{
	border-radius: 30px;
}
.ler-post-subtitulo{
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3em;
	padding:  0 0 50px 0;
}
.ler-post p{
	font-size: 1.2em;
	line-height: 1.6em;
}
h6{
	color: var(--color-primary);
	font-size: 1.125em;
}
h1{
	padding-bottom: 15px;
	font-weight: 900;
}
.margin-bottom{
	margin-bottom: 40px;
}
.owl-carousel .owl-item img {
    display: initial;
    width: initial;
}
.owl-carousel .active span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background: var(--color-primary) !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}
.cargo{
	font-size: 0.75em;
	line-height: 1em;
	display: block;
	margin-top: -5px;
}
.counter{
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.counter-pre{
    color: var(--color-primary);
    font-size: 3em;
    font-weight: 900;
    line-height: 1.166667em;
    letter-spacing: -.48px;
}
.counter-num{
	font-size: 3em;
    font-weight: 900;
    line-height: 1.166667em;
    letter-spacing: -.48px;
}
h4.counter-tag{
	font-size: 0.875em;
    font-weight: 700;
    letter-spacing: -.48px;
    margin-bottom: 0;
}
.card-photo{
	border-style: solid;
    border-width: 1px;
    border-color: var(--color-soft);
    margin-bottom: 30px;
    border-radius: 30px;
}
.card-photo img{
	border-radius: 30px 30px 0 0;
}
.card-photo .card-title{
	/*color: var(--color-blue);*/
	font-weight: 900;
	font-size: 1.8em;
}
.card-text{
	padding: 15px 0 0 5px 0;
}
.card-photo .card-body{
	padding: 30px 30px;
}
.card-blog img{
	border-radius: 30px;
}
.card-blog a:hover img{
	box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);
}
.card-blog a{
	text-decoration: none;
	color: var(--color-neutral);
}
.card-blog a:hover{
	text-decoration: none;
	color: var(--color-primary);
}
.card-blog h3{
	font-size: 1.4em;
	font-weight: 600;
	padding: 25px 0 0 0;
}
.card-blog span{
	font-size: 0.9em;
}
.subtitle{
	font-size: 1.125em;
	color: var(--color-neutral);
}
.box-shadow:hover, .horizontal-card:hover, .box-testimonial:hover{
	box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);
	/*box-shadow:0px 10px 20px rgba(44,62,80,0.05);
	box-shadow:0px 0px 70px rgba(0, 0, 0, 0.35);
	box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0);*/
}
.box-img{
	border-radius: 3px;
	border: 1px solid;
	border-color: var(--color-soft);
	margin-bottom: 40px !important;
}
.box-img:hover{
	transform: scale(1.1);
}
.card-photo-horizontal{
	border:  none;
	background: var(--color-soft);
	margin-bottom: 40px;
}
.card-photo-horizontal .card-title, .card-photo-horizontal h6{
	color: var(--color-primary);
	font-size: 1.125em;
	font-weight: 600;
}
.card-photo-horizontal .card-text{
	font-size: 1.5em;
	line-height: 1.3333em;
	font-weight: 500;
}
.to_top[data-button-alignment=right]{
    right: calc(var(--frame-size,0px) + var(--sideButtonOffset,25px));
}
.to_top.active{
    display: block;
}
.to_top{
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: calc(var(--frame-size,0px) + var(--topButtonOffset,25px));
    z-index: 99;
    border:  1px solid var(--color-primary);
    padding: 4px;
    border-radius: 15px;
}
.to_top:hover{
    background: var(--color-primary);
}
.to_top span{
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.to_top .icon-arrow-up-line svg {
    fill: none;
    height: 1em;
    stroke: var(--color-primary);
    width: 1em;
}
.to_top:hover .icon-arrow-up-line svg {
    stroke: #fff;
}
footer{
	padding-top: 100px;
	padding-bottom: 40px;
	line-height: 1.65em;
}
footer a{
	text-decoration: none;
	color: var(--color-dark);
}
footer a:hover svg{
	fill: var(--color-primary);
}
.logo-footer{
	display: block;
	padding: 0 0 20px 0;
}
.link-footer{
	display: block;
	padding: 0 0 10px 0;
}
.link-footer:last-child{
	margin-bottom: 30px;
}
footer h6{
	font-size: 1.25em;
	color: var(--color-dark);
}
.nav-footer{
	padding-left: 0;
}
.nav-footer li{
	list-style-type: none;
	padding: 5px 0;
}
.social-icons-footer span{
	border: 2px solid var(--color-soft);
	padding: 7px;
	border-radius: 50%;
	display: table-cell;
}
.social-icons-footer span:hover{
	border: 2px solid var(--color-primary);
}
.social-icons-footer svg{
	width: 18px;
	height: auto;
	float: left;
}
.footer-bar{
	border-top: 1px solid var(--color-soft);
	margin-top: 50px;
	padding-top: 30px;
}
.footer-bar span{
	color: rgba(62, 60, 60, 0.5);
}
.privacy li{
	float: right;
	list-style-type: none;
	padding: 0 0 0 30px;
}
.fixed-top{
	background: #fff;
	box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);
}
.fixed-top .navigation{
	padding-top: 15px;
	padding-bottom: 15px;
}
.fixed-top .navbar{
	padding-top: 0px;
	padding-bottom: 0;
}
.dropdown-menu{
	border: none;
	border-radius: 30px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.44);
	padding: 20px;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item.active{
	background: none;
}
.btn-whats{
	position: fixed;
    bottom: 4%;
    right: 55px;
    width: 60px;
    height: 60px;
    background: #25d366;
    box-shadow: 0 3px 6px #2f409524;
    border: 4px solid #d3f6e0;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}
.banner-internal .carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.box-count{
	text-align: center;
	border: solid 1px var(--color-soft);
    margin: 0 0 10px 0;
    padding: 15px;
    border-radius: 3px;
}
.box-count h4{
    font-weight: 900;
    font-Size: 1.125em;
    line-height: 1.5em;
    letter-Spacing: -0.03em;
}
.box-testimonial{
	border: solid 1px var(--color-soft);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
}
.testimonial{
	padding-top: 10px;
}
.quote{
	margin-bottom: 15px;
}
.form-control{
	border-radius: 30px;
}
.form-contact{
	background-color: var(--color-soft);
	padding: 45px 35px;
	border-radius: 10px;
}
.form-label{
	font-size: 1em;
    line-height: 1.625em;
}
input, select{
	height: 50px;
	margin-bottom: 15px;
}
textarea{
	margin-bottom: 25px;
}
::-webkit-input-placeholder{
  color: var(--color-neutral)!important;
}
:-ms-input-placeholder{
  color: var(--color-neutral)!important;
}
::placeholder{
  color: var(--color-neutral)!important;
}
.list-contacts{
	border-bottom: 1px solid var(--color-soft);
	padding: 20px 0;
}
.list-contacts-last{
	padding: 20px 0;
}
.list-contacts a, .list-contacts-last a{
	text-decoration: none;
	color: var(--color-neutral);
}
.list-info span{
	font-weight: bold;
	display: block;
}
.gallery a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.gallery a:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
  cursor: pointer;
}
.glightbox-clean .gslide-title, .glightbox-clean .gslide-desc{
	color: var(--color-neutral);
	font-family: 'Montserrat', sans-serif;
}
.glightbox-clean .gslide-title{
	font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 500;
}
.glightbox-clean .gslide-desc{
	font-size: 1em;
    line-height: 1.6em;
}
@media only screen and (max-width: 820px){
	.carousel-item img {
		width: initial;
	}
	.carousel-caption h5{
		font-size: 1.6em;
	}
}
@media only screen and (max-width: 768px){
	.top-bar{
		display: none;
	}
	.carousel-caption{
		text-align: left;
		font-size: 1.2em;
		line-height: 1.6em;
	}
	.carousel-caption h5{
		font-size: 1.6em;
	}
	.img-margin-sm{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-bar{
		text-align: center;
	}
	.privacy li{
		padding: 0;
		float: none;
	}
	.counter .row div{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 414px){
	.carousel-caption{
		text-align: left;
		font-size: 0.7em;
		line-height: 1.4em;
	}
	.carousel-caption h5{
		font-size: 1.3em;
	}
	.bg-blue, .bg-white, .bg-dark-blue, .bg-blue-logo{
		padding-top: 80px;
		padding-bottom: 80px;	
	}
	.banner-internal img{
		margin-left: -200%;
	}
	.card-destaque-blog img{
		border-radius: 30px 30px 0 0;
	}
}
