

body {
  font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
}


/* Barra de navegación */
.navbar {
    top: 0;
	left: 0;
    width: 99%;
    background: black;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}


.navbar .logo {
	display: inline;
    max-width: 10%; /* El logo nunca será más grande que el 10% del contenedor */
    height: auto; /* Eliminar el valor incorrecto 2000x */
    position: absolute;
    left: auto; /* Ajusta el valor según sea necesario */
    top: 5%;  /* Centra verticalmente */
    transform: translateY(-50%); /* Asegura que esté perfectamente centrado */
	z-index: 1000;
	
}

	.navbar .logo img {
   
	  max-width: 100%; 
    height: auto;


}
.redes{
	display: flex;
	margin-left: 150px;

}

.navbar .redes img {
   
	
    width: 50px;   /* Ajusta el tamaño según lo que necesites */
    height: 50px; Mantiene la proporción original */


}
	



.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
	right: auto;
	padding-left: 100px;
}

.nav-links li {
    display: inline;
	right: auto;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #fbc02d;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.whatsapp-btn img {
    width: 40px;
    height: 40px;
}


.service-item a {
    display: none;
}

/* Sección principal */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    padding: 50px;
    background: linear-gradient(to right, #0033cc, #000066);
    overflow: hidden;
}

.hero-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    left: -40px;
    top: 0;
    width: 110%;
    height: 500%;
    overflow: hidden;
}

.hero-overlay img {
    width: 95%;
}

/* Sección de Servicios */
.services {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
	border-bottom-left-radius: 60px;
}

/* Ajustes generales de cada servicio */
.service-item {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 395px;
	border-bottom-left-radius: 60px;

	
}

/* Ajuste de imágenes dentro de los servicios */
.service-item img {
    width: 210px;
    height: 139px;
	margin-bottom: 240px;
	border-radius: 20px;
 
   
}

/* Estilos de texto */
.service-item h3 {
	color: black;
      font-size: 35px; /* Tamaño de fuente */
      letter-spacing: 13px; /* Ajuste del kerning (espaciado entre caracteres) */
      line-height: 1.6; 
      position: absolute;
  top: 130px;
  left: 20px;
	padding-bottom:0px;
	padding-top: 0px;

    justify-content: center;
			
				}
.service-item h4 {
	color: blue;
	 font-size: 30px; /* Tamaño de fuente */
      letter-spacing: 4px; /* Ajuste del kerning (espaciado entre caracteres) */
      line-height: 1.6; 
  position: absolute;
  top: 165px;
  left: 60px;
	padding-bottom:0px;
	padding-left: 50px;
   
    justify-content: center;
	
}




.service-item p {
	color: black;
    position: absolute;
	top:231px;
	left:20px;
	right:35px;
	font-size: 16px;
 
    justify-content: center;
	
}

.service-item h5{	
	color: blue;
	 font-size: 800px; /* Tamaño de fuente */
      letter-spacing: 4px; /* Ajuste del kerning (espaciado entre caracteres) */
      line-height: 1.6; 
  position: absolute;
  top: 165px;
  left: 60px;
	padding-bottom:0px;
	padding-left: 50px;
   
    justify-content: center;
	
	
	
	
}

/* Corrección del último servicio que estaba más grande */
.services > .service-item:nth-last-child(-n+2):nth-child(odd) {
    grid-column: auto;
   
}



.service-parche{
	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    padding: 50px;
    max-width: 950px;
    margin: 0 auto;
    justify-content: center;

}	

.service-parche img {
  width: 210px;
    height: 139px;
	margin-bottom: 230px;
    
}
	
.service-parche h3, 
.service-parche p {
    position: center;
   
    justify-content: center;
	
}
#acerca-de {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background-color: #ffffff;
}
.contenedor {
    display: flex;
    width: 80%;
    max-width: 1200px;
    align-items: center;
    background: #fff;
	background:url("../imag/rojo.jpg");
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
}

.video {
    flex: 1;
    position: relative;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenido {
    flex: 1;
    background-image:url("../imag/mision.png");
	background: #FFFFFF;
    padding: 40px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.contenido h3 {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 0; /* Reduce el espacio entre h3 y h2 */
    margin-right: 300px;
    margin-top: 10px;
}

.contenido h2 {
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0; /* Elimina espacio extra arriba */
    margin-bottom: 10px;
    background: black;
    -webkit-background-clip: text;
    color: transparent;
}

.contenido p {
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;

}

.azul {
    color: #0055ff;
    font-weight: bold;
}

.decoracion {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 60%;
    height: 10px;
    background: linear-gradient(to right, gold, #b8860b);
    transform: translateX(-50%);
}
.contenedor-logos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    padding: 50px;
    background-color: white;
    flex-direction: column; /* Alinea todo en columna */
}

.logos {
    display: flex;
    width: 100%; /* Ancho total */
    justify-content: center; /* Centra los logos */
    align-items: center;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 50px; /* Ajusta el padding según lo que necesites */
    position: relative;
	right: 1%;
}

.contenedor-logos h2,
.contenedor-logos h3,
.contenedor-logos h4,
.contenedor-logos h5 {
    position: absolute;
    font-size: 30px;
    color: #333;
}

/* Ajusta las posiciones de los textos */
.contenedor-logos h2 {
    top: 21%; /* Ajusta la posición vertical según sea necesario */
	right: 66%;

}

.contenedor-logos h3 {
    top: 20%;
	right: 38%;
}

.contenedor-logos h4 {
   	top: 19%;
	right: 23%;
	 font-size: 28px;
	
}

.contenedor-logos h5 {
    top: 20%;

    font-size: 50px;
    color: black;
}


/* Responsividad */
@media (max-width: 1024px) {
    .services {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        justify-content: center;
    }
	
	
/*
	.service-parche {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        justify-content: center;
    }
	
	

    /* Centrar el último servicio si hay un número impar */
    .services > .service-item:nth-last-child(1):nth-child(odd) {
        grid-column: auto;
        justify-self: center;
    }
}


.Voton {
  display: none;
}

@media (max-width: 768px) {
    .services {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.service-parche {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Pie de página */
/* Estilos Generales */
footer {
    background-color: #121212;
    color: white;
    padding: 30px 50px;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Contenedor Principal */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 20px;
}

/* Sección Izquierda */
.footer-left {
    width: 30%;
}

.logo {
    width: 250px;
    display: block;
    margin-bottom: 15px;
}

.social-icons img {
    width: 35px;
    margin-right: 10px;
}

/* Sección Central */
.footer-center {
    width: 30%;
    text-align: center;
}

.footer-center h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
	
}

.footer-center ul {
    list-style: none;
    padding: 0;
	font-kerning:50px;
	
}

/* Sección Derecha */
.footer-right {
    width: 30%;
}

.footer-right h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer-right ul li img {
    width: 20px;
    margin-right: 10px;
}

/* Mapa de Cobertura */
.footer-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.mapa-img {
    width: 150px;
    margin-right: 15px;
}

.footer-map-container p {
    font-size: 1em;
}

/* Aviso de Privacidad */
.footer-privacy {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
}

.footer-privacy a {
    color: #FFD700;
    text-decoration: none;
}

.footer-privacy a:hover {
    text-decoration: underline;
}