.home{
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 430px;
}

.home .pos-slider{
    width: 100%;
    height: 521px;
    float: left;
    text-align: center;
    position: relative;
    background-image: url('../img/center-loucas-pedreira.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 20px solid #F9BE24;
}

.home .info-home{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.home .info-home .itens{
    width: 100%;
    float: left;
}

.home .info-home .itens .item{
    width: 32%;
    float: left;
    margin-right: 2%;
}

.home .info-home .itens .item:nth-last-child(1){
    margin-right: 0;
}

.home .info-home .itens .item .img{
    width: 100%;
    float: left;
    text-align: center;
}

.home .info-home .itens .item .text{
    width: 100%;
    height: 195px;
    float: left;
    padding: 30px;
    background: #F8BF2C;
    margin-top: 30px;
}

.home .info-home .itens .item:nth-child(1) .text p{
    color: #E11B34;
    font-size: 37px;
    font-weight: bold;
    line-height: 45px;
}

.home .info-home .itens .item:nth-child(1) .text span{
    font-size: 37px;
    font-weight: 300;
    line-height: 45px;
}

.home .info-home .itens .item:nth-child(2) .text p{
    color: #E11B34;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}

.home .info-home .itens .item:nth-child(2) .text span{
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.home .info-home .itens .item:nth-child(3) .text p{
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
}

.home .info-home .itens .item:nth-last-child(1) .text{
    background: #E11B34;
}

.home .banner{
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 10px 0;
}

@media (max-width: 992px){


    .home .info-home .itens .item .text{
        height: 170px;
    }

    .home .info-home .itens .item:nth-child(1) .text p{
        font-size: 28px;
        line-height: 36px;
    }

    .home .info-home .itens .item:nth-child(1) .text span{
        font-size: 28px;
        line-height: 36px;
    }

    .home .info-home .itens .item:nth-child(2) .text p{
        font-size: 27px;
        line-height: 31px;
    }

    .home .info-home .itens .item:nth-child(2) .text span{
        font-size: 20px;
        line-height: 28px;
    }

    .home .info-home .itens .item:nth-child(3) .text p{
        font-size: 32px;
        line-height: 38px;
    }

}

@media (max-width: 768px){

    .home{
        margin: 60px 0 605px 0;
    }

    .home .pos-slider{
        height: 271px;
        background-image: url('../img/center-loucas-pedreira-m.jpg');
        border-bottom: 15px solid #F9BE24;
    }

    .home .info-home .itens .item{
        width: 100%;
        margin-bottom: 30px;
    }

    .home .info-home .itens .item:nth-last-child(1){
        margin-bottom: 0;
    }

    .home .info-home .itens .item .text{
        height: auto;
        padding: 15px 20px;
        margin: 5px 0 0 0;
    }

    .home .info-home .itens .item .text p{
        font-size: 23px !important;
        line-height: 28px !important;
    }

    .home .info-home .itens .item .text span{
        font-size: 23px !important;
        line-height: 28px !important;;
    }

}