* {
	margin: 0;
	padding: 0;
  }
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
	  border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
h2 {
	color: #3A1700;
}
h3 {
	font-family: 'Manrope';
    font-weight: 800;
    font-size: 14px;
	color: #3A1700;
	max-width: 250px;
	line-height: 1.2;
    margin: 0 auto;
}
/* HTML5 display-role reset for older browsers   */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
.header-menu-wrapper {
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
	height: 80px;
	width: 100%;
}
header {
	margin-bottom: 0;
	height: 135px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}
.desknone {
	display: none;
}

/*fim reset*/

p {
	color: #3C3C3C;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

section {

	box-sizing: border-box;
}
.section-xtra-padding {
	padding: 32px 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
	font-family: Mairo;
	src: url('assets/fonts/Mairo.otf');
  }


::placeholder {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
  }
.page-title {
	color: #fff;
	font-family: 'Manrope';
	font-size: 16px;
	line-height: 20px;
	font-style: bold;
	font-weight: 700;
	padding: 0 50px;
    text-align: center;
}

div#n2-ss-3 .n2-ss-slider-3 {
	border-radius:24px!important;
 }
#menu-main, #menu-menu-header-mobile {
	position: relative;
	margin: 0;
}
ul#menu-main.menu, ul#menu-menu-header-mobile.menu {
	list-style-type: none;
	display: inline-flex;
	
}

ul#menu-main.menu li ul#menu-menu-header-mobile.menu li {
	padding: 20px 0;
}

ul#menu-main.menu li a, ul#menu-menu-header-mobile.menu li a, ul#menu-area-restrita-mobile.menu li a {
	margin: 0 15px;
    text-decoration: none;
	padding: 10px 5px 9px 5px;

    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
}
ul#menu-main.menu .menu-item-has-children a, ul#menu-menu-header-mobile.menu .menu-item-has-children a {
	padding: 10px 25px 9px 5px;
}

/*.menu-item-has-children a:has(+ ul):after {
	position: relative;
    content: url('assets/images/carret_down.svg');
	top: 0;
	left: 10px;
}*/

.menu-start{
	display: flex;
    align-items: center;
		width: 100%;
}
#click-logo-header {
	margin: 0 auto;
}
.primary-menu{
	margin-left: 80px;
}


.screen-reader-text {
     position: absolute;
     left: -1000em;
}

ul#menu-main.menu li a, ul#menu-menu-header-mobile.menu li a {
    border-radius: 25px;
}

ul#menu-main.menu ul.sub-menu, ul#menu-area-restrita ul.sub-menu {
	display:none;
	position: absolute;
	background-color: #41d9ee;
	min-width: 160px;
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 71%);
	/* z-index: 1; */
	/* z-index: 9999;  */
	padding: 0;
	margin-top: 15px;
	list-style: none;
	position: relative;
	flex-direction: column;
	width: 282px;
    border-bottom: lightgrey 2px solid;
	background-color: unset;
	box-shadow: unset;
	margin-left: 15px;
}
#menu-area-restrita 
.menu-item-has-children:hover > a {
  color: #fff !important;
}

/* ul#menu-main.menu ul.sub-menu:nth-of-type(n+2) {
	position: relative;
	top: 0;
	left: 160px;
} */
ul#menu-main.menu:nth-last-of-type(n+2) ul.sub-menu {
    /* Apply your styles here */
    background-color: lightblue; /* Example style */
}


/* Show the dropdown menu on hover */
/* #menu-main:hover .sub-menu {
	display: block;
} */
ul#menu-main.menu li > .sub-menu.collapsed, ul#menu-area-restrita ul.sub-menu > .sub-menu.collapsed, ul#menu-area-restrita li > .sub-menu.collapsed {
	display: flex;

}

/* .sub-menu li:hover {
	background-color: #23067C;
} */
.sub-menu li {
	border-top: lightgrey 2px solid;
}
/* .sub-menu li:hover > a {
	padding: 10px 5px 9px 5px !important;
} */


a {
	color: #23067C;
}

a img {
	border: none;
}

a:visited {
	color: #03083c;
}

a:hover {
	color: #009EFF;
}

acronym, abbr {
	border-bottom: 1px dashed #23067C;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0px;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h2 {
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
	font-weight: 700;
}

.title1-container {
	margin-bottom: 32px;
}
.title1::before {
	content: "";
    width: 55px;
    height: 6px;
    position: absolute;
    bottom: 0px;
    margin-bottom: -13px;
    text-align: center;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    background-color: #41D9EE;
    margin-left: 0;
    left: 50%;
}

/* ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
} */
.row {
	display: flex;
	width: 100%;
	margin: 0;
	height: 100%;
	flex-direction: column;
}

.flex-container {
	display: flex;
	width: auto;
	height: 100%;
	flex-direction: column;
}

.flex-full-centered {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-h-centered {
	display: flex;
    justify-content: center;
}

.flex-v-centered {
	display: flex;
	align-items: center;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.header {
	letter-spacing: 0.2em;
	margin: 0;
	
}
.header, .header .container {
	position: fixed;
	z-index: 999;
	top: 0;
	background-color: #1F325B;
	height: 80px;
	width: 100%;
}
.header .container {
	align-items: center;
    display: flex;
	box-shadow: 5px 5px 6px rgb(0 0 0 / 15%);
}

.header-top p {
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.header-top {
	display: flex;
	justify-content: flex-end;
	background-color: #41d9ee;
}

.header-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.header a {
	color: #1F325B;
	text-decoration: none;
}

ul#menu-main-1 li, ul#menu-menu-header-mobile li  {
  font-size: 25px;
  font-weight: 900;
	font-family: 'Manrope';
	line-height: 60px;
}

ul#menu-main-1 li:hover a, ul#menu-main-1 li:hover a:visited, ul#menu-main-1 li:hover a:active, ul#menu-menu-header-mobile li:hover a, ul#menu-menu-header-mobile li:hover a:visited, ul#menu-menu-header-mobile li:hover a:active {	
	color: #0096DE;
}
.header a:hover {
	color: #fff;
}

.banner-section {
	margin-top: 80px;
}

#tagline {
	color: #aba;
	display: block;
	font-size: 0.475em;
	letter-spacing: 0.2em;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/*titles*/
.title1-container {
	position: relative;
	width: auto;
	text-align: center;
}

.title1 {
	color: #23067C;
	font-family: 'Manrope';
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
}
.title3 {
	color: #23067C;
	text-align: center;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 12px;
	padding-bottom: 8px;
	margin: 0;
	border: none;
}
/*header mobile*/
#breadcrumbs {
display: none;
}
/*layout */
.container {
	width: 100%;
}

.menu-bar-inner .logo a img {
	margin-top: -67px;
}

/*.logo a img {
	width: 183px !important;
	height: 36px !important;
	
}*/
.menu-bar {
	display: none;
}
.px-60 {
	padding-left: 24px;
	padding-right: 24px;
}
.pl-60 {
	padding-left: 24px;
}
.pr-60 {
	padding-right: 24px;
}
.first-row {
	margin-top: 30px;
}
.text-container iframe {
    width: calc(100vw - 48px);
    height: calc(100vw - 48px);
}
.text-container p {
	margin-bottom: 0;
}

.text-pastoral1 {
	color: #fff;
	font-weight: 600;
}
.text-pastoral2 {
	color: #fff;
	font-style: italic;
	font-size: 28px;
	font-weight: 400;
	line-height: 24px;
}

.menu-bar {
    overflow: hidden
}

.menu-bar.active {
    visibility: visible
}


.menu-bar {
	display: flex;
    position: fixed;
    right: 0;
    top: 0;
    background: #24077ab0;
    width: 100%;
    /* height: 100%;
    z-index: 9997; */
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.menu-bar.active {
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    background: #1f325ba9;
    width: 100%;
    /* height: 100%;
    z-index: 9997; */
	opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
	
}
.menu-bar-inner {
		background: url('/wp-content/themes/saea/assets/images/logo_azul.svg')#fff no-repeat 25px 15px;
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    padding-top: 100px;
    padding-left: 20px;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
    /* z-index: 5;
	z-index:9999; */
    border-radius: 0;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
}
ul#menu-main.menu, ul#menu-menu-header-mobile {
	display: flex;
    flex-direction: column;
	margin-left: -15px;
}
.close-menu-mobile {
	position: absolute;
    top: 43px;
    right: 30px;
}
.close-menu-mobile svg {
	width: 18px;
	height: auto;
}
/*Buttons*/
.btn-container {
	text-align: center;
	margin-top: 22px;
	display: flex;
}
.btn-container-red {
	display: flex;
    flex-direction: column;
    background: #D71111;
    border-radius: 8px;
    justify-content: center;
	padding: 57px 67px;

}
.btn-container-red h1, .btn-container-red p {
	color: #fff !important;

}
.btn-container-red h1 {
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	font-family: 'Manrope';
	text-transform: uppercase;
} 
.btn-container-red p {
	color: #fff !important;
	font-size: 20px !important;
    font-weight: 400 !important;
	font-family: 'Manrope';
	padding: 0;
	margin: 0;
}
.btn-container-red p span {
	text-transform: uppercase !important;
}
.btn-rnd, .btn-rnd:visited {
	padding: 12px;
	font-size: 18px;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	border-radius: 32px;
	border-style: solid;
	border-width: thin;
	border-color: #1F325B;
	font-family: 'Manrope';
	color: #1F325B;
	justify-content: center;
}
.btn-rnd:hover {
	color: #fff !important;
	background-color: #1F325B !important;
}

.btn-area-aluno, .btn-area-aluno:visited {
	width: max-content;
}
.menu-bar.active .btn-area-aluno, .btn-area-aluno:visited  {
	margin-top: 30px;
}

.btn-espiritualidade {
	padding: 12px;
	font-size: 18px;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 400;
	border-radius: 32px;
	border-style: solid;
	border-width: thin;
	border-color: #009EFF;
	font-family: 'Manrope';
	color: #009EFF !important;
	text-decoration: none !important;
	justify-content: center;
	text-align: center;
}

.btn-espiritualidade:hover {
	background-color:#009EFF ;
	font-weight: 900;
	border-color: #009EFF;
	color: #fff !important;
}
.btn-curriculo {
	padding: 12px 50px;
	font-size: 18px;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 400;
	border-radius: 32px;
	border-style: solid;
	border-width: thin;
	border-color: #009EFF;
	font-family: 'Manrope';
	color: #009EFF !important;
	text-decoration: none !important;
	justify-content: center;
}
.btn-curriculo:hover {
	background-color:#009EFF ;
	font-weight: 900;
	border-color: #009EFF;
	color: #fff !important;
}

.img-pastoral{
	margin-top: -250px;
	border-radius: 20px;
}

.btn-roxo-azul, .btn-roxo-bco, .btn-azul-bco {
	margin: auto;
	border-radius: 8px;
	text-decoration: none;
	padding: 10px 32px;
	font-size: 18px;
	letter-spacing: normal;
	line-height: normal;
	font-weight: 700;
	font-family: 'Manrope';
}
.btn-roxo-azul, .btn-roxo-azul:visited {
	background: #23067C;
	color: #5de8f3;
}

.btn-roxo-bco, .btn-roxo-bco:visited {
	background: #23067C;
	color: #fff;
}
.btn-roxo-bco:hover {
	background-color: #fff;
	color: #23067C;
}

.btn-azul-bco, .btn-azul-bco:visited, .btn-roxo-azul:hover  {
	background-color: #41D9EE;
	color: #23067C;
}

.btn-azul-bco:hover, .btn-azul-bco:hover {
	background-color: #fff;
	color:#41D9EE;
}
/* Home Mobile */
/*hero slider*/
/* .banner-section {
	margin-top: 92px;
} */
.hero-slider-home {
	background-image: url('./assets/images/bg_banner_hero_home.png');
	background-position-y: top;
    background-position-x: left;
    background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	position: relative;
	/* height: 580px; */
	height: 280px;
}
.hero-text-wrapper {
	margin-top: 0;
	font-family: 'Mairo';
    color: #ffffff;
    /* font-size: 625%; */
	font-size: 57px;
    text-shadow: none;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
	width: 337px;
	text-align: left;
    box-sizing: border-box;
}
.hero-slide2 .hero-text-wrapper.slide2 {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-slide2 .hero-text-wrapper.slide2:nth-child(2) {
	margin-top: 30px;
}

.align-hero-logo {
    align-items: end;
    display: flex;
    flex-direction: column;
}
.hero-text2-container {
	margin-left: 24px;
    margin-top: -23px;
	color: #41D9EE;
}
.hero-text3-container {
    margin-left: 44px;
    margin-top: -10px;
	display: inline-flex;
	
}


.hero-text4-container {
	background: #41D9EE;
    opacity: 1;
	padding: 2px 10px;
    box-shadow: none;
    border: 0px solid #41D9EE;
    border-radius: 50px;
	margin-top: 20px;
	margin-right: 4px;
}
.hero-text4-container p {
	font-family: 'Manrope';
    color: #23067C;
	font-size: 80.25%;
    text-shadow: none;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 900;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.swiper-home-banner {
	margin: 0 !important;
	height: auto !important;
}
.swiper-home-banner, .swiper-home-banner img {
	width: 100%;
	height: auto;
  }
.swiper-home {
	border-radius: 0px !important;
	
}


.hero-highlighted::before {
    content: url(./assets/images/grifado.svg);
    position: relative;
    top: 20px;
    left: -7px;
    width: 107px;
    height: 5px;
    display: block;
    z-index: -1;
}
.hero-btn-container img {
	width: 180px;
	height: auto;
}
.hero-slide2 {
	background-image: url('./assets/images/banner.jpg');
	background-position-x: left;
}
.hero-slide3 {
	background-image: url('./assets/images/bg_banner_bolsas2025_mobile.jpg');
	background-position-x: right;
}

.hero-slide3-btn {
	margin-left: 0;
	margin-top: 0;
}
.hero-slide3 .hero-text3-container.hero-style2 {
	margin-left: 0;
	margin-top: 0;
}

.btn-slide3 {
	display: block;
	margin-top: 10px;
	margin-left: 40px;
}

.hero-text1-container.hero-style2, .hero-text2-container.hero-style2, .hero-text3-container.hero-style2, .hero-text4-container.hero-style2, .hero-text5-container.hero-style2 {
	font-family: 'Manrope';
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-left: 0;
	margin-top: 0;
}
.hero-slide3 .hero-text3-container.hero-style2 {
	margin-left: 40px;
	margin-top: 10px;
}
.hero-slide3 .hero-text1-container.hero-style2, .hero-slide3 .hero-text1-container.hero-style2 {
	font-size: 20px;
	width: 250px;
} 

.hero-text-wrapper.slide2 {
	width: 394px;
}

.hero-text4-container.hero-style2 svg {
	width: 15px;
    height: 15px;
}

.btn-slide3 {
	width: 116px;
	text-decoration: none;
}
.hero-slide3 .hero-text-wrapper.slide2:nth-of-type(1) {
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 0;
}
.btn-slide3:hover {
	background-color: #fff;
	color: #5de8f3;
}
.hero-slide2 .hero-text-wrapper.slide2:nth-of-type(1) {
	margin-bottom: 0;
}
.hero-slide2 .hero-text4-container.hero-style2 {
	font-size: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.hero-text-wrapper.slide2:nth-of-type(1) {
	margin-bottom: 35px;
}
.hero-text3-container.hero-style2, .hero-text4-container.hero-style2, .hero-text5-container.hero-style2 {
	font-size: 16px;
}
.hero-text4-container.hero-style2 {
	font-weight: 400;
}
.hero-text4-container.hero-style2 {
	background-color: transparent;
}
.hero-text-wrapper.slide2 {
	padding-left: 0;
}
.hero-text4-container.hero-style2 {
	padding: 0;
}
.hero-blue {
	color: #41D9EE;
}
/* Section Why */
.section-why {
	background: #0096DE;
	padding-top: 32px;
	padding-bottom: 50px;
}
.concurso-bolsas .col-w-100 {
	flex-direction: column;
}
.concurso-bolsas .content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 0;
}
.concurso-bolsas .text-container {
	width: 261px;
	text-align:center !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
}
.concurso-bolsas .text-container p {
	color: #fff !important;
	text-align: center;
}
.concurso-bolsas {
	padding-top: 0;
	padding-bottom: 0;
	height: 430px;
}
.section-candidato .col-w-100 {
	flex-direction: column;
}
.section-candidato {
	position: relative;
}
.section-candidato .text-container::before {
	content: "";
	width: 258px;
	height: 2px;
	position: absolute;
	top: 37px;
	text-align: center;
	background: #23067C;
	width: 258px;
	height: 2px;
    margin-top: 223px;
    left: 50%;
    transform: translate(-50%, 0);
}
.concurso-bolsas .content .title1-container {
	width: 288px;
}
.concurso-bolsas .content .title1-container, .concurso-bolsas .content .title1 {
	width: 288px;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	margin-top: 20px;
}
.concurso-bolsas .title1::before {
	display: none;
}
.concurso-bolsas .title1 {
	text-align: center;
}
.section-why .title1::before {
	background-color: #fff;
}
.section-why .text-container p {
	color: #23067C;
}
.box-prova {
	border-radius: 8px;
	background: #FFF;
	box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.10);
	width: auto;
	display: flex;
	flex-direction: column;
	margin: auto;
	padding: 32px 26px;
	align-items: center;
	text-align: center;
	position: relative;
	top: -140px;
}
.title-course {
	color: #41D9EE;
	text-align: center;
	font-family: 'Manrope';
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
}
.box-prova .btn-roxo-azul, .section-candidato .btn-roxo-azul {
	font-size: 16px;
	color: #fff;
}
.box-prova p {
	text-align: center;
}
.box-prova .title1 {
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
}
.box-prova .title-cadastro {
	max-width: 344px;
	font-size: 16px;
}
.box-prova .title1::before {
	display: none;
}
.section-candidato .text-container {
	margin-top: -50px;
}
.box-prova p {
	color: #241F20;
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin-top: 20px;
}
.section-why .logo-container {
	display: none;
}
.section-what .row, .section-descubra .rows-container .row {
	flex-direction: row;
}
.section-what .title3-container {
	height: 170px;
}
.why-icon {
	background: #41D9EE;
	width: 90px;
	height: 90px;
	border-radius: 90px;
}

.why-text {
	color: #000;
	text-align: center;
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 150px;
}
/*mobile section what*/
.section-what {
	padding: 0;
}
.section-what .col-w-100 {
	width: 100%;
}
.section-what .title1-container {
	margin: 68px auto 56px auto;
}
.section-descubra .rows-container {
	margin-left: -24px;
    margin-right: -24px;
}
.section-descubra .pr-60 {
	padding: 0;
}

.section-descubra .col-w-33, .section-what .col-w-33 {
	width: 300px;
    padding: 12px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rows-container {
	height: 300px;
	overflow-x: scroll;
	display: flex;
}

.rows-container .row.flex-full-centered {
    align-items: normal;
    justify-content: normal;
	margin-left: 24px;
}

.rows-container .rows-wrapper {
	display: flex;
    flex-direction: row;
}
.rows-container .rows-wrapper .col-w-33 {
	width: 176px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.rows-container .title3-container {
	min-height: 80px;
}
/* .rows-container .row {
	margin-left: 65px;
} */
/* .section-descubra .title3-container, .section-what .title3-container, .section-descubra .col-text-container, .section-what .text-container {
	white-space: normal;
} */
 .section-saea, .section-colegio {
	padding-top: 65px;
	padding-bottom: 65px;
 }
 .section-mantenedora {
	margin-top: 11px;
	padding-bottom: 68px;
 }
 .section-saea .social-icon {
	background-color: #0096DE;
 }
 .section-saea .social-icon svg path {
	fill: #23067C;
 }
 .section-saea a:hover .social-icon {
	background-color: #fff;
 }
 .section-saea a:hover .social-icon svg path {
	fill: #009EFF;
 }
/*section saea*/
.section-saea {
	background-color: #0096DE;
}
.section-saea .btn-container {
	margin-top: 32px;
}

.section-saea .title1, .section-saea .text-container p, .section-colegio .title1, .section-colegio .text-container p {
	color: #fff;
}
.section-where {
	margin-top: 34px;
}
.section-where .pl-60, .section-where .pr-60 {
	padding: 0 !important;
	box-sizing: border-box;
}
.section-where .text-container {
	padding-bottom: 32px;
}

.section-where .text-container p {
	color: #23067C;
	text-align: center;
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
/*pagina sobre - mobile */
.btn-container-saea {
	flex-direction: column;
}

.section-descubra img {
    border-radius: 16px;
    width: calc(100vw - 60px);
    height: auto;
    object-fit: cover;
    filter: drop-shadow(-12px 12px #41D9EE);
    margin-left: -4px;
    margin-top: 43px;
    margin-bottom: 81px;
}

.col-order-n1 {
	order: 2;
}
.col-order-n2 {
	order: 1;
}

.section-mantenedora .col-w-100 {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative
}
.btn-saea a {
	letter-spacing: 3.2px;
}
.wrapper-title-mantenedora {
	background-color: #41D9EE;
	border-radius: 32px;
	padding: 13px 36px;
	position: absolute;
	top: -66px;
}

.wrapper-title-mantenedora .title1 {
	color: #23067C;
	text-align: center;
	font-family: 'Manrope';
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px;
}

.wrapper-title-mantenedora .title1::before, .main-courses .title1::before {
	background-color: unset;
}
.logo-saea-container {
	margin-top: 30px;
}
.section-colegio {
	background-image: url('./assets/images/bg_section_colegio.png');
	background-repeat: no-repeat;
	background-position: center;
    background-color: #23067c7a;
    background-blend-mode: multiply;
    background-size: cover;
}

/* .section-colegio .text-container {
	margin-top: 43px;
} */
a:last-child .social-icon {
	margin-right: 0;
} 
.social-icon {
	background-color: #23067C;
	border-radius: 100%;
	margin-right: 18px;
}
a:hover .social-icon {
	background-color: #41D9EE;
}
.social-icon svg{
	padding: 7px;
}
/* a:nth-child(2) .social-icon svg {
	padding-left: 15px;
	padding-right: 15px;
}
a:nth-child(3) .social-icon svg {
	padding: 12px;
} */

.icons-container {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	position: relative;
}
.linkedin svg {
	width: 25px !important;
	height: 25px !important;
	padding: 13px !important;
 }
/*Página Extensivo - Mobile */
/* #why-extensivo {
	background-image: url('./assets/images/bg_banner_courses_why_extensivo.png');
	background-position-y: bottom;
	height: 755px;
} */
#why-extensivo .outer-hightlight-why-courses {
	bottom: 0;
    transform: translate(0, calc(100vw + 45px));
	position: absolute;
}
#why-extensivo .outer-hightlight-why-courses {
	position: static;
}
/*Página Courses - mobile */
.cursos-logo-poliedro {
	width: 202px;
	height: auto;
}
.header-courses {
	background-image: url('./assets/images/bg_banner_courses.png');
}
#why-extensivo .col-bg-why-courses {
	background-image: url('./assets/images/bg_banner_extensivo_wat_col1_mobile_transparent.png');
}
.col-content-why-courses {
	position: relative;
}
.col-bg-why-courses {
	background-image: url('./assets/images/bg_banner_courses_wat_col1_mobile_transparent.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    order: 2;
    background-position-y: bottom;
    height: 100vw;
    margin: 0 -24px -32px -24px;
}
.why-courses .col-w-50 {
	flex-direction: column;
}
.why-courses {
	/* background-image: url('./assets/images/bg_banner_courses_wat_col1_mobile.png');
	background-repeat: no-repeat;
	background-position-x: center; */
	background-color: #f5f5f5;
	height: fit-content;
}
.outer-hightlight-why-courses {
    width: calc(100vw - 48px);
    color: #fff;
    background: #41D9EE;
    margin: -24px;
    padding: 24px;
	bottom: 0;
    transform: translate(0, calc(100vw + 8px));
	position: absolute;
}
.wrapper-hightlight-why-courses {
	color: #FFF;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.main-courses {
	background-image: url('./assets/images/bg_section_main_courses_mobile.png');
	/* padding-top: 223px;
	padding-bottom: 66px; */
	background-repeat: no-repeat;
    background-position: center;
}
.main-courses .col-w-100 {
	flex-direction: column;
}
.main-courses .title1-container .title1 {
	color: #FFF;
	text-align: center;
	font-family: 'Manrope';
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	margin-top: 26px;
	margin-bottom: 41px;
}
.main-courses .col-text-container p {
	color: #41D9EE;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.items-course .text-container {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.items-course ul {
	margin-bottom: 27px;
	max-width: 313px;
}

.items-course ul li {
	display: flex;
}
.items-course ul li p {
	color: #23067C;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
	text-align: left;
}
.items-course ul li i{
	padding-right: 6px;
}
/* #extensivo {
	background-image: url('./assets/images/bg_banner_items-course-extensivo.png');
} */

.items-course {
    /* background-image: url('./assets/images/bg_banner_items-course.png'); */
    /* background-repeat: no-repeat;
    background-position-x: 14%;
    background-position-y: bottom;
    background-size: auto 120vw; */
    height: fit-content;
}
#extensivo .col-bg-cursos {
	background-image: url('./assets/images/bg_banner_items-course-extensivo.png');
}
.col-bg-cursos {
	background-image: url(./assets/images/bg_banner_items-course.png);
    margin: 25px -24px -32px -24px;
    background-size: auto 120vw;
    background-repeat: no-repeat;
	background-size: cover;
    background-position-x: 3%;
    background-position-y: bottom;
    min-height: 100vw;
    order: 2;
}

.what-courses {
	padding: 32px 0;
}
.what-courses .cards-container {
	margin-left: 24px;
	margin-right: 24px;
}
.what-courses .col-w-33 .content-wrapper {
	padding: 18px;
}


.what-courses .title1-container {
	margin-top: 108px;
	width: auto;
	text-align: center;
	margin-bottom: 42px;
	width: 285px;
}
.what-courses .counter-container {
	text-align: left;
	margin-bottom: 17px;
}
.what-courses .flex-container {
	margin-bottom: 147px;
}
.what-courses .col-text-container  .why-text {
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: auto;
}
.what-courses .title1-container .title1::before {
	background-color: #41D9EE;
	left:0;
	margin-left: 50%;
}
.counter-container span {
	color: #41D9EE;
	font-family: 'Manrope';
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px;
}

.what-courses .col-w-33 {
	align-items: baseline;
	width: 281px;
	padding-right: 0;
	background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.what-courses .why-text {
	text-align: left;
	width: 203px;
}

.what-courses .col-w-33:first-of-type {
	background-image: url('./assets/images/bg_courses_what_col1.png');
	background-position-x: center;
    border-radius: 8px;
}

.what-courses .col-w-33:nth-of-type(2) {
	background-image: url('./assets/images/bg_courses_what_col2.png');
	background-position-x: center;
    border-radius: 8px;
}

.what-courses .col-w-33:last-of-type {
	background-image: url('./assets/images/bg_courses_what_col3.png');
	background-position-x: center;
    border-radius: 8px;
}
.cols-wrapper {
	display: flex;
	gap: 0 24px;
	margin-top: 108px;
	margin-bottom: 108px;

}
#main-extensivo {
	background-image: url('./assets/images/bg_section_main_courses_extensivo.png');
	background-position: center;
	background-repeat: no-repeat;
}
.main-courses {
	background-image: url('./assets/images/bg_section_main_courses.png');
	height: 507px;
	margin-top: 30px;
}
.main-courses .col-text-container  {
	margin: 0;
}
.main-courses .col-text-container p{
	color: #41D9EE;
	font-family: 'Manrope';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cursos-logo-poliedro {
	margin-top: -35px;
}
.what-courses .container .flex-full-centered:nth-child(2) {
	height: 206px;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: normal;
    justify-content: normal;
}

.what-courses .flex-container {
	flex-direction: row;
	gap: 16px;
	width: 850px;
}
/*Página Unidade - mobile*/
.header-unidade {
	background-image: url('./assets/images/bg_banner_unidade.png');
}
.subscribe {
	background-color: #41D9EE;
}

.subscribe .col-w-100 {
	flex-direction: column;
	position: relative;
}
.subscribe .img-container {
	position: absolute;
	top: -89px;
}
.subscribe .img-container img {
	width: 115px;
	height: auto;
}
.subscribe .title1-container {
	position: relative;
    width: auto;
    text-align: center;
    width: 280px;
    margin-top: 63px;
    margin-bottom: 24px;
}
.subscribe .btn-container {
	margin-bottom: 68px;
}
.info {
	margin-bottom: 30px;
}
.info .text-container {
	margin-top: 48px;
}
.know {
	align-items: baseline;
}
.know .px-60, .know .pr-60, .know .pl-60, .section-why .pl-60, .section-why .pr-60, .section-why .px-60, .section-saea .pl-60, .section-saea .pr-60, .section-saea .px-60 {
	padding: 0;
}
.know .counter-container {
	margin-top: 12px;
	margin-bottom: 20px;
}
.know .counter-container span {
	color: #23067C;
}
.know .col-w-33 {
	align-items: flex-start;
	border-radius: 16px;
	background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 100%), #F0F0F0;
	padding: 24px;
}
.know .why-text{
	text-align: left;
	width: 206px;
	color: #3C3C3C;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.know .row.flex-full-centered {
	height: 340px;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: normal;
    justify-content: normal;
}
.info .cols-wrapper {
	margin-top: 68px;
}
.info .col-w-25, .info .col-w-75 {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;

}
.info .title1-container {
	width: 143px;
}
.info .px-60 {
	padding: 0;
}
.info .icon-container {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

/*Página Contato - mobile*/
.location{
	display: none;
}
.header-contato {
	background-image: url('../images/bg_banner_contato.png');
}
.location .why-text, .location a, .location a:active {
	color: #3C3C3C;
	text-align: center;
	font-family: 'Manrope';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.location .col-w-33 {
	padding: 0;
	width: 411px;
}
.location a:hover {
	color: #009EFF;
}
.location .why-text {
	width: auto;
	height: 84px;
}
.location .why-icon {
	background-color: #23067C;
}
.location .why-icon:hover {
	background-color: #41D9EE;
}
.location .why-icon:hover svg{
	filter: brightness(0) invert(1);
}
.wpcf7 form .wpcf7-response-output {
	color: #fff;
	font-family: 'Manrope';
}
.form .col-25 {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.form .title1-container {
	width: 231px;
}

.form .text-container {
	margin: 24px 0 0 0;
}
.form .text-container p {
	margin: 0;
}
.form .title1-container {
	margin-bottom: 10px;
}
.form .icons-container {
	margin-top: 24px;
}
.form .social-icon svg {
	padding: 7px;
}
.col-50-form {
	width: 100%;
}
.form .row {
	gap: 0 25px;
}
.form .col {
	width: 100%;
}
.form-control::placeholder {
	font-size: 65px;
}
.social-icon svg, .footer-icon svg {
	width: 35px;
	height: 35px;
}
::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'Manrope';
	font-weight: 300;
	size: 16px !important;
	color: #B4B4B4 !important;
	opacity: 1;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Manrope';
	font-weight: 300;
	color: #B4B4B4 !important;
	opacity: 1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Manrope';
	font-weight: 300;
	color: #B4B4B4 !important;
	opacity: 1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'Manrope';
	font-weight: 300;
	color: #B4B4B4 !important;
	opacity: 1;
  }

input[type="text"], input[type="email"], input[type="tel"], .wpcf7-textarea, .wpcf7-select {
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	height: 50px;
	padding: 10px;
	border: solid 1px #C7C8CA;
	border-radius:4px;
	color: #3C3C3C;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

}

.wpcf7-select {
	color: #B4B4B4;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
input[name="your-subject"] {
	font-weight: 700;
	color: #23067C;
}
.wpcf7-textarea {
	width: 100%;
	resize: none;
	margin-bottom: 10px;
	height: 182px;
}
.lgpd-text {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blue-btn-submit, .blue-btn-submit:active {
	border: none;
	color: #fff;
	width: 100%;
	border-radius: 4px;
	background-color: #41D9EE;
	text-align: center;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom:18px;
	margin-top: 10px;
}
.form .social-icon:nth-of-type(2) {
	padding-left: 5px;
	padding-right: 5px;
}
form p, label {
	color: #FFF;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	position: relative;
	text-align: left;
	margin: 0;
}
.lgpd-text {
	text-align: center;
}
/* label::before {
	content: "*";
	color:#FC2626;
	position: absolute;
	left: 134px;
}
.label-interest-course::before {
	left: 156px;
}
.label-colegio::before {
	left: 249px;
}
.label-como-conheceu::before {
	left: 209px;
} */
.span-label {
	width: auto;
	display: flex;
}
.span-label::after {
	content: "*";
	color:#FC2626;
	position: relative;
	left: 0;
}
/* .label-tel::before {
	left: 70px;
}

.label-email::before {
	left: 52px;
}
.label-subject::before {
	left: 67px;
} */
.form-container {
	background-color: #0096DE;
    padding: 0 30px 34px 30px;
    margin-top: 90px;
    width: 100%;
}
.blue-btn-submit:hover {
	color: #23067C;
	background-color: #fff;
}
.form .pr-60, .form .pl-60 {
	padding: 0;
}
/*footer*/
.footer {
	background: #1F325B;
}

.container, .footer-container {
	margin: 0 auto;
	height: 100%;
}

.footer-container {
	padding: 32px 24px;
}
.footer .logo-container {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
	margin-bottom: 50px;
	justify-content: center;
}

.footer .logo-container img{
	max-width: 80px;
	width: 100%;
	height: auto;
}
.footer-parceria {
	padding-left: 16px;
    padding-right: 16px;
}
.footer-parceria .logo-container img {
	max-width: 148px;
	width: 100%;
	height: auto;
}
.img-logo-mendel-footer {
	margin-bottom: 5px;
}
.btn-whats-wrapper {
	right: 0;
	left: 0;
	position: fixed;

}
.footer-container {
	position: relative;
}

.footer h3 {
	color: #41D9EE;
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border: none;
	margin-bottom: 2px;
	margin-top: 0;
}

.footer-icon {
	padding: 7px;
	border-radius: 90px;
	margin-right: 14px;
	margin-top: -13px;
	border-style: solid;
	border-width: thin;
	border-color: #fff;
}
.footer-icon:hover {
	border-color: #009EFF;
}

.footer p, .footer ul li {
	color: #fff;
	font-family: 'Manrope';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.28px;
	width: max-content;
}
.footer p {
	width: 330px;
	margin: 0 auto;
}

.menu-footer-menu {
	padding-top: 0;
}
.footer ul {
	display: flex;
	flex-direction: row;
}
.footer ul li {
	/* padding-bottom: 24px; */
	display: flex;
}
.footer ul li span {
	max-width: 265px;
	display: inline-block;
	align-self: center;
}
.footer ul li i {
	padding-right: 5px;
	align-self: center;
}
.footer-address i{
	padding-right: 7px !important;
}
#menu-footer-menu li {
	padding: 0;
	margin: 0;
}
#menu-footer-menu li a, #menu-footer-menu li a:active, #menu-footer-menu li a:visited, .footer a, .footer a:visited, .footer a:active {
	color: #fff;
	font-family: "Manrope";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	text-decoration: none;
	padding:0;
	margin:0;
}

#menu-footer-menu li a:hover, .footer a:hover {
	color: #009EFF;
}
a .footer-icon:hover svg {
	/* filter: invert(9%) sepia(58%) saturate(5178%) hue-rotate(253deg) brightness(95%) contrast(118%); */
	filter: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(5978%) hue-rotate(182deg) brightness(107%) contrast(102%); 
}

a:nth-child(4) .footer-icon {
	/* padding-left: 10px;
	padding-right: 10px; */
	margin-right: 0;
}

.flex-container .col-footer:nth-child(1) {
    display: flex;
	flex-direction: row;
	gap: 0 16px;
}

.flex-container .col-footer:nth-child(2) {
	display: none;
}

.whats-btn-div {
	position: fixed;
    right: 92px;
    bottom: 200px;
	z-index: 99999;
}
.btn-whats {
	padding: 15.21px !important;
	background-color: #0DC143;
	border-radius: 100%;
	position: fixed;
}
.btn-whats:hover {
	background-color: #099834;
}
.btn-back-to-top {
    bottom: 367px;
    right: 16px;
    position: absolute;
	background-color: #fff;
	padding: 12px !important;
	height: 24px;
	border-radius: 40px;
	box-shadow: -1px -1px 12px rgb(0 0 0 / 45%) !important;
}	



.address-wrapper {
	width: auto;
}
.address-street::after {
	content: ", ";
	padding-right: 5px;
	display: inline-block;
}
.footer-address i svg {
	width: 12px;
	height: auto;
}
.footer-email i svg {
	width: auto;
	height: 10px;
}
.footer-phone i svg {
	width: auto;
	height: 14px;
}
.address-ln2 {
	display: flex !important;
}
.adreess-separator::after  {
    content: "\25A0";
    display: inline-block;
    color: #41D9EE;
    font-size: xx-small;
    position: relative;
    bottom: 0;
	left: 4px;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
  }
  .footer .menu-item-has-children a:has(+ ul):after {
	filter: invert(90%) sepia(35%) saturate(6486%) hue-rotate(145deg) brightness(96%) contrast(93%);
  }
  .footer .sub-menu {
	margin-left: -60px;
	padding-top: 30px;
	display: none;
  }
  .footer .sub-menu li a {
	line-height: 24px;
  }
  .text-container p span {
	font-weight: 900;
	}

/* Carousel CSS Starts */
.carousel {
	width: 94vw;
    margin: 0;
    padding: 0 !important;
    margin-left: 24px;
}
.hdcarousel_wrapper {
	display: grid;
    grid-template-rows: 1fr max-content;
    grid-gap: 0.4em;
    position: relative;
    line-height: 1;
    z-index: 1;
}

.hdcarousel {
	position: relative;
	overflow-x: clip;
}

.hdcarousel_item {
	position: absolute;
	/* padding: 2rem; */
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
	top: 0;
	transition: all ease-in-out 800ms;
	box-shadow: 0px 0px 6px #d5cbca, 0px 0px 6px #ffffff;
  height: calc(94vw - 48px);
}


.hdcarousel_nav {
    width: max-content;
    margin: 0 auto;
    z-index: 12;
    position: absolute;
    top: 50%;
    width: 97%;
    padding: 0 10px;
	display: none;
}
.hdcarousel_nav_item_next { 
	right: 0;
}
.hdcarousel_nav_item_prev {
	transform: rotate(-0.25turn);
}
.hdcarousel_nav_item_next { 
	transform: rotate(90deg);
    margin-top: 20px;
    padding: 0;
}
.hdcarousel_nav_item {
    display: inline-block;
    /* height: 45px; */
    /* width: 45px; */
    box-shadow: 0px 0px 6px #d5cbca, 0px 0px 6px #ffffff;
    background: #fff;
    cursor: pointer;
    margin: 0 0.2em;
    /* border-radius: 8px; */
    transition: all ease-in-out 300ms;
    z-index: 44;
    position: absolute;
    /* right: 0; */
    border-radius: 50px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
}
.hdcarousel_nav_item:hover {
	background-color: #E6E6E6;
}
.hdcarousel_nav_item:hover svg path {
	fill: #23067C;
}

.hdcarousel_nav_item p {
    margin-top: 10px;
    color: #23067C;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Manrope';
    line-height: 50px;
    padding: 0px 0px 9px 10px;
}
.hdcarousel_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.btn-area-aluno {
	display: none;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
}

.container, .footer-container {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
.col-w-100 {
	width: 100%;
}
.col-w-75 {
	width: 85%;
}
.mobilenone {
	display: none;
}
.cards-container {
	flex-direction: column;
}
.swiper-news-next, .swiper-news-prev {
	display: none !important;
}
.col-footer {
	margin-top:35px;
	justify-self: center;
	width: 99vw;
}
.custom-logo-link img {
	width: 119px !important;
	height: auto !important; 
	width: 100%;
	height: 80px;
}
.swiper-slide figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #1f325b75;
  color: #fff;
  text-align: center;
  font-family: 'Manrope';
}
/* Mobile First */ 
@media (max-width: 990px) {
	.custom-logo-link {
		position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
		top: 50%;
		z-index: -1;
	}
.custom-logo-link img {
	content: url('/wp-content/themes/saea/assets/images/logo_mobile.svg');
	margin: 0 30px;

}

	.primary-menu-mobile{
		display: flex;
		margin-left: 10px;
	}

	.primary-menu-mobile header a {
		color: #1F325B;
    text-decoration: none;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Manrope';
		line-height: 60px;
	}

	.img-pastoral-mobile{
		margin-top: -400px;
		border-radius: 0px;
		display: flex;
		width: auto;
	}

	.text-pastoral1 {
		color: #fff;
		font-weight: 600;
		font-size: 24px !important;
	}
	.text-pastoral2 {
		font-size: 22px;
		line-height: 36px;
	}
	.footer .logo-container {
		justify-content: center;
	}
	.footer .logo-container img {
		width: auto;
	}

}
.blog-image-container img {
	z-index: -1;
}
.blog-image-filter {
	  border-radius: 8px;
    text-align: center;
    height: 100%;
    width: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
    background: linear-gradient(transparent, #1F325B);
    position: absolute;
}
.blog-image-filter:hover {
    background: #13203dc4;
}
	.title-container {
		margin: 20px auto 0 auto;
		max-width: 300px;
	}

	.bg-yellow {
		--bg-color: #FFAB00;
		background-color: var(--bg-color);
    }

    .bg-orange {
		--bg-color: #FF6F27;
		background-color: var(--bg-color);
    }

    .bg-gray {
		--bg-color: #E5E7EB;
		background-color: var(--bg-color);
    }
    
    .bg-light-blue {
		--bg-color: #0096DE;
		background-color: var(--bg-color);
    }

		.bg-light-grey {
		--bg-color: #D9D9D9;
		background-color: var(--bg-color);
    }

    .bg-blue {
		--bg-color: #1F325B;
		background-color: var(--bg-color);
    }

	.section--half-bg.bottom {
        background: linear-gradient(
            to top,
            var(--bg-color) 0%,
            var(--bg-color) var(--bg-height),
            transparent var(--bg-height),
            transparent 100%
        );
    }

	.section--half-bg.top {
        background: linear-gradient(
            to bottom,
            var(--bg-color) 0px,
            var(--bg-color) var(--bg-height),
            transparent var(--bg-height),
            transparent 100%
        );
    }

	.bg-h-75 { --bg-height: 75% }
	.bg-h-53 { --bg-height: 53% }
	.bg-h-58 { --bg-height: 58% }
	.bg-h-65 { --bg-height: 65% }
	.bg-h-190 { --bg-height: 190px }
.swiper {
	margin-left: 20px !important;
	height: 340px;
}
.swiper-home-banner {
	margin-left: 0 !important;
}
.row:has(section.col-md-8) {
  margin-left: 0;
}
.xtra-mb {
	margin-bottom: 40px;
}
.xtra-mb-text {
	margin-bottom: 30px;
}
.dados .text-container, .text-pastoral {
	border-radius: 8px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dados .text-container {
	width: 100%;
	height: 350px;
	background-image: url('../images/bg_dados.jpg');
	background-position: 50%;
	border-radius: 0;
	padding: 0;
}

.text-pastoral {
	width: 100%;
    height: 342px;
	align-content: flex-end;
    flex-wrap: wrap;
	background-image: url('../images/banner-pastoral.jpg');
}
.text-pastoral div {
	padding-bottom: 50px;
}
.dados .text-container p {
	font-family: 'Manrope';
	font-weight: 800;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	padding: 40px;
	text-align: center;
}
.col-cards-news {
	position: relative;
	width: 100%;
}
.entry-content p {
	text-align: center;
}
.dados {
	margin-bottom: 20px;
}
.container-assist p span.texto-destaque {
	font-weight: 800 !important;
	font-size: 16px !important;
}
	.section-press {
		display: flex;
		flex-flow: column;
	}
	a.btn-espiritualidade strong {
		font-weight: 800 !important;
	}

	.sobre-desk {
		display: none !important;
	}
	.sobre-mobile {
		display: block !important;
	}
	.post-galler-section {
		margin-top: 30px;
	}

@media (min-width: 991px) and (max-width: 1399px) {
	.custom-logo-link img {
		content: url('/wp-content/themes/saea/assets/images/logo_mobile.svg');
		margin: 0 30px;

	}
	.menu-bar-inner .custom-logo-link, .user-logo .custom-logo-link {
		display: none;;
	}
}
@media (min-width: 1400px) {
	.post-galler-section {
		margin-top: 0;
	}
	.swiper-slide figcaption {
		width: 100%;
	}
	.sobre-desk {
		display: block !important;
	}
	.sobre-mobile {
		display: none !important;
	}
	body {
		padding-top: 107px;
	}
	.container-assist p span.texto-destaque {
		font-size: 18px !important;
	}

	.dados {
		margin-bottom: 0;
	}
	
	.dados .text-container {
		width: 90%;
		height: 350px;
		border-radius: 8px;
	}
	.dados .text-container p {
		font-size: 30px;
		line-height: 43px;
	}

	.header-menu-wrapper {
		height: 107px;
	}
	.col-cards-news {
		width: 845px;
	}
		.text-pastoral1 {
		font-size: 27px !important;
	}
	
	h3 {
		font-size: 22px;
		max-width: 900px;
		padding-bottom: 10px;
	}
	.text-pastoral {
		width: 1240px;
		height: 342px;
		align-content: center;
	}
	.text-pastoral div {
		padding-bottom: 0px;
	}
	.dados .text-container {
		width: 1240px;
		height: 342px;
	}
	.swiper-lider-col {
		width: 845px !important;
	}
	.swiper {
		margin-left: 0 !important;
	}
	    .title-container {
        margin: 90px 0 30px 0; 
		max-width: 100%;
    }
	.badge-container {
		margin-top: 70px;
	}
	#click-logo-header {
	margin: 0;
}

.pastoral1 {
	margin-bottom: 0px;
}
.lider-pagination .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: var(--swiper-pagination-top, 360px) !important;
}
.lider-pagination .swiper-pagination-bullet {
	background: #9e9e9e;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity,1);
}
.lider-pagination .swiper-pagination-bullet-active {
	background: #007aff;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
    transform: translateY(3px);
}
.header, .header .container {
	background-color: #fff;
}
.wpcf7-textarea {
	margin-top: 40px;
}
.footer p {
	width: max-content;
}
.mt-175 {
	margin-top: 175px ;
}
.btn-noticias-row {
	margin-top: 20px ;
}
.swiper-news-next, .swiper-news-prev {
	display: block !important;
}
	.cards-container {
		flex-direction: row;
	}
	.footer .mobilenone {
		margin: 0 auto;
		width: max-content;
	}
	.mobilenone {
		display: block;
	}
	.page-title {
		font-size: 24px;
		line-height: 32px;
		padding: 0;
	}
	.swiper-button-prev {
		background-image: url('./assets/images/prev.png');
		background-repeat: no-repeat;
		width: 45px !important;
		height: 45px !important;
		color: transparent !important;
		left: 40px !important;
		display: block;
	  }
	
	  .swiper-button-next {
		background-image: url('./assets/images/next.png');
		background-repeat: no-repeat;
		width: 45px !important;
		height: 45px !important;
		color: transparent !important;
		right: 40px !important;
	  }
	.btn-area-aluno .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #fff;
		border-color: #1F325B;
		color: #1F325B !important;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
	    top: 100%;
		left: 50%;
		margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
		margin-top: 6px;
		/* Position the tooltip */
		position: absolute;
		z-index: 9999;
	}
	.btn-area-aluno .tooltiptext::after {
		content: " ";
		position: absolute;
		bottom: 100%;  /* At the top of the tooltip */
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent transparent #41D9EE transparent;
	  }
	.btn-area-aluno {
		position: relative;
		display: flex;
	}
	.btn-area-aluno:hover .tooltiptext {
		visibility: visible;
	  }
	.hdcarousel_nav {
		display: flex;
	}
	.carousel {
		width: 846px;
		margin: 0;
		padding: 0 !important;
	}
	.hdcarousel_item {
	  height: 680px;
	}
	.header {
		letter-spacing: 0.2em;
		margin: 0;
		top: 0;
		position: relative;
		z-index: 2;
		background: #fff;
		width: 100%;
		box-shadow: 5px 5px 6px rgb(0 0 0 / 15%);
	}
	.header, .header .container {
		position: relative;
		z-index: 999;
		top: 0;
		background-color: #fff;
		height: 75px;
	}
	.header .container {
		box-shadow: none;
		width: 1400px;
	}
	.banner-section {
		margin-top: 0;
	}
	.footer ul svg {
		width: 16px;
		height: auto;
		padding-right: 9px;
	}
	.address-number::after {
		content: "";
	}
	.address-wrapper {
		width: 225px;
	}
	.address-city::before {
		content: "- ";
		width: 10px;
		padding-left: 5px;
		display: inline-block;
		color: #fff;
	}
	.address-city {
		display: inline-block !important;
	}
	.whats-btn-div {
        right: calc((100vw - 1280px) / 2 + 70px);
	}
	header {
		margin-bottom: 108px;
		height: 300px;
	}

	section {
		padding: 0;
	}
	p {
		text-align: left;
		font-size: 18px;
		margin-bottom: 25px;
		font-weight: 600;
	}

	.menu-bar {
		display: inline-flex;
		position:relative;
		width: auto;
		background: none;
		z-index: 3;
	}
	.close-menu-mobile {
		display: none;
	}
	.menu-bar-inner {
		padding-top: 0;
		z-index: 4;
	}
	ul#menu-main.menu {
		display: inline-flex;
		flex-direction: row;
	}
	.menu-bar .logo {
		display: none;
	}
	.menu-bar-inner {
		position: relative;
		width: auto;
		height: auto;
		flex-direction: row;

	}
	.text-container iframe {
		width: 845px;
		height: 522px;
	}
	.mobile-nav-btn-menu {
		display: none;
	}

	#btn-mobile {
		display: none;
	}
	#menu-main {
		position: relative;
		margin: 0 36px 0 0;
	}

	ul#menu-main.menu {
		list-style-type: none;
		display: inline-flex;
		overflow: hidden;
		position: relative;
	}
	
	ul#menu-main.menu li {
		/* padding: 37.45px 15px; */
		padding: 0;
        margin: 28.55px 0 0 0;
        border-radius: 50px;
		position: relative;
		height: 50px;
	}



	ul#menu-main.menu li a, ul#menu-main.menu .menu-item-has-children a {
		margin: 0 10px;
		text-decoration: none;
		padding: 3px 15px;
		font-family: 'Manrope';
		color: #A5A5A5;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		position: relative;
	}

	ul#menu-main.menu > li:hover > a::before {
		content: "";
		background: #A5A5A5;
		width: 20px;
		height: 4px;
		position: absolute;
		top: 25px;
		left: 15px;
		border-radius: 30px;
	}


	/* .sub-menu li:hover > a {
		padding: 0 15px !important;
	} */
	 ul#menu-main.menu .sub-menu li:hover {
		background-color: #fff;
	}
	
	ul#menu-main.menu li:hover > a{
		color: #009EFF;
	} 
	ul#menu-main.menu .sub-menu li {
		margin: 0;
		border-radius: 0;
	}

	ul#menu-main.menu .sub-menu li:first-child {
		border-top-left-radius: 18px;
		border-top-right-radius: 18px;
	}
	ul#menu-main.menu .sub-menu li:last-child {
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
	}
	
	ul#menu-main.menu  {
		z-index: 5;
	}
	ul#menu-main.menu li {
		position: relative;
	}
	ul#menu-main.menu ul.sub-menu, ul#menu-area-restrita ul.sub-menu {
		display:none;
		position: absolute;
		background-color: #41d9ee;
		min-width: 190px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		/* z-index: 2; */
		z-index: 6;
		padding: 0;
		margin-top: -0.5px;
		list-style: none;
		border-top: 0;
		border-bottom: 0;
		border-radius: 20px;
		width: 190px;
		z-index: 9999;
		top: 0;
	}
	.sub-menu li {
		border-top: 0;
		height: auto !important;
	}
	/* ul#menu-main.menu li {
		position: relative;
	} */
	ul#menu-main.menu li > .sub-menu.collapsed {
		display:block;
		z-index: 9999;
	
	}
	/* ul#menu-main.menu li > .sub-menu.collapsed {
		display: block;
		position: absolute;
		z-index: 9999;
	} */
	
	/* .sub-menu li:hover {
		background-color: #23067C;
	}
	.sub-menu li:hover > a {
		color: #fff;
	} */
	/* ul#menu-main.menu li, 	ul#menu-main.menu li a {
		z-index: 1;
	}

	ul#menu-main.menu .sub-menu li, 	ul#menu-main.menu .sub-menu li a {
		z-index: 2;
	} 

	ul#menu-main.menu .sub-menu li:hover {
		background-color: #41d9ee;
	}
	ul#menu-main.menu li:hover a {
		background-color: #41d9ee;
	} */

	ul#menu-main.menu .sub-menu li a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
        font-weight: 800;
		background-color: unset;
		padding: 3px;
	}

	ul#menu-main.menu .sub-menu li:hover a {
		background-color: unset;
		padding-top: 0;
		padding-bottom: 0;
		padding: 3px !important;
	}

	ul#menu-main.menu li:hover > a{
		color: #009EFF;
	}

	ul#menu-main.menu .sub-menu li  {
		margin: 0;
		border-radius: 0;
		padding-top: 14px;
		padding-bottom: 14px;
		position: relative;
		z-index: 2;
	}

	/*menu teste*/
	ul#menu-main.menu, .menu-bar, .menu-bar-inner, .menu-bar.active {
		transform: initial;
		position: relative;
		z-index: 1;
		overflow: visible;
		width: max-content;
	}

	ul#menu-main.menu ul.sub-menu, ul#menu-area-restrita ul.sub-menu {
		display:none;
		position: absolute;
		background-color: #fff;
		min-width: 160px;
		box-shadow: 0 5px 20px 0 rgba(0,0,0,.04);
		z-index: 9999; 
		padding: 0;
		list-style: none;
		height: fit-content !important;
		border: none !important;
		width: 160px;
		bottom: 0;
		left: 0;
		transform: translate(0, 27px);
		margin-top: 6px !important;
	}
	ul#menu-area-restrita ul.sub-menu {
		min-width: 135px;
        width: max-content;
        transform: translate(-14px, 44px);
        padding: 10px;
        border: 1px solid #24315a !important;
	}
	
	ul#menu-main.menu li > .sub-menu.collapsed, ul#menu-area-restrita li > .sub-menu.collapsed {
		display: block;
	
	}
	
	/* .sub-menu li:hover {
		background-color: #23067C;
	} */
	.sub-menu li a:hover {
		color: #009EFF;
	}
	.sub-menu li {
		border-top: none;
		padding: 15px 0;
	}

	
	/*menu teste fim*/

	.header-top ul li{
		display: inline-flex;
	}
	.btn-area-aluno, .btn-area-aluno:visited {
		margin: auto;
	}
	
	/* .btn-area-aluno:hover {
		background: #1F325B;
		/* color: #fff; 
	} */
	.px-60 {
		padding-left: 60px;
		padding-right: 60px;
	}
	.pl-60 {
		padding-left: 60px;
	}

	.section-descubra .pr-60, .pr-60 {
		padding-right: 60px;
	}
	.row {
		flex-direction: row;
	}
	.flex-container {
		gap: 0 24px;
		margin: 0 60px;
		flex-direction: row;
	}

	.col-w-100 {
		width: 100%;
		margin: 0;
		height: 100%;
	}
	.col-w-75 {
		width: 845px;
		margin: 0;
		height: 100%;
	}
	.col-w-50 {
		width: 628px;
		margin: 0;
		height: 100%;
	}
	.col-w-25 {
		width: 411px;
		margin: 0;
		height: 100%;
	}

	.title1-container {
		width: 398px;
		text-align: left;
	}

	.title1 {
        font-size: 40px;
        line-height: 46px;
	}

	.title1::before {
		content: "";
        width: 55px;
        height: 6px;
        position: absolute;
        bottom: 0px;
		margin-bottom: -13px; /* 37 px que seria encostado à fonte menos os 24px do layout  */
        text-align: center;
        border-radius: 10px;
        transform: translate(-50%, -50%);
	}


	.title3 {
		font-size: 20px;
        padding-bottom: 12px;
    }

	.btn-container {
		text-align: left;
		margin-top: 25px;
	}
	.section-saea .btn-container {
		margin-top: 48px;
	}
	.section-saea .icons-container {
		justify-content: left;
	 }
	.linkedin svg {
		width: 30px !important;
		height: 30px !important;
		padding: 10px !important;
	 }
	/* Home */
	.swiper-home-banner {
		width: 100%;
		height: auto;
	  }
	/*hero slider*/
	.hero-slider-home {
		background-position-x: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: top;
		height: auto;
	}
	.hero-slide2 .hero-text4-container.hero-style2 {
		font-size: 32px;
	}
	.hero-slide2 .hero-text-wrapper.slide2:nth-of-type(1) {
		margin-top: -25px;
	}
	.hero-text-wrapper {
		margin-top: 95px;
		font-family: 'Mairo';
		color: #ffffff;
		/* font-size: 625%; */
		font-size: 86px;
		text-shadow: none;
		line-height: 1;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		text-align: left;
		letter-spacing: normal;
		word-spacing: normal;
		text-transform: none;
		font-weight: 400;
		width: 1280px;
		padding-left: 211px;
		box-sizing: border-box;
	}
	.hero-slide2 .hero-text-wrapper.slide2 {
		align-items: baseline;
	}
	.hero-text4-container {
		background: #41D9EE;
		opacity: 1;
		padding: 2px 18px;
		box-shadow: none;
		border: 0px solid #41D9EE;
		border-radius: 50px;
		margin-top: 40px;
		margin-right: 4px;
	}
	.hero-text4-container p {
		font-size: 140.25%;
	}
	.hero-btn-container {
		margin-bottom: 95px;
	}
	.hero-btn-container img {
		width: 315px;
		height: 129px;
	}
	.hero-highlighted::before {
		content: url('./assets/images/grifado.svg');
		position: relative;
		top: 27px;
		left: -11px;
		width: 200px;
		height: 5px;
		display: block;
		z-index: -1;
	}
	.hero-text1-container.hero-style2, .hero-text2-container.hero-style2, .hero-text3-container.hero-style2, .hero-text4-container.hero-style2, .hero-text5-container.hero-style2 {
		font-size: 50px;
	}
	.hero-slide2 {
		background-position-x: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: top;
        height: 580px;
	}
	.hero-slide3 {
		background-image: url('./assets/images/bg_banner_bolsas2025.png');
		background-position-x: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: top;
        height: 580px;
		padding-top: 65px;
	}
	.hero-slide3 .hero-text-wrapper.slide2:nth-of-type(1) {
		margin-bottom: 35px;
		margin-left: -614px;
		margin-top: -100px;
	}
	.hero-slide3 .hero-text1-container.hero-style2, .hero-slide3 .hero-text3-container.hero-style2, .hero-slide3 .hero-text4-container.hero-style2, .hero-slide3 .hero-text5-container.hero-style2{
		font-size: 42px;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.hero-slide3 .hero-text1-container.hero-style2 {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.hero-text3-container.hero-style2, .hero-text4-container.hero-style2, .hero-text5-container.hero-style2 {
		font-size: 38px;
	}
	.hero-slide3 .hero-text1-container.hero-style2 {
		font-size: 60px;
	}
	.hero-slide3 .hero-text1-container.hero-style2:nth-child(1) {
        margin-top: 35px;
        margin-bottom: -44px;
	}
	.btn-slide3 {
		width: 314px;
        font-size: 45px;
        text-transform: uppercase;
        font-weight: 800;
        border-radius: 50px;
        padding: 5px 30px !important;
	}
	.hero-text1-container.hero-style2 {
		margin-top: 0;
	}
	.hero-slide3-btn {
		margin-left: -344px;
    	margin-top: -63px;
	}
	.hero-slide3 .hero-text3-container.hero-style2 {
        margin-left: -307px;
        margin-top: -155px;
	}
	.hero-text4-container.hero-style2 svg {
		width: 30px;
		height: 30px;
	}
	.text-container {
		color: #000;
		font-family: 'Manrope';
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.hero-text2-container {
		margin-left: 62px;
		margin-top: -46px;
		color: #41D9EE;
	}
	.hero-text3-container {
		margin-left: 95px;
		margin-top: -25px;
		display: inline-flex;
		
	}
	.hero-text-wrapper.slide2 {
		width: 1280px;
	}
	.hero-slide3 .hero-text-wrapper.slide2 {
		width: 524px;
		margin-top: 100px;
	}
	/* Section Why */
	.section-why {
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 108px;
		padding-bottom: 108px;
	}
	.concurso-bolsas {
		height: 594px;
	}
	.concurso-bolsas .container-bg {
        background-image: url(./assets/images/bg_section2_bolsas_s_margem.png);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: right;
        height: 648px;
        width: 100%;
        margin-top: -54px;
        position: absolute;
        background-size: contain;
	}

	.section-candidato {
		position: relative;
	}
	.section-candidato .text-container .btn-container {
		margin-top: 54px;
		margin-bottom: 76px;
	}
	.section-candidato .title1 {
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 40px; 	
	}
	.section-candidato .title1::before {
		display: none;
	}

	.section-candidato .col-w-100 {
		flex-direction: column;
		justify-content: center;
	}
	.section-candidato .col-w-100 .text-container, .section-candidato .col-w-100 .text-container p, .section-candidato .col-w-100 .text-container .btn-container {
		text-align: center;
	}
	.section-candidato .btn-roxo-azul{
		color: #fff;
	}
	.box-prova {
		border-radius: 8px;
		background: #FFF;
		box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.10);
		width: auto;
		display: flex;
		flex-direction: column;
		margin: auto;
		padding: 65px 94px;
		align-items: center;
		text-align: center;
		position: relative;
        top: -214px;
	}
	.box-prova .title-cadastro {
		width: 344px;
		text-align: center;
		line-height: normal !important;
		font-size: 16px !important;
	}
	.box-prova p {
		text-align: center;
	}
	.box-prova .title1 {
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 40px;
	}
	.box-prova .title1::before {
		display: none;
	}
	.section-candidato .text-container {
		margin-top: -50px;
	}
	.box-prova p {
		color: #241F20;
		font-family: 'Manrope';
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		padding: 0;
		margin-top: 20px;
	}
	.concurso-bolsas .content {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-top: 101px;
	}
	.concurso-bolsas .text-container {
		width: 457px !important;
		text-align:center !important;
		font-size: 30px !important;
		font-style: normal;
		font-weight: 400;
		line-height: 50px;
	}
	.concurso-bolsas .text-container p {
		color: #fff !important;
		text-align: center;
	}
	.concurso-bolsas {
		padding-top: 0;
		padding-bottom: 0;
	}
	.concurso-bolsas .content .title1-container {
		width: 865px;
	}
	.concurso-bolsas .content .title1-container, .concurso-bolsas .content .title1 {
		width: 865px;
		font-size: 36px;
		font-style: normal;
		font-weight: 800;
		margin-top: 20px;
	}
	.section-why .col-w-25 {
		flex-direction: column;
		height: unset;
	}
	.section-why .text-container {
		color: #23067C;
		font-size: 18px;
	}

	.section-why .text-container p {
		font-family: 'Manrope';
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: normal;
	}
	.section-why .logo-container {
		display: flex;
	}
	.section-why .title1 {
		width: 338px;
	}
	.section-why .title1-container, .section-why .logo-container {
		align-self: flex-start;
	}
	.title-course {
		display: none;
	}
	.section-candidato .text-container::before {
		content: "";
        width: 258px;
        height: 2px;
        position: absolute;
        top: 0px;
        text-align: center;
        transform: translate(-50%, -50%);
		background: #23067C;
		width: 258px;
		height: 2px;
		margin-top: 250px;
	}
	.concurso-bolsas .title1-container {
		align-self: center;
	}
	.section-why .logo-container {
		margin-top: 45.46px;
	}
	.section-where .row {
		gap: 0 24px;
	}
	.section-where .text-container p {
		text-align: left;
	}
	.section-where .text-container iframe, .section-where .text-container{
		width: 100%;
	}
	.section-where .pl-60 {
		margin-left: 60px;
	}

	/* .section-where .pr-60 {
		padding-right: 84px !important;
	} */
	.section-why .title1::before, .section-where .title1::before{
		background-color: #fff;
        left: 0;
        margin-left: 30px;
	}
	.section-where .container {
		position: relative;
	}
	.btn-back-to-top {
		display: block;
		position: absolute;
		top: -25px;
		right:80px;
	}
	.btn-back-to-top:hover {
		background-color: #E6E6E6;
	}
	.btn-back-to-top:hover svg path {
		fill: #23067C;
	}
	/* .btn-back-to-top svg:hover {
		filter: invert(16%) sepia(53%) saturate(5237%) hue-rotate(252deg) brightness(59%) contrast(119%);
	} */
	.btn-back-to-top:hover svg path {
		fill: #23067C;
	}
	/*section what*/
	.boxes {
		margin-top: 28px;
	}

	.section-what .title1::before {
		background-color: #41D9EE;
		left:50%;
		margin-left: 0;
	}
	.section-what .container {
		margin-top: 88px;
		margin-bottom: 58px;
	}

	.rows-container {
		overflow: hidden;
		flex-direction: column;
		height: auto;
	}
	.section-what .rows-wrapper {
		flex-direction: column;
	}
	.section-what .row.flex-full-centered, .section-descubra.row.flex-full-centered {
		gap: 24px;
    	margin: 0 auto;
	}
	.section-descubra .col-w-33, .section-what .col-w-33, .rows-container .rows-wrapper .col-w-33 {
		width: 411px;
		padding: 0;
	}
	.section-what .tw2 {
		width: 275px !important; 
	}

	.section-what .tw1 {
		width: 225px !important;
	}
	.section-what .tw3 {
		width: 100px !important;
	}
	.section-what .tw4 {
		width: 260px !important;
	}
	.section-what .title3 {
		width: 277px;
        height: 74px;

	}
	.extra-margin-row {
		margin-top: 68px !important;
		margin-bottom: 68px !important;
	}
	/*section saea*/
	.section-saea {
		height: 875px;
		background-color: transparent;
		background-blend-mode: unset;
	}
	.section-saea .title1-container {
		width: 200px;
	}
	.section-saea .text-container, .section-colegio-text-container {
		color: #fff;
		font-size: 18px;
	}
	.section-saea .title1, .section-colegio .title1 {
		color: #fff;
	}
	.section-saea .title1::before, .section-colegio .title1::before, .title1.blue-leftbar::before {
		background-color: #41D9EE;
        left: 0;
        margin-left: 30px;
	}

	.section-saea .col-w-75 p, .section-colegio .col-w-75 p {
		color: #FFF;
		font-family: 'Manrope';
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0;
	}
	/* .section-saea .col-w-75 p:nth-of-type(2), .section-colegio .col-w-75 p:nth-of-type(2) {
		margin-bottom: 50px;
	} */
	.section-saea .col-w-75 p:nth-of-type(3), .section-colegio .col-w-75 p:nth-of-type(3) {
		margin-bottom: 28px;
	}
	/*section where*/
	.section-where {
		background-color: #41D9EE;
		background-image: url('./assets/images/bg_section_where.png');
		background-repeat: no-repeat;
		height: 922px;
		margin-top: 0;
	}


	.section-where .text-container p {
		color: #23067C;
		font-family: 'Manrope';
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		width: 364px;
		letter-spacing: 0;
		margin-top: 40px;
	}
	/*footer*/
	.footer-container .flex-container .col-footer:nth-child(1) {
		flex-direction: column;
	}
	.footer-parceria .logo-container img {
		width: auto;
		height: auto;
	}
	.footer-parceria {
		padding-left: 0;
	}
	.flex-container .col-footer:nth-child(2) {
		display: flex;
		flex-direction: column;
	}
	/* .col-footer {
		margin-top:35px;
		margin-bottom: 20px;
		justify-self: center;
	} */
	.container, .footer-container {
		width: 1400px;
	}
	#posts-container {
		width: 1100px;
	}
	.footer .row {
		padding-left:60px;
		padding-right: 60px;
	}
	.footer h3 {
		font-size: 20px;
	}
	.logos-footer-title {
		margin-top: 73px !important;
    	margin-bottom: 14px !important;
	}
	.mid-col-footer-p {
		margin-top:0;
		margin-bottom: 23px;
		width: 265px;
	}
	.footer p, .footer ul li {
		letter-spacing: 0;
		padding: 5px;
	}
	.col-w-33 {
		/* padding: 30px;
        width: 241px; */
		padding: 0;
		width: 411px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
		box-sizing: border-box;
	}

		/*Página Sobre Nós*/
		.col-order-n1 {
			order: 1;
		}
		.col-order-n2 {
			order: 2;
		}
		.page-header-container {
			flex-direction: column;
		}

		#breadcrumbs, #breadcrumbs a, #breadcrumbs a:active, #breadcrums a:visited{
			color: #fff;
			font-family: 'Manrope';
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			line-height: 32px;
			text-decoration: none;
			display: inline-flex;
		}
		#breadcrumbs a:hover {
			color: #0096DE;
		}
		.section-descubra {
			padding-bottom: 96px;
		}
		.section-descubra .boxes {
			margin-top: 58px;
		}
		.section-descubra img {
			width: 620px;
			height: auto;
			filter: drop-shadow(-21px 21px #41D9EE);
			margin-top: 0;
		}
		.section-descubra .col-w-50:nth-of-type(2) {
			padding-left: 30px;
		}
		.section-descubra .title1 {
			width: 494px;
		}

		.section-descubra .title3 {
			width: 241px;
		}

		.section-descubra .title1::before {
			background-color: #41D9EE;
			left:30px;
			margin-left: 0;
		}
		.icons-container {
			display: inline-flex;
			width: 100%;
			justify-content: center;
		}
		.btn-container .btn-saea {
			align-content: flex-start;
			display: flex;
			justify-content: flex-start;
			flex-wrap: wrap;
			flex-direction: column;
		}
	.section-descubra .text-container {
		margin-top: 48px;
	}
	.section-descubra .text-container p {
		color: #3C3C3C;
		font-family: 'Manrope';
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	.section-descubra .text-container p:last-child{
		margin-top: 35px;
	}
	.section-descubra .col-w-100 {
		margin-top: 75px;
	}
	.section-descubra .col-w-100 .title1-container, .section-descubra .col-w-100 .title1 {
		width: auto;
	}
	.section-descubra .col-w-100 .title1::before {
		left: 0;
		margin-left: 50%;
	}
	/*section what*/
	.section-what .rows-container {
		padding-top: 20px;
        margin-top: -20px;
	}

	.rows-container .row.flex-full-centered {
		align-items: center;
		justify-content: center;
	}
	/*section colegio*/
	.section-colegio {
		height: 767px;
		background-color: transparent;
		background-blend-mode: unset;

	}
	.section-colegio .text-container, .section-colegio .title1-container {
		width: auto;
	}
	.btn-saea a {
		letter-spacing: 3.84px;
	}
	.section-mantenedora {
		height: 711px;
	}
	.social-icon svg {
		padding: 7px;
	}
	.section-mantenedora .social-icon svg {
		width: 25px;
		height: 25px;
	}
	.section-mantenedora .social-icon {
		width: auto;
		height: auto;
	}
	.section-mantenedora .col-w-100 {
		flex-direction: column;
		position: relative;
	}
	/*section mantenedora*/
	.section-saea .title1-container {
		margin-bottom: 209px;
	}
	.wrapper-title-mantenedora .title1 {
		font-size: 33px;
		font-weight: 900;
		line-height: 40px;
	}
	.logo-saea-container {
        margin-top: 11px;
    }
	.wrapper-title-mantenedora {
		background-color: #41D9EE;
		border-radius: 8px;
		padding: 18px 70px;
		position: absolute;
		top: -50px;
	}
	.footer .icons-container {
		margin-top: 0;
	}

	.section-mantenedora .text-container {
		color: #3C3C3C;
		text-align: center;
		font-family: 'Manrope';
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	.section-mantenedora .text-container p {
		text-align: center;
        margin: 20px 120px;
	}
	.section-mantenedora .text-container p:nth-child(3) {
		margin-top: 33px;
	}
	#extensivo {
		background-image: url('./assets/images/bg_banner_items-course-extensivo.png');
	}
	.col-bg-cursos, #extensivo .col-bg-cursos {
		background-image: unset;
		margin: auto;
		min-height: auto;
		order: unset;
	}

	
	/*Página Courses */
	.items-course .text-container {
		align-items: flex-start;
	}
.cursos-logo-poliedro {
	margin-bottom: 0;
	margin-top: 0;
}
	/*Página Extensivo - Mobile */
	#why-extensivo {
		background-image: url('./assets/images/bg_banner_courses_extensivo.png');
	}
	#why-extensivo .title1-container {
		width: 412px;
	}
	.header-courses {
		margin-bottom: 0;
	}
	#why-extensivo {
		background-image: url('./assets/images/bg_banner_courses_extensivo.png');
		background-position-y: bottom;
		height: 856px;
	}
	.why-courses {
		height: 856px;
		background-image: url('./assets/images/bg_section_why_courses.png');
		background-repeat: no-repeat;
		background-position-x: center;
	}
	.outer-hightlight-why-courses, #why-extensivo .outer-hightlight-why-courses {
		transform: none;
	}
	.col-bg-why-courses, #why-extensivo .col-bg-why-courses {
		background-image: unset;
		height: auto;
		margin: 0;
	}
	.why-text {
		width: 133px;
	}
	.why-courses .col-w-50 {
		flex-direction: column;
	}
	
	.why-courses .title1-container {
		width: 544px;
        align-self: baseline;
	}
	.items-course ul {
		max-width: fit-content;
	}
	.why-courses .title1-container .title1::before {
		background-color: #41D9EE;
		left: 0;
		margin-left: 27px;
	}
	.why-courses .title1-container {
		margin-bottom: 81px;
	}
	#why-extensivo {
		height: 856px;
	}
	@keyframes animation-pop {
		50% {
			transform: scale(1.2);
		}
	}
	
	.why-icon:hover {
		background: #23067C;
		animation-name: animation-pop;
		animation-duration: .3s;
		animation-timing-function: linear;
		animation-iteration-count: 1
	}
	.why-icon:hover svg{
		filter: invert(90%) sepia(35%) saturate(6486%) hue-rotate(145deg) brightness(96%) contrast(93%);
		animation-name: animation-pop;
		animation-duration: .3s;
		animation-timing-function: linear;
		animation-iteration-count: 1
	}
	.outer-hightlight-why-courses {
		background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 1) 35%, rgba(35, 6, 124, 1) 100%);
        border-radius: 8px;
        width: fit-content;
        padding-right: 5px;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0;
		position: unset;
	}

	.wrapper-hightlight-why-courses {
		background-color: #41D9EE;
		color: #fff;
		padding: 18px 34px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		width: 490px;
		font-family: 'Manrope';
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		align-self: baseline;
		text-align: left;
	}
	
	.what-courses .container .flex-full-centered:nth-child(2) {
		overflow: hidden;
		margin-bottom: 142px;

	}
	.what-courses .col-w-33 .content-wrapper {
		padding: 48px;
	}
	
	.what-courses .flex-container {
		gap: 24px;
		width: auto;
	}

	.what-courses .title1-container {
		margin-top: 108px;
		width: auto;
		text-align: center;
		margin-bottom: 42px;
	}
	.what-courses .counter-container {
		text-align: left;
		margin-bottom: 17px;
	}
	.what-courses .flex-container {
		margin-bottom: 147px;
	}
	.what-courses .col-text-container  .why-text {
		font-family: 'Manrope';
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.what-courses .title1-container .title1::before {
		background-color: #41D9EE;
		left:0;
		margin-left: 50%;
	}
	.counter-container span {
		color: #41D9EE;
		font-family: 'Manrope';
		font-size: 60px;
		font-style: normal;
		font-weight: 800;
		line-height: 42px;
	}

	.what-courses .col-w-33 {
		align-items: baseline;
		width: 411px;
		padding-right: 0;
		background-repeat: no-repeat;
	}

	.what-courses .why-text {
		text-align: left;
		width: 203px;
	}

	.what-courses .col-w-33:first-of-type {
		background-image: url('./assets/images/bg_courses_what_col1.png');
	}

	.what-courses .col-w-33:nth-of-type(2) {
		background-image: url('./assets/images/bg_courses_what_col2.png');
	}

	.what-courses .col-w-33:last-of-type {
		background-image: url('./assets/images/bg_courses_what_col3.png');
	}
	.cols-wrapper {
		display: flex;
		gap: 0 24px;
		margin-top: 108px;
		margin-bottom: 108px;

	}
	.main-courses {
		background-image: url('./assets/images/bg_section_main_courses.png');
		height: 507px;
		padding-top: initial;
		padding-bottom: initial;
		margin-top: 0;

	}
	.main-courses .col-text-container  {
		margin: 0;
	}
	.main-courses .col-text-container p{
		color: #41D9EE;
		font-family: 'Manrope';
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		width: 500px;
		margin: 0;
	}

	.what-courses .cols-wrapper {
		margin-bottom: 147px;
	}
	.main-courses {
		height: 507px;
	}
	.main-courses img {
		width: 264px;
		height: auto;
	}
	.main-courses .col-w-100 {
		flex-direction: column;
	}
	.main-courses .title1-container{
		width: auto;
		margin-top: 0;
		margin-bottom: 80px;
		text-align: center;
	}
	.main-courses .title1-container .title1 {
		color: #fff;
		margin-bottom: -50px;
		width: 500px;
	}
	#main-extensivo .title1-container .title1 {
		width: 473px;
	}

	.items-course {
		background-image: url('./assets/images/bg_banner_items-course.png');
		background-repeat: no-repeat;
		background-position-x: center;
		height: 872px;
		background-size: auto auto;

	}

	.items-course div .col-w-50 {
		display:flex;
	}
	.img-courses {
		align-self: flex-end;
	}
	/*Página Unidade*/
	.info {
		margin-top: 20px;
	}
	.info .col-w-25 {
		width:411px;
	} 
	.info .col-w-75 {
		width: 846px;
	}

	.info .px-60 {
		padding: 60px;
	}
	.info .title1-container {
		width: 206px;
	}
	.info .icon-container {
		justify-content: flex-start;
	}
	.info .flex-full-centered .text-container p {
		text-align: center;
	}
	.info .title1-container {
		align-self: baseline;
	}
	.know {
		align-items: baseline;
	}
	.know .row, .info .row {
		gap: 24px;
	}
	
	.know .px-60, .section-why .px-60, .section-saea .px-60 {
		padding-left: 60px;
		padding-right: 60px;
	}
	.know .pr-60, .section-why .pr-60, .section-saea .pr-60 {
		padding-right: 60px;
	} 
	.know .pl-60, .section-why .pl-60, .section-saea .pl-60 {
		padding-left: 60px;
	}

	.know .row.flex-full-centered {
		height: auto;
		overflow: hidden;
	}

	.know .counter-container {
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.know .counter-container span {
		color: #23067C;
	}
	
	.know .col-w-33 {
		align-items: flex-start !important;
		background: #fff !important;
	}

	.know .why-text{
		text-align: left;
		width: 254px;
		font-weight: 400;
	}
	.info {
        background-image: url(./assets/images/bg_info_campus.png);
        background-position-y: 67px;
        background-repeat: no-repeat;
	}

	.info .col-w-100 .text-container {
		text-align: center;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.subscribe {
		height: 422px;
	}

	.subscribe .img-container {
		position: absolute;
		top: -60px;
	}
	.subscribe .title1-container {
		width: 522px;
		margin-top: 52px;
	}
	.subscribe .title1-container .title1 {
		text-align: center;
		font-family: 'Manrope';
		font-size: 36px;
		font-style: normal;
		font-weight: 800;
		line-height: 42px;
	}
	.subscribe .btn-container {
		margin-top: 41px;
	}
	.why-icon {
		background-color: #E6E6E6;
	}
	/*Página Contato*/

	.location{
		display: flex;
	}
	.location .why-text, .location a, .location a:active {
		color: #3C3C3C;
		text-align: center;
		font-family: 'Manrope';
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-decoration: none;
	}
	.location .col-w-33 {
		padding: 0;
		width: 411px;
	}
	.location a:hover {
		color: #41D9EE;
	}
	.location .why-text {
		width: auto;
		height: 84px;
	}
	.location .why-icon {
		background-color: #23067C;
	}
	.location .why-icon:hover {
		background-color: #41D9EE;
	}
	.location .why-icon:hover svg{
		filter: brightness(0) invert(1);
	}
	.wpcf7 form .wpcf7-response-output {
		color: #fff;
		font-family: 'Manrope';
	}
	.form .pr-60 {
		padding-right: 60px;
	}
	
	.form .pl-60 {
		padding-left: 60px;
	}
	.form .text-container {
		margin-top: 39px;
		margin-right: 38px;
	}
	.col-50-form {
		width: 50%;
	}
	.form .row {
		gap: 0 25px;
	}
	.form .col {
		width: 100%;
	}
	.form-control::placeholder {
		font-size: 65px;
	}

	::-webkit-input-placeholder { /* WebKit browsers */
		font-family: 'Manrope';
		font-weight: 800;
		size: 16px !important;
		color: #B4B4B4 !important;
		opacity: 1;
	  }
	  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		font-family: 'Manrope';
		font-weight: 800;
		color: #B4B4B4 !important;
		opacity: 1;
	  }
	  ::-moz-placeholder { /* Mozilla Firefox 19+ */
		font-family: 'Manrope';
		font-weight: 800;
		color: #B4B4B4 !important;
		opacity: 1;
	  }
	  :-ms-input-placeholder { /* Internet Explorer 10+ */
		font-family: 'Manrope';
		font-weight: 800;
		color: #B4B4B4 !important;
		opacity: 1;
	  }

	input[type="text"], input[type="email"], input[type="tel"], .wpcf7-textarea, .wpcf7-select {
		width: 100%;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			 box-sizing: border-box;
		height: 50px;
		padding: 10px;
		border: solid 1px #C7C8CA;
		border-radius:4px;
		margin-top: 5px;
		color: #3C3C3C;
		font-family: 'Manrope';
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		box-sizing: border-box;
	}

	.form-container .form-row > p {
		margin: 0;     /* elimina margens que podem quebrar o layout */
		width: 100%;
		}
	
	.wpcf7-select {
		color: #B4B4B4;
		font-family: 'Manrope';
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	input[name="your-subject"] {
		font-weight: 700;
		color: #23067C;
	}
	.wpcf7-textarea {
		width: 100%;
		resize: none;
		margin-bottom: 10px;
		height: 182px;
	}
	.lgpd-text {
		font-size: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.blue-btn-submit, .blue-btn-submit:active {
		border: none;
		color: #fff;
		width: 100%;
		border-radius: 4px;
		background-color: #41D9EE;
		text-align: center;
		font-family: 'Manrope';
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		text-transform: uppercase;
		padding-top: 18px;
		padding-bottom:18px;
		margin-top: 10px;
	}
	.form .social-icon {
		width: auto;
		height: auto;
	}
	.form .social-icon svg {
		padding: 7px;
		width: 25px;
		height: 25px;
	}
	.form .social-icon:nth-of-type(2) {
		padding-left: 5px;
		padding-right: 5px;
	}
	form p, label {
		color: #FFF;
		font-family: 'Manrope';
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		position: relative;
	}
	/* label::before {
		content: "*";
		color:#FC2626;
		position: absolute;
        left: 134px;
	}
	.label-tel::before {
		left: 70px;
	}
	.label-como-conheceu::before {
		left: 283px;
	}

	.label-email::before {
		left: 52px;
	}
	.label-subject::before {
		left: 67px;
	}
	.label-colegio::before {
		left: 378px;
	} */
	.form-container {
		padding: 0 30px 34px 30px;
		margin-top: 90px;
		width: 100%;
	}
	.blue-btn-submit:hover {
		color: #23067C;
		background-color: #fff;
	}
	.form .col-25 {
		align-items: flex-start;
	}
	.form .icons-container {
		justify-content: flex-start;
	}
	.form .title1-container {
		width: 408px;
	}
	/*footer desktop*/
	.footer .logo-container {
		margin-bottom: 20px;
		justify-self: center;
	}
	.footer .logo-container img {
		width: 116px;
	}
	.footer-parceria .logo-container img {
		width: 202px;
	}
	.footer .icons-container {
		margin-top: 20px;
	}
	.footer-icon {
		margin-top: 0;
	}
	.footer-icon svg {
		width: 25px;
		height: 25px;
	}

}


