@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 {
  font-family: "Gotham", sans-serif !important;
  position: relative;
  color: #202e65;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #202e65; }

::selection {
  color: #fff;
  background: #202e65; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 315px;
  padding: 12px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #202e65; }
  .cookiealert p {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff; }
  .cookiealert a {
    color: #5ba1dd; }
  .cookiealert button.acceptcookies {
    font-size: 1rem;
    text-transform: uppercase; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 1140px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -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: #00aeef;
  text-decoration: none !important; }

.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: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    -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; } }
@media (min-width: 1140px) {
  .container {
    max-width: 1140px; } }
section {
  position: relative;
  padding: 60px 0; }

h1 {
  font-size: 3.25rem;
  line-height: 1.1;
  font-weight: 400; }

h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 400; }

p {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 1px; }
  p b, p strong {
    color: #5ba1dd; }

.btn.btn-primary {
  background-color: #fff;
  color: #2574da;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 40px;
  padding: 10px 25px; }
  .btn.btn-primary:hover {
    background-color: #2574da;
    color: #fff; }

.btn.btn-primary._2 {
  background-color: #4588dd;
  color: #fff; }

.swiper-pagination {
  bottom: 115px !important;
  z-index: 200; }
  .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 0 10px !important; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #00aeef !important; }

.bg-video {
  position: relative;
  width: 100%;
  max-width: 818px;
  padding-bottom: 49.50%;
  overflow: hidden;
  box-shadow: -25px 25px 25px 0px #00000025;
  margin: 0 auto; }
  .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; }
  .bg-video .embed-container {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .bg-video .embed-container iframe,
  .bg-video .embed-container object,
  .bg-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .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; }
@keyframes spin {
  to {
    transform: rotate(360deg); } }
  .bg-video .stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease; }
  .bg-video .icon {
    transform: scale(0.8);
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out; }
  .bg-video #play:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300; }
  .bg-video #play:hover .icon {
    transform: scale(0.9); }
  .bg-video #play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2; }
  @media screen and (max-width: 1140px) {
    .bg-video {
      padding-bottom: 56.25%; }
      .bg-video #play {
        width: 75px; } }

@media screen and (max-width: 1600px) {
  .swiper-pagination {
    bottom: 90px !important; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2rem; }

  p {
    font-size: 1.125rem; }

  .btn.btn-primary {
    font-size: 1.5rem; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 40px 0; }

  .pr-4, .px-4 {
    padding-right: 15px !important; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .swiper-pagination {
    bottom: 20px !important; }

  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important; }

  h1 {
    font-size: 2.5rem; }

  h2 {
    font-size: 1.75rem; }

  p {
    font-size: 1rem; }

  .btn.btn-primary {
    padding: 8px 18px;
    font-size: 1rem; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  z-index: 4000; }
  header:before {
    content: '';
    background-color: #fff;
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    clip-path: ellipse(55% 80% at 50% 20%); }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 25px 50px; }
  header nav.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px; }
    header nav.nav-menu ul li {
      position: relative;
      /*a.active {
          &:after {
              width: 85%;
          }
      }*/ }
      header nav.nav-menu ul li a {
        position: relative;
        display: block;
        color: #202e65;
        width: 100%;
        font-size: 1.25rem;
        line-height: 1.1;
        padding: 8px 12px;
        text-align: center; }
        header nav.nav-menu ul li a::after {
          content: '';
          width: 0%;
          height: 2px;
          border-bottom: solid 1px #202e65;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          -webkit-transition: all linear 200ms;
          transition: all linear 200ms; }
        header nav.nav-menu ul li a:hover:after {
          width: 85%; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 32px;
    border-radius: 0px;
    background-color: #202e65;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #fff;
      padding: 20px 30px 10px;
      padding-bottom: 20px;
      z-index: 200;
      transform: translateY(-40vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 5px; }
        header .menu-overlay .nav-menu ul li {
          margin: 0; }
          header .menu-overlay .nav-menu ul li a {
            display: block;
            color: #202e65;
            font-size: 1.375rem;
            padding: 10px; }
  header .menu-overlay.open {
    display: block;
    height: 700px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1600px) {
    header .brand img {
      max-width: 175px; }
    header nav.nav-menu ul li a {
      font-size: 1.125rem; } }
  @media screen and (max-width: 1140px) {
    header {
      overflow: unset; }
      header .container {
        padding: 0; }
      header:before {
        inset: -1% 0% 0% 0%;
        clip-path: ellipse(85% 85% at 50% 15%); }
      header .nav-container {
        justify-content: space-between;
        gap: 30px;
        padding: 15px 30px 20px; }
      header .brand img {
        width: 150px; } }

section.title {
  margin-top: 125px;
  text-align: center; }

section.home-hero {
  padding: 50px 0 0; }
  section.home-hero .swiper-slide img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1140px) {
    section.home-hero {
      padding: 65px 0 0; } }

section.timeline img {
  margin-top: -100px; }
@media screen and (max-width: 1140px) {
  section.timeline img {
    margin-top: 20px; } }

section.tarja {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 0 18px; }
  @media screen and (max-width: 1140px) {
    section.tarja {
      padding: 42px 0 12px; } }

section.video:before {
  content: '';
  background-image: url("../img/shape-section-video-1.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -80px;
  top: 60px;
  width: 523px;
  height: 1219px; }
section.video:after {
  content: '';
  background-image: url("../img/shape-section-video-2.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -80px;
  top: 60px;
  width: 507px;
  height: 1219px; }
@media screen and (max-width: 1600px) {
  section.video:before {
    top: 150px;
    width: 350px;
    height: 850px; }
  section.video:after {
    top: 150px;
    width: 335px;
    height: 850px; } }
@media screen and (max-width: 1140px) {
  section.video {
    padding-top: 0; }
    section.video:before, section.video:after {
      display: none; } }

section.marcas ul.ul-marcas {
  flex-wrap: wrap;
  gap: 25px 60px;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }
@media screen and (max-width: 1600px) and (min-width: 1141px) {
  section.marcas ul.ul-marcas {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 20px; } }
@media screen and (max-width: 1140px) {
  section.marcas {
    padding: 0px; }
    section.marcas ul.ul-marcas {
      gap: 25px 30px; }
      section.marcas ul.ul-marcas li img {
        max-width: 70px;
        max-height: 52px;
        object-fit: contain; } }

section.localizacao {
  background-image: url("../img/background-localizacao.jpg");
  background-position: top;
  background-size: 1920px;
  background-repeat: no-repeat;
  padding-top: 245px;
  padding-bottom: 100px;
  color: #fff; }
  @media screen and (min-width: 1921px) {
    section.localizacao {
      background-size: 100%; } }
  section.localizacao .content {
    color: #202e65; }
    section.localizacao .content h3 {
      font-size: 1.125rem;
      font-weight: 400;
      margin-bottom: 15px;
      text-align: center;
      max-width: max-content; }
      section.localizacao .content h3 b {
        font-size: 2.5rem;
        line-height: 1;
        font-weight: 700; }
    section.localizacao .content ul {
      padding-left: 20px; }
      section.localizacao .content ul li {
        font-size: 1.25rem;
        line-height: 1.2; }
  section.localizacao .mt-map {
    position: relative;
    margin-top: 405px;
    margin-left: 80px;
    padding-left: 20px; }
    section.localizacao .mt-map h2 {
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 20px; }
      section.localizacao .mt-map h2 span {
        font-size: 2.5rem;
        display: block; }
    section.localizacao .mt-map h3 {
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 400;
      margin-bottom: 10px; }
    section.localizacao .mt-map p {
      font-size: 1.125rem;
      line-height: 1.2; }
      section.localizacao .mt-map p b, section.localizacao .mt-map p strong {
        color: #fff; }
    section.localizacao .mt-map p.small {
      font-size: 0.875rem;
      font-weight: 300;
      margin: 25px 0 0; }
      section.localizacao .mt-map p.small b {
        font-weight: 600; }
    section.localizacao .mt-map:before {
      content: '';
      position: absolute;
      left: -20px;
      top: 23px;
      width: 4px;
      height: 84%;
      border-left: solid 4px #fff; }
    section.localizacao .mt-map:after {
      content: '';
      position: absolute;
      left: -34px;
      top: -6px;
      width: 32px;
      height: 32px;
      background-color: transparent;
      border: solid 3px #fff;
      border-radius: 100px; }
  @media screen and (max-width: 1600px) {
    section.localizacao {
      padding-bottom: 150px; }
      section.localizacao .ranking-img {
        transform: scale(0.8);
        transform-origin: left; }
      section.localizacao .content h3 {
        font-size: 1rem; }
        section.localizacao .content h3 b {
          font-size: 2.25rem; }
      section.localizacao .content ul li {
        font-size: 1.125rem; }
      section.localizacao .mt-map {
        margin-top: 425px; }
        section.localizacao .mt-map:before {
          left: -19px;
          top: 24px;
          width: 3px;
          height: 84%;
          border-left: solid 3px #fff; }
        section.localizacao .mt-map h2 {
          font-size: 2.5rem; }
          section.localizacao .mt-map h2 span {
            font-size: 2.125rem; }
        section.localizacao .mt-map h3 {
          font-size: 1.75rem; }
        section.localizacao .mt-map p {
          font-size: 1rem; }
        section.localizacao .mt-map p.small {
          font-size: 0.75rem;
          margin: 20px 0 0; } }
  @media screen and (max-width: 1140px) {
    section.localizacao {
      background-position: top right;
      background-position-x: -1050px;
      padding-top: 145px;
      padding-bottom: 205px; }
      section.localizacao br {
        display: block; }
      section.localizacao .text-right {
        text-align: center !important; }
      section.localizacao h2 {
        font-size: 1.5rem; }
      section.localizacao .ranking-img {
        transform: none;
        transform-origin: unset;
        max-width: 250px;
        margin: 30px auto 0;
        display: block; }
      section.localizacao .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
      section.localizacao .mt-map {
        margin-top: 471px;
        margin-left: 70px;
        padding-left: 10px; }
        section.localizacao .mt-map:after {
          left: -32px;
          top: -4px;
          width: 28px;
          height: 28px;
          border: solid 2px #fff; }
        section.localizacao .mt-map:before {
          width: 2px;
          border-left: solid 2px #fff; }
        section.localizacao .mt-map h2 {
          font-size: 2rem;
          margin-bottom: 15px; }
        section.localizacao .mt-map h3 {
          font-size: 1.25rem; }
        section.localizacao .mt-map p {
          font-size: 0.875rem; }
        section.localizacao .mt-map p.small {
          font-size: 0.675rem;
          margin: 15px 0 0; } }

section.destaques h2 {
  font-size: 3.75rem; }
section.destaques .grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px; }
section.destaques .item {
  position: relative;
  border: solid 3px #00aeef;
  border-radius: 0px 0px 200px 200px;
  background-color: #fff;
  padding: 140px 10px 40px;
  text-align: center;
  overflow: hidden; }
  section.destaques .item .wrapper {
    background-color: #5ba1dd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0%;
    height: 100%;
    width: 100%;
    -webkit-transition: all ease 700ms;
    transition: all ease 700ms; }
    section.destaques .item .wrapper:after {
      content: '';
      background-image: url("../img/shape-item.png");
      position: absolute;
      bottom: 0px;
      left: -5px;
      width: 216px;
      height: 53px; }
    section.destaques .item .wrapper h3 {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.1;
      text-align: center; }
  section.destaques .item:hover .wrapper {
    background-position-y: -500px;
    transform: translateY(-290px);
    padding-top: 260px; }
section.destaques .flex {
  display: flex;
  justify-content: center;
  gap: 70px;
  text-align: center; }
  section.destaques .flex h3 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0px; }
  section.destaques .flex p {
    font-size: 1.125rem;
    line-height: 1.2; }
  section.destaques .flex p.small {
    color: #00aeef;
    font-size: 0.875rem; }
@media screen and (max-width: 1600px) {
  section.destaques h2 {
    font-size: 3.25rem; } }
@media screen and (max-width: 1140px) {
  section.destaques h2 {
    font-size: 2.25rem; }
  section.destaques .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  section.destaques .item {
    width: calc(50% - 8px);
    padding: 60px 10px 60px; }
    section.destaques .item .wrapper {
      padding: 70px 10px 60px; }
      section.destaques .item .wrapper h3 {
        font-size: 1.25rem; }
    section.destaques .item:hover .wrapper {
      transform: translateY(-320px); }
  section.destaques .flex {
    flex-direction: column;
    gap: 15px; } }

section.divisor img {
  width: 100%;
  height: auto; }
section.divisor .grid {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }
section.divisor .flex h3 {
  font-size: 2.125rem; }
section.divisor .flex p {
  font-size: 1rem; }
section.divisor .flex p.small {
  font-size: 0.75rem; }
@media screen and (max-width: 1600px) {
  section.divisor {
    padding-bottom: 20px; } }

section.topicos h2 {
  font-size: 1.75rem;
  line-height: 34px; }
section.topicos .item {
  background-color: #0095cd;
  display: flex;
  justify-content: space-between;
  max-width: max-content;
  gap: 10px;
  border-radius: 200px;
  min-width: 325px;
  min-height: 100px;
  overflow: hidden;
  margin: 30px 0; }
  section.topicos .item .icon {
    padding: 20px 0px 20px 25px; }
  section.topicos .item .content {
    background-color: #00aeef;
    color: #fff;
    text-align: center;
    padding: 10px;
    min-width: 220px;
    border-radius: 200px; }
    section.topicos .item .content h4 {
      line-height: 1;
      margin-bottom: 0px; }
      section.topicos .item .content h4 p {
        display: inline; }
    section.topicos .item .content p {
      font-size: 0.75rem;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 0px; }
section.topicos .item._2 {
  flex-direction: row-reverse; }
  section.topicos .item._2 .icon {
    padding: 20px 25px 20px 0px; }
@media screen and (max-width: 1600px) and (min-width: 1140px) {
  section.topicos {
    padding: 20px 0; }
    section.topicos .col-md-12 {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); } }
@media screen and (max-width: 1140px) {
  section.topicos {
    padding-top: 0; }
    section.topicos .item {
      min-width: 300px;
      min-height: 90px;
      margin: 10px auto 10px; }
      section.topicos .item .icon {
        display: flex;
        align-items: center;
        justify-content: center; }
        section.topicos .item .icon img {
          max-width: 40px; }
      section.topicos .item .content br {
        display: block; }
      section.topicos .item .content h4 {
        font-size: 1.375rem; }
      section.topicos .item .content p {
        font-size: 11px; }
    section.topicos .text-center {
      margin: 20px 0; }
      section.topicos .text-center img {
        max-width: 109px; }
    section.topicos h2 {
      font-size: 1.25rem;
      line-height: 25px; } }

section.motivos:before {
  content: '';
  background-image: url("../img/shape-section-motivos.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50px;
  width: 420px;
  height: 714px;
  z-index: 2; }
section.motivos .image-wrapper {
  position: relative; }
  section.motivos .image-wrapper:before {
    content: '';
    background-image: url("../img/shape-motivos-img.png");
    background-position: bottom;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -70px;
    width: 554px;
    height: 91px;
    z-index: 2; }
  section.motivos .image-wrapper img {
    max-width: 554px; }
section.motivos .text-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 5px 0; }
section.motivos .bigger {
  font-size: 6.5rem;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 60px; }
section.motivos h4 {
  color: #00aeef;
  font-size: 3rem;
  line-height: 45px;
  font-weight: 300; }
section.motivos .mt {
  margin-top: 50px; }
  section.motivos .mt h3 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 30px; }
    section.motivos .mt h3 b {
      font-size: 1.25rem;
      line-height: 80%;
      text-transform: uppercase; }
section.motivos .swiper-motivos-next {
  position: absolute;
  right: 11px;
  top: 7px;
  width: 70px;
  height: 140px;
  background-color: #202e65;
  z-index: 2;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  margin: 0; }
  section.motivos .swiper-motivos-next:after {
    display: none; }
@media screen and (max-width: 1600px) and (min-width: 1180px) {
  section.motivos .container {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  section.motivos:before {
    top: 90px;
    width: 330px;
    height: 600px; } }
@media screen and (max-width: 1140px) {
  section.motivos:before, section.motivos:after {
    display: none; }
  section.motivos .text-right {
    text-align: left !important; }
  section.motivos .bigger {
    font-size: 4.25rem;
    line-height: 65px;
    margin-top: 35px; }
  section.motivos h4 {
    font-size: 2rem;
    line-height: 1.1; }
  section.motivos .mt {
    margin-top: 10px; }
    section.motivos .mt h3 {
      font-size: 1.75rem;
      line-height: 24px; }
      section.motivos .mt h3 br {
        display: block; }
      section.motivos .mt h3 b {
        font-size: 1.125rem; }
  section.motivos .image-wrapper:before {
    top: 0px;
    width: 100%;
    height: 20px; }
  section.motivos .image-wrapper img {
    max-width: 100%; }
  section.motivos .swiper-motivos-next {
    right: auto;
    top: auto;
    left: 0px;
    bottom: 291px;
    width: 50px;
    height: 110px; } }

section.noticias {
  padding-top: 120px; }
  section.noticias:after {
    content: '';
    background-image: url("../img/shape-noticias.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50px;
    width: 571px;
    height: 266px;
    z-index: -1; }
  section.noticias h3 {
    color: #00aeef;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
    margin-right: 3px; }
  section.noticias h2 {
    color: #202e65;
    font-size: 66px;
    font-weight: 700;
    text-align: center; }
  section.noticias .swiperNoticias {
    padding: 0 50px; }
    section.noticias .swiperNoticias .swiper-slide a {
      display: flex;
      align-items: center;
      gap: 15px;
      -webkit-transition: all ease 300ms;
      transition: all ease 300ms; }
      section.noticias .swiperNoticias .swiper-slide a .image-wrapper {
        width: 207px;
        height: 269px;
        min-width: 209px;
        border-radius: 12px;
        overflow: hidden; }
        section.noticias .swiperNoticias .swiper-slide a .image-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      section.noticias .swiperNoticias .swiper-slide a .cat {
        background-color: #00aeef;
        color: #fff;
        font-weight: 600;
        max-width: 135px;
        line-height: 1.1;
        border-radius: 12px;
        padding: 10px 15px;
        text-align: center;
        margin-bottom: 12px; }
      section.noticias .swiperNoticias .swiper-slide a h4 {
        color: #202e65;
        font-weight: 600;
        font-size: 1.375rem;
        margin-bottom: 0px; }
      section.noticias .swiperNoticias .swiper-slide a:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }
  section.noticias .swiper-pagination {
    bottom: -25px !important; }
    section.noticias .swiper-pagination .swiper-pagination-bullet {
      background-color: #d3d3d3; }
  @media screen and (max-width: 1580px) {
    section.noticias {
      padding-top: 20px; }
      section.noticias:after {
        transform: scale(0.7);
        transform-origin: right;
        top: -50px; }
      section.noticias .container {
        transform: scale(0.8); }
      section.noticias .swiperNoticias {
        padding: 0 40px; }
        section.noticias .swiperNoticias .swiper-slide a h4 {
          font-size: 1.25rem; } }
  @media screen and (max-width: 1380px) {
    section.noticias .swiperNoticias {
      padding: 0 20px; }
      section.noticias .swiperNoticias .swiper-slide a .image-wrapper {
        width: 187px;
        height: 249px;
        min-width: 187px; }
      section.noticias .swiperNoticias .swiper-slide a .cat {
        font-size: 14px;
        padding: 8px; } }
  @media screen and (max-width: 1140px) {
    section.noticias {
      padding-top: 40px; }
      section.noticias .container {
        transform: none; }
      section.noticias:after {
        display: none; }
      section.noticias h3 {
        font-size: 1.75rem;
        text-align: center; }
      section.noticias h2 {
        font-size: 36px; }
      section.noticias .swiperNoticias {
        padding: 0 10px; }
        section.noticias .swiperNoticias .swiper-slide a .image-wrapper {
          width: 167px;
          height: 229px;
          min-width: 167px; }
        section.noticias .swiperNoticias .swiper-slide a .cat {
          font-size: 12px;
          max-width: 100px;
          margin-bottom: 8px; }
        section.noticias .swiperNoticias .swiper-slide a h4 {
          font-size: 1rem;
          line-height: 1.1; }
      section.noticias .swiper-pagination {
        bottom: -15px !important; } }

section.galeria {
  background-image: url("../img/background-galeria.jpg");
  background-size: 1920px;
  background-repeat: no-repeat;
  padding-top: 185px;
  padding-bottom: 320px;
  /*.swiper-wrapper {
      transition-timing-function: linear;
      align-items: center;
  }*/ }
  section.galeria .swiperGaleria {
    margin-bottom: 325px; }
  section.galeria .swiper-slide img {
    max-width: 100%;
    height: auto; }
  section.galeria .images-pisos {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 570px; }
    section.galeria .images-pisos img {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden; }
    section.galeria .images-pisos img.active {
      opacity: 1;
      visibility: visible; }
    section.galeria .images-pisos .show-piso {
      position: absolute;
      left: 70px;
      width: 615px;
      height: 80px;
      background-color: #00000000;
      z-index: 2;
      cursor: pointer; }
    section.galeria .images-pisos .show-piso._1 {
      top: 335px; }
    section.galeria .images-pisos .show-piso._2 {
      top: 290px;
      height: 50px; }
    section.galeria .images-pisos .show-piso._3 {
      top: 230px;
      height: 60px; }
  @media screen and (max-width: 1600px) {
    section.galeria {
      background-size: 100%;
      padding-top: 175px;
      padding-bottom: 235px; }
      section.galeria .swiperGaleria {
        margin-bottom: 135px; }
      section.galeria .row {
        -webkit-transform: scale(0.8);
        transform: scale(0.8); } }
  @media screen and (max-width: 1380px) {
    section.galeria {
      padding-bottom: 160px; }
      section.galeria .swiperGaleria {
        margin-bottom: 80px; } }
  @media screen and (max-width: 1140px) {
    section.galeria {
      background-size: cover;
      padding-top: 120px;
      padding-bottom: 130px; }
      section.galeria .row {
        -webkit-transform: none;
        transform: none; }
      section.galeria .images-pisos {
        padding-bottom: 230px; }
        section.galeria .images-pisos img {
          max-width: 320px; }
        section.galeria .images-pisos .show-piso {
          left: 20px;
          width: calc(100% - 80px);
          height: 30px; }
        section.galeria .images-pisos .show-piso._1 {
          top: 120px; }
        section.galeria .images-pisos .show-piso._2 {
          top: 98px;
          height: 22px; }
        section.galeria .images-pisos .show-piso._3 {
          top: 80px;
          height: 20px; } }

div.modal-planta {
  position: fixed;
  background-color: #000000e0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height ease 300ms;
  transition: height ease 300ms; }
  div.modal-planta .modal-wrapper {
    background-color: #ffffffe3;
    width: 80%;
    position: absolute;
    top: 52%;
    min-height: 60vh;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 80px 30px 10px;
    color: #000;
    overflow: scroll; }
    div.modal-planta .modal-wrapper .close-mp {
      position: absolute;
      color: #00aeef;
      right: 5px;
      top: 5px;
      border: none;
      font-size: 60px;
      line-height: 1;
      background-color: transparent;
      cursor: pointer; }
    div.modal-planta .modal-wrapper iframe, div.modal-planta .modal-wrapper embed {
      max-width: 100%;
      height: 60vh;
      border: none;
      display: block; }
    div.modal-planta .modal-wrapper .btn-pdf {
      display: inline-block;
      background: #444;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
      text-align: center; }
  @media screen and (max-width: 1600px) {
    div.modal-planta .modal-wrapper {
      max-height: 60vh; } }
  @media screen and (max-width: 1140px) {
    div.modal-planta .modal-wrapper {
      width: 90%;
      padding: 50px 15px 30px; }
      div.modal-planta .modal-wrapper .close-mp {
        font-size: 32px; } }

div.modal-planta.active {
  opacity: 1;
  visibility: visible;
  height: 100%; }

section.contato {
  padding: 80px 0; }
  section.contato h2 {
    color: #989898;
    font-size: 3rem;
    font-weight: 700; }
  section.contato .formulario {
    margin-top: 20px; }
    section.contato .formulario .form-control {
      color: #989898;
      border: none;
      font-size: 1.125rem;
      border-bottom: solid 2px #989898;
      border-radius: 0px;
      padding: 5px 0px;
      margin-bottom: 15px; }
    section.contato .formulario .wpcf7-list-item label {
      padding-left: 30px;
      line-height: 20px; }
    section.contato .formulario .wpcf7-list-item-label {
      color: #989898;
      font-size: 1.125rem;
      line-height: 1; }
    section.contato .formulario input[type="checkbox"] {
      min-width: 30px;
      min-height: 30px;
      border-radius: 50px;
      position: absolute;
      left: 0; }
    section.contato .formulario .btn.btn-primary {
      position: relative;
      float: right;
      padding: 8px 25px 11px;
      margin-top: 15px;
      z-index: 3; }
    section.contato .formulario .wpcf7-not-valid-tip {
      font-size: 0.875rem;
      margin: -10px 5px 15px; }
    section.contato .formulario .wpcf7 form .wpcf7-response-output {
      margin: 15px 0 0;
      padding: 25px;
      border-radius: 0px;
      text-align: center; }
    section.contato .formulario .wpcf7 form.invalid .wpcf7-response-output {
      background-color: #ffb900; }
    section.contato .formulario .wpcf7 form.sent .wpcf7-response-output {
      background-color: #46b450;
      color: #fff; }
  @media screen and (max-width: 1600px) {
    section.contato h2 {
      font-size: 2.5rem; }
    section.contato .formulario .wpcf7-list-item-label {
      font-size: 1rem; } }
  @media screen and (max-width: 1380px) {
    section.contato {
      padding: 60px 0; } }
  @media screen and (max-width: 1140px) {
    section.contato {
      padding: 40px 0; }
      section.contato h2 {
        font-size: 2rem; }
      section.contato .formulario .form-control {
        font-size: 1rem; }
      section.contato .formulario input[type="checkbox"] {
        min-width: 22px;
        min-height: 22px; }
      section.contato .formulario label {
        padding-left: 20px;
        line-height: 16px; }
      section.contato .formulario .wpcf7-list-item-label {
        font-size: 0.875rem; }
      section.contato .formulario .btn.btn-primary {
        font-size: 1.25rem;
        float: none;
        width: 100%;
        padding: 12px 10px 14px; } }

footer {
  position: relative;
  background-image: url("../img/background-rodape.jpg");
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  z-index: 400; }
  footer * {
    color: #fff; }
  footer p {
    font-size: 1rem;
    letter-spacing: 0px; }
    footer p b, footer p strong {
      color: #fff; }
    footer p a {
      color: #fff;
      text-decoration: underline !important; }
  @media screen and (max-width: 1600px) {
    footer img {
      max-width: 300px;
      margin: 0 auto; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 60px 0 80px; }
      footer img {
        max-width: 65%;
        margin: 20px auto 0; } }

/*# sourceMappingURL=styles.css.map */
