/*-------------------------------------------------------------*/
/*FUENTES*/
/* ROBOTO-REGULAR */
@font-face {
font-family: 'Roboto-Regular';
src: url('../css/fonts/Roboto-Regular.ttf') format('truetype');
}
/* ROBOTO-LIGHT */
@font-face {
font-family: 'Roboto-Light';
src: url('../css/fonts/Roboto-Light.ttf') format('truetype');
}
/* ROBOTO-BOLD */
@font-face {
font-family: 'Roboto-Bold';
src: url('../css/fonts/Roboto-Bold.ttf') format('truetype');
}
/* ROBOTO-BLACK */
@font-face {
font-family: 'Roboto-Black';
src: url('../css/fonts/Roboto-Black.ttf') format('truetype');
}
/* ROBOTO-MEDIUM */
@font-face {
font-family: 'Roboto-Medium.ttf';
src: url('../css/fonts/Roboto-Medium.ttf.ttf') format('truetype');
}
/* SE APLICA LA FUENTE AL ID navbarRow2 */
#navbarRow2 {
font-family: 'Roboto-Light', Arial,sans-serif;
	font-size: 20px;
}

/* SE APLICA LA FUENTE AL ID navbarRow2 */
.sivi {
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 20px;
}
/*-------------------------------------------------------------*/
/* ESTILO DEL NAV */
/* DEFINICION DE ESTILOS PARA LA CLASE .bg-r2nav */
.bg-r2nav{
	background-color: #000FFF;		
}

/* DEFINICION DE ESTILOS PARA EL HOVER DE LOS ENLACES DENTRO DE .bg-r2nav */
.bg-r2nav .navbar-nav .nav-link:hover{
	font-weight: bold;
	color: #FFFFFF;
}

/* DEFINICION DE ESTILOS PARA LOS ENLACES DENTRO DE .bg-r2nav */
.bg-r2nav .navbar-nav .nav-link{
	font-weight: bold;
	color: #FFFFFF;
}

/* DEFINICION DE ESTILOS PARA EL HOVER DE LOS ENLACES DENTRO DE .bg-r2nav Y LOS ITEMS DE DROPDOWN */
.bg-r2nav .navbar-nav .nav-link:hover,
.bg-r2nav .navbar-nav .dropdown-menu .dropdown-item:hover {
	font-weight: bold;
	color: #82A5FF;
}	

/* DEFINICION DE ESTILOS PARA EL CONTENEDOR DEL MENU */
.menu-container {
	background-color: #000FFF;
	position: relative; /* AÑADIMOS POSICIÓN RELATIVA */
	height: auto; /* ESTABLECEMOS LA ALTURA A AUTO PARA QUE SE AJUSTE AUTOMÁTICAMENTE */
	display: flex; /* UTILIZAMOS FLEXBOX PARA ALINEAR LOS ELEMENTOS */
	align-items: center; /* CENTRAMOS VERTICALMENTE LOS ELEMENTOS */
}

/* DEFINICION DE ESTILOS PARA EL CONTENEDOR DEL LOGO */
.logo-container {
	width: 200px; /* ANCHO DEL CONTENEDOR */
	height: 100px;
	background-color: #FFFFFF;
	border-radius: 0 50px 50px 0;
	margin: -20px;
	display: flex; /* USAR FLEXBOX PARA CENTRAR */
	justify-content: center; /* CENTRAR HORIZONTALMENTE */
	align-items: center; /* CENTRAR VERTICALMENTE */
}
	
/* AJUSTAR TAMAÑO DEL LOGO */
.logo-container img {
	max-width: 100%; /* AJUSTAR EL ANCHO MÁXIMO DEL LOGO */
	max-height: 100%; /* AJUSTAR LA ALTURA MÁXIMA DEL LOGO */
}

/* DEFINICION DE ESTILOS PARA EL CONTENEDOR DE ICONOS SOCIALES */
.social-icons-container {
	display: flex;
	align-items: center; /* CENTRA VERTICALMENTE LOS ICONOS */
	margin-left: 50px;
}
	
.social-icons-container a {
	text-decoration: none; /* QUITAR DECORACIÓN DEL TEXTO SOLO PARA ELEMENTOS <A> DENTRO DE .social-icons-container */
}


.desktop-only {
	display: none; /* POR DEFECTO, OCULTAR ELEMENTOS EN DISPOSITIVOS MÓVILES */
}
	
/* AJUSTES PARA LA DISPOSICIÓN DE LOS ELEMENTOS */
.flags-container {
	display: flex;
	align-items: center;
	justify-content: center; /* CENTRA HORIZONTALMENTE LA DIV DE LAS BANDERAS */
	flex-direction: column; /* AJUSTA LA DIRECCIÓN DEL FLEXBOX A COLUMNA PARA CENTRAR VERTICALMENTE */
	margin-top: -5px; /* AJUSTA EL ESPACIO ENTRE LA INFORMACIÓN DE CONTACTO Y LAS BANDERAS */
}

/* ESTILOS PARA LAS BANDERAS */
.flags {
	display: flex;
	align-items: center;
	margin-top: 0px; /* AJUSTA EL ESPACIO ENTRE LA INFORMACIÓN DE CONTACTO Y LAS BANDERAS */
}

/* ESTILOS PARA LOS ENLACES */
.desktop-only .contact-info a {
	text-decoration: none; /* QUITAR DECORACIÓN DEL TEXTO SOLO PARA ELEMENTOS <A> DENTRO DE .contact-info */
	color: #ffffff; /* COLOR DEL TEXTO */
	margin-top: -20px;
	margin-bottom: 10px; /* ESPACIO ENTRE LOS ENLACES */
}

@media (min-width: 992px) {
	/* MOSTRAR ELEMENTOS DEL MENÚ MÓVIL EN DISPOSITIVOS DE ESCRITORIO */
	.mobile-menu-item {
		display: none;
	}

	.desktop-only {
		display: flex !important; /* MOSTRAR ELEMENTOS EN DISPOSITIVOS DE ESCRITORIO */
	}
}

@media (max-width: 991px) {
	/* MOSTRAR ELEMENTOS DEL MENÚ DE ESCRITORIO EN DISPOSITIVOS MÓVILES */
	.desktop-only {
		display: none !important; /* OCULTAR ELEMENTOS EN DISPOSITIVOS MÓVILES */
	}
}
	
@media (max-width: 991px) {
	/* AÑADIR MARGEN SUPERIOR AL MENÚ DESPLEGADO EN DISPOSITIVOS MÓVILES */
	.navbar-nav {
		margin-top: 20px; /* PUEDES AJUSTAR ESTE VALOR SEGÚN SEA NECESARIO */
	}
}
/* Para dispositivos móviles - añadir en el menú hamburguesa */
@media (max-width: 992px) {
    .mobile-language-switcher {
        display: flex;
        justify-content: center;
        padding: 15px 0;
        margin-top: 10px;
        border-top: 1px solid #eee;
		color: #FFFFFF;
		text-decoration: none;
    }
    
    .mobile-language-switcher .lang-option {
        font-size: 18px;
        padding: 5px 15px;
		color: #FFFFFF;
		text-decoration: none;
    }
}

/*-------------------------------------------------------------*/
/*ESTILOS DEL MODAL*/
/* PERSONALIZA EL CONTENEDOR DEL FORMULARIO */
.swal2-content {
	background-color: rgba(255, 255, 255, 0.5); /* BLANCO CON 80% DE OPACIDAD */
	border-radius: 25px;
	padding: 20px;
	max-width: 500px; /* AJUSTA EL ANCHO MÁXIMO DEL FORMULARIO */
	margin: auto; /* CENTRA EL CONTENEDOR */
	display: flex; /* USA FLEXBOX */
	flex-direction: column; /* ALINEA LOS ELEMENTOS VERTICALMENTE */
	align-items: center; /* CENTRA LOS ELEMENTOS HORIZONTALMENTE */
}
.swal2-confirm {
	background-color: #29ABE2 !important;
}

/* ESTILO PARA LOS ELEMENTOS DEL FORMULARIO */
.swal2-input,
.swal2-select,
.swal2-textarea,
	label {
		width: calc(100%); /* REDUCE EL ANCHO DE LOS ELEMENTOS */
		text-align: center; /* CENTRA EL TEXTO DENTRO DE LOS ELEMENTOS */
		font-size: 14px; /* REDUCE EL TAMAÑO DE LA FUENTE */
	}
	/* ESTILO ESPECÍFICO PARA EL CAMPO DE MENSAJE */
	#mensaje {
		width: calc(100%); /* REDUCE EL ANCHO DEL MENSAJE */
		margin-bottom: 10px;
		resize: vertical; /* PERMITE REDIMENSIONAR VERTICALMENTE */
	}
	/* ESTILO PARA DIVIDIR EN DOS COLUMNAS */
	.row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.column {
		flex-basis: calc(50% - 5px);
	}
	/* ESTILO PARA CENTRAR LOS INPUT */
	.swal2-input {
		margin: 0 auto;
		margin-bottom: 20px;
}
			
/* PARA DISPOSITIVOS MÓVILES */
@media only screen and (max-width: 600px) {
	.modal-servicio {
		width: 90%;
		max-width: 90vw;
		height: auto;
		background: url('../img/fondo_modal_phone.png');
		background-size: 100% 100%;
		padding: 20px;
		font-family: 'Roboto-Light', Arial, sans-serif;
		font-size: 15px;
	}
}

/* PARA COMPUTADORAS */
@media only screen and (min-width: 600px) {
	.modal-servicio {
		width: 50%;
		max-width: 800px;
		height: auto;
		background: url('../img/fondo_modal.png');
		background-size: 100% 100%;
		padding: 20px;
		font-family: 'Roboto-Light', Arial, sans-serif;
		font-size: 15px;
	}
}
			
/* ESTILO GENERAL PARA INPUTS Y SELECT */
.swal2-input, .swal2-select, .swal2-textarea {
	background-color: #FFFFFF !important; /* FONDO BLANCO */
	border: 1px solid #29ABE2 !important; /* BORDE DE COLOR GRIS CLARO */
	font-size: 14px !important; /* TAMAÑO DE FUENTE */
	color: #000000; /* COLOR DE TEXTO NEGRO */
}

/* CAMBIA EL COLOR DEL BORDE Y TEXTO AL HACER FOCO */
.swal2-input:focus, .swal2-select:focus {
	border-color: #29ABE2 !important; /* COLOR DE BORDE AL HACER FOCO */
	outline: none !important; /* ELIMINA EL CONTORNO PREDETERMINADO */
}


/*-------------------------------------------------------------*/
/*ELIMINA EL COLOR DE LOS LINK CON FOCO*/
a:active,
a:focus {
	outline: none;
	background-color: transparent !important;
}

/*-------------------------------------------------------------*/
/*STYLE DE LA PAGINA*/
body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* General styles for the main container */
.main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Full height of the viewport */
}

/* Push footer to the bottom */
.footer {
    margin-top: auto; /* Pushes the footer to the bottom of the page */
}

/* Adjustments for the content area */
#sup-page {
    flex: 1; /* Allows this section to take up the remaining space */
}
/*STYLE DEL ERROR*/
.h1-error {
	background-color: #0000FF;
	padding: 10px;
	color: white !important;
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 40px !important;
}
/*STYLE DEL HOME*/
/*SEGMENTO DEL VIDEO*/
.video-container {
	width: 100vw; /* Usar el 100% del ancho de la ventana */
	height: 45vw; /* Mantener la relación de aspecto 16:9 (600px de altura en relación con 1000px de ancho) */
	overflow: hidden;
}
/*SEGMENTO DE EXPERTO*/
.h1-container {
	max-width: 900px; /* Puedes ajustar este valor según tus necesidades */
	margin: 0 auto; /* Esto centrará el contenedor horizontalmente */
	margin-bottom: 80px;
	margin-top: 20px;
}

.h1-expertos {
	background-color: #0000FF;
	padding: 10px;
	color: white !important;
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 60px !important;
}

.titel-card{
	font-family: 'Roboto-Medium', Arial,sans-serif;
	font-size: 45px !important;
	text-align: center;
	color: #0000FF;
}
.body-card{
	font-family: 'Roboto-Regular', Arial,sans-serif;
	text-align: center;
	font-size: 20px;
	
}
/*SEGMENTO ANALITICAS*/
.h1-analitica {
	background-color: #0000FF;
	padding: 10px;
	color: white !important;
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 60px !important;
	margin-bottom: -50px;
}

/*SEGMENTO SOLUCIONES*/
.h1-soluciones {
	max-width: 1300px; /* Puedes ajustar este valor según tus necesidades */
	margin: 0 auto; /* Esto centrará el contenedor horizontalmente */
	margin-bottom: 80px;
	margin-top: 50px !important;
}

.h1-soluciones {
	background-color: #0000FF;
	padding: 10px;
	color: white !important;
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 60px !important;
}
#myTab {
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 20px;
	background-color: #0000FF !important;
	height: 90px !important;
	display: flex;
	justify-content: space-around; /*CENTRA LOS ELEMENTOS*/
	align-items: center; /*ALINEACION EN VERTICAL*/
	padding: 0;
}
@media only screen and (max-width: 600px) {
	#myTab {
	height: 180px !important;
}
.tap-header.active {
	background-color: #0000FF !important;
	color: #FFFFFF !important;
}
.card-img-text {
	flex-direction: column-reverse !important; /*CAMBIA LA ORIENTACION DE LAS DIV*/
}

.card-img-text .image-container,
.card-img-text .content-container {
	width: 100%;
}
}

.tabs-soluciones {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
/* ANULA EL EFECTO POR DEFECTO DE HOVER DEL BOOTSTRAP */
.tap-header {
	color: #FFFFFF !important;
	border: 0 !important;
	border-radius: 0 !important;
	text-align: center; /* Centra el texto */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.tap-header:hover {
	margin-top: -5px;
	border-top: 5px solid #29ABE2 !important;
	border-bottom: none !important;
	
}
.tap-header.active:hover {
	margin-top: -1px;
	border-top: 5px solid #29ABE2 !important;
	border-bottom: none !important;
}
.tap-header.active {
	border-top: 5px solid #0000FF !important;
	border-bottom: none !important;
	background-color: #FFFFFF !important;
	color: #0000FF !important;
	height: 90px !important;
}
.tap-header img {
	margin-bottom: 5px;
	max-width: 100%;
	height: auto;
	margin-top: 5px;
}
.tab-content {
	margin-top: -2px;
}
.card-img-text {
	background: linear-gradient(to bottom, #00008F, #0000FF, #29ABE2); /* Fondo degradado solo para el texto */
	display: flex;
}
.card-img-text .image-container {
	flex: 0 0 auto;
}
.image-container video{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 600px) {
.image-container video{
	width: 100%;
	height: auto;
}	
}
.card-img-text .content-container {
	margin-top: 15px;
	flex: 1;
	color: #FFFFFF; /* Color de texto blanco */
	padding: 55px;
	display: flex;
	flex-direction: column;
}
.content-container-title {
	display: grid;
	align-items: center;
}
.content-container-titel-span{
	margin-top: -15px;
	font-family: 'Roboto-Bold', Arial, sans-serif;
	font-size: 40px;
	font-style: normal;
}
.content-container-text-p{
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 25px;
}

/*SEGMENTO DE CMI*/
.h1-container-cmi {
	max-width: 300px; /* Puedes ajustar este valor según tus necesidades */
	margin: 0 auto; /* Esto centrará el contenedor horizontalmente */
	margin-bottom: 40px;
	margin-top: 40px;
}

.h1-cmi {
	background-color: #0000FF;
	padding: 5px;
	color: white !important;
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 125px !important;
}

.h2-cmi {
	color: #0000FF !important;
	font-family: 'Roboto-Regular', Arial,sans-serif;
	font-size: 70px !important;
}

.h2-vision {
	color: #0000FF !important;
	font-family: 'Roboto-Regular', Arial,sans-serif;
	font-size: 60px !important;
}

@media only screen and (max-width: 600px) {
.h2-vision {
	color: #0000FF !important;
	font-family: 'Roboto-Regular', Arial,sans-serif;
	font-size: 40px !important;
}	
}

.mensajecmi {
	margin: 0; 
	max-width: 800px;
	font-family: 'Roboto-Regular', Arial,sans-serif;
	font-size: 30px !important;
}
.horas {
	color: #0000FF !important;
	font-family: 'Roboto-Black', Arial,sans-serif;
	font-size: 40px !important;
}

@media only screen and (max-width: 600px) {
	.mensajecmi {
		margin: 0; 
		width: 90%;
	}
}

.video360{
	width: 70%;
	height: 540px;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
	.video360{
		width: 100%;
		height: 280px;
	}
}

.video-container-gif {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}
.gif{
    width: 80%;
	height: 872px;
}

@media only screen and (max-width: 600px) {
	.gif{
		width: 90% !important;
		height: 218px !important;
	}
}

/*SEGMENTO DE CLIENTES*/
.h1-clientes {
	max-width: 600px; /* Puedes ajustar este valor según tus necesidades */
	margin: 0 auto; /* Esto centrará el contenedor horizontalmente */
	margin-bottom: 80px;
	margin-top: 20px
}

.h1-clientes {
	background-color: #0000FF;
	padding: 10px;
	color: white !important;
	font-family: 'Roboto-Bold', Arial,sans-serif;
	font-size: 60px !important;
}
/*SEGMENTO DE IMAGENES*/
.imageleft {
	width: 60%;
	height: auto;
	margin-bottom: 40px;
}
.imageright {
	width: 60%;
	height: auto;
	margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
	.imageleft {
		width: 100%;
		height: auto;
	}
	.imageright {
		width: 100%;
		height: auto;
	}
}

/*-------------------------------------------------------------*/
/*ICONO DE WHATSAPP*/
.whatsapp-button {
display: flex;
position: fixed;
bottom: 45px;
right: 20px;
text-decoration: none;
z-index: 1000;
transition: opacity 0.3s ease;
}

.whatsapp-button img {
height: 80px;
width: 80px;
transition: opacity 0.3s ease;
}

.whatsapp-button:hover {
content: url('../img/icono-whatsapp-hover.png'); /* Cambia la imagen en el estado hover */
height: 80px;
width: 80px;
transition: opacity 0.3s ease;
}
/*-------------------------------------------------------------*/
/*FOOTER*/
.pie{
	margin: 0;
	height: 75px;
	background-color: #0000FF;
	color: white !important;
	font-family: 'Roboto-Regular', Arial,sans-serif;
	font-size: 30px !important;
	padding: 15px 0 0 0;
	text-align: center;
	align-items: center;
	align-content: center;
}
@media only screen and (max-width: 600px) {
	.pie{
		margin: 0;
		height: 75px;
		background-color: #0000FF;
		color: white !important;
		font-family: 'Roboto-Regular', Arial,sans-serif;
		font-size: 15px !important;
		padding: 15px 0 0 0;
		text-align: center;
		align-items: center;
		align-content: center;
	}
}
