@charset "utf-8"; 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: static;
    max-width: 1540px;
    max-height: 850px;
}
body {
    font-family: Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: center 0%;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex; /* aplicar solo en registros-container */
    justify-content: center; /* aplicar solo en registros-container */
    align-items: center; /* aplicar solo en registros-container */
    background-color: #F2F2F2;
    background-size: cover;
}

/* Contenedor principal */
.contenedor {
    overflow-y: hidden;
    opacity: 1;
    background-color: #F2F2F2;
    background-size: cover;
    z-index: 1;
    background-image: url(../img/portada.jpg);
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    position: static;
	justify-content: center;
	align-items: center;
}

/* Encabezado */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    width: 100%;
    z-index: 2; /* Asegura que el header esté sobre la galería */
    position: absolute;
    top: 0;
    max-height: 100%;
	padding: 20px;
}
.logo-container {
    display: flex;
    align-items: center;
    color: #19E7E7;
    margin-left: 170px;
    float: left;
    position: static;
}
.logo {
    width: 100px; /* Ajusta según el tamaño de tu logo */
    height: auto;
    background-image: url(../img/png/logo_np_h2025.png);
}
.logo:hover {
    transform: rotate(-10deg);
    position: relative;
}
.site-name {
    font-size: 2rem;
    font-family: "Boucherie Block";
    color: #1a8484;
    -webkit-box-shadow: inset 0 0;
    box-shadow: inset 0 0;
    text-shadow: 0 0px 0;
    font-style: normal;
    margin-top: 30px;
    border-radius: 100px;
}
.site-name a:hover {
    color: #1a8484;
    font-style: normal;
    font-family: "Boucherie Block";
    font-variant: normal;
    font-weight: lighter;
    text-decoration: none;
}
.site-name a {
    text-decoration: none;
}
/* Menú */
.menu {
    list-style: none;
    display: flex;
    margin-top: 35px;
    margin-right: 150px;
    background-color: rgba(242,242,242,1.00);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    position: static;
    float: right;
}
.menu a:hover {
    color: rgba(26,132,132,1.00);
    font-weight: lighter;
    font-size: 2rem;
    border-radius: 10px;
    text-shadow: 1px 0px;
    text-decoration: none;
}
.menu a {
    color: #1a8484;
    font-size: 2rem;
    transition: color 0.3s;
    font-family: "Boucherie Block";
    font-weight: lighter;
    text-decoration: none;
    border-top-right-radius: 10px;
}
.contenidos {
    width: 1540px;
    height: 450px;
}
/* Pie de página */
footer {
    width: 100%;
    height: 200px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    z-index: 2; /* Asegura que el footer esté sobre la galería */
    bottom: 0;
	padding: 10px;
}
.foot {
    margin-left: 150px;
    background-color: rgba(26,132,132,0.60);
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
    padding-bottom: 25px;
    border-radius: 100px;
    margin-bottom: 70px;
    border-style: hidden;
    position: relative;
    float: left;
}
.foot:hover {
    margin-left: 150px;
    background-color: rgba(26,132,132,0.60);
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
    padding-bottom: 25px;
    border-radius: 100px;
    margin-bottom: 70px;
    border: thin solid #1A8484;
}
.contacto {
    font-size: 3rem;
    float: none;
    font-family: "Boucherie Block";
    border-radius: 100px;
    padding-bottom: 25px;
    text-align: center;
    padding-top: 20px;
    z-index: 1;
}
.contacto a:hover {
    color: #F2F2F2;
    border-radius: 100px;
    text-shadow: 0.5px 0px;
}
.contacto a {
    color: #F2F2F2;
    font-size: 1.5rem;
    border-radius: 100px;
    font-weight: lighter;
    text-decoration: none;
}
.redes-sociales {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 25px;
    margin-right: 170px;
    position: relative;
    float: right;
}
.inst {
    width: 80px;
    display: inline-block; /* o block*/
    transition: transform 0.3s ease;
    position: relative;
    background-image: url(../img/png/inst.png);
}
.inst:hover {
    width: 80px;
    transform: rotate(20deg);
    position: relative;
    border-radius: 100px;
    border-style: solid;
    border-color: #1A8484;
}
.lin {
    width: 80px;
    margin-right: 10px;
    position: relative;
    transition: transform 0.3s ease;
    background-image: url(../img/png/lin.png);
}
.lin:hover {
    width: 80px;
    transform: rotate(20deg);
    position: relative;
    border: medium solid #1A8484;
    border-radius: 100px;
}
h1 {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bolder;
}
.index {
    color: #ffffff;
    text-decoration: none;
}


registro {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.registro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    border-radius: 1px;
}
.registro:hover {
  transform: scale(1.1);
}
.registro:hover img {
    transform: scale(1.1);
    border: 3px solid #19E7E7;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
   
}
/* Diseño de la galería */
.galeria-container {
    position: fixed; /* Hace que la galería no dependa del flujo del documento */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ocupará toda la pantalla */
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    background-color: #f2f2f2;
    z-index: 1; /* Asegura que esté en el fondo */
    background-image: url(../img/png/fondoph___.jpg);
    color: rgba(234,8,12,1.00);
}
.titulo {
    color: #F2F2F2;
    text-align: left;
    font-size: 1.5rem;
    position: relative;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: lighter;
    text-transform: capitalize;
    background-size: cover;
    text-shadow: 0px 0px;
    background-repeat: no-repeat;
    clear: none;
    opacity: 1;
    overflow-x: visible;
    z-index: 2;
    top: 30px;
    width: 100%;
    left: 10px;
    padding-left: 0px;
}
.titulo:hover  {
    text-decoration: none;
    color: rgba(25,231,231,1.00);
}
/* Imagen de la galería */
.galeria img {
    width: 100%; /* Mantiene la proporción de la imagen */
    height: auto;
    object-fit: cover;
    max-width: 100%; /* Ajusta el tamaño máximo para que no sobresalga */
    max-height: 100vh; /* La imagen no será más alta que la pantalla */
    display: block; /* Elimina cualquier espacio extra alrededor de la imagen */
    flex-wrap: wrap;
    z-index: 2;
}
/* Botones de navegación */
.flecha {
    background: none;
    border-style: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}
/* Triángulo izquierdo */
.triangulo-izq {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 30px dashed #1A8484;
}


/* Triángulo derecho */
.triangulo-der {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #1A8484;
}


/* Posición de las flechas */
.izquierda {
    left: 50px;
}
.derecha {
    right: 50px;
}

.modal {
    display: inherit;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-contenido {
    padding: 20px;
    border-radius: 700px;
    width: 700px;
    height: 700px;
    background-color: rgba(26,132,132,0.50);
}
.input.nombre {
    width: 250px;
    margin-left: 105px;
    margin-right: 25px;
    margin-bottom: 5px;
    padding-left: 5px;

}
.input.correo {
    width: 250px;
    margin-left: 105px;
    margin-bottom: 5px;
    margin-right: 25px;
    padding-left: 5px;
}
.input.fono {
    width: 250px;
    margin-left: 105px;
    margin-right: 25px;
    margin-bottom: 5px;
    padding-left: 5px;
}




.nombre {
}
.input.pais {
    width: 250px;
    margin-left: 105px;
    margin-right: 25px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.correo {
}
.fono {
}
.pais {
}
.datos {
    color: #F2F2F2;
    text-align: left;
    float: none;
    margin-left: 100px;
    margin-top: 150px;
    margin-bottom: 30px;
    font-size: xx-large;
}
.enviar {
    margin-left: 500px;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(26,132,132,0.50);
    border: medium dotted rgba(26,132,132,0.80);
    color: #F2F2F2;
    font-family: "Boucherie Cursive", "Boucherie Flared", "Boucherie Frames", "Boucherie Ornaments", "Boucherie Sans", "Boucherie Sans Inline";
    font-size: 2rem;
    text-align: center;
}
.form {
    margin-top: 100px;
    width: 900px;
    height: auto;
}
.textarea {
    width: 450px;
    height: 200px;
    text-align: left;
    text-decoration: none;
    background-clip: content-box;
    margin-left: 100px;
    color: #1A8484;
    margin-bottom: 30px;
    border-style: solid;
    border-radius: 5px;
    float: none;
}
.button {
    width: 180px;
    height: 180px;
    float: right;
    margin-right: 250px;
    border-radius: 180px;
    border: medium dotted #1A8484;
    background-color: rgba(242,242,242,0.80);
    color: rgba(26,132,132,0.80);
    font-size: 25px;
    font-family: Stencil;
    text-transform: lowercase;
    font-weight: normal;
}
.button:hover {
    width: 180px;
    height: 180px;
    float: right;
    margin-right: 250px;
    border-radius: 180px;
    border: medium dotted #1A8484;
    background-color: rgba(242,242,242,0.80);
    color: rgba(26,132,132,0.80);
    font-size: 30px;
    font-family: Stencil;
    text-transform: lowercase;
    font-weight: normal;
}

.moda {
}
.macro {
}

/* Registros */
.registros-container {
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 35px;
    position: fixed;
    background-color: #F2F2F2;
}

/* Media Queries para hacer el sitio más responsivo */
@media (max-width: 1024px) {
    .logo-container {
        margin-left: 10px;
    }

    .site-name {
        font-size: 1.5rem;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .menu a {
        font-size: 1.2rem;
    }

    .registros-container {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 50px;
        padding-right: 50px;
    }

    .galeria-container {
        padding: 10px;
    }

    .galeria img {
        max-height: 80vh;
    }
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: center;
    }

    .menu {
        margin-top: 10px;
        width: 100%;
    }

    .foot {
        width: 100%;
        text-align: center;
    }

    .contacto {
        font-size: 1.2rem;
    }

    .registros-container {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 80px;
    }

    .site-name {
        font-size: 1.2rem;
    }

    .menu a {
        font-size: 1.2rem;
    }

    .contacto {
        font-size: 1rem;
    }

    .inst, .lin {
        width: 30px;
    }

    .registros-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
