#base-de-datos{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    margin-top: 30px;
    background-color: #fafafa;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
    
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

#base-de-datos #titulo-db, #base-de-datos-predictores #titulo-db, #base-de-datos-estructura #titulo-db{
    width: 100%;
    text-align: center;

    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    color: var(--rojoL);
}


#base-de-datos-estructura, #base-de-datos-predictores{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    margin-top: 30px;
    background-color: #fafafa;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 20px;
    
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.elemento-bd{
    margin-top: 40px;
    margin-bottom: 40px;
}

.elemento-bd a{
    color: var(--blue);
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2em;
    font-family: 'Roboto',sans-serif;
    cursor: pointer;
}

.elemento-bd a::before{
    margin-right: 15px;
}

.elemento-bd a:hover{
    text-decoration: underline;
    font-size: 1.3em;
}

#seminarios-YT{
    width: 90%;
    min-height: 300px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    padding-bottom: 70px;
}

.seminario-row {
    width: 300px;
    margin: 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    border:1px solid #eee;
    border-radius: 10px;
}

.seminario-row iframe {
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 10px;
}

.seminario-titulo{
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
    text-transform: capitalize;
    width: 90%;
    margin-left: 10px;
    margin-bottom: 20px;
}

.seminario-feha2{
    font-family: 'Montserrat',sans-serif;
    text-transform: capitalize;
    width: 90%;
    margin-left: 10px;
    margin-bottom: 20px;
}

.year-cat{
    width: 100%;
    height: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: 'Josefin Sans',sans-serif;
    text-transform: capitalize;
}

@media (min-width:1300px) and (max-width:1600px){
    .seminario-row{
        width: 200px;
    }
}