html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --gradient: linear-gradient(90deg, #090edb, #e73dc4);
}

@media (max-width: 8000px) {
  /*------------------- Cabeçalho --------------------------*/

  .header {
    display: flex;
    flex-direction: column;
    margin: 0vw 0vw;
    padding: 0vw 7vw 6.5vw;
    background-image: url(background.png);
    background-size: cover;
  }

  #first_row {
    display: flex;
    flex-direction: row;
    border-bottom: solid 0.05vw #f1f1f1;
    padding: 1.75vw 0vw;
  }

  #header_logo {
    justify-self: flex-start;
    height: 3.2vw;
  }

  #header_links_container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex-grow: 3;
  }

  #header_link {
    margin-right: 2.6vw;
    align-self: center;
    font-weight: 200;
    font-size: 1.1vw;
  }

  #header_link:link {
    color: #f1f1f1;
    text-decoration: none;
  }

  #header_link:hover {
    color: #f1f1f1;
    text-decoration: none;
  }

  #header_link:active {
    color: #f1f1f1;
    text-decoration: none;
  }

  #header_link:visited {
    color: #f1f1f1;
    text-decoration: none;
  }

  #header_link_button {
    align-self: center;
    background-color: #f1f1f1;
    border-radius: 2.6vw;
    padding: 1vw 2.8vw;
    color: #141414;
    font-size: 1vw;
    text-decoration: none;
    font-weight: 700;
  }

  #header_main_inf {
    display: flex;
    flex-direction: row;
    margin: 7vw 0vw 0vw;
  }

  #header_main_inf_texts {
    display: flex;
    flex-direction: column;
    margin: 0vw 2.6vw 0vw 0vw;
  }

  #header_inf_text_1 {
    font-size: 3.5vw;
    width: 45vw;
    color: #f1f1f1;
    letter-spacing: 0.05vw;
  }

  #header_inf_text_2 {
    font-size: 2vw;
    margin: 2.6vw 0vw 3vw 0vw;
    width: 40vw;
    color: #f1f1f1;
    font-weight: 300;
    line-height: 1.82vw;
  }

  #header_main_img_div {
  }

  #header_main_img {
    width: 90%;
  }

  #header_link_button_2 {
    background-color: #ac3498;
    border-radius: 2.6vw;
    padding: 1.4vw 2.8vw;
    color: white;
    font-size: 1vw;
    align-self: flex-start;
    text-decoration: none;
    font-weight: 500;
  }
  /*------------------------- Seção Nossos Serviços --------------------------*/
  #title_nossos_servicos {
    margin: 4.3vw 8.75vw 2.6vw;
    font-size: 2.6vw;
    color: #2834a0;
    font-weight: 700;
  }

  #text_nossos_servicos {
    width: 38%;
    margin: 0vw 8.75vw 2.6vw;
    font-size: 1.3vw;
    font-weight: 400;
    color: #2834a0;
    line-height: 1.5vw;
  }

  #inf_cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4.3vw 8.75vw 4.3vw;
  }

  #inf_card_container {
    display: flex;
    flex-direction: row;
    width: 43%;
    border-radius: 10px;
    box-shadow: 0px 5px 3px #e3e3e3;
    background: var(--gradient);
    align-content: center;
    padding: 0.09vw;
  }

  #inf_card_container_1 {
    width: auto;
    border-radius: 10px;
    padding: 2.6vw;
    background-color: #ffffff;
  }

  #inf_card_container_2 {
    width: auto;
    border-radius: 10px;
    padding: 2.6vw;
    background-color: #ffffff;
  }

  #icon_inf_card {
    margin: 0vw 0vw 2.6vw;
  }

  #inf_card_title {
    font-size: 2.2vw;
    margin: 0vw 0vw 2.6vw;
    color: #2834a0;
  }

  #inf_card_text {
    font-size: 1.3vw;
    margin-bottom: 2.6vw;
    font-weight: 400;
    line-height: 1.5vw;
    color: #2834a0;
  }

  #inf_button_saiba_mais {
    font-size: 1.5vw;
    font-weight: 600;
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  #inf_button_saiba_mais:link {
    font-size: 1.5vw;
    text-decoration: none;
  }

  #inf_button_saiba_mais:hover {
    font-size: 1.5vw;
    text-decoration: underline;
  }

  #inf_button_saiba_mais:active {
    font-size: 1.5vw;
  }

  #inf_button_saiba_mais:visited {
    font-size: 1.5vw;
  }

  /*------------------------- Seção Informativa Por que? ------------------------*/

  #inf_2_porque {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4.3vw 8.75vw;
  }

  #inf_2_title {
    font-size: 2.8vw;
    font-weight: 700;
    margin: 0vw 0vw 2.6vw;
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  #inf_2_text {
    font-size: 1.4vw;
    color: #2834a0;
    letter-spacing: 0.05vw;
    font-weight: 300;
    margin: 0vw 8.75vw;
    line-height: 1.8vw;
  }

  #inf_2_cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4.3vw 0vw 4.3vw 0vw;
    padding: 0vw 2vw 0vw 8vw;
  }

  #inf_2_card_item {
    display: flex;
    padding: 0vw 0vw 0vw 0.1vw;
    background: linear-gradient(180deg, #090edb, #e73dc4);
  }

  #inf_2_text_container {
    background: #ffffff;
    padding-bottom: 1.1vw;
    font-weight: 500;
  }

  #inf_2_card_title {
    font-size: 1.6vw;
    text-align: left;
    letter-spacing: 0.05vw;
    background-image: var(--gradient);
    border-radius: 1.3vw;
    color: white;
    width: fit-content;
    padding: 0.35vw 3vw;
    font-weight: 700;
    position: relative;
    right: 3%;
    top: -3%;
  }

  #inf_2_card_text_1 {
    font-size: 1.4vw;
    color: #2834a0;
    letter-spacing: 0.05vw;
    font-weight: 300;
    padding: 0vw 2.6vw;
    text-align: left;
    margin: 2.3vw 0vw 0vw 0vw;
    width: 15.75vw;
  }

  #inf_2_card_text_2 {
    font-size: 1.4vw;
    color: #2834a0;
    letter-spacing: 0.05vw;
    font-weight: 300;
    padding: 0vw 2.6vw;
    text-align: left;
    margin: 2.3vw 0vw 0vw 0vw;
    width: 17.5vw;
  }

  #inf_2_card_text_3 {
    font-size: 1.4vw;
    color: #2834a0;
    letter-spacing: 0.05vw;
    font-weight: 300;
    padding: 0vw 2.6vw;
    text-align: left;
    margin: 2.3vw 0vw 0vw 0vw;
    width: 15.75vw;
  }

  /*---------------------------------------- Seção Fale Conosco -----------------------------*/

  #fale_conosco {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url(botton-background.png);
    height: 26.25vw;
  }

  #fale_conosco_text {
    font-size: 3vw;
    font-weight: 700;
    color: #f1f1f1;
    margin-right: 2.6vw;
    width: 42%;
    line-height: 3.1vw;
  }

  #fale_conosco_button {
    background-color: #c41c84;
    color: white;
    font-size: 2.6vw;
    border-radius: 2.6vw;
    padding: 2.2vw 4.3vw 2vw;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5vw;
  }

  /*-------------------------------------- Footstep --------------------------------------*/

  #footstep {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.6vw 8.75vw;
    font-size: 0.72vw;
  }

  #footstep_item {
    display: flex;
    flex-direction: column;
  }

  #logo_footstep {
    width: 19.1vw;
    margin: 0vw 0vw 2.6vw 0vw;
  }

  #footstep_signature {
    text-align: left;
  }

  #footstep_links_container {
    display: flex;
    flex-direction: column;
  }

  #footstep_link:link {
    color: #2834a0;
    text-decoration: none;
    margin: 0.26vw 0vw;
    font-weight: 700;
  }

  #footstep_link:hover {
    color: #ffffff;
    text-decoration: underline;
    margin: 0.26vw 0vw;
    font-weight: 700;
  }

  #footstep_link:active {
    color: #ffffff;
    text-decoration: none;
    margin: 0.26vw 0vw;
    font-weight: 700;
  }

  #footstep_link:visited {
    color: #2834a0;
    text-decoration: none;
    margin: 0.26vw 0vw;
    font-weight: 700;
  }

  #footstep_fone {
    margin: 2.6vw 0vw 0vw;
    color: #c41c84;
    font-weight: 500;
  }

  #footstep_email {
    color: #c41c84;
    font-weight: 500;
  }

  #footstep_news_text {
    font-size: 0.875vw;
    font-weight: 700;
  }

  #footstep_name_box {
    align-content: center;
    color: #a8a8a8;
    border: solid 0.05vw #a8a8a8;
    background-color: white;
    margin: 0.6vw 0vw 0vw;
    border-radius: 1.3vw;
    padding: 0.4vw 0vw 0.4vw 1.3vw;
    font-size: 0.875vw;
  }

  #footstep_email_box {
    color: #a8a8a8;
    border: solid 0.05vw #a8a8a8;
    background-color: white;
    margin: 0.6vw 0vw;
    border-radius: 1.3vw;
    align-content: center;
    padding: 0.4vw 0vw 0.4vw 1.3vw;
    font-size: 0.875vw;
  }

  #footstep_button_enviar {
    background: linear-gradient(75deg, #090edb, #e73dc4);
    border-radius: 1.3vw;
    border: none;
    padding: 0.4vw 1vw 0.4vw;
    width: fit-content;
    font-weight: 600;
    color: rgb(255, 255, 255);
    cursor: pointer;
  }

  #footstep_links_container {
  }

  #footstep_cra_inf {
    text-align: left;
    margin: 0vw 0vw 0.4vw 5.5vw;
    font-size: 0.875vw;
    width: 8.75vw;
  }

  #img_cra {
    width: auto;
    height: 3.4vw;
  }

  #gradient_line {
    width: 85.41vw;
    margin: 0vw auto;
    height: 0.05vw;
    background: linear-gradient(75deg, rgb(116, 101, 229), rgb(255, 164, 243));
  }

  #copyright_sign {
    margin: 0vw auto;
    text-align: center;
    margin: 0.875vw 0vw 0.875vw;
    color: #2834a0;
    font-weight: 600;
    font-size: 0.71vw;
  }
}
/*-------Adaptação para telas até 800px-------*/

@media (max-width: 800px) {
  .header {
    padding: 0vw 7vw 6.5vw;
  }

  #first_row {
    display: flex;
    flex-direction: column;
    border-bottom: solid 0.05vw #f1f1f1;
    padding: 1.75vw 0vw;
  }

  #header_logo {
    width: 50vw;
    height: auto;
    margin: 2vw auto 2vw;
  }

  #header_links_container {
    display: flex;
    flex-direction: column;
    margin: 0vw auto 2vw;
  }

  #header_link {
    margin: 0.8vw 0vw;
    font-weight: 300;
    font-size: 3vw;
  }

  #header_link_button {
    display: none;
  }

  #header_main_inf {
    display: flex;
    flex-direction: column;
    margin: 4vw auto 0vw auto;
    text-align: center;
  }

  #header_main_inf_texts {
    display: flex;
    flex-direction: column;
    margin: 0vw 0vw 0vw 0vw;
  }

  #header_inf_text_1 {
    font-size: 5vw;
    width: 70vw;
    color: #f1f1f1;
    letter-spacing: 0.05vw;
  }

  #header_inf_text_2 {
    font-size: 3vw;
    margin: 2.5vw auto 3vw auto;
    width: 60vw;
    color: #f1f1f1;
    font-weight: 300;
    line-height: 2.5vw;
  }

  #header_main_img_div {
    display: none;
  }

  #header_link_button_2 {
    background-color: #ac3498;
    border-radius: 2.6vw;
    padding: 1.4vw 2.8vw;
    color: white;
    font-size: 1.8vw;
    align-self: center;
    text-decoration: none;
    font-weight: 500;
  }
  /*------------------------- Seção Nossos Serviços --------------------------*/
  #title_nossos_servicos {
    text-align: center;
    font-size: 6vw;
  }

  #text_nossos_servicos {
    text-align: center;
    margin: 4vw auto;
    font-size: 4vw;
    line-height: 4vw;
    width: 80%;
  }

  #inf_cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    margin: 4.3vw auto;
  }

  #inf_card_container {
    display: flex;
    flex-direction: column;
    width: 70vw;
    margin: 5vw auto;
    padding: 0.2vw;
  }

  #inf_card_container_1 {
    width: auto;
    border-radius: 10px;
    padding: 0vw 3vw 3vw;
    background-color: #ffffff;
  }

  #inf_card_container_2 {
    width: auto;
    border-radius: 10px;
    padding: 0vw 3vw 3vw;
    background-color: #ffffff;
  }

  #icon_inf_card_container {
    display: flex;
    align-items: center;
    margin: 3vw 0vw;
  }

  #icon_inf_card_container_2 {
    display: flex;
    align-items: center;
    margin: 3vw 0vw;
  }

  #icon_inf_card {
    width: 20vw;
    margin: 0vw auto;
  }

  #inf_card_title {
    text-align: center;
    font-size: 4.5vw;
    margin: 0vw 0vw 2.6vw;
    color: #2834a0;
  }

  #inf_card_text {
    text-align: center;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  #inf_button_saiba_mais {
    font-size: 3vw;
  }

  #inf_button_saiba_mais:link {
    font-size: 3.5vw;
  }

  #inf_button_saiba_mais:hover {
    font-size: 3.5vw;
    text-decoration: underline;
  }

  #inf_button_saiba_mais:active {
    font-size: 3.5vw;
  }

  #inf_button_saiba_mais:visited {
    font-size: 3.5vw;
  }

  /*------------------------- Seção Informativa Por que? ------------------------*/

  #inf_2_porque {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0vw;
  }

  #inf_2_title {
    margin: 0vw auto;
    font-size: 5vw;
    width: 50%;
    font-weight: 700;
    margin-bottom: 5vw;
  }

  #inf_2_text {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 5vw;
  }

  #inf_2_cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 4.3vw auto 4.3vw 8vw;
    padding: 0vw 8vw 0vw 14vw;
  }

  #inf_2_card_item {
    flex-direction: column;
    padding-left: 0.3vw;
    width: 85%;
    margin-bottom: 4vw;
  }

  #inf_2_text_container {
    padding-bottom: 4vw;
  }

  #inf_2_card_title {
    text-align: center;
    font-size: 3.5vw; /**/
    border-radius: 25px; /**/
    padding: 1vw auto 1vw auto;
    width: 100%;
    right: 5.5%;
    top: 0%;
  }

  #inf_2_card_text_1 {
    text-align: center;
    font-size: 4vw; /**/
    width: auto; /**/
    margin-left: 5vw;
    padding: 0vw;
  }

  #inf_2_card_text_2 {
    text-align: center;
    font-size: 4vw; /**/
    width: auto; /**/
    margin-left: 5vw;
  }

  #inf_2_card_text_3 {
    text-align: center;
    font-size: 4vw; /**/
    width: auto; /**/
    margin-left: 5vw;
  }

  /*---------------------------------------- Seção Fale Conosco -----------------------------*/

  #fale_conosco {
    flex-direction: column;
  }

  #fale_conosco_text {
    text-align: center;
    font-size: 4vw;
    margin-right: 0vw;
    width: 53vw;
    line-height: 4vw;
    margin-bottom: 2.5vw;
  }

  #fale_conosco_button {
    background-color: #c41c84;
    color: white;
    font-size: 2.6vw;
    border-radius: 2.6vw;
    padding: 2.2vw 4.3vw 2vw;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 3vw;
  }

  /*-------------------------------------- Footstep --------------------------------------*/

  #footstep {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 3vw 10vw;
    font-size: 2.5vw;
    align-items: center;
  }

  #footstep_item {
    display: flex;
    flex-direction: column;
    margin: 3vw auto;
  }

  #logo_footstep {
    height: 15vw;
    width: auto;
    margin: 0vw auto 2.6vw auto;
  }

  #footstep_signature {
    text-align: center;
    font-size: 3vw;
  }

  #footstep_links_container {
    display: flex;
    flex-direction: column;
  }

  #footstep_link:link {
    font-size: 4vw;
    margin: 2vw auto;
  }

  #footstep_link:hover {
    font-size: 4vw;
    margin: 2vw auto;
  }

  #footstep_link:active {
    font-size: 4vw;
    margin: 2vw auto;
  }

  #footstep_link:visited {
    font-size: 4vw;
    margin: 2vw auto;
  }

  #footstep_fone {
    margin: 2.6vw 0vw 0vw;
    font-size: 3.2vw;
  }

  #footstep_email {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }

  #footstep_news_text {
    font-size: 4vw;
    font-weight: 700;
  }

  #footstep_name_box {
    margin: 3vw 0vw 0vw;
    border-radius: 25px;
    padding: 1vw 0vw 1.5vw 3vw;
    font-size: 4vw;
  }

  #footstep_email_box {
    margin: 3vw 0vw;
    border-radius: 25px;
    padding: 1vw 0vw 1.5vw 3vw;
    font-size: 4vw;
  }

  #footstep_button_enviar {
    align-self: center;
    border-radius: 25px;
    padding: 1vw 3vw 1.5vw;
    width: fit-content;
    font-weight: 600;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-bottom: 6vw; /**/
  }

  #footstep_links_container {
  }

  #footstep_cra_inf {
    text-align: center;
    margin: 0vw auto 0vw auto;
    font-size: 3vw;
    width: 30vw;
  }

  #img_cra {
    margin: 2vw 0vw 0vw 12vw;
    width: auto;
    height: 20vw;
  }

  #gradient_line {
    width: 80vw;
    height: 0.3vw;
  }

  #copyright_sign {
    margin: 0vw auto;
    text-align: center;
    margin: 2vw 0vw 2vw;
    color: #2834a0;
    font-weight: 600;
    font-size: 3vw;
  }
}
