:root {
	--primary-color: #Ed3237;
	--secondary-color: #000000;
	--white-color: #ffffff;
	--black-color: #000000;
	--gray-color: #818992;
	--navbar-bg-color: #fff;
	--navbar-text-color: #fff;
	--navbar-hover-color: #2388ed;
	--banner-bg-gradient-start: #110a0a;
	--banner-bg-gradient-end: #Ed3237;
	--banner-text-color: #ffffff;
	--icon-box-bg-gradient-start: #0d0505d3;
	--icon-box-bg-gradient-end: #Ed3237;
	--contact-info-bg-gradient-start: var(--primary-color);
	--contact-info-bg-gradient-end: var(--secondary-color);
	--footer-bg-color: #000000;
	--footer-text-color: #ffffff;
	--carousel-control-color: black;
	--dropdown-bg-color: rgba(0, 0, 0, 0.8);
	--dropdown-item-bg-color: var(--primary-color);
	--dropdown-item-text-color: #ffffff;
	--download-bg-gradient-start: #Ed3237;
	--download-bg-gradient-end: #000000;
	--faq-bg-color: #fafafa;
	--faq-border-color: #e4e4e4;
	--input-bg-color: #fff;
	--input-border-color: #e4e4e4;
	--btn-grad-bg-gradient-start: #Ed3237;
	--btn-grad-bg-gradient-end: #000000;
	--testimonial-bg-gradient-start: #000000d5;
	--testimonial-bg-gradient-end: #Ed3237;
	--team-bg-color: #fafafa;
	--team-border-color: #e4e4e4;
	--navbar-collapse-bg-color: rgb(213, 198, 221);
	--navbar-collapse-text-color: #fff;
	--navbar-collapse-bg-color-scroll: #fff;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

a {
	color: #990000;
}

a:hover {
	color: #990000;
}

h1,
h2,
h3 {
	font-weight: 700;
}

h4,
h5 {
	font-weight: 600;
}

h6 {
	font-weight: 500;
}

.white {
	color: var(--white-color) !important;
}

.black {
	color: var(--black-color);
}

.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}

.navbar .active {
	color: var(--primary-color) !important;
}

.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}

.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

.navbar .nav-item a:hover {
	color: var(--primary-color);
}

.navbar .nav-link {
	position: relative;
	padding: 0;
}

.navbar .navbar-toggler {
	cursor: pointer;
}

.navbar .navbar-toggler span {
	color: #fff;
}

.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
	display: none;
}

.nav-scroll {
	background: var(--navbar-bg-color);
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-scroll .navbar-nav>li>a {
	color: #333;
}

.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}

.nav-scroll .navbar-toggler {
	cursor: pointer;
}

.nav-scroll .navbar-toggler span {
	color: #333;
}

.nav-scroll .nav-link:hover:after {
	background-color: var(--navbar-hover-color);
}

.nav-scroll .active {
	position: relative;
}

.banner {
	background: var(--banner-bg-gradient-start);
	background: linear-gradient(to left, var(--banner-bg-gradient-start), var(--banner-bg-gradient-end));
	padding: 100px 0px;
	position: relative;
}

.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
	opacity: 0.1;
	/* Añadiendo opacidad para que la textura sea más sutil */
}

.banner a.weblink {
	color: var(--banner-text-color);
	border-bottom: 1px dotted var(--banner-text-color);
}

.banner a:hover {
	text-decoration: none;
}

.img-fluid {
	position: relative;
	z-index: 1;
}

.img-circle {
	height: 250px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.logo-1 {
	width: 150px;
	height: auto;
	transition: opacity 0.2s ease-in-out;
}

.mini-logo {
    width: 150px;
    height: auto;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
}

.img-front {
	position: relative;
	z-index: 1;
}

#appCarousel .carousel-inner img {
	width: 80%;
	/* Reduce el tamaño de la imagen al 80% del contenedor */
	max-width: 300px;
	/* Limita el tamaño máximo */
	height: auto;
	/* Mantiene la proporción */
	margin: 0 auto;
	/* Centra la imagen */
}


.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.banner-text {
	padding-right: 80px;
	margin: 50px 0px 0px;
}

.banner-text p {
	margin: 40px 0px;
}

.banner-text ul {
	list-style: none;
}

.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.banner-text ul li a {
	display: block;
}

.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}

.prelative {
	position: relative
}

.section-padding {
	padding: 80px 0px;
}

.sectioner-header {
	width: 69%;
	margin: 0 auto;
}

.line {
	height: 2px;
	width: 50px;
	background: var(--primary-color);
	display: block;
	margin: 20px auto 20px;
}

.line::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed var(--primary-color);
	margin-left: -75px;
}

.testimonial .line {
	height: 2px;
	width: 50px;
	background: var(--white-color);
	display: block;
	margin: 20px auto 20px;
}

.testimonial .line::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed var(--white-color);
	margin-left: -75px;
}

.sectioner-header p {
	color: var(--gray-color);
	font-size: 17px;
}

.section-content {
	margin-top: 80px;
}

.section-content .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.section-content li {
	list-style: none;
	font-size: 20px;
}



.icon-box {
	margin-bottom: 50px;
}

.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: var(--icon-box-bg-gradient-start);
	background: linear-gradient(to left, var(--icon-box-bg-gradient-start), var(--icon-box-bg-gradient-end));
	color: var(--white-color);
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}

.icon-box h5 {
	margin-top: 30px;
}

.icon-box p {
	color: var(--gray-color);
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}

.about-btn {
	color: var(--primary-color);
	padding: 10px 40px;
	border: 2px solid var(--primary-color);
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}

.about-btn:hover {
	background: var(--primary-color);
	color: var(--white-color);
	text-decoration: none;
}

.video-section {
	background: url(../images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}

.video-overlay {
	background: linear-gradient(to left, rgba(255, 96, 130, 0.9), rgba(250, 159, 170, 0.9));
}

.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}

.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: var(--white-color);
	color: var(--primary-color);
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor: pointer;
}

.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}

.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}

.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}

.single-feature h5 {
	font-size: 16px;
}

.media-right-margin {
	margin-right: 25px;
}

.single-feature p {
	font-size: 13px;
}

.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: var(--primary-color);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid var(--primary-color);
}

.team {
	background: var(--team-bg-color);
	border-top: 1px solid var(--team-border-color);
}

.team-detail {
	margin-top: 40px;
}

.team-detail img {
	border-radius: 50%;
	width: 70%;
}

.team-detail h4 {
	color: var(--primary-color);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}

.testimonial {
	background: var(--testimonial-bg-gradient-start);
	background: linear-gradient(to left, var(--testimonial-bg-gradient-start), var(--testimonial-bg-gradient-end));
	padding: 100px 0px;
	position: relative;
}

.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
	opacity: 0.1;
}

.bx-prev {
	left: -90px !important;
	background: url(../images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}

.bx-next {
	right: -90px !important;
	background: url(../images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}

.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
}

.slider-item {
	padding: 20px;
}

.slider .test-img img {
	border: 12px solid var(--white-color);
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.test-img {
	float: left;
	width: 20%;
	margin-right: 5%;
}

.test-text {
	float: left;
	width: 75%;
}

.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}

.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}

.faq {
	background: var(--faq-bg-color);
	border-bottom: 1px solid var(--faq-border-color);
}

.faq-content {
	margin: 20px 0px;
}

.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}

faq-content p {
	color: var(--gray-color);
	font-weight: 300;
	margin-top: 15px;
}

#contact_form .form-input {
	border: 1px solid var(--input-border-color);
}

input {
	height: 42px;
	padding: 0 1rem;
	background: var(--input-bg-color);
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0;
}

#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-grad1 {
	padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: var(--btn-grad-bg-gradient-start);
	background: linear-gradient(to left, var(--btn-grad-bg-gradient-start), var(--btn-grad-bg-gradient-end));
	cursor: pointer;
}


.btn-grad {
	padding: 10px 30px;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-block;
	border-radius: 2rem;
	background: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
}

.btn-grad:hover {
	background: var(--primary-color);
	color: white;
}

/* Estilos para botón alternativo */
.btn-grad-alt {
	padding: 10px 30px;
	border-radius: 40px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-block;
	background: var(--secondary-color);
	border: 2px solid var(--white-color);
	color: var(--white-color);
	cursor: pointer;
}

.btn-grad-alt:hover {
	background: var(--white-color);
	color: var(--secondary-color);
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Estilos para botón principal con mejor contraste */
.action-buttons .btn-grad,
.action-buttons .btn-grad-alt {
	font-size: 16px; /* Aumentamos el tamaño de la fuente */
    padding: 12px 24px; /* Aumentamos el padding vertical (12px) */
    border-radius: 4px; /* Bordes ligeramente redondeados */
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 140px; /* Mantenemos un ancho mínimo consistente */
}

.action-buttons .btn-grad {
    background: var(--white-color);
    color: var(--secondary-color);
    border: 2px solid var(--white-color);
}

.action-buttons .btn-grad:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    border-color: var(--white-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Estilo para el botón alternativo (btn-grad-alt) - ajusta según tus colores */
.action-buttons .btn-grad-alt {
    background: var(--secondary-color);
    color: var(--white-color);
    border: 2px solid var(--secondary-color);
}

.action-buttons .btn-grad-alt:hover {
    background: var(--white-color);
    color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Versión responsive para móviles */
@media (max-width: 576px) {
    .action-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .action-buttons .btn-grad,
    .action-buttons .btn-grad-alt {
        width: 80%;
        margin: 5px 0;
    }
}

.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: linear-gradient(to left, var(--contact-info-bg-gradient-start), var(--contact-info-bg-gradient-end));
}

.contact-item {
	margin: 23px 0px;
}

.contact-item i {
	font-size: 20px;
}

.contact-item p {
	line-height: 20px;
	margin: 0;
}

.download {
	background: var(--download-bg-gradient-start);
	background: linear-gradient(to left, var(--download-bg-gradient-start), var(--download-bg-gradient-end));
	padding: 100px 0px;
	position: relative;
}

.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
	opacity: 0.1;
}

.download ul {
	list-style: none;
}

.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.download ul li a {
	display: block;
}

.download ul li a img {
	width: 150px;
	border-radius: 7px;
}

.footer-copy {
    background: var(--footer-bg-color);
    color: var(--footer-text-color);
    padding: 50px 0 20px;
}

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

.footer-title {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--footer-text-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    color: var(--footer-text-color);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-3px);
}

.footer-contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-contact i {
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-title:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social {
        margin-top: 15px;
    }

    .footer-contact p {
        justify-content: center;
    }
}

@media all and (max-width:998px) {


	.navbar-collapse {
		background: var(--banner-bg-gradient-start);
		background: linear-gradient(to left, var(--banner-bg-gradient-start), var(--banner-bg-gradient-end));
		margin-top: 10px;
		padding: 15px;
		border-radius: 8px;
	}

	.slider-link {
		flex-direction: column;
		text-align: center;
	}

	.slider-item .icon-box {
		margin: 0 auto 15px;
	}

	.slider-item {
		padding: 20px 15px;
	}

	.slider-item .test-text {
		text-align: center;
	}

	.navbar-nav .nav-item {
		padding: 5px 15px;
	}

	/* Agregar esta regla para mantener el color del texto */
	.nav-scroll .navbar-nav .nav-item a,
	.navbar-nav .nav-item a {
		color: #fff !important;
		/* Forzar color blanco */
	}

	/* Mantener el color al hacer hover */
	.nav-scroll .navbar-nav .nav-item a:hover,
	.navbar-nav .nav-item a:hover {
		color: var(--primary-color) !important;
	}

	.nav-scroll .navbar-brand img,
	.navbar-brand img {
		transform: scale(0.75) !important;
		-webkit-transform: scale(0.75) !important;
	}

	.banner-text {
		padding-right: 0px;
		margin: 10px 0px 0px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 23px;
	}

	.section-padding {
		padding: 40px 0px;
	}

	.banner-text p {
		margin: 25px 0px;
	}

	.banner-text ul li a img {
		width: 140px;
		border-radius: 7px;
	}

	.sectioner-header {
		width: 90%;
	}

	.sectioner-header p {
		font-size: 14px;
	}

	.about-btn {
		padding: 5px 30px;
		margin-top: 0px;
		font-size: 16px;
	}

	.single-feature {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.team-detail {
		margin-top: 20px;
	}

	.team-detail img {
		width: 50%;
	}

	.bx-controls {
		display: none;
	}

	.bx-wrapper {
		margin: 0px 20px !important;
	}

	.slider .test-img img {
		margin: 0 auto;
	}

	.test-img {
		float: none;
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}

	.test-text {
		float: none;
		width: 100%;
		text-align: center;
	}

	.section-content {
		margin-top: 40px;
	}

	.faq-content {
		margin: 10px 0px;
	}

	.faq-content h4 {
		font-size: 16px;
	}

	.faq-content p {
		font-size: 13px;
	}

	#contact_form {
		margin-bottom: 20px;
	}

	.contact-item {
		font-size: 12px;
	}

	.download ul li a img {
		width: 120px;
	}

	.footer-copy p {
		font-size: 10px;
	}
}

.test-icon {
	font-size: 70px;
	color: var(--secondary-color);
	margin-bottom: 15px;
	text-align: center;
}

.slider-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.test-text {
	font-size: 16px;
	color: #333;
}

.dropdown-menu-custom {
	background-color: rgba(0, 0, 0, 0.8);
	/* Negro con transparencia */
}

/* Evita el color azul de Bootstrap en el elemento activo */
.dropdown-menu-custom .dropdown-item.active,
.dropdown-menu-custom .dropdown-item:active,
.dropdown-menu-custom .dropdown-item:focus,
.dropdown-menu-custom .dropdown-item:hover {
	background-color: var(--primary-color) !important;
	color: #ffffff !important;
}

/* Elimina la sombra azul que aparece en algunos navegadores */
.dropdown-menu-custom .dropdown-item:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

/* Asegura que la clase `.show` tampoco tenga fondo azul */
.dropdown-menu-custom .dropdown-item.show {
	background-color: var(--primary-color) !important;
	color: #ffffff !important;
}

/* Solución extra para navegadores que siguen mostrando azul */
.dropdown-menu-custom .dropdown-item:visited {
	background-color: var(--primary-color) !important;
	color: #ffffff !important;
}

.navbar-collapse {
	padding: 10px;
	border-radius: 5px;
}

.nav-scroll .navbar-collapse {

	--background-color: var(--navbar-collapse-bg-color-scroll);
}



/* Estilos para el Modal de Servicios */
.modal-content {
	border: none;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-header {
	background-color: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	border-radius: 15px 15px 0 0;
	padding: 1.5rem;
}

.modal-title {
	color: #333;
	font-weight: 600;
	font-size: 1.5rem;
}

.modal-body {
	padding: 2rem;
}

.servicio-icon {
	color: var(--primary-color);
	margin-bottom: 1.5rem;
}

.servicio-descripcion {
	color: #666;
	font-size: 1.1rem;
	line-height: 1.6;
}

.servicio-detalles {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 1.5rem;
	margin-top: 1.5rem;
}

.servicio-detalles ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.servicio-detalles ul li {
	padding: 8px 0;
	border-bottom: 1px solid #dee2e6;
	color: #666;
}

.servicio-detalles ul li:last-child {
	border-bottom: none;
}

.modal-footer {
	border-top: 1px solid #dee2e6;
	padding: 1.5rem;
}

.icon-box {
	transition: transform 0.3s ease;
}

.icon-box:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

/* Estilos actualizados para los botones del modal */
.modal-footer .btn {
	padding: 10px 30px;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.modal-footer .btn-primary {
	background: var(--primary-color);
	background: linear-gradient(to left, var(--primary-color), var(--secondary-color));
	border: none;
	color: white;
}

.modal-footer .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(245, 11, 11, 0.3);
}

.modal-footer .btn-secondary {
	background: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
}

.modal-footer .btn-secondary:hover {
	background: var(--primary-color);
	color: white;
}

.store-card {
	text-decoration: none;
	display: block;
}

.store-card-container {
	border: none;
	background: transparent;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store-card:hover .store-card-container {
	transform: translateY(-10px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.store-card .card img {
	max-height: 80px;
	object-fit: contain;
	padding: 10px;
}

/* Estilos optimizados para el slider de pasos */
.slider-item {
	background: linear-gradient(135deg, rgba(237, 50, 55, 0.05), rgba(0, 0, 0, 0.1));
	border-radius: 15px;
	padding: 25px;
	margin: 15px 0;
	transition: all 0.3s ease;
	border: 1px solid rgba(237, 50, 55, 0.1);
}

.slider-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(237, 50, 55, 0.1);
	border-color: rgba(237, 50, 55, 0.3);
}

.slider-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.slider-link:hover {
	text-decoration: none;
	color: #Ed3237;
}

.slider-item .icon-box {
	background: linear-gradient(135deg, #Ed3237, #000000);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.slider-item .icon-box i {
	color: white;
	font-size: 30px;
	line-height: 80px;
}

.slider-item .test-text {
	flex-grow: 1;
}

.slider-item .title {
	color: #Ed3237;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.slider-item .title span {
	display: inline;
	border-bottom: 2px solid #Ed3237;
	padding-bottom: 2px;
}

.slider-item p {
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* Estilos específicos para el carousel de pasos en testimoniales */
.testimonial-steps #stepsCarousel {
	padding: 20px 0;
}

.testimonial-steps .step-card {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	margin: 15px;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-steps .step-link {
	text-decoration: none;
	display: block;
	color: #fff;
}

.testimonial-steps .step-link:hover {
	text-decoration: none;
	color: #fff;
}

.testimonial-steps .step-content {
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.testimonial-steps .step-icon {
	background: linear-gradient(135deg, #Ed3237, #000000);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.testimonial-steps .step-icon i {
	font-size: 40px;
	color: white;
}

.testimonial-steps .step-info {
	flex-grow: 1;
}

.testimonial-steps .step-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--banner-text-color);
}

.testimonial-steps .step-description {
	font-size: 16px;
	line-height: 1.6;
	color: var(--banner-text-color);
	margin: 0;
}

.testimonial-steps .carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.testimonial-steps .carousel-control-prev,
.testimonial-steps .carousel-control-next {
	position: relative;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 1;
	transition: all 0.3s ease;
}

.testimonial-steps .carousel-control-prev:hover,
.testimonial-steps .carousel-control-next:hover {
	background: #Ed3237;
}

.testimonial-steps .carousel-indicators {
	position: relative;
	margin: 0;
	display: flex;
	gap: 10px;
}

.testimonial-steps .carousel-indicators button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	opacity: 1;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.3s ease;
}

.testimonial-steps .carousel-indicators button.active {
	background: #Ed3237;
}

/* Estilos para los botones de descarga de apps */
.app-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}

.app-buttons li {
	list-style: none;
	margin: 0;
}

.app-buttons img {
	width: 150px;
	height: auto;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.app-buttons img:hover {
	transform: translateY(-3px);
}

/* Agregar este código al final del archivo CSS */

@media (max-width: 991.98px) {
    .navbar-collapse {
        max-height: 80vh; /* Altura máxima del 80% de la ventana */
        overflow-y: auto; /* Habilitar scroll vertical */
    }
    
    .dropdown-menu-custom {
        max-height: none; /* Eliminar altura máxima para el dropdown */
        overflow: visible; /* Asegurar que el contenido sea visible */
        position: static; /* Mantener el dropdown dentro del flujo del documento */
        width: 100%; /* Ocupar todo el ancho disponible */
        border: none; /* Eliminar bordes */
        padding-left: 1.5rem; /* Agregar sangría para jerarquía visual */
    }
    
    /* Garantizar que todos los elementos del menú sean accesibles */
    .navbar-nav {
        width: 100%;
    }
}

@media (max-width: 776px) {
    /* Estilos para el menú hamburguesa */
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        margin-top: 10px;
        padding: 15px;
        border-radius: 8px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .navbar-toggler {
		
        border: 2px solid rgba(255, 255, 255, 0.5);
        padding: 0.25rem 0.5rem;
    }

    .navbar-toggler span {
		color: #333;
    }

    .navbar-nav .nav-item {
        padding: 5px 15px;
        text-align: center;
    }

    .nav-scroll .navbar-nav .nav-item a,
    .navbar-nav .nav-item a {
        color: #fff !important;
        opacity: 0.9;
        transition: all 0.3s ease;
    }

    .nav-scroll .navbar-nav .nav-item a:hover,
    .navbar-nav .nav-item a:hover {
        color: var(--primary-color) !important;
        opacity: 1;
    }

    .dropdown-menu-custom {
        background: rgba(0, 0, 0, 0.8) !important;
        margin: 0 15px;
    }

    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 23px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    .banner-text p {
        margin: 25px 0px;
    }

    .banner-text ul li a img {
        width: 140px;
        border-radius: 7px;
    }

    .sectioner-header {
        width: 90%;
    }

    .sectioner-header p {
        font-size: 14px;
    }

    .about-btn {
        padding: 5px 30px;
        margin-top: 0px;
        font-size: 16px;
    }

    .single-feature {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .team-detail {
        margin-top: 20px;
    }

    .team-detail img {
        width: 50%;
    }

    .bx-controls {
        display: none;
    }

    .bx-wrapper {
        margin: 0px 20px !important;
    }

    .slider .test-img img {
        margin: 0 auto;
    }

    .test-img {
        float: none;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .test-text {
        float: none;
        width: 100%;
        text-align: center;
    }

    .section-content {
        margin-top: 40px;
    }

    .faq-content {
        margin: 10px 0px;
    }

    .faq-content h4 {
        font-size: 16px;
    }

    .faq-content p {
        font-size: 13px;
    }

    #contact_form {
        margin-bottom: 20px;
    }

    .contact-item {
        font-size: 12px;
    }

    .download ul li a img {
        width: 120px;
    }

    .footer-copy p {
        font-size: 10px;
    }
}

/* Estilos para la sección de sucursales */
.sucursales {
    background: var(--white-color);
    padding: 80px 0;
}

.sucursal-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.sucursal-card:hover {
    transform: translateY(-5px);
}

.sucursal-title {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.sucursal-info {
    margin-bottom: 20px;
}

.sucursal-info p {
    margin-bottom: 10px;
    color: #666;
}

.sucursal-info i {
    color: var(--primary-color);
    width: 25px;
    margin-right: 10px;
}

.map-container {
    position: relative;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 30px;
    background: white;
    opacity: 0;
    z-index: 2;
}

.google-maps-button {
    position: absolute;
    top: 10px; /* Cambiado de bottom a top */
    left: 10px;
    background-color: #4285f4;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    z-index: 3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.google-maps-button:hover {
    background-color: #3367d6;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-container {
	width: 100%;
	height: 50vh; /* Ocupa 80% del viewport height */
	overflow: auto;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  /* Para pantallas pequeñas */
  @media (max-width: 768px) {
	.pdf-container {
	  height: 30vh;
	}
  }

  .company-info {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.company-info p {
    margin-bottom: 5px;
    font-size: 0.9em;
    color: rgba(255,255,255,0.8);
}

.company-info strong {
    color: var(--primary-color);
}


/* Estilos para sucursal próximamente */
.sucursal-card.proximamente {
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #6c757d;
    opacity: 0.8;
}

.proximamente-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(45deg, var(--primary-color), #ff6b6b);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    z-index: 2;
}

.proximamente-badge i {
    margin-right: 5px;
}

.sucursal-card.proximamente .sucursal-title {
    color: #6c757d;
}

.sucursal-card.proximamente .sucursal-info p {
    color: #868e96;
}

.proximamente-map {
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dadce0;
}

.proximamente-content {
    text-align: center;
    color: #5f6368;
}

.proximamente-content i {
    color: var(--primary-color);
    margin-bottom: 15px;
    opacity: 0.7;
}


/* Sombreado específico para Agencias autorizadas y Sucursales */
.agencias .sucursal-card.autorizada {
    box-shadow: 0 8px 24px rgba(237, 50, 55, 0.18), 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(237, 50, 55, 0.25);
}

.agencias .sucursal-card.autorizada:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(237, 50, 55, 0.25), 0 4px 6px rgba(0, 0, 0, 0.08);
}

.sucursales .sucursal-card:not(.proximamente) {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.sucursales .sucursal-card:not(.proximamente):hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.proximamente-content p {
    margin-bottom: 5px;
    font-weight: 500;
}

.proximamente-content .small-text {
    font-size: 12px;
    color: #80868b;
    font-weight: normal;
}