header {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
  background: #fffbfb;
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 30px 30px 80px;
  }
}

.button-try-it {
  border: 1px solid #ff0040;
  border-radius: 50px;
  color: #ff0040;
  background: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.logo {
  width: 102px;
  height: 32px;
}

.section-formulary {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px 50px 70px;
  background: #fffbfb;
}

@media only screen and (max-width: 1200px) {
  .section-formulary {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.section-formulary-img {
  width: 80%;
  max-width: 550px;
}

@media only screen and (max-width: 1200px) {
  .section-formulary-img {
    width: 0%;
    display: none;
  }
}

form {
  display: flex;
  flex-direction: column;
  width: 592px;
  max-width: 450px;
  height: 490px;
  padding: 30px 30px;
  margin-left: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 97.2px rgba(239, 187, 187, 0.25);

}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  form {
    margin-top: 50px;
    margin-left: 0;
    width: 100% !important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 100% !important;
    margin-left: 0;
    max-width: 100%;
  }

  .feature-center{
    display: none !important;
  }

  .customer-actions{
    margin-bottom: 0px !important;
  }
}

.description {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
}

.title {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}

.title b{
  font-weight: 600;
  color: #ff0040;
}

.content-form {
  margin-top: 20px;
  
}

.input-form {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
}

input {
  padding: 0 15px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #E1E1E6;
  border-radius: 8px;
  color: #8d8d99;
  outline: none;
}

.input-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.button-send {
  border: 1px solid #ff0040;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  background: #ff0040;
  padding: 15px 30px;
  cursor: pointer;
}

.why-choose-iorder {
  width: 86%;
  margin: 70px auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}

.why-choose-iorder-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 40px;
  text-align: center;
}

.why-choose-iorder-sub {
  font-size: 30px;
  font-weight: 700;
  color: #ff0040;
}

.why-choose-iorder-ul {
  display: flex;
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; */
  justify-content: space-between;
  margin-top: 30px;
}

@media only screen and (max-width: 1005px) {
  .why-choose-iorder-ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.why-choose-iorder-li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.why-choose-iorder-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.why-choose-iorder-list-h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

.why-choose-iorder-list-p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.digital-menu {
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin: 70px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 1005px) {
  .digital-menu {
    width: 100%;

    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.digital-menu-text {
  width: 425px;
  padding-top: 30px;
}

@media only screen and (max-width: 1005px) {
  .digital-menu-text {
    width: 95%;
  }
}

.digital-menu-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  line-height: 40px;
}

@media only screen and (max-width: 1005px) {
  .digital-menu-title {
    text-align: center;
  }
}

.digital-menu-sub {
  color: #ff0040;
}

.digital-menu-description {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 1005px) {
  .digital-menu-description {
    text-align: center;
  }
}

.digital-menu-ul {
  display: flex;
  flex-direction: column;
  width: 650px;
}

@media only screen and (max-width: 1005px) {
  .digital-menu-ul {
    width: 95%;
    margin-top: 30px;
  }
}

.digital-menu-li-numbers {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1005px) {
  .digital-menu-li-numbers {
    /* width: 95%; */
  }
}

.digital-menu-span {
  color: #ffffff;
}

.digital-menu-h3 {
  font-size: 16px;
  font-weight: 600;
}

.digital-menu-p {
  width: 85%;
  font-size: 12px;
  margin: 10px 0 30px 45px;
}

.digital-menu-button {
  border: 1px solid #ff0040;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  background: #ff0040;
  padding: 10px 30px;
  margin: 0 0 30px 45px;
  text-decoration: none;
}

.digital-menu-img {
  margin: 0 0 30px 45px;
  width: 80%;
}

.digital-menu-img-rectangle-23 {
  width: 80%;
  margin: 0 0 20px 45px;
}

.digital-menu-flex {
  display: flex;
  align-items: center;
}

.digital-menu-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 20px;
  background: #ff0040;
}

.customer-actions {
  padding: 0 100px 50px 100px;
  margin-bottom: 200px;
}

@media only screen and (max-width: 1320px) {
  .customer-actions {
    padding: 0 0 50px 0;
  }
}
/* @media screen and (min-width: 1110px) and (max-width: 1320px) {
  .customer-actions {
    padding: 0 0 50px 0;
  }
} */

.customer-actions-h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 40px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 601px){
  .customer-actions-h2{
    margin-bottom: 20px;
  }

  .functions-menu-img{
    display: none;
  }

  .footer-content > div{
    flex-direction: column;
  }

  .footer-img{
    width: 100% !important;
  }
}

@media only screen and (max-width: 1005px) {
  .customer-actions-h2 {}
}

.features {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1130px) {
  .features {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.feature-left {
  width: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0;
}

@media only screen and (max-width: 1130px) {
  .feature-left {
    order: 1;
    padding: 40px 0 0 0;
  }
}

.feature-item-left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: end;
}

@media only screen and (max-width: 1130px) {
  .feature-item-left {
    align-items: center;
    margin-bottom: 50px;
  }
}

.feature-item-left-p {
  text-align: end;
  font-size: 14px;
  width: 245px;
}

@media only screen and (max-width: 1130px) {
  .feature-item-left-p {
    text-align: center;
  }
}

.feature-center {
  display: flex;
  justify-content: center;
  width: 444px;
  height: 616px;
}

@media only screen and (max-width: 1130px) {
  .feature-center {
    margin-bottom: 50px;
    order: 3;
  }
}

.feature-center-background {
  margin-top: 100px;
  width: 444px;
  height: 444px;
  background: #ff0040;
  border-radius: 50%;
}

@media only screen and (max-width: 1130px) {
  .feature-center-background {
    width: 380px;
    height: 380px;
  }
}

.feature-center-img {
  margin-top: -100px;
  margin-left: 70px;
}

@media only screen and (max-width: 1130px) {
  .feature-center-img {
    width: 70%;
    margin-left: 55px;
  }
}

.feature-rigth {
  width: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 0;
}

@media only screen and (max-width: 1130px) {
  .feature-rigth {
    order: 2;
    padding: 0 0 40px 0;
  }
}

@media only screen and (max-width: 1130px) {
  .feature-item-rigth {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}

.feature-item-rigth-p {
  font-size: 14px;
  width: 245px;
}

@media only screen and (max-width: 1130px) {
  .feature-item-rigth-p {
    text-align: center;
  }
}

.feature-item-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  border-radius: 20px;
  background: #ffe5ec;
}

.feature-item-svg-find {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  border-radius: 20px;
  background: #ff0040;
}

.feature-item-h3 {
  margin: 20px 0 30px 0;
  font-size: 18px;
  font-weight: 600;
}

.functions-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background: #000000;
  padding: 30px 100px 30px 20px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (min-width: 1131px) and (max-width: 1300px) {
  .functions-menu {
    padding: 30px 20px 30px 20px;
  }
}

@media only screen and (max-width: 1130px) {
  .functions-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 30px 20px 30px 20px;
  }
}

.functions-menu-img {
  width: 45%;
  height: auto;
  margin-top: -80px;
  position: absolute;
  left: 20px;
}

/* @media only screen and (min-width: 551px) and (max-width: 1130px) {
  .functions-menu-img {
    width: 500px;
    height: 450px;
  }
}

@media only screen and (max-width: 550px) {
  .functions-menu-img {
    width: 350px;
    height: 350px;
  }
} */

.functions-menu-content {
  width: 509px;
}

@media screen and (min-width: 1131px) and (max-width: 1300px) {
  .functions-menu-content {
    width: 440px;
  }
}

@media only screen and (min-width: 551px) and (max-width: 1130px) {
  .functions-menu-content {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .functions-menu-content {
    width: 350px;
    margin-top: 50px;
  }
}

.functions-menu-content-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 50px;
}

.functions-menu-content-sub {
  font-size: 30px;
  font-weight: 700;
  color: #ff0040;
}

.functions-menu-content-item {
  margin-bottom: 30px;
}

.functions-menu-content-item-h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.functions-menu-content-item-p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.functions-menu-button {
  border: 1px solid #ff0040;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  background: #ff0040;
  padding: 10px 30px;
  margin-top: 50px;
}

.frequency-questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1005px) {
  .frequency-questions {
    width: 95%;
  }
}

.frequency-questions-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 50px;
}

.frequency-questions-content {
  width: 60%;
}

@media only screen and (max-width: 1005px) {
  .frequency-questions-content {
    width: 95%;
  }
}

.frequency-questions-content-drop-down {
  padding: 20px 0;
  /* border-bottom: 1px solid #e2e2e2; */
}

@media only screen and (max-width: 1005px) {
  .frequency-questions-content-drop-down {
    width: 100%;
  }
}

summary {
  cursor: pointer; 
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  position: relative; 
  list-style-type: " ";
  font-family: Arial, Helvetica, sans-serif;
  transition: 500ms;
  margin: 20px 0;
}

/* Estilizando a seta */
summary::before {
  content: ""; /* Não há conteúdo, apenas a imagem de fundo */
  background-image: url("../img/icon-plus.svg"); /* URL da sua imagem */
  background-size: contain; /* Ajustar o tamanho da imagem para caber no espaço disponível */
  background-repeat: no-repeat; /* Não repetir a imagem */
  width: 20px; /* Largura da imagem */
  height: 20px; /* Altura da imagem */
  position: absolute; /* Posicionamento absoluto em relação ao summary */
  left: 97%; /* Ajustar a posição da imagem */
  top: 50%; /* Alinhar verticalmente */
  transform: translateY(-50%); /* Alinhar verticalmente */
}

/* Estilizando a seta quando o detalhe estiver aberto */
details[open] summary::before {
  background-image: url("../img/Icon-negative.svg"); /* URL da sua imagem */
  border-bottom: none;
  list-style-type: " ";
  transform: translateY(-50%) rotate(180deg); /* Inverter a seta quando o detalhe estiver aberto */
}

.frequency-questions-content-drop-down-p {
  font-size: 14px;
  color: #667085;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  border-bottom: 1px solid #e2e2e2;
}

details {
  border-bottom: 1px solid #e2e2e2;
}

details[open] {
  border-bottom: none;
}

footer {
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f5f5f6;
  padding: 30px 100px;
}

@media only screen and (max-width: 601px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
  }
}

.footer-img {
  width: 383px;
  margin-right: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 601px) {
  .footer-img {
    text-align: center;
    width: 350px;
    margin-right: 0;
  }
}

.footer-img-logo {
  width: 102px;
  height: 32px;
  margin-bottom: 30px;
}

.footer-img-p {
  font-size: 14px;
  color: #363636;
  line-height: 20px;
}

.footer-list {
  margin-right: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 601px) {
  .footer-list {
    text-align: center;
    margin-right: 0;
  }
}

.footer-list-h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

li {
  margin-bottom: 20px;
}

.footer-list-link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

@media only screen and (max-width: 601px) {
  .social-media-content {
    text-align: center;
  }
}

.social-media-content-h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.social-media-content-link {
  margin-right: 20px;
  text-decoration: none;
}

.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #000000;
}

.footer-copy-p {
  font-size: 14px;
  font: 400;
  color: #ffffff;
}

.contact {
  display: flex;
  justify-content: center;
  width: 86%;
  margin: 0 auto 80px;
  padding: 50px 0;
  background: #f9fafb;
}

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

.contact-content-h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 20px 0;
}

.contact-content-p {
  font-size: 16px;
  color: #667085;
}

.contact-content-button {
  color: #ffffff;
  background: #ff0040;
  border-radius: 5px;
  border: 1px solid #ff0040;
  padding: 10px 20px;
  margin-top: 30px;
}
