
#page-contato h1, #page-produto h1 {
    color: #5f3712;
}

#page-contato img {
    width: 100%;
    border-radius: 15px;
}

#page-contato p {
    opacity: 0.7;
}

iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.form-control {
    border: 2px solid #5f3712;
    font-weight: 500;
}

::placeholder {
    color: #5f3712 !important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #5f3712 !important;
  }

#form {
    margin-bottom: 50px;
}


.btn-default {
    border: 0;
    background: #5f3712;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    padding: 10px 25px;
}

.wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
  }


.btn-default:hover { opacity: 0.7; }

@media (min-width: 320px) and (max-width: 767px) {
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    #page-contato {
        padding-top: 70px;
    }
    
    #page-contato h1, #page-produto h1 {
        font-size: 30px;
        font-weight: 700;
        display: block;
        margin: 0 0 50px 0;
    }

    #page-contato p {
        font-size: 20px;
    }

    iframe {
        height: 500px;
    }
}