* {
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.chamada {
    margin: 75px 0;
}

h2 {
    text-align: center;
    
}

h3 {
    text-align: center;
    opacity: 80%;
}

h4 {
    text-align: center;
    opacity: 80%;
}

h6 {
    text-align: center;
    font-weight: 800;
    opacity: 50%;
    
}

p { 
    text-align: center;
}

#capCards {
    margin: auto;
    width: 80%;
    margin-bottom: 50px;
}

#videoGal {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content:space-around;
    align-content: center;
    /* flex-direction: column; */
    /* background-color: black; */
}

#videoGal .youtube {
    align-items: center;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    height: 250px;
    margin: 10px auto;
    /* padding: 50px; */
    width: auto;
    /* background-color:blueviolet; */
}

#videoGal .youtube iframe{
    
    width: 300px;
    padding: 10px;
    /* background-color:blueviolet; */
}

/* #videoGal .youtube h4{
    heig: 3px;
} */