@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

*
{
    font-family: 'Roboto', sans-serif;
    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;
}

/*
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: -20px;
    padding: 50px;
    background: linear-gradient(to top, #551e63, #a84abf  );
    color: white;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.contenido {
    align-items: center;
    padding: 30px 110px; 
    padding-top: 80px;
    line-height: 1.5;
}

.contenido li
{
    list-style:circle;
}

.contenido-hijo1
{
    justify-content: center;
    padding: 50px;
}

.contenido-hijo1 img
{
    max-width: 640px;
    max-height: none;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3.5%;
}

.contenedor-video
{
    padding: 30px 110px; 
    border:  5px solid rgba(21, 112, 51, 0.5);
    border-radius: 10px;
}

.contenedor-video h2
{
    text-align: center;
    margin-bottom: 5px;
}

.cuerpo {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: justify;
    padding: 20px; 
}

.sub-titulo {
    padding: 5px 20px 0;
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    text-align: justify;
    line-height: 1.25;
}


.etiquetas
{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}


.boton
{
    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;
}

.contenedor-boton
{
    margin-top: 50px; 
    padding: 80px;
}


/*
    estilos de Joseph B
*/

.contenedor {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 20px;
}


.texto 
{
    max-width: 90%;
    margin-right: 90px;
    text-align: justify;
    font-size: 16px;
}

.texto h2
{
    font-size: 24px;
    font-weight: bold;
    text-align: justify;
    line-height: 1.25;
    padding-bottom: 20px;  
}

.image-contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-contenedor img {
    max-width: 225px;
    max-height: none;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #FFA500;
    border-radius: 2px;
}

.image-contenedor .info {
    background-color: #FFA500; /* Color naranja */
    color: #000; /* Texto negro */
    padding: 10px 20px 2px;
    border-radius: 5px;
    margin-top: 2px;
    transform: translateY(-50%);
    text-align: center;
}

.imagenes-en-columna {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagenes-en-columna img {
    margin-top: 15px;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3.5%;
}