@charset "utf-8";

/* ====== RESET ====== */
ul, ol {list-style:none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p {margin:0;} 

/* ====== 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-weight:400; font-size:100%; margin:0;}
main{
    font-family:'Montserrat', sans-serif;
}
.img-responsive {max-width:100%; height:auto;}
.max-w {width:100%; max-width:1920px; margin-left:auto; margin-right:auto;}

.intro {margin-bottom:90px; position:relative;}
	.intro img {margin-bottom:45px;}
	.intro h2 {color:#2E2D6F; font-size:32px; font-weight:700; margin-bottom:15px;}
	.intro p { font-size:18px; margin-bottom:10px;}
.posts {margin-bottom:120px;}
	.posts h2 {color:#2E2D70; font-size:32px; font-weight:700; margin-bottom:35px; text-align:center;}
	.posts h3 {font-size:25px;}
	.posts .title img.imgmob {display:block; margin:0 auto 30px;}
	.posts .title img.imgdesk {display:none;}
	.posts .bgPosts {
		background: #42B1E5;
		padding-bottom:40px;
		position: relative;
	}
	.posts .bgPosts::before{
		position: absolute;
		height: 75px;
		background-color: #fff;
		width: 100%;
		left: 0;
		top: 0;
		display: block;
		content: " ";
	}
	a.lkMore {
		display:inline-block; background:#42B1E5; font-size:13px; color:#FFF; text-decoration:none; font-weight:500; 
		line-height:38px; border-radius:19px; padding:0 20px;
	}
	a.lkMore:hover {background:#2E2D6F;}

	a.lkMore .lkMoreIcon{
		margin-right: 10px;
		display: none;
	}

	a.lkMore.enabled .lkMoreIcon{
		display: inline-block;
	}

.post-img{
	position: relative;
	height: 150px;
	width: 100%;
	display:block;
}
.post-img .img{
	position: absolute;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
ul.listaPosts {width:100%; display:flex; flex-wrap:wrap; justify-content:center;}
	ul.listaPosts li {
		width:100%; max-width:472px; overflow:hidden; border-radius:9px; background:#FFF; margin-bottom:45px; 
		box-shadow:0 5px 15px 0 rgba(0,0,0,0.08); transition:all 0.2s linear;
	}
	ul.listaPosts li:hover {box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2); transition:all 0.2s linear;}
		ul.listaPosts li .resumo {padding:25px 15px 18px;}
		ul.listaPosts li .data {
			display:inline-block; padding-left:25px; margin-right:30px; font-size:12px; color:#000; font-weight:500; 
			text-transform:uppercase; line-height:19px;	background:url(../../img/paginas-especiais/destino-sc-verao/icon_data.png) no-repeat left center;
		}
		ul.listaPosts li .hora {
			display:inline-block; padding-left:25px; font-size:12px; color:#000; font-weight:500; 
			text-transform:uppercase; line-height:19px;	background:url(../../img/paginas-especiais/destino-sc-verao/icon_hora.png) no-repeat left center;
		}
		ul.listaPosts li h3 {margin:15px 0 10px; font-size:22px; font-weight:bold; color:#000;}
		ul.listaPosts li h3 a {color:#000; text-decoration:none;}
		ul.listaPosts li h3 a:hover {color:#2E2D6F;}
		ul.listaPosts li p {font-size:14px; color:#292929; line-height:28px;}
		ul.listaPosts li a.lkRead {
			display:inline-block; background:#2E2D6F; font-size:13px; color:#FFF; text-decoration:none; font-weight:bold; 
			line-height:38px; border-radius:4px; padding:0 20px; margin-top:15px;
		}
		ul.listaPosts li a.lkRead:hover {background:#42B1E5;}
.conteudos {margin-bottom:60px;}
	.conteudos h2 {color:#2E2D6F; font-size:32px; font-weight:700; margin-bottom:45px; text-align:center;}
	.conteudos ul {width:100%;}
		.conteudos ul li {
			width:100%; overflow:hidden; border-radius:9px; background:#FFF; margin:0 auto 30px; 
			box-shadow:0 5px 15px 0 rgba(0,0,0,0.08);
		}
			.conteudos ul li .resumo {padding:20px 15px 25px;}
			.conteudos ul li .data {
				display:inline-block; padding-left:25px; margin-right:30px; font-size:12px; color:#000; font-weight:500; 
				text-transform:uppercase; line-height:19px;	background:url(../../img/paginas-especiais/destino-sc-verao/icon_data.png) no-repeat left center;
			}
			.conteudos ul li .hora {
				display:inline-block; padding-left:25px; font-size:12px; color:#000; font-weight:500; 
				text-transform:uppercase; line-height:19px;	background:url(../../img/paginas-especiais/destino-sc-verao/icon_hora.png) no-repeat left center;
			}
			.conteudos ul li h3 {margin:15px 0 10px; font-size:22px; font-weight:bold; color:#000;}
			.conteudos ul li h3 a {color:#000; text-decoration:none;}
			.conteudos ul li h3 a:hover {color:#2E2D6F;}
			.conteudos ul li p {font-size:14px; color:#292929; line-height:28px;}
			.conteudos ul li a.lkRead {
				display:inline-block; background:#2E2D6F; font-size:13px; color:#FFF; text-decoration:none; font-weight:bold; 
				line-height:38px; border-radius:4px; padding:0 20px; margin-top:15px;
			}
			.conteudos ul li a.lkRead:hover {background:#42B1E5;}

@media only screen and (min-width : 640px) {
	.posts .title img.imgmob {display:none;}
	.posts .title img.imgdesk {display:block; margin:0 auto 30px;}
	.conteudos ul {width:600px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:space-around;}
	.conteudos ul li {margin-left:0; margin-right:0; width:48%;}
}

@media only screen and (min-width : 768px) {
	ul.listaPosts {justify-content:space-between;}
	ul.listaPosts li {width:48%; box-shadow:none;}
	ul.listaPosts li:hover {box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);}
	.conteudos ul {width:660px;}
}
		
@media only screen and (min-width : 992px) {
	.intro {padding-bottom:100px; background:none; margin-bottom:60px;}
	.intro h2 {font-size:40px; text-align: right;margin-bottom: 70px;}
    .intro p {font-size:32px; line-height: 40px; text-align: right;}
	
	.posts .bgPosts::before{
		
	}
	.conteudos h2 {font-size:44px;}
	.conteudos ul {width:940px;}
	.conteudos ul li {width:31%;}
}

@media only screen and (min-width : 1200px) {
	ul.listaPosts {justify-content:space-around;}
}


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

    main .container{
        max-width: 1140px;
    }
    
}

@media only screen and (min-width : 1700px) {
	.conteudos ul {width:100%;}
	.conteudos ul li {width:15%;}
}

/* manchetes header */
#clube-nd-noticias-header{
	margin-bottom: 30px;
}
#clube-nd-noticias-header .site-card{
    margin: 0;
}
#clube-nd-noticias-header .site-card .card-image{
    position: relative;
    height: 480px; 
    float: none!important;
}

#clube-nd-noticias-header  .site-card .card-image .card-image-content{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#clube-nd-noticias-header .site-card .card-image-overlay{
    display: block;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#clube-nd-noticias-header .site-card .card-play-icon{
    display: none;
}

#clube-nd-noticias-header .site-card .card-text-content{
    width: 100%;
    padding: 0 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    background: none;
    z-index: 1;
}

#clube-nd-noticias-header .site-card .card-text-content .card-text{
    float: none;
}


#clube-nd-noticias-header .site-card .card-title{
    margin-bottom: 20px;
}

#clube-nd-noticias-header .site-card .card-title .title{
    text-shadow: none;
}

#clube-nd-noticias-header .site-card .card-title .title .title-text{
    font-weight: normal;
    line-height: 1.25;
    font-size: 32px;
    text-align: center;
	color: #fff;
	font-weight: bold;
}

#clube-nd-noticias-header .site-card .card-action-bt{
    padding: 0 30px;
}

#clube-nd-noticias-header .site-card .card-action-bt .action-bt{
    background-color: #42B1E5;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    padding: 20px;
    overflow: hidden;
    border-radius: 0 0 30px 0;
	color: #fff;
}

#clube-nd-noticias-header .site-card .card-action-bt .action-bt:hover{
    background-color: #2E2D6F;
    color: #fff;
}

#clube-nd-noticias-header .clube-nd-noticias-slider-container{
    z-index:0;
}

#clube-nd-noticias-header .clube-nd-noticias-slider-container .clube-nd-noticias-slider-pagination{
    bottom: 30px;
    height:15px;
    display: block;
    line-height: 1;
    overflow: hidden;
}

#clube-nd-noticias-header .clube-nd-noticias-slider-container .clube-nd-noticias-slider-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
}

#clube-nd-noticias-header .clube-nd-noticias-slider-container .clube-nd-noticias-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #42B1E5;
}

#clube-ndmais-menu ul{
    list-style: none;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#clube-ndmais-menu ul li{
    display: inline-block;
    padding: 0 15px;
}

#clube-ndmais-menu ul li a{
    color: #2E2D6F;
}

#intro-side-banner{
    margin-top: 30px;
}

#intro-side-banner .btn-assine-clubendmais{
    background: #2E2D6F;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    color: #fff;
}

#intro-side-banner .btn-assine-clubendmais:hover{
    background: #2E2D6F;   
}

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

    /* header manchetes */

    #clube-nd-noticias-header .site-card .card-image{
        height: 400px;
    }

    #clube-nd-noticias-header .site-card .card-image-overlay{
        background: rgb(0,0,0);
        background: -moz-linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.9) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.9) 100%);
        background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }

    #clube-nd-noticias-header .site-card .card-text-content{
        width: 720px;        
        padding-right: 0;
        padding-left: calc( 720px * 0.4 );
        text-align: right;
    }   

    #clube-nd-noticias-header .site-card .card-title .title .title-text{
        font-size: 36px;
        text-align: right;
    }

    #clube-nd-noticias-header .site-card .card-action-bt{
        padding: 0;
    }

    #clube-nd-noticias-header .site-card .card-action-bt .action-bt{
        width: auto;
        display: inline-block;
    }

}

@media only screen and (min-width:992px) {
    
    /* header manchetes */    
	#clube-nd-noticias-header{
		margin-bottom: 0;
	}

    #clube-nd-avatar-desktop{
        margin-top: -180px;
    }

    #clube-ndmais-menu ul{
        margin-bottom: 0;
        margin-top: 30px;
        text-align: left;
    }

    #intro-side-banner{
        margin-top: -120px;
    }

    #intro-side-banner .btn-assine-clubendmais{
        font-size: 30px;
    }

    #clube-nd-noticias-header .site-card .card-image{
        height: 480px;
    }

    #clube-nd-noticias-header .site-card .card-text-content{
        width: 960px;
        padding-left: calc( 960px * 0.4 );
        padding-right: 30px;
    }

    #clube-nd-noticias-header .site-card .card-title{
        margin-bottom: 30px;
    }

    #clube-nd-noticias-header .site-card .card-title .title .title-text{
        font-size: 46px;
    }

    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation{
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: rgba(0,0,0,0.5);
        color: #fff;
        line-height: 28px;
        font-size: 13px;
        text-align: center;
        border: 2px solid #666;
        color: #999;
        border-radius: 50%;
        box-sizing: border-box;
        outline: none;
    }


    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation.clube-nd-noticias-slider-navigation-prev{
        left: calc( calc( calc( 100vw - 960px ) / 2 ) - 60px);
    }

    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation.clube-nd-noticias-slider-navigation-next{
        right: calc( calc( calc( 100vw - 960px ) / 2 ) - 60px);
    }
    

}

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

    #clube-nd-noticias-header .site-card .card-text-content{
        width: 1080px;
        padding-left: calc( 1080px * 0.4 );
    }

    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation.clube-nd-noticias-slider-navigation-prev{
        left: calc( calc( calc( 100vw - 1080px ) / 2 ) - 60px);
    }

    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation.clube-nd-noticias-slider-navigation-next{
        right: calc( calc( calc( 100vw - 1080px ) / 2 ) - 60px);
    }

}

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

    /* header manchetes */
    #clube-nd-noticias-header .site-card .card-text-content{
        width:  1140px;
        padding-left: calc( 1140px * 0.4 );
    }

    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation.clube-nd-noticias-slider-navigation-prev{
        left: calc( calc( calc( 100vw - 1140px ) / 2 ) - 60px);
    }

    #clube-nd-noticias-header .clube-nd-noticias-slider-navigation.clube-nd-noticias-slider-navigation-next{
        right: calc( calc( calc( 100vw - 1140px ) / 2 ) - 60px);
    }

}

