@import url("resets.css");
.uk-navbar-toggle {
  color: #fe8501;
}

.uk-navbar-toggle:focus, .uk-navbar-toggle:active {
  color: #fe8501;
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: rgba(7, 49, 84, 0.878);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-offcanvas-bar p {
  color: #fff;
  font-size: 1.4rem;
}

.uk-offcanvas-bar .uk-button-cta {
  font-family: gotham-bold;
  color: white !important;
  background: #ff6c00;
  font-size: 1.2rem;
}

.uk-navbar-nav > li > a.uk-button-menu, .uk-nav > li > a.uk-button-menu {
  background: #ff6c00;
  padding: 3px 10px !important;
  border-radius: 5px;
  margin: 3px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  font-size: 0.9rem;
}

.uk-navbar-nav > li > a.uk-button-menu:hover, .uk-nav > li > a.uk-button-menu:hover {
  color: #fff !important;
  background: #a23404;
}

.uk-navbar-nav > li > a.uk-button-menu2, .uk-nav > li > a.uk-button-menu2 {
  background: #5b5156;
  padding: 3px 20px !important;
  border-radius: 5px;
  margin: 3px;
}

.uk-navbar-nav > li > a.uk-button-menu2:hover, .uk-nav > li > a.uk-button-menu2:hover {
  color: #fff !important;
  background: #3b3438;
}

.uk-navbar-toggle {
  color: #ff6c00;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
  color: #fff;
}

.uk-navbar-nav > li > a, .uk-nav > li > a {
  color: #fff !important;
  font-size: .9rem;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color;
  min-height: unset;
}

.uk-navbar-nav > li > a:hover, .uk-nav > li > a:hover {
  color: #ff6c00 !important;
}

.uk-offcanvas > li > a {
  color: #fff;
  font-size: .9rem;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color;
}

.uk-offcanvas > li > a:hover {
  color: #ff6c00;
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.78);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body, html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #ff6c00;
  color: #fff;
  font-weight: 400;
}

.uk-button-cta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #ff6c00;
  padding: 10px 20px;
  min-height: unset;
  margin: 0 10px;
  border-radius: 10px;
}

.uk-button-cta:hover {
  background: #ffa05c;
}

.traco1 {
  background: #24589c;
  margin: 20px auto;
  width: 40px;
  height: 5px;
  display: inline-block;
}

.traco2 {
  background: #ff6c00;
  margin: 20px auto;
  width: 40px;
  height: 5px;
  display: inline-block;
}

.titulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  margin: 20px 0;
  display: block;
}

.titulo2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  margin: 20px 0 0 0;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #295496;
  font-size: 1.6rem;
  margin: 0 0;
}

.titulo4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 5.3rem);
  margin: 0 0;
}

.sub {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -.03em;
}

.container {
  max-width: 1080px;
  margin: 0 auto
}

.flex {
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly
}

.center {
  justify-content: center
}

.between {
  justify-content: space-between
}

.gap {
  gap: 30px;
}

.wrap {
  flex-wrap: wrap;
}

header {
  background: #0a4a8e url("../img/bg1-pix.webp") bottom center no-repeat;
  background-size: cover;
}

header .banner {
  padding-top: 10px;
  
}

header .banner .pix{
  color: #ff6c00;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-align: left;
  font-size: 3rem;
  margin: 0 0 30px;

}

header .banner .pix strong{
  display: block;
  font-size: 9rem;
}

.logosseguros{
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}
  
.regras{
  align-items: stretch;
  justify-content: center;
  margin: 30px auto;
}

.regra{
  background: #fff;
  max-width: 250px;
  padding: 30px;
  border-radius: 10px;
}

.regra h3{
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.regra .traco2{
  margin: 5px 0 20px;
}

.regra p{
  color: #555353;
  font-size: 1rem;
  line-height: 1.2rem;
}


header .banner .chamada {
  text-align: left;
  text-wrap: balance;
  max-width: 700px;
}

header .banner .chamada h2, header .banner .chamada h3, header .banner .chamada p {
  color: #fff;
  margin-bottom: 20px;
  text-wrap: balance;
}

header .banner .titulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: -10px;
}

header .banner .ninjaPix {
  margin-bottom: -3px;
}

header .navGhost {
  height: 88px;
  width: 100%;
}

header .navSite {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 48, 101, 0.859);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
  z-index: 99;
  padding: 10px 0;
}

header .navSite .navRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navSite .navRight .seta {
  width: 24px;
  height: auto;
  fill: #ff6c00;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header .navSite .navRight li .uk-button-cta {
  font-family: "gotham-bold";
  color: #fff;
  background: #ff6c00;
  padding: 0 20px;
  min-height: unset;
  margin: 0 10px;
  border-radius: 10px;
}

header .navSite .navRight li .uk-button-cta:hover {
  background: #bb4e00;
}

.sec01 {
  background: url("../img/bg2.webp") top center no-repeat;
  background-size: unset;
}

.sec01 .lista {
  margin-top: 0px;
}

.sec01 .boxDesc {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #555353;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
}

.sec01 .boxDesc .item {
  padding-top: 10px;
  background: #f6f6f6;
}

.sec01 .boxDesc .item .traco2 {
  margin-bottom: -5px;
}

.sec01 .boxDesc .infos {
  padding: 10% 10%;
}

.sec01 .boxDesc .infos p {
  line-height: 1.2rem;
}

.sec01 .mobile {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
  display: inline-block;
  border-radius: 40px;
}

.sec01 .mobile img {
  margin: -3px;
}

.sec01 .video {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
  margin: 20px 0 0 0;
  border: 10px solid #fff;
  border-radius: 10px;
}

.sec01 .video iframe {
  margin-bottom: -3px;
}

.sec01 .comoUsar {
  padding: 20px 0 0 0;
}

.sec01 .comoUsar p {
  line-height: 1.2rem;
  padding-left: 60px;
  position: relative;
  margin-bottom: 25px;
}

.sec01 .comoUsar p span {
  position: absolute;
  left: 0;
  display: inline-block;
  background: #ff6c00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.315);
}

.sec01 .comoUsar p .bg2 {
  background: #295496;
}

.sec03 {
  background: #1061af;
}

.sec03 .legal p:nth-child(1) {
  margin-bottom: 10px;
}

.sec03 .legal p {
  font-size: .8rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  text-align: justify;
}

.social{
  gap: 10px;
}

.social a {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  color: #ff6c00;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}

.social a:hover {
  background: #1061af;
  color: #fff;
}

footer {
  position: relative;
}

footer p {
  font-size: .8rem;
  margin: 30px 0 30px 0;
  color: #fff;
}

.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  overflow: hidden;
  background: #fff;
  padding: 10px 25px;
  text-align: left;
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.116);
          box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.116);
}

.uk-accordion-title h2 {
  color: #ff6c00;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.uk-accordion-title:hover, .uk-accordion-title:focus, .uk-accordion-title:active {
  color: #fff;
}

.uk-accordion-content {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  display: flow-root;
  padding: 10px 25px 30px 25px;
  color: #333;
  background: #fff;
  margin: 0;
  text-align: left;
}

.uk-accordion-content p {
  margin-bottom: 12px;
  line-height: 1.2;
}

.uk-accordion-content a {
  color: #ff6c00;
  text-decoration: none;
}

.uk-accordion-content a:hover, .uk-accordion-content a:focus, .uk-accordion-content a:active {
  color: #000;
}

.uk-accordion-title::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-left: 10px;
  float: right;
  background-image: url();
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='cor' d='m256 512c-141.164062 0-256-114.835938-256-256s114.835938-256 256-256 256 114.835938 256 256-114.835938 256-256 256zm0-480c-123.519531 0-224 100.480469-224 224s100.480469 224 224 224 224-100.480469 224-224-100.480469-224-224-224zm0 0'/%3E%3Cpath d='m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m256 384c-8.832031 0-16-7.167969-16-16v-224c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v224c0 8.832031-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='cor' d='m256 512c-141.164062 0-256-114.835938-256-256s114.835938-256 256-256 256 114.835938 256 256-114.835938 256-256 256zm0-480c-123.519531 0-224 100.480469-224 224s100.480469 224 224 224 224-100.480469 224-224-100.480469-224-224-224zm0 0'/%3E%3Cpath d='m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3Cpath d='m256 384c-8.832031 0-16-7.167969-16-16v-224c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v224c0 8.832031-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ff6c00;
}

.uk-open > .uk-accordion-title::before {
  background-image: url();
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 512c-141.164062 0-256-114.835938-256-256s114.835938-256 256-256 256 114.835938 256 256-114.835938 256-256 256zm0-480c-123.519531 0-224 100.480469-224 224s100.480469 224 224 224 224-100.480469 224-224-100.480469-224-224-224zm0 0'/%3E%3Cpath d='m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 512c-141.164062 0-256-114.835938-256-256s114.835938-256 256-256 256 114.835938 256 256-114.835938 256-256 256zm0-480c-123.519531 0-224 100.480469-224 224s100.480469 224 224 224 224-100.480469 224-224-100.480469-224-224-224zm0 0'/%3E%3Cpath d='m368 272h-224c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h224c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0'/%3E%3C/svg%3E");
}

@media (max-width: 640px) {
  header .banner h1 {
    font-size: 2.3rem;
  }
  .titulo {
    font-size: 2rem;
  }
  .titulo2 {
    font-size: 2rem;
    margin: 20px 10px;
  }
  .sec01 .boxDesc .traco2 {
    margin: 30px 0px 0px 10px;
  }
  .uk-accordion-title h3 {
    color: #ff6c00;
    line-height: 1;
    font-size: 1.2rem;
  }
  .sec02 .boxDesc .juridico {
    margin-top: 20% !important;
  }
  .sec02 .boxDesc .juridico p {
    font-size: .7rem;
  }
  .sec02 .boxMobile {
    position: relative;
    max-width: 261px;
    margin: 0 auto;
    height: 530px;
    -webkit-box-shadow: 20px 1px 40px rgba(0, 0, 0, 0.459);
            box-shadow: 20px 1px 40px rgba(0, 0, 0, 0.459);
    border-radius: 45px;
  }
  .sec02 .boxMobile .desc {
    max-width: 35%;
  }
  .sec02 .boxMobile .box {
    position: relative;
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec02 .boxMobile .box .familiaDesconto {
    max-width: 310px;
  }
  .sec02 .boxMobile .box .titulo2 {
    margin-top: -40px;
    font-size: 1.3rem;
  }
  .sec02 .boxMobile .box .titulo2 span {
    color: #24589c;
  }
  .sec02 .boxMobile .box .sub {
    font-family: 'gotham-bold', sans-serif;
    font-size: 1.8rem;
  }
}

@media (max-width: 959px) {
  header .banner .chamada {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=styles.css.map */


@media (max-width: 1500px) {
  header{
    background: #0a4a8e;
  }
}

@media (max-width: 950px) {

  header .container{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  header .banner .pix{
    text-align: center;
    margin: 20px auto 30px;
  }

  header .banner .titulo{
    text-align: center;
  }

  header .banner .chamada{
    margin: 0;
    text-align: center;
  }

  header .banner .ninjaPix img{
    max-width: 300px;
  }
}

