@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Volkhov:wght@400;700&display=swap');
::-webkit-scrollbar-thumb {
	background-color: var(--corsecundaria);
}
::-webkit-scrollbar {
	width: 8px;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #3A3A3C;
}
/* Painel */
.wraplogin {
	background-image: url(images/fundo-login.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
	padding: 50px 0;
}
.foto img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
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,
select.form-control {
	background: #f3f3f3;
	border-radius: 5px;
    border: none;
    height: 45px !important;
    padding: 10px 10px 10px 15px;
	font-size: 16px;
	margin-bottom: 25px;
}
textarea.form-control{
	resize: none;
	padding-left: 20px;
	height: 160px;
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto !important;
	margin: 0px auto 0 auto;
	font-weight: bold;
	color: #FFFFFF;
	background: var(--corprincipal);
	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: var(--corsecundaria);
	text-decoration: none;
}
input[type=radio]{
	margin-top: 10px;
	border: 0px;
    width: 30%;
    height: 1.5em;
	vertical-align: bottom;
}
.logoLogin{
	text-align: center;
}
.boxLogin{
	padding: 40px 100px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 49px 79px 36px rgba(202, 209, 220, 0.2);
	border-radius: 33px;
	margin-top: 50px;
	margin-bottom: 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: var(--corsecundaria);
	margin: 20px 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;
}
.loginAviso {
    text-align: center;
    margin: 10px 0;
    padding: 15px;
    background: #f0f3d0;
}
.sidebar{
	background-color: #ccc;
	background: #FFFFFF;
	box-shadow: 0px 47px 46px 38px rgba(202, 209, 220, 0.2);
	border-radius: 0 0px 60px 0;
	height: 100vh;
	width: 30vw;
	display: block;
	padding: 30px 0px 30px 0px;
	position: fixed;
}
.conteudoSidebar{
	display: block;
	position: relative;
	text-align: center;
}
.conteudoSidebar img.logo{
	width: 100%;
	height: auto;
    max-width: 200px;
	margin: 10px auto;
}
.menuPainel{
	overflow-y: auto;
	margin-top: 50px;
}
a.itemMenuPainel{
	text-align: left;
	display: block;
	background-color: none;
	padding: 20px 50px;
	text-decoration: none;
	font-size: 16px;
	border-right: 2px solid #fff;
}
a.itemMenuPainel.menuAtivo,
a.itemMenuPainel:hover{
    background-color: var(--corterciaria);
    border-color: var(--corprincipal);
}
.itemMenuPainel img{
	filter: grayscale(100%);
	opacity: 0.8;
	height: 30px;
	width: auto;
	display: inline-block;
}
.itemMenuPainel h5{
	color: #909399;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	display: inline-block;
	padding-left: 25px;
	margin-bottom: 0;
}
.itemMenuPainel.menuAtivo img,
.itemMenuPainel:hover img {
	opacity: 1;
	filter: var(--corfiltro);
}
.itemMenuPainel.menuAtivo h5,
.itemMenuPainel:hover h5 {
	color: var(--corprincipal);
}
.wrap{
	position: relative;
	width: 70vw;
	height: 100%;
	left: 30vw;
}
.barraTopo{
	padding: 30px;
}
.infoTituloPagina h1{
	margin-bottom: 0;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: var(--corprincipal);
}
.infoTituloPagina{
	margin-left: 20px;
    margin-top: 0px;
    vertical-align: middle;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: nowrap;
}
.infoTituloPagina .form-control{
	border: 1.5px solid #3A3A3C;
	border-radius: 9px;
	width: 270px;
	margin-top: 20px;
	background: none;
	padding-right: 20px;
	color: #3A3A3C;
	font-weight: bold;
	height: 45px;
}
.infoTituloPagina a{
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	background: #E12222;
	border-radius: 5px;
	padding: 12px 18px;
	display: block;
	text-align: center;
	width: 200px;
	margin-top: 10px;
}
.infoTituloPagina img{
	margin-right: 10px;
	width: 46px;
	height: auto;
}


a.avatar{
	display: block;
	float: right;
}
a.avatar:hover{
	text-decoration: none;
}
a.avatar img{
	width: 48px;
	height: 48px;
	border-radius: 100%;
	display: inline-block;
}
.nomeAvatar{
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	display: inline-block;
	margin: 10px 0 0 10px;
	vertical-align: middle;
}
.nomeAvatar span{
	color: #4B6D31;
	font-weight: 500;
	font-size: 13px;
}
.notificacoes{
	width: 48px;
	height: 48px;
	position: relative;
	display: block;
	float: right;
    margin: 0 20px;
    background-color: #E8EAEF;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
	position: relative;
}
.notificacoes img{
	width: 23px;
	height: auto;	
	cursor: pointer;
}
.sinalNotificacao{
	position: absolute;
    width: 9px;
    height: 9px;
    background-color: #C83636;
    right: 13px;
    top: 15px;
    border-radius: 100%;
    border: 1px solid #e8eaef;
}
.listagemNotificacoes.listagemNotificacoesActive{
	display: block;
}
.listagemNotificacoes{
	padding: 0px 10px 0 10px;
	position: absolute;
	background-color: #fff;
	border: 2px solid #B3B7C6;
	border-radius: 10px;
    top: 70px;
    width: 200px;
    left: -5px;
	text-align: left;
	z-index: 30;
	display: none;
}
.listagemNotificacoes:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 14px;
    top: -19px;
}
.listagemNotificacoes:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 17px 12px 17px;
    border-color: transparent transparent #B3B7C6 transparent;
    position: absolute;
    left: 12px;
    top: -24px;
}
.listagemNotificacoes a{
	border-bottom: 1px solid #D6D6D6;
	display: block;
	padding: 10px 10px 20px 10px;
	margin: 10px 0;
}
.listagemNotificacoes a:last-child{
	border: none;
}
.listagemNotificacoes a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.listagemNotificacoes h5{
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: -0.3px;
	color: #909399;
	display: block;
}
.listagemNotificacoes img{
	width: 13px;
	display: inline-block;
	-webkit-filter: brightness(0) invert(0);
  	filter: brightness(0) invert(0);
}
.listagemNotificacoes .infoNotif{
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
    width: 80%;
    vertical-align: top;
    margin-left: 10px;
}
.conteudo{
	padding: 0 50px 50px 50px;
}
.conteudo h1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	margin-bottom: 10px;
}
.conteudo h3{
	font-weight: 800;
	font-size: 24px;
	line-height: 120%;
	color: #3957BD;
}
.conteudo h4{
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #909399;
	margin-top: 20px;
}
.conteudo p{
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
}
.menuMobile{
	display: none;
	border: 0;
	border-radius: 0;
	padding: 8px;
	background-color: #fff;
	cursor: pointer;
	float: left;
}
.menuMobile:hover{
	opacity: 0.8;
}
.closeMenu{
	position: absolute;
	top: 0px;
	right: 25px;
	display: none;
}
a.buttonItem{
	border: 1px solid #909399;
	border-radius: 20px;
	display: block;
	margin: 10px 0 20px 0;
}
.areaImagem{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 60px 10px;
}
.areaImagem img{
	width: 80px;
	height: auto;
}
.areaLink{
	width: 100%;
	background: #909399;
	border-radius: 0px 0px 17px 17px;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
a.buttonItem:hover{
	background-color: #F7FFF2;
	text-decoration: none;
	border-color: #4B6D31;
}
a.buttonItem:hover .areaLink{
	background: #4B6D31;
}
.areaFoto{
	position: relative;
    text-align: center;
	width: 130px;
	left: 50%;
	margin-left: -65px;
	margin-bottom: 20px;
}
.foto img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.areaFoto .foto{
	height: 130px;
}
img.fotoDePerfil{
	width: 130px;
	height: 130px;
	border-radius: 100%;
}
.editarFoto{
	background: #4B6D31;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 64px;
	width: 37px;
	height: 37px;
	position: absolute;
	bottom: 10px;
    left: 100px;
    padding: 0px 9px;
	cursor: pointer;
	transition: all 0.2s;
}
.editarFotoAberto a{
	color: #fff;
	margin-right: 15px;
	font-weight: 500;
	font-size: 9px;
	border-right: 1px solid #fff;
	padding-right: 5px;
	letter-spacing: -0.05em;
	padding-top: 3px;
    line-height: 32px;
}
.editarFotoAberto a:last-child{
	border: none;
}
.editarFoto img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.editarFotoFechado{
	display: block;
	transition: all 0.2s;
	padding-top: 2px;
}
.editarFoto:hover .editarFotoFechado{
	display: none;
}
.editarFotoAberto{
	display: none;
	transition: all 0.2s;
}
.editarFoto:hover .editarFotoAberto{
	display: block;
}
.editarFoto:hover{
	width: 200px;
}
hr.linhaPastas{
	margin: 80px 0;
}
.arquivo{
	background: #FFFFFF;
	border: 1.3781px solid #909399;
	border-radius: 9px;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	padding: 20px 40px;
	margin-top: 15px;
}
.arquivo img{
	width: 20px;
	margin-right: 20px;
}
.acoes{
	float: right;
}
.acoes a{
	display: inline-block;
}
.acoes a img{
	width: 23px;
	height: auto;
}
.acoes a:hover,
.infoArquivo img:hover{
	opacity: 0.7;
}
.infoArquivo{
	position: relative;
	display: inline-block;
}
.infoBalao{
	position: absolute;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #909399;
    border-radius: 10px;
    top: 40px;
    left: -20px;
    text-align: left;
    z-index: 30;
    font-size: 10px;
    font-weight: 400;
    min-width: 120px;
    text-align: center;
	display: none;
	cursor: pointer;
}
.infoBalao:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 20px;
    top: -16px;
}
.infoBalao:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
    border-color: transparent transparent #909399 transparent;
    position: absolute;
    left: 18px;
    top: -21px;
}
.infoBalaoActive .infoBalao{
	display: block;
}
a.linkPadrao{
	background: #4B6D31;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.7px;
    color: #FFFFFF;
    padding: 10px 20px;
    display: block;
	cursor: pointer;
}
a.linkPadrao img{
	margin-right: 10px;
}
a.linkPadrao:hover{
	background-color: #3A3A3C;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus, 
a:not([href]):not([tabindex]):hover{
    color: #FFFFFF;
}
.modal-dialog{
	max-width: 800px;
}
.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: 90vw;
	left: 5vw;
	max-width: 800px;
}
.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;
}
.container label{
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.5px;
	color: #6F7482;
}
.container h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	letter-spacing: -0.5px;
	color: #3A3A3C;
	margin-bottom: 20px;
}
.container h2 span{
	color: #4B6D31;
}
.container 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: #4B6D31;
    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;
}
.boxPainel {
	border-radius: 21px;
	background: #FFF;
	box-shadow: 0px 21px 28px -2px rgba(3, 9, 50, 0.04);
	margin: 0;
	padding: 28px;
	height: 100%;
}
.boxPainelTopo {
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.boxPainelImagem {
	border-radius: 70px;
	background: var(--corterciaria);
	width: 70px;
	height: 70px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 30px;
}
.boxPainelImagem img {
	filter: var(--corfiltro);
}
.boxPainelTitulo {
	color: var(--corprincipal);
	font-size: 21.276px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 0px;
}
.boxPainelTexto {
	margin-bottom: 20px;
	color: #737273;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 17.73px;
	letter-spacing: -0.14px;
}
a.boxPainelLink,
.boxPainelLink {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 89px;
	color: #fff;
	background: var(--corprincipal);
	box-shadow: 0px 7.11546px 20.45695px 0px rgba(65, 132, 247, 0.24);
	padding: 14px 25px;
	display: block;
	width: 100%;
	text-align: center;
}
a.boxPainelLink:hover,
.boxPainelLink:hover {
	background: var(--corsecundaria);
	text-decoration: none;
	cursor: pointer;
}
.formInput{    
	width: 100%;
    height: 48px;
	border-radius: 7px;
    border: 1px solid #dde0e8;
    background-color: #fff;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24.98px;
    color: #8d95a7;
	margin-bottom: 10px;
}
.formSubmit{
	background-color: var(--corsecundaria);;
	color: #fff;
	font-weight: bold;
	width: auto;
	border:1px solid var(--corsecundaria);;
}
.formSubmit:hover{
	color: var(--corsecundaria);;
	background: #fff;
}
.colBusca {
	padding-right: 0;
}
a.boxDesconto {
	border-radius: 6px;
	background: #FFF;
	display: block;
	text-align: center;
	padding: 25px 0 0 0;
	margin-bottom: 30px;
	filter: drop-shadow(0px 4px 26px rgba(0, 0, 0, 0.25));
}
.boxDescontoLabel {
	border-radius: 6px;
	background: var(--corprincipal);
	position: absolute;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	line-height: normal;
	padding: 6px 6px;
	width: 100px;
	height: 30px;
    left: 50%;
    margin-left: -50px;
    top: -15px;
}
.boxDescontoLogo {
	border-radius: 10px;
    width: 80%;
    left: 10%;
    position: relative;
	padding-bottom: 10px;
}
.boxDescontoLogo img {
    width: 70%;
    height: auto;
    border-radius: 10px;
}
.boxDescontoOferta {
    color: #1C1C1C;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxDescontoLink {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 0px 0px 6.315px 6.315px;
	background: var(--corprincipal);
	padding: 14px;
}
a.boxDesconto:hover { 
	text-decoration: none;
}
a.boxDesconto:hover .boxDescontoLink { 
	background-color: var(--corsecundaria);
}


.topoDesconto {
	background-color: #ccc;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 20px 0;
	position: relative;
	text-align: center;
	box-shadow: 0px 22px 32px 0px rgba(63, 135, 247, 0.16);
	border-radius: 20px;
}
.topoDescontoOverlay {
	background: var(--corterciaria);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
}
.topoDescontoLogo {
	width: 340px;
	height: 172px;
	border-radius: 26px;
	background: #F3F6FF;
	padding: 20px;
	position: relative;
    margin: 0 auto 30px auto;
}
.topoDescontoLogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.topoDesconto a.voltarButton{
	color: #5DDCC7;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	filter: brightness(0) brightness(1);
	float: left;
}
.topoDesconto a.voltarButton img {
	margin-right: 10px;
}
.topoDesconto a.voltarButton:hover {
	filter: brightness(0) invert(0);
	text-decoration: none;
}
.descontoPagina hr {
	background: #D9D9D9;
	margin: 30px 0;
}
.labelOferta {
	color: #FFF;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	line-height: normal;
	border-radius: 10px;
	background: var(--corsecundaria);
    width: 300px;
	height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 10px auto;
}
.descontoInfo {
	color: var(--corsecundaria);
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}
.descontoRegra {
	border-radius: 16px;
	border: 1px solid #000;
	padding: 10px 20px;
	text-align: left;
    margin: 10px auto;
	width: 100%;
	max-width: 380px;
	transition: all 0.5s;
}
.dropdownInfo {
	position: relative;
}
.dropdownInfoSeta {
	position: absolute;
	right: 15px;
	top: 5px;
	display: none;
}
.dropdownInfoHead {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	transition: all 0.5s;
}
.dropdownInfoBody {
	color: #1B1B1B;
	font-size: 15px;
	font-weight: 600;
	width: 90%;
	pointer-events: none;
}
.dropdownInfo.ativo .dropdownInfoBody {
	display: block;
}
.descontoRegra.ativo {
	max-width: 100%;
}
.descontoRegra.ativo .dropdownInfoHead {
	display: none;
}
.dropdownInfoSeta img {
	transition: all 0.5s;
}
.dropdownInfo.ativo .dropdownInfoSeta img {
    transform: rotate(-180deg);
}
a.linkDesconto {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: normal;
	border-radius: 66px;
	background: var(--corsecundaria);
	width: 100%;
	display: block;
	margin: 15px 0;
	padding: 15px;
}
a.linkDesconto img {
	margin-left: 4px;
}
a.linkDesconto:hover {
	text-decoration: none;
	background-color: var(--corsecundaria);
}
.sobreParceria {
	display: flex;
	border-radius: 32.005px;
	border: 1px solid #000;
	padding: 18px 26px;
	width: 80%;
	margin: 30px 10%;
    align-items: center;
}
.sobreParceriaImg {
	margin-right: 20px;
}
.sobreParceriaInfo {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-align: left;
}
.sobreParceriaInfo span {
	color: var(--corsecundaria);;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}
a.linkModal {
	color: var(--corsecundaria) !important;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline !important;
    width: 100%;
    display: block;
}
a.linkModal:hover {
	color: var(--corsecundaria);
}
.descontoEnderecos {
	border-radius: 16px;
	border: 1px solid var(--corprincipal);
	padding: 10px 20px;
	text-align: left;
    margin: 40px auto;
	width: 100%;
	width: 80%;
	color: var(--corprincipal);
}
.descontoEnderecos .dropdownInfoHead {
	color: var(--corprincipal);
}
.maisOfertas {
	text-align: center;
}
.maisOfertas a {
	color: var(--corprincipal);
}
#modalTermos .modal-content {
	background: #FFFFFF;
}
#modalTermos .modal-body {
	box-shadow: none;
}








/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.boxLogin {
		padding: 40px 30px;
	}
	.boxLogin .foto{
		margin-top: 30px;
	}
	.boxLogin h1{
		margin-top: 0;
	}
	.sidebar{
		width: 100%;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		width: 0;
		padding: 30px 0;
	}
	.conteudoSidebar{
		padding: 30px;
	}
	.menuPainel{
		height: 60vh;
	}
	.closeMenu{
		display: block;
	}
	.wrap{
		width: 100%;
		left: 0;
	}
	.conteudo{
		padding: 15px;
	}
	.barraTopo{
		padding: 15px;
	}
	.tituloPagina{
		display: inline-flex;
	}
	.menuMobile{
		display: block;
	}
	a.avatar img{
		width: 40px;
		height: 40px;
	}
	a.notificacoes{
		margin: 5px 20px;
	}
	.tituloPagina{
		margin-top: 20px;
	}
	.modalForm{
		padding: 20px;
	}
	.arquivo {
		padding: 20px 0px 20px 20px;
	}
	.infoBalao{
		left: -75px;
	}
	.infoBalao:after{
		left: 75px;
	}
	.infoBalao:before {
		left: 73px;
	}
	.conteudoSidebar img.logo {
		margin-left: 0px; 
	}
	.editarFoto{
		background: #4B6D31;
		bottom: -20px;
		left: -40px;
		width: 220px;
	}
	.editarFotoFechado{
		display: none;
	}
	.editarFotoAberto{
		display: block;
	}
	.areaFoto {
		margin-bottom: 40px;
	}

}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.boxLogin {
		padding: 40px 30px;
	}
	.boxLogin .foto{
		margin-top: 30px;
	}
	.boxLogin h1{
		margin-top: 0;
	}
	.sidebar{
		width: 100%;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		width: 0;
		padding: 30px 0;
	}
	.conteudoSidebar{
		padding: 30px;
	}
	.menuPainel{
		height: 60vh;
	}
	.closeMenu{
		display: block;
	}
	.wrap{
		width: 100%;
		left: 0;
	}
	.conteudo{
		padding: 15px;
	}
	.barraTopo{
		padding: 15px;
	}
	.tituloPagina{
		display: inline-flex;
	}
	.menuMobile{
		display: block;
	}
	a.avatar img{
		width: 40px;
		height: 40px;
	}
	a.notificacoes{
		margin: 5px 20px;
	}
	.tituloPagina{
		margin-top: 20px;
	}
	.modalForm{
		padding: 20px;
	}
	.arquivo {
		padding: 20px 0px 20px 20px;
	}
	.infoBalao{
		left: -75px;
	}
	.infoBalao:after{
		left: 75px;
	}
	.infoBalao:before {
		left: 73px;
	}
	.conteudoSidebar img.logo {
		margin-left: 0px; 
	}
	.editarFoto{
		background: #4B6D31;
		bottom: -20px;
		left: -40px;
		width: 220px;
	}
	.editarFotoFechado{
		display: none;
	}
	.editarFotoAberto{
		display: block;
	}
	.areaFoto {
		margin-bottom: 40px;
	}
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.boxLogin {
		padding: 40px 30px;
	}
	.boxLogin .foto{
		margin-top: 30px;
	}
	.boxLogin h1{
		margin-top: 0;
	}
	.sidebar{
		width: 100%;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		width: 0;
		padding: 30px 0;
	}
	.conteudoSidebar{
		padding: 30px;
	}
	.menuPainel{
		height: 60vh;
	}
	.closeMenu{
		display: block;
	}
	.wrap{
		width: 100%;
		left: 0;
	}
	.conteudo{
		padding: 15px;
	}
	.barraTopo{
		padding: 15px;
	}
	.tituloPagina{
		display: inline-flex;
	}
	.menuMobile{
		display: block;
	}
	a.avatar img{
		width: 40px;
		height: 40px;
	}
	a.notificacoes{
		margin: 5px 20px;
	}
	.tituloPagina{
		margin-top: 20px;
	}
	.modalForm{
		padding: 20px;
	}
	.arquivo {
		padding: 20px 0px 20px 20px;
	}
	.infoBalao{
		left: -75px;
	}
	.infoBalao:after{
		left: 75px;
	}
	.infoBalao:before {
		left: 73px;
	}
	.conteudoSidebar img.logo {
		margin-left: 0px; 
	}
	.editarFoto{
		background: #4B6D31;
		bottom: -20px;
		left: -40px;
		width: 220px;
	}
	.editarFotoFechado{
		display: none;
	}
	.editarFotoAberto{
		display: block;
	}
	.areaFoto {
		margin-bottom: 40px;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

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

}











