*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

:root {
  font-size: 62.5%; /* 1rem = 10px */

  --nav-height: 7.2rem;
}

html {
  /* chrome://flags/#smooth-scrolling */
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.btn {
  transition: all ease-out 0.5s;
  /* display: flex; */
  margin: 0 auto;
  vertical-align: middle;
  user-select: none;
  -webkit-appearance: button;
}

h2 {
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 4.3rem;
  text-align: center !important;

  color: #0077bd;
}

.content {
  max-width: 980px;
  margin: 0 auto;
}

.barra {
  background: #278cc7;
  color: #fff;
  padding: 5px 0;
}

.barra a {
  color: #fff;
}

.barra .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.barra .social,
.barra .contato {
  display: flex;
  align-items: center;
}

.social svg {
  margin-right: 10px;
}

footer h3 {
  margin-bottom: 12px;
}

.contato svg {
  margin: 0 5px 0 10px;
  align-items: center;
}

.contato p {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 30px;
}

.header {
  display: flex;
  background: #012031;
}

.header .content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

nav ul {
  display: inline-flex;
  align-items: center;
}

nav ul li {
  list-style: none;
  margin: 0 15px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
}

nav ul li.featured {
  width: 150px;
  text-align: center;
}

nav ul li.featured a {
  font-size: 1.5rem !important;
  padding: 10px 10px;
  display: block;
  border-radius: 5px;
  background-color: #278cc7;
}

nav ul li.featured a:hover {
  background-color: #0d5c89;
}

.banner {
  background: linear-gradient(0deg, rgba(2, 33, 56, 0.2), rgba(2, 33, 56, 0.2)), #278cc7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;

  font-style: italic;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 7.7rem;

  color: #ffffff;

  padding: 60px 0;
}

.vemservipe {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 490px;
  margin: 0 auto;
}

.btn-red {
  background: #ba2121;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 2rem;

  padding: 6px 30px;
  animation: pisca 0.5s linear infinite;
}

.btn-red:hover {
  background: #770a0a;
}

@keyframes pisca {
  0% {
    color: #6f3232;
  }
  20%,
  80% {
    color: #fff;
  }
  100% {
    color: #6f3232;
  }
}

.oqueoferecemos {
  background: #ffffff;
}

.seguros {
  display: flex;
  flex-wrap: wrap;
}

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

.seguro {
  background: #ffffff;
  border: 1px solid #e1dbdb;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 302px;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.seguro img {
  border-radius: 10px 10px 0 0;
}

.seguro h3 {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  margin-top: 10px;

  color: #0077bd;
}

.seguro p {
  font-size: 1.2rem;
  padding: 20px;
}

.seguro a,
.viviane a,
.consorcio a {
  background: #06d23f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  padding: 6px 30px;
}

.seguro a:hover,
.viviane a:hover,
.consorcio a:hover {
  background: #04a532;
}

.marcas {
  margin-top: 50px;
}

.consorcio {
  background: #fff;
}

.consorcio .content {
  background: url(../images/bg-consorcio.png) bottom right no-repeat;
  background-attachment: fixed;
  background-size: contain;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.consorcio .content h3 {
  font-size: 5.2rem;
  max-width: 650px;
  font-weight: 900;
  text-align: center;
}

.consorcio .content h3 span {
  color: #01afed;
}

.consorcio .content p {
  max-width: 650px;
  font-weight: 800;
  margin-bottom: 25px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 20px;
}

.porque {
  margin-bottom: 50px;
  padding: 50px 0;
  background: #012031 url(../images/backg.png);
}

.porque .content {
  text-align: center;
  color: #fff;
}

.numeros,
.vantagens {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.vantagem {
  text-align: center;
  width: 200px;
}

.vantagem img {
  margin: 15px auto;
}

.numeros div {
  background: #0077bd;
  border-radius: 5px;
  padding: 5px 10px;
  width: 200px;
}

.numeros div .counter-up {
  font-weight: 800;
  font-size: 2.6rem;
  display: block;
}

.numeros div .counter-up::before {
  content: "+ ";
}

.viviane {
  background: #0077bd;
  margin-bottom: 50px;
}

.viviane .content {
  display: flex;
  align-items: center;
}

.viviane .content div {
  text-align: center;
}

.viviane h3 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
}

.viviane p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.mensagem .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mensagem .content div {
  padding-left: 30px;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

.mensagem .content div > p {
  margin-bottom: 10px;
}

.video {
  padding: 60px;
  background-color: #121212;
  margin-bottom: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

footer {
  margin-top: 50px;
  padding: 30px 0;
  background: #012031 url(../images/backg.png);
}

footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

footer .endereco {
  width: 250px;
}

.marcas {
  background: #e9e9e9;
  padding: 30px 0;
}

.marcas img {
  padding: 20px;
  height: 150px;
}

.center {
  text-align: center;
}

@media (max-width: 1000px) {
  .content {
    padding: 0 20px;
  }

  .video {
    padding: 60px 0;
  }
}

@media (max-width: 750px) {
  :root {
    font-size: 50%; /* 1rem = 10px */
  }
  nav,
  .barra {
    display: none;
  }
  .consorcio .content {
    background-size: cover;
  }
  .consorcio .content h3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 600px) {
  .vemservipe {
    width: 100%;
    max-width: 480px;
  }
  .banner {
    font-size: 5rem;
  }
  .btn-red {
    font-size: 1.5rem;
  }
  .porque .vantagens,
  .porque .numeros {
    flex-direction: column;
    align-items: center;
  }

  .porque .vantagens .vantagem,
  .porque .numeros div {
    margin-bottom: 15px;
  }

  .viviane .content,
  .mensagem .content {
    flex-direction: column;
    padding: 20px;
  }

  .mensagem .content div {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  footer .content {
    flex-direction: column;
  }

  footer .content div {
    padding: 20px;
    width: 100%;
    text-align: center;
  }

  footer .contato p {
    display: flex;
    gap: 12px;
    justify-content: center;
    color: #fff;
  }

  footer .contato p a {
    color: #fff;
  }



}
