.support-topics{
  padding-top: 150px;
  position: relative;
  color: var(--color-3);
  margin-bottom: 100px;
  text-align: center;
}

.suporte-page {
  margin-top: 9.2rem !important;
}

.support-topics h2{
  color: var(--blue-01, #021E46);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 1.5rem;
}

.support-topics p {
  color: var(--blue-01, #021E46);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.support-topics__card,
.support-topics__card:active,
.support-topics__card:focus,
.support-topics__card:visited,
.support-topics__card:hover{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: var(--color-1);
  height: 240px;
  max-width: 100%;
  text-decoration: none;
  transition: opacity 300ms;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 24px 96px 24px 24px;
}

.support-topics__card img{
  margin-bottom: 15px;
  display: block;
  background-color: #fff;  
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: none;
}

.support-topics__card b{
  font-weight: 600;
}

.support-topics__card span{
  font-size: 0.9rem;
  margin-top: 5px;
  display: block;
}

.support-topics__carousel{
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 50px
}

.support-topics__carousel__item{
  width: 280px;
  max-width: calc(33% - 40px);
}

.support-topics .slick-dots{
  position: absolute !important;
  bottom: -40px;
}

.support-topics .slick-dots li button{
  margin: 0 auto;
}

.support-form__inner{
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
  border-radius: 24px 112px 24px 24px;
  padding: 40px;
  color: #000;
  z-index: 2;
  position: relative;
  background-color: #FFF;
}

.support-form__header{
  text-align: center;
  margin-bottom: 30px;
}

.support-form__header h3{
  font-weight: 700;
  font-size: 2.2rem;
}

.support-form__header p{
  font-weight: 500;
  font-size: 1.2rem;
  color: #656565;
  margin-bottom: 0;
}

.support-form input[type="text"],
.support-form input[type="email"],
.support-form input[type="tel"],
.support-form textarea,
.support-form select{
  outline: none;
  border: none;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}

.support-form select option{
  font-size: 1rem;
  font-weight: 400;
}

.support-form select{
  -webkit-appearance: none;
  background: #F9F9F9 url(/wp-content/themes/paghiper/assets/images/icons/faq-select-icon.svg) calc(100% - 15px) / 30px no-repeat;
  cursor: pointer;
  padding-right: 60px;
}

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

.support-form .wpcf7-form-control-wrap{
  display: block;
}

.support-form .wpcf7-not-valid-tip{
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 0.8rem;
}

.support-form input[type="submit"], .support-questions button{
  background-color: #24D17A;
  font-size: 1.2rem;
  color: #0A3C24;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: 80px;
  padding: 15px 80px;
  cursor: pointer;
  transition: all 300ms;
}

.support-form input[type="submit"]:hover, .support-questions button:hover{
  background-color: #1fc070;
}

.support-form input[type="submit"]{
  float: right
}

.support-form__container{
  position: relative;
}

.support-form__container::before, .support-form__container::after{
  content: '';
  display: block;
  position: absolute;
}

.support-form__container::after{
  width: 160px;
  aspect-ratio: 1/1;
  background: url(/wp-content/themes/paghiper/assets/images/bg-2-contato.png) no-repeat;
  background-size: 100% 100%;
  top: -80px;
  right: 15px;
  z-index: -1;
}

.contato{
  background: none !important;
  padding-top: 0;
}

.contato .box-contato{
  position: relative;
}

.contato .box-contato::after{
  content: url(../../images/bg-2-contato.png);
  right: 0;
  top: 0;
  transform: translate(25%, -25%);
  position: absolute;
  z-index: -1;
}

.suporte-page p.page-subtitle{
  color: var(--blue-01, #021E46);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 133.333% */
}

.suporte-page .contato{
  padding-top: 0;
}

.suporte-page .support-topics__carousel{
  position: relative;
}

.suporte-page + footer{
  margin-top: 96px;
}

.suporte-page + footer .container-banner{
  display: none;
}
.contato .box-contato::before {
  content: url(../../images/bg-1-contato.png);
  right: 90% !important;
  bottom: 100%;
  transform: translate(50%, 50%);
  z-index: -1;
  position: absolute;
}


@media (min-width: 992px){
  .contato .box-contato::before{
    content: url(../../images/bg-1-contato.png);
    right: 100%;
    bottom: 100%;
    transform: translate(50%, 50%);
    z-index: -1;
    position: absolute;
  }

  /* .suporte-page .support-topics__carousel::before{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="613" height="630" viewBox="0 0 613 630" fill="none"><path opacity="0.1" d="M597 613.645H-0.144531V16.5C329.649 16.5 597 283.851 597 613.645Z" stroke="%231E78F5" stroke-width="32" stroke-miterlimit="10"/></svg>');
    position: absolute;
    top: 0;
    right: 100%;
    transform: translate(50%, -200px);
    z-index: -1;
  } */

  .support-form{
    margin-top: 300px;
  }

  .support-form .wpcf7-response-output{
    position: absolute;
    bottom: 25px;
    margin-left: 0 !important;
  }


}

@media(max-width: 991px){
  .support-form__container::after{
    transform: scaleX(-1);
    top: -40px;
    width: 80px;
    right: 0;
  }

  .support-form .wpcf7-response-output{
    margin-top: 50px !important;
    text-align: center;
  }

  .support-topics p, .support-form__header p {
    font-size: 1rem;
  }

  .support-topics .container{
    max-width: 100%;
  }

  .support-topics__carousel{
    margin: 30px -15px 0 -15px;
  }

  .support-topics__card{
    margin-left: 20px;
  }

  .suporte-page p.page-subtitle{
    font-size: 16px;
  }

  .contato .box-contato::after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="92" height="92" viewBox="0 0 92 92" fill="none"><path d="M86.4 5H5V86.4C49.956 86.4 86.4 49.956 86.4 5Z" stroke="%230860DB" stroke-width="9.35632" stroke-miterlimit="10"/></svg>');
  }

  .suporte-page .contato{
    padding-top: 0;
  }

  .box-contato{
    padding: 48px 16px;
  }
}

.contato label{
  display: block;
  text-align: left;
  color: #262626;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem; /* 150% */
}

.contato input::placeholder,
.contato select::placeholder,
.contato textarea::placeholder{
  font-size: 0.75rem !important;
  color: #959595;
}

@media screen and (min-width: 2000px) {
  .contato .box-contato::before{
    content: url(../../images/bg-1-contato.png);
    right: 100%;
    bottom: 100%;
    transform: translate(50%, 50%) scale(1.5);
    z-index: -1;
    position: absolute;
  }
}