@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Bree Serif'), local('BreeSerif-Regular'), url(https://fonts.gstatic.com/s/breeserif/v5/LQ7WLTaITDg4OSRuOZCps_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    /* color: #428bca; */
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

a:hover {
    /* color: #428bca; */
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.dva-texto-propaganda {
    font-size: 40pt;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: impact, tahoma, arial;
    color: #fff;
    margin-bottom: 20px;
    background-color: rgb(152, 200, 35);
}

.dva-landing-copy {
    background-color: #ea6734;
    padding: 30px;
    font-size: 18pt;
    line-height: 40px;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    border-radius: 3px;
    /* margin-bottom: 20px; */
}

.dva-orcamento-parent {
    /* background-image: url(/ESLimpezaRepo/webroot/img/seta-esquerda.png); */
    background-repeat: no-repeat;
    background-color: rgba(139, 181, 38, 0.3);
    /* height: 280px; */
    /* height: 380px; */
    padding-top: 30px;
    border: #000 5px solid;
    border-radius: 5px;
}

.dva-btn-orcamento:hover {
    background-color: #83954a;
    color: #fff;
}

.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.dva-btn-orcamento {
    text-align: center;
    height: 100px;
    background-color: #65841a;
    margin-bottom: 20px;
    font-size: 2em;
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    white-space: pre-line;
    color: #fff;
    font-weight: bold;
}

.dva-orcamento-box {
    padding-right: 25%;
    padding-left: 25%;
    margin-top: 25px;
}

.dva-destaque {
    color: #ea6734;
}

.dva-bg-orange {
    background-color: #ea6734;
}

#imgSeta {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    #imgSeta {
        transform: rotate(90deg);
        width: 100%;
        height: auto;
    }
}