@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

html, body {
	background-color: #F4F4F4;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight: 400;
	height: 100%;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.sectionContainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 30px;
	padding-right: 30px;
}

h1 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 2.8rem;
	letter-spacing: -0.05rem;
	margin-top: 0;
}

h2, h3, h4, h5 {
	font-weight: 700;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
	
	width: 100%;
	margin-bottom: 25px;
}

h4 {
	font-size: 1.25rem;
}



p, li {
	font-size: 1.15rem;
	margin: 0 0 1.25rem;
}

blockquote, ol, ul, .articleImageContainer {
	color: #333;
	margin: 0 0 16px; 
}

blockquote {
	background-color: #f5faf1;
	border-left: 5px solid #cbe6b6;
	font-size: inherit;
}


.footnote {
	font-size: 0.75rem;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	html, body {
		background-color: #fff;
	}

	.sectionContainer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h1 {
		font-family: 'Playfair Display', sans-serif;
		font-size: 1.8rem;
	}
	
	h2 {
		font-size: 1.5rem;
	}
	
	h3 {
		font-size: 1.25rem;
		
		width: 100%;
		margin-bottom: 25px;
	}
 
	h4 {
		font-size: 1.15rem;
	}

}


.wrapButton{
	background: rgba(255,255,255,1.00);
	width: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
		
}

/*---------------------------------------- LINKS & BUTTONS ----------------------------------------*/

a, button {
	outline: none;
}

a {
	color: rgba(23,118,205,1.00);
	cursor: pointer;
	text-decoration: none;
	font-weight: 400;
	
}
a:hover {
	color: #7dc049;
}

button.ctb{
	
	background-color: #1E1E1E;
	border-bottom: 2px thin black;
	border-right: 2px thin black;
	border-left: 2px thin black;
	border-top: 2px thin black;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.8em;
	margin: 5px 0;
	margin-top: 20px;
	margin-bottom: 30px;
	outline: none;
	padding: 5px 25px;
	border-radius: 8px;
	
	
	
}

button.ctb:hover {
	background: #1688BF;
}
.multiBrandAdvertorial button.ctb {
	width: 100%;
}

.wrapInfo{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
	width: 100%;
}

 .logoOffer{
	width: 80px;
	
}

 .textinho{
	font-size: 16px;
	color: rgba(124,124,124,1.00);
	 padding-left: 10px;
}

 .desconto{
	font-size: 16px;
	color: rgba(38,154,10,1.00);
	
	 padding-left: 10px;
	 font-weight: bold;
	
}

button.cta {
	background-color: #FFD814;
	border-bottom: 1px  #FFD814;
	border-right: 1px #FFD814;
	border-left: 1px #FFD814;
	border-top: 1px #FFD814;
	color: #6E6E6E;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.8em;
	margin: 5px 0;
	outline: none;
	padding: 10px 15px;
	border-radius: 40px;
	
	
}
button.cta:hover {
	background: #C0C000;
}

.multiBrandAdvertorial button.cta {
	width: 100%;
}



.tapAge {
	margin: 0 0 16px;
}

.tapAge button {
	background-color: #7dc049;
	border: none;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 8px 8px 0;
	padding: 10px 5px;
	width: 90px;
}
.tapAge button:hover {
	background-color: #006699;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	button.cta {
		font-size: 1.3em;
		line-height: 1.3em;
		padding: 10px;
	}
	
	button.ctb {
		font-size: 1.7em;
		line-height: 1.3em;
		padding: 10px;
	}
	
	button.ctamz {
		font-size: 1.7em;
		line-height: 1.3em;
		padding: 10px;
	}
	
	.tapAge button {
		font-size: 100%;
	}
	
}


/*---------------------------------------- HEADER ----------------------------------------*/

header {
	background-color: #fff;
	height: 90px;
	width: 100%;
}

header .sectionContainer {
	padding-left: 0;
	padding-right: 0;
}

#advertisement {
	color: #999;
	font-size: 0.75rem;
	margin: 0;
	text-align: center;
}

.wpLogo {
	height: 48px;
	margin-top: 5px;
	width: 250px;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	header {
		height: 65px;
	}
	
	header .sectionContainer {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.wpLogo {
		height: 34px;
		margin-top: 5px;
		width: 175px;
	}

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
	header .sectionContainer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

	header .sectionContainer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}



/*-------------------------------------------------------------------------------------------------*/

.top5{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 1px;
	left: 0;
	right: 0;
	width: 100%;
}

.top5 .cartao{
	padding: 0px 1px;
	width: 33.33%;
	
}

.top5 .cartao-inner{
	background: white;
	border-radius: 5px;
	padding: 10px 10px;
	width: 100%;
	/*height: 250px;*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.top5 .cartao-headline{
	text-align: left;
	padding: 10px 3px;
	
	
pdisplay: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 4.4em; /* Fallback for non-webkit, line-height * 2 */
  line-height: 1.3em;
  -webkit-line-clamp: 2; /* if you change this, make sure to change the fallback line-height and height */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dados{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	
	display: flex;
	flex-direction: row;
	gap: 8px;
	
}


button.ctamz{
	
	background-color: #FFD814;
	border-bottom: 1px  #626262;
	border-right: 1px #626262;
	border-left: 1px #626262;
	border-top: 1px #626262;
	color: #515050;
	
		
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.8em;
	margin: 5px 0;
	margin-top: 20px;
	margin-bottom: 30px;
	outline: none;
	padding: 5px 25px;
	border-radius: 12px;
	left: 0px;
	right: 0px;
	
	
	width: 95%;
}

button.ctamz:hover {
	background: #C0C000;
}
.multiBrandAdvertorial button.ctamz {
	width: 95%;
}


.card{
	background: rgba(255,255,255,1.00);
	border-radius: 10px;
	
	/*padding-left: 18px;
	padding-right: 18px;*/
	padding-top: 1px;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;*/
	margin-bottom: 40px;
	/*background-image: url('https://d1fzhre25nnjsm.cloudfront.net/802215834_4143_background-elegant-white-texture_23-2148438405.jpg');*/
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	width: 100%;
	max-width: 800px;
	gap: 10px;
	left: 0px;
	right: 0px;
	margin: auto;
	
}

.innerCard{
	background: rgba(255,255,255,1.00);
	width: 95%;
	left: 0px;
	right: 0px;
	margin: auto;

		
}

.wrapButton{
	background: rgba(255,255,255,1.00);
	width: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
		
}






.features{
	background: rgba(239,239,239,0.6);
	border: 1px dashed rgba(148,148,148,0.7);
	padding: 5px 7px;
	
	margin-top: 15px;
}

.quadrado{
	position: relative;
	max-width 50px;
	height: 50px;
	background: blue;
}

.wrap-shares{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-content: center;
}

.share{
	 display: flex;
	flex-direction: column;
	justify-content: space-around;

	border-radius: 0px;
	
	font-size: 20px;
	
	
	
	color: rgba(59,59,59,1.00);
}

/*---------------------------------------- ARTICLE CONTENT ----------------------------------------*/

.articleContent {
	background-color: #fff;
	border-bottom: 1px solid #cce0eb;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.articleInfo {
	color: #999;
	font-size: 100%;
	margin-bottom: 16px;
}

.articleAuthor {
	color: #7dc049;
	font-weight: 700;
	margin-right: 8px;
}

.photoAuthor {
	height: 40px;
	margin-right: 12px;
	width: 40px;
}

.highlight {
	background-color: yellow;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.articleContent {
		border-bottom: none;
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 10px;
	}
	
	.articleInfo {
		font-size: 0.85rem;
	}
	
	.dados{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	
	display: flex;
	flex-direction: row;
	gap: 8px;
	font-size: 10px;
}
	
	.share{
	 display: flex;
	flex-direction: column;
	justify-content: space-around;

	border-radius: 0px;
	
	font-size: 16px;
	
		
	color: rgba(59,59,59,1.00);
}

}

/*---------------------------------------- MULTIBRAND ADVERTORIAL ----------------------------------------*/

.multiBrandAdvertorial h2 {
    margin-top: 50px;
}

/*---------------------------------------- FOOTER ----------------------------------------*/

footer {
	background-color: #F1F1F1;
	font-size: 0.65rem;
	padding: 20px 0 20px;
	text-align: center;
}

footer a {
	font-size: 0.65rem;
}

footer ul {
	margin-bottom: 0;
}

footer .wpLogo {
	height: 34px;
	margin-bottom: 10px;
	width: 175px;
}

footer a:hover {
	color: #333;
}









/*----- Extra Small -----*/
@media(max-width: 767px){

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

}

/*----- Large -----*/
@media (min-width: 1000px){
	
}


/********** POPOVER STYLES **********/
.popover {
    background-color: #fef5c3;
    color: #666;
    border: 2px solid #fad611;
    font-size: 12px;
    line-height: 1.3em;
    max-width: 225px;
    padding: 5px;
}

.popover > .arrow {
    border-width: 12px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.bottom > .arrow {
    top: -12px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #fad611;
}
.popover.bottom > .arrow:after {
    top: 3px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fef5c3;
}
/********** END POPOVER STYLES **********/
.tittleThank{
	font-size: 24px; 
	color: #E3F0F7;
	padding-top: 18px;
	padding-bottom: 2px;
	text-align: center;
}

.tittleSub{
	font-size: 24px; 
	color: #8ED6F9;
}

.descSub{
	font-size: 14px; 
	color: white;
}

.botaoSubs{
	
	width: 29%;
	height: 40px;
	color: white;
	background-color: #36B3F0;
	
}


.wrapSubs{
	display: flex;
	width: 95%;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	
	left: 0px;
	right: 0px;
	margin: auto;
}

.slotSub{
	width: 20%;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

.wrapSubs form{
	width: 100%;
	margin-bottom: 13px;
	
}

form input{
	width: 70%;
	height: 40px;
	padding-left: 10px;
}


.wrapSubsTotal{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	
	margin-bottom: 50px;
	
	background-repeat: repeat;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	
	gap:5px;
	
	background-color: rgba(3,103,159,1.00);
}

.wrapSubsTitle{
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 100x;
	margin-top: 5px;
}


/*----- Extra Small -----*/
@media(max-width: 426px){

	
	form input{
		width: 65%;
		height: 40px;
		padding-left: 10px;
	}
	.wrapSubsTitle{
	width: 100%;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 100x;
	margin-top: 5px;
	}
	
	.botaoSubs{
	
	width: 33%;
	height: 40px;
	color: white;
	background-color: #36B3F0;
	
}
	
}

/*----- Extra Small -----*/
@media(max-width: 376px){

	
	form input{
		width: 65%;
		height: 40px;
		padding-left: 10px;
	}
	
	.tittleSub{
	font-size: 22px; 
	color: #8ED6F9;
	}
	
	.tittleThank{
	font-size: 22px; 
	color: #E3F0F7;
	padding-top: 18px;
	padding-bottom: 2px;
	text-align: center;
	}
	
}

/*----- Extra Small -----*/
@media(max-width: 321px){

	
	form input{
		width: 65%;
		height: 40px;
		padding-left: 10px;
	}
	
	.tittleSub{
	font-size: 18px; 
	color: #8ED6F9;
}
	
	.descSub{
	font-size: 12px; 
	color: white;
}
	
		.wrapSubsTitle{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100x;
	margin-top: 5px;
	}
	
	.tittleThank{
	font-size: 18px; 
	color: #E3F0F7;
	padding-top: 18px;
	padding-bottom: 2px;
	text-align: center;
}
	
}


/************************************************************************/
/************************************************************************/

.success-animation { 
	/*margin:150px auto;*/
	display: flex;
	width: 40%;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	
	left: 0px;
	right: 0px;
	margin: auto;
	margin-bottom: 20px;
}

.checkmark {
    width: 30%;
    height: 30%;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: white;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px white;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: white;
    fill: rgba(3,103,159,1.00);
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px white;
    }
}