:root {
	--primary: #0d6efd;
	--primary-300: #0a58ca;
	--primary--200: #0b5ed7;
	--primary-inverse: #fff;
}


.section-sophia {
	background: radial-gradient(circle at 10% 20%, rgba(15, 97, 255, 0.35), transparent 55%), #021733;
	color : #fff;
	position: relative;
	overflow: hidden;
}

.section-sophia::before {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(6, 128, 255, 0.5), transparent 70%);
	top: -120px;
	left: -80px;
	filter: blur(8px);
	z-index: 0;
}

.section-sophia::after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(3, 208, 255, 0.15), transparent 70%);
	bottom: -140px;
	right: -60px;
	filter: blur(6px);
	z-index: 0;
}

.sophia-device {
	position: relative;
	z-index: 1;
	max-width: 480px;
	margin-left: auto;
}

.section-sophia .container,
.section-sophia .row {
	position: relative;
	z-index: 1;
}

.section-sophia .sophia-video {
	position: relative;
	z-index: 2;
}

.section-sophia .sophia-video video {
	display: block;
	width: 100%;
	height: auto;
}

.sophia-video-badge {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 86px;
	height: 86px;
	background: linear-gradient(135deg, #11d1f6, #4d90ff);
	border: 6px solid rgba(2, 23, 51, 0.6);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.sophia-video-badge i {
	font-size: 1rem;
	margin-top: 4px;
}

.sophia-laptop {
	background: linear-gradient(145deg, #0f4ab4, #0b64e0);
	border-radius: 28px;
	padding: 28px 28px 60px;
	box-shadow: 0 25px 60px rgba(5, 16, 38, 0.65);
}

.sophia-screen {
	background: #ffffff;
	border-radius: 22px;
	padding: 24px;
	min-height: 240px;
	color: #12233f;
}

.sophia-chat-header {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	color: #0b57d0;
	margin-bottom: 18px;
}

.sophia-chat-header .status-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #1cd67b;
	box-shadow: 0 0 10px rgba(28, 214, 123, 0.6);
}

.sophia-chat-line {
	height: 12px;
	border-radius: 999px;
	background: #e6eefc;
	margin-bottom: 12px;
}

.sophia-chat-line:nth-child(2n) {
	width: 75%;
}

.sophia-chat-line:nth-child(2n+1) {
	width: 95%;
}

.sophia-chat-line:last-child {
	width: 55%;
	margin-bottom: 0;
}

.sophia-chat-footer {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.85rem;
	color: #6c7d97;
}

.sophia-laptop-base {
	width: 78%;
	height: 16px;
	margin: 14px auto 0;
	border-radius: 0 0 28px 28px;
	background: linear-gradient(180deg, #cfd5e1, #a9b2c4);
	box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6);
}

/* Sección de Filtros */
.section-filtros {
	background-color: #f8f8f8;
}

.section-filtros h2 {
	color: #2c2c2c;
	line-height: 1.3;
}

.section-filtros p {
	color: #5c5c5c;
	line-height: 1.6;
}

/* Botón Seguro - Color azul */
.btn-seguro {
	background: #0d6efd !important;
	border: none;
	color: #fff !important;
	border-radius: 50px;
	padding: 1rem 2.5rem;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.btn-seguro:hover {
	background: #0b5ed7 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
}

/* Botón con gradiente amarillo a naranja/rojo - estilo rectangular */
.btn-gradient {
	background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 100%) !important;
	border: none;
	color: #fff !important;
	border-radius: 12px;
	padding: 1.1rem 3rem;
	font-weight: 600;
	font-size: 1.15rem;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(252, 74, 26, 0.35);
}

.btn-gradient:hover {
	background: linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(252, 74, 26, 0.45);
}
/* Sección de Contacto */
.section-contacto {
	background-color: #f8f8f8;
}

.section-contacto h2,
.section-contacto h3 {
	color: #2c2c2c;
}

/* Iconos sociales limpios y grandes - Color azul uniforme */
.social-icons-big.social-icons-clean li {
	display: inline-block;
	margin-right: 15px;
}

.social-icons-big.social-icons-clean a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: transparent !important;
	color: #0d6efd !important;
	font-size: 24px;
	transition: all 0.3s ease;
}

.social-icons-big.social-icons-clean a:hover {
	transform: translateY(-3px);
	color: #0a58ca !important;
	background-color: transparent !important;
}

/* Sobrescribir colores individuales para que sean azules y sin fondo */
.section-contacto .social-icons-instagram a,
.section-contacto .social-icons-linkedin a,
.section-contacto .social-icons-facebook a,
.section-contacto .social-icons-youtube a {
	color: #0d6efd !important;
	background-color: transparent !important;
}

.section-contacto .social-icons-instagram a:hover,
.section-contacto .social-icons-linkedin a:hover,
.section-contacto .social-icons-facebook a:hover,
.section-contacto .social-icons-youtube a:hover {
	color: #0a58ca !important;
	background-color: transparent !important;
}

/* Estilos del formulario de contacto */
.contact-form .form-label {
	color: #666;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.contact-form .form-control {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
}

.contact-form .form-control:focus {
	border-color: #0088cc;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.15);
}

.contact-form textarea.form-control {
	resize: vertical;
	min-height: 150px;
}

/* Botón de envío */
.contact-form .btn-primary {
	background: #0d6efd;
	border: none;
	transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
	background: linear-gradient(90deg, #0169fe 0%, #0088cc 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 136, 204, 0.3);
}

/* Banner de extensión de seguro */
.extension-seguro-banner {
	background-color: #ffffff !important;
	border-top: 3px solid #1a1d23 !important;
	border-radius: 20px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	margin-bottom: 4rem;
}

.extension-seguro-banner:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.extension-seguro-banner h3 {
	color: #1a1d23;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.extension-seguro-banner p {
	color: #6c757d;
	line-height: 1.6;
}

.extension-seguro-banner .btn-primary {
	background: #0d6efd;
	border: none;
	min-width: 160px;
	transition: all 0.3s ease;
}

.extension-seguro-banner .btn-primary:hover {
	background: linear-gradient(90deg, #3d4fc9 0%, #4c5fd7 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(76, 95, 215, 0.4);
}



/* Footer con padding superior */
#footer {
	padding-top: 5rem !important;
}

/* Responsive ajustes */
@media (max-width: 991px) {
	.extension-seguro-banner {
		text-align: center;
		margin-bottom: 3rem;
	}
	
	.extension-seguro-banner h3 {
		font-size: 1.75rem;
	}
	
	.extension-seguro-banner p {
		font-size: 1rem;
	}

	#footer {
		padding-top: 3rem !important;
	}
}




/* Footer personalizado */
.bg-color-dark-custom {
	background-color: #1a1d23 !important;
}

#footer {
	padding-top: 5rem !important;
}

#footer .social-icons-clean-light li {
	display: inline-block;
	margin-right: 10px;
}

#footer .social-icons-clean-light a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	font-size: 20px;
	transition: all 0.3s ease;
	color: #ffffff !important; /* Blanco por defecto */
}

#footer .social-icons-clean-light a:hover {
	color: #ffffff !important;
	transform: translateY(-3px);
}

#footer .social-icons-instagram a {
	color: #ffffff !important; /* Blanco base */
}

#footer .social-icons-instagram a:hover {
	color: #E4405F !important; /* Color Instagram en hover */
}

#footer .social-icons-linkedin a {
	color: #ffffff !important; /* Blanco base */
}

#footer .social-icons-linkedin a:hover {
	color: #0077B5 !important; /* Color LinkedIn en hover */
}

#footer .social-icons-facebook a {
	color: #ffffff !important; /* Blanco base */
}

#footer .social-icons-facebook a:hover {
	color: #1877F2 !important; /* Color Facebook en hover */
}

#footer .social-icons-youtube a {
	color: #ffffff !important; /* Blanco base */
}

#footer .social-icons-youtube a:hover {
	color: #FF0000 !important; /* Color YouTube en hover */
}

#footer h5 {
	color: #ffffff;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

#footer .text-color-grey {
	color: #8a8e94 !important;
}

#footer .text-hover-primary:hover {
	color: #0088cc !important;
}

#footer .list li {
	line-height: 2;
}

#footer .border-color-light-2 {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Newsletter form en footer */
.newsletter-form .form-control {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	padding: 0.75rem 1rem;
	border-radius: 4px 0 0 4px;
}

.newsletter-form .form-control:focus {
	background-color: rgba(255, 255, 255, 0.08);
	border-color: #0088cc;
	color: #ffffff;
	box-shadow: none;
}

.newsletter-form .form-control::placeholder {
	color: #8a8e94;
}

.newsletter-form .btn-primary {
	background: #0088cc;
	border: none;
	border-radius: 0 4px 4px 0;
	padding: 0.75rem 1.5rem;
	transition: all 0.3s ease;
}

.newsletter-form .btn-primary:hover {
	background: #006ba3;
	transform: translateY(-2px);
}

.newsletter-form .input-group {
	border-radius: 4px;
	overflow: hidden;
}

/* Copyright section */
.footer-copyright {
	background-color: rgba(0, 0, 0, 0.2);
}

.footer-copyright p {
	margin: 0;
	opacity: 0.7;
}

/* Responsive footer */
@media (max-width: 991px) {
	#footer {
		padding-top: 3rem !important;
	}
	
	#footer .col-lg-3,
	#footer .col-lg-2 {
		text-align: center;
	}
	
	#footer .social-icons-clean-light {
		justify-content: center;
		margin-bottom: 2rem;
	}
	
	#footer .list {
		text-align: center;
	}
}

/* Circle Section - Animación de expansión con fondo oscuro azulado */
#circleSection {
	background-color: transparent;
}

#circleSection .section-default {
	background-color: transparent !important;
}

#circleSection #circleDot {
	background-color: #0a1628 !important;
}

/* Texto centrado en la sección del círculo */
#circleSection .p-relative.z-index-1 {
	position: relative;
	z-index: 2;
}

/* ============================================
   CAROUSEL TESTIMONIOS - Estilo Azul Oscuro
   ============================================ */
.carousel-center-active-item-2 {
	position: relative;
}

/* Items laterales (no activos) - fondo blanco con sombra suave */
.carousel-center-active-item-2 .owl-item > div {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 35px;
	margin: 10px 15px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.4s ease;
	color: #212529;
}

/* Item activo/central - fondo azul oscuro */
.carousel-center-active-item-2 .owl-item.active.center > div,
.carousel-center-active-item-2 .owl-item.center > div {
	background: #0a1628 !important;
	box-shadow: 0 10px 40px rgba(10, 22, 40, 0.4);
	color: #ffffff !important;
}

/* Textos en item activo - blancos */
.carousel-center-active-item-2 .owl-item.active.center h4,
.carousel-center-active-item-2 .owl-item.center h4,
.carousel-center-active-item-2 .owl-item.active.center p,
.carousel-center-active-item-2 .owl-item.center p,
.carousel-center-active-item-2 .owl-item.active.center span,
.carousel-center-active-item-2 .owl-item.center span {
	color: #ffffff !important;
}

.carousel-center-active-item-2 .owl-item.active.center .opacity-7,
.carousel-center-active-item-2 .owl-item.center .opacity-7 {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* Estrellas en item activo - blancas */
.carousel-center-active-item-2 .owl-item.active.center .star-rating i,
.carousel-center-active-item-2 .owl-item.center .star-rating i {
	color: #ffffff !important;
}

/* Estrellas en items no activos - amarillas */
.carousel-center-active-item-2 .owl-item:not(.center) .star-rating i {
	color: #ffc107 !important;
}

/* Navegación del carousel */
.carousel-center-active-item-2 .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0;
	pointer-events: none;
	z-index: 10;
}

.carousel-center-active-item-2 .owl-nav button {
	pointer-events: auto;
	width: 50px;
	height: 50px;
	background: #0d6efd !important;
	border-radius: 50% !important;
	color: #fff !important;
	font-size: 18px !important;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.carousel-center-active-item-2 .owl-nav button:hover {
	background: #0b5ed7 !important;
	transform: scale(1.1);
}

.carousel-center-active-item-2 .owl-nav .owl-prev {
	margin-left: -25px;
}

.carousel-center-active-item-2 .owl-nav .owl-next {
	margin-right: -25px;
}

/* Opacidad para items no activos */
.carousel-center-active-item-2 .owl-item {
	opacity: 0.6;
	transition: opacity 0.4s ease;
}

.carousel-center-active-item-2 .owl-item.active.center,
.carousel-center-active-item-2 .owl-item.center {
	opacity: 1;
}

/* Video Background Section Styles */
.video-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* The inner row has min-vh-100, so the section will expand to fit */
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover; /* Ensures the video covers the area without distortion */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 2; /* Ensures content sits above the video */
}