@charset "UTF-8";
/* Reboot */
[type=reset], [type=submit], button, html [type=button], .btn {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #f5c700;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s; }

body {
  background-color: #fff;
  position: relative;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #494948; }
  body a {
    color: #f5c700; }
    body a:hover, body a:active, body a:focus {
      color: #494948;
      text-decoration: none; }

.btn-branco {
  background-color: #ffffff;
  color: #494948;
  font-size: 13px;
  border-radius: 10px;
  padding: 4px 25px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block; }

.btn-amarelo-modal {
  background-color: #f5c700;
  color: #494948;
  font-size: 18px;
  border-radius: 10px;
  padding: 4px 25px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block; }

.btn-amarelo {
  background-color: #f5c700;
  color: #494948;
  font-size: 15px;
  border-radius: 10px;
  padding: 10px 25px;
  font-weight: 800; }

.modal .modal-content {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#525251+0,494948+40,525251+40,494948+100 */
  background: #525251;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #525251 0%, #494948 40%, #525251 40%, #494948 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #525251 0%, #494948 40%, #525251 40%, #494948 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #525251 0%, #494948 40%, #525251 40%, #494948 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525251', endColorstr='#494948',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
.modal h5 {
  color: #fff;
  font-weight: 300;
  font-size: 22px; }
.modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  opacity: 1;
  text-shadow: none;
  font-size: 35px;
  padding: 8px; }
  .modal .close:focus, .modal .close:active {
    outline: none;
    box-shadow: none; }
.modal .modal-footer, .modal .modal-header {
  border: none; }

.navbar {
  padding-bottom: 0 !important;
  transform-origin: top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100%;
    background: red;
    transform-origin: 0 0;
    transition: all 0.3s ease-in;
    background-color: rgba(72, 72, 71, 0.75);
    border-bottom: 1px solid #ffffff; }
  .navbar .container, .navbar .navbar-collapse {
    align-items: flex-start; }
  .navbar .nav-item {
    align-self: flex-start !important; }
  .navbar .dropdown-toggle {
    min-width: 230px; }
  .navbar .navbar-nav {
    zoom: 0.8;
    -moz-transform: scale(0.8);
    margin: 0 auto;
    justify-content: space-between;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    width: 90%; }
    .navbar .navbar-nav .nav-item {
      position: relative;
      align-self: center;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
      .navbar .navbar-nav .nav-item a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        height: 82px;
        padding-top: 30px; }
    .navbar .navbar-nav .nav-link {
      position: relative; }
    .navbar .navbar-nav .nav-link:hover {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: #ffffff; }
    .navbar .navbar-nav .nav-link:before {
      -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s;
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      transform: translateY(-10px);
      position: absolute;
      bottom: 0px;
      left: 0;
      border: none;
      width: 100%;
      height: 1px;
      background: #f5c700;
      content: '';
      opacity: 0;
      display: block;
      padding-bottom: inherit; }
    .navbar .navbar-nav .nav-link:hover:before {
      height: 5px;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
      border: none; }
    .navbar .navbar-nav .dropdown-menu {
      min-width: 190px;
      border-radius: 0;
      padding: 0;
      border: none;
      position: relative !important;
      background-color: transparent;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navbar .navbar-nav .dropdown-menu .nav-link {
        color: #ffffff;
        height: 45px;
        padding: 10px 10px 20px;
        text-transform: unset; }
        .navbar .navbar-nav .dropdown-menu .nav-link:hover {
          color: #f5c700; }
      .navbar .navbar-nav .dropdown-menu .nav-link:hover:before {
        display: none; }
  .navbar .navbar-brand {
    zoom: 0.8;
    -moz-transform: scale(0.8);
    height: 71px; }
  .navbar .navbar-brand svg {
    width: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navbar .menu-social {
    padding: 0;
    z-index: 2;
    list-style: none;
    margin: 20px 0 0; }
    .navbar .menu-social li {
      display: inline-flex;
      margin-right: 10px; }
    .navbar .menu-social svg {
      width: 20px;
      height: 20px;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      .navbar .menu-social svg path {
        fill: #fff;
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out; }
      .navbar .menu-social svg:hover {
        -webkit-animation-name: jello;
        animation-name: jello;
        -webkit-transform-origin: center;
        transform-origin: center; }
        .navbar .menu-social svg:hover path {
          fill: #f5c700;
          -webkit-transition: transform .35s ease-in-out;
          -moz-transition: transform .35s ease-in-out;
          -o-transition: transform .35s ease-in-out;
          transition: transform .35s ease-in-out; }
  .navbar .navbar-toggler {
    position: relative; }
  .navbar .navbar-toggler:focus,
  .navbar .navbar-toggler:active {
    outline: 0; }
  .navbar .navbar-toggler span {
    display: block;
    background-color: #f5c700;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1; }
  .navbar .navbar-toggler span:nth-child(1),
  .navbar .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out; }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9; }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent; }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9; }

.navbar.active:after {
  height: 200px;
  transition: all 0.3s ease-in; }

.navbar.is-fixed {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13); }
  .navbar.is-fixed .menu-social svg path {
    fill: #f5c700; }
  .navbar.is-fixed .navbar-nav .nav-link {
    color: #f5c700; }
  .navbar.is-fixed .navbar-brand img {
    width: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

#fullpage .section {
  background-size: cover;
  background-position: center top;
  display: flex; }

.inicio {
  text-align: center;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  /*video as background; container element makes it responsive */
  /* disable video (e.g. in a media query) by setting .video-container to display: none; as appropriate */ }
  .inicio .efeito-banner {
    width: 110vw;
    position: absolute;
    z-index: 1;
    transform: translate(-50%);
    left: 50%;
    overflow: hidden;
    bottom: -10%; }
  .inicio .video-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover; }
  .inicio video {
    display: block; }
  .inicio .video-container {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../img/home/home.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  .inicio .container, .inicio a {
    z-index: 2; }
  .inicio h3 {
    color: #ffffff;
    font-size: 40px;
    max-width: 890px;
    margin: 0 auto;
    font-weight: 700;
    padding-top: 140px; }
    .inicio h3 span {
      font-weight: 200; }

.active h3 {
  transform: translateY(0);
  opacity: 1; }

.sobre {
  padding-bottom: 20px !important;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  background-color: gray;
  background: url("../img/home/banner-sobre.jpg") no-repeat;
  /*video as background; container element makes it responsive */
  /* disable video (e.g. in a media query) by setting .video-container to display: none; as appropriate */ }
  .sobre:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.56); }
  .sobre .video-bg {
    position: relative;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover; }
  .sobre video {
    display: block; }
  .sobre .video-container {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
            /*
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);*/
    background: url("../img/home/banner-sobre.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  .sobre h2 {
    color: #f5c700;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 35px;
    margin-bottom: 20px; }
  .sobre .descricao {
    color: #ffffff;
    max-width: 650px;
    font-weight: 300;
    font-size: 14px;
    text-align: justify; }
  .sobre h5 {
    font-size: 15px;
    color: #f5c700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .sobre #slideParceiros {
    max-width: 750px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%; }
    .sobre #slideParceiros .swiper-slide {
      padding: 0 0 0 20px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .sobre #slideParceiros .paginacao-parceiros {
      bottom: 0px; }
      .sobre #slideParceiros .paginacao-parceiros .swiper-pagination-bullet {
        opacity: 1;
        background-color: transparent;
        border: 1px solid #fff;
        height: 10px;
        width: 10px; }
      .sobre #slideParceiros .paginacao-parceiros .swiper-pagination-bullet-active {
        background-color: #fff; }
  .sobre .parceiros {
    filter: brightness(0) invert(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .sobre .parceiros:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
      -webkit-transition: .5s ease-in-out;
      -moz-filter: grayscale(0%);
      -moz-transition: .5s ease-in-out;
      -o-filter: grayscale(0%);
      -o-transition: .5s ease-in-out;
      filter: grayscale(0%); }
  .sobre .cinza {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(100%); }

.pessoa-fisica {
  background-image: url("../img/home/banner-2.jpg");
  padding-top: 15vh;
  position: relative;
  overflow: hidden; }
  .pessoa-fisica:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.56); }
  .pessoa-fisica h3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 28px; }
  .pessoa-fisica h2 {
    color: #f5c700;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 35px; }
    .pessoa-fisica h2 svg {
      width: 40px;
      height: 40px;
      vertical-align: sub;
      margin-right: 10px; }
  .pessoa-fisica .efeito-banner {
    width: 110vw;
    position: absolute;
    z-index: 0;
    transform: translate(-50%);
    left: 50%;
    overflow: hidden;
    bottom: -10%; }
  .pessoa-fisica .descricao {
    color: #ffffff;
    max-width: 500px;
    font-weight: 300;
    font-size: 14px;
    text-align: justify; }
  .pessoa-fisica ul {
    list-style: none;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .pessoa-fisica ul li {
      color: #f5c700;
      font-weight: 300;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      font-size: 14px;
      letter-spacing: 1px; }
      .pessoa-fisica ul li svg {
        width: 17px;
        height: 17px;
        margin-bottom: 3px;
        fill: #f5c700;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .pessoa-fisica ul li:hover {
        color: #ffffff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700; }
        .pessoa-fisica ul li:hover svg {
          fill: #ffffff;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
    .pessoa-fisica ul .sublista {
      padding-left: 25px; }
  .pessoa-fisica .cote-aqui {
    background-color: #f5c700;
    color: #494948;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px 5px;
    display: inline-block;
    font-weight: 700; }
    .pessoa-fisica .cote-aqui:hover {
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      animation: pulse 4s infinite;
      box-shadow: 0 0 0 rgba(37, 211, 102, 0.4); }
    .pessoa-fisica .cote-aqui:focus, .pessoa-fisica .cote-aqui:active {
      outline: none;
      box-shadow: none; }
  .pessoa-fisica .frase-efeito {
    margin-bottom: 10vh;
    font-weight: 800;
    color: #f5c700;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
    padding-top: 20px; }
    .pessoa-fisica .frase-efeito span {
      color: #ffffff; }
    .pessoa-fisica .frase-efeito:after {
      content: "{";
      font-size: 140px;
      font-weight: 300;
      left: 0;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.beneficios-corporativos {
  background-image: url("../img/home/banner-3.jpg");
  position: relative;
  overflow: hidden; }
  .beneficios-corporativos:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.56); }
  .beneficios-corporativos h3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0; }
  .beneficios-corporativos h2 {
    color: #f5c700;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 30px; }
    .beneficios-corporativos h2 svg {
      width: 40px;
      height: 40px;
      vertical-align: middle;
      margin-right: 10px; }
  .beneficios-corporativos .efeito-banner {
    width: 110vw;
    position: absolute;
    z-index: 0;
    transform: translate(-50%);
    left: 50%;
    overflow: hidden;
    bottom: -10%; }
  .beneficios-corporativos .descricao {
    color: #ffffff;
    max-width: 400px;
    font-weight: 300;
    font-size: 14px;
    text-align: justify; }
  .beneficios-corporativos .beneficios ul {
    list-style: none;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .beneficios-corporativos .beneficios ul li {
      color: #f5c700;
      font-weight: 300;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      font-size: 14px;
      letter-spacing: 1px; }
      .beneficios-corporativos .beneficios ul li svg {
        width: 17px;
        height: 17px;
        margin-bottom: 3px;
        fill: #f5c700;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .beneficios-corporativos .beneficios ul li:hover {
        color: #ffffff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700; }
        .beneficios-corporativos .beneficios ul li:hover svg {
          fill: #ffffff;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
  .beneficios-corporativos .lista ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .beneficios-corporativos .lista ul li {
      text-align: right;
      color: #ffffff;
      font-weight: 600;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .beneficios-corporativos .lista ul li svg {
        border-radius: 50%;
        border: 2px solid #f5c700;
        padding: 5px;
        width: 40px;
        height: 40px;
        margin-left: 15px;
        fill: #f5c700;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .beneficios-corporativos .lista ul li a {
        color: #ffffff; }
        .beneficios-corporativos .lista ul li a:hover {
          color: #ffffff; }
      .beneficios-corporativos .lista ul li:hover svg {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        animation: pulse 4s infinite;
        box-shadow: 0 0 0 rgba(37, 211, 102, 0.4); }

.gestao-risco {
  background-image: url("../img/home/banner-4.jpg");
  position: relative; }
  .gestao-risco:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.56); }
  .gestao-risco h3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 20px; }
  .gestao-risco h2 {
    color: #f5c700;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 35px;
    margin: 0; }
    .gestao-risco h2 svg {
      width: 40px;
      height: 40px;
      vertical-align: baseline;
      margin-right: 10px; }
  .gestao-risco .descricao {
    color: #ffffff;
    max-width: 450px;
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
    text-align: justify; }
  .gestao-risco ul {
    list-style: none;
    padding-left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .gestao-risco ul li {
      color: #f5c700;
      font-weight: 300;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      font-size: 14px;
      letter-spacing: 1px; }
      .gestao-risco ul li svg {
        width: 17px;
        height: 17px;
        margin-bottom: 3px;
        fill: #f5c700;
        vertical-align: middle;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .gestao-risco ul li:hover {
        color: #ffffff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700; }
        .gestao-risco ul li:hover svg {
          fill: #ffffff;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
  .gestao-risco .frase-efeito {
    margin-bottom: 10vh;
    font-weight: 800;
    color: #f5c700;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
    padding-top: 20px; }
    .gestao-risco .frase-efeito span {
      color: #ffffff; }
    .gestao-risco .frase-efeito:after {
      content: "{";
      font-size: 140px;
      font-weight: 300;
      left: 0;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.contato {
  background-color: #494948;
  padding-bottom: 0px !important;
  padding-top: 75px !important; }
  .contato .atendimento {
    list-style: none;
    padding: 0;
    margin-top: 2%;
    display: inline-block; }
    .contato .atendimento li {
      line-height: 2rem;
      font-size: 0.9rem;
      text-align: left;
      color: #ffffff;
      font-weight: 300;
      font-family: 'Montserrat', sans-serif; }
      .contato .atendimento li img {
        vertical-align: sub; }
      .contato .atendimento li a {
        color: #ffffff;
        text-transform: uppercase; }
      .contato .atendimento li img {
        margin-right: 5px;
        max-height: 27px; }
      .contato .atendimento li svg path {
        fill: #f5c700; }
      .contato .atendimento li strong {
        font-family: 'Montserrat', sans-serif; }
  .contato h2 {
    color: #f5c700;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 600; }
    .contato h2 svg {
      width: 50px;
      height: 48px;
      margin-right: 10px;
      vertical-align: baseline;
      fill: #f5c700; }
  .contato .form-control {
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-weight: 300;
    font-size: 14px; }
    .contato .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .contato .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .contato .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .contato .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .contato .form-control:focus, .contato .form-control:active {
      outline: none;
      box-shadow: none; }
  .contato .assunto-form {
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 21px) calc(1em + 0px), calc(100% - 16px) calc(1em + 0px), calc(100% - 2.5em) 7px;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
  .contato option {
    color: #494948; }
  .contato textarea.form-control {
    resize: none;
    max-height: 190px;
    border-radius: 15px; }
  .contato #map {
    height: calc(100vh - 125px); }
  .contato .curriculo {
    display: none; }
  .contato #resposta {
    display: none;
    background-color: green;
    color: white;
    padding: 5px;
    text-align: center;
    border-radius: 8px; }
  .contato input[type="submit"] {
    background-color: #f5c700;
    border-radius: 30px;
    font-weight: 300;
    color: #494948;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border: 1px solid #f5c700;
    padding: .475rem .75rem;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .contato input[type="submit"]:hover {
      cursor: pointer;
      font-weight: bold;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .contato input[type="submit"]:focus {
      outline: none;
      box-shadow: none; }
  .contato address {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 0.9rem; }
    .contato address svg {
      width: 20px;
      margin-right: 10px;
      vertical-align: middle; }

.footer {
  display: block !important;
  background-color: #d9d8d8;
  color: #494948;
  font-size: 0.7rem;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 15px 0 5px; }
  .footer .logo-rodape svg {
    width: 100%;
    max-width: 180px; }
  .footer .copyright {
    position: relative;
    text-transform: uppercase;
    font-weight: 300; }
    .footer .copyright svg {
      position: absolute;
      right: 10px;
      top: 0px; }

.saiba-mais {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #f5c700;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  width: 80px;
  margin: 0 auto 7px;
  font-size: 13px; }
  .saiba-mais svg {
    width: 20px;
    height: 20px;
    fill: #f5c700; }
  .saiba-mais:hover, .saiba-mais:focus {
    color: #f5c700;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

@media (max-width: 991px) {
  .section {
    padding: 100px 0; }

  .navbar {
    position: absolute; }
    .navbar .navbar-toggler {
      margin-top: 10px; }
    .navbar .navbar-collapse {
      background-color: rgba(72, 72, 71, 0.75); }

  .inicio {
    min-height: 50vh;
    padding-top: 80px; }
    .inicio .video-container {
      height: 50vh;
      min-height: 50vh;
      top: 0;
      -ms-transform: translateX(-50%) translateY(0%);
      -moz-transform: translateX(-50%) translateY(0%);
      -webkit-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%); }
    .inicio .video-bg {
      display: none; }
    .inicio h3 {
      font-size: 20px; }

  .saiba-mais {
    display: none; }

  .beneficios-corporativos .descricao {
    margin-right: auto;
    margin-left: auto; }

  .gestao-risco .descricao {
    margin-right: auto;
    margin-left: auto; }

  .contato {
    padding-top: 30px; }
    .contato h2 {
      font-size: 2rem;
      margin-top: 30px; }
      .contato h2 svg {
        display: block;
        margin: 0 auto; }

  .footer .copyright svg {
    position: relative; } }
@media (max-width: 767px) {
  .inicio h3 {
    padding-top: 130px; }
  .inicio .efeito-banner {
    width: auto;
    height: 100%;
    bottom: 0; }

  .sobre h5 {
    margin-top: 20px; }

  .pessoa-fisica:before {
    opacity: 1; }
  .pessoa-fisica .efeito-banner {
    width: auto;
    height: 100%;
    bottom: 0; }
  .pessoa-fisica .frase-efeito {
    margin-bottom: 0px;
    margin-top: 50px;
    font-size: 25px;
    line-height: 35px; }
  .pessoa-fisica .s-cotacao {
    margin-top: 30px;
    display: inline-block; }
  .pessoa-fisica h2 {
    margin-bottom: 20px;
    text-align: center; }
  .pessoa-fisica h3 {
    text-align: center; }

  .beneficios-corporativos:before {
    opacity: 1; }
  .beneficios-corporativos .efeito-banner {
    width: auto;
    height: 100%;
    bottom: 0; }
  .beneficios-corporativos h2 {
    margin-bottom: 20px; }
  .beneficios-corporativos .s-cotacao {
    margin-top: 30px;
    display: inline-block; }

  .gestao-risco:before {
    opacity: 1; }
  .gestao-risco h2 {
    text-align: center; }
  .gestao-risco h3 {
    text-align: center; }
  .gestao-risco .s-cotacao {
    margin-top: 30px;
    display: inline-block; }
  .gestao-risco .descricao {
    margin-top: 35px; }
  .gestao-risco .frase-efeito {
    margin-bottom: 0px;
    margin-top: 50px;
    font-size: 25px;
    line-height: 35px; }

  .contato {
    padding-top: 10px !important; } }
@supports (-ms-accelerator: true) {
  .navbar-nav {
    justify-content: space-around !important; } }
@supports (-ms-ime-align: auto) {
  .navbar-nav {
    justify-content: space-around !important; } }
/* Edge only */
/* IE 11 */
*::-ms-backdrop, .sobre .parceiros {
  max-height: 50px;
  max-width: 108px;
  /* IE6-9 */ }

*::-ms-backdrop, .sobre .parceiros:hover {
  max-height: 50px;
  max-width: 108px; }

*::-ms-backdrop, .modal-dialog {
  height: 268px; }

/* Animações */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 199, 0, 0.7); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(200, 200, 200, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 199, 0, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(245, 199, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(245, 199, 0, 0.7); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

/* Pre loader */
.loader-body {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  z-index: 2;
  visibility: visible;
  top: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  align-content: center;
  transition: .5s all;
  z-index: 1500;
  display: flex; }
  .loader-body .painel-left {
    width: 100%;
    height: 100%;
    background-color: #f5c700;
    transform: translateX(0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 1500; }
  .loader-body .painel-right {
    width: 100%;
    height: 100%;
    background-color: #f5c700;
    transform: translateX(0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    z-index: 1500; }

.loader-body.done {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transition-delay: 1s; }
  .loader-body.done .painel-left {
    transform: translateX(-100%); }
  .loader-body.done .painel-right {
    transform: translateX(100%); }

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