@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800;900&family=Rubik:wght@400;500;600;700;800;900&display=swap");
a:active,
a:visited,
a:focus {
  color: unset !important;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #E4E9FF;
  height: 100vh;
  padding: 48px;
}
.bg2{
background-color: white;
height: 100%;
border-radius: 24px;
}
.bg {
  background-image: url(../img/imagem.webp), url(../img/imagem.png);
  background-repeat: no-repeat;
  background-size: 52%;
  background-position-x: 107%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* HEADER */

.header button {

  text-align: left;
  padding: 16px;
  position: relative;
  background: linear-gradient(to right, #0171E4 0%, rgba(255, 255, 255, 0) 75%),
    linear-gradient(to right, #0171E4 0%, rgba(255, 255, 255, 0) 75%);
  background-position: 16px 0, 16px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 16px - 16px) 1px;
  border-radius: 16px;
  border: none;
  width: 100%;
}
.header button span{
  background: linear-gradient(90deg, #006DE3 0%, #00D4FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}
.header button:before,
.header button:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
}

.header button:before {
  left: 0;
  border: 1px solid #0171E4;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-right-color: transparent;
}

.header button:after {
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-left-color: transparent;
}
/* INÍCIO */
.inicio {
  padding-top: 80px;
}
.inicio h2 {
  background: linear-gradient(270deg, #02123A 0%, #001E57 100%);
  background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-family: "Exo 2";
  font-size: clamp(32px, 6vw, 64px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(32px, 6vw, 64px);
  margin-bottom: 16px;
}
.inicio h6 {
  color: #3D3D3D;
  font-family: "Rubik", sans-serif;
  font-size: clamp(14px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 28px);
  margin-bottom: clamp(32px, 6vw, 64px);
}
.acompanhar-pedido {
  border-radius: 12px;
  background: linear-gradient(90deg, #006de3 0%, #38b2ff 100%);
  padding: 20px;
  text-align: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: 0.6px;
  border: none;

  width: 100%;
}
.inicio input {
  padding: 12px 37px;
  border-bottom: 1px solid #0171E4;
  color: #3D3D3D;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 0.48px;
  margin-bottom: 16px;
  background-color: transparent;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
}

.inicio input:focus-visible{
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #0171E4;
  outline: none;
}
.input-with-icon {
  position: relative;
}

.input-with-icon svg {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

.input-with-icon input {
  padding-left: 40px;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #AEAEAE;
}

::placeholder {
  color: #AEAEAE;
}
.pesquisar{
  left: 95%;
}
.titulo-aviso{
  text-align: center;
font-family: 'Rubik';
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 10px;
background: linear-gradient(90deg, #006DE3 0%, #00D4FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
margin-top: 16px;
}
.aviso{
  color: #A5A5A5;
  font-family: 'Rubik';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  margin-top: 8px;
  width: 480px;
  display: block;
}
.falar-suporte{
  display: flex;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid #3C3;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #3C3;
text-align: center;
text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
font-family: 'Exo 2';
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 12px; /* 100% */
letter-spacing: 0.36px;
transition: all 0.3s;
margin-top: 16px;
}
.falar-suporte:hover{
  background: #3C3;
  color: #fff;
}
.falar-suporte:hover svg{
  fill: white;
}
/* ALERTA */
.alerta {
  padding: clamp(24px,4vw,40px);
  background: linear-gradient(90deg, #006de3 0%, #38b2ff 100%);
  border-radius: 16px;
}
.alerta h2 {
  color: #fff;
  text-align: center;
  font-family: "Exo 2";
  font-size: clamp(24px, 3vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(32px, 4vw, 40px);
  margin-bottom: 16px;
}
.alerta h6 {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: clamp(14px, 3vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(20px, 3vw, 28px);
  text-align: center;
  margin-bottom: 16px;
}
.alerta-button {
  display: flex;
  padding: clamp(12px, 3vw, 20px);
  border-radius: 12px;
  background: linear-gradient(90deg, #F4E654 0%, #D5D10C 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  font-family: "Exo 2";
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: clamp(0.48px, 3vw, 0.6px);
  width: 100%;
  border: none;
  margin-bottom: 12px;
}
.alerta-contato{
color: #FFF;
text-align: center;
font-family: 'Rubik';
font-size: clamp(10px,3vw,16px);
font-style: normal;
font-weight: 500;
line-height: clamp(10px,3vw,16px); /* 100% */
}
@media (max-width: 767px) {
  body{
    padding: 20px;
  }
  .bg2 {
      border-radius: 16px;
  }
  .bg {

    background-size: 313%;
    background-position-x: -6%;
    background-position-y: -324%;
    justify-content: start;
  }
  /* HEADER */
  .header {
    padding-top: 40px;
  }
  .header img{
    width: 204.544px;
    height: 40px;
  }
  /* INÍCIO */
  .inicio {
    padding-top: 32px;
  }
  .inicio input {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.3px;
  }
  .aviso{
    font-weight: 500;
    
  }
}
@media(min-width:768px) and (max-width:1919px){
  .bg {
    background-size: 65%;
    background-position-x: 138%;
}
.inicio{
  padding-top: 0;
}
  .inicio h2 {
    font-size: 56px;
    line-height: 56px;
  }
  .inicio h6 {
    font-size: 16px;
  }
}