/* Reset CSS */

{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: linotype-vectora, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}

.video-header {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header-img {
    width: 100%;
    height: auto;
}

.intro, .video-section, .methodology, .testimonials, .info {
    margin: 40px 0;
}

.title {
    font-family: "field-gothic-xwide", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 0px;
}

.author {
    font-family: "work-sans", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 18px;
margin-top: 0px;
margin-bottom: 0px;
}

.description, p {
    font-family: linotype-vectora, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
    line-height: 1.6;
margin-top: 40px;
}

.bordered {
    background-color: #333333; /* Fondo color azul */
    color: #fff; /* Texto blanco para contrastar */
    border-radius: 30px; /* Bordes redondeados */
    padding: 35px; /* Espaciado interior */
    margin-bottom: 20px; /* Espaciado entre secciones */
}

h1, h2 {
    color: #fff;
    font-weight: bold;
margin-top: 40px;
}


.overlay a {
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    line-height: 2.8;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background {
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    size: cover;
    z-index: 1;
    filter: brightness(0.7);
}

footer {
    text-align: left;
    padding: 20px;
    background-color: #000;
    width: 100%; 
    box-sizing: border-box;
}


.footer-img {
    max-width: 100px; /* Ajusta este valor según sea necesario */
    width: 100%; /* Para hacer que la imagen sea responsive */
    height: auto; /* Mantiene la proporción de la imagen */
    display: block; /* Asegura que la imagen se comporte como un bloque */
    margin-left: -15px; /* Alinea la imagen a la izquierda */
}

a {
    color: #ffcc00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
