/*
 Documento CSS do Campanha de IR
 Criador: Lucas Milanez
 Data: 08/04/2024

 Resolutions:
 col-xs-* ---> mobile
 col-sm-* ---> tablet
 col-md-* ---> laptops
 col-lg-* ---> large monitors
 */

 @import url('https://fonts.cdnfonts.com/css/montserrat');

body {
	font-family: 'Montserrat', sans-serif !important;
}

header {
	padding: 30px 0;
}

/* Hero */
.hero {
	padding: 100px 0;
	position: relative;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(258deg, #2686E8 20.96%, #13208E 97.89%);
	background-image: url('../images/hero/coracoes.png');
	background: url('../images/hero/coracoes.png'), linear-gradient(258deg, #2686E8 20.96%, #13208E 97.89%);
}

.hero h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 4.3rem;
	margin-top: 35px;
}

.hero h1 small {
	color: #FFF;
	font-size: 16px;
	line-height: 1;
}

.hero p {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin-top: 32px;
}

.hero .hero-box-form {
	padding: 50px 60px;
	margin-top: 50px;
	border-radius: 20px;
	background: linear-gradient(95deg, #E972FC -1.76%, #B835D8 -1.76%, #D96AEB 120.2%);
}

.hero .hero-box-form .hero-box-form-header {
	background: url('../images/hero/email.png') left top no-repeat;
	padding-left: 130px;
}

.hero .hero-box-form .hero-box-form-header h2,
.hero .hero-box-form .hero-box-form-header p {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
}

.hero .hero-box-form .hero-box-form-header p {
	font-size: 16px;
	margin-top: 25px;
}

.hero .hero-box-form form {
	margin-top: 30px;
}

.hero .hero-box-form form label {
	color: #FFF;
}

.hero .hero-box-form form .btn-blue {
	background: #13208E;
}

/* Blog Post */
.blog-post {
	padding-bottom: 100px;
}

.blog-post .blog-post-header {
	background: url('../images/blog/plim.png') right top no-repeat;
	padding-right: 70px;
	margin-bottom: 30px;
}

.blog-post h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
}

.blog-post p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin: 30px auto;
}

.blog-post .blog-post-item {
	border-radius: 15px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	padding: 40px 50px;
}

.blog-post .blog-post-item .badge {
	border-radius: 3.457px;
	background: rgba(38, 135, 233, 0.10);
	color: #2687E9;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.blog-post .blog-post-item h3 {
	color: #181A2A;
	font-size: 25px;
	font-weight: 700;
	line-height: 33px;
	margin: 10px auto;
}

.blog-post .blog-post-item .author {
	color: #97989F;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
}

.blog-post .blog-post-item .author img {
	margin-right: 5px;
}

.blog-post .blog-post-item ul {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 175%;
	margin: 20px auto;
}

.blog-post .blog-post-item ul li {
	list-style: disc inside;
	margin-bottom: 10px;
}

.blog-post .blog-post-item a {
	color: #B835D8;
	font-size: 16px;
	font-weight: 500;
	line-height: 175%;
	background: url('../images/blog/arrow-right.png') right center no-repeat;
	padding-right: 35px;
}

/* Chill */
.chill {
	background: #F1F4F9;
	padding: 70px 0;
}

.chill .chill-header {
	background: url('../images/chill/coracao.png') right top no-repeat;
	padding-right: 65px;
	margin-bottom: 50px;
}

.chill .chill-header h2 {
	color: #B835D8;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
}

.chill .chill-header p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin-top: 30px;
}

.chill .chill-playlist .meta {
	color: #595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

.chill .chill-playlist h3 {
	color: #595959;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	margin: 10px auto 44px;
}

/* Checklist */
.checklist {
	padding: 70px 0;
}

.checklist h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	margin-top: 60px;
}

.checklist p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin: 20px auto 25px;
}

.checklist .btn.btn-blue {
	display: inline-block;
	width: auto;
	background: #13208E;
}

/* Mindfulness */
.mindfulness {
	padding: 70px 0;
	background: #F1F4F9;
}

.mindfulness h2 {
	color: #B835D8;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
	margin: 20px auto;
}

.mindfulness p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.mindfulness .mindfulness-card {
	border-radius: 12px;
	border: 1px solid #B835D8;
	background: #FFF;
	padding: 22px 30px;
}

.mindfulness .mindfulness-card h3 {
	color: #595959;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 14px;
}

.mindfulness .mindfulness-card .meta {
	color: #9F9F9F;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

.mindfulness .mindfulness-card a {
	color: #B835D8;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	background: url('../images/mindfulness/arrow-right.png') right center no-repeat;
	padding-right: 30px;
}

.mindfulness .slick-dots li.slick-active button {
	background: #B835D8;
}

.mindfulness-modal .modal-header {
	border: none;
}

.mindfulness-modal h4 {
	color: #595959;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.mindfulness-modal .meta {
	color: #9F9F9F;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 10px;
}

.mindfulness-modal h5 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 25px;
}

.mindfulness-modal ul li {
	list-style: disc inside;
	margin-bottom: 10px;
}

/* Events */
.events {
	padding: 70px 0;
}

.events .events-header {
	background: url('../images/events/plim.png') right top no-repeat;
	padding-right: 70px;
	margin-bottom: 30px;
}

.events .events-header h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
}

.events .events-header p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin-top: 30px;
}

.events .events-cards {
	border-radius: 12px;
	border: 1px solid #B835D8;
	padding: 30px 36px;
}

.events .events-cards h3 {
	color:#595959;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	margin: 22px auto 12px;
}

.events .events-cards p {
	color:#595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

.events hr {
	border-color: #B835D8;
	margin: 60px auto;
}

.events .events-item p {
	color: #595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin: 30px auto 20px;
}

.events .events-item a {
	color: #B835D8;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	background: url('../images/events/arrow-right.png') right center no-repeat;
	padding-right: 40px;
}

/* Partners */
.partner {
	position: relative;
}

.partner::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #F1F4F9;
}

.partner .partner-box {
	border-radius: 20px;
	background: linear-gradient(90deg, #192BC2 0%, #2687E9 100%);
	padding: 45px 70px;
}

.partner .partner-box h2 {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	margin-top: 35px;
}

.partner .partner-box p {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin: 40px auto 30px;
}

.partner .partner-box .btn.btn-green {
	display: inline-block;
	width: auto;
}

/* Testimonials */
.testimonial {
	padding: 50px 0 70px;
	background: #F1F4F9;
}

.testimonial .testimonial-header {
	background: url('../images/testimonial/coracao.png') right top no-repeat;
	padding-right: 70px;
}

.testimonial .testimonial-header h2 {
	color: #B835D8;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%;
}

.testimonial .testimonial-header p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	margin: 24px auto 70px;
}

.testimonial .testimonial-card {
	border-radius: 12px;
	border: 1px solid #B835D8;
	background: #FFF;
	padding: 40px;
}

.testimonial .testimonial-card p,
.testimonial .testimonial-card .author {
	color:#595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
}

.testimonial .testimonial-card .author {
	margin-top: 80px;
	padding: 15px 0 15px 120px;
}