@charset "UTF-8";

* {
box-sizing: border-box;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
scroll-behavior: smooth;
}
::-moz-placeholder {
color: #fff;
}
::placeholder {
color: #fff;
}
.navigation-container {
max-width: 100%;
margin: 0;
padding: 50px;
}
.navigation-menu {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
background-color: transparent; transition: background-color 0.5s; padding-block: 15px;
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
}
.navigation-menu a {
text-decoration: none;
color: #FFF;
text-transform: uppercase;
font-size: 16px;
padding: 10px;
font-weight: bold;
}
.navigation-menu a.aluno {
background: #fff;
border-radius: 5px;
color: #005198;
}
.navigation-menu a.aluno:hover {
color: #cdcdcd;
}
.site-identity-logo h1 img {
width: 100%;
max-width: 50px;
}
.site-identity-logo:hover {
color: #2E77E5;
}
.navigation-menu__labels {
list-style: none;
display: flex;
gap: 10px;
}
.navigation-menu__labels > li > a:hover {
color: #2E77E5;
}
#toggleMenu,
.navigation-menu label {
display: none;
}
@media screen and (max-width: 991px) {
.main-menu {
width: 100%;
max-height: 0;
overflow: hidden;
opacity: 1;
}
.navigation-menu label {
display: inline-flex;
align-items: center;
cursor: pointer;
color: #000;
}
}
@media screen and (max-width: 991px) and (max-width: 991px) {
.navigation-menu label li a {
border-bottom: 1px solid #fff;
width: 100%;
text-align: center;
padding: 0 0 25px;
}
}
@media screen and (max-width: 991px) {
.navigation-menu__labels {
flex-direction: column;
align-items: center;
gap: 45px;
font-size: 32px;
margin-top: 10px;
padding: 20px;
}
#toggleMenu:checked ~ .main-menu {
height: 100vh;
max-height: 100vh;
}
.navigation-menu label i {
color: #FFF;
font-size: 30px;
}
}
.topnav {
overflow: hidden;
background-color: #333;
display: flex;
justify-content: space-around;
align-items: center;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav {
display: block;
}
.topnav.responsive {
position: relative;
}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.space {
padding: 80px 0;
}
.space-top {
padding: 80px 0 0;
}
.space-bottom {
padding: 0 0 80px;
}
#banner .box-banner {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 60vh;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
}
@media (max-width: 991px) {
#banner .box-banner {
height: 100vh;
padding: 0 15px;
}
}
#banner .box-banner h2 {
text-align: center;
color: #fff;
font-size: 55px;
width: 100%;
max-width: 1200px;
padding: 0 0 15px;
}
@media (max-width: 991px) {
#banner .box-banner h2 {
font-size: 27px;
}
}
#banner .box-banner p {
text-align: center;
color: #fff;
}
#banner .all {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
gap: 40px;
padding: 50px 0 0;
}
@media (max-width: 991px) {
#banner .all {
gap: 15px;
}
}
#banner .all .single .box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 170px;
}
#banner .all .single .box i {
font-size: 45px;
padding: 0 0 15px;
color: #fff;
}
#banner .all .single .box p {
color: #fff;
}
#EnemDestaque {
background: #005198;
padding: 15px;
}
#EnemDestaque h2 {
text-align: center;
color: #fff;
text-transform: uppercase;
}
@media (max-width: 991px) {
#EnemDestaque h2 {
font-size: 20px;
}
}
#EnemDestaque h3 {
text-align: center;
text-transform: uppercase;
color: #FFAA00;
font-size: 40px;
padding: 0 0 40px;
}
@media (max-width: 991px) {
#EnemDestaque h3 {
font-size: 35px;
}
}
#EnemDestaque .all {
display: flex;
flex-direction: row;
gap: 35px;
}
@media (max-width: 991px) {
#EnemDestaque .all {
flex-direction: column;
}
}
#EnemDestaque .all .single {
width: 100%;
max-width: 50%;
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
gap: 15px;
border-radius: 10px;
background: #fff;
}
@media (max-width: 991px) {
#EnemDestaque .all .single {
max-width: 100%;
height: auto;
}
}
#EnemDestaque .all .single h4 {
text-align: center;
color: #fff;
background: #ffaa00;
width: 100%;
padding: 15px;
text-transform: uppercase;
border-radius: 5px 5px 0 0;
font-size: 26px;
}
#EnemDestaque .all .single h5 {
text-align: center;
color: #005198;
font-size: 40px;
}
#EnemDestaque .all .single ul {
padding: 0 25px;
}
#EnemDestaque .all .single ul li {
list-style: none;
padding: 10px;
}
#EnemDestaque .all .single ul li .box {
display: flex;
}
#EnemDestaque .all .single ul li .box i {
color: #FFAA00;
font-size: 20px;
}
#EnemDestaque .all .single ul li .box p {
color: #005198;
font-size: 18px;
}
#EnemDestaque .all .single .btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 15px;
}
#EnemDestaque .all .single .btn a {
color: #fff;
text-align: center;
background: #25d245;
padding: 10px;
text-decoration: none;
border-radius: 5px;
font-size: 18px;
font-weight: bolder;
margin: 0 0 25px;
}
#cursosDestaques {
background: #005198;
}
#cursosDestaques .all {
display: flex;
flex-direction: row;
}
@media (max-width: 991px) {
#cursosDestaques .all {
flex-direction: column;
gap: 30px;
}
}
#cursosDestaques .all .single {
width: 100%;
max-width: 50%;
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
gap: 15px;
padding: 0 15px;
height: 500px;
}
@media (max-width: 991px) {
#cursosDestaques .all .single {
max-width: 100%;
height: auto;
padding: 35px 15px;
}
}
#cursosDestaques .all .single h2 {
text-align: center;
color: #fff;
}
#cursosDestaques .all .single p {
color: #fff;
width: 100%;
max-width: 80%;
text-align: justify;
}
#cursosDestaques .all .single a {
color: #fff;
text-align: center;
background: #25d245;
padding: 10px;
text-decoration: none;
border-radius: 5px;
font-size: 18px;
font-weight: bolder;
}
#cursosDestaques .all .img {
background-repeat: no-repeat;
background-position: right;
background-size: cover;
height: 500px;
}
@media (max-width: 991px) {
#cursosDestaques .all .img {
background-position: 80%;
}
}
#cursos {
margin-top: -15vh;
}
@media (max-width: 991px) {
#cursos {
margin-top: -15vh;
}
}
#cursos .all {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 15px;
background-color: #cdcdcd;
padding: 20px;
border-radius: 5px;
}
@media (max-width: 991px) {
#cursos .all {
flex-direction: column;
}
}
#cursos .all .single {
width: 100%;
max-width: 33.3333333333%;
height: 500px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 15px;
border-radius: 5px;
}
@media (max-width: 991px) {
#cursos .all .single {
max-width: 100%;
}
}
#cursos .all .single a {
color: #fff;
text-align: center;
}
#cursos .all .single .single-sub {
height: 235px;
border-radius: 5px;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#cursos .all .single .single-sub h3 {
color: #fff;
text-align: center;
background-image: linear-gradient(to top, rgba(0, 81, 152, 0.6), rgba(81, 152, 153, 0));
width: 100%;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
}
#sliderCursos {
background: #e3e3e3;
}
#sliderCursos h2 {
text-align: center;
font-size: 35px;
padding: 0 0 25px;
color: #005198;
}
#sliderCursos #sliderCursosCards .slick-next, #sliderCursos #sliderCursosCards .slick-prev {
z-index: 1000;
}
#sliderCursos #sliderCursosCards .slick-next:before, #sliderCursos #sliderCursosCards .slick-prev:before {
color: #005198;
font-size: 35px !important;
z-index: 1000;
}
#sliderCursos #sliderCursosCards .slick-next {
right: -30px !important;
}
#sliderCursos #sliderCursosCards .slick-prev {
left: -45px !important;
}
@media only screen and (max-width: 600px) {
#sliderCursos #sliderCursosCards .slick-next {
right: 30px !important;
}
#sliderCursos #sliderCursosCards .slick-prev {
left: 15px !important;
}
}
#sliderCursos #sliderCursosCards .single {
height: 350px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
margin: 0 15px;
display: flex;
align-items: flex-end;
justify-content: center;
border-radius: 5px;
}
#sliderCursos #sliderCursosCards .single .single-sub {
background-image: linear-gradient(to top, rgb(0, 81, 152), rgba(81, 152, 153, 0));
width: 100%;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 15px;
}
#sliderCursos #sliderCursosCards .single .single-sub h3 {
color: #fff;
text-align: center;
}
#sliderCursos #sliderCursosCards .single .single-sub a {
text-decoration: none;
text-transform: uppercase;
background: #25d245;
color: #fff;
padding: 15px 0;
border-radius: 5px;
font-weight: bolder;
width: 100%;
max-width: 130px;
text-align: center;
}
#parceiros {
background: #e3e3e3;
}
#parceiros h2 {
color: #005198;
text-align: center;
padding: 0 0 25px;
font-size: 35px;
}
#parceiros .all {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 15px;
}
@media (max-width: 991px) {
#parceiros .all {
flex-direction: column;
}
}
#parceiros .all .single {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
gap: 15px;
background: #005198;
border-radius: 5px;
padding: 15px;
}
@media (max-width: 991px) {
#parceiros .all .single {
width: 100%;
max-width: 90%;
}
}
#parceiros .all .single img {
width: 100%;
max-width: 250px;
}
#sobre {
background: #005198;
}
#sobre .all {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}
@media (max-width: 991px) {
#sobre .all {
flex-direction: column-reverse;
gap: 30px;
}
}
#sobre .all .single {
width: 100%;
max-width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 991px) {
#sobre .all .single {
padding: 0 15px;
max-width: 100%;
}
}
#sobre .all .single img {
width: 100%;
max-width: 300px;
}
#sobre .all .single h2 {
text-align: center;
padding: 0 0 25px;
color: #fff;
}
#sobre .all .single p {
padding: 0 0 15px;
color: #fff;
}
@media (max-width: 991px) {
#beneficios {
display: none;
}
}
#beneficios .all {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
gap: 40px;
}
#beneficios .all .single .box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
max-width: 170px;
}
#beneficios .all .single .box i {
font-size: 45px;
padding: 0 0 15px;
}
#beneficios .all .single .box p {
text-align: center;
}
#matriculas {
width: 100%;
max-width: 1200px;
margin: 0 auto -150px;
padding: 35px;
background: #e3e3e3;
position: relative;
}
#matriculas .all {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
@media (max-width: 991px) {
#matriculas .all {
flex-direction: column-reverse;
gap: 40px;
}
}
#matriculas .all .single {
width: 100%;
max-width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
@media (max-width: 991px) {
#matriculas .all .single {
flex-direction: column;
max-width: 100%;
gap: 40px;
}
}
#matriculas .all .single img {
width: 100%;
max-width: 390px;
}
#matriculas .all .single h2 {
text-align: center;
font-size: 40px;
padding: 0 0 15px;
}
#matriculas .all .single a {
text-decoration: none;
font-size: 30px;
color: #25D366;
font-weight: bolder;
}
#faleConosco {
padding: 200px 0 80px;
background: #005198;
}
#faleConosco .all {
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media (max-width: 991px) {
#faleConosco .all {
flex-direction: column-reverse;
gap: 25px;
}
}
#faleConosco .all .single {
width: 100%;
max-width: 50%;
display: flex;
justify-content: flex-start;
flex-direction: column;
align-items: center;
}
@media (max-width: 991px) {
#faleConosco .all .single {
max-width: 100%;
}
}
#faleConosco .all .single img {
width: 100%;
max-width: 150px;
}
#faleConosco .all .single p {
padding: 15px;
text-align: center;
color: #fff;
}
#faleConosco .all .single .redeSocial {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
#faleConosco .all .single .redeSocial .box {
display: flex;
gap: 25px;
flex-direction: row;
}
#faleConosco .all .single .redeSocial a {
color: #fff;
text-decoration: none;
}
@media (max-width: 991px) {
#faleConosco .all .single .redeSocial a {
text-align: center;
}
}
#faleConosco .all .single #wpcf7-f5-o1 {
width: 100%;
max-width: 450px;
}
#faleConosco .all .single #wpcf7-f5-o1 form {
width: 100%;
padding: 0 15px;
}
#faleConosco .all .single #wpcf7-f5-o1 form h2 {
text-align: center;
color: #fff;
}
#faleConosco .all .single #wpcf7-f5-o1 form p {
padding: 0;
}
#faleConosco .all .single #wpcf7-f5-o1 form input, #faleConosco .all .single #wpcf7-f5-o1 form textarea {
width: 100%;
max-width: 350px;
background: transparent;
border: unset;
border-bottom: 2px solid #fff;
color: #fff;
height: 49px;
}
#faleConosco .all .single #wpcf7-f5-o1 form input[type=submit] {
width: 100%;
max-width: 150px;
display: block;
margin: 25px auto 0;
background: #fff;
color: #000;
border-radius: 5px;
}
.screen-reader-response {
display: none;
}
.wpcf7-form-control-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
color: red;
}
.wpcf7-response-output {
text-align: center;
margin: 25px 0 0;
color: #2ed156;
font-weight: bolder;
font-size: 25px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 30px;
}