@import "../../assets/css/base.css";
@import "../../assets/css/util.min.css";

/* Contato */
.wrap_mais_informacoes_contato {
    width: 100%;
    float: left;
    border-left: 1px solid #eee;
    padding-left: 30px;
    margin-left: 0px
}

.wrap_mais_informacoes_contato h3 {
    width: 100%;
    font-size: 20px;
    color: #343434;
    margin-bottom: 30px;
    margin-top: 0
}

.wrap_mais_informacoes_contato ul {
    width: 100%;
    float: left;
    padding: 0;
    display: block
}

.wrap_mais_informacoes_contato ul li {
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    color: #666;
    padding: 10px 0
}

.wrap_mais_informacoes_contato ul li:last-child {
    padding-bottom: 0
}

.btn-success{
    min-width: 150.38px;
}
/* End Contato */

/* Celulares até 240px */
@media screen and (max-width: 240px) {

    /* Contato */
    /* End Contato */

}

/* End Celulares até 240px */

/* Celulares até 480px */
@media screen and (max-width: 480px) {

    /* Contato */
    .wrap_mais_informacoes_contato {
        padding: 0px;
        margin: 0px;
    }
    /* End Contato */

}

/* Tablet em pé */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Contato */
    /* End Contato */

}

/* End Tablet em pé */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Contato */
    /* End Contato */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Contato */
    /* End Contato */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Contato */
    /* End Contato */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Contato */
    /* End Contato */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Contato */
    /* End Contato */

}

/* End Computadores G */