* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img[src*="analytics"] {
  display: block;
  height: 0;
  width: 0;
}

a {
  text-decoration: none;
}

.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

img {
  display: block;
  border: none;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #EEEEEE;
  -webkit-animation: backgroundColor .4s ease;
          animation: backgroundColor .4s ease;
}

body.preloader {
  background-color: #fff;
  overflow: hidden;
}

body.preloader .main {
  opacity: 0;
}

.main {
  margin-bottom: -19px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.hide {
  display: none;
  opacity: 0;
}

.title {
  color: #7C7C7B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 22px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 479px) {
  .title {
    font-size: 18px;
    line-height: 20px;
  }
}

.button {
  font-size: 16px;
  border-radius: 38px;
  padding: 2px 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: none;
  display: inline-block;
  background-color: #034691;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  height: 48px;
}

.button span {
  background-color: #fff;
  color: #034691;
  font-size: 16px;
  border-radius: 38px;
  width: calc(100% - 4px);
  top: 2px;
  left: 2px;
  padding: 12.5px 8px;
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.button.primary {
  width: 90px;
}

.button.secondary {
  width: 210px;
}

.button.active span {
  color: #fff;
  background-color: #034691;
}

.button.active:before {
  opacity: 1;
}

.button:hover {
  background-color: #3764AF;
}

.button:hover span {
  background-color: #3764AF;
  color: #fff;
}

.button--tab {
  color: #6D6E71;
  font-size: 18px;
  border-radius: 38px;
  padding: 10px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: none;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.button--tab:after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 6px;
  opacity: 0;
  margin-top: 5px;
  background-color: #B31983;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.button--tab.active:after,
.button--tab:hover:after {
  opacity: 1;
}

.button--red {
  color: #fff;
  padding: 15px 40px;
  background-color: #034691;
  border: none;
}

.button--red:before {
  display: none;
}

.button--red.active,
.button--red:hover {
  border: none;
  background: #3C3C3C;
  background: -webkit-linear-gradient(225deg, #3C3C3C 0%, #3C3C3C 100%);
  background: -o-linear-gradient(225deg, #3C3C3C 0%, #3C3C3C 100%);
  background: linear-gradient(225deg, #3C3C3C 0%, #3C3C3C 100%);
}

@media only screen and (max-width: 1023px) {
  .button {
    font-size: 14px;
    padding: 10px 12px;
  }

  .button.primary {
    width: 75px;
  }

  .button.secondary {
    width: 175px;
  }

  .button--tab {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 30px;
  }

  .button--red {
    padding: 15px 40px;
  }
}

.dropdown {
  width: 100%;
  max-width: 160px;
  display: inline-block;
  position: relative;
}

.dropdown#states {
  max-width: 113px;
}

.dropdown#moment {
  max-width: 207px;
}

.dropdown.active .dropdown__list {
  -webkit-transition: max-height 300ms ease-in-out, border 0ms ease;
  -o-transition: max-height 300ms ease-in-out, border 0ms ease;
  transition: max-height 300ms ease-in-out, border 0ms ease;
  border: 1px solid #BFBFBF;
  max-height: 200px;
}

.dropdown.active .dropdown__placeholder .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown__placeholder {
  width: 100%;
  padding: 10px;
  position: relative;
  border: 1px solid #BFBFBF;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
}

.dropdown__placeholder .placeholder {
  color: rgba(0,0,0,0.3);
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.dropdown__placeholder .icon {
  top: 17px;
  right: 10px;
  width: 13px;
  height: 9px;
  display: inline-block;
  position: absolute;
  background: url(../svg/dropdown-arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.dropdown__list {
  width: 100%;
  max-height: 0;
  border: 1px solid transparent;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: max-height 300ms ease-in-out, border 0ms ease 300ms;
  -o-transition: max-height 300ms ease-in-out, border 0ms ease 300ms;
  transition: max-height 300ms ease-in-out, border 0ms ease 300ms;
}

.dropdown__list.bottom {
  bottom: 41px;
  border-bottom: none !important;
}

.dropdown__list.top {
  top: 41px;
  border-top: none !important;
}

.dropdown__item {
  width: 100%;
  padding: 10px;
  display: block;
  background-color: #FAFAFA;
  border-bottom: 1px solid #BFBFBF;
  border-left: 4px solid transparent;
  text-align: left;
  cursor: pointer;
}

.dropdown__item:last-child {
  border-bottom: none;
}

.dropdown__item span {
  color: #034691;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.dropdown__item.selected,
.dropdown__item:hover {
  border-left: 4px solid #7F2347;
  background-color: #efefef;
}

.dropdown__item.selected span,
.dropdown__item:hover span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.site-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 80px;
  margin: auto;
  position: fixed;
  z-index: 999;
  -webkit-animation: fadeInOut 1.5s infinite ease-in-out;
          animation: fadeInOut 1.5s infinite ease-in-out;
}

.site-loader__icon {
  width: 100%;
}

.site-loader__icon img {
  width: 100%;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.loader {
  padding-top: 35px;
  width: 10px;
  height: 50px;
  color: #034691;
  text-indent: -9999em;
  margin: 20px auto;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.loader span {
  background-color: #034691;
  -webkit-animation: load1 1s infinite ease-in-out;
          animation: load1 1s infinite ease-in-out;
  width: 10px;
  height: 30px;
  display: block;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.loader span:nth-child(1) {
  left: -15px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loader span:nth-child(2) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.loader span:nth-child(3) {
  left: 15px;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loader--hide {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .loader {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  40% {
    -webkit-transform: scale(1, 2);
            transform: scale(1, 2);
  }
}

@keyframes load1 {
  0%, 80%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  40% {
    -webkit-transform: scale(1, 2);
            transform: scale(1, 2);
  }
}

.menu {
  background-color: #F7F7F7;
}

.menu .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 0;
}

@media (max-width: 990px) {
  .menu .container {
    padding: 12px;
  }
}

.menu .logo,
.menu nav {
  display: inline-block;
}

.menu nav {
  width: calc(100% - 146px);
  margin: 0 0 0 auto;
  text-align: right;
  float: right;
  padding: 16px 0;
}

.menu nav ul {
  list-style: none;
}

@media (max-width: 580px) {
  .menu nav ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 77px;
    background: #F7F7F7;
    border-top: 1px solid #034691;
    z-index: 9;
    text-align: center;
  }
}

.menu nav ul li {
  display: inline-block;
  font-size: 0;
}

@media (max-width: 580px) {
  .menu nav ul li {
    display: block;
  }
}

.menu nav ul li a {
  display: inline-block;
  width: 85px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6D6E71;
  text-transform: uppercase;
  margin-left: 40px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu nav ul li a.active,
.menu nav ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #CC092F;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 580px) {
  .menu nav ul li a {
    margin-left: 0;
    padding: 20px 0;
  }
}

.menu nav button {
  display: none;
}

@media (max-width: 580px) {
  .menu nav button {
    display: block;
    outline: none !important;
  }
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 auto;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #034691;
  background: -webkit-gradient(linear, left top, right top, from(#CC092F), color-stop(99.95%, #B2207B));
  background: -webkit-linear-gradient(left, #CC092F 0%, #B2207B 99.95%);
  background: -o-linear-gradient(left, #CC092F 0%, #B2207B 99.95%);
  background: linear-gradient(90deg, #CC092F 0%, #B2207B 99.95%);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #034691;
  background: -webkit-gradient(linear, left top, right top, from(#CC092F), color-stop(99.95%, #B2207B));
  background: -webkit-linear-gradient(left, #CC092F 0%, #B2207B 99.95%);
  background: -o-linear-gradient(left, #CC092F 0%, #B2207B 99.95%);
  background: linear-gradient(90deg, #CC092F 0%, #B2207B 99.95%);
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
  background: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.header {
  width: 100%;
  height: 576px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.header__brand {
  top: 0;
  left: 0px;
  width: 493px;
  height: 490px;
  position: absolute;
  background-color: rgba(14,30,100,0.9);
  background-image: url(../img/box-titulo.jpg);
  background-size: 100% 100%;
  z-index: 4;
  padding: 64px 0 0 86px;
}

.header__brand .text {
  width: 360px;
  position: absolute;
  z-index: 99;
}

.header__brand h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
}

.header__brand hr {
  width: 321px;
  border: none;
  border-radius: 6px;
  height: 3px;
  background-color: #fff;
  margin: 36px 0 39px;
}

.header__brand p {
  width: 367px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  line-height: 32px;
}

.header__image {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url(../img/header_prime.jpg) 0 0 no-repeat;
  background-position: top right;
}

@media only screen and (max-width: 1023px) {
  .header {
    height: 460px;
  }

  .header__brand {
    height: 396.17px;
    width: 355.5px;
    top: 0;
    padding: 56px 0 0 58px;
  }

  .header__brand .text {
    width: 310px;
  }

  .header__brand h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .header__brand hr {
    width: 220px;
    margin: 27px 0;
  }

  .header__brand p {
    font-size: 22px;
    line-height: 27px;
  }

  .header__image {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 780px;
  }

  .header__brand {
    left: 0;
    width: 100%;
    height: 380px;
    margin-top: -1px;
    padding: 33px 0 0 100px;
    position: relative;
  }

  .header__brand .text {
    width: 80%;
  }

  .header__brand h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .header__brand hr {
    margin: 24px 0;
  }

  .header__brand p {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }

  .header__image {
    width: 100%;
    height: 403.2px;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
    background-position: top right;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 639px) {
  .header {
    height: 656px;
  }

  .header__brand {
    height: 344.12px;
  }

  .header__brand .text {
    width: 80%;
  }

  .header__brand hr {
    max-width: 220px;
    height: 3px;
  }

  .header__brand h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .header__brand p {
    max-width: 300px;
  }

  .header__image {
    height: 345.6px;
  }
}

@media only screen and (max-width: 479px) {
  .header {
    height: auto;
    overflow: inherit;
    overflow: hidden;
  }

  .header__brand {
    height: 235.98px;
    padding: 20px 0 0 50px;
  }

  .header__brand:after {
    right: -30px;
    bottom: -30px;
  }

  .header__brand .text {
    width: calc(100% - 95px);
  }

  .header__brand .text h2 {
    width: 230px;
    font-size: 32px;
    line-height: 35px;
  }

  .header__brand .text hr {
    max-width: 180px;
    margin: 10px 0;
  }

  .header__brand .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .header__image {
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 289.67px;
    position: relative;
  }
}

.flags {
  width: 100%;
  height: 277px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-top: 78px;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/grafismo-1.png),url(../img/grafismo-2.png);
  background-position: 0px calc(100% - 99px),99px calc(100%);
}

.flags__tabs {
  text-align: center;
  margin-top: 39px;
}

.flags__tabs-tab {
  margin-right: 8px;
}

.flags__tabs-tab:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .flags {
    height: 300px;
    background-image: none;
  }
}

@media only screen and (max-width: 767px) {
  .flags {
    height: auto;
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .flags .button.secondary {
    width: 200px;
  }
}

@media only screen and (max-width: 639px) {
  .flags {
    padding-bottom: 39px;
  }

  .flags__tabs {
    width: 370px;
    margin: 30px auto 0;
  }

  .flags__tabs-tab {
    margin: 4px 4px 8px;
  }

  .flags__tabs-tab:last-child {
    margin: 4px 4px 8px;
  }
}

@media only screen and (max-width: 479px) {
  .flags__tabs {
    width: 100%;
    max-width: 370px;
  }
}

.cards {
  width: 100%;
  min-height: 341px;
  background-color: #034691;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/grafismo-3.png),url(../img/grafismo-4.png);
  background-position: 0px calc(100%),calc(100%) 0px;
  position: relative;
}

.cards .title {
  color: #fff;
  padding-top: 60px;
}

@media only screen and (max-width: 479px) {
  .cards {
    min-height: 271px;
  }

  .cards .title {
    padding-top: 50px;
  }
}

.cards__card-name {
  background-color: #034691;
  -webkit-box-shadow: inset 0 2px 11px 0 rgba(0,0,0,0.2);
          box-shadow: inset 0 2px 11px 0 rgba(0,0,0,0.2);
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .cards__card-name {
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
  }

  .cards__card-name.fixed {
    opacity: 1;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
  }
}

.cards__card-name.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 1280px;
  margin-left: -640px;
  z-index: 3;
}

@media (max-width: 1280px) {
  .cards__card-name.fixed {
    width: 100%;
    left: 0px;
    margin-left: 0px;
  }
}

.cards__card-name p {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
  padding: 10px 0;
  font-weight: 700;
}

@media (max-width: 460px) {
  .cards__card-name p {
    max-width: 280px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
}

.cards__carousel {
  width: 100%;
  max-width: 930px;
  margin: 40px auto 0px;
  overflow: hidden;
  padding-bottom: 22px;
}

.cards__carousel-inner {
  height: 150px;
  width: 806px;
  margin: 0 auto;
}

.cards__carousel-item {
  width: 155px;
  height: 150px;
  opacity: 0.25;
  display: inline-block;
  padding: 10px 4px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.cards__carousel-item .image {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cards__carousel-item .image img {
  width: 100%;
  margin: 0;
}

.cards__carousel-item .image:after {
  width: 100%;
  height: 0;
  display: block;
  border-radius: 6px;
  margin-top: 0;
  background-color: #b31983;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cards__carousel-item:hover,
.cards__carousel-item.active {
  height: 120px;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.cards__carousel-item:hover .image:after,
.cards__carousel-item.active .image:after {
  height: 4px;
  margin-top: 10px;
}

.slick-slide {
  width: 161px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0;
}

.slick-next.slick-disabled:after,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

.slick-next:before,
.slick-prev:before {
  opacity: 1;
  height: 15px;
  width: 5px;
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #d8d8d8;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.slick-next:after,
.slick-prev:after {
  opacity: 1;
  height: 15px;
  width: 5px;
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #d8d8d8;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
  background-color: #a7a5a5;
}

.slick-next {
  right: -55px;
}

.slick-next:before {
  -webkit-transform: scaleY(1) rotate(-36deg) translate(8px, 1px);
      -ms-transform: scaleY(1) rotate(-36deg) translate(8px, 1px);
          transform: scaleY(1) rotate(-36deg) translate(8px, 1px);
}

.slick-next:after {
  -webkit-transform: scaleY(-1) rotate(-36deg) translate(1px, 12px);
      -ms-transform: scaleY(-1) rotate(-36deg) translate(1px, 12px);
          transform: scaleY(-1) rotate(-36deg) translate(1px, 12px);
}

.slick-prev {
  left: -55px;
}

.slick-prev:before {
  -webkit-transform: scaleY(-1) rotate(-36deg) translate(0, 5px);
      -ms-transform: scaleY(-1) rotate(-36deg) translate(0, 5px);
          transform: scaleY(-1) rotate(-36deg) translate(0, 5px);
}

.slick-prev:after {
  -webkit-transform: rotate(-36deg) translate(8px, -5px);
      -ms-transform: rotate(-36deg) translate(8px, -5px);
          transform: rotate(-36deg) translate(8px, -5px);
}

.slick-track {
  margin: 0 auto;
}

.card__selected {
  width: 100%;
  max-width: 280px;
  padding: 0 5px;
  display: none;
  margin: 35px auto 0;
}

.cards__selected-item {
  display: inline-block;
  vertical-align: middle;
  width: 134px;
}

.cards__selected-item .image {
  width: 100%;
}

.cards__selected-item .image img {
  width: 100%;
}

.cards__selected-title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 152px);
  padding-left: 20px;
}

.cards__selected-title h2 {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  width: 100%;
}

.cards__selected-title a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  margin-top: 5px;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .cards {
    background-image: none;
  }

  .slick-slide {
    width: 141px;
  }

  .cards__carousel-inner {
    width: 564px;
    height: 123px;
  }
}

@media only screen and (max-width: 767px) {
  .cards__carousel-inner {
    width: 425px;
  }
}

@media only screen and (max-width: 639px) {
  .cards {
    padding-bottom: 38px;
    min-height: auto;
  }

  .cards .title {
    padding-bottom: 10px;
  }

  .cards__carousel {
    margin: 19px auto 0;
  }

  .card__selected--selected {
    display: block;
  }

  .cards__carousel--selected {
    display: none;
  }

  .cards__carousel-inner {
    width: 100%;
    height: auto;
    max-width: 298px;
    padding: 0 0px;
  }

  .cards__carousel-item {
    margin: 5px;
    padding: 0;
    height: auto;
    opacity: 0.6;
    width: 134px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .cards__carousel-item .image:after {
    display: none;
  }

  .cards__carousel-item .image img {
    width: 100%;
  }

  .cards__carousel-item:hover,
  .cards__carousel-item.active {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .cards--item {
    width: 134px;
  }

  .cards__carousel-item {
    width: 134px;
  }
}

.advantage {
  max-height: 130px;
  padding-bottom: 95px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  -o-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  background: #fff;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/grafismo-5.png),url(../img/grafismo-6.png),url(../img/grafismo-7.png),url(../img/grafismo-8.png),url(../img/grafismo-9.png);
  background-position: calc(100%) 390px,calc(100%) 489px,0px calc(100% - 297px),0px calc(100% - 99px),99px calc(100%);
  display: none;
}

.advantage.is-visibility {
  max-height: 25099px;
  overflow: inherit;
}

.advantage.is-visibility .advantage__tabs {
  display: block;
}

.advantage.is-visibility .advantage__banner,
.advantage.is-visibility .advantage__tabs,
.advantage.is-visibility .advantage__grid,
.advantage.is-visibility .advantage__bar {
  opacity: 1;
}

.advantage .advantage__banner,
.advantage .advantage__tabs,
.advantage .advantage__grid,
.advantage .advantage__bar {
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.overflow-x-auto {
  overflow: auto;
  margin: 0 -9px 0;
}

.advantage__tabs {
  display: none;
  text-align: center;
  padding-top: 47px;
}

.advantage__tabs-tab br {
  display: none;
}

.advantage__bar {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.advantage__bar.transition {
  opacity: 0 !important;
}

.advantage__bar-title {
  width: 100%;
  color: #034691;
  max-width: 430px;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.69px;
  line-height: 22px;
  text-transform: capitalize;
  display: inline-block;
}

.advantage__bar-search {
  width: 100%;
  max-width: 463px;
  display: inline-block;
  text-align: right;
}

.advantage__bar-search .label {
  color: #6D6E71;
  letter-spacing: 0.54px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.advantage__bar-search .dropdown {
  margin-right: 4px;
}

.advantage__bar-search .dropdown:last-child {
  margin-right: 0;
}

.advantage__banner {
  width: 100%;
  max-width: 900px;
  margin: 7px auto 0;
}

.advantage__banner img {
  width: 100%;
}

.advantage__grid {
  width: 100%;
  max-width: 910px;
  position: relative;
  margin: 4px auto 0px;
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.advantage__grid.transition {
  opacity: 0 !important;
}

.advantage__grid-item {
  display: block;
  padding: 4px;
  position: absolute;
  cursor: default;
}

.advantage__grid-item .image {
  min-width: 220px;
  min-height: 150px;
  position: relative;
  z-index: 1;
}

.advantage__grid-item .filter {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#034691), to(rgba(3,70,145,0.7)));
  background: -webkit-linear-gradient(left, #034691 0%, rgba(3,70,145,0.7) 100%);
  background: -o-linear-gradient(left, #034691 0%, rgba(3,70,145,0.7) 100%);
  background: linear-gradient(90deg, #034691 0%, rgba(3,70,145,0.7) 100%);
  position: absolute;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.advantage__grid-item .text {
  display: none;
  margin: 14px 0;
}

.advantage__grid-item .text a,
.advantage__grid-item .text .description {
  color: #625A59;
  font-size: 16px;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.advantage__grid-item .text a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.advantage-grid-item--empty {
  color: #7F2347;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.advantage__grid-highlight {
  left: 0;
  bottom: 0;
  padding: 7px 15px;
  width: 100%;
  min-height: 40px;
  position: absolute;
  background-color: rgba(255,255,255,0.7);
  z-index: 3;
}

.advantage__grid-highlight:after {
  width: 1px;
  height: 30px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.advantage__grid-highlight .advantage__grid-highlight--inner {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 7px);
}

.advantage__grid-highlight strong {
  width: 100%;
  display: block;
  color: #034691;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
}

.advantage__grid-highlight .subtitle {
  width: 100%;
  color: #3C3C3C;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
}

.advantage__grid-highlight .description {
  display: none;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.advantage__grid-highlight a {
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: none;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

.advantage__footer {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  display: none;
}

.advantage__footer .button--red {
  width: 100%;
  max-width: 360px;
}

.advantage__grid-not-match {
  width: 100%;
  padding: 55px 0 90px;
  text-align: center;
}

.advantage__grid-not-match h1 {
  color: #034691;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .advantage__grid-item:hover .advantage__grid-highlight {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
  }

  .advantage__grid-item:hover .advantage__grid-highlight strong {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .advantage__grid-item:hover .advantage__grid-highlight .subtitle {
    display: none;
  }

  .advantage__grid-item:hover .advantage__grid-highlight .description {
    width: 95%;
    display: block;
  }

  .advantage__grid-item:hover .advantage__grid-highlight a {
    display: block;
  }

  .advantage__grid-item:hover .advantage__grid-highlight:after {
    width: 1px;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
  }

  .advantage__grid-item:hover .advantage__grid-highlight--inner {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 8px);
  }

  .advantage__grid-item:hover .filter {
    opacity: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .advantage {
    background-image: none;
  }

  .advantage__bar {
    max-width: 95%;
  }

  .advantage__tabs-tab {
    padding: 10px;
    font-size: 14px;
  }

  .advantage.is-visibility {
    padding-top: 9px;
  }

  .advantage__bar-title {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .advantage__bar-search {
    max-width: 100%;
    display: block;
    text-align: left;
  }

  .advantage__bar-search .label {
    display: block;
    margin-bottom: 10px;
  }

  .advantage__bar-search .dropdown {
    max-width: calc(50% - 5px) !important;
    margin-right: 4px;
  }

  .advantage__banner {
    max-width: 95%;
    margin: 10px auto 0;
  }

  .advantage__grid {
    max-width: 95%;
    margin: 10px auto 60px;
  }

  .advantage__grid-item {
    width: 50%;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .advantage__grid-item.odd {
    padding-left: 0;
    padding-right: 4px;
  }

  .advantage__grid-item.even {
    padding-left: 4px;
    padding-right: 0;
  }

  .advantage__grid-item .image img {
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  .advantage {
    padding: 0 10px;
    max-height: 90px;
  }

  .advantage__tabs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 40px;
    width: 525px;
    margin: 0 auto;
  }

  .advantage__tabs-tab {
    padding: 5px 15px 5px 15px;
  }

  .advantage__tabs-tab br {
    display: block;
  }

  .advantage__tabs-tab[data-type=seguros],
  .advantage__tabs-tab[data-type=viagem] {
    line-height: 7px;
  }

  .advantage__tabs-tab[data-type=seguros].button--tab:after,
  .advantage__tabs-tab[data-type=viagem].button--tab:after {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 639px) {
  .advantage__tabs {
    margin: 0px auto 0;
  }

  .advantage__banner {
    max-width: 96%;
  }

  .advantage__grid {
    max-width: 96%;
    margin: 10px auto 40px;
  }

  .advantage__bar {
    max-width: 96%;
  }

  .advantage__footer.active {
    display: block;
  }

  .advantage__grid-item {
    width: 100%;
    position: relative;
    -webkit-transform: translateX(0px) translateY(0px) !important;
        -ms-transform: translateX(0px) translateY(0px) !important;
            transform: translateX(0px) translateY(0px) !important;
  }

  .advantage__grid-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .advantage__grid-item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .advantage__grid-item .image {
    width: 100%;
  }

  .advantage__grid-item .image img {
    width: 100%;
  }

  .advantage__grid-item .text {
    display: block;
  }

  .advantage__grid-item .text a,
  .advantage__grid-item .text .description {
    font-size: 14px;
    display: inline;
  }

  .advantage__grid-item .text a {
    word-break: keep-all;
    white-space: nowrap;
    padding: 12px;
    margin: -12px;
    text-decoration: underline;
  }

  .advantage__bar-search .dropdown {
    margin-right: 5px;
  }

  .advantage__grid-highlight {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px 10px;
    width: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    z-index: 3;
  }

  .advantage__grid-highlight strong {
    width: 100%;
    display: block;
    color: #034691;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .advantage__grid-highlight .subtitle {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .advantage__bar-search .dropdown {
    max-width: calc(100%) !important;
    margin-bottom: 5px;
  }

  .advantage__bar-search .dropdown .icon {
    top: 18px;
    width: 12px;
  }
}

.offer-link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
}

@media (max-width: 639px) {
  .offer-link {
    width: 0px;
    height: 0px;
  }
}

.acquisition {
  height: 60px;
  position: relative;
}

.acquisition__bar {
  background-color: #0e1e64;
  background: -webkit-gradient(linear, left top, right top, from(#0e1e64), color-stop(50%, #275aa6), color-stop(55%, #275aa6), color-stop(100%, #0e1e64), color-stop(200%, #0e1e64));
  background: -webkit-linear-gradient(left, #0e1e64 0%, #275aa6 50%, #275aa6 55%, #0e1e64 100%, #0e1e64 200%);
  background: -o-linear-gradient(left, #0e1e64 0%, #275aa6 50%, #275aa6 55%, #0e1e64 100%, #0e1e64 200%);
  background: linear-gradient(90deg, #0e1e64 0%, #275aa6 50%, #275aa6 55%, #0e1e64 100%, #0e1e64 200%);
  background-size: 200%;
  background-position: 0 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-left: -640px;
  text-align: center;
  padding: 0px 43px 0px;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.2);
          box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.2);
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.acquisition__bar:hover {
  background-color: #275aa6;
  background-position: 150% 150%;
  -webkit-transition: ease 0.9s;
  -o-transition: ease 0.9s;
  transition: ease 0.9s;
}

.acquisition__bar.fixBottom {
  position: absolute;
  bottom: 0px;
}

@media (max-width: 1280px) {
  .acquisition__bar {
    max-width: 100%;
    left: 0;
    margin-left: 0px;
  }
}

.acquisition__bar a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 21px 0px 20px;
}

.acquisition__bar a::after {
  background-image: url(../svg/seta-dupla.svg);
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  float: right;
  margin-top: 2px;
}

.footer {
  width: 100%;
  height: 80px;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #fff;
  background-color: #0E1E64;
}

.footer__align {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

.footer__logo {
  width: 100%;
  max-width: 120px;
  float: right;
}

.footer__logo img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .footer__align {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .footer__align {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 639px) {
  .footer__align {
    max-width: 96%;
  }

  .footer__logo {
    float: none;
    margin: 0 auto;
  }
}


