/* GENERAL
================================================== */
html, body, .fullScreen {
  height: 100%; }

body {
  font-size: 1rem;
  font-weight: 400;
  color: #6e6f71;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
}
button, input, optgroup, select, textarea {
  font-family: "Source Sans Pro", sans-serif;
}
button:focus {
  outline: 0 !important;
}
a, .simple-hover img, button, .btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #4f4f50;
  text-decoration: none; 
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #3d75aa;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #000; 
}
h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #57529f;
}
h2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #57529f;
}
ul, ol {
  margin: 0 0 1.5em 0; 
}
p {
  font-family: "Source Sans Pro", sans-serif;
}
.font-400 {
  font-weight: 400!important;
}
.bg-transparent {
  background: transparent;
}
.section-title h1 {
  font-size: 2.3rem;
  text-transform: uppercase;
  margin: 0;
  color: #006396;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
  .section-title h1::before {
    content: "";
    position: absolute;
    top: 24%;
    left: -160px;
    width: 130px;
    height: 2px;
    background-color: #04ab99;
  }
  .section-title h1::after {
    content: "";
    position: absolute;
    top: 24%;
    right: -160px;
    width: 130px;
    height: 2px;
    background-color: #04ab99;
  }
.section-title h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}
.section-title p {
  font-size: 16px;
}
.close {
  font-size: 2rem;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
figure {
  margin: 0;
}
strong, b {
  font-weight: 700;
}
::-webkit-input-placeholder {
   color: #57529f!important;
}
:-moz-placeholder {
   color: #57529f!important;
}
::-moz-placeholder {
  opacity: 1;
   color: #57529f!important;
}
:-ms-input-placeholder {  
   color: #57529f!important;
}
hr {
  width: 87px;
  height: 4px!important;
  color: #faaf4c;
  margin: 30px 0 35px;
  opacity: 1;
  display: inline-block;
}
.w400 {
  font-weight: 400!important;
}


/* MARGIN & PADDING
================================================== */
.pb-20 {
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pb-180 {
  padding-bottom: 180px;
}
.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.ptb-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mt-160 {
  margin-top: 160px;
}
.no-margin {
  margin: 0 !important;
}


/* PRELOADER
================================================== */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #4683df;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


/* BUTTONS
================================================== */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: .8rem;
}
.btn, .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: .8rem;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 30px 10px !important;
  text-transform: uppercase;
}
  .btn i, .button i {
    display: inline-block;
    margin-right: 8px;
  }
  .btn:before, .button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
  }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    box-shadow: none;
    outline: 0 !important;
  }
    .btn:hover:before, .btn:focus:before, .button:hover:before, .button:focus:before {
      transition: all .3s;
      z-index: -1;
    }
.btn-solid {
  background-color: #df4496;
  color: #ffe505;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  max-width: auto;
  border-radius: 25px;
  border: 2px solid #df4496;
  padding: 10px 60px 10px !important;
}
  .btn-solid:hover, .btn-solid:focus, .btn-solid:active {
    background-color: #c3327f;
    color: #ffe505;
    border: 2px solid #c3327f;
  }
    .btn-solid:hover:before, .btn-solid:focus:before, .btn-solid:active:before {
      width: 100%;
      background-color: #c3327f;
      border: none;
    }
.btn-solid-dark {
  background-color: #57529f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  max-width: auto;
  border-radius: 25px;
  border: 2px solid #57529f;
  padding: 5px 60px 5px !important;
}
  .btn-solid-dark:hover, .btn-solid-darkfocus, .btn-solid-dark:active {
    background-color: #fff;
    color: #57529f;
    border: 2px solid #57529f;
  }
    .btn-solid-dark:hover:before, .btn-solid-dark:focus:before, .btn-solid-dark:active:before {
      width: 100%;
      background-color: #fff;
      border: none;
    }


/* NAVBAR
================================================== */
.navbar .navbar-nav .nav-link {
  color: #fff;
}
  .navbar .navbar-nav .nav-link:hover {
    color: #04ab99;
  }
.navbar.fixed-top .navbar-nav .nav-link {
  color: #006396;
}
  .navbar.fixed-top .navbar-nav .nav-link:hover {
    color: #04ab99;
  }
.navbar .navbar-nav .nav-link, .navbar .btn {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
}
.navbar-light.bg-transparent .navbar-nav .nav-link.active,
.navbar-light.bg-transparent .navbar-nav .nav-link.open {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.navbar-light.bg-transparent .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-light.fixed-top .navbar-nav .nav-link.active,
.navbar-light.fixed-top .navbar-nav .nav-link.active,
.navbar-light.fixed-top .navbar-nav .nav-link.open,
.navbar-light.fixed-top .navbar-nav .open > .nav-link {
  color: #006396;
  border-bottom: 1px solid #006396;
}
.navbar-light.fixed-top .navbar-nav .show > .nav-link {
  color: #006396;
}
.sticky-wrapper.is-sticky .navbar.sticky-nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.navbar-light.sticky-nav {
  z-index: 9999 !important;
}
.navbar-nav .nav-item:last-child a {
    padding-right: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
  color: transparent;
}
.navbar-light.navbar.fixed-top {
  position: fixed;
  animation: fadeInDown .5s;
  -webkit-animation: fadeInDown .5s;
  background-color: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  letter-spacing: 0.1em;
}
.navbar-light.navbar{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 1rem 1rem;
  height: 121px;
}
.navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
display: none;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-color {
  display: block;
}
.navbar.navbar-light.fixed-top .navbar-brand .logo-light {
  display: none;
}
input {
  display: none;
}
.open {
  background-color: #fff;
  width: 36px;
  height: 3px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.open:before {
  content: "";
  background-color: #fff;
  width: 36px;
  height: 3px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -7px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.open:after {
  content: "";
  background-color: #fff;
  width: 36px;
  height: 3px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
  .fixed-top .open {
    background-color: #57529f;
  }
  .fixed-top .open:before {
    background-color: #57529f;
  }
  .fixed-top .open:after {
    background-color: #57529f;
  }
.menuOpen {
  width: 36px;
  height: 33px;
  display: block;
  padding: 15px 0 15px 0;
  cursor: pointer;
  /*float: right;*/
}
.menuOpen:hover .open:before {
  top: -8px;
}
.menuOpen:hover .open:after {
  top: 5px;
}
.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #57529f;
}
.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 31px;
  top: 45px;
  background-size: 100%;
  cursor: pointer;
  z-index: 9999;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  padding: 4px 0 4px 10px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 24px;
  margin: 30px 0;
}
.menu ul li a:hover, .menu ul li a:focus {
  color: #bcbad9;
}
.menu a.active {
  content: '';
  border-left: 3px solid #fff;
}
.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}
#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}
#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}
#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}


/* WHATSAPP
================================================== */
.call-wz {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
    font-size: 30px;
    display: block;
  }
    .call-wz a {
      color: #25D366;
    }
      .call-wz a:hover {
        color: #128C7E;
      }


/* INTRO SECTION
================================================== */
.intro-section {
  background: #000;
  background: -webkit-radial-gradient(center, ellipse cover, #eaeff2 0, rgba(212, 221, 228, 0.4) 60%), -webkit-linear-gradient(top, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  background: radial-gradient(ellipse at center, #eaeff2 0%, rgba(212, 221, 228, 0.5) 50%), linear-gradient(to bottom, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  position: relative;
}
  .intro-section .intro_text {
    padding-left: 30px;
    padding-right: 40px;
  }
    .intro-section .intro_text h1 {
      color: #fff;
      font-weight: 900;
      font-size: 90px;
      text-transform: uppercase;
      line-height: 1em;
    }
      .intro-section .intro_text h1 span {
        text-transform: none;
      }
      .intro-section .intro_text h1.bold {
        font-weight: 500;
        color: #faaf4c;
      }
    .intro-section .intro_text p {
      font-size: 30px;
      margin-top: 10px;
      font-weight: 300;
    }
    .intro-section .intro_text .buttons {
      padding-top: 30px;
    }
    .intro-section .intro_text .buttons a {
      margin: 5px;
      font-weight: 100;
      width: 210px;
      text-transform: uppercase;
    }
      .intro-section .intro_text .buttons a span {
        font-weight: 900;
      }
.video-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  overflow: hidden;
}
.video-section .fs-background-container {
  left: 0;
}
.video-section .video-overlay {
  background: url(../img/overlay.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  /*text-align: center;*/
  z-index: 2;
}
.video-section .video-overlay h1 {
  color: #fff;
}
.video-section .video-overlay p {
  color: #fff;
}


/* HOME
================================================== */
#home {
  background: url(../img/alta-riscos-especiais-home.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
  #home::after {
    content: "";
    width: 2px;
    height: 122px;
    background: #c7b7d8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .8s cubic-bezier(.45,0,.55,1);
  }
  #home h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
  }
  #home h2 {
    font-size: 3.8rem;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
  }
  #home .arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 130px;
    color: #c7b7d8;
  }


/* EMPRESA
================================================== */
#empresa h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #57529f;
  padding: 0 183px;
}
#empresa p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 2.7rem;
}
#empresa .first {
  background: url(../img/alta-riscos-especiais-empresa.jpg) no-repeat;
  height: 558px;
  background-size: cover;
}
  #empresa .first:before {
    content: "";
    width: 50px;
    height: 45px;
    background: #57529f;
    position: absolute;
    top: -45px;
    left: 0;
  }
  #empresa .first:after {
    content: "";
    width: 50px;
    height: 45px;
    background: #57529f;
    position: absolute;
    top: 558px;
    left: 0;
  }
#empresa .second {
  background: url(../img/alta-riscos-especiais-empresa-2.jpg) no-repeat;
  height: 558px;
  background-size: cover;
}
  #empresa .second:before {
    content: "";
    width: 50px;
    height: 45px;
    background: #c7b7d8;
    position: absolute;
    top: -45px;
    right: 0;
  }
  #empresa .second:after {
    content: "";
    width: 50px;
    height: 45px;
    background: #c7b7d8;
    position: absolute;
    top: 558px;
    right: 0;
  }
#empresa .text-end {
  padding: 0 70px 0 120px;
}


/* LEAD
================================================== */
#lead {
  background: url(../img/alta-riscos-especiais-lead-bg.jpg) no-repeat center center;
  background-size: cover;
}
  #lead h2 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 50px;
  }
  #lead h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 50px;
  }


/* PRODUTOS
================================================== */
#produtos img {
  padding-bottom: 20px;
}
#produtos h3 {
  font-size: 2rem;
  color: #57529f;
  margin-top: 20px;
  margin-bottom: 30px;
}
#produtos p {
  font-size: 1.2rem;
  font-weight: 300;
}
#produtos i {
  font-size: 80px;
  color: #57529f;
}


/* BENEFICIOS
================================================== */
#myModal .modal-header {
  background: url(../img/alta-riscos-especiais-beneficios-header.jpg) no-repeat center center;
  background-size: cover;
  height: 20%;
}
#myModal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  text-shadow: 0 1px 0 #fff;
}
#myModal .trace {
  width: 2px;
  height: 87px;
  background: #c7b7d8;
  margin-top: 20px!important;
  margin-bottom: 30px!important;
}
#myModal h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #57529f;
}
#myModal h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #57529f;
}
#myModal p {
  font-size: 1.5rem;
  font-weight: 300;
}
#myModal .card-body {
  padding: 2rem 2rem;
}
#myModal .modal-footer {
  background: #57529f;
}
#myModal h6 a {
  color: #57529f;
}
  #myModal h6 a:hover {
    color: #c7b7d8;
  }


/* REVIEWS
================================================== */
#reviews {
  background: url(../img/alta-riscos-especiais-reviews-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
  #reviews:before {
    content: "";
    width: 2px;
    height: 244px;
    background: #c7b7d8;
    position: absolute;
    top: -122px;
    left: 50%
  }
  #reviews:after {
    content: "";
    width: 2px;
    height: 244px;
    background: #c7b7d8;
    position: absolute;
    bottom: -122px;
    left: 50%
  }
  #reviews h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
  }
  #reviews .item h5 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
  }
  #reviews .item p {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
  }
    #reviews .item p span {
      font-weight: 300;
    }
  #reviews i {
    font-size: 20px;
    color: #ffcd05;
    padding: 0 5px;
  }
  #reviews .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  #reviews .owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
  }
    #reviews .owl-carousel.owl-theme .owl-nav .owl-next {
      position: absolute;
      right: -8px;
    }
    #reviews .owl-carousel.owl-theme .owl-nav .owl-prev {
      position: absolute;
      left: -8px;
    }
  #reviews .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    line-height: 1.8rem;
    color: #d0d0d0;
    height: auto;
    width: auto;
  }
  #reviews .owl-theme .owl-dots {
    padding-top: 10px;
    margin-top: 0;
  }
  #reviews .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    padding: 0px;
    border-radius: 50%;
    background-color: #9d99c3;
    margin-bottom: 0px;
  }
    #reviews .owl-theme .owl-dots .owl-dot span:hover {
      background-color: #fff;
    }
  #reviews .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
  }


/* SOLUCOES
================================================== */
#solucoes .i-desc {
  font-size: 80px;
}
#solucoes h5 {
  font-size: 2rem;
  color: #fff;
  padding: 25px 0;
  margin-bottom: 0;
}
#solucoes p {
  font-size: 1.5rem;
}
.card-hover-2:hover .img-zoom {
  transform: scale3d(1.05, 1.05, 1);
  transform-style: preserve-3d;
  will-change: transform;
}
.card-hover-2:hover .img-zoom-out {
  transform: scale3d(0.975, 0.975, 1);
  transform-style: preserve-3d;
  will-change: transform;
}
.card-hover-2 {
  background-color: #57529f;
}
.card-hover-2-overlay {
  transition: all 0.25s ease-out;
}
.card-hover-2-footer {
  position: relative;
}
  .card-hover-2-footer .card-hover-2-footer-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .card-hover-2-footer .tags {
    transform: translateY(0%);
    opacity: 1;
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0.42, 0.01, 0.23, 1);
  }
.card-hover-2-footer-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
  .card-hover-2-footer-link span {
    display: block;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s, transform 0.3s cubic-bezier(0.42, 0.01, 0.23, 1);
  }
.card-hover-2 img {
  transition: opacity .25s, transform .4s;
}
.card-hover-2:hover img {
  opacity: .1;
}
.card-hover-2:hover .card-hover-2-overlay {
  transition: all 0.6s ease-in;
}
.card-hover-2:hover .card-hover-2-header p {
  opacity: 1;
  transform: translateY(0%);
}
.card-hover-2:hover .card-hover-2-footer .tags {
  opacity: 0;
  transform: translateY(-100%);
}
.card-hover-2:hover .card-hover-2-footer .card-hover-2-footer-link span {
  opacity: 1;
  transform: translateY(0);
}
.card-hover-2:hover .card-hover-2-footer .card-hover-2-footer-link::after {
  opacity: 1;
  transform: translateX(0);
}


/* ASSISTENCIA
================================================== */
#assistencia .first {
  background: url(../img/alta-riscos-especiais-assistencia-01.jpg) no-repeat;
  height: 558px;
  background-size: cover;
}
#assistencia .second {
  background: url(../img/alta-riscos-especiais-assistencia-02.jpg) no-repeat center right;
  height: 279px;
  background-size: cover;
}
#assistencia h3 {
  font-size: 2.8rem;
  color: #57529f;
}
#assistencia ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
  #assistencia ul li {
    font-size: 1.5rem;
    color: #57529f;
    padding: 20px 0;
  }
    #assistencia ul li p {
      font-style: italic;
      color: #6e6f71;
      margin-bottom: 0;
    }


/* PARCEIROS
================================================== */
#parceiros .container-fluid {
  background: url(../img/alta-riscos-especiais-parceiros.jpg) no-repeat;
  background-size: cover;
}
  #parceiros .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
  }
  #parceiros .owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
  }
    #parceiros .owl-carousel.owl-theme .owl-nav .owl-next {
      position: absolute;
      right: -8px;
    }
    #parceiros .owl-carousel.owl-theme .owl-nav .owl-prev {
      position: absolute;
      left: -8px;
    }
  #parceiros .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    line-height: 1.8rem;
    color: #d0d0d0;
    height: auto;
    width: auto;
  }
  #parceiros .owl-theme .owl-dots {
    padding-top: 10px;
    margin-top: 0;
  }
  #parceiros .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    padding: 0px;
    border-radius: 50%;
    background-color: #9d99c3;
    margin-bottom: 0px;
  }
    #parceiros .owl-theme .owl-dots .owl-dot span:hover {
      background-color: #fff;
    }
  #parceiros .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
  }


/* CONTATO
================================================== */
#contato:before {
  content: "";
  width: 2px;
  height: 244px;
  background: #c7b7d8;
  position: absolute;
  top: -122px;
  left: 50%
}
#contato .form-control, #contato input {
  padding: .75rem .75rem;
  border: 1px solid #bcbec0;
  border-radius: 12px;
  margin-bottom: 22px;
}
#contato button.btn-solid {
  padding: .9rem 5rem !important;
  font-size: 1rem;
}
#contato img {
  position: absolute;
  top: 9px;
  right: 9px;
}


/* GOOGLE MAPS
================================================== */
.map {
    width: 100%;
    height: 300px;
}
#map {
    height: 100%;
}


/* COOKIES
================================================== */
#cookieConsent {
  position: fixed;
  z-index: 1040;
  background: #f1f2f2;
  bottom: 20px !important;
  max-width: 1200px;
  padding: 20px 10px !important;
  margin: auto;
  left: 20px !important;
  right: 20px !important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}
  #cookieConsent p {
    margin-bottom: 0;
    font-size: 14px;
  }
    #cookieConsent p a {
      color: #4f4f50;
      text-decoration: underline;
    }
  #cookieConsent button {
    border: 1px solid #4f4f50 !important;
    color: #4f4f50 !important;
    padding: 10px 30px!important;
    font-size: 12px!important;
    text-transform: initial;
  }


/* FOOTER
================================================== */
footer {
  background: url(../img/alta-riscos-especiais-footer.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
  footer p {
    font-weight: 300;
    font-size: 1.15rem;
  }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    footer ul.sociais li {
      display: inline-block;
      padding: 0 10px;
    }
  footer a {
    color: #fff;
  }
    footer a:hover, footer a:focus  {
      color: #c7b7d8;
    }
  footer i {
    font-size: 1.8rem;
  }
  footer .copyright {
    font-size: 0.8rem;
  }
  footer .b-t {
    border-top: 1px solid #fff;
  }


/* GOOGLE MAPS
================================================== */
.map {
    width: 85%;
    height: 420px;
    margin-bottom: -100px!important;
    z-index: 999;
    position: relative;
}
#map {
    height: 100%;
}


/* DARDOS
================================================== */
.dardos {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/* RESPONSIVE
================================================== */
@media (max-width: 575px) {
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-20 {
    padding-bottom: 20px!important;
  }
  .pt-xs-30 {
    padding-top: 30px!important;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .ptb-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xs-80 {
    padding-top: 80px!important;
  }
  .ptb-xs-80-60 {
    padding-top: 80px!important;
    padding-bottom: 60px!important;
  }
  .navbar-brand img {
    width: 100px!important;
  }
  h1 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  #home h1 {
    font-size: 2rem;
  }
  #home h2 {
    font-size: 2.5rem;
  }
  #empresa .first {
    height: 200px;
  }
    #empresa .first:before {
      width: 25px;
      height: 20px;
      top: -20px;
    }
    #empresa .first:after {
      width: 25px;
      height: 20px;
      top: 200px;
    }
  #empresa h4 {
    font-size: 1.3rem;
    padding: 0;
  }
  #empresa p {
    font-size: 1rem;
    line-height: 24px;
  }
  #lead {
    background: #57529f;
  }
  #lead h2 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #lead h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .btn-solid {
    font-size: 1.2rem;
  }
  #produtos h1, #solucoes h1, #assistencia h1, #parceiros h1, #contato h1 {
    font-size: 2rem;
  }
  #produtos h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #produtos p {
    font-size: 1rem;
  }
  #produtos i {
    font-size: 60px;
  }
  #reviews:before {
    height: 122px;
    top: -61px;
  }
  #reviews:after {
    height: 122px;
    bottom: -61px;
  }
  #reviews h1 {
    font-size: 1.5rem;
  }
  #reviews .item h5 {
    font-size: 1.3rem;
  }
  #reviews .item p {
    font-size: 1.1rem;
  }
  #solucoes .i-desc {
    font-size: 40px;
  }
  #solucoes h5 {
    font-size: 1.2rem;
    padding: 15px 0;
  }
  #solucoes p {
    font-size: 1rem;
  }
  #assistencia {
   padding-top: 0!important; 
  }
    #assistencia h3 {
      font-size: 1.5rem;
    }
  #parceiros {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  #contato:before {
    display: none;
  }


  
  
  .owl-carousel.owl-theme.carousel-review p {
    font-size: 1.1rem;
  }
  .owl-carousel.owl-theme.carousel-review p small {
    font-size: 1rem;
  }
  .btn-outline {
    padding: 10px 30px 10px !important;
  }
  .sociais i {
    border-right: none;
    margin-right: 0;
    padding-right: 0
  }
  .sociais span {
    display: none;
  }
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.6rem;
  }
  #home h1 {
    font-size: 2rem;
  }
  #home h2 {
    font-size: 2.5rem;
  }
  #empresa h4 {
    font-size: 2rem;
    padding: 0;
  }
  #lead {
    background: #57529f;
  }
  #assistencia h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .card-body {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  #home h1 {
    font-size: 2.2rem;
  }
  #home h2 {
    font-size: 3.8rem;
  }
  #empresa h4 {
    padding: 0;
  }
  #solucoes .i-desc {
    font-size: 60px;
  }
  #solucoes h5 {
    font-size: 1.3rem;
  }
  #solucoes p {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .navbar-light.navbar.fixed-top {
    position: fixed;
    animation: fadeInDown .5s;
    -webkit-animation: fadeInDown .5s;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    letter-spacing: 0.1em;
  }
  .navbar-light.navbar{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: 121px;
  }
  .navbar.navbar-light.bg-transparent .navbar-brand .logo-color {
  display: none;
  }
  .navbar.navbar-light.fixed-top .navbar-brand .logo-color {
    display: block;
  }
  .navbar.navbar-light.fixed-top .navbar-brand .logo-light {
    display: none;
  }
  #lead {
    background: url(../img/alta-riscos-especiais-lead-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #lead h2 {
    font-size: 1.9rem;
  }
  #lead h3 {
    font-size: 1.6rem;
  }
  #produtos h3 {
    font-size: 1.5rem;
  }
  #produtos p {
    font-size: 1.1rem;
  }
  #solucoes h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .ptb-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pt-xl-180 {
    padding-top: 180px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    letter-spacing: 0.1em;
  }
  #lead h2 {
    font-size: 2.3rem;
  }
  #assistencia h3 {
    font-size: 2.8rem;
  }
}
@media (min-width:1200px) and (max-width: 1399px) {
  #empresa h4 {
    padding: 0 3rem;
  }
  #lead h3 {
    font-size: 1.9rem;
  }
  #produtos h3 {
    font-size: 1.5rem;
  }
  #solucoes .i-desc {
    font-size: 60px;
  }
  #solucoes p {
    font-size: 1.1rem;
  }
  #assistencia h2 {
    font-size: 1.6rem;
  }
}
@media (min-width:1400px) {
  #lead h2 {
    font-size: 2.3rem;
  }
  #lead h3 {
    font-size: 2rem;
  }
  #produtos h3 {
    font-size: 2rem;
  }
  #produtos p {
    font-size: 1.2rem;
  }
  #solucoes .i-desc {
    font-size: 80px;
  }
  #solucoes p {
    font-size: 1.5rem;
  }
  #assistencia h2 {
    font-size: 1.6rem;
  }
}
@media (min-width:1400px) and (max-width: 1599px) {
  #empresa h4 {
    padding: 0 100px;
  }
}
@media (min-width: 1600px) {
  #empresa h4 {
    padding: 0 183px;
  }
  #solucoes h5 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-light {
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem 1rem;
    height: auto;
  }
    .navbar-light .navbar-nav .nav-link {
      color: #fff;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open {
      color: #faaf4c;
      border-bottom: none;
    }
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar-brand {
    padding: 0;
    margin: 0;
  }
    .navbar-brand img {
      width: 194px;
    }
  .hidden-md-down {
    display: none !important;
  }
  .navbar .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px; 
  }
  .navbar-expand-lg .navbar-toggler {
    position: absolute;
    right: 15px;
    border: 0px;
    top: 20px; 
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
}


/* SKY FORM
================================================== */
.sky-form header {
  display: block;
  padding: 20px 30px; 
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
  font-size: 25px;
  font-weight: 300;
  color: #232323;
}
.sky-form fieldset {
  display: block; 
  padding: 25px 30px 5px;
  border: none;
  background: rgba(255,255,255,.9);
}
.sky-form fieldset + fieldset {
  border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section {
  margin-bottom: 20px;
}
.sky-form footer {
  display: block;
  padding: 15px 30px 25px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
}
.sky-form footer:after {
  content: '';
  display: table;
  clear: both;
}
.sky-form a {
  color: #2da5da;
}
.sky-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
}
.sky-form .label.col {
  margin: 0;
  padding-top: 10px;
}
.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: .375rem .75rem;
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  min-height: 45px;
  background: transparent;
  font: 15px/23px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sky-form .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323;
}
.sky-form button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/**/
/* captcha inputs */
/**/
.sky-form .input-captcha img {
  position: absolute;
  top: 2px;
  right: 2px;
  border-left: 1px solid #e5e5e5;
}
/**/
/* textareas */
/**/
.sky-form .textarea textarea {
  height: auto;
  resize: none;
}
/**/
/* buttons */
/**/
.sky-form .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: none;
  border: 0;
  font: 300 15px/39px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@-o-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-ms-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-moz-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-webkit-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e5e5e5;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.sky-form .button {
  background-color: #2da5da;
  opacity: 0.8;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #8dc9e5;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #2da5da;
}
.sky-form .button:hover {
  opacity: 1;
}
/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #2da5da;
}
/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error select + i,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i,
.sky-form .toggle.state-error input:checked + i {
  border-bottom: 1px solid #ee9393;
}
.sky-form .state-error + em {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
/**/
/* success state */
/**/
.sky-form .state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.sky-form .note-success {
  color: #6fb679;
}
/**/
/* submited state */
/**/
.sky-form .message {
  display: none;
  color: #fff;
}
.sky-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 41px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  line-height: 42px;
}
.sky-form.submited fieldset,
.sky-form.submited footer {
  display: none;
}
.sky-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: transparent;
  font: 300 18px/27px 'Source Sans Pro', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #006396;
}
.sky-form.submited .message p {
  color: #006396;
}
/**/
/* bootstrap compatibility */
/**/
.sky-form .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}
.sky-form .radio,
.sky-form .checkbox {
  font-weight: 400;
}
.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
  margin-top: 0;
}