body{overflow: hidden;}
.todos{
    text-align: justify;
}

#dep1{
    color: #fff;
    font-size: 26px;
    font-family: calibri,arial;
    line-height: 23px;
    /* font-style: italic; */
    text-align: right;
    line-height: 22px;
    margin-top: 10px;
    padding: 0px 20px 0px 30px;
    font-weight: 100;
}

#dep11{
    color: #fff;
    text-align: right;
    font-family: arial;
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    /* float: right; */
    /* background-color: #e4e4e4; */
    padding: 5px;
    border-radius: 4px;
    width: 94%;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

#dep11 span{
    font-size: 17px;
}

a{
    color: #000;
    text-decoration: none;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: 0%;
    height: 320px;
}

#slides ul {
    list-style: none;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    height: 250px;
    float: left;
    text-align: center;
    position: relative;
    font-family: lato, sans-serif;
}

a#prev, a#next {
    font-size: 27px;
    color: rgb(255, 255, 255);
    /* width: 4%; */
    padding: 1px 11px 0px 8px;
    margin-bottom: 0px;
    z-index: 9999;
    position: relative;
    text-align: center;
    background-color: #263745;
    margin-top: 0px;
    border-radius: 5px;
    border: 2px solid #4a7da7;
}

#slides img{height: 310px;border: 2px solid #fff;border-radius: 12px;float: left;}

a#prev{  /*float: left;*/}
a#next{  /*float: right;*/}


a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px #818181;
    background-color: #4a7da7;
}
.boxImg{
    /*
    float:left;
    margin-right: 110px;
    margin-left: 24px;
    */
}
.img{
    border-radius: 50%;
    border: 2px solid #fff;
    width: 66px;
}
#buttons{text-align: center;}


/* Media Query de caixa ate 301px de width */
@media (max-width: 301px) {
    #dep1{
        font-size: 13px;
        line-height: 16px;
        padding-left: 0px;
        text-align: justify;
        padding-right: 0px;
    }

    #dep11{
        font-size: 14px;
        width: 97%;
    }
    #slides img{
        height: 200px;
        border: 2px solid #fff;
        border-radius: 12px;
        float: left;
        margin-top: 14px;
        margin-right: 7px;
    }
    #slides {
        height: 340px;
    }
}