html main{
    background-color: #2c2c2c;
    color: white;
}



.conteiner-contact{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height:900px;
    background: url(../images/a.roy/fundo.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: start;
   
    
}
.conteiner-contact h1{
    text-align: center;
    color: white;
    padding-top: 60px;

}
.conteiner-contact p{
    text-align: center;
    color: white;
    padding-top: 50px;
}
.inner-contact{
   
    margin-left: auto;
    margin-right: auto;
    width: 414px;
    padding: 20px;
  
  border-radius: 30px;

}


.conteiner-como-contactar{
    
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 300px;
    background-color: #3b3a3a;
    text-align: center;
    padding-top: 50px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;


}
.conteiner-como-contactar img{
    width: 50px;
    height: 50px;
   
}
.conteiner-como-contactar button{
    margin-top: 2%;
    padding: 14px;
    background-color: #0056b3;
    color: white;
    border-radius: 20px;
    border: none;
    transition: all 2s ;
}
.conteiner-como-contactar button:hover{
    box-shadow: 0 4px 6px #0477f1;
    background-color:  #1074de;
    cursor: pointer;
    transition: all 1s ;
    cursor: pointer;
    transform: translateY(-5px);
}
.conteiner-como-contactar button:active{
   transform: translate(-2px, 2px);
    background-color:  #092d54;
   
}

.conteiner-como-contactar01{
    
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 300px;
    background-color: #3b3a3a;
    text-align: center;
    padding-top: 50px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.conteiner-como-contactar01 img{
    width: 40px;
    height: 40px;
}
.conteiner-como-contactar02{
    
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 400px;
    background-color: #3b3a3a;
    text-align: center;
    padding-top: 50px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: start;
}

.inner-como-contactar01{
    display: flex;
    justify-content: center;
    padding: 13px;
    gap: 60px;
}
.inner-como-contactar01-por-email p a{
    color: white;
    text-decoration: none;
}
.Siga-nos h1{
    margin-bottom: 20px;
}
.Siga-nos img{
    border-radius: 50%;
    transition:  2s;
    transform: scale(1.1);
}
.Siga-nos a{
  text-decoration: none;
  padding: 5px;
  
}

.Siga-nos a img:hover{
    transform: translateY(-4px );
    transition:  1s;
  
}
.Siga-nos a img:active{
    transform: scale(1.2);
    transition: .1s;
}