@charset "utf-8";

/* ====== RESET ====== */
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 300;
	margin: 0;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 30px;
	min-height: 680px;
	overflow: hidden;
}

.topoPage a.lkMenu {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background: #FFF;
	font-size: 26px;
	color: var(--bs-black);
	line-height: 32px;
}

.topoPage a.lkND {
	font-size: 16px;
	font-weight: 600;
	color: var(--bs-black);
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: var(--bs-white);
}

.topoPage a.lkMenu:hover,
.topoPage a.lkND:hover {
	background-color: #df0070;
	color: var(--bs-white);
}

.topoPage a.lkND img {
	margin-right: 8px;
}

.topoPage .logo {
	margin: 0 auto;
}

.topoPage .boxTxt {
	margin-top: -20px;
}

.topoPage .boxTxt:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	margin: -127.5px 0 0 -513px;
	width: 1026px;
	height: 255px;
	background: url(../images/bg-texto-topo.png) no-repeat center center;
}

.topoPage h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-white);
	margin-bottom: 10px;
}

.topoPage p {
	font-size: 18px;
	font-weight: 500;
	color: var(--bs-white);
	line-height: 26px;
}

.baseMenu {
	background-color: var(--bs-white);
	border-radius: 40px;
	padding: 20px;
	margin: 0 auto;
	max-width: 300px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
	z-index: 110;
	margin-bottom: 40px;
}

.baseMenu .btnOpenMenu {
	padding: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	background: none;
	line-height: 32px;
}

.baseMenu .btnOpenMenu:hover {
	color: #df0070;
}

.baseMenu .btnOpenMenu i {
	font-size: 24px;
	line-height: 32px;
	margin-left: 10px;
}

.baseMenu .header-overlay {
	position: fixed;
	z-index: 109;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.85);
	transition: 0.45s;
	transform: translateX(-100%);
}

.baseMenu .main-nav {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	padding: 30px 15px 0;
	background-color: var(--bs-white);
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.45s;
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch;
}

.baseMenu .main-nav .nav-header .btnCloseMenu {
	font-size: 12px;
	font-weight: 600;
	color: #df0070;
	line-height: 16px;
}

.baseMenu .main-nav .nav-header .btnCloseMenu:hover {
	color: var(--bs-black);
}

.baseMenu .main-nav .nav-header .btnCloseMenu i {
	font-size: 20px;
}

.baseMenu .main-nav .nav-wrapper {
	height: calc(100% - 160px);
	position: relative;
}

.baseMenu .nav-items {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

.baseMenu .nav-item:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.baseMenu .nav-link {
	display: block;
	color: var(--bs-black);
	font-size: 18px;
	font-weight: 500;
	padding: 12px 30px 12px 0;
	line-height: 26px;
	position: relative;
	text-decoration: none;
}

.baseMenu .nav-link:hover {
	color: #df0070;
}

.nav-is-toggled .baseMenu .header-overlay,
.nav-is-toggled .baseMenu .main-nav {
	transform: translateX(0);
}

.titleSection {
	margin-bottom: 40px;
	z-index: 10;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #2A255A;
}

.titleSection p {
	font-size: 16px;
	color: #57667E;
	font-weight: 500;
	line-height: 26px;
	margin-top: 10px;
}

.escolas {
	padding-top: 90px;
	background: url(../images/bg-escolas.png) no-repeat center top;
	margin-bottom: 80px;
}

.escolas ul li {
	width: 100%;
	max-width: 265px;
	background: var(--bs-white);
	border-radius: 10px;
	margin: 0 auto 40px;
	padding-bottom: 85px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	overflow: hidden;
}

.escolas ul li img {
	border-radius: 6px 6px 0 0;
}

.escolas ul li .logo {
	padding: 15px;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	overflow: visible;
}

.escolas ul li .logo img {
	border-radius: 0;
	box-shadow: 0px 0 15px 15px rgba(0, 0, 0, 0.75);
}

.escolas ul li h3 {
	font-size: 16px;
	font-weight: 600;
	color: #2A255A;
	line-height: 24px;
	text-align: center;
	padding: 20px 15px 0;
}

.escolas ul li a.lkMore {
	font-size: 14px;
	font-weight: 700;
	color: var(--bs-white);
	text-decoration: none;
	text-align: center;
	width: 140px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	bottom: 25px;
	margin-left: -70px;
	border-radius: 20px;
	background: #DF0070;
}

.escolas ul li a.lkMore:hover {
	background: #FCB614;
}

.podcast {
	overflow: hidden;
	margin-bottom: 65px;
}

.podcast:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 120px;
	bottom: 75px;
	background: #C2227C;
}

.podcast .titleSection h2 {
	color: #FCB614;
}

.podcast .control button {
	margin: 0 15px;
	width: 56px;
	height: 56px;
	background: var(--bs-white);
	font-size: 24px;
	color: #C2227C;
}

.podcast .control button:hover {
	background: #FCB614;
}

.podcast .colImg img {
	margin: 0 auto 30px;
}

.podcast .slidePodcast {
	margin-top: 20px;
	width: 100%;
}

.podcast .slidePodcast .swiper-slide {
	height: auto !important;
	padding: 10px 15px 30px;
}

.podcast .slidePodcast .swiper-slide .box {
	width: 100%;
	max-width: 292px;
	margin: 0 auto;
	padding-bottom: 70px;
	background: var(--bs-white);
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0px 5px 20px 0px rgba(93, 93, 93, 0.12);
}

.podcast .slidePodcast .swiper-slide h3 {
	font-size: 17px;
	font-weight: 500;
	color: #57667E;
	line-height: 28px;
	margin: 0 18px;
}

.podcast .slidePodcast .swiper-slide h3 a {
	color: #57667E;
	text-decoration: none;
}

.podcast .slidePodcast .swiper-slide h3 a:hover {
	color: #C2227C;
}

.podcast .slidePodcast .swiper-slide .episodio {
	font-size: 14px;
	color: #C2227C;
	margin: 18px 18px 10px;
}

.podcast .slidePodcast .swiper-slide a.lkMore {
	font-size: 14px;
	font-weight: 600;
	color: #6B1244;
	background: #FCB614;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 8px;
	left: 18px;
	bottom: 20px;
}

.podcast .slidePodcast .swiper-slide a.lkMore:hover {
	background: #C2227C;
	color: var(--bs-white);
}

.programacao {
	margin-bottom: 30px;
	background: url(../images/bg-programacao.png) no-repeat left bottom;
}

ul.listaProg li {
	background: #DF0070;
	border-radius: 16px;
	margin-bottom: 30px;
	padding: 30px 20px;
	color: var(--bs-white);
}

ul.listaProg li.disable {
	background: #06ACD5;
}

ul.listaProg li:last-child {
	margin-bottom: 0;
}

ul.listaProg li h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.listaProg li p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
}

ul.listaProg li address {
	font-size: 14px;
	margin-bottom: 15px;
	padding: 3px 0 0 40px;
	background: url(../images/icon-endereco.png) no-repeat 0 0;
	min-height: 28px;
}

ul.listaProg li .hora {
	font-size: 14px;
	padding: 3px 0 0 40px;
	background: url(../images/icon-hora.png) no-repeat 0 0;
	min-height: 28px;
}


.calendario {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 360px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 0 8px 40px 0 rgba(25, 47, 110, 0.13);
	background: #fff;
	padding: 26px 20px;
	overflow: hidden;
}

.calendario .ui-datepicker-header {
	text-align: right;
	margin-bottom: 10px;
}

.calendario .ui-datepicker-prev {
	width: 28px;
	height: 28px;
	background: url(../images/arrow-calendario.jpg) no-repeat 0 0;
	border-radius: 50%;
	display: inline-block;
	text-indent: 5000em;
	cursor: pointer;
}

.calendario .ui-datepicker-next {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: url(../images/arrow-calendario.jpg) no-repeat -28px 0;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	text-indent: 5000em;
}

.calendario .ui-datepicker-title {
	float: left;
	font-size: 20px;
	color: #0d256e;
	font-weight: 700;
}

.calendario table {
	width: 100%;
	font-size: 14px;
}

.calendario table thead {
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	color: #B2B2B2;
}

.calendario table th {
	font-weight: 500;
	padding: 6px 0 10px;
}

.calendario table a {
	color: #455997;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
}

.calendario table .ui-datepicker-week-end a {
	font-size: 14px;
	color: #ff5353;
}

.calendario table a:hover {
	color: #588141;
	background: #f5b618;
	color: #FFF;
}

.calendario table .ui-datepicker-today a {
	color: #FFF;
	background: #488dff;
	font-weight: bold;
}

.calendario table .highlight-date a {
	color: #FFF;
	background: #DF0070;
	font-weight: bold;
}

.calendario table .highlight-date.past a {
    color: #FFF;
	background: #999;
}

.calendario .ui-state-disabled {
	color: #A7B9F0;
}


.boxScroll {
	width: 100%;
	max-height: 495px;
	overflow-y: auto;
	padding-right: 20px;
	z-index: 80;
}

.enredo .boxScroll {
	max-height: 465px;
}

.boxScroll::-webkit-scrollbar {
	width: 22px;
}

.boxScroll::scrollbar {
	width: 22px;
}

.boxScroll::-webkit-scrollbar-track {
	background: #E0E9EF;
	border-radius: 11px;
	margin: 10px 0;
}

.boxScroll::scrollbar-track {
	background: #E0E9EF;
	border-radius: 11px;
}

.boxScroll::-webkit-scrollbar-thumb {
	background: #A5BBCA;
	border-radius: 11px;
}

.enredo .boxScroll::-webkit-scrollbar-thumb {
	background: #F5B618;
}

.boxScroll::scrollbar-thumb {
	background: #A5BBCA;
	border-radius: 11px;
}

.enredo .boxScroll::scrollbar-thumb {
	background: #F5B618;
}

.boxScroll::-webkit-scrollbar-button:single-button:decrement {
	background: url(../images/arrow-up-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.boxScroll::scrollbar-button:single-button:decrement {
	background: url(../images/arrow-up-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.boxScroll::-webkit-scrollbar-button:single-button:increment {
	background: url(../images/arrow-down-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.boxScroll::scrollbar-button:single-button:increment {
	background: url(../images/arrow-down-scroll.jpg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

.bgMeio {
	background: url(../images/bg-meio.png) no-repeat center top;
}

.bgFooter {
	background: url(../images/bg-footer.png) no-repeat center bottom;
	padding: 220px 0 40px;
	margin-top: -110px;
}

.localizacao {
	margin-bottom: 80px;
	padding-top: 40px;
}

.localizacao iframe {
	height: 380px;
	border-radius: 4px;
	overflow: hidden;
}

.localizacao #ingressos {
	width: 100%;
	max-width: 360px;
	height: 420px;
	padding: 0 25px 30px;
	background: url(../images/bg-ingressos.jpeg) no-repeat center center;
	background-size: cover;
	border-radius: 8px;
	margin: 40px auto 0;
}

.localizacao #ingressos h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 36px;
}

.localizacao #ingressos p {
	font-size: 16px;
	font-weight: 500;
	color: var(--bs-white);
	line-height: 26px;
	margin-bottom: 20px;
}

.localizacao #ingressos .lkMore {
	font-size: 14px;
	font-weight: 700;
	color: var(--bs-white);
	background: #DF0070;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 4px;
	text-decoration: none;
}

.localizacao #ingressos .lkMore:hover {
	color: #6B1244;
	background: #FCB614;
}

ul.listaPost li {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 40px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	padding-bottom: 40px;
	border-radius: 12px;
}

ul.listaPost li .data {
	padding: 25px 20px 10px;
	font-size: 16px;
	color: #06ACD5;
	font-weight: 500;
	display: block;
}

ul.listaPost li .wp-post-image {
	object-fit: cover;
}

ul.listaPost li h3 {
	padding: 0 20px;
	font-size: 18px;
	color: #2A255A;
	line-height: 26px;
}

ul.listaPost li h3 a {
	color: #2A255A;
	text-decoration: none;
}

ul.listaPost li h3 a:hover {
	color: #DF0070;
}

.site-button {
	display: block;
	width: 100%;
	text-align: center;
}

.lkLoad {
	width: 64px;
	height: 64px;
	background-color: #DF0070;
	font-size: 40px;
	color: var(--bs-white);
	line-height: 66px;
	padding: 0
}

.lkLoad:hover {
	background-color: #FCB614;
	color: #6B1244;
}

.galeria-home{
    background-position: center;
    padding: 75px 0;
    margin-bottom: 40px;
    position: relative;
}

.galeria-home::before{
    content: " ";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.galeria-home .titleSection {
    margin: 0;
}

.galeria-home .titleSection h2,
.galeria-home .titleSection p{
    color: #fff;
}

.galeria-home .lkMore {
    margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	color: var(--bs-white);
	background: #DF0070;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 4px;
	text-decoration: none;
}

.galeria-home .lkMore:hover {
	color: #6B1244;
	background: #FCB614;
}

.galeria {
	margin-bottom: 140px;
}

.galeria .dropdown {
	width: 320px;
	height: 56px;
	margin: 15px auto 0;
}

.galeria .dropdown .dropdown-toggle {
	width: 100%;
	height: 56px;
	border-radius: 8px;
	background: #EEF1F7;
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-black);
	padding-left: 25px;
}

.galeria .dropdown .dropdown-toggle::after {
	display: block;
	width: 56px;
	height: 56px;
	background: #F6D705 url(../images/arrow-down.png) no-repeat center center;
	border: none;
	border-radius: 8px;
}

.galeria .dropdown .dropdown-toggle.show::after {
	background: #F6D705 url(../images/arrow-up.png) no-repeat center center;
}

.galeria .dropdown .dropdown-menu {
	width: 100%;
	border: none;
	background-color: var(--bs-white);
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
	border-radius: 8px;
	max-height: 320px;
	overflow-y: auto;
}

.galeria .dropdown .dropdown-item {
	padding-top: 8px;
	padding-bottom: 8px;
}

.galeria .dropdown .dropdown-item:active,
.galeria .dropdown .dropdown-item:hover,
.galeria .dropdown .dropdown-item.selected {
	font-size: 16px;
	font-weight: 700;
	color: var(--bs-black);
	background: #EEF1F7;
}

.filter-galeria.active{
    background-color: #DF0070;
}

.galeria .baseLista ul li {
	width: 50%;
    padding: 0 15px;
	overflow: hidden;
	margin-bottom: 30px;
    transition: all 0.2s linear;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.galeria .baseLista ul li.hidden {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.galeria .baseLista ul li a{
    box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
    border-radius: 5px;
    overflow: hidden;
}

.galeria .baseLista ul li img{
    object-fit: cover;
}

.midias ul li {
	width: 46%;
	max-width: 290px;
	overflow: hidden;
	margin-bottom: 35px;
	border-radius: 12px;
	box-shadow: 0 10px 20px 0 rgba(93, 93, 93, 0.07);
}

.midias ul li img {
	object-fit: cover;
}

.patrocinadores {
	padding-top: 50px;
	margin-bottom: 50px;
}

.patrocinadores ul {
	z-index: 10;
}

.patrocinadores ul li {
	height: 100px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 30px;
}

.anteriores .boxLinks {
	background-color: var(--bs-white);
	height: 70px;
	border-radius: 40px;
	padding: 20px 0;
	margin: 30px auto 0;
	max-width: 480px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.anteriores .boxLinks a {
	color: var(--bs-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	text-decoration: none;
	border-right: 2px solid #cbcbcb;
	padding: 0 20px;
}

.anteriores .boxLinks a:last-child {
	border-right: none;
}

.anteriores .boxLinks a:hover {
	color: #df0070;
}

.modal {
	padding: 0 !important;
}

.modal .modal-dialog {
	width: 100%;
	max-width: initial;
	height: 100%;
	margin: 0;
}

.modal .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal .modal-body {
	overflow-y: auto;
	padding: 0;
}

.modal button.close {
	right: 15px;
	top: -55px;
	width: 40px;
	height: 40px;
	text-indent: -5000em;
	background: url(../images/bt-close.png) no-repeat 0 0;
	background-size: cover;
	cursor: pointer;
	opacity: 1;
	outline: none;
}

.modal .bgModal {
	background: #FFF url(../images/bg-topo-modal.jpg) no-repeat center top;
}

.topoModal {
	padding-top: 70px;
	height: 430px;
}

.topoModal img {
	margin: 0 auto;
}

.modal .bgConfetes {
	padding-top: 70px;
	background: url(../images/bg-modal.png) no-repeat center top;
}

.descricao {
	margin-bottom: 100px;
}

.descricao h2,
.videoModal h2 {
	font-size: 34px;
	color: #10246A;
	font-weight: 700;
	margin-bottom: 25px;
}

.descricao p {
	font-size: 2px;
	margin-bottom: 20px;
	line-height: 30px;
	color: #57667E;
}

.enredo {
	margin-bottom: 100px;
}

.enredo h2 {
	font-size: 32px;
	color: #10246a;
	font-weight: 700;
	margin-bottom: 25px;
}

.enredo p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px;
	color: #57667e;
}

.enredo img {
	margin: 0 auto 40px;
}

.videoModal {
	padding-bottom: 55px;
	background: url(../images/bg-video-modal.png) no-repeat center bottom;
	background-size: contain;
}

.videoModal .btns {
	margin-top: 70px;
}

.videoModal a.btOuvir {
	width: 48px;
	height: 48px;
	background: #133d66;
	padding: 9px;
	margin: 0 4px;
}

.videoModal a.btCTA {
	background: #87c13f;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	line-height: 48px;
	border-radius: 30px;
	padding: 0 20px;
	margin: 0 4px;
	height: 48px;
}

.videoModal a.btOuvir:hover,
.videoModal a.btCTA:hover {
	background: #f5bc25;
}

.btns {
	z-index: 99;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.btns a {
	background: var(--bs-white);
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	height: 40px;
	border-radius: 20px;
	margin: 0 10px;
	padding: 0 15px 0 10px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.btns a:hover {
	color: var(--bs-white);
}

.btns a:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #00BAD3;
	transition: all 0.2s linear;
}

.btns a:hover:before {
	width: 100%;
	transition: all 0.2s linear;
}

.btns a img {
	margin-right: 18px;
}

@media only screen and (min-width : 576px) {
	.escolas ul li {
		width: 46%;
		margin-left: 0;
		margin-right: 0;
	}

	.patrocinadores ul li {
		width: 45%;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage .boxTxt {
		margin-top: -40px;
	}

	.baseMenu {
		max-width: 645px;
		padding: 15px 30px;
		margin-bottom: 60px;
	}

	.baseMenu .main-nav {
		position: relative;
		top: inherit;
		left: inherit;
		bottom: inherit;
		width: auto;
		height: auto;
		transform: none;
		overflow: inherit;
		background: none;
		padding: 0;
	}

	.baseMenu .main-nav .nav-wrapper {
		height: auto;
	}

	.baseMenu .nav-items {
		display: flex;
		justify-content: center;
		overflow: inherit;
		align-items: flex-start;
	}

	.baseMenu .nav-item {
		border-bottom: none !important;
		border-right: 2px solid #eee;
		padding: 0 30px;
	}

	.baseMenu .nav-item:last-child {
		border-right: none;
	}

	.baseMenu .nav-link {
		background: none;
		padding: 0;
		text-align: center;
		display: inline-block;
		line-height: 20px;
	}

	.titleSection h2 {
		font-size: 36px;
	}

	.localizacao iframe {
		height: 420px;
	}

	.localizacao #ingressos {
		margin: 0;
	}

	ul.listaPost li {
		width: 45%;
	}

	.midias ul li {
		width: 18%;
	}

	.modal button.close {
		right: 15px;
		top: -40px;
		width: 62px;
		height: 62px;
		background-size: initial;
	}

	.descricao h2 {
		font-size: 40px;
	}

	.descricao p {
		font-size: 20px;
		line-height: 32px;
	}

	.videoModal {
		background-size: initial;
	}

	.btns {
		left: 30px;
		bottom: inherit;
		top: 280px;
		width: auto;
	}

	.btns a {
		margin: 0 0 10px;
	}

    .galeria .dropdown {
        width: 400px;
    }
    
    .galeria .dropdown .dropdown-toggle {
        font-size: 16px;
    }

    .galeria .baseLista ul li {
		width: 20%;
	}

	.galeria .baseLista ul li:nth-child(5n+0) {
		margin-right: 0;
	}

}

@media only screen and (min-width : 992px) {
	.podcast:before {
		top: 40px;
		bottom: 135px;
		background: #C2227C;
	}

	.podcast .colTxt {
		padding-top: 70px;
	}

	.podcast .control {
		margin: 0;
	}

	.podcast .control button {
		margin: 0;
	}

	.podcast .control button.podNext {
		margin-left: 30px;
	}

	.podcast .colImg img {
		margin: 0;
	}

	.podcast .titleSection {
		margin-bottom: 0;
	}

	ul.listaProg li {
		padding: 30px;
	}

	ul.listaPost li {
		width: 31%;
		margin-right: 2%;
	}

	ul.listaPost li:nth-child(3n+0) {
		margin-right: 0;
	}

	.patrocinadores ul li {
		width: 25%;
	}

	.bgFooter {
		background-position: center top;
	}
}

@media only screen and (min-width : 1200px) {

	.escolas .container.baseLista,
	.podcast .container {
		max-width: 1460px;
	}

	.escolas ul li {
		width: 19%;
	}

	.midias .container.baseLista {
		max-width: 1580px;
	}
}

@media only screen and (min-width : 1360px) {
	.midias ul li {
		width: 19%;
	}
}

@media only screen and (min-width : 1400px) {
	.slidePodcast .item {
		padding: 20px 10px 30px;
	}
}

@media only screen and (min-width : 1520px) {
	.galeria .baseLista {
		max-width: 1520px;
	}

}

@media only screen and (min-width : 1600px) {
	.galeria .baseLista {
		max-width: 1590px;
	}
}