<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Lastik';  /* Nombre de la fuente */
    src: url('../Lastik-Regular.otf') format('opentype'); /* Ruta de la fuente */
    font-weight: normal;  /* Puede ser 'normal' o 'bold' dependiendo de tu archivo */
    font-style: normal;   /* Puede ser 'normal' o 'italic' dependiendo de tu archivo */
}

body {
    font-family: LastikLastik, sans-serif;
    background-color:rgb(153 153 153 / 22%);
    color: #333;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    margin-top: 20px;
}



.affected-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.affected-card h2 {
    margin-bottom: 10px;
    color: #0056b3;
}

.affected-card img {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

/* Estilos globales */
.modal-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal-content {
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 5px;
}
#modal-image {
    max-width: 100%;
    max-height: 90vh;
    display: block;
}
.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.modal-arrow.left {
    left: 10px;
}

.modal-arrow.right {
    right: 10px;
}

.modal-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    color: #343434;
}

header {
    background-color: #fec551; /* Fondo claro */
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #343434; /* LÃ­nea divisoria */
   
}

header h1 {
    font-size: 2.5rem;
    color: #343434;
    margin: 0;
    font-family: Lastik, serif; /* Fuente solicitada */
}

header p {
    font-size: 1.2rem;
    color: #555;
    
}

header a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
}

header a:hover {
    text-decoration: underline;
}
.heart-counter {
    font-size: 1rem;
    margin-left: 10px;
    color: #e63946;
    display: flex;
    align-items: center;
}

.heart-counter::before {

    margin-right: 5px;
}
.login-btn {
    background-color: #007bff; /* Fondo azul */
    color: #fff; /* Texto blanco */
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.login-btn:hover {
    background-color: #0056b3; /* Azul mÃ¡s oscuro al pasar el cursor */
    transform: scale(1.05); /* PequeÃ±o efecto de aumento */
}

.login-btn:active {
    transform: scale(1); /* Reset del efecto de aumento al hacer clic */
}




.modal {
     /* Ocultar por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asegura que el modal estÃ© sobre otros elementos */
}


/* Estilo para el contenido del modal */
.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
/* Estilo del modal cuando estÃ¡ visible */
.modal.show {
    display: flex;
}
/* Estilo para el botÃ³n que abre el modal de compartir dÃ©cimo */
.share-decimo-btn {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}
#share-decimo-modal {
    display: none; /* El modal estÃ¡ oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    z-index: 1000; /* Asegurarte de que el modal se muestre por encima de otros elementos */
    display: none; /* EspecÃ­ficamente asegurarte de que estÃ© oculto */
    justify-content: center;
    align-items: center;
}
#welcome-modal{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    z-index: 1000; /* Asegurarte de que el modal se muestre por encima de otros elementos */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BotÃ³n de cerrar */
.close-button {
        font-size: 30px;
    font-weight: bold;
    position: static;
    /* top: 10px; */
    /* left: 10px; */
    cursor: pointer;
    float: inline-end;
}
.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#share-decimo-modal .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
#welcome-modal .modal-content {
    background-color: #fff8dc;
    padding: 25px;
    border: 2px solid #f7c948;
    width: 70%;
    text-align: center;
}

#share-decimo-modal .modal-content {
    /* Estilos especÃ­ficos del modal de compartir dÃ©cimos */
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

h2{
      /* max-width: 75%; */
      display: flex;
      flex-direction: column;
      align-content: center;
      /* align-items: stretch; */
      flex-wrap: wrap;
      padding-left: 15%;
      padding-right: 15%;
}

.modal h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.modal p {
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-btn {
    display: inline-block;
    background: #87cdef;
    color: #343434;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.modal-btn:hover {
    background: #0056b3;
}

/* Otros estilos */
main {

    text-align: center;
}

.gallery {
     /* display: flex; */
    /* flex-wrap: wrap; */
    gap: 20px;
    /* justify-content: center; */

    /* flex-direction: column; */
}
/* Estilos para el formulario de inicio de sesiÃ³n */
form {
    background-color: #fec551;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width:80%;
    margin: 0 auto;
}

form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #343434;
}

form input, form select {
        width: 90%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1em;
    }
/* Estilos para la lÃ­nea de enlace */
.account-link {
    display: flex;
    text-align: center;
    font-size: 1.1em;
    color: #343434;
    margin-top: 20px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.account-link a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s, transform 0.3s;
    margin: 0 10px; /* AÃ±adir espacio entre los enlaces */
}

.account-link a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.account-link a:active {
    color: #003366;
    transform: translateY(0);
}

/* Estilo para los enlaces como botones */
.link-button {
    max-width: 40%;
    background-color: #87cdef;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.link-button:hover {
    background-color: #87cdef;
    transform: translateY(-2px);
}

.link-button:active {
    background-color: #003366;
    transform: translateY(0);
}


form input[type="email"], form input[type="password"], form select {
    background-color: #f9f9f9;
}

form button[type="submit"] {
    background-color: #87cdef;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1em;
    width: 100%;
    transition: background-color 0.3s, transform 0.3s;
    max-width: 300px;
}

form button[type="submit"]:hover {
    background-color: #219fdd;
    transform: translateY(-2px);
}

form button[type="submit"]:active {
    background-color: #1e7e34;
    transform: translateY(0);
}

form .logout-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Opcional: para que tenga forma redonda */
    transition: transform 0.3s, opacity 0.3s;
}

.logout-btn:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.logout-btn:active {
    transform: scale(1);
}

.logout-icon {
    width: 24px; /* Ajusta el tamaÃ±o del icono */
    height: 24px;
}


form p {
    text-align: center;
    font-size: 1em;
    color: #343434;
}

form .error {
    color: red;
    text-align: center;
    font-weight: bold;
}

/* Estilos del header */
header h1 {
    text-align: center;
    font-size: 2em;
    margin: 20px 0;
}

/* Estilos para los enlaces del registro */
form p a {
    color: #87cdef;
    text-decoration: none;
}

form p a:hover {
    text-decoration: underline;
}


.gallery-container {
 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    align-content: center;
    justify-content: space-around;
    margin-bottom: 30px;
    }
/* Estilo bÃ¡sico del tooltip */
.tooltip {
    display: none; /* No se muestra por defecto */
    position: absolute;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 10;
    top: -30px;  /* Ajusta segÃºn donde quieras mostrar el tooltip */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

/* Mostrar el tooltip al pasar el mouse */
.heart-counter:hover + .tooltip,
.heart-counter:focus + .tooltip {
    display: block;
    opacity: 1;
}

    .thank-you-message {
        background-color: #fff8dc; /* Fondo suave */
        border: 2px solid #f7c948; /* Borde amarillo suave */
        padding: 30px;
        border-radius: 10px;
        max-width: 600px;
        margin: 40px auto;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .thank-you-message h2 {
        color: #87cdef; /* Color de encabezado */
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .thank-you-message p {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        margin-bottom: 15px;
    }
    
    .thank-you-message button {
        background-color: #f7c948; /* Color de fondo del botÃ³n */
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .thank-you-message button:hover {
        background-color: #f0b200; /* Color de fondo cuando se pasa el ratÃ³n */
    }
.gallery-item {
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
}
textarea {
    width: 100%; /* Igual que los inputs */
    padding: 10px; /* Espaciado interno */
    border: 1px solid #ccc; /* Borde similar a los inputs */
    border-radius: 4px; /* Bordes redondeados */
    font-size: 16px; /* TamaÃ±o de texto */
    box-sizing: border-box; /* Incluir padding en el tamaÃ±o total */
    resize: none; /* Desactivar cambio de tamaÃ±o */
    outline: none; /* Remover el borde azul al enfocar */
}

textarea:focus {
    border-color: #007BFF; /* Cambiar color del borde al enfocar */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Agregar un efecto sutil */
}


#prev-image {
    left: 10px;
}

#next-image {
    right: 10px;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.slider {
    width: 100%;
    height: 200px; /* Altura fija para las imÃ¡genes */
    overflow: hidden;
    position: relative;
    background: #f9f9f9; /* Fondo gris claro para sliders sin imÃ¡genes */
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider img {
    width: auto;
    max-width: 100%;
    display: none; /* Ocultamos las imÃ¡genes inicialmente */
    border-radius: 8px;
}

/* Mostrar la primera imagen */
.slider img:first-child {
    display: block;
}


.details {
    margin-top: 10px;
}

.share-decimo-btn {
 
    padding: 8px 12px;
    background: #87cdef;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.share-decimo-btn:hover {
    background: #0056b3;
}
/* Estilos generales */



.parallax-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra todo el espacio */
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -10; /* Asegura que el video estÃ© detrÃ¡s del contenido */
    filter: opacity(0.7); /* Filtro de opacidad */
    height: 30vh; /* Limitar al 30% de la pantalla en dispositivos pequeÃ±os */
}

/* Media Query para pantallas grandes, como ordenadores */
@media (min-width: 1024px) {
    .parallax-video {
        height: 45vh; /* Ocupa el 100% de la altura de la pantalla en pantallas grandes */
    }
}
</pre></body></html>