/*******************************************************
    Site Name        : Auto Club Detailing
*******************************************************/


/**************************************
 * Generale Style
 *************************************/

html {
	scroll-behavior: smooth;
}

 body {
	background: #ffffff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}

a {
	color: #c00113;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #c00113;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
	color: #c00113;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #555;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative !important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #c00113;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 15px 70px;
	text-align: center;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border-radius: 0.25rem;
	color: #ffffff;
	background: none;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.button:hover {
	color: #fff;
}

.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #c00113;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #c00113;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.c-button {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	padding: 0.9em 1.6em;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 1.1;
}

.c-button--gooey {
	color: #06c8d9 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 4px solid #06c8d9;
	border-radius: 0;
	background: transparent;
	position: relative;
	transition: all 700ms ease;
}

.c-button--gooey .c-button__label {
	position: relative;
	z-index: 2;
}

.c-button--gooey .c-button__blobs {
	height: 100%;
	filter: url(#goo);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -3px;
	right: -1px;
	z-index: -1;
}

.c-button--gooey .c-button__blobs div {
	background-color: #06c8d9;
	width: 34%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	transform: scale(1.4) translateY(125%) translateZ(0);
	transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
	left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
	left: 30%;
	transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
	left: 66%;
	transition-delay: 25ms;
}

.c-button--gooey:hover,
.c-button--gooey:focus {
	color: #fff !important;
}

.c-button--gooey:hover .c-button__blobs div,
.c-button--gooey:focus .c-button__blobs div {
	transform: scale(1.4) translateY(0) translateZ(0);
}

.book-now .c-button {
	margin-top: 0;
}

.button-large:focus {
	outline: none;
	box-shadow: none;
}

.button-large {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 14px 59px;
	text-align: center;
	font-size: 32px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	background: none;
	cursor: pointer;
	margin-top: 50px;
	overflow: hidden;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.button-large:hover {
	color: #fff;
}

.button-large:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #c00113;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button-large:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #c00113;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.button-large:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.button-large:hover:after {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.btn-red{
	padding: 10px 20px;
    background: #c00113;
    border-radius: 2px;
	color: #ffffff;
}
.btn-black{
	padding: 10px 20px;
    background: #000;
    border-radius: 2px;
	color: #ffffff;
}
.btn-gray{
	padding: 10px 20px;
    background: rgb(132, 132, 132);
    border-radius: 2px;
	color: #ffffff;
}
.bg-gray {
	background-color: #f8f8f9;
}

.bg-none {
	background: none !important;
}

.color-text {
	color: #c00113;
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mr-15 {
	margin-right: 15px;
}
.m-3{
	margin: 5px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

h5 {
	color: #c00113;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-family: 'Roboto', sans-serif;
}

.section-padding {
	padding: 100px 0;
	position: relative;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h5 {
	font-size: 14px;
	color: #a1a1a1;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 0.25rem;
	padding: 7px 20px;
	display: inline-table;
}

.section-title h2 {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 1.3;
	color: #333;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-0 {
	margin: 0;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #c00113;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}

.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0.25rem;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}

.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
	border-radius: 0.25rem;
}

.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-dark]:before {
	background: #c00113;
}

[data-overlay-light]:before {
	background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}

.bg-b {
	background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
	transition: .3s;
	border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #c00113 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #c00113;
	box-shadow: 0 1px 5px #c00113;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #c00113;
	transition: .3s;
}

.single-page {
	margin-top: 143px;
}
.breadcrumb{
	justify-content: center;
}
/**************************************
 ** Preloader Area CSS
 **************************************/
.preloader {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	background-color: #fff;
	touch-action: none;
}

/* Scroll / gestos bloqueados mientras cualquier page loader está activo (clase en <html>, ver main.js) */
html.acr-preloader-lock {
	overflow: hidden;
	height: 100%;
}
html.acr-preloader-lock body {
	overflow: hidden;
	height: 100%;
	width: 100%;
	touch-action: none;
	overscroll-behavior: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.preloader .preloader-wapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}

.spinner-loader {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 0.25rem;
}

.spinner-loader div {
	position: absolute;
	border: 4px solid #c00113;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	border-radius: 0.25rem;
}

.spinner-loader div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	border-radius: 0.25rem;
}

@-webkit-keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

@keyframes spinner-loader {
	0% {
		top: 35px;
		left: 35px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 70px;
		height: 70px;
		opacity: 0;
	}
}

/**************************************
 * Navber Area Style
 *************************************/
.zr-theme-menu-header-navber-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: transparent;
}

.zr-theme-menu-header-navber-area .nav-top-bar {
	padding-top: 15px;
	padding-bottom: 15px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
	margin: 0 0 0 20px;
	display: inline-block;
	color: #c00113;
	font-size: 15px;
	font-weight: 500;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
	margin-right: 3px;
	font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
	color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
	color: #FFC107;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li {
	display: inline-block;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a {
	color: #ffffff;
	font-size: 15px;
	margin-left: 5px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
	color: #c00113;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours {
	float: right;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
	margin-right: 3px;
	font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar.accent-color-bg {
	background: #c00113;
	border-bottom: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar.accent-color-bg .call-to-action p a {
	color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar.accent-color-bg .top-social li a {
	color: #ffffff;
}

.navbar-b {
	transition: all .5s ease-in-out;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 88px;
	background: #000000;
}


.navbar-b.navbar-reduce {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}


.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 0px;
	padding-left: 10px;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding-right: 0;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #c00113;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #c00113;
	font-weight: 900;
}

.navbar-b.navbar-reduce {
	transition: background-color 0.45s ease, box-shadow 0.45s ease, -webkit-backdrop-filter 0.45s ease,
		backdrop-filter 0.45s ease;
	background-color: rgba(10, 10, 12, 0.52);
	backdrop-filter: blur(16px) saturate(165%);
	-webkit-backdrop-filter: blur(16px) saturate(165%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.07), 0 14px 36px rgba(0, 0, 0, 0.28);
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-link {
	color: rgba(255, 255, 255, 0.94);
}

.navbar-b.navbar-reduce .book-now {
	color: #06c8d9 !important;
}

.navbar-b.navbar-reduce .book-now .nav-link {
	color: #06c8d9 !important;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #c00113;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #c00113;
	font-weight: 700;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #fff;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: rgba(255, 255, 255, 0.92);
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	/* z-index: 90; */
	position:relative;
}

/* Decoración roja anterior desactivada: logo Auto Club sin bloque detrás */
.navbar-b .navbar-brand:before {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
	box-shadow: none !important;
}
.navbar-b .navbar-brand:after {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	border: none !important;
}

.navbar-b .navbar-brand img {
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	width: auto;
	max-width: 252px;
	max-height: 82px;
	height: auto;
	padding: 4px 8px;
	margin: 0;
	z-index: 10000;
	border-radius: 50%;
	object-fit: contain;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #c00113;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #c00113;
}

.navbar-toggler {
	position: absolute;
	right: 13px;
	top: 28px;
	z-index: 10001;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}


.navbar-toggler span {
	display: block;
	background-color: #c00113;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

.navbar-b .black-logo {
	display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: block;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: none;
}
.book-now {
	padding-left: 24px !important;
}

.book-now a {
	background: transparent;
	border-radius: 0;
	color: #06c8d9 !important;
}

.book-now a:hover {
	background: transparent;
	color: #fff !important;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.navbar-b.navbar-trans .book-now .c-button,
.navbar-b.navbar-reduce .book-now .c-button,
.book-now .c-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9em 1.6em !important;
	color: #06c8d9 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 4px solid #06c8d9;
	white-space: nowrap;
}

.navbar-b.navbar-trans .book-now .c-button:hover,
.navbar-b.navbar-trans .book-now .c-button:focus,
.navbar-b.navbar-reduce .book-now .c-button:hover,
.navbar-b.navbar-reduce .book-now .c-button:focus,
.book-now .c-button:hover,
.book-now .c-button:focus {
	color: #fff !important;
}

/**************************************
 * Home Section Style
 *************************************/

.home-area {
	position: relative;
	z-index: 1;
	text-align: center;
	background: url(../images/slider-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	padding-top: 150px;
	padding-bottom: 40px;
}

.home-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	z-index: -1;
	background: #000 !important;
}

.hero-equal-height {
	position: relative;
	min-height: 100vh;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-area .home-content {
	margin-bottom: 50px;
}

.home-area .home-content h1 {
	font-size: 80px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}

.home-area .home-content p {
	font-size: 15px;
	color: #ffffff;
}

.button.home-btn-1 {
	background: #c00113;
	margin-right: 15px;
	border: 2px solid #ffffff;
	color: #fff;
}

.home-app-button-box .img-app-btn-1 {
	margin-right: 15px;
}

/**************************************
 * Slider Home Style
 *************************************/

.slider {
	position: relative;
}

.slider.fixed-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.slider .swiper-slide-active {
	z-index: 3;
}

.slider .parallax-slider {
	position: relative;
}

.slider .parallax-slider .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.form-bg{
	background: #ffffff;
	border-radius: 0px;
	padding: 25px;-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background: hsla(0,0%,100%,.8);
}
.form-bg .button{
	background: #c00113;
	margin-top: 0;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	animation: fadeInLeft .8s;
	-webkit-animation-delay: 1s;
	animation-delay: .3s;
}

.slider .parallax-slider .caption {
	text-align: left;
}

.slider .parallax-slider .caption h1 {
	font-size: 77px;
	font-weight: 800;
	color: #fff;
	opacity: 1;
	visibility: visible;
	font-family: 'Roboto', sans-serif;
}

.slider .parallax-slider .caption h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #c00113;
	opacity: 1;
	visibility: visible;
	font-family: 'Roboto', sans-serif;
}
.slider .parallax-slider .caption h2 {
	font-family: 'Playball', cursive;
	color: #000;
}

.slider .parallax-slider .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	opacity: 1;
}

.slider .parallax-slider .swiper-slide-active .caption p {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	opacity: 1;
	animation: fadeInRight .8s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	animation: fadeInUp 1s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn a{
	background: #c00113;
	color: #ffffff;
}
.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn a:hover{
	color: #ffffff;
}

.slider .control-text {
	position: absolute;
	bottom: 0;
	z-index: 8;
	width: 100%;
	height: auto;
	align-items: center;
	/*display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
	color: #eee;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 50px;
	margin-right: 50px;
	position: static;
	width: auto;
	height: auto;
	display: inline-block;
	background: transparent;
	padding: 6px 10px;
	border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
	font-size: 25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0.25rem;
	display: block;
	text-align: center;
	background: rgb(0, 0, 0, 0.3);
}

.slider .swiper-pagination-bullets {
	bottom: 20px;
}

.slider .swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}

.slider .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	border: 2px solid #c00113;
}

.header-chef-image {
	position: absolute;
	bottom: 0;
	z-index: 90;
	right: 0;
}

.header-chef-image img {
	width: 100%;
	max-width: 600px;
}

.hero-social-links{
	right: 0;
	left: 0;
	position: absolute;
	bottom: 50px;
	z-index: 888888905;
	display: flex;
	flex-direction: row;
}
.hero-social-links a{
	font-size: 16px;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	border: 2px solid #ffffffff;
	line-height: 40px;
	border-radius: 0.25rem;
	margin: 20px;
}
.hero-social-links a i{
	color: #fff;
}
.section-design{
    background: url(../images/quality.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 20%;
}

/**************************************
 * Reapair Services Section Style
 *************************************/
.zr-theme-single-service-card {
	margin-bottom: 10px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	padding: 25px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	overflow: hidden;
}

.zr-theme-single-service-card img{
	width: 90px;
}

.zr-theme-single-service-card img[src$=".svg"] {
	width: 90px;
	height: 90px;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.zr-theme-single-service {
	margin-bottom: 20px;
}

.repair-main-banner .video-btn {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 0.25rem;
	display: block;
	color: #fff;
	background: transparent;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 83px;
	background: linear-gradient(-48deg, #ffffff -30%, #c00113 60%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
	border-radius: 0.25rem;
	display: block;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(-5px);
	}
}

.bg-grey {
	background: #f5f5f5;
}

/**************************************
 * Reapair Services Section Style
 *************************************/
.features {
	background: url(../images/feature-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}

.features::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .1;
	z-index: -1;
	background: #efefef;
}
.features hr{
	border-top: 1px solid rgb(255 255 255 / 58%);
}
.features h4{
	color: #fff
}
.features p{
	color: #fff
}
.features .features-wrap{
	margin-top: 20px;
}
.features .feature-list i{
	color: #ffffff;
}
.features .feature-list p {
	line-height: 30px;
	color: #fff;
}
.features .section-block-bg{
	padding: 25px;
	background: rgb(192 1 19 / 80%);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	overflow: hidden;
}
/**************************************
 * Menu Section Style
 *************************************/

.menu-day-area {
	position: relative;
	z-index: 1;
}

.menu-day-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .35;
	z-index: -1;
}

.bg--cover {
	background-position: 50% 50% !important;
	background-size: cover !important;
}

.menu-day-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.menu-day-product-content .menu-day-tab-header {
	text-align: left;
}

.menu-day-product-content .menu-day-tab-list {
	/*padding: 30px 0;*/
}

.menu-day-product-content .menu-day-tab-list .active {
	background: #c00113;
}

.menu-day-product-content .menu-day-tab-list li {
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: top;
}

.menu-day-product-content .menu-day-tab-list li a {
	display: block;
	color: #555;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 50px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}

.menu-day-product-content .menu-day-tab-list li a i {
	font-size: 35px;
	vertical-align: middle;
}

.menu-single-tab-content.active {
	display: block;
}

.menu-single-tab-content {
	display: none;
}

.menu-day-product-content .menu-single-product-horizontal {
	border-bottom: 1px dashed #bbb;
	padding: 15px 0;
}

.menu-single-product-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.zr-theme-menu-product-info-box {
	margin-bottom: 30px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	margin-top: 30px;
	padding: 25px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	overflow: hidden;
}

.menu-single-product-horizontal .zr-theme-menu-product-info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
	font-size: 18px;
	font-weight: 400;
	color: #c00113;
}

.main-price {
	position: absolute;
	right: 25px;
	top: 0;
	background: #c00113;
	display: flex;
	height: 62px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 34px;
}

.menu-product-details {
	display: block;
	color: #c00113;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.menu-single-product-horizontal .menu-product-details p {
	margin-bottom: 0;
	color: #333;
}

.menu-single-product-horizontal .menu-product-price {
	max-width: 80px;
	padding-left: 15px;
	text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	background: #c00113;
	width: 68px;
	display: block;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

.menu-day-main-tabs-content {
	border-top: 5px solid #c00113;
}

.menu-day-product-content .menu-day-tab-list li a:hover {
	color: #c00113;
}

.menu-day-product-content .menu-day-tab-list li a:hover i {
	color: inherit;
}

.menu-day-product-content .menu-day-tab-list li a:hover i:before {
	color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a {
	color: #c00113;
}

.menu-day-product-content .menu-day-tab-list li.active a i {
	color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a i:before {
	color: inherit;
}

.menu-day-product-content .menu-single-product-horizontal {
	border-bottom: 1px dashed #bbb;
	padding: 15px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.menu-product-description {
	justify-content: space-between;
	display: list-item;
	list-style: disc;
	margin-left: 45px;
}

.menu-product-description span {
	color: #c00113;
}

/**************************************
 * Reservation Section Style
 *************************************/

.zr-theme-reservation-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../images/section-bg.jpg);
	z-index: 1;
	text-align: center;
	position: relative;
}

.zr-theme-reservation-area h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 84px;
}

.zr-theme-reservation-area h1 {
	color: #ffffff;
	font-size: 70px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: -5px;
}

.zr-theme-reservation-area h5 {
	color: #ffffff;
}

.reservation-btn {
    background-color: #181818;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 15px 37px;
    border-radius: 0.25rem;
    margin-top: 20px;
}
.reservation-btn:hover {
	color: #fff;
}
.mt-20{
	margin-top: 20px;
}

/**************************************
 * Reservation Modal Style
 *************************************/
#reservationModal .modal-dialog {
	max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
	border: none;
	border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
	padding: 25px 25px 20px;
	display: block;
	background: #c00113;
	position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
	margin-bottom: 0;
	line-height: 1;
	color: #ffffff;
	font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 1;
	color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
	padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
	overflow: hidden;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
	padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 1px;
	padding: 12px 30px 8px;
	margin-top: 4px;
	float: right;
	background: #000;
	border-radius: 25px;
}

/**************************************
 * Gallery Section Style
 *************************************/

.gallery-area {
	position: relative;
	background-color: #151b22 !important;
	background-image:
		linear-gradient(rgba(9, 12, 17, 0.46), rgba(9, 12, 17, 0.62)),
		url("../images/gallery-bg-gemini-premium.png") !important;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	overflow: hidden;
}

.gallery-area > .container {
	position: relative;
	z-index: 1;
}

/* Portfolio en index (#portafolio): títulos legibles si la sección usa fondo oscuro */
#portafolio.gallery-area .section-title h2 {
	color: #f2f2f2;
}
#portafolio.gallery-area .section-title h5 {
	color: #c8c8c8;
	border-color: rgba(255, 255, 255, 0.42);
}

.gallery-area .gallery-list {
	text-align: center;
}

.gallery-area .gallery-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.gallery-area .gallery-list .nav li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 5px;
	padding: 22px 10px;
	min-width: 140px;
	background-color: #fff;
	color: #1a1a1a;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin-bottom: 10px;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li.filter-active {
	color: #fff !important;
	background-color: #c00113;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-container {
	display: inline-block;
	width: 100%;
}

.gallery-area .gallery-grid-item {
	overflow: visible;
	transition: width 0.35s ease;
}

.gallery-grid-item img {
	width: 100%;
}

#portafolio.gallery-area .gallery-grid-item.grid-item--small,
#gallery.gallery-area .gallery-grid-item.grid-item--small {
	width: 25%;
	max-width: 25%;
	flex: 0 0 25%;
}

#portafolio.gallery-area .gallery-grid-item.grid-item--medium,
#gallery.gallery-area .gallery-grid-item.grid-item--medium,
#portafolio.gallery-area .gallery-grid-item.grid-item--large,
#gallery.gallery-area .gallery-grid-item.grid-item--large {
	width: 50%;
	max-width: 50%;
	flex: 0 0 50%;
}

#portafolio.gallery-area .gallery-grid-item.grid-item--small .gallery-item,
#gallery.gallery-area .gallery-grid-item.grid-item--small .gallery-item {
	height: 250px;
}

#portafolio.gallery-area .gallery-grid-item.grid-item--medium .gallery-item,
#gallery.gallery-area .gallery-grid-item.grid-item--medium .gallery-item {
	height: 320px;
}

#portafolio.gallery-area .gallery-grid-item.grid-item--large .gallery-item,
#gallery.gallery-area .gallery-grid-item.grid-item--large .gallery-item {
	height: 430px;
}

#portafolio.gallery-area .gallery-grid-item .gallery-item img,
#gallery.gallery-area .gallery-grid-item .gallery-item img,
#portafolio.gallery-area .gallery-grid-item .gallery-item .acr-gallery-video-thumb,
#gallery.gallery-area .gallery-grid-item .gallery-item .acr-gallery-video-thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acr-gallery-video-popup {
	display: block;
	width: min(90vw, 900px);
	max-height: 82vh;
	background: #000;
	border-radius: 6px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 30px;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	will-change: transform;
}

#portafolio.gallery-area .gallery-item:hover,
#gallery.gallery-area .gallery-item:hover {
	transform: scale(1.03);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
	z-index: 2;
}

.gallery-item .gallery-img-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .4s;
	transition: all .4s;
}


.gallery-item .gallery-img-overlay:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 3px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.gallery-item:hover .gallery-img-overlay:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(192, 1, 19, 0.5) 100%);
}

.gallery-item .gallery-img-overlay .gallery-content {
	position: relative;
	z-index: 1;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
	position: absolute;
	left: 5%;
	top: 4%;
	overflow: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .info h6 {
	margin-top: 5px;
	padding: 5px 20px;
	color: #fff;
	background: #c00113;
	border-radius: 2px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .35s ease, box-shadow .35s ease;
	transition: transform .35s ease, box-shadow .35s ease;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 163px;
	line-height: 52px;
	border-radius: 2px;
	border: 1px solid #c00113;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #c00113;
	-webkit-transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
	transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
	-webkit-transform: translate(0, 0) scale(1.02);
	transform: translate(0, 0) scale(1.02);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.gallery-more-btn {
	margin-top: 30px;
}

@media (max-width: 991px) {
	#portafolio.gallery-area .gallery-grid-item.grid-item--small,
	#gallery.gallery-area .gallery-grid-item.grid-item--small,
	#portafolio.gallery-area .gallery-grid-item.grid-item--medium,
	#gallery.gallery-area .gallery-grid-item.grid-item--medium,
	#portafolio.gallery-area .gallery-grid-item.grid-item--large,
	#gallery.gallery-area .gallery-grid-item.grid-item--large {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}

	#portafolio.gallery-area .gallery-grid-item.grid-item--small .gallery-item,
	#gallery.gallery-area .gallery-grid-item.grid-item--small .gallery-item,
	#portafolio.gallery-area .gallery-grid-item.grid-item--medium .gallery-item,
	#gallery.gallery-area .gallery-grid-item.grid-item--medium .gallery-item,
	#portafolio.gallery-area .gallery-grid-item.grid-item--large .gallery-item,
	#gallery.gallery-area .gallery-grid-item.grid-item--large .gallery-item {
		height: 300px;
	}
}

/* Móvil: grilla 2 columnas pareja, sin huecos visuales entre cards */
@media (max-width: 767px) {
	#portafolio.gallery-area .gallery-container,
	#gallery.gallery-area .gallery-container {
		--acr-gallery-gap: clamp(10px, 2.8vw, 16px);
	}

	#portafolio.gallery-area .gallery-grid-item.grid-item--small,
	#gallery.gallery-area .gallery-grid-item.grid-item--small,
	#portafolio.gallery-area .gallery-grid-item.grid-item--medium,
	#gallery.gallery-area .gallery-grid-item.grid-item--medium,
	#portafolio.gallery-area .gallery-grid-item.grid-item--large,
	#gallery.gallery-area .gallery-grid-item.grid-item--large,
	#portafolio.gallery-area .gallery-grid-item,
	#gallery.gallery-area .gallery-grid-item {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
		padding-left: calc(var(--acr-gallery-gap) / 2);
		padding-right: calc(var(--acr-gallery-gap) / 2);
		box-sizing: border-box;
	}

	#portafolio.gallery-area .gallery-grid-item.grid-item--small .gallery-item,
	#gallery.gallery-area .gallery-grid-item.grid-item--small .gallery-item,
	#portafolio.gallery-area .gallery-grid-item.grid-item--medium .gallery-item,
	#gallery.gallery-area .gallery-grid-item.grid-item--medium .gallery-item,
	#portafolio.gallery-area .gallery-grid-item.grid-item--large .gallery-item,
	#gallery.gallery-area .gallery-grid-item.grid-item--large .gallery-item,
	#portafolio.gallery-area .gallery-grid-item .gallery-item,
	#gallery.gallery-area .gallery-grid-item .gallery-item {
		height: auto;
		aspect-ratio: 4 / 5;
		max-height: none;
		margin-top: clamp(8px, 2vw, 14px);
	}

	#portafolio.gallery-area .gallery-grid-item .gallery-item.gallery-item--video-reel,
	#gallery.gallery-area .gallery-grid-item .gallery-item.gallery-item--video-reel {
		aspect-ratio: 4 / 5;
		max-height: none;
		height: auto;
	}

	.gallery-item .gallery-img-overlay .gallery-content .icon {
		width: auto;
		max-width: calc(100% - 8px);
		line-height: 1.35;
		font-size: clamp(13px, 3.4vw, 16px);
		padding: 8px 12px;
		right: 4%;
		top: 4%;
	}
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
	background-color: #181818;
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
	color: #ffffff;
}

.messages{
	padding-top: 30px;
	padding-right: 15px;
    padding-left: 15px;
}

/**************************************
 * Testimonial Section Style
 *************************************/

.testimonial-area {
	background: url(../images/section-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    text-align: center;
    position: relative;
}

.testimonial-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .2;
	z-index: -1;
	background: #000000;
}

.testimonial-area .section-title h2 {
	color: #fff;
}
.testimonial-area .section-title h5 {
	color: #fff;
}

.single-page-testimonial-area .section-title h2 {
	color: #333;
}
.single-page-testimonial-area .section-title h5 {
    color: #a1a1a1;
}

.single-testimonial {
	position: relative;
	background-color: transparent;
	padding: 40px;
	margin: 30px;
	border-radius: 3px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
	box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
	text-align: left;
	background: rgb(192 1 19 / 80%);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
}

.testimonial-bio{
	margin-right: 20px;
}
.rating-box ul li {
	display: inline-block;
}

.rating-box ul li i {
	color: #ffce39;
	font-size: 18px;
}

.testimonial-content {
	margin-top: 10px;
	margin-bottom: 20px;
}
.testimonial-content h3 {
	color: #fff;
}
.testimonial-content p {
	color: #fff;
	font-size: 15px;
}

.testimonial-content-inner{
	display: block;
}

.testimonial-bio{
	margin-right: 0px;
}

.single-testimonial .testimonial-bio .avatar {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	border: 3px solid #af0a22;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.single-testimonial .testimonial-bio .avatar img {
	display: none;
}

.single-testimonial .testimonial-bio .bio-info {
	text-align: center;
	margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	margin-top: 0;
	color: #c00113;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-family: 'Roboto', sans-serif;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 15px;
	/*color: #fff;*/
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
	background-color: #cacaca;
}

/**************************************
 * Team Section Style
 *************************************/

.team-area {}

.team-area .section-title {
	margin-bottom: 35px;
}

.single-team-box {
	margin-top: 30px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-image {
	position: relative;
	z-index: 1;
	border: 5px solid #c0011382;
	padding: 9px;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
}

.team-social-box {
	display: block;
}

.team-social-box {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
	height: 100%;
}

.single-team-box .team-social-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: inherit;
	font-size: 15px;
	margin: 12px 5px;
	vertical-align: middle;
	background: #ffffff;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
	top: 0px;
	left: 0px;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: inherit;
	border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-info {
	padding: 20px 15px 25px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-info h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.team-info span {
	color: #c00113;
	font-size: 12px;
	font-weight: 400;
	display: block;
}

.social-color-1:hover:after {
	background-color: #3b5998 !important;
}

.social-color-2:hover:after {
	background-color: #00acee !important;
}

.social-color-3:hover:after {
	background-color: #0e76a8 !important;
}

.social-color-1 {
	color: #3b5998 !important;
	background-color: transparent;
}

.social-color-2 {
	color: #00acee !important;
	background-color: transparent;
}

.social-color-3 {
	color: #0e76a8 !important;
	background-color: transparent;
}

.mt-70 {
	margin-top: 70px !important;
}

/**************************************
 * Blog Section Style
 *************************************/

.blog-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}

.blog-area--premium-bg {
	background-image: url("../images/blog/blog-bg-raptor-detailing.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.blog-area--premium-bg > .container {
	position: relative;
	z-index: 1;
}

.blog-area--premium-bg .section-title h2 {
	color: #ffffff;
}

.blog-area--premium-bg .section-title h5 {
	color: rgba(255, 255, 255, 0.78);
	border-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 992px) {
	.blog-area--premium-bg {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	.blog-area--premium-bg {
		background-attachment: scroll;
	}
}

.blog-area .single-blog {
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
	overflow: hidden;
}

.blog-area .blog-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
	color: #555;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #c00113;
	text-decoration: underline !important;
}

.blog-area .card{
	background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
	border: unset;
}

.blog-bottom-text-link {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.blog-bottom-text-link span {
	font-size: 15px;
	color: #5a5a5a;
	font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	background: #c00113;
	display: block;
	padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #c00113;
	text-decoration: underline !important;
}

.blog-more-btn {
	margin-top: 30px;
}

.card-img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.card-title {
	color: #c00113;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.cat {
	display: inline-block;
	margin-bottom: 1rem;
}

.fa-users {
	margin-left: 1rem;
}

.card-footer {
	font-size: 0.8rem;
}

.blog-btn {
	background-color: #181818;
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	color: #fff;
	padding: 15px 37px;
	border-radius: 0.25rem;
	margin-top: 20px;
}

.blog-btn:hover {
	background-color: #c00113;
	color: #ffffff;
}


/**************************************
 * Comments Section Style
 *************************************/
.comments-section h6{
	color: #c00113;
}
.comments-section i{
	margin-right: 5px;
}
/**************************************
 * Pagination Section Style
 *************************************/
.paginations{
	margin-top: 80px;
	justify-content: center;
}
.paginations .page-link{
	color: #c00113;
}
.blog-pagination{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.blog-pagination .button{
	padding: 10px 20px;
    background: #000;
    border-radius: 2px;
}
/**************************************
 * Press Section Style
 *************************************/

.theme-single-press-content {
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	background: #fbfbfb;
}

.theme-single-press-content h3 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 30px;
}
.theme-single-press-content img{
	filter: grayscale(100%);
}

/**************************************
 * Contact Section Style
 *************************************/

.contact-area {
	position: relative;
	z-index: 1;
	background-image: url(../images/section-bg.jpg);
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
}

.contact-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 1;
	z-index: -1;
}

.contact-box h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #c00113;
}

.contact-box p {
	margin-bottom: 0;
	margin-top: 7px;
	position: relative;
	padding-left: 25px;
	color: #7e7e7e;
}

.contact-box p i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #c00113;
}

.contact-box p a {
	color: #7e7e7e;
}

.contact-box p a:hover {
	color: #c00113;
}

.contact-box p.opening-hours {
	overflow: hidden;
	padding: 0;
	text-align: left;
}

.contact-box p.opening-hours span {
	float: right;
	margin-right: 25px;
}

.newsletter-form .form-control {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	height: auto;
	background-color: transparent;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #b6b6b7;
	border-bottom: 3px solid #c00113;
}

.contact-box form .button {
	display: block;
	font-size: 16px;
	width: 100%;
	padding: 3px 0;
	margin-top: 10px;
	height: 42px;
	border-radius: 3px;
}

.contact-box form .button i {
	font-size: 25px;
	padding-left: 10px;
	vertical-align: middle;
}

.form-container-box {
	background: #ffffff;
	padding: 40px;
	border-radius: 5px;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	min-height: 55px;
	background-color: #f8f8f8;
	font-weight: 500;
	border-radius: 0.25rem;
	border: 1px solid #b6b6b7;
}

.contact-area .form textarea {
	max-height: 120px;
	max-width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button,
input,
textarea {
	color: #505050;
}

button,
input,
textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * Seacrh Section Style
 *************************************/
.search-form {
	position: relative;
	overflow: hidden;
	border-radius: 0.25rem;
}
.search-form input {
	width: 100%;
	padding: 17px 28px;
	height: 61px;
	background: #2E2E2E;
	color: #fff;
}
.search-form button {
	position: absolute;
	right: 0;
	background: #c00113;
	padding: 17px 20px;
	height: 61px;
}
.search-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}

/*--------------------------------------------------------------
 * Map Section
 --------------------------------------------------------------*/
.map-content #contact-map {
  position: relative;
  width: 100%;
  height: 400px;
  border: 0;
  margin-bottom: -2px;
}
.rounded-border{
	border-radius: 5px;
    overflow: hidden;
}
/**************************************
 * Footer Section Style
 *************************************/

.footer-section {
	background: #151414;
	position: relative;
  }

/* ACR footer (premium, conversion-focused) */
.acr-footer__logo {
	display: inline-block;
}
.acr-footer__name {
	margin: 14px 0 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2px;
}
.acr-footer__tagline {
	margin: 0;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 1.8;
	max-width: 40ch;
}
.acr-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.acr-footer__list li {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 12px;
}
.acr-footer__list a {
	color: #cfcfcf;
}
.acr-footer__list a:hover {
	color: #fff;
}
.acr-footer__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.acr-footer__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
	color: #cfcfcf;
}
.acr-footer__contact-item i {
	color: #c00113;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 2px;
}
.acr-footer__contact-item a {
	color: #cfcfcf;
}
.acr-footer__contact-item a:hover {
	color: #fff;
}
.acr-footer__social {
	margin-top: 10px;
}
.acr-footer__cta {
	margin-top: 10px;
}
.acr-footer__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border-radius: 0.6rem;
}
.acr-footer__contact-item--hours {
	display: none;
}

@media (min-width: 992px) {
	.footer-section {
		overflow: hidden;
		background:
			radial-gradient(circle at 50% -18%, rgba(192, 1, 19, 0.2) 0, rgba(192, 1, 19, 0) 32%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 24%),
			repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px),
			repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px),
			#111113;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	}

	.footer-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: min(62vw, 760px);
		height: 3px;
		transform: translateX(-50%);
		border-radius: 0 0 999px 999px;
		background: linear-gradient(90deg, rgba(192, 1, 19, 0), rgba(225, 6, 0, 0.95), rgba(192, 1, 19, 0));
		box-shadow: 0 0 24px rgba(225, 6, 0, 0.35);
	}

	.footer-section .container {
		position: relative;
		z-index: 1;
	}

	.footer-content.pt-5.pb-5 {
		padding-top: 34px !important;
		padding-bottom: 30px !important;
	}

	.acr-footer {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.acr-footer > [class*="col-"] {
		margin-bottom: 0 !important;
	}

	.acr-footer > .col-xl-4:first-child {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.acr-footer__brand {
		max-width: 520px;
		margin: 0 auto 30px;
	}

	.acr-footer__logo {
		margin-bottom: 12px;
	}

	.footer-logo.acr-footer__logo img {
		width: 220px;
		max-width: 220px;
		height: 220px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
	}

	.acr-footer__name {
		margin: 8px 0 6px;
		font-size: 18px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.acr-footer__tagline {
		max-width: 56ch;
		margin: 0 auto;
		color: rgba(255, 255, 255, 0.58);
		font-size: 13px;
		line-height: 1.75;
	}

	.acr-footer__links,
	.acr-footer__social,
	.acr-footer__cta {
		display: none;
	}

	.acr-footer > .col-xl-4:nth-child(3) {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.acr-footer__contact {
		max-width: 1040px;
		margin: 0 auto;
		box-sizing: border-box;
		padding-inline: clamp(48px, 7vw, 120px) 0;
	}

	.acr-footer__contact .acr-footer__heading {
		display: none;
	}

	.acr-footer__contact-list {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.62fr) minmax(0, 1fr);
		gap: 22px;
		align-items: start;
		justify-items: stretch;
		justify-content: center;
	}

	.acr-footer__contact-item,
	.acr-footer__contact-item--hours {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: 150px;
		margin: 0;
		padding: 2px 8px;
		color: rgba(255, 255, 255, 0.72);
		text-align: center;
	}

	.acr-footer__contact-item::before {
		display: none;
	}

	.acr-footer__contact-link {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		max-width: 100%;
		min-height: 148px;
		padding: 0 6px;
		box-sizing: border-box;
		color: inherit;
		text-decoration: none;
		text-transform: none !important;
	}

	.acr-footer__contact-link::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 34px;
		width: 52px;
		height: 52px;
		transform: translate(-50%, -50%) scale(0.8);
		border-radius: 50%;
		background: radial-gradient(circle, rgba(225, 6, 0, 0.22) 0%, rgba(225, 6, 0, 0.1) 38%, rgba(225, 6, 0, 0) 72%);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.28s ease, transform 0.28s ease;
	}

	.acr-footer__contact-item i {
		position: relative;
		z-index: 1;
		display: inline-flex;
		flex-shrink: 0;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		margin: 0 auto 14px;
		color: #e10600;
		font-size: 28px;
		line-height: 1;
		text-shadow: none;
		transform: translateY(0) scale(1);
		transform-origin: center center;
		transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.28s ease, text-shadow 0.28s ease;
	}

	.acr-footer__contact-icon {
		position: relative;
		z-index: 1;
		display: block;
		flex-shrink: 0;
		width: 38px;
		height: 38px;
		margin: 0 auto 14px;
		object-fit: contain;
		object-position: center;
		transform: translateY(0) scale(1);
		transform-origin: center center;
		filter: drop-shadow(0 0 0 rgba(225, 6, 0, 0));
		transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.28s ease;
	}

	.acr-footer__contact-copy {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
		gap: 4px;
		width: 100%;
		max-width: 100%;
		color: inherit;
		text-transform: none;
		text-align: center;
	}

	.acr-footer__contact-copy strong {
		display: block;
		box-sizing: border-box;
		width: fit-content;
		max-width: 100%;
		margin-inline: auto;
		padding-inline: 2px;
		color: rgba(255, 255, 255, 0.86);
		font-size: 12.5px;
		font-weight: 700;
		line-height: 1.35;
		letter-spacing: 0.02em;
		text-wrap: balance;
		text-align: center;
		white-space: normal;
		overflow-wrap: break-word;
		transition: color 0.28s ease;
	}

	.acr-footer__contact-item:nth-child(3) {
		min-width: 0;
		container-type: inline-size;
		container-name: acr-footer-email;
	}

	.acr-footer__contact-item:nth-child(3) .acr-footer__contact-copy {
		min-width: 0;
	}

	.acr-footer__contact-item:nth-child(3) .acr-footer__contact-copy strong {
		font-size: clamp(10px, 0.42vw + 9.4px, 12px);
		letter-spacing: 0;
		text-transform: lowercase !important;
		white-space: nowrap;
		text-wrap: unset;
		overflow-wrap: normal;
		word-break: normal;
		line-height: 1.38;
	}

	@container acr-footer-email (max-width: 230px) {
		.acr-footer__contact-item:nth-child(3) .acr-footer__contact-copy strong {
			white-space: normal;
			text-wrap: balance;
			line-height: 1.42;
			font-size: clamp(9.65px, 4.55cqi, 11px);
		}
	}

	.acr-footer__contact-copy small {
		display: block;
		box-sizing: border-box;
		width: fit-content;
		max-width: 100%;
		margin-inline: auto;
		padding-inline: 2px;
		color: rgba(255, 255, 255, 0.56);
		font-size: 11px;
		font-weight: 500;
		line-height: 1.4;
		text-wrap: balance;
		text-align: center;
		white-space: normal;
		overflow-wrap: break-word;
		transition: color 0.28s ease;
	}

	.acr-footer__contact-copy em {
		display: block;
		box-sizing: border-box;
		width: fit-content;
		max-width: 100%;
		margin-inline: auto;
		margin-top: 8px;
		padding-inline: 2px;
		color: rgba(225, 6, 0, 0.95);
		font-size: 11px;
		font-weight: 700;
		font-style: normal;
		line-height: 1.1;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		text-align: center;
		transition: color 0.28s ease;
	}

	.acr-footer__contact-link:hover::before,
	.acr-footer__contact-item:hover .acr-footer__contact-link::before {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.12);
	}

	.acr-footer__contact-link:hover i,
	.acr-footer__contact-item:hover i {
		color: #ff241f;
		text-shadow: 0 0 16px rgba(225, 6, 0, 0.42);
		transform: translateY(-6px) scale(1.08);
	}

	.acr-footer__contact-link:hover .acr-footer__contact-icon,
	.acr-footer__contact-item:hover .acr-footer__contact-icon {
		filter: drop-shadow(0 0 14px rgba(225, 6, 0, 0.42));
		transform: translateY(-6px) scale(1.08);
	}

	.acr-footer__contact-link:hover .acr-footer__contact-copy strong,
	.acr-footer__contact-item:hover .acr-footer__contact-copy strong {
		color: rgba(255, 255, 255, 0.88);
	}

	.acr-footer__contact-link:hover .acr-footer__contact-copy small,
	.acr-footer__contact-item:hover .acr-footer__contact-copy small {
		color: rgba(255, 255, 255, 0.68);
	}

	.acr-footer__contact-item:first-child .acr-footer__contact-link:hover::before,
	.acr-footer__contact-item:first-child:hover .acr-footer__contact-link::before {
		background: radial-gradient(circle, rgba(37, 211, 102, 0.26) 0%, rgba(37, 211, 102, 0.12) 38%, rgba(37, 211, 102, 0) 72%);
	}

	.acr-footer__contact-item:first-child .acr-footer__contact-link:hover i,
	.acr-footer__contact-item:first-child:hover i {
		color: #25D366;
		text-shadow: 0 0 16px rgba(37, 211, 102, 0.38);
	}

	.footer-widget .acr-footer__contact-list .acr-footer__contact-link,
	.footer-widget .acr-footer__contact-list .acr-footer__contact-copy strong,
	.footer-widget .acr-footer__contact-list .acr-footer__contact-copy small,
	.footer-widget .acr-footer__contact-list .acr-footer__contact-copy em {
		text-transform: none !important;
	}

	.copyright-area {
		background: rgba(5, 5, 6, 0.58);
		border-top: 1px solid rgba(255, 255, 255, 0.055);
		padding: 12px 0;
	}

	.copyright-area .row {
		justify-content: center;
	}

	.copyright-area .col-xl-6:first-child {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
	}

	.copyright-text p {
		color: rgba(255, 255, 255, 0.7);
		font-size: 12px;
		letter-spacing: 0.025em;
	}

	.footer-menu {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.acr-footer__brand,
	.acr-footer__links,
	.acr-footer__contact {
		text-align: center;
	}
	.acr-footer__tagline {
		margin-left: auto;
		margin-right: auto;
	}
	.acr-footer__contact-item {
		justify-content: center;
	}
	.acr-footer__contact-link {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: inherit;
	}
	.acr-footer__contact-icon {
		width: 18px;
		height: 18px;
		object-fit: contain;
	}
	.acr-footer__contact-copy small,
	.acr-footer__contact-copy em {
		display: none;
	}
	.acr-footer__contact-copy strong {
		font: inherit;
		color: inherit;
	}
	.acr-footer__contact-item--hours {
		display: none;
	}
	.acr-footer__cta {
		text-align: center;
		margin-top: 18px;
	}
}
  .footer-cta {
	border-bottom: 1px solid #373636;
  }
  .single-cta i {
	color: #c00113;
	font-size: 42px;
	float: left;
	margin-top: 8px;
  }
  .cta-text {
	padding-left: 15px;
	display: inline-block;
  }
  .cta-text h4 {
	color: #c00113;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 2px;
	}
  .cta-text span {
	color: #757575;
	font-size: 15px;
  }
  .footer-content {
	position: relative;
	z-index: 2;
  }
  .footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
  }
.footer-widget{
	margin-bottom:20px;
}
  .footer-logo {
	margin-bottom: 30px;
  }
  .footer-logo img {
	  max-width: 252px;
	  border-radius: 50%;
	  object-fit: contain;
  }
  .footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
	}
  .footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
  }
  .footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
  }
  .footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 41px;
	border-radius: 0.25rem;
	background: #c00113;
	}
  /* Footer socials (CTA): look premium + clear hover */
  .footer-social-icon.footer-social-icon--cta {
	margin: 0 0 18px;
  }
  .footer-social-icon.footer-social-icon--cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 52px;
	border-radius: 0.6rem;
	background: #111;
	color: #fff;
	text-decoration: none;
	transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
	margin-right: 18px;
	outline: none;
  }
  .footer-social-icon.footer-social-icon--cta a:last-child {
	margin-right: 0;
  }
  .footer-social-icon.footer-social-icon--cta a:hover {
	background: #1a1a1a;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  }
  /* Hover: icon branding colors (keeps premium) */
  .footer-social-icon.footer-social-icon--cta a[aria-label="Facebook"]:hover i {
	color: #1877F2; /* Facebook Blue */
  }
  .footer-social-icon.footer-social-icon--cta a[aria-label="Instagram"]:hover i {
	color: #E1306C; /* Instagram Pink */
  }
  .footer-social-icon.footer-social-icon--cta a:focus-visible {
	box-shadow: 0 0 0 3px rgba(192, 1, 19, 0.35);
  }
  .footer-social-icon.footer-social-icon--cta i {
	background: transparent !important;
	height: auto;
	width: auto;
	line-height: 1;
	font-size: 18px;
	color: inherit;
  }

  /* Reveal animation (one-shot) when socials enter viewport */
  .footer-social-icon.footer-social-icon--cta a.acr-social-reveal {
	opacity: 0;
	transform: translateY(6px) scale(0.9);
  }
  .footer-social-icon.footer-social-icon--cta a.acr-social-reveal.acr-social-reveal--in {
	opacity: 1;
	transform: translateY(0) scale(1);
	animation: acrFooterSocialPop 520ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
  }
  @keyframes acrFooterSocialPop {
	0% { transform: translateY(6px) scale(0.9); }
	65% { transform: translateY(0) scale(1.04); }
	100% { transform: translateY(0) scale(1); }
  }
  @media (prefers-reduced-motion: reduce) {
	.footer-social-icon.footer-social-icon--cta a {
		transition: none;
	}
	.footer-social-icon.footer-social-icon--cta a.acr-social-reveal {
		opacity: 1;
		transform: none;
	}
	.footer-social-icon.footer-social-icon--cta a.acr-social-reveal.acr-social-reveal--in {
		animation: none;
	}
  }
  .facebook-bg{
	background: #3B5998;
  }
  .twitter-bg{
	background: #55ACEE;
  }
  .google-bg{
	background: #DD4B39;
  }
  .footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
	position: relative;
	}
  .footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 100%;
	background: #c00113;
  }
  .footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
	color: #c00113;
  }
  .footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
  }
  .subscribe-form {
	position: relative;
	overflow: hidden;
	border-radius: 0.25rem;
	}
  .subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
  }
  .subscribe-form button {
	position: absolute;
    right: 0;
    background: #c00113;
    padding: 16px 20px;
    border: 1px solid #c00113;
    top: 0px;
  }
  .subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
  }
  .copyright-area{
	background: #c00113;
	padding: 25px 0;
	}
  .copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	}
  .copyright-text p a{
	color: #c00113;
  }
  .footer-menu li {
	display: inline-block;
	margin-left: 20px;
  }
  .footer-menu li:hover a{
	color: #c00113;
  }
  .footer-menu li a {
	font-size: 14px;
	color: #ffffff;
}
.footer-menu li a:hover{
	color: #000000;
}

.footer-social-icon{
	margin: 20px 0;
}

/* Footer: centrado y mejor spacing en mobile */
@media (max-width: 767.98px) {
	.footer-section .footer-widget,
	.footer-section .footer-text,
	.footer-section .footer-widget-heading,
	.footer-section .footer-widget ul,
	.footer-section .footer-widget ul li {
		text-align: center;
	}

	/* Links: una columna y centrados */
	.footer-section .footer-widget ul li {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}

	/* Subrayado del título centrado */
	.footer-widget-heading h3::before {
		left: 50%;
		transform: translateX(-50%);
		width: 72%;
	}

	/* Redes: centradas, con separación consistente */
	.footer-social-icon.footer-social-icon--cta {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
		margin: 8px 0 22px;
	}
	.footer-social-icon.footer-social-icon--cta a {
		margin-right: 0;
	}

	/* Texto final: aire */
	.footer-section .footer-text.mb-25 {
		margin-top: 6px;
	}
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.hidden {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link{
		font-size: 14px;
	}
	h5 {
	    font-weight: 600;
	    letter-spacing: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-b .navbar-brand:after {
		display: none !important;
		content: none !important;
		border: none !important;
	}
	.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	    font-size: 12px;
	}
	.slider .parallax-slider .caption h2 {
	    font-size: 20px;
	}
	.slider .parallax-slider .caption h3 {
    	font-size: 21px;
	}
	.slider .parallax-slider .swiper-slide {
	    min-height: 800px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-b .navbar-brand:after {
		display: none !important;
		content: none !important;
		border: none !important;
		width: 0 !important;
		height: 0 !important;
	}
	.zr-theme-menu-header-navber-area .nav-top-bar {
		display: none;
	}
	.navbar-b .navbar-brand img {
		position: relative;
		top: 0;
		width: auto;
		max-width: 202px;
		max-height: 72px;
		height: auto;
		padding: 4px 6px;
	}
	.navbar-b .navbar-brand:before {
		display: none !important;
		content: none !important;
		width: 0 !important;
		height: 0 !important;
		background: none !important;
		box-shadow: none !important;
	}
	/* Panel móvil de la plantilla eliminado: navegación móvil en #acr-mobile-offcanvas */
	#mainNav #navbarDefault.navbar-collapse {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		width: 0 !important;
		overflow: hidden !important;
		position: absolute !important;
		pointer-events: none !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.slider .parallax-slider .caption h1{
		font-size: 50px;
	}
	.slider .parallax-slider .swiper-slide{
		min-height: 800px;
	}
}

@media only screen and (max-width: 767px) {
	.gallery-area {
		/* Mobile: evitar glitches de background fixed en navegadores móviles */
		background-attachment: scroll !important;
		background-position: center center !important;
	}
	.form-bg .button {
	    background: #c00113;
	    margin-top: 0;
	    padding: 15px 20px;
	}
	.hero-social-links {
		position: absolute;
		left: 0%;
		bottom: 11%;
		right: 0%;
		top: unset;
		z-index: 888888905;
		display: flex;
		flex-direction: row;
	}
	.slider .parallax-slider .caption h2 {
	    font-size: 21px;
	}
	.slider .parallax-slider .caption h3 {
    	font-size: 19px;
	}
	.hero-social-links a {
		margin: 5px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.home-area {
		padding-top: 130px;
	}
	.home-area .home-content h1 {
		font-size: 65px;
	}
	/* slider */
	.slider .parallax-slider .caption h1 {
		font-size: 65px;
	}
	.slider .control-text .swiper-nav-ctrl {
		margin-left: 10px;
		margin-right: 10px;
	}
	.about-content h2{
		font-size: 30px;
	}
	.menu-day-product-content .menu-day-tab-list li {
		padding: 10px 15px;
		margin: 15px 0;
		border: 0;
	}
	.menu-day-product-content .menu-day-tab-list li a {
		font-size: 16px;
	}
	.zr-theme-reservation-area h2 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.gallery-area .gallery-list .nav li {
		margin: 10px 10px;
	}
	.theme-single-press-content {
		/*padding: 15px 0;*/
		margin-bottom: 15px;
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.form-container-box {
		padding: 25px 15px;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}
	.header-chef-image img{
		max-width: 200px;
	}
	.book-now a{
		display: inline-block;
	}
	.zr-theme-reservation-area .text-right{
		text-align: left !important;
	}
	.main-price {
	    position: unset;
	    right: 2px;
	    top: 0;
	    background: #444444;
	    display: flex;
	    height: 50px;
	    /* width: 100px; */
	    text-align: center;
	    vertical-align: middle;
	    align-items: center;
	    justify-content: center;
	    color: #ffffff;
	    font-size: 34px;
	    margin-bottom: 12px;
	}
	.testimonial-content-inner{
		display: block;
	}
	.testimonial-bio{
		margin-right: 0px;
	}
	.single-testimonial .testimonial-bio .avatar {
		border-color: #fff;
	}
	.form-container-box .single-cta{
	    margin-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-area .home-content h1 {
		font-size: 80px;
	}
	.home-area {
		padding-top: 170px;
		padding-bottom: 40px;
	}
	.about-image {
		text-align: center;
		margin-top: 30px;
	}
	.tab .tabs li {
		margin: 0 20px;
	}
	.theme-single-press-content {
		margin-bottom: 30px;
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.header-chef-image img{
		max-width: 200px;
	}
	.book-now a{
		display: inline-block;
	}
	.zr-theme-reservation-area .text-right{
		text-align: left !important;
	}

}
@media screen and (max-width: 320px) and (min-width: 0px){
	.section-title h2 {
		font-size: 30px;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area .home-content {
		margin-bottom: 30px;
		text-align: center;
	}
	.home-area {
		padding-top: 130px;
	}
	.home-area .home-content h1 {
		font-size: 40px;
	}
	/* slider */
	.slider .parallax-slider .caption h1 {
		font-size: 40px;
	}
	.slider .control-text .swiper-nav-ctrl {
		display: none;
	}
	.about-content h2{
		font-size: 30px;
	}
	.zr-theme-reservation-area h2 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.gallery-area .gallery-list .nav li {
		margin: 10px 10px;
	}
	.theme-single-press-content {
		/*padding: 15px 0;*/
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.form-container-box {
		padding: 25px 15px;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}
	
}

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 30px;
	}
	.navbar-b .nav-item {
		margin-bottom: 10px;
	}
	.navbar-b .nav-item:last-child {
		margin-bottom: 0px;
	}
	.home-area .home-content h1 {
		font-size: 50px;
	}
	/* slider */
	.slider .parallax-slider .caption h1 {
		font-size: 50px;
	}
	.slider .control-text .swiper-nav-ctrl {
		display: none;
	}

	.about-content h2{
		font-size: 30px;
	}
	.zr-theme-reservation-area h2 {
		font-size: 35px;
		margin-bottom: 0;
	}
	.gallery-area .gallery-list .nav li {
		margin: 10px 10px;
	}
	.theme-single-press-content {
		/*padding: 15px 0;*/
	}
	.theme-single-press-content h3 {
		padding-bottom: 15px;
	}
	.contact-box {
		margin-bottom: 30px;
	}
	.form-container-box {
		padding: 25px 15px;
		margin-top: 30px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area .footer-link ul {
		margin-top: 10px;
		text-align: center;
		list-style-type: none;
	}

}


@media only screen and (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1320px;
	}
}

/* Footer "Enlaces útiles": mismos colores que el resto del bloque; sin puntero de enlace (href removido por main.js) */
.footer-widget ul.acr-footer-enlaces li a {
	cursor: default;
}
.footer-widget ul.acr-footer-enlaces li a:hover {
	color: #878787;
}

/* Header desktop limpio: sin top bar, bloque único, nav centrada y CTA a la derecha */
@media only screen and (min-width: 992px) {
	.zr-theme-menu-header-navber-area {
		top: 0;
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	/* Opción recomendada: eliminar barra superior separada */
	.zr-theme-menu-header-navber-area .nav-top-bar {
		display: none !important;
	}

	#mainNav.navbar-b {
		height: auto;
		min-height: 88px;
		padding-top: 12px;
		padding-bottom: 12px;
		margin-top: 0 !important;
	}

	#mainNav .container {
		max-width: 1360px;
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		position: relative;
	}

	#mainNav .navbar-brand {
		display: inline-flex;
		align-items: center;
		flex: 0 0 auto;
		margin-right: 56px;
		z-index: 2;
	}

	#mainNav #navbarDefault.navbar-collapse {
		display: flex !important;
		flex: 1 1 auto;
		align-items: center;
		justify-content: center !important;
	}

	#mainNav .navbar-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		column-gap: 20px;
		row-gap: 0;
	}

	#mainNav .navbar-nav > li:not(.book-now) {
		order: 1;
	}

	#mainNav .navbar-nav > li.book-now {
		order: 2;
		margin-left: auto;
		padding-left: 18px !important;
	}

	.navbar-b.navbar-trans .nav-item,
	.navbar-b.navbar-reduce .nav-item {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-b.navbar-trans .nav-link,
	.navbar-b.navbar-reduce .nav-link {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 15.5px;
		letter-spacing: 0.3px;
		line-height: 1.2;
	}

	.book-now a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1.1;
		padding: 0.85em 1.35em !important;
		white-space: nowrap;
	}
}

/* Ajuste fino extra para pantallas muy anchas (2560+) */
@media only screen and (min-width: 1200px) {
	#mainNav #navbarDefault.navbar-collapse {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		flex: 0 0 auto;
		width: 100%;
		pointer-events: none;
	}

	#mainNav .navbar-nav {
		position: relative;
		width: 100%;
		justify-content: center;
		pointer-events: none;
	}

	#mainNav .navbar-nav > li {
		pointer-events: auto;
	}

	#mainNav .navbar-nav > li.book-now {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		margin-left: 0;
		padding-left: 0 !important;
		z-index: 3;
	}
}

@media only screen and (min-width: 1400px) {
	#mainNav .container {
		max-width: 1360px;
		padding-left: 28px;
		padding-right: 28px;
	}

	#mainNav .navbar-nav {
		column-gap: 26px;
	}

	#mainNav #navbarDefault.navbar-collapse {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* CTA reserva / banners rojos: tipografía tablet y móvil (desktop > 992px sin cambios) */
@media only screen and (max-width: 991.98px) {
	.zr-theme-reservation-area {
		padding-left: 1rem;
		padding-right: 1rem;
		background-attachment: scroll;
	}
	.zr-theme-reservation-area h2 {
		font-size: clamp(1.0625rem, 2.6vw + 0.45rem, 1.375rem);
		line-height: 1.28;
		font-weight: 500;
		margin-bottom: 0.45rem;
	}
	.zr-theme-reservation-area h1 {
		font-size: clamp(1.375rem, 3.8vw + 0.55rem, 1.875rem);
		line-height: 1.2;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 0.65rem;
	}
	.zr-theme-reservation-area h5 {
		font-size: clamp(0.875rem, 1.5vw + 0.5rem, 1rem);
		line-height: 1.55;
		font-weight: 400;
		letter-spacing: 0.04em;
		margin-bottom: 0.35rem;
		max-width: 36rem;
		margin-left: auto;
		margin-right: auto;
	}
	.zr-theme-reservation-area .mt-20 {
		margin-top: 1.1rem;
	}
	.zr-theme-reservation-area .reservation-btn {
		margin-top: 0.85rem;
		padding: 12px 26px;
		font-size: 0.9375rem;
	}
}

/* Mobile: fondos para la capa parallax JS, sin tocar el fixed desktop */
.testimonial-area {
	--acr-mobile-parallax-bg-image: url(../images/section-bg.jpg);
	--acr-mobile-parallax-bg-position: center center;
	--acr-mobile-parallax-bg-size: cover;
	--acr-mobile-parallax-overlay: rgba(0, 0, 0, 0.1);
}

.blog-area--premium-bg {
	--acr-mobile-parallax-bg-image: url("../images/blog/blog-bg-raptor-detailing.png");
	--acr-mobile-parallax-bg-position: center top;
	--acr-mobile-parallax-bg-size: cover;
	--acr-mobile-parallax-overlay: rgba(0, 0, 0, 0.12);
}

.zr-theme-reservation-area {
	--acr-mobile-parallax-bg-image: url(../images/section-bg.jpg);
	--acr-mobile-parallax-bg-position: center center;
	--acr-mobile-parallax-bg-size: cover;
	--acr-mobile-parallax-overlay: rgba(0, 0, 0, 0.08);
}

.gallery-area {
	--acr-mobile-parallax-bg-image:
		linear-gradient(rgba(9, 12, 17, 0.46), rgba(9, 12, 17, 0.62)),
		url("../images/gallery-bg-gemini-premium.png");
	--acr-mobile-parallax-bg-position: center center;
	--acr-mobile-parallax-bg-size: cover;
	--acr-mobile-parallax-overlay: rgba(0, 0, 0, 0.06);
}

.contact-area {
	--acr-mobile-parallax-bg-image: url(../images/section-bg.jpg);
	--acr-mobile-parallax-bg-position: center center;
	--acr-mobile-parallax-bg-size: cover;
	--acr-mobile-parallax-overlay: rgba(255, 255, 255, 0.72);
}

@media only screen and (max-width: 767px) {
	.testimonial-area,
	.blog-area--premium-bg,
	.zr-theme-reservation-area,
	.gallery-area,
	.contact-area {
		background-attachment: scroll !important;
		background-position: center center !important;
		background-size: cover !important;
		isolation: isolate;
		overflow: hidden;
		position: relative;
	}

	.testimonial-area.mobile-parallax,
	.blog-area--premium-bg.mobile-parallax,
	.zr-theme-reservation-area.mobile-parallax,
	.gallery-area.mobile-parallax,
	.contact-area.mobile-parallax {
		background-image: none !important;
	}

	.mobile-parallax > .mobile-parallax-bg {
		position: absolute;
		inset: -12% 0;
		z-index: -2;
		pointer-events: none;
		background-image: var(--acr-mobile-parallax-bg-image);
		background-position: var(--acr-mobile-parallax-bg-position);
		background-repeat: no-repeat;
		background-size: var(--acr-mobile-parallax-bg-size);
		filter: saturate(1.02) contrast(1.015);
		transform: translate3d(0, 0, 0) scale(1.025);
		transform-origin: center center;
		will-change: transform;
	}

	.mobile-parallax > .mobile-parallax-bg::after {
		content: "";
		position: absolute;
		inset: 0;
		background: var(--acr-mobile-parallax-overlay);
		pointer-events: none;
	}
}

@media only screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
	.mobile-parallax > .mobile-parallax-bg {
		transform: translate3d(0, 0, 0) scale(1.01) !important;
		will-change: auto;
	}
}

/**************************************
 * Page loader Auto Club (#acr-page-loader) — todas las páginas
 * (antes en acr-integration.css)
 **************************************/
#acr-page-loader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	z-index: 9999999;
	background: #fff;
	transition: 0.3s all ease;
	touch-action: none;
}

#acr-page-loader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#acr-page-loader.ending {
	display: none;
}

#acr-page-loader svg {
	width: 168px;
	max-width: 50vw;
	height: auto;
}

#acr-page-loader p {
	font-weight: 500;
	font-size: 0.875rem;
	margin-top: 8px;
	margin-bottom: 0;
}

#acr-page-loader #wheel-1,
#acr-page-loader #wheel-2 {
	width: 36px;
	height: 36px;
	animation: acr-cssload-spin 1s infinite linear;
	transform-origin: center;
	transform-box: fill-box;
}

#acr-page-loader #group-3 {
	animation: acr-swing 1.5s infinite ease-in-out;
}

@keyframes acr-cssload-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes acr-swing {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(1px);
	}
	60% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-1px);
	}
}

/* ============================================
 * Auto Club — Footer premium (acr-premium-footer)
 * ============================================ */
.footer-section.acr-premium-footer {
	overflow: visible;
}

@media (min-width: 992px) {
	.footer-section.acr-premium-footer::before {
		display: none !important;
		content: none !important;
	}

	/* Solo textura tipo fibra (#111113 + grillas); la línea animada marca el acento rojo */
	.footer-section.acr-premium-footer {
		box-shadow: none;
		background:
			repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px),
			repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px),
			#111113;
	}
}

.footer-section.acr-premium-footer > .container,
.footer-section.acr-premium-footer > .acr-premium-footer__copyright {
	position: relative;
	z-index: 2;
}

.acr-premium-footer__glow-line {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	box-sizing: border-box;
	width: min(620px, 82%);
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	pointer-events: none;
	will-change: transform, opacity;
	transform-origin: center center;
	transform: translate(-50%, 0) scaleX(0);
	opacity: 0;
	filter: none;
	/* Brazo láser — rojo marca dominante (#e10600), puntas apenas suaves */
	background: linear-gradient(
		90deg,
		rgba(225, 6, 0, 0),
		rgba(225, 6, 0, 0.55) 6%,
		#b30504 20%,
		#db0604 38%,
		#e10600 50%,
		#db0604 62%,
		#b30504 80%,
		rgba(225, 6, 0, 0.55) 94%,
		rgba(225, 6, 0, 0)
	);
	box-shadow:
		0 0 12px rgba(225, 6, 0, 0.55),
		0 0 26px rgba(225, 6, 0, 0.32),
		0 0 48px rgba(180, 0, 8, 0.14),
		0 1px 0 rgba(255, 255, 255, 0.08),
		inset 0 1px 0 rgba(255, 230, 225, 0.18);
}

/* Ligero hotspot cálido; menos blanco para que no apague el rojo */
.acr-premium-footer__glow-line::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0.38;
	mix-blend-mode: screen;
	background: linear-gradient(
		90deg,
		transparent 38%,
		rgba(255, 200, 195, 0.45) 50%,
		transparent 62%
	);
}

.acr-premium-footer--visible .acr-premium-footer__glow-line {
	animation: acr-premium-footer-line-reveal 1.25s cubic-bezier(0.2, 0.92, 0.34, 1) forwards;
}

@keyframes acr-premium-footer-line-reveal {
	0% {
		opacity: 0;
		transform: translate(-50%, 0) scaleX(0);
	}
	22% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translate(-50%, 0) scaleX(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.acr-premium-footer__glow-line {
		animation: none !important;
		transform: translate(-50%, 0) scaleX(1);
		opacity: 1;
		filter: none;
		box-shadow:
			0 0 10px rgba(225, 6, 0, 0.42),
			0 0 22px rgba(225, 6, 0, 0.24),
			0 1px 0 rgba(255, 255, 255, 0.06),
			inset 0 1px 0 rgba(255, 230, 225, 0.14);
	}
}

.acr-premium-footer__inner {
	padding: clamp(28px, 4vw, 52px) 0 clamp(36px, 5vw, 64px);
}

.acr-premium-footer__brand {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(40px, 7vw, 88px);
}

/* Sin iluminación difusa extra — el logo queda limpio sobre la textura */
.acr-premium-footer__brand::before {
	display: none;
}

.acr-premium-footer__logo-link {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1.5rem;
}

.acr-premium-footer__logo-ring {
	display: block;
	margin-inline: auto;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	box-sizing: content-box;
	width: auto;
	height: auto;
	max-width: none;
	line-height: 0;
}

.acr-premium-footer__logo-ring img {
	display: block;
	width: auto;
	height: auto;
	max-width: min(300px, 78vw);
	max-height: min(300px, 78vw);
	object-fit: contain;
	border-radius: 0;
}

.acr-premium-footer__tagline {
	max-width: 36rem;
	margin: 0 auto;
	color: rgba(200, 200, 202, 0.88);
	font-size: clamp(15px, 1.25vw, 19px);
	font-weight: 500;
	font-style: italic;
	line-height: 1.65;
}

.acr-premium-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(36px, 6vw, 52px) clamp(20px, 3vw, 40px);
	align-items: start;
	justify-items: stretch;
	max-width: min(1160px, 100%);
	margin-inline: auto;
}

@media (min-width: 576px) {
	.acr-premium-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.acr-premium-footer__grid {
		grid-template-columns: repeat(4, minmax(160px, 1fr));
		gap: clamp(28px, 3vw, 40px);
	}
}

.acr-premium-footer__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.82);
	box-sizing: border-box;
	padding: 4px 10px;
	min-width: 0;
}

a.acr-premium-footer__col:hover {
	color: rgba(255, 255, 255, 0.94);
}

.acr-premium-footer__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	will-change: transform;
}

.acr-premium-footer__col:hover .acr-premium-footer__icon-wrap:not(.acr-premium-footer__icon-wrap--whatsapp) {
	transform: scale(1.1);
}

/* WhatsApp: flotación + escala contenida (el color/Green glow van en el SVG) */
.acr-premium-footer__icon-wrap--whatsapp {
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.acr-premium-footer__col:hover .acr-premium-footer__icon-wrap--whatsapp {
	transform: translateY(-5px) scale(1.07);
}

.acr-premium-footer__svg {
	width: 48px;
	height: 48px;
	color: #e10600;
	transition:
		filter 0.28s ease,
		transform 0.3s ease,
		color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}

/* Pin ubicación — inline SVG; color recorre todo el símbolo (fill currentColor) */
.acr-premium-footer__location-svg {
	display: block;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	color: #e10600;
	transform: translateZ(0);
	transform-origin: center;
	transition:
		color 0.55s cubic-bezier(0.28, 0.92, 0.34, 1),
		filter 0.55s cubic-bezier(0.28, 0.92, 0.34, 1),
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.acr-premium-footer__grid > .acr-premium-footer__col:nth-child(2):hover .acr-premium-footer__location-svg {
	color: #fbbf24;
	transform: translateY(-2px) scale(1.045);
	filter:
		brightness(1.06)
		drop-shadow(0 0 12px rgba(251, 191, 36, 0.55))
		drop-shadow(0 0 24px rgba(255, 209, 102, 0.2))
		drop-shadow(0 1px 0 rgba(255, 246, 220, 0.45));
}

.acr-premium-footer__grid > .acr-premium-footer__col:nth-child(3):hover .acr-premium-footer__svg {
	color: #f5f5f5;
	filter:
		drop-shadow(0 0 11px rgba(255, 255, 255, 0.22))
		drop-shadow(0 0 22px rgba(245, 245, 247, 0.1))
		drop-shadow(0 0 1px rgba(255, 255, 255, 0.35));
}

/* Reloj — cian tecnológico suave (mejor pairing con fondo oscuro que naranja) */
.acr-premium-footer__grid > .acr-premium-footer__col:nth-child(4):hover .acr-premium-footer__svg {
	color: #5ed4e8;
	filter:
		drop-shadow(0 0 12px rgba(94, 212, 232, 0.42))
		drop-shadow(0 0 22px rgba(60, 180, 205, 0.16))
		drop-shadow(0 2px 8px rgba(0, 210, 240, 0.12));
}

/* WhatsApp: estado base → verde oficial + halo suave al hover */
.acr-premium-footer__whatsapp-svg {
	display: block;
	color: #e10600;
	transform: translateZ(0);
	transition:
		color 0.5s cubic-bezier(0.33, 1, 0.68, 1),
		filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: drop-shadow(0 0 0 transparent);
}

.acr-premium-footer__col:hover .acr-premium-footer__whatsapp-svg {
	color: #25d366;
	filter:
		drop-shadow(0 0 10px rgba(37, 211, 102, 0.5))
		drop-shadow(0 0 22px rgba(37, 211, 102, 0.22))
		drop-shadow(0 6px 14px rgba(18, 140, 126, 0.28));
}

/*
 * Mobile/tablet (<992px): misma estética premium que :hover, activada por scroll
 * (clase .acr-premium-footer__col--scroll-inview vía acr-footer-premium.js).
 * Desktop no usa .acr-premium-footer--mobile-scroll-icons.
 */
@media (max-width: 991.98px) {
	.acr-premium-footer--mobile-scroll-icons .acr-premium-footer__icon-wrap:not(.acr-premium-footer__icon-wrap--whatsapp) {
		transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
	}

	.acr-premium-footer--mobile-scroll-icons .acr-premium-footer__icon-wrap--whatsapp {
		transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.acr-premium-footer--mobile-scroll-icons .acr-premium-footer__svg {
		transition:
			filter 0.58s cubic-bezier(0.28, 0.92, 0.34, 1),
			transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
			color 0.56s cubic-bezier(0.33, 1, 0.68, 1);
	}

	.acr-premium-footer--mobile-scroll-icons .acr-premium-footer__location-svg {
		transition:
			color 0.58s cubic-bezier(0.28, 0.92, 0.34, 1),
			filter 0.58s cubic-bezier(0.28, 0.92, 0.34, 1),
			transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.acr-premium-footer--mobile-scroll-icons .acr-premium-footer__whatsapp-svg {
		transition:
			color 0.56s cubic-bezier(0.33, 1, 0.68, 1),
			filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.acr-premium-footer--mobile-scroll-icons a.acr-premium-footer__col--scroll-inview {
		color: rgba(255, 255, 255, 0.94);
	}

	.acr-premium-footer--mobile-scroll-icons
		.acr-premium-footer__col--scroll-inview
		.acr-premium-footer__icon-wrap:not(.acr-premium-footer__icon-wrap--whatsapp) {
		transform: scale(1.1);
	}

	.acr-premium-footer--mobile-scroll-icons
		.acr-premium-footer__col--scroll-inview
		.acr-premium-footer__icon-wrap--whatsapp {
		transform: translateY(-5px) scale(1.07);
	}

	.acr-premium-footer--mobile-scroll-icons
		.acr-premium-footer__grid
		> .acr-premium-footer__col:nth-child(2).acr-premium-footer__col--scroll-inview
		.acr-premium-footer__location-svg {
		color: #fbbf24;
		transform: translateY(-2px) scale(1.045);
		filter:
			brightness(1.06)
			drop-shadow(0 0 12px rgba(251, 191, 36, 0.55))
			drop-shadow(0 0 24px rgba(255, 209, 102, 0.2))
			drop-shadow(0 1px 0 rgba(255, 246, 220, 0.45));
	}

	.acr-premium-footer--mobile-scroll-icons
		.acr-premium-footer__grid
		> .acr-premium-footer__col:nth-child(3).acr-premium-footer__col--scroll-inview
		.acr-premium-footer__svg {
		color: #f5f5f5;
		filter:
			drop-shadow(0 0 11px rgba(255, 255, 255, 0.22))
			drop-shadow(0 0 22px rgba(245, 245, 247, 0.1))
			drop-shadow(0 0 1px rgba(255, 255, 255, 0.35));
	}

	.acr-premium-footer--mobile-scroll-icons
		.acr-premium-footer__grid
		> .acr-premium-footer__col:nth-child(4).acr-premium-footer__col--scroll-inview
		.acr-premium-footer__svg {
		color: #5ed4e8;
		filter:
			drop-shadow(0 0 12px rgba(94, 212, 232, 0.42))
			drop-shadow(0 0 22px rgba(60, 180, 205, 0.16))
			drop-shadow(0 2px 8px rgba(0, 210, 240, 0.12));
	}

	.acr-premium-footer--mobile-scroll-icons
		.acr-premium-footer__col--scroll-inview
		.acr-premium-footer__whatsapp-svg {
		color: #25d366;
		filter:
			drop-shadow(0 0 10px rgba(37, 211, 102, 0.5))
			drop-shadow(0 0 22px rgba(37, 211, 102, 0.22))
			drop-shadow(0 6px 14px rgba(18, 140, 126, 0.28));
	}
}

/* --- Presentación al entrar: pasada izq→der + eco der→izq (clases en JS; no hover permanente) --- */
@keyframes acr-footer-premium-intro-wrap-generic {
	0%,
	100% {
		transform: scale(1) translateY(0);
	}
	55% {
		transform: scale(1.09) translateY(-4px);
	}
}

@keyframes acr-footer-premium-intro-wrap-wa {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	55% {
		transform: translateY(-5px) scale(1.08);
	}
}

@keyframes acr-footer-premium-outro-wrap-generic {
	0%,
	100% {
		transform: scale(1) translateY(0);
	}
	50% {
		transform: scale(1.04) translateY(-2px);
	}
}

@keyframes acr-footer-premium-outro-wrap-wa {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-3px) scale(1.04);
	}
}

@keyframes acr-footer-premium-intro-emblem-loc {
	0%,
	100% {
		color: #e10600;
		filter:
			drop-shadow(0 0 0 transparent)
			brightness(1);
	}
	32% {
		color: #ffedd5;
		filter:
			brightness(1.06)
			drop-shadow(0 0 10px rgba(255, 220, 150, 0.35))
			drop-shadow(0 0 22px rgba(251, 191, 36, 0.12));
	}
	58% {
		color: #fbbf24;
		filter:
			brightness(1.1)
			drop-shadow(0 0 16px rgba(251, 191, 36, 0.62))
			drop-shadow(0 0 32px rgba(255, 209, 102, 0.22))
			drop-shadow(0 0 1px rgba(255, 250, 220, 0.5));
	}
}

@keyframes acr-footer-premium-outro-emblem-loc {
	0%,
	100% {
		color: #e10600;
		filter: brightness(1) drop-shadow(0 0 0 transparent);
	}
	50% {
		color: #ffd166;
		filter:
			brightness(1.06)
			drop-shadow(0 0 10px rgba(255, 209, 102, 0.45))
			drop-shadow(0 0 20px rgba(251, 191, 36, 0.14))
			drop-shadow(0 0 1px rgba(255, 244, 206, 0.35));
	}
}

@keyframes acr-footer-premium-intro-emblem-mail {
	0%,
	100% {
		color: #e10600;
		filter: drop-shadow(0 0 0 transparent);
	}
	50% {
		color: #f5f5f5;
		filter:
			drop-shadow(0 0 11px rgba(255, 255, 255, 0.24))
			drop-shadow(0 0 22px rgba(245, 245, 247, 0.1))
			drop-shadow(0 0 1px rgba(255, 255, 255, 0.32));
	}
}

@keyframes acr-footer-premium-outro-emblem-mail {
	0%,
	100% {
		color: #e10600;
		filter: drop-shadow(0 0 0 transparent);
	}
	50% {
		color: rgba(238, 240, 244, 0.96);
		filter:
			drop-shadow(0 0 8px rgba(255, 255, 255, 0.16))
			drop-shadow(0 0 16px rgba(250, 250, 252, 0.07));
	}
}

@keyframes acr-footer-premium-intro-emblem-hours {
	0%,
	100% {
		color: #e10600;
		filter: drop-shadow(0 0 0 transparent);
	}
	50% {
		color: #5ed4e8;
		filter:
			drop-shadow(0 0 13px rgba(94, 212, 232, 0.45))
			drop-shadow(0 0 24px rgba(55, 190, 215, 0.15))
			drop-shadow(0 2px 8px rgba(0, 200, 230, 0.1));
	}
}

@keyframes acr-footer-premium-outro-emblem-hours {
	0%,
	100% {
		color: #e10600;
		filter: drop-shadow(0 0 0 transparent);
	}
	50% {
		color: #74dceb;
		filter:
			drop-shadow(0 0 9px rgba(94, 212, 232, 0.32))
			drop-shadow(0 0 18px rgba(60, 180, 205, 0.1));
	}
}

@keyframes acr-footer-premium-intro-emblem-wa {
	0%,
	100% {
		color: #e10600;
		filter: drop-shadow(0 0 0 transparent);
	}
	45% {
		color: #25d366;
		filter:
			drop-shadow(0 0 11px rgba(37, 211, 102, 0.55))
			drop-shadow(0 0 22px rgba(37, 211, 102, 0.2));
	}
}

@keyframes acr-footer-premium-outro-emblem-wa {
	0%,
	100% {
		color: #e10600;
		filter: drop-shadow(0 0 0 transparent);
	}
	50% {
		color: #25d366;
		filter:
			drop-shadow(0 0 8px rgba(37, 211, 102, 0.38))
			drop-shadow(0 0 16px rgba(37, 211, 102, 0.12));
	}
}

/* Fase LTR — delays 0 · 240 · 480 · 720 ms (secuencia más pausada; pulsos algo más largos) */
.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(1) .acr-premium-footer__icon-wrap--whatsapp {
	animation: acr-footer-premium-intro-wrap-wa 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: 0ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(1) .acr-premium-footer__whatsapp-svg {
	animation: acr-footer-premium-intro-emblem-wa 0.7s cubic-bezier(0.28, 0.82, 0.36, 1) both;
	animation-delay: 0ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(2) .acr-premium-footer__icon-wrap {
	animation: acr-footer-premium-intro-wrap-generic 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: 240ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(2) .acr-premium-footer__location-svg {
	animation: acr-footer-premium-intro-emblem-loc 0.68s cubic-bezier(0.28, 0.82, 0.36, 1) both;
	animation-delay: 240ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(3) .acr-premium-footer__icon-wrap {
	animation: acr-footer-premium-intro-wrap-generic 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: 480ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(3) .acr-premium-footer__svg {
	animation: acr-footer-premium-intro-emblem-mail 0.68s cubic-bezier(0.28, 0.82, 0.36, 1) both;
	animation-delay: 480ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(4) .acr-premium-footer__icon-wrap {
	animation: acr-footer-premium-intro-wrap-generic 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: 720ms;
}

.acr-premium-footer--icons-phase-ltr.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(4) .acr-premium-footer__svg {
	animation: acr-footer-premium-intro-emblem-hours 0.68s cubic-bezier(0.28, 0.82, 0.36, 1) both;
	animation-delay: 720ms;
}

/* Fase RTL (eco suave): delays invertidos para recorrer 4→3→2→1 */
.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(1) .acr-premium-footer__icon-wrap--whatsapp {
	animation: acr-footer-premium-outro-wrap-wa 0.64s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 720ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(1) .acr-premium-footer__whatsapp-svg {
	animation: acr-footer-premium-outro-emblem-wa 0.62s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 720ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(2) .acr-premium-footer__icon-wrap {
	animation: acr-footer-premium-outro-wrap-generic 0.64s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 480ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(2) .acr-premium-footer__location-svg {
	animation: acr-footer-premium-outro-emblem-loc 0.62s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 480ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(3) .acr-premium-footer__icon-wrap {
	animation: acr-footer-premium-outro-wrap-generic 0.64s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 240ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(3) .acr-premium-footer__svg {
	animation: acr-footer-premium-outro-emblem-mail 0.62s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 240ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(4) .acr-premium-footer__icon-wrap {
	animation: acr-footer-premium-outro-wrap-generic 0.64s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 0ms;
}

.acr-premium-footer--icons-phase-rtl.acr-premium-footer--visible .acr-premium-footer__grid > .acr-premium-footer__col:nth-child(4) .acr-premium-footer__svg {
	animation: acr-footer-premium-outro-emblem-hours 0.62s cubic-bezier(0.28, 0.92, 0.34, 1) both;
	animation-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
	.acr-premium-footer--icons-phase-ltr .acr-premium-footer__grid > .acr-premium-footer__col *,
	.acr-premium-footer--icons-phase-rtl .acr-premium-footer__grid > .acr-premium-footer__col * {
		animation: none !important;
	}
	.acr-premium-footer__icon-wrap--whatsapp,
	.acr-premium-footer__whatsapp-svg {
		transition-duration: 0.01ms;
	}

	.acr-premium-footer__col:hover .acr-premium-footer__icon-wrap--whatsapp {
		transform: none;
	}

	.acr-premium-footer__col:hover .acr-premium-footer__whatsapp-svg {
		transform: none;
	}
}

.acr-premium-footer__head {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	max-width: 100%;
}

.acr-premium-footer__wa-a,
.acr-premium-footer__wa-b {
	display: inline-block;
	white-space: nowrap;
}

.acr-premium-footer__head--email {
	font-weight: 700;
}

.acr-premium-footer__head--hours {
	margin: 0 0 0.35rem;
	width: 100%;
}

.acr-premium-footer__hours-line {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	color: #fff;
}

.acr-premium-footer__hours-line:last-child {
	margin-bottom: 0;
}

.acr-premium-footer__hours-label {
	color: #e10600;
	font-weight: 700;
	margin-right: 0.25rem;
}

.acr-premium-footer__hours-val {
	color: #fff;
	font-weight: 700;
}

.acr-premium-footer__sub {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	color: rgba(180, 180, 182, 0.9);
	font-weight: 500;
	line-height: 1.45;
	max-width: 100%;
}

.acr-premium-footer__pill {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #e10600;
}

.acr-premium-footer__copyright {
	background: rgba(0, 0, 0, 0.72);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: clamp(22px, 3vw, 36px) 0;
}

.acr-premium-footer__copy {
	margin: 0;
	text-align: center;
	font-size: clamp(11px, 1.1vw, 14px);
	letter-spacing: 0.03em;
	color: rgba(180, 180, 180, 0.92);
}

.acr-premium-footer__copy-name {
	color: rgba(230, 230, 230, 0.98);
	font-weight: 600;
}

@media (min-width: 992px) {
	.acr-premium-footer .acr-premium-footer__head--email {
		white-space: nowrap;
		font-size: clamp(10.5px, 0.85vw, 13.5px);
		letter-spacing: 0.01em;
	}
}

@media (max-width: 575.98px) {
	.acr-premium-footer__head--email {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: anywhere;
		font-size: clamp(11px, 3.5vw, 13px);
	}
}
