/* Estilos generales */
* {
    box-sizing: border-box;
}



a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #007bff;
}

/* Contenedor principal */



.logo {
    font-size: 1.8rem;
    font-weight: bold;
}


.titulo-icono {
    position: absolute;
    left: 70px;
    top: 20px;
    font-size: 1.5em;

}

/* Hero Section */
.hero {
    background-image: url('https://latamtatu.ctv.ar/app/imagenes/web/tatuhombre.jpg');
    /* Ruta a tu imagen */
    background-size: cover;
    /* Hace que la imagen cubra todo el elemento */
    background-position: center;
    padding: 4rem 0;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: black;
    /* Color del texto */
    text-shadow:
        1px 1px 0 white,
        /* Sombra derecha */
        -1px -1px 0 white,
        /* Sombra izquierda */
        1px -1px 0 white,
        /* Sombra arriba */
        -1px 1px 0 white;
    /* Sombra abajo */
}

.hero p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
    color: black;
    /* Color del texto */
    text-shadow:
        1px 1px 0 white,
        /* Sombra derecha */
        -1px -1px 0 white,
        /* Sombra izquierda */
        1px -1px 0 white,
        /* Sombra arriba */
        -1px 1px 0 white;
    /* Sombra abajo */
}

.btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

/* Secciones */
section {
    background-color: #fff;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

/* Pie de página */
footer {
    text-align: center;
    padding: 1.5rem 0;
    background-color: #eee;
}

.logo {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 40px;
}

.hover {
    cursor: pointer;
}
.subtitulo {
    position: relative;
    margin-left: 50px;
    color: #333;
}
.subtitulo {
    position: relative;
    margin-left: 50px;
    color: #333;
}