body, html {
    height: 100%;
    font-family: Arial, sans-serif;
    background-image: url("images/fondo.jpg");
    color: #fff; 
}

.container {
    display: flex;
    height: 100vh; 
    align-items: center; 
    justify-content: center; 
    text-align: center;
}

.left-side, .right-side {
    flex: 1;
}

.responsive-image {
    max-width: 105%;
    height: auto;
    display: block;
}

.right-side {
    padding: 0 50px;
}

h1 {
    margin-bottom: 20px;
    font-size: 2.5rem; 
}

p {
    margin-bottom: 20px;
    font-size: 1rem; 
    color: #fff; 
}

.social-media a {
    color: #fff; 
    font-size: 24px; 
    margin: 0 10px;
}

.social-media a:hover {
    color: #aaa; 
}
#hetich {
    border-radius: 15px; 
}



.boton-visitar {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #ff0000; 
    color: #ffffff; 
    text-decoration: none; 
    border-radius: 5px; 
    font-weight: bold; 
    transition: background-color 0.3s; 
}

.boton-visitar:hover {
    background-color: #cc0000; 
}




.logo-hardsan {
    max-width: 100%; 
    height: auto; 
}
