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

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

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

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

a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-left: 0%;
    height: 150px;
}

#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 3px 0px 3px;
    margin-bottom: 0px;
    z-index: 9999;
    position: relative;
    text-align: center;
    background-color: #584A27;
    margin-top: 0px;
    border-radius: 5px;
}

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


a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px #818181;
    background-color: rgb(56, 56, 56);
}
.boxImg{
    /*
    float:left;
    margin-right: 110px;
    margin-left: 24px;
    */
}
.img{
    border-radius: 50%;
    border: 2px solid #fff;
    width: 66px;
}
#buttons{text-align: center;}
.depoGrande{
    font-size: 23px !important;
    line-height: 18px !important;
    margin-bottom: 9px;
}
@media (max-width: 301px) {
    #slides {
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-left: 0%;
        height: 450px;
    }

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

    #slides li {
        width: 100%;
        height: 400px;
        float: left;
        text-align: center;
        position: relative;
    }
    .depoGrande{
        font-size: 25px !important;
        line-height: 18px !important;
        margin-bottom: 9px;
    }
    #dep1{
        padding: 0px 0px 0px 0px !important;
    }
    #dep11 span{
        font-size: 8px;
        width: 210px !important;
    }
    #dep11{
        width: 210px !important;
    }
      
}