/*! BuildToolsCookbook v2.0.0 | (c) 2023 Your Name | MIT License | http://github.com/cferdinandi/build-tools-boilerplate */
/*Variables*/
/*Fonts*/
/*Colors*/
/*Paths*/
/*********************
BREAKPOINTS
*********************/
/* HTML */
html, body {
	scroll-behavior: smooth;
}

/*Hide title*/
.site-title,
.site-description {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Icons */
i.fb {
	background: url("../images/layouts/icons//fb.svg") no-repeat;
	width: 8px;
	height: 16px;
	background-size: cover;
	display: block;
}

i.ig {
	background: url("../images/layouts/icons//ig.svg") no-repeat;
	width: 16px;
	height: 16px;
	background-size: cover;
	display: block;
}

i.linkedin {
	background: url("../images/layouts/icons//linkedin.svg") no-repeat;
	width: 18px;
	height: 18px;
	background-size: cover;
	display: block;
}

i.youtube {
	background: url("../images/layouts/icons//youtube.svg") no-repeat;
	width: 19px;
	height: 13px;
	background-size: cover;
	display: block;
}

i.phone {
	background: url("../images/layouts/icons//phone.svg") no-repeat;
	width: 16px;
	height: 16px;
	background-size: cover;
	display: block;
}
i.phone.phone-white {
	background: url("../images/layouts/icons//phone-white.svg") no-repeat;
}

i.arrow-down {
	background: url("../images/layouts/icons//arrow-down.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

i.plus {
	background: url("../images/layouts/icons//plus.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

i.printer {
	background: url("../images/layouts/icons//printer.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

i.check {
	background: url("../images/layouts/icons//check.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

i.download {
	background: url("../images/layouts/icons//download.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

i.chevron-right {
	background: url("../images/layouts/icons//chevronRight.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

i.chevron-right-blue {
	background: url("../images/layouts/icons//chevron-right-blue.svg") no-repeat;
	width: 26px;
	height: 26px;
	background-size: cover;
	display: block;
}

/* latin */
@font-face {
	font-family: "Kanin";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/kanit-300normal-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: "Kanin";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/kanit-400normal-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
	font-family: "Kanin";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/kanit-500normal-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**
 * Basic typography style for copy text
 */
html, body {
	font-family: "Kanin", Helvetica, sans-serif !important;
}

.offset-r-1 {
	margin-right: 8.333333%;
}

.offset-r-2 {
	margin-right: 16.666667%;
}

/*Priority:low EDIT priority low implica que lo uso en este proyecto pero no queda para un repo general*/
body.admin-bar header {
	top: 32px;
}

header {
	z-index: 30;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	transition: background-color 0.5s linear;
}
header.scrolled {
	background-color: #0E0E0E;
}
header.submenu-open {
	background-color: #0E0E0E;
	-webkit-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
	transition: background-color 0.5s linear;
}

.ios-device header {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador) header {
	background-color: #0E0E0E;
	position: fixed;
	height: 100px;
	top: 32px;
}
body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador) header nav {
	background-color: #0E0E0E;
}
body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador) header + div {
	margin-top: 140px;
}
@media (max-width: 768px) {
	body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador) header {
		height: 70px;
		top: 46px;
	}
	body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador) header + div {
		margin-top: 110px;
	}
}
@media (max-width: 600px) {
	body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador) header.scrolled {
		top: 0;
	}
}
body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador):not(.admin-bar) header {
	top: 0;
}
body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador):not(.admin-bar) header + div {
	margin-top: 140px;
}
@media (max-width: 768px) {
	body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador):not(.admin-bar) header {
		height: 70px;
		top: 0;
	}
	body:not(.single-post):not(.home):not(.page-template-blog):not(.page-template-heroInteriorPage):not(.page-template-cotizador):not(.page-template-presupuestador):not(.admin-bar) header + div {
		margin-top: 110px;
	}
}

nav#site-navigation {
	padding: 0px 5.555555%;
	width: 100%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
nav#site-navigation .navbar-brand {
	width: auto;
	margin-right: 0;
}
nav#site-navigation .logo img {
	width: 120px;
}
nav#site-navigation .menu-primary-menu-container {
	width: 100%;
}
nav#site-navigation #navbar-content {
	width: auto;
}
nav#site-navigation .navbar-toggler {
	width: auto;
}
nav#site-navigation ul {
	margin-left: 15%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
nav#site-navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
nav#site-navigation ul li.menu-item-has-children a {
	padding: 10px 16px;
	border-radius: 5px;
	background-color: unset;
	cursor: pointer;
}
nav#site-navigation ul li.menu-item-has-children a:after {
	content: "";
	display: inline-block;
	background-image: url("../images/layouts/icons//arrow-down.svg");
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
nav#site-navigation ul li.menu-item-has-children .sub-menu {
	display: table-column;
	opacity: 0;
	height: 0;
	-webkit-transition: background 0.5s linear, opacity 1s linear, height 0.1s linear;
	-ms-transition: background 0.5s linear, opacity 1s linear, height 0.1s linear;
	transition: background 0.5s linear, opacity 1s linear, height 0.1s linear;
}
nav#site-navigation ul li.menu-item-has-children .sub-menu li {
	list-style: none;
	margin-left: 50px;
}
nav#site-navigation ul li.menu-item-has-children .sub-menu a:after {
	content: none;
}
nav#site-navigation ul li.menu-item-has-children.open a {
	background-color: #575757;
}
nav#site-navigation ul li.menu-item-has-children.open a:after {
	background-image: url("../images/layouts/icons//arrow-up.svg");
	vertical-align: sub;
}
nav#site-navigation ul li.menu-item-has-children.open .sub-menu {
	opacity: 1;
	background-color: #0E0E0E;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: flex-end;
	flex-flow: row wrap;
	top: 100px;
	width: 100%;
	height: 90px;
	background: #000;
	padding-right: 5.555555%;
	align-content: center;
	border-top: 1px solid #575757;
	-webkit-transition: background 0.5s linear, opacity 1s linear, height 0.1s linear;
	-ms-transition: background 0.5s linear, opacity 1s linear, height 0.1s linear;
	transition: background 0.5s linear, opacity 1s linear, height 0.1s linear;
}
nav#site-navigation ul li.menu-item-has-children.open .sub-menu a {
	padding: 0px;
	border-radius: 0;
	background-color: unset;
}

@media (max-width: 768px) {
	header.mobile-menu-open {
		background-color: #0E0E0E;
	}

	nav#site-navigation {
		height: auto;
	}
	nav#site-navigation .navbar-brand {
		padding: 20px 0;
	}
	nav#site-navigation .navbar-brand img {
		width: 94px;
	}
	nav#site-navigation .menu-primary-menu-container {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		margin-top: 30px;
		height: calc( (var(--vh, 1vh) * 100) - 80px );
	}
	nav#site-navigation ul {
		margin-left: 0;
		flex-flow: column wrap;
	}
	nav#site-navigation ul li {
		padding: 14px 16px;
	}
	nav#site-navigation ul li.menu-item-has-children {
		padding-bottom: 16px;
	}
	nav#site-navigation ul li.menu-item-has-children a {
		padding: 0;
	}
	nav#site-navigation ul li.menu-item-has-children a:after {
		float: right;
		margin-top: 1px;
	}
	nav#site-navigation ul li.menu-item-has-children.open {
		background-color: #353535;
		border-radius: 5px;
	}
	nav#site-navigation ul li.menu-item-has-children.open a {
		background-color: #353535;
		width: 100%;
	}
	nav#site-navigation ul li.menu-item-has-children.open .sub-menu {
		position: relative;
		top: 0;
		background-color: #353535;
		justify-content: flex-start;
		padding-left: 0;
		margin-top: 28px;
		padding-right: 8.333333%;
	}
	nav#site-navigation ul li.menu-item-has-children.open .sub-menu li {
		margin-left: 0;
		padding-left: 0;
		background-color: #353535;
	}
	nav#site-navigation ul li.menu-item-has-children.open .sub-menu li:nth-child(1) {
		margin-left: -16px;
		margin-right: -42px;
		padding-left: 19px;
		width: 121%;
		border-top: 2px solid #000;
	}
	nav#site-navigation ul li.menu-item-has-children.open .sub-menu li a {
		padding: 0px;
	}
	nav#site-navigation button.navbar-toggler {
		padding: 0;
	}
	nav#site-navigation button.navbar-toggler:focus {
		outline: none;
		box-shadow: none;
	}
	nav#site-navigation button.navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
		background: url("../images/layouts/icons//toggle-button-menu.svg") no-repeat;
		width: 19px;
		height: 12px;
		background-size: cover;
		display: block;
	}
	nav#site-navigation button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
		background: url("../images/layouts/icons//close.svg") no-repeat;
		width: 24px;
		height: 24px;
		margin-right: 2px;
		background-size: cover;
		display: block;
	}
}
/*Variables*/
/*Fonts*/
/*Colors*/
/*Paths*/
/*********************
BREAKPOINTS
*********************/
#hero .slide .title {
	font-size: 36px;
	line-height: 45px;
	font-weight: 500;
}
@media (max-width: 768px) {
	#hero .slide .title {
		font-size: 24px;
		line-height: 30px;
	}
}

#hero .slide .description {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
@media (max-width: 768px) {
	#hero .slide .description {
		font-size: 15px;
		line-height: 22px;
	}
}

#hero .slide .cta-link {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 32px;
	width: max-content;
}
#hero .slide .cta-link:active {
	color: #353535;
	background-color: #8f8f8f;
}
#hero .slide .cta-link:focus {
	color: #353535;
	background-color: #cacaca;
	border: 3px solid #fff;
	padding: 9px 31px;
	outline: none;
}

/* Page Styles */
#footer {
	margin-top: 50px;
}
#footer .dynamic-footer {
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	height: 270px;
	padding: 65px 84px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
#footer .dynamic-footer .footer-social-media {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}
#footer .dynamic-footer .footer-social-media .social-media-box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 32px;
}
#footer .dynamic-footer .footer-column .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 16px;
}
#footer .dynamic-footer .footer-column ul.links-list {
	list-style: none;
	padding: 0;
}
#footer .dynamic-footer .footer-column ul.links-list li {
	padding-bottom: 10px;
}
#footer .dynamic-footer .footer-column ul.links-list li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-decoration: none;
	color: #0E0E0E;
}
#footer .dynamic-footer .footer-contact-data h5 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}
#footer .dynamic-footer .footer-contact-data h5 i {
	margin-right: 9px;
	display: inline-block;
}
#footer .dynamic-footer .footer-contact-data .contact-info {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	margin: 0 0 0 25px;
}
#footer .copyright-footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 32px 84px;
}
@media (max-width: 768px) {
	#footer .copyright-footer {
		justify-content: center;
	}
}
#footer .copyright-footer p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	margin: 0;
}
#footer .copyright-footer p a {
	color: #00a9c3;
	text-decoration: none;
}
@media (max-width: 768px) {
	#footer .dynamic-footer {
		width: 267px;
		margin: 0 auto;
		height: auto;
		flex-flow: column nowrap;
		align-content: center;
		padding: 40px 0;
		text-align: center;
	}
	#footer .dynamic-footer .footer-social-media {
		padding-bottom: 40px;
		width: 150px;
		margin: 0 auto;
	}
	#footer .dynamic-footer .footer-social-media .social-media-box {
		padding-top: 40px;
	}
	#footer .dynamic-footer .footer-column ul.links-list li a {
		font-size: 18px;
		line-height: 27px;
		font-weight: 300;
	}
	#footer .dynamic-footer .footer-contact-data p.phone {
		font-size: 24px;
		line-height: 30px;
		font-weight: 500;
	}
	#footer .dynamic-footer .footer-contact-data p.phone i {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-right: 7px;
	}
	#footer .dynamic-footer .footer-contact-data .contact-info {
		font-size: 18px;
		line-height: 27px;
		margin: 0;
	}
	#footer .copyright-footer {
		padding: 24px 17px;
		text-align: center;
	}
	#footer .copyright-footer .logo-grupo-table {
		display: none;
	}
	#footer .copyright-footer p {
		font-size: 13px;
		line-height: 20px;
	}
	#footer .copyright-footer span {
		display: block;
		line-height: 20px;
	}
}

.home #footer {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.home #footer {
		margin-top: 0px;
	}
}
.home #footer .dynamic-footer {
	border-top: 0 none;
}

#contacto.show,
.sucModals.show,
#formsHero.show,
#formCliente.show,
#graciasMensaje.show,
#cotizadorModal.show,
#presuModal.show {
	display: flex !important;
	align-items: center;
}
#contacto .modal-content,
.sucModals .modal-content,
#formsHero .modal-content,
#formCliente .modal-content,
#graciasMensaje .modal-content,
#cotizadorModal .modal-content,
#presuModal .modal-content {
	padding: 40px 48px 30px 48px;
}
#contacto .modal-dialog,
.sucModals .modal-dialog,
#formsHero .modal-dialog,
#formCliente .modal-dialog,
#graciasMensaje .modal-dialog,
#cotizadorModal .modal-dialog,
#presuModal .modal-dialog {
	width: 580px;
	max-width: none;
}
#contacto .modal-header,
.sucModals .modal-header,
#formsHero .modal-header,
#formCliente .modal-header,
#graciasMensaje .modal-header,
#cotizadorModal .modal-header,
#presuModal .modal-header {
	border-bottom: none;
	padding: 0 0 20px 0;
}
#contacto .modal-header .title,
.sucModals .modal-header .title,
#formsHero .modal-header .title,
#formCliente .modal-header .title,
#graciasMensaje .modal-header .title,
#cotizadorModal .modal-header .title,
#presuModal .modal-header .title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	color: #0E0E0E;
}
@media (max-width: 768px) {
	#contacto .modal-header .title,
.sucModals .modal-header .title,
#formsHero .modal-header .title,
#formCliente .modal-header .title,
#graciasMensaje .modal-header .title,
#cotizadorModal .modal-header .title,
#presuModal .modal-header .title {
		font-size: 20px;
	}
}
#contacto .modal-header .btn-close,
.sucModals .modal-header .btn-close,
#formsHero .modal-header .btn-close,
#formCliente .modal-header .btn-close,
#graciasMensaje .modal-header .btn-close,
#cotizadorModal .modal-header .btn-close,
#presuModal .modal-header .btn-close {
	width: 20px;
	height: 20px;
}
#contacto body.modal-open,
.sucModals body.modal-open,
#formsHero body.modal-open,
#formCliente body.modal-open,
#graciasMensaje body.modal-open,
#cotizadorModal body.modal-open,
#presuModal body.modal-open {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#contacto .modal-body,
.sucModals .modal-body,
#formsHero .modal-body,
#formCliente .modal-body,
#graciasMensaje .modal-body,
#cotizadorModal .modal-body,
#presuModal .modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
	padding: 0px;
}
#contacto .modal-body .description,
.sucModals .modal-body .description,
#formsHero .modal-body .description,
#formCliente .modal-body .description,
#graciasMensaje .modal-body .description,
#cotizadorModal .modal-body .description,
#presuModal .modal-body .description {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	color: #0E0E0E;
	margin-bottom: 30px;
}
#contacto .modal-body .hiddenValues,
.sucModals .modal-body .hiddenValues,
#formsHero .modal-body .hiddenValues,
#formCliente .modal-body .hiddenValues,
#graciasMensaje .modal-body .hiddenValues,
#cotizadorModal .modal-body .hiddenValues,
#presuModal .modal-body .hiddenValues {
	display: none;
}
#contacto .modal-body small,
.sucModals .modal-body small,
#formsHero .modal-body small,
#formCliente .modal-body small,
#graciasMensaje .modal-body small,
#cotizadorModal .modal-body small,
#presuModal .modal-body small {
	font-weight: 300;
}
#contacto .modal-body form input, #contacto .modal-body form textarea,
.sucModals .modal-body form input,
.sucModals .modal-body form textarea,
#formsHero .modal-body form input,
#formsHero .modal-body form textarea,
#formCliente .modal-body form input,
#formCliente .modal-body form textarea,
#graciasMensaje .modal-body form input,
#graciasMensaje .modal-body form textarea,
#cotizadorModal .modal-body form input,
#cotizadorModal .modal-body form textarea,
#presuModal .modal-body form input,
#presuModal .modal-body form textarea {
	border: 1px solid #8f8f8f;
	border-radius: 5px;
	padding: 10px 12px;
}
#contacto .modal-body form input::placeholder, #contacto .modal-body form textarea::placeholder,
.sucModals .modal-body form input::placeholder,
.sucModals .modal-body form textarea::placeholder,
#formsHero .modal-body form input::placeholder,
#formsHero .modal-body form textarea::placeholder,
#formCliente .modal-body form input::placeholder,
#formCliente .modal-body form textarea::placeholder,
#graciasMensaje .modal-body form input::placeholder,
#graciasMensaje .modal-body form textarea::placeholder,
#cotizadorModal .modal-body form input::placeholder,
#cotizadorModal .modal-body form textarea::placeholder,
#presuModal .modal-body form input::placeholder,
#presuModal .modal-body form textarea::placeholder {
	font-weight: 300;
	color: #8f8f8f;
}
#contacto .modal-body form input.error, #contacto .modal-body form textarea.error,
.sucModals .modal-body form input.error,
.sucModals .modal-body form textarea.error,
#formsHero .modal-body form input.error,
#formsHero .modal-body form textarea.error,
#formCliente .modal-body form input.error,
#formCliente .modal-body form textarea.error,
#graciasMensaje .modal-body form input.error,
#graciasMensaje .modal-body form textarea.error,
#cotizadorModal .modal-body form input.error,
#cotizadorModal .modal-body form textarea.error,
#presuModal .modal-body form input.error,
#presuModal .modal-body form textarea.error {
	border: 1px solid #ff0000;
}
#contacto .modal-body form label,
.sucModals .modal-body form label,
#formsHero .modal-body form label,
#formCliente .modal-body form label,
#graciasMensaje .modal-body form label,
#cotizadorModal .modal-body form label,
#presuModal .modal-body form label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #353535;
}
#contacto .modal-body form .box-input,
.sucModals .modal-body form .box-input,
#formsHero .modal-body form .box-input,
#formCliente .modal-body form .box-input,
#graciasMensaje .modal-body form .box-input,
#cotizadorModal .modal-body form .box-input,
#presuModal .modal-body form .box-input {
	padding-bottom: 30px;
	justify-content: space-between;
}
#contacto .modal-body form .box-input .col-md-6,
.sucModals .modal-body form .box-input .col-md-6,
#formsHero .modal-body form .box-input .col-md-6,
#formCliente .modal-body form .box-input .col-md-6,
#graciasMensaje .modal-body form .box-input .col-md-6,
#cotizadorModal .modal-body form .box-input .col-md-6,
#presuModal .modal-body form .box-input .col-md-6 {
	width: 49%;
}
#contacto .modal-body form .box-input span,
.sucModals .modal-body form .box-input span,
#formsHero .modal-body form .box-input span,
#formCliente .modal-body form .box-input span,
#graciasMensaje .modal-body form .box-input span,
#cotizadorModal .modal-body form .box-input span,
#presuModal .modal-body form .box-input span {
	font-weight: 300;
	font-size: 0.875em;
}
#contacto .modal-body form .error-message,
.sucModals .modal-body form .error-message,
#formsHero .modal-body form .error-message,
#formCliente .modal-body form .error-message,
#graciasMensaje .modal-body form .error-message,
#cotizadorModal .modal-body form .error-message,
#presuModal .modal-body form .error-message {
	font-size: 13px;
	line-height: 19.5px;
	font-weight: 300;
	color: #ff0000;
}
#contacto .modal-footer,
.sucModals .modal-footer,
#formsHero .modal-footer,
#formCliente .modal-footer,
#graciasMensaje .modal-footer,
#cotizadorModal .modal-footer,
#presuModal .modal-footer {
	padding: 0;
	border: none;
}
#contacto .modal-footer .btn-save,
.sucModals .modal-footer .btn-save,
#formsHero .modal-footer .btn-save,
#formCliente .modal-footer .btn-save,
#graciasMensaje .modal-footer .btn-save,
#cotizadorModal .modal-footer .btn-save,
#presuModal .modal-footer .btn-save {
	background: rgba(0, 124, 143, 0.4);
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	padding: 10px 32px;
}
#contacto .form-success.modal-content,
.sucModals .form-success.modal-content,
#formsHero .form-success.modal-content,
#formCliente .form-success.modal-content,
#graciasMensaje .form-success.modal-content,
#cotizadorModal .form-success.modal-content,
#presuModal .form-success.modal-content {
	text-align: center;
}
#contacto .form-success.modal-content .modal-body,
.sucModals .form-success.modal-content .modal-body,
#formsHero .form-success.modal-content .modal-body,
#formCliente .form-success.modal-content .modal-body,
#graciasMensaje .form-success.modal-content .modal-body,
#cotizadorModal .form-success.modal-content .modal-body,
#presuModal .form-success.modal-content .modal-body {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0 50px 0;
	height: auto;
	max-width: 396px;
	margin: 0 auto;
	text-align: center;
}
#contacto .form-success.modal-content .form-success-icon,
.sucModals .form-success.modal-content .form-success-icon,
#formsHero .form-success.modal-content .form-success-icon,
#formCliente .form-success.modal-content .form-success-icon,
#graciasMensaje .form-success.modal-content .form-success-icon,
#cotizadorModal .form-success.modal-content .form-success-icon,
#presuModal .form-success.modal-content .form-success-icon {
	width: 75px;
	height: 75px;
	margin-bottom: 30px;
}
#contacto .form-success.modal-content .title,
.sucModals .form-success.modal-content .title,
#formsHero .form-success.modal-content .title,
#formCliente .form-success.modal-content .title,
#graciasMensaje .form-success.modal-content .title,
#cotizadorModal .form-success.modal-content .title,
#presuModal .form-success.modal-content .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
#contacto .form-success.modal-content .description,
.sucModals .form-success.modal-content .description,
#formsHero .form-success.modal-content .description,
#formCliente .form-success.modal-content .description,
#graciasMensaje .form-success.modal-content .description,
#cotizadorModal .form-success.modal-content .description,
#presuModal .form-success.modal-content .description {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
#contacto .form-success.modal-content .sent-another-message,
.sucModals .form-success.modal-content .sent-another-message,
#formsHero .form-success.modal-content .sent-another-message,
#formCliente .form-success.modal-content .sent-another-message,
#graciasMensaje .form-success.modal-content .sent-another-message,
#cotizadorModal .form-success.modal-content .sent-another-message,
#presuModal .form-success.modal-content .sent-another-message {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	padding: 10px 32px;
	border: 2px solid #0E0E0E;
	border-radius: 5px;
	background: #fff;
}
#contacto #progress-bar-container,
.sucModals #progress-bar-container,
#formsHero #progress-bar-container,
#formCliente #progress-bar-container,
#graciasMensaje #progress-bar-container,
#cotizadorModal #progress-bar-container,
#presuModal #progress-bar-container {
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
#contacto #progress-bar,
.sucModals #progress-bar,
#formsHero #progress-bar,
#formCliente #progress-bar,
#graciasMensaje #progress-bar,
#cotizadorModal #progress-bar,
#presuModal #progress-bar {
	width: 1%;
	height: 8px;
	background-color: #00a9c3;
}

#graciasMensaje .modal-content {
	padding: 20px;
}
#graciasMensaje .modal-dialog {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
#graciasMensaje .form-success.modal-content .modal-body {
	padding: 0;
	height: auto;
}
/*
.form-button {
	background: url("../images/layouts/icons/cta-contact-form.svg") no-repeat;
	z-index: 1;
	position: fixed;
	bottom: 70px;
	right: 0;
	/* outline: none; */
	border: none;
	padding: 15px 27px 15px 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	width: 88px;
	height: 90px;
	/*&::after{
	  content: "Contactanos";
	  vertical-align: middle;

	  font-size: 18px;
	  letter-spacing: -10px;
	  opacity: 0;
	  -webkit-transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	  -moz-transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	  -o-transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	  -ms-transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	  transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	}
	&:hover::after{

	  letter-spacing: normal;
	  margin: 0 11px 0 28px;
	  opacity: 1;
	  // -webkit-transition: opacity 0.5s ease-in-out;
	  // -webkit-transition: letter-spacing 0.3s ease-out, opacity 0.3s ease-out;
	}* /
}*/
.form-button:hover {
	background: url("../images/layouts/icons/cta-contact-form-hover.svg") no-repeat;
}
.form-button svg {
	width: 33px;
	height: 33px;
}

/*.whatsapp-button {
	background: url("../images/layouts/icons/cta-whatsapp.svg") no-repeat;
	position: fixed;
	bottom: 70px;
	right: 100px;
	border: none;
	z-index: 1;
	width: 88px;
	height: 90px;
	display: none;
}
.whatsapp-button:hover {
	background: url("../images/layouts/icons/cta-whatsapp-hover.svg") no-repeat;
}*/
@media (max-width: 768px) {
	/*.whatsapp-button {
		right: 8px;
		width: 70px;
		height: 70px;
		background-size: 100%;
	}
	.whatsapp-button:hover {
		width: 70px;
		height: 70px;
		background-size: 100%;
	}*/
}
.whatsapp-button img {
	width: 88px;
}
@media (max-width: 768px) {
	.whatsapp-button img {
		width: 70px;
	}
}

@media (max-width: 768px) {
	#contacto .modal-content,
.sucModals .modal-content,
#formsHero .modal-content,
#formCliente .modal-content,
#graciasMensaje .modal-content,
#cotizadorModal .modal-content,
#presuModal .modal-content {
		padding: 0;
	}
	#contacto .modal-dialog,
.sucModals .modal-dialog,
#formsHero .modal-dialog,
#formCliente .modal-dialog,
#graciasMensaje .modal-dialog,
#cotizadorModal .modal-dialog,
#presuModal .modal-dialog {
		width: auto;
		max-width: none;
		margin: 20px 10px;
	}
	#contacto .modal-header,
.sucModals .modal-header,
#formsHero .modal-header,
#formCliente .modal-header,
#graciasMensaje .modal-header,
#cotizadorModal .modal-header,
#presuModal .modal-header {
		padding: 40px 20px 0 20px !important;
	}
	#contacto .modal-header .btn-close,
.sucModals .modal-header .btn-close,
#formsHero .modal-header .btn-close,
#formCliente .modal-header .btn-close,
#graciasMensaje .modal-header .btn-close,
#cotizadorModal .modal-header .btn-close,
#presuModal .modal-header .btn-close {
		margin-top: -55px;
	}
	#contacto .modal-body,
.sucModals .modal-body,
#formsHero .modal-body,
#formCliente .modal-body,
#graciasMensaje .modal-body,
#cotizadorModal .modal-body,
#presuModal .modal-body {
		padding: 0px 20px 30px 20px;
	}
	#contacto .modal-body .description,
.sucModals .modal-body .description,
#formsHero .modal-body .description,
#formCliente .modal-body .description,
#graciasMensaje .modal-body .description,
#cotizadorModal .modal-body .description,
#presuModal .modal-body .description {
		font-size: 15px;
		line-height: 22.5px;
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	#contacto .modal-body .description,
.sucModals .modal-body .description,
#formsHero .modal-body .description,
#formCliente .modal-body .description,
#graciasMensaje .modal-body .description,
#cotizadorModal .modal-body .description,
#presuModal .modal-body .description {
		margin-bottom: 13px;
	}
}
@media (max-width: 768px) {
	#contacto .modal-body small,
.sucModals .modal-body small,
#formsHero .modal-body small,
#formCliente .modal-body small,
#graciasMensaje .modal-body small,
#cotizadorModal .modal-body small,
#presuModal .modal-body small {
		font-weight: 300;
	}
}
@media (max-width: 768px) {
	#contacto .modal-body form .box-input,
.sucModals .modal-body form .box-input,
#formsHero .modal-body form .box-input,
#formCliente .modal-body form .box-input,
#graciasMensaje .modal-body form .box-input,
#cotizadorModal .modal-body form .box-input,
#presuModal .modal-body form .box-input {
		padding-bottom: 0px;
	}
	#contacto .modal-body form .box-input span,
.sucModals .modal-body form .box-input span,
#formsHero .modal-body form .box-input span,
#formCliente .modal-body form .box-input span,
#graciasMensaje .modal-body form .box-input span,
#cotizadorModal .modal-body form .box-input span,
#presuModal .modal-body form .box-input span {
		font-weight: 300;
		font-size: 0.875em;
	}
	#contacto .modal-body form .box-input .col-12,
.sucModals .modal-body form .box-input .col-12,
#formsHero .modal-body form .box-input .col-12,
#formCliente .modal-body form .box-input .col-12,
#graciasMensaje .modal-body form .box-input .col-12,
#cotizadorModal .modal-body form .box-input .col-12,
#presuModal .modal-body form .box-input .col-12 {
		width: 100%;
		padding-bottom: 20px;
		display: flex;
		flex-flow: column;
	}
}
@media (max-width: 768px) {
	#contacto .modal-footer .btn-save,
.sucModals .modal-footer .btn-save,
#formsHero .modal-footer .btn-save,
#formCliente .modal-footer .btn-save,
#graciasMensaje .modal-footer .btn-save,
#cotizadorModal .modal-footer .btn-save,
#presuModal .modal-footer .btn-save {
		margin: 20px auto 0 auto;
	}
}
@media (max-width: 768px) {
	#contacto .form-success.modal-content .modal-header,
.sucModals .form-success.modal-content .modal-header,
#formsHero .form-success.modal-content .modal-header,
#formCliente .form-success.modal-content .modal-header,
#graciasMensaje .form-success.modal-content .modal-header,
#cotizadorModal .form-success.modal-content .modal-header,
#presuModal .form-success.modal-content .modal-header {
		padding: 0 10px 0 0;
	}
	#contacto .form-success.modal-content .modal-header .btn-close,
.sucModals .form-success.modal-content .modal-header .btn-close,
#formsHero .form-success.modal-content .modal-header .btn-close,
#formCliente .form-success.modal-content .modal-header .btn-close,
#graciasMensaje .form-success.modal-content .modal-header .btn-close,
#cotizadorModal .form-success.modal-content .modal-header .btn-close,
#presuModal .form-success.modal-content .modal-header .btn-close {
		margin-top: -20px;
	}
	#contacto .form-success.modal-content .modal-body,
.sucModals .form-success.modal-content .modal-body,
#formsHero .form-success.modal-content .modal-body,
#formCliente .form-success.modal-content .modal-body,
#graciasMensaje .form-success.modal-content .modal-body,
#cotizadorModal .form-success.modal-content .modal-body,
#presuModal .form-success.modal-content .modal-body {
		padding: 30px 0 70px 0;
	}
}
@media (max-width: 768px) {
	#presuModal .modal-content > div {
		margin-top: 0;
	}
	#presuModal .modal-content .modal-header .btn-close {
		width: 15px;
		height: 15px;
		padding: 0;
		margin: 0;
	}
	#presuModal .modal-content.form-success.modal-content .modal-body {
		padding: 30px 0 0px 0;
		display: block;
	}
	#presuModal .modal-content.form-success.modal-content .modal-body .description {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	#graciasMensaje .modal-content {
		padding: 40px 20px 40px 20px;
	}
	#graciasMensaje .modal-dialog {
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: center;
	}
	#graciasMensaje .form-success.modal-content .modal-body {
		padding: 0;
		height: auto;
	}
}
@media (max-width: 768px) {
	/*
	.form-button {
		height: 47px;
		width: 57px;
		top: 510px;
		padding: 10px 15px;
	}
	.form-button svg {
		width: 27px;
		height: 27px;
	}

	 */
}
body.page-template-planesAhorro .form-button {
	bottom: unset;
	top: 515px;
}
@media (max-width: 768px) {
	body.page-template-planesAhorro .form-button {
		bottom: 10px;
		top: auto;
		right: 8px;
		width: 70px;
		height: 70px;
		background-size: 100%;
	}
}
body.page-template-planesAhorro .whatsapp-button {
	bottom: unset;
	top: 515px;
}
@media (max-width: 768px) {
	body.page-template-planesAhorro .whatsapp-button {
		right: 8px;
		width: 70px;
		height: 70px;
		background-size: 100%;
		top: auto;
		bottom: 70px;
	}
}

body.page-template-planesAhorro.admin-bar .form-button {
	bottom: unset;
	top: 560px;
}
@media (max-width: 768px) {
	body.page-template-planesAhorro.admin-bar .form-button {
		bottom: unset;
		top: 543px;
	}
}

.elementor-14 .elementor-element.elementor-element-771e3840 .elementor-heading-title {
	font-family: "Kanin", Helvetica, sans-serif !important;
}

/*Variables*/
/*Fonts*/
/*Colors*/
/*Paths*/
/*********************
BREAKPOINTS
*********************/
#hero .slide .title {
	font-size: 36px;
	line-height: 45px;
	font-weight: 500;
}
@media (max-width: 768px) {
	#hero .slide .title {
		font-size: 24px;
		line-height: 30px;
	}
}

#hero .slide .description {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
@media (max-width: 768px) {
	#hero .slide .description {
		font-size: 15px;
		line-height: 22px;
	}
}

#hero .slide .cta-link {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 32px;
	width: max-content;
}
#hero .slide .cta-link:active {
	color: #353535;
	background-color: #8f8f8f;
}
#hero .slide .cta-link:focus {
	color: #353535;
	background-color: #cacaca;
	border: 3px solid #fff;
	padding: 9px 31px;
	outline: none;
}

/* Page Styles */
#hero .transition {
	transition: 0.7s;
}
#hero .carousel-window {
	overflow: hidden;
}
#hero .carousel {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	top: 0;
	left: 0px;
	width: 10000px;
	padding-left: 0;
	margin-bottom: 0;
}
#hero .carousel li {
	list-style: none;
	padding-left: 0;
}
#hero .slide {
	z-index: 0;
	width: 100vw;
	height: calc( (var(--vh, 1vh) * 100) );
	padding: 100px 5.555555vw 0 5.555555vw;
	background-size: cover;
	/* post venta page */
}
#hero .slide.active {
	display: flex;
}
#hero .slide .content {
	width: 50%;
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	justify-content: center;
	padding-bottom: 123px;
	min-height: 392px;
}
#hero .slide .title {
	color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#hero .slide .description {
	color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#hero .slide .btn-primary-light {
	padding: 10px 32px;
	width: max-content;
}
#hero .slide.heroInterior-15 {
	height: 400px;
}
@media (max-width: 768px) {
	#hero .slide.heroInterior-15 {
		height: 324px !important;
	}
}
@media (max-width: 768px) {
	#hero .slide.heroInterior-15 .content {
		padding-top: 35px;
		height: auto;
	}
}
#hero .slide.slideSinglePost {
	height: 521px;
}
#hero .slide.slideSinglePost .single-post-meta {
	color: #fff;
	font-weight: 400;
}
#hero .slide.slideSinglePost .single-post-meta a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 768px) {
	#hero .slide.slideSinglePost .single-post-meta a, #hero .slide.slideSinglePost .single-post-meta .single-post-meta-separator {
		display: none;
	}
}
@media (max-width: 768px) {
	#hero .slide.slideSinglePost {
		background-position: center center !important;
	}
}
#hero .hero-navigator {
	display: flex;
	column-gap: 20px;
	flex-flow: unset;
	background: transparent;
	border-radius: unset;
	padding: 0;
	position: absolute;
	width: auto;
	margin: 0 0 0 5.555555%;
	padding: 10px;
	bottom: 56px;
}
@media (max-width: 768px) {
	#hero .hero-navigator {
		position: relative;
		padding: 8px 8px 0px 10px;
		bottom: 50px;
		margin: 0 auto;
		flex-flow: row nowrap;
		justify-content: center;
		width: 100%;
		column-gap: 10px !important;
	}
}
#hero .hero-navigator li {
	width: auto;
	list-style: none;
	display: inline-block;
	text-align: unset;
	padding: 0;
	background-color: transparent;
	border-radius: unset;
	margin-right: unset;
}
#hero .hero-navigator li button {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	background-color: #fff;
	border: none;
	transition: 0.2s;
}
@media (max-width: 768px) {
	#hero .hero-navigator li button {
		width: 5px;
		height: 5px;
		border-radius: 2.5px;
	}
}
#hero .hero-navigator li.active button {
	background-color: #fff;
	width: 96px;
}

body.page-template-blog #hero .carousel-window,
body.tax-product_cat #hero .carousel-window,
body.woocommerce-page #hero .carousel-window {
	position: relative;
}
body.page-template-blog #hero .carousel-window .carousel,
body.tax-product_cat #hero .carousel-window .carousel,
body.woocommerce-page #hero .carousel-window .carousel {
	flex-flow: row;
}
body.page-template-blog #hero .carousel-window .carousel .slide,
body.tax-product_cat #hero .carousel-window .carousel .slide,
body.woocommerce-page #hero .carousel-window .carousel .slide {
	height: 521px;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .carousel-window .carousel .slide,
body.tax-product_cat #hero .carousel-window .carousel .slide,
body.woocommerce-page #hero .carousel-window .carousel .slide {
		background-position: center center;
	}
}
body.page-template-blog #hero .carousel-window .carousel .slide .content,
body.tax-product_cat #hero .carousel-window .carousel .slide .content,
body.woocommerce-page #hero .carousel-window .carousel .slide .content {
	flex-flow: column;
	padding-bottom: 0;
	min-height: unset;
}
body.page-template-blog #hero .carousel-window .carousel .slide .content .title a,
body.tax-product_cat #hero .carousel-window .carousel .slide .content .title a,
body.woocommerce-page #hero .carousel-window .carousel .slide .content .title a {
	color: #fff !important;
	text-decoration: none;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper,
body.tax-product_cat #hero .ctrlsHeroblogWrapper,
body.woocommerce-page #hero .ctrlsHeroblogWrapper {
	position: absolute;
	right: 0;
	margin: 0 5.555555% 0 0;
	bottom: 40px;
	background: transparent;
	padding: 0;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog {
	display: flex;
	align-items: baseline;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator {
	position: relative;
	margin: 0;
	right: unset;
	left: unset;
	bottom: unset;
	bottom: unset;
	display: flex;
	column-gap: 16px;
	flex-flow: unset;
	background: transparent;
	border-radius: unset;
	padding: 0;
	backdrop-filter: unset;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li {
	width: auto;
	list-style: none;
	display: inline-block;
	text-align: unset;
	padding: 0;
	background-color: transparent;
	border-radius: unset;
	margin-right: unset;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	background-color: #fff;
	border: none;
	transition: 0.2s;
}
@media (max-width: 768px) {
	body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li button {
		width: 5px;
		height: 5px;
		border-radius: 2.5px;
	}
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .carousel-nav.hero-navigator li.active button {
	background-color: #fff;
	width: 96px;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog {
	margin-left: 30px;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link {
	background: transparent;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 8px 24px;
	width: max-content;
}
body.page-template-blog #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link.prev,
body.tax-product_cat #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link.prev,
body.woocommerce-page #hero .ctrlsHeroblogWrapper .ctrlsHeroblog .arrowsHeroBlog .cta-link.prev {
	margin-right: 10px;
}

body.tax-product_cat #hero, body.woocommerce-page #hero {
	margin-top: 100px;
}
body.tax-product_cat #hero .carousel-window .carousel .slide, body.woocommerce-page #hero .carousel-window .carousel .slide {
	height: 360px;
}

@media (max-width: 768px) {
	#hero {
		height: auto;
		padding-top: 0px;
	}
	#hero .ctrlsHeroblogWrapper {
		position: relative !important;
		margin: 0 auto !important;
	}
	#hero .ctrlsHeroblogWrapper .ctrlsHeroblog {
		justify-content: center;
	}
	#hero .ctrlsHeroblogWrapper .ctrlsHeroblog .hero-navigator {
		top: 0 !important;
	}
	#hero .ctrlsHeroblogWrapper .ctrlsHeroblog .hero-navigator li button {
		padding: 0 !important;
	}
	#hero .ctrlsHeroblogWrapper .arrowsHeroBlog {
		display: none;
	}
	#hero .slide {
		padding: 70px 5.555555vw 0 5.555555vw;
		height: 500px !important;
		background-position: center center;
	}
	#hero .slide .content {
		width: 100%;
		flex-flow: column wrap;
		height: 417px;
		justify-content: center;
		padding-bottom: 123px;
	}
	#hero .slide .content .title {
		margin-bottom: 10px;
	}
	#hero .slide .content .description {
		margin-bottom: 20px;
	}
}
body.single-post #hero .slide .content,
body.page-template-heroInteriorPage #hero .slide .content,
body.page-template-postventa #hero .slide .content,
body.page-template-planesAhorro #hero .slide .content {
	flex-flow: column;
	padding-bottom: 0;
	min-height: unset;
}

@media (max-width: 425px) {
	#hero .slide .cta-link {
		padding: 8px 25px;
	}
	#hero .slide .content .description {
		-webkit-line-clamp: 3;
	}
}
#hero .slide .title {
	font-size: 36px;
	line-height: 45px;
	font-weight: 500;
}
@media (max-width: 768px) {
	#hero .slide .title {
		font-size: 24px;
		line-height: 30px;
	}
}

#hero .slide .description {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
@media (max-width: 768px) {
	#hero .slide .description {
		font-size: 15px;
		line-height: 22px;
	}
}

#hero .slide .cta-link {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 32px;
	width: max-content;
}
#hero .slide .cta-link:active {
	color: #353535;
	background-color: #8f8f8f;
}
#hero .slide .cta-link:focus {
	color: #353535;
	background-color: #cacaca;
	border: 3px solid #fff;
	padding: 9px 31px;
	outline: none;
}

/* Page Styles */
@media (max-width: 425px) {
	.carousel .carousel-control-prev {
		justify-content: flex-start;
		left: 5px;
	}
	.carousel .carousel-control-next {
		justify-content: flex-end;
		right: 5px;
	}
}

.popularPosts,
.relatedPosts {
	margin-bottom: 30px;
}
.popularPosts .elementor-shortcode,
.popularPosts .yarpp-related-widget,
.relatedPosts .elementor-shortcode,
.relatedPosts .yarpp-related-widget {
	margin: 0;
}
.popularPosts .elementor-shortcode h4,
.popularPosts .yarpp-related-widget h4,
.relatedPosts .elementor-shortcode h4,
.relatedPosts .yarpp-related-widget h4 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	text-transform: unset;
}
.popularPosts .elementor-shortcode .wpp-list,
.popularPosts .yarpp-related-widget .wpp-list,
.relatedPosts .elementor-shortcode .wpp-list,
.relatedPosts .yarpp-related-widget .wpp-list {
	padding: 0;
	margin: 0;
}
.popularPosts .elementor-shortcode .wpp-list .wpp-date,
.popularPosts .yarpp-related-widget .wpp-list .wpp-date,
.relatedPosts .elementor-shortcode .wpp-list .wpp-date,
.relatedPosts .yarpp-related-widget .wpp-list .wpp-date {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 3px;
}
.popularPosts .elementor-shortcode .wpp-list .wpp-post-title,
.popularPosts .yarpp-related-widget .wpp-list .wpp-post-title,
.relatedPosts .elementor-shortcode .wpp-list .wpp-post-title,
.relatedPosts .yarpp-related-widget .wpp-list .wpp-post-title {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	height: auto;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-page #post-gallery .modal-dialog {
	max-width: 55%;
}
.single-page #post-gallery .modal-body {
	padding: 0;
}
.single-page #post-gallery .carousel-item {
	background-size: cover;
	height: 500px;
}
.single-page #post-gallery .carousel-control-prev {
	left: -15%;
	opacity: 0.9 !important;
}
.single-page #post-gallery .carousel-control-prev:hover {
	opacity: 1 !important;
}
.single-page #post-gallery .carousel-control-prev img {
	width: 40px;
}
.single-page #post-gallery .carousel-control-next {
	right: -15%;
	opacity: 0.9 !important;
}
.single-page #post-gallery .carousel-control-next:hover {
	opacity: 1 !important;
}
.single-page #post-gallery .carousel-control-next img {
	width: 40px;
}
.single-page #post-gallery .btn-close {
	position: absolute;
	top: 0;
	right: -15%;
	width: 15%;
	padding: 0;
	margin-top: -55px;
	background: none;
	opacity: 0.9 !important;
}
.single-page #post-gallery .btn-close:hover {
	opacity: 1 !important;
}
.single-page #post-gallery .btn-close:focus {
	box-shadow: none;
}
.single-page #post-gallery .btn-close img {
	width: 40px;
}
.single-page .gallery .gallery-item {
	margin: 0 !important;
}
.single-page .gallery img {
	border: 3px solid #fff !important;
}
@media (max-width: 768px) {
	.single-page .carousel-gallery-mobile .carousel-item img {
		width: 100%;
	}
	.single-page .carousel-gallery-mobile .carousel-indicators {
		position: relative;
		bottom: -10px;
		margin-bottom: 20px;
	}
	.single-page .carousel-gallery-mobile .carousel-indicators button {
		width: 8px;
		height: 8px;
		margin: 0 4px;
		border-radius: 5px;
		padding: 0;
		background-color: #CACACA;
		border: none;
		transition: 0.2s;
	}
	.single-page .carousel-gallery-mobile .carousel-indicators button.active {
		background-color: #00A9C3;
		width: 48px;
	}
}

.modal-backdrop {
	opacity: 0.9 !important;
}

.searchPost {
	margin-bottom: 30px !important;
}
@media (max-width: 768px) {
	.searchPost {
		margin-bottom: 50px !important;
	}
}
.searchPost #ajaxsearchlite1.asl_w {
	background-color: #EFEFEF;
	padding: 8px 5px 8px 20px;
	box-shadow: unset;
	border: unset;
	border-radius: 6px;
	width: calc( 100% - 25px );
}
.searchPost #ajaxsearchlite1.asl_w .probox {
	height: auto;
	background-color: #EFEFEF;
	border: 0 none;
	box-shadow: unset;
	flex-direction: row-reverse;
}
.searchPost #ajaxsearchlite1.asl_w .probox .promagnifier {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	background-image: unset;
	background-image: unset;
	background-image: unset;
	background-image: unset;
	border: unset;
	border-radius: unset;
	box-shadow: unset;
}
.searchPost #ajaxsearchlite1.asl_w .probox .promagnifier .innericon svg {
	fill: #8F8F8F;
	width: 24px;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proinput {
	color: #8f8f8f !important;
	font-size: 12px;
	text-shadow: unset;
	margin-top: 0px;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proinput input {
	font-weight: 300;
	font-family: "Kanin" !important;
	color: #8f8f8f !important;
	font-size: 18px;
	text-shadow: unset;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proinput input[type=submit] {
	display: none;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proclose {
	width: 24px;
	height: 24px;
	margin-top: 2px;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proclose svg {
	margin-top: -9px;
	background: #736e6e;
	box-shadow: unset;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proloading {
	width: 24px;
	height: 24px;
	margin-top: 3px;
}
.searchPost #ajaxsearchlite1.asl_w .probox .proloading .asl_simple-circle {
	border: 4px solid #736e6e;
}

.relatedPosts .yarpp-related h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	font-weight: 500;
	line-height: 1.2;
}

.categoriasPost {
	margin-top: 25px !important;
}
.categoriasPost .elementor-widget-container h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
.categoriasPost .elementor-widget-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.categoriasPost .elementor-widget-container ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CACACA;
	margin-top: 8px;
	padding-bottom: 8px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.categoriasPost .elementor-widget-container ul li a {
	color: #000;
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 0;
}
@media (max-width: 768px) {
	.categoriasPost .elementor-widget-container ul li a {
		color: #007c8f;
	}
}
.categoriasPost .elementor-widget-container ul li .post_count {
	padding: 5px 15px;
	border-radius: 5px;
}
.categoriasPost .elementor-widget-container ul li:last-child {
	border-bottom: 0 none;
}
.categoriasPost .elementor-widget-container ul li.active a, .categoriasPost .elementor-widget-container ul li:hover a {
	color: #007C8F;
}
.categoriasPost .elementor-widget-container ul li.active .post_count, .categoriasPost .elementor-widget-container ul li:hover .post_count {
	background: #007C8F;
	color: #fff;
}

#ajaxsearchliteres1.asl_r.vertical {
	border: 0 solid #dad7d7;
	box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 0;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content {
	padding: 0;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .asl_nores {
	padding: 10px 20px;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .asl_nores .asl_nores_header div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .asl_nores .asl_nores_header div:before {
	content: url(../images/layouts/icons/errorSearch.svg);
	background-repeat: no-repeat;
	background-size: 44px;
	height: 44px;
	background-position: center center;
	padding: 0;
	font-size: unset;
	margin-right: 10px;
	font-weight: unset;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .asl_nores .asl_nores_header p {
	font-weight: 300;
	margin-top: 10px;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item {
	padding: 15px 15px;
	border-left: unset;
	border-right: unset;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content {
	padding: 0;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content .asl_image {
	margin: 6px 8px 0 0;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3,
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3 a {
	font-weight: normal;
	color: #000000;
	display: block;
	line-height: 18px !important;
	font-size: 16px;
	text-shadow: unset;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3:hover, #ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3:focus, #ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3:active, #ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3:visited,
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3 a:hover,
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3 a:focus,
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3 a:active,
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3 a:visited {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	text-shadow: unset;
	outline: unset;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#ajaxsearchliteres1.asl_r.vertical .asl_simplebar-content .resdrg .item .asl_content .asl_desc {
	font-weight: 300;
	line-height: 14px;
	margin-top: 0px;
	font-size: 12px;
}

.customLoop .elementor-grid-item {
	margin-bottom: 70px !important;
}
.customLoop .elementor-grid-item:nth-child(odd) {
	margin-right: 15px;
}
.customLoop .elementor-grid-item:nth-child(even) {
	margin-left: 15px;
}
.customLoop .elementor-grid-item .elementor-post__thumbnail__link {
	margin-bottom: 0;
}
.customLoop .elementor-grid-item .elementor-post__text .elementor-post__meta-data {
	height: 47px;
	display: flex;
	align-items: center;
}
.customLoop .elementor-grid-item .elementor-post__text .elementor-post__meta-data .categories .cat-item h6 {
	margin-bottom: 0;
}
.customLoop .elementor-grid-item .elementor-post__text .elementor-post__meta-data .categories .cat-item h6 a {
	color: #006878;
	font-size: 14px;
	background: #D8EEF1;
	padding: 2px 7px;
	border-radius: 6px;
}
.customLoop .elementor-grid-item .elementor-post__text .elementor-post__meta-data .elementor-post-date {
	font-size: 14px;
	font-weight: 400;
	margin-left: 15px;
}
.customLoop .elementor-grid-item .elementor-post__title {
	margin: 0 0 15px 0;
	overflow: hidden;
	display: -webkit-box;
	/*-webkit-line-clamp: 1;*/
	-webkit-box-orient: vertical;
	min-height: 80px;
}
@media (max-width: 768px) {
	.customLoop .elementor-grid-item .elementor-post__title {
		-webkit-line-clamp: 2;
	}
}
.customLoop .elementor-grid-item .elementor-post__title a {
	font-size: 24px;
	font-weight: 500;
}
.customLoop .elementor-grid-item .elementor-post__excerpt {
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.customLoop .elementor-grid-item .elementor-post__read-more {
	margin: 34px 0 0 0;
}
.customLoop .elementor-grid-item .elementor-post__read-more a {
	color: #007C8F;
	font-size: 16px;
	font-weight: 400;
}
.customLoop .elementor-grid-item .elementor-post__read-more:after {
	content: url(../images/layouts/icons/arrowReadMore.svg);
	width: 5px;
	height: 8px;
	text-align: left;
	margin-left: 10px;
}

.customNavigation {
	margin-top: 55px;
}
@media (max-width: 768px) {
	.customNavigation {
		margin-top: 0;
		margin-bottom: 60px;
	}
}
.customNavigation ul {
	display: flex;
	list-style: none;
	justify-content: start;
	align-items: center;
	padding-left: 0;
}
.customNavigation ul li {
	color: #575757;
	margin-right: 10px;
}
@media (max-width: 380px) {
	.customNavigation ul li {
		margin-right: 0;
	}
}
.customNavigation ul li a {
	color: #575757;
	padding: 8px 16px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
.customNavigation ul li a.active {
	background-color: #575757;
	color: #fff;
	border-radius: 5px;
	pointer-events: none;
}
.customNavigation ul li a.backtoInitial {
	background: url(../images/layouts/icons/chevronLastsLeft.svg);
	width: 13px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
}
.customNavigation ul li a.backtoInitial.disabled {
	background: url(../images/layouts/icons/chevronLeftLastsDisabled.svg);
	transform: unset;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
.customNavigation ul li a.backtoPrev {
	background: url(../images/layouts/icons/chevronLeft.svg);
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
}
.customNavigation ul li a.backtoPrev.disabled {
	background: url(../images/layouts/icons/chevronLeftDisabled.svg);
	transform: unset;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
.customNavigation ul li a.backtoLast {
	background: url(../images/layouts/icons/chevronLasts.svg);
	width: 13px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	transform: unset;
}
.customNavigation ul li a.backtoLast.disabled {
	background: url(../images/layouts/icons/chevronRightLastsDisabled.svg);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
.customNavigation ul li a.backtoNext {
	background: url(../images/layouts/icons/chevronRight.svg);
	width: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
	transform: unset;
}
.customNavigation ul li a.backtoNext.disabled {
	background: url(../images/layouts/icons/chevronRightDisabled.svg);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
.customNavigation ul li a.backtoNext.active, .customNavigation ul li a.backtoLast.active {
	background-color: initial;
	color: initial;
}
.customNavigation ul li.pointsLi {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

/* Posts archive loop */
@media (max-width: 768px) {
	.customLoop .elementor-posts .elementor-post__meta-data {
		margin-bottom: 0;
	}
	.customLoop .elementor-grid-item .elementor-post__read-more {
		margin-top: 0;
	}
}
/* Subscribe Section Elementor Template */
.subscribe-section div.elementor-column > .elementor-element-populated {
	padding: 40px 70px 32px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
	border-left: 8px solid #00a9c3;
	display: flex;
	flex-direction: column;
}
.subscribe-section div.elementor-column > .elementor-element-populated #progress-bar-container {
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.subscribe-section div.elementor-column > .elementor-element-populated #progress-bar {
	width: 1%;
	height: 8px;
	background-color: #00a9c3;
}
.subscribe-section div.elementor-column:first-child {
	margin-right: 20px;
}
.subscribe-section div.elementor-column:last-child {
	margin-left: 20px;
}
.subscribe-section h2.elementor-heading-title {
	font-size: 24px;
}
.subscribe-section form {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	max-width: 100%;
	margin-top: auto;
}
.subscribe-section form div:first-child {
	width: 100%;
}
.subscribe-section form p {
	margin-bottom: 0;
	margin-right: 27px;
	box-sizing: border-box;
	width: auto;
	min-width: 240px;
	margin-bottom: 8px;
}
.subscribe-section form p label {
	font-weight: 500;
	box-sizing: border-box;
	width: 100%;
}
.subscribe-section form p label span {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.subscribe-section form p label span input {
	box-sizing: border-box;
	width: 100%;
}
.subscribe-section form p label span input.wpcf7-not-valid {
	border-color: #ff0000;
}
.subscribe-section form p label span .wpcf7-not-valid-tip {
	font-size: 15px;
	position: absolute;
	top: 40px;
	width: 300px;
}
.subscribe-section form p:first-of-type {
	width: 70%;
}
.subscribe-section form p:last-of-type {
	margin-right: 0;
	width: 30%;
	align-items: flex-end;
	box-sizing: border-box;
	position: relative;
}
.subscribe-section form p:last-of-type input[type=submit] {
	box-sizing: border-box;
	margin-top: auto;
}
.subscribe-section form p:last-of-type .ajax-loader {
	position: absolute;
	top: 11px;
}
.subscribe-section form .wpcf7-response-output {
	display: none !important;
}
.subscribe-section form input.input-default {
	border: 1px solid #8F8F8F;
	padding: 12px;
	border-radius: 5px;
}
.subscribe-section .elementor-widget-text-editor {
	flex-grow: 1;
}
.subscribe-section .btn-secondary-light {
	margin-bottom: 8px;
}
@media (max-width: 992px) {
	.subscribe-section div.elementor-column > .elementor-element-populated {
		padding: 40px 30px 32px;
	}
	.subscribe-section div.elementor-column {
		margin-bottom: 32px;
	}
	.subscribe-section div.elementor-column:first-child {
		margin-right: 0;
	}
	.subscribe-section div.elementor-column:last-child {
		margin-left: 0;
	}
	.subscribe-section form {
		flex-direction: column;
		box-sizing: border-box;
		align-items: flex-start;
	}
	.subscribe-section form p {
		margin-bottom: 0;
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
	}
	.subscribe-section form p label {
		margin-right: 0;
		margin-bottom: 24px;
		box-sizing: border-box;
		width: 100%;
	}
	.subscribe-section form p label span {
		box-sizing: border-box;
		width: 100;
	}
	.subscribe-section form p label span input {
		box-sizing: border-box;
		width: 100%;
	}
	.subscribe-section form p label span .wpcf7-not-valid-tip {
		font-size: 15px;
		position: static;
		top: 0;
	}
	.subscribe-section form p input[type=submit] {
		position: static;
	}
}

/* Single Post Elementor Template Id 150 */
.elementor-150 .elementor-widget-image {
	text-align: left;
}

@media (max-width: 1024px) {
	.customLoop .elementor-grid-item:nth-child(odd) {
		margin-right: 0;
	}
	.customLoop .elementor-grid-item:nth-child(even) {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	body.single-post .sidebarClass {
		margin-top: 50px !important;
	}
}

/*# sourceMappingURL=blog-css.css.map */