
.breadcrumbs{
    padding-top: 40px;
}

.bd_home a{
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    font-weight: 400;
    background: #eaebee;
    color: #222e40;
    padding: 3px;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
    line-height: normal;
    float: left;
    border: none;
    outline: none;
}

.bd_home a:hover{
    background: #222e40;
    color: #eaebee;
}

.bd_produtos a{
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    font-weight: 400;
    background: #eaebee;
    color: #222e40;
    padding: 3px;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
    line-height: normal;
    float: left;
    border: none;
    outline: none;
}

.bd_produtos a:hover{
    background: #222e40;
    color: #eaebee;
}

.titulo_produtos{
    color: #222e40;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.linha_container{
    background-image: url("../img/geral/linha_container.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 3px;
    background-size: cover;
}

.container_contato{
    margin-top: 30px;
}

.subtitulo_contato {
    color: #374b68;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 40px;
}

.content_contato{
    font-family: 'Poppins';
    font-size: 17px;
    color: rgba(0,0,0,0.8);
    margin-top: 10px;
    line-height: 1.5;
}

#form_contato{
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    float: left;
    padding-right: 30px;
}

.form_contato{
    width: 100%;
    border: 3px solid #cccccc;
    outline: none;
    color: #222e40;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    resize: none;
}

input.form_contato{
    height: 40px;
}

#limpar_dados{
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: #cccccc;
    color: #ffffff;
    width: 48%;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    font-weight: normal;
}

input#limpar_dados:hover{
    border: 3px solid #374b68;
    background-color: #fff;
    color: #374b68;
    transition: background-color 0.3s;
}

#enviar_contato{
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: #2ecc71;
    color: #ffffff;
    width: 48%;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    float: right;
    font-weight: normal;
}

input#enviar_contato:hover{
    border: 3px solid #2ecc71;
    background-color: #fff;
    color: #2ecc71;
    transition: background-color 0.3s;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #222e40;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #222e40;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #222e40;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #222e40;
}

/*MOBILE*/
@media screen and (max-width: 910px){
    #enviar_contato, #limpar_dados{
        font-size: 12px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px){
    #form_contato{
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 420px){
    #limpar_dados{
        width: 40%;
    }

    #enviar_contato{
        width: 56%;
    }

    .titulo_produtos{
        font-size: 40px;
    }

    .subtitulo_contato{
        font-size: 20px;
    }
}