:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}


figcaption,
figure,
header,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h1,
h2 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}


ul {
	margin-top: 0;
	margin-bottom: 1rem
}


ul ul {
	margin-bottom: 0
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}


strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}


pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}


[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
	appearance: button;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=date],
input[type=time] {
	-webkit-appearance: listbox;
	appearance: listbox;
}

progress {
	vertical-align: baseline
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

.h1,
.h2,
h1,
h2 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.figure {
	display: inline-block
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}


.col-11,
.col-md-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

@media (min-width:768px) {

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-dark {
	border-color: #343a40 !important
}

.rounded-circle {
	border-radius: 50% !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.text-left {
	text-align: left !important
}

@media print {

	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	pre {
		white-space: pre-wrap !important
	}

	
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid
	}

	h2,
	p {
		orphans: 3;
		widows: 3
	}

	h2 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}
}

:root {

	--cor-titulo-destaque: rgb(0, 191, 81) !important;

}



body {

	font-family: helvetica, freesans, sans-serif;

}



p {

	font-size: 20px;

	font-family: "Lora", Georgia, serif;

	line-height: 160%;

	text-rendering: optimizeLegibility;

	display: block;

	margin-bottom: 30px;

}



h1 {



	font-size: 41px;

	color: #333;

	letter-spacing: -0.06em;

	margin-bottom: 0;

	line-height: 120%;

	font-weight: bold;

	text-rendering: optimizeLegibility;

	display: block;

	font-family: helvetica, freesans, sans-serif;

}



@media (max-width: 699px) {

	h1 {

		font-size: 34px !important;

		line-height: 28px !important;

		margin-bottom: 10px;

		margin-right: -20px;

	}

}



.header {

	padding: 0 0 8px;

	max-width: 690px;

	margin: 0 auto;



}



h2 {

	font-size: 16px;

	font-weight: normal;

	margin-top: 5px;

	font-family: helvetica, freesans, sans-serif;

	letter-spacing: 0;

}



.titulo-adv {

	text-align: center;

	color: #bbb;

	margin: 20px 0 0;

	font-size: 18px;

}



.titulo-principal {

	color: #333;

	font-size: 2.3em;

	letter-spacing: -.06em;

	margin-bottom: 0;

	line-height: 120%;

	font-weight: 700;

}



.topo-1 {

	background-color: #fff;

	padding-top: 10px;

}



.stars {

	cursor: pointer;

	display: flex;

	margin: -5px;

}



.stars span {

	color: #999;

	margin: 5px 0 0 10px;

	font-size: 14px;

	padding-top: 5px;



}



.star {

	cursor: pointer;

	display: flex;

	margin: 10px 0 15px;

}



.stars .star {

	max-width: 23px;

	max-height: 20px;

}



a {

	text-decoration: none;

	font-weight: bold;

	color: #000;

}



a:hover {



	color: blue;

}



a:link {

	text-decoration: none;

}



img {

	width: 100%;

	height: auto;

}



@media screen and (max-width: 600px) {



	.titulo-principal {

		font-size: 27px;

		line-height: 110%;

	}



}



li {

	font-size: 20px;

	font-family: "Lora", Georgia, serif;

}



/* FACEBOOK */



.container-personalizado {

	padding-right: 47px !important;

	padding-left: 47px !important;

}



@media screen and (max-width:480px) {

	.container-personalizado {

		padding-right: 7px !important;

		padding-left: 7px !important;

	}

}



.row {

	margin: 0;

}







.wp-block-image {

	margin-bottom: 1em
}



.wp-block-image img {

	max-width: 100%
}



.wp-block-image figcaption {

	margin-top: .5em;

	margin-bottom: 1em;



}



figcaption {

	background-color: #dbdbdbef;

	padding-left: 5px;

}









/* COMENTARIOS

 */



#section_comments {

	font-size: 14px;

}



#section_comments a {

	color: #365899
}



#section_comments a:hover {

	text-decoration: underline
}



.comment-box {

	padding-left: 57px;

	position: relative;

	padding-top: 10px;

	padding-bottom: 10px;

}



.comment-box .photo_perfil-box {

	width: 48px;

	height: 48px;

	overflow: hidden;

	position: absolute;

	left: 0;

}



.photo_perfil {

	width: 100%;

}



.name-comment {

	font-weight: 700;

}



.mesage-comment {

	font-size: 14px;

	line-height: 1.358;

	padding: 3px 0px;

}



.interact-comment {

	font-size: 12px;

	padding-top: 3px;

}



.subcomment {

	padding-left: 42px;

	position: relative;

}



.subcomment .photo_perfil-box {

	width: 36px;

	height: 36px;

	overflow: hidden;

	position: absolute;

	left: 0;

}



.subcomment:not(:last-child) {

	padding-bottom: 15px;

}



.border {

	border: 1px solid #000;

	background-color: #ededed;

	padding: 5px;

}





.font-entrevista p {

	font-size: 17px !important;

}

.form__wrapper,
.form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form__img {
	margin-bottom: 20px;
}

.form__img {
	max-width: 100%;
}

.form__price {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 22px;
}

.old__price {
	text-decoration: line-through;
	margin-right: 20px;
}

.new__price {
	font-weight: 700;
	color: red;
}

.form {
	max-width: 300px;
	width: 100%;
}

.form__input {
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 15px;
	border: 1px solid #969696;
	border-radius: 3px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form__btn {
	position: relative;
	width: 100%;
	background-color: #0076CD;
	border: 2px solid #0076CD;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	display: block;
	margin: 0;
}

.form__btn img {
	position: absolute;
	top: 50%;
	right: 15px;
	width: auto;
	transform: translateY(-50%);
}

.prod {
	display: block;
	max-width: 302px;
	margin: 0 auto;
}

.x_country_select {
	display: none !important
}