@charset "UTF-8";
/* ESTILOS PAGINA ESPECIAL DOCUMENTARIO ANITA GARIBALDI */

/*RESET*/
#site-header,
#main-menu,
#searchbox,
#header-live,
#header-fixed,
#secondary-menu{
    display: none!important;
}

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

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

a img {
	border: none;
}

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

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

.img-responsive {
	max-width: 100%;
	height: auto;
}

.site-logo img{
    max-width: 60px;
    height: auto;
}

.topo {

	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/bg-topo-v2.jpg) no-repeat center bottom;
	background-size: cover;
	height: 220px;
	margin: 0 auto 55px;
	display: flex;
	align-items: center;
	max-width: 1920px;
}

.topo img {
	display: block;
	margin: 0 auto;
}

.intro {
	margin-bottom: 70px;
	font-size: 20px;
	font-weight: 600;
	color: #E76850;
	padding: 0 15px;
}

.patrocinios {
	margin-bottom: 80px
}

.patrocinios h4 {
	font-size: 16px;
	font-weight: 600;
	color: #c3c3d1;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.patrocinios .master {
	margin-bottom: 30px;
}

.patrocinios .master img {
	display: block;
	margin: 0 auto;
}

.patrocinios .master img.logo-aurora{
    margin-bottom: 30px;
}

.patrocinios ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.patrocinios ul li {
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0 10px;
}

.producao {
	width: 100%;
	max-width: 1920px;
	background: #F4F4F5;
	padding: 50px 0 30px;
	margin: 0 auto 45px;
}

.producao h4 {
	font-size: 20px;
	font-weight: 700;
	color: #A4A4B6;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.producao .logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.producao .logos img {
	margin: 0 15px 20px;
	display: block;
}

.historia {
	padding: 0 15px;
	margin-bottom: 75px;
}

.historia img {
	display: block;
	margin: 0 auto;
}

.historia h2 {
	font-size: 24px;
	font-weight: 700;
	color: #D89055;
	margin-bottom: 25px;
}

.historia p {
	font-size: 16px;
	font-weight: 500;
	color: #43435C;
	line-height: 30px;
	margin-bottom: 40px;
}

.historia p:last-child {
	margin-bottom: 0;
}

.historia .colTxt {
	margin-top: 45px;
}

.informacoes {
	box-shadow: 0 30px 40px 0 rgba(189, 223, 246, 0.22);
	overflow: hidden;
	margin-bottom: 80px;
}

.informacoes .descricao {
	background: #FFF;
	padding: 40px 25px;
}

.informacoes .descricao h2 {
	font-size: 24px;
	font-weight: 400;
	color: #D89055;
	margin-bottom: 15px;
}

.informacoes .descricao h2 strong {
	display: block;
	font-weight: 700;
}

.informacoes .descricao p {
	font-size: 15px;
	line-height: 26px;
	color: #43435C;
	margin-bottom: 25px;
}

.informacoes .descricao a {
	font-size: 18px;
	font-weight: 700;
	color: #E76850;
	text-decoration: underline;
}

.informacoes .ficha {
	background: #F26D2B;
	padding: 40px 25px;
}

.informacoes .ficha h2 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

.informacoes .ficha p {
	font-size: 15px;
	line-height: 26px;
	color: #FFF;
	margin-bottom: 15px;
}

.informacoes .ficha ul {
	font-size: 15px;
	color: #FFF;
	margin-bottom: 30px;
}

.informacoes .ficha ul li {
	margin-bottom: 10px;
}

.informacoes .ficha a {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-decoration: underline;
}

.episodios {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 120px;
}

.episodios .slideFotos {
	overflow: hidden;
	width: 100%;
	max-width: 640px;
	position: relative;
	border-radius: 10px;
	margin: 0 auto 30px;
}

.episodios .slideFotos ul.slick-dots {
	position: absolute;
	z-index: 40;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.episodios .slideFotos ul.slick-dots li {
	display: inline-block;
	margin: 0 8px;
}

.episodios .slideFotos ul.slick-dots li button {
	display: block;
	text-indent: -5000em;
	padding: 0;
	width: 12px;
	height: 12px;
	background: #FFF;
	border: none;
	outline: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
}

.episodios .slideFotos ul.slick-dots li.slick-active button {
	opacity: 0.7;
}

.episodios h4 {
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.episodios h3 {
	font-size: 28px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.episodios .episodio:nth-child(odd) h3 {
	color: #A4694C;
}

.episodios p {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 26px;
	margin-bottom: 20px;
}

.episodios .episodio:nth-child(odd) p {
	color: #846D4B;
}

.episodios .episodio {
	position: relative;
	margin-top: -55px;
	padding: 120px 15px;
}

.episodios .episodio:first-child {
	margin-top: 0;
	padding-top: 170px;
}

.episodios .episodio.episodio-01 {
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/bg-episodio-01.png) no-repeat center top;
	background-size: cover;
	z-index: 40;
	min-height: 729px;
}

.episodios .episodio.episodio-02 {
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/bg-episodio-02.png) no-repeat center bottom;
	background-size: cover;
	z-index: 38;
	min-height: 657px;
}

.episodios .episodio.episodio-03 {
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/bg-episodio-03.png) no-repeat center bottom;
	background-size: cover;
	z-index: 36;
	min-height: 605px;
}

.episodios .episodio.episodio-04 {
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/bg-episodio-04.png) no-repeat center bottom;
	background-size: cover;
	z-index: 34;
	min-height: 638px;
}

.episodios .episodio a.lkVideo {
	display: inline-block;
	background: #C3B481;
	padding: 0 25px 0 15px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.episodios .episodio a.lkVideo:hover {
	background: #b8a873;
}

.episodios .episodio.episodio-02 a.lkVideo {
	background: #D17D52;
}

.episodios .episodio.episodio-02 a.lkVideo:hover {
	background: #bf7048;
}

.episodios .episodio a.lkVideo:before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 15px;
	position: relative;
	top: 10px;
	background-color: #978A5D;
	background-image: url(../../img/paginas-especiais/documentario-anita-garibaldi/icon-play.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.episodios .episodio.episodio-02 a.lkVideo:before {
	background-color: #DC9D7A;
}

.episodios .episodio.episodio-04 a.lkVideo:before {
	background-color: #AA9960;
}

.livro {
	border-radius: 14px;
	background-color: #FFF;
	box-shadow: 0 30px 40px 0 rgba(189, 223, 246, 0.22);
	margin-bottom: 150px;
}

.livro img {
	display: block;
	margin: -40px auto 25px;
}

.livro h4 {
	font-size: 14px;
	color: #BA8F7F;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.livro h2 {
	font-size: 24px;
	color: #8888A3;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.livro p {
	font-size: 15px;
	color: #43435C;
	line-height: 26px;
}

.livro a {
	display: block;
	margin: 30px -15px 0;
	background-color: #F1742D;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	padding: 10px 0;
}

.livro a:hover {
	background-color: #BA8F7F;
}

.musica {
	margin: 0 auto 130px;
	padding: 0 15px;
}

.musica img {
	display: block;
	margin: 0 auto 30px;
	box-shadow: 0 30px 40px 0 rgba(189, 223, 246, 0.22);
}

.musica h2 {
	font-size: 24px;
	font-weight: 700;
	color: #D89055;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.musica p {
	font-size: 15px;
	color: #43435C;
	line-height: 26px;
}

.posts {
	margin: 0 auto 60px;
	padding: 0 15px;
}

.posts h2 {
	font-size: 30px;
	font-weight: 700;
	color: #c4c4d1;
	text-align: center;
	margin-bottom: 45px;
}

.posts .site-card {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 40px;
	background: #FFF;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 50px 85px 0 rgba(189, 223, 246, 0.45);
	text-align: center;
	padding-bottom: 35px;
}

.posts .site-card .card-image {
	margin-bottom: 25px;
}

.posts .site-card .card-text-content{
    padding: 0 25px;
    padding-bottom: 0;
}

.posts .site-card .card-text{
    margin-bottom: 20px;
}

.posts .site-card .card-title .title .title-text {
	font-size: 16px;
	color: #43435C;
	font-weight: 700;
    text-align:center;
}

.posts .site-card .card-resume .resume {
	font-size: 14px;
	color: #636378;
}

.posts .site-card .card-action-bt .action-bt {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background: #C3B481;
	width: 140px;
	line-height: 47px;
	border-radius: 24px;
	display: inline-block;
    padding:0;
}

.posts .site-card .card-action-bt .action-bt :hover {
	background: #D17D52;
}

.posts .ajax-pagination-button{
	display: block;
    min-width: 0;
    outline: none;
	width: 52px;
	height: 52px;
	margin: 0 auto;
    border-radius: 0;
	text-indent: -5000em;
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/icon-plus-off.png) no-repeat 0 0;
    box-shadow: none;
}

.posts .ajax-pagination-button.loading{
    -webkit-animation-name: rotate;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:2s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {  -webkit-transform:rotate(360deg);}
}
  
@-moz-keyframes rotate {
    from {-moz-transform:rotate(0deg);}
    to {  -moz-transform:rotate(360deg);}
}

.posts .ajax-pagination-button:hover {
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/icon-plus-on.png) no-repeat 0 0;
}

.posts .ajax-pagination-button:hover::after,
.posts .ajax-pagination-button:hover::before{
    content:"";
    background: transparent;
}

/* ====== MODAL ====== */

.modal .close {
	position: absolute;
	z-index: 40;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
	text-indent: -5000em;
	opacity: 1;
	right: -10px;
	background: url(../../img/paginas-especiais/documentario-anita-garibaldi/bt_close.png) no-repeat 0 0;
	top: -10px;
}

#popupVideo .modal-content {
	background: none!important;
	border-radius: 0!important;
}

#popupVideo .modal-body {
	padding: 0!important;
}

.modalTxt .modal-body {
	padding: 30px 20px;
}

.modalTxt h2 {
	font-size: 24px;
	font-weight: 400;
	color: #D89055;
	margin-bottom: 15px;
}

.modalTxt h2 strong {
	display: block;
	font-weight: 700;
}

.modalTxt p,
.modalTxt ul {
	font-size: 15px;
	line-height: 26px;
	color: #43435C;
	margin-bottom: 25px;
}

.modalTxt ul li {
	margin-bottom: 5px;
}

@media only screen and (min-width: 410px) {
	.topo {
		height: 270px;
	}
}

@media only screen and (min-width: 480px) {
	.topo {
		height: 300px;
	}
}

@media only screen and (min-width: 640px) {
	.topo {
		height: 410px;
	}
	.posts .ndmais-cards-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 580px;
		margin: 0 auto;
	}
	.posts .site-card {
		width: 44%;
        margin: 0 20px 40px 20px;
	}
}

@media only screen and (min-width: 768px) {
	.topo {
		height: 450px;
	}
	.intro {
		font-size: 25px;
	}
    .patrocinios .master img {
        display: inline-block;        
        margin:0;
    }
    .patrocinios .master img.logo-aurora{
        margin-right: 30px;
        margin-bottom: 0;
    }
	.patrocinios ul li {
        padding: 0 20px;
	}
	.historia .colTxt {
		margin-top: 0;
	}
	.episodios .slideFotos {
		margin: 0;
		float: right;
	}
	.episodios .episodio:nth-child(odd) .slideFotos {
		float: left;
	}
	.livro {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.livro img {
		position: absolute;
		margin: 0;
		top: -40px;
	}
	.livro .resumo {
		width: 42%;
		margin-left: 205px;
	}
	.livro a {
		width: 200px;
		position: absolute;
		top: -20px;
		right: 0;
		bottom: -20px;
		margin: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 14px;
		border-top-right-radius: 14px;
		padding: 0;
		display: flex;
		align-items: center;
		background-image: url(../../img/paginas-especiais/documentario-anita-garibaldi/mask-comprar.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
	}
}

@media only screen and (min-width: 992px) {
	.topo {
		height: 560px;
	}
	.historia .row.equal-height,
	.musica .row.equal-height {
		display: flex;
		align-items: center;
	}
    .informacoes{
        border-radius: 14px;
    }
	.informacoes .descricao {
		padding: 40px;
	}
	.informacoes .ficha {
		padding: 40px 25px 40px 30px;
	}
	.episodios .episodio {
		margin-top: -45px;
	}
	.livro .resumo {
		width: 53%;
	}
	.posts .ndmais-cards-list {
		width: 100%;
	}
	.posts .site-card {
		width: 22%;
	}
}

@media only screen and (min-width: 1200px) {
	.topo {
		height: 710px;
	}
	.patrocinios ul li {
        padding: 0 30px;
	}
	.livro .resumo {
		width: 62%;
		margin-bottom: 10px;
	}
	.livro a {
		width: 260px;
	}
}

@media only screen and (min-width: 1600px) {
	.topo {
		height: 840px;
	}
}