@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;

}

body {
    background-color: #91d2bc;
}

.max-width {
    padding: 0 50px;
    margin: auto;
}

.navbar .logo img {
    width: 200px;
    /* padding: 10px;*/
}

.navbar {
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #458b74;
    margin-top: 40px;

}

.navbar .max-width {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    
}

.navbar .menu li {
    list-style: none;
    display: inline-block;
}

.navbar .menu-1 {
    list-style: none;
    display: inline-block;
    border-radius: 39px;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease;
    cursor: pointer;

}

.navbar .menu-1 a {
    font-size: 18px;
}

.navbar .menu li a {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-left: 25px;
    transition: all 0.3s ease;
}

.navperfil{
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    padding: 2px 10px;
    align-items: center;
    justify-content: center;
}

.navperfil span{
    color: black;
    text-align: center;
    text-decoration: none;
}

.navperfil span a{
    color: black;
    text-align: center;
    text-decoration: none;
}

.navperfil li{
    background-color: #1900ff;
    color: rgb(255, 255, 255) !important;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 18px;
}

.navperfil li a{
    color: rgb(255, 255, 255) !important;
}

.corentrar{
    color: rgb(0, 0, 0);
    padding: 5px;
}


.menu-btn {
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    display: none;
}

.navbar .menu li a:hover {
    transform: scale(1.1);
}

.navbar .menu-1:hover {
    transform: scale(1.1);
    /* Aumenta o botão em 10% */
    border: none;
}





/*Tela Inicial*/



.container-banner {
    padding: 0 50px;
    margin: auto;
    display: flex;
    flex-direction: row;
    /*direção horizontal do componente*/
    gap: 150px;
    width: 100%;

}

.left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left img {
    margin-top: 45px;
    width: 500px;
}

.right {
    flex: 1;
    margin-top: 45px;
}

.top-content {
    background-color: #185541;
    padding: 20px;
    text-align: center;
    margin-top: 68px;
}

.top-content .text-3 {
    margin-bottom: 20px;
}

.top-content .text-3 li {
    list-style: none;
    text-align: justify;
    margin-left: 30px;
    padding: 6px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 600;
    margin-top: 8px;
}

.top {
    background-color: #458b74;
    margin-top: 25px;
    color: #fff;
    display: flex;
}

.text-1 {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.text-1 span {
    color: #09ff11;
}

i{
    z-index: 10;
}

.right .text-4 {
    margin-top: 18px;
    text-align: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.text-4 span {
    color: #09ff11;
}

.top-2 {
    background-color: #ffcc00;
    margin: 50px;
    display: flex;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 28px;
    width: 80%;
    justify-self: center;
    justify-content: center;
}

.top-2 .container {
    font-size: 23px;
    text-align: center;
    justify-content: center;

}


.container .butt {
    justify-content: center;
    width: 200px;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 'semibold';
    border-radius: 37px;
    background-color: #0055ff;
    color: #fff;
    justify-self: center;
    animation: pulsar 2.5s infinite;

}

.container .butt a {
    color: #fff;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;
    font-style: italic;
}

/*Sobre nós*/

.nossa{
    margin: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
   justify-self: center;
    text-align: justify;
    font-family: "Ubuntu", sans-serif;
}


.nossa h3{
    font-size: 40px;
    padding: 5px;
    margin: 15px;
    justify-self: center;
    text-align: center;
    background-color: #458B74;
    color: #fff;
    align-self: center;
    width: 450px;
    border-radius: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-top: 50px;
}

.nossa h2{
   
    padding: 5px;
   margin: 10px;
    
    font-size: 28px;
    text-align: center;
    border: none;
    border-radius: 20px;
    justify-self: center;
    align-self: center;
    color: #458B74;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}


/*Botão agendar ficar pulsando*/
@keyframes pulsar {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



.somos {
    margin: 30px;
    background-color: #458b74;
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 86%;
    justify-self: center;
}

h3 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    justify-self: center;
}

h4 {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 10px;
}

.somos .leftso {
    text-align: center;
    margin: 15px;
}

.somos .leftso h4 {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}


.leftso {
    width: 100%;
    text-align: justify;
    padding: 30px;
    justify-content: center;
}

.rightso img {

    width: 350px;

}

.rightso {
    background-color: #185541;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftso span {
    background-color: blue;
    border-radius: 30px;
    font-size: 19px;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
   display: block;
   width: auto;
cursor: pointer;
    transition: all 0.3s ease-in;
    align-items: center;
    justify-self: center;
}

.leftso span:hover {
     transform: scale(1.1);
     border: none;
}

.leftso span a{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}


.roda{
    background-color: #458b74;
    justify-content: space-between;
   margin-top: 90px;
    flex-direction: row;
    align-items: center;
    display: flex;
    padding: 45px;
    
}

.roda .info{
     list-style: none;
     font-family: "Poppins", sans-serif;
     padding-top: 10px;
     color: #fff;
     font-family: "Poppins", sans-serif;
     font-weight: 300;
}

.roda .info li a{
    color: #fff;
}

.roda .desen{
     list-style: none;
     font-family: "Poppins", sans-serif;
     color: #fff;
     
}

.roda .desen li{
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.roda .desen span{
    font-size: 23px;
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.roda .desen li a{
    color: #fff;
}

.roda .alcina li{
     list-style: none;
     font-family: "Poppins", sans-serif;
     padding-top: 10px;
     font-size: 23px;
     color: #fff;
     
}

.roda .alcina img{
    width: 100px;
}
/*Fim da tela inicial*/







/*Tela de cadastro*/

.cadas{
    justify-items: center;
    margin: 90px;
    font-size: 18px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.cadas input{
    text-align: center;
    align-items: center;
    display: flex;
    width: 800px;
    height: 59px;
    background-color: transparent;
    border: #000 solid 3px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 15px;
}

.cadas .data{
    width: 800px;
    display: flex;
    gap: 30px;
    
}

.cadas .data p{
    text-align: left;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

input::placeholder {
  font-weight: 600;
  /* Outras propriedades que você queira aplicar */
  color: #000;
  font-family: "Poppins", sans-serif;
}

#icon{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url('../IMAGE/show.png');
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
}

#icon.hide{
    background: url('../IMAGE/hide.png');
    background-size: cover;
}

.senha{
    position: relative;
}

.senha input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.data input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.buton input{
    background-color: #0055ff;
    display: block;
    width: 180px;
    border: none;
    font-size: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    height: 50px;
    border-radius: 15px;
    font-weight: 500;
}

.termos{
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}
/**/




/*Escolher opções*/

.titresi{
    font-size: 30px;
    background-color: #458b74;
    margin: 50px;
    text-align: center;
    width: 410px;
    padding: 15px;
    color: #fff;
    border-radius: 40px;
    justify-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

#formulario{
    justify-items: center;
}

#formulario h6{
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.escolha{
    background-color: transparent;
    border: 2px solid #000;
    margin: 50px;
    padding: 15px;
    border-radius: 10px;
    width: 900px;
}

.escolha h5{
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: center;
}

.umaop{
    display: flex;
    gap: 30px;
    justify-self: center;
}

.maisop{
     display: flex;
    gap: 30px;
    justify-self: center;
}

.maisop button{
    background-color: transparent;
   padding: 10px 40px 10px 40px;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    border: #000 solid 2px;
}

.umaop button{
    background-color: transparent;
     padding: 10px 40px 10px 40px;
    border-radius: 30px;
     font-family: "Poppins", sans-serif;
      border: #000 solid 2px;
}

.umaop button:hover{
    background-color: #0055ff;
}

.umaop button.selected{
    background-color: #458b74;
    color: #fff;
   /* border-color:#fff ;*/
}

.maisop button.selected{
    background-color: #458b74;
    color: #fff;
   /* border-color:#fff ;*/
}

.maisop button:hover{
    background-color: #0055ff;
}

.conti button{
    background-color: #0055ff;
    color: #fff;
    padding: 10px 40px 10px 40px;
    font-size: 20px;
    border: none;
    border-radius: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

/*Alerta para selecionar as opções*/


  #toast {
    visibility: hidden;
    min-width: 280px;
    background-color: #cf0202;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 12px 16px;
    position: fixed;
    top: 20px;
    right: 390px;
    z-index: 1000;
    font-weight: 400;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: opacity 0.5s, ease-in 0.5s;
    opacity: 0;
    font-family: "Inter", sans-serif;
    font-style: italic;
  }

  #toast.show {
    visibility: visible;
    opacity: 1;
    top: 40px;
  }

  #toast i {
    font-size: 20px;
  }
  
/**/


/*Escolher opções rapida ou normal*/

h8{
    font-size: 38px;
   justify-self: center;
   display: flex;
   margin-top: 25px;
   font-family: "Poppins",sans-serif;
   padding-top: 30px;
   font-weight: 500;
}

h9{
    font-size: 35px;
    font-family: "Ubuntu", sans-serif; 
    font-weight: 500; 
    display: block;
    padding-bottom: 20px;
}


.esco{
    border: #000 solid 3px;
    text-align: center;
    width: 600px;
    margin: 50px;
  justify-self: center;
  border-radius: 20px;
  padding: 35px;
  cursor: pointer;
    background-color: transparent;
    transition: all ease 0.4s;
}

.esco a{
    color: #000;
}

.esco p{
    font-size: 20px;
    text-align: justify;
    padding: 2px;
    padding-top: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.preco{
    color: red;
}

.esco:hover{
    transform: scale(1.1);
}

/**/





/*Tela de contato*/

.cont{
    display: flex;
    flex-direction: column;
   /* width: 350px;*/
    justify-self: center;
    
}

h10{
    font-size: 30px;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-bottom: 25px;
    padding-top: 35px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.cont input{
    background-color: transparent;
    border: 2px solid #000;
    margin: 5px;
    border-radius: 6px;
    font-size: 18px;
    width: 800px;
    align-self: center;
    height: 46px;
    text-align: center;
}

input::placeholder{
    text-align: center;

}

.env input{
    background-color: #0055ff;
    width: 200px;
    border: none;
    color: #fff;
    height: 35px;
    align-self: center;
    display: flex; 
    justify-self: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin: 5px;
    border-radius: 18px;
    text-align: center;
}

/**/











/*Endereço*/

.ender{
    display: flex;
    flex-direction: column;
   justify-self: center;

}

.ender input{
    width: 800px;
    height: 59px;
    background-color: transparent;
    border: #000 solid 3px;
    border-radius: 10px;
    font-size: 18px;
    margin: 5px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
}

h11{
    font-size: 30px;
    justify-content: center;
    display: flex;
    margin-top: 45px;
    margin-bottom: 25px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    font-style: italic;
}


.end input{
    width: 200px;
    height: 45px;
    display: flex;
    justify-self: center;
    background-color: #0055ff;
    color: #fff;
    border: none;
    font-size: 25px;
}
/**/




/*pagina serviço*/

.ser{
    flex-direction: row;
    gap: 30px;
    display: flex;
    justify-self: center;
   margin: 50px;
  
    
}

/*retângulo verde*/
.vvv {
    text-align: center;
    color: white;
    font-size: 30px;
    border: 10px solid #458B74;
    background-color: #458B74;
    border-radius: 30px;
    width: 400px;
    margin: 30px;
    justify-self: center;
    margin-top: 70px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}


.ser .r1 {
    background-color: transparent;
    border: #000 solid 2px;
    cursor: pointer;
 
    padding: 30px;
    border-radius: 30px;
    height: 360px;
   width: 650px;
   justify-content: center;
   justify-items: center;
    
}



.ser .r1 span{
    font-size: 20px;
    padding: 5px;
    text-align: center;
    justify-self: center;
    display: flex;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.ser .r2 span{
     font-size: 22px;
    padding: 5px;
    text-align: center;
    justify-self: center;
    display: flex;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/*retângulos serviços*/
.ser .r2 {
background-color: transparent;
    border: #000 solid 2px;
    cursor: pointer;
    transition: all ease-in 0.3s;
    padding: 30px;
    border-radius: 30px;
    height: 360px;
    width: 650px;
    justify-content: center;
}


h12{
    font-size: 35px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
   justify-content: center;
   display: flex;
    
}
.ttt6 {
    color: black;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}




.ser .r1 a{
    justify-self: center;
    display: flex;
    background-color: #0055ff;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    transition: all ease-in 0.3s;
}

.ser .r2 a{
    justify-self: center;
    display: flex;
    background-color: #0055ff;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    transition: all ease 0.3s;
}

a:hover{
     transform: scale(1.1);
}





/**/


/*Desenvolvedores*/



.apre{
    justify-self: center;
    margin: 60px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-items: center;
}




.apre .ttt12 {
    font-size: 40px;
    color: #458B74;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.apre p{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: italic;
    display: flex;
    justify-content: center;
}

.apre b{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    
}

.apre .ttt13 {
    color: black;
    font-size: 24px;
    

}

.apre .foto{
    align-self: center;
    padding: 25px;
    
}

.apre .foto img{
    width: 350px;
    display: flex;
    border-radius: 50px;
    height: 580px;
   object-fit: cover;
}



/**/






.agenda{
    display: flex;
    flex-direction: row;
    margin: 50px;
    justify-self: center;
}



.calendar-container {
    max-width: 800px;
    margin: 100px;
    background: #458b74;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    justify-self: left;
    
  }
  .month-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .month-nav button {
    padding: 8px 12px;
    border: none;
    background: #0055ff;
    color: white;
    border-radius: 6px;
    cursor: pointer;
  }
  .month-nav button:hover {
    background: #0069d9;
  }
  .month {
    font-weight: bold;
    font-size: 20px;
  }
  .weekdays, .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .weekdays div, .days div {
    padding: 12px;
    text-align: center;
  }
  .weekdays {
    font-weight: bold;
    background: #007bff;
    color: white;
    border-radius: 8px 8px 0 0;
  }
  .day {
    background: #fff;
    margin: 2px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    transition: 0.2s;
  }
  .day:hover {
    background: #d0ebff;
  }
  .day.hoje {
    border: 2px solid #007bff;
  }
  .day.totalmente-reservado {
    background: #ccc;
    cursor: not-allowed;
  }
  .day.parcialmente-reservado {
    background: #ffeeba;
  }
  .day.inativo {
    background: #f0f0f0;
    cursor: not-allowed;
    color: #999;
  }
  .horarios {
    background: #458b74;
    padding: 15px;
    border-radius: 8px;
    margin-top: 100px;
    max-width: 450px;
    display: flex;
    justify-self: right;
    margin-right: 200px;
    width: 600px;
    height: 210px;

    
  }
  .horario-btn {
    padding: 10px 15px;
    margin: 5px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: #28a745;
    color: #fff;
    transition: 0.2s;
  }
  .horario-btn:hover {
    background: #218838;
  }
  .horario-btn.reservado {
    background: #ccc;
    cursor: not-allowed;
  }

  h14{
    font-size: 27px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }


  #horariosDisponiveis button{
    display: inline-flex;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

#horariosDisponiveis button:hover{
    background-color: darkgray;
}
   

#horariosDisponiveis{
     gap: 10px;
     display: flex;
     padding: 5px;
}

#btnConfirmar{
    display: flex;
    font-size: 20px;
    margin-top: 15px;
    justify-self: center;
    background-color: #0055ff;
    color: #fff;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: italic;
}


/**/


/*Pagamento*/


.pagamento{
    background-color: #458B74;
    display: flex;
    justify-self: center;
    justify-self: center;
    margin: 90px;
    flex-direction: column;
    padding: 40px;
    border-radius: 5px;
    flex-direction: row;
    gap: 60px;
    width: 1100px;
    justify-self: center;
}

.pagamento label{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    display: flex;
    margin-bottom: 5px;
}

.pagamento .informa{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-self: center;
    gap: 15px;
    font-size: 20px;
}
.pagamento strong{
    color: #000;
}

#pixContainer img{
    display: flex;
    width: 50%;
    justify-self: center;
}

h22{
    font-size: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    display: flex;
}

.pagamento .metodo{
   gap: 5px;
   flex-direction: column;
    display: flex;
    justify-self: center;
}

.dados{
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.dados a{
    background-color: #0055ff;
    color: #fff;
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    justify-self: right;
    display: flex;
    justify-content: center;
    width: 150px;
}



/**/






/* Caixa de confirmação */
    .confirmacao {
      display: none;
      background: #e8ffe8;
      border: 2px solid #28a745;
      border-radius: 12px;
      padding: 20px;
      margin-top: 25px;
      text-align: center;
      color: #155724;
      font-weight: bold;
      animation: fadeIn 0.6s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }


    .message {
      background-color: #ffffff48;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      width: 500px;
      justify-self: center;
      display: flex;
      margin-top: 60px;
      flex-direction: column;
      
    }

    .message p{
        font-size: 20px;
    }


/*RESPONSIVIDADE*/
@media(max-width: 768px){
    .container-banner {
    flex-direction: column;
    }

    .somos {
    flex-direction: column;
    width: 86%;
    }

    .rightso{
        padding-top: 30px;
    }

    .roda{
        flex-direction: column;
    }

    
}




    @media(max-width:947px){
    .menu-btn {
        display: block;
        z-index: 999;
    }

    .menu-btn i.active:before {
        content: "\f00d"
    }

    .navbar .menu {
        background-color: #458b74;
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        text-align: center;
        padding-top: 80px;
        transition: all 0.4s ease-in;
        z-index: 999;
    }

    .navbar .menu-1 {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 7vh;
        width: 60%;
        left: -100%;
        top: 0;
        text-align: center;
        padding: 2px;
        margin-top: 260px;
        transition: all 0.4s ease-in;
        z-index: 999;

    }

    

    .navbar .menu.active {
        left: 0;
        z-index: 999;
    }

    .navbar .menu li {
        display: block;
    }

    .navbar .menu li a {
        display: inline-block;
        margin: 13px 0;
        font-size: 25px;
    }

    .max-width {
        max-width: 930px;
    }

    .navbar .menu-1.active {
        left: 20%;
        right: 20%;

    }

    .navbar .menu-1 li {
        display: block;
    }

    .navbar .menu-1 li a {
        display: inline-block;
        margin: 13px 0;
        font-size: 25px;
    }

    .container-banner {
        gap: 30px;
        padding-bottom: 15px;
    }


    .left img {
    margin-top: 55px;
    width: 350px;
}


.top-content {
    background-color: #185541;
    padding: 20px;
    text-align: center;
    margin-top: 68px;
}

.top-content .text-3 {
    margin-bottom: 20px;
}

.top-content .text-3 li {
    list-style: none;
    text-align: justify;
    margin-left: 30px;
    padding: 6px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 600;
    margin-top: 8px;
}

.top {
    background-color: #458b74;
    margin-top: 25px;
    color: #fff;
    display: flex;
}

.text-1 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.text-1 span {
    color: #09ff11;
}

i{
    z-index: 10;
}

.right .text-4 {
    margin-top: 18px;
    text-align: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
}





h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 19px;
    font-style: italic;
}

.ser{
    display: flex;
    margin: 15px;
    flex-direction: column;
    gap: 50px;
}



.ser .r1 {
    background-color: transparent;
    border: #000 solid 2px;
    cursor: pointer;
 
    padding: 30px;
    border-radius: 30px;
    height: 360px;
   width: 650px;
   justify-content: center;
   justify-items: center;
    
}







.apre{
    justify-self: center;
    margin: 60px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-items: center;
}




.apre .ttt12 {
    font-size: 40px;
    color: #458B74;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.apre p{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: italic;
    display: flex;
    justify-content: center;
}

.apre b{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align:center;
    
}

.apre .ttt13 {
    color: black;
    font-size: 24px;
    

}

.apre .foto{
    align-self: center;
    padding: 25px;
    
}

.apre .foto img{
    width: 300px;
    display: flex;
    border-radius: 50px;
    height: 480px;
   object-fit: cover;
}



.pagamento{
    background-color: #458B74;
    display: flex;
    justify-self: center;
    justify-self: center;
    margin: 90px;
    flex-direction: column;
    padding: 40px;
    border-radius: 5px;
    flex-direction: row;
    gap: 60px;
    width: 800px;
    justify-self: center;
}

.pagamento label{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    display: flex;
    margin-bottom: 5px;
}

.pagamento .informa{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    gap: 15px;
    color: #fff;
}

h22{
    font-size: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    display: flex;
}

.pagamento .metodo{
   gap: 5px;
   flex-direction: column;
    display: flex;
    justify-self: center;
}

.dados{
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.dados button{
    background-color: #0055ff;
    color: #fff;
    font-size: 20px;
    padding: 10px 40px 10px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    justify-self: right;
    display: flex;
    justify-content: center;
    width: 150px;
}

}




