@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 1.6rem;
}

.header {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(250, 250, 250);
    background-color: rgb(49, 51, 49);
}

.header__logo img {
    width: 150px;
}

.main-nav {
    margin-bottom: 0.5px;    
}

.main-nav__list {
    display: flex;
    list-style: none;
}

.main-nav__link {
    margin: 0 2px;
    padding: 2px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    text-align: center;
    color: #fff;
}

.main {
    width: 100vw;
    height: auto;
}

.section-one {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: rgb(81 79 197 / 79%);
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.content-wrapper .tittle {
    font-size: 2.5rem;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-wrapper .texto {
    width: 90%;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Merriweather', serif;
    margin-bottom: auto;
}

.bg-video {
    width: 100%;
    min-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-two {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(72, 126, 206)
}

.contenido-temas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.contenido-proyecto h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Open Sans, Helvetica Neue, sans-serif;
}

.glosario {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-box-shadow: 7px 10px 17px 5px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 7px 10px 17px 5px rgba(0, 0, 0, 0.54);
    box-shadow: 7px 10px 17px 5px rgba(0, 0, 0, 0.54);
}

.imagen-tema {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.imagen-tema img {
    width: 90%;
    height: auto;
    margin-bottom: 0.5px;
    padding-top: 15px;
}

.figcaption {
    padding-top: 10px;
    padding-bottom: 15px;
}

.glosario .titulo-tema {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
}

.glosario .titulo-tema-descripcion {
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Merriweather', serif;
    margin-bottom: 25px;
}

.figcaption {
    font-size: 1rem;
    padding-bottom: 10px;
}

.footer {
    width: 100vw;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    border: 1px solid yellow
}
