@font-face {
    font-family: 'Carmen Sans';
    src: url('css/fontes/CarmenSans-Regular.woff2') format('woff2'),
        url('css/fontes/CarmenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Carmen Sans';
    src: url('css/fontes/CarmenSans-Bold.woff2') format('woff2'),
        url('css/fontes/CarmenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Carmen Sans';
    src: url('css/fontes/CarmenSans-Medium.woff2') format('woff2'),
        url('css/fontes/CarmenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Carmen Sans';
    src: url('css/fontes/CarmenSans-SemiBold.woff2') format('woff2'),
        url('css/fontes/CarmenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Carmen Sans';
    src: url('css/fontes/CarmenSans-Heavy.woff2') format('woff2'),
        url('css/fontes/CarmenSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar-thumb {
	background-color: #008049; 
}
::-webkit-scrollbar {
	width: 8px;
}

.grecaptcha-badge{
  display: none;
}

#aviso-cookies{
  position: fixed;
    bottom: 0;
    padding: 15px 15px;
    background: #FFF;
    z-index: 800;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
    -moz-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
}


.ul-whatsapp {
  position: fixed;
  width: 25%;
  left: -100px;
  bottom: -90px;
  background: #f3f3f3;
  border-radius: 8px;
  z-index: 999;
  box-shadow: 0 0 25px -5px #8c8c8c;
  transition: all ease-in-out .25s;
  transform: scale(0);
}

.ul-whatsapp .foto-whatsapp {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}

.ul-whatsapp .foto-whatsapp .foto {
  background-image: url(../img/logo-uaau-whats.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  float: left;
}

.whatsapp2 {
  background: linear-gradient(115deg, #0dc152, #0dc152, #1e904a);
  box-shadow: 0 0 25px -5px #3e3e3e;
  opacity: .85;
  width: 180px;
  padding: 15px 0;
  text-align: center;
  transition: all ease-in-out .2s;
  border-radius: 20px;
  position: fixed;
  font-size: 16px;
  left: 25px;
  bottom: 15px;
  z-index: 151;
  color: #fff;
  cursor: pointer;
}

.whatsapp i,
.whatsapp2 span {
  margin-right: 10px;
  float: left;
  margin-top: -2px;
}

.whatsapp2 img {
  margin-left: 15px;
  margin-right: 10px;
  width: auto;
  display: unset;
  float: left;
}

.info-wpp p {
  margin-bottom: 0;
}

.info-wpp,
.whatsapp i,
.whatsapp span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-size: 19px;
  color: #000;
  margin-left: 10px;
}

.info-wpp p {
  font-size: 19px;
}

.ul-whatsapp.shown {
  transform: scale(1);
  bottom: 90px;
  left: 20px;
}

.ul-whatsapp li {
  border-bottom: 1px solid #d8d8d8;
  transition: all ease-in-out .2s;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.ul-whatsapp li a {
  float: left;
  width: 100%;
  padding: 12px;
}

.ul-whatsapp li:hover:not(.topo-whats) {
  background: #e0e0e0;
}

.ul-whatsapp li i {
  color: #0dc152;
  float: left;
  font-size: 2.5rem;
  margin-right: 15px;
}

.ul-whatsapp::after {
  z-index: -1;
  display: inline-block;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 10px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #f3f3f3;
}

.topo-whats {
  color: #fff;
  background: #0dc152;
  padding: 15px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1rem;
}

.cont-wpp {
  padding: 10px;
}

.cont-wpp .foto {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.cont-wpp .foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Carmen Sans';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #3A3A3C;
}
body.home{
	background-image: url(images/bg_veredas.png);
	background-repeat: no-repeat;
	background-position: top center;
        background-size: contain;
}
.topo{
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
}
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	transition: all 0.5s;
}
header.menufixo{
	background-color: #FFFFFF;
	padding: 10px 0;
}
a.logo{
	max-width: 190px;
	width: 100%;
	height: auto;
	cursor: pointer;
}
a.logo img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
  height: 75px;
}
header.menufixo a.logo img{
	width: 80%;
}
nav{
	position: relative;
}
nav ul{
	padding: 0 0 0 0;
	list-style: none;
	float: right;
	padding-top: 20px;
}
nav ul li{
	display: inline-block;
	margin: 0px 10px;
}
nav ul li a{
	padding: 15px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #0F2F27;
	position: relative;
}
nav ul li a.ctamenu1{
	padding: 15px 30px;
	background: #F08124;
	border-radius: 7px;
	color: #FFFFFF;
}
nav ul li a img{
	width: 9px;
	height: auto;
	margin-left: 5px;
}
nav ul li a:hover,
nav ul li a.ativo{
	cursor: pointer;
	text-decoration: none;
	color: #3A3A3C;
}
nav ul li a.ctamenu1:hover{
	background-color: #3A3A3C;
	border-color :#3A3A3C;
	color: #FFFFFF;
	font-weight: 600;
}
nav ul li ul{
	display: none;
}
nav ul li:hover ul{
	display: block;
	position: absolute;
	background-color: #fff;
	padding: 15px 15px 15px 0;
	border-radius: 0 0 20px 20px;
}
nav ul li:hover ul li{
	display: block;
}
nav ul li ul li a{
	display: block;
	padding: 3px 20px;
}
.menuMobile{
	border: 0;
	border-radius: 0;
	padding: 8px;
	background-color: #fff;
	cursor: pointer;
	float: right;
}
.menuMobile:hover{
	opacity: 0.8;
}
.overlayMenu{
	height: 100%;
	width: 0%;
	background-color: #FFFFFF;
	z-index: 1200;
	position: fixed;
	right: 0;
	top: 0;
	overflow-x: hidden;
	transition: all 0.5s;
}
.closeMenu{
	position: absolute;
	top: 25px;
	right: 10px;
}
.menuConteudo a.logo img{
	max-width: 250px;
}
.menuConteudo nav ul{
	padding-top: 50px;
	float: left;
	padding-left: 0px;
}
.menuConteudo nav ul li{
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
}
.menuConteudo{
	padding: 40px;
}
.mleft{
	margin-left: 20px;
}
.destaque h1{
	margin-top: 100px;
	font-weight: 800;
	font-size: 62px;
	line-height: 62px;
	letter-spacing: -2px;
	color: #008049;
}
.destaque p{
    margin: 30px 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -1.5px;color: #3A3A3C;
}
a.ctaDefault{
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
	background: #F08124;
	border-radius: 7px;
    padding: 20px 60px;
}
a.ctaDefault:hover{
	background-color: #3A3A3C;
	text-decoration: none;
}
img.imagemTopo{
	width: 85%;
	height: auto;
	max-width: 900px;
	margin-left: 7%;
}
h2.tituloPadrao{
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 24px;
	line-height: 70px;
	color: #0F2F27;
	position: relative;
	letter-spacing: -1px;
}
h2.tituloPadrao:after{
	content: '';
	position: absolute;
	width: 35px;
	height: 5px;
	left: 0px;
	bottom: 12px;
	background: #008049;
	border-radius: 30px;
}
p{
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	color: #3A3A3C;
	letter-spacing: -0.5px;
}
.linkPadrao{
	font-weight: 800;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF !important;
	background: #F08124;
	border-radius: 7px;
	min-width: 380px;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
}
.linkPadrao:hover{
	background-color: #3A3A3C;
	text-decoration: none;
}
.linkPadrao img{
	width: 15px;
	height: auto;
}
.linkPadrao:hover img{
	-webkit-filter: brightness(1) invert(1);
  	filter: brightness(1) invert(1);
}
.linkPadrao2{
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF !important;
	background: #F08124;
	border-radius: 7px;
	min-width: 260px;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
}
.linkPadrao2:hover{
	background-color: #3A3A3C;
	text-decoration: none;
}
.linkPadrao2 img{
	width: 20px;
	height: auto;
	margin-left: 5px;
}
.sobre{
	padding: 60px 0 60px 0;
}
.sobre img{
	width: 100%;
	height: auto;
}
.sobre h5{
	padding-top: 150px;
}

.areaVideo {
  width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.areaVideo iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.numeros{
	padding: 60px 0;
}
.areaNumeros{
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 13px;
	position: relative;
}
.iconeNumero{
	display: inline-block;
	text-align: center;
	width: 25%;
	vertical-align: top;
  height: 100px;
}
.iconeNumero img{
	width: auto; 
	height: 70px;
  object-fit: contain;
	max-width: 90px;
	margin-top: 10px;
}
.contagemNumero{
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin-left: 3%;
}
.contagemNumero h4{
	font-weight: 900;
	font-size: 32px;
	line-height: 70px;
	align-items: center;
	letter-spacing: -1px;
	color: #3A3A3C;
}
.contagemNumero h4 span.infoCounter{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -1px;
	color: #3A3A3C;
	display: block;
	margin-top: -20px;
}
.tituloNumeros{
	background: #3A3A3C;
	box-shadow: 0px 10px 25px -1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
	padding: 10px 60px;
	top: -25px;
	position: absolute;
	display: inline-block;
}
.marg50{
	margin: 50px 0;
}
.solucoes{
	padding: 60px 0;
}
.infoSolucoes{
	margin: 10px 0 100px 0;
}
.infoSolucoes h3{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.8px;
	color: #0F2F27;
	margin-bottom: 15px;
}
.infoSolucoes p{
	max-width: 590px;
}
.boxSolucoes{
	margin-top: 30px;
	width: 49%;
	display: inline-flex;
    vertical-align: top;
}
.imgBoxSolu{
	width: 70px;
    height: 70px;
    display: inline-grid;
    text-align: center;
    padding: 10px 13px;
    background: #E0F0D4;
    border-radius: 12px;
	justify-content: center; 
	align-items: center; 
}
.imgBoxSolu img{
	height: auto;
	width: 40px;
}
.txtBoxSolu{
	margin-left: 12px;
	padding-right: 15%;
}
.txtBoxSolu h4{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #008049;
}
.txtBoxSolu p{
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
}
.infoSolucoes .linkPadrao{
	margin-top: 40px;
}
.infoSolucoes .foto{
	height: 530px;
	border-radius: 100px;
}
.infoSolucoes .foto img{
	border-radius: 20px;
}
.foto img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.depoimentos{
	padding: 40px 0;
	position: relative;
}
.depoimentos h2.tituloPadrao,
.blog h2.tituloPadrao{
	margin-bottom: 0;
}
.areaSwiper{
	width: 100%;
	position: relative;
    padding: 0px 0px;
	box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
	background-color: transparent;
	margin-top: 40px;
}
.boxDepo{
	background: #FFFFFF;
	border-radius: 19px;
	padding: 60px 60px 100px 60px;
	text-align: left;
	box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
	position: relative;
	margin-top: 40px;
}
.fotoDepo{
	width: 65px;
	height: 65px;
	position: absolute;
	top: -30px;
}
.fotoDepo img{
	border-radius: 12px;
        object-fit: contain !important;
}
.infoDepo{
	display: inline-flex;
	justify-content: center; 
	align-items: center; 
	margin-bottom: 20px;
}
.infoDepo h4{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	margin-left: 20px;
	margin-bottom: 0;
}
.infoDepo h4 span{
	color: #008049;
}
.boxDepo p{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #909399;
}
.logoDepo{
	width: 85px;
	height: 55px;
	border-radius: 10px;
}
.boxDepo .linkPadrao2{
	position: absolute;
	bottom: 30px;
	left: 60px;
}
.swiperControles{
	display: block;
	position: absolute;
	top: -80px;
	right: 0;
	height: 30px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev1,
.swiper-button-prev2{
	left: auto;
	right: 60px;
}
.swiper-button-next1,
.swiper-button-next2{
	right: 0px;
}
.swiper-pagination1,
.swiper-pagination2{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: #DADADA !important;
	border-radius: 75px;
	opacity: 1;
	transition: all 0.2s;
	height: 5px;
	width: 17px;
}
.swiper-pagination-bullet-active{
	width: 48px;
	height: 5px;
	background: #3A3A3C !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto !important;
	left: auto;
	right: 100px;
}
.blog{
	padding: 60px 0;
}
.boxCard{
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 10px;
	padding: 15px 15px 40px 15px;
	height: 100%;
	margin-bottom: 20px;
}
.boxCard img{
	border-radius: 17px;
}
.boxCard .foto{
	height: 150px;
	margin-bottom: 30px;
}

.boxCard2 .foto{
  height: 300px;
  cursor: pointer;
  margin-bottom: 2rem;
}

.boxCard h3{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #342E37;
	font-weight: 700;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: -0.5px;
	color: #3A3A3C;	
	padding: 0 10px;
}

.boxCard.blogCard h3 {
  height: 2.8rem;
  overflow: hidden;
}

.boxCard p,
.conteudo .boxCard p{
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.5px;
	color: #909399;
	padding: 0 10px;
}
.boxCard a.linkBlog{
	font-weight: 700;
	font-size: 12px;
	color: #008049;	padding: 0 10px;
}
.boxCard a.linkBlog img{
	width: 6px;
	margin-left: 10px;
	margin-bottom: 0;
}
.etiqueta{
	position: absolute;
	width: 124px;
	height: 25px;
	background: #008049;
	border-radius: 68px;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	text-align: center;
	padding: 6px;
	margin-top: -45px;
	margin-left: 10px;
}
.contato{
	padding: 100px 0;
	background-color: #008049;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
        background-image:url('images/bg_veredas.png');
}
.contato h3{
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	display: flex;
	align-items: center;
	letter-spacing: -1px;
	color: #FFFFFF;
}
.contato p{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	max-width: 425px;
}
.contato h5{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	margin-top: 30px;
	display: flex;
}
.contato h5 b{
	font-weight: 900;
}
.contato h5 img{
	width: 36px;
	height: auto;
	margin-right: 20px;
}
.contato a{
	color: #FFFFFF;
}
.contato .linkPadrao3{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.8px;
	border: 2px solid #FFFFFF;
	border-radius: 56px;
	color: #FFFFFF;
	padding: 5px 35px;
	margin-top: 140px;
	display: inline-block;
    max-width: 180px;
}
.contato .linkPadrao3:hover{
	color: #008049;
	background-color: #FFFFFF;
	text-decoration: none;
}
.boxContato{
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 12px;
	width: 100%;
	padding: 50px 60px;
}
form label{
	font-weight: bold;
    margin-bottom: 0px;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.5px;
	color: #909399;
}
form label.labelRadio{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.form-control{
	background: #F8FAFC;
	border-radius: 5px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
	font-size: 12px;
	margin-bottom: 25px;
	font-family: 'Carmen Sans';
}
textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto;
	margin: 25px auto 0 auto;
	font-weight: bold;
	color: #FFFFFF;
	background: #F08124;
	border-radius: 4px;
	width: 260px;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -130px;
}
.formsubmit:hover{
	background-color: #3A3A3C;
	text-decoration: none;
}
input[type=radio]{
	margin-top: 10px;
	border: 0px;
    width: 30%;
    height: 1.5em;
	vertical-align: bottom;
}
.mb25{
	margin-bottom: 25px;
}
.rodape{
	padding-top: 90px;
}
img.logorodape{
	width: 100%;
	height: auto;
	display: block;
	max-width: 270px;
}
.rodape h5{
	font-weight: 900;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: -0.5px;
	color: #008049;
	margin-left: 10px;
}

.rodape .endereco{
    position: relative;
    margin-bottom: 1rem;
}

.rodape h5.endereco:not(:last-child):before{
    height: 4px;
    width: 41px;
    background-color: #F08124;
    content: ' ';
    position: absolute;
    bottom: -6px;
}

.rodape .linkPadrao2{
	display: inline-block;
	margin-top: 30px;
}
.rodape h4{
	font-weight: 600;
	font-size: 22px;
	line-height: 51px;
	color: #342E37;
	position: relative;
}
.rodape h4:after{
	content: '';
	position: absolute;
	width: 35px;
	height: 5px;
	left: 0px;
	bottom: 5px;
	background: #008049;
	border-radius: 30px;
}
.menuFast{
	margin-bottom: 35px;
}
.menuFast a{
	font-weight: bold;
	font-size: 16px;
	line-height: 51px;
	color: #909399;
	display: block;
}
.menuFast a:hover{
	color: #342E37;
	text-decoration: none;
}
.social{
	margin-top: 20px;
}
.social a{
	margin: 10px 20px 0 0;
}
.social a:hover{
	text-decoration: none;
}
.social a:hover img{
	-webkit-filter: brightness(1) invert(1);
  	filter: brightness(1) invert(1);
}
.rodape hr{
	background: #C4C4C4;
}
.uaau{
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.barraTopo{
	height: 140px;
	width: 100%;
}
.conteudo{
	position: relative;
	padding-top: 50px;
}
.bgConteudo{
	position: absolute;
	top: 0;
	width: 100%;
	height: 430px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.bgContato{
	background-image: url(images/bg_contato.jpg);
}


.conteudo h1{
	font-weight: bold;
	font-size: 36px;
	line-height: 70px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	position: relative;
}
.conteudo h1:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 8px;
	left: 0px;
	bottom: 4px;
	background: #FFFFFF;
	border-radius: 30px;
}
.imagemInstitucional{
	margin: 50px 0 100px 0;
}
.imagemInstitucional .foto{
	height: 500px;
}
.imagemInstitucional img {
	border-radius: 15px;
}
.conteudo p{
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: -0.5px;
	color: #909399;
	margin-bottom: 30px;
}
.boxSobre{
	background: #FFFFFF;
	box-shadow: 0px 45.3777px 73.16px 33.3387px rgba(202, 209, 220, 0.2);
	border-radius: 17.5955px;
	padding: 65px 55px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.aspas{
	background-image: url(images/aspas.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 128px;
    height: 230px;
    position: absolute;
    top: -20px;
    left: -40px;
}
.boxSobre .foto{
	width: 165px;
	height: 165px;
	border-radius: 100%;
  overflow: hidden;
	border: 7px solid #008049;
	margin: 0 auto;
}
.boxSobre p{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #909399;
	font-style: italic;
	margin: 40px 0 80px 0;
}
.boxSobre h3{
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	letter-spacing: -1.5px;
	color: #342E37;
	margin-bottom: 0;
}
.boxSobre hr{
	width: 114px;
	height: 4px;
	left: 1202px;
	top: 1428px;
	background: #008049;
    margin: 8px auto;
}
.boxSobre h4{
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	letter-spacing: -1px;
	color: #7A8095;
}
a.boxPadrao{
	background: #FFFFFF;
	box-shadow: 0px 45.3777px 73.16px 33.3387px rgba(202, 209, 220, 0.2);
	border-radius: 17.5955px;
	padding: 20px 20px 20px 20px;
	margin-top: 30px;
	display: block;
  height: 575px;
}
.boxPadrao h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	text-align: center;
	letter-spacing: -0.8px;
	color: #0F2F27;
}
a.boxPadrao:hover{
	background-color: #efefef;
	cursor: pointer;
	text-decoration: none;
}
.verMais{
	display: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.8px;
	color: #2D3134;
	height: 30px;
	transition: all 0.2s;
}
a.boxPadrao:hover .verMais{
	display: block;
}
.boxPadrao .foto{
	height: 450px;
	transition: all 0.2s;
}
.boxPadrao:hover .foto{
	height: 420px;
	transition: all 0.2s;
}
.boxPadrao .foto img{
	border-radius: 20px;
}

.politica-qualidade h2{
    color: #008049;
        font-weight: bold;
    font-size: 36px;
    line-height: 70px;
    letter-spacing: -1.5px;
    position: relative;
}

.politica-qualidade .topicos img {
    height: 25px;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
}

.politica-qualidade .topicos .topico {
    float: left;
    width: calc(100% - 45px);
}

.solucoesInterna{
	margin: 40px 0;
}
.solucoesInterna h1{
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.8px;
	color: #008049;
	line-height: 20px;
	margin-top: 10px;
}
.solucoesInterna h1::after{
	display: none;
}
.solucoesInterna h3{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	max-width: 460px;
}
.solucoesInterna h5{
	font-weight: 900;
	font-size: 12px;
	letter-spacing: -0.5px;
	color: #008049;
	border: 2px solid #008049;
	border-radius: 48px;
	padding: 10px 30px;
	display: inline-block;
}
.solucoesInterna p{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #909399;
	max-width: 460px;
}
.solucoesInterna .foto{
	height: 520px;
	margin-bottom: 20px;
  position: sticky;
  top: 100px;
}
.solucoesInterna .foto img{
	border-radius: 20px;
}
.boxSolucoesInterno{
	background: #FFFFFF;
	box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
	border-radius: 18px;
	padding: 40px 50px 60px 50px;
	text-align: center;
	min-height: 300px;
  margin-bottom: 2rem;
}
.boxSolucoesInterno .txtBoxSolu{
	padding: 0;
}
.boxSolucoesInterno .txtBoxSolu h4{
	margin: 10px 0;
}
.boxSolucoesInterno p{
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	margin-bottom: 0;
}
.contatoPage h5{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.8px;
	color: #008049;
	margin-top: 30px;
	display: flex;
}
.contatoPage h5 b{
	font-weight: 900;
}
.contatoPage h5 img{
	width: 36px;
	height: auto;
	margin-right: 20px;
}
.contatoPage a{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.8px;
	border: 2px solid #008049;
	border-radius: 56px;
	color: #008049;
	padding: 5px 35px;
	margin-top: 40px;
	display: inline-block;
}
.contatoPage a:hover{
	color: #FFFFFF;
	background-color: #008049;
	text-decoration: none;
}
.contatoPage p{
	margin-bottom: 280px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	max-width: 360px;
}
p.txtInterno{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	max-width: 510px;
}
.boxCard{
	box-sizing: border-box;
	margin-bottom: 30px;
	height: auto;
}
.navegacao{
	margin: 45px 0;
	text-align: center;
	width: 100%;
	display: block;
}
.navegacao a{
	font-weight: bold;
	font-size: 16px;
	align-items: center;
	letter-spacing: -0.5px;
	color: #008049;
	height: 35px;
	width: 35px;
	text-align: center;
	padding-top: 6px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 5px;
}
.navegacao a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.navegacao a.ativo{
	color: #ffffff;
	background-color: #008049;
}
.navegacao a.indisponivel{
	opacity: 0;
}
.navegacao a.indisponivel:hover{
	opacity: 0;
}
.navegacao a img{
	width: 17px;
	height: auto;
}
.busca{
	background: rgba(255,255,255,0.2);
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}
.form-busca{
	background: none;
	border: none;
	width: 80%;
	display: inline-block;
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.form-busca-submit{
	background: transparent;
    border: none;
    text-align: center;
    border-radius: 4px;
    height: 35px;
    width: 40px;
    float: right;
}
.form-busca-submit:hover{
	opacity: 0.8;
}
.formSelectDrop{
	position: relative;
	height: 80px;
	display: block;
	margin-bottom: 30px;
}
.formSelect{
	position: absolute;
	background: rgba(255,255,255,0.2);
	border-radius: 5px;
	width: 100%;
	height: 70px;
	z-index: 30;
}
.formSelectVisible{
	font-weight: 500;
	font-size: 14px;
	color: #B3B7C6;
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 10px;
}
.formSelectVisible img{
	transform: rotate(0deg);
	-webkit-filter: brightness(0) invert(0);
  	filter: brightness(0) invert(0);
	float: right;
	margin-top: 10px;
	transition: all 0.2s;
}
.formSelect:hover .formSelectVisible img{
	transform: rotate(-180deg);
}
.formSelect:hover{
	height: 100%;
	display: block;
}
.formSelect:hover .formSelectOptions{
	height: 100%;
	visibility: visible;
	padding-top: 20px;
}
.formSelectOptions{
	height: 0;
	visibility: hidden;
}
.formSelectOptions a{
	font-weight: 500;
	font-size: 14px;
	color: #342E37;
	display: block;
	width: 100%;
	padding: 15px 0;
}
.clear{
	clear: both;
}
.postPage .etiqueta{
	position: relative;
	width: auto;
	min-width: 120px;
	margin-top: 0px;
	margin-left: 0px;
	display: inline-block;
	margin-bottom: 10px;
}
.postPage h1{
	font-weight: bold;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	margin-bottom: 10px;
}
.postPage h1:after{
	display: none;
}
.postPage .foto{
	height: 500px;
}
.postPage .foto img{
	border-radius: 20px;
}

.postPage .texto img{
  max-width: 100%;
  height: auto;
}

.post hr{
	margin: 20px 0;
}
.compartilhe{
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	color: #008049;
	margin-top: 20px;
}
.post .social{
	float: right;
	margin-top: -10px;
}
.post .social a {
	width: 25px;
	display: inline-block;
}
.post .social a img{
	height: 25px;
	width: 100%;
}
.post .social a:hover{
	opacity: 0.8;
}
.postConteudo p{
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.5px;
	color: #909399;
}
h4.tituloInterno{
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	margin-top: 60px;
}
.linkPadrao4{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: -0.8px;
	border: 2px solid #FFFFFF;
	border-radius: 56px;
	color: #FFFFFF;
	padding: 5px 35px;
	display: inline-block;
}
.linkPadrao4:hover{
	color: #008049;
	background-color: #FFFFFF;
	text-decoration: none;
}
.boxVaga{
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	background: #FFFFFF;
	border-radius: 18px;
	padding: 40px;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.boxVaga h2{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	max-width: 80%;
}
.boxVaga .labelVagas{
	background: #B9DF9C;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	align-items: center;
	letter-spacing: -0.5px;
	color: #008049;
	width: 100px;
	height: 35px;
	position: absolute;
	right: 40px;
	top: 40px;
	padding-top: 5px;
	text-align: center;
}
.boxVaga h5{
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	display: flex;
	align-items: center;
	letter-spacing: -0.5px;
	color: #293646;
}
.boxVaga h5 img{
	width: 16px;
	margin-right: 7px;
}
.boxVaga h6{
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #909399;
	margin-bottom: 0;
}
.boxVaga h6 img{
	width: 13px;
	margin-right: 7px;
}
.boxVaga p{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #909399;
	margin-top: 30px;
}
.boxVaga p b{
	font-weight: bold;
}
.boxVaga .linksVaga{
	display: inline-flex;
	width: 100%;
}
.boxVaga .linkPadrao2{
	width: 60%;
}
.boxVaga .linkPadrao5{
	font-weight: 900;
	font-size: 14px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: -0.5px;
	text-decoration-line: underline;
	color: #008049;
	width: 40%;
}
.boxVaga .linkPadrao5:hover{
	color: #3A3A3C;
}
.boxDepoVaga{
	background: #FFFFFF;
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 18px;
	padding: 100px 50px 110px 50px;
	text-align: center;
	position: relative;
	margin-top: 100px;
}
.boxDepoVaga h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #008049;
	margin-bottom: 0;
}
.boxDepoVaga h4{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #3A3A3C;
}
.boxDepoVaga p{
	font-weight: 500;
	font-size: 12px;
	line-height: 23px;
	letter-spacing: -0.5px;
	color: #909399;
	text-align: left;
	margin-top: 30px;
}
.boxDepoVaga p b{
	font-weight: bold;
}
h3.tituloPadrao{
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	display: flex;
	align-items: center;
	letter-spacing: -0.5px;
	color: #008049;
}
.depoimentoVagas{
	margin-top: 100px;
}
.boxDepoVaga .foto{
	width: 160px;
	height: 160px;
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -80px;
}
.boxDepoVaga .foto img{
	border-radius: 100%;
}
.depoimentoVagas .areaSwiper{
	box-shadow: 0px 45px 73px 33px rgba(202, 209, 220, 0.2);
}
.outrosPosts h4{
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #008049;
	margin: 50px 0 20px 0;
}
.outrasVagas{
	padding: 50px 0 20px 0;
}
.outrasVagas h4{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
}
.outrasVagas p{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
}
.postVaga h2{
	font-weight: 900;
	font-size: 12px;
	letter-spacing: -0.5px;
	color: #008049;
	border: 2px solid #008049;
	border-radius: 48px;
	padding: 10px 30px;
	display: inline-block;
}
.postVaga h1{
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #008049;
	margin: 10px 0;
}
.postVaga h1:after{
	display: none;
}
.postVaga h5{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	display: flex;
	align-items: center;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	margin-bottom: 25px;
}
.postVaga h5 img{
	width: 18px;
	margin-right: 7px;
}
.boxVaga h4{
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #008049;
}
.postVaga .boxVaga p b{
	color: #293646;
}
.postVaga .boxVaga .linkPadrao2 {
    width: 60%;
}
.outrasVagas .boxVaga .linkPadrao5{
	width: 100%;
	text-align: left;
	margin-top: 15px;
	justify-content: left;
}
.resumoVaga{
	border: 1px solid #008049;
	border-radius: 24px;
	padding: 30px 65px 30px 160px;
    margin: 10px 0 0 -100px;
	z-index: 0;
	max-width: 550px;
}
.resumoVaga h4{
	font-weight: 800;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.7px;
	color: #008049;
}
.resumoVaga h6{
	font-weight: 700;
	font-size: 13px;
	line-height: 25px;
}
.resumoVaga h6 img{
	-webkit-filter: brightness(0) invert(0);
  	filter: brightness(0) invert(0);
}
.resumoVaga p{
	font-weight: 700;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: -0.5px;
}
.resumoVaga p b{
	color: #3A3A3C;
}
.modal-dialog{
	margin: 0.5rem;
}
.modal-body{
	box-shadow: 0px 6px 13px 5px rgba(0,0,0,0.1);
	background-color: #fff;
	border-radius: 15px;
}
.modalForm{
	padding: 40px 60px;
	position: relative;
	width: 80vw;
	left: 10vw;
}
.modalForm h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #2D3134;
	text-align: center;
}
.modal-body p{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	text-align: center;
	margin-bottom: 30px;
}
.modal-body a.cta6{
	width: 100%;
}
button.close{
	position: absolute;
	top: 0px;
	right: -20px;
}
.modal-content{
	background: none;
	border: none;
}
.modalCurriculo .foto{
	height: 480px;
}
.modalCurriculo .foto img{
	border-radius: 20px;
}
.modalCurriculo label{
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.5px;
	color: #6F7482;
}
.modalCurriculo textarea{
	height: 110px;
}
.modalCurriculo h6{
	font-weight: 500;
	font-size: 9px;
	line-height: 15px;
	display: flex;
	align-items: center;
	letter-spacing: -0.5px;
	color: #464646;
	margin-top: 10px;
}
.campoArquivo label {
	cursor: pointer;
    padding: 12px 30px;
    background: #008049;
    border-radius: 6px;
    font-weight: 800;
    font-size: 12px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
	margin-top: 5px;
}
#infoArquivoCurriculo{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #9B9B9B;
	margin-left: 15px;
}

/* Painel */
.logoLogin{
	text-align: center;
	margin-top: 40px;
}
.boxLogin{
	padding: 40px 100px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 33px;
	margin-top: 50px;
}
.boxLogin .foto{
	height: 440px;
}
.boxLogin .foto img{
	border-radius: 30px;
}
.boxLogin h1{
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-align: left;
	color: #3A3A3C;
	margin: 80px 0 20px 0;
}
.boxLogin label{
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
}
.boxLogin .formsubmit{
	width: 100%;
	margin-left: auto;
	left: auto;
}





/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.destaque h1 {
		margin-top: 30px;
		font-size: 40px;
		line-height: 40px;
	}
	.destaque p {
		font-size: 22px;
		line-height: 32px;
	}
	a.ctaDefault{
		font-size: 18px;
		padding: 20px 30px;
	}
	.sobre img{
		margin-top: 25px;
	}
	.areaVideo {
		min-height: auto;
	}
	.numeros,
	.sobre,
	.depoimentos,
	.solucoes,
	.blog{
		padding: 30px 0;
	}
	.linkPadrao{
		min-width: 100px;
		width: 90%;
		margin-left: 5%;
		padding: 22px 15px;
		line-height: 18px;
	}
	.infoSolucoes .foto{
		height: 400px;
		margin: 30px 0;
	}
	.boxSolucoes{
		width: 100%;
	}
	.swiperControles{
		top: -40px;
	}
	.boxContato{
		margin-top: 30px;
		padding: 40px 20px;
	}
	.rodape{
		padding-top: 50px;
	}
	.contato h3{
		font-size: 34px;
		line-height: 36px;
	}
	.barraTopo {
		height: 60px;
	}
	.solucoesInterna .foto{
		height: 300px;
	}
	.boxSolucoesInterno{
		height: auto;
		margin-bottom: 20px;
	}
	header{
		background: #fff;
	}
	.postPage h1 {
		font-size: 26px;
	}
	.boxVaga .labelVagas{
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	.boxVaga .linkPadrao2,
	.boxVaga .linkPadrao5{
		width: 100%;
	}
	.boxVaga h2{
		width: 100%;
	}
	.boxVaga .linksVaga {
		display: block;
	}
	.modalForm{
		padding: 40px 20px;
		position: relative;
		width: 85vw;
		left: 5vw;
	}
	.modalCurriculo .foto{
		height: 300px;
		margin-bottom: 30px;
	}
	.postPage .foto{
		height: 280px;
	}
  .contato h5{
    font-size: 14px;
  }
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.destaque h1 {
		margin-top: 30px;
		font-size: 40px;
		line-height: 40px;
	}
	.destaque p {
		font-size: 22px;
		line-height: 32px;
	}
	a.ctaDefault{
		font-size: 18px;
		padding: 20px 30px;
	}
	.sobre img{
		margin-top: 25px;
	}
	.areaVideo {
		min-height: auto;
	}
	.numeros,
	.sobre,
	.depoimentos,
	.solucoes,
	.blog{
		padding: 30px 0;
	}
	.linkPadrao{
		min-width: 100px;
		width: 90%;
		margin-left: 5%;
		padding: 22px 15px;
		line-height: 18px;
	}
	.infoSolucoes .foto{
		height: 400px;
		margin: 30px 0;
	}
	.boxSolucoes{
		width: 100%;
	}
	.swiperControles{
		top: -40px;
	}
	.boxContato{
		margin-top: 30px;
		padding: 40px 40px;
	}
	.rodape{
		padding-top: 50px;
	}
	.contato h3{
		font-size: 34px;
		line-height: 36px;
	}
	.barraTopo {
		height: 60px;
	}
	.boxSolucoesInterno{
		height: auto;
		margin-bottom: 20px;
	}
	header{
		background: #fff;
	}
	.postPage h1 {
		font-size: 26px;
	}
	.boxVaga .labelVagas{
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	.boxVaga .linkPadrao2,
	.boxVaga .linkPadrao5{
		width: 100%;
	}
	.boxVaga h2{
		width: 100%;
	}
	.boxVaga .linksVaga {
		display: block;
	}
	.modalCurriculo .foto{
		height: 300px;
		margin-bottom: 30px;
	}
	.postPage .foto{
		height: 280px;
	}
	
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.destaque h1 {
		margin-top: 30px;
		font-size: 40px;
		line-height: 40px;
	}
	.destaque p {
		font-size: 22px;
		line-height: 32px;
	}
	a.ctaDefault{
		font-size: 18px;
		padding: 20px 30px;
	}
	.sobre img{
		margin-top: 25px;
	}
	.areaVideo {
		min-height: auto;
	}
	.numeros,
	.sobre,
	.depoimentos,
	.solucoes,
	.blog{
		padding: 30px 0;
	}
	.linkPadrao{
		min-width: 100px;
		width: 100%;
		padding: 22px 15px;
		line-height: 18px;
	}
	.infoSolucoes .foto{
		height: 400px;
		margin: 30px 0;
	}
	.boxSolucoes{
		width: 100%;
	}
	.swiperControles{
		top: -40px;
	}
	.boxContato{
		margin-top: 30px;
		padding: 40px 40px;
	}
	.rodape{
		padding-top: 50px;
	}
	.contato h3{
		font-size: 34px;
		line-height: 36px;
	}
	.logoDepo{
		height: 45px;
	}
	.barraTopo {
		height: 60px;
	}
	.boxSolucoesInterno{
		height: auto;
		margin-bottom: 20px;
	}
	header{
		background: #fff;
	}
	.postPage h1 {
		font-size: 26px;
	}
	.boxVaga .labelVagas{
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 10px;
	}
	.boxVaga .linkPadrao2,
	.boxVaga .linkPadrao5{
		width: 100%;
	}
	.boxVaga h2{
		width: 100%;
	}
	.boxVaga .linksVaga {
		display: block;
	}
	.modalCurriculo .foto{
		height: 300px;
		margin-bottom: 30px;
	}
	.postPage .foto{
		height: 280px;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.destaque h1 {
		margin-top: 80px;
		font-size: 46px;
		line-height: 46px;
	}
	nav ul li a{
		padding: 15px 12px;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 	

}

@media(max-width: 991px){
  .ul-whatsapp{
    width: 80%;
  }
}











