/* Daniel Megacia */

@media(max-width:767px){
    .info-slider {
        left: 0;
        padding: 6px 25px 10px 24px;
        position: absolute;
        top: 50%;
        width: 100%;
        color: #fff;    
        font-family: monospace;
        letter-spacing: 2px;
    }

    .title-slider>h1 {
        font-size: 18px;
        background: rgba(123, 119, 119, 0.55);
    }

    .sub-slider>h2 {
        font-size: 14px;        
    }

    .sub-slider{      
        background: rgba(123, 119, 119, 0.6);
    }

    .descricao>p{        
        background: rgba(123, 119, 119, 0.6);
    }

    .descricao {
        line-height: 1;
        letter-spacing: inherit;
        font-size: 12px;
    }

    .more {
        margin-bottom: -1%;
        background: rgba(0, 0, 0, 0.8);
        display: inline-block;
        min-width: 10px;
        padding: 2px 12px;
        font-size: 22px;
        font-weight: 700;
        line-height: 2;
        color: #fff;
    }
}


@media(min-width:768px){

    .info-slider {
        text-align: center;
        padding: 6px 25px 10px 85px;
        position: absolute;
        top: 30%;
        /*height: inherit;*/
        width: 100%;
        color: #fff;    
        font-family: Verdana;
        letter-spacing: 1px;
    }

    .title-slider{
        width: fit-content;
        width: -moz-fit-content;
    }

    .title-slider>h1 {
        background: rgba(140, 140, 140, 0.70);
        font-size: 58px;
        padding: 1px 51px;
    }

    .sub-slider {
    }

    .descricao {
        background: rgba(140, 140, 140, 0.70);
        line-height: 1.5;
        letter-spacing: inherit;
    }
    
    .descricao>p {
        font-size: 18px;
    }

    .more:hover {
        background: rgba(0, 0, 0, 1);
        box-shadow: 1px 0px 5px #bfe8bf;
    }

    .more {
        margin-bottom: -1%;
        background: rgba(0, 0, 0, 0.8);
        display: inline-block;
        min-width: 10px;
        padding: 2px 12px;
        font-size: 22px;
        font-weight: 700;
        line-height: 2;
        color: #fff;
    }
}

@media(min-width:992px){
    #flexslider {
        height: 660px;
        overflow: hidden;
    }
}

@media(min-width:1200px){
    #flexslider {
        height: 700px;
        overflow: hidden;
    }
}



