@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 15px;
}


.flex-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-title {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}

.container-title .title {
    font-size: 18px;
    font-weight: 800;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.container-title .desc {
    font-size: 15px;
}

header {
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
}

header .container-main {
    justify-content: space-between;
    width: 100%;
}

header .container-main .title {
    font-size: 15px;
    font-weight: 800;
}

header .container-main .list-links,
footer .container-main .list-links {
    list-style: none;
    gap: 15px;
}

header .container-main .list-links .link,
footer .container-main .list-links .link {
    color: black;
}

header .container-main .content-menu {
    display: none;
}

.container-start {
    background-color: #F3F4F6;
    padding: 100px 0;
}

.container-start .content-details {
    flex-direction: column;
    padding: 15px;
    max-width: 1100px;
    margin: 0 auto;
    width: 500px;
    gap: 15px;
}

.container-start .content-details .title {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.container-start .content-details .desc {
    font-size: 15px;
    text-align: center;
}

.container-news {
    max-width: 1100px;
    margin: 50px auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    gap: 15px;
}

.container-news .content-main {
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.container-news .content-main .content-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.container-news .content-main .content-box .background {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.container-news .content-main .content-box .content-details {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.container-news .content-main .content-box .content-details .title {
    font-size: 15px;
    font-weight: 800;
}

.container-news .content-main .content-box .content-details .separator {
    width: 100px;
}

.container-news .content-main .content-box .content-details .view {
    color: black;
    font-size: 15px;
}

.container-gallery {
    background-color: #F3F4F6;
    padding: 0 15px;
}

.container-gallery .content-main {
    max-width: 1100px;
    margin: 50px auto;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.container-gallery .content-main .background {
    height: 250px;
    width: 500px;
    object-fit: cover;
}

.container-gallery .content-main .content-details {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 15px;
    width: 500px;
    gap: 15px;
}

.container-gallery .content-main .content-details .title {
    font-size: 18px;
    font-weight: 800;
}

.container-gallery .content-main .content-details .desc {
    font-size: 15px;
}

.container-gallery .content-main .content-details .separator {
    width: 100px;
}

.container-gallery .content-main .content-details .blank {
    border: none;
    background-color: none;
    padding: 20px 25px;
    font-size: 15px;
}

.container-prog {
    margin: 50px 15px;
}

.container-prog .content-main .content-details {
    flex-direction: column;
    width: 500px;
    gap: 15px;
}

.container-prog .content-main .content-details .title {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.container-prog .content-main .content-details .desc {
    font-size: 15px;
    text-align: center;
}

.container-prog .content-main .content-details .separator {
    width: 100px;
}

.container-prog .content-main .content-details .blank {
    border: none;
    background-color: #0d5480;
    color: white;
    padding: 20px;
    font-size: 15px;
}

.container-contact {
    flex-direction: column;
    max-width: 1100px;
    margin: 50px auto;
    gap: 50px;
}

.container-contact .container-title {
    align-items: center;
    justify-content: center;
}

.container-contact .container-title .title,
.container-contact .container-title .desc {
    text-align: center;
}

.container-contact .content-networks .list-items {
    align-items: flex-start;
    list-style: none;
    gap: 30px;
}

.container-contact .content-networks .list-items li {
    flex-direction: column;
    width: 200px;
    gap: 15px;
}

.container-contact .content-networks .list-items li i {
    background-color: black;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    height: 40px;
    width: 40px;
}

.container-contact .content-networks .list-items li .content-details {
    flex-direction: column;
    gap: 5px;
}

.container-contact .content-networks .list-items li .content-details .title,
.container-contact .content-networks .list-items li .content-details .desc {
    font-size: 15px;
    text-align: center;
}

footer {
    padding: 30px 15px;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 100px;
}

footer .container-main {
    justify-content: space-between;
}

footer .container-main .content-copy .copy {
    font-size: 15px;
    font-weight: 800;
}

@media (max-width: 1000px) {
    .container-contact .content-networks .list-items {
        flex-direction: column;
    }
}

@media (max-width: 750px) {
    header .container-main .list-links,
    footer .container-main .list-links {
        display: none;
    }

    header .container-main .content-menu {
        display: block;
        font-size: 15px;
    }

    .container-news .content-main .content-box .background {
        height: 150px;
    }

    .container-gallery .content-main {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .container-gallery .content-main .content-details {
        padding: 0;
    }

    footer .container-main {
        justify-content: center;
    }
}

@media (max-width: 630px) {
    .container-news .content-main {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .container-news .content-main .content-box .background {
        height: 250px;
    }
}

@media (max-width: 530px) {
    .container-gallery .content-main .background,
    .container-prog .content-main .content-details,
    .container-gallery .content-main .content-details {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .container-title,
    .container-start .content-details {
        gap: 5px;
    }

    .container-news {
        margin: 25px auto;
    }

    .container-prog {
        margin: 50px auto;
    }

    .container-start .content-details .title,
    .container-start .content-details .desc {
        font-size: 15px;
    }
    
    .container-news .content-main {
        gap: 25px;
    }


    .container-news .content-main .content-box .background {
        height: 200px;
    }

    .container-news .content-main .content-box .content-details {
        height: auto;
        gap: 10px;
    }
}