	/*
	 * Theme Name: Cecilia Meireles
	 *
	 * assets/css/front-page.css | Home
	 *
	 */


	/* Banners */
	.front-page .banners {
		background-color: #f1f1f1;
	}

	.front-page .banners > div {
		display: flex;
		flex-direction: row;
		height: 650px;
	}

	.front-page .banners .dateblock > div {
		justify-content: flex-end;
	} 

	.front-page .banners .date:empty {
		display: none;
	}

	/* Banners >> Notícias */
	.front-page .noticias {
		width: 225px;
		height: 100%;
	}
	
    @media (min-width: 992px) {
    	.front-page .panel-container.slider {
        	margin-top: -100px;
        }
    }
	.front-page .noticias .panel-title {
		display: flex;
		height: 75px;
		font-size: 24px;
		font-weight: 400;
		align-items: flex-end;
	}

	.front-page .noticias .panel {
		width: 200px;
		height: 380px;
	}

	.front-page .noticias .panel > div > div {
		width: 200px;
		display: flex;
		flex-direction: column;
	}	

	.front-page .noticia {
		margin-top: 20px;
		font-size: 14px;
		font-weight: 300;
	}

	.front-page .noticia:after {
  		content: "";
	 	display: block;
  		width: 40px;  
  		height: 1px;
  		clear: both;
    	margin-top: 16px;
    	border-bottom: 1px solid #686578;	 	
	}

	.front-page .controls {
		height: 50px;
		font-size: 25px;
		font-weight: bold;
		align-items: flex-end;
	}

	.front-page .controls .button {
		margin-right: 8px;
	}

	.front-page .controls .button:last-child {
		margin-right: 0px;	
	}

	/* Banners >> Slider */
	.front-page .slider {
		flex-grow: 1;
		height: 100%;
	}

	.front-page .slider .panel-content {
		position: relative;
	}

	.front-page .slider .panel {
		width: 892px;
		height: 660px;
		margin-left: 28px;
	}

	.front-page .slider .panel > div > div {
		height: 100%;
		flex-shrink: 0;
	}	

	.front-page .slider .controls {
		position: absolute;
		bottom: 172px;
		right: 20px;
	}

	.front-page .slider .controls .button {
		color: #e8e8e8;
		text-shadow: 1px 1px 1px #000;
	}

	.front-page .slider .slide {
		width: 892px;
		height: 508px;
		overflow: hidden;
	}

	.front-page .slider .caption {
		width: 892px;
		height: 152px;
		background-color: #ffffff;
	}

	.front-page .slider .caption > div {
		margin: 26px;
	}

	.front-page .slider .caption > div:first-child {
		float: left;
		margin-right: 0px;
		max-width: 620px;
	}

	.front-page .slider .caption > div:nth-child(2) {
		float: right;
		margin-left: 13px;
		max-width: 203px;
	}

	.front-page .slider .caption .header {
		font-weight: 200;
		font-size: 12px;
		height: 26px;
		text-transform: uppercase;
	}

	.front-page .slider .caption .header:after {
  		content: "";
	 	display: block;
  		width: 40px;  
  		height: 1px;
  		margin-top: 5px;
    	clear: both;
  		border-bottom: 1px solid;	 	
	}

	.front-page .slider .caption .header.empty:after {
		display: none;
	}

	.front-page .slider .caption .title {
		font-weight: bold;
		font-size: 30px;
		height: 40px;
		margin-top: 10px;
		line-height: 1.2em;		
	}

	.front-page .slider .caption .subtitle {
		font-weight: normal;
		font-size: 18px;
		height: 25px;
		margin-top: 2px;
		line-height: 1.2em;		
	}

	.front-page .slider .caption .right {
		height: 70px;
	}

	.front-page .slider .caption .link {
		display: flex;
		justify-content: flex-end;
	}

	.front-page .slider .caption .dateblock {
		font-weight: 200;
		font-size: 17px;
		line-height: 1.3em;
	}

	.front-page .slider .language-switcher {
		position: absolute;
		right: 0;
		bottom: -30px;
	}

	/* Destaques */
	.front-page .destaques {
		display: flex;
		flex-direction: row;
		margin-top: 30px;
		margin-bottom: 30px;

	}

	.front-page .destaques.reverse {
		flex-direction: row-reverse;
		margin-top: 100px;
	}

	.front-page .destaques > div {
		height: 518px;
	}

	.front-page .destaques > div:first-child {
		width: 420px;
		background-color: #f1f1f1;
		position: relative;
	}	

	.front-page .destaques > div:nth-child(2) {
		margin-left: 40px;
		width: 660px;
	}

	.front-page .destaques.reverse > div:nth-child(2) {
		margin-left: 0px;
		margin-right: 40px;
	}

	.front-page .destaques .apresentacao-imagem {	
		width: 100%;
		margin-top: -70px;
		height: 230px;
	}	

	.front-page .destaques .apresentacao-titulo {
		display: none;
	}

	.front-page .destaques .apresentacao-titulo .button-rounded {
		height: 40px;
    	border-radius: 25px;
    	font-size: 17px;
		font-weight: bold;
		padding: 0px 60px;
	}

	.front-page .destaques .apresentacao-texto {	
		padding: 40px;
		font-size: 14px;
		position: relative;
		height: 240px;
	}	

	.front-page .destaques .apresentacao-texto > div:nth-child(2) {
		position: absolute;
		bottom: 0px;
	}

	.front-page .destaques .apresentacao-texto .titulo {
		font-size: 28px;
	}

	.front-page .destaques .eventos .titulo > div:first-child {
		font-size: 24px;
		height: 40px;
	}

	.front-page .destaques .eventos .titulo > div:nth-child(2)  {
		font-size: 13px;
		text-transform: uppercase;
	}

	.front-page .destaques .eventos .titulo > div:nth-child(2) a {
		color: #686578;
	}

	.front-page .destaques .eventos .titulo .button {
		font-size: 24px;
		margin-left: 6px; 
	}

	.front-page .destaques .eventos .items {
		display: flex;
		flex-direction: row;
	}

	.front-page .destaques .eventos .items > div {
		width: 210px;
		height: 439px;
		margin-left: 15px;
	}

	.front-page .destaques .eventos .items > div:first-child {
		margin-left: 0px;
	}

	.front-page .programacao-completa {
		margin-bottom: 50px;
		display: none;
	}

	.front-page .event .line {
		height: 7px;
	}

	.front-page .event .titles {
		height: 160px;
	}

	.front-page .event .titles .title {
		margin-top: 10px;
		font-size: 20px;
	}

	.front-page .event .titles .subtitle {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.4em;
	}

	/* Splash */
	.front-page .splash {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 30px 0px;
	}

	.front-page .splash .toggle-size-mobile {
		display: none;
	}

	.front-page .splash > div {
		flex-grow: 1;
		width:  100%;
		text-align: center;
	}

	.front-page .splash img {
		max-width:  100%;
		height:  auto;
	}
	

	/* Widgets */
	.front-page .widgets {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.front-page .widgets > div {
		/* height: 374px; NOSPOTIFY */
		margin-bottom: 70px;
	}

	.front-page .widgets > div iframe {
		/* height: 374px; NOSPOTIFY */
	}

	.front-page .widgets > div.separated-area:after {
		display: none;
	}

	.front-page .widgets > div:nth-child(2) {
		margin-left: 20px;
	}

	.front-page .widgets .spotify {
		flex-grow: 1;
		min-width: 420px;
	}

	.front-page .widgets .parceiros {
		/* flex-grow: 0;
		width: 640px; NOSPOTIFY */
		flex-grow: 1;
	}

	.front-page .widgets .titulo {
		display: none;
		height: 60px;
		font-size: 24px;
		font-weight: normal;
	}

	.front-page .widgets .principal {
		width: 100%;
		height: 100%;
	}


@media screen and (max-width: 1365px) {

	.front-page .banners > div {
		flex-direction: column-reverse;
		height: 660px;
	} 

	.front-page .noticias {
		width: 100%;
		height: 240px;
	}

	.front-page .noticias.pages-0 {
		display: none;
	}

	.front-page .noticias .panel-title {
		height: 45px;
	}

	.front-page .noticias .panel {
		width: 100%;
		height: 145px;
	}

	.front-page .noticias .panel > div {
		min-width: 100%;
	}

	.front-page .noticias:not(.pages-1) .panel:after {
  		content: "";
	 	display: block;
  		width: 40px;  
  		height: 1px;
  		clear: both;
  		position: absolute;
  		bottom: 0;
  		right: 0;
    	border-bottom: 1px solid #686578;	 	
	}

	.front-page .noticias .panel > div > div {
		width: 660px;
		flex-direction: row;
	}

	.front-page .noticia {
		margin-right: 60px;
		width: 180px;
	}

	.front-page .noticia:last-child {
		margin-right: 0px;
	}	

	.front-page .noticia:after {
  		content: none;
  	}
  	
	.front-page .noticias.pages-1 .noticia {
		flex-grow: 1;
	}

	.front-page .controls {
		height: 45px;
		justify-content: flex-end;
		align-items: center;
	}

	.front-page.unpaginated .controls {
		display: none;
	}

	.front-page .slider {
		width: 100%;
		height: initial;
	}

	.front-page .slider .panel {
		width: 660px;
		height: 536px;
		margin-left: 0px;
	}

	.front-page .slider .slide {
		width: 660px;
		height: 376px;
	}

	.front-page .slider .caption {
		width: 660px;
		height: 160px;
	}

	.front-page .slider .caption > div:first-child {
		max-width: 410px;
	}

	.front-page .slider .caption > div:nth-child(2) {
		max-width: 183px;
	}

	.front-page .slider .caption .header {
		font-size: 12px;
		height: 26px;
	}

	.front-page .slider .caption .title {
		font-size: 30px;
	}

	.front-page .slider .caption .subtitle {
		font-size: 19px;
	}

	.front-page .slider .caption .datas {
		font-size: 16px;
	}

	.front-page .destaques, .front-page .destaques.reverse {
		flex-direction: column;
		margin: 60px 0px;
	}

	.front-page .destaques > div:first-child {
		width: 100%;
		background-color: initial;
		margin-bottom: 60px;
		height: 230px;
	}	

	.front-page .destaques > div:nth-child(2), .front-page .destaques.reverse > div:nth-child(2) {
		margin-left: 0px;
	}

	.front-page .destaques .apresentacao-texto {
		display: none;
	}

	.front-page .destaques .apresentacao-titulo {
		display: block;
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	.front-page .destaques .apresentacao-titulo > div {
		display: flex;
		justify-content: center;
	}

	.front-page .destaques .apresentacao-imagem {	
		margin-top: 0px;
		height: 210px;
	}

	.front-page .widgets {
		flex-direction: column;
	}

	.front-page .widgets > div {
		width: 100%;
		height: initial;
	}

	.front-page .widgets > div iframe {
		height: 386px;
	}

	.front-page .widgets > div.separated-area:after {
		display: block;
		margin-bottom: 0px;
	}

	.front-page .widgets > div:nth-child(2) {
		margin-left: 0px;
	}

	.front-page .widgets .spotify {
		min-width: initial;
	}

	.front-page .widgets .parceiros {
		width: 100%;
	}

	.front-page .widgets .titulo {
		display: block;
	}

	.front-page .widgets .principal {
		height: 386px;
		margin-bottom: 70px;
	}


}	

@media screen and (max-width: 760px) {

	.front-page .banners > div {
		height: 1100px;
	} 

	.front-page .banners .dateblock > div {
		justify-content: center;
	} 

	.front-page .noticias {
		margin-left: auto;
		margin-right: auto;
		width: 344px;
		height: 360px;
	}

	.front-page .noticias .panel-title {
		justify-content: center;
		height: 75px;
	}

	.front-page .noticias .panel {
		height: 205px;
	}

	.front-page .noticias .panel > div > div {
		width: 380px;
	}

	.front-page .noticia {
		margin-right: 25px;
		width: 110px;
	}	

	.front-page .controls {
		height: 80px;
		align-items: flex-start;
	}	

	.front-page .controls .button {
		margin-top: 15px;
	}

	.front-page .slider .panel {
		width: 340px;
		height: 700px;
		border: 20px solid #ffffff;
	}

	.front-page .slider .slide {
		width: 340px;
		height: 340px;
	}

	.front-page .slider .caption {
		width: 340px;
		height: 360px;
		background-color: #ffffff;
	}

	.front-page .slider .caption > div {
		max-width: 100% !important;
		float: none !important;
		margin: 0px;
		text-align: center;
	}

	.front-page .slider .caption > div:first-child {
		height: 220px;
	}	

	.front-page .slider .caption .header {
		padding-top: 25px; 
		font-size: 14px;
	}

	.front-page .slider .caption .header:after {
		width: 70px;
  		margin: 3px auto;
	}

	.front-page .slider .caption .title {
		margin-top: 9px;
		font-size: 33px;
		height: initial;
	}

	.front-page .slider .controls {
		display: block;
		width: 340px;
		top: 170px;
	}

	.front-page .slider .controls .button.prev {
		float: left;
		margin-left: 8px;
	}

	.front-page .slider .controls .button.next {
		float: right;
		margin-right: 8px;
	}

	.front-page .slider .slide img {
		object-fit: cover;
	}

	.front-page .slider .caption .subtitle {
		font-size: 22px;
		height: initial;
	}

	.front-page .slider .caption .datas {
		font-size: 18px;
	}

	.front-page .slider .caption .link {
		justify-content: center;
	}

	.front-page .slider .language-switcher {
		display: none;
	}

	.front-page .destaques > div {
		height: initial;
	}

	.front-page .destaques > div:first-child {
		height: 215px;
	}	

	.front-page .destaques > div:nth-child(2) {
		width: 100%;
	}	

	.front-page .destaques .apresentacao-imagem {	
		height: 200px;
	}	

	.front-page .destaques .eventos .titulo {
		display: none;
	}

	.front-page .destaques .eventos .items {
		flex-direction: column;
	}

	.front-page .destaques .eventos .items > div {	
		width: 100%;
		height: 529px;
		margin-left: 0px;
		margin-top: 90px;
	}

	.front-page .destaques .eventos .items > div:first-child {
		margin-top: 0px;	
	}

	.front-page .programacao-completa {
		display: flex;
		justify-content: center;
	}

	.front-page .splash .toggle-size {
		display: none;
	}

	.front-page .splash .toggle-size-mobile {
		display: block;
	}


	.front-page .widgets .titulo {
		text-align: center;
	}

	.front-page .widgets > div iframe {
		height: 522px;
	}

	.front-page .widgets .spotify .principal {
		height: 552px;
	}

	.front-page .widgets .parceiros .principal {
		height: 201px;
	}

	.front-page .event .titles .title {
		font-size: 24px;
	}

	.front-page .event .titles .subtitle {
		font-size: 16px;
		line-height: 1.4em;
	}

}