@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

html, body {
	background-color: white;
	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;
	}

}

/*---------------------------------------- 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: #1EAAED;
	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;
	}
	
	.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;
	
}

.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);
}

			@media(max-width: 375px){
	
	.dados{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	
	display: flex;
	flex-direction: row;
	gap: 4px;
	
}

.features{
	background: rgba(239,239,239,0.6);
	border: 1px dashed rgba(148,148,148,0.7);
	padding: 5px 7px;
	font-size: 9px;
	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: 4px;
	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: 12px;
}
	
	.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 **********/
