@charset "utf-8";
/* ====== RESET ====== */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

*:focus {
	outline: none;
}


/* ====== DEFAULT ====== */

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

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

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

p {
	font-family: 'Lato', sans-serif;
}

.text-gradient {
	background: #7823A2;
	background: -webkit-linear-gradient(to top right, #7823A2 0%, #dd32cf 100%);
	background: -moz-linear-gradient(to top right, #7823A2 0%, #dd32cf 100%);
	background: linear-gradient(to top right, #7823A2 0%, #dd32cf 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* -- xs -- */

.btn-its{
    background-color: #D43C8A;
    border:none;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    vertical-align: middle;
    color: #fff;
}

.btn-its:hover{
    background-color: #870F81;
    color: #fff;
}

.topo {
	background: url(../../img/paginas-especiais/its-teens/img-topo.jpg) no-repeat center top;
	background-size: cover;
	height: 300px;
	margin: 0 auto 55px;
	max-width: 1920px;
}

.edicoes {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 85px;
	overflow: hidden;
	position: relative;
}

.edicoes .title {
	margin-bottom: 45px;
}

.edicoes .title h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 10px;
}

.edicoes .title h2 strong {
	font-weight: 700;
}

.edicoes .title p {
	font-size: 16px;
	color: #78909C;
	line-height: 28px;
}

.edicoes .boxAlign {
	position: relative;
	background: #FFF8E1;
	padding: 20px 0 15px;
	margin: 0 -15px 20px;
	text-align: center;
}

.edicoes .boxAlign h3 {
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
    position: relative;
}

.edicoes .boxAlign h3 strong {
	font-weight: 700;
	display: block;
}

.edicoes .baseSlide {
	padding: 0;
}

.edicoes #slideEdicoes {
	position: relative;
}

.edicoes #slideEdicoes .slick-list {
	padding: 15px 0 30px 15px;
}

.edicoes #slideEdicoes .slick-track {
	display: flex;
}

.edicoes #slideEdicoes .item {
    max-width: 362px;
	width: 265px;
	overflow: hidden;
	margin: 0 15px;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0 10px 15px 0 rgba(143, 177, 200, 0.22);
	padding-bottom: 20px;
	height: auto;
}

.edicoes #slideEdicoes .item h4 {
	margin: 25px 20px 0;
	font-size: 16px;
	font-weight: 600;
	color: #870F81;
}

.edicoes #slideEdicoes .item h4 a {
	color: #870F81;
}

.edicoes #slideEdicoes .item h4 a:hover {
	color: #de32cf;
}


.noticias {
	margin-bottom: 90px;
}

.noticias h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 25px;
}

.noticias h2 strong {
	font-weight: 700;
}

.noticias ul.listaCategorias {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.noticias ul.listaCategorias li {
	margin: 0 10px 15px;
}

.noticias ul.listaCategorias li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	padding: 14px 18px;
	background: #FFB400;
	border-radius: 8px;
}

.noticias ul.listaCategorias li a:hover, 
.noticias ul.listaCategorias li a.active{
	background: #870F81;
}

.noticias .listaNoticias {
	width: 100%;
}

.noticias .listaNoticias .listaNoticiaItem {
	width: 100%;
	max-width: 265px;
	margin: 0 auto 30px;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px 0 rgba(143, 177, 200, 0.22);
}

.noticias .listaNoticias .listaNoticiaItem .resumo {
	padding: 15px 25px 25px;
}

.noticias .listaNoticias .listaNoticiaItem h3 {
	font-size: 18px;
	font-weight: 600;
	color: #870F81;
	margin-bottom: 10px;
}

.noticias .listaNoticias .listaNoticiaItem h3 a {
	color: #870F81;
	text-decoration: none;
}

.noticias .listaNoticias .listaNoticiaItem h3 a:hover {
	color: #de32cf;
}

.noticias .listaNoticias .listaNoticiaItem p {
	font-size: 16px;
	color: #78909C;
	line-height: 24px;
}

.noticias .listaNoticias .site-button .site-bt{
    background-color:rgb(255, 180, 0);
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins' ,'Arial';
    border-radius: 8px;
}

.noticias .listaNoticias .site-button .site-bt:hover{
    background-color:#870F81;
}

.banner {
	width: 100%;
	max-width: 1920px;
	position: relative;
	height: 365px;
	margin: 0 auto;
}

.banner:before {
	content: " ";
	position: absolute;
	z-index: -1;
	background: #fff8e1;
	width: 100%;
	height: 80%;
	bottom: 0;
}

.banner h2 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 10px;
}

.banner h2 strong {
	font-weight: 700;
}

.banner p {
	font-size: 18px;
	color: #78909C;
	margin-bottom: 22px;
}

.banner a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 24px;
	line-height: 47px;
	background: #D43C8A;
	border-radius: 23.5px;
}

.banner a:hover {
	background: #870F81;
}

.banner .box {
	width: 100%;
	background: #FFF;
	padding: 0 15px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.18);
}

.banner .box .boxTxt {
	padding: 30px 15px;
}


/* -- sm -- */

@media only screen and (min-width: 576px) {
	.edicoes .boxAlign {
		position: relative;
		background: none;
		padding: 20px 0 20px 20px;
		margin: 120px 0 0;
		text-align: left;
		float: right;
		max-width: 370px;
	}
	.edicoes .boxAlign:before {
		content: " ";
		display: block;
		width: 2000px;
		position: absolute;
		z-index: -1;
		background: #FFF8E1;
		height: 100%;
		top: 0;
		left: 0;
        z-index: 0;
	}
	.noticias .listaNoticias {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.noticias .listaNoticias .listaNoticiaItem {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}
}


/* -- md -- */

@media only screen and (min-width: 768px) {
	.topo {
		height: 450px;
	}
	.edicoes .boxAlign {
		padding: 20px 30px;
	}
	.noticias .listaNoticias {
		justify-content: space-around;
	}
    .noticias .listaNoticias .listaNoticiaItem {
		width: 100%;
		max-width: initial;
	}
    .noticias .listaNoticias .listaNoticiaItem img {
		float: left;
        max-width: 300px;
	}
	.noticias .listaNoticias .listaNoticiaItem .resumo {
		float: right;
		width: 380px;
		padding: 20px;
	}
	.banner .box .boxImg {
		background: #FFC107;
		position: relative;
	}
	.banner .box .boxImg img {
		position: absolute;
		bottom: 0;
		z-index: 10;
		left: 50%;
		margin-left: -84px;
	}
}


/* -- lg -- */

@media only screen and (min-width: 992px) {
	.edicoes .boxAlign {
		padding-left: 50px;
	}
    .edicoes #slideEdicoes{
        padding-top: 40px;
    }
    
    .edicoes #slideEdicoes .slick-arrow{
        position: absolute;
        top:0;
        right: 15px;
        border-color: #870F81;
        color: #870F81;
        box-shadow: none;
    }

    .edicoes #slideEdicoes .slick-arrow:hover{
        background-color:#870F81;;
        color: #fff;
    }

    .edicoes #slideEdicoes .slick-arrow.slick-prev{
        right: 130px;
    }

    .edicoes #slideEdicoes .slick-arrow.slick-disabled{
        opacity: 0.65;
    }

    .edicoes #slideEdicoes .slick-arrow.slick-disabled:hover{
        background: transparent;
        color: #870F81;
    }

    .noticias .listaNoticias .listaNoticiaItem img {
        max-width: 320px;
	}
	
	.banner .box {
		background: url(../../img/paginas-especiais/its-teens/bg-banner.png) no-repeat right top;
		max-width: 960px;
		margin: -40px auto 0;
		box-shadow: none;
		height: 298px;
		padding-top: 30px;
	}
	.banner .box .boxTxt {
		padding: 30px 85px 0 30px;
		height: 218px;
	}
}

@media only screen and (min-width: 1045px) {
	.banner .box {
		max-width: 1044px;
		padding-left: 55px;
	}
}


/* -- xl -- */

@media only screen and (min-width: 1200px) {
	.noticias .listaNoticias .listaNoticiaItem .resumo {
		width: 600px;
	}
}