/* Estilo para centrar todo el contenido en la parte superior de la página */
body {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: flex-start; /* Alinea en la parte superior */
    height: 100vh; /* Altura completa de la ventana */
    margin: 0; /* Elimina márgenes predeterminados */
    padding: 0;
    font-family: Arial, sans-serif; /* Fuente predeterminada */
    background-color: #f4f4f4; /* Color de fondo */
    overflow: hidden;
}

.container {
    background-image: url('camuflaje4.jpg'); /* imagen de fondo del contenedor 
    padding: 20px; /* Espaciado interno */
    border-radius: 0px; /* Bordes redondeados */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Sombra del contenedor */
    display: grid; /* Usa grid para la disposición de los elementos */
    grid-gap: 20px; /* Espaciado entre elementos */
    justify-items: center;
    max-width: 400px; /* Ancho máximo del contenedor */
    min-height: 100vh;
    width: 100%; /* Ancho completo */
    margin-top: 0px; /* Margen superior para espaciar desde el borde superior */
    text-align: center; /* Centra el texto en el contenedor */
}
.normativa-button {
    display: flex;
    background-image: url('camuflaje3.jpg'); 
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    font-size: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(231, 8, 8); /* Color del texto */
    border: none;
    border-radius: 50%;
    text-decoration: none; /* Quita el subrayado del enlace */
    cursor: pointer;
    display: flex;
    width: 350px;
    height: 100px;
    background-size: cover;
    
}
.contacto-button {
    display: flex;
    background-image: url('camuflaje3.jpg'); 
    align-items: center;
    justify-content: center;
    margin-top: -550px;
    font-size: 40px;
    color: rgb(26, 186, 222); /* Color del texto */
    border: none;
    border-radius: 50%;
    text-decoration: none; /* Quita el subrayado del enlace */
    cursor: pointer;
    display: flex;
    width: 750px;
    height: 150px;
    background-size: cover;
    
}
/* Estilo para el botón de atme */
.home-button {
     margin : 5px auto 0px ;
    margin-left: 10px;
    background-image: url('home.png'); 
    color: white; /* Color del texto */
    border: none;
    border-radius: 50%;
    padding: 10px;
    text-decoration: none; /* Quita el subrayado del enlace */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    font-size: 40px;
    color: rgb(222, 26, 118); /* Color del texto */
    border: none;
    text-decoration: none; /* Quita el subrayado del enlace */
    
}

.correo-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -210px;
    font-size: 30px;
    color: rgb(222, 26, 118); /* Color del texto */
    border: none;
    text-decoration: none; /* Quita el subrayado del enlace */
    
}

.logo{
    margin-top: -60px;
    margin: o;
    padding: 0;
}
