/*!
Theme Name: elram
Theme URI: https://ysl.co.il/
Author: Yosef Shon Levi
Author URI: https://ysl.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elram
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700&display=swap');

/*@font-face {
	font-family: 'CheapPineSans';
	src: url('fonts/CheapPineSans.eot');
	src: url('fonts/CheapPineSans.eot?#iefix') format('embedded-opentype'),
			 url('fonts/CheapPineSans.woff2') format('woff2'),
			 url('fonts/CheapPineSans.woff') format('woff'),
			 url('fonts/CheapPineSans.ttf') format('truetype');
}*/

html {
	font-family: 'Heebo', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Heebo', sans-serif;
	line-height: 1.2;
	background: #ffffff;
	color: #000000;
	font-size: 19px;
	margin: 0;
}

b,
strong {
	font-weight: bold;
}

img {
	height: auto;
	max-width: 100%;
	border-style: none;
}

button,
input,
textarea {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	overflow: visible;
	width: 100%;
	color: inherit;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p, label {
	margin-bottom: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

table {
	margin: 0;
	width: 100%;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}





/**************************
	RESET 
***************************/
	
	*::selection {
		background-color: rgba(0, 0, 0, 0.1);
	}

	*:focus {
		outline: 0 !important;
	}
	
	::-webkit-input-placeholder { color: #c4c3c3; }
	::-moz-placeholder { color: #c4c3c3; }
	:-ms-input-placeholder { color: #c4c3c3; }
	:-moz-placeholder { color: #c4c3c3; }

	.error::-webkit-input-placeholder { color: #ee6262; }
	.error::-moz-placeholder { color: #ee6262; }
	.error:-ms-input-placeholder { color: #ee6262; }
	.error:-moz-placeholder { color: #ee6262; }

	::-webkit-scrollbar-track	{
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar	{
		width: 12px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.15);
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.3);
	}



/**************************
	GLOBALS
***************************/

	.fullheight {
		height: 100%;
	}

	.ttu {
		text-transform: uppercase;
	}

	.bgi {
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
	}

	.wrapper {
		position: relative;
		min-height: 100vh;
		text-align: center;
	}

	.background {
		position: fixed;
		top: 0;
		right: 500px;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.background-slider {
		position: relative;
		z-index: 1;
	}

	.background-slider-mobile {
		display: none;
	}

	.background-slider,
	.background-slider .slick-list,
	.background-slider .slick-track,
	.background-item {
		height: 100%;
	}

	.background-slider .slick-dots {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
		list-style-type: none;
	}

	.background-slider .slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}

	.background-slider .slick-dots li button {
		font-size: 0;
		display: inline-block;
		width: 10px;
		height: 10px;
		background-color: #ffffff;
		opacity: 0.5;
		transition: opacity 0.5s ease, transform 0.5s ease;
	}

	.background-slider .slick-dots li.slick-active button {
		opacity: 1;
		transform: rotate(-45deg);
	}

	.sidebar {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 500px;
		background-color: #ffffff;
		border-top: 10px solid #000000;
	}

	.sidebar-badge {
		position: absolute;
		left: 0;
		top: 50px;
		transform: translateX(-60%) rotate(10deg);
		z-index: 2;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #e6000c;
		color: #ffffff;
		font-size: 17px;
		font-weight: 500;
		box-shadow: 0 3px 15px rgba(4 16 44 / 20%);
	}
	.sidebar-badge.badgel {right: auto;left: 100px;}
	.sidebar-badge.badgel span {text-align: center;}
	.sidebar-badge span {
		position: absolute;
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
		border-radius: 50%;
		border: 2px solid #ffffff;
		padding: 10px;
		line-height: 1;
	}

	.sidebar-padding {
		padding: 50px 40px;
	}

	.sidebar-title {
		font-size: 45px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 20px;
	}

	.sidebar-text {
		line-height: 1.4;
	}

	.sidebar-text-bold {
		line-height: 1.4;
		font-weight: 500;
		margin-top: 15px;
	}

	.sidebar-hatava {
		background-color: #000000;
		color: #ffffff;
		font-weight: 500;
		padding: 30px 15px 25px;
		font-size: 25px;
		margin: 40px 0 50px;
		box-shadow: 0 3px 30px rgba(4 16 44 / 30%);
	}

	.sidebar-hatava-price {
		display: inline-block;
		position: relative;
		line-height: 1;
	}

	.sidebar-hatava-price-label {
		font-size: 70%;
		background-color: #000000;
		position: absolute;
		top: 46%;
		right: -8px;
		transform: translateY(-50%);
		z-index: 2;
		padding: 1px 5px;
	}

	.sidebar-hatava-price-number {
		font-size: 290%;
		letter-spacing: -2px;
		position: relative;
		z-index: 1;
	}

	.sidebar-hatava-price-number::after {
		content: "₪";
		display: inline-block;
		font-size: 35%;
		margin-right: 3px;
	}

	.sidebar-hatava-text {

	}

	.sidebar-icons {
		flex-wrap: wrap;
	}

	.sidebar-icon {
		padding: 0 6px;
	}

	.sidebar-icon-image {
		margin-bottom: 7px;
	}

	.sidebar-icon-image img {
		width: 55px;
		height: auto;
		margin: 0 auto;
	}

	.sidebar-icon-text {
		font-size: 15px;
	}

	.sidebar-logos {
		padding: 25px 40px;
		background-color: rgba(4 16 44 / 5%);
	}
	
	.logos-grid .sidebar-logo {width: 25%;}

	.sidebar-logo {
		
		padding: 0 10px;
	}

	.sidebar-logo img {
		opacity: 0.85;
	}

	.form {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		left: 50px;
		width: 400px;
		background-color: rgba(255 255 255 / 85%);
		z-index: 3;
		border-bottom: 10px solid #000000;
		padding: 40px;
	}

	.form-title {
		font-size: 30px;
		font-weight: 500;
		margin-bottom: 30px;
		line-height: 1.05;
	}

	.thankWrapper {
		padding: 20px 0;
	}

	.thankWrapper .form-title {
		margin-bottom: 0;
	}

	.input-wrapper,
	.dropdown-wrapper {
		position: relative;
		margin-bottom: 25px;
	}

	.input-wrapper label {
		position: absolute;
		top: 5px;
		right: 0;
		cursor: text;
		transition: top 0.3s ease, font-size 0.3s ease, opacity 0.3s ease, color 0.3s ease;
	}

	.input-wrapper input:focus + label,
	.input-wrapper.active label {
		top: -12px;
		font-size: 12px;
		opacity: 0.8;
	}

	.input-wrapper input {
		border-bottom: 1px solid #000000;
		padding: 5px 0;
		transition: color 0.3s ease, border 0.3s ease;
	}

	.input-wrapper.error input {
		border-color: #e6000c;
		color: #e6000c;
	}

	.input-wrapper.error label {
		color: #e6000c;
	}

	.input-wrapper span {
		font-size: 12px;
		color: #e6000c;
		position: absolute;
		top: 100%;
		left: 0;
		transform: translateY(-50%);
		opacity: 0;
		transition: top 0.3s ease, opacity 0.3s ease;
	}

	.input-wrapper.error span {
		opacity: 1;
		top: 50%;
	}

	.dropdown {
		position: relative;
	}

	.dropdown-toggle {
		width: 100%;
		border-bottom: 1px solid #000000;
		padding: 5px 0;
		text-align: right;
		transition: color 0.3s ease, border 0.3s ease;
	}

	.dropdown-toggle::after {
		content: "";
		border: 0;
		margin-left: 0;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background-image: url('images/dropdown.svg');
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-position: center center;
		width: 8px;
		height: 6px;
		transition: transform 0.3s ease;
	}

	.dropdown.show .dropdown-toggle::after {
		transform: translateY(-50%) rotate(180deg);
	}

	.dropdown .errors {
		position: absolute;
		left: 15px;
		top: 100%;
		transform: translateY(-50%);
		font-size: 11px;
		color: #e6000c;
		opacity: 0;
		transition: opacity 0.3s ease, top 0.3s ease;
	}

	.dropdown.error .dropdown-toggle {
		border-color: #e6000c;
		color: #e6000c;
	}

	.dropdown.error .errors {
		opacity: 1;
		top: 50%;
	}

	.dropdown-toggle.active {
		color: #000000;
	}

	.dropdown-menu {
		width: 100%;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 16px;
		text-align: right;
		border: 0;
		padding: 0;
		max-height: 150px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.dropdown-item {
		display: block;
		width: 100%;
		color: inherit;
		padding: 7px 10px;
		position: relative;
		transition: background 0.3s ease;
	}

	.dropdown-item:not(:last-of-type)::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 10px;
		left: 10px;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.05);
	}
	
	.dropdown-item:hover {
		background-color: rgba(0, 0, 0, 0.03);
		color: inherit;
	}
	
	.dropdown-item:active,
	.dropdown-item.active {
		background-color: rgba(0, 0, 0, 0.05);
		color: inherit;
	}

	.submit-wrapper {
		margin-top: 50px;
	}

	.mainbutton,
	.secondarybutton {
		display: block;
		font-weight: 500;
		padding: 15px;
		border-radius: 5px;
		font-size: 22px;
		line-height: 1;
		transition: box-shadow 0.5s ease;
	}

	.mainbutton {
		background-color: #000000;
		color: #ffffff;
		position: relative;
	}

	.mainbutton:hover {
		box-shadow: 0 5px 15px rgba(4 16 44 / 50%);
	}

	.secondarybutton {
		background-color: #e6000c;
		color: #ffffff !important;
	}

	.secondarybutton:hover {
		box-shadow: 0 5px 15px rgba(4 16 44 / 20%);
	}

	.submit-wrapper p {
		font-size: 17px;
		margin: 5px 0;
	}


.slick_wrap .slick-prev.slick-arrow, .slick-prev.slick-arrow {
    background: url(/wp-content/themes/elram/images/right.svg);
    z-index: 999;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center;
    height: 25px;
    width: 30px;
}

.slick_wrap .slick-next.slick-arrow, .slick-next.slick-arrow {
    background: url(/wp-content/themes/elram/images/left.svg);
    z-index: 999;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center;
    height: 25px;
    width: 30px;
}

.slick-prev:before, .slick-next:before {
    content: none !important;
}


.main-logo-wrap {
    position: absolute;
    top: 50px;
    z-index: 9;
    right: 100px;
    left: auto;
    margin: auto;
}
.main-logo {
    width: 250px;
    padding: 15px;
    background: rgba(255,255,255,.6);
}

/**************************
	MEDIA QUERIES
***************************/

	/* GENERAL */
	@media (min-width: 992px) {
		.only-mobile {display: none;}
	}
	@media (min-width: 1200px) {
		
	}

	/* 1200 */
	@media (max-width: 1199px) {
		body {
			font-size: 18px;
		}
		.sidebar {
			width: 400px;
		}
		.background {
			right: 400px;
		}
		.sidebar-badge {
			font-size: 15px;
			width: 90px;
			height: 90px;
		}
		.sidebar-padding {
			padding: 30px;
		}
		.sidebar-title {
			font-size: 40px;
			margin-bottom: 15px;
		}
		.sidebar-text,
		.sidebar-text-bold {
			line-height: 1.3;
		}
		.sidebar-hatava {
			font-size: 22px;
			padding: 20px 15px;
			margin: 20px 0;
		}
		.sidebar-icon-image {
			margin-bottom: 5px;
		}
		.sidebar-icon-image img {
			width: 45px;
		}
		.sidebar-icon-text {
			line-height: 1;
		}
		.sidebar-logos {
			padding: 15px 30px;
		}
		.form {
			width: 350px;
			padding: 30px;
			left: 30px;
		}
		.form-title {
			font-size: 25px;
			margin-bottom: 20px;
		}
		.input-wrapper, .dropdown-wrapper {
			margin-bottom: 20px;
		}
		.submit-wrapper {
			margin-top: 40px;
		}
		.mainbutton, .secondarybutton {
			font-size: 19px;
			padding: 12px;
		}
	}

	/* 992 */
	@media (max-width: 991px) {
		.only-desktop {display: none;}
		.sidebar-badge.badgel {left: 30px;}
		.main-logo-wrap {position: absolute;top: 0;z-index: 9;right: 0;left: 0;margin: auto;text-align: center;background: rgba(255,255,255,.8);}
		.main-logo {width: 120px;padding: 5px;background: none;margin: auto;}
		.wrapper {
			min-height: auto;
		}
		.background {
			position: relative;
			height: 50vw;
			right: 0;
			bottom: auto;
		}
		.background-slider-desktop {
			display: none;
		}
		.background-slider-mobile {
			display: block;
		}
		.sidebar {
			position: relative;
			width: auto;
		}
		.sidebar-badge {
			top: 0;
			left: auto;
			right: 30px;
			transform: translateY(-50%) rotate(10deg);
		}
		.sidebar-padding {
			padding: 30px 20px;
			max-width: 450px;
			margin: 0 auto;
			display: flex;
			flex-direction: column;
		}
		.sidebar-icons {
			order: -1;
			margin-bottom: 25px;
		}
		.sidebar-hatava {
			margin: 30px 0 0px;
		}
		.form {
			position: relative;
			transform: none;
			left: 0;
			width: auto;
			border-bottom: 0;
			background-color: rgba(4 16 44 / 5%);
			padding: 30px 20px 40px;
		}
		.formWrapper {
			max-width: 450px;
			margin: 0 auto;
		}
		.sidebar-logos {
			background-color: transparent;
			padding: 10px 20px;
			max-width: 450px;
			margin: 0 auto;
			width: 100%;
		}
		.sidebar-logo {
			padding: 0 10px;
		}
		.sidebar-logo img {width: 100%;height: auto;}
	}

	/* 768 */
	@media (max-width: 767px) {
		
	}

	/* 576 */
	@media (max-width: 575px) {
		.background {
			height: 55vw;
		}
		.sidebar-badge {
			right: 10px;
			transform: translateY(-70%) rotate(10deg);
			font-size: 13px;
			width: 80px;
			height: 80px;
		}
		.sidebar-badge span {
			top: 4px;
			right: 4px;
			bottom: 4px;
			left: 4px;
		}
		.sidebar-title {
			font-size: 35px;
		}
	}

	/* 480 */
	@media (max-width: 479px) {
		body {
			font-size: 17px;
		}
		.background {
			height: 60vw;
		}
		.sidebar-padding {
			max-width: 100%;
			padding: 40px 20px 30px;
		}
		.sidebar-title {
			font-size: 30px;
		}
		.sidebar-text-bold {
			margin-top: 10px;
		}
		.sidebar-hatava {
			font-size: 20px;
			margin: 20px 0 30px;
		}
		.form {
			padding: 30px 20px;
		}
	}

	/* 380 */
	@media (max-width: 379px) {
		body {
			font-size: 16px;
		}
		.sidebar-badge {
			font-size: 11px;
			width: 70px;
			height: 70px;
			right: 5px;
		}
		.sidebar-padding {
			padding: 30px 20px 20px;
		}
		.sidebar-title {
			font-size: 27px;
			margin-bottom: 10px;
		}
		.sidebar-hatava {
			font-size: 17px;
			padding: 15px;
			margin: 20px 0 25px;
		}
		.sidebar-icon-image img {
			width: 40px;
		}
		.sidebar-icon-text {
			font-size: 13px;
		}
		.form {
			padding: 25px 20px;
		}
		.form-title {
			font-size: 22px;
		}
		.mainbutton, .secondarybutton {
			font-size: 17px;
			padding: 10px;
		}
		.submit-wrapper p {
			font-size: 14px;
			margin: 3px 0;
		}
	}
	
/* Contact Form 7 */	
.wpcf7 button, .wpcf7 input, .wpcf7 textarea {direction: rtl;text-align: right;}

   
/* Contact form 7 */
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {width: 100%;direction: rtl;height: auto;}
.wpcf7 ::-webkit-input-placeholder { opacity: 1; color: #000 !important;font-size: 18px;font-weight:400;}
.wpcf7 :-moz-placeholder { opacity: 1; color: #000 !important;font-size: 18px;font-weight: 400;}
.wpcf7 ::-moz-placeholder { opacity: 1; color: #000 !important;font-size: 18px;font-weight: 400;}
.wpcf7 :-ms-input-placeholder { opacity: 1; color: #000 !important;font-size: 18px;font-weight: 400;}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {padding: 5px 0;width: 100%;border-radius: 0px;color: #000;line-height: 1;margin-bottom: 10px;font-size: 18px;border: solid #000;border-width: 0px 0px 1px 0;background: none;margin-bottom: 20px;}
.wpcf7 input, .wpcf7 select {height: auto;}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="search"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .wpcf7 input[type="text"]:hover, .wpcf7 input[type="email"]:hover, .wpcf7 input[type="url"]:hover, .wpcf7 input[type="password"]:hover, .wpcf7 input[type="search"]:hover, .wpcf7 input[type="tel"]:hover, .wpcf7 input[type="number"]:hover, .wpcf7 textarea:hover, .wpcf7 select:hover {border: solid #000;border-width: 0px 0px 1px 0;}
button.wpcf7-submit {position: relative;padding-left: 60px;padding-right: 60px;padding-top: 5px;padding-bottom: 5px;color: #ffffff;font-size: 20px;border-radius: 0;font-weight: 500;min-height: 55px;margin-bottom: 15px;width: 100%;}
input.wpcf7-form-control.wpcf7-submit {background: #000;color: #fff;text-align: center;font-size: 22px;margin-top: 30px;border-radius: 5px;transition: box-shadow 0.5s ease;height: 50px;margin-bottom: 0;}
input.wpcf7-form-control.wpcf7-submit:hover {box-shadow: 0 5px 15px rgb(4 16 44 / 50%);}
.form_bottom p {margin-bottom: 5px;font-size: 17px;}

/* Contact form 7 validation effect */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {position: absolute;bottom: 100%;background: #f00;border-radius: 5px;color: #fff;padding: 8px 15px;font-size: 16px;white-space: nowrap;left: 5%;-webkit-animation: formerror 400ms;animation: formerror 400ms;}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {-webkit-transition: all 400ms;transition: all 400ms;opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {position: absolute;content: '';width: 0;height: 0;top:100%;left: 10%;border-left: 0 solid transparent;border-right: 15px solid transparent;border-top: 10px solid #f00;}
@-webkit-keyframes formerror {
from {opacity: 0;bottom: 0;}
to {opacity: 1;bottom: 100%;}
}
@keyframes formerror {
from {opacity: 0;bottom: 0;}
to {opacity: 1;bottom: 100%;}
}
@-webkit-keyframes form_msg_error {
from {bottom:-100%;}
to {bottom:0;}
}
@keyframes form_msg_error {
from {bottom:-100%;}
to {bottom:0;}
}
.form_msg_error_out {-webkit-transition: all 500ms;transition: all 500ms;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}
@-webkit-keyframes form_msg_out {
from {bottom: 0;}
to {bottom: -300px;}
}
@keyframes form_msg_out {
from {bottom: 0;}
to {bottom: -300px;}
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #f7e700;}
div.wpcf7-response-output {position: fixed;margin: 0 !important;border: none;padding: 10px 15px;bottom: 0;z-index: 9999;font-size: 22px !important;left: 50%;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);-webkit-transition: all 1s ease;transition: all 1s ease;}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {-webkit-animation: form_msg_error 500ms;animation: form_msg_error 500ms;bottom: 0;color: black;}
div.wpcf7-validation-errors {background: #f7e700;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {border-color: #ffffff;background: #ffb900;color: #000;}

@media (max-width: 1199px) {
	input.wpcf7-form-control.wpcf7-submit {height: 43px;font-size: 19px;}
}
@media (max-width: 767px) {
	div.wpcf7-response-output {width: 100%;text-align: center;line-height: 1;font-size: 18px !important;}
	.wpcf7 input, .wpcf7 select, .wpcf7 textarea {font-size: 16px;}
	.wpcf7 ::-webkit-input-placeholder {font-size: 16px;}
	.wpcf7 :-moz-placeholder {font-size: 16px;}
	.wpcf7 ::-moz-placeholder {font-size: 16px;}
	.wpcf7 :-ms-input-placeholder {font-size: 16px;}
}

/* floating whatsapp */
.smt-app{position:relative}.smt-app .sm-fixed{z-index:10000000 !important;position:fixed}.smt-app .sm-fixed-2{z-index:11000000 !important}.smt-app,.smt-app *{letter-spacing:normal;font-size:14px;line-height:normal;font-weight:normal;margin:0}.smt-app img{user-select:none}.smt-app .sm-shadow{box-shadow:rgba(0,0,0,0.1) 0px 4px 12px}.smt-wrapper{background:none;padding:0;width:auto;height:auto}.hover-opacity{cursor:pointer;transition:opacity 200ms linear}.hover-opacity:hover{opacity:0.83 !important}.powered-link{font-size:14px !important;color:#555;text-decoration:none;margin-top:5px;display:inline-block;white-space:nowrap}.powered-link img{width:14px !important;height:14px !important}.icon-wrapper+.powered-link{position:absolute;left:50%;transform:translateX(-55%) !important}.sm-disable-animation{animation-duration:0ms !important}.sm-close{position:absolute;color:#fff;top:12px;right:12px;width:24px;height:24px;font-size:22px;cursor:pointer;text-align:center;line-height:24px;z-index:1;font-style:normal}.material-icons{font-family:'Material Icons' !important}@keyframes sm-slide-show{0%{transform:translateZ(-1400px) translateY(20px);opacity:0}100%{transform:translateZ(0) translateY(0);opacity:1}}@keyframes sm-slide-hide{100%{transform:translateZ(-1400px) translateY(20px);opacity:0}0%{transform:translateZ(0) translateY(0);opacity:1}}@keyframes sm-slide-show-centered{0%{transform:translateZ(-1400px) translateY(20px) translateX(-50%);opacity:0}100%{transform:translateZ(0) translateY(0) translateX(-50%);opacity:1}}@keyframes sm-slide-hide-centered{100%{transform:translateZ(-1400px) translateY(20px) translateX(-50%);opacity:0}0%{transform:translateZ(0) translateY(0) translateX(-50%);opacity:1}}.smt-app-whatsapp{font-family:sf-pro-display, Roboto, sans-serif}.smt-app-whatsapp .sm-box{box-shadow:5px 0px 10px rgba(0,0,0,0.2);width:380px;border-radius:6px;background:#fff;display:flex !important;flex-direction:column;max-height:calc(100% - 100px);transition:height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.smt-app-whatsapp .sm-box.show.top-center,.smt-app-whatsapp .sm-box.show.bottom-center,.smt-app-whatsapp .sm-box.show.bottom,.smt-app-whatsapp .sm-box.show.top{animation:sm-slide-show-centered 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .sm-box.show:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-show 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .sm-box.closing.top-center,.smt-app-whatsapp .sm-box.closing.bottom-center,.smt-app-whatsapp .sm-box.closing.bottom,.smt-app-whatsapp .sm-box.closing.top{animation:sm-slide-hide-centered 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .sm-box.closing:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-hide 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .sm-box:not(.show):not(.closing){display:none !important}.smt-app-whatsapp .sm-box.top-left,.smt-app-whatsapp .sm-box.top-center,.smt-app-whatsapp .sm-box.top,.smt-app-whatsapp .sm-box.top-right{top:80px}.smt-app-whatsapp .sm-box.top-left.button-circle_bubble,.smt-app-whatsapp .sm-box.top-center.button-circle_bubble,.smt-app-whatsapp .sm-box.top.button-circle_bubble,.smt-app-whatsapp .sm-box.top-right.button-circle_bubble{top:100px}.smt-app-whatsapp .sm-box.top-left.button-tab,.smt-app-whatsapp .sm-box.top-center.button-tab,.smt-app-whatsapp .sm-box.top.button-tab,.smt-app-whatsapp .sm-box.top-right.button-tab{top:60px}.smt-app-whatsapp .sm-box.bottom-left,.smt-app-whatsapp .sm-box.bottom-center,.smt-app-whatsapp .sm-box.bottom,.smt-app-whatsapp .sm-box.bottom-right{bottom:80px}.smt-app-whatsapp .sm-box.bottom-left.button-circle_bubble,.smt-app-whatsapp .sm-box.bottom-center.button-circle_bubble,.smt-app-whatsapp .sm-box.bottom.button-circle_bubble,.smt-app-whatsapp .sm-box.bottom-right.button-circle_bubble{bottom:100px}.smt-app-whatsapp .sm-box.bottom-left.button-tab,.smt-app-whatsapp .sm-box.bottom-center.button-tab,.smt-app-whatsapp .sm-box.bottom.button-tab,.smt-app-whatsapp .sm-box.bottom-right.button-tab{bottom:60px}.smt-app-whatsapp .sm-box.bottom-left,.smt-app-whatsapp .sm-box.left,.smt-app-whatsapp .sm-box.top-left{left:30px}.smt-app-whatsapp .sm-box.bottom-right,.smt-app-whatsapp .sm-box.right,.smt-app-whatsapp .sm-box.top-right{right:30px}.smt-app-whatsapp .sm-box.bottom-center,.smt-app-whatsapp .sm-box.top-center{left:50%;right:initial;transform:translateX(-50%)}.smt-app-whatsapp .sm-box::before{content:'';position:absolute;width:13px;height:13px;transform:rotate(45deg);background:#fff}.smt-app-whatsapp .sm-box.top-left::before,.smt-app-whatsapp .sm-box.top-right::before,.smt-app-whatsapp .sm-box.top-center::before{top:-6px}.smt-app-whatsapp .sm-box.bottom-left::before,.smt-app-whatsapp .sm-box.bottom-right::before,.smt-app-whatsapp .sm-box.bottom-center::before{bottom:-6px}.smt-app-whatsapp .sm-box.button-circle_bubble.top-left::before,.smt-app-whatsapp .sm-box.button-circle_bubble.bottom-left::before{left:20px}.smt-app-whatsapp .sm-box.button-circle_bubble.top-right::before,.smt-app-whatsapp .sm-box.button-circle_bubble.bottom-right::before{right:20px}.smt-app-whatsapp .sm-box:not(.button-circle_bubble).top-left::before,.smt-app-whatsapp .sm-box:not(.button-circle_bubble).bottom-left::before{left:10px}.smt-app-whatsapp .sm-box:not(.button-circle_bubble).top-right::before,.smt-app-whatsapp .sm-box:not(.button-circle_bubble).bottom-right::before{right:10px}.smt-app-whatsapp .sm-box.bottom-center::before,.smt-app-whatsapp .sm-box.top-center::before{left:50%;transform:rotate(45deg) translateX(-50%)}.smt-app-whatsapp .sm-box.bottom-center::before{bottom:-8px}.smt-app-whatsapp .sm-box.top-center::before{top:0}.smt-app-whatsapp .sm-box .sm-box-header{color:#fff;padding:24px 36px;position:relative;border-top-left-radius:6px;border-top-right-radius:6px;box-sizing:border-box}.smt-app-whatsapp .sm-box .sm-box-header a{color:#fff;text-decoration:underline !important}.smt-app-whatsapp .sm-box .sm-box-header::before{border-top-left-radius:6px;border-top-right-radius:6px;content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.2) 100%)}.smt-app-whatsapp .sm-box .sm-box-header .sm-box-title,.smt-app-whatsapp .sm-box .sm-box-header .sm-box-subtitle{position:relative;z-index:5;color:#fff}.smt-app-whatsapp .sm-box .sm-box-header .sm-box-title{font-size:24px;line-height:1.2;margin-bottom:8px}.smt-app-whatsapp .sm-box .sm-box-header .sm-box-subtitle{line-height:1.75;font-size:16px}.smt-app-whatsapp .sm-box .sm-box-body{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;background:#f5f5f5;padding-bottom:50px;position:relative;height:100%}.smt-app-whatsapp .sm-box .sm-box-footer{position:relative;color:#303030;background-color:#fff;border-top:1px solid #e6e6e6;border-bottom-left-radius:6px;border-bottom-right-radius:6px;overflow:hidden;box-sizing:border-box;min-height:56px;display:flex;justify-content:center;flex-direction:column}.smt-app-whatsapp .sm-box .sm-box-footer .sm-box-footer-info{padding:12px 36px;width:100%;font-size:12px;align-items:center;justify-content:center;text-align:center;box-sizing:border-box !important}.smt-app-whatsapp .sm-box .sm-box-footer a{color:#000;text-decoration:none}.smt-app-whatsapp.force-mobile .sm-box{width:100% !important;min-width:100% !important;max-height:100% !important;height:100% !important;left:0 !important;right:0 !important;margin:0 !important;top:0 !important;bottom:0 !important}.smt-app-whatsapp.force-mobile .sm-box.show{animation:sm-slide-show 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp.force-mobile .sm-box.closing{animation:sm-slide-hide 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp.force-mobile .sm-box,.smt-app-whatsapp.force-mobile .sm-box .sm-box-header,.smt-app-whatsapp.force-mobile .sm-box .sm-box-header::before,.smt-app-whatsapp.force-mobile .sm-box.sm-box-footer{border-radius:0 !important}.smt-app-whatsapp.force-mobile .sm-box::before{display:none}.smt-app-whatsapp.force-mobile .sm-button:not(.sm-button-circle).bottom-center{min-width:max-content}.smt-app-whatsapp .sm-button{box-shadow:0 1px 6px 0 rgba(0,0,0,0.06),0 2px 32px 0 rgba(0,0,0,0.16);box-sizing:border-box;padding:0;display:block}.smt-app-whatsapp .sm-button.top-left,.smt-app-whatsapp .sm-button.bottom-left,.smt-app-whatsapp .sm-button.left{left:25px}.smt-app-whatsapp .sm-button.top-right,.smt-app-whatsapp .sm-button.bottom-right,.smt-app-whatsapp .sm-button.right{right:25px}.smt-app-whatsapp .sm-button.left,.smt-app-whatsapp .sm-button.right{transform:translateY(-50%);top:50%}.smt-app-whatsapp .sm-button.left .powered-link,.smt-app-whatsapp .sm-button.right .powered-link{bottom:-25px}.smt-app-whatsapp .sm-button.left .sm-red-dot,.smt-app-whatsapp .sm-button.right .sm-red-dot{top:auto}.smt-app-whatsapp .sm-button.top-left,.smt-app-whatsapp .sm-button.top-right,.smt-app-whatsapp .sm-button.top,.smt-app-whatsapp .sm-button.top-center{top:25px}.smt-app-whatsapp .sm-button.top-left .powered-link,.smt-app-whatsapp .sm-button.top-right .powered-link,.smt-app-whatsapp .sm-button.top .powered-link,.smt-app-whatsapp .sm-button.top-center .powered-link{top:-25px}.smt-app-whatsapp .sm-button.bottom-left,.smt-app-whatsapp .sm-button.bottom-right,.smt-app-whatsapp .sm-button.bottom,.smt-app-whatsapp .sm-button.bottom-center{bottom:25px}.smt-app-whatsapp .sm-button.bottom-left .powered-link,.smt-app-whatsapp .sm-button.bottom-right .powered-link,.smt-app-whatsapp .sm-button.bottom .powered-link,.smt-app-whatsapp .sm-button.bottom-center .powered-link{bottom:-20px}.smt-app-whatsapp .sm-button.top-center,.smt-app-whatsapp .sm-button.bottom-center,.smt-app-whatsapp .sm-button.top,.smt-app-whatsapp .sm-button.bottom{left:50%;transform:translateX(-50%);right:initial}.smt-app-whatsapp .sm-button a:not(.powered-link){text-decoration:none}.smt-app-whatsapp .sm-button.pressed{opacity:1 !important}.smt-app-whatsapp .sm-button.pressed.sm-button-text{padding:6px !important}.smt-app-whatsapp .sm-button.pressed.sm-button-tab{padding-left:6px !important;padding-right:6px !important}.smt-app-whatsapp .sm-button.pressed img,.smt-app-whatsapp .sm-button.pressed i{animation:sm-rotate-animation cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s}.smt-app-whatsapp .sm-button.pressed::before{z-index:2;content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(135deg, transparent 0%, rgba(0,0,0,0.4) 100%);cursor:pointer}.smt-app-whatsapp .sm-button.pressed::before:not(.button-square_text){border-top-left-radius:6px;border-top-right-radius:6px}.smt-app-whatsapp .sm-button.sm-button-text.sm-rounded.pressed::before{border-radius:40px}.smt-app-whatsapp .sm-button.sm-button-text,.smt-app-whatsapp .sm-button.sm-button-tab{display:flex;white-space:nowrap;color:#fff;user-select:none}.smt-app-whatsapp .sm-button.sm-button-text:not(.sm-small),.smt-app-whatsapp .sm-button.sm-button-tab:not(.sm-small){padding:6px 12px}.smt-app-whatsapp .sm-button.sm-button-text:not(.sm-small) span,.smt-app-whatsapp .sm-button.sm-button-tab:not(.sm-small) span{font-size:16px;line-height:28px}.smt-app-whatsapp .sm-button.sm-button-text:not(.sm-small) img,.smt-app-whatsapp .sm-button.sm-button-tab:not(.sm-small) img{width:30px;height:30px}.smt-app-whatsapp .sm-button.sm-button-text.sm-small,.smt-app-whatsapp .sm-button.sm-button-tab.sm-small{padding:3px 6px;display:flex;align-items:center}.smt-app-whatsapp .sm-button.sm-button-text.sm-small span,.smt-app-whatsapp .sm-button.sm-button-tab.sm-small span{font-size:13px;line-height:normal}.smt-app-whatsapp .sm-button.sm-button-text.sm-small img,.smt-app-whatsapp .sm-button.sm-button-tab.sm-small img{width:26px;height:26px}.smt-app-whatsapp .sm-button.sm-button-text.sm-rounded,.smt-app-whatsapp .sm-button.sm-button-tab.sm-rounded{border-radius:40px}.smt-app-whatsapp .sm-button.sm-button-text a:not(.powered-link),.smt-app-whatsapp .sm-button.sm-button-tab a:not(.powered-link){display:inherit;color:#fff !important}.smt-app-whatsapp .sm-button.sm-button-tab{border-radius:10px}.smt-app-whatsapp .sm-button.sm-button-tab.pressed::before{border-radius:10px}.smt-app-whatsapp .sm-button.sm-button-tab.top-left,.smt-app-whatsapp .sm-button.sm-button-tab.top-center,.smt-app-whatsapp .sm-button.sm-button-tab.top-right{top:-5px;padding-top:12px !important}.smt-app-whatsapp .sm-button.sm-button-tab.bottom-left,.smt-app-whatsapp .sm-button.sm-button-tab.bottom-center,.smt-app-whatsapp .sm-button.sm-button-tab.bottom-right{bottom:-5px;padding-bottom:12px !important}.smt-app-whatsapp .sm-button.sm-button-tab.left{transform:translateY(-50%) translateX(-50%) rotate(-90deg);left:0;padding-top:58px}.smt-app-whatsapp .sm-button.sm-button-tab.right{transform:translateY(-50%) translateX(50%) rotate(-90deg);right:0;padding-bottom:58px}.smt-app-whatsapp .sm-button.sm-button-circle:not(.sm-small),.smt-app-whatsapp .sm-button.sm-button-circle:not(.sm-small) a:not(.powered-link){height:60px;width:60px}.smt-app-whatsapp .sm-button.sm-button-circle.sm-small,.smt-app-whatsapp .sm-button.sm-button-circle.sm-small a:not(.powered-link){height:50px;width:50px}.smt-app-whatsapp .sm-button.sm-button-circle,.smt-app-whatsapp .sm-button.sm-button-circle a:not(.powered-link){justify-content:center;align-items:center;display:flex}.smt-app-whatsapp .sm-button.sm-button-circle,.smt-app-whatsapp .sm-button.sm-button-circle.pressed:before{border-radius:50%}.smt-app-whatsapp .sm-button.sm-button-circle:not(.pressed) img:not(.emoji){height:100% !important;width:100% !important;display:inline !important;min-height:auto !important}.smt-app-whatsapp .sm-button .powered-link{display:block;position:absolute;left:50%;transform:translateX(-55%)}.smt-app-whatsapp .sm-button .sm-red-dot{position:absolute;right:2px;top:2px;background:red;width:10px;height:10px;border-radius:50%}.smt-app-whatsapp .sm-shake img,.smt-app-whatsapp .sm-shake i{animation:sm-shake-animation linear 1.5s infinite}@keyframes sm-shake-animation{0%{transform:rotate(0) scale(1) skew(0.017rad)}25%{transform:rotate(0) scale(1) skew(0.017rad)}35%{transform:rotate(-0.3rad) scale(1) skew(0.017rad)}45%{transform:rotate(0.3rad) scale(1) skew(0.017rad)}55%{transform:rotate(-0.3rad) scale(1) skew(0.017rad)}65%{transform:rotate(0.3rad) scale(1) skew(0.017rad)}75%{transform:rotate(0) scale(1) skew(0.017rad)}100%{transform:rotate(0) scale(1) skew(0.017rad)}}@keyframes sm-rotate-animation{0%{transform:rotate(0)}100%{transform:rotate(180deg)}}.smt-app-whatsapp .message{color:black;font-size:14px;background:white;box-shadow:5px 0px 10px rgba(0,0,0,0.5);border-radius:3px;max-width:400px;min-width:50px;max-height:40px;padding:5px 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:15px !important;transition:opacity 300ms linear;text-align:center}.smt-app-whatsapp .message.show.top-center,.smt-app-whatsapp .message.show.bottom-center,.smt-app-whatsapp .message.show.bottom,.smt-app-whatsapp .message.show.top{animation:sm-slide-show-centered 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .message.show:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-show 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .message.closing.top-center,.smt-app-whatsapp .message.closing.bottom-center,.smt-app-whatsapp .message.closing.bottom,.smt-app-whatsapp .message.closing.top{animation:sm-slide-hide-centered 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .message.closing:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-hide 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .message:not(.show):not(.closing){display:none !important}.smt-app-whatsapp .message.top-left,.smt-app-whatsapp .message.bottom-left{left:105px !important}.smt-app-whatsapp .message.top-left,.smt-app-whatsapp .message.top-right{top:30px}.smt-app-whatsapp .message.top-right,.smt-app-whatsapp .message.bottom-right{right:105px !important}.smt-app-whatsapp .message.bottom-left,.smt-app-whatsapp .message.bottom-right{bottom:40px}.smt-app-whatsapp .message.top,.smt-app-whatsapp .message.top-center{top:85px}.smt-app-whatsapp .message.bottom,.smt-app-whatsapp .message.bottom-center{bottom:100px}.smt-app-whatsapp .message.top-center,.smt-app-whatsapp .message.bottom-center,.smt-app-whatsapp .message.top,.smt-app-whatsapp .message.bottom{left:50%;right:initial}.smt-app-whatsapp .message.left,.smt-app-whatsapp .message.right{top:calc(50% - 13px);bottom:initial;margin:0 !important}.smt-app-whatsapp .message.left{left:110px}.smt-app-whatsapp .message.right{right:110px}.smt-app-whatsapp .sm-box{z-index:10000050 !important}.smt-app-whatsapp .sm-box.one-manager .sm-selected-manager .sm-manager{flex-direction:row-reverse}.smt-app-whatsapp .sm-box.one-manager .sm-message{float:left !important}.smt-app-whatsapp .sm-box.one-manager .sm-message::before{left:-5px;right:unset}.smt-app-whatsapp .sm-box .sm-box-body.manager-mode{min-height:200px;background-color:#e6ddd4}.smt-app-whatsapp .sm-box .sm-box-body.manager-mode::before{display:block;position:absolute;content:"";left:0px;top:0px;height:100%;width:100%;z-index:0;opacity:0.08}.smt-app-whatsapp .sm-box .sm-selected-manager{display:flex;justify-content:space-between}.smt-app-whatsapp .sm-box .sm-selected-manager .sm-name{margin-top:5px}.smt-app-whatsapp .sm-box .sm-selected-manager .sm-name,.smt-app-whatsapp .sm-box .sm-selected-manager .sm-role{color:#fff}.smt-app-whatsapp .sm-box .sm-selected-manager .sm-avatar::before{border-color:#085e54 !important}.smt-app-whatsapp .sm-box .sm-chat-back img{width:16px;height:16px;transform:rotate(180deg);margin-top:22px;cursor:pointer;opacity:1}.smt-app-whatsapp .sm-box .sm-chat-back img:hover{opacity:0.8}.smt-app-whatsapp .sm-box .sm-box-footer input.sm-chat-message-input{color:#333;direction:ltr;box-sizing:border-box;outline:none;font-size:16px;line-height:20px;width:calc(100% - 80px);border:none;height:auto !important;margin:0 18px}.smt-app-whatsapp .sm-box .sm-box-footer input.sm-chat-message-input::-webkit-input-placeholder{color:#999}.smt-app-whatsapp .sm-box .sm-box-footer input.sm-chat-message-input:-moz-placeholder{color:#999}.smt-app-whatsapp .sm-box .sm-box-footer .sm-chat-send{position:absolute;z-index:10;right:25px;top:18px}.smt-app-whatsapp .sm-box .sm-box-footer .sm-chat-send img{width:20px;height:20px}.smt-app-whatsapp .sm-box .sm-box-footer .sm-chat-button{display:flex;white-space:nowrap;justify-content:center;background:#075e54;border-radius:6px;padding:10px 0;box-sizing:border-box;width:calc(100% - 20px);margin:0 10px}.smt-app-whatsapp .sm-box .sm-box-footer .sm-chat-button img{width:16px;height:16px}.smt-app-whatsapp .sm-box .sm-box-footer .sm-chat-button span{margin-left:10px;color:#fff}.smt-app-whatsapp .initial-message{background:white;box-shadow:5px 0px 10px rgba(0,0,0,0.5);border-radius:6px;width:400px;min-width:50px;padding:6px 12px;text-align:left;max-width:calc(100% - 20px);transition:background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.smt-app-whatsapp .initial-message.show.top-center,.smt-app-whatsapp .initial-message.show.bottom-center,.smt-app-whatsapp .initial-message.show.bottom,.smt-app-whatsapp .initial-message.show.top{animation:sm-slide-show-centered 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .initial-message.show:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-show 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .initial-message.closing.top-center,.smt-app-whatsapp .initial-message.closing.bottom-center,.smt-app-whatsapp .initial-message.closing.bottom,.smt-app-whatsapp .initial-message.closing.top{animation:sm-slide-hide-centered 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .initial-message.closing:not(.top-center):not(.bottom-center):not(.bottom):not(.top){animation:sm-slide-hide 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .initial-message:not(.show):not(.closing){display:none !important}.smt-app-whatsapp .initial-message.top-left,.smt-app-whatsapp .initial-message.top-center,.smt-app-whatsapp .initial-message.top,.smt-app-whatsapp .initial-message.top-right{top:80px}.smt-app-whatsapp .initial-message.top-left.button-circle_bubble,.smt-app-whatsapp .initial-message.top-center.button-circle_bubble,.smt-app-whatsapp .initial-message.top.button-circle_bubble,.smt-app-whatsapp .initial-message.top-right.button-circle_bubble{top:100px}.smt-app-whatsapp .initial-message.top-left.button-tab,.smt-app-whatsapp .initial-message.top-center.button-tab,.smt-app-whatsapp .initial-message.top.button-tab,.smt-app-whatsapp .initial-message.top-right.button-tab{top:60px}.smt-app-whatsapp .initial-message.bottom-left,.smt-app-whatsapp .initial-message.bottom-center,.smt-app-whatsapp .initial-message.bottom,.smt-app-whatsapp .initial-message.bottom-right{bottom:80px}.smt-app-whatsapp .initial-message.bottom-left.button-circle_bubble,.smt-app-whatsapp .initial-message.bottom-center.button-circle_bubble,.smt-app-whatsapp .initial-message.bottom.button-circle_bubble,.smt-app-whatsapp .initial-message.bottom-right.button-circle_bubble{bottom:100px}.smt-app-whatsapp .initial-message.bottom-left.button-tab,.smt-app-whatsapp .initial-message.bottom-center.button-tab,.smt-app-whatsapp .initial-message.bottom.button-tab,.smt-app-whatsapp .initial-message.bottom-right.button-tab{bottom:60px}.smt-app-whatsapp .initial-message.bottom-left,.smt-app-whatsapp .initial-message.left,.smt-app-whatsapp .initial-message.top-left{left:30px}.smt-app-whatsapp .initial-message.bottom-left.left,.smt-app-whatsapp .initial-message.left.left,.smt-app-whatsapp .initial-message.top-left.left{left:110px}.smt-app-whatsapp .initial-message.bottom-left.left .button-tab,.smt-app-whatsapp .initial-message.left.left .button-tab,.smt-app-whatsapp .initial-message.top-left.left .button-tab{left:80px}.smt-app-whatsapp .initial-message.bottom-right,.smt-app-whatsapp .initial-message.right,.smt-app-whatsapp .initial-message.top-right{right:30px}.smt-app-whatsapp .initial-message.bottom-right.right,.smt-app-whatsapp .initial-message.right.right,.smt-app-whatsapp .initial-message.top-right.right{right:110px}.smt-app-whatsapp .initial-message.bottom-right.right .button-tab,.smt-app-whatsapp .initial-message.right.right .button-tab,.smt-app-whatsapp .initial-message.top-right.right .button-tab{right:80px}.smt-app-whatsapp .initial-message.top-center,.smt-app-whatsapp .initial-message.bottom-center,.smt-app-whatsapp .initial-message.top,.smt-app-whatsapp .initial-message.bottom{left:50%;right:initial}.smt-app-whatsapp .initial-message.left,.smt-app-whatsapp .initial-message.right{top:calc(50% - 35px);bottom:initial;margin:0 !important}.smt-app-whatsapp .initial-message .sm-avatar{width:40px !important;height:40px !important;min-width:40px !important;margin-top:4px}.smt-app-whatsapp .initial-message .sm-avatar::before{width:7px !important;height:7px !important}.smt-app-whatsapp .initial-message .sm-role{font-size:10px !important}.smt-app-whatsapp .initial-message .sm-message{float:none;padding:0;box-shadow:none;margin:4px 0;background:none}.smt-app-whatsapp .initial-message .sm-message::before{display:none !important}.smt-app-whatsapp .initial-message .sm-close{color:#000;top:5px;right:5px}.smt-app-whatsapp .initial-message:hover{cursor:pointer;background-color:#f1f1f1}.smt-app-whatsapp .force-mobile .initial-message:not(.top-center):not(.bottom-center):not(.top):not(.bottom){left:10px !important;right:unset !important}.smt-app-whatsapp .sm-manager{display:flex;border-top:1px solid #e9e9e9;padding:16px 36px;cursor:pointer;transition:all 200ms linear;position:relative;z-index:5}.smt-app-whatsapp .sm-manager.sm-manager-header{border:none;pointer-events:none;padding:0}.smt-app-whatsapp .sm-manager:hover{background:rgba(0,0,0,0.05)}.smt-app-whatsapp .sm-manager .sm-avatar{width:60px;height:60px;min-width:60px;position:relative;background-size:cover;border-radius:50%}.smt-app-whatsapp .sm-manager .sm-avatar::before{content:'';display:block;width:10px;height:10px;position:absolute;bottom:4px;right:4px;background-color:#4ad504;z-index:4;border:1px solid #f5f5f5;border-radius:50%}.smt-app-whatsapp .sm-manager .sm-info{margin-top:4px;padding:0 16px;overflow:hidden;color:#161c2d}.smt-app-whatsapp .sm-manager .sm-info .sm-role,.smt-app-whatsapp .sm-manager .sm-info .sm-caption{font-size:12px;opacity:.6}.smt-app-whatsapp .sm-manager .sm-info .sm-name{font-weight:700;line-height:1.5em}.smt-app-whatsapp .sm-manager .sm-info .sm-name,.smt-app-whatsapp .sm-manager .sm-info .sm-role,.smt-app-whatsapp .sm-manager .sm-info .sm-caption{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.smt-app-whatsapp .sm-message{float:right;position:relative;background:#fff;padding:10px 16px;margin:20px;border-radius:4px;box-shadow:rgba(0,0,0,0.13) 0px 1px 0.5px;-webkit-animation:sm-slide-show 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:sm-slide-show 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.smt-app-whatsapp .sm-message:not(.preloader)::before{background:#fff;content:'';position:absolute;top:12px;right:-5px;width:10px;height:10px;transform:rotate(45deg)}.smt-app-whatsapp .sm-message img{height:5px}.smt-app-whatsapp .sm-message .message-author{font-size:13px;font-weight:700;line-height:18px;color:rgba(0,0,0,0.4);margin-bottom:4px}.smt-app-whatsapp .sm-message .message-text{color:#161c2d;font-size:14px;line-height:19px}.smt-app-whatsapp .sm-message .message-time{margin-top:4px;font-size:12px;line-height:16px;color:rgba(17,17,17,0.5)}.smt-app-whatsapp .sm-button.sm-button-text,.smt-app-whatsapp .sm-button.sm-button-tab{background:#30bf39;color:#fff}.smt-app-whatsapp .sm-box.top-left::before,.smt-app-whatsapp .sm-box.top-right::before,.smt-app-whatsapp .sm-box.top-center::before{background:#09554c}.smt-app-whatsapp .sm-box .sm-box-header{background:#085e54}.smt-app-whatsapp .sm-box .sm-selected-manager .sm-avatar::before{border-color:#085e54 !important}.smt-app-whatsapp .sm-box .sm-box-body.manager-mode::before{background-size:cover;background-image:url(https://app.smartarget.online/assets/appsAssets/whatsapp_background.webp)}.smt-app-whatsapp .sm-box .sm-box-footer a{color:#075e54}.smt-app-whatsapp .sm-box .sm-box-footer input.sm-message-input{color:#333;direction:ltr;box-sizing:border-box;outline:none;font-size:16px;line-height:20px;width:calc(100% - 80px);border:none;height:auto !important;margin:0 18px}.smt-app-whatsapp .sm-box .sm-box-footer input.sm-message-input::-webkit-input-placeholder{color:#999}.smt-app-whatsapp .sm-box .sm-box-footer input.sm-message-input:-moz-placeholder{color:#999}.smt-app-whatsapp .sm-box .sm-box-footer .sm-send{position:absolute;z-index:10;right:25px;top:18px}.smt-app-whatsapp .sm-box .sm-box-footer .sm-send img{width:20px;height:20px}.smt-app-whatsapp .sm-box .sm-box-footer .sm-chat-button{background:#075e54}
.waves-whatsapp {animation: waves-whatsapp linear 3s infinite;}
@keyframes waves-whatsapp {
	0%{box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2)}
	40%{box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 35px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2)}
	80%{box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 55px rgba(48, 191, 57, 0), 0 0 0 26.7px rgba(48, 191, 57, 0.067)}
	100%{box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 80px rgba(48, 191, 57, 0), 0 0 0 40px rgba(48, 191, 57, 0.0)}
}