/* Estilo básico para o slideshow */
body {
    font-family: Arial, sans-serif;
    background-color: #272b38;
    color: #ffffff;
    line-height: 1.6;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.member img{
    width: 250px;
    height: 300px;
}
img{
    width: 600px;
    height: 300px;
}
.logo{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.menudek {
    text-align: center; /* Alinha os elementos ao centro */
    background-image: url(10004.jpg);
}

.menudek header,
.menudek ul,
.menudek h1 {
    display: inline-block;
    vertical-align: middle; /* Alinha verticalmente ao centro */
    color: white;
}

.menudek ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menudek ul li {
    display: inline-block;
    margin-right: 20px; /* Espaçamento entre os itens */
}

ul li a {
    color: #ffffff;
    font-weight: bold;
    background-color: #1d00c0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 8px;
    display: flex;
    list-style-type:none;
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 10px;
}

section {
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 15, 80, 0.555);
}

div {
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 15, 80, 0.555);
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.news-image{
    width: 200px;
    height: 250px;
}

.video-container {
    position: relative;
    width: 350px; /* largura padrão do YouTube */
    height: 225px; /* altura padrão do YouTube */
    overflow: hidden;
}
.videoa {
    width: 100%;
    height: 100%;
}
address {
    background-color: #14968f;
    color: rgb(0, 0, 0);
    padding: 10px;
    text-align: center;
}

/* Courses */
.courses {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.course {
    width: 300px;
    margin: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}

.course img {
    width: 100%;
    height: auto;
}

.course h2 {
    margin: 15px 0;
    font-size: 1.5em;
}

.course p {
    padding: 0 15px 15px;
    color: #555;
}

.englishb{
    color: #ffffff;
    font-weight: bold;
    background-color: #bb0000;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 8px;
    display: flex;
    list-style-type:none;
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 10px;
}
@media (max-width: 600px) {
    img{
        width: 300px;
        height: 200px;
    }
    .logo{
        width: 80px;
        height: 80px;
    }
    }
    .videoa {
        width: 100%;
        height: 100%;
    }

    .news-image{
        width: 100px;
        height: 100px;
    }

    .ul li a{
        font-size: 5px;
    }