@import "https://static-files-saint-gobain.s3.amazonaws.com/gotham-2/stylesheet.css";
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Gotham", sans-serif !important;
  color: #000;
  position: relative;
  overflow-x: hidden !important; }

/*::-moz-selection {
    color: #fff;
    background: $color3;
}
  
::selection {
    color: #fff;
    background: $color3;
}*/
.cookiealert {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 20%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #EFEFEF; }
  .cookiealert p {
    font-size: 0.875rem;
    line-height: 1.3; }
  .cookiealert a {
    color: #005EB8; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 1140px) {
  .cookiealert {
    width: calc(100% - 0px);
    left: 0px;
    bottom: 0px;
    text-align: center; }
    .cookiealert button.acceptcookies {
      margin: 0 auto;
      width: 100%; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

button:focus {
  outline: none !important;
  box-shadow: none; }

a {
  color: #000;
  text-decoration: none !important; }
  a:hover {
    color: #005EB8; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    grid-column-gap: 0px !important;
    grid-row-gap: 30px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 50px 0; }

.mt-80 {
  margin-top: 80px; }

.mt-60 {
  margin-top: 60px; }

hr {
  margin-top: 60px;
  margin-bottom: 15px;
  border-top: solid 2px #EFEFEF; }

.line-gradient {
  background-image: linear-gradient(90deg, #41A2A5 0%, #006BB2 21%, #3A2766 36%, #DC0E23 58%, #E74E00 100%);
  width: 100%;
  height: 3px;
  margin: 20px 0; }

h1, h2 {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px; }

h3 {
  font-size: 3rem; }

.btn.btn-primary {
  position: relative;
  background-color: #005EB8 !important;
  color: #fff !important;
  padding: 10px 30px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 100px;
  border: none;
  text-align: center; }
  .btn.btn-primary:hover {
    background-color: #E30512 !important; }

.btn.btn-primary._2 {
  padding: 12px 30px;
  font-size: 1.125rem;
  font-weight: 300; }
  .btn.btn-primary._2 b {
    font-weight: 600; }

.btn.btn-primary._down {
  padding-right: 60px; }
  .btn.btn-primary._down:after {
    content: '';
    background-image: url("../img/icons/arrow-btn-down.svg");
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 9px; }

.btn.btn-primary._down2 {
  text-transform: none;
  border-radius: 10px;
  font-size: 1rem;
  padding: 12px 70px 12px 20px;
  font-weight: 400; }
  .btn.btn-primary._down2:after {
    content: '';
    background-image: url("../img/icons/arrow-btn-down-2.svg");
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 15px; }
  .btn.btn-primary._down2:before {
    content: '';
    border-left: solid 2px #074B8C;
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 69px;
  margin-top: 0 !important;
  top: 50%;
  transform: translateY(-50%); }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/arrow-left-3.svg") !important;
  left: -40px; }
  .swiper-button-prev:hover {
    left: -45px; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-right-3.svg") !important;
  right: -40px; }
  .swiper-button-next:hover {
    right: -45px; }

.swiper-pagination {
  position: relative;
  margin: 30px 0 0px; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 1px #EFEFEF;
    background-color: #fff !important;
    opacity: 1 !important; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #005EB8 !important; }

.modal {
  padding-right: 0 !important; }

.modal-dialog {
  max-width: 1140px !important; }

@media screen and (max-width: 1580px) {
  hr {
    margin-top: 40px; }

  .line-gradient {
    margin: 15px 0; }

  h1, h2 {
    font-size: 1.5rem; }

  .h5, h5 {
    font-size: 1.125rem; } }
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1140px; }

  h1, h2 {
    font-size: 1.375rem;
    line-height: 1.2; }

  .btn.btn-primary._2 {
    font-size: 1rem; }

  .btn.btn-primary._down2 {
    padding: 10px 65px 10px 15px; }

  .swiper-button-next, .swiper-button-prev {
    width: 56px;
    height: 56px; }

  .swiper-button-prev {
    left: -25px; }

  .swiper-button-next {
    right: -25px; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 30px 0; }

  hr {
    margin-top: 25px; }

  h1, h2 {
    font-size: 1.25rem; }

  .h5, h5 {
    font-size: 1rem; }

  .btn.btn-primary {
    padding: 8px 25px;
    font-weight: 500; }

  .swiper-pagination {
    margin: 20px 0 0; } }
header {
  position: relative;
  width: 100%;
  background-color: #FFEB00;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .brand:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  header .nav-menu ul {
    gap: 40px; }
    header .nav-menu ul li a {
      position: relative;
      font-size: 1.125rem;
      padding: 10px; }
      header .nav-menu ul li a:hover {
        color: #000;
        font-weight: 400; }
    header .nav-menu ul li .has-after {
      padding-right: 20px; }
      header .nav-menu ul li .has-after:after {
        content: '';
        background-image: url("../img/icons/arrow-down-2.svg");
        background-position: center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 17px;
        -webkit-transition: all ease 300ms;
        transition: all ease 300ms; }
      header .nav-menu ul li .has-after:hover:after {
        transform: translateY(-25%); }
  header .marcas {
    display: flex;
    align-items: center;
        /*.pravc {
            position: relative;
            color: $color2;
            font-size: 1.25rem;
            padding-right: 20px;
            margin-right: 10px;

            &:after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                border-right: solid 1px $color5;
                height: 42px;
                top: 50%;
                transform: translateY(-50%);
            }
        }

        ul {
            display: flex;
            align-items: center;
            padding: 0;
            margin: 0;
            list-style-type: none;
            gap: 12px;
        }*/ }
    header .marcas img {
      pointer-events: none; }
  @media screen and (max-width: 1140px) {
    header .nav-container {
      align-items: flex-start;
      justify-content: space-around;
      gap: 15px; }
    header .brand img {
      width: 140px; }
    header .nav-menu {
      padding-top: 8px; }
      header .nav-menu ul {
        gap: 2px;
        flex-direction: column;
        align-items: flex-start; }
        header .nav-menu ul li a {
          font-size: 1rem;
          padding: 5px; }
        header .nav-menu ul li .has-after {
          padding-right: 12px; }
          header .nav-menu ul li .has-after:after {
            width: 7px;
            height: 14px; }
    header .marcas {
      display: none; } }

section.hero {
  background-color: #FFEB00;
  padding: 20px 0 50px;
  /*&:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-color: $color1;
      width: 100%;
      height: 65%;
  }*/ }
  section.hero .padding {
    padding: 60px 80px; }
  section.hero .flex {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 60px;
    /*h5 {
        font-weight: 400;
        margin-bottom: 0;
    }*/ }
    section.hero .flex .content {
      width: 40%; }
      section.hero .flex .content h1 {
        font-size: 2.25rem;
        line-height: 45px;
        text-transform: uppercase;
        margin-bottom: 25px; }
      section.hero .flex .content p {
        font-size: 1.25rem; }
      section.hero .flex .content .btn.btn-primary {
        margin-top: 25px; }
    section.hero .flex .image-wrapper {
      position: relative;
      width: 60%;
      overflow: hidden; }
      section.hero .flex .image-wrapper img {
        max-width: 100%; }
  @media screen and (max-width: 1580px) {
    section.hero .padding {
      padding: 50px 80px; } }
  @media screen and (max-width: 1366px) {
    section.hero {
      margin-top: -1px; }
      section.hero .padding {
        padding: 40px 80px; }
      section.hero .flex .content h1 {
        font-size: 2rem;
        line-height: 38px;
        margin-bottom: 20px; }
      section.hero .flex .content p {
        font-size: 1.125rem;
        line-height: 1.3; }
      section.hero .flex .content .btn.btn-primary {
        margin-top: 15px; } }
  @media screen and (max-width: 1140px) {
    section.hero {
      padding: 10px 0 20px; }
      section.hero .padding {
        padding: 50px 15px 20px; }
      section.hero .flex {
        flex-direction: column;
        gap: 30px; }
        section.hero .flex .content {
          width: 100%; }
          section.hero .flex .content h1 {
            font-size: 1.5rem;
            line-height: 28px;
            margin-bottom: 15px; }
          section.hero .flex .content p {
            font-size: 1rem;
            margin-bottom: 5px; }
        section.hero .flex .image-wrapper {
          width: 100%; }
      section.hero .swiper-button-next, section.hero .swiper-button-prev {
        width: 36px;
        height: 36px; }
      section.hero .swiper-button-next {
        right: 15px;
        top: 15px; }
      section.hero .swiper-button-prev {
        right: 60px;
        left: auto;
        top: 15px; } }

/*section.banners {
    .swiper-pagination {
        position: relative;
        margin: 20px 0 0px;

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            border: solid 1px #EFEFEF;
            background-color: #fff !important;
            opacity: 1 !important;
        }

        .swiper-pagination-bullet-active {
            background-color: $color2 !important;
        }
    }
}*/
section.personas h2 {
  text-transform: uppercase; }
section.personas hr {
  margin-top: 50px;
  margin-bottom: 50px; }
section.personas .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px; }
  section.personas .list-wrapper .box {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(25% - 15px);
    box-sizing: border-box; }
section.personas .box {
  display: flex;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  section.personas .box img {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1; }
  section.personas .box .content {
    position: relative;
    background-color: #EFEFEF;
    padding: 110px 35px 80px;
    max-width: 290px;
    min-width: 290px;
    height: 370px;
    margin-top: -80px;
    border-radius: 20px; }
    section.personas .box .content .name {
      margin-bottom: 20px; }
      section.personas .box .content .name h3 {
        color: #005EB8;
        font-size: 1.25rem;
        font-weight: 400;
        min-height: 50px;
        margin-bottom: 20px; }
      section.personas .box .content .name p {
        color: #777777;
        font-size: 0.75rem;
        line-height: 1.3; }
    section.personas .box .content .btn.btn-primary {
      padding: 10px 20px;
      position: absolute;
      left: 35px;
      bottom: 25px; }
  section.personas .box:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
@media screen and (max-width: 1366px) {
  section.personas .box .content {
    max-width: 265px;
    min-width: 265px; } }
@media screen and (max-width: 1140px) {
  section.personas hr {
    margin-top: 20px;
    margin-bottom: 35px; }
  section.personas .list-wrapper {
    gap: 20px 10px; }
    section.personas .list-wrapper .box {
      flex: 1 1 calc(50% - 5px);
      max-width: calc(50% - 5px); }
      section.personas .list-wrapper .box .content {
        padding: 100px 15px 50px;
        max-width: 100%;
        min-width: 100%;
        height: 100%; }
        section.personas .list-wrapper .box .content .name h3 {
          font-size: 1rem;
          min-height: auto;
          margin-bottom: 10px; }
        section.personas .list-wrapper .box .content .btn.btn-primary {
          padding: 8px 18px;
          left: 15px;
          bottom: 15px; } }

section.list {
  border-top: solid 2px #EFEFEF; }
  section.list:before {
    content: '';
    border: solid 2px #FFEB00;
    border-radius: 15px;
    position: absolute;
    left: -5%;
    bottom: 10%;
    height: 70%;
    max-height: 830px;
    width: 12%;
    transform: skewY(-10deg); }
  section.list:after {
    content: '';
    border: solid 2px #FFEB00;
    border-radius: 15px;
    position: absolute;
    right: -5%;
    top: 20%;
    height: 60%;
    max-height: 630px;
    width: 14%;
    transform: skewY(-10deg); }
  section.list h2 {
    text-transform: uppercase; }
  section.list .list-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    margin-bottom: 25px; }
    section.list .list-options button.list-option-btn {
      background-color: transparent;
      padding: 0;
      margin: 0;
      border: none;
      box-shadow: none;
      cursor: pointer; }
      section.list .list-options button.list-option-btn:hover svg rect {
        fill: #777777 !important; }
    section.list .list-options button.list-option-btn.active svg rect {
      fill: #777777 !important; }
  section.list .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  section.list .grid._rows {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  section.list .item {
    position: relative;
    background-color: #F3F3F3;
    border-radius: 10px;
    border: solid 1px #EFEFEF;
    min-height: 450px;
    height: 100%;
    overflow: hidden; }
    section.list .item .logo {
      background-color: #fff;
      padding: 20px 32px;
      height: 135px;
      border-top: solid 14px #005EB8;
      border-radius: 10px; }
      section.list .item .logo img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    section.list .item .content {
      padding: 20px 30px 80px; }
      section.list .item .content .devices {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 10px;
        margin-bottom: 15px; }
        section.list .item .content .devices .desktop {
          background-image: url("../img/icons/icon-desktop.svg");
          width: 23px;
          height: 20px; }
        section.list .item .content .devices .mobile {
          background-image: url("../img/icons/icon-mobile.svg");
          width: 12px;
          height: 20px; }
      section.list .item .content h3 {
        color: #005EB8;
        font-size: 1.25rem;
        font-weight: 400; }
      section.list .item .content p {
        color: #777777;
        font-size: 0.75rem;
        line-height: 1.3; }
      section.list .item .content .link {
        position: absolute;
        bottom: 20px; }
        section.list .item .content .link .btn.btn-primary {
          padding: 12px 25px; }
  section.list .item._hoverquartzolit:hover .logo {
    border-top: solid 14px #FFEB00; }
  section.list .item._hoverbrasilit:hover .logo {
    border-top: solid 14px #E30512; }
  section.list .item._hoverplaco:hover .logo {
    border-top: solid 14px #005EB8; }
  section.list .item._hoverisover:hover .logo {
    border-top: solid 14px #000; }
  section.list .item._hoverecophon:hover .logo {
    border-top: solid 14px #ffcc00; }
  section.list .item._rows {
    display: flex;
    align-items: center;
    min-height: auto; }
    section.list .item._rows .logo {
      height: 100%;
      min-width: 220px;
      max-width: 220px; }
    section.list .item._rows .content {
      padding: 30px; }
      section.list .item._rows .content .devices {
        position: absolute;
        right: 20px;
        top: 20px; }
      section.list .item._rows .content .link {
        position: relative;
        bottom: auto; }
  @media screen and (max-width: 1366px) {
    section.list:after {
      width: 12%; }
    section.list:before {
      width: 11%; }
    section.list .item .content {
      padding: 15px 25px 70px; }
      section.list .item .content h3 {
        font-size: 1.125rem; }
      section.list .item .content .link .btn.btn-primary {
        padding: 10px 22px; } }
  @media screen and (max-width: 1140px) {
    section.list:before, section.list:after {
      display: none; }
    section.list .list-options {
      display: none; }
    section.list .grid {
      grid-row-gap: 20px !important; }
    section.list .item {
      min-height: auto; }
      section.list .item .logo {
        padding: 15px 20px;
        height: 120px;
        border-top: solid 10px #005EB8; }
      section.list .item .content {
        padding: 15px 25px 30px; }
        section.list .item .content .devices {
          margin-bottom: 10px; }
        section.list .item .content .link {
          position: relative;
          bottom: auto;
          margin-top: 20px; }
          section.list .item .content .link .btn.btn-primary {
            padding: 10px 20px;
            width: 100%; } }

.modalsolucao .modal-content {
  border-radius: 10px;
  border: none; }
.modalsolucao .modal-header {
  border: none; }
.modalsolucao .modal-body {
  padding: 20px 60px 50px;
  color: #777777;
  font-size: 0.875rem; }
  .modalsolucao .modal-body .grid {
    grid-column-gap: 100px;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr; }
  .modalsolucao .modal-body h3 {
    color: #005EB8;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 20px; }
  .modalsolucao .modal-body .video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 30px; }
    .modalsolucao .modal-body .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .modalsolucao .modal-body .links {
    position: relative; }
    .modalsolucao .modal-body .links:before {
      content: '';
      position: absolute;
      left: -50px;
      top: 0;
      height: 100%;
      border-left: solid 1px #888888; }
    .modalsolucao .modal-body .links .devices {
      display: flex;
      align-items: center;
      column-gap: 15px;
      margin-bottom: 30px; }
      .modalsolucao .modal-body .links .devices .desktop {
        background-image: url("../img/icons/icon-desktop-2.svg");
        width: 38px;
        height: 35px; }
      .modalsolucao .modal-body .links .devices .mobile {
        background-image: url("../img/icons/icon-mobile-2.svg");
        width: 21px;
        height: 35px; }
    .modalsolucao .modal-body .links a.btn.btn-primary {
      width: 100%;
      display: block;
      padding: 12px;
      border-radius: 8px;
      margin-bottom: 10px;
      font-size: 1.125rem;
      text-transform: none;
      font-weight: 500; }
    .modalsolucao .modal-body .links p {
      font-size: 1rem;
      margin-bottom: 5px; }
    .modalsolucao .modal-body .links img {
      margin-bottom: 10px; }
@media screen and (max-width: 1140px) {
  .modalsolucao .modal-header {
    padding: 12px 20px; }
    .modalsolucao .modal-header .close {
      padding: 10px; }
    .modalsolucao .modal-header button img {
      max-height: 22px; }
  .modalsolucao .modal-body {
    padding: 10px 20px 30px; }
    .modalsolucao .modal-body .links a.btn.btn-primary {
      padding: 10px;
      margin-bottom: 5px;
      font-size: 1rem; }
    .modalsolucao .modal-body .links:before {
      display: none; } }

section.video {
  padding-top: 160px;
  padding-bottom: 0;
  overflow: hidden; }
  section.video:after {
    content: '';
    background-color: #FFEB00;
    position: absolute;
    width: 100%;
    height: 665px;
    left: 0;
    top: 0;
    z-index: -1; }
  section.video .rotate {
    background-color: #fff;
    padding: 110px 30px 50px;
    border-radius: 40px 40px 0 0;
    transform: skewY(-12deg); }
    section.video .rotate .no-rotate {
      transform: skewY(12deg); }
  section.video .bg-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px; }
    section.video .bg-video .background-thumb {
      background-position: center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      z-index: 2;
      -webkit-transition: all ease-in-out 500ms;
      transition: all ease-in-out 500ms; }
    section.video .bg-video .embed-container {
      position: absolute;
      left: 0;
      top: 0;
      padding-bottom: 56.6%;
      overflow: hidden;
      width: 100%;
      height: 100%; }
    section.video .bg-video .embed-container iframe,
    section.video .bg-video .embed-container object,
    section.video .bg-video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    section.video .bg-video .btn.btn-play {
      background-color: transparent;
      margin: 0;
      padding: 0;
      opacity: 1;
      -webkit-transition: all ease-in-out 500ms;
      transition: all ease-in-out 500ms;
      cursor: pointer;
      box-shadow: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 2; }
  @media screen and (max-width: 1140px) {
    section.video {
      padding-top: 50px;
      padding-bottom: 50px; }
      section.video:after {
        height: 100%; }
      section.video .rotate {
        padding: 65px 15px 80px;
        border-radius: 10px; }
      section.video p {
        font-size: 0.875rem; }
      section.video .bg-video {
        margin-top: 30px; }
        section.video .bg-video .btn.btn-play img {
          width: 36px; } }

section.marcas ul {
  flex-wrap: wrap;
  gap: 80px; }
section.marcas hr {
  margin-top: 20px;
  margin-bottom: 0px;
  border-top: solid 2px #F8F8F8; }
@media screen and (max-width: 1140px) {
  section.marcas ul {
    margin-top: 20px;
    gap: 5px;
    flex-direction: column;
    justify-content: center; } }

section.faq h3 {
  color: #005EB8;
  font-size: 1.375rem;
  font-weight: 400; }
section.faq p {
  color: #777777; }
section.faq .faq-component {
  flex-direction: column;
  display: flex;
  grid-row-gap: 8px;
  margin: 0 auto;
  margin-top: 10px; }
section.faq .faq-accordion {
  background-color: #EFEFEF;
  padding: 10px 30px;
  border-radius: 10px; }
  section.faq .faq-accordion .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer; }
    section.faq .faq-accordion .faq-question .arrow {
      background-image: url("../img/icons/arrow-faq.svg");
      position: relative;
      width: 16px;
      min-width: 16px;
      height: 20px;
      -webkit-transition: all ease .5s;
      transition: all ease .5s; }
    section.faq .faq-accordion .faq-question h4 {
      color: #777777;
      font-size: 1rem;
      font-weight: 400;
      padding-right: 50px;
      margin-bottom: 0; }
  section.faq .faq-accordion .faq-answer {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
    section.faq .faq-accordion .faq-answer p {
      font-size: 0.875rem;
      line-height: 20px;
      margin-bottom: 10px; }
section.faq .faq-accordion.active .faq-question .arrow {
  transform: rotate(-180deg); }
section.faq .faq-accordion.active .faq-answer {
  max-height: 2000px; }
section.faq p a {
  color: #005EB8;
  font-weight: 500; }
@media screen and (max-width: 1140px) {
  section.faq p {
    font-size: 0.875rem;
    line-height: 1.2; }
  section.faq .faq-accordion {
    padding: 8px 20px; }
    section.faq .faq-accordion .faq-question h4 {
      font-size: 0.875rem;
      padding-right: 30px; }
    section.faq .faq-accordion .faq-answer .pr-5, section.faq .faq-accordion .faq-answer .px-5 {
      padding-right: 15px !important; }
    section.faq .faq-accordion .faq-answer p {
      font-size: 0.75rem; } }

section.cta {
  padding: 0; }
  section.cta .bg {
    background-color: #E30512;
    border-radius: 10px;
    padding-top: 10px; }
  section.cta .padding {
    padding: 20px 80px; }
  section.cta p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 25px;
    margin-bottom: 0; }
  section.cta img {
    margin-left: -50px; }
  @media screen and (max-width: 1140px) {
    section.cta .padding {
      padding: 10px 25px; }
    section.cta p {
      font-size: 1.125rem;
      line-height: 22px; }
    section.cta img {
      max-width: 90%;
      margin: 10px auto 0;
      display: block; } }

section.hero-single {
  background-color: transparent;
  padding: 20px 0 80px; }
  section.hero-single:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFEB00;
    width: 100%;
    height: 25%; }
  section.hero-single .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.hero-single .flex a {
      font-size: 1.25rem; }
      section.hero-single .flex a svg {
        margin-right: 10px; }
  section.hero-single .dropdown .btn.btn-primary._down2 {
    background-color: #005EB8 !important;
    z-index: 300; }
  section.hero-single .dropdown .submenu {
    position: absolute;
    top: 40px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    z-index: 200;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
    section.hero-single .dropdown .submenu ul {
      margin: 0;
      padding: 15px;
      list-style-type: none; }
      section.hero-single .dropdown .submenu ul li a {
        display: block;
        color: #555555;
        font-size: 1rem;
        line-height: 20px;
        padding: 10px;
        border-bottom: solid 1px #EFEFEF; }
        section.hero-single .dropdown .submenu ul li a:hover {
          background-color: #005EB8;
          color: #fff; }
      section.hero-single .dropdown .submenu ul li:last-child a {
        border-bottom: none; }
  section.hero-single .dropdown:hover .submenu {
    max-height: 1000px; }
  section.hero-single .perfil-wrapper {
    background-color: #FFEB00;
    position: relative;
    border: solid 2px #000;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px; }
    section.hero-single .perfil-wrapper .content {
      padding-top: 10px;
      padding-right: 110px; }
      section.hero-single .perfil-wrapper .content h1 {
        font-size: 2.5rem;
        line-height: 45px;
        margin-bottom: 15px; }
      section.hero-single .perfil-wrapper .content p {
        font-size: 0.875rem;
        line-height: 20px; }
      section.hero-single .perfil-wrapper .content p:last-child {
        margin-bottom: 0; }
    section.hero-single .perfil-wrapper .img-fluid {
      max-width: 100%; }
  @media screen and (max-width: 1580px) {
    section.hero-single {
      padding: 20px 0 60px; } }
  @media screen and (max-width: 1366px) {
    section.hero-single .flex a {
      font-size: 1.125rem; }
    section.hero-single .perfil-wrapper img {
      max-width: 95%; }
    section.hero-single .perfil-wrapper .content {
      padding-right: 40px;
      padding-bottom: 10px; }
      section.hero-single .perfil-wrapper .content h1 {
        font-size: 2.25rem;
        line-height: 38px; }
        section.hero-single .perfil-wrapper .content h1 br {
          display: none; } }
  @media screen and (max-width: 1140px) {
    section.hero-single {
      padding: 10px 0 30px; }
      section.hero-single .flex {
        flex-direction: column;
        row-gap: 10px; }
        section.hero-single .flex a {
          font-size: 1rem; }
      section.hero-single .dropdown .submenu ul {
        padding: 10px; }
        section.hero-single .dropdown .submenu ul li a {
          font-size: 0.875rem;
          line-height: 16px; }
      section.hero-single .perfil-wrapper .content {
        padding: 20px 40px 15px; }
        section.hero-single .perfil-wrapper .content h1 {
          font-size: 1.75rem;
          line-height: 28px;
          margin-bottom: 10px; }
        section.hero-single .perfil-wrapper .content p {
          font-size: 0.75rem;
          line-height: 18px; }
      section.hero-single .perfil-wrapper .pl-5, section.hero-single .perfil-wrapper .px-5 {
        padding-left: 30px !important; }
      section.hero-single .swiper-button-next, section.hero-single .swiper-button-prev {
        width: 36px;
        height: 36px; }
      section.hero-single .swiper-button-prev {
        left: 5px !important; }
      section.hero-single .swiper-button-next {
        right: 5px !important; } }

footer {
  background-color: #FFEB00;
  padding-top: 220px;
  margin-top: -150px; }
  footer .grid {
    grid-column-gap: 120px;
    -ms-grid-columns: 1.2fr 1.5fr 1fr;
    grid-template-columns: 1.2fr 1.5fr 1fr; }
    footer .grid > div {
      position: relative; }
      footer .grid > div:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        border-right: solid 1px #333333; }
    footer .grid > div:last-child:after {
      display: none; }
  footer .logo-rodape {
    margin-left: 10px; }
  footer .redes {
    margin-top: 10px; }
    footer .redes ul {
      column-gap: 8px; }
  footer p {
    line-height: 22px;
    margin-bottom: 10px; }
  footer a {
    display: block;
    max-width: max-content;
    margin: 8px 0; }
  footer .copy {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
    margin-top: 50px; }
    footer .copy p {
      font-size: 0.875rem;
      margin: 0; }
      footer .copy p a {
        display: inline-flex;
        margin: 0; }
  @media screen and (max-width: 1140px) {
    footer {
      padding-top: 100px;
      margin-top: -50px; }
      footer .grid {
        grid-row-gap: 20px !important; }
        footer .grid > div:after {
          display: none; }
      footer .centerleft {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
      footer .logo-rodape {
        margin-left: 0px; }
      footer p {
        text-align: center; }
      footer a {
        margin: 5px 0; }
      footer .copy {
        padding: 30px 0;
        margin-top: 40px; }
        footer .copy p {
          font-size: 0.75rem;
          line-height: 1.5; } }

/*# sourceMappingURL=styles.css.map */
