@charset "utf-8";

@font-face {
    font-family:"Signika";
    src:url(../fonts/Signika-Regular.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"Myndrain";
    src:url(../fonts/Myndrain.ttf) format("truetype");       /* USADA EN MENUPPOPUP TITULO */
}
@font-face {
    font-family:"DroidSans";
    src:url(../fonts/DroidSans.ttf) format("truetype");       /* USADA EN MENUPPOPUP TITULO */
}
@font-face {
    font-family:"Roboto";
    src:url(../fonts/Roboto-Regular.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"OpenSansLight";
    src:url(../fonts/OpenSans-Light.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"OpenSans";
    src:url(../fonts/OpenSans.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"OpenSansSB";
    src:url(../fonts/OpenSans-SemiBold.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"OpenSansB";
    src:url(../fonts/OpenSans-Bold.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"Segoe-UI-Light";
    src:url(../fonts/Segoe-UI-Light.ttf) format("truetype"); /* USADA */
}
@font-face {
    font-family:"Segoe-UI";
    src:url(../fonts/Segoe-UI.ttf) format("truetype"); /* USADA */
}


:root {
	--primary-color: #0a4a7a;
	--secondary-color: #28a745;
	--accent-color: #ff6b35;
	--light-color: #f8f9fa;
	--dark-color: #343a40;
	--gray-color: #6c757d;
	--sig-color: #5f5f5f;
	--hys-color: chocolate;
}
.bg-light {
	background-color: rgba(241, 242, 243, 1) !important;
}

* {
	margin: 0;
    padding: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: var(--dark-color);
	line-height: 1.6;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.clear { clear: both; }

/* Header */
.header {
	height: 100px;
	background-color: white;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
}

.logo-container {
	display: flex;
	align-items: center;
}

.logo-text {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-left: 10px;
}

.logo-text span {
	color: var(--accent-color);
}

.nav-link {
	color: var(--dark-color) !important;
	font-weight: 500;
	margin: 0 10px;
	transition: color 0.3s;
}

.nav-link:hover {
	color: var(--primary-color) !important;
}

.btn-demo {
	background-color: var(--accent-color);
	color: white;
	padding: 8px 20px;
	border-radius: 30px;
	font-weight: 600;
	border: none;
	transition: all 0.3s;
}

.btn-demo:hover {
	background-color: #e05a2b;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* Carousel */
.carousel-section {
	margin-top: 100px;
	height: 400px;
	overflow: hidden;
}

.carousel-item {
	height: 400px;
	background-size: cover;
	background-position: center;
}

/* Imágenes de fondo para cada slide */
/*
.carousel-item:nth-child(1) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1560472354-b33ff0c44a43?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2025&q=80');
}
.carousel-item:nth-child(2) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1542744095-fcf48d80b0fd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
}
.carousel-item:nth-child(3) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
}
*/
.carousel-item:nth-child(1) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
		url('/img/carousel/banner0.jpg?auto=format&fit=crop&w=2025&q=80');
}
.carousel-item:nth-child(2) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
		url('/img/carousel/banner5-w1k.jpg?auto=format&fit=crop&w=2025&q=80');
}
.carousel-item:nth-child(3) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
		url('/img/carousel/banner10-w1k.jpg?auto=format&fit=crop&w=2025&q=80');
}

.carousel-item:nth-child(4) {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), 
		url('/img/carousel/collage-w1.4k.jpg?auto=format&fit=crop&w=2025&q=80');
}


.carousel-overlay {
	background-color: rgba(10, 74, 122, 0.4); /* 0.7); */
	height: 100%;
	display: flex;
	align-items: center;
}

.carousel-content {
	color: white;
	max-width: 700px;
}

.carousel-content h1 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.carousel-content p {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.btn-primary-custom {
	background-color: var(--secondary-color);
	border: none;
	padding: 12px 30px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.3s;
}

.btn-primary-custom:hover {
	background-color: #218838;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Secciones */
.section-title {
	color: var(--primary-color);
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.section-title:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	background-color: var(--accent-color);
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.module-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
	border: none;
	margin-bottom: 30px;
}

.module-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.module-img {
	height: 200px;
	background-color: #e0e5e9; /* #f0f5f9;*/
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 4rem;
}

.module-content {
	padding: 25px;
}

.module-icon {
	color: var(--primary-color);
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.feature-icon {
	width: 60px;
	height: 60px;
	background-color: rgba(10, 74, 122, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 1.5rem;
	margin: 0 auto 20px;
}

/* Clientes */
.client-logo {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s;
}

.client-logo:hover {
	filter: grayscale(0);
	opacity: 1;
}

/* CTA Section */
.cta-section {
	background-color: var(--primary-color);
	color: white;
	padding: 80px 0;
}

.cta-section h2 {
	margin-bottom: 30px;
}

/* Footer */
.footer {
	background-color: #1a1a1a;
	color: #ccc;
	padding: 60px 0 30px;
}

.footer-title {
	color: white;
	margin-bottom: 25px;
	font-size: 1.3rem;
}

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

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

.footer-links a {
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: white;
}

.copyright {
	border-top: 1px solid #333;
	padding-top: 20px;
	margin-top: 40px;
	text-align: center;
	color: #888;
}

/* Responsive */
@media (max-width: 768px) {
	.carousel-content h1 {
		font-size: 2rem;
	}

	.carousel-content p {
		font-size: 1rem;
	}

	.logo-text {
		font-size: 1.5rem;
	}
}

/* **** */
.mb-2r { margin-bottom: 2rem!important; }

