
*
{
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/9189.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}



/* Estilos del pie de página */
footer {
    text-align: center; /* Centrar texto */
    background-color: rgba(16, 25, 22, 0.5); /* Fondo semitransparente */
    color: #fff; /* Texto blanco */
    padding: 20px; /* Relleno interno de 20px */
}

/*
Estilos contenido de la pagina
*/

.contenedor1 {
    position: static;
    max-width: 1000px;
    margin: auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner-imagen {
    width: 100%;
    height: 525px;
}

.title {
    position: relative;
    top: 40px;
    padding: 50px;
    background: linear-gradient(to top, #551e63, #a84abf  );
    color: white;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; /* Ajusta el espacio entre las líneas */
}

.contenido {
    padding: 100px;
    padding-top: 150px;
    align-items: center;
}

.referencia {
    margin-bottom: 10px;
    padding: 20px;
    font-size: 16px;
    margin:auto; 
    text-align: justify;
}


a {
    word-wrap: break-word;
}

.boton
{
    margin: auto;
    padding: 50px; 
    display: flex;
    transform: translate(0, 50%);
    justify-content: center;
}

.boton-item {
    position: relative;
    margin-right: 20px; /* Añade espacio entre los elementos */
    text-decoration: none;
    color: white;
    background: linear-gradient(to top, #551e63, #a84abf  );
    border-radius: 5%;
    padding: 15px;
}
