/* 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: 100%;
    }

    .title-slider>h1 {
        background: #31a8eb;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .sub-slider {
        font-family: 'Montserrat', sans-serif;
    }

    .descricao {
        line-height: 1.5;
        letter-spacing: inherit;
        font-family: 'Poppins';
        border-radius: 30px;
        background: #b10737ad;
    }
    
    .descricao>p {
        font-family: 'Poppins';
        margin: 0;
    }

    .more:hover {
        transform: scale(1.03);
        transition: all .4s;
    }

    .more {
        margin-bottom: -1%;
        background: #4cbeff;
        display: inline-block;
        border-radius: 10px;
        min-width: 10px;
        padding: 2px 12px;
        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;
        background: #4cbeff;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .sub-slider {
        font-family: 'Montserrat', sans-serif;
    }

    .descricao {
        opacity: 1;
        line-height: 1.5;
        letter-spacing: inherit;
        font-family: 'Poppins';
        border-radius: 30px;
        background: rgb(0 120 210 / 80%);
    }
    
    .descricao>p {
        font-size: 18px;
        font-family: 'Poppins';
        
    }

    .more:hover {
        transform: scale(1.03);
        transition: all .4s;
    }

    .more {
        margin-bottom: -1%;
        background: #4cbeff;
        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;
    }
}


.slides>li {
    background-size: 100% 100% !important;
}





