@charset "utf-8";

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;
}

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

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

.btnCTA {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 25px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	background: linear-gradient(90deg, #F39200 0%, #FCCC31 100%);
}

.btnCTA:hover {
	color: #FFF;
}

a.lkLoad {
	width: 54px;
	height: 54px;
    padding: 0;
    line-height: 54px;
    vertical-align: middle;
    font-size: 30px;
	margin: 0 auto;
	line-height: 52px;
	overflow: hidden;
	background: #000;
    color: #fff;
}

a.lkLoad:hover {
	background: #f6a41c;
}

.site-header {
	width: 100%;
	background: #000;
	padding: 30px 0;
	z-index: 200;
	position: relative;
}

.site-header .logo {
	height: auto;
	margin-right: 20px;
    width: 170px;
}

.site-header .navigation {
	width: auto;
	clear: right;
	float: right;
	height: auto;
	width: auto;
	background: none;
	margin-top: 40px;
}

.site-header .navigation .nav-menus-wrapper {
	display: none;
}

.site-header .navigation .nav-toggle {
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: #f6a41c;
	color: #FFF;
	font-size: 23px;
	padding: 0;
	line-height: 40px;
}

.site-header .navigation .nav-toggle:hover {
	color: #000;
}

.site-header .navigation .nav-toggle:before {
	display: none;
}

.site-header .navigation .nav-menus-wrapper-close-button {
	color: #000;
}

.site-header .navigation .nav-menu>li>a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.site-header .navigation .nav-menu>li>a:hover,
.site-header .navigation .nav-menu>li:hover>a,
.site-header .navigation .nav-menu>li.active>a,
.site-header .navigation .nav-menu>li.focus>a {
	color: #f6a41c;
}

.site-header .playlist {
	margin-top: 20px;
}

.site-header .playlist h5 {
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 8px;
}

.site-header .playlist a {
	margin-right: 5px;
}

.site-header .playlist a:last-child {
	margin-right: 0;
}

.site-header a.lkND {
	font-size: 10px;
	color: #FFF;
	font-weight: 500;
	padding-top: 8px;
	margin-bottom: 4px;
}

.site-header a.lkND:hover {
	text-decoration: underline;
}

.site-header a.lkND img {
	margin-left: 4px;
	margin-top: -8px;
}

.topoPage {
	background: url(../images/topo-mundial-rock-2024-v2.jpg) no-repeat center top;
    background-color: #000;
	background-size: cover;
	z-index: 10;
	height: 640px;
	padding-top: 100px;
}

.topoPage img {
	margin-bottom: 25px;
}

.topoPage .btnCTA {
	margin: 0 20px 15px 0;
}

.topoPage .btnCTA:last-child {
	margin-right: 0;
}

.confirmados {
	background: url(../images/bg-bandas-confirmadas.png) no-repeat center top;
	z-index: 20;
	padding-top: 180px;
	height: 860px;
	margin-top: -150px;
}

#slideBandas {
	margin: 40px -10px 0;
}

#slideBandas .item {
	padding: 0 15px 25px;
}

#slideBandas .item .box {
	background: #FFF;
	overflow: hidden;
	border-radius: 10px;
	height: 230px;
	box-shadow: 0 10x 20px 0 rgba(133, 133, 133, 0.15);
}

#slideBandas .item .box img {
	height: 100%;
	width: 50%;
	object-fit: cover;
}

#slideBandas .item .box .info {
	width: 50%;
	padding: 15px;
}

#slideBandas .item .box h3 {
	font-size: 22px;
	color: #000;
	font-weight: 800;
	margin-bottom: 10px;
}

#slideBandas .item .box a {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	padding: 15px 15px;
	border-radius: 30px;
	background: linear-gradient(90deg, #F39200 0%, #FCCC31 100%);
}

#slideBandas .slick-dots {
	text-align: center;
}

#slideBandas .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
}

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

#slideBandas .slick-dots li.slick-active button {
	opacity: 1;
}

.novidades {
    padding-top: 75px;
    margin-bottom: 150px;
}

.novidades .titulo {
	margin-bottom: 75px;
	padding-top: 10px;
}

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

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

ul.listaPosts li .data {
	margin: 30px 25px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #44B59B;
}

ul.listaPosts li h3 {
	margin: 0 25px;
	font-size: 22px;
	font-weight: 400;
	color: #022A39;
}

ul.listaPosts li h3 a {
	color: #022A39;
	text-decoration: none;
}

ul.listaPosts li h3 a:hover {
	color: #f6a41c;
}

ul.listaPosts li a.lkMore {
	left: 20px;
	bottom: 30px;
}

ul.listaPosts li a.lkMore:hover {
	left: 25px;
}

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

.programacao {
    z-index: 20;
	padding: 135px 0 155px;
	background: url(../images/bg-programacao.jpg) no-repeat center top;
	background-size: cover;
    margin-top: -150px;
}

.programacao:before {

	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background: url(../images/mask-out-top-white.png) no-repeat center top;
	height: 157px;
}

.programacao .titulo {
	margin-bottom: 30px;
}

.programacao .titulo p {
	font-size: 18px;
	color: #FFF;
	margin-top: 20px;
}

.programacao .btns {
	margin-top: 35px;
}

.programacao .btnCTA {
	margin-bottom: 15px;
	padding: 15px 0;
	width: 320px;
}

.programacao .control {
	margin: 30px 0 40px;
}

.programacao .control .diaPrev {
	outline: none;
	width: 50px;
	height: 50px;
	text-indent: -5000em;
	background-color: #FFF;
	background-image: url(../images/arrow-left-slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0 8px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
}

.programacao .control .diaNext {
	outline: none;
	width: 50px;
	height: 50px;
	text-indent: -5000em;
	background-color: #FFF;
	background-image: url(../images/arrow-right-slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	margin: 0 8px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
}

.programacao .control .diaPrev:hover,
.programacao .control .diaNext:hover {
	background-color: #FCBE00;
}

#slideData {
	width: 100%;
}

#slideData .item {
	margin-right: 5px;
	font-size: 22px;
	font-weight: 800;
	color: #FCBE00;
}

#slideData .item h3 {
	font-size: 22px;
	font-weight: 800;
	color: #FCBE00;
}

#slideShows .item {
	margin-right: 5px;
}

#slideShows .item ul {
	width: 100%;
}

#slideShows .item ul li {
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	height: 160px;
	margin-bottom: 20px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

#slideShows .item img {
	height: 100%;
	width: 35%;
	object-fit: cover;
}

#slideShows .item .info {
	width: 65%;
	padding: 15px;
	color: #000;
}

#slideShows .item h3 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 5px;
}

#slideShows .item .hora {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
}

#slideShows .item p {
	font-size: 12px;
	font-weight: 600;
}

#slideShows .item a {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 20px;
	background: linear-gradient(90deg, #F39200 0%, #FCCC31 100%);
}

ul.listaIcon {
	margin: 0 0 30px;
    list-style: none;
}

ul.listaIcon li {
	margin: 0 8px 25px 0;
}

ul.listaIcon li img {
	margin-right: 3px;
}

ul.listaIcon li span {
	background: #FFF;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding: 8px 12px;
	border-radius: 22px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

ul.listaIcon.color li span {
	background: #fcbe00;
}

.experiencia {
	background: #f09d1a;
	padding-bottom: 245px;
}

.duvida {
	background: #f09d1a url(../images/bg-duvida.jpg) no-repeat center bottom;
	padding-bottom: 245px
}

.experiencia:before,
.duvida:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 80;
	top: -157px;
	background: url(../images/mask-top-amarelo.png) no-repeat center top;
	height: 157px;
}

.experiencia .titulo,
.duvida .titulo {
	margin-bottom: 30px;
}

.experiencia .titulo p,
.duvida .titulo p {
	font-size: 18px;
	color: #000;
	margin-top: 30px;
}

.experiencia .btns a {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 15px;
	padding: 15px 0;
	width: 310px;
	border-radius: 8px;
	background: #000;
}

.experiencia .btns a:hover {
	background: #FFF;
	color: #000;
}

.premium {
	background: #251f43 url(../images/bg-area-premium.jpg) no-repeat center bottom;
	padding-bottom: 210px
}

.premium:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 80;
	top: -157px;
	background: url(../images/mask-top-azul.png) no-repeat center top;
	height: 157px;
}

.premium .titulo {
	margin-bottom: 25px;
}

.premium .titulo p {
	font-size: 18px;
	color: #FFF;
	margin-top: 25px;
}

.premium h3 {
	font-size: 30px;
	font-weight: 800;
	color: #FFF;
	margin-bottom: 15px;
}

.slideFotos {
	margin-bottom: 25px;
	padding: 0 14px;
}

.slideFotos .slick-prev {
	outline: none;
	width: 40px;
	height: 40px;
	text-indent: -5000em;
	background-color: #FFF;
	background-image: url(../images/arrow-left-slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	border: none;
	display: block;
	text-indent: -5000em;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
	left: -5px;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
}

.slideFotos .slick-next {
	outline: none;
	width: 40px;
	height: 40px;
	text-indent: -5000em;
	background-color: #FFF;
	background-image: url(../images/arrow-right-slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	border: none;
	display: block;
	text-indent: -5000em;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
	right: -5px;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
}

.slideFotos .slick-prev:hover,
.slideFotos .slick-next:hover {
	background-color: #FCBE00;
}

.estrutura,
.faq {
	background: #FFF;
}

.estrutura:before,
.faq:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 80;
	top: -157px;
	background: url(../images/mask-top-white.png) no-repeat center top;
	height: 157px;
}

.estrutura .titulo {
	margin-bottom: 35px;
}

.faq .titulo,
.patrocinadores .titulo {
	margin-bottom: 45px;
}

.estrutura .titulo p,
.faq .titulo p,
.patrocinadores .titulo p {
	font-size: 18px;
	color: #000;
	margin-top: 35px;
}

.areaPet {
	padding: 105px 0 200px;
	background: url(../images/bg-area-pet.png) no-repeat center top;
}

.areaPet .titulo,
.areaPet .titulo2 {
	margin-bottom: 45px;
}

.areaPet .titulo2 h2,
.areaPet .arrecadacao h2 {
	font-size: 40px;
	color: #000;
	font-weight: 800;
}

.areaPet .titulo p {
	font-size: 18px;
	color: #000;
	margin-top: 35px;
}

.areaPet .titulo2 p,
.areaPet .arrecadacao p {
	font-size: 18px;
	color: #000;
	margin-top: 20px;
}

#slideThumbs {
	margin-bottom: 40px;
	padding: 0 40px;
}

#slideThumbs .thumb {
	padding: 12px 0 20px;
	margin: 0 10px;
}

#slideThumbs .thumb img {
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
    object-fit: cover;
}

#slideThumbs .slick-prev {
	outline: none;
	width: 32px;
	height: 32px;
	text-indent: -5000em;
	background-color: #FFF;
	background-image: url(../images/arrow-left-slide.png);
	background-size: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	border: none;
	display: block;
	text-indent: -5000em;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 50%;
	margin-top: -16px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
}

#slideThumbs .slick-next {
	outline: none;
	width: 32px;
	height: 32px;
	text-indent: -5000em;
	background-color: #FFF;
	background-image: url(../images/arrow-right-slide.png);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: center center;
	padding: 0;
	border: none;
	display: block;
	text-indent: -5000em;
	border-radius: 50%;
	position: absolute;
	z-index: 20;
	right: 0;
	top: 50%;
	margin-top: -16px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.15);
}

#slideThumbs .slick-prev:hover,
#slideThumbs .slick-next:hover {
	background-color: #FCBE00;
}

.duvida h3 {
	font-size: 28px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}

.duvida .ratio {
	margin-bottom: 50px;
}

ul.accordion {
	margin-bottom: 80px;
}

ul.accordion li {
	margin-bottom: 35px;
}

ul.accordion li h3 {
	font-size: 26px;
	font-weight: 800;
	color: #000;
	cursor: pointer;
}

ul.accordion li .heading {
	padding-right: 35px;
	cursor: pointer;
}

ul.accordion li .heading:after {
	content: " ";
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(../images/arrow-down.png) no-repeat center center;
}

ul.accordion li .heading.itemOpen:after {
	background: url(../images/arrow-up.png) no-repeat center center;
}

ul.accordion li .heading.itemOpen h3 {
	color: #F09D1A;
}

ul.accordion li .text {
	padding-right: 35px;
}

ul.accordion li .text p {
	margin-top: 15px;
	font-size: 16px;
	color: #000;
}

.noticias {
	background: url(../images/bg-noticias.jpg) no-repeat center top;
	padding-top: 80px;
	margin-bottom: 115px;
}

.noticias .titulo {
	margin-bottom: 45px;
}

.patrocinadores {
	margin-bottom: 90px;
    position: relative;
    padding-top: 90px;
    margin-top: -150px;
}

.patrocinadores::before {
    content: " ";
	display: block;
	z-index: 0;
	background: url(../images/mask-top-white.png) no-repeat center top;
	height: 157px;
}

.patrocinadores h3 {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	margin-bottom: 25px;
}

.patrocinadores ul {
	width: 100%;
	margin-bottom: 30px;
}

.patrocinadores ul li {
	width: 100%;
	max-width: 145px;
	margin: 0 10px 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.patrocinadores ul li img {
	margin: 0 auto;
}

.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;
}

.modal .bgModal {
	background: #FFF;
	padding-bottom: 60px;
}

.topoModal {
	padding-top: 70px;
	height: 554px;
	margin-bottom: 45px;
	background: url(../images/bg-topo-2024.jpg) no-repeat center center;
}

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

.topoModal h2 {
	font-size: 40px;
	font-weight: 800;
	color: #fcbe00;
}

.topoModal p {
	font-size: 18px;
	color: #FFF;
	margin-top: 15px;
}

.detalhes {
	margin-bottom: 70px;
}

.detalhes h3 {
	font-size: 34px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}

.detalhes p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px;
	color: #000;
}

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

.modal .btnCTA {
	margin-top: 40px;
}

.boxScroll {
	width: 100%;
	max-height: 485px;
	overflow-y: auto;
	padding-right: 20px;
}

.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: #f5b618;
	border-radius: 11px;
}

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

.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;
}

@media only screen and (min-width : 480px) {
	#slideBandas .item .box a {
		padding: 15px 30px;
	}

	#slideBandas .item .box h3 {
		font-size: 30px;
	}

	.programacao .btnCTA {
		width: 350px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.experiencia .btns a {
		margin-left: 15px;
		margin-right: 15px;
	}

	ul.listaIcon li {
		margin: 0 6px 25px;
	}
}

@media only screen and (min-width : 576px) {
	#slideData {
		width: 74%;
		margin-bottom: 40px;
	}

	#slideData .item,
	#slideData .item h3 {
		font-size: 26px;
	}

	.programacao .control {
		margin: 0;
	}

	.programacao .control .diaPrev {
		margin: 0;
	}

	.programacao .control .diaNext {
		margin: 0 0 40px 16px;
	}

	#slideShows .item img {
		width: 30%;
	}

	#slideShows .item .info {
		width: 70%;
	}

	ul.listaIcon li {
		margin: 0 8px 25px;
	}

	.topoModal h2 {
		font-size: 48px;
	}
}

@media only screen and (min-width : 768px) {
	.site-header {
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		position: fixed;
	}

	.site-header .navigation {
		margin-top: 45px;
        float: left;
	}

	.topoPage {
		height: 850px;
		padding-top: 145px;
		margin-top: 147px;
	}

	.topoPage img {
		margin-bottom: 40px;
	}

	.confirmados {
		margin-top: -250px;
		padding-top: 150px;
	}

    .programacao {
        margin-top: -250px;
    }

	#slideBandas .item .box img {
		width: 40%;
	}

	#slideBandas .item .box .info {
		width: 60%;
		padding: 15px 30px;
	}

	ul.listaPosts li {
		margin-left: 0;
		margin-right: 1.25%;
        margin-left: 1.25%;
		width: 30%;
	}

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

	#slideData {
		width: 80%;
	}

	#slideData .item,
	#slideData .item h3 {
		font-size: 32px;
	}

	#slideShows .item ul li {
		width: 48%;
	}

	#slideShows .item img {
		width: 35%;
	}

	#slideShows .item .info {
		width: 65%;
	}

	.areaPet .arrecadacao h2 {
		padding-left: 15px;
	}

	.areaPet .arrecadacao p {
		margin-top: 0;
	}

	.topoModal h2 {
		font-size: 52px;
	}

    .patrocinadores {
        margin-top: -245px;
    }
}

@media only screen and (min-width : 992px) {
	.site-header .playlist a {
		margin-right: 15px;
	}

	#slideBandas {
		padding: 0 65px;
		margin-left: 0;
		margin-right: 0;
	}

	#slideBandas .item .box img {
		width: 45%;
	}

	#slideBandas .item .box .info {
		width: 55%;
		padding: 15px;
	}

	#slideBandas .slick-prev {
		display: block;
		border: none;
		outline: none;
		position: absolute;
		z-index: 10;
		left: -5px;
		top: 50%;
		margin-top: -40px;
		border-radius: 50%;
		width: 65px;
		height: 65px;
		text-indent: -5000em;
		background-color: #FFF;
		background-image: url(../images/arrow-left-slide.png);
		background-repeat: no-repeat;
		background-position: center center;
		padding: 0;
		box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
		cursor: pointer;
	}

	#slideBandas .slick-next {
		display: block;
		border: none;
		outline: none;
		position: absolute;
		z-index: 10;
		right: -5px;
		top: 50%;
		margin-top: -40px;
		border-radius: 50%;
		width: 65px;
		height: 65px;
		text-indent: -5000em;
		background-color: #FFF;
		background-image: url(../images/arrow-right-slide.png);
		background-repeat: no-repeat;
		background-position: center center;
		padding: 0;
		box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
		cursor: pointer;
	}

	#slideBandas .slick-prev:hover,
	#slideBandas .slick-next:hover {
		background-color: #FCBE00;
	}

	#slideData {
		width: 84%;
	}

	#slideData .item,
	#slideData .item h3 {
		font-size: 36px;
	}

	#slideShows .item img {
		width: 34%;
	}

	#slideShows .item .info {
		width: 66%;
	}

	ul.listaIcon {
		margin: 0 -15px;
	}

	ul.listaIcon li {
		margin: 0 8px 45px;
	}

	.slideFotos .slick-prev {
		width: 50px;
		height: 50px;
		left: -10px;
		margin-top: -25px;
	}

	.slideFotos .slick-next {
		width: 50px;
		height: 50px;
		right: -10px;
		margin-top: -25px;
	}

	.premium h3 {
		margin: 0 30px 0 0;
	}

	.duvida {
		background-position: center center;
	}

	.topoModal h2 {
		font-size: 58px;
	}

	.detalhes img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width : 1200px) {
	#slideBandas .item .box img {
		width: 40%;
	}

	#slideBandas .item .box .info {
		width: 60%;
		padding: 15px 30px;
	}

	ul.listaPosts {
		padding: 0 10px;
	}

	.premium h3 {
		font-size: 34px;
	}

	#slideThumbs {
		margin: 0 55px 40px;
	}

	#slideThumbs .thumb {
		margin: 0 15px;
	}
}

@media only screen and (min-width : 1400px) {
	.site-header .col-xl-8 {
		width: 70%;
	}

	.site-header .col-xl-4 {
		width: 30%;
	}

	.site-header .navigation .nav-menus-wrapper {
		display: block;
	}

	.site-header .navigation .nav-menu>li {
		margin-left: 15px;
	}

	.site-header .navigation .nav-menu>li:first-child {
		margin-left: 0;
	}

	.site-header .navigation .nav-menu>li>a {
		padding: 0;
		height: auto;
		color: #FFF;
		font-size: 15px;
	}

	.site-header .navigation .nav-menu>li>a:hover,
	.site-header .navigation .nav-menu>li:hover>a,
	.site-header .navigation .nav-menu>li.active>a,
	.site-header .navigation .nav-menu>li.focus>a {
		color: #f6a41c;
	}

	.site-header .playlist {
		margin-top: 18px;
	}

	#slideBandas {
		padding: 0;
		margin-left: 0
	}

	#slideBandas .item .box img {
		width: 45%;
	}

	#slideBandas .item .box .info {
		width: 55%;
	}

	#slideBandas .slick-prev {
		left: -90px;
	}

	#slideBandas .slick-next {
		right: -90px;
	}

	ul.listaPosts {
		padding: 0;
	}
}