/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.page-template-homepage {
  background: #f3f6f7;
}
body.page-template-homepage .banner {
  padding-top: 140px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner {
    margin-bottom: 60px;
    height: 100vh;
  }
}
@media (max-height: 800px) {
  body.page-template-homepage .banner {
    height: 100%;
  }
}
body.page-template-homepage .banner .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  body.page-template-homepage .banner .wrapper {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .wrapper {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.page-template-homepage .banner .wrapper .box-titulos {
  width: 70%;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .wrapper .box-titulos {
    padding: 0;
  }
}
body.page-template-homepage .banner .wrapper .box-titulos .titulo-banner {
  color: #080d51;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  font-size: 34px;
  max-width: 87%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .wrapper .box-titulos .titulo-banner {
    max-width: 620px;
    margin-bottom: 32px;
    font-size: 64px;
  }
}
body.page-template-homepage .banner .wrapper .box-titulos .descricao-banner {
  color: #080d51;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.18px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .wrapper .box-titulos .descricao-banner {
    margin-bottom: 40px;
  }
}
body.page-template-homepage .banner .wrapper .box-titulos .link-sobre {
  border-radius: 12px;
  background: #080d51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  position: relative;
}
body.page-template-homepage .banner .wrapper .box-titulos .link-sobre p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: normal;
  position: relative;
  z-index: 2;
  letter-spacing: 0.16px;
}
body.page-template-homepage .banner .wrapper .box-titulos .link-sobre:hover {
  background: rgb(0, 15, 225);
}
body.page-template-homepage .banner .wrapper .box-titulos .link-sobre:hover p {
  color: #fff;
}
body.page-template-homepage .banner .wrapper .swiper-banner {
  width: 100%;
}
body.page-template-homepage .banner .wrapper .swiper-banner .swiper-wrapper {
  width: 100%;
  max-width: 650px;
  height: 100%;
}
body.page-template-homepage .banner .wrapper .swiper-banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 450px !important;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .wrapper .swiper-banner .swiper-wrapper .swiper-slide {
    height: 850px !important;
  }
}
body.page-template-homepage .banner .wrapper .swiper-banner .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .banner-solucao {
  position: relative;
  width: 100%;
  padding-top: 20px;
  background: #fff;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao {
    padding-bottom: 0;
    background: initial;
    padding-top: 0;
    margin-top: 20px;
    height: 100vh;
  }
}
body.page-template-homepage .banner-solucao .box-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .box-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-homepage .banner-solucao .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .banner-solucao .box-img .img-desktop {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .box-img .img-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-homepage .banner-solucao .box-img .img-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .box-img .img-mobile {
    display: none;
  }
}
body.page-template-homepage .banner-solucao .wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1024px) {
  body.page-template-homepage .banner-solucao .wrapper {
    padding: 0;
  }
}
@media (min-width: 1880px) {
  body.page-template-homepage .banner-solucao .wrapper {
    max-width: 1805px;
    margin: 0 auto;
    padding: 0;
  }
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo {
  background: #fff;
  padding: 32px 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* opcional: destacar card ativo */
  /* lista */
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo {
    border-radius: 40px;
    width: initial;
    padding: 64px 48px;
  }
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .titulo-banner-solucao {
  color: #080d51;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  margin-bottom: 32px;
  font-size: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo .titulo-banner-solucao {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo .titulo-banner-solucao {
    font-size: 26px;
  }
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(210, 218, 221, 0.5);
  cursor: pointer;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao:hover {
  border: 1px solid #080d51;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  position: relative;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt h3 {
  color: #080d51;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  font-size: 16px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt h3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt h3 {
    font-size: 20px;
  }
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt .box-svg {
  position: relative;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt .box-svg .number {
  color: #080d51;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-repetidor .row-banner-solucao .svg-txt .box-svg svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links {
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: #fff; /* combine com seu sidebar */
  width: 100%;
  left: 0;
  top: 100px;
  height: calc(100% - 59px);
  border-radius: 40px;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 32px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links {
    padding: 0 48px;
    top: 149px;
    height: calc(100% - 149px);
  }
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__panel {
  display: none;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__panel.active {
  display: block;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-bottom: 12px;
  margin-top: 24px;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__back .voltar {
  color: #080d51;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14px;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__title {
  margin: 0 0 12px;
  font-weight: 700;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .row-banner-solucao.is-selected {
  outline: 2px solid #080d51;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .box-links__item + .box-links__item {
  margin-top: 10px;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .link-post-menu-mobile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid rgba(210, 218, 221, 0.5);
  padding: 16px 20px;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .link-post-menu-mobile:hover {
  border: 1px solid #080d51;
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .link-post-menu-mobile .titulo-post {
  color: #080d51;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner-solucao .wrapper .box-conteudo .link-post-menu-mobile .titulo-post {
    font-size: 18px;
  }
}
body.page-template-homepage .banner-solucao .wrapper .box-conteudo .servico-item__icon svg {
  width: 49px;
  height: 40px;
}
body.page-template-homepage .entendendo-seguros {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.page-template-homepage .entendendo-seguros {
    padding: 140px 0;
  }
}
body.page-template-homepage .entendendo-seguros .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.page-template-homepage .entendendo-seguros .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1880px) {
  body.page-template-homepage .entendendo-seguros .wrapper {
    max-width: 1805px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}
body.page-template-homepage .entendendo-seguros .wrapper .box-titulo {
  max-width: 412px;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-titulo {
    top: 130px;
    position: -webkit-sticky;
    position: sticky;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-titulo {
    max-width: 500px;
  }
}
body.page-template-homepage .entendendo-seguros .wrapper .box-titulo .titulo-seguros {
  color: #080d51;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  font-size: 32px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-titulo .titulo-seguros {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-titulo .titulo-seguros {
    font-size: 48px;
  }
}
body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor {
    gap: 72px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros {
  padding-bottom: 32px;
  border-bottom: 1px solid #d2dadd;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros {
    width: calc(50% - 72px);
  }
}
body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros .box-svg {
  margin-bottom: 24px;
}
body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros .titulo-seguros-repetidor {
  color: #080d51;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 12px;
  font-size: 18px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros .titulo-seguros-repetidor {
    font-size: 20px;
  }
}
body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros .descricao-seguros-repetidor {
  color: #080d51;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .entendendo-seguros .wrapper .box-repetidor .row-seguros .descricao-seguros-repetidor {
    font-size: 18px;
  }
}
body.page-template-homepage .carrossel {
  overflow: hidden;
  padding-bottom: 110px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .carrossel {
    padding-bottom: 140px;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide {
  border-radius: 40px;
  background: #080d51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 22px;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide {
    padding: 60px;
    width: 76.9230769231%;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .box-img {
  margin-bottom: 32px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 130px;
  max-height: 130px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1600px) {
  body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .box-img {
    max-width: 160px;
    max-height: 160px;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .box-img img {
  border-radius: 40px;
  background: #fff;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .descricao-carrossel p {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
  max-width: 556px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .descricao-carrossel p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .descricao-carrossel p {
    max-width: 620px;
    font-size: 18px;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .titulo-carrosel-name {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  margin-bottom: 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 18px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .titulo-carrosel-name {
    font-size: 20px;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .nome-empresa {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .carrossel .swiper-carrossel .swiper-slide .nome-empresa {
    font-size: 16px;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel .box-buttons {
  position: absolute;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .carrossel .swiper-carrossel .box-buttons {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    bottom: initial;
    top: 50%;
    gap: initial;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .carrossel .swiper-carrossel .box-buttons {
    max-width: 1135px;
  }
}
body.page-template-homepage .carrossel .swiper-carrossel .box-buttons svg {
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.2));
  width: 32px;
  height: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  body.page-template-homepage .carrossel .swiper-carrossel .box-buttons svg {
    position: absolute;
    width: 60px;
    height: 60px;
  }
}
body.page-template-homepage .protecao-inteligente {
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .protecao-inteligente {
    padding-bottom: 120px;
  }
}
body.page-template-homepage .protecao-inteligente .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.page-template-homepage .protecao-inteligente .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1880px) {
  body.page-template-homepage .protecao-inteligente .wrapper {
    max-width: 1805px;
    margin: 0 auto;
    padding: 0;
  }
}
body.page-template-homepage .protecao-inteligente .wrapper .box-img {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
}
body.page-template-homepage .protecao-inteligente .wrapper .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .titulo-protecao {
  color: #080d51;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  margin-bottom: 32px;
  font-size: 28px;
  max-width: 80%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .titulo-protecao {
    max-width: 100%;
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .titulo-protecao {
    max-width: 80%;
    font-size: 50px;
  }
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .description-protecao {
  margin-bottom: 40px;
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .description-protecao p {
  color: #080d51;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .description-protecao p {
    font-size: 18px;
    max-width: 91%;
  }
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .link-protecao {
  border-radius: 12px;
  background: #080d51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  position: relative;
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .link-protecao p {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: normal;
  position: relative;
  z-index: 2;
  letter-spacing: 0.16px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .link-protecao p {
    font-size: 18px;
  }
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .link-protecao:hover {
  background: rgb(0, 15, 225);
}
body.page-template-homepage .protecao-inteligente .wrapper .box-conteudo .link-protecao:hover p {
  color: #fff;
}
/*# sourceMappingURL=home.css.map */
