body {
    background-color: white;
    text-decoration: column;
    margin: 0%;
}
    nav { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        font-size: 20px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding: 10px 20px; 
        height: 40px;
        color: white;
        background-color: black;
    }
    nav ul { 
        display: flex; 
        list-style: none; 
        gap: 20px; 
        margin: 0; 
        padding: 0; 
    }
    nav ul li a { 
        text-decoration: none;  
    }

    header { position: fixed; top: 0; width: 100%; background: white; z-index: 999; }

.foto{
    display: flex;
    margin-top: 57px;
    text-align: center;
    padding: 20px;
    justify-content: center;
    height: 420px;
    background-image: url("img/img1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid;
    border-image: linear-gradient(to right, red, blue);
    border-image-slice: 1;
}

.cabeca{
    background: linear-gradient(to right, red, blue);
    display: flex;
    text-align: center;
    padding: 25px;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #F4F5F0;
}

/* Container do formulário */
.form-analise {
  background: #ffffff;
  max-width: 500px;
  margin: 15px;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
  transition: 0.3s ease;
  text-align: left;
  justify-content: center;
}

/* Título */
.form-analise h2 {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #e53935;
  margin-bottom: 25px;
}

.form-analise label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 15px;
  text-align: left;
}

.form-analise input[type="radio"] {
  margin-right: 6px;
  transform: scale(1.1);
}

.form-analise label input[type="radio"] {
  display: inline-block;
  width: auto;
}

.form-analise input,
.form-analise select,
.form-analise textarea {
  width: 90%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  transition: border 0.3s ease;
}

.form-analise input:focus,
.form-analise select:focus,
.form-analise textarea:focus {
  border-color: #e53935;
  background-color: #fff;
  outline: none;
}

.form-analise button {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #e53935;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.form-analise button:hover {
  background-color: #c30303;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto1{
    display: flex;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 50px;
    margin-right: 50px;
    width: 600px;
    word-wrap: break-word;

}

.wpp1{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    margin: 3px;
    background-color: #25d366;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
    color: white;
    padding: 19px 32px 14px 32px;
    text-decoration: none;
    border-radius: 5px;
    font-family: sans-serif;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease;
}
.wpp1:hover{
    background-color: #2aaa48;
    transform: matrix3d()(-10px);
    transform: scale(1.1);
}
.wpp{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    margin: 3px;
    background-color: #25d366;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
    color: white;
    padding: 19px 32px 14px 32px;
    text-decoration: none;
    border-radius: 5px;
    font-family: sans-serif;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease;
}
.wpp:hover{
    background-color: #2aaa48;
    transform: matrix3d()(-10px);
    transform: scale(1.1);
}

.float-wpp { 
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    background: #25D366; 
    color: white; 
    padding: 12px 20px; 
    border-radius: 30px; 
    text-decoration: none; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.3); 
    z-index: 999; animation: pulse 1.5s infinite; 
    display: flex; align-items: center; 
    font-family: sans-serif;
  }
    

    @keyframes pulse { 0% {transform: scale(1);} 50% {transform: scale(1.07);} 100% {transform: scale(1);} }

.float-wpp:hover{ 
    background-color: #2aaa48;
}

#btnTopo { position: fixed; 
    bottom: 80px; 
    right: 20px; 
    background-color: #333; 
    color: white; 
    border: none; 
    padding: 10px 15px; 
    border-radius: 5px; 
    display: none;
    z-index: 999; }

.icone{
    margin-right: 15px;
}

.etapas{
    border: 1px solid #a1a0a0;
    border-radius: 8px;
    padding: 30px;
    margin: 50px;
    background-color: #EEEEEE;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
}

.passos{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.c1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to right, red, blue);
    background-clip: text;
    color: transparent;
  }

.T1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.T2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: #616161;
}

.comp{
    border: 1px solid #B0BEC5;
    border-radius: 7px;
    width: 250px;
    height: 250px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    margin: 40px;
    background-color: black;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.texto2{
    padding: 10px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    width: 900px;
    word-wrap: break-word;
}

.icon{
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
    background-color: #01e675;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
    padding: 9px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease;
}
.icon .fab{
    padding-top: 9px;
}
.icon:hover{
    background-color: #21983d;
    transform: matrix3d()(-10px);
    transform: scale(1.1);
}

.img4{
    width: 400px; 
    height: auto;
    margin-left: 50px;
}

.slideshow {
    position: fixed;
    width: 200px;
    height: 180px;
  }

  .comentario {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -320px;
    margin-top: 20px;
    background-color: black;
    color: white;
    border-radius: 10px;
    border: 0.5px solid #E0E0E0;
    padding: 30px;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
    opacity: 0;
    animation: fade 12s infinite;
  }

  .comentario:nth-child(1) {
    animation-delay: 0s;
  }

  .comentario:nth-child(2) {
    animation-delay: 3s;
  }

  .comentario:nth-child(3) {
    animation-delay: 6s;
  }

  .comentario:nth-child(4) {
    animation-delay: 9s;
  }

  @keyframes fade {
    0% { opacity: 0; }
    5% { opacity: 1; }
    25% { opacity: 1; }
    30% { opacity: 0; }
    100% { opacity: 0; }
  }

  .faq{
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 35px;
    font-size: 17px;
    width: 400px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
  }

  details {
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-left: 5px solid #E53935;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  }

  details[open] {
  background-color: #ffe7e7;
}
  .nome {
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
  }

  .estrelas {
    color: #FFD700;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .texto {
    color: #555;
  }

  .comentarios {
    max-width: 300px;
  }

  .comentario {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 8px rgba(65, 49, 49, 0.3);
  }

  .comentario .nome {
    font-weight: bold;
    color: black;
  }

  .comentario .texto {
    margin-top: 10px;
    color: black;
  }

.footer{
    background-color: black;
    color: white;
    padding: 50px;
    font-size: 15px;
    font-style: initial;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-items: center;
    text-align: center;
    border: none;
    margin-top: 0.6px;
    margin-bottom: 0%;
}

@media only screen and (max-width:600px){
  .form-analise {
    padding: 30px 20px;
  }

  .form-analise h2 {
    font-size: 22px;
  }

  .form-analise button {
    font-size: 15px;
    padding: 13px;
  }

    body{
        width: 100%;
        flex-direction: column;
        margin: 0%;
    }
    .sobre2{
        font-size: 20px;
    }
    
}
@media only screen and (max-width:768px){
    body{
        width: 100%;
        margin: 0%;
    }
    .foto{
        height: 200px;
        margin-top: 50px;
    }
    .cabeca{
        font-size: 17px;
        padding: 13px;
        height: 60px;
    }
    .texto1{
        display: flex;
        font-size: 10px;
        padding: 10px;
        /* width: 88vh; */
        margin-right: 2px;
        text-align: center;
    }
    .comp{
        width: 100px;
        height: 110px;
        padding: 23px;
        margin: 19px;
        font-size: 7px;
    }
    .c1{
        font-size: 15px;
        text-align: center;
    }
    .etapas{
        padding: 10px;
        margin: 10px;
    }
    .passos{
        font-size: 14px;
    }
    .T1{
        font-size: 20px;
    }
    .T2{
        font-size: 13px;
    }
    .footer{
        padding: 25px;
        font-size: 10px; 
        margin-top: 1px;
    }
    .wpp{
        padding: 12px 8px 12px 8px;
        font-size: 17px;
    }
    .img4{
        width: 200px;
        margin-left: 0%;
    }
    .flex1{
        flex-direction: column;
    }
    .faq{
        padding: 15px;
        font-size: 12px;
        width: 250px;
    }
    nav{
        font-size: 13px;
        height: 33px;
    }
}
@media only screen and (max-width:938px){
    .texto1{
        text-align: center;
    }
    .texto2{
        padding: 7px;
        font-size: 12px;
        margin-bottom: 13px;
        width: 315px;
    }
    .slideshow {
        width: 80%;
        height: auto;
    }
    .comentario {
        position: absolute;
        width: 250px;
        left: 50%;
        margin-left: -140px;
        padding: 15px;
        font-size: 14px;
    }
    .estrelas {
        font-size: 16px;
    }
}

@media only screen and (max-width:1045px){
    .wpp1{
        display: none;
    }
}