html,
body {
	height: 100%;
}
.lh-normal {
	line-height: normal !important;
}
.wysiwyg-body p {
	margin-top: 0 !important;
	margin-bottom: 0px !important;
}
.wysiwyg-body img {
	max-width: 100%;
	height: auto;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wysiwyg-body h1,
.wysiwyg-body h2,
.wysiwyg-body h3,
.wysiwyg-body h4,
.wysiwyg-body h5,
.wysiwyg-body h6 {
	margin-top: 2rem !important;
	margin-bottom: 1rem !important;
}
.wysiwyg-body h1,
.wysiwyg-body h2,
.wysiwyg-body h3,
.wysiwyg-body h4,
.wysiwyg-body h5,
.wysiwyg-body h6 {
	text-transform: none;
}
.wp-block-table table,
.wysiwyg-body table {
	width: 100% !important;
	margin-bottom: 2rem !important;
}
.wp-block-table table,
.wp-block-table th,
.wp-block-table td,
.wysiwyg-body table,
.wysiwyg-body th,
.wysiwyg-body td {
	border: 1px solid !important;
	padding: 10px !important;
}

.wysiwyg-body td,
.wysiwyg-body td span {
	font-size: 14px !important;
	color: inherit !important;
}

.text-big {
	font-size: 10em;
}

.force-center-wrapper {
	height: 100%;
	position: relative;
}

.force-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slideshow-ratio:before {
	width: 100%;
	padding-top: calc(595 / 1920 * 100%);
	content: "";
	display: block;
	background-color: transparent;
}

.product-ratio:before {
	width: 100%;
	padding-top: calc(175 / 169 * 100%);
	content: "";
	display: block;
	background-color: transparent;
}

.news-ratio:before {
	width: 100%;
	padding-top: calc(226 / 455 * 100%);
	content: "";
	display: block;
	background-color: transparent;
}

.product-ratio {
	position: relative;
}

.news-ratio {
	position: relative;
}

.img-aspect-ratio {
	position: absolute;
	top: 0;
	text-align: center;
	font-size: 1em !important;
	font-weight: 600;
}

ul.nav-list li > a.active,
ul.dropdown-menu li > a.dropdown-item.active {
	font-weight: bold !important;
	color: #3137fd !important;
}

.bottom-55-px {
	bottom: 55px;
}
.end-07 {
	right: 0.7%;
}
.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
	color: #fff;
	background-color: #08743d !important;
	border-color: #08743d !important;
	font-size: 30px !important;
	padding: 0 !important;
}
.btn.btn-effect-2.btn-whatsapp:hover,
.btn.btn-effect-2.btn-whatsapp:focus {
	animation: btn-pulse-whatsapp 1s;
	box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@keyframes btn-pulse-whatsapp {
	0% {
		box-shadow: 0 0 0 0 #08743d;
	}
}

.content-body p span {
	font-size: 14px !important;
}

.breadcrumb > li {
	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.error-field-msg {
	color: #d75959;
	font-size: 14px;
	opacity: 0;
}

.form-group {
	margin-bottom: 0.5rem;
}

.modal {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-backdrop-filter: saturate(180%) blur(20px) !important;
	backdrop-filter: saturate(180%) blur(20px) !important;
}

.swal2-title {
	font-weight: 500;
	line-height: normal;
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	border: 5px solid #66bb6a;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #66bb6a;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font: 700 18px/1 "Lato", sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

.ribbon-red span {
	background-color: red;
}

.ribbon.ribbon-red::before,
.ribbon.ribbon-red::after {
	border: 5px solid red;
}

.modal-90 {
	max-width: 90%;
}

.loaderContainer {
	position: fixed;
	top: 0vh;
	left: 0vh;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0) !important;
	-webkit-backdrop-filter: saturate(180%) blur(20px) !important;
	backdrop-filter: saturate(180%) blur(20px) !important;
	z-index: 99999999;
}

.loader {
	animation: rotate 1s infinite;
	z-index: 9;
	position: fixed;
	height: 50px;
	width: 50px;
	top: 45vh;
	left: calc(50vw - 2vh);
	background-color: transparent;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
}
.loader:before {
	animation: ball1 1s infinite;
	background-color: #3137fd;
	box-shadow: 30px 0 0 #3137fd;
	margin-bottom: 10px;
}
.loader:after {
	animation: ball2 1s infinite;
	background-color: #3137fd;
	box-shadow: 30px 0 0 #3137fd;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #3137fd;
	}
	50% {
		box-shadow: 0 0 0 #3137fd;
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}
	100% {
		box-shadow: 30px 0 0 #3137fd;
		margin-bottom: 10px;
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #3137fd;
	}
	50% {
		box-shadow: 0 0 0 #3137fd;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}
	100% {
		box-shadow: 30px 0 0 #3137fd;
		margin-top: 0;
	}
}
