@font-face {
	    font-family: 'DIN';
	    src: url(DIN.woff) format('woff');
	    font-weight: normal;
	    font-style: normal;
	}
    .todos{
        text-align: justify;
    }

    #dep1{
        color: white;
        font-size: 15px;
        font-family: 'DIN',calibri,arial;
        line-height: 23px;
        /* font-style: italic; */
        /* text-align: center; */
        line-height: 15px;
        padding: 4px;
    }

    #dep11{
        text-align: right;
        color: white;
        font-family: 'DIN',arial;
        margin-top: 0px;
        font-size: 17px;
        /* font-style: italic; */
        float: none;
        /* font-weight: bold; */
        padding-top: 0px;
        margin-top: -17px;
        padding-left: 5px;
    }

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

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

    #slides {
        overflow: hidden;
        position: relative;
        width: 86%;
        margin-left: 8%;
        height: 275px;
    }

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

    #slides li {
        width: 100%;
        height: 275px;
        float: left;
        text-align: center;
        position: relative;
        font-family: lato, sans-serif;
        /* box-sizing: border-box; */
        /* padding-right: 10px; */
    }

    a#prev, a#next {
        font-size: 26px;
        color: rgba(245, 245, 245, 0.42);
        width: 4%;
        padding: 114px 0px 130px 2px;
        margin-bottom: 0px;
        z-index: 9999;
        position: relative;
        text-align: center;
    }

    a#prev{float: left;}
    a#next{float: right;}
    a#prev:hover,
    a#next:hover {
        /* color: #3c3a3a; */
        text-shadow: .5px 0px #818181;
        /* background-color: rgba(0, 0, 0, 0.06); */
    }

    img{
        border-radius: 120px;
        /* float: left; */
        display: block;
        margin: 0 auto;
    }

    /* Media Query de caixa ate 400px de width */
    @media (max-width: 400px) {
        img{
            border-radius: 120px;
            float: none;
            width: 140px;
            height: 140px;
        }
        #dep1{
            font-size: 15px;
            line-height: 23px;
            text-align: center;
            line-height: 15px;
        }

        #dep11{
            text-align: center;
            margin-top: 0px;
            font-size: 18px;
            font-style: italic;
        }

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

        #slides {
            overflow: hidden;
            position: relative;
            width: 86%;
            margin-left: 8%;
            height: 275px;
        }

        #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: 23px;
            color: rgba(0, 0, 0, 0.42);
            width: 4%;
            padding: 50px 2px;
            margin-bottom: 0px;
            z-index: 9999;
            position: relative;
            text-align: center;
margin-left:-12px;
        }
    }