/*
 Theme Name:   Instituto Sabin
 Theme URI:    http://institutosabin.com.br/
 Description:  Instituto Sabin - OSCIP com sede em Brasília e atuando em 15 estados do Brasil
 Version:      1.1.0
 License: GPL
 License URI: http://www.gnu.org/copyleft/gpl.html
 Text Domain:  sabininstituto
*/


@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,400i,600,700,900&display=swap');


@charset 'UTF-8';
/* var */
:root {
	--preto: #000000;
	--preto-claro: #111;
	--branco: #FFFFFF;

	--vermelho: #E42722;
	--vermelho-escuro: #CA171E;
	--cinza: #020203;
	--cinza-eixo: #7A7878;
	--cinza-claro: #C4C4C4;
	--cinza-mais-claro: #BBBBBB;
	--cinza-bg: #EDEFF8;
	--cinza-bg-quadro: #F6F6F6;

	--rosa: #E317CC;
	--verde: #67E339;
	--ciano: #0BE3D0;
	--laranja: #E3682D;

	--amarelo: #FECC31;

	--erro: #FF6577;
	--errobg: #F8E0E0;
	--sucesso: #31C29F;
	--sucessobg: #31C29F33;
	--atencao: #FFC107;
	--atencaobg: #FCF8E3;
}



* {
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
	outline: none;
}
html {
	background: linear-gradient(180deg, #b4bcc288 0%, #DBE2E800 100%);
	background-color: var(--branco);
	background-repeat: no-repeat;
	background-size: 100% 1000px;
	height: 90%;
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: var(--preto);
	min-height: 100%;
	padding-bottom: 330px;
	position: relative;
}
body[tamanho="1"] {
	font-size: 17px;
}
body[tamanho="2"] {
	font-size: 18px;
}
body[tamanho="-1"] {
	font-size: 15px;
}
body[tamanho="-2"] {
	font-size: 14px;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--vermelho);
	text-decoration: none;
	transition: 0.3s color;
}
main a {
	text-decoration: underline;
}

a.skip-link {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0px;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

h2 {
	font-size: 36px;
	color: var(--vermelho);
	font-family: 'museo-sans', 'Roboto', sans-serif;
}

h1, #destaque-home h2 {
	font-family: 'museo-sans', 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 70px;
	line-height: 1.15;
	color: var(--vermelho);
}
.non-home h1 {
	margin-top: 0;
}

#main ul {
	padding-left: 25px;
	list-style: none;
}
#main ul li {
	position: relative;
}
#main ul li:before {
	content: '•';
	position: absolute;
	left: -15px;
	top: 1px;
}
.non-home p, .non-home #main ul, .conteudo {
	margin-bottom: 25px;
	line-height: 1.5;
}

path {
	transition: 0.3s fill;
}

.container,
#main ul.container {
	margin: auto;
	max-width: 1440px;
	padding: 0 100px;
}

#main {
	overflow: hidden;
	padding-top: 70px;
}

.fadein {
	animation: fadin 2s linear 1 forwards;
}

#index-wrapper,
#eixo-wrapper,
#projeto-wrapper,
#page-wrapper,
#post-wrapper {
	padding-top: 85px;
	padding-bottom: 140px;
}


/* botao saiba mais */
.saibamais {
	text-decoration: none;
	font-size: 0.875em;
	color: var(--vermelho);
	height: 28px;
	display: inline-flex;
	align-items: center;
	padding-left: 38px;
	background: url(images/saibamais-btn.svg) 0 50% no-repeat;
	will-change: background-position, padding-left;
	transition: 0.3s background-position, 0.3s padding-left;
}
.saibamais:hover {
	background-position: 10px 50%;
	padding-left: 43px;
}
.ciano .saibamais {
	color: var(--ciano);
	background-image: url(images/saibamais-btn-ciano.svg);
}
.verde .saibamais {
	color: var(--verde);
	background-image: url(images/saibamais-btn-verde.svg);
}
.rosa .saibamais {
	color: var(--rosa);
	background-image: url(images/saibamais-btn-rosa.svg);
}
.laranja .saibamais {
	color: var(--laranja);
	background-image: url(images/saibamais-btn-laranja.svg);
}

/* colunas */
.colunas { /* necessaria para alinhar o conteudo nas bordas */
	margin-left: -15px;
	margin-right: -15px;
}
.dez-de-doze, .sete-de-doze, .seis-de-doze, .cinco-de-doze, .quatro-de-doze {
	float: left;
	padding: 0 15px;
}
.dez-de-doze {
	width: 83.33%;
}
.sete-de-doze {
	width: 58.33%;
}
.seis-de-doze {
	width: 50%;
}
.cinco-de-doze {
	width: 41.65%;
}
.quatro-de-doze {
	width: 33.33%;
}
.empurra-um, .swiper-container.empurra-um {
	margin-left: 8.33%;
}
.invertida {
	float: right;
}

/* bolinhas */
.bolinhas3d, .container3d {
/*.bolinhas3d {*/
	perspective-origin: 50%, 50%;
	transform-style: preserve-3d;
	-webkit-perspective: 600;
	perspective: 1600px;
	transform-style: preserve-3d;
	will-change: transform, transform-style;
}
.decorballs {
	width: 52px;
	height: 52px;
	background-color: var(--verde);
	border-radius: 50%;
	border: 2px solid transparent;
	will-change: margin-top;
}
.decorballs.rosa {
	background-color: var(--rosa);
}
.decorballs.laranja {
	background-color: var(--laranja);
}
.decorballs.ciano {
	background-color: var(--ciano);
}
.container3d .decorballs {
	animation: bounce 5s infinite;
}
.container3d .decorballs.rosa {
	animation-duration: 4s;
}
.container3d .decorballs.laranja {
	animation-duration: 6s;
}
.container3d .decorballs.ciano {
	animation-duration: 7s;
}

/* numeros e outros detaques / olho do texto */
.barrahorizontal {
	display: flex;
	align-items: flex-end;
}
.barrahorizontal .olho {
	padding: 0 35px;
}
.olho h2.titulo,
.olho h3.titulo,
.olho h4.titulo,
.olho h5.titulo,
#main .olho h2.titulo,
#main .olho h3.titulo,
#main .olho h4.titulo,
#main .olho h5.titulo {
	font-family: 'museo-sans', 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	color: var(--vermelho);
	margin: 0 0;
}
.olho .texto {
	font-family: 'museo-sans', 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 1.5625em;
	line-height: 1.2;
	color: var(--cinza-claro);
	margin: 0 0;
}
.asterisco {
	font-size: 0.875em;
	color: var(--vermelho);
	text-align: center;
	margin-top: 35px;
}

.download {
	display: inline-block;
	color: var(--vermelho);
	font-size: 0.875em;
	text-transform: lowercase;
	background: url(images/baixar.svg) left center no-repeat;
	background-position: 3px 7px;
	padding-left: 32px;
	padding-top: 6px;
	height: 29px;
	text-decoration: none;
	position: relative;
	will-change: background-position;
}
.download:before {
	content: '';
	display: block;
	height: 2px;
	width: 16px;
	position: absolute;
	background-color: var(--vermelho);
	bottom: 7px;
	left: 1px;
	border-radius: 1px;
	transition: 0.2s background-color;
	will-change: background-color;
}
.download:hover:before {
	/* background-color: transparent; */
}
.download:hover {
	animation: 1.4s bounxar infinite ease-in-out;
}
@keyframes bounxar {
	0% {
		background-position: 3px 6px;
	}
	50% {
		background-position: 3px 9px;
	}
	100% {
		background-position: 3px 6px;
	}
}

.semclique > a {
	pointer-events: none;
}
@media (min-width: 768px) {
	.hide-dktp {
		display: none;
	}
}
@media (max-width: 767px) {
	.hide-mob {
		display: none;
	}
}

.jp-carousel-overlay {
	background: rgba(0,0,0,0.6) !important;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
	max-width: 85% !important;
	max-height: 85% !important;
}
.jp-carousel-overlay .swiper-container .swiper-button-prev svg,
.jp-carousel-overlay .swiper-container .swiper-button-next svg {
	display: none;
}
.jp-carousel-overlay .swiper-container .swiper-button-prev,
.jp-carousel-overlay .swiper-container .swiper-button-next {
	background: url(images/seta-galeria.svg) left center no-repeat;
	background-size: 35px;
	height: 57px;
}
.jp-carousel-overlay .swiper-container .swiper-button-prev {
	transform: rotate(180deg);
}

/*
RESPONSIVO
*/
@media (max-width: 1440px) {
	.olho h2.titulo,
	.olho h3.titulo,
	.olho h4.titulo,
	.olho h5.titulo,
	#main .olho h2.titulo,
	#main .olho h3.titulo,
	#main .olho h4.titulo,
	#main .olho h5.titulo {
		font-size: 3.47vw;
	}
	.olho .texto {
		font-size: 1.6vw;
	}
}

@media (max-width: 1200px) {
	.container,
	#main ul.container {
		padding: 0 50px;
	}
	.barrahorizontal .olho {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.dez-de-doze {
		width: 100%;
		margin-left: 0 !important;
	}
}

@media (max-width: 880px) {
	.cinco-de-doze,
	.quatro-de-doze {
		width: 50%;
	}
	.empurra-um {
		margin-left: 0;
	}
	.swiper-container.empurra-um {
		margin-left: auto;
	}
	.asterisco {
		font-size: 0.857em;
	}
	.barrahorizontal {
		display: block;
	}
	.barrahorizontal .olho {
		padding: 0 0;
		margin-left: 16%;
		width: auto !important;
		margin-bottom: 28px;
	}
	.barrahorizontal .olho br {
		display: none;
	}
	.barrahorizontal .olho:nth-child(2n) {
		margin-left: 26%;
	}
	.olho h2.titulo,
	.olho h3.titulo,
	.olho h4.titulo,
	.olho h5.titulo,
	#main .olho h2.titulo,
	#main .olho h3.titulo,
	#main .olho h4.titulo,
	#main .olho h5.titulo {
		font-size: 40px;
	}
	.olho .texto {
		font-size: 1.428em;
	}
}

@media (max-width: 767px) {
	.container,
	#main ul.container {
		padding: 0 30px;
	}
	h1, #destaque-home h2 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	#index-wrapper {
		padding-top: 85px;
		padding-bottom: 70px;
	}
	#main {
		padding-top: 10px;
	}
	.decorballs {
		width: 27px;
		height: 27px;
	}
}

@media (max-width: 720px) {
	.seis-de-doze,
	.cinco-de-doze,
	.quatro-de-doze {
		width: 100%;
		float: none;
	}
	.invertida {
		float: none;
	}
}

@media (max-width: 374px) {
	.container,
	#main ul.container {
		padding: 0 15px;
	}
}


/*
ANIMACOES
*/
@keyframes fadin {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes bounce {
	0% {
		margin-top: -15px;
	}
	50% {
		margin-top: 15px;
	}
	100% {
		margin-top: -15px;
	}
}
@keyframes bounce-small {
	0% {
		margin-top: -10px;
	}
	50% {
		margin-top: 10px;
	}
	100% {
		margin-top: -10px;
	}
}
@keyframes bounce-micro {
	0% {
		margin-top: -4px;
	}
	50% {
		margin-top: 4px;
	}
	100% {
		margin-top: -4px;
	}
}

@keyframes bounce-small-trans {
	0% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes bounce-micro-trans {
	0% {
		transform: translateY(-4px);
	}
	50% {
		transform: translateY(4px);
	}
	100% {
		transform: translateY(-4px);
	}
}

/* handtalk  */
.ht-skip {
	/*opacity: 0;*/
	/*transition: 0.5s opacity;*/
}
.handtalking .ht-skip {
	/*opacity: 1;*/
}

/* recaptcha */
.grecaptcha-badge {
	display: none;
}

@media (min-width: 1200px) {
	.page-template-publicacoes h1,
	.page-template-transparencia h1 {
		margin-left: 4vw;
	}
}

/* region Gutemberg */
/*=========================================================================================================
/*                      PEDRO HENRIQUE
/*---------------------------------------------------------------------------------------------------------
/* Mudanças feitas pelo Pedro Henrique */
.ph_quem_somos_subtitulo {
	color: #555;
	text-align: center;
}

.ph_oq_fazemos_eixos_subtitulo {
    margin-bottom: 0 !important;
    line-height: normal !important;
    color: #777;
}
/* endregion */
