/* GENERAL
================================================== */
html, body, .fullScreen {
  height: 100%;
}
body {
  font-size: 1.25rem;
  font-weight: 400;
  color: #46495c;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background: #fff;
}
button, input, optgroup, select, textarea {
  font-family: "Lato", sans-serif;
}
button:focus {
  outline: 0 !important;
}
a, .simple-hover img, button, .btn, .pricing-card {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #4a90e2;
  text-decoration: none;
}
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #aeaeae;
  }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #46495c;
}
h1, .h1 {
  font-size: 24px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 15px;
  font-weight: 400;
}
.title-font {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
}
.border-btm1 .container {
  position: relative;
}
  .border-btm1 .container:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #eee;
  }
hr {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(74, 144, 226, 0.04);
}
.small, small {
  font-size: 80%;
  font-weight: 400;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
.font-base-400 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}
.font-base {
  font-family: "Lato", sans-serif !important;
}
.font300 {
  font-weight: 300!important;
}
.font400 {
  font-weight: 400!important;
}
.font700 {
  font-weight: 700!important;
}
.font900 {
  font-weight: 900!important;
}
.label {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 10px;
}
.badge {
  font-weight: 400;
  font-size: 13px;
}
.badge-primary {
  background: #4a90e2 !important;
}
.bg-primary {
  background: #4a90e2 !important;
  border-color: #4a90e2;
}
.bg-success {
  background: #5cb85c !important;
  border-color: #5cb85c;
}
.bg-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.bg-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.bg-danger {
  background-color: #c9302c;
  border-color: #c9302c;
}
.bg-dark {
  border-color: #22232d !important;
  background-color: #22232d !important;
}
.bg-white {
  background: #fff;
}
.text-primary {
  color: #4a90e2 !important;
}
.text-danger {
  color: #c9302c !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-info {
  color: #5bc0de !important;
}
.text-white {
  color: white !important;
}
.text-dark {
  color: #22232d !important;
}
.text-white-gray {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-dark-gray {
  color: rgba(34, 35, 45, 0.5) !important;
}
.text-yellow {
  color: #f1b43f;
}
.text-dark-blue {
  color: #46495c;
}
.text-red {
  color: #ba2c48;
}
.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pos-relative {
  position: relative;
}
.lead {
  font-weight: 400;
  font-size: 20px;
}
strong, b {
  font-weight: 700;
}
.fWidth {
  width: 100% !important;
}
.oHidden {
  overflow: hidden !important;
}
strong, b {
  font-weight: 700;
}


/* MARGIN & PADDING
================================================== */'
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-140 {
  padding-top: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}
.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.pt-180 {
  padding-top: 180px;
}
.pb-180 {
  padding-bottom: 180px;
}
.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.pt-200 {
  padding-top: 200px;
}




.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}



.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pt-160 {
  padding-top: 160px;
}
.pb-160 {
  padding-bottom: 160px;
}


/* 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 #22232d;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 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
================================================== */
.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 300 !important;
  font-size: 0.9rem !important;
  font-family: "Lato", sans-serif !important;
  padding: 8px 20px 8px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .btn span {
    font-weight: 700;
  }
  .btn i {
    display: inline-block;
    vertical-align: inherit;
  }
  .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: 0 !important;
  }
    .btn:hover:before, .btn:focus:before {
      transition: all .3s;
      -webkit-transition: all .3s;
      z-index: -1;
    }
.btn-color {
  background-color: #ba2c48;
  color: #fff;
  font-size: 19px!important;
  font-weight: 400!important;
}
  .btn-color:hover, .btn-color:focus, .btn-color:active {
    background: #9b2139;
    color: #fff;
  }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #22232d;
  }
.btn-primary {
  background: #ba2c48;
  border: 1px solid #ba2c48 !important;
  color: #fff !important;
  border-radius: 23px;
  padding: 12px 30px;
}
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #9b2139;
    border: 1px solid #9b2139 !important;
    color: #fff;
  }
.btn-success {
  background: #5cb85c;
  color: #fff !important;
}
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #5cb85c;
    color: #fff;
  }
.btn-outline {
  background-color: transparent;
  color: #fff;
  font-size: 1.125rem!important;
  font-weight: 500!important;
  text-transform: none;
  max-width: auto;
  border-radius: 25px;
  border: 2px solid #ba2c48;
  padding: 12px 30px !important;
  line-height: 0;
}
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: #ba2c48;
    color: #fff;
    border: 2px solid #ba2c48;
  }
    .btn-outline:hover:before, .btn-outline:focus:before, .btn-outline:active:before {
      width: 100%;
      background-color: #ba2c48;
      border: none;
    }
    .btn-outline i {
      margin: 0;
    }


/* HEADER
================================================== */
.navbar .container, .navbar .container-fluid {
  position: relative; }

.navbar .navbar-nav .nav-link {
  font-weight: 300;
  font-size: .8rem;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  border-top: 2px solid transparent;
  cursor: pointer; }

.navbar-light.navbar .navbar-nav .nav-link {
  color: rgba(34, 35, 45, 0.6);
}
  .navbar-light.navbar .navbar-nav .nav-link:hover, .navbar-light.navbar .navbar-nav .nav-link:focus, .navbar-light.navbar .navbar-nav .nav-link:active, .navbar-light.navbar .navbar-nav .nav-link.active {
    color: #4a90e2;
    border-top-color: #4a90e2;
  }


/* HOME
================================================== */
.no-webp #home {
  background: url('../img/segpro-seguros-profissionais-seguro-dentista-header.jpg') top center no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
  padding-top: 1rem;
  height: 983px;
}
.webp #home {
  background: url('../img/segpro-seguros-profissionais-seguro-dentista-header.webp') top center no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
  padding-top: 1rem;
  height: 983px;
}
  #home .row {
    height: 983px;
  }
  #home .title-font {
    font-size: 70px;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #home h4 {
    font-size: 70px;
    font-weight: 700;
    color: #f1b43f;
    line-height: 100px;
    text-transform: uppercase;
  }
  #home h5 {
    font-size: 50px;
    font-weight: 700;
  }
  #home p {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .05rem;
  }
  #home .header-img {
    position: absolute;
    top: 0;
    right: -145px;
    /*right: 0;*/
  }


/* TITLE & SOLUCOES
================================================== */
#title {
  background: #d6d6d6; /* Old browsers */
  background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d6d6d6 0%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#title h1, #vantagens h1 {
  font-size: 2.625rem;
}
#title h2, #solucoes h2 {
  font-size: 1.625rem;
  line-height: 2.5rem;
}
#title h3 {
  font-size: 2rem;
}
#title h4 {
  font-size: 5rem;
}
#title p {
  font-size: 1.5rem;
}
#solucoes h1 {
  font-size: 1.875rem;
}
.feature-icon h4 {
  padding-bottom: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.feature-icon p {
  font-size: 1.25rem;
  font-weight: 300;
}
.coberturas-especiais i {
  font-size: 5rem;
  color: #ba2c48;
}
.coberturas-especiais h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.coberturas-especiais .cob {
  border: 2px solid #46495c;
  border-radius: 35px;
  min-height: 240px;
}


/* LEAD
================================================== */
.no-webp #lead {
  background: url(../img/segpro-seguros-profissionais-seguro-dentista-lead-bg.jpg) top center no-repeat #f6f4f5;
  background-size: cover;
  height: 631px;
}
.webp #lead {
  background: url(../img/segpro-seguros-profissionais-seguro-dentista-lead-bg.webp) top center no-repeat #f6f4f5;
  background-size: cover;
  height: 631px;
}
  #lead .row div:first-child {
    height: 631px;
  }
  #lead .row div:last-child {
    padding: 120px 30px 0;
  }
  #lead h3 {
    font-size: 2.5rem;
  }
  #lead p {
    font-size: 1.25rem;
  }
  #lead .btn-primary, #flex .btn-primary {
    font-size: 1.375rem!important;
    border-radius: 30px;
    font-weight: 500!important;
  }


/* VANTAGENS
================================================== */
#vantagens .feature-icon i {
  font-size: 4rem;
  display: block;
  margin-bottom: 25px;
  color: #ba2c48;
}


/* LEAD 2 (RETROATIVIDADE) & LEAD 3
================================================== */
.no-webp #lead2, .no-webp #lead3 {
  background: url(../img/segpro-seguros-profissionais-seguro-dentista-lead2-bg.jpg) center center no-repeat #f6f4f5;
  background-size: cover;
}
.webp #lead2, .webp #lead3 {
  background: url(../img/segpro-seguros-profissionais-seguro-dentista-lead2-bg.webp) center center no-repeat #f6f4f5;
  background-size: cover;
}
  #lead2 img {
    margin: -27px 0;
  }
  #lead2 h3 {
    font-size: 2rem;
  }
  #lead3 h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
  }
  #lead h3 {
    font-size: 2.25rem;
  }


/* ESPECIALISTAS & FLEX
================================================== */
#especialistas h1, #flex h1 {
  font-size: 2rem;
}
#especialistas ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  #especialistas ul li {
    padding: 0;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  #especialistas i {
    color: #ba2c48;
  }


/* APP
================================================== */
#app h1 {
  font-size: 2rem;
  font-weight: 700;
}
#app p {
  font-size: 1.25rem;
}


/* VIDEO
================================================== */
#video {
  margin-bottom: -480px;
}
  #video h1, #video h2 {
    font-size: 1.875rem;
  }
  #video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
  }


/* REVIEWS
================================================== */
#reviews {
  background: #f6f4f5;
  padding-top: 380px;
}
  #reviews h1 {
    font-size: 2rem;
  }
  #reviews h2 {
    font-size: 1.75rem;
    font-weight: 300;
  }
  #reviews h4:after {
    content: "";
    position: absolute;
    margin-left: -45px;
    width: 90px;
    height: 1px;
    background-color: #46495c;
    top: 85px;
    left: 50%;
  }
  #reviews h5 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
  }
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
  .owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -8px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -8px;
  }
.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;
}
.owl-theme .owl-dots {
  padding-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  padding: 0px;
  border-radius: 50%;
  background-color: #c1c0c7;
  margin-bottom: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ba2c48;
}
.owl-carousel.owl-theme.carousel-review p {
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 50px;
  color: #fff;
}
.owl-carousel.owl-theme.carousel-review .img-fluid {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.carousel-review.owl-carousel.owl-drag .owl-item {
  background: #46495c;
  border-radius: 50px;
  padding: 50px;
}
.owl-carousel.owl-clients .item img {
  display: block;
  margin: 0 auto;
  border: 2px solid rgba(74, 144, 226, 0.04);
}


/* CONTATO
================================================== */
.no-webp #contato {
  background: url(../img/segpro-seguros-profissionais-seguro-dentista-contato-bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.webp #contato {
  background: url(../img/segpro-seguros-profissionais-seguro-dentista-contato-bg.webp) top center no-repeat;
  background-size: cover;
  position: relative;
}
  .no-webp #contato::after {
    content: "";
    background: url(../img/segpro-seguros-profissionais-seguro-dentista-contato-arrow.png) top center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    margin-bottom: 0;
    z-index: 5;
  }
  .webp #contato::after {
    content: "";
    background: url(../img/segpro-seguros-profissionais-seguro-dentista-contato-arrow.webp) top center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    margin-bottom: 0;
    z-index: 5;
  }
  #contato h1 {
    font-size: 2.625rem;
    font-weight: 700;
  }
  #contato h2 {
    font-size: 2.375rem;
    font-weight: 500;
  }
  #contato p {
    font-size: 1.25rem;
  }
  #contato .btn {
    font-size: 1.375rem!important;
    border-radius: 30px;
    font-weight: 500!important;
    margin-bottom: 15px;
  }
  #contato .hero-form {
    padding: 40px 20px;
    background-color: #46495c;
    border-radius: 8px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
    #contato .hero-form h3 {
        font-size: 25px;
      }
  #contato form {
    border-radius: 10px;
  }
    #contato form p {
      color: #fff;
      font-weight: 300;
      margin: 5px 0px;
      font-size: 18px;
    }
    #contato form .btn {
      border-radius: 6px;
      font-size: 19px !important;
      width: auto;
      padding: 5px 70px;
      margin-bottom: 10px;
    }
    #contato .form-control {
      min-height: 48px;
      border: 0px;
      box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.18) inset;
    }
      #contato .form-control:focus {
        border: 0px;
        box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
      }
.help-block ul li, .required span {
    color: #fff;
    font-size: 12px;
}
.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#FormFinal .message {
  display: none;
}
#FormFinal.submited .message {
  display: block;
}


/* FOOTER
================================================== */
footer {
  background-color: #46495c;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
}
  footer .bd { 
    border-top: 1px solid #fff;
    margin-top: 15px;
  }
  footer .bdt { 
    border-bottom: 1px solid #fff;
  }
  footer .btn-primary {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 23px;
    margin: 0 10px;
  }
    footer .btn-primary:hover {
      background: transparent;
      border: 1px solid #ba2c48 !important;
    }
footer p.m-0 {
  font-size: 9px;
}
footer .social-buttons span {
  display: inline-block;
}
.social-icon {
  margin: 0 12px;
  font-size: 30px;
  line-height: 40px !important;
  color: #fff;
  float: left;
}
.social-icon:hover {
  color: #ba2c48;
}
.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative; 
}


/* RESPONSIVE
================================================== */
@media (min-width: 992px) {
  .navbar.navbar-sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 78px;
  }
  .navbar-expand-lg.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
  }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
      padding-left: 1rem;
      padding-right: 1rem;
    }
      .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
        padding-right: 0px;
      }
    .navbar-expand-lg.navbar .navbar-nav .nav-link {
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
      padding-left: 0;
      padding-right: 0;
    }
  .navbar-right .nav-item .nav-link {
    border-left: 1px solid #eee;
    padding-left: 1rem !important;
  }
    .navbar-right .nav-item .nav-link.btn {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      border: 0px !important;
      border-radius: 23px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
    }
  .navbar.navbar-sticky.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    background-color: #edeef0!important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
    .navbar.navbar-sticky .navbar-brand > img.logo-black {
      display: none;
    }
    .navbar.navbar-sticky.fixed-top .navbar-brand > img.logo-trans {
      display: none;
    }
    .navbar.navbar-sticky.fixed-top .navbar-brand > img.logo-black {
      display: block;
    }
    .navbar.navbar-sticky.fixed-top #landingkit-navbar .nav-item .btn-primary {
      background: #ba2c48;
      border: 1px solid #ba2c48!important;
      color: #fff!important;
    }
      .navbar.navbar-sticky.fixed-top #landingkit-navbar .nav-item .btn-primary:hover {
        background: #9b2139;
        border: 1px solid #9b2139;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
      }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
  .call-wz {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999999;
    font-size: 30px;
    display: block;
  }
    .call-wz a {
      color: #6ace25;
    }
      .call-wz a:hover {
        color: #499b11;
      }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .txt-sm-center {
    text-align: center;
  }
  .navbar .container, .navbar .container-fluid {
    position: relative; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
  }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
      padding-left: 1rem;
      padding-right: 1rem;
    }
      .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
        padding-right: 0px;
      }
    .navbar-expand-lg.navbar .navbar-nav .nav-link {
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
      padding-left: 0;
      padding-right: 0;
    }
  .navbar-right .nav-item .nav-link {
    border-left: 1px solid #eee;
    padding-left: 1rem !important;
  }
    .navbar-right .nav-item .nav-link.btn {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
      border: 0px !important;
      border-radius: 23px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      position: relative;
    }
  .navbar-brand > img {
    position: relative;
    margin-top: 0px; }
  .navbar.navbar-expand-lg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    height: 78px;
  }
  .navbar.navbar-sticky.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    background-color: #fff !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
  .navbar.navbar-expand-lg .logo-black, .navbar.navbar-sticky.fixed-top .logo-trans {
    display: none;
  }
  .navbar.navbar-sticky.fixed-top .logo-black {
    display: block;
  }
  .navbar.navbar-expand-lg .navbar-collapse.show {
    height: 280px;
    overflow-y: scroll;
  }
  .navbar .navbar-nav .nav-link {
    border-top: 0px;
  }
  .dropdown-menu {
    box-shadow: none;
  }
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  p.lead {
    font-size: 20px;
  }
  .title-font, .parallax-hero .title-font {
    font-size: 2rem;
  }
  .parallax-fullscreen h3.h1 {
    padding-top: 30px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 0px;
  }
    .footer .text-right {
      text-align: left !important;
    }
  .social-buttons:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .footer ul.list-inline {
    padding-top: 25px; }
  .footer ul.list-inline li:first-child {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .webp #home, #home .row {
    height: 650px;
  }
    .webp #home .header-img img {
      height: 710px;
    }
    .webp #home h5 {
      font-size: 2.625rem;
    }
    .webp #home p {
      font-size: 1.625rem;
      padding-bottom: 30px;
    }
    #home .title-font, #home h4 {
      font-size: 3.75rem;
    }
    #reviews {
      padding-top: 340px;
    }
}
@media (min-width: 1400px) and (max-width: 1679px) {
  .webp #home, #home .row {
    height: 800px;
  }
    .webp #home .header-img img {
      height: 870px;
    }
}
@media (min-width: 1800px) {
  .webp #home, #home .row {
    height: 983px;
  }
    .webp #home .header-img img {
      height: auto;
    }
}
@media (min-width: 2000px) {
    .webp #home .header-img {
      width: 2000px;
      text-align: right;
      right: calc(50% - 1000px);
    }
}
@media (max-width: 1199px) {
  .webp #home, #home .row {
    height: 550px;
  }
    .webp #home .header-img img {
      height: 615px;
    }
    .webp #home .title-font {
      font-size: 2.875rem;
      margin-bottom: 0;
      line-height: normal;
    }
    .webp #home h4 {
      font-size: 2.875rem;
      line-height: normal;
    }
    .webp #home h5 {
      font-size: 2.1875rem;
    }
    .webp #home p {
      font-size: 1.4rem;
      padding-bottom: 20px;
    }
  #lead h3 {
    font-size: 1.6875rem;
  }
  #lead h4 {
    font-size: 1.375rem;
  }
  .coberturas-especiais .cob:nth-child(2), .coberturas-especiais .cob:nth-child(3), .coberturas-especiais .cob:nth-child(4) {
    margin-bottom: 60px;
  }
  #reviews {
    padding-top: 300px;
  }
  .owl-theme .owl-dots {
    padding-top: 20px;
  }
  #contato h1 {
    font-size: 2.375rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .ptb-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .ptb-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .pt-md-0 {
    padding-top: 0;
  }
  .ptb-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .ptb-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .ptb-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .webp #home, #home .row {
    height: 430px;
  }
  .webp #home .col-md-6 {
    padding-top: 20px;
    padding-right: 30px;
  }
  .webp #home .title-font, .webp #home h4 {
    font-size: 1.875rem;
    line-height: normal;
  }
  .webp #home h5 {
    font-size: 1.6rem;
  }
  .webp #home p {
    font-size: 1.125rem;
    padding-bottom: 0;
  }
  .webp #home .header-img {
    right: -50px;
  }
    .webp #home .header-img img {
      height: 470px;
    }
  #title h1, #solucoes h1, #vantagens h1, #especialistas h1, #flex h1, #lead3 h1, #app h1, #video h1, #video h2, #reviews h1 {
    font-size: 1.75rem;
  }
  #title h2, #solucoes h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #lead2 h3 {
    font-size: 1.75rem;
  }
  #title p {
    font-size: 1.25rem;
  }
  .webp #lead, #lead .row div:first-child {
    height: 531px;
  }
  .webp #lead .row div:last-child {
    padding: 90px 0.75rem 0;
  }
  .feature-icon h4 {
    font-size: 1rem;
  }
  #especialistas ul li {
    font-size: 1.125rem;
  }
  #video {
    margin-bottom: -270px;
  }
  .owl-theme .owl-dots {
    padding-top: 10px;
  }
  .coberturas-especiais .cob:nth-child(2), .coberturas-especiais .cob:nth-child(3), .coberturas-especiais .cob:nth-child(4), .coberturas-especiais .cob:nth-child(5) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px){
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .webp #home, #home .row {
    height: 368px;
  }
  .webp #home .col-md-6 {
    padding-right: 0.75rem;
  }
  .webp #home .title-font, #home h4 {
    font-size: 1.5rem;
  }
  .webp #home h5 {
    font-size: 1.25rem;
  }
  .webp #home p {
    font-size: 1rem;
  }
  .webp #home .header-img {
    right: -130px;
  }
    .webp #home .header-img img {
      height: 400px;
    }
  /*#title h1, #solucoes h1 {
    font-size: 2rem;
  }
  #title h2, #reviews h2 {
    font-size: 1.5rem;
  }
  #title h3 {
    font-size: 2rem;
  }*/
  #title h4 {
    font-size: 3rem;
  }
  #title p {
    font-size: 1.125rem;
  }
  .webp #lead {
    background: none;
    height: auto
  }
  .webp #lead .row div:first-child {
    height: auto;
  }
  .webp #lead .row div:last-child {
    padding: 0.75rem;
  }
  #lead h3 {
    font-size: 1.75rem;
    padding-top: 30px;
  }
  #lead .btn-primary, #flex .btn-primary {
    font-size: 1.125rem!important;
  }
  #lead2 img {
    margin: 30px 0 0;
  }
  #flex img {
    width: 80%;
  }
  .owl-carousel.owl-theme.carousel-review p {
    padding: 0;
  }
  #reviews {
    padding-top: 228px;
  }
  #reviews h5 {
    padding-top: 20px;
  }
  #video {
    margin-bottom: -215px;
  }
}
@media (max-width: 575px){
  .pt-xs-0 {
    padding-top: 0;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .ptb-xs-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-xs-20 {
    margin-bottom: 20px!important;
  }
  #contato .btn {
    font-size: 16px!important;
    width: auto;
  }
  .navbar-brand > img {
    width: 100px;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-right .nav-item .nav-link.btn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 12px !important;
  }
  .webp #home .header-img {
    /*display: none;*/
    position: initial;
  }
    .webp #home .header-img img {
      height: auto;
    }
  .webp #home .title-font {
    line-height: 33px;
  }
  #title h1, #solucoes h1, #vantagens h1, #lead2 h3, #especialistas h1, #flex h1, #lead3 h1, #lead3 h3, #app h1, #video h1, #video h2, #reviews h1 {
    font-size: 1.5rem;
  }
  #title h2, #reviews h2, #solucoes h2 {
    font-size: 1.25rem;
    line-height: normal;
  }
  #title h4 {
    font-size: 3rem;
  }
  .webp #lead {
    background: none;
    height: auto
  }
  #lead .row div:first-child {
    height: auto;
  }
  #lead .row div:last-child {
    padding: 0.75rem;
  }
  #lead h3 {
    font-size: 1.5rem;
    padding-top: 30px;
  }
  #lead .btn-primary, #flex .btn-primary {
    font-size: 1.125rem!important;
  }
  #lead2 img {
    margin: 30px 0 0;
    width: 70%;
  }
  #video {
    margin-bottom: -225px;
  }
  #reviews {
    padding-top: 230px;
  }
  #reviews h5 {
    font-size: 16px;
    padding-top: 10px;
  }
  .owl-nav {
    display: none;
  }
  .owl-carousel.owl-theme.carousel-review p {
    font-size: 20px;
    padding: 0 10px;
  }
  .owl-theme .owl-dots {
    padding-top: 0;
  }
  .carousel-review.owl-carousel.owl-drag .owl-item {
    padding: 10px;
  }
  .no-webp #contato {
    background: url(../img/segpro-seguros-profissionais-seguro-dentista-contato-bg.jpg) top right no-repeat;
    background-size: cover;
    position: relative;
  }
  .webp #contato {
    background: url(../img/segpro-seguros-profissionais-seguro-dentista-contato-bg.webp) top right no-repeat;
    background-size: cover;
    position: relative;
  }
  #contato h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 375px) {
  .navbar-expand-lg.navbar .navbar-nav .nav-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .navbar-right .nav-item .nav-link.btn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 10px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  #btn_google_play img, #btn_apple_store img {
    padding-bottom: 10px;
  }
}
@media (max-width: 299px){
  #landingkit-navbar {
    display: none;
  }
}