#bannerMarg{
    margin-bottom: 25px!important
}
section#contactos{
    margin-top: 60px;
    margin-bottom: 50px;
}
section#contactos .container a{
    text-decoration: none;
}
section#contactos .morada img{
    max-width: 25px;
    height: auto;
}
section#contactos form div{
    margin: 10px 0;
}
section#contactos input, section#contactos textarea{
    width: 100%;
    padding: 5px;
    border-color: #485156;
    border-width: 1px;
    outline: none;
}
section#contactos textarea{
    height: 120px;
}
section#contactos button{
    color: #fff;
    background-color: #BBCC15;
    padding: 5px 15px;
    box-shadow: none;
    border: none;
    font-weight: bold;
}
::-webkit-input-placeholder {
   color: #485156;
}
:-moz-placeholder { /* Firefox 18- */
   color: #485156;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #485156;  
}
:-ms-input-placeholder {  
   color: #485156;  
}
section#contactos .info.sucesso{
    font-size: 16px;
    text-align: center;
    color: #060;
    margin-bottom: 20px;
}
section#contactos .info.erro{
    font-size: 16px;
    text-align: center;
    color: #F00;
    margin-bottom: 20px;
}

.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: 1200px){

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