

.face_icon, .insta_icon {
    width: 15px;
    margin-right: 5px;
}

.mosaico_contato {
    background: 
    linear-gradient( #2f3139 95%, transparent 95%) left/ 2px 100%; 
    background-repeat: no-repeat;
    padding-left: 40px;
}
.contatos_contato p:first-child{
color:#2f3139;
font-weight: normal
}

.contatos_contato p{
color:#2c5273;
font-weight: bold;
margin: 10px;
text-align: left;
}
.form_contato form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 499px;
}
.name_tel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.name_form, .tel_form, .email_form, .mensagem_area{
border: none;
background-color: #ffffff;

font-family: 'Roboto', sans-serif;
    color: #2f3139;
    line-height: 1.2;
    font-size: 12px;
    padding:15px
}
.name_form, .tel_form{
    max-width: 246px;
    width:48%;
    height: 48px;
    margin-bottom:10px;
}
.email_form{
    width:100%;
    max-width: 499px;
    height: 48px; 
    margin-bottom:10px;

}
.area_send{
    display:flex;
    margin-bottom:10px;
}
.mensagem_area{
width:90%;
height: 81px;
margin-right:5px;
}
.button_form{
width: 80px;
height: 81px;
background-color: #2f3139;
text-transform: uppercase;
color: #f1f1f1;
border: none;
cursor: pointer;
margin: 0 0 0 auto;

}
.button_form:hover{
    filter:
    brightness(1.3);
    background-color:#2c5273;
    box-shadow: 0px 0px 0px 1px #2c52735a ;
}
.footer_form{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 5px;
    margin-top: 20px;
    font-size: 14px;
}
.footer_form ol{
    display: flex;
}
.social_contato{
    padding-left: 10px;
    margin-bottom: 20px;
}
.icn_adresses_social{
    display: flex;
    padding-left: 20px;
}
.adress_icon{
    height: 40px;
    width: 40px;
}
.adresses_social{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    max-width: 325px;
}
.adresse_social{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 20px;
}
.adresse_social a:first-child{
    text-transform: uppercase;
    color:#2c5273;
    font-weight: 900
}
.img_adress:hover, .insta_icon:hover, .face_icon:hover {
    filter: brightness(0.2);
}
:focus {outline:none}

input:focus, textarea:focus {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (min-width:620px) {   
    .footer_form{
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 644px;
        align-content: flex-start;
    }
}


@media screen and (min-width:900px) {
    .contato section{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        max-width: 1256px;
    }
    
    .cont_contato {
        width: 46%;
        display: flex;
        flex-direction: column;   
    }
    .footer_form{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: space-between;
    }
}
@media screen and (min-width:1242px){
        
        .contato section{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-start;
            width: 100%;
            margin: 0 auto;   
        }       
                */
        .cont_contato {
            width: 50%;
        }
}
