body {
	font-size: 16px;
}

* {
	font-family: "Lato", sans-serif;
}

.mim-map-shops {
	width: 100%;
	position: relative;
	padding-top: 40%;
	min-height: 300px;
	max-height: 500px;
}

.mim-map-shops .mim-map-shops-map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	outline-style: none;
	z-index: 2;
}

.mim-map-shops .mim-map-shops-address {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	width: 300px;
	background-color: #fff;
	padding: 20px;
	z-index: 9;
	overflow: auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mim-map-shops .mim-map-shops-address .mim-map-shops-item {
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.mim-map-shops .mim-map-shops-address .mim-map-shops-item:last-child {
	border-bottom: 0px;
}

.mim-map-shops .mim-map-shops-address .mim-map-shops-item-title {
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.mim-map-shops .mim-map-shops-address .mim-map-shops-item-description {
	margin: 0px;
	font-size: 14px;
	line-height: 1.5;
}

.mim-map-shops .mim-map-shops-address .mim-map-shops-item-description p {
	margin: 0px;
	font-size: 14px;
	line-height: 1.5;
}

.mim-map-shops .mim-map-shops-address .mim-map-shops-item-description p:nth-child(1) a {
	display: inline-block;
	padding: 2px 10px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px;
}

.mim-history-slider {
	overflow: hidden;
}

.mim-history-slider .slider-swiper {
	padding: 0px 30px;
}

.mim-history-slider .slider-swiper .mim-history-slider-item {
	height: 100%;
	position: relative;
	padding: 60px 30px;
}

.mim-history-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-back {
	position: absolute;
	font-size: 190px;
	font-weight: 900;
	opacity: 0.1;
	line-height: 1;
	top: 0px;
	left: 0px;
	color: #bbb;
}

.mim-history-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-front {
	position: relative;
	z-index: 3;
}

.mim-history-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-title {
	font-weight: 300;
	color: #000;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
}

.mim-history-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-text {
	line-height: 1.5;
	font-weight: 400;
	color: #616161;
	font-size: 16px;
}

.mim-history-slider .swiper-buttons-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 25px;
	height: 100px;
	transform: translateY(-50%);
}

.mim-history-slider .swiper-buttons-container .swiper-button-next {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 25px;
	height: 100px;
	transform: translateY(-50%);

}

.mim-history-slider .swiper-buttons-container .swiper-button-prev::after {
	content: '';
	display: block;
	background-image: url(../img/arrow_left.png);
	width: 20px;
	height: 86px;
	background-position: center center;
	background-repeat: no-repeat;
}

.mim-history-slider .swiper-buttons-container .swiper-button-next::after {
	content: '';
	display: block;
	background-image: url(../img/arrow_right.png);
	width: 20px;
	height: 86px;
	background-position: center center;
	background-repeat: no-repeat;
}

.mim-video-gen {
	position: relative;
	padding-top: 45%;
	min-height: 250px;
	max-height: 500px;
}

.mim-video-gen video,
.mim-video-gen img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mim-video-gen .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90px;
	height: 90px;
	border: solid 2px #fff;
	border-radius: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.mim-video-gen .play-btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fff;
	transform: translate(-30%, -50%);
	cursor: pointer;
}

.mim-products-list {
	margin-bottom: 100px;
}

.mim-products-list .mim-products-list-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.mim-products-list .mim-products-list-item {
	width: calc(33.33% - 23px);
}

.galeria-nueva-ancho .mim-products-list .mim-products-list-inner {
	gap: 10px;
}

.galeria-nueva-ancho .mim-products-list .mim-products-list-item {
	width: calc(33.33% - 7px);
}

.mim-products-list .mim-products-list-item .mim-products-list-item-inner {
	position: relative;
}

.mim-products-list .mim-products-list-item .mim-products-list-item-inner::after {
	content: '';
	display: block;
	padding-top: 70%;
}

.mim-products-list .mim-products-list-item .mim-products-list-item-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.mim-products-list .mim-products-list-item h4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	color: #fff;
	font-size: 22px;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 10px 20px;
	line-height: 1.3;
	text-align: center;
}

@media (min-width: 2000px) {
	.galeria-nueva-ancho .mim-products-list .mim-products-list-item {
		width: calc(25% - 8px);
	}
}

.mim-main-slider {
	overflow: visible;
	position: relative;
	max-height: 600px;
}

.mim-main-slider::after {
	content: '';
	display: block;
	padding-top: 45%;
}

.mim-main-slider .swiper-container {
	overflow: hidden;
}

.mim-main-slider .mim-main-slider-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.mim-main-slider .mim-main-slider-inner .slider-swiper-container-inner {
	height: 100%;
}

.mim-main-slider .swiper-slide {
	width: auto;
}

.mim-main-slider .mim-main-slider-item {
	position: relative;
	height: 100%;
}

.mim-main-slider .mim-main-slider-item .mim-main-slider-item-inner {
	height: 100%;
	cursor: grab;
}

.mim-main-slider .mim-main-slider-item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: static;
	width: auto;
	height: 100%;
}

.mim-main-slider .swiper-buttons-container {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 0;
	height: 0;
	position: static;
	transform: none;
}

.mim-main-slider .swiper-buttons-container .swiper-button-prev::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.mim-main-slider .swiper-buttons-container .swiper-button-next::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.single-portfolio .mim-main-slider .swiper-pagination {
	display: none;
}

form input.wpcf7-form-control.wpcf7-text {
	background-color: transparent;
	border: solid 1px #000;
	font-size: 16px;
	padding: 7px 15px;
	box-sizing: border-box;
	width: 100%;
}

form textarea.wpcf7-form-control.wpcf7-textarea {
	background-color: transparent;
	border: solid 1px #000;
	font-size: 16px;
	padding: 7px 15px;
	box-sizing: border-box;
	width: 100%;
	min-height: 90px !important;
	resize: vertical !important;
}

.elementor-element .elementor-widget-container .contact-form-wrapper .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
	height: 90px;
}

form .mim-type-check label {
	text-align: left;
	color: #000;
}

form .mim-type-check .col {
	margin-bottom: 20px !important;
}

form .mim-type-check .wpcf7-form-control,
form .mim-type-check .wpcf7-list-item,
form .mim-type-check .wpcf7-list-item label {
	display: block;
	margin-left: 0px;
	width: 100%;
}

form input.wpcf7-form-control.wpcf7-submit {
	font-size: 18px;
	padding: 10px 50px;
	font-weight: bold;
}

form input.wpcf7-form-control.wpcf7-text::placeholder,
form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #000000;
}

form input.wpcf7-form-control.wpcf7-text::-ms-input-placeholder,
form textarea.wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder {
	color: #000000;
}

form .col {
	position: relative;
}

form .col .wpcf7-spinner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

form .mim-full-width .col {
	margin-bottom: 0px !important;
}

form .mim-full-width label {
	width: 100%;
}

.mim-proyects-list .mim-proyects-list-inner {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.mim-proyects-list .mim-proyects-list-item {
	width: calc(33.33% - 20px);
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-image {
	position: relative;
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-image::after {
	content: '';
	display: block;
	padding-top: 70%;
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-content {
	padding: 10px 0px;
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-title {
	font-size: 26px;
	font-weight: 300;
	padding: 0px 10px;
	color: #000;
	line-height: 1.3;
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-date {
	font-size: 14px;
	font-weight: 900;
	color: #000;
	padding: 0px 10px;
	margin: 0px;
	margin-top: 0px;
}

.mim-proyects-list .mim-proyects-list-item .mim-proyects-list-item-description {
	border-top: solid 2px #eee;
	margin-top: 10px;
	padding: 15px 10px;
	line-height: 1.5;
	color: #616161;
	font-weight: 400;
}

.elementor-element.elementor-section.mim-main-menu {
	background-color: #000;
}

.elementor-element.elementor-section.mim-main-menu>.elementor-container {
	max-width: 1400px;
	margin: 0 auto;
	align-items: center;
}

.elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(1) {
	width: 100px;
}

.elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(2) {
	width: 100%;
}

.elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(3) {
	width: 140px;
}

.elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(3)>.elementor-widget-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 20px;
	color: #fff;
	justify-content: flex-end;
}

.elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(3) a {
	color: #ffffff;
}

.mim-language-menu-header {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: solid 1px #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 991px) {
	#navbarLeftNav .menu.navbar-nav>.menu-item.nav-item.simple-dropdown.current-menu-ancestor>a {
		color: #fff !important;
	}

	#navbarLeftNav .menu.navbar-nav .has-col>.sub-menu {
		width: auto;
		border-radius: 0px;
		background-color: rgb(247, 247, 247);
		left: 0px !important;
	}

	#navbarLeftNav .menu.navbar-nav .has-col:hover>.sub-menu {
		display: flex;
	}

	#navbarLeftNav .menu.navbar-nav .has-col>.sub-menu>li.menu-item>a {
		font-size: 18px;
		color: #000;
	}

	#navbarLeftNav .menu.navbar-nav .has-col>.sub-menu>li.menu-item>.handler {
		display: none
	}

	#navbarLeftNav .menu.navbar-nav .has-col>.sub-menu>li.menu-item>.sub-menu {
		display: block;
		position: static;
		padding: 0px;
		background: transparent;
		box-shadow: none;
		margin-top: 20px;
		width: auto;
	}

	#navbarLeftNav .menu.navbar-nav .has-col>.sub-menu>li.menu-item>.sub-menu>li.menu-item {
		padding: 0;
		margin: 10px 0px;
	}

	#navbarLeftNav .menu.navbar-nav .has-col>.sub-menu>li.menu-item>.sub-menu>li.menu-item a {
		color: #000;
	}
}

.mim-menu-mobile-right #navbarLeftNav>.menu:nth-child(2) {
	display: none !important;
}

.mim-menu-mobile-right #navbarLeftNav {
	max-height: none !important;
	height: calc(100dvh - 90px);
	border-top: solid 2px #ddd;
}

.mim-menu-mobile-right .elementor-widget-Elementor_Mim_Polylang_item {
	display: inline-block;
	width: 30px !important;
	margin-right: 10px;
}

.mim-footer-no-margin p {
	margin: 0px !important;
}

.mim-footer-no-margin a {
	color: #ffffff !important;
	margin: 3px 0px;
	display: inline-block;
}

.mim-footer-no-margin a.mim-is-menu {
	color: #ffffff !important;
	text-decoration: underline !important;
}

body.has-popup-open {
	overflow: hidden;
}

.mim-popup-video-overlay {
	position: fixed;
	z-index: 999998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 1;
}

.mim-popup-video-content {
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.mim-popup-video-content .mim-popup-video-media {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mim-popup-video-content .mim-popup-close::before {
	background-color: #ffffff;
}

.mim-popup-video-content .mim-popup-close::after {
	background-color: #ffffff;
}

.mim-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
}

.mim-popup-close::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 18px;
	background-color: var(--color-black);
	transform: translate(-50%, -50%) rotate(45deg);
}

.mim-popup-close::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 18px;
	background-color: var(--color-black);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-collapse .navbar-nav>li.current-menu-item>a.nav-link {
	color: #fff !important;
}

@media (max-width: 990px) {
	.mim-proyects-list .mim-proyects-list-item {
		width: calc(50% - 15px);
	}

	.mim-products-list .mim-products-list-item {
		width: calc(50% - 15px);
	}
}

@media (max-width: 767px) {
	.mim-menu-mobile-right>.elementor-widget-wrap>.elementor-element:nth-child(2) {
		width: 40px;
	}

	.mim-menu-mobile-right>.elementor-widget-wrap>.elementor-element:nth-child(2)>.elementor-widget-container {
		padding: 0px;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	form .mim-full-width label {
		display: inline-block;
		max-width: 366px;
	}

	.mim-products-list .mim-products-list-item {
		width: 100%;
	}

	.mim-proyects-list .mim-proyects-list-item {
		width: 100%;
	}

	.mim-map-shops {
		padding-top: calc(80% + 200px);
		max-height: none;
		padding-top: 0px;
		min-height: 0px;
	}

	.mim-map-shops .mim-map-shops-map {
		position: relative;
		height: 500px;
		border-radius: 10px;
	}

	.mim-map-shops .mim-map-shops-address {
		position: absolute;
		width: calc(100% - 40px);
		top: auto;
		height: 180px;
		position: relative;
		height: auto;
		width: calc(100% - 30px);
		overflow: auto;
		max-height: none;
		margin-left: 15px;
		left: auto;
		top: auto;
		margin-top: -100px;
	}

	form .mim-type-check .wpcf7-form-control.wpcf7-acceptance label {
		text-align: center;
	}

	.mim-main-slider {
		min-height: 300px;
	}

	body.single-m_products .litho-main-content-wrap>.elementor .elementor-top-section>.elementor-container>.elementor-column .elementor-col-50>.elementor-widget-wrap {
		padding: 20px 0px !important;
	}

	body.single-m_products .litho-main-content-wrap .elementor-section .elementor-widget-text-editor {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.galeria-nueva-ancho .mim-products-list .mim-products-list-item {
		width: calc(50% - 10px);
	}
}



/* REDUCCION DE CABECERA Y LOGOTIPOS */
header#masthead>nav.navbar .elementor-section.elementor-top-section .elementor-container.elementor-column-gap-default {
	height: 50px;
	max-height: 50px;
}

header#masthead>nav.navbar .elementor-section.elementor-top-section .elementor-container.elementor-column-gap-default .navbar-brand>.alt-logo,
header#masthead>nav.navbar .elementor-section.elementor-top-section .elementor-container.elementor-column-gap-default .navbar-brand>.mobile-logo,
header#masthead>nav.navbar .elementor-section.elementor-top-section .elementor-container.elementor-column-gap-default .navbar-brand>.default-logo,
header#masthead>nav.navbar .navbar-brand img {
	max-height: 15px !important;
	margin-top: 4px !important;
	opacity: 1 !important;
}

header#masthead>nav.navbar h1 {
	line-height: 0 !important;
}

header#masthead>nav.navbar .elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(2) {
	height: 50px;
}

header#masthead>nav.navbar #navbarLeftNav>ul {
	height: 50px;
}

header#masthead>nav.navbar #navbarLeftNav>ul>li a.nav-link {
	display: block;
	/* height: 100%; */
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 15px;
}

header#masthead>nav.navbar .elementor-icon-wrapper {
	line-height: 0;
}

header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right>.elementor-widget-wrap {
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}

header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right>.elementor-widget-wrap>* {
	width: auto;
	padding: 0 5px;
}

header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right>.elementor-widget-wrap>* {
	width: auto;
	padding: 0 5px;
}

header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right .elementor-icon-wrapper {
	display: flex;
	align-items: center;
}

header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right .elementor-element.elementor-widget.elementor-widget-litho-mega-menu,
header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right .elementor-element.elementor-widget.elementor-widget-litho-mega-menu .elementor-widget-container {
	height: 50px;
	display: flex;
	align-items: center;
}

header#masthead .elementor-element>.elementor-container>.elementor-column.mim-menu-mobile-right .elementor-element.elementor-widget.elementor-widget-litho-mega-menu .elementor-widget-container button.navbar-toggler {
	margin: 0;
}

header#masthead+.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-page"]>section.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default.elementor-section-items-middle {
	margin-top: 50px;
}

footer.footer-main-wrapper.site-footer .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-section>.elementor-container>.elementor-column img.attachment-litho-popular-posts-thumb.size-litho-popular-posts-thumb {
	width: 100px;
	max-width: 100px;
}


.mim-main-slider {
	position: relative;
}

/*.mim-main-slider .mim-main-slider-inner .swiper-buttons-container*/
.mim-main-slider .mim-main-slider-inner .swiper-pagination {
	position: static;
	box-sizing: border-box;
}

.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button {
	width: 30px;
	height: 30px;
	border-radius: 50px;
}

.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button.swiper-button-prev::after,
.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button.swiper-button-next::after {
	width: 20px;
	height: 20px;
	border-width: 2px;
}


.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button.swiper-button-prev::after {
	transform: translateY(-50%) rotate(45deg);
	right: 6px;
	left: auto;
}

.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button.swiper-button-next::after {
	transform: translateY(-50%) rotate(-45deg);
	left: 6px;
}

.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button.swiper-button-prev {
	position: absolute;
	top: 0px;
	bottom: auto;
	display: block;
	right: auto;
	z-index: 9;
	left: 0;
	width: 10%;
	min-width: 50px;
	max-width: 100px;
	border-radius: 0px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	margin: 0;
	background: transparent;

	top: 50%;
	bottom: auto;
	height: 40px;
	min-width: 0px;
	max-width: none;
	width: 40px;
	background-color: #fff;
	border-radius: 50%;
	left: 10px;
}

.mim-main-slider .mim-main-slider-inner .swiper-buttons-container .swiper-navigation-button.swiper-button-next {
	position: absolute;
	top: 0px;
	bottom: auto;
	display: block;
	right: 0;
	z-index: 9;
	left: auto;
	width: 10%;
	min-width: 50px;
	max-width: 100px;
	border-radius: 0px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
	margin: 0;
	background: transparent;

	top: 50%;
	bottom: auto;
	height: 40px;
	min-width: 0px;
	max-width: none;
	width: 40px;
	background-color: #fff;
	border-radius: 50%;
	right: 10px;
}

.contact-form-wrapper .wpcf7-form-control-wrap select {
	padding-left: 15px;
	padding-right: 25px;
}

.contact-form-wrapper .wpcf7-form-control-wrap select,
.contact-form-wrapper .row.mim-cp-interests>p>label>span.wpcf7-form-control-wrap>input {
	color: #000;
	border-radius: 0;
	border-color: #000;
}

.contact-form-wrapper .row.mim-cp-interests>p>label>span.wpcf7-form-control-wrap>input::placeholder {
	color: #000;
}

.contact-form-wrapper .row.mim-cp-interests>p>label {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	header#masthead>nav.navbar .elementor-element.elementor-section.mim-main-menu>.elementor-container>.elementor-column:nth-child(4) {
		height: 50px;
	}

	header#masthead>nav.navbar #navbarLeftNav>ul>li a.nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}

	body {
		padding-top: 0 !important;
	}


	.elementor-section.elementor-top-section.elementor-element.mim-contact-page-header {
		margin-top: 50px;
		padding: 20px 0 !important;
	}

	header#masthead .mim-menu-mobile-right {
		position: static !important;
	}

	header#masthead .mim-menu-mobile-right>.elementor-widget-wrap {
		position: static !important;
	}

	header#masthead .mim-menu-mobile-right .elementor-widget-litho-mega-menu {
		position: static !important;
	}

	header#masthead .mim-menu-mobile-right .elementor-widget-litho-mega-menu ul.menu>li>a,
	header#masthead .mim-menu-mobile-right .elementor-widget-litho-mega-menu ul.menu>li>a:hover,
	header#masthead .mim-menu-mobile-right .elementor-widget-litho-mega-menu ul.menu>li>a:active,
	header#masthead .mim-menu-mobile-right .elementor-widget-litho-mega-menu ul.menu>li>a:visited {
		color: #fff !important;
	}
}

.wpcf7 .wpcf7-form.init p span select {
	background-color: transparent;
	padding: 7px 15px;
	margin: 0 0 15px 0;
	line-height: 30px;
	font-size: 16px;
	height: 46px;
	max-width: 366px;
}

.contact-form-wrapper .row.mim-cp-interests>p>label>span.wpcf7-form-control-wrap>input {
	max-width: 366px;
}

body.single-portfolio .page-layout .litho-main-content-wrap p {
	color: #828282;
}

body.single-portfolio .page-layout .litho-main-content-wrap p strong {
	color: #000;
}

header#masthead>nav.navbar .mim-flex-center {
	display: flex;
}

.litho_layout_right_sidebar_single .litho-post-sidebar .wp-block-heading {
	color: #000;
	font-size: 25px;
}

.litho_layout_right_sidebar_single .litho-post-sidebar .widget_block {
	margin-bottom: 0px;
}

.litho_layout_right_sidebar_single .litho-post-sidebar .widget_block .row-cols-md-2>* {
	width: 100%;
}

.litho_layout_right_sidebar_single .litho-post-sidebar .widget_block select {
	color: #000;
	border-color: #000;
}

body.single-post .litho_layout_right_sidebar_single {
	padding-top: 0px;
}

li.colecciones-submenu:hover ul.sub-menu.dropdown-menu,
li.colecciones-submenu.open ul.sub-menu.dropdown-menu {
	min-width: 740px;
	display: grid;
	grid-template-rows: repeat(12, 1fr);
	grid-auto-flow: column;
	gap: 0px;
}

/*ANIMACIONES*/
.mim-products-list .mim-products-list-item .mim-products-list-item-inner {
	overflow: hidden;
}

.mim-products-list .mim-products-list-item .mim-products-list-item-image img {
	transition: transform 1s;
}

.mim-products-list .mim-products-list-item .mim-products-list-item-image img:hover {
	transform: scale(1.2);
}

#CookiebotWidget {
	left: unset !important;
	margin-left: 100px !important;
}

@media screen and (max-width: 600px) {
	#CookiebotWidget {
		left: auto !important;
		right: 10px;
		bottom: 30px !important;
		margin: 0 !important;
	}

	#CookiebotWidget .CookiebotWidget-logo svg circle {
		fill: #333 !important;
	}
}

@media screen and (max-width: 500px) {
	.galeria-nueva-ancho .mim-products-list .mim-products-list-item {
		width: 100%;
	}
}

.form-gris {
	max-width: 600px;
	margin: 0 auto;
}

.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products>.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-post"]>.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-items-middle {
	/*margin-top: 50px !important;*/
}

header#masthead+.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-page"]>section.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default.elementor-section-items-middle.english-projects {
	margin: -1px !important;
}

body.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products header#masthead+.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-post"]>section {
	margin-top: 0px;
	margin-bottom: 0px;
	/*padding-top: 0px;
	padding-bottom: 0px;*/
}


body.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products header#masthead+.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-post"]>section:nth-child(1) {
	margin-top: 0px;
	margin-bottom: 0px;
}


body.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products header#masthead+.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-post"]>section .elementor-element.elementor-widget.elementor-widget-Elementor_Mim_Main_Slider {
	margin-bottom: 40px;
}

/* body.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products .elementor-section.elementor-top-section.elementor-element.elementor-section-full_width .elementor-container .elementor-column .elementor-widget-wrap .elementor-section.elementor-inner-section.elementor-element */
body.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products .elementor .elementor-element>.elementor-widget-wrap,
body.wp-singular.m_products-template.m_products-template-elementor_header_footer.single.single-m_products .elementor .elementor-element>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-position: center !important;
}

#masthead .header-common-wrapper.standard.navbar {
	margin-top: 0px !important;
}

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

	li.colecciones-submenu.open ul.sub-menu.dropdown-menu,
	li.colecciones-submenu:hover ul.sub-menu.dropdown-menu {
		display: none !important;
	}

	li.colecciones-submenu.open ul.sub-menu.dropdown-menu.show,
	li.colecciones-submenu:hover ul.sub-menu.dropdown-menu.show {
		display: block !important;
	}

	.sub-menu.dropdown-menu .ver-todo-colecciones {
		display: none !important;
	}

	#masthead .elementor-widget-theme-site-logo img {
		max-height: 15px;
		width: auto;
	}

	.footer-main-wrapper.site-footer {
		padding-bottom: 50px;
	}

	.dialog-body.dialog-lightbox-body.dialog-container .joinchat.joinchat--left.joinchat--btn {
		display: block !important;
		background-color: #232323;
	}
}

.litho-single-post-meta-wrap .litho-single-post-categories .categories-label {
	display: none;
}

body>.page-layout>.litho-main-content-wrap>div>section {
	opacity: 0;
	visibility: visible !important;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, opacity 0.5s ease-in-out !important;
}

body>.page-layout>.litho-main-content-wrap>div>section:first-child {
	opacity: 1;
}

.isOnScreen,
body>.page-layout>.litho-main-content-wrap>div>section.isOnScreen {
	animation: mimFadeAppearBottom 0.5s ease-in-out forwards;
	opacity: 1;
}

body>.page-layout>.litho-main-content-wrap>div>section:first-child.isOnScreen {
	animation: none;
}

html[lang="en-GB"] #footer-es {
	display: none;
}

html[lang="es-ES"] #footer-en {
	display: none;
}

html[lang="en-GB"] #header-es {
	display: none;
}

html[lang="es-ES"] #header-en {
	display: none;
}

/* PROVISIONAL BLOG PAGE CHANGE
body.wp-singular.post-template-default.single.single-post #CookiebotWidget,
body.wp-singular.post-template-default.single.single-post .joinchat__button,
body.wp-singular.post-template-default.single.single-post .grecaptcha-badge {
	display: none !important;
} */

@keyframes mimFadeAppearBottom {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.grecaptcha-badge {
	display: none !important;
}

.dialog-body.dialog-lightbox-body.dialog-container .joinchat.joinchat--left.joinchat--btn {
	left: 0;
	bottom: 0;
	z-index: 99999;
}

.dialog-body.dialog-lightbox-body.dialog-container .joinchat.joinchat--left.joinchat--btn .joinchat__button {
	max-width: 60px;
	max-height: 50px;
	left: 0;
	bottom: 0;
	border-radius: 0;
}

.dialog-body.dialog-lightbox-body.dialog-container .dialog-widget.btn-movil-contacto [data-elementor-type="popup"] .elementor-button-wrapper>a.elementor-button {
	margin-left: 60px;
	max-width: calc(100% - 60px);
}

@media (max-width: 767px) {
	.contact-form-wrapper .row {
		margin: 0;
	}
}

#mimHomeInitVideo video.elementor-background-video-hosted {
	width: 100% !important;
	height: 100% !important;
	transform: none;
	object-fit: cover;
	top: 0px;
	left: 0px;
}

body.home header#masthead+.page-layout>.litho-main-content-wrap>[data-elementor-type="wp-page"]>section.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-height-min-height.elementor-section-height-default.elementor-section-items-middle {
	margin-top: 0px;
}

.elementor-widget-litho-blog-list ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 5px;
}

.category .blog-post .blog-post-images img,
.elementor-widget-litho-blog-list .blog-post .blog-post-images img {
	object-fit: cover;
	min-height: 250px;
}

.single-post h2 {
	font-size: 30px;
}

.single-post h3 {
	font-size: 25px;
}

/* 
body.wp-singular .elementor-widget-litho-blog-list ul.grid.grid-3col {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	height: auto !important;
    gap: 5px;
}
body.wp-singular .elementor-widget-litho-blog-list ul.grid.grid-3col li {
	width: 100% !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	} */
body.wp-singular .elementor-widget-litho-blog-list ul.grid.grid-3col li {
	width: auto !important;
}

body.wp-singular.logged-in.admin-bar .elementor-widget-litho-blog-list ul.grid.grid-3col li {
	position: static !important;
	top: auto !important;
	left: auto !important;
}

.mim-history-slider.mim-image-text-slider .slider-swiper {
	padding: 0px;
}
.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item {
	padding: 0px;
	min-height: 70dvh;
}
.mim-history-slider.mim-image-text-slider .slider-swiper.mim-image-text-slider-swiper-slide-item .mim-history-slider-item-inner {
	height: 100%;
}
.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item {
	display: flex;
}
.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item > img {
	width: 60%;
	height: 100%;
	object-fit: cover;
}
.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item > .mim-image-text-slider-item-content {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #f6f6f6;
	padding: 15px 20px;
}
.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-prev,
.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-next {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transform: none;
	top: auto;
	left: auto;
	background-color: #000;
}
.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-prev::after,
.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-next::after {
	content: '';
    display: block;
    width: calc(100% / 2.5);
    height: calc(100% / 2.5);
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
	background-image: none;
}

.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-next::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content {
	position: relative;
}
.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container {
	position: absolute;
	top: 40px;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row-reverse;
	gap: 5px;
}

.mim-history-slider.mim-image-text-slider .slider-swiper.swiper-backface-hidden .swiper-wrapper {
	align-items: stretch;
}
.mim-history-slider.mim-image-text-slider .swiper-backface-hidden .swiper-slide {
	height: auto;
}

.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-title {
	font-size: 41px;
}

@media only screen and (max-width: 768px) {
	.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item {
		flex-direction: column;
	}
	.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item > img {
		width: 100%;
		height: auto;
		min-height: 280px;
	}
	.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item > .mim-image-text-slider-item-content {
		width: 100%;
		padding: 40px 15px;
		padding-top: 80px;
		border-bottom: 1px solid #fdfdfd;
	}
	.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container {
        width: 100%;
        top: 32px;
        left: 0;
        display: flex;
        justify-content: space-between;
		align-items: center;
        padding: 0 12px;
    }
	
	.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-prev,
	.mim-history-slider.mim-image-text-slider .mim-image-text-slider-item-content .swiper-buttons-container .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-title {
		font-size: 36px;
	}
	.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-title,
	.mim-history-slider.mim-image-text-slider .slider-swiper .mim-history-slider-item .mim-history-slider-item-text {
		text-align: center;
	}

}