* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

li {
    list-style: none;
}

ul {
    margin-top: 4px;
}

footer{
    width: 100%;
    height: 3vh;
    color: #fff;
    background-color: #071e3c;
    padding-left: 2rem;
}

@font-face {
    font-family: Belleza;
    src: url(./fonts/Belleza/Belleza-Regular.ttf);
}

body{
    width: 100vw;
    height: auto;
    background-color: #071e3c;
}

#main_body {
    width: 100vw;
    height: 100%;
    background-color: #071e3c;
    color: #fff;
    padding: 4px;
    font-family: 'Noto Sans Mono';
    padding-bottom: 1rem;
}

#anything {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 1rem;
}

#logo_ibo {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 1rem;
}

#logo_branca_ibo {
    width: 100px;
}


#home_link, #menu_icon {
    width: 40px;
    transition: 0.4s;
}

#home_link:hover {
    transform: scale(1.1);
}

#menu_icon {
    width: 40px;
    transition: 0.4s;
}

#menu_icon:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.section_title {
    padding: 2rem 0;
    width: 100%;
}

.about_us {
    padding: 0 2rem;
    font-family: Belleza, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande';
}

#title {
    font-size: 2rem;
    border-left: 4px solid #fde46e;
    padding-left: 6px;
}

.buttons_area {
    display: flex;
    flex-direction: column;
    width: 100%;


}

.div_button {
    width: 80%;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #c8c5c0;
    color: black;
    padding: 8px;
    transition: 0.5s;
}

.div_button:hover {
    cursor: pointer;
    background-color: #fecf07;
    transform: translateX(13px) scaleX(1.1);
    /* transform: scaleX(1.1); */
}

.dialog_we_beleave {
    display: none;
    padding: 2rem 0;
}

.title {
    margin: 25px 0 8px 0;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.decoration {
    width: 30px;
    height: 4px;
    background-color: #fecf07;
    margin-right: 8px;
}

.active{
    background-color: #fecf07;
    width: 82%;
}
.dialog_shepherds{
    display: none;
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
}

.shepherds_card{
    width: 300px;
    height: 450px;
    border: 1px solid #474747;
    border-radius: 8px;
    background-color: #c8c5c0;
    color: #071e3c;
    margin-top: 30px;
    
}

.shepherds_img{
    width: 100%;
    height: 100%;
}

.shepherds_card img{
    width: 100%;
    height: 70%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    z-index: -10;
}

.shepherds_description{
    padding: 8px;
    font-size: 1.2rem;
    
}

/* PAGINA PEQUENOS GRUPOS */

.pg_card{
    display: flex;
    width: 315px;
    height: 110px;
    border: 1px solid #474747;
    margin-top: 20px;
    background-color: #fff;
    overflow: hidden;
    color: #071e3c;
}

.pg_img{
    flex: 1;
    border-right: 1px solid #474747;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pg_description{
    padding: 6px 4px;
    flex: 2;
}

.pg_tags{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.tags{
    padding: 2px;
    background-color: aqua;
    font-size: 12px;
    border-radius: 4px;
    margin: 2px;
}



.card_footer{
    margin-top: 30px;
    width: 100%;
    height: 8vh;
    text-align: center;
}
.card_footer img{
    width: 130px;
    
}

/*DIALOGS*/

.sidenav {
    height: 15vh;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #111111e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.sidenav a {
    padding: 16px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #c7c6c6;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (min-width: 950px) {

    body{
        width: 100vw;
        height: 97vh;
        background-color: #071e3c;
    }

    .div_button{
        width: 400px;
        transition: 0.5s;
    }

    .div_button:hover{
        transform: translateX(19px) scaleX(1.1);
        
    } 

    .shepherds_list{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .shepherds_card{
        width: 270px;
        height: 450px;
        border: 1px solid #474747;
        border-radius: 8px;
        background-color: #c8c5c0;
        color: #071e3c;
        margin-top: 30px;
        
    }

    #list_pg{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pg_card{
        display: flex;
        width: 315px;
        height: 110px;
        border: 1px solid #474747;
        margin: 10px;
        background-color: #fff;
        overflow: hidden;
        color: #071e3c;
    }

    .card_footer{
        margin-top: 30px;
        width: 100%;
        height: 4vh;
        text-align: center;
    }

    .card_footer img {
        margin-top: 100px;
        width: 130px;
    }

    
}