﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

header {
   background-color: #1a1a2e;
    color: white;
    padding: 20px 0;
    text-align: center;
}

    header h1 {
        margin: 0;
        font-size: 2.5rem;
    }

    header p {
        margin: 5px 0 0;
        font-size: 1.2rem;
    }

nav {
    display: flex;
    justify-content: center;
    background-color: #16213e;
    padding: 10px 0;
}

    nav a {
        color: white;
        text-decoration: none;
        margin: 0 15px;
        font-size: 1rem;
    }

        nav a:hover {
            text-decoration: underline;
        }

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://i.ytimg.com/vi/0bwMPRHNFqc/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

    .hero h2 {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .hero p {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .hero button {
        background-color: #e94560;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
    }

        .hero button:hover {
            background-color: #d13450;
        }

.services {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 50px 20px;
    background-color: #f4f4f9;
}

.service {
    background: white;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}

    .service h3 {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    .service p {
        font-size: 1rem;
    }



.cta {
    background-color: #16213e;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

    .cta h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .cta button {
        background-color: #e94560;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
    }

        .cta button:hover {
            background-color: #d13450;
        }

footer {
    background-color: #1a1a2e;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 5px;
}

    footer .socials {
        margin: 10px 0;
    }

        footer .socials a {
            color: white;
            text-decoration: none;
            margin: 0 10px;
            font-size: 1.2rem;
        }

            footer .socials a:hover {
                color: #e94560;
            }

.info-btn {
    background-color: #e94560;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

    .info-btn:hover {
        background-color: #d13450;
        transform: scale(1.05);
    }

.hidden-info {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background-color: #fff;
    border-left: 5px solid #e94560;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    text-align: left;
}
/* Estilo del botón de "Contáctanos ahora" */
.cta button {
    background-color: #e94560;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
}

    .cta button:hover {
        background-color: #d13450;
    }

/* Estilo del Pop-up */
.popup {
    display: none; /* Inicialmente oculto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

.popup-close {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

    .popup-close:hover {
        color: #e94560;
    }

form label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-weight: bold;
}

form input,
form select,
form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    background-color: #e94560;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

    form button:hover {
        background-color: #d13450;
    }


service-benefits {
    margin-top: 15px;    
    font-size: 0.9em;
    color: #333;
}
