/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/
#backgroundVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1; /* Envía el video al fondo */
}

/* La sección .home debe ser relativa para posicionar el video correctamente */
.home {
	position: relative;
	width: 100%;
	height: 100vh; /* Ajusta para que cubra la pantalla completa */
	overflow: hidden; /* Oculta cualquier parte del video que sobresalga */
}

/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #1c262f;
	--primary-light: #212d37;
	--secondary: #eb567b;
	--tertiary: #00dabf;
	--gradient: linear-gradient(to right, #eb567b, #3fbcf8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: 500;
}

button {
	font-family: sans-serif;
}

p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
	list-style-type: none;
}

/* Section Background */
.home,
.about,
.services,
.plans,
.work,
.contact {
	height: 110vh;
	position: relative;
}

.services,
.work,
.contact,
.testimonial,
.footer {
	background-color: var(--primary);
}

.about,
.plans,
.company,
.newsletter,
.location {
	background-color: var(--primary-light);
}

.bottom {
	background-color: black;
}

/********************/
/*     Icons by M!       */
/********************/

/* Estilos para íconos de la página */
.far-m2 {
	color: #e74c3c; /* "rose" */
}

.icon-custom-color {
	color: #eb567b !important; /* Aplica el color rosa */
	background: none !important; /* Anula el gradiente */
	-webkit-background-clip: unset !important; /* Elimina el clipping del fondo */
	-webkit-text-fill-color: unset !important; /* Elimina el relleno transparente */
}

/* Gradient Border And Background On Icons */
.home_text,
.home .fas,
.plans .far,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#3fbcf8), to(#3fbcf8));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	background-color: var(--primary);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 200px;
	height: 105px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 2.75rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary);
	transition:
		transform 0.2s ease-in-out,
		visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	background-color: var(--primary);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
	background-color: var(--primary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(linear, left top, left bottom, from(#0ee951), to(#00dabf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--primary);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

/****************/
/*     Home     */
/****************/
.home {
	/*	background-image: url(../assets/images/home.jpg);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Segundo color by M! */
.home_text_m1 {
	color: #eb567b; /* "rosa" */
	/*font-weight: bold; /* Puedes ajustar otros estilos si es necesario */
}

.para {
	width: 50%;
}

.para-light {
	opacity: 0.7;
}

/***********************/
/*     Information     */
/***********************/
.information .container-fluid .row div:first-child {
	background-color: var(--primary);
}

.information .container-fluid .row div:last-child {
	background-color: white;
}

.information .container-fluid .row div:nth-child(2) {
	background-color: var(--primary-light);
}

/******************/
/*     Button     */
/******************/
.btn {
	color: white;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px var(--secondary);
}

.btn:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}

.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	background-image: var(--gradient);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/********************/
/*     Services     */
/********************/
.services .card {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}

.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px #3fbcf8;
}

.services .card-m {
	padding: 20px;
	border-radius: 0;
	border: 2px solid white;
}
.services .card-m:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px #eb567b;
}

/*****************/
/*     Plans     */
/*****************/
.plans .card {
    padding: 20px;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Ajuste para evitar que el botón se salga en pantallas intermedias */
.plans .card .btn {
    margin-top: auto; /* Empuja el botón hacia la parte inferior */
    align-self: center; /* Asegura que el botón quede alineado */
}

.plans .card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Asegura que el botón esté siempre en la parte inferior */
.plans .card .card-footer {
    margin-top: auto;
    display: flex;
    justify-content: center; /* Centra el botón */
    align-items: center;
    padding-bottom: 15px; /* Ajusta el espaciado inferior */
}

@media (max-width: 1200px) {
    .plans .card {
        min-height: 300px; /* Ajusta altura mínima */
    }
}

@media (max-width: 1024px) {
    .plans .card {
        min-height: 280px; /* Evita que se deforme */
    }
}

@media (max-width: 768px) {
    .plans .card {
        min-height: auto; /* Para que se ajuste mejor en móviles */
    }
}
@media (max-width: 1300px) {
    .plans .card {
        min-height: auto; /* Permite que se ajuste dinámicamente */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* Evita que el botón se desplace demasiado en resoluciones intermedias */
@media (max-width: 1286px) {
    .plans .card .btn {
        align-self: center; /* Mantiene el botón alineado */
    }
}



/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
	padding: 0;
}

.slider-1 .testimonial-text {
	margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}

/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}

/* Estilos específicos para la sección de privacidad */
.ex-header-privacy {
	position: relative;
	overflow: hidden;
}

.ex-header-privacy .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/policy.png"); /* Ruta de la imagen */
	background-size: cover;
	background-position: center;
	opacity: 0.19; /* Ajusta la transparencia */
	z-index: 0;
}

/* Asegura que el título esté encima de la imagen */
.ex-header-privacy .container {
	position: relative;
	z-index: 1;
}

/* Estilos específicos para la sección de disclaimer */
.ex-header-disclaimer {
	position: relative;
	overflow: hidden;
}

.ex-header-disclaimer .background-image-disc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/disclaimer.jpg"); /* Ruta de la imagen */
	background-size: cover;
	background-position: center;
	opacity: 0.19; /* Ajusta la transparencia */
	z-index: 0;
}

/* Asegura que el título esté encima de la imagen */
.ex-header-disclaimer .container {
	position: relative;
	z-index: 1;
}

/* Estilos específicos para la sección de articles */
.ex-header-articles {
	position: relative;
	overflow: hidden;
}

.ex-header-articles .background-image-articles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/articles.jpg"); /* Ruta de la imagen */
	background-size: cover;
	background-position: center;
	opacity: 0.19; /* Ajusta la transparencia */
	z-index: 0;
}

/* Asegura que el título esté encima de la imagen */
.ex-header-articles .container {
	position: relative;
	z-index: 1;
}

/* Estilos específicos para la sección de FAQ */
.ex-header-faq {
	position: relative;
	overflow: hidden;
}

.ex-header-faq .background-image-faq {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-image: url("../img/faq.jpg"); /* Ruta de la imagen */
	background-size: cover;
	background-position: center;
	opacity: 0.19; /* Ajusta la transparencia */
	z-index: 0;
}

/* Asegura que el título esté encima de la imagen */
.ex-header-articles .container {
	position: relative;
	z-index: 1;
}

.ex-header h1 {
	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}

/* Header Bundle*/
.ex-header-faq {
	position: relative;
	overflow: hidden;
}

.ex-header-faq .background-image-bundle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-image: url("../img/bundle.jpg"); /* Ruta de la imagen */
	background-size: cover;
	background-position: center;
	opacity: 0.19; /* Ajusta la transparencia */
	z-index: 0;
}

/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.services,
	.work,
	.testimonial,
	.about,
	.contact,
	.plans {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 1.75rem;
		background-color: transparent;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 30px;
	}

	.para {
		width: 100%;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
}

/* Clase para la capa más oscura - BANKING*/
.overlay-darker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* Ajusta la opacidad a 0.6 o más según necesites */
	z-index: 1; /* Asegura que esté encima del video pero debajo del contenido */
}

/* La capa oscura - HOME*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Color negro con 60% de opacidad */
	z-index: 0; /* Debajo del contenido pero encima del video */
}

/* Asegúrate de que el contenido esté encima del overlay */
.container {
	position: relative;
	z-index: 1; /* El contenido queda encima del overlay */
}

.section-title {
	font-size: 24px; /* Ajusta el tamaño según necesites */
	font-weight: normal;
	color: #ffffff; /* Cambia este color si lo necesitas */
	text-transform: uppercase;
	margin-top: 177px; /* Ajusta el espacio según necesites */
}

/***********************/
/*     URL EN SERVICES */
/***********************/
.card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.card-link:hover {
	color: inherit; /* Mantiene el color original al pasar el mouse */
	text-decoration: none; /* Elimina el subrayado */
}

.card-link h4,
.card-link p,
.card-link i {
	color: #f8f9fa; /* Establece el color blanco para los elementos dentro de la tarjeta */
}

.card-link:hover h4,
.card-link:hover p,
.card-link:hover i {
	color: #f8f9fa; /* Mantiene el color blanco al hacer hover */
}

/* Fondo y ajuste de imagen para risk */
.banking {
	/*  background-color: white; */
	background-image: url("../img/banking.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

.banking-risk {
	/*  background-color: white; */
	background-image: url("../img/risk.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* BORON CONTACT EN BANKING*/
.btn-how {
    /*background-color: #1c7cdc; /* Ajusta el color de fondo */
    color: #fff; /* Ajusta el color del texto */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
}

.btn-how:hover {
    /*background-color: #0a5bb5; /* Cambia el color de fondo al pasar el mouse */
    color: #fff;
}

.view-services-btn {
    background-color: #212D37; /* Ajusta este color al mismo color oscuro que usas en otras secciones */
    padding: 20px 0; /* Añade algo de espacio alrededor del botón */
}

.text-how {
    color: #fbfbfb; /* Ajusta el color según sea necesario */
    font-size: 1.1em;
}

.text-iso {
    color: #fbfbfb; /* Ajusta el color según sea necesario */
    font-size: 1.2em;
    text-align: center;
    margin: 0 ;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 20px;
}


/* Fondo GRC */

.fondo-animado {
    background-image: url('../img/grc.gif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

@media (max-width: 768px) {
    .fondo-animado {
        background-size: 100% auto;
        background-position: center;
        background-attachment: scroll; 
    }
}

/* Fondo IOT */

.fondo-animado-iot {
    background-image: url('../img/iot-home.gif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

@media (max-width: 768px) {
    .fondo-animado-iot {
        background-size: 100% auto;
        background-position: center;
        background-attachment: scroll; 
    }
}

/* Fondo networing */

.fondo-animado-cyber {
    background-image: url('../img/cyber.gif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

@media (max-width: 768px) {
    .fondo-animado-cyber {
        background-size: 100% auto;
        background-position: center;
        background-attachment: scroll; 
    }
}

/* Fondo Devs */

.fondo-animado-dev {
    background-image: url('../img/devcustom.gif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

@media (max-width: 768px) {
    .fondo-animado-dev {
        background-size: 100% auto;
        background-position: center;
        background-attachment: scroll; 
    }
}

/* Fondo API */

.fondo-animado-api {
    background-image: url('../img/api.gif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

@media (max-width: 768px) {
    .fondo-animado-api {
        background-size: 100% auto;
        background-position: center;
        background-attachment: scroll; 
    }
}

/* Fondo Realtor */

.fondo-animado-re {
    background-image: url('../img/bannerreal.gif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 253px;
}

@media (max-width: 768px) {
    .fondo-animado-re {
        background-size: 100% auto;
        background-position: center;
        background-attachment: scroll; 
    }
}


.use-cases-section {
    background-color: #043043; /* Fondo de la sección */
    padding: 40px;
    color: #fbfbfb; /* Color del texto */
}

.use-cases-section .text-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.use-cases-section h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #fbfbfb; /* Color del título */
}

.use-cases-section p {
    font-size: 1.1em;
    color: #c8c8c8; /* Color del párrafo */
}

.use-cases {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.use-case-card {
    background-color: rgba(230, 44, 106, 0.48); /* Fondo de cada tarjeta */
    color: #fbfbfb;
    border-radius: 8px;
    padding: 20px;
    width: 250px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

/* Animación de rotación solo al entrar */
.use-case-card:hover {
    animation: rotateOnce 0.35s ease-in-out forwards; /* Se ejecuta una vez y se mantiene */
    background-color: rgba(230, 44, 106, 0.5); /* Hace el fondo más sólido al pasar el mouse */
    color: #fff;
}

/* Definir la animación de giro */
@keyframes rotateOnce {
    from {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(360deg);
    }
}


.use-case-card h4 {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #e3e3e3; /* Color de los títulos de cada tarjeta */
}

.use-case-card p {
    font-size: 1em;
    color: #c8c8c8; /* Color del texto en las tarjetas */
}

/* CAPTCH INVISIBLE */
.grecaptcha-badge {
    visibility: hidden;
}


/* CASOS DE USO */

.use-case-iot {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    height: 212.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out; /* Animación suave */
    border: 2px solid rgba(255, 255, 255, 0.2); /* Borde sutil inicial */
}

.use-case-iot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68); /* Fondo oscuro semitransparente */
    z-index: 1;
}

.use-case-iot:hover {
    border-color: #ff007f; /* Cambia el color del borde al pasar el mouse */
    background-color: rgba(255, 0, 127, 0.1); /* Fondo ligeramente coloreado */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para resaltar */
    transform: scale(1.05); /* Crecimiento ligero */
}

.use-case-iot h4, .use-case-iot p {
    position: relative;
    z-index: 2; /* Asegura que el texto esté por encima de la capa */
    transition: color 0.3s ease-in-out; /* Cambia el color del texto suavemente */
}

.use-case-iot:hover h4, .use-case-iot:hover p {
    color: rgba(177, 181, 182, 0.9); /* Cambia el color del texto al pasar el mouse */
}

.use-cases-iot .row {
    display: flex; /* Asegura flexibilidad para el diseño */
    flex-wrap: wrap; /* Permite que las tarjetas se ajusten automáticamente */
    gap: 20px; /* Espaciado uniforme entre tarjetas */
    justify-content: space-between; /* Distribución uniforme */
}

/* CASOS DE USO BORDE AZUL*/

.use-case-iot-b {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    height: 212.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out; /* Animación suave */
    border: 2px solid rgba(255, 255, 255, 0.2); /* Borde sutil inicial */
}

.use-case-iot-b::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68); /* Fondo oscuro semitransparente */
    z-index: 1;
}

.use-case-iot-b:hover {
    border-color: #3FBCF8; /* Cambia el color del borde al pasar el mouse */
    background-color: rgba(255, 0, 127, 0.1); /* Fondo ligeramente coloreado */
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para resaltar */
    transform: scale(1.05); /* Crecimiento ligero */
}

.use-case-iot-b h4, .use-case-iot-b p {
    position: relative;
    z-index: 2; /* Asegura que el texto esté por encima de la capa */
    transition: color 0.3s ease-in-out; /* Cambia el color del texto suavemente */
}

.use-case-iot-b:hover h4, .use-case-iot-b:hover p {
    color: rgba(177, 181, 182, 0.9); /* Cambia el color del texto al pasar el mouse */
}

.use-cases-iot-b .row {
    display: flex; /* Asegura flexibilidad para el diseño */
    flex-wrap: wrap; /* Permite que las tarjetas se ajusten automáticamente */
    gap: 20px; /* Espaciado uniforme entre tarjetas */
    justify-content: space-between; /* Distribución uniforme */
}


/* Ventanas casos de uso IOT */

/* Estilo para el encabezado del modal */
.modal-header {
    background-color: #212d37; /* Fondo del título */
    color: #fff; /* Texto blanco para contraste */
    border-bottom: none; /* Opcional: elimina el borde */
    text-align: center; /* Centra el título */
}

/* Cuerpo del modal y ajustes generales */
.modal-body {
    position: relative;
    padding: 0; /* Elimina el espacio alrededor */
    overflow: hidden; /* Asegura que no sobresalga contenido */
}

#useCaseImage {
    width: 100%; /* La imagen ocupa todo el ancho */
    display: block;
}

/* Capa oscura sobre la imagen */
.modal-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo negro semitransparente */
	z-index: 2; /* Asegura que la capa esté encima de la imagen */
}

/* Estilo para el texto sobre la imagen */
#useCaseDescription {
    position: absolute;
    bottom: 10px; /* Ubicado cerca del borde inferior */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.6); /* Fondo negro semitransparente */
    color: #fff; /* Texto blanco para legibilidad */
    padding: 10px 15px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */
    text-align: center; /* Centra el texto */
    font-size: 1em; /* Ajusta el tamaño del texto */
    z-index: 3; /* Asegura que el texto esté encima de la capa oscura */
}

/* Estilo para el título del modal */
.modal-title {
    z-index: 3; /* Asegura que esté por encima de la capa */
    font-weight: bold; /* Resalta el título */
}

/* Animación de zoom para los modales */
.modal.fade .modal-dialog {
    transform: scale(0.9);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Estilo para el listado superpuesto */
.modal-item-list {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3; /* Asegura que esté sobre la imagen */
    background-color: rgba(0, 0, 0, 0.3); /* Fondo negro con transparencia */
    padding: 15px;
    border-radius: 8px; /* Bordes redondeados */
    color: #fff; /* Texto en blanco */
    font-size: 1rem;
    width: 90%; /* Ajusta según necesites */
    text-align: left;
    list-style-type: disc; /* Cambia los puntos del listado */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para resaltar */
}
.modal-item-list li {
    margin-bottom: 8px; /* Espaciado entre ítems */
}

.modal-content {
    position: relative;
    /*border: none; /* Eliminamos el borde inicial */
    border-radius: 15px; /* Bordes redondeados */
    overflow: hidden; /* Asegura que el contenido respete los bordes redondeados */
	border: 1px solid transparent; /* Bordes transparentes para permitir gradiente */
	border-color: #eb567b; /* Fondo del contenido del modal */
	background-color: white;
	}

.modal-content::before {
    content: "";
    position: absolute;
    top: -3px; /* Ajusta para que el borde se vea en ambos lados */
    left: -3px;
    right: -3px;
    bottom: -3px;
    /*border-image: linear-gradient(to left, #3fbcf8, #ff007f) 1; /* Gradiente secundario */
    border-radius: 23px; /* Similar al contenedor pero más grande */
    z-index: -1; /* Coloca detrás del contenido */
    /*background: linear-gradient(to left, #3fbcf8, #ff007f); /* Gradiente */
	/*background: black;*/
	}

.modal-header .btn-close {
    background-color: #EB567B; /* Fondo del botón */
    border-radius: 50%; /* Hace que el botón sea redondo */
    width: 15px; /* Ajusta el tamaño del botón */
    height: 15px; /* Ajusta el tamaño del botón */
    position: relative; /* Posición relativa para ajustar la "X" */
}

.modal-header .btn-close::before,
.modal-header .btn-close::after {
    content: ''; /* Genera las líneas de la "X" */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px; /* Ajusta el grosor y tamaño de la "X" */
    height: 1px; /* Grosor de las líneas */
    background-color: white; /* Color de la "X" */
    transform-origin: center;
}

.modal-header .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg); /* Línea inclinada 45° */
}

.modal-header .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg); /* Línea inclinada -45° */
}

.modal-header .btn-close:hover {
    background-color: #3FBCF8; /* Cambia el color al pasar el mouse */
    cursor: pointer; /* Muestra un puntero de clic */
}

/* ################################################################## ./
/* Ajustar el texto de la lista y descripción para pantallas pequeñas */
/* ################################################################## */

@media (max-width: 768px) {
    .modal-item-list {
        font-size: 0.85rem; /* Reduce el tamaño del texto */
        padding: 8px; /* Ajusta el espacio interno */
        bottom: 35%; /* Ajusta la posición (Superior) */
        width: 90%; /* Reduce el ancho */
        max-height: 55%; /* Limita la altura máxima */
        overflow-y: auto; /* Habilita el scroll */
        margin: 0 auto; /* Centra la lista */
        /*background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
		background-color: transparent; /* Fondo transparente */
        border-radius: 8px; /* Bordes redondeados */
    }

    .modal-item-list li {
        margin-bottom: 6px; /* Reduce el espaciado entre elementos */
    }

    #useCaseDescription {
        font-size: 0.85rem; /* Reduce el tamaño del texto */
        padding: 8px; /* Ajusta el espacio interno */
        bottom: 5%; /* Mueve el texto hacia arriba si se ve cortado */
        width: 90%; /* Ajusta el ancho */
        text-align: center; /* Centra el texto */
		background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
    }

    .modal-body {
        padding: 10px; /* Reduce el espacio alrededor */
		background: transparent; /* Fondo transparente para respetar la imagen */
    }

    .modal-header {
        font-size: 1rem; /* Ajusta el tamaño del título */
        margin-bottom: 0; /* Reduce el espacio debajo del título */
    }
}

/* Ajustes adicionales para pantallas más pequeñas */
@media (max-width: 576px) {
    .modal-item-list {
        font-size: 0.8rem; /* Reduce aún más el texto */
        max-height: 50%; /* Limita la altura máxima */
        padding: 6px; /* Ajusta el espacio interno */
        overflow-y: auto; /* Habilita el scroll */
		background-color: transparent; /* Fondo transparente */
    }

    /* Barra de desplazamiento personalizada */
    .modal-item-list::-webkit-scrollbar {
        width: 5px; /* Ajusta el ancho de la barra */
    }

    .modal-item-list::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #3FBCF8, #EB567B); /* Gradiente en el scroll */
        border-radius: 3px; /* Bordes redondeados */
    }

    .modal-item-list::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2); /* Fondo semitransparente */
    }

    #useCaseDescription {
        font-size: 0.8rem; /* Ajusta el tamaño de la descripción */
        bottom: 5%; /* Ajusta la posición */
        padding: 6px; /* Ajusta el espacio interno */
		background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
    }

    .modal-header {
        font-size: 1rem; /* Ajusta el tamaño del título */
        margin-bottom: 0; /* Reduce más el espacio debajo del título */
    }
}

/* ################################################################## */
/* Ajustes para tablets (768px a 1024px) */
/* ################################################################## */
@media (min-width: 768px) and (max-width: 1024px) {
    .modal-item-list {
        font-size: 1rem; /* Tamaño adecuado del texto */
        padding: 10px; /* Ajusta el espaciado interno */
        bottom: 30%; /* Posición más alta */
        width: 85%; /* Ajusta el ancho */
        max-height: 60%; /* Limita la altura máxima */
        overflow-y: auto; /* Habilita el scroll */
        margin: 0 auto; /* Centra la lista horizontalmente */
        background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
        border-radius: 10px; /* Bordes redondeados */
        margin-bottom: 15px; /* Agrega separación con la descripción */
    }

    #useCaseDescription {
        font-size: 1rem; /* Ajusta el tamaño del texto */
        padding: 10px 12px; /* Espaciado interno */
        bottom: 8%; /* Ajusta la posición vertical */
        width: 85%; /* Ajusta el ancho */
        text-align: center; /* Centra el texto */
        background-color: rgba(0, 0, 0, 0.3); /* Fondo semitransparente */
        border-radius: 8px; /* Bordes redondeados */
        margin-top: 5px; /* Agrega separación desde la lista */
    }

    .modal-body {
        padding: 15px; /* Espaciado interno para tablets */
    }

    .modal-header {
        font-size: 1.2rem; /* Ajusta el tamaño del título */
        margin-bottom: 0; /* Ajusta el espacio debajo del título */
    }
}

/*##############################################*/
/* AJUSTES BARRA EN MODAL PARA BRAVE - FIREFOX */
/*##############################################*/

.modal-item-list {
    scrollbar-width: thin; /* Estilo del ancho del scroll */
    scrollbar-color: #3FBCF8 rgba(0, 0, 0, 0.2); /* Colores del scroll */
}

/*##################################/*
/*    	Foto Auditores 				*/
/*#################################*/

.auditor-section {
    background-color: #212d37; /* Fondo de la sección */
    padding: 50px 0;
    text-align: center;
    color: white;
}

.auditor-section h4 {
    font-size: 1.8em;
    margin-bottom: 30px;
}

.auditor-card {
    position: relative;
    background-color: #043043; /* Fondo interno */
    border-radius: 15px; /* Bordes redondeados */
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    max-width: 300px; /* Ancho máximo del cuadro */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.auditor-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 15px; /* Bordes redondeados para el degradado */
    background: linear-gradient(to right, #eb567b, #3fbcf8); /* Degradado de borde */
    z-index: -1;
}

.auditor-card h5 {
    font-weight: bold;
    margin-top: 10px;
    color: white;
}

.auditor-card .auditor-role {
    font-size: 1.08em;
    color: #b0c4de;
    margin-bottom: 10px;
}

.auditor-card .auditor-bio {
    font-size: 0.94em;
    color: #e0e0e0;
    line-height: 1.4;
}

.auditor-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Imagen circular */
    margin-bottom: 15px;
    object-fit: cover;
}

/* ################################################*/
/* Estilo exclusivo para formularios Get Started   */
/* ################################################*/
.form-section {
    background-color: #212d37;
    color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}

.form-control {
    background-color: #043043;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.form-control:focus {
    border-color: #3fbcf8;
    outline: none;
}

.btn-primary {
    background: linear-gradient(90deg, #eb567b, #3fbcf8);
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #3fbcf8, #eb567b);
}

.form-section form {
    max-width: 600px; /* Ajusta el ancho máximo */
    margin: 0 auto; /* Centra el formulario */
}

.form-label {
    font-weight: bold; /* Títulos en negrita */
}

#bundleName {
    font-weight: bold; /* Texto del campo en negrita */
    color: #ffffff; /* Mantén el texto visible */
    background-color: #043043; /* Fondo consistente */
}

/* Estilo para la miniatura */
/* Galería de videos */
.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    justify-content: center;
}

/* Miniaturas de video */
.video-thumbnail {
    position: relative;
    width: 300px;
    height: 180px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

/* Capa oscura deslizante */
.overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: left 0.3s ease-in-out;
}

/* Botón de reproducción */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #3FBCF8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    opacity: 0;
}

/* Triángulo dentro del botón */
.play-button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateX(2px); /* Ajuste fino para centrar */
}

/* Animación al hacer hover */
.video-thumbnail:hover .play-button {
    opacity: 1;
}


/* Ondas animadas */
.play-button::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(235, 86, 123, 0.3);
    border-radius: 50%;
    animation: pulse 0.8s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* Efectos al pasar el mouse */
.video-thumbnail:hover .overlay {
    left: 0;
}

.video-thumbnail:hover .play-button {
    opacity: 1;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Asegurar que el botón de cierre esté visible y sobre el modal */
.modal-content {
    position: relative;
    background: #000;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 1000;  /* Se asegura que esté por encima */
}

.close:hover {
    color: #EB567B; /* Cambia de color al pasar el mouse */
}

/* Asegurar alineación del texto */
h3 {
    font-size: 1.4rem; /* Tamaño más consistente */
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left; /* Mantiene alineación */
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; /* Mejora la legibilidad */
    color: #ccc; /* Suaviza el color del texto */
    margin-bottom: 15px;
    max-width: 90%; /* Evita textos demasiado anchos */
}
.services .card,
.services .card-m {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Asegura que todas tengan la misma altura */
}

/* Estilos para el spinner de carga */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-left-color: #EB567B;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

