@font-face {
	font-family: "Optima";
	src: url('/assets/fonts/OPTIMA.woff2') format('woff2');
}

@font-face {
	font-family: "DidactGothic-Regular";
	src: url('/assets/fonts/DidactGothic-Regular.woff2') format('woff2');
}

@font-face {
	font-family: "Bakery";
	src: url('/assets/fonts/bakery.woff2') format('woff2');
}

@font-face {
	font-family: "Roboto-Light";
	src: url('/assets/fonts/Roboto-Light.woff2') format('woff2');
}

@font-face {
	font-family: "Metropolis-Bold";
	src: url('/assets/fonts/Metropolis-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'BebasNeue-Regular';
	src: url('/assets/fonts/BebasNeue-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Economica-Regular';
	src: url('/assets/fonts/Economica-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Bahnschrift';
	src: url('/assets/fonts/bahnschrift.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('/assets/fonts/Poppins-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('/assets/fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	src: url('/assets/fonts/Poppins.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('/assets/fonts/Poppins-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('/assets/fonts/Poppins-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway';
	src: url('/assets/fonts/Raleway-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway-Light';
	src: url('/assets/fonts/Raleway-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway-Regular';
	src: url('/assets/fonts/Raleway-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway-Semibold';
	src: url('/assets/fonts/Raleway-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway-Bold';
	src: url('/assets/fonts/Raleway-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Raleway-Thin';
	src: url('/assets/fonts/Raleway-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'DIN-PRO';
	src: url('/assets/fonts/DIN-PRO.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/Inter.woff2') format('woff2');
}

@font-face {
	font-family: 'CormorantGaramond-Italic';
	src: url('/assets/fonts/CormorantGaramond-Italic.woff2') format('woff2');
}

@font-face {
	font-family: 'CormorantGaramond-Light';
	src: url('/assets/fonts/CormorantGaramond-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'CormorantGaramond-Medium';
	src: url('/assets/fonts/CormorantGaramond-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'CormorantGaramond-Regular';
	src: url('/assets/fonts/CormorantGaramond-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'CormorantGaramond-SemiBold';
	src: url('/assets/fonts/CormorantGaramond-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'CormorantGaramond-Bold';
	src: url('/assets/fonts/CormorantGaramond-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Lato-Regular';
	src: url('/assets/fonts/Lato-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Lato-Light';
	src: url('/assets/fonts/Lato-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Lato-Thin';
	src: url('/assets/fonts/Lato-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
}

@font-face {
	font-family: 'Work-Sans';
	src: url('/assets/fonts/WorkSans.woff2') format('woff2');
}

.container-fluid {
	padding: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra 2x large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {}

@media only screen and (max-width: 576px) {

	.col-upto-xs-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-upto-xs-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-upto-xs-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-upto-xs-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.mb-upto-xs-2,
	.my-upto-xs-2 {
		margin-bottom: .5rem !important;
	}

	.mt-upto-xs-2,
	.my-upto-xs-2 {
		margin-top: .5rem !important;
	}

	.ml-upto-xs-5,
	.mx-upto-xs-5 {
		margin-left: 3rem !important;
	}

	.mr-upto-xs-5,
	.mx-upto-xs-5 {
		margin-right: 3rem !important;
	}

	.pl-upto-xs-4,
	.px-upto-xs-4 {
		padding-left: 1.5rem !important;
	}

	.pr-upto-xs-4,
	.px-upto-xs-4 {
		padding-right: 1.5rem !important;
	}

	.pl-upto-xs-5,
	.px-upto-xs-5 {
		padding-left: 3rem !important;
	}

	.pr-upto-xs-5,
	.px-upto-xs-5 {
		padding-right: 3rem !important;
	}
}

@media only screen and (max-width: 768px) {

	.col-upto-sm-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-upto-sm-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-upto-sm-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-upto-sm-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.mb-upto-sm-2,
	.my-upto-sm-2 {
		margin-bottom: .5rem !important;
	}

	.mt-upto-sm-2,
	.my-upto-sm-2 {
		margin-top: .5rem !important;
	}

	.ml-upto-sm-5,
	.mx-upto-sm-5 {
		margin-left: 3rem !important;
	}

	.mr-upto-sm-5,
	.mx-upto-sm-5 {
		margin-right: 3rem !important;
	}

	.pl-upto-sm-4,
	.px-upto-sm-4 {
		padding-left: 1.5rem !important;
	}

	.pr-upto-sm-4,
	.px-upto-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pl-upto-sm-5,
	.px-upto-sm-5 {
		padding-left: 3rem !important;
	}

	.pr-upto-sm-5,
	.px-upto-sm-5 {
		padding-right: 3rem !important;
	}
}

@media only screen and (max-width: 992px) {

	.col-upto-md-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-upto-md-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-upto-md-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-upto-md-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.mb-upto-md-2,
	.my-upto-md-2 {
		margin-bottom: .5rem !important;
	}

	.mt-upto-md-2,
	.my-upto-md-2 {
		margin-top: .5rem !important;
	}

	.ml-upto-md-5,
	.mx-upto-md-5 {
		margin-left: 3rem !important;
	}

	.mr-upto-md-5,
	.mx-upto-md-5 {
		margin-right: 3rem !important;
	}

	.pl-upto-md-5,
	.px-upto-md-5 {
		padding-left: 3rem !important;
	}

	.pr-upto-md-5,
	.px-upto-md-5 {
		padding-right: 3rem !important;
	}

	.pl-upto-md-4,
	.px-upto-md-4 {
		padding-left: 1.5rem !important;
	}

	.pr-upto-md-4,
	.px-upto-md-4 {
		padding-right: 1.5rem !important;
	}
}

@media only screen and (max-width: 1200px) {

	.col-upto-lg-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-upto-lg-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-upto-lg-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-upto-lg-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.mb-upto-lg-2,
	.my-upto-lg-2 {
		margin-bottom: .5rem !important;
	}

	.mt-upto-lg-2,
	.my-upto-lg-2 {
		margin-top: .5rem !important;
	}

	.ml-upto-lg-5,
	.mx-upto-lg-5 {
		margin-left: 3rem !important;
	}

	.mr-upto-lg-5,
	.mx-upto-lg-5 {
		margin-right: 3rem !important;
	}

	.pl-upto-lg-4,
	.px-upto-lg-4 {
		padding-left: 1.5rem !important;
	}

	.pr-upto-lg-4,
	.px-upto-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pl-upto-lg-5,
	.px-upto-lg-5 {
		padding-left: 3rem !important;
	}

	.pr-upto-lg-5,
	.px-upto-lg-5 {
		padding-right: 3rem !important;
	}
}

@media only screen and (max-width: 1400px) {

	.col-upto-xl-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-upto-xl-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-upto-xl-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-upto-xl-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.mb-upto-xl-2,
	.my-upto-xl-2 {
		margin-bottom: .5rem !important;
	}

	.mt-upto-xl-2,
	.my-upto-xl-2 {
		margin-top: .5rem !important;
	}

	.ml-upto-xl-5,
	.mx-upto-xl-5 {
		margin-left: 3rem !important;
	}

	.mr-upto-xl-5,
	.mx-upto-xl-5 {
		margin-right: 3rem !important;
	}

	.pl-upto-xl-4,
	.px-upto-xl-4 {
		padding-left: 1.5rem !important;
	}

	.pr-upto-xl-4,
	.px-upto-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pl-upto-xl-5,
	.px-upto-xl-5 {
		padding-left: 3rem !important;
	}

	.pr-upto-xl-5,
	.px-upto-xl-5 {
		padding-right: 3rem !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 768px) {

	.col-only-sm-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-only-sm-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-only-sm-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-only-sm-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

	.col-only-md-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-only-md-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-only-md-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-only-md-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width:992px) and (max-width: 1200px) {

	.col-only-lg-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-only-lg-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-only-lg-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-only-lg-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

	.col-only-xl-4 {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}

	.col-only-xl-5 {
		-ms-flex: 0 0 41.666667% !important;
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	}

	.col-only-xl-6 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.col-only-xl-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

a:hover {
	text-decoration: none;
}


@media print {

	.no-print,
	.no-print * {
		display: none !important;
	}

	body {
		background: #fff;
	}
}

.hide {
	display: none !important;
}

html:not([data-scroll='0']) .container-inmotek {
	margin-top: 12%;
}

@media only screen and (max-width: 480px) {
	html:not([data-scroll='0']) .container-inmotek {
		margin-top: 20%;
	}
}

.cc_css_reboot {
	position: fixed !important;
}


/* Respuestas de los form de contacto */
.form_messages {
	display: none;
	color: white;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 10px;
}

/*.content_inmotek {
	background-color: #FCFCFC;
}*/

.strong {
	font-weight: bold;
}

.modal-body-cookies {
	max-height: 50vh;
	overflow: auto;
}

.btn-secondary:not(.original-style) {
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-primary:not(.original-style) {
	background-color: #6c757d;
	border-color: #6c757d;
}

#loading {
	width: 100%;
	height: 20em;
	background: transparent url('/assets/images/loader.gif') no-repeat center;
}

.toast-body {
	max-height: 35em;
	overflow-y: scroll;
}

.grecaptcha-badge {
	visibility: hidden;
}

.leaflet-control-attribution {
	display: none;
}

#btn-up-scroll {
	display: inline-block;
	width: 50px;
	height: 35px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
	color: #fff;
	font-size: 2em;
	border: 1px solid #b6b6b6;
}

#btn-up-scroll i {
	font-size: 2.5rem;
}

#btn-up-scroll:hover {
	cursor: pointer;
	background-color: #333;
}

#btn-up-scroll:active {
	background-color: #555;
}

#btn-up-scroll.show {
	opacity: 1;
	visibility: visible;
}

#btn-up-favorite {
	display: inline-block;
	width: 193px;
	height: 52px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	right: 0;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
	color: #fff;
	font-size: 1.8em;
	border: 1px solid #b6b6b6;
	margin-bottom: 120px;
	top: 50%;
	border-radius: 20px 0 0 20px;
}

#btn-up-favorite i {
	font-size: 1.8rem;
}

#btn-up-favorite:hover {
	cursor: pointer;
	background-color: #333;
}

#btn-up-favorite:active {
	background-color: #555;
}

#btn-up-favorite.show {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 992px) {
	#btn-up-favorite span {
		display: none;
	}

	#btn-up-favorite {
		width: 52px;
		top: 25%;
	}
}

/* Styles for the content section */

.content:not([style]) {
	width: 77%;
	margin: 50px auto;
	font-family: 'Merriweather', serif;
	font-size: 17px;
	color: #6c767a;
	line-height: 1.9;
}

@media (min-width: 500px) {
	.content:not([style]) {
		width: 43%;
	}

	#btn-up-scroll {
		margin: 10px;
	}
}

.content:not([style]) {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.5;
}

.content:not([style]) {
	font-style: italic;
	color: #96a2a7;
}

.inline-list {
	margin: 0 auto 1.0625rem auto;
	margin-left: -1.375rem;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.inline-list>li {
	list-style: none;
	float: left;
	margin-left: 1.375rem;
	display: block;
}

.myweb-text-title {
	text-transform: lowercase;
}

.myweb-text-title::first-letter {
	text-transform: uppercase;
}

.form-block-title {
	border-bottom: 1px solid #dce0e0;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.freeprivacypolicy-com---nb-headline {
	top: auto !important;
	bottom: 0 !important;
	position: fixed !important;
}


#nav_menu .dropdown-menu {
	z-index: 1010;
}

/*Fade Slider*/
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/*End fade out slider*/

.md-spacer {
	margin-top: 20px;
}

.mt-6 {
	margin-top: 3.5rem;
}

.mt-7 {
	margin-top: 4.5rem;
}

.mt-8 {
	margin-top: 5rem;
}

.mt-9 {
	margin-top: 6.5rem;
}

.mb-6 {
	margin-bottom: 3.5rem;
}

.mb-7 {
	margin-bottom: 4.5rem;
}

.mb-8 {
	margin-bottom: 5rem;
}

.mb-9 {
	margin-bottom: 6.5rem;
}

.p-6 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

.p-7 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}

.p-8 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.p-9 {
	padding-left: 6.5rem !important;
	padding-right: 6.5rem !important;
	padding-top: 6.5rem !important;
	padding-bottom: 6.5rem !important;
}

.pl-6 {
	padding-left: 3.5rem !important;
}

.pr-6 {
	padding-right: 3.5rem !important;
}

.pl-7 {
	padding-left: 4.5rem !important;
}

.pr-7 {
	padding-right: 4.5rem !important;
}

.pl-8 {
	padding-left: 5rem !important;
}

.pr-8 {
	padding-right: 5rem !important;
}

.pl-9 {
	padding-left: 6.5rem !important;
}

.pr-9 {
	padding-right: 6.5rem !important;
}

.px-6 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.px-7 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.px-8 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.px-9 {
	padding-left: 6.5rem !important;
	padding-right: 6.5rem !important;
}

.py-6 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

.py-7 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}

.py-8 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.py-9 {
	padding-top: 6.5rem !important;
	padding-bottom: 6.5rem !important;
}

.pt-7 {
	padding-top: 4.5rem !important;
}

.pt-8 {
	padding-top: 5rem !important;
}

.pt-9 {
	padding-top: 6.5rem !important;
}

.pb-7 {
	padding-bottom: 4.5rem !important;
}

.pb-8 {
	padding-bottom: 5rem !important;
}

.pb-9 {
	padding-bottom: 6.5rem !important;
}

.container.container-xxl {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.container.container-xxl {
		max-width: 540px;
	}

	.w-sm-20 {
		width: 20% !important;
	}

	.w-sm-30 {
		width: 30% !important;
	}

	.w-sm-40 {
		width: 40% !important;
	}

	.w-sm-50 {
		width: 50% !important;
	}

	.w-sm-60 {
		width: 60% !important;
	}

	.w-sm-70 {
		width: 70% !important;
	}

	.w-sm-80 {
		width: 80% !important;
	}

	.w-sm-90 {
		width: 90% !important;
	}

	.w-sm-100 {
		width: 100% !important;
	}

	.mt-sm-6 {
		margin-top: 3.5rem !important;
	}

	.mt-sm-7 {
		margin-top: 4.5rem !important;
	}

	.mt-sm-8 {
		margin-top: 5rem !important;
	}

	.mt-sm-9 {
		margin-top: 6.5rem !important;
	}

	.mb-sm-6 {
		margin-bottom: 3.5rem !important;
	}

	.mb-sm-7 {
		margin-bottom: 4.5rem !important;
	}

	.mb-sm-8 {
		margin-bottom: 5rem !important;
	}

	.mb-sm-9 {
		margin-bottom: 6.5rem !important;
	}

	.p-sm-6 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important;
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.p-sm-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.p-sm-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.p-sm-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}

	.pl-sm-6 {
		padding-left: 3.5rem !important;
	}

	.pr-sm-6 {
		padding-right: 3.5rem !important;
	}

	.pl-sm-7 {
		padding-left: 4.5rem !important;
	}

	.pr-sm-7 {
		padding-right: 4.5rem !important;
	}

	.pl-sm-8 {
		padding-left: 5rem !important;
	}

	.pr-sm-8 {
		padding-right: 5rem !important;
	}

	.pl-sm-9 {
		padding-left: 6.5rem !important;
	}

	.pr-sm-9 {
		padding-right: 6.5rem !important;
	}

	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-sm-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}

	.px-sm-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.px-sm-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

	.container.container-xxl {
		max-width: 720px;
	}

	.w-md-20 {
		width: 20% !important;
	}

	.w-md-30 {
		width: 30% !important;
	}

	.w-md-40 {
		width: 40% !important;
	}

	.w-md-50 {
		width: 50% !important;
	}

	.w-md-60 {
		width: 60% !important;
	}

	.w-md-70 {
		width: 70% !important;
	}

	.w-md-80 {
		width: 80% !important;
	}

	.w-md-90 {
		width: 90% !important;
	}

	.w-md-100 {
		width: 100% !important;
	}

	.mt-md-6 {
		margin-top: 3.5rem !important;
	}

	.mt-md-7 {
		margin-top: 4.5rem !important;
	}

	.mt-md-8 {
		margin-top: 5rem !important;
	}

	.mt-md-9 {
		margin-top: 6.5rem !important;
	}

	.mb-md-6 {
		margin-bottom: 3.5rem !important;
	}

	.mb-md-7 {
		margin-bottom: 4.5rem !important;
	}

	.mb-md-8 {
		margin-bottom: 5rem !important;
	}

	.mb-md-9 {
		margin-bottom: 6.5rem !important;
	}

	.p-md-6 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important;
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.p-md-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.p-md-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.p-md-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}

	.pl-md-6 {
		padding-left: 3.5rem !important;
	}

	.pr-md-6 {
		padding-right: 3.5rem !important;
	}

	.pl-md-7 {
		padding-left: 4.5rem !important;
	}

	.pr-md-7 {
		padding-right: 4.5rem !important;
	}

	.pl-md-8 {
		padding-left: 5rem !important;
	}

	.pr-md-8 {
		padding-right: 5rem !important;
	}

	.pl-md-9 {
		padding-left: 6.5rem !important;
	}

	.pr-md-9 {
		padding-right: 6.5rem !important;
	}

	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-md-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}

	.px-md-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.px-md-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
	}

	.py-md-7 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.py-md-8 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.py-md-9 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem;
	}

	.pt-md-4 {
		padding-top: 1.5rem;
	}

	.pt-md-3 {
		padding-top: 1rem;
	}

	.pt-md-2 {
		padding-top: .5rem;
	}

	.pt-md-1 {
		padding-top: .25rem;
	}

	.pb-md-5 {
		padding-top: 3rem;
	}

	.pb-md-4 {
		padding-top: 1.5rem;
	}

	.pb-md-3 {
		padding-top: 1rem;
	}

	.pb-md-2 {
		padding-top: .5rem;
	}

	.pb-md-1 {
		padding-top: .25rem;
	}

	.py-md-6 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-md-7 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.py-md-8 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.py-md-9 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.container.container-xxl {
		max-width: 960px;
	}

	.w-lg-20 {
		width: 20% !important;
	}

	.w-lg-30 {
		width: 30% !important;
	}

	.w-lg-40 {
		width: 40% !important;
	}

	.w-lg-50 {
		width: 50% !important;
	}

	.w-lg-60 {
		width: 60% !important;
	}

	.w-lg-70 {
		width: 70% !important;
	}

	.w-lg-80 {
		width: 80% !important;
	}

	.w-lg-90 {
		width: 90% !important;
	}

	.w-lg-100 {
		width: 100% !important;
	}

	.p-lg-6 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important;
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.p-lg-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.p-lg-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.p-lg-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}

	.pl-lg-6 {
		padding-left: 3.5rem !important;
	}

	.pr-lg-6 {
		padding-right: 3.5rem !important;
	}

	.pl-lg-7 {
		padding-left: 4.5rem !important;
	}

	.pr-lg-7 {
		padding-right: 4.5rem !important;
	}

	.pl-lg-8 {
		padding-left: 5rem !important;
	}

	.pr-lg-8 {
		padding-right: 5rem !important;
	}

	.pl-lg-9 {
		padding-left: 6.5rem !important;
	}

	.pr-lg-9 {
		padding-right: 6.5rem !important;
	}

	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-lg-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}

	.px-lg-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.px-lg-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem;
	}

	.pt-lg-4 {
		padding-top: 1.5rem;
	}

	.pt-lg-3 {
		padding-top: 1rem;
	}

	.pt-lg-2 {
		padding-top: .5rem;
	}

	.pt-lg-1 {
		padding-top: .25rem;
	}

	.pt-lg-0 {
		padding-top: 0rem;
	}

	.pb-lg-5 {
		padding-top: 3rem;
	}

	.pb-lg-4 {
		padding-top: 1.5rem;
	}

	.pb-lg-3 {
		padding-top: 1rem;
	}

	.pb-lg-2 {
		padding-top: .5rem;
	}

	.pb-lg-1 {
		padding-top: .25rem;
	}

	.pb-lg-0 {
		padding-top: 0rem;
	}

	.py-lg-6 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-lg-7 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.py-lg-8 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.py-lg-9 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.container.container-xxl {
		max-width: 1140px;
	}

	.w-xl-20 {
		width: 20% !important;
	}

	.w-xl-30 {
		width: 30% !important;
	}

	.w-xl-40 {
		width: 40% !important;
	}

	.w-xl-50 {
		width: 50% !important;
	}

	.w-xl-60 {
		width: 60% !important;
	}

	.w-xl-70 {
		width: 70% !important;
	}

	.w-xl-80 {
		width: 80% !important;
	}

	.w-xl-90 {
		width: 90% !important;
	}

	.w-xl-100 {
		width: 100% !important;
	}

	.pl-xl-6 {
		padding-left: 3.5rem !important;
	}

	.pr-xl-6 {
		padding-right: 3.5rem !important;
	}

	.pl-xl-7 {
		padding-left: 4.5rem !important;
	}

	.pr-xl-7 {
		padding-right: 4.5rem !important;
	}

	.pl-xl-8 {
		padding-left: 5rem !important;
	}

	.pr-xl-8 {
		padding-right: 5rem !important;
	}

	.pl-xl-9 {
		padding-left: 6.5rem !important;
	}

	.pr-xl-9 {
		padding-right: 6.5rem !important;
	}

	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-xl-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}

	.px-xl-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.px-xl-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
	}

	.py-xl-6 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.py-xl-7 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.py-xl-8 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.py-xl-9 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important;
	}
}

@media (min-width: 1300px) {
	.container.container-xxl {
		max-width: 1280px;
	}
}

/* Extra 2x large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {

	.container.container-xxl {
		max-width: 1400px;
	}

	.w-xxl-20 {
		width: 20% !important;
	}

	.w-xxl-30 {
		width: 30% !important;
	}

	.w-xxl-40 {
		width: 40% !important;
	}

	.w-xxl-50 {
		width: 50% !important;
	}

	.w-xxl-60 {
		width: 60% !important;
	}

	.w-xxl-70 {
		width: 70% !important;
	}

	.w-xxl-80 {
		width: 80% !important;
	}

	.w-xxl-90 {
		width: 90% !important;
	}

	.w-xxl-100 {
		width: 100% !important;
	}

	.pl-xxl-6 {
		padding-left: 3.5rem !important;
	}

	.pr-xxl-6 {
		padding-right: 3.5rem !important;
	}

	.pl-xxl-7 {
		padding-left: 4.5rem !important;
	}

	.pr-xxl-7 {
		padding-right: 4.5rem !important;
	}

	.pl-xxl-8 {
		padding-left: 5rem !important;
	}

	.pr-xxl-8 {
		padding-right: 5rem !important;
	}

	.pl-xxl-9 {
		padding-left: 6.5rem !important;
	}

	.pr-xxl-9 {
		padding-right: 6.5rem !important;
	}

	.px-xxl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.px-xxl-7 {
		padding-left: 4.5rem !important;
		padding-right: 4.5rem !important;
	}

	.px-xxl-8 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.px-xxl-9 {
		padding-left: 6.5rem !important;
		padding-right: 6.5rem !important;
	}
}

/* ESTA MAL HECHOOOO, DEBERIA TENER UNA VERSION POR CADA ANCHO!!...PERO NO SE PUEDE ARREGLAR :C */
@media (min-width: 1500px) {
	.container-sxl {
		width: 100%;
		max-width: 1480px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.container-3xl {
		width: 100%;
		max-width: 1480px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* ESTILOS MODAL FULLSCREEN */
@media (max-width: 575.98px) {
	.modal-fullscreen {
		padding: 0 !important;
	}

	.modal-fullscreen .modal-dialog {
		width: 100%;
		max-width: none !important;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen .modal-body {
		overflow-y: auto;
	}
}

.modal-fullscreen-sm .modal-content {
	border-radius: 0.75rem;
}

@media (max-width: 767.98px) {

	.modal-fullscreen-sm {
		padding: 0 !important;
	}

	.modal-fullscreen-sm .modal-dialog {
		width: 100%;
		max-width: none !important;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-sm .modal-body {
		overflow-y: auto;
	}
}

@media (min-width: 767.98px) {

	.modal-fullscreen-sm .modal-dialog {
		max-width: 750px !important;
	}

	.modal-fullscreen-sm .modal-body {
		max-height: 700px;
		overflow: scroll;
	}
}

.modal-fullscreen-md .modal-content {
	border-radius: 0.75rem;
}

@media (max-width: 991.98px) {
	.modal-fullscreen-md {
		padding: 0 !important;
	}

	.modal-fullscreen-md .modal-dialog {
		width: 100%;
		max-width: none !important;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-md .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-md .modal-body {
		overflow-y: auto;
	}
}

@media (min-width: 991.98px) {
	.modal-fullscreen-md .modal-body {
		max-height: 700px;
		overflow: scroll;
	}
}

.modal-fullscreen-lg .modal-content {
	border-radius: 0.75rem;
}

@media (max-width: 1199.98px) {
	.modal-fullscreen-lg {
		padding: 0 !important;
	}

	.modal-fullscreen-lg .modal-dialog {
		width: 100%;
		max-width: none !important;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-lg .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-lg .modal-body {
		overflow-y: auto;
	}
}

@media (min-width: 1199.99px) {
	.modal-fullscreen-lg .modal-body {
		max-height: 700px;
		overflow: scroll;
	}
}

.modal-fullscreen-xl .modal-content {
	border-radius: 0.75rem;
}

.modal-fullscreen-xl {
	padding: 0 !important;
}

.modal-fullscreen-xl .modal-dialog {
	width: 100%;
	max-width: none !important;
	height: 100%;
	margin: 0;
}

.modal-fullscreen-xl .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen-xl .modal-body {
	overflow-y: auto;
}

/* FIN ESTILOS MODAL FULLSCREEN */

.w-5 {
	width: 5% !important;
}

.w-10 {
	width: 10% !important;
}

.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}

.w-80 {
	width: 80% !important;
}

.w-90 {
	width: 90% !important;
}

.elementor-mark-required::after {
	content: "*";
	color: red;
	padding-left: .2em;
}

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

@media (min-width: 768px) {
	.img-md-strict {
		max-width: 100% !important;
		width: auto !important;
		height: 100% !important;
	}
}

.col-1w2 {
	position: relative;
	width: 100%;
	flex: 0 0 calc(12.5% - 15px);
	max-width: calc(12.5% - 15px);
	padding-right: 15px;
	padding-left: 15px;
}

.col-2w3 {
	position: relative;
	width: 100%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-3w4 {
	position: relative;
	width: 100%;
	flex: 0 0 29.166666%;
	max-width: 29.166666%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-4w5 {
	position: relative;
	width: 100%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-5w6 {
	position: relative;
	width: 100%;
	flex: 0 0 45.833333%;
	max-width: 45.833333%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-6w7 {
	position: relative;
	width: 100%;
	flex: 0 0 54.166665%;
	max-width: 54.166665%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-7w8 {
	position: relative;
	width: 100%;
	flex: 0 0 62.499999%;
	max-width: 62.499999%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-8w9 {
	position: relative;
	width: 100%;
	flex: 0 0 70.8%;
	max-width: 70.8%;
	padding-right: 15px;
	padding-left: 15px;
}

.d-grid {
	display: grid;
}

@media (min-width: 575.98px) {
	.col-sm-1w2 {
		position: relative;
		width: 100%;
		flex: 0 0 12.5% !important;
		max-width: 12.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-2w3 {
		position: relative;
		width: 100%;
		flex: 0 0 20% !important;
		max-width: 20% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-3w4 {
		position: relative;
		width: 100%;
		flex: 0 0 29.166666% !important;
		max-width: 29.166666% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-4w5 {
		position: relative;
		width: 100%;
		flex: 0 0 37.5% !important;
		max-width: 37.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-5w6 {
		position: relative;
		width: 100%;
		flex: 0 0 45.833333% !important;
		max-width: 45.833333% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-6w7 {
		position: relative;
		width: 100%;
		flex: 0 0 54.166665% !important;
		max-width: 54.166665% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-7w8 {
		position: relative;
		width: 100%;
		flex: 0 0 62.499999% !important;
		max-width: 62.499999% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-sm-8w9 {
		position: relative;
		width: 100%;
		flex: 0 0 70.8% !important;
		max-width: 70.8% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.d-sm-grid {
		display: grid !important;
	}
}

@media (min-width: 767.98px) {
	.col-md-1w2 {
		position: relative;
		width: 100%;
		flex: 0 0 12.5% !important;
		max-width: 12.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-2w3 {
		position: relative;
		width: 100%;
		flex: 0 0 20% !important;
		max-width: 20% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-3w4 {
		position: relative;
		width: 100%;
		flex: 0 0 29.166666% !important;
		max-width: 29.166666% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-4w5 {
		position: relative;
		width: 100%;
		flex: 0 0 37.5% !important;
		max-width: 37.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-5w6 {
		position: relative;
		width: 100%;
		flex: 0 0 45.833333% !important;
		max-width: 45.833333% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-6w7 {
		position: relative;
		width: 100%;
		flex: 0 0 54.166665% !important;
		max-width: 54.166665% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-7w8 {
		position: relative;
		width: 100%;
		flex: 0 0 62.499999% !important;
		max-width: 62.499999% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-8w9 {
		position: relative;
		width: 100%;
		flex: 0 0 70.8% !important;
		max-width: 70.8% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.d-md-grid {
		display: grid !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 991.98px) {
	.col-lg-1w2 {
		position: relative;
		width: 100%;
		flex: 0 0 12.5% !important;
		max-width: 12.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-2w3 {
		position: relative;
		width: 100%;
		flex: 0 0 20% !important;
		max-width: 20% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-3w4 {
		position: relative;
		width: 100%;
		flex: 0 0 29.166666% !important;
		max-width: 29.166666% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-4w5 {
		position: relative;
		width: 100%;
		flex: 0 0 37.5% !important;
		max-width: 37.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-5w6 {
		position: relative;
		width: 100%;
		flex: 0 0 45.833333% !important;
		max-width: 45.833333% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-6w7 {
		position: relative;
		width: 100%;
		flex: 0 0 54.166665% !important;
		max-width: 54.166665% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-7w8 {
		position: relative;
		width: 100%;
		flex: 0 0 62.499999% !important;
		max-width: 62.499999% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-8w9 {
		position: relative;
		width: 100%;
		flex: 0 0 70.8% !important;
		max-width: 70.8% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.d-lg-grid {
		display: grid !important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1199.98px) {
	.col-xl-1w2 {
		position: relative;
		width: 100%;
		flex: 0 0 12.5% !important;
		max-width: 12.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-2w3 {
		position: relative;
		width: 100%;
		flex: 0 0 20% !important;
		max-width: 20% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-3w4 {
		position: relative;
		width: 100%;
		flex: 0 0 29.166666% !important;
		max-width: 29.166666% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-4w5 {
		position: relative;
		width: 100%;
		flex: 0 0 37.5% !important;
		max-width: 37.5% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-5w6 {
		position: relative;
		width: 100%;
		flex: 0 0 45.833333% !important;
		max-width: 45.833333% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-6w7 {
		position: relative;
		width: 100%;
		flex: 0 0 54.166665% !important;
		max-width: 54.166665% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-7w8 {
		position: relative;
		width: 100%;
		flex: 0 0 62.499999% !important;
		max-width: 62.499999% !important;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-8w9 {
		position: relative;
		width: 100%;
		flex: 0 0 70.8%;
		max-width: 70.8%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.container.container-xxxl {
		max-width: calc(100% - 15px);
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.d-xl-grid {
		display: grid !important;
	}
}

@media (min-width: 1400px) {
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.col-xxl-5w6 {
		position: relative;
		width: 100%;
		flex: 0 0 45.833333%;
		max-width: 45.833333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.container.container-xxxl {
		max-width: 1820px;
	}

	.order-xxl-1 {
		order: 1;
	}

	.order-xxl-2 {
		order: 2;
	}

	.order-xxl-3 {
		order: 3;
	}

	.order-xxl-4 {
		order: 4;
	}

	.order-xxl-5 {
		order: 5;
	}

	.order-xxl-6 {
		order: 6;
	}

	.order-xxl-7 {
		order: 7;
	}

	.order-xxl-8 {
		order: 8;
	}

	.order-xxl-9 {
		order: 9;
	}

	.order-xxl-10 {
		order: 10;
	}

	.order-xxl-11 {
		order: 11;
	}

	.order-xxl-12 {
		order: 12;
	}

	.d-xxl-grid {
		display: grid !important;
	}
}

/* Se corrige error del easepick */
.easepick-wrapper {
	z-index: 2;
}

/* The container */
.container-checkbox {
	display: block;
	position: relative;
	padding: 0px 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 100;
	line-height: 27px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
	background-color: #333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* NUEVOS ESTILOS */
.checkbox-type-property {
	position: relative;
	height: 100px;
	width: 100%;
	background-color: #fff;
	display: block;
	border: 1px solid #cecece;
	border-radius: 12px;
	padding: 10px 15px;
}

.checkbox-type-property:hover {
	border-color: #333;
	transition: border-color 0.2s;
}

.container-checkbox input:checked~.checkbox-type-property {
	background-color: #eee;
}

.text-lightgrey {
	color: lightgrey;
}

.myweb-placeholder-box {
	background-color: #eee !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	color: transparent !important;
}

.myweb-placeholder-box>img {
	visibility: hidden;
}

.myweb-placeholder-box>a>img {
	visibility: hidden;
}

.myweb-placeholder-box>div>a>img {
	visibility: hidden;
}

.myweb-placeholder-box>div>img {
	visibility: hidden;
}

.svg-arrow-turn-down-right::before {
	content: url('/assets/svg/arrow-turn-down-right.svg');
}

.spinner-search,
.spinner-search:after {
	width: 75px;
	height: 75px;
	position: relative;
	border-radius: 50%;
	z-index: 2
}

.spinner-search {
	background-color: transparent;
	border-top: 10px solid rgb(126, 125, 125);
	border-right: 10px solid rgb(126, 125, 125);
	border-bottom: 10px solid rgb(126, 125, 125);
	border-left: 10px solid rgba(98, 116, 133, 0.2);
	transform: translateZ(0);
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: .8s;
	animation-name: spinner-search-loading
}

@keyframes spinner-search-loading {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.hp-1 {
	height: 150px;
}

.hp-2 {
	height: 250px;
}

.hp-3 {
	height: 350px;
}

.hp-4 {
	height: 450px;
}

.hp-5 {
	height: 550px;
}

.hp-6 {
	height: 650px;
}

.hp-7 {
	height: 750px;
}

.img-position-top {
	object-position: top;
}

.img-position-center {
	object-position: center;
}

.img-position-bottom {
	object-position: bottom;
}

.img-cover-position-top {
	object-position: top;
	object-fit: cover;
}

.img-cover-position-center {
	object-position: center;
	object-fit: cover;
}

.img-cover-position-bottom {
	object-position: bottom;
	object-fit: cover;
}

.img-contain-position-top {
	object-position: top;
	object-fit: contain;
}

.img-contain-position-center {
	object-position: center;
	object-fit: contain;
}

.img-contain-position-bottom {
	object-position: bottom;
	object-fit: contain;
}

.gap-1,
.g-1 {
	gap: .25rem;
}

.gap-2,
.g-2 {
	gap: .5rem;
}

.gap-3,
.g-3 {
	gap: 1rem;
}

.gap-4,
.g-4 {
	gap: 1.5rem;
}

.gap-5,
.g-5 {
	gap: 3rem;
}

[class^="bi"],
[class*=" bi"] {
	&.xxl {
		font-size: 48px;
	}

	&.xl {
		font-size: 40px;
	}

	&.lg {
		font-size: 32px;
	}

	&.md {
		font-size: 24px;
	}

	&.sm {
		font-size: 8px;
	}

	&.xs {
		font-size: 4px;
	}
}

.material-symbols-outlined.fill,
.material-symbols-rounded.fill {
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

.font-weight-600 {
	font-weight: 600;
}

.separator {
	background-color: #e2e2e2;
	width: 1px;
}

.spacer {
	width: 4.3833px;
	display: inline-block;
	height: max-content;
}

.spacer-2 {
	width: 8.7666px;
	display: inline-block;
	height: max-content;
}

.h7 {
	font-size: .85rem;
}

.h8 {
	font-size: .75rem;
}

.h9 {
	font-size: .50rem;
}

.w-fit-content {
	width: fit-content;
}

.h-fit-content {
	height: fit-content;
}

.cursor-pointer {
	cursor: pointer;
}

.mw-70 {
	max-width: 70%;
}

.mw-50 {
	max-width: 50%;
}

.mw-35 {
	max-width: 35%;
}

.mw-25 {
	max-width: 25%;
}

.mw-10 {
	max-width: 10%;
}

.custom_min_h {
	min-height: 700px !important;
}