/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body

	{
 		background: #fff;
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */ 

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */



.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
				  background: linear-gradient(135deg, #1abc9c, #3498db);
				  flex-direction: column;
		
	}
	
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(5);
                    transform: scaleY(5); } }

.preloader-img {
    width: 250px;
    height: auto;
    margin-bottom: 30px; /* Espacio entre la imagen y la animación */
	animation: zoomInOut 1.5s infinite ease-in-out;
}


@keyframes zoomInOut {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(3.1); }
}
.sk-spinner-wave {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}



/* end preloader */

/* start header */

header {
	
		background: linear-gradient(270deg, #ffffff, #3b82f6, #9333ea);
		background-size: 400% 400%;
		animation: gradientAnimation 10s infinite alternate;
	
	
	
	
    color: black; /* Cambia el color del texto para que sea legible */
    padding: 15px 0;
    border-bottom: 2px solid #ddd; /* Opcional: una línea sutil en la parte inferior */
}
/* Animación del degradado */
@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
/* Asegurar que el header esté alineado correctamente */
.header-content {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between; /* Distribuir elementos a los extremos */
    align-items: center;
    padding: 10px 0;
}
.logo-container img {
    max-width: 100px; /* Ajusta el tamaño del logo */
    height: auto;
}

.brand-name {
    flex-grow: 1;
    text-align: center;
}

.contact-info {
	font-family: 'Playfair Display', serif; /* Usa la misma fuente del logo */
    font-weight: bold; /* Si es necesario que se vea más fuerte */
    font-size: 12px; /* Ajusta según lo necesites */
    color: #2c3e50; /* Mismo color del logo */
}
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    .contact-info p {
        font-size: 14px; /* Ajusta el tamaño del texto */
    }
}
/* Enlace del correo */
.contact-info a {
    color: #1abc9c;
    text-decoration: none;
    font-weight: bold;
	
}

.contact-info a:hover {
    text-decoration: underline;
	
}
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
	
	
/* end header */

/* start nagivation */


/* Estilos base del menú */
.navbar-nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #000 !important; /* Letra negra */
	text-transform: capitalize;
	letter-spacing: 0.1px;
	font-weight: 100;
	font-family: "Poppins", "Segoe UI", sans-serif;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    display: block;
    text-decoration: none;
    position: relative;
	padding-bottom: 10px; /* Espacio interno debajo */
}

/* Efecto de brillo azul al pasar el mouse */
@media (min-width: 768px) {
    .navbar-nav li a:hover {
        color: #000 !important;
        text-shadow: 0px 0px 10px rgba(0, 123, 255, 0.8), 
                     0px 0px 20px rgba(0, 123, 255, 0.6);
    }
}

/* Estilo cuando el enlace está activo (página actual) */
.navbar-nav li a.active {
    color: #000 !important;
    background-color: #007bff !important;
    border-radius: 5px;
    padding: 10px 15px;
    text-shadow: 0px 0px 10px rgba(0, 123, 255, 1), 
                 0px 0px 20px rgba(0, 123, 255, 0.8);
}

/* Ajustes específicos para celulares */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }
    
    .navbar-nav li {
        display: block;
        width: 100%;
    }

    .navbar-nav li a {
        padding: 12px;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
    }
    
    .navbar-nav li a:hover {
        background-color: rgba(0, 123, 255, 0.2) !important;
    }
}
.navbar-brand {
    font-size: 1.8rem; /* Aumenta el tamaño */
    font-weight: 700; /* Hace que resalte más */
    font-family: 'Playfair Display', serif;
    color: #212f3d !important; 
    text-transform: uppercase; /* MAYÚSCULAS */
    letter-spacing: 1px; /* Espaciado entre letras */
    transition: color 0.9s ease-in-out;
}

.navbar-brand:hover {
    color: #f1c40f !important; /* Cambia de color al pasar el mouse */
}
@media (max-width: 768px) {
	body{
		background-color: white !important;
		color: black !important;
	}
}
.navbar-brand {
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeIn 1.8s ease-in-out forwards;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Separa los elementos */
    padding: 10px 20px;
	background: linear-gradient(270deg, #ffffff, #3b82f6, #9333ea);
    background-size: 400% 400%;
    animation: gradientAnimation 10s infinite alternate;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/* Ajusta el logo */
.logo-container img {
    height: 80px;
    margin-right: 20px;
}

/* Estilo del nombre */
.brand-name h1 {
    font-size: 24px;
	font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin: 0;
}

/* Estilos de contacto */
.contact-info {
    text-align: right;
    font-size: 14px;
}
.contact-info p {
    margin: 5px 0;
	font-family: 'Playfair Display', serif; /* Mismo estilo que el título */
}


@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-default
	{
		background: linear-gradient(270deg, #ffffff, #3b82f6, #9333ea);
		background-size: 400% 400%;
		animation: gradientAnimation 10s infinite alternate;

		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
	/* Animación del degradado */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
} 
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}



/* end navigation */


h1::before,


/* start home */
h1 {
	font-family: 'Playfair Display', serif; /* Fuente clásica y elegante */
    font-size: 40px;
    font-weight: 700;
    color: #222; /* Texto oscuro para contraste */
    text-align: center;
    text-transform: uppercase; /* Todo en mayúsculas */
    letter-spacing: 2px;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 90%;
    word-wrap: break-word;
    position: relative;
    overflow: hidden;
}

/* Efecto de brillo en azul */
h1::after {
    content: "";
    position: absolute;
    left: -100%;
	bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #0056b3, transparent);
    animation: shineEffect 3s infinite linear;
	
}

/* Animación de brillo */
@keyframes shineEffect {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: -100%; }
}


/* Estilo para el <span> dentro del h1 */
h1 span {
    color: #0056b3; /* Azul corporativo */
    font-weight: 800;
	text-shadow: 0 0 8px #0056b3, 0 0 15px #0056b3; /* Mayor brillo */
    text-shadow: 0 0 5px #0056b3, 0 0 10px #0056b3; /* Brillo azul más sutil */
}

/* 📱 Estilos Responsivos para Móviles */
@media (max-width: 768px) {
    h1 {
        font-family: "Playfair Display", serif; /* Fuente elegante para móvil */
        font-size: 28px; /* Ajuste de tamaño en móviles */
        letter-spacing: 1px;
        padding: 15px;
    }

    h1::after {
        height: 2px; /* Línea de brillo más delgada en móviles */
    }

    h1 span {
        text-shadow: 0 0 3px #0056b3, 0 0 6px #0056b3; /* Brillo más suave */
    }
}

#home
	{
		position: relative;
	 /* Fondo que cubre todo sin espacios negros */
	 background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), 
	 url('../images/home-bg.jpg') no-repeat center center;
 background-size: cover; /* Se ajusta sin dejar espacios */
 background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
    padding: 0 20px;
	overflow: hidden;
	cursor: pointer; /* Indica que se puede hacer clic */
	 /* Transición suave */
	 transition: transform 0.5s ease-in-out;
}
/* Cuando se activa la clase "zoom-out", la imagen se aleja */
#home.zoom-out {
    transform: scale(0.8); /* Reduce el tamaño para mostrar más de la imagen */
}
/* Para mejorar la vista en móviles */
@media (max-width: 768px) {
    #home {
        background-attachment: scroll;
        background-size: cover; 
        background-position: center;
		padding: 20px;
    }
}
	
#home h1 {
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    padding-bottom: 10px;
    word-wrap: break-word; /* Asegura que las palabras se ajusten */
    white-space: normal; /* Permite que el texto pase a otra línea */
    max-width: 100%;
}

#home h1 span {
    color: #ffffff;
    font-weight: bold;
}

/* Ajustes para tablets y móviles medianos */
@media screen and (max-width: 768px) {
    #home h1 {
        font-size: 20px; /* Tamaño legible */
        line-height: 1.2; /* Espaciado entre líneas */
        padding: 0 10px; /* Espaciado lateral */
        text-align: center; /* Asegura que esté centrado */
        word-break: keep-all; /* Evita cortes raros */
    }
    
    #home .btn {
        width: 160px; /* Ajuste para que el botón no se desborde */
        height: 50px;
        font-size: 14px;
        padding-top: 12px;
    }
}

/* Ajustes para celulares más pequeños (menos de 480px) */
@media screen and (max-width: 480px) {
    #home h1 {
        font-size: 10px; /* Reduce el tamaño para móviles pequeños */
        line-height: 1.2;
        padding: 0 10px; /* Asegura que haya espacio a los lados */
        white-space: normal; /* Permite que el texto se ajuste */
    }

    #home .btn {
        width: 100px; /* Reduce el ancho del botón */
        height: 45px;
        font-size: 13px;
        padding-top: 10px;
    }
}



	#home .btn {
		background: #007BFF; /* Color de fondo azul */
		border-radius: 2px;
		color: #fff; /* Texto en blanco */
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	/* Efecto al pasar el mouse */
	#home .btn:hover {
		background: #0056b3; /* Azul más oscuro al pasar el mouse */
	}
/* Adaptación para móviles */
@media screen and (max-width: 768px) {
    #home .btn {
        width: 100%; /* Se ajusta al ancho de la pantalla */
        max-width: 200px;
        height: 55px;
        font-size: 14px;
    }
}

	.element {
    color:  #ffffff; 
	max-width: 80%; /* Limita el ancho para mejor legibilidad */
    margin: auto; /* Centra el bloque */
	padding: 20px;
	
    
}


#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}



/* end home */






/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
	#about .media-heading-wrapper .fa {
		border: 2px solid #fff; /* Borde más notorio */
		border-radius: 8px; /* Esquinas más redondeadas */
		color: #fff;
		font-size: 26px;
		width: 65px;
		height: 65px;
		line-height: 65px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
		background: linear-gradient(135deg, #007BFF, #6A0DAD); /* Degradado azul a morado */
		transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
	}
	
	/* Efecto al pasar el mouse: cambio de colores */
	#about .media-heading-wrapper .fa:hover {
		background: linear-gradient(135deg, #8B0000, #ffffff); /* Rojo sangre a blanco */
		color: #000; /* Texto negro */
		border-color: #8B0000;
	}
	
	/* Ajuste para móviles */
	@media (max-width: 768px) {
		#about .media-heading-wrapper .fa {
			font-size: 20px;
			width: 50px;
			height: 50px;
			line-height: 50px;
			border-radius: 6px; /* Bordes un poco más redondeados */
		}
	}
	
	#about .media-heading-wrapper h3 {
		font-size: 16px; /* Tamaño más pequeño */
		font-weight: bold;
		padding-top: 15px;
		padding-left: 40px;
		color: white;
		text-align: center;
		animation: glowText 2s infinite alternate;
		transition: color 0.3s ease-in-out;
	}
	
	/* Animación de brillo */
	@keyframes glowText {
		0% { text-shadow: 0 0 5px #007bff, 0 0 10px #6a0dad; }
		50% { text-shadow: 0 0 15px #8b0000, 0 0 20px #ff0000; }
		100% { text-shadow: 0 0 5px #007bff, 0 0 10px #6a0dad; }
	}
	
	/* Cambio de color al pasar el mouse */
	#about .media-heading-wrapper h3:hover {
		color: #007bff; /* Azul */
		text-shadow: 0 0 10px #007bff;
	}
	
	#about .media-heading-wrapper h3:hover:nth-child(2) {
		color: #6a0dad; /* Morado */
		text-shadow: 0 0 10px #6a0dad;
	}
	
	#about .media-heading-wrapper h3:hover:nth-child(3) {
		color: #8b0000; /* Rojo sangre */
		text-shadow: 0 0 10px #8b0000;
	}
	
	/* Ajuste responsivo para móviles */
	@media (max-width: 768px) {
		#about .media-heading-wrapper h3 {
			font-size: 14px; /* Más pequeño en móviles */
			padding-left: 20px;
			text-align: center;
		}
	}
	
	
	h2 {
		font-family: "Inter", sans-serif;
		font-size: clamp(28px, 5vw, 44px);
		font-weight: 900;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 2.5px;
		position: relative;
		padding: 20px 0;
		-webkit-text-stroke: 1.5px black; /* Borde del texto */
		background: linear-gradient(45deg, #007BFF, #800080);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: 0 0 10px #007BFF, 0 0 25px #800080, 0 0 40px #007BFF;
		transition: all 0.3s ease-in-out;
	  }
	  
	  /* Cambio de color al pasar el mouse o tocar en móvil */
	  h2:hover, h2:active {
		background: linear-gradient(45deg, #8B0000, #FF0000); /* Rojo sangre */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: 0 0 10px #FF0000, 0 0 25px #8B0000, 0 0 40px #FF0000;
	  }
	  
	  /* Línea animada debajo del texto */
	  h2::after {
		content: "";
		position: absolute;
		bottom: -25px; /* Más espacio con el texto */
		left: 50%;
		width: 50%;
		max-width: 200px;
		height: 4px;
		background: linear-gradient(90deg, #007BFF, #800080);
		border-radius: 3px;
		transform: translateX(-50%);
		animation: movingLine 2s infinite ease-in-out;
	  }
	  
	  /* Animación de la línea */
	  @keyframes movingLine {
		0% { width: 50px; opacity: 0.5; }
		50% { width: 150px; opacity: 1; }
		100% { width: 50px; opacity: 0.5; }
	  }
	  
	  /* Ajustes para móviles */
	  @media (max-width: 768px) {
		h2 {
		  font-size: clamp(24px, 6vw, 38px);
		  letter-spacing: 1.5px;
		  padding: 15px 0;
		}
	  
		h2::after {
		  bottom: -20px;
		  width: 40%;
		  max-width: 120px;
		}
	  }
	  
	  
	  /* Línea animada a lo largo de todo el ancho del título */
	  h2::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0; /* Se ajusta al ancho total de h2 */
		height: 3px;
		background: linear-gradient(90deg, transparent, #007BFF, transparent);
		border-radius: 2px;
		animation: movingLine 2s infinite linear;
	  }
	  
	  /* Animación de la barra que viaja de izquierda a derecha */
	  @keyframes movingLine {
		0% {
		  width: 0%;
		  margin-left: 0%;
		  opacity: 0.7;
		}
		50% {
		  width: 100%;
		  margin-left: 0%;
		  opacity: 1;
		}
		100% {
		  width: 0%;
		  margin-left: 100%;
		  opacity: 0.7;
		} 
	  }
	  
	  /* Estilos responsivos */
	  @media (max-width: 768px) {
		h2 {
		  font-size: clamp(24px, 6vw, 36px);
		  letter-spacing: 1px;
		}
	  }
	  
	
	/* Estilo del texto */
.media-heading {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	color: #fff; /* Blanco puro para contraste */
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding: 12px 24px; /* Ajuste de espaciado */
	display: inline-block;
	margin-bottom: 25px; /* Más separación del contenido */
	
	/* Fondo elegante con transparencia */
	background: rgba(10, 10, 10, 0.7);
	border-radius: 6px;
  
	/* Sombra sutil para profundidad */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  
	/* Transición para efectos suaves */
	transition: all 0.3s ease-in-out;
  }
  
  /* Efecto al pasar el mouse */
  .media-heading:hover {
	background: rgba(20, 20, 20, 0.9); /* Un poco más oscuro */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
	transform: translateY(2px);
  }
  
  /* Estilos responsivos */
  @media (max-width: 768px) {
	.media-heading {
	  font-size: clamp(20px, 5vw, 28px);
	  padding: 10px 20px;
	}
  }
  
	/* Icono de salud */
	.media-object i {
		font-size: 32px;
		color: #007BFF; /* Azul de salud */
		text-shadow: 0 0 10px #007BFF;
	}
		




	.media-body {
		max-width: 900px;  /* Ajuste óptimo en pantallas grandes */
		width: 95%;        /* Adaptabilidad en dispositivos pequeños */
		margin: 30px auto; /* Centrado automático */
	
		/* Fondo más transparente */
		background: rgba(225, 245, 254, 0.5); /* Mayor transparencia */
		border-radius: 12px; /* Bordes suaves */
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Sombra sutil */
	
		/* Espaciado interno */
		padding: 25px;
	
		/* Estilos de texto */
		color: #002244; /* Azul oscuro para mejor contraste */
		font-family: "Open Sans", Arial, sans-serif;
		font-size: clamp(16px, 2vw, 20px);
		line-height: 1.8;
		font-weight: 600;
	
		/* Borde decorativo */
		border-left: 5px solid rgba(0, 153, 204, 0.7); /* Más transparente */
	
		/* Transición suave */
		transition: all 0.3s ease-in-out;
	}
	
	/* Efecto hover en PC */
	@media (hover: hover) {
		.media-body:hover {
			background: rgba(225, 245, 254, 0.6); /* Leve opacidad al pasar el cursor */
			box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
			transform: translateY(-3px);
		}
	}
	
	/* Ajustes para móviles */
	@media (max-width: 768px) {
		.media-body {
			width: 90%;
			padding: 20px;
			border-left: none;
			background: rgba(225, 245, 254, 0.4); /* Aún más transparente en móviles */
			text-align: center;
		}
	}
	
	

	
	.media-body p {
		margin-bottom: 1rem; /* Separación entre párrafos */
	}
	
	.btn {
		margin: 10px;
	}
	  

	




	/* Ajustes responsivos */
	@media (max-width: 768px) {
    
    /* Ajuste del título */
    h2 {
        font-size: clamp(20px, 5vw, 32px);
        letter-spacing: 1px;
        padding: 8px 0;
        -webkit-text-stroke: 1px black;
    }

    /* Ajuste de botones */
    #home .btn {
        width: 140px;
        height: 45px;
        font-size: 12px;
        padding-top: 10px;
    }

    /* Ajuste de iconos */
    #about .media-heading-wrapper .fa {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    /* Ajuste de títulos de secciones */
    .media-heading {
        font-size: clamp(20px, 4vw, 28px);
        padding: 4px 8px;
        letter-spacing: 1px;
    }

    /* Ajuste del contenido */
    .media-body {
        width: 95%;
        padding: 15px;
        font-size: clamp(14px, 4vw, 18px);
    }
}

/* end about */










/* start team */
/*
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
	.servicios-lista {
		list-style: none;
		padding: 0;
		font-size: 18px;
		line-height: 1.6;
	}
	
	.servicios-lista li {
		position: relative;
		padding-left: 35px;
		margin-bottom: 15px;
		background: #2d2323;
		padding: 15px;
		border-radius: 8px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease-in-out;
	}
	
	.servicios-lista li:hover {
		transform: translateX(5px);
	}
	*//*
	.servicios-lista li::before {
		content: "✔";
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
		color: #007BFF; /* Color azul 
		font-weight: bold;
	}
	
	.card {
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card-img-top {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-title {
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 14px;
    color: #666;
}
*/
/* end team */











/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
	


	.servicios-lista {
		list-style: none;
		padding: 0;
		font-family: 'Poppins', sans-serif;
	}
	
	.servicios-lista li {
		font-size: 18px;
		padding: 15px;
		border-radius: 12px;
		margin-bottom: 12px;
		background: rgba(255, 255, 255, 0.3); /* Fondo semi-transparente */
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05); /* Sombra más ligera */
		transition: all 0.4s ease-in-out;
		position: relative;
		color: black;
		overflow: hidden;
		display: flex;
		align-items: center;
		padding-left: 50px;
		backdrop-filter: blur(5px); /* Desenfoque del fondo */
	}
	
	.servicios-lista li strong {
		color: white;
		text-shadow: 2px 2px 5px black;
		font-size: 20px;
		font-weight: 600;
		transition: color 0.4s ease-in-out;
	}
	
	.servicios-lista li::before {
		content: "\f0a4"; /* Ícono FontAwesome */
		font-family: "FontAwesome";
		font-size: 22px;
		position: absolute;
		left: 15px;
		color: #007BFF;
		transition: color 0.4s ease-in-out, transform 0.3s ease-in-out;
	}
	
	.servicios-lista li:hover {
		background: rgba(0, 91, 187, 0.6); /* Azul semi-transparente */
		color: white;
		transform: translateY(-3px);
		box-shadow: 0px 4px 20px rgba(0, 91, 187, 0.5); /* Sombra con iluminación */
	}
	
	.servicios-lista li:hover strong {
		color: #ffde59;
	}
	
	.servicios-lista li:hover::before {
		color: #ffde59;
		transform: rotate(360deg);
	}
	
/* end service */

/* start portfolio */
.modal-content {
    color: black;
    font-size: 16px;
}

		.contenedor-creditos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Espacio entre tarjetas */
}

		/* Estilo del modal */
		.modal {
			display: none; /* Inicialmente oculto */
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.5);
		}

		/* Estilo del contenido dentro del modal */
		.modal-content {
			background-color: white;
			margin: 10% auto;
			padding: 20px;
			width: 50%;
			border-radius: 10px;
			text-align: center;
			display: block; /* Asegurar que el contenido se muestra */
		}

		/* Botón de cierre */
		.close {
			color: #aaa;
			float: right;
			font-size: 28px;
			font-weight: bold;
			cursor: pointer;
		}
		
		
/* BOTÓN MEJORADO */

/* Estilo del modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Contenido del modal */
.modal-contenido {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* Botón para cerrar */
.cerrar {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Botón de "Ver Más Información" */
.btn-ver-mas {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
}

.btn-ver-mas:hover {
    background-color: #0056b3;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#portfolio h2 {
    font-size: 36px;
    font-weight: bold;
    color: #007BFF;
    margin-bottom: 40px;
}

#portfolio h2 span {
    color: #007BFF; /* Color azul para destacar */
}

/* 🌈 Animación fluida de colores con degradado */
@keyframes cambioColores {
    0% { background: linear-gradient(45deg, #ff416c, #ff4b2b); }
    25% { background: linear-gradient(45deg, #ff6a00, #ee0979); }
    50% { background: linear-gradient(45deg, #1E3C72, #2A5298); }
    75% { background: linear-gradient(45deg, #3A6073, #FF512F); }
    100% { background: linear-gradient(45deg, #ff416c, #ff4b2b); }
}

.credito-item {
    animation: cambioColores 6s infinite linear;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.8s ease-in-out;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    will-change: transform, background;
}

/* ✨ Efecto elegante en el título */
.credito-item h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* 🖼 Imagen sin bordes y con iluminación suave */
.credito-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    filter: brightness(1.1);
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out;
}

/* 📱 Ajustes para móviles */
@media screen and (max-width: 768px) {
    .credito-item {
        padding: 15px;
        border-radius: 10px;
    }

    .credito-item h4 {
        font-size: 20px;
    }

    .credito-item img {
        height: 180px;
    }
}

/* 🎯 Cuando lo tocas, se congela en el color actual */
.credito-item:active {
    animation-play-state: paused;
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 223, 0, 0.8);
}

/* 🎯 Al soltar, vuelve a sincronizarse suavemente */
.credito-item {
    animation-play-state: running;
}

/* ✨ Sombra luminosa al pasar el mouse */
.credito-item:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}


#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold; 
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */



/* start organigrama */

/* ====== SECCIÓN DEL ORGANIGRAMA ====== */
#organigrama {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.3); /* Fondo más transparente, pero con contraste */
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease-in-out;
}

/* ====== TÍTULO CON COLORES NÍTIDOS ====== */
#organigrama h1 {
    font-family: "Inter", sans-serif;
    font-size: clamp(28px, 5vw, 40px); /* Tamaño adaptable a PC y móvil */
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #008CFF, #7A00FA, #FF002B, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.6); /* Sombra ligera para más nitidez */
    animation: colorShift 4s infinite alternate ease-in-out;
}

/* ====== ANIMACIÓN DE COLORES EN EL TEXTO ====== */
@keyframes colorShift {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}



/* ====== TARJETAS DEL ORGANIGRAMA ====== */
.organigrama-item {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.15); /* Más transparente pero visible */
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    backdrop-filter: blur(5px); /* Efecto sutil de desenfoque */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ====== EFECTO AL PASAR EL MOUSE ====== */
.organigrama-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
}

/* ====== ANIMACIÓN DE APARICIÓN ====== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ====== RESPONSIVE DESIGN ====== */
@media (max-width: 768px) {
    #organigrama {
        padding: 30px 10px;
    }
    #organigrama h1 {
        font-size: 24px;
    }
    .organigrama-item {
        font-size: 16px;
        padding: 12px;
    }
}


/* 🌟 Contenedor principal del organigrama */
.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    padding: 0 15px;
    overflow-x: auto;
    white-space: nowrap;
}

/* 🔹 Niveles de jerarquía */
.nivel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    flex-wrap: wrap;
}

/* 📦 Cuadros del organigrama */
.cuadro {
    padding: 20px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    min-width: 260px;
    max-width: 320px;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

/* 🎨 Colores degradados más profesionales */
.verde { background: linear-gradient(45deg, #4CAF50, #1E8449); }
.morado { background: linear-gradient(45deg, #8E44AD, #5E3370); }
.azul { background: linear-gradient(45deg, #3498DB, #1A6BA2); }
.azulOscuro { background: linear-gradient(45deg, #2C3E50, #1B2C38); }
.naranja { background: linear-gradient(45deg, #E67E22, #B55307); }

/* 🔗 Líneas de conexión */
.linea-vertical {
    width: 6px;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
}

/* 🏆 Nueva animación: deslizamiento con rebote */
@keyframes slideBounce {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    60% {
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
    }
}

/* ✨ Cambio de color dinámico al tocar */
.cuadro:active, .cuadro:hover {
    background: linear-gradient(45deg, 
        rgba(255, 0, 0, 0.9),  /* Rojo Sangre */
        rgba(138, 43, 226, 0.9),  /* Morado */
        rgba(255, 255, 255, 0.9),  /* Blanco */
        rgba(0, 191, 255, 0.9),  /* Azul */
        rgba(255, 140, 0, 0.9)  /* Naranja */
    );
    color: black;
    transform: scale(1.05);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
    transition: background 0.5s ease, transform 0.2s ease-in-out;
}

/* 🌐 Adaptabilidad móvil */
@media (max-width: 768px) {
    .nivel {
        flex-direction: column;
        gap: 25px;
    }

    .cuadro {
        min-width: 220px;
        font-size: 1.1rem;
    }

    .linea-vertical {
        display: none;
    }
}


/* fin organigrama */


/* INICIO COOPERATIVA */

/* Fondo y video */
body {
	margin: 0;
	padding: 0;
	background: #000; /* Color de respaldo si el video no carga */
  }
  
  #bg-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -1; /* Detrás de todo el contenido */
  }
  
  /* Estilo "papel antiguo" para .recuadros */
  .recuadros {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 20px;
	background: #F8ECD4;       /* Color "papel antiguo" */
	border: 2px solid #8B4513; /* Borde marrón oscuro */
	color: #4B2E00;            /* Texto marrón oscuro */
	font-family: "Cinzel", serif;
	font-size: clamp(16px, 4vw, 20px);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(75, 46, 0, 0.3);
	position: relative;
	text-align: center;
  }
  
  .recuadros::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-radius: 5px;
	background: repeating-linear-gradient(
	  45deg,
	  rgba(0,0,0,0.02),
	  rgba(0,0,0,0.02) 2px,
	  rgba(255,255,255,0.02) 2px,
	  rgba(255,255,255,0.02) 4px
	);
	z-index: 1;
  }
  
  .subtitulo {
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(24px, 5vw, 32px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px; /* Un poco más de espacio entre letras */
	text-align: center;
	margin: 30px 0; /* Mayor separación arriba/abajo */
	position: relative;
  
	/* Degradado en el texto */
	background: linear-gradient(90deg, #007BFF, #00C6FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  
	/* Trazo y sombra para destacar en el fondo */
	-webkit-text-stroke: 2px #000; /* Trazo negro más grueso */
	text-shadow: 3px 3px 8px rgba(0,0,0,0.9), 0 0 15px #00C6FF; /* Sombra más fuerte */
  
	/* Animación de brillo */
	-webkit-animation: glowEffect 2s infinite alternate;
	animation: glowEffect 2s infinite alternate;
  }
  
  /* Eliminamos la línea de abajo */
  .subtitulo::after {
	content: none;
  }
  
  /* Animación de brillo */
  @-webkit-keyframes glowEffect {
	0% {
	  text-shadow: 3px 3px 8px rgba(0,0,0,0.9), 0 0 10px #00C6FF;
	}
	100% {
	  text-shadow: 3px 3px 8px rgba(0,0,0,0.9), 0 0 25px #00C6FF;
	}
  }
  @keyframes glowEffect {
	0% {
	  text-shadow: 3px 3px 8px rgba(0,0,0,0.9), 0 0 10px #00C6FF;
	}
	100% {
	  text-shadow: 3px 3px 8px rgba(0,0,0,0.9), 0 0 25px #00C6FF;
	}
  }
  
  
  /* modern-item con fondo transparente */
  .modern-item {
	margin: 10px 0;
	padding: 12px 18px;
	font-family: "Roboto", sans-serif;
	font-size: clamp(14px, 2vw, 18px);
	color: #00C6FF;
	background: transparent; /* Ahora es completamente transparente */
	border: 1px solid #00C6FF;
	border-radius: 8px;
	text-shadow: 0 0 5px #00C6FF, 0 0 10px #00C6FF; 
	transition: all 0.3s ease;
  }
  .modern-item:hover {
	background: rgba(0, 0, 0, 0.2);
	text-shadow: 0 0 10px #00C6FF, 0 0 20px #00C6FF;
	transform: scale(1.02);
  }
  
  /* FIN COOPERATIVA */
  

/* inicio sarlaft */
#sarlaft {
	font-family: Arial, sans-serif;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding-bottom: 100px; /* Espacio interno debajo */
}

.details {
	display: flex;
	justify-content: space-around;
	background: #f70505;
	padding: 10px;
	border-radius: 5px; 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.attachments-title {
	font-size: 24px;
	color: #444;
	margin-top: 20px;
}
.file-list {
	list-style: none;
	padding: 0;
}
.file-list li {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #6a0dad, #3b0086, #ff0000, #00e5ff); /* Morado, Azul, Rojo Sangre y Cian eléctrico */
    padding: 14px;
    margin: 8px 0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* 🌀 Animación de brillo y movimiento */
.file-list li:hover {
    transform: scale(1.07);
    box-shadow: 0 6px 15px rgba(0, 229, 255, 0.8); /* Brillo cian eléctrico */
    filter: brightness(1.2);
}

/* ✨ Efecto de resplandor dinámico */
.file-list li::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 80%);
    animation: pulseGlow 3s infinite linear;
}

/* 🌀 Efecto de bordes con destellos */
.file-list li::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 3px solid transparent;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.4), transparent);
    mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask-composite: exclude;
    animation: borderPulse 2s infinite alternate ease-in-out;
}

/* 🔥 Animación de iluminación */
@keyframes pulseGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(180deg) scale(1.1);
        opacity: 0.9;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.7;
    }
}

/* ⚡ Animación de bordes con brillo */
@keyframes borderPulse {
    0% {
        border-color: rgba(255, 255, 255, 0.2);
        transform: scale(1);
    }
    100% {
        border-color: rgba(0, 229, 255, 0.9); /* Cian brillante */
        transform: scale(1.02);
    }
}

/* 🔥 Efecto de iluminación dinámico */
.file-list li {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ✨ Animación de brillo */
.file-list li:hover {
    transform: scale(1.07);
    box-shadow: 0 6px 15px rgba(0, 229, 255, 0.8);
    filter: brightness(1.2);
}

/* 🌀 ANIMACIÓN Glow */
.file-list li::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 80%);
    animation: pulseGlow 3s infinite linear;
    z-index: 0;
}

/* ✨ Animación de bordes */
.file-list li::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 3px solid transparent;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.4), transparent);
    mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask-composite: exclude;
    animation: borderPulse 2s infinite alternate ease-in-out;
    z-index: 0;
}

/* 🌟 Botón Mejorado */
.download-btn {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: white;
    font-weight: bold;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ✨ Efecto al pasar el mouse */
.download-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(255, 87, 34, 0.6);
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
    .file-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px;
    }

    .download-btn {
        font-size: 14px;
        padding: 8px 12px;
    }
}

.file-list i {
	color: #d32f2f;
	margin-right: 10px;
}
.file-name {
	flex: 1;
	font-weight: bold;
}
.download-btn {
    background: linear-gradient(135deg, #6a11cb, #2575fc); /* Morado a azul */
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(98, 0, 234, 0.5);
}

/* 🌟 Efecto de resplandor al pasar el mouse */
.download-btn:hover {
    background: linear-gradient(135deg, #7b1fa2, #1e88e5);
    box-shadow: 0 6px 15px rgba(98, 0, 234, 0.8);
    transform: scale(1.05);
}

/* 💥 Efecto de "pulsación" al hacer clic */
.download-btn:active {
    transform: scale(0.9);
    box-shadow: 0 0 25px rgba(98, 0, 234, 1);
}

/* 📱 Adaptabilidad para móviles */
@media (max-width: 768px) {
    .download-btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}

.download-btn:hover {
	background: #0056b3;
}


.sarlaft-subtitulo-h1 {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    text-shadow: 0 0 10px #00e5ff, 0 0 20px #00e5ff, 0 0 30px #6a0dad;
    animation: neonGlow 1.8s infinite alternate ease-in-out;
}

/* ✨ Animación de iluminación neón con colores alternos */
@keyframes neonGlow {
    0% {
        text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 15px #00e5ff;
    }
    50% {
        text-shadow: 0 0 10px #6a0dad, 0 0 20px #6a0dad, 0 0 30px #00e5ff;
    }
    100% {
        text-shadow: 0 0 15px #00e5ff, 0 0 25px #ff00ff, 0 0 35px #6a0dad;
    }
}

/* 📱 Adaptabilidad para móviles */
@media (max-width: 768px) {
    .sarlaft-subtitulo-h1 {
        font-size: 22px;
    }
}



/* fin sarlaft */

/* start contact */
#contact
	{
		background: #202020;
		
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
		
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
.contact-section {
    padding: 50px 0;
    background: #f9f9f9;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}

.contact-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	
}

.contact-card p {
    margin: 10px 0;
}

.social-links {
    margin-top: 20px;
}

.social-icon {
    display: inline-block;
    font-size: 24px;
    margin: 5px;
    color: #fff;
    background: #007bff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 20px;
    transition: 0.3s;
}

.social-icon:hover {
    background: #0056b3;
}

.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
}

.btn-primary {
    background: #007bff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
	
}

.btn-primary:hover {
    background: #0056b3;
}




/* Título animado */
#contactos h2 {
    font-size: 3.9rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}



/* Tarjeta de información */
.contact-card {
    background: rgba(220, 217, 217, 0.1);
    padding: 20px;
    border-radius: 28px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
	display: inline-block;
}


/* Estilos de los íconos */
.contact-card p i {
    font-size: 20px;
    margin-right: 10px;
    color: #f8d210;
}

/* Espaciado del contenido */
.contact-card p {
    font-size: 1.1rem;
    margin: 10px 0;
	
}

#contactos .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-left: 15%; /* Ajusta el porcentaje según lo necesites */
}


#contactos address {
    background: #333; /* Fondo oscuro para destacar */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px; /* Ancho máximo */
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	
}


/* end contact */

/* start copyright */

#copyright {
    padding: 20px;
    background-color: #0ab3f7; /* Asegura que el fondo sea blanco */
}

#copyright p {
    font-weight: 400;
    color: #000; /* Cambia el color del texto a negro */
}



/* fin copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */



/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */


.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    cursor: grab;
    z-index: 1000;
}

.whatsapp-float img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:active {
    cursor: grabbing;
}
