/* Daniel Megacia */

@media(max-width:850px){
    .info-slider {
        text-align: center;
        margin: 6% auto;
        position: relative;
        top: 30%;
        /*height: inherit;*/
        
        color: #fff;    
        font-family: Verdana;
        letter-spacing: 1px;
        

    }

    .slider-back{
        background: rgba(39, 39, 39, .8);
        height: 500px;
        width: 100%;
        position: absolute;
    }

    .title-slider{
        width: fit-content;
        width: -moz-fit-content;
    }

    .title-slider>h1 {
        
    }

    .sub-slider {
    }

    .descricao {
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: inherit;
    }
    
    .descricao>p {
        font-size: 18px;
        text-transform: uppercase;
    }

    .more:hover {
        background: rgb(241, 238, 12);
        color: black;
        transition: all .4s;
    }

    .more {
        margin-bottom: -1%;
        background: rgb(0, 0, 0);
        display: inline-block;
        border-radius: 10px;
        min-width: 10px;
        padding: 2px 12px;
        font-size: 22px;
        font-weight: 700;
        line-height: 2;
        color: #fff;
        transition: all .4s;
    }
}


@media(min-width:851px){
    .info-slider {
        text-align: center;
        margin: 6% auto;
        position: relative;
        top: 30%;
        /*height: inherit;*/
        color: #fff;    
        font-family: Verdana;
        letter-spacing: 1px;
        
    }

    .slider-back{
        background: rgba(94, 94, 94, 0.8);
        height: 400px;
        width: 100%;
        position: absolute;
    }

    .title-slider{
        width: fit-content;
        width: -moz-fit-content;
    }

    .title-slider>h1 {
        font-size: 58px;
        padding: 1px 51px;
    }

    .sub-slider {
    }

    .descricao {
        opacity: 1;
        line-height: 1.5;
        letter-spacing: inherit;
        text-transform: uppercase;
        
    }
    
    .descricao>p {
        font-size: 18px;
        text-transform: uppercase;
        
    }

    .more:hover {
        background: rgb(241, 238, 12);
        color: black;
        transition: all .4s;
    }

    .more {
        margin-bottom: -1%;
        background: rgb(0, 0, 0);
        display: inline-block;
        border-radius: 10px;
        min-width: 10px;
        padding: 2px 12px;
        font-size: 22px;
        font-weight: 700;
        line-height: 2;
        color: #fff;
        transition: all .4s;
    }
}



@media(min-width:768px){
    #flexslider {
        height: 100%;
        overflow: hidden;
    }
}

@media(max-width:768px){
    #flexslider {
        height: 100%;
        overflow: hidden;
    }
}







