section#contactos{
    padding-bottom: 50px;
}

section#contactos .titulo_onde_estamos span{
    color: #ED1C24;
    font-size: 15px;
}

section#contactos .titulo_formulario_recrutamento{
    color: #ED1C24;
    font-size: 15px;
}

section#contactos .linha_separadora_contactos{
    margin-top: 5px;
    border-bottom: 1px solid #FDB813;
}

section#contactos label{
    color: #ED1C24;    
}

section#contactos #map_canvas{
    margin-bottom: 10px;
}
section#contactos .container.conteudo{
    padding-top: 30px;
}
section#contactos .container a{
    text-decoration: none;
}

section#contactos .morada{
    color: #666666;
    font-size: 12px;
}

section#contactos .morada a:link{
    color: #666666;    
}

section#contactos .morada a:visited{
    color: #666666;    
}

section#contactos .morada a:hover{
    color: #666666;
    text-decoration: underline;
}

section#contactos form div{
    margin: 10px 0;
}
section#contactos input, section#contactos textarea{
    width: 100%;
    padding: 5px;    
    color: #333;
    border:none;
    outline: none;
    resize:none;
    background-color: #FDE8E9;
}
section#contactos textarea{
    height: 120px;
}
section#contactos button{
    color: #ED1C24;
    background: none;
    box-shadow: none;
    border: none;
    font-weight: normal;
    font-size: 13px;
}
section#contactos button i{
    font-size: 15px;
    color: #ED1C24;
}
::-webkit-input-placeholder {
   color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}
:-ms-input-placeholder {  
   color: #666666;  
}
section#contactos .info.sucesso{
    position: absolute;
    font-size: 15px;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
    margin-top: -40px;
}
section#contactos .info.erro{
    position: absolute;
    font-size: 15px;
    text-align: center;
    color: #ED1C24;
    margin-bottom: 20px;
    margin-top: -40px;
}
section#contactos #ficheiro_escondido{
    visibility: hidden;
    height: 0;
}
section#contactos #upload{
    color: #ED1C24;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}
section#contactos #upload i{
    font-size: 17px;
    color: #ED1C24;
}
section#contactos .botaoEnvia{
    margin: 0;
}
.gm-style-iw{
    height: 100% !important;
    overflow: hidden !important;
    width: 100px;
    text-align: center;
    display: inline-block;
}

@media (max-width: 767px) {

   
}
@media (max-width: 991px) AND (min-width: 768px) {
   
}
@media (min-width: 992px) AND (max-width: 1209px){
  
}
@media (min-width: 1210px) {
    
}
section#contactos #nomeFile{
    padding-left: 10px;
    color: #ED1C24;
}
section#contactos #button_view_map{
    background-color: #8CC63E;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 20px;
}