body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #212529;
}

header {
    background-color: #a52a2a;
    color: white;
    text-align: center;
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
}

.whatsapp-button {
    background-color: #128c7e;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 8px;
    transition: background 0.3s;
}

.whatsapp-button:hover {
    background-color: #075e54;
}

nav {
    background-color: #800000;
    padding: 12px;
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ffcccb;
}

.hero {
    text-align: center;
    padding: 60px 20px;
    background-image: url('fondo_tarot.avif');
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.content {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.content-image {
    margin: 0px auto;
}

.row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
}

.box {
    background-color: #fff;
    border-radius: 12px;
    padding: 0rem;
    text-align: center;
}

.box img {
    width: 280px;
    height: 280px;
    border-radius: 10px;
}

.box h2 {
    font-size: 1.4rem;
    margin-bottom: 0rem;
}

.box p {
    font-size: 1rem;
    line-height: 1.5;
}

.additional-image {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    border-radius: 8px;
}

.row-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
}
.box-2 {
    background-color: #fff;
    border-radius: 12px;
    padding: 0rem;
    text-align: center;
}

.box-2 img {
    height: 400px;
    border-radius: 10px;
}

.profile-image {
    display: block;
    margin: 0 auto;
    height: 500px;
}

.whatsapp-icon {
    display: block;
    text-align: center;
    background-color: #128c7e;
    color: white;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 15px;
    transition: background 0.3s;
}

.whatsapp-icon:hover {
    background-color: #075e54;
}

.info-button {
    background-color: #8b0000;
    color: white;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    font-size: 20px;
    transition: background 0.3s;
}

.info-button:hover {
    background-color: #600000;
}

/* Sección Final de Contáctame */
#esperanza {
    background-color: #fddede;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
}

#contactame {
    background-color: #a52a2a;
    color: white;
    padding: 25px;
    text-align: center;
    margin-top: 30px;
    border-radius: 12px;
}

#contactame h2 {
    margin-bottom: 12px;
}

#contactame p {
    font-size: 18px;
    margin: 12px 0;
}

.content-2 {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
}

.link-tyc {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
