/*******************************************************
    Template Name    : 		Automobile - Auto Detailing and Services Landing Page Template
    Version			 :  	1.3
*******************************************************/


/**************************************
 * Generale Style
 *************************************/

 body {
	background: #ffffff;
	color: #333;
	font-family: 'Montserrat', 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: 'Montserrat', 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%;
    max-height: 200px; /* Ajusta esta altura a tu gusto */
    object-fit: cover; /* Esto recorta la imagen para que llene el espacio sin estirarse */
    border-radius: 8px; /* Para mantener los bordes redondeados del diseño */
}

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: 'Montserrat', 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: 9px 35px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	background: #808080 !important;
	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: #ffffff;
}

.button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
	background-color: #f1eaeb;
	-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);
}

.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);
}

.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;
}

.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: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-family: 'Montserrat', sans-serif;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h5 {
	color: #c00113;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px dashed;
	width: 32%;
	margin: 0 auto;
}

.section-title h2 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 24px;
	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: #1B1B1B;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.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;
}

.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:linear-gradient(357deg, rgb(148 146 245 / 15%), #052241);
}

[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: #1B1B1B;
}

[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;
}


@media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

/**************************************
 ** Preloader Area CSS
 **************************************/
.preloader {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.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: 50%;
}

.spinner-loader div {
	position: absolute;
	border: 4px solid #019ac0;
	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: 50%;
}

.spinner-loader div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
	border-radius: 50%;
}

@-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
 *************************************/
.Automobile-theme-menu-header-navber-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: transparent;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar {
	background: transparent;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
	margin: 0 0 0 20px;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
	margin-right: 3px;
	font-size: 16px;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
	color: #ffffff;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.Automobile-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
	color: #FFC107;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .top-social {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .top-social li {
	display: inline-block;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .top-social li a {
	color: #ffffff;
	font-size: 15px;
	margin-left: 5px;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.Automobile-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
	color: #c00113;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .opening-hours {
	float: right;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
	margin-right: 3px;
	font-size: 16px;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar.template-color-bg {
	background: #c00113;
	border-bottom: none;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
	color: #ffffff;
}

.Automobile-theme-menu-header-navber-area .nav-top-bar.template-color-bg .top-social li a {
	color: #ffffff;
}

.navbar-b {
	transition: all .5s ease-in-out;
	height: 62px;
}


.navbar-b.navbar-reduce {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0px 1px 0px rgb(0 0 0);
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #1B1B1B;
	text-shadow: none;
}

.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: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #ffffffd3;
	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: #0000004d;
	text-shadow: none;
}

.navbar-b.navbar-reduce .book-now .nav-link {
	color: #fff !important;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}

.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: #505050;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	z-index: 90;
}

.navbar-b .navbar-brand img {
	width: 155px;
}

.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;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

#navbarDefault {
	/*eight: auto !important;
	overflow-y:hidden !important;*/
	background-image: linear-gradient(to left, #61677cda, transparent);
}

.navbar-toggler span {
	display: block;
	background-color: #1B1B1B;
	height: 4px;
	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: none;
	
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

.book-now a {
	background: #1c1c1c;
	border-radius: 2px;
	padding-right: 15px !important;
}

.book-now a:hover {
	background: #3d23264d;
	-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;
	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: #1B1B1B !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: 'Montserrat', sans-serif;
}

.home-area .home-content p {
	font-size: 15px;
	color: #ffffff;
}

.button.home-btn-1 {
	background: #d1c6c700;
	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: 800px;
	padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: -1px;
	background-size: cover;
	background-position: center;
}

.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: 70px;
	font-weight: 800;
	color: #fff;
	opacity: 1;
	visibility: visible;
	font-family: 'Montserrat', sans-serif;
}

.slider .parallax-slider .caption h3 {
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	opacity: 1;
	visibility: visible;
	font-family: 'Montserrat', sans-serif;
}

.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 .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: 50%;
	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 #ffffff;
}

.header-chef-image {
	position: absolute;
	bottom: 0;
	z-index: 90;
	right: 0;
}

.header-chef-image img {
	width: 100%;
	max-width: 600px;
}
/**************************************
         * Repair Services Section Style (Tu CSS original)
         *************************************/
        .Automobile-theme-single-service-card {
            margin-bottom: 10px;
            position: relative;
            background: #052241 !important; /* INVERTIDO: Fondo azul oscuro */
            border-radius: 3px;
            padding: 25px;
            -webkit-box-shadow: 0px 10px 30px 0px rgba(5, 34, 65, 0.3); /* Sombra ajustada para el fondo oscuro */
            box-shadow: 0px 10px 30px 0px rgba(5, 34, 65, 0.3);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Efecto suave para interactuar */
        }
        
        /* Efecto hover extra para que la card se vea aún mejor al pasar el cursor */
        .Automobile-theme-single-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 15px 35px 0px rgba(5, 34, 65, 0.5);
        }

        /* Estilo modificado: Ícono blanco */
        .Automobile-theme-single-service-card i.service-icon {
            font-size: 65px;
            color: #ffffff !important; /* INVERTIDO: Ícono blanco */
            margin-bottom: 15px;
            display: inline-block;
        }

        /* INVERTIDO: Forzar el color blanco en los títulos de las tarjetas */
        .Automobile-theme-single-service-card h5 {
            color: #ffffff !important;
        }
        
        /* INVERTIDO: Forzar el color blanco en los textos descriptivos de las tarjetas */
        .Automobile-theme-single-service-card p {
            color: #f1f1f1 !important;
        }

        .Automobile-theme-single-service {
            margin-bottom: 20px;
        }

        .repair-main-banner .video-btn {
            height: 70px;
            width: 70px;
            line-height: 70px;
            border-radius: 50%;
            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%, #052241 60%);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .repair-main-banner .video-btn {
            border-radius: 50%;
            display: block;
            -webkit-animation: ripple-white 1s linear infinite;
            animation: ripple-white 1s linear infinite;
            -webkit-transition: .5s;
        }

        @-webkit-keyframes ripple-white {
            0% { 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% { 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% { 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% { 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;
        }

        .section-padding {
            padding: 80px 0;
        }
        
        /* OBLIGAR color azul en el título y subtítulo de la sección principal */
        .section-title h5 { color: #052241 !important; }
        .section-title h2 { color: #052241 !important; font-weight: bold; margin-bottom: 40px; }
/**************************************
 * Shop Now Section Style
 *************************************/
.shop-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;
}

.shop-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: -1;
	background: #052241;
}

.shop-area .section-title h2 {
	color: #ffffff;
}

.shop-area .section-title h5 {
	color: #ffffff;
}

.Automobile-theme-product-shop-item {
	border-radius: 3px;
	margin: 10px;
}

.shop-ribbon {
	position: absolute;
	z-index: 90;
	top: 30px;
	background: -webkit-gradient(linear, right top, left top, from(#c00113), to(#ba1625));
	background: linear-gradient(-90deg, #c00113 0%, #ba1625 100%);
	padding: 8px 37px;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.product-item-content .item-image {
	position: relative;
	overflow: hidden;
}


.product-item-content .item-image img {
	width: 100%;
}

.Automobile-theme-product-shop-item .product-item-content {
	text-align: center;
}

.product-item-details .product-item-title-link {
	color: #000;
	margin-bottom: 5px;
	display: block;
}


.item-add-to-cart .cart li {
	display: inline-block;
	margin: 0 6px;
	-o-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	transform: translateY(35px);
	transition: all .3s;
	visibility: visible;
	opacity: 0;
}

.item-add-to-cart .cart li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #131415;
	transition: all .3s;
}

.item-add-to-cart .cart li:hover i {
	color: #fff;
	background: #c00113;
}

.product-item-content:hover .item-add-to-cart li {
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.item-add-to-cart {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 20px;
	text-align: center;
	left: 50%;
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-details {
	padding: 30px 20px 30px 20px;
}

.product-item-details h3 {
	font-size: 20px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.product-item-details .item-price {
	color: #c00113;
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}

.product-item-details .item-price del {
	padding-right: 10px;
	color: #FF9800;
}

.product-item-details .button {
	padding: 8px 30px;
	margin-top: 18px;
}

.product-item-details .button i {
	padding-right: 5px;
}

hr {
	border: 0;
	height: 3px;
	/* width: 30px; */
	background-color: #c00113;
	/* margin: 22px 0 20px; */
}

.btn {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 1.75em 3.5em;
	white-space: nowrap;
	border-radius: 5px;
}

.product {
	position: relative;
	padding: 23px;
	margin: 40px 20px;
	border-radius: 2px;
	background-color: #fff;
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}

.product-image {
	border-radius: 2px;
}

.product-title {
	color: #052241;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	margin: 0.5em 0 0.5em 0;
}

.product-price {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -30px;
	left: -30px;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.95);
	color: #fff;
	border-radius: 50%;
}

.product-category {
	display: block;
	color: #c00113;
	margin-bottom: 1em;
}

.product-btn {
	position: absolute;
	bottom: -30px;
	right: 30px;
	background-color: rgba(121, 126, 144, 0.95);
	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: 12px 20px;
	border-radius: 2px;
}

.product-btn:hover {
	background-color: #8B90A5;
	color: #fff;
	padding: 12px 20px;
	border-radius: 2px;
}

/**************************************
 * Our Deals Section Style
 *************************************/
.sunday-deals {
	background: #f1f1f1;
	padding: 20px;
	margin-bottom: 20px;
}


/**************************************
 * Day of 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;
}

.Automobile-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 .Automobile-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: #be001c;
	display: flex;
	height: 80px;
	width: 80px;
	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: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Montserrat', 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
 *************************************/

.Automobile-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;
}

.Automobile-theme-reservation-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: -1;
	background: #052241;
}


.Automobile-theme-reservation-area h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 84px;
}

.Automobile-theme-reservation-area h1 {
	color: #ffffff;
	font-size: 70px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: -5px;
}

.Automobile-theme-reservation-area h5 {
	color: #ffffff;
}

.reservation-btn {
    background-color: rgba(0, 0, 0, 0.95);
    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: 12px 20px;
    border-radius: 2px;
    margin-top: 20px;
}
.reservation-btn:hover {
	background-color: #052241;
	color: #fff;
	padding: 12px 20px;
	border-radius: 2px;
}
.mt-20{
	margin-top: 20px;
}

/**************************************
*Partner Area Style
**************************************/

.theme-partner-area h5{
	color: rgba(0, 0, 0, 0.95);
}

/**************************************
 * 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: #1B1B1B;
	border-radius: 25px;
}

/**************************************
 * Gallery Section Style
 *************************************/

.gallery-area {
	position: relative;
}

.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;
	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;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li.filter-active {
	color: #fff;
	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: hidden;
}

.gallery-grid-item img {
	width: 100%;
}

.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 30px;
}

.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: 0;
	z-index: -1;
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.gallery-item:hover .gallery-img-overlay:after {
	height: 100%;
}

.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: #ffffff;
	background: #c00113;
	border-radius: 2px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 163px;
	height: 50px;
	line-height: 52px;
	border-radius: 2px;
	border: 1px solid #c00113;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #c00113;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.gallery-more-btn {
	margin-top: 30px;
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
	border-color: #f8f6f7;
	color: #ebebeb;
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
	color: #ffffff;
}

/**************************************
 * 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: .9;
	z-index: -1;
	background: #052241;
}

.testimonial-area .section-title h2 {
	color: #fff;
}
.testimonial-area .section-title h5 {
	color: #fff;
}

.single-testimonial {
	position: relative;
	background: #ffffff;
	padding: 30px 20px;
	margin: 10px 10px 30px;
	border-radius: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.08);
}

.single-testimonial .testimonial-bio .avatar img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f0d0d3;
	margin: 0 auto;
	display: block;
}

.single-testimonial .testimonial-bio .bio-info {
	text-align: center;
	margin-top: 14px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	margin-top: 0;
	color: #222;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: capitalize;
	letter-spacing: 0.4px;
	font-family: 'Montserrat', sans-serif;
}

.single-testimonial .testimonial-bio .bio-info .worker-role {
	display: block;
	font-size: 12px;
	color: #052241;
	font-weight: 600;
	margin-top: 2px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.testimonial-content {
	margin-top: 14px;
	margin-bottom: 0;
}

.testimonial-content p {
	font-size: 13px;
	color: #666;
	line-height: 1.7;
}

.rating-box {
	display: none;
}

.testimonial-area .owl-theme .owl-nav {
	display: none;
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	display: none;
}

/* Barra de progreso carrusel */
.carousel-progress-wrap {
	display: none;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
	background-color: #cacaca;
}

/*Carrusel para mostrar las marcas de auto*/
#partner-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#partner-carousel img {
    max-height: 80px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

#partner-carousel img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/**************************************
 * 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 .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;
    -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: #052241;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.blog-area .single-blog,
.blog-area .card {
    border: 1.5px solid #052241 !important;
    border-radius: 10px;
}
.cat {
	display: inline-block;
	margin-bottom: 1rem;
}

.fa-users {
	margin-left: 1rem;
}

.card-footer {
	font-size: 0.8rem;
}

.blog-btn {
	background-color: rgba(207, 9, 44, 0.95);
	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: 12px 20px;
	border-radius: 2px;
	margin-top: 20px;
}

.blog-btn:hover {
	background-color: #c00113;
	color: #fff;
	padding: 12px 20px;
	border-radius: 2px;
}

/* ============================================
   NIVELAR ALTURA DE CARDS DEL BLOG
   Todas las 9 noticias viven en el mismo #blog-noticias
   (las 3 extras con clase .blog-extra-item inician con
   display:none). Flexbox nivela TODAS las cards entre sí.
   
   🎯 PARA AJUSTAR LA ALTURA: cambia el valor de min-height
      en .blog-area .card (actualmente 560px).
      - 500px: compactas
      - 560px: equilibrado ⭐ recomendado
      - 600px: espaciosas
   ============================================ */
.blog-area #blog-noticias {
    display: flex;
    flex-wrap: wrap;
}

/* Aplicar flex solo a las columnas que contienen cards
   (excluye el col-md-12 del botón "Ver más") */
.blog-area #blog-noticias > [class*="col-"]:not(.col-md-12) {
    display: flex;
    margin-bottom: 30px;
}

/* El contenedor del botón "Ver más/menos" debe ocupar todo el ancho */
.blog-area #blog-noticias > .col-md-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.blog-area .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0;
    min-height: 500px;  /* ← AJUSTA ESTE VALOR SI QUIERES CARDS MÁS ALTAS/BAJAS */
}

.blog-area .card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-area .card .card-text {
    flex-grow: 1;
}

/* Las noticias extras (7, 8, 9) inician ocultas; el JS las cambia a flex */
.blog-extra-item {
    margin-bottom: 30px;
}

/* Responsive - en móvil las cards se apilan y pueden crecer libremente */
@media (max-width: 991px) {
    .blog-area .card {
        min-height: 480px;
    }
}

@media (max-width: 575px) {
    .blog-area .card {
        min-height: auto;
    }
}

/**************************************
 * Press Section Style
 *************************************/

.theme-single-press-content {
	width: 100%;
    max-height: 200px; /* ajusta según diseño */
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	border: 1px solid #d8d8d882;
	border-radius: 10px;
	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 {
    width: 100%;
    height: 100%;
    object-fit: cover; /* CLAVE */
}

/**************************************
 * 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: #555;
}

.contact-box p i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #c00113;
}

.contact-box p a {
	color: #555;
}

.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: 2px;
	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;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 20px;
    margin-left: 15px;
}

/**************************************
 * Footer Section Style
 *************************************/

.footer-section {
	background: #000000cb;
	position: relative;
  }
  .footer-cta {
	border-bottom: 1px solid #373736;
  }
  .single-cta i {
	color: #c00113;
	font-size: 30px;
	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-logo {
	margin-bottom: 30px;
  }
  .footer-logo img {
	  max-width: 200px;
  }
  .footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
		color: #ffffff;
	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: 23px;
	margin-right: 15px;
  }
  .footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
  }
  .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: #052241;
  }
  .footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
	color: #18508c;
  }
  .footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
  }
  .subscribe-form {
	position: relative;
	overflow: hidden;
  }
  .subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
  }
  .subscribe-form button {
	position: absolute;
    right: 0;
    background: #052241;
    padding: 16px 20px;
    border: 1px solid #052241;
    top: 0px;
  }
  .subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
  }
  .copyright-area{
	background: #052241;
	padding: 25px 0;
	}
  .copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	}
  .copyright-text p a{
	color: #052241;
  }
  .footer-menu li {
	display: inline-block;
	margin-left: 20px;
  }
  .footer-menu li:hover a{
	color: #052241;
  }
  .footer-menu li a {
	font-size: 14px;
	color: #ffffff;
}
.footer-menu li a:hover{
	color: #000000;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.hidden {
	display: none;
}


        

/* Blog Video - agregado hoy */
.blog-video-wrap {
    width: 100%;
    background: #111;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}

.blog-video {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.blog-video::-webkit-media-controls {
    display: none !important;
}

.blog-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.blog-video::-webkit-media-controls-panel {
    display: none !important;
}

.blog-area .section-title h5 {
    color: #052241;
    border-bottom: 1px dashed #052241;
    width: 50%;
    margin: 0 auto 10px;
    display: block;
    padding-bottom: 6px;
}

.blog-area .section-title h2 {
    font-weight: 700;
    color: #052241;
    font-size: 26px;
    margin-top: 8px;
}
/* CAMBIO TOTAL DEL COLOR ROJO AL PASAR EL MOUSE */
.home-btn:after, 
.button:after, 
.home-slider-btn .button:after {
    background: #141414 !important; /* <--- CAMBIA ESTE COLOR POR EL QUE QUIERAS */
}

.home-btn:hover, 
.button:hover {
    background-color: #0d0d0e !important;
    border-color: #e2f3f3 !important;
    color: #ffffff !important;
}
/**************************************
 * Our Packages Section Style (Devioz)
 *************************************/
.packages-area {
	background: #ffffff;
	position: relative;
}

.packages-area .section-title {
	text-align: center;
	margin-bottom: 60px;
}

.packages-area .section-title h5 {
	color: #052241 !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 auto 0px;
	font-family: 'Montserrat', sans-serif;
	width: auto !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding-bottom: 10px;
	padding-left: 30px;  
    padding-right: 30px;
	border-bottom: 1px dashed rgba(5, 34, 65, 0.5) !important;
}

.packages-area .section-title h5 .title-line {
	display: inline-block;
	height: 1px;
	background: #052241;
}

.packages-area .section-title h2 {
	color: #052241 !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	margin-top: 0px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

.packages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1080px;
	margin: 0 auto;
}

.pkg-card {
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	padding: 28px 22px 22px;
	border: 1.5px solid #052241;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.pkg-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 26px rgba(5, 34, 65, 0.22);
}

.pkg-accent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #052241;
}

.pkg-new-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #052241;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 8px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
}

.pkg-price-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	background: #052241;
	color: #fff;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0 4px 10px rgba(5, 34, 65, 0.3);
}

.pkg-price-label {
	font-size: 8px;
	opacity: 0.85;
	line-height: 1;
	letter-spacing: 0.5px;
}

.pkg-price-value {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.pkg-icon {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	background: #eaf0f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	margin-top: 8px;
}

.pkg-icon-new {
	margin-top: 42px;
}

.pkg-title {
	font-size: 15px;
	font-weight: 600;
	color: #052241;
	margin: 0 0 4px;
	letter-spacing: 0.3px;
	font-family: 'Montserrat', sans-serif;
}

.pkg-subtitle {
	font-size: 12px;
	color: #7a8a9c;
	margin: 0 0 14px;
}

.pkg-list {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	font-size: 13px;
	color: #4a5668;
	line-height: 1.85;
}

.pkg-list li {
	display: flex;
	gap: 8px;
	margin-bottom: 2px;
}

.pkg-check {
	color: #052241;
	flex-shrink: 0;
	font-weight: 600;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
	.packages-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Responsive - Mobile */
@media (max-width: 575px) {
	.packages-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.packages-title h2 {
		font-size: 22px;
	}
	.packages-title h5 {
		font-size: 12px;
	}
	.packages-title h5 .title-line {
		width: 24px;
	}
}

/**************************************
 * Gallery Section Redesign (Devioz)
 *************************************/
.gallery-area {
	background: #ffffff;
}

/* Título estilo paquetes */
.gallery-area .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.gallery-area .section-title h5 {
	color: #052241 !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 auto 2px;
	font-family: 'Montserrat', sans-serif;
	width: auto !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding-bottom: 10px;
	padding-left: 20px; 
	padding-right: 20px;
	border-bottom: 1px dashed rgba(5, 34, 65, 0.5) !important;
}

.gallery-area .section-title h5 .title-line {
	display: inline-block;

	height: 1px;
	background: #052241;
}

.gallery-area .section-title h2 {
	color: #052241 !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	margin-top: 0px;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

/* Contador de estadísticas */
.gallery-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	max-width: 900px;
	margin: 0 auto 45px;
	padding: 26px 22px;
	background: #052241;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(5, 34, 65, 0.2);
}

.gallery-stats .stat-item {
	text-align: center;
	color: #fff;
	padding: 0 10px;
}

.gallery-stats .stat-item + .stat-item {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.gallery-stats .stat-number {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.gallery-stats .stat-label {
	font-size: 10px;
	letter-spacing: 1.2px;
	opacity: 0.85;
	margin-top: 6px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

/* Filtros estilo tabs planas */
.gallery-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e9ef;
	padding-bottom: 0;
}

.gallery-tabs .gtab {
	padding: 12px 4px;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #042141;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-family: 'Montserrat', sans-serif;
	transition: color 0.2s ease, border-color 0.2s ease;
	list-style: none;
}

.gallery-tabs .gtab:hover {
	color: #052241;
}

.gallery-tabs .gtab.active {
	color: #052241;
	font-weight: 600;
	border-bottom-color: #052241;
}

/* Grid de proyectos */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 1080px;
	margin: 0 auto;
}

.g-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
	aspect-ratio: 4 / 3;
	background: #eee;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g-item.hidden {
	display: none;
}

.g-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(5, 34, 65, 0.22);
}

.g-item > img,
.g-item .g-compare-wrap img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover;
	display: block;
}

/* Overlay con categoría + descripción */
.g-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(5, 34, 65, 0.95) 0%, rgba(5, 34, 65, 0.5) 55%, transparent 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
	pointer-events: none;
}

.g-item:hover .g-overlay {
	opacity: 1;
}

.g-category {
	color: #fff;
	font-size: 9px;
	letter-spacing: 1.8px;
	font-weight: 500;
	opacity: 0.9;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}

.g-title {
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 4px;
	font-family: 'Montserrat', sans-serif;
}

.g-desc {
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	margin: 0;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}

/* Badge DESTACADO */
.g-featured {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #052241;
	color: #fff;
	font-size: 9px;
	letter-spacing: 1.2px;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	z-index: 3;
}

/* Comparación antes/después */
.g-compare {
	cursor: ew-resize;
	user-select: none;
}

.g-compare-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.g-compare-wrap .g-after {
	position: absolute;
	inset: 0;
}

.g-compare-wrap .g-before-wrap {
	position: absolute;
	inset: 0;
	width: 50%;
	overflow: hidden;
	border-right: 2px solid #fff;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
}

.g-compare-wrap .g-before-wrap .g-before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.g-slider-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
	color: #052241;
	font-size: 18px;
	font-weight: 700;
	z-index: 4;
	gap: 2px;
}

.g-slider-handle span {
	line-height: 1;
}

.g-compare-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(5, 34, 65, 0.92);
	color: #fff;
	font-size: 9px;
	letter-spacing: 1.2px;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	z-index: 3;
}

.g-overlay-compare {
	pointer-events: none;
}

/* CTA con animación tipo botón del tema */
.gallery-cta {
	text-align: center;
	margin-top: 45px;
}

.button.button-navy {
    background-color: #0d0d0e !important;
    border-color: #e2f3f3 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 11px 38px;
    margin-top: 0;
    text-decoration: none;
}

.button.button-navy:before {
    background-color: #d5d5d5;
    opacity: 1;
}

.button.button-navy:after {
    background-color: #0f4a88;
}

.button.button-navy:hover {
    color: #ffffff !important;
    border-color: #c7c7c7 !important;
    text-decoration: none;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.gallery-stats .stat-item + .stat-item {
		border-left: none;
	}
	.gallery-stats .stat-item:nth-child(2) {
		border-left: 1px solid rgba(255, 255, 255, 0.18);
	}
	.gallery-stats .stat-item:nth-child(4) {
		border-left: 1px solid rgba(255, 255, 255, 0.18);
	}
}

/* Responsive - Mobile */
@media (max-width: 575px) {
	.gallery-grid {
		grid-template-columns: 1fr;
	}
	.gallery-stats {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-stats .stat-number {
		font-size: 24px;
	}
	.gallery-stats .stat-label {
		font-size: 9px;
	}
	.gallery-tabs {
		gap: 18px;
	}
	.gallery-tabs .gtab {
		font-size: 11px;
		letter-spacing: 1px;
	}
}

.section-title h5,
        .section-title h2 {
            color: #77838f !important; 
        }

        
        .Automobile-theme-single-service-card {
            background: #052241 !important; 
            border-radius: 5px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .Automobile-theme-single-service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 15px 35px 0px rgba(5, 34, 65, 0.5);
        }

        .Automobile-theme-single-service-card i.service-icon {
            font-size: 65px;
            color: #ffffff !important; 
            margin-bottom: 15px;
            display: inline-block;
        }

        .Automobile-theme-single-service-card h5 {
            color: #ffffff !important; 
        }
        
        .Automobile-theme-single-service-card p {
            color: #f1f1f1 !important;
        }
