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

:root {
	--cor-1:#533A98;
	--cor-1-hover:#301579;
}

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

body{
	padding-top: 120px;
	font-weight: 400;
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

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

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

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #1F1338;
	background-color: #FFFFFF;
	border: 1px solid var(--cor-1);
	margin-bottom: 30px;
	font-weight: 400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.custom-file{
	margin-bottom: 20px;
}

.form-check{
	margin-bottom: 20px;
}

input.form-control:focus, textarea.form-control:focus{
	background-color: transparent;
	border-color: var(--cor-1);
	color: var(--cor-1);
	box-shadow: none;
}

.form-control::-webkit-input-placeholder{color: var(--cor-1); opacity:1}
.form-control::-moz-placeholder{color: var(--cor-1); opacity:1}
.form-control:-ms-input-placeholder{color: var(--cor-1); opacity:1}
.form-control::-ms-input-placeholder{color: var(--cor-1); opacity:1}
.form-control::placeholder{color: var(--cor-1); opacity:1}

input.form-control, .custom-file-label, .custom-file{
	height: 50px;
	padding: 5px 20px;
}

select.custom-select{
	height: 50px;
}

textarea.form-control{
	height: 160px;
	padding: 15px 20px;
}

.custom-file-label::after{
	background-image: url('../img/icone-file-input.png');
	background-repeat: no-repeat;
	background-position: center;
	line-height: 58px;
	height: 68px;
	padding: 5px 20px;
	content: '';
	background-color: transparent;
}

.custom-file-label{
	cursor: pointer;
	background-color: #259066;
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

.custom-file-input, .custom-file-label::after{
	cursor: pointer;
}

h1, h2{
	text-transform: none;
	font-size: 36px;
	line-height: 40px;
	font-weight: 900;
	color: var(--cor-1);
	margin-bottom: 15px;
}

body, p{
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #111010;
}

strong{
	font-weight: 900;
}

p{
	margin-bottom: 20px;
}

.btn{
	font-size: 16px;
	line-height: 40px;
	padding: 0 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
}

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

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

.btn-secondary{
	background-color: #3795F2;
	color: #FFFFFF;
}

.btn-secondary:hover{
	background-color: #005fbc;
	color: #FFFFFF;
}

.btn-whatsapp{
	background-color: #00CC33;
	color: #FFFFFF;
}

.btn-whatsapp:hover{
	background-color: #00A028;
	color: #FFFFFF;
}

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

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

/* header */
.fixed-top{
	background-color: rgba(255, 255, 255, 0.9);
}

.navbar{
	padding: 15px 0;
}

.navbar-brand-mobile{
	display: none;
}

.navbar-brand{
	width: 90px;
	height: 90px;
	margin: 0 75px;
	padding: 0;
}

.navbar-nav{
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-nav li{
	margin: 20px 15px;
}

.navbar-nav li a{
	position: relative;
	white-space: nowrap;
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: var(--cor-1);
	text-transform: none;
}

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

/* Home */
.alinha-banner{
	border-radius: 25px;
	overflow: hidden;
}

.espaco{
	height: 130px;
}

.espaco-medio{
	height: 90px;
}

.espaco-menor{
	height: 60px;
}

.capa-home{
	padding-top: 130px;
	padding-bottom: 150px;
	position: relative;
}

.capa-home:after{
	display: block;
	background-image: url('../img/detalhe-capa-esquerda.png');
	width: 107px;
	height: 109px;
	content: '';
	position: absolute;
	right: 100%;
	bottom: 75px;
}

.capa-home:before{
	display: block;
	background-image: url('../img/detalhe-capa-direita.png');
	width: 82px;
	height: 82px;
	content: '';
	position: absolute;
	right: 0;
	top: 65px;
}

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

.bg-azul a{
	color: #FAB117;
}

.pergunta-individual{
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #2870B8;
	line-height: 20px;
	padding: 20px 30px 20px 25px;
	font-size: 25px;
	font-weight: 900;
	color: #FFFFFF;
}

.pergunta-individual svg{
	float: right;
	height: 20px;
	font-size: 22px;
}

.pergunta-individual:hover{
	color: #FFF;
	background-color: var(--cor-1);
}

.caixa-perguntas{
	position: relative;
}

.exibe-resposta{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.exibe-resposta, .exibe-resposta p{
	color: #FFFFFF;
}

.subtitulo, .exibe-resposta h2, .botoes-perguntas button, .texto-azul h3{
	color: #FAB117;
}

.exibe-resposta strong{
	font-size: 20px;
	line-height: 32px;
	color: #FAB117;
}

.botoes-perguntas button{
	background-color: transparent;
	border: none;
	margin: 0 15px;
	font-weight: 900;
}

.botoes-perguntas{
	padding-top: 20px;
}

.scroll-quest{
	height: 380px;
	width: 540px;
}

.busca-tipos-cancer{
	position: relative;
}

.busca-tipos-cancer input{
	height: 34px;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 10px;
	font-size: 14px;
	padding: 5px 15px;
}

.busca-tipos-cancer button{
	background-color: transparent;
	position: absolute;
	right: 8px;
	top: 5px;
}

.palette {
	--g:4px; /* The gap between shapes*/
	--s:220px; /* the size*/
	height: 540px;
	width: 540px;
	position:relative;
	display:inline-block;
	overflow:hidden;
	background-image: url('../img/fundo-categorias.png');
	background-repeat: no-repeat;
	background-position: center;
}

.palette > * {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:var(--s) solid transparent;
	border-radius:50%;
	clip-path:polygon(
	calc(50% + var(--g)/2) 50%, 
	calc(50% + var(--g)/2) 0%, 
	100% 0%,
	100% calc(0% - var(--g)/2),
	50% calc(50% - var(--g)/2)); 
}

.color1 {
  transform:rotate(45deg); /* 360/8 */
}

.color2 {
  transform:rotate(90deg);
}

.color3 {
  transform:rotate(135deg);
}

.color4 {
  transform:rotate(180deg);
}

.color5 {
  transform:rotate(-45deg); /* 360/8 */
}

.color6 {
  transform:rotate(-90deg);
}

.color7 {
  transform:rotate(-135deg);
}

.palette:hover div{
	border-color: rgba(255, 255, 255, 0.7);
}

.palette div:hover{
	border-color: transparent;
}

.text-color-1, .texto-cancer-1 .texto-simples h3, .texto-cancer-1 strong, .texto-cancer-1 h2{color: #fab117;}
.text-color-2, .texto-cancer-2 .texto-simples h3, .texto-cancer-2 strong, .texto-cancer-2 h2{color: #217d3c;}
.text-color-3, .texto-cancer-3 .texto-simples h3, .texto-cancer-3 strong, .texto-cancer-3 h2{color: #296fb7;}
.text-color-4, .texto-cancer-4 .texto-simples h3, .texto-cancer-4 strong, .texto-cancer-4 h2{color: #4429ae;}
.text-color-5, .texto-cancer-5 .texto-simples h3, .texto-cancer-5 strong, .texto-cancer-5 h2{color: #C51E2F;}
.text-color-6, .texto-cancer-6 .texto-simples h3, .texto-cancer-6 strong, .texto-cancer-6 h2{color: #c51f5d;}
.text-color-7, .texto-cancer-7 .texto-simples h3, .texto-cancer-7 strong, .texto-cancer-7 h2{color: #803997;}
.text-color-8, .texto-cancer-8 .texto-simples h3, .texto-cancer-8 strong, .texto-cancer-8 h2{color: #f15f23;}
.bg-1{background-color: #fab117;}
.bg-2{background-color: #217d3c;}
.bg-3{background-color: #296fb7;}
.bg-4{background-color: #4429ae;}
.bg-5{background-color: #C51E2F;}
.bg-6{background-color: #c51f5d;}
.bg-7{background-color: #803997;}
.bg-8{background-color: #f15f23;}

.link-tipos-de-cancer{
	padding: 10px;
	line-height: 20px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
}

.link-tipos-de-cancer svg{
	float: right;
	height: 20px;
	font-size: 14px;
}

.link-tipos-de-cancer:hover{
	color: #FFFFFF;
	opacity: 0.8;
}

.subtitulo, .texto-azul h3{
	font-weight: 900;
}

.depoimento-individual{
	text-align: center;
	margin-bottom: 80px;
}

.depoimento-individual .imagem-depoimento{
	background-image: url('../img/mascara-depoimento.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 354px;
	height: 354px;
	padding: 40px;
	margin: 0 auto 25px;
}

.depoimento-individual .imagem-depoimento img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.depoimento-individual h4{
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
}

.depoimento-individual p{
	margin: 0 0 5px;
}

.depoimento-individual a{
	color: #FAB117;
	font-style: italic;
}

.depoimento-individual a:hover{
	color: #FFF;
}

.owl-dots{
	display: none;
}

.owl-nav{
	display: none;
}

#owl-depoimentos .owl-nav{
	position: absolute;
	right: 0;
	top: -160px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display: block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}

.owl-carousel .owl-nav .owl-prev{
	background-color: #000000;
	background-image: url('../img/chevron-left-solid.svg');
	margin-bottom: 5px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}

.owl-carousel .owl-nav .owl-next{
	background-image: url('../img/chevron-right-solid.svg');
	background-color: var(--cor-1);
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.owl-carousel .owl-nav .owl-prev:hover{
	background-color: var(--cor-1);
}

.owl-carousel .owl-nav .owl-next:hover{
	background-color: #000000;
}

/* Footer */
a.instagram-individual{
	margin-top: 20px;
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

a.instagram-individual img{
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo-individual{
	height: 90px;
	line-height: 90px;
	display: block;
	text-align: center;
	margin: 0 10px;
}

.logo-individual img{
	max-height: 100%;
}

h3.titulo-logos, .subtitulo, .texto-azul h3, .exibe-resposta h2, .botoes-perguntas button{
	font-size: 26px;
	line-height: 36px;
}

h3.titulo-logos{
	color: var(--cor-1);
	font-weight: 900;
	margin-bottom: 10px;
}

footer{
	background-image: url('../img/fundo-azul.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.footer-top{
	padding-top: 70px;
	padding-bottom: 80px;
}

footer p, footer a{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	margin: 0;
	display: block;
}

.redes-sociais{
	text-align: right;
}

.redes-sociais a{
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-size: 16px;
	background-color: #FFFFFF;
	color: var(--cor-1);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/* Páginas */
.espaco-topo-paginas{
	height: 80px;
}

.topo-paginas{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	height: 204px;
	position: relative;
	background-image: url('../img/fundo-azul.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.topo-paginas h2{
	color: #FFFFFF;
	margin: 0;
	position: relative;
	z-index: 3;
}

.texto-simples ul li{
	list-style: inside;
	padding-bottom: 10px;
}

.text-yellow{
	color: #FAB117;
	margin-bottom: 30px;
}

.texto-contato h3, .texto-simples h3{
	color: var(--cor-1);
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.fundo-depoimento-1{background-image: url('../img/tipos-cancer/fundo-sarcoma.jpg');}
.fundo-depoimento-2{background-image: url('../img/tipos-cancer/fundo-cabeca.jpg');}
.fundo-depoimento-3{background-image: url('../img/tipos-cancer/fundo-abdome.jpg');}
.fundo-depoimento-4{background-image: url('../img/tipos-cancer/fundo-masculinos.jpg');}
.fundo-depoimento-5{background-image: url('../img/tipos-cancer/fundo-hematologicos.jpg');}
.fundo-depoimento-6{background-image: url('../img/tipos-cancer/fundo-femininos.jpg');}
.fundo-depoimento-7{background-image: url('../img/tipos-cancer/fundo-torax.jpg');}
.fundo-depoimento-8{background-image: url('../img/tipos-cancer/fundo-cancer-de-pele.jpg');}

.depoimentos-interno{
	padding: 30px 80px;
	border-radius: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.depoimento-interno .imagem-depoimento{
	background-size: contain;
	width: 234px;
	height: 234px;
	padding: 28px;
	margin: 0;
}

.depoimentos-interno .depoimento-individual h3{
	color: #FAB117;
}

.depoimentos-interno .depoimento-individual{
	margin: 0;
	text-align: left;
}

.texto-depoimento-esquerda{
	padding-left: 45px;
}

.depoimento-listagem h4, .depoimento-listagem p{
	color: var(--cor-1);
}

.depoimento-listagem a:hover{
	color: var(--cor-1);
}

.parceiro-individual{
	width: 180px;
	height: 180px;
	background-color: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #CECECE;
	text-align: center;
	line-height: 180px;
	margin: 0 auto 50px;
}

.parceiro-individual img{
	max-width: 70%;
	max-height: 70%;
}

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

.mapa-entrada{
	margin-left: auto;
	background-image: url('../img/mapa-brasil.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 460px;
	height: 465px;
}

.mapa-entrada .shape{
	fill: transparent;
}

.mapa-entrada .label-icon-state{
	font-size: 14px;
	fill: #FFF;
	font-weight: 600;
}

.mapa-entrada .icon-state{
	fill: #FEFEFE;
}

#state-df .label-icon-state, #state-rj .label-icon-state, #state-es .label-icon-state, #state-se .label-icon-state, #state-al .label-icon-state, #state-pb .label-icon-state, #state-rn .label-icon-state{
	fill: #533A98;
	font-size: 12px;
}

.apoio-individual{
	margin-bottom: 40px;
}

.apoio-individual img{
	border-radius: 10px;
}

.informacoes-apoio h3{
	margin-bottom: 0;
}

.informacoes-apoio h4{
	color: var(--cor-1);
	font-size: 16px;
}

.informacoes-apoio p{
	margin-bottom: 5px;
}

.informacoes-apoio span{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	font-size: 10px;
	height: 22px;
	color: #FFFFFF;
	background-color: var(--cor-1);
}

/* Modal */
.modal-content{
	padding: 50px 120px 75px;
	position: relative;
}

.modal-dialog{
	max-width: 730px;
}

.modal-content .close{
    right: -40px;
    top: -40px;
    position: absolute;
    margin: 0;
    color: #FFF;
    opacity: 1;
    font-size: 32px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.modal-content h3{
	font-size: 30px;
	font-weight: 700;
	color: var(--cor-1);
	margin-bottom: 30px;
}

/* Animações */
.anime.animacao-baixo{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.animacao-baixo.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.overflow-hidden{
	overflow: hidden;
}

.anime.animacao-esquerda{
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(-600px);
	-webkit-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
	opacity: 0.00;
	filter: alpha(opacity =0);
}

.anime.animacao-direita{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(600px);
	-webkit-transform: translateX(600px);
	-o-transform: translateX(600px);
	-ms-transform: translateX(600px);
	transform: translateX(600px);
}

.animacao-esquerda.animacaoAtiva, .animacao-direita.animacaoAtiva{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Queries */
@media(max-width: 1199px) {
	body{padding-top: 100px;}
	.navbar-nav li{margin: 10px 15px;}
	.navbar-nav li a{font-size: 14px;}
	.navbar-brand{width: 70px; height: 70px; margin: 0 45px;}
	h1, h2{font-size: 30px; line-height: 38px;}
	.pergunta-individual{font-size: 20px;}
	.palette{background-size: contain; height: 450px; width: 450px;}
	.exibe-categoria h3{font-size: 22px; font-weight: 900;}
	.depoimento-individual .imagem-depoimento{width: 240px; height: 240px; padding: 28px; margin: 0 auto 15px; background-size: contain;}
	h3.titulo-logos, .subtitulo, .texto-azul h3, .exibe-resposta h2, .botoes-perguntas button{font-size: 20px; line-height: 28px;}
	.logo-individual{height: 70px; line-height: 68px;}
	.footer-top{padding-top: 40px; padding-bottom: 50px;}
	footer p, footer a{font-size: 16px;}
	.logo-rodape{max-width: 70%;}
	.scroll-quest{width: 450px;}
	.topo-paginas{height: 150px;}

}

@media(max-width: 991px) {
	body{padding-top: 80px;}
	.navbar-brand{width: 60px; height: 60px; margin: 0 8px;}
	.navbar-nav li{margin: 5px 10px;}
	.navbar-nav li a{font-size: 12px;}
	.navbar{padding: 10px 0;}
	.capa-home{padding-top: 80px; padding-bottom: 60px;}
	.capa-home:before{top: 25px;}
	.capa-home:after{width: 80px; height: 80px; bottom: 30px; background-size: contain; background-repeat: no-repeat;}
	.capa-home h2{margin-right: 150px;}
	h1, h2{font-size: 24px; line-height: 32px;}
	.pergunta-individual{font-size: 16px; padding: 12px; font-weight: 700;}
	.pergunta-individual svg{font-size: 16px;}
	.espaco-menor{height: 50px;}
	.scroll-quest{width: 490px; height: 300px;}
	.scrollable.default-skin .scroll-bar.vertical{right: -50px;}
	.busca-tipos-cancer{margin-bottom: 30px;}
	.depoimento-individual .imagem-depoimento{width: 200px; height: 200px; padding: 22px; margin: 0 auto 10px;}
	h3.titulo-logos, .subtitulo, .texto-azul h3, .exibe-resposta h2, .botoes-perguntas button{font-size: 16px; line-height: 28px;}
	body, p{font-size: 14px;}
	.depoimento-individual{margin-bottom: 60px;}
	footer p, footer a{font-size: 14px; line-height: 28px;}
	.logo-rodape{max-width: 80%;}
	select.custom-select{height: 44px; padding-left: 15px; padding-right: 15px;}
	input.form-control, .custom-file-label, .custom-file{height: 44px; padding: 5px 15px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{font-size: 14px; margin-bottom: 15px;}
	textarea.form-control{height: 130px; padding: 10px 15px;}
	.topo-paginas{height: 100px;}
	.parceiro-individual{width: 150px; height: 150px; line-height: 150px; margin: 0 auto 30px;}
	.texto-contato h3, .texto-simples h3{font-size: 18px;}
	.encontre-apoio-esquerda{margin-bottom: 30px;}
	.mapa-entrada{margin: 0 auto;}
}

@media(max-width: 767px){
	body{padding-top: 70px;}
	.fixed-top{background-color: #FFFFFF;}
	.navbar{padding: 5px 0;}
	.navbar-brand{display: none;}
	.navbar-brand-mobile{display: block; margin: 0 0 0 20px;}
	.navbar-toggler{margin-right: 20px;}
	.navbar-nav{margin: 0; padding-top: 10px;}
	.navbar-nav li{margin: 0 20px;}
	.navbar-nav li a{font-size: 14px; line-height: 28px;}
	.capa-home:before{width: 60px; right: 10px; top: 20px; height: 60px; background-size: contain; background-repeat: no-repeat;}
	.capa-home:after{display: none;}
	.capa-home{padding-top: 50px; padding-bottom: 20px;}
	.capa-home h2{margin-right: 50px;}
	h1, h2{font-size: 22px; line-height: 30px;}
	.espaco-menor{height: 40px;}
	.exibe-resposta{position: fixed; z-index: 2000;}
	.scroll-quest{width: 90vw; height: 80vh;}
	.exibe-resposta strong{font-size: 16px; line-height: 24px;}
	.exibe-resposta .bg-azul{height: 100%;}
	.pergunta-individual{font-size: 14px; padding: 10px;}
	.pergunta-individual svg{font-size: 12px;}
	.palette{height: 280px; width: 280px; --g: 2px; --s: 120px; display: block; margin: 0 auto 15px;}
	.exibe-categoria h3{font-size: 18px;}
	.depoimento-individual{margin-bottom: 40px;}
	.titulo-logos{text-align: center;}
	.exibe-logos{margin-bottom: 20px;}
	.logo-rodape{max-width: 80%; width: 180px; margin: 0 0 20px;}
	.redes-sociais{text-align: left; padding-top: 20px;}
	.footer-top{padding-top: 30px; padding-bottom: 30px;}
	.topo-paginas{height: auto; padding: 25px 5px; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px; margin: 0;}
	.btn{font-size: 14px; line-height: 30px;}
	.parceiro-individual{width: 120px; height: 120px; line-height: 120px; margin: 0 auto 30px;}
	.texto-contato h3, .texto-simples h3{font-size: 16px;}
	.depoimento-individual .imagem-depoimento{width: 160px; height: 160px; padding: 18px; margin: 0 auto 10px;}
	.topo-paginas h2{font-size: 20px;}
	.depoimentos-interno{padding: 20px;}
	.texto-depoimento-esquerda{padding-left: 15px; text-align: center;}
	.encontre-apoio-esquerda{margin: 0;}
	.encontre-apoio-esquerda select.custom-select{height: 38px;}
	.apoio-individual img{display: block; margin-bottom: 15px;}
}

@media(max-width: 500px){
	.mapa-entrada{display: none;}
}

.caixa-alert{
	position: fixed;
	left: 5px;
	bottom: 5px;
	width: 400px;
	padding: 30px;
	background-color: #FFFFFF;
	z-index: 9999;
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

body .caixa-alert p{
	font-size: 14px;
	color: #999999;
	margin: 0 0 15px;
	line-height: 24px;
}

body .caixa-alert a{
	color: var(--cor-1);
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	background-color: var(--cor-1);
	color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
}

.caixa-alert a.botaoCookies:hover{
	color: #FFFFFF;
	background-color: #333333;
}

.recusar{
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	background-color: transparent;
	border: none;
	color: #999999;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.caixa-alert{
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.caixa-alert{
		max-width: 90%;
	}

    .caixa-alert p{
        font-size: 12px;
        line-height: 20px;
    }
}