﻿
#primary-menu ul li > a {
    color: #dd6d6d;
    font-family: 'exo' !important;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #171717;
}


#gotoTop {
    background-color: #dd6d6d;
}

    #gotoTop:hover {
        background-color: #c14f4f;
    }

        

/*contato*/
#section-contact {
    padding: 80px 0 60px 0 !important;
    background: #272727;
    clear: both;
    float: left;
    width: 100%;
}


    #section-contact h2.titulo {
        color: #fff;
    }


    #section-contact .sm-form-control {
        display: block;
        width: 100%;
        padding: 14px;
        font-size: 15px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 0px solid #DDD !important;
        border-radius: 0 !important;
        -webkit-transition: border-color ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s;
        transition: border-color ease-in-out .15s;
    }

    #section-contact form {
        margin-bottom: 0px!important;
    }

    #section-contact textarea {
        height: 190px !important;
    }

    #section-contact .col_full {
        margin-bottom: 13px;
    }

    #section-contact .button {
        display: inline-block;
        position: relative;
        cursor: pointer;
        outline: none;
        white-space: nowrap;
        margin: 5px;
        padding: 5px 25px 5px 25px !important;
        height: auto !important;
        line-height: 40px;
        background-color: #dd6d6d;
        color: #FFF;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        font-size: 16px;
    }

        #section-contact .button.button-3d {
            border-radius: 0px;
        }

            #section-contact .button.button-3d:hover {
                background-color: #cf5d5d !important;
                opacity: 0.9;
            }

    #section-contact .container {
        margin-top: 80px;
    }

    #section-contact .infosContato {
        margin-bottom: 30px;
    }


        #section-contact .infosContato h3 {
            color: #fff;
            font-size: 25px;
            margin-bottom: 5px;
        }

        #section-contact .infosContato a {
            color: #fff;
            font-size: 18px;
        }

            #section-contact .infosContato a:hover {
                text-decoration: underline !important;
            }

        #section-contact .infosContato p {
            margin-bottom: 3px !important;
        }


        #section-contact .infosContato i {
            margin: -10px 10px 0px 0 !important;
            color: #dd6d6d;
            vertical-align: middle;
        }


.text-danger {
    color: #dd6d6d;
}