﻿
.rodape25 {
    background-color: #e1e1e1;
    height:195px;
}
/* Telefones em paisagem e abaixo */
@media (max-width: 480px) {
    .styleCustom img {
        width: 50%;
        margin-bottom: 20px;
    }

    .rodape25 {
        height: 215px;
    }
        .rodape25 .historia25anos {
            margin-top: 30px;
            text-align: center;
        }
    .well-parallax{
        padding-top: 30px;
    }

}

/* Telefones em paisagem a tablet em retrato */
@media (max-width: 767px) {
    .styleCustom img {
        width: 50%;
        margin-bottom: 20px;
    }
    .rodape25 {
        height: 215px;
    }
        .rodape25 .historia25anos {
            margin-top: 30px;
            text-align: center;
        }

}

/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) {
    .styleCustom img {
        width: 300px;
        margin-bottom: 20px;
    }
    .rodape25 {
        height: 245px;
    }
    .rodape25 .historia25anos {
        margin-top:40px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .styleCustom img {
        width: 300px;
        margin-bottom: 20px;
    }

    .rodape25 .historia25anos {
        margin-top: 80px;
        text-align: right;
    }
    .rd-parallax .btn-espaco {
        margin-right: 20px;
    }
}

/* Desktop grande */
@media (min-width: 1200px) {
    .styleCustom img {

    }
    .rodape25 .historia25anos {
        margin-top: 80px;
        text-align: right;
    }

    .rd-parallax .btn-espaco {
        margin-right: 20px;
    }
}
