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


body{
    font-family: "Montserrat",sans-serif;
    height: 100%;
}


header{
    width: 100vw;
    background-color: rgb(20, 36, 99);
    height: 16vh;
}

.navbar{
    margin-top: 100px;
display: flex;
justify-content: center;
align-items: center;
height: 16vh;

letter-spacing: 3px;
font-size: 60px;
font-weight: 550;
/*animation: brillo 2s infinite alternate; 
box-shadow: 6px 6px 8px rgba(0, 0, 0, 0);
z-index: 100;


}
@keyframes brillo {
    0%, 100%{
        text-shadow: 0 0 10px #fff,
                     0 0 150px #fff,
                     0 0 20px #ffffff, 0 0 40px #fff;
    }
    50%{
        text-shadow: 0 0 15px #fff, 0 0 25px #fff,0 0 40px #fff;

    }
    */
}


.navtext a{
    margin-top: 50px;
    text-decoration: none;
    color: white;
    margin-left: 10px;
    margin-bottom: 15px;
    line-height: 2;
}

.texto2{
    font-size: 20px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin-left: 180px;
    margin-bottom: 20px;
    color: white;
}



.navbar2{
    background-color: white;
    height: 11vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    padding-right: 5px;
    margin-top: o;
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.navbar2 img{
    width: 40vh;
    height: 10vh;   
    padding-left: 150px; 
    transition: width  height  1s ease;
    transition: 0.4s ease;
}

.navbar2 img:hover{
    width: 41vh;
    height: 11vh;

}


#inicio{
    background-color: #fff;
    color: black;
    font-size: 25px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-color, color 0.6s ease ;

}
#inicio:hover {
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;

}

#conoceme{
    background-color: #fff;
    color: black;
    font-size: 25px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-color, color 0.8s ease;

}
#conoceme:hover {
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    color:white;
    text-decoration: none;

}

#galeria{
    background-color: #fff;
    color: black;
    font-size: 25px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-color, color 0.8s ease;

}
#galeria:hover {
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;

}

#Contactame{
    background-color: #fff;
    color: black;
    font-size: 25px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    margin-right: 250px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: background-color, color 0.8s ease;

}
#Contactame:hover {
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: white;


}

#sigueme{
    background-color: rgb(20, 36, 99);
    color: white;
    font-size: 25px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 8vh;
    width: 15%;
    text-align: center;
    padding-right: 150px;
    padding-left: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 9px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background-color 0.8s ease;

}
#sigueme:hover {
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    text-decoration: none;

}

.navbar{
    margin-bottom: 250px;
}

/* Sección Hero */
.hero {
    height: 90vh; /* Ocupa el 90% del viewport */
    background: url('src/imagen3.TIF') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    color: rgb(20, 36, 99);
    position: relative;
}


.hero .contenido-principal {
    max-width: 80%;
    margin-top: -350px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-left: 150px;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-left: 150px;

}

.hero .botones {
    margin-bottom: 20px;
    margin-left: 150px;

}

.hero .botones .informacion {
    padding: 10px 15px;
    margin: 5px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    color: #007BFF;
    transition: background-color 0.6s ease;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);

}

.hero .botones button:hover {
    background-color: #0056b3;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    color: #fff;

}

.hero .botones .comenzar{
    padding: 10px 15px;
    margin: 5px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);

}

.hero .botones button .comenzar:hover{
    background-color: #fff;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    color: #007BFF;
}

.hero .logos {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero .logos img {
    width: 40px;
    margin: 20px 20px;
    cursor: pointer;
    
}

/* Cuadro Dividido */
.cuadro-dividido{
    position: absolute;
    top: 85%;
    left: 0;
    width: 45%;
    height: 35%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin-left: 150px;
    z-index: 2;
}

.cuadro-dividido .izquierda {
    background-color: #007BFF;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
}

.cuadro .azul h1 {
    font-size: 2rem;
    color: white;
}

.cuadro-dividido .derecha {
    background-color: white;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cuadro-dividido h1 {
    margin:  0;
    font-size: 2rem;
    letter-spacing: 8px;
}

.cuadro-dividido form input{
    padding: 18px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.cuadro-dividido form button{
padding: 18px;
font-size: 1.5rem;
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
margin-right: 50px;
}

.cuadro-dividido form button:hover{
    background-color: #0056b3;
}



/* Sección Difusa */
.seccion-difusa {
    background: url('src/imagen4.TIF') no-repeat center center; /* Foto de fondo */
    background-size: cover; /* Asegura que la foto cubra toda el área */
    position: relative;
    height: 100vh; /* Ajusta la altura de la sección */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    z-index: 0;
}

.seccion-difusa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Blanco con opacidad */
    z-index: 1; /* Coloca la capa difusa sobre la imagen */
}

.seccion-difusa .contenido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%; /* Asegura que haya espacio entre los elementos */
    position: relative;
    z-index: 2; /* Coloca el contenido encima de la capa difusa */
}

.seccion-difusa .texto {
    max-width: 50%; /* Ajusta el tamaño del texto */
}

.seccion-difusa h1 {
    font-size: 2rem;
    margin-bottom: 15px;
font-size: 10vh;
}

.seccion-difusa p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.seccion-difusa button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    width: 30%;
    height: 20%;
}

.seccion-difusa button:hover {
    background-color: #0056b3;
}

/* Estilo para la flecha */
.seccion-difusa button::after {
    margin-left: 10px;
}

.seccion-difusa .imagen-derecha {
    max-width: 45%; /* Limita el tamaño de la imagen */
    height: 8%;
    border-radius: 8px; /* Opcional: para redondear las esquinas */
    z-index: 2;

}

.imagen-derecha img {
    width: 60vh;
    height: 50vh;
    border-radius: 8px;
}

.ubicacion{
text-align: center;
}

.textoUbicacion{
    margin-bottom: 5px;
    font-size: 70px;
    color: #fff;
}
.containerTextoUbi{
    background-color: #0056b3;
    color: #ccc;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0;
    line-height: 1.5;
}



.containerUbi{
    width: 80%;
    aspect-ratio: 1;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius:6px ;
    overflow: hidden;
}

.containerUbi iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

footer{
    background-color: black;
    color: white;
    display: flex;
    text-align: center;
    padding-bottom: 30px;
    justify-content: space-between;
    height: 200px;
    }

    

    .rights p{
        margin-bottom: 70px;
        grid-column: span 4; /*Comando para ocupar las 4 columnas */
        justify-items: center;
        align-items: center;
        margin-right: 10px;
    }
    
    
    footer a{
        color:white;
        text-decoration: none;
        margin: 150px 120px  ;
        margin-bottom: 80px;
    }
    
    
    footer a:hover{
        text-decoration: underline;
    }
    .navboton button:hover{
        text-decoration: underline;
    }

    .rightsText{
        margin: 80px;
    }

    .leftsText{
        margin-top: 90px;
    }

    .leftsText p {
        margin-top: 10px;
    }

    .footerText{
        margin-top: 100px;
        margin-left: 50px;
    }


    /* GALERIA */

/* Section Styles */
.gallery-section {
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  
  .gallery-section h1, .gallery-section h2 {
    margin: 10px 0;
    padding: 10px;
    color: #fff;
    background-color: #333;
    width: 100%;
  }
  
  .gallery-section h1 {
    font-size: 2rem;
  }
  
  .gallery-section h2 {
    font-size: 1.5rem;
  }
  
  /* Gallery Container */
  .gallery-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    max-width: 70%;
    position: relative;
    overflow: hidden;
  }
  
  /* Gallery Images */
  .gallery {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .gallery img {
    max-width: 70%;
    height: auto;
    flex-shrink: 0;
    margin: 0 auto;
  }
  
  /* Navigation Buttons */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
  }
  
  .nav-btn:hover {
    background-color: #555;
  }
  
  .left-btn {
    left: 10px;
  }
  
  .right-btn {
    right: 10px;
  }