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;
}

         body{
            background-color: #2c2c2c;
         }

         .contact-section{
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
}

.section-title{
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.section-title h1{
    font-size: 3rem;
    margin-bottom: 10px;
}

.section-title p{
    color: #cfcfcf;
}

.contact-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 25px;
}

.contact-card{
    background: #3a3a3a;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: .4s;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}

.contact-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

.contact-card img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.contact-card h3{
    color: white;
    margin-bottom: 10px;
}

.contact-card p{
    color: #d6d6d6;
    margin-bottom: 15px;
}

.contact-card a{
    color: rgb(0, 132, 255);
    text-decoration: none;
    font-weight: bold;
}

.contact-card button{
    background:rgb(0, 132, 255);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
}

.contact-card button:hover{
    background:rgb(0, 132, 255);
}

.social-icons{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-icons a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.social-icons img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.hero-contact{
    background: linear-gradient(135deg,#111,#222,#333);
    padding: 100px 20px;
    text-align:center;
    color:white;
}

.hero-content h1{
    font-size:4rem;
    margin-bottom:15px;
}

.hero-content p{
    max-width:700px;
    margin:auto;
    color:#ddd;
}

.hero-content button{
    margin-top:25px;
    padding:15px 35px;
    border:none;
    border-radius:50px;
    background:rgb(0, 132, 255);
    color:white;
    cursor:pointer;
}

.location-section{
    max-width:1100px;
    margin:auto;
    padding:70px 20px;
    color:white;
    text-align:center;
}

.contact-form-section{
    max-width:800px;
    margin:auto;
    padding:70px 20px;
}

.contact-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.contact-form input,
.contact-form textarea{
    padding:15px;
    border:none;
    border-radius:10px;
    background:#3a3a3a;
    color:white;
}

.contact-form textarea{
    height:180px;
    resize:none;
}

.contact-form button{
    padding:15px;
    border:none;
    border-radius:10px;
    background:rgb(0, 132, 255);
    color:white;
    cursor:pointer;
}

.faq-section{
    max-width:1000px;
    margin:auto;
    padding:70px 20px;
    color:white;
}

.faq-item{
    background:#3a3a3a;
    margin-bottom:15px;
    padding:20px;
    border-radius:15px;
}

.faq-item h4{
    margin-bottom:10px;
}