/*----------------------------------------
    GENERAL
----------------------------------------*/
.btn-lg {
    padding: 25px;
}
.color {
    color: #199AD6;
    font-weight: 300;
}
.img-center {
    margin: 0px auto;
}
.uppercase {
    text-transform: uppercase;
}

.error {
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 25px;
    background-color: #F69894;
    font-size: 12px;
    color: #FFF;
}
/*----------------------------------------
    HEADER
----------------------------------------*/
#header-3 {
    background: #fff;
    padding: 25px 0px;
}
.header-3-logo h1 {
    font-weight: 700;
}

.termo, .termo:hover {
    font-size: 14px;
    color:#8F8F8F !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.cadastro {
    font-size: 14px;
    color:#8F8F8F !important;
    text-align: center;
    text-decoration: none;
}

.cadastro a hover {
    color:#8F8F8F;
}

/*----------------------------------------
    HERO
----------------------------------------*/
#hero-3 {
    /*background: url('../img/hero-bg.jpg') no-repeat;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 450px;
    padding: 60px 0px;
    text-align: center;
}
.hero-3-intro h2 {
    font-size: 60px;
    font-weight: 300;
    text-align: center;
}
.hero-3-intro-item-icon {
    float: left;
    text-align: center;
}
.hero-3-intro-item-text {
    font-size: 18px;
    margin-left: 60px;
    text-align: center;
}
.hero-3-form {
    background: #EEEEEE;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
}
.hero-3-form-heading {
    background: #8F8F8F;
    color: #fff;
    padding: 25px;
    font-size: 20px;
    text-align: center;
}
.hero-3-form form {
    color: #8F8F8F;
    padding: 10px 25px 15px;
}
.hero-3-form button {
    margin-top: 25px;
}
.contact-form p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: none;
    padding: 25px;
}

.logo {
    display: inline-block;
    width: 269px;
}

.top-text {
    font-size:29px
}

/*----------------------------------------
    MEDIA QUERIES
----------------------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
    #header-3 {
        padding: 10px 0px;
    }
    .header-3-logo h1 {
        font-size: 24px;
    }
    #hero-3 {
        padding: 50px 0px;
    }
    .hero-3-intro {
        margin-bottom: 25px;
        text-align: center;
    }
    .hero-3-intro h2 {
        font-size: 35px;
    }
    .hero-3-form-heading:before {
        top: 116px;
    }

    .logo {
        width: 66%;
    }
}
@media (min-width: 600px) and (max-width: 640px) {
    .hero-3-form-heading:before {
        top: 83px;
    }
    #hero-3 {
        padding: 50px 0px 80px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .hero-3-form-heading:before {
        top: 136px;
    }
}