* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0 !important
}

.btn-default svg {
  transition: margin-left .3s ease-out, width .3s ease-out
}

.btn-default:hover svg {
  margin-left: 5px;
  width: 23px
}

#hero {
  padding-top: 161px;
  position: relative;
  z-index: 1
}

#hero .bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%
}

#hero .title {
  display: flex;
  justify-content: center
}

#hero .title h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 113.099%;
  position: relative;
  color: #fff
}

#hero .title h1 svg {
  position: absolute;
  bottom: -24px;
  right: 35px
}

#hero .title h1 b {
  font-weight: 700
}

#hero .img-hero {
  margin-top: 41px;
  position: relative;
  z-index: 2;
  width: 100%
}

@media(max-width: 1400px) {
  #hero .bg-hero {
    height: 100%
  }
}

@media(max-width: 1200px) {
  #hero .title h1 svg {
    position: absolute;
    bottom: -21px;
    right: 33px;
    width: 58%
  }
}

@media(max-width: 768px) {
  #hero .bg-hero {
    height: 86%;
    -o-object-fit: cover;
    object-fit: cover
  }

  #hero .title h1 {
    font-size: 43px
  }

  #hero .title h1 svg {
    right: 43px;
    width: 53%
  }
}

@media(max-width: 576px) {
  .container {
    padding: 0 20px !important
  }

  h2 {
    font-size: 31px !important
  }

  #hero::after {
    content: "";
    position: relative;
    display: block;
    height: 29px;
    width: 100%;
    background-color: #00b2e2;
    bottom: 62px
  }

  #hero .bg-hero {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 84%);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 84%);
    height: 95%
  }

  #hero .title h1 {
    font-size: 35px
  }

  #hero .title h1 svg {
    right: 31px
  }
}

#sobre {
  background: #fcfcfc;
  padding-top: 76px;
  position: relative;
  padding-bottom: 144px
}

#sobre .line-bubble {
  position: absolute;
  left: 0;
  bottom: 14%
}

#sobre .line-bubble-2 {
  position: absolute;
  bottom: 14%;
  left: 51%;
  transform: translateX(-50%)
}

#sobre .container {
  display: flex;
  position: relative;
  z-index: 1
}

#sobre .container .info-1 {
  flex: 1 1 calc(55% - 16px);
  padding-left: 105px
}

#sobre .container .info-1 .title span {
  color: #7d849b;
  font-size: 12.698px;
  font-weight: 400;
  line-height: 113.099%
}

#sobre .container .info-1 .title h2 {
  color: #0d1850;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  margin-top: 7px
}

#sobre .container .info-1 .title h2 b {
  font-weight: 700
}

#sobre .container .info-1 .btn-default {
  padding: 14px 24px;
  border-radius: 8px;
  background: #011e41;
  display: flex;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 27px
}

#sobre .container .info-1 .btn-default p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#sobre .container .info-2 {
  flex: 1 1 calc(45% - 16px);
  display: flex;
  align-items: center;
  margin-bottom: 37px
}

#sobre .container .info-2 p {
  color: #5b6173;
  font-size: 12.992px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  width: 79%
}

#sobre .container .info-2 p b {
  font-weight: 700
}

@media(max-width: 1400px) {
  #sobre .container .info-1 {
    padding-left: 70px
  }

  #sobre .container .info-2 p {
    width: 96%
  }
}

@media(max-width: 1200px) {
  #sobre .container .info-1 {
    padding-left: 0
  }

  #sobre .container .info-2 {
    flex: 1 1 calc(50% - 16px)
  }

  #sobre .container .info-2 p {
    width: 100%
  }
}

@media(max-width: 990px) {
  #sobre {
    padding-bottom: 71px
  }

  #sobre .container {
    flex-direction: column;
    gap: 40px
  }

  #sobre .container .info-1 {
    flex: 1 1 100%
  }

  #sobre .container .info-1 .title h2 br {
    display: none
  }
}

@media(max-width: 990px) {
  #sobre .line-bubble {
    width: 68%
  }

  #sobre .line-bubble-2 {
    bottom: 41%;
    left: 77%
  }
}

@media(max-width: 768px) {
  #sobre .container .info-1 .title h2 {
    font-size: 39px
  }

  #sobre .container .info-2 {
    margin-bottom: 0px
  }
}

@media(max-width: 576px) {
  #sobre {
    padding-top: 40px;
    padding-bottom: 60px
  }
}

#proposito {
  padding-top: 105px;
  padding-bottom: 90px
}

#proposito .container {
  display: flex
}

#proposito .container .info-1 {
  flex: 1 1 calc(50% - 16px);
  padding-left: 105px;
  padding-right: 115px
}

#proposito .container .info-1 .title {
  margin-bottom: 30px
}

#proposito .container .info-1 .title span {
  color: #7d849b;
  font-size: 12.698px;
  font-weight: 400;
  line-height: 113.099%
}

#proposito .container .info-1 .title .titulo {
  position: relative
}

#proposito .container .info-1 .title .titulo h2 {
  color: #0d1850;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  margin-top: 7px;
  position: relative
}

#proposito .container .info-1 .title .titulo h2 b {
  font-weight: 700
}

#proposito .container .info-1 .title .titulo svg {
  position: absolute;
  bottom: -24px;
  right: -4px;
  width: 224px
}

#proposito .container .info-1 p {
  color: #5b6173;
  font-size: 12.992px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%
}

#proposito .container .info-1 .img-bubble-proposito {
  margin-top: 40px;
  width: 100%
}

#proposito .container .info-1 .btn-default {
  padding: 14px 24px;
  border-radius: 8px;
  background: #011e41;
  display: flex;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 36px
}

#proposito .container .info-1 .btn-default p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#proposito .container .info-2 {
  flex: 1 1 calc(50% - 16px)
}

@media(max-width: 1400px) {
  #proposito .container .info-1 {
    padding-left: 70px;
    padding-right: 70px
  }
}

@media(max-width: 1200px) {
  #proposito .container {
    gap: 50px
  }

  #proposito .container .info-1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px
  }

  #proposito .container .info-1 .img-bubble-proposito {
    width: 100%
  }

  #proposito .container .info-2 {
    flex: 1 1 calc(50% - 16px)
  }

  #proposito .container .info-2 .img-proposito {
    width: 100%
  }
}

@media(max-width: 990px) {
  #proposito .container {
    flex-direction: column
  }
}

@media(max-width: 768px) {
  #proposito .container .info-1 .title .titulo h2 {
    font-size: 39px
  }

  #proposito .container .info-1 .title .titulo svg {
    right: 65px;
    width: 175px
  }

  #proposito .container .info-2 .img-proposito {
    width: 100%
  }
}

@media(max-width: 576px) {
  #proposito {
    padding-top: 56px
  }

  #proposito .container .info-1 .title h2 svg {
    right: 71px;
    width: 143px
  }
}

#produtos {
  background: #050a27;
  padding-top: 113px;
  position: relative
}

#produtos .vector-product {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0
}

#produtos .container {
  padding-left: 105px;
  position: relative;
  z-index: 2
}

#produtos .container .title span {
  color: #7d849b;
  font-size: 12.698px;
  font-weight: 400;
  line-height: 113.099%
}

#produtos .container .title h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  margin-top: 7px;
  position: relative
}

#produtos .container .title h2 b {
  font-weight: 700
}

#produtos .container .btn-default {
  padding: 14px 24px;
  border-radius: 8px;
  background: #011e41;
  display: flex;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -22px;
  position: relative;
  z-index: 1
}

#produtos .container .btn-default p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#produtos .container .products {
  margin-top: 54px;
  padding-bottom: 110px;
}

#produtos .container .products .item {
  display: flex;
  gap: 69px;
  align-items: center
}

#produtos .container .products .item .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px
}

#produtos .container .products .item .info p {
  color: #7d849b;
  font-size: 15.835px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  text-transform: uppercase
}

#produtos .container .products .item .info .list-button {
  display: flex;
  gap: 11px
}

#produtos .container .products .item .info .list-button a {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none
}

#produtos .container .products .item .info .list-button a p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: initial
}

#produtos .container .products .item .info .list-button a svg {
  transition: margin-left .3s ease-out, width .3s ease-out
}

#produtos .container .products .item .info .list-button a:hover svg {
  margin-left: 5px;
  width: 23px
}

@media(max-width: 1400px) {
  #produtos .container {
    padding-left: 70px
  }
}

@media(max-width: 1200px) {
  #produtos .container {
    padding-left: 0
  }
}

@media(max-width: 768px) {
  #produtos .container .title h2 {
    font-size: 39px
  }

  #produtos .container .products .item {
    flex-direction: column;
    align-items: flex-start
  }

  #produtos .container .products .item .info {
    align-items: flex-start
  }
}

@media(max-width: 576px) {
  #produtos {
    padding-top: 90px
  }

  #produtos .vector-product {
    width: 100%;
    border: 1px solid #050a27
  }

  #produtos .container .products {
    margin-bottom: 29px
  }
}

.line {
  height: 42px;
  width: 100%;
  background: #1fb0e2
}

#lideranca {
  padding: 142px 0 110px 0
}

#lideranca .container {
  padding-left: 105px;
  display: flex;
  gap: 55px;
  align-items: center
}

#lideranca .container .title {
  display: flex;
  gap: 16px;
  flex-direction: column
}

#lideranca .container .title span {
  color: #7d849b;
  font-family: "Open Sans";
  font-size: 12.698px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  text-transform: uppercase
}

#lideranca .container .title h2 {
  color: #0d1850;
  font-family: "Open Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%
}

#lideranca .container .title h2 b {
  font-weight: 700
}

#lideranca .container .title p {
  color: #5b6173;
  font-family: "Open Sans";
  font-size: 12.992px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%
}

#lideranca .container .info {
  width: 37%;
  padding-left: 30px
}

#lideranca .container .info s h3 {
  color: #0d1850;
  font-family: "Open Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  margin-bottom: 13px
}

#lideranca .container .info span {
  color: #7d849b;
  font-family: "Open Sans";
  font-size: 12.698px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  text-transform: uppercase
}

#lideranca .container .info p {
  color: #5b6173;
  font-family: "Open Sans";
  font-size: 12.992px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  margin-top: 16px
}

@media(max-width: 1400px) {
  #lideranca .container {
    padding-left: 70px;
    gap: 30px
  }
}

@media(max-width: 1200px) {
  #lideranca .container {
    padding-left: 0;
    justify-content: space-between
  }

  #lideranca .container .title h2 {
    font-size: 35px
  }
}

@media(max-width: 990px) {
  #lideranca {
    padding: 105px 0 100px 0
  }

  #lideranca .container {
    display: grid;
    grid-template-areas: "title title" "avatar info"
  }

  #lideranca .container .title {
    grid-area: title;
    margin-bottom: 20px
  }

  #lideranca .container .title br {
    display: none
  }

  #lideranca .container .avatar-ceo {
    grid-area: avatar;
    width: 92%
  }

  #lideranca .container .info {
    grid-area: info;
    width: 100%;
    padding-left: 5px
  }
}

@media(max-width: 768px) {
  #lideranca .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  #lideranca .container .avatar-ceo {
    width: 43%
  }

  #lideranca .container .title h2 {
    font-size: 39px
  }
}

@media(max-width: 576px) {
  #lideranca {
    padding: 74px 0 79px 0
  }

  #lideranca .container .avatar-ceo {
    width: 32%
  }
}

#contato .fale-equipe {
  padding-left: 105px;
  padding-top: 148px;
  padding-bottom: 209px;
  background: url("../img/bg-fale-equipe.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat
}

#contato .fale-equipe .container {
  display: flex;
  gap: 135px;
  align-items: center
}

#contato .fale-equipe .container .info-1 {
  flex: 1 1 calc(50% - 16px)
}

#contato .fale-equipe .container .info-1 h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%
}

#contato .fale-equipe .container .info-2 {
  flex: 1 1 calc(50% - 16px)
}

#contato .fale-equipe .container .info-2 .infos {
  display: flex;
  flex-direction: column;
  width: 74%
}

#contato .fale-equipe .container .info-2 .infos p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 12.992px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%
}

#contato .fale-equipe .container .info-2 .infos .btn-default {
  display: inline-flex;
  padding: 14px 24px;
  gap: 10px;
  border-radius: 8px;
  background: #011e41;
  text-decoration: none;
  margin-top: 39px;
  width: -moz-fit-content;
  width: fit-content
}

#contato .fale-equipe .container .info-2 .infos .btn-default p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#contato .formulario {
  background-color: #1fb0e2
}

#contato .formulario .contact-form {
  padding: 54px 31px 54px 71px;
  border-radius: 8px;
  background: #050a27;
  display: flex;
  position: relative;
  top: -95px
}

#contato .formulario .contact-form .title {
  flex: 1 1 34%
}

#contato .formulario .contact-form .title span {
  color: #7d849b;
  font-family: "Open Sans";
  font-size: 12.698px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  text-transform: uppercase
}

#contato .formulario .contact-form .title h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 113.099%;
  margin-top: 5px
}

#contato .formulario .contact-form .title .list-social {
  margin-top: 26px;
  display: flex;
  gap: 22px
}

#contato .formulario .contact-form .title .list-social a {
  transition: all .3s
}

#contato .formulario .contact-form .title .list-social a:hover {
  transform: translateY(-5px)
}

#contato .formulario .contact-form .form {
  display: flex;
  flex-direction: column;
  flex: 1 1 34%;
  gap: 13px
}

#contato .formulario .contact-form .form input {
  height: 47px;
  border-radius: 8px;
  background: rgba(125, 132, 155, .11);
  padding: 14px 24px;
  border: none;
  color: #fff;
  margin-bottom: 15px;
}

#contato .formulario .contact-form .form input:focus-visible {
  outline: none;
}

#contato .formulario .contact-form .form input::-moz-placeholder {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#contato .formulario .contact-form .form input::placeholder {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#contato .formulario .contact-form .form textarea {
  background: rgba(125, 132, 155, .11);
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 160px;
}

#contato .formulario .contact-form .form textarea::-moz-placeholder {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#contato .formulario .contact-form .form textarea::placeholder {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#contato .formulario .contact-form .form textarea:focus-visible {
  outline: none
}

#contato .formulario .contact-form .form button {
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #011e41;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff!important;
}
#contato .formulario .contact-form .form button svg {
  transition: margin-left .3s ease-out, width .3s ease-out
}

#contato .formulario .contact-form .form button:hover svg {
  margin-left: 5px;
  width: 23px
}

#contato .formulario .contact-form .form button p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

#contato .formulario .contact-form .address {
  flex: 1 1 30%;
  padding-left: 47px;
  display: flex;
  flex-direction: column;
  gap: 9px
}

#contato .formulario .contact-form .address P {
  color: #7d849b;
  font-family: "Open Sans";
  font-size: 12.992px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%
}

#contato .formulario .nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
  margin-top: -53px
}

#contato .formulario .nav-footer .list-footer {
  display: flex;
  align-items: center;
  gap: 32px
}

#contato .formulario .nav-footer .list-footer a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none
}

#contato .formulario .nav-footer .list-footer a:hover {
  text-decoration: underline
}

@media(max-width: 1400px) {
  #contato .fale-equipe .container .info-2 .infos {
    width: 87%
  }
}

@media(max-width: 1200px) {
  #contato .container {
    padding: 0
  }

  #contato .fale-equipe {
    padding-left: 0
  }

  #contato .fale-equipe .container {
    gap: 65px
  }

  #contato .fale-equipe .info-1 h2 {
    font-size: 39px !important
  }

  #contato .fale-equipe .info-1 h2 br {
    display: none
  }

  #contato .fale-equipe .info-2 .infos {
    width: 100% !important
  }

  #contato .formulario .contact-form .title {
    flex: 1 1 27%
  }

  #contato .formulario .contact-form .title h2 {
    font-size: 36px
  }
}

@media(max-width: 990px) {
  #contato .fale-equipe {
    padding-bottom: 168px
  }

  #contato .fale-equipe .container {
    flex-direction: column;
    gap: 37px
  }

  #contato .formulario .container .contact-form {
    display: grid;
    grid-template-columns: 53% 42%;
    grid-template-areas: "title title" "form address";
    gap: 30px;
    padding: 54px 40px 54px 40px
  }

  #contato .formulario .container .contact-form .title {
    grid-area: title
  }

  #contato .formulario .container .contact-form .title h2 {
    font-size: 33px
  }

  #contato .formulario .container .contact-form .form {
    grid-area: form
  }

  #contato .formulario .container .contact-form .address {
    grid-area: address;
    padding-left: 0
  }

  #contato .formulario .container .contact-form .address p br {
    display: none
  }

  #contato .formulario .container .nav-footer {
    flex-direction: column;
    gap: 26px
  }
}

@media(max-width: 768px) {
  #contato .fale-equipe .container .info-1 h2 {
    font-size: 36px
  }

  #contato .formulario .contact-form {
    display: flex !important;
    flex-direction: column
  }

  #contato .formulario .contact-form .form {
    margin-top: 20px
  }

  #contato .formulario .contact-form .address p {
    font-size: 11.992px
  }

  #contato .formulario .nav-footer .list-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px
  }
}

@media(max-width: 576px) {
  #contato .fale-equipe {
    padding-top: 80px;
    background: url("../img/bg-fale-equipe.svg") #060d2b;
    background-size: 233%;
    background-position: bottom;
    background-repeat: no-repeat
  }

  #contato .fale-equipe .info-1 h2 {
    font-size: 33px !important
  }

  #contato .formulario .contact-form {
    padding: 35px 30px 35px 30px !important
  }

  #contato .formulario .contact-form .address a {
    color: #7d849b;
    text-decoration: none
  }

  #contato .formulario .nav-footer .list-footer {
    padding: 0 20px;
    gap: 15px;
    gap: 9px 15px
  }

  #contato .formulario .nav-footer .list-footer a {
    font-size: 13px
  }
}

footer {
  padding: 44px 0;
  background-color: #050a27
}

footer .container {
  display: flex;
  justify-content: space-between
}

footer .container .copy p {
  color: #7d849b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

footer .container .list-policy {
  display: flex;
  gap: 32px
}

footer .container .list-policy a {
  color: #7d849b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none
}

footer .container .list-policy a:hover {
  text-decoration: underline
}

@media(max-width: 768px) {
  footer {
    padding: 35px 0
  }

  footer .container {
    flex-direction: column;
    align-items: center;
    gap: 10px
  }

  footer .container .list-policy {
    gap: 17px
  }
}

@media(max-width: 576px) {
  footer .container p {
    font-size: 13px !important
  }

  footer .container .list-policy a {
    font-size: 13px !important
  }
}

#navbar {
  padding: 30px 0 20px 0 !important;
  background-color: #050a27;
  position: fixed;
  width: 100%;
  z-index: 9999
}

#navbar .container {
  display: flex;
  justify-content: space-between
}

#navbar .container .navbar-brand img {
  width: 215px
}

#navbar .container #navbarNav {
  justify-content: flex-end
}

#navbar .container .navbar-nav {
  gap: 32px
}

#navbar .container .navbar-nav li a {
  color: #fff;
  padding: 0;
  font-size: 14px
}

#navbar .container .navbar-nav li a:hover {
  text-decoration: underline
}

@media(max-width: 991px) {
  #navbar .container .navbar-toggler {
    border: 1px solid #fff
  }

  #navbar .container .navbar-toggler svg {
    fill: #fff
  }
}

@media(max-width: 767px) {
  #navbar .container {
    padding: 0 20px
  }

  #navbar .container .navbar-brand img {
    width: 150px
  }

  #navbar .container .navbar-nav {
    gap: 13px;
    padding-top: 25px
  }
}

/*# sourceMappingURL=application.css.map */


html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  /* Para Safari/Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Para Firefox no macOS */
}

@media(max-width: 767px) {
  footer .container .list-policy {
    display: grid;
    gap: 32px;
    text-align: center;
  }
}

.section-main {
  padding: 150px 0 70px;
}

.section-main .pdf-iframe {
  width: 100%;
  height: 600px;
}

.section-main h1 {
  margin-bottom: 30px !important;
}

#conteudo_single .container ol li {
  list-style: auto;
}