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

/* Contato */
.titulo_section_contato {
    font-size: 25px;
    margin-bottom: 40px;
}
.wrap_mais_informacoes_contato {
    width: 100%;
    float: left;
    border-left: 1px solid var(--cor_auxiliar);
    padding-left: 30px;
    margin-left: 0px;
    font-size: 16px;
}

.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: var(--cinza_escuro);
    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 {
        border: none;
        padding-left: 0px;
        margin-left: -15px;
        margin-top: 30px;
    }
    /* End Contato */

}

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

    /* Contato */
    .wrap_mais_informacoes_contato {
        border: none;
        padding-left: 0px;
        margin-left: -15px;
        margin-top: 30px;
    }
    /* 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 */