body{
    margin:0;
    padding:0;
}
.fotoinicio {
  background-repeat: no-repeat;
  background-image: url("static.segue.os.sinais/Foto.capa.website.png"); 
  background-size: 100% 100%;
  height:100vh;
  width:100%;
  margin-top:-20px; 
}

.fotoquemsomos{
  background-repeat: no-repeat;
  background-image: url("static.segue.os.sinais/foto.quemsomos.png"); 
  background-size: 100% 100%;
  height:100vh;
  width:100%;
  margin-top:-30px; 
}

.fotoserviços{
  background-repeat: no-repeat;
  background-image: url("static.segue.os.sinais/foto.serviços.png"); 
  background-size: 100% 100%;
  height:100vh;
  width:100%;
  margin-top:-30px;
}

.fotofeedback{
  background-repeat: no-repeat;
  background-image: url("static.segue.os.sinais/foto.feedbacks.png"); 
  background-size: 100% 100%;
  height:100vh;
  width:100%;
  margin-top:-30px;
}

.fotocontactos{
  background-repeat: no-repeat;
  background-image: url("static.segue.os.sinais/foto.contactos.png"); 
  background-size: 100% 100%;
  height:100vh;
  width:100%;
  margin-top:-30px;

}

.textoinicio {
    max-width: 960px;
    margin:0 auto;
    margin-top: 20px;
    padding-top:20px;
    font-family: montserrat;
}
.nav{ 
    list-style-type:none;
    text-align:center;
    margin: 0;
    padding: 0;
}
.nav li{
    background-color:rgba(255, 255, 255, 0.7);
    display:inline-block;
    margin:45px;
    padding:13px;
    list-style-type:none;
    alignment:center;
    border-radius: 17px;
    font-weight:bold;
    font-size: 15px;;
    font-family: montserrat;
}

.logo{
    position: relative; 
    /* Com o posicionamento temos de meter distancia do bottom e right */
    top:10px;
    left:5%;
    background-color: rgba(255, 255, 255, 0.7);
    width:13%;
    border-radius:20px
}
.capa h1{
    background-color: rgba(0, 148, 163, 0.63);
    color:white;
    font-family:Josefine Sans;
    font-size: 80px;
    width:80%;
    border-radius:20px;
    margin-bottom:10px;
    padding-left:30px;
    margin-top:20px   
}
.capa h2{
    background-color: rgba(255, 255, 255, 0.77);
    color:black;
    font-family:Montserrat;
    font-size: 25px;
    width:70%;
    border-radius:20px;
    margin-top:0;
    padding-left:30px;
    margin-top:20px;
    
}
.capa h3{
    background-color: #d76754;
    color:white;
    font-family:Montserrat;
    font-size: 20px;
    width:18%;
    border-radius:20px; 
    text-align: center;
    padding-left:30px;
    padding-right: 30px;
}

.quemsomos h3{
    color:aliceblue;
    font-size: 30px;
    font-family:Montserrat;
    margin-bottom:-30px;
    padding:30px;
    padding-left:100px
}

.quemsomos p{  
    float:left;
    color: aliceblue;
    font-family:Montserrat;
    font-size: 18px;
    line-height: 1.6;
    padding: 50px;
    margin:0;
    padding-top:0;
}

.serviços h3{
    color:black;
    font-size: 30px;
    font-family:Montserrat;
    margin-bottom:-30px;
    padding:30px;
    padding-left:100px
}

.container {
    display: grid;
    grid-template-columns: 1fr 0.60fr;
    align-items: center;
    margin:auto
}
.text {
    padding: 50px;
    
}
.image img {
    max-width: 100%;
    height: auto;
    align:right;
    width:70%
}

.container2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: right;
}
.text2 {
    padding: 0px;
    padding-right:350px;
    line-height: 30px;
    font-family: montserrat;
 
}
.image2 img {
    max-width: 28%;
    height: auto; 
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: #f9f4c9;
    width: 80%;
    margin:0 auto;
    margin-top: 80px;
    padding-top:20px;
    height: 65%;

}
.flex-container > div {
    background-color: #f9f4c9;
    width: 33%;
    margin: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    padding-top:5px
}
a:link{
    text-decoration: none;
    color:black
}
a:visited{
    text-decoration: none;   
    color:black         
}
form {
    background: rgba(255, 255, 255, 0.9) ;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width:50%;
    font-family:montserrat;
    margin:auto;
    margin-top: 50px;
}
.form-group {
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
}
label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #000000;
}
      input[type="text"],
      input[type="email"],
      textarea {
        width: 100%;
        padding: 10px;
        border: 2px solid #e0d5f9;
        border-radius: 6px;
        transition: border-color 0.3s ease;
        box-sizing: border-box;
      }
      input[type="text"]:focus,
      input[type="email"]:focus,
      textarea:focus {
        outline: none;
        border-color: rgba(0, 148, 163);
        box-shadow: 0 0 5px rgba(0, 148, 163);
      }
      textarea {
        height: 100px;
        resize: vertical;
      }
      #imagePreview {
        max-width: 50%;
        margin-top: 10px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }
      button[type="submit"] {
        background: rgba(0, 148, 163);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease;
        width: 100%;
        margin-top: 10px;
      }
      button[type="submit"]:hover {
        background: rgba(0, 148, 163);
        transform: translateY(-2px);
        box-shadow: 0 2px 6px rgba(0, 148, 163);
      }

.chat{
    position: relative; 
    /* Com o posicionamento temos de meter distancia do bottom e right */
    bottom:30px;
    right:30px;
    color:aliceblue;
    /* width:50px; */
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}
.voltamenu{
    position: fixed; 
            /* Com o posicionamento temos de meter distancia do bottom e right */
    bottom:30px;
    right:30px;
    
    color:aliceblue;
    width:150px;
    border-radius: 5%;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}