body, html{
	width:100vw
}
body{
	overflow-x:hidden
}

/* MENU */
#mega-menu-wrap-primary_menu {
  width: 100%;
}
.wp-caption {
  width: 100% !important;
}

.mega-menu-column img {
  border-radius: 10px;
  width: 100% !important;
  /* 	max-width: 300px !important; */
  height: 140px !important;
  object-fit: cover;
  margin-bottom: 12px;
}

.wp-caption-text {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-secondary_menu {
    display: none;
  }
  .mega-sub-menu {
    border-radius: 0 0 40px 40px !important;
    margin-bottom: 24px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mega-menu-column {
    border-right: 1px solid #ccd8e3 !important;
    height: 100% !important;
  }

  .mega-menu-column:last-child {
    border-right: none !important;
  }

  .mega-menu-row {
    display: grid !important;
  }
}

/* FIM MENU */

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 100;
  src: url("../fonts/OpenSauceSans-Light.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-LightItalic.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 200;
  src: url("../fonts/OpenSauceSans-Medium.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-MediumItalic.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 300;
  src: url("../fonts/OpenSauceSans-Regular.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-Italic.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 400;
  src: url("../fonts/OpenSauceSans-SemiBold.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 700;
  src: url("../fonts/OpenSauceSans-Bold.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-BoldItalic.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 800;
  src: url("../fonts/OpenSauceSans-ExtraBold.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 900;
  src: url("../fonts/OpenSauceSans-Black.ttf");
}

@font-face {
  font-family: "Open Sauce Sans";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/OpenSauceSans-BlackItalic.ttf");
}

body {
  font-family: "Open Sauce Sans" !important;
  font-weight: 300;
/*   margin-top: 85px; */
}

@media only screen and (min-width: 768px) {
  body {
/*     margin-top: 123px; */
  }
}

section {
  position: relative;
  z-index: 5;
}

:root {
  --dark-blue: #003c71;
  --light-blue: #668aaa;
  --primary-gray: #666;
  --primary-red: #b7312c;
  --primary-yellow: #ffcd00;
  --secondary-gray: #333;
}

#icone-whatsapp {
  z-index: 99999;
}

#icone-whatsapp a {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 100;
}

#icone-whatsapp img {
  width: 50px;
  height: 52px;
}

#cookie-law-info-bar {
  z-index: 99999 !important;
}

input::placeholder {
  /* color: var(--secondary-lilas) !important; */
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-gray);
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* color: var(--secondary-lilas) !important; */
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-gray);
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  /* color: var(--secondary-lilas) !important; */
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--primary-gray);
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

::selection {
  background: var(--primary-red);
  color: #fff;
}

::-moz-selection {
  background: var(--primary-red);
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 16px;
}

::-webkit-scrollbar-track:enabled {
  background-color: var(--primary-offwhite);
  border-radius: 16px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: var(--primary-red);
  border-radius: 16px;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--primary-red);
  border-radius: 16px;
}

a.stretched-link:focus {
  outline: 0;
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    max-width: 100%;
    width: 95%;
  }
}

@media only screen and (min-width: 1480px) {
  .container-fluid {
    max-width: 100%;
    width: 80%;
  }
}

.slick-slide {
  cursor: grab;
}

.slick-slide:active {
  cursor: grabbing;
}

.slick-slide:focus {
  outline: 0;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  margin: 0 4px;
  width: 14px;
  height: 14px;
}

.slick-dots li button {
  background: white;
  height: 14px;
  width: 14px;
  overflow: hidden;
  color: white;
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  /*     display: block; */
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li.slick-active {
  /* width: 20px !important; */
}

.slick-dots li.slick-active button {
  background: var(--dark-blue);
  /* width: 20px !important; */
  /* border-radius: 25px; */
  color: var(--dark-blue);
}

.slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 15;
  cursor: pointer;
  /*     object-fit: none; */
}

.slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-arrow.slick-prev {
    left: -8%;
  }
  .slick-arrow.slick-next {
    right: -8%;
  }
}

.btn {
  text-decoration: none !important;
  transition: 0.3s;
}

.btn-style-radius {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 20px 8px;
  padding: 14px 20px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.btn-red {
  color: white;
  background: var(--primary-red);
  border: 1px solid var(--primary-red);
}

.btn-red .btn-arrow {
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%)
    hue-rotate(142deg) brightness(100%) contrast(100%);
}

.btn-red:hover {
  color: var(--primary-red);
  background-color: white;
}

.btn-red:hover .btn-download {
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(5108%) hue-rotate(350deg) brightness(95%) contrast(79%);
}

.btn-green {
  color: white;
  background: #24B34B;
  border: 1px solid #24B34B;
}

.btn-green .btn-arrow {
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%)
    hue-rotate(142deg) brightness(100%) contrast(100%);
}

.btn-green:hover {
  color: #24B34B;
  background-color: white;
}

.btn-green:hover .btn-arrow {
  filter: brightness(0) saturate(100%) invert(45%) sepia(90%) saturate(446%) hue-rotate(84deg) brightness(105%) contrast(83%);
}

.btn-white {
  color: var(--dark-blue);
  background: white;
  border: 1px solid var(--dark-blue);
}

.btn-white .btn-arrow {
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(12%) sepia(79%) saturate(3373%)
    hue-rotate(195deg) brightness(94%) contrast(102%);
}

.btn-white:hover {
  color: white;
  background-color: var(--dark-blue);
}

.btn-white:hover .btn-arrow {
  filter: brightness(0) saturate(100%) invert(100%) sepia(83%) saturate(0%)
    hue-rotate(113deg) brightness(109%) contrast(101%);
}

.btn-white.btn-arrow-right::after {
  content: " ";
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  background: url("../img/btn-arrow-right-white.svg") center no-repeat;
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(1966%)
    hue-rotate(191deg) brightness(94%) contrast(101%);
}

.btn-white.btn-arrow-right:hover::after {
  filter: initial !important;
}

.btn-style-radius .btn-arrow {
  width: 18px;
  height: 18px;
  object-fit: none;
}

@media only screen and (min-width: 992px) {
  .btn {
    /* max-width: 220px; */
  }
  .btn-style-radius {
    max-width: 280px;
  }
}

.btn-yellow {
  /* background-color: var(--primary-yellow) !important; */
  background-color: var(--primary-yellow) !important;
  color: var(--primary-purple) !important;
}

.btn-yellow:hover {
  background-color: #f8b34f !important;
}

.btn-purple {
  background-color: var(--primary-purple) !important;
  color: white !important;
}

.btn-purple:hover {
  background-color: #6934bf !important;
}

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.5px;
}

h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  /* 114.286% */
  letter-spacing: -1px;
}

h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2px;
}

h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.5px;
}

#banner {
	min-height: 100vh;
	border-radius: 0px 0px 60px 0px;
	background: linear-gradient(266deg, rgba(0, 60, 113, 0.00) 17.51%, rgba(0, 60, 113, 0.50) 83.32%), linear-gradient(0deg, rgba(16, 16, 16, 0.10) 0%, rgba(16, 16, 16, 0.10) 100%), linear-gradient(0deg, rgba(255, 205, 0, 0.20) 0%, rgba(255, 205, 0, 0.20) 100%), var(--background-baner) lightgray -156.131px -6.823px / 110.842% 121% no-repeat;
	display: flex;
    align-items: center;
	background-size: cover;
    background-position: center right;
}

#banner .btn {
	border-radius: 28px;
	margin-top: 32px;
}

#banner h1 {
	color: #FFF;
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: 71px; /* 88.75% */
letter-spacing: -1.5px;
}

#banner h1 span {
	color: #FFCD00;
	font-size: 24px;
}

#unidade-social {
	background: url(../img/073e9ddeca65caac1d42869904ed66b2.png), #003C71;
	padding: 122px 0 72px;
	margin-top: -50px;
	z-index: -10;
	text-align: center;
	color: white;
	background-position: bottom right;
    background-repeat: no-repeat;
}

#unidade-social p {
	font-weight: 100;
}

#unidade-social .list_unidades_sociais {
/* display: inline-flex; */
	margin: 40px 0;
	gap: 18px;
}

#unidade-social .list_unidades_sociais .single_unidade_social {
	background: white;
	padding: 28px;
	border-radius: 25px;
	color: #003C71;
	font-size: 18px;
font-style: normal;
font-weight: 600;
}

#unidade-social .list_unidades_sociais .single_unidade_social p {
	font-weight: 600;
}

#nossa-missao {
	padding: 100px 0;
}

#nossa-missao h2 {
	color: #003C71;
font-size: 52px;
font-style: normal;
font-weight: 800;
	margin-bottom: 24px;
}

#nossa-missao img {
	    border-radius: 60px 10px;
}

#unidade-social .list_unidades_sociais .single_unidade_social img {
	margin-bottom: 24px;
}

#atividades-socioeducativas {
	background: #F5F8FB;
	padding: 80px 0;
}

#atividades-socioeducativas .col-md-8 {
	text-align: center;
}

#atividades-socioeducativas .col-md-8 h2 {
	color: #003C71;
	font-size: 42px;
}
.nowrap-desktop{
	flex-wrap:nowrap
}
#atividades-socioeducativas .list-atividades {
	gap: 16px;
	margin-top: 40px;
}

#atividades-socioeducativas .list-atividades .single_atividade {
	background: linear-gradient(180deg, rgba(0, 60, 113, 0.00) 56.14%, rgba(0, 60, 113, 0.80) 100%), linear-gradient(0deg, rgba(0, 60, 113, 0.20) 0%, rgba(0, 60, 113, 0.20) 100%), var(--background_atividade) #FFF;
background-size: cover;
	background-repeat: no-repeat,
	border-radius: 20px;
border: 1px solid var(--Azul-100, #CCD8E3);
	height:460px;
	padding: 16px 24px 48px 16px;
	border-radius: 20px;
	cursor: pointer;
	max-width:287px;
	min-width:287px;
	width:287px;
transition: 1.5s width ease;

}

#atividades-socioeducativas .list-atividades .single_atividade h3 {
	color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
letter-spacing: -0.5px;
}
#atividades-socioeducativas .list-atividades .single_atividade h3.static {
	opacity:0
}
#atividades-socioeducativas .list-atividades .single_atividade h3.moved {
	position: absolute;
    bottom: 48px;
}

#atividades-socioeducativas .list-atividades .single_atividade img {
	margin-bottom: 24px;
}

#atividades-socioeducativas .list-atividades .single_atividade p {
	margin-top: 16px;
	color: #B3B3B3;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: 0.2px;
	display:none
	/*transform: translateY(200%);*/
}

#atividades-socioeducativas .list-atividades .single_atividade:hover {
	background: #003C71;
	max-width:500px;
	min-width:500px;
	width:500px;
}

#atividades-socioeducativas .list-atividades .single_atividade:hover h3 {
	position: initial;
	bottom: initial;
}

#atividades-socioeducativas .list-atividades .single_atividade:hover p {
	display: block;
	/*transform: translateY(0%);*/
}

#faca-inscricao {
	background: url(../img/073e9ddeca65caac1d42869904ed66b2.png), #003C71;
	padding: 80px 0 60px;
	background-position: bottom right;
background-repeat: no-repeat;	
	color: white;
	text-align: center;
}

#faca-inscricao .btn {
	border-radius: 20px;
	position: relative;
}

#faca-inscricao .list-cta {
	gap: 16px;
}

#faca-inscricao .btn img {
	position: absolute;
	top: 9px;
	right: 16px;
}

#footer-area {
	padding: 80px 0;
	border-top: 1px solid #D9D9D9;
	background: #E9E9E9;
}

#footer-area .logo-footer {
	        width: 95%;
    height: 100%;
    padding: 0 10%;
}

@media only screen and (min-width: 768px) {
#footer-area .logo-footer {
	        width: 100%;
    max-width: 200px;	
	padding: 0;
	}
}

#footer-area h2 {
	color: var(--Azul, #003C71);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
}

#footer-area h3 {
	color: #505050;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}

#footer-area a {
	color: var(--Azul, #003C71);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
text-decoration: underline;
	margin-top: 29px;
}

@media only screen and (max-width: 768px) {
	#footer-area {
		text-align: center;
	}
	#footer-area .logo-footer {
		margin-bottom: 32px;
	}
	#banner h1{
		font-size: 50px;
		line-height: 51px;
	}
	.nowrap-desktop{
		flex-wrap:wrap
	}
	
	
	
	
	#atividades-socioeducativas .list-atividades .single_atividade {
		height:auto;
		max-width:inherit;
		min-width:inherit;
		width:inherit;
		overflow:hidden
	}

	#atividades-socioeducativas .list-atividades .single_atividade h3.static {
		opacity:0;
	}
	#atividades-socioeducativas .list-atividades .single_atividade{
		background: #003C71;
	}
	
	#atividades-socioeducativas .list-atividades .single_atividade h3.moved {
		bottom: initial;
		top:112px;
		position:absolute
	}

	#atividades-socioeducativas .list-atividades .single_atividade p {
		display:block;
	}

	#atividades-socioeducativas .list-atividades .single_atividade:hover {
		max-width:inherit;
		min-width:inherit;
		width:inherit;
	}
	
	
	
	
	
	
	
}

.logo-header {
	width: 150px;
}

.navbar {
	padding: 12px;
}

@media only screen and (min-width: 768px) {
	.navbar {
		padding: 12px 0;	
	}
}
.navbar .container {
	position: relative;
}

.navbar .hamburguer-menu {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.navbar .hamburguer-menu .row-1 {
	width: 41px;
height: 4px;
	border-radius: 15px;
background: #FFF;
/* 	float: right; */
}

.navbar .hamburguer-menu .row-2 {
	width: 30px;
height: 4px;
	border-radius: 15px;
background: #FFF;
	margin-top: 8px;
	float: right;
}

.navbar .hamburguer-menu.close .row-1,
.navbar .hamburguer-menu.close .row-2 {
	width: 31px;
height: 4px;
	border-radius: 15px;
/* 	float: right; */
	transition: .5s;
	background: #003C71;
}

.navbar .hamburguer-menu.close .row-1 {
	transform: rotate(60deg);
}

.navbar .hamburguer-menu.close .row-2 {
	transform: rotate(-60deg);
	margin-top: 0;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .row-1,
.navbar-fixed-top.scrolled .row-2 {
background: #003C71;
}

.side-nav {
	display: none;
	background-color: white;
	position: fixed;
    z-index: 999;
    min-height: 350px;
	padding-top: 100px;
	text-align: right;
	min-width: 100px;
    right: 0;
	-webkit-box-shadow: -10px 10px 31px -12px rgba(0,0,0,0.75);
-moz-box-shadow: -10px 10px 31px -12px rgba(0,0,0,0.75);
box-shadow: -10px 10px 31px -12px rgba(0,0,0,0.75);
}

.side-nav.show {
	display: initial !important;
}

.side-nav .menu-header-menu-container ul {
  list-style-type: none;
}


.side-nav .menu-header-menu-container ul li,
.side-nav .menu-header-menu-container ul li a {
	color: #003C71;
    margin: 10px 0;
    font-weight: 600;
}
}