@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    background-color: #F9F9F9;
    color: #333;
    font-family: 'Open Sans', cursive;
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit
}

a,
a:hover {
    color: #C20C19
}

#header {
    background-color: #0C7548;
    margin-bottom: 1em;
    padding: 1.75em 0;
    position: relative;
    text-align: center
}

#header img {
    height: auto;
    max-width: 100%
}

#header #logo {
    max-width: 12em
}

#content {
    padding: 0
}

.title {
    margin-bottom: 2em;
    padding: 0 1em;
    text-align: center
}

.title strong {
    color: #C20C19
}

#main {
    margin: 4em 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.asset {
    font-size: 90%
}

.asset h3:first-child {
    margin-top: 0
}

.asset img {
    height: auto;
    margin-bottom: 1em;
    max-width: 100%
}

.form-wrap,
form {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: .7em
}

.form-wrap {
    background: #466994
}

form {
    background: #ffffff
}

.cta-title {
    margin-top: 0
}

.cta-subtitle {
    color: #999999;
    margin-bottom: 1.4em
}

.cta-subtitle strong {
    color: #449D44
}

.form-control {
    border-radius: 0;
    height: 48px;
    margin-bottom: 1.5em
}

#enviar {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase
}

#quote {
    margin-bottom: 2em;
    text-align: center
}

#quote p {
    margin: 0
}

#quote #fonte {
    font-size: 90%
}

#footer {
    background-color: #0C7548;
    color: #fff;
    font-size: 14px;
}

#footer-info {
    background-color: #0A5E3A;
    padding: 1em 0;
    text-align: center;
}

#footer .container {
    padding-top: 1em;
    padding-bottom: 1em
}

#footer a {
    color: #00BE6D
}

#footer #echosis {
    max-width: 32px
}

ul,
li {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin-bottom: 1rem;
    position: relative
}

li span {
    color: #449D44;
    font-weight: 700
}

.lista {
    padding-left: 2rem
}

.lista li::before {
    content: "\f00c";
    color: #449D44;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1.25em
}

textarea {
    min-height: 10em;
    margin-bottom: 0 !important;
    resize: vertical
}

#txt-length {
    font-size: 80%;
    text-align: right
}

img.logo-feirao {
    max-width: 130px !important;
    margin-left: 45px;
    margin-top: 32px
}

.card {
    background: #fff;
    padding: 10px 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-height: 360px;
    margin-bottom: 32px
}

.card .card-image img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.card .card-title {
    font-size: 1.1em;
    margin-top: 22px;
    display: block;
    padding: 0 10px
}

.card-wrapper.full {
    width: 100% !important
}

.contact-footer {
    background: #ffbe00;
    padding: 40px 0 45px;
    color: #fff;
    font-size: 1.1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    margin-top: 40px
}

address {
    margin-top: 25px
}

.card strong {
    display: block;
    color: #C20C19;
    margin-top: 10px
}

#owl-oferta {
    margin-bottom: 2.5em;
    padding-top: 4.5em;
}

#owl-oferta .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}