@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Lato:wght@300;400;700&family=Noto+Serif+Display:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap");
@import url("animate.css");
@import url("fontawesome.css");

html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  color: var(--color-default); }

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

ul {
  margin: 0px;
  padding: 0px; }

button {
  cursor: pointer; }

*:focus {
  outline: none; }

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

button:focus {
  outline: none; }

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: inherit; }

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0; }


  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
    color: #888686;
    opacity: 1; }

textarea {
  height: 100px; }

button {
  border: 0; }

table {
  width: 100%; }

p, li, span {
  margin-bottom: 0; }
  
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-heading); }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
position: relative;
z-index: 2;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0;
}

.z-index3 {z-index: 3 !important;}
.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-progress {
	margin-bottom: 0px;
}

.sppb-carousel-extended-outer-stage {
	-webkit-perspective: inherit;
	perspective: inherit;
}

.animated-number-position-left .sppb-addon-content, .animated-number-position-right .sppb-addon-content,
.sppb-addon-clients .sppb-carousel-extended-outer-stage {
	align-items: center;
}

.sppb-person-name,
.sppb-person-designation {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;	
}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

@media (max-width: 768px) {
	.sppb-addon-clients img {margin-bottom: 20px;}
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn,
.hikashop_vote_form .button {
font-size: 12px;
  font-weight: 700;
  text-transform: None;
  border-style: none;
  padding: 23px 40px;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 0.6px;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  white-space: normal;
}


body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn-primary,
.hikashop_vote_form .button {
color: #fff;
  background-color: #131217;
}

body .sppb-btn:hover,
.registration form > div .btn:hover,
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .btn:hover,
.registration form > div .btn-primary:hover,
body .sppb-btn.sppb-btn-secondary:hover,
.hikashop_vote_form .button:hover {
color: var(--color-white);
  background-color: var(--maincolor);
}

body .sppb-btn.sppb-btn-default {
background-color: var(--color-white);
  color: #131217;
}

body .sppb-btn.sppb-btn-default:hover {
background-color: #131217;
  color: var(--color-white);
}

body .sppb-btn.sppb-btn-default:before {display: none;}

.sppb-btn-dark {
	background-color: #131217;
}

.full-width-image .sppb-addon-single-image-container {width: 100%; display: block;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-progress {
	border-radius: 45px;
}

.social-icon-right a i {color: inherit !important;}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.sppb-person-image img {width: 100%;}

.sppb-carousel-extended-heading,
.sppb-carousel-extended-subheading {
	transition: .3s ease-in-out;
	margin: 0;
}

@media(max-width: 768px) {
	.sppb-addon-clients a {display: block;}
	.sppb-addon-clients a img {margin-left: auto; margin-right: auto;}
}

.sp-slider div[class^="sppb-col"] {position: static;}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section > .sppb-row-container > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-row-container > .sppb-row,
.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

.right-section > .sppb-row-container > .sppb-row,
.right-section  > .sppb-row {
	justify-content: flex-end !important;
}

#sp-main-body .sppb-section .sppb-container-inner, #sp-main-body .sppb-section div[class^="sppb-col-"], #sp-main-body .sppb-section .sppb-column, #sp-main-body .sppb-section .sppb-column-addons, #sp-main-body .sppb-section .sppb-row-container,
#sp-footer .sppb-section .sppb-container-inner, #sp-footer .sppb-section div[class^="sppb-col-"], #sp-footer .sppb-section .sppb-column, #sp-footer .sppb-section .sppb-column-addons, #sp-footer .sppb-section .sppb-row-container {position: static;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.nowraprow > .sppb-container-inner > .sppb-row {flex-wrap: nowrap;}

#sp-top {
	position: relative;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.sppb-carousel-extended-description {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.sppb-addon.sppb-addon-popover .sppb-marker {
	background: var(--maincolor);
}

.sppb-addon.sppb-addon-popover .sppb-marker:hover,
.sppb-addon.sppb-addon-popover .sppb-marker.active {
	color: var(--maincolor);
}

.sppb-ajaxt-contact-form i:first-child {display: none;}

.sppb-sp-slider-button:first-of-type {
	margin-left: 0px;
}


.width-auto .sppb-column-addons {width: auto;}

@media (min-width: 992px) {
.full-column-height > div,
.full-column-height > div > div {
	height: 100%;
}
}

div.sppb-carousel-extended-dots {
	bottom: -70px;
}

/* HEADER */

#sp-header {
	height: auto;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
}

#sp-header.header-sticky {
background-color: #fff;
-webkit-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
  -o-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
  box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
}

@media (max-width: 992px) {
#sp-header {
padding: 15px;
}
#sp-header.header-sticky {
padding: 5px 15px;
}
}

@media (max-width: 575px) {
#sp-header.header-sticky {
padding: 15px;
}
}

#sp-header .logo {
	height: auto;
}

#sp-header .logo img {
	height: auto;
}

#sp-header .sp-megamenu-parent {
	float: none;
	text-align: center;
}

.sp-megamenu-parent > li {
	text-align: left;
}

.sp-megamenu-parent > li + li > a {
  margin-left: 60px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.0px;
  padding: 33px 0;
  position: relative;
  line-height: 22px;
  text-transform: uppercase;
  color: #131217;
  padding: 50px 0;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span,
#sp-header.header-sticky .sp-megamenu-parent > li:last-child > a {
padding: 35px 0;
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li + li > a {
  margin-left: 30px;
}
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, 
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:last-child:hover > a {
color: var(--maincolor);
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent > li > a:after {
	display: inline-block !important;
  position: absolute;
  top: 50px;
  right: -13px;
  content: "\f061" !important;
  font-weight: 400 !important;
  font-family: "Font Awesome 5 Pro" !important;
  transform: rotate(-45deg);
  font-size: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 !important;
  float: none !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a:after {
	top: 35px;
}

.sp-megamenu-parent > li.active > a:hover:after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:after, 
.sp-megamenu-parent > li.active:hover > a:after,
.sp-megamenu-parent > li.active > a:after,
.sp-megamenu-parent > li:hover > a:after {
	top: 47px;
	right: -18px;
	opacity: 1;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a:hover:after,
#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:after, 
#sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a:after,
#sp-header.header-sticky .sp-megamenu-parent > li.active > a:after,
#sp-header.header-sticky .sp-megamenu-parent > li:hover > a:after {
	top: 32px;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: var(--color-white);
  padding: 21px 0;
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner:before {
	content: "";
	position: absolute;
	top: -18px;
	left: 15px;
	z-index: 2;
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(-45deg) translateY(1rem);
	-ms-transform: rotate(-45deg) translateY(1rem);
	transform: rotate(-45deg) translateY(1rem);
	border-radius: 3px;
	background: #fff;
	box-shadow: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a,
.sp-megamenu-parent .sp-mega-group > li > a {
	color: var(--color-black);
  padding: 8px 32px;
  display: block;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 22px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover { 
color: var(--maincolor);
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 30px;
}

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
	text-transform: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  padding: 20px 15px 0 15px;
  font-size: 20px;
  margin-bottom: 10px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:last-child) {
	border-bottom: 0;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
}

.burger-icon > span {
	background-color: var(--maincolor);
}

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--maincolor);
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff !important;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--maincolor);
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon > span {
  margin: 3px 0;
  transition: .3s;
  float: right;
  width: 100%;
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #1C2539;
}
.burger-icon {
	width: 35px;
}
.burger-icon > span:nth-child(1) {
	width: calc(100% - 5px);
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: calc(100% - 8px);
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
	cursor: pointer;
	background: var(--maincolor-alta);
  height: 55px;
  width: 55px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 15px;
  transition: 0.3s;
  z-index: 999;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--maincolor);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -600px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -600px;
}

.offcanvas-menu {
	width: 600px;
}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
	color: inherit;
}

}


/* */

/* PAGE TITLE */

#sp-title {
	position: relative; 
}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}
#sp-title .sppb-row-container, #sp-title .sppb-row-column, #sp-title .sppb-column, #sp-title .sppb-column-addons {position: static !important;}

.sp-page-title {
position: relative;
background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
/*min-height: 450px;*/
min-height: 250px;
  /*padding: 120px 0;*/
  padding: 100px 0;
background: rgb(231, 233, 238);
display: flex;
  align-items: center;
}

@media (max-width: 768px) {
.sp-page-title {
min-height: 300px;
padding: 100px 0;
background-position-x: 20% !important;
}	
}

.sp-page-title .sp-page-title-heading {
font-size: 55px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1.1px;
  line-height: 1.3;
  color: var(--color-heading);
z-index: 9;
}

@media (max-width: 1200px) {
.sp-page-title .sp-page-title-heading {
font-size: 50px;
}
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 45px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 40px;
}
}

@media (max-width: 575px) {
.sp-page-title .sp-page-title-heading {
font-size: 35px;
}
}

.sp-page-title .breadcrumb,
.breadcrumb {
  margin: 0;
}

.sp-page-title .breadcrumb > li,
.breadcrumb > li {margin: 0;}


.sp-page-title .breadcrumb > li.float-start,
.breadcrumb > li.float-start {
	display: none;
}


.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a {
font-weight: 700;
  color: var(--color-dark);
  font-size: 14px;
  text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}

.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
font-weight: 700;
  color: var(--color-dark);
  font-size: 14px;
}

.sp-page-title .breadcrumb > li > a:hover,
.breadcrumb > li > a:hover {opacity: 1;;}

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
color: var(--color-default);
  font-size: 14px;
  text-transform: uppercase;
font-weight: 700;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 140px 0 140px;
}

.com-content #sp-main-body, .view-product #sp-main-body {padding-bottom: 140px;}

.view-product #sp-main-body {padding-bottom: 110px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 140px;
}

.com-spsimpleportfolio.view-item #sp-main-body, .com-spsimpleportfolio.view-item #sp-header.header-sticky ~ section#sp-main-body {padding: 0;}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 100px auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 120px;
	position: relative;
}

/*
#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}
*/

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* CUSTOM CLASS */

.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ul_li {
	justify-content: flex-start;
}

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
	float: left;
	list-style: none;
	display: inline-block;
}

.ul_li > li:not(:last-child) {
	margin-right: 15px;
}

@media (min-width: 1400px) {
	#sp-header {
	animation: none;
	-webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
}

  #sp-footer
{
    position: fixed;
    bottom: 0;
	width: 100%;
	z-index: 0;
  }
  #sp-main-body {
	  background: #fff;
    /*margin-bottom: 867.7px; Estilo original con topbar fijo*/
	  margin-bottom: 920.7px; /*Estilo nuevo con topbar no fijo*/
    position: relative;
	z-index: 1;
  }
  #sp-title {
    position: relative;
	z-index: 1;
  }
}

@media (max-width: 767px) {
.bc-cta-img-wrap {
display: none; } }

.bc-cta-img {
width: 376px;
height: 540px;
position: absolute;
top: 50%;
left: 13%;
-webkit-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
transform: translateY(-50%) !important; }
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.bc-cta-img {
left: 3%; } }
@media (max-width: 1199px) {
.bc-cta-img {
width: 300px;
left: 0; } }
.bc-cta-img .shape {
position: absolute; }
.bc-cta-img .shape .shape-inner {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
box-shadow: 0px 30px 90px rgba(5, 12, 31, 0.12);
background-color: var(--color-white);
display: flex;
align-items: center;
justify-content: center; }
.bc-cta-img .shape--1 {
top: -30px;
right: 23%;
width: 135px;
height: 135px; }
.bc-cta-img .shape--1 .shape-inner {
width: 135px;
height: 135px; }
@media (max-width: 991px) {
.bc-cta-img .shape--1 .shape-inner {
width: 90px;
height: 90px; }
.bc-cta-img .shape--1 .shape-inner img {
width: 50px; } }
.bc-cta-img .shape--2 {
top: 22%;
left: -25px;
width: 66px;
height: 66px; }
.bc-cta-img .shape--2 .shape-inner {
width: 66px;
height: 66px; }
.bc-cta-img .shape--3 {
bottom: 13%;
left: 20%;
width: 116px;
height: 116px; }
.bc-cta-img .shape--3 .shape-inner {
width: 116px;
height: 116px; }
.bc-cta-img .shape--4 {
top: 28%;
right: 29%;
width: 90px;
height: 90px; }
@media (max-width: 991px) {
.bc-cta-img .shape--4 {
top: 39%;
right: 62%; } }
.bc-cta-img .shape--4 .shape-inner {
width: 90px;
height: 90px; }
.bc-cta-img .shape--5 {
bottom: 16%;
right: -8%;
width: 88px;
height: 88px; }
.bc-cta-img .shape--5 .shape-inner {
width: 88px;
height: 88px; }
.bc-cta-img.style-2 {
right: 13%;
left: auto; }
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.bc-cta-img.style-2 {
right: 3%; } }
@media (max-width: 1199px) {
.bc-cta-img.style-2 {
width: 300px;
right: 0; } }
.bc-cta-img.style-2 .shape--1 {
top: 0;
left: 5%;
width: 84px;
height: 84px; }
@media (max-width: 991px) {
.bc-cta-img.style-2 .shape--1 {
top: -16%;
left: 37%; } }
.bc-cta-img.style-2 .shape--1 .shape-inner {
width: 84px;
height: 84px; }
.bc-cta-img.style-2 .shape--2 {
top: auto;
bottom: 28%;
left: -15%;
width: 130px;
height: 130px; }
@media (max-width: 991px) {
.bc-cta-img.style-2 .shape--2 {
bottom: 3%;
left: 3%; } }
.bc-cta-img.style-2 .shape--2 .shape-inner {
width: 130px;
height: 130px; }
@media (max-width: 991px) {
.bc-cta-img.style-2 .shape--2 .shape-inner {
width: 100px;
height: 100px; }
.bc-cta-img.style-2 .shape--2 .shape-inner img {
width: 50px; } }
.bc-cta-img.style-2 .shape--3 {
left: auto;
top: 28%;
right: 45%;
width: 75px;
height: 75px; }
@media (max-width: 991px) {
.bc-cta-img.style-2 .shape--3 {
top: 46%;
right: 17%; } }
.bc-cta-img.style-2 .shape--3 .shape-inner {
width: 75px;
height: 75px; }
.bc-cta-img.style-2 .shape--4 {
top: 9%;
right: -8%;
width: 110px;
height: 110px; }
.bc-cta-img.style-2 .shape--4 .shape-inner {
width: 110px;
height: 110px; }
.bc-cta-img.style-2 .shape--5 {
bottom: 17%;
right: 6%;
width: 80px;
height: 80px; }
.bc-cta-img.style-2 .shape--5 .shape-inner {
width: 80px;
height: 80px; }

.bc-cta__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222528;
	content: "";
	z-index: -1;
}

.lw-feature-img {
	position: absolute !important;
	z-index: -1 !important;
	top: 0;
  right: 0;
  width: 57.6%;
  height: 100%;
}

@media (max-width: 991px) {
  .lw-feature-img
{
    position: relative !important;
    width: 100%;
    min-height: 400px;
  }
}

.ins-footer {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

@media (min-width: 768px) {

.xb-fanfact__inner {
	position: absolute !important;
	bottom: 0;
	overflow: hidden;
	left: 50%;
	transform: translatex(-50%);
}
}

/* */


/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 70px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
  border: 1px solid #E7E9EE;
  padding: 7px;
  display: inline-block;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:last-child {
	margin-right: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888686;
  padding: 9px 40px;
  background-color: transparent;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
background-color: var(--maincolor);
  color: var(--color-white);
}

.xb-portfolio .xb-item--img {
	overflow: hidden;
}

.xb-portfolio .xb-item--img img {
	-webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	-o-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.xb-portfolio .xb-item--holder {
	border: 1px solid #E7E9EE;
}

.xb-portfolio .xb-item--content {
	border: 1px solid #E7E9EE;
	margin: 5px;
	padding: 32px;
	text-align: center;
}

.xb-portfolio .xb-item--cat {
	font-size: 14px;
	color: #888686;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 500;
}

.xb-portfolio .xb-item--title {
	font-size: 26px;
	letter-spacing: -0.52px;
	text-transform: capitalize;
}

.xb-portfolio .xb-item--title a {
	color: currentColor;
}

.xb-portfolio:hover .xb-item--img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/* Please add .gallery-full class in the menu Page Class in order for your gallery to be full width */
.gallery-full #sp-main-body .container {max-width: 100%; padding: 0;}

/* */

/* LOGIN & REGISTRATION */


.com-users .sp-page-title {
	padding-bottom: 0;
}

.login .col-lg-4,
.registration .form-validate {
	padding: 50px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background: #fff;
--tw-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
.login .col-lg-4,
.registration .col-xl-6 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
}


.login-description,
.registration legend {
font-size: 2.125rem;
font-weight: 700;
line-height: 1.6;
}

.registration fieldset:last-of-type {margin-top: 40px;}

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control {
padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
outline: none;
resize: none;
border-radius: 5px;
font-size: 16px;
font-weight: 700;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border: 1px solid rgb(209, 213, 219);
background: #fff;	
}

.login .form-control:focus,
.registration .form-control:focus {
	border-color: var(--maincolor);
}

.input-group-text,
.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	border: none;
width: 61.6px;
height: 61.6px;
background: #002633;
line-height: 50px;
font-size: 20px;
text-align: center;
color: #ffffff;
border-radius: 5px 0px 0px 5px !important;
-webkit-border-radius: 5px 0px 0px 5px !important;
-moz-border-radius: 5px 0px 0px 5px !important;
-ms-border-radius: 5px 0px 0px 5px !important;
-o-border-radius: 5px 0px 0px 5px !important;
justify-content: center;
}

.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.registration .input-group-text .btn-secondary {
	background: transparent;
	border: none;
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.login .list-group {
	flex-direction: row;
	justify-content: space-between;
}

.login .list-group-item {
	position: relative;
	display: block;
	padding: 0;
	color: var(--maincolor);
	background-color: transparent;
	border: none;
}

.login .btn {
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* */

/* BLOG */

.article-list .article,
.sppb-addon-articles .sppb-addon-article {
	padding: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
	overflow: hidden;
	padding: 30px;
  border: 1px solid #E7E9EE;
  font-weight: 500;
	margin-bottom: 40px;
}

.article-list .article:after,
.sppb-addon-articles .sppb-addon-article:after {

}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .sppb-articles-carousel-img {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	border: 0px solid transparent;
	border-radius: 0px;
	margin-bottom: 30px;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .sppb-articles-carousel-img:after {
	
}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .sppb-articles-carousel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
display: block;
-webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {
-webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {height: 100%;}

.blog-list .article-intro-image > a {width: 100%;}

.article-body,
.sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
}

.article-list .article .article-header, .sppb-article-info-wrap h3, .sppb-articles-carousel-link {order: 2;}

.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
margin-top: 0;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.4;
  word-break: break-word;
  letter-spacing: -.6px;
}

@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap h3 {
font-size: 20px !important;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap h3 a {
color: inherit;
transition: all 500ms ease;
display: block;
	display: inline !important;
	width: 100%;
	background-repeat: no-repeat;
	background-position-y: -2px;
	background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-size: 0 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap h3 a:hover {
	background-size: 100% 100%;
	color: inherit;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap h3 a:hover {
color: var(--maincolor);
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 50px;
margin-bottom: 20px;
  margin-top: -4px;
}

@media (max-width: 1200px) {
.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta {
gap: 15px;
}	
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date {
font-size: 16px;
  line-height: 25px;
  font-weight: 500;
display: flex;
align-items: center;
margin: 0;
gap: 5px;
color: #787B84;
}

.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {color: inherit;}

.article-info > span a:hover {color: var(--maincolor);}

.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
margin: 0;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #191B1E;
}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f007";}
.article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before {content: "\f017";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\f086";}
.article-info > span.hits:before {content: ;}

.article-introtext, .sppb-article-introtext, .sppb-articles-carousel-introtext {
order: 3;
margin: 0;
font-weight: 500;
}

.article-introtext p {margin-bottom: 0;}

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: 35px;
}

.article-list .article .readmore {
	font-size: inherit;
width: 100%;
}

.article-list .article .readmore a,
.sppb-readmore {
font-size: 12px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-white);
  border-style: none;
 padding: 18px 40px;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  letter-spacing: 0.6px;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  background-color: #131217;
  text-transform: uppercase;
}

.article-list .article .readmore a:hover,
.sppb-readmore:hover {
color: var(--color-white);
  background-color: var(--maincolor);
}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 0;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
font-weight: 500;
height: 50px;
width: 52px;
line-height: 50px !important;
display: inline-block;
position: relative;
margin-right: 15px;
text-align: center;
color: var(--tg-gray-four);
font-size: 20px;
border: 1px solid #E0E0E0;
border-radius: 3px !important;
background: transparent;
font-family: var(--tg-heading-font-family);
}

.page-item.active .page-link,
.page-link:hover {
background: var(--maincolor) !important;
border-color: var(--maincolor);
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 3;
}

.article-details .article-info {
	order: 2;
	margin-bottom: 20px;
	margin-top: -4px;
	gap: 50px;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 22px;
}	
}

.article-details .article-full-image {
position: relative;
display: block;
	order: 1;
	width: 100%;
	margin-bottom: 30px;
}

.article-details .article-full-image img {
	border-radius: 0px;
	display: block;
	width: 100%;
}


.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 6;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
margin: 50px 0 0 !important;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
border-top: 0;
border-bottom: 0;
  order: 5;
margin: 50px 0 0 !important;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 40px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {
content: "Temas: ";
font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.tags > li {
	margin: 0;
}

.tags > li a {
color: #787B84;
  border: 1px solid #EDF3F5;
  min-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  padding: 2px 17px 5px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
}

.tags > li a:hover {
color: var(--color-white);
  background-color: var(--maincolor);
  border-color: var(--maincolor);
}

.tags > li {margin-left: 7px;}

.article-social-share .social-share-icon:before {
content: "Compartir: ";
font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li {
	margin: 0;
	margin-left: 10px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 0px;
}

.article-social-share .social-share-icon ul li a {
border: 1px solid #EDF3F5;
  color: #787B84;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-social-share .social-share-icon ul li a:hover {
background-color: var(--maincolor);
  border-color: var(--maincolor);
  color: var(--color-white);
}

.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
order: 7;
background-color: #f1f5f9;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  margin-top: 30px;
}

.article-details .article-author-information > .d-flex {
justify-content: center;
display: flex;
align-items: flex-start;
gap: 40px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
width: 100px;
flex: 0 0 auto;
}

.article-details .article-author-information h5 {
font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
margin-bottom: 0 !important;
}

.author-website {color: #002633; margin-left: 4px; margin-top: 15px !important;}

.author-website a,
.author-website a:hover {color: var(--maincolor);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 53px;
padding-top: 0px;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--maincolor) !important;
}

.article-details .pagenavigation {
	order: 6;
width: 100%;
margin-top: 40px;
padding: 0px;
border-top: 0;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.article-details .pagenavigation .btn:hover {
color: #fff;
background-color: var(--maincolor);
}

.article-details .pagenavigation .btn span[class^="icon-"] {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 15px;
}

/* */

/* SHOP */

.hikashop_products_listing {
  border: 1px solid #E7E9EE;
  padding: 25px;
}

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}

.hikashop_products_pagination ul.pagination,
.hikashop_products_pagination .counter {display: none !important;}

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
font-weight: 600;
}

.hikashop_products_pagination .pagination .limit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}

.form-select.hikashop_pagination_dropdown {
	width: auto;
	max-width: none;
	border: none;
	box-shadow: none !important;
font-weight: 600;
}

.hikashop_results_counter {
font-weight: 600;
color: #1a2428;
}

.hk-row-fluid {
--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.hk-row-fluid > * {
	flex-shrink: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.hikashop_product {
	margin-bottom: 30px;
}

.hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer {
	padding: 0;
}

.hikashop_listing_img_title {
	position: relative;
}

.hikashop_product_image {
width: 100%;
position: relative;
}

.hikashop_product_image:before {
	content: '';
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	opacity: 0;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.hikashop_product_image img {
	width: 100%;
}

.hikashop_product_image .product--btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hikashop_product_image .sppb-btn {
font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  padding: 15px 21px;
  text-transform: capitalize;
  background-color: var(--maincolor);
}

.hikashop_product_image .sppb-btn:before {
	color: var(--color-white);
	margin-right: 5px;
	font-size: 14px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f290";
}

.hikashop_badge_div img {
	max-height: 24px !important;
}

.hikashop_product_image .hikashop_product_image_subdiv, .hk_product_image .hk_subdiv {
	position: static; 
}

.hikashop_listing_img_title .hk-rating {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
}

.hikashop_listing_img_title .content {
padding: 22px 15px 0px;
}

span.hikashop_product_name {
	margin: 0;
}

span.hikashop_product_name a {
font-size: 20px;
  color: var(--color-black);
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 1.3;
  font-family: var(--font-heading);
  display: block;
}

span.hikashop_product_name a:hover {color: var(--maincolor);}

.hikashop_product_price_full {
font-size: 16px;
  font-weight: 500;
  color: var(--maincolor);
}

.hikashop_product_price_full .hikashop_product_price {
  display: block;
}

span.hikashop_product_price_before_discount {
color: #b1b1b1;
margin-right: 5px;
}

.hikashop_product_price_per_unit {display: none;}

.hikashop_listing_img_title:hover .hikashop_product_image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-color: var(--maincolor);
}

.hikashop_listing_img_title:hover .product--btn .sppb-btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: .1s;
}

/* Single Product */

.hikashop_global_image_div {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.hikashop_product_page .hikashop_badge_div.hikashop_badge_topleft_div {display: none;}

.hikashop_product_page div.hikashop_small_image_div a {
	padding: 0;
	margin: 0;
}

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	gap: 20px;
}

@media (min-width: 768px) {
.hikashop_global_image_div {
	flex-direction: row;
}
.hikashop_product_page div.hikashop_small_image_div {
	flex-direction: column;
}
.hikashop_product_main_image {
	width: 470px;
	height: 441px;
}
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
}

img.hikashop_child_image {
	max-height: 100px;
  max-width: 85px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 0 !important;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
}

#hikashop_image_main_thumb_div {
overflow: hidden;
}

.hikashop_slide_prev, .hikashop_slide_next {
	transition: 0.6s ease;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #fff;
}

a.hikashop_slide_prev_active:hover, a.hikashop_slide_next_active:hover {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

a.hikashop_slide_next i, a.hikashop_slide_prev i {
	color: var(--maincolor);
}

.hikashop_slide_prev:hover i, .hikashop_slide_next:hover i {
	color: #fff;
}

.hikashop_product_main_image {
	margin-bottom: 20px;
	position: relative;
  overflow: hidden;
  border: solid 1px #eee;
}

.hikashop_product_main_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.001);
	transition: 0.3s ease-in-out;
	margin: 0 !important;
}

.hikashop_product_top_part .sb-price-frame {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}


.hikashop_product_top_part h1 {
font-size: 36px;
  margin-bottom: 14px;
  font-weight: 600;
}

.hikashop_product_top_part .hikashop_product_price_full {
font-size: 24px;
  font-weight: 600;
  color: #000;
}

.hikashop_vote_stars {
	padding: 0px;
}

.hk-rating {
	margin: 0;
display: flex;
gap: 5px;
}

.mini-top-desc {
	padding-top: 25px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(126, 126, 126, .25);
	border-bottom: 1px solid rgba(126, 126, 126, .25);
	margin-bottom: 30px;
}

.product-category-review {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.product-category-review:before {
  content: "Category:";
font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.product-category-review div {
  font-weight: 400;
  line-height: 32px;
  font-size: 18px;
  color: #7e7e7e;
}

.product-category-review div:not(:last-child)::after {
	content: ',';
  margin-left: -3px;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_per_unit {
	display: none;
}

.hikashop_product_quantity_main {
	margin: 0;
	display: flex;
	align-items: center;
	padding-top: 35px;
	border-top: 1px solid rgba(126, 126, 126, .25);
	margin-top: 30px;
}

.hikashop_quantity_form {
	margin: 0;
	display: flex;
	align-items: center;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 80px;
	padding: 10px;
	margin: 0 10px 0 0;
	border-radius: 0px;
	background-color: #fff;
	height: 50px;
	border: 1px solid rgba(118, 167, 19, 0.15);
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
}

.hikashop_product_quantity_div > div  {line-height: 1;}

a.hikashop_product_quantity_field_change_plus, a.hikashop_product_quantity_field_change_minus, .hikashop_product_quantity_change_div_plus_default a, .hikashop_product_quantity_change_div_minus_default a {
	padding: 0px;
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 12px;
	width: 12px;
	height: 12px;
}


body .sppb-btn.sppb-btn-primary.hikacart:hover span,
body .sppb-btn.sppb-btn-primary.hikashop_cart_proceed_to_checkout:hover span {margin: 0;}

.hikashop_product_tags .tags {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	max-width: 100%;
}

.hikashop_product_bottom_part {
	margin-top: 80px;
	margin-bottom: 55px;
}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 40px;
	margin-top: 0px;
	border-bottom: 0;
	border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}

.hikashop_tabs_ul li {
font-size: 24px;
  font-weight: 600;
  padding: 18px 35px;
  margin-bottom: -1px;
  color: #000;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  border-radius: 0;
}

.hikashop_tabs_li_selected {
color: var(--maincolor) !important;
  border-color: var(--maincolor) !important;
}

.hikashop_tabs_content {
	min-height: auto;
	border-radius: 0;
	padding: 0;
	border: 0px solid #eee;
}

.mini-top-desc .long-description,
.hikashop_tabs_content .short-description {
	display: none;
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 0;
	color: #666666;
	height: 160px;
	margin: 5px 0;
	padding: 15px;
	width: 100%;
}

.hikashop_form_comment.ui-corner-top {color: #231E41;}

.hikashop_comment_form_name input[type="text"] {border-radius: 0;}

.notifyjs-corner {
bottom: 0 !important;
	z-index: 99999;
}

div.hika_toolbar .hikabtn span.hk-icon {
	color: var(--maincolor);
}

.hikashop_product_page .hikashop_submodules .hikashop_products_listing {
	border: 0;
	padding: 0;
}

.hikashop_product_page .hikashop_submodules h2 {
  margin-bottom: 35px !important;
}

.hikashop_product_page .hikashop_submodules form {
  display: none;
}

/* Checkout */



#hikashop_checkout .sppb-btn i {margin-right: 5px;}

#hikashop_checkout input,
#hikashop_checkout select {
	border-radius: 0;
}

#hikashop_checkout legend {
	color: #231E41;
}

#hikashop_checkout .hikashop_payment_methods_table td,
#hikashop_checkout .hikashop_checkout_cart td {
	padding: 15px;
}

#hikashop_checkout .hikashop_checkout_payment_images,
#hikashop_checkout .hikashop_checkout_shipping_images {
	margin: 10px 0;
}

#hikashop_checkout .hikashop_checkout_shipping_images {
	display: block;
}


#hikashop_checkout .hikashop_product_quantity_input_div_default_main {
	padding: 10px 12px;
}

#hikashop_checkout .hikashop_cart_product_image_thumb {
	max-width: 200px;
	position: relative;
	overflow: hidden;
}

#hikashop_checkout .hikashop_cart_product_image_thumb img {
	width: 100%;
	transform: scale(1.001);
  transition: 0.3s ease-in-out;
}

#hikashop_checkout .hikashop_cart_product_image_thumb:hover img {
transform: scale(1.05);
}

.hikashop_checkout_login {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_login h1 {
	line-height: 1.5;
	font-size: 48px;
	margin-bottom: 30px;
	text-align: center;
}

.hikashop_checkout_login h2 {
 display: none;
}

#hikashop_checkout > div:not(.hikashop_checkout_loading_elem, .hikashop_checkout_loading_spinner) {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {width: 100%;}

.hikashop_checkout_payment_images {
  display: flex;
  gap: 10px;
}

.hika_address_display br {margin: 5px 0;}
.hika_address_field button {margin-top: 15px;}

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

#sp-position1 .hikashop_cart_module  {
	white-space: nowrap;
  line-height: 55px;
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: 500;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 !important;
	margin: 0;
	width: 55px;
	height: 55px;
	background-color: transparent;
	transition: 0.3s ease-in-out;
}

#sp-position1 .sb-icon i {
	font-size: 20px;
	color: #000000;
}

.hikashop_small_cart_checkout_link {
  width: 55px;
  display: flex;
  word-wrap: break-word;
  white-space: normal;
  line-height: 10px;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: #F2F3F5;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 15px;
  font-size: 13px;
  color: #231E41;
}

#sp-position1 .hikashop_cart_module:hover .hikashop_small_cart_checkout_link {
	color: var(--maincolor);
}

div.hikashop_cart_dropdown_content {
	right: 0;
	top: 30px;
	padding: 20px !important;
}

.hikashop_cart table thead tr {
	border-bottom: 5px solid white;
}

.hikashop_cart table tbody tr {
	border-bottom: 15px solid white;
}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid white;
}

.hikashop_cart_module_product_name_value a {
font-size: 16px;
color: #1a2428;
font-weight: 600;
text-transform: capitalize;
}

.hikashop_cart_module .hikashop_product_price {width: 100%;}

.hikashop_cart_module_product_name_value a {
		margin: 0;
width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  padding-left: 10px;
  display: block;
}

.hikashop_cart_module .sppb-btn {
	padding: 0px 15px;
}

.hikashop_checkout_loading_spinner, .hikashop_checkout_loading_elem {
	display: none !important;
}

.hikashop_checkout_loading {
	position: static !important;
}

/* */

/* ANIMATION */

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }
@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: xb_ltr 1s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(3);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

[data-aos=fade-up] {
  transform: translateY(50px); }

[data-aos=fade-down] {
  transform: translateY(-50px); }

[data-aos=fade-right] {
  transform: translate(-50px); }

[data-aos=fade-left] {
  transform: translate(50px); }

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

[data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

[data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
@keyframes pulse-border-cta {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
@-webkit-keyframes pulse-border-cta {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
@-webkit-keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; } }
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; } }

@-webkit-keyframes marquee-right {
  0% { right: 0; }
  100% { right: -100%; } }
@keyframes marquee-right {
  0% { right: 0; }
  100% { right: -100%; } }
	@keyframes scrollDown {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0; }
  50% {
    transform: translate(-50%, 4px);
    opacity: 1; }
  100% {
    transform: translate(-50%, 7px);
    opacity: 0; } }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
/* */

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div:not(#sp-logo) > .sp-column,
#sp-header > .row > div:not(#sp-logo) > .sp-column  {display: block !important;}


#sp-header .sp-module {
	margin-left: 0px !important; 
}


@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* PAGE BUILDER 5.X OPTIMIZATION */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9, .sppb-row-column {
  position: static;
}

#sp-header .sppb-section > .sppb-row-container {padding: 0;}


:root {
  --font-body: 'DM Sans', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --font-lato: 'Lato', sans-serif;
  --font-noto: 'Noto Serif Display', serif;
  --font-raleway: 'Raleway', sans-serif;
  --secondcolor: #14CAF4;
  --color-ins: #B1F200;
  --color-ins-2: #8FC908;
  --color-law: #1955FF;
  --color-advisor: #FF5000;
  --color-marketing: #FA4729;
  --color-business: #CCFF86;
  --color-heading: #131217;
  --color-dark: #0F172A;
  --color-white: #fff;
  --color-black: #000;
  --color-default: #888686;
  --color-gray: #F8F8F8;
  --color-border: #EFF5F8;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91); }

    
.sp-page-title .sp-page-title-sub-heading {
  color: #EC4E38!important;
}


/*Directorio*/

.jbd-container .categories-style-5 .category-wraper {
  font-size: 16px;
}

.jbd-container .categories-style-5 .subcategory {
  margin-bottom: 10px;
}

.jbd-container .categories-style-5 .category-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*
@media (min-width: 992px) {
  .jbd-container .jitem-card .jitem-img-wrap {
    min-height: 300px;
  }
}
*/

.jbd-container .jitem-card .jitem-img-wrap {
  border-left: 1px solid rgb(211, 211, 211);
  border-right: 1px solid rgb(211, 211, 211);
  border-top: 1px solid rgb(211, 211, 211);
  border-bottom: 1px solid rgb(211, 211, 211);
  padding-bottom: 10px;
  height: 350px;
}

.jbd-container .jitem-card .jitem-img-wrap>img {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 10px;
  bottom: 10px;
  width: 97.5%;
  height: 97.5%;
  object-fit: cover;
  object-position: center!important;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  margin: 0;
  padding-left: 10px 10px 10px 10px;
  text-align: center;
}

.jbd-container .result-item .item-image-cover img {
  padding: 15px;
  height: auto!important;
}


.jbd-container .company-style-5-header-info .business-logo {
  max-height: auto!important;
}


.jbd-container .jitem-card .jitem-title>* {
  color: #343a40;
  font-size: 22px;
  font-weight: 600;
}

.jbd-container .jbd-search-statistics .result-counter {
  display: none !important;
}

.jbd-container .categories-header h1 {
  display: none !important;
}

#searchform .form-field select,
#searchform .form-field input[type="text"] {
  line-height: 20px!important;
}

.jbd-container .place-card-info {
  display: none;
}


.jbd-container .place-card-body {
  min-height: 220px!important;
}

.jbd-container .result-item .company-intro a {
  display: block!important;
  color: var(--maincolor) !important;
  font-weight: bold;
  margin-top: 10px;
}

.jbd-container .place-card-body .card-hoverable :not([class*="la"]) {
  font-size: 14px;
}

.jbd-container #company-map img {
  width: 100%!important;
}

.videos-list-view .card-video .card-video-title {
  line-height: 25px!important;
}

/**
 *------------------------------------------------------------------------------
 * ESTILOS PARA EASYBLOG --- INICIA
 *------------------------------------------------------------------------------
**/

#eb .eb-post-author {
  font-size: 0.85rem !important;
  /*line-height: normal;*/
}

#eb .eb-post-title a {
  font-size: 0.9em !important;
  line-height: normal !important;
}

#eb .eb-reactions__options {
  background-color: transparent !important;
}

#eb .eb-reactions__options .eb-reaction-option__link div {
  background: rgba(var(--fd-gray-60), 1);
  color: var(--heading-color) !important;
}

#eb .eb-post-thumb .eb-post-image-cover {
  border: 1px solid var(--border-color-2) !important;
  border-radius: var(--t4-border-radius) !important;
  -webkit-border-radius: var(--t4-border-radius) !important;
  -moz-border-radius: var(--t4-border-radius) !important;
  -ms-border-radius: var(--t4-border-radius) !important;
  -o-border-radius: var(--t4-border-radius) !important;
}

#eb .eb-subscribe-form {
  background-color: var(--color-fondo-2) !important;
  color: var(--body-text-color);
}

#eb.eb-component,
#eb .eb-post,
#eb .eb-entry {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

#eb .eb-image-caption>span {
  display: block;
  padding-top: 4px;
  font-size: 15px;
}

div#eb .eb-post .eb-entry-article p,
#eb .eb-entry .eb-entry-article p {
  font-size: 17px;
  line-height: 1.8;
  font-family: Encode Sans, sans-serif;
  /*color: #222;*/
}

div#eb .eb-post .eb-entry-article div,
#eb .eb-entry .eb-entry-article div {
  font-size: 17px;
  line-height: 1.8;
  font-family: Encode Sans, sans-serif;
  /*color: #222;*/
}

.tag-cloud {
    font-size: 16px!important;
    line-height: 1.8;
    font-family: Encode Sans, sans-serif;
    /*color: #222;*/
  }

  #eb .eb-entry-article .ebd-block {
     margin-top: 45px !important;
  }

    #eb .eb-subscribe-form__title {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.1;
    }
  
    .eb-entry-helper {
      font-size: 13px !important;
      line-height: normal;
    }
  
    .eb-help-resize {
      font-size: 14px !important;
      line-height: normal;
    }
  
    .eb-entry-meta {
      font-size: 0.85rem !important;
      line-height: normal;
    }
  
    #eb .eb-post-meta {
      font-size: 0.85rem !important;
      line-height: normal !important;
    }
  
    .eb-entry-date {
      font-size: 0.85rem !important;
      line-height: normal;
    }
  
    #eb .eb-meta-date {
      font-size: 0.85rem !important;
      line-height: normal !important;
    }
  
    .eb-reading-indicator__time {
      font-size: 12px !important;
      line-height: normal;
    }
  
    .eb-reading-indicator__count {
      font-size: 12px !important;
      line-height: normal;
    }
  
    .eb-entry-featured {
      font-size: 12px !important;
      line-height: normal;
      display: none;
    }
  
    .mod-post-type {
      font-weight: normal;
      line-height: normal;
      padding-top: 15px;
      font-size: 14px !important;
    }
  
    #eb .view-all-blogs {
      border-top: 0px solid #ebebeb !important;
      font-size: 14px !important;
      line-height: normal !important;
      text-align: center !important;
      padding-top: 32px !important;
      margin: 0 32px 35px 32px !important;
    }
  
    #eb .view-all-blogs a {
      text-transform: uppercase !important;
      font-weight: 700 !important;
      cursor: pointer !important;
      line-height: normal !important;
      border: 2px solid #3b3a3a !important;
      padding: 8px 25px 8px 25px !important;
      background-color: var(--dark-reverse);
      color: #fff;
      color: var(--light-reverse);
    }

#eb .eb-post ol,
#eb .eb-entry ol,
#eb .eb-post ul,
#eb .eb-entry ul {
	font-size: 17px!important;
}

div#eb .eb-post .eb-entry-article li,
#eb .eb-entry .eb-entry-article li {
  font-size: 17px;
}

div#eb.eb-view-grid .eb-pager {
  display: none !important;
}

div#eb.eb-view-grid .eb-blog-grid-showcase-content__title {
  background: #fff!important;
  -webkit-box-shadow: -16px 0 0 #fff, 16px 0 0 #fff!important;
  box-shadow: -16px 0 0 #fff, 16px 0 0 #fff!important;
  -webkit-box-decoration-break: clone!important;
  box-decoration-break: clone!important;
  color: #181818!important;
  font-size: 3.1rem!important;
  display: inline!important;
  line-height: 1.3888!important;
  margin-top: 0!important;
  margin-bottom: 16px!important;
  margin-left: 16px!important;
  padding: 2px 0!important;
}
div#eb.is-mobile .eb-blog-grid .eb-blog-grid-showcase-content__title {
  line-height: 1.5555 !important;
  height: 100% !important;
  float:none!important;
  font-size: 1.7rem!important;
}

/* Para optimizar vista en Móviles - Texto destacado*/
@media (max-width: 479px) {
  .eb-entry-featured {
   display: none;
  }
}
.eb-entry-article {
  /*font-size: 100px !important;*/
  /*line-height: normal;*/
  padding-bottom: 40px;
  }
.eb-entry-tags {
  font-size: 14px !important;
  line-height: normal;
  }
.eb-related-category {
  font-size: 13px !important;
  line-height: normal;
  }
.eb-comments-tab {
  font-size: 13px !important;
  line-height: normal;
  }
.eb-entry-author-bio {
  font-size: 13px !important;
  line-height: normal;
  }
.eb-mod-title a {
  /*color: #333333;*/
	line-height: 1.5333!important;
	padding-bottom: 5px;
	font-size: 1rem!important;
}
.eb-mod-media-title {
  /*color: #333333;*/
	line-height: normal;
	padding-bottom: 5px;
}
.eb-small-title .eb-mod-title a {
	font-size: 1rem!important;
}

#eb .eb-post ol,
#eb .eb-entry ol,
#eb .eb-post ul,
#eb .eb-entry ul {
  font-size: 17px !important;
}

div#eb .eb-post .eb-entry-article li,
#eb .eb-entry .eb-entry-article li {
  font-size: 17px;
}

div#eb.eb-view-grid .eb-pager {
  display: none !important;
}

div#eb.eb-view-grid .eb-blog-grid-showcase-content__title {
  background: #fff !important;
  -webkit-box-shadow: -16px 0 0 #fff, 16px 0 0 #fff !important;
  box-shadow: -16px 0 0 #fff, 16px 0 0 #fff !important;
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
  color: #181818 !important;
  font-size: 3.1rem !important;
  display: inline !important;
  line-height: 1.3888 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  margin-left: 16px !important;
  padding: 2px 0 !important;
}

div#eb.is-mobile .eb-blog-grid .eb-blog-grid-showcase-content__title {
  line-height: 1.5555 !important;
  height: 100% !important;
  float: none !important;
  font-size: 1.7rem !important;
}

/* Para optimizar vista en Móviles - Texto destacado*/
@media (max-width: 479px) {
  .eb-entry-featured {
    display: none;
  }
}

.eb-entry-article {
  /*font-size: 100px !important;*/
  /*line-height: normal;*/
  padding-bottom: 40px;
}

.eb-entry-tags {
  font-size: 14px !important;
  line-height: normal;
}

.eb-related-category {
  font-size: 13px !important;
  line-height: normal;
}

.eb-comments-tab {
  font-size: 13px !important;
  line-height: normal;
}

.eb-entry-author-bio {
  font-size: 13px !important;
  line-height: normal;
}

.eb-mod-media-title {
  /*color: #333333;*/
  line-height: normal;
  padding-bottom: 5px;
}

.eb-small-title .eb-mod-title a {
  font-size: 1rem !important;
}

#eb .eb-post-listing {
  --eb-post-listing-gap: 30px!important;
}

#eb.eb-component{
  padding-right: 30px;
}

#eb .eb-subscribe-form__title {
  font-size: 20px!important;
}

.jbd-container .result-item h3 {
  font-size: 22px;
  font-weight: 600;
}


/* DOCMAN */

.k-ui-namespace .docman_category {
  padding: 20px 0 20px 0 !important;
}


/* Generales */

#sp-footer ul.menu li {
  /*display: inline-block;*/
  display: list-item;
  margin: 0 10px;
  padding-bottom: 8px;
}

.sp-megamenu-parent>li+li>a {
  margin-left: 30px !important;
  
}