body {
    font-family: 'Roboto';
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.owl-dots{
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    width: 15px;
    height: 15px;
    background: #28297f!important;
    margin: 30px 5px 0;  
    border-radius: 50%;
    transition: .2s;
    border: 4px solid #28297f;
}

.owl-carousel button.owl-dot.active{
    background: white!important;
}

.logo img {
    width: 142px;
    height: 103px;
    margin-top: 10px;
    margin-bottom: 1rem;
}

.input-group-append .input-group-text {
    background-color: #ff2d9b;
    border-radius: 0 10px 10px 0;
}

.form-control {
    padding: 1rem 2rem;
    border: none;
    box-sizing: border-box;
    color: #E0E0E0;
    background: #EDEDED;
    border-radius: 5px;
}

.form-control::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #C7C7C7;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #E0E0E0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c5c5c545;
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.page-item.active .page-link,
.page-item:hover .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #e93a8c;
    border-color: transparent;
    border-radius: 5px;
}

.page-item .page-link span {
    color: #BDBDBD;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e93a8c;
    background-color: transparent;
    border: none;
}

.matricula {
    position: fixed;
    right: 30px;
    bottom: 2%;
    z-index: 5;
}
.matricula img{
    width: 110%;
}

.marca98 {
    position: fixed;
    left: 0;
    bottom: -8%;
    z-index: 5;
}

.marca98 img {
    width: 65%;
}


/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #28297f;
    z-index: 1999;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulsex {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.pulseIcon:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.07, 1.07, 1.07);
        transform: scale3d(1.07, 1.07, 1.07);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada:hover {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.nav-position {
    width: 100%;
    z-index: 6;
    background: linear-gradient(180deg, rgba(64, 76, 165, 0.855) 1.56%, rgba(255, 255, 255, 0) 90.62%);
    border-radius: 0px 0px 10px 10px;
}

.dropdown-menu {
    position: absolute;
    top: 96%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0 1rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #ff2d9b;
    background-clip: padding-box;
    border: 1px solid rgb(255 45 155);
    border-radius: 0 0 20px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #404ca5;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #28297f;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


/* end: Preloader */

.info_top {
    margin-right: 2.5rem;
}
svg {
    margin-right: 5px;
    transition: .6s;
}

.info_top svg.redes:hover path {
    fill: #ff2d9bba;
    transition: .6s;
}
/* sticky header */

.sticky{
    position: fixed!important;
    width: 100%;
    background: linear-gradient(180deg, rgb(64 76 165 / 52%) 0%, rgba(255, 255, 255, 0) 80%);
    padding-bottom: 3rem;
    /*padding-top: .5rem;*/
}

.sticky .logo img{
    height: auto;
    width: 80px;
    margin-top: 0;
    transition: .4s;
}

.sticky .social{
    opacity: 0;
    z-index: -1;
}

.logo-azul{
	display: none;
	opacity: 0;
	position: absolute;
	transition: .4s;
	left: 20px;
	top:8px;
    width: 60px;
}

.social,.logo,.navbar-collapse{
    transition: .4s;
}

/* sticky 2 */

@media (min-width: 1200px) and (max-width: 1300px){
	.navbar-expand-xl .navbar-nav .nav-link{
		padding: 0 1rem!important;
	}
}

@media (min-width: 1200px){
	.w-xl-100{
		width: 100%;
	}
    .sticky .navbar {
        width: 100%;
        padding: 0;
    }

    .sticky .navbar .navbar-collapse{
        width: 100%;
        justify-content: center!important;
        display: flex!important;
        background: #F8F8F8;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0 0 10px 10px;
    }

    .sticky .navbar .navbar-collapse .navbar-nav{
        margin-left: auto;
        box-shadow: none;
        border-radius: 0;
        background: unset;
    }
    .sticky .logo{
        height: 0;
        opacity:0;
        visibility: hidden;
        display: none;
    }

    .sticky .logo-azul{
    	display: block;
    	opacity: 1;
    	position: absolute;
    }
    .sticky .navbar-nav .nav-item{
        padding: 10px 5px;  
    }

    .sticky .input-group{
        padding: 10px 5px;
    }
}
/* header */

header .navbar-nav {
    background: #F8F8F8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: .4s;
}

header .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #404CA5;
    text-transform: uppercase;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.navbar-nav .nav-item:first-child {
    border-radius: 10px 0 0 10px;
}

.navbar-nav .nav-item.active:first-child {
    border-radius: 10px 0 0 0px;
}

.navbar-nav .nav-item {
    padding: 5px;
    margin: auto;
    transition: .2s;
}

.input-group {
    padding: 5px;
}

.navbar-nav .nav-item:last-child {
    border-radius: 0 10px 10px 0;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

header .info_top .btn-link-info{
    background: #28297f;
    color: white;
    padding: 7px 8px 6px;
    margin-right: 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    transition: .4s;
}

header .info_top .btn-link-info:hover{
    background: #ff2d9b;
}

header .info_top .btn-link-info svg{
    position: relative;
    margin-right: 8px;
    bottom: 2px;
    left: 3px;
}

header .social {
    position: absolute;
    bottom: 48px;
    right: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*#banner{
    padding-top: 130px;
    background: #44cde4;
}

#banner img{
    width: 100%;
} */

section.banner,section.banner video.video-header{
    height: 100vh;
}

section.banner {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4rem;
    justify-content: center;
}

section.banner video.video-header{
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
}

section.banner3 {
    height: 200px;
    /*background: url('../img/banner_topo2.png')*/
    background: url('../img/Outdoor_Simples__2.png');
    background-size: cover;
    background-position: left;
    background-repeat: repeat-x;
}

section.banner3 img{
    display: none;
}


.mouse {
    width: 30px;
    height: 50px;
    border: 2.5px solid white;
    border-radius: 60px;
    position: relative;
}
.mouse::before {
        content: '';
        width: 9px;
        height: 9px;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        border-radius: 50%;
        opacity: 1;
        animation: wheel 1.5s infinite;
        -webkit-animation: wheel 1.5s infinite;

}

@keyframes wheel {
    to {
        opacity: 0;
        top: 27px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 27px;
    }
}

/* agenda agenda */

section.agenda h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #494949;
}

section.agenda {
    background-image: url(../img/bg_agenda.png);
    background-size: cover;
    height: 1125px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
}

section.agenda p {
    font-weight: 300;
    font-size: 19px;
    line-height: 164.5%;
    text-align: center;
    color: #494949;
}

section.agenda p strong {
    color: #FF2D9B;
}

section.agenda a {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background: #FF2C9B;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: .6s;
}

section.agenda a:hover {
    transition: .6s;
    color: #FF2C9B;
    border: 1px solid #FF2C9B;
    background: transparent;
}


/* section.niveis_ensino */

section.niveis_ensino {
    background-image: url(../img/bg-quemsomos.png);
    background-position: bottom;
    background-size: cover;
    padding: 4rem 0 6rem; 
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
}

section.diretoria {
    background-position: bottom;
    background-size: cover;
    padding: 4rem 0 6rem; 
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
}

section.niveis_ensino .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.niveis_ensino h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.niveis_ensino img {
    border-radius: 10px;
    height: 450px;
    transition: .8s;
    object-fit: cover;
}

section.niveis_ensino .card {
    border: none;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 10px;
}

section.niveis_ensino .card .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 0deg, rgba(64, 76, 165, 0.855) 12.5%, rgba(44, 53, 115, 0.216) 40.63%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-size: auto 150%;
    background-position: 0 75%;
    transition: .4s ;
}

section.niveis_ensino .card:hover .card-body{
    background-position: 0 0;
}

section.niveis_ensino .card:hover .card-body p,
section.niveis_ensino .card:hover .card-body span{
    opacity: 0;
}

section.niveis_ensino .card:hover img{
    transform: scale(1.1);
}


section.niveis_ensino .card .card-body p {
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    transition: .4s;
}

section.niveis_ensino .card .card-body span {
    color: #ffffff;
    font-weight: 200;
    font-size: 18px;
    transition: .4s;
}



section.diretoria .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.diretoria h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.diretoria img {
    border-radius: 10px;
    height: 500px;
    transition: .8s;
    object-fit: cover;
}

section.diretoria .card {
    border: none;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 10px;
}

section.diretoria .card .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 0deg, rgba(64, 76, 165, 0.855) 12.5%, rgba(44, 53, 115, 0.216) 40.63%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-size: auto 150%;
    background-position: 0 75%;
    transition: .4s ;
}

section.diretoria .card:hover .card-body{
    background-position: 0 0;
}

section.diretoria .card:hover .card-body p,
section.diretoria .card:hover .card-body span{
    opacity: 0;
}

section.diretoria .card:hover img{
    transform: scale(1.1);
}


section.diretoria .card .card-body p {
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    transition: .4s;
}

section.diretoria .card .card-body span {
    color: #ffffff;
    font-weight: 200;
    font-size: 22px;
    transition: .4s;
}


/* section.estrutura_fisica */

section.estrutura_fisica {
    background: #fff;
    padding: 4rem 0;
}

section.estrutura_fisica .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.estrutura_fisica h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.estrutura_fisica img {
    border-radius: 10px;
}


section.estrutura_fisica h5 {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #27348B;
}

section.estrutura_fisica .card {
    border: none;
    margin-bottom: 2rem;
    height: 235px;
    width: 100%;
    border-radius: 10px!important;
}

section.estrutura_fisica .card .card-body {
    position: absolute;
    width: 100%;
    height: 235px;
    background: linear-gradient(0deg, #FF2D9B 0%, rgba(255, 181, 220, 0.35) 38.54%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    z-index: 3;
    transition: .4s;
}

section.estrutura_fisica .card:hover .card-body {
    display: none;
}

section.estrutura_fisica .card .card-body p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 0;
}

section.estrutura_fisica .card .card-body p svg{
    margin-right: 5px;
    position: relative;
    top: -2px;
}

section.estrutura_fisica .card .card-body span {
    color: #ffffff;
    font-weight: 200;
    font-size: 18px;
    text-align: left;
    margin-left: 35px;
}

.modal,#lightboxOverlay{
    background: #000000ba;
}

section.estrutura_fisica .modal-content{
	background: transparent!important;
	border: none;
}

section.estrutura_fisica .modal-content img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

section.estrutura_fisica .modal.show .modal-dialog{
	max-width: 700px!important;
}

.card-thumb {
    position: relative;
    width: 100%;
    height: 235px;
    perspective-origin: 50% 0%;
    perspective: 600px;
    z-index: 1;
}
.card-image,
.card-shadow {
    position: absolute;
    display: block;
    width: 100%;
    height: 235px;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.card-shadow {
    opacity: 0.8;
}
.card-shadow:nth-child(1) {
    opacity: 0.6;
    background: rgb(255 45 155);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.07s;
}
.card-shadow:nth-child(2) {
    opacity: 0.7;
    background: rgba(64, 76, 165, 0.6);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.05s;
}
.card-shadow:nth-child(3) {
    background: rgba(0, 41, 122, 0.6);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.03s;
}
.card-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #607d8b;
    width: 100%;

}
.card-image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3f51b5;
    content: '';
    opacity: 0;
    transition: opacity 0.1s;
    border-radius: 10px;
}
.card:hover .card-thumb,
.card--active .card-thumb {
    z-index: 3;
}
.card:hover .card-title,
.card--active .card-title {
    opacity: 0;
}
.card:hover .card-explore,
.card--active .card-explore {
    opacity: 1;
    transform: translate(0, 1rem);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
.card:hover .card-image,
.card--active .card-image {
    transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
}
.card:hover .card-image::before,
.card--active .card-image::before {
    opacity: 0.4;
}
.card:hover .card-shadow:nth-child(3),
.card--active .card-shadow:nth-child(3) {
    transform: scale(1.02) translate(0, -0.1rem) rotateX(15deg);
}
.card:hover .card-shadow:nth-child(2),
.card--active .card-shadow:nth-child(2) {
    transform: scale(0.9) translate(0, 1.5rem) rotateX(15deg);
}
.card:hover .card-shadow:nth-child(1),
.card--active .card-shadow:nth-child(1) {
    transform: scale(0.82) translate(0, 3.5rem) rotateX(5deg);
}
.card:hover .card-button,
.card--active .card-button {
    opacity: 1;
    color: #3f51b5;
    transform: translate(-50%, 0);
}
.card:hover .card-button:hover,
.card--active .card-button:hover {
    color: #fff;
    background-color: #3f51b5;
}
.card--active,
.card--active:hover {
    background: none;
}
.card--active .card-explore,
.card--active:hover .card-explore {
    opacity: 0;
    transform: translate(0, 3rem);
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.card--active .card-image,
.card--active:hover .card-image {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
}
.card--active .card-image::before,
.card--active:hover .card-image::before {
    opacity: 0.4;
}
.card--active .card-button,
.card--active:hover .card-button {
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
    transform: translate(-50%, -2rem) scale(1, 0.4);
}

/* section.tv_neves */

section.tv_neves {
    padding: 4rem 0 6rem;
    background-image: url(../img/bg-quemsomos.png);
    background-position: bottom;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
}

section.tv_neves .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.tv_neves h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.tv_neves img {
    border-radius: 10px;
}

section.tv_neves p {
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #494949;
}

section.tv_neves .card {
    border: none;
    margin-bottom: 2rem;
}

section.tv_neves .card .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(64, 76, 165, 0.72) 12.5%, rgba(44, 53, 115, 0.216) 40.63%, rgba(0, 0, 0, 0) 100%);
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    z-index: 3;
}

section.tv_neves .card .card-body p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

section.tv_neves .card .card-body span {
    color: #ffffff;
    font-weight: 200;
    font-size: 18px;
    text-align: left;
    margin-left: 35px;
}

section.tv_neves .media .media-body p {
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #404CA5;
}

section.tv_neves .media .media-body small {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
}

section.tv_neves .vermais {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FF2D9B;
    margin-left: 60px;
}

section.tv_neves .main-video .video{
    height: 469px;
}

section.tv_neves .secondary-video .video{
    height: 145px;
    margin-bottom: 10px;
}




/* section.novidades */

section.novidades {
    margin: 4rem auto;
    background-image: url(../img/novidades/bg_invertido.png);
    background-size: cover;
    height: 800px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
}

section.novidades .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.novidades h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.novidades .item img {
    border-radius: 10px 10px 0 0;
    height: 180px;
    object-fit: cover;
    transition: 1.2s;
}

section.novidades p {
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #494949;
}

section.novidades span {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #494949;
}

section.novidades .card {
    border: none;
    margin-bottom: 2rem;
}

section.novidades .card .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FF2D9B 0%, rgba(255, 181, 220, 0.35) 38.54%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    z-index: 3;
}

section.novidades .card .card-body p {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

section.novidades .media .media-body .description{
    overflow: hidden;
    height: 60px;
    margin-bottom: 10px;
}

section.novidades .media .media-body .description p{
    color: #5a5756;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: .4s;
}

section.novidades .media .media-body p.title {
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #404CA5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .4s;
}

section.novidades .media .media-body small {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
}

section.novidades .vermais {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #4C56AA;
    text-align: center;
    border: 1px solid #FF2D9B;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 35px;
    transition: .6s;
}

section.novidades .vermais:hover {
    transition: .6s;
    color: #ffffff;
    background-color: #FF2D9B;
}

section.novidades .tagcategoria {
    position: absolute;
    top: 0;
    right: 14px;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 0px 5px;
}

section.novidades .tagcategoria.tagblog {
    background-color: #FF2D9B;
}

section.novidades .tagcategoria.tagnoticia {
    background-color: #4C56AA;
}

section.novidades .item{
	overflow: hidden;
	border-radius: 10px;
}

section.novidades .item:hover p{
	color: #ff2d9b!important;
}

section.novidades .item:hover img{
	transform: scale(1.2) translateY(-15px);
}
/* section.producoes */

section.producoes {
    background: #fff;
    padding: 4rem 0;
}

section.producoes .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.producoes h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.producoes img {
    border-radius: 10px;
    min-height: 160px;
}

section.producoes p {
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #494949;
}

section.producoes span {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #494949;
}

section.producoes .card {
    border: none;
    margin-bottom: 2rem;
}

section.producoes .card .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FF2D9B 0%, rgba(255, 181, 220, 0.35) 38.54%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    z-index: 3;
}

section.producoes .card .card-body p {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

section.producoes .card .card-body span {
    color: #ffffff;
    font-weight: 200;
    font-size: 18px;
    text-align: left;
    margin-left: 35px;
}

section.producoes .media .media-body p {
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #404CA5;
}

section.producoes .media .media-body small {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
}

section.producoes .vermais {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FF2D9B;
    /*margin-left: 60px;*/
}


section.producoes .vermais {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #4C56AA;
    text-align: center;
    border: 1px solid #FF2D9B;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 35px;
    transition: .6s;
}

section.producoes .vermais:hover {
    transition: .6s;
    color: #ffffff;
    background-color: #FF2D9B;
}


/* section.depoimentos */

section.depoimentos {
    margin: 4rem auto;
    background-image: url(../img/depoimentos/bg.png);
    background-size: cover;
    height: 1000px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
}

section.depoimentos .slider .slick-list::before {
    content: '';
    display: block;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(../img/depoimentos/b.png);
    position: relative;
    left: -45px;
    top: 123px;
    z-index: 1;
}

section.depoimentos .slider .slick-list::after {
    content: '';
    display: block;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(../img/depoimentos/a.png);
    position: relative;
    right: -940px;
    bottom: 112px;
    z-index: 1;
}

 section.parceiros .slick-prev {
    display: none!important;
}

 section.parceiros .slick-next {
    display: none!important;
}

section.depoimentos .slick-next,section.depoimentos .slick-prev{
    width: 36%;
    height: 400px;
    opacity: 0;
    z-index: 100;
}
section.depoimentos .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.depoimentos h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.depoimentos img {
    object-fit: cover;
    width: 113px!important;
    height: 113px;
    margin: auto;
    border-radius: 50%;
}

section.depoimentos .card {
    background: transparent;
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 50px 20px;
    margin: 0px;
    transition: .4s;
    width: 330px;
}

section.depoimentos .slick-initialized .slick-slide{
	display: flex!important;
	align-items: center;
}

section.depoimentos .slick-slider .slick-track{
	height: 520px;
}

section.depoimentos .slick-list{
	height: 680px;
}

section.depoimentos .card .card-body h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 164.5%;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    color: #404CA5;
}

section.depoimentos .card .card-body small {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #929292;
}

section.depoimentos .center .slick-center .card .card-body p {
    font-weight: normal;
    font-size: 13px;
    line-height: 164.5%;
    text-align: center;
    color: #686868;
    opacity: 1;
    height: auto;
    overflow: auto;
}

section.depoimentos .slider .slick-track {
    align-items: center;
    display: flex;
}

section.depoimentos .owl-item.active {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 10px;
}

section.depoimentos .center .slick-center .card {
    padding: 80px 20px 50px;
    margin: 20px 0px;
    z-index: 2;
}

section.depoimentos .slick-slide.slick-active .card {
    background: #FFF5FB;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

section.depoimentos .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FF2D9B;
    width: 30px;
    height: 30px;
}

section.depoimentos .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.depoimentos .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

section.depoimentos .card .card-body p {
    height: 0;
    overflow: hidden;
    transition: .4s;
    opacity: 0;    
    font-weight: normal;
    font-size: 13px;
    line-height: 164.5%;
    text-align: center;
    color: #686868;
}


/* section.instagram */

section.instagram {
    margin: 4rem auto;
    background-image: url(../img/novidades/bg_invertido.png);
    background-size: cover;
    height: 500px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-position: top;
    background-repeat: no-repeat;
}

section.instagram .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.instagram h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.instagram img {
    margin-bottom: 10px;
}


/* section.parceiros */

section.parceiros {
    padding: 4rem 0;
    background-color: #fff;
}

section.parceiros .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.parceiros h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.parceiros .card {
    background: transparent;
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 50px 30px;
    margin: 0px;
    transition: .4s;
    width: 330px;
}

section.parceiros .card img {
    width: 100%;
    max-width: 218px;
    max-height: 118px;
    filter: blur(5px);
    padding: 30px;
    object-fit: contain;
}

section.parceiros .slick-initialized .slick-slide{
	display: flex!important;
	align-items: center;
}

section.parceiros .slick-slider .slick-track{
	height: 380px;
}

section.parceiros .slick-list{
	height: 380px;
}

section.parceiros .slider .slick-track {
    align-items: center;
    display: flex;
}

section.parceiros .owl-item.active {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 10px;
}

section.parceiros .center .slick-center .card {
    padding: 90px 30px;
    margin: 20px 0px;
    z-index: 2;
}

section.parceiros .center .slick-center .card img {
    filter: blur(0);
    padding: 0;
    object-fit: contain;
}

section.parceiros .slick-slide.slick-active .card {
    background: #FFF5FB;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

section.parceiros .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FF2D9B;
    width: 30px;
    height: 30px;
}

section.parceiros .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.parceiros .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

section.parceiros .slick-prev:before,
section.parceiros .slick-next:before {
    color: #ff2d9b;
}

section.parceiros .slick-next::before {
    content: "❯";
}

section.parceiros .slick-prev::before {
    content: "❮";
}

/* section teachers */

section.teachers{
    padding-bottom: 5rem;
}

section.teachers .card-space{
    padding-right: 8px;
    padding-left: 8px;
    height: 380px;
    margin-bottom: 18px;
}
section.teachers .professor{
    margin: 20px auto;
    transition: all .5s ease;
    border-radius: 10px;
    height: 380px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

section.teachers .card-space:hover .professor{
    transform: rotateY(-180deg);
}
section.teachers .professor .face{
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

section.teachers .professor .face.back{
    /*transform: rotateY(180deg);*/
    background: url('../img/bg-card-blue.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 20px;
    color: white;
    height: 380px;
}

section.teachers .professor .face.back h2{
    font-size: 1.4rem;
    text-align: center;
}

section.teachers .professor .face.back p{
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    position: relative;
    top: -11px;
    background: #ff2d9b;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 9px;
    text-align: center;
}

section.teachers .card-space:nth-child(2n) .professor .face.back p{
    background: #28297f!important;
}

section.teachers .card-space:nth-child(2n) .professor .face.back{
    background: url('../img/bg-card-pink.png')!important;
    background-size: cover;
    background-position: bottom!important;
}

section.teachers .professor .face.front{
    transform: rotateY(180deg);
    width: 100%;
    height: 380px;
    border-radius: 8px;
    object-fit: cover;
}

section.teachers .professor .face.front img{
    transform: rotateY(180deg);
    width: 100%;
    height: 380px;
    border-radius: 8px;
    object-fit: cover;
}

section.teachers .professor .face.back img{
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: top;
    margin: 1.5rem auto;
    display: block;
    box-shadow: 0 0 15px #0000002e;

}

section.teachers .professor .face.back img.logo{
    width: 50px;
    height: auto;
    opacity: .8;
}


/* section.protagonismo_estudante */

section.protagonismo_estudante {
    padding: 6rem 0;
    background-image: url(../img/depoimentos/bg.png);
    background-size: 100% 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    background-color: #fff;
}

section.protagonismo_estudante .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.protagonismo_estudante h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.protagonismo_estudante .bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.protagonismo_estudante .card {
    background: #FFF5FB;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: center;
    border: none;
    transition: .3s;
    align-items: center;
    margin: 20px 0;
}


section.protagonismo_estudante .card .bg_icon {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    width: 100px;
    height: 100px;    
    margin: 2rem 0;
}
section.protagonismo_estudante .card .card-body{
    height: 270px;
    padding: 1rem 2rem;
}
section.protagonismo_estudante .card .card-body h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #27348B;
    margin-bottom: 1rem;
}

section.protagonismo_estudante .card .card-body p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #686868;
    min-height: 135px;
}

section.protagonismo_estudante .card .card-body .vermais {
    font-size: 14px;
    line-height: 164.5%;
    /* identical to box height, or 23px */
    text-align: center;
    color: #FF2D9B;
    transition: .4s;
    display: inline-block;
    padding: 5px 10px;
}

section.protagonismo_estudante .card .card-body .vermais:hover{
    background: #FF2D9B;
    color: white;
    border-radius: 5px;
}

section.protagonismo_estudante a.vermais{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #4C56AA;
    text-align: center;
    border: 1px solid #FF2D9B;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 35px;
    transition: .6s;
}

section.protagonismo_estudante a.vermais:hover {
    transition: .6s;
    color: #ffffff;
    background-color: #FF2D9B;
}
/* footer */

footer {
    background-image: url(../img/bg_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #fff;
}

footer .container-fluid a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 5px;
    transition: .6s;
    border-bottom: 1px solid transparent;
    display: block;
}

footer .logo {
    margin-top: -25px;
    max-width: 170px;
}

.footer-nav {
    list-style: none;
    padding-top: 3rem;
}

.footer-nav .nav-item.active .nav-link,
.footer-nav .nav-item:hover .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-nav .nav-item.active .nav-link::after,
.footer-nav .nav-item:hover .nav-link::after {
    content: '';
    display: block;
    height: 3px;
    align-items: center;
    justify-content: center;
    background-position: center;
    background: #FFFFFF;
    margin-top: 0rem;
    position: relative;
    right: 0;
    bottom: -15px;
    transition: .6s;
}

.footer-nav .nav-item .nav-link::after {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* copyright */

section.copyright {
    position: absolute;
    padding: 1.2rem;
    bottom: 0;
    width: 100%;
    background: transparent;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}


/* section.interna  */

section.interna .noticias-listagem .card{
    border: none;
    transition: .4s;
    box-shadow: 0 0 15px #00000024;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .4s;
}
section.interna .noticias-listagem .card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transition: .4s;
    border-radius: 0;
}
section.interna .noticias-listagem .card .conteudo small{
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    text-align: left;
}

section.interna .noticias-listagem .card .conteudo h2{
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #404CA5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

section.interna .noticias-listagem .card .conteudo .description p{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #494949;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 87px;
}

section.interna .noticias-listagem .card .conteudo .description{
    overflow: hidden;
    height: 80px;
}

section.interna .noticias-listagem .card:hover{
    transform: scale(0.9);
}

section.interna .noticia-interna img.main-img{
    width: 70%;
    max-height: 600px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

section.interna .noticia-interna .conteudo small{
    font-style: italic;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    background: #27348b;
    display: table;
    margin: 20px auto;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

section.interna .noticia-interna .conteudo .description p{
    color: #232323;
    font-size: 18px;
    line-height: 24px;
}

section.interna {
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    padding: 4rem 0 2rem;
}

section.interna .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.interna h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.interna h2 {
    color: #27348B;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}

section.interna img {
    border-radius: 10px;
}

section.interna .galeria img{
    transition: .4s;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

section.interna .galeria img:hover{
    transform: scale(0.95);
}

section.interna .conteudo p{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #27348B;
}

section.interna .projPolitico p {
    font-size: 15px;
    text-align: justify;
}

section.interna .conteudo ul li {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #27348B;
}

section.interna .conteudo .projPolitico {
    margin-top: 2rem;
}

section.interna .conteudo .projPolitico h5 {
    color: #ff2d9c;
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
    border-radius: 3px;
    border-bottom: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(269.85deg, #28297F 5.68%, #D62C95 98.81%);
    background: linear-gradient(269.85deg, #28297F 5.68%, #D62C95 98.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

section.interna .conteudo .projPolitico .card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    border: none;
    height: 300px;
}

section.interna .conteudo .projPolitico .card img{
    object-fit: cover;
}

section.interna .conteudo .listagem {
    margin-top: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    border: none;
}

section.interna .conteudo .listagem p {
    text-align: left;
}

section.interna .conteudo .listagem .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    border-bottom: 1px solid #dee2e6;
}

section.interna .conteudo .listagem .btn-link {
    font-weight: 400;
    color: #ff2d9b;
    text-decoration: none;
}

section.interna .conteudo .listagem .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border: none;
}

/* interna revista */

section.interna .item-revista{
    padding: 25px;
    transition: .4s;
}

section.interna .item-revista img{
    width: 100%;
}

section.interna .item-revista .box-new{
    text-align: center;
    margin-top: 5px;
}

section.interna .item-revista:hover{
    transform: scale(1.1);
}

/* section.interna lista de materiais */

section.lista_materiais #accordion{
	overflow: hidden;
    margin: 20px auto;
    border-radius: 10px!important;
    display: block;
    padding: 0;
    width: 95%;
}

section.lista_materiais #accordion .card-header{
	background-color: rgb(40 41 127)!important;
	transition: .4s;
}

section.lista_materiais #accordion .card-header button{
	color: white!important;
	text-decoration: none;
	width: 100%;
}

section.lista_materiais #accordion .card-body a{
	color: #28297f!important;
}

section.lista_materiais #accordion .card-header:hover{
	background-color: rgb(255 45 155)!important;
}

/* section.interna contato */

section.interna.contato {
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

section.interna.contato .bg_title {
    background: #FF2D9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(2deg) skew( -13deg);
}

section.interna.contato h1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    padding: 1rem .5rem;
    transform: rotate(-2deg) skew( 13deg);
}

section.interna.contato img {
    border-radius: 10px;
}

section.interna.contato p {
    font-weight: normal;
    font-size: 20px;
    line-height: 164.5%;
    display: flex;
    align-items: center;
    color: #27348B;
}

section.interna.contato .card {
    border: none;
    margin-bottom: 2rem;
}

section.interna.contato .btn-enviar {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 35px;
    transition: .6s;
    background-color: #FF2D9B;
}

section.interna.contato .btn-enviar:hover {
    transition: .6s;
    color: #ffffff;
    background-color: #4C56AA;
}

section.interna.contato .form-control {
    padding: 1rem 1rem;
    min-height: 54px;
    box-sizing: border-box;
    color: #4c56aa;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ff2d9b;
}

section.interna.contato .form-control::placeholder {
    color: #4c56aa;
}

/* section interna historia */

section.interna.historia .galeria img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .4s;
}

section.interna.historia .galeria a:hover img{
    transform: scale(0.9);
}

/* section interna estrutura fisica */

section.interna.estrutura-fisica .galeria img{
    width: 420px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 60px;
    transition: .4s;
    padding: 35px 35px;
}

section.interna.estrutura-fisica .modal-header{
    border:none;

}

section.interna.estrutura-fisica .modal-header .close{
    margin-left: 36rem;
    font-size: 47px;
    color: #ff2d9c;

}

section.interna.estrutura-fisica .modal-body{
    display: flex;
    justify-content: center;
}

section.interna.estrutura-fisica .modal-content{
    background-color: transparent !important;
    border:none !important;
    width: 100% !important;
    height:auto !important;
}

section.interna.estrutura-fisica .modal-body img{
    width: 800px!important;
    height:auto !important;
}

section.interna.estrutura-fisica .galeria a:hover img{
    transform: scale(0.9);
}

/* Interna SEF */

section.interna.sef .esportes .card{
    margin-bottom: 2rem;
    height: 250px;
    padding: .8rem 0;
    margin: 1.5rem .8rem;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    transition: .3s;
}
section.interna.sef .esportes .card:hover{
    transform: scale(1.05);
    box-shadow: 0 0rem 1rem rgb(40 41 127 / 63%);
}
section.interna.sef .esportes .card h2{
    margin-bottom: 1rem;
}
section.interna.sef .esportes .card ul li{
    font-size: 20px;
    line-height: 28px;
}

/* Interna Protocolo */

@keyframes shake {
  0%, 40% {
    transform: translate3d(-3px, 0, 0);
  }
  
  4%, 35% {
    transform: translate3d(5px, 0, 0);
  }

  10%, 20%, 30% {
    transform: translate3d(-6px, 0, 0);
  }

  15%, 25% {
    transform: translate3d(6px, 0, 0);
  }
  45%,100%{
    transform: translate3d(0, 0, 0);
  }
}

section.interna a.btn-blue{
    background: #28297f;
    color: white;
    padding: 15px 20px;
    margin: 1.5rem 0;
    display: inline-block;
    border-radius: 15px;
    font-size: 18px;
    transition: .4s;
    animation: shake 2.5s infinite ;
    animation-delay: 2s;
}

section.interna a.btn-blue:hover{
    background: #ff2d9b;
}

@media(max-width:1199px) {
    #banner{
        padding-top: 100px;
    }
    section.banner3{
        background-size: cover;
        height: 125px;
    }
    .logo img{
        margin-top: 1rem;
        transition: .4s;
    }
    .sticky{
        background: linear-gradient(180deg, rgb(64 76 165 / 88%) 0%, rgba(255, 255, 255, 0) 100%);
        padding-bottom: 0;
        padding-top: 0;
    }
    .sticky .logo{
        height: auto;
        width: auto;
    }
    .sticky .logo img{
        width: 80px;
        height: auto;
        margin-top: .5rem
    }
	
	.navbar-nav .nav-item,.navbar-nav .nav-item.active, .navbar-nav .nav-item:hover{
		border-radius: 10px;
		text-align: center;
	}
	.dropdown-menu.show{
		text-align: center;
	}
    .marca98{
        position: absolute;
        bottom: -18%;
    }
    .navbar-brand {
        margin-inline: auto;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 6;
        background: transparent;
        border-radius: 0 10px 10px 15px;
    }
    .navbar-toggler.inside{
        position: absolute;
        left: 15px;
        top: 30px;
    }
    .logo{
    	z-index: 10;
    }
    header .navbar-nav{
    	background: #243887;
    	padding: 10rem 1rem 1rem;
    }
    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-item:hover .nav-link {
        font-size: 15px;
        line-height: 19px;
        color: #FFFFFF;
    }
    header .nav-link {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }
    .navbar-nav li::after {
        display: none;
    }
    .navbar-nav .nav-item.active .nav-link::after,
    .navbar-nav .nav-item:hover .nav-link::after {
        display: none;
    }
    .navbar-nav .nav-item.active,
    .navbar-nav .nav-item:hover {
        box-shadow: none;
    }
    section.depoimentos .slider .slick-list::after {
        display: none;
    }
    section.depoimentos .slider .slick-list::before {
        display: none;
    }
    section.depoimentos .slick-dots {
        bottom: 32px;
    }
    section.interna .conteudo .card {
        margin-bottom: 1rem;
    }
}


#dropMenuEnsMed{
    float: right;
    position: relative;
    left: -131px;
    top: -33px;
    color: white;
    margin-bottom: -39px;
}


#ContdropMenuEnsMed{
    position: absolute;
    top: 167px;
}

@media (max-width: 991px) {
    section.protagonismo_estudante{
        background-size: cover;
        padding: 3rem 0;
    }

    #dropMenuEnsMed{
        float: right;
        position: relative;
        left: -69px;
        top: -33px;
        color: white;
        margin-bottom: -39px;
    }

    #ContdropMenuEnsMed{
        position: absolute;
        top: 201px;
        max-width: 300px;
    }


}

@media(max-width:900px) {
    footer a {
        font-size: 14px;
    }
}

@media(max-width:767px) {
	section.estrutura_fisica .card,
	section.estrutura_fisica .card-thumb,
	section.estrutura_fisica .card .card-body,
	section.estrutura_fisica .card-image{
		border-radius: 10px!important;
		-webkit-border-radius: 10px!important;
		-moz-border-radius: 10px!important;  
	}
    section.tv_neves .secondary-video .video,section.tv_neves .main-video .video{
        height: 200px;
        margin-bottom: 15px;
    }
	.slick-list.draggable{
		padding: 10px!important;
	}
    section.banner2,section.banner2 video.video-header{
        background-size: cover;
        height: 280px;
        background-position: left;
    }
    .sticky {
        background: linear-gradient(180deg, #243887 0%, #243887 100%);
    }
    .sticky .logo img{
        width: 60px;
        margin-top: .7rem;
        margin-bottom: .7rem;
    }
    section.interna .item-revista{
        padding: 15px;
    }
    section.novidades .media .media-body .description{
        height: 70px;
    }
	section.novidades .item img{
		height: 130px;
	}
	section.depoimentos .slick-list{
		height: 550px;
	}
    section.estrutura_fisica .card{
        overflow: hidden;
    }
    .matricula {
        right: -11%;
        bottom: -1%;
    }
    .matricula img{
        width: 80%;
    }
    section.banner, section.banner video.video-header{
        height:350px;
    }
    .logo img {
        width: 106px;
        height: 80px;
        margin-top: 1rem;
    }
    header .navbar-nav{
    	padding: 8rem 1rem 1rem;
    }
    section.niveis_ensino p {
        font-size: 16px;
    }
    section.interna p {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    section.niveis_ensino h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .footer-nav {
        display: contents!important;
    }
    footer .logo {
        width: 100px!important;
    }
    .footer-nav .nav-item.active .nav-link::after,
    .footer-nav .nav-item:hover .nav-link::after {
        display: none;
    }
    .footer-nav .nav-item .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px;
        margin: auto 20px;
    }
    footer .info_conteudo a {
        font-size: 12px;
    }
    footer .link_rapido::after {
        display: none;
    }
    section.copyright {
        font-size: 13px;
    }
    section.agenda h1 {
        font-size: 26px;
    }
    section.agenda p {
        font-size: 16px;
    }
    .form-control {
        padding: 0.375rem 1rem;
    }
    section.agenda a {
        font-size: 16px;
    }
    section.niveis_ensino {
        margin: 0;
        background-position: center;
    }
    section.protagonismo_estudante .bg {
        justify-content: center;
    }
    footer p {
        font-size: 12px;
    }
    footer .container-fluid svg {
        width: 15px;
    }
    section.estrutura_fisica h1 {
        font-size: 20px;
        line-height: 20px;
    }
    section.instagram h1 {
        font-size: 20px;
        line-height: 20px;
    }
    section.protagonismo_estudante h1 {
        font-size: 20px;
        line-height: 20px;
    }
    section.estrutura_fisica p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width: 500px){
    section.teachers .professor .face.back img{
        width: 120px;
        height: 120px;
        margin-top: .3rem;
    }
    section.teachers .professor .face.back p{
        font-size: 11px;    
    }
    section.teachers .professor .face.back h2{
        font-size: 1rem;
    }
    section.teachers .professor,
    section.teachers .card-space,
    section.teachers .professor .face.front img{
        height: 300px;
    }
}

.card-image {
    background-repeat: no-repeat;
    height: 235px;
    border-radius: 10px;
}






@media(max-width:767px) {
	section.estrutura_fisica .card:hover .card-body{
		display: flex;
		opacity: 0;
	}
	.card:hover .card-image::before, .card--active .card-image::before{
		opacity: 0;
	}
	.card:hover .card-shadow:nth-child(1), .card--active .card-shadow:nth-child(1),
	.card:hover .card-shadow:nth-child(2), .card--active .card-shadow:nth-child(2),
	.card:hover .card-shadow:nth-child(3), .card--active .card-shadow:nth-child(3),
	.card:hover .card-image, .card--active .card-image{
		transform: unset;
	}
    .marca98 img {
        width: 90px;
    }
    .marca98 {
        position: absolute;
        left: 0;
        top: 200px;
        z-index: 5;
    }
    .mouse{
        width: 25px;
        height: 40px;
    }
    .mouse::before{
        width: 7px;
        height: 7px;
        top: 7px;
    }
    section.banner{
        padding-bottom: 2.5rem;
    }
    .whatsapp {
        display: none;
    }
    section.niveis_ensino img {
        border-radius: 10px;
        height: 190px;
        object-fit: cover;
    }
    section.niveis_ensino .item:nth-child(1) img{
        object-position: center -60px;
    }
    section.niveis_ensino .item:nth-child(2) img{
        object-position: center -70px;
    }
    section.niveis_ensino .item:nth-child(3) img{
        object-position: center -80px;
    }
    section.niveis_ensino .item:nth-child(4) img{
        object-position: center -50px;
    }
    section.niveis_ensino .card{
        margin-bottom: 1rem;
    }
    section.niveis_ensino .card .card-body{
        padding: 5px 20px;
    }
    section.niveis_ensino .card .card-body span{
        font-size: 15px;
        position: relative;
        top: -2px;
    }
    section.niveis_ensino .card .card-body p{
        font-size: 20px;
        height: 45px;
        line-height: 21px;
        margin-bottom: 0;
    }
    section.niveis_ensino {
        height: auto;
        padding: 50px 0;
    }

    section.diretoria img {
    border-radius: 10px;
    object-fit: cover;
    }
    section.diretoria .card .card-body p,section.diretoria .card .card-body span {
        font-size: 24px;
        line-height: 125.5%;
    }
    section.diretoria {
        height: auto;
        padding: 50px 0;
    }
    section.protagonismo_estudante .card {
        background: #FFF5FB;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
        border-radius: 10px;
        text-align: center;
        border: none;
        margin-bottom: 4rem;
    }
    section.tv_neves .media {
        align-items: center;
    }
    section.tv_neves .media .media-body p {
        font-size: 12px;
    }
    section.tv_neves .vermais {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    section.producoes .media .conteudo {
        margin-bottom: 2rem;
    }
    section.novidades {
        margin: 0;
        height: 1200px;
    }
    section.novidades .media .conteudo {
        margin-bottom: 2rem;
    }
    section.depoimentos {
        margin: 0;
        height: auto;
        padding: 4rem 0;
    }
    section.depoimentos .center .slick-center .card {
        padding: 25px 30px;
        margin: 20px 0px;
        z-index: 2;
    }
    section.depoimentos .slider .slick-list::after {
        right: -188px;
        bottom: 71px;
    }
    section.depoimentos .slider .slick-list::before {
        left: -34px;
        top: 69px;
    }
    section.instagram {
        margin: 0;
        height: auto;
        padding: 4rem 0;
    }
    .navbar-nav {
        background: #ff2d9b;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 10px;
        padding: 10px;
    }
}

ul.info_top{
    list-style: none;
}


@media (max-width: 998px){

    #botaoFechar{
        padding-bottom: 10px;
    }

    #imageRich{
        width: 90%;
    }

}


@media (max-width: 348px){

    #imageRich{
        width: 100%;
    }
    
    header .info_top .btn-link-info{
        margin-right: 0;
        font-size: 9px;
        border-radius: 2px;
    }
    div.info_top{
        font-size: 9px;
    }
    div.info_top a svg{
        margin: 0;
    }
}









