@import url('https://cdn.jsdelivr.net/gh/skb10x/Gilroy-SATV@main/Gilroy.css');

/* === Reset + estilo general === */
body {
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    background: linear-gradient(145deg, #e0e6ed, #f9f9f9);
    color: #333;
    overflow-x: hidden;
    text-align: center;
}

* {
    font-family: 'Gilroy' !important;
    box-sizing: border-box;
}

img.thumbnail-img {
    width: auto;
    margin-right: 1em;
    height: 15.9em;
    margin-left: -5em;
    position: absolute;
    margin-top: -0.97em;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

section h2 {
    text-align: center;
}

/* Header con blur */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 1.8em;
    max-width: 75em;
    margin: 0 auto;
}

.logo {
    font-size: 1.8em;
    font-weight: bold;
    color: #0078d4;
}

/* Navbar */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 1.5em;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    text-decoration: none;
    color: #0078d4;
    font-weight: 600;
    padding: 0.5em 0.75em;
    border-radius: 0.5em;
    transition: all 0.3s;
}

.nav-menu a:hover {
    background: #0078d4;
    color: #fff;
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background: none;
    border: none;
    color: #0078d4;
    font-weight: 600;
    cursor: pointer;
    font-size: 1em;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    min-width: 160px;
}

.dropdown-content a {
    display: block;
    padding: 10px 14px;
    color: #0078d4;
    text-decoration: none;
    text-align: left;
}

.dropdown-content a:hover {
    background: #0078d4;
    color: white;
}

.dropdown.show .dropdown-content {
    display: block;
}

/* Hero + Sections */
.hero {
    margin-top: 8em;
    text-align: center;
    padding: 5em 1em;
}

section {
    background: rgba(255, 255, 255, 0.8);
    margin: 3em auto;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1);
    width: 75em;
    text-align: justify;
}

input,
button {
    width: 100%;
    padding: 0.8em;
    margin: 0.5em 0;
    border-radius: 0.5em;
    border: 1px solid #ccc;
}

button {
    background: #0078d4;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #1a73e8;
}

.google-btn {
    background: white;
    color: #333;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

/* Footer */
footer {
    padding: 1.2em;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
}

/* Contenedor principal */
.entry {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 0.3em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin: 20px auto;
    padding: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: justify;
    width: 75em;
}

.entry:hover {}

/* Imagen miniatura */
.thumbnail {
    margin-right: 16px;
    border-radius: 8px;
    overflow: hidden;
    width: 22.1em;
    margin-top: 0.7em;
    margin-left: 0.6em;
}

.thumbnail img {
    width: 102%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbnail img:hover {}

/* Contenido a la derecha */
.content {
    flex: 1;
}

.content {
    margin-left: 26em;
}

.title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
    line-height: 1.3;
}

.synopsis {
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.cta {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 12px;
}

.river {
    color: #c1121f;
    font-weight: 600;
}

.boca {
    color: #003566;
    font-weight: 600;
}

/* Botón tipo Blogger moderno */
button {
    color: #1a73e8;
    border: 2px solid #1a73e8;
    padding: 8px 18px;
    font-size: 0.9rem;
    border-radius: 0.3em;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 12em;
    margin-top: 0em;
}

button:hover {
    background-color: #1a73e8;
    color: #fff;
}

/* Responsivo (mobile) */
@media (max-width: 600px) {
    .entry {
        flex-direction: column;
        text-align: center;
    }

    .thumbnail {
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .title {
        font-size: 1rem;
    }

    .synopsis {
        font-size: 0.9rem;
    }

    button {
        font-size: 0.85rem;
    }
}