/* Slider Styles */

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0px;
    background: #FFF;
    border-bottom: 5px solid #E01224;
}

.slider {
    position: relative;
    width: 100%;
    height: 390px;
    margin: 0 auto;
    background: #FFF;
}

@media only screen and (min-width: 1000px) {
    .slider {
        width: 1000px;
    }
}

@media only screen and (min-width: 1440px) {
    .slider {
        width: 1000px;
    }
}


/* ELEMENT STYLES */

.slider p {
    position: absolute;
    top: -116px;
    /*line-height:100%;*/
    z-index: 8000;
    /*font-size:20px;*/
    color: #fff;
    white-space: normal;
    /*text-transform:uppercase;*/
}

.claim {
    font-size: 34px;
    line-height: 50px;
    width: 230px;
    /*height:20px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.teaser {
    font-size: 16px;
    padding: 10px;
    width: 230px;
}

.small {
    width: 250px;
    padding-left: 0;
    padding-right: 0px;
    text-align: center;
}

.cinza {
    background: url(../imagens/fundo_claim.png);
}

.pme {
    position: absolute;
    padding: 20px;
    z-index: 99999;
}

.pme img {
    width: 60px;
    height: 71px;
}