.title_trei{
    margin-top: 30px;
    font-size: 40px;
    font-weight: 500;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    font-family: 'Staatliches', cursive;
}
.desc_trei{
    font-size: 14px;
    color: #919090;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
.list_treinadores{
    width: 90%;
    margin: auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item_trei{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
}
.top_item_trei{
    width: 400px;
    display: flex;
    align-items: center;
}
.img_trie{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #cccccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nome_trei{
    font-size: 25px;
    font-family: 'Staatliches', cursive;
    color: #4a4a4a;
}
.location_trei{
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
}
.infos_trei{
    margin-left: 10px;
}
.bottom_trei{
    width: 95%;
    margin: auto;
    border-top: 1px solid #e1e1e1;
    margin-top: 5px;
}
.bottom_trei{
    display: flex;
    justify-content: space-between;
}
.espec_trei{
    width: 250px;
}
.espec_trei p{
    font-family: 'Staatliches', cursive;
    color: #4a4a4a;
    font-size: 20px;
    margin-bottom: 0;
}
.area_form_trei{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.item_form_trei{
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #e1e1e1;
    font-size: 13px;
    color: #4a4a4a;
    border-radius: 10px;
}
.area_btn_trei{
    height: 100px;
    display: flex;
    align-items: center;
}
.area_btn_trei a{
    text-decoration: none;
}
.btn_trei{
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    background-color: #006bf3;
    border: 1px solid #006bf3;
    border-radius: 20px;
}
.btn_trei:hover{
    color: #006bf3;
    background-color: #fff;
}

.capa_trei{
    width: 100%;
    height: 200px;
    background-color: #4a4a4a;
    background-position: center;
    background-size: cover;
}

.trei_contetn{
    width: 100%;
    margin-top: -100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}
.navigation_trei{
    display: flex;
    align-items: center;
    color: #fff;
    width: 50%;
}
.navigation_trei a{
    color: #fff;
    font-size: 14px;
}
.navigation_trei i{
    margin: 5px;
}
.navigation_trei p{
    margin: 0;
    font-size: 14px;
}
.content_trei{
    width: 50%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-top: 20px;
}
.item_content_trei{
    max-width: 100%;
    padding: 10px;
}
.item_sobre{
    display: flex;
    flex-wrap: wrap;
}
.left_area_trei{
    min-width: 80px;
}
.right_area_trei{
    margin-left: 5px;
}
.title_area_trei{
    font-size: 20px;
    color: #353535;
    font-family: 'Staatliches', cursive;
}
.body_area_trei{
    color: #4a4a4a;
}
.item_sobre p{
    font-size: 16px;
    color: #353535;
}
.area_semana{
    display: flex;
    align-items: center;
    margin-left: 10px;
    flex-wrap: wrap;
}
.item_sem{
    width: 50px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 5px;
}
.act_sem{
    background-color: #006bf3;
    border-color: #006bf3;
    color: #fff;
}
.des_sem{
    background-color: #fff;
    border-color: #353535;
    color: #353535;
}
.item_content_trei .area_form_trei{
    width: 400px;
}
.item_content_trei .top_item_trei{
    width: 100%;
}
.price_trei{
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.price_trei p{
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #353535;
}
.price_trei strong{
    font-size: 25px;
    font-weight: 600;
    color: #353535;
}

.redes_sociais{
    width: 150px;
    margin-top: 10px;
}
.redes_sociais p{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #353535;
}
.icons_sociais{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.icons_sociais a{
    color: #353535;
    margin-right: 15px;
}
.icons_sociais a i{
    font-size: 19px;
}

@media only screen and (max-width: 1000px){
    .content_trei{
        width: 80%;
    }
    .navigation_trei{
        width: 80%;
    }
}

@media only screen and (max-width: 700px){
    .content_trei{
        width: 95%;
    }
    .navigation_trei{
        width: 95%;
    }
}

@media only screen and (max-width: 480px){
    .top_item_trei{
        width: 300px;
    }
    .nome_trei{
        font-size: 20px;
        color: #4a4a4a;
    }
    .img_trie{
        width: 80px;
        height: 80px;
    }
    .espec_trei{
        width: 150px;
    }

    .item_content_trei .top_item_trei{
        flex-direction: column;
        align-items: center;
    }
    .price_trei{
        flex-direction: column;
        align-items: center;
        margin: 0;
        margin-top: 20px;
    }
    .item_content_trei .area_form_trei{
        width: 150px;
    }
    .item_content_trei .infos_trei{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .item_content_trei .infos_trei .nome_trei{
        font-size: 25px;
        margin-top: 10px;
    }
    .item_content_trei .img_trie{
        width: 150px;
        height: 150px;
    }
}