@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('vendor/bootstrap.min.css');
@import url('vendor/font-awersome.css');
@import url('vendor/flexslider.css');
@import url('vendor/magnific-popup.css');
@import url('fonts.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('vendor/bootstrap.min.css');
@import url('vendor/font-awersome.css');
@import url('vendor/flexslider.css');
@import url('vendor/magnific-popup.css');
@import url('vendor/owl.carousel.css');
@import url('vendor/magnific-popup.css');
@import url('vendor/component-file.css');
@import url('fonts.css');
@import url('../fonts/font-akhan.css');


  .planos-wrapper2 {
    background-color: #00afcb;
    padding: 10px 10px;
    color: #fff;
  }

  .planos-inner2 {
    background-color: #00afcb;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }

  .planos-title2 {
    background-color: #00afcb;
    font-family: 'Neo Sans', sans-serif;
    font-size: 38px;
    margin-bottom: 10px;
  }

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.card2 {
  background: #fff;
  margin-top: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  min-width: 300px;
  flex-shrink: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.card2 img {
  border-radius: 12px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 12px;
}

.tag {
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 50px;
  color: #fff;
  width: fit-content;
  margin-bottom: 10px;
}

.tag-designer {
  background: #e91e63;
}

.tag-developer {
  background: #2196f3;
}

.tag-marketer {
  background: #ff9800;
}

.card2 h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.link {
    font-size: 15px;
    color: #00afcb;
    text-decoration: none;
    font-weight: bold;
}


.link a:hover {
    text-decoration: underline;
  }


/* Responsividade */
@media (max-width: 1024px) {
  .card2 {
    min-width: 45%;
  }
}

@media (max-width: 768px) {
  .card2 {
    min-width: 90%;
  }
}


  @font-face {
    font-family: 'Neo Sans';
    src: local('Neo Sans'), url('fonts/NeoSans.woff2') format('woff2');
  }

  .planos-wrapper {
    background-color: #193a5f;
    padding: 60px 20px;
    color: #fff;
  }

  .planos-inner {
    background-color: #193a5f;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
  }

  .planos-title {
    background-color: #193a5f;
    font-family: 'Neo Sans', sans-serif;
    font-size: 38px;
    margin-bottom: 40px;
  }

  .planos-grid {
    background-color: #193a5f;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
  }

  .card {
    background-color: #193a5f;
    text-align: center;
  }

  .card img {
    background-color: #193a5f;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .card h3 {
    font-family: 'Neo Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .card p {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .card small a {
    font-size: 15px;
    color: #00afcb;
    text-decoration: none;
    font-weight: bold;
  }

  .card small a:hover {
    text-decoration: underline;
  }





.grecaptcha-badge {
  display: none;
}

.foto-contato {
  padding-top: 10px;
  width: 100%;
  height: auto;
}


* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0
}


/* Botão */
  #acessibilidade-btn {
    position: fixed;
    top: calc(50% + 25px);
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #2872de;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  #acessibilidade-btn img {
    width: 19px; /* tamanho do icone dentro do botao*/
    height: 19px;
    filter: brightness(0) invert(1);
  }

  /* Menu */
  #acessibilidade-menu {
    position: fixed;
    top: calc(50% + 85px);
    right: 20px;
    background-color: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none;
    flex-direction: column;
    z-index: 10000;
  }

  #acessibilidade-menu button {
    margin: 5px 0;
    padding: 6px 10px;
    border: none;
    background-color: #2872de;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
  }

  /* Camada de acessibilidade */
  #acessibilidade-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.3s ease;
  }

body.modo-contraste {
  filter: invert(1) hue-rotate(180deg) contrast(1.5);
}

  #acessibilidade-layer.daltonismo {
    backdrop-filter: contrast(1.1) saturate(1.5) hue-rotate(45deg);
    opacity: 0.6;
  }

/* Escala padrão */

body[data-fontscale="1.0"] p,
body[data-fontscale="1.0"] span {
  font-size: 1em;
}

/* Escalas crescentes */

body[data-fontscale="1.1"] p,
body[data-fontscale="1.1"] span {
  font-size: 1.1em;
}


body[data-fontscale="1.2"] p,
body[data-fontscale="1.2"] span {
  font-size: 1.2em;
}


body[data-fontscale="1.3"] p,
body[data-fontscale="1.3"] span {
  font-size: 1.3em;
}


body[data-fontscale="1.4"] p,
body[data-fontscale="1.4"] span {
  font-size: 1.4em;
}


body[data-fontscale="1.5"] p,
body[data-fontscale="1.5"] span {
  font-size: 1.5em;
}


body[data-fontscale="1.6"] p,
body[data-fontscale="1.6"] span {
  font-size: 1.6em;
}


body[data-fontscale="1.7"] p,
body[data-fontscale="1.7"] span {
  font-size: 1.7em;
}


body[data-fontscale="1.8"] p,
body[data-fontscale="1.8"] span {
  font-size: 1.8em;
}


body[data-fontscale="1.9"] p,
body[data-fontscale="1.9"] span {
  font-size: 1.9em;
}


body[data-fontscale="2.0"] p,
body[data-fontscale="2.0"] span {
  font-size: 2em;
}


body[data-fontscale="2.1"] p,
body[data-fontscale="2.1"] span {
  font-size: 2.1em;
}


body[data-fontscale="2.2"] p,
body[data-fontscale="2.2"] span {
  font-size: 2.2em;
}


body[data-fontscale="2.3"] p,
body[data-fontscale="2.3"] span {
  font-size: 2.3em;
}


body[data-fontscale="2.4"] p,
body[data-fontscale="2.4"] span {
  font-size: 2.4em;
}


body[data-fontscale="2.5"] p,
body[data-fontscale="2.5"] span {
  font-size: 2.5em;
}


body[data-fontscale="2.6"] p,
body[data-fontscale="2.6"] span {
  font-size: 2.6em;
}



body[data-fontscale="2.7"] p,
body[data-fontscale="2.7"] span {
  font-size: 2.7em;
}



body[data-fontscale="2.8"] p,
body[data-fontscale="2.8"] span {
  font-size: 2.8em;
}


body[data-fontscale="2.9"] p,
body[data-fontscale="2.9"] span {
  font-size: 2.9em;
}


body[data-fontscale="3.0"] p,
body[data-fontscale="3.0"] span {
  font-size: 3.0em;
}




:focus {
  outline: 0
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a:focus {
  color: #337ABB !important;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto
}

.transition {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

body {
  font-family: 'Raleway', sans-serif;
  color: #2c3339;
  min-width: 310px;
  font-size: 14px;
  position: relative;
  -webkit-text-size-adjust: none
}

.header-bar {
  width: 100%;
  height: 40px;
  background: #0b70b1
}

.header-slogan {
  float: left;
  font-family: 'Museo-700';
  color: #fff;
  font-size: 16.59px;
  margin-top: 8px
}

.logo {

  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  max-width: 332px;
 
}

.nav {
  float: right;
  padding: 0;
  margin-top: 10px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9;
  position: relative;
}

.menu li {
  float: left;
  margin-right: 40px
}

.menu li:last-child {
  margin-right: 0
}

.menu li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0092b3
}

.menu li a:hover, .menu li a:focus {
  color: #0b70b1
}

.submenu {
  width: auto;
  display: none;
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0
}

.submenu li {
  margin: 0;
  display: block;
  float: none
}

.submenu li a {
  display: block;
  padding: 10px 12px;
  float: none;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5
}

.submenu li:last-child a {
  border-bottom: 0
}

.submenu-open:hover>a {
  color: #0b70b1 !important
}

.submenu-rede {
  max-width: 130px
}

.menu-mobile {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  margin-top: 0
}

.toggle-menu {
  display: block;
  color: #0092b3
}

.toggle-menu:hover, .toggle-menu:focus {
  color: #0b70b2
}

.slider {
  width: 100%;
  height: auto;
  background: #0091b3;
  overflow: hidden;
  position: relative;
}

.slider-home {
  width: 100%;
  height: 316px;
  overflow: hidden
}

.slider-home .slides {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 316px
}

.slider-home .slides li {
  overflow: hidden;
  position: relative;
  width: 100%;
  list-style: none;
}

.banner-item {
  width: 100%;
  height: 316px;
  overflow: hidden;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}

.banner-link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-seta {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 6;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff
}

.banner-seta:hover, .banner-seta:focus {
  color: #007cd6;
  background: rgba(0, 0, 0, 0.8)
}

.banner-seta_esquerda {
  left: 0;
  padding: 8px 8px 8px 4px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0
}

.banner-seta_direita {
  right: 0;
  padding: 8px 4px 8px 8px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px
}

.faixa-slider {
  width: 100%;
  min-height: 170px;
  background: #0091b3
}

.grid-slider-65 {
  width: 65%;
  float: left
}

.grid-slider-35 {
  width: 35%;
  float: left
}

.title-page {
  font-family: 'Museo-700';
  font-size: 46.08px;
  color: #fff;
  margin-top: 40px
}

.form-orcamento-box {
  display: block;
  z-index: 7 !important;
  width: 100%;
  background: #F9F8EE;
  min-height: 340px;
  margin-top: 18px;
  padding: 10px 20px 15px 20px;
}

.area-pos-banner {
  margin-top: 20px;
}

.titulo-orcamento-home {
  font-size: 34px;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  background: #00AFCB;
  font-family: 'Neo Sans Std normal';
  color: #fff;
  width: 100vh;
  width: -webkit-calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: calc(100% - 220px);
}

.subtitle-page {
  margin: 0;
  color: #fff;
  background: #2fa6c1;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 24.7px;
  padding: 5px 5px 8px 5px
}

.form-orcamento-campo {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  font-size: 15px;
  color: #459ea9;
  padding: 5px 8px;
  margin-top: 10px;
  border: 1px solid #015d81
}

.frm-orcamento-select-home {
  padding: 5px 8px;
  display: inline;
  width: 100%;
  color: #459ea9;
  font-size: 15px;
  margin-top: 10px;
  border: 1px solid #015d81;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff url(../img/bg-select-home.png) right center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Roboto', sans-serif
}

.btn-jatenho {
  background: #FCD000;
  color: #095386;
  padding: 1.5px 10px;
  float: right;
  font-size: 16px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  /* margin-top: -58px; */
  margin-bottom: 30px;
}

.match-box-equilibrado {
  background: #346AB0;
  color: #fff;
  padding: 0 15px 0px 15px;
  overflow: hidden;
}

.box-divide-planos {
  float: left;
  width: 100%;
  border-right: 2px solid #fff;
  padding-bottom: 10px;
  overflow: hidden;
}

.box-divide-planos:last-child {
  border-right: 0;
}

.btn-jatenho:hover, .btn-jatenho:focus {
  background: #095385;
  color: #fff;
  text-decoration: none;
}

.plano-equilibrado-link {
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-family: 'Neo Sans Std normal';
  display: block;
  margin-top: 5px;
}

.plano-equilibrado-link:hover, .plano-equilibrado-link:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.radios label {
  margin: 0;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  cursor: pointer
}

.last-label {
  margin: 0;
  padding: 0
}

.btn-send {
  display: block;
  font-family: 'Open Sans', sans-serif;
  background: #fdcf00;
  font-size: 15px;
  color: #2b2d5c;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0 auto;
  margin-top: 10px;
  width: 100%
}

.btn-send:hover {
  color: #fff;
  background: #2fa6c1;
  -webkit-box-shadow: 0 0 6px 1px #2fa6c1;
  box-shadow: 0 0 6px 1px #2fa6c1
}

.content {
  width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: 40px;
  overflow: hidden
}

.grid-57 {
  width: 57%;
  height: auto;
  min-height: 300px;
  float: left;
  overflow: hidden
}

.grid-43 {
  width: 43%;
  height: auto;
  min-height: 300px;
  float: left;
  overflow: hidden
}

.box-yellow {
  width: 28%;
  min-height: 395px;
  background: #007bff;
  color: #095385;
  overflow: hidden;
  float: left;
}

.box-yellow a {
  display: block;
  padding: 0 60px;
  height: 100%;
  min-height: 395px;
  color: #fff
}

.box-yellow img {
  margin-top: 55px
}

.box-yellow h3 {
  margin-top: 20px;
  font-family: 'Museo-700';
  font-size: 20.23px
}

.box-yellow p {
  margin-top: 14px;
  font-family: 'Myriad Pro';
  font-size: 20.57px;
  display: block;
  display: block;
  max-width: 250px;
  color: #fff;
  line-height: 1.2
}

.box-yellow span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 16.04px;
  padding: 8px 10px;
  border: 2px solid #fff;
  border-radius: 12px
}

.box-yellow span:hover {
  color: #fff;
  background: #fff
}

.box-nota {
  width: 28%;
  min-height: 395px;
  background: #00A8ED;
  color: #ffffff;
  overflow: hidden;
  float: left;
}

.box-nota a {
  display: block;
}

.box-nota h3 {
  margin: 20px;
  font-family: 'Museo-700';
  font-size: 20.23px;
  color: #ffffff;
}

.carencia-mobile {
  display: none;
}

.box-nota span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12.83px;
  padding: 6px 15px;
  border: 1px solid #ffff;
  border-radius: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.box-nota span:hover {
  color: #095385;
  background: #095385
}

.box-nota p {
  font-family: 'Myriad Pro';
  font-size: 16px;
  display: block;
  line-height: 1.2;
  color: #fff;
  margin: 0 20px;
}

.box-plano-familiar-margin {
  overflow: hidden !important;
  width: 44%;
  float: left;
}

.box-plano-familiar {
  margin-right: 30px;
}

.box-plano-familiar a {
  display: block;
  width: 100%;
  min-height: 395px;
  padding: 0 30px;
  background: #72b0d8 url(../img/plano-familiar.jpg) center center no-repeat;
  float: left;
  margin-left: 40px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.box-plano-familiar h3 {
  font-family: 'Museo-700';
  font-size: 30.3px;
  color: #fff;
  margin: 0;
  margin-top: 150px;
  overflow: hidden
}

.box-plano-familiar span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12.83px;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 15px
}

.box-plano-familiar span:hover {
  color: #fff;
  background: #095385
}

.box-video {
  clear: both;
  width: 56%;
  background: #000;
  min-height: 320px;
  float: left;
  margin-top: 40px;
  float: left;
  overflow: hidden
}

.video-relative {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}

.video-relative iframe, .video-relative object, .video-relative embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}


.video-carousel {
            position: relative;
            max-width: 975px;
            margin: 40px auto;
            text-align: center;
        }
        .video-carousel video {
            width: 100%;
            height: auto;
            background: black;
        }
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.2);
            border: none;
            color: white;
            font-size: 24px;
            padding: 5px;
            cursor: pointer;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
        }
        .carousel-btn:hover { background: rgba(0, 0, 0, 0.4); }
        .carousel-btn.left { left: 10px; }
        .carousel-btn.right { right: 10px; }


.box-presente-margin {
  margin-top: 40px;
  width: 44%;
  float: left;
  overflow: hidden
}

.box-presente {
  float: left;
  margin-left: 40px;
  background: #00A8ED;
  min-height: 320px
}

.box-presente a {
  display: block;
  padding: 0 40px;
  min-height: 320px
}

.box-presente img {
  margin-top: 30px
}

.box-presente h3 {
  margin-top: 20px;
  font-family: 'Museo-700';
  font-size: 26px;
  color: #fff
}

.box-presente span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12.83px;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 15px
}

.box-presente span:hover {
  color: #fff;
  background: #26849b
}

.grid-43-margin {
  width: 100%;
  min-height: 300px;
  margin-left: 30px;
  overflow: hidden
}

.box-infos {
  float: left;
  width: 100%
}

.box-infos-1-1 {
  width: 55%;
  float: left;
  min-height: 233px;
  overflow: hidden;
  background: #00a8ed
}

.box-infos-2-1 {
  width: 45%;
  float: left;
  min-height: 233px;
  overflow: hidden;
  display: block;
  background: #00a8ed url(../img/plano-empresarial.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.box-infos-2-1 a {
  display: block;
  width: 100%;
  height: 100%
}

.box-infos-1-1 a {
  display: block;
  background: #00a8ed;
  padding: 20px 30px;
  min-height: 233px
}

.box-infos-1-1 h3 {
  font-family: 'Museo-700';
  font-size: 25.21px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px
}

.box-infos-1-1 p {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0
}

.box-infos-1-1 span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12.83px;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 15px
}

.box-infos-1-1 span:hover {
  color: #fff;
  background: #008dca
}

.box-margin {
  margin-top: 20px
}

.box-infos-1-2 {
  width: 55%;
  float: right;
  min-height: 233px;
  overflow: hidden
}

.box-infos-2-2 {
  width: 45%;
  float: left;
  min-height: 233px;
  overflow: hidden;
  display: block;
  background: #0bb1bb url(../img/maior-rede.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.box-infos-2-2 a {
  display: block;
  width: 100%;
  height: 100%
}

.box-infos-1-2 {
  background: #0bb1bb
}

.box-infos-1-2 a {
  display: block;
  background: #0bb1bb;
  padding: 20px 30px;
  min-height: 233px
}

.box-infos-1-2 h3 {
  font-family: 'Museo-700';
  font-size: 25.21px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px
}

.box-infos-1-2 span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12.83px;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 15px
}

.box-infos-1-2 span:hover {
  color: #fff;
  background: #0a9fa7
}

.box-infos-1-3 {
  width: 55%;
  float: left;
  min-height: 233px;
  overflow: hidden
}

.box-infos-2-3 {
  width: 45%;
  min-height: 233px;
  overflow: hidden;
  display: block;
  background: #0b6fb1 url(../img/medicos.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.box-infos-1-3 {
  background: #0b6fb1
}

.box-infos-1-3 a {
  display: block;
  background: #0b6fb1;
  padding: 20px 30px;
  min-height: 233px
}

.box-infos-2-3 a {
  display: block;
  width: 100%;
  height: 100%
}

.box-infos-1-3 h3 {
  font-family: 'Museo-700';
  font-size: 25.21px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px
}

.box-infos-1-3 span {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12.83px;
  padding: 6px 15px;
  border: 1px solid #fff;
  border-radius: 15px
}

.box-infos-1-3 span:hover {
  color: #fff;
  background: #0a639e
}

.footeradm {
  width: 100%;
  height: auto;
  background: #ededed;
  clear: both;
  overflow: hidden
}

.footer {
  margin-top: 55px;
  width: 100%;
  height: auto;
  background: #ededed;
  clear: both;
  overflow: hidden
}

.title-footer {
  font-family: 'Museo-700';
  font-size: 38.26px;
  color: #284f68;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px
}

.menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px
}

.menu-footer span {
  color: #284f68;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700
}

.menu-footer a {
  display: inline-block;
  color: #284f68;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5
}

.menu-footer a:hover, .menu-footer a:focus {
  text-decoration: underline
}

.footer-down {
  width: 100%;
  min-height: 80px;
  background: #0b6fb1;
  text-align: center;
  padding: 25px 0
}

.footer-down img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px
}

.assinatura {
  color: #fff
}

.assinatura a {
  color: #fff
}

.assinatura a:hover, a:focus {
  color: #fff;
  text-decoration: underline
}

.banner-page {
  width: 100%;
  height: 314px;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}

.banner-page h1 {
  font-size: 47px;
  color: #fff;
  text-align: left;
  font-family: 'Museo-700';
  margin-top: 130px;
  text-shadow: 1px 1px 1px #000
}

.banner-page p {
  margin: 0;
  font-size: 27.39px;
  color: #fff;
  text-align: left;
  font-family: 'Museo-700';
  text-shadow: 1px 1px 1px #000
}

.page-content h2 {
  font-family: 'Neo Sans Std bold';
  color: #0092b3;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-quem-somos h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1a8cd7;
  text-align: center;
  margin-bottom: 0
}

.page-quem-somos h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #004858;
  text-align: center;
  margin-top: 5px;
  font-weight: 400
}

.beneficio-item {
  margin-bottom: 30px;
  padding-left: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif
}

.beneficio-item .titulo {
  font-weight: 700;
  font-size: 17px;
  color: #233b4c
}

.titulo-item {
  font-weight: 700;
  font-size: 17px;
  color: #233b4c;
  text-align: center;
  margin-bottom: 20px;
}

.beneficio-medico {
  background-image: url(../img/icon-medicos.png);
  font-weight: 300;
  min-height: 70px;
}

.beneficio-gestao {
  background-image: url(../img/icon-gestao.png);
  font-weight: 300
}

.beneficio-agilidade {
  background-image: url(../img/icon-agilidade.png);
  font-weight: 300
}

.beneficio-atendimento {
  background-image: url(../img/icon-atendimento.png);
  font-weight: 300
}

.beneficio-cobertura {
  background-image: url(../img/icon-cobertura.png);
  font-weight: 300
}

.frm-orcamento-box {
  margin-top: -70px;
  background: #ebf1f5;
  min-height: 0
}

.frm-orcamento-box-pagina {
  margin-top: 10px;
}

.frm-orcamento-box-pagina-home {
  margin-top: 10px;
}

.planos-zero-top {
  margin-top: 0;
}

.frm-orcamento-box-quali {
  margin-top: 20px;
}

.frm-orcamento-box-guia {
  position: absolute;
  z-index: 99;
  margin-right: 15px
}

.frm-orcamento-box-rede {
  top: -110px;
}

.clinica-1 {
  clear: both
}

.frm-orcamento-box p {
  color: #fff;
  background: #37abc5;
  font-family: 'Museo-700';
  font-size: 28px;
  text-align: center;
  padding: 15px 0
}

.frm-orcamento {
  width: 100%;
  padding: 0 15px 15px 15px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif
}

.frm-orcamento-campo {
  padding: 0;
  display: inline;
  width: 100%;
  color: #5b666a;
  font-size: 15px;
  margin: 10px 0;
  background: transparent;
  border-bottom: 1px solid #cdd5dd
}

.form-orcamento-campo::-webkit-input-placeholder {
  color: #459ea9
}

.form-orcamento-campo:-ms-input-placeholder {
  color: #459ea9
}

.form-orcamento-campo::-moz-placeholder {
  color: #459ea9;
  opacity: 1
}

.form-orcamento-campo:-moz-placeholder {
  color: #459ea9;
  opacity: 1
}

.frm-orcamento-campo::-webkit-input-placeholder {
  color: #5b666a
}

.frm-orcamento-campo:-ms-input-placeholder {
  color: #5b666a
}

.frm-orcamento-campo::-moz-placeholder {
  color: #5b666a;
  opacity: 1
}

.frm-orcamento-campo:-moz-placeholder {
  color: #5b666a;
  opacity: 1
}

.frm-orcamento-select {
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  color: #5b666a;
  font-size: 15px;
  border-bottom: 1px solid #cdd5dd;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent url(../img/bg-select.png) right center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none
}

.frm-orcamento-button {
  margin-top: 10px;
  display: block;
  font-family: 'Museo-700';
  color: #0091b3;
  font-size: 20px;
  background: #f5c400;
  width: 100%;
  padding: 12px 0 10px 0;
  border-radius: 4px
}

.frm-orcamento-button:hover {
  background: #0091b3;
  color: #f5c400
}

.formulario label.error {
  color: #bb1e25
}

.formulario input.error {
  border-color: #f00
}

.formulario select.error {
  border-color: #f00
}

.formulario textarea.error {
  border-color: #f00
}



.ouvidoria-box-form {
  margin-top: 30px;
  padding: 30px 0;
  width: 100%;
  background: #eaf0f6
}

.ouvidoria-box-image {
  width: 100%;
  overflow: hidden;
  text-align: center
}

.ouvidoria-box-image img {
  width: 100%;
  height: auto;
  max-width: 218px
}

.ouvidoria-box-text {
  margin-top: 30px
}

.ouvidoria-box-text p {
  margin-top: 15px;
  color: #233c4c;
  font-size: 17px
}

.ouvidoria-box-text a {
  margin-top: 15px;
  color: #233c4c;
  font-size: 17px
}

.ouvidoria-box-text a:hover, .ouvidoria-box-text a:focus {
  text-decoration: underline;
}

.ouvidoria-form {
  width: 100%;
  min-height: 300px;
  background: #fff;
  padding: 20px;
  padding-top: 5px;
}


.atualize-form {
  margin-top: 10px;
  -webkit-box-shadow: 0 0 2px 0 #969696;
  box-shadow: 0 0 2px 0 #969696;
}

.ouvidoria-campo, .ouvidoria-select, .ouvidoria-textarea {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  padding-top: 5px;
  padding-bottom: 3px;
  color: #5b666a
}

.ouvidoria-select {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent url(../img/bg-select.png) left center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-left: 20px;
}

.autorizacao-select {
  padding-top: 21px
}

.ouvidoria-textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
  min-height: 120px;
}

.ouvidoria-campo::-webkit-input-placeholder, .ouvidoria-textarea::-webkit-input-placeholder {
  color: #5b666a
}

.ouvidoria-campo:-ms-input-placeholder, .ouvidoria-textarea:-ms-input-placeholder {
  color: #5b666a
}

.ouvidoria-campo::-moz-placeholder, .ouvidoria-textarea::-moz-placeholder {
  color: #5b666a;
  opacity: 1
}

.ouvidoria-campo:-moz-placeholder, .ouvidoria-textarea:-moz-placeholder {
  color: #5b666a;
  opacity: 1
}

.ouvidoria-button {
  display: inline-block;
  background: #dcb500;
  font-size: 20px;
  color: #fff;
  padding: 25px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 30px;
  margin-top: 30px
}

.ouvidoria-button:hover, .ouvidoria-button:focus {
  background: #c4a200
}




.beneficio-faixa {
  margin-top: 30px;
  background: #0091b2;
  overflow: hidden;
  padding-right: 15px
}

.beneficio-foto {
  height: 286px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}

.beneficio-faixa p {
  font-size: 26px;
  color: #fff;
  font-family: 'Museo-700';
  margin-top: 30px
}

.beneficio-faixa ul {
  margin-left: 15px
}

.beneficio-faixa ul li {
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300
}

.titulo-table {
  margin-top: 30px;
  font-size: 35px;
  color: #0092b3;
  text-align: center;
  font-family: 'Museo-700'
}

.table-responsive {
  text-align: center;
  margin-top: 30px
}

.tabela-planos img {
  width: 106px
}

.striped-top {
  border-top: 1px #ccc solid
}

.table-striped td, .table-striped th {
  border-right: 1px #ccc solid
}

.table-striped {
  border: 1px #ccc solid
}


.table-none td, .table-none th {
  border: none
}

.table-none {
  border: none
}

.desta {
  color: #fff !important;
  background-color: rgba(84, 136, 199, 0.8) !important
}

.obs-gerais {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #233c4c;
  font-weight: 300
}

.obs-gerais span {
  font-weight: bold;
  font-weight: 700
}

.lista-especialidades {
  font-size: 16px;
  color: #233c4c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0 15px
}

.faixa-categoria-atendimento {
  margin-top: 30px;
  background: #38acc5;
  width: 100%;
  min-height: 200px;
  padding: 30px 0;
  margin-bottom: 30px
}

.faixa-categoria-atendimento-titulo {
  font-size: 20px;
  color: #fff;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 10px
}

.botao-categoria-atendimento {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 10px;
  border-radius: 5px
}

.btn-urgencia {
  background: #ff7d0a
}

.btn-beneficiario {
  background: #0068b3
}

.btn-rede {
  background: #fdd000;
  color: #0068b3
}

.btn-todos {
  background: #FFF;
  color: #0068b3
}

.botao-categoria-atendimento:hover, .botao-categoria-atendimento:focus {
  color: #fff
}

.btn-urgencia:hover, .btn-urgencia:focus {
  background: #ff9535
}

.btn-beneficiario:hover, .btn-beneficiario:focus {
  background: #0080dd
}

.btn-rede:hover, .btn-rede:focus {
  color: #0068b3;
  background: #ffe153
}

.btn-todos:hover, .btn-todos:focus {
  color: #0068b3;
  background: #ddd
}

.cidade-credenciada {
  margin-top: 15px;
  margin-bottom: 30px;
  overflow: hidden
}

.cidade-credenciada-titulo {
  background: #0092b3;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 0 6px 15px
}

.cidade-credenciada-titulo-sjc {
  width: 750px
}

.unidade-credenciada {
  margin-top: 20px;
  font-size: 17px;
  color: #233c4c;
  font-family: 'Roboto', sans-serif
}

.unidade-credenciada figure {
  width: 100%;
  height: auto;
  overflow: hidden
}

.unidade-credenciada-titulo {
  font-weight: 700;
  margin: 0;
  margin-top: 8px
}

.unidade-credenciada-desc {
  font-weight: 300;
  margin: 0
}

.unidade-credenciada-city {
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px
}

.unidade-credenciada-titulo-city {
  font-weight: 700;
  margin: 0;
  margin-top: 0
}

.unidade-credenciada:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.hide-box {
  display: none
}

.filtros-rede-medica {
  background: #38acc5;
  padding-bottom: 20px;
  width: 100%
}

.filtro-rede-fixed {
  position: fixed;
  top: 0;
  z-index: 5
}

.faixa-categoria-atendimento {
  padding-bottom: 0;
  margin-bottom: 0
}

.acreditado-logo {
  margin-top: 30px
}

.quem-somos-galeria-titulo {
  text-align: center;
  font-size: 26px;
  color: #0092b3;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  max-width: 450px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px
}

.missao {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif
}

.missao-titulo {
  font-size: 26px;
  color: #1a8cd7;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0
}

.missao-desc {
  font-size: 16px;
  color: #233c4c;
  font-weight: 300
}

.quem-somos-galeria-33 {
  width: 33.333333%;
  float: left
}

.quem-somos-galeria-66 {
  width: 66.666666%;
  float: left
}

.galeria-relative {
  width: 100%;
  height: auto;
  position: relative
}

.quem-somos-galeria-33 p {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 21.24px;
  color: #fff;
  font-weight: bold
}

.quem-somos-galeria-33 .azul {
  color: #005d9c
}

.quem-somos-galeria-33 figure {
  overflow: hidden
}

.quem-somos-galeria-33:hover img, .quem-somos-galeria-33:focus img {
  opacity: .75;
  filter: alpha(opacity=75);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.faixa-quem-somos {
  width: 100%;
  padding: 30px 15px;
  background: #007cd6;
  text-align: center
}

.faixa-quem-somos-link {
  font-family: 'Roboto', sans-serif;
  background: #f2c200;
  color: #2b2d5c;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 20px 25px;
  border-radius: 50px
}

.faixa-quem-somos-link:hover, .faixa-quem-somos-link:focus {
  color: #fff;
  background: #005d9c
}

.lista-tiss {
  list-style: none;
  margin: 0;
  padding: 0
}

.lista-tiss li {
  margin-bottom: 10px
}

.lista-tiss a {
  font-size: 16px;
  color: #233c4c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5
}

.lista-tiss a:hover, .lista-tiss a:focus {
  text-decoration: underline
}

.lista-download {
  display: inline-block;
  background: red;
  overflow: hidden;
  margin: 0 auto;
}

.banner-qualivida {
  height: 500px
}

.box-qualivida-logo {
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 20px
}

.box-qualivida-logo {
  width: 100%;
  height: auto
}

.box-qualivida-59 {
  text-align: center;
  margin-top: 20px
}

.qualivida-titulo {
  font-family: 'Museo-700';
  color: #0092b3;
  font-size: 40px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px
}

.qualivida-subtitulo {
  color: #636363;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  margin-bottom: 20px;
  padding-left: 26px;
  background: url(../img/blue-circle.png) left 4px no-repeat
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 30px
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.qualivida-faixa-titulo-2 {
  margin-top: 50px;
  width: 100%;
  min-height: 10px;
  background: #0092b3;
  margin-bottom: 30px
}

.qualivida-titulo-2 {
  font-family: 'Museo-700';
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: 30px 0
}

.qualivida-galeria {
  display: block;
  width: 100%;
  height: auto
}

.qualivida-galeria figure {
  width: 100%;
  height: auto;
  overflow: hidden
}

.qualivida-galeria img {
  width: 100%;
  height: auto;
  display: block
}

.qualivida-galeria:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.qualivida-galeria-titulo {
  font-family: 'Roboto', sans-serif;
  color: #0092b3;
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 40px
}

.logo-qualivida-bottom {
  margin-bottom: 30px
}

.qualivida-btn-preco {
  display: block;
  font-family: 'Museo-700';
  color: #0091b3;
  font-size: 26px;
  background: #f5c400;
  width: 100%;
  padding: 12px 0 10px 0;
  border-radius: 4px;
  text-align: center;
  z-index: 0
}

.qualivida-btn-preco:hover, .qualivida-btn-preco:focus {
  color: #f5c400;
  background: #0091b3
}

.frm-orcamento-box-qualivida {
  margin-top: 0;
  display: block;
}

.frm-orcamento-box p {
  background: #0091b3
}

.qualivida-galeria-idoso {
  margin-top: 40px
}


.header-page-blog {
  width: 100%;
  height: 160px;
  background: #38acc5;
  border-bottom: 5px solid #27a4c0
}

.header-page-blog p {
  text-shadow: 1px 1px 1px #474747
}

.header-page-blog h1 {
  margin-top: 50px;
  text-shadow: 1px 1px 1px #474747
}

.section-blog {
  margin: 30px 0;
  overflow: hidden
}

.blog-post {
  width: 100%;
  height: auto;
  margin-bottom: 50px
}

.blog-post a {
  display: block;
  overflow: hidden
}

.blog-post figure {
  background: #000;
  display: block;
  overflow: hidden
}

.blog-post-data {
  display: block;
  margin-top: 5px;
  color: #535252;
  font-size: 14px;
  font-weight: 300
}

.blog-post-see {
  overflow: hidden
}

.blog-post-see .blog-post-data {
  margin: 0 0 20px 0
}

.blog-post-titulo {
  font-size: 30px;
  color: #0092b3;
  font-weight: bold;
  line-height: 1.1
}

.blog-post-see .blog-post-titulo {
  margin: 0
}

.blog-post-desc, .blog-post-desc p {
  font-size: 16px;
  color: #535252
}

.blog-post-see {
  font-size: 17px;
  color: #535252
}

.conteudo-lead {
  height: 450px;
  overflow: hidden;
  position: relative
}

.conteudo-lead-sombra {
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
  background: url(../img/lead-sombra.png) repeat-x
}

.conteudo-lead-openned {
  height: auto
}

.blog-post-btn {
  color: #fff;
  background: #0092b3;
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px
}

.btn-open-lead {
  background: #38acc5;
  color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 30px
}

.btn-open-lead:hover {
  background: #0083bb
}

.blog-post a:hover img {
  opacity: .80;
  filter: alpha(opacity=80);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.blog-pesquisa-frm {
  display: block;
  position: relative;
  margin-top: 30px
}

.pesquisa-field {
  width: 100%;
  font-size: 20px;
  color: #bdbdbd;
  padding: 10px 60px 10px 10px;
  border: 1px solid #bdbdbd;
  font-weight: 500
}

.pesquisa-field::-webkit-input-placeholder {
  color: #bdbdbd
}

.pesquisa-field:-ms-input-placeholder {
  color: #bdbdbd
}

.pesquisa-field::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1
}

.pesquisa-field:-moz-placeholder {
  color: #bdbdbd;
  opacity: 1
}

.pesquisa-submit {
  display: block;
  background: #0092b3;
  color: #fff;
  padding: 15.3px 18px;
  position: absolute;
  right: 0;
  top: 0
}

.pesquisa-submit:hover {
  background: #0092b3
}

.ultimas-noticias {
  margin-top: 30px
}

.ultimas-noticias-titulo {
  color: #0092b3;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  background: url(../img/bg-titulos-blog.png) left bottom no-repeat
}

.blog-categ {
  text-transform: uppercase;
  margin-bottom: 20px
}

.blog-post-mini {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7
}

.blog-post-mini a {
  display: block;
  overflow: hidden
}

.blog-post-mini figure {
  float: left;
  width: 30%;
  overflow: hidden;
  background: #000
}

.blog-post-mini-content {
  float: left;
  width: 70%;
  overflow: hidden;
  padding-left: 15px
}

.blog-post-mini-data {
  color: #4e4e4e;
  font-weight: 300;
  display: block;
  font-size: 12px
}

.blog-post-mini-desc {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 700
}

.blog-post-mini a:hover img {
  opacity: .80;
  filter: alpha(opacity=80);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.blog-banner {
  margin-top: 30px
}

.blog-categorias {
  margin-top: 30px
}

.blog-categorias ul {
  list-style: none
}

.blog-categorias ul li {
  margin-top: 3px
}

.blog-categorias ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  color: #535252
}

.blog-categorias ul li a:hover {
  text-decoration: underline
}

.blog-tags {
  margin-top: 30px
}

.tag {
  display: inline-block;
  padding: 10px;
  color: #4e4e4e;
  background: #ececec;
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 8px
}

.tag:hover, .tag:focus {
  color: #fff;
  background: #0092b3
}

.pagination {
  margin-bottom: 50px
}

.page-numbers {
  padding: 10px;
  color: #4e4e4e;
  background: #ececec;
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 8px
}

.page-numbers:hover, .page-numbers:focus {
  color: #fff;
  background: #009bdf
}

.page-numbers.current {
  font-weight: 700 !important;
  background: #0092b3 !important;
  color: #fff !important
}

.sidebar-bottom {
  display: none
}



.carencia-box {
  position: absolute;
  left: -740px;
  top: -60px;
  color: #fff;
  font-size: 10px;
  width: 735px;
  z-index: 1 !important;
}

.carencia-box-home {
  top: -240px;
  width: 1050px;
}

.carencia-box-pagina {
  left: 15px;
  width: 360px;
  top: -310px;
}

.carencia-box2 {
  width: 360px;
  top: -310px;
  left: 15px;
}

.carencia-box3 {
  top: 40px;
}

.carencia-box4 {
  width: 360px;
  top: -242px;
  left: 0px;
}

.carencia-box img {
  display: block;
  float: right;
}

.carencia-box-pagina img {
  width: 150px;
  float: none;
  height: auto;
  display: block;
  margin: 0 auto;
}

.carencia-box2 img {
  width: 160px;
  height: auto;
  float: none;
  margin: 0 auto;
}

.carencia-box4 img {
  width: 160px;
  height: auto;
}

.carencia-box span {
  display: block;
  margin-top: 130px;
  font-size: 14px;
}

.carencia-box-home span {
  width: 730px;
  margin-top: 420px;
}

.carencia-box-pagina span {
  margin-top: 30px;
  background: #0091B3;
  padding: 0px 5px;
}

.carencia-box2 span {
  margin-top: 5px;
  padding: 5px;
  background: #0091B3;
}

.carencia-box3 span {
  padding: 5px;
  margin-top: 15px;
  background: #0091B3;
}

.carencia-box4 span {
  margin-top: 5px;
  padding: 5px;
  background: #0091B3;
}

.frm-orcamento-box-equilibrado {
  margin-top: -3px;
}

.frm-orcamento-baixa-box {
  margin-top: 300px !important;
}

.pergunta-resposta {
  margin-top: 30px;
}

.sessao {
  font-size: 30px;
  color: #0092B3;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.pergunta {
  font-size: 20px;
  color: #0092B3;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.resposta {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

@media only screen and (max-width:1199px) {
  .carencia-box {
    position: absolute;
    left: -615px;
    top: -60px;
    color: #fff;
    font-size: 10px;
    width: 600px;
    z-index: 9;
  }

  .carencia-regras-box {
    padding-top: 70px;
    display: block;
  }

  .frm-orcamento-box-pagina {
    margin-top: 30px;
  }

  .frm-orcamento-box-pagina-home {
    margin-top: 30px;
  }

  .carencia-box-pagina {
    left: 15px;
    width: 293px;
    top: -310px;
  }

  .carencia-box-pagina span {
    margin-top: 30px;
    background: #0091B3;
    padding: 0px 5px;
  }

  .carencia-box2 {
    width: 360px;
    top: -310px;
    left: 15px;
  }

  .carencia-box3 {
    top: 40px;
  }

  .menu li {
    margin-right: 20px
  }

  .submenu li {
    margin-right: 0
  }

  .slider-home {
    height: 316px;
  }

  .slider-home .slides {
    height: 316px;
  }

  .banner-item {
    height: 316px;
  }

  .title-page {
    font-size: 40px
  }

  .cidade-credenciada-titulo-sjc {
    width: 620px
  }

  .blog-post-titulo {
    font-size: 30px
  }
}

@media only screen and (max-width:1024px) {
  .grid-57 {
    width: 100%
  }

  .grid-43 {
    width: 100%
  }

  .grid-43-margin {
    margin-left: 0
  }

  .box-infos {
    margin-top: 40px
  }

  .box-infos-1-1, .box-infos-2-1, .box-infos-3-1 {
    margin: 0
  }
}

@media only screen and (max-width:991px) {
  .box-divide-planos {
    border: 0;
  }

  .titulo-orcamento-home {
    width: 100%;
  }

  .box-btn-jatenho {
    text-align: center;
  }

  .btn-jatenho {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
  }

  .carencia-box {
    position: absolute;
    left: -430px;
    top: -60px;
    color: #fff;
    font-size: 10px;
    width: 420px;
    z-index: 9;
  }

  .frm-orcamento-box-pagina-home {
    margin-top: 34px !important;
  }

  .carencia-box-pagina {
    left: 15px;
    width: 284px;
    top: -310px;
  }

  .carencia-box-pagina span {
    margin-top: 30px;
    background: #0091B3;
    padding: 0px 5px;
  }

  .carencia-box2 {
    width: 360px;
    top: -310px;
    left: 15px;
  }

  .carencia-box3 {
    top: 40px;
  }

  .carencia-box3 img {
    width: 260px;
    height: auto;
  }

  .logo {
    max-width: 165px
  }

  .nav {
    margin-top: 30px
  }

  .menu li {
    margin-right: 17px
  }

  .menu li a {
    font-size: 13.5px
  }

  .submenu li {
    margin-right: 0
  }

  .beneficio-foto {
    height: 330px
  }

  .banner-page h1 {
    margin-top: 110px;
    font-size: 34px
  }

  .banner-page p {
    font-size: 24px
  }

  .frm-orcamento-box p {
    font-size: 26px
  }

  .frm-orcamento-box {
    margin-top: -67px
  }

  .frm-orcamento-box-quali {
    margin-top: 0;
  }

  .box-qualivida-logo {
    padding-top: 50px;
  }

  .frm-orcamento-box-qualivida {
    margin-top: 0
  }

  .grid-slider-65 {
    width: 60%
  }

  .grid-slider-35 {
    width: 40%
  }

  .clinica-1 {
    clear: none
  }

  .clinica-2 {
    clear: both
  }

  .cidade-credenciada-titulo-sjc {
    width: 420px;
    font-size: 34px
  }

  .banner-qualivida {
    height: 400px
  }

  .qualivida-titulo {
    font-size: 32px
  }

  .qualivida-subtitulo {
    font-size: 20px
  }

  .box-divide-planos {
    width: 100%;
  }

  .frm-out {
    margin-top: 30px !important;
  }

  .frm-equilibrados{
    margin-top:10px !important;
  }
}

@media only screen and (min-width:768px) {
  .menu {
    display: block !important
  }
}

@media only screen and (min-width:1650px) {
  .box-infos-1-1, .box-infos-1-2, .box-infos-1-3 {
    min-height: 246.5px
  }

  .box-presente {
    min-height: 346px
  }

  .box-presente a {
    min-height: 346px
  }
}

@media only screen and (max-width:1094px) {

  .banner_1 {
    background: url(../img/banner1_M.png) center center !important;
  }
  .banner_2 {
    background: url(../img/banner2_M.png) center center !important;
  }
  .banner_3 {
    background: url(../img/banner3_M.png) center center !important;
  }
  .banner_4 {
    background: url(../img/banner4_M.png) center center !important;
  }
  .banner_5 {
    background: url(../img/banner5_M.png) center center !important;
  }

  .banner_6 {
    background: url(../img/banner6_M.png) center center !important;
  }

    .banner_1A {
    background: url(../img/banner1A_M.png) center center !important;
  }
  .banner_2A {
    background: url(../img/banner2A_M.png) center center !important;
  }
  .banner_3A {
    background: url(../img/banner3A_M.png) center center !important;
  }
  .banner_4A {
    background: url(../img/banner4A_M.png) center center !important;
  }
  .banner_5A {
    background: url(../img/banner5A_M.png) center center !important;
  }

  .banner_6A {
    background: url(../img/banner6A_M.png) center center !important;
  }

 }

@media only screen and (max-width:767px) {
  .botao-empresa{
    margin-top: 10px;
  }
  .carencia-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .carencia-desktop {
    display: none;
  }

  .carencia-box {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: -360px;
    color: #fff;
    font-size: 10px;
    width: 600px;
  }

  .carencia-box span {
    background: #0091B3;
    padding: 5px;
    margin-top: 90px;
  }

  .carencia-box img {
    width: 200px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  .frm-orcamento-box-pagina {
    margin-top: 200px !important;
  }

  .frm-out {
    margin-top: 30px !important;
  }

  .frm-orcamento-box-quali {
    margin-top: 300px !important;
  }

  .carencia-box3 {
    margin-top: 80px;
  }

  .carencia-box3 span {
    margin-top: 20px;
  }

  .carencia-box-pagina {
    margin-top: 40px;
  }

  .espaco-circle {
    clear: both;
    margin-top: 360px;
  }

  .carencia-box-pagina span {
    margin-top: 10px;
    background: #0091B3;
    padding: 0px 5px;
    width: 100%;
  }

  .carencia-box2 {
    top: -326px;
  }

  .planos-zero-top {
    margin-top: 220px !important
  }

  .banner-page h1 {
    text-align: center;
  }

  .banner-page p {
    text-align: center;
  }

  .header-slogan {
    display: none
  }

  .logo {
    float: none;
    margin: 0 auto
  }

  .menu-mobile {
    display: block
  }

  .nav {
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    margin-top: 0
  }

  .menu {
    display: none
  }

  .menu li {
    float: none;
    margin-right: 0
  }

  .menu li a {
    text-align: center;
    padding: 10px 0 7px 0;
    border-top: 1px solid #e5e5e5
  }

  .menu li a:hover, .menu li a:focus {
    background: #f9f9f9
  }

  .submenu {
    position: static;
    border-bottom: 0
  }

  .submenu li a {
    margin-top: 0;
    border-bottom: 0
  }

  .submenu-rede {
    max-width: 100%
  }

  .submenu-last-item {
    border-bottom: 1px solid #e5e5e5 !important
  }

  .grid-slider-65 {
    width: 100%;
    float: none
  }

  .grid-slider-35 {
    width: 100%;
    float: none
  }

  .frm-orcamento-box-guia {
    position: static;
    margin-right: 0
  }

  .frm-orcamento-box-rede {
    margin-top: 15px !important;
  }

  .title-page {
    margin-top: 15px;
    text-align: center;
    font-size: 36px
  }

  .btn-send {
    display: block;
    margin: 0 auto;
    margin-top: 12px
  }

  .content {
    margin-top: 30px
  }

  .box-nota {
    width: 100%;
    margin: 0;
  }

  .box-plano-familiar-margin {
    width: 100%
  }

  .box-plano-familiar {
    margin-right: 0;
  }

  .box-plano-familiar a {
    width: 100%;
    margin-top: 30px;
    margin-left: 0
  }

  .box-video {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 30px
  }

  .box-presente-margin {
    margin-top: 30px;
    width: 100%
  }

  .box-presente {
    width: 100%;
    margin-left: 0;
    min-height: 0
  }

  .box-presente a {
    padding-bottom: 30px;
    min-height: 0
  }

  .menu-footer {
    width: 100%
  }

  .menu-footer li {
    width: 100%;
    text-align: center
  }

  .beneficio-faixa {
    padding-right: 0
  }

  .beneficio-faixa p {
    padding-left: 15px
  }

  .beneficio-faixa ul {
    padding: 0 15px 15px 15px
  }

  .beneficio-foto {
    height: 250px
  }

  .banner-page h1 {
    margin-top: 110px
  }

  .banner-page p {
    font-size: 20px
  }

  .frm-orcamento-box {
    margin-top: -67px
  }

  .frm-orcamento-box-qualivida {
    margin-top: 0
  }

  .quem-somos-galeria-33 {
    width: 100%;
    float: none
  }

  .cidade-credenciada-titulo-sjc {
    width: 100%;
    font-size: 35px
  }

  .cidade-credenciada-titulo {
    text-align: center;
    padding: 6px 10px 6px 10px
  }

  .banner-qualivida {
    height: 314px
  }

  .qualivida-titulo-2 {
    font-size: 30px
  }

  .sidebar {
    display: none
  }

  .sidebar-bottom {
    display: block
  }

  .frm-orcamento-box-quali {
    margin-top: 30px;
  }

  .box-qualivida-logo {
    padding-top: 160px;
  }
}

@media only screen and (max-width:601px) {
  .carencia-box {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: -360px;
    color: #fff;
    font-size: 10px;
    width: 100%;
  }

  .carencia-box span {
    background: #0091B3;
    padding: 5px;
    margin-top: 90px;
  }

  .carencia-box img {
    width: 200px;
    height: auto;
  }

  .frm-orcamento-box-pagina {
    margin-top: 190px !important;
  }

  .carencia-box-pagina {
    margin-top: 50px;
  }

  .carencia-box-pagina span {
    margin-top: 10px;
    background: #0091B3;
    padding: 0px 5px;
    width: auto;
    margin: 0 15px;
  }

  .carencia-box2 {
    top: -326px;
  }

  .planos-zero-top {
    margin-top: 210px !important
  }

  .frm-orcamento-box-pagina {
    margin-top: 200px !important;
  }

  .frm-orcamento-box-quali {
    margin-top: 330px !important;
  }

  .carencia-box3 {
    margin-top: 80px;
  }

  .carencia-box3 span {
    margin-top: 5px;
  }

  .frm-out {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width:560px) {

  .banner-equilibrados-page {
    background: url(../img/pe-p.png) top center !important;
  }
  .banner-equilibrados-page{
    height: 240px;
  }
  .box-infos-1-1 {
    width: 100%
  }

  .box-infos-2-1 {
    width: 100%;
    margin: 0
  }

  .box-infos-1-2 {
    width: 100%
  }

  .box-infos-2-2 {
    width: 100%
  }

  .box-infos-1-3 {
    width: 100%
  }

  .box-infos-2-3 {
    width: 100%
  }

  .qualivida-titulo {
    font-size: 26px
  }

  .qualivida-subtitulo {
    font-size: 20px
  }
}



@media only screen and (max-width:500px) {
  .cidade-credenciada-titulo, .cidade-credenciada-titulo-sjc {
    font-size: 30px
  }

  .qualivida-galeria-titulo {
    font-size: 20px
  }

  .box-qualivida-59 img {
    height: 30px
  }
}

@media only screen and (max-width:466px) {
  .title-page {
    font-size: 28px
  }
}


@media only screen and (max-width:410px) {
  .carencia-box {
    position: absolute;
    left: 50%;
    top: -410px;
    color: #fff;
    font-size: 10px;
    width: 100%;
  }

  .carencia-box span {
    margin-top: 100px;
    background: #0091B3;
    padding: 5px;
  }

  .carencia-box img {
    width: 200px;
    height: auto;
  }

  .frm-orcamento-box-pagina {
    margin-top: 270px !important;
  }

  .carencia-box-pagina {
    margin-top: 60px;
  }

  .carencia-box-pagina span {
    margin-top: 10px;
    background: #0091B3;
    padding: 0px 5px;
    width: auto;
    margin: 0 15px;
  }

  .carencia-box2 {
    top: -366px;
  }

  .planos-zero-top {
    margin-top: 320px !important
  }

  .frm-orcamento-box-quali {
    margin-top: 350px !important;
  }

  .carencia-box3 {
    margin-top: 110px;
  }

  .carencia-box3 span {
    margin-top: 5px;
  }

  .frm-out {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width:400px) {

  .banner_1 {
    background: url(../img/banner1_P.png) center center !important;
  }
  .banner_2 {
    background: url(../img/banner2_P.png) center center !important;
  }
  .banner_3 {
    background: url(../img/banner3_P.png) center center !important;
  }
  .banner_4 {
    background: url(../img/banner4_P.png) center center !important;
  }
  .banner_5 {
    background: url(../img/banner5_P.png) center center !important;
  }

  .banner_6 {
    background: url(../img/banner6_P.png) center center !important;
  }

  .banner_1A {
    background: url(../img/banner1A_P.png) center center !important;
  }
  .banner_2A {
    background: url(../img/banner2A_P.png) center center !important;
  }
  .banner_3A {
    background: url(../img/banner3A_P.png) center center !important;
  }
  .banner_4A {
    background: url(../img/banner4A_P.png) center center !important;
  }
  .banner_5A {
    background: url(../img/banner5A_P.png) center center !important;
  }

  .banner_6A {
    background: url(../img/banner6A_P.png) center center !important;
  }

  .slider-home {
    height: 280px
  }

  .slider-home .slides {
    height: 280px
  }

  .banner-item {
    height: 280px
  }

  .banner-page {
    height: 280px
  }
}

@media only screen and (max-width:380px) {
  .cidade-credenciada-titulo, .cidade-credenciada-titulo-sjc {
    font-size: 24px
  }
}

@media only screen and (max-width:350px) {
  .footer-down img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
  }

  .footer-down img:last-child {
    margin-bottom: 0
  }

  .beneficio-foto {
    height: 200px
  }
}

.download-title {
  text-align: left
}

.download-item {
  color: #000;
  font-size: 16px;
  clear: both;
  margin-bottom: 5px;
}

.download-item:hover, .download-item:focus {
  color: #000;
  text-decoration: underline;
}

.login-downloads {
  margin-top: 30px;
}

.frm-login-download {
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.frm-login-download label {
  display: block;
  margin-top: 20px;
}

.login-input {
  width: 100%;
  border: 1px solid #0B70B1;
  padding: 10px;
  font-weight: 400;
  font-family: arial;
}

.download-btn-entrar {
  background: #0B70B1;
  padding: 10px 15px;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
  float: right;
}

.sair-btn-downlaods {
  background: #0B70B1;
  padding: 10px 15px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  float: right;
}

.sair-btn-downlaods:hover, .sair-btn-downlaods:focus {
  color: #fff;
  background: #0B70B1;
  text-decoration: none;
}

.unidade-texto {
  margin-top: 20px;
  font-size: 17px;
  border: 1px solid #0092B3;
  border-radius: 4px;
  padding: 5px;
}

.rede-ampliada {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.rede-ampliada-titulo {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.rede-ampliada-desc {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.title-page-slide {
  margin-top: 10px;
  line-height: 0.9;
}

/* CARENCIA BOX */
.frm-orcamento-box-guia {
  margin-top: 130px;
}

.carencia-box-rede-medica {
  position: absolute;
  top: -370px;
  width: 360px;
}

.carencia-box-rede-medica img {
  margin: 0 auto;
  display: block;
}

.carencia-box-rede-medica span {
  background: #0091B3;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
}

.img-carencia {
  margin-left: 100px;
  margin-top: -880px;
  position: relative;
  z-index: 8;
}

.carencia-regras {
  color: #fff;
  font-size: 16px;
  margin-top: 100px;
}

.font1 {
  font-family: 'Neo Sans Std bold';
  font-size: 40px;
}

.font2 {
  font-family: 'Neo Sans Std normal';
  font-size: 40px;
}

.botao-mapa {
  position: relative;
  left: 40%;
  margin-left: -85px;
  top: 540px;
}

@media only screen and (max-width:1199px) {
  .img-carencia {
    margin-left: 60px;
    margin-top: -630px;
  }

  .botao-mapa {
    top: 400px;
  }

  .frm-orcamento-box-guia {
    margin-top: 110px;
  }

  .carencia-box-rede-medica {
    top: -400px;
    width: 293px;
  }
  .frm-equilibrados{
    margin-top:10px;
  }
}

@media only screen and (max-width:991px) {
  .frm-orcamento-box-guia {
    margin-top: 150px;
  }

  .carencia-box-rede-medica {
    top: -400px;
    width: 283px;
  }
}

@media only screen and (max-width:767px) {
  .img-carencia-box {
    width: 100%;
  }

  .img-carencia {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

  .title-page-slide {
    margin-top: -80px;
  }

  .font1 {
    font-size: 30px;
  }

  .font2 {
    font-size: 30px;
  }

  .carencia-regras-box {
    padding-top: 40px;
    display: block;
  }

  .botao-mapa {
    position: relative;
    left: 50%;
    margin-left: -85px;
    top: 240px;
    padding: 10px;
  }

  .frm-orcamento-box-guia {
    margin-top: 230px;
  }

  .carencia-box-rede-medica {
    top: -320px;
    width: auto;
    margin-right: 15px;
  }

  .frm-orcamento-box-equilibrado {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .frm-orcamento-equilibrado {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 30px;
  }

  .box-yellow {
    width: 100%;
    margin-top: 0
  }

  .box-nota {
    width: 100%;
    margin: 0;
  }

  .box-yellow a {
    padding-bottom: 30px
  }
}

@media only screen and (max-width:500px) {
  .font1 {
    font-size: 22px;
  }

  .font2 {
    font-size: 22px;
  }

  .frm-orcamento-box-guia {
    margin-top: 330px;
  }

  .carencia-box-rede-medica {
    top: -400px;
    width: auto;
    margin-right: 15px;
  }
}

@media only screen and (max-width:420px) {

  .banner_1 {
    background: url(../img/banner1_P.png) center center !important;
  }

  .banner_2 {
    background: url(../img/banner2_P.png) center center !important;
  }
  .banner_3 {
    background: url(../img/banner3_P.png) center center !important;
  }  
  .banner_4 {
    background: url(../img/banner4_P.png) center center !important;
  } 

  .banner_5 {
    background: url(../img/banner5_P.png) center center !important;
  }

  .banner_6 {
    background: url(../img/banner6_P.png) center center !important;
  }


   .banner_1A {
    background: url(../img/banner1A_P.png) center center !important;
  }
  .banner_2A {
    background: url(../img/banner2A_P.png) center center !important;
  }
  .banner_3A {
    background: url(../img/banner3A_P.png) center center !important;
  }
  .banner_4A {
    background: url(../img/banner4A_P.png) center center !important;
  }
  .banner_5A {
    background: url(../img/banner5A_P.png) center center !important;
  }

  .banner_6A {
    background: url(../img/banner6A_P.png) center center !important;
  }





}

@media only screen and (max-width:400px) {

 
  .banner_1 {
    background: url(../img/banner1_P.png) center center !important;
  }

  .banner_2 {
    background: url(../img/banner2_P.png) center center !important;
  }
  .banner_3 {
    background: url(../img/banner3_P.png) center center !important;
  }  
  .banner_4 {
    background: url(../img/banner4_P.png) center center !important;
  }  
  .banner_5 {
    background: url(../img/banner5_P.png) center center !important;
  }
  .banner_6 {
    background: url(../img/banner6_P.png) center center !important;
  }

     .banner_1A {
    background: url(../img/banner1A_P.png) center center !important;
  }
  .banner_2A {
    background: url(../img/banner2A_P.png) center center !important;
  }
  .banner_3A {
    background: url(../img/banner3A_P.png) center center !important;
  }
  .banner_4A {
    background: url(../img/banner4A_P.png) center center !important;
  }
  .banner_5A {
    background: url(../img/banner5A_P.png) center center !important;
  }

  .banner_6A {
    background: url(../img/banner6A_P.png) center center !important;
  }

}

table th, table th * {
  vertical-align: top !important;
}

.popup-box {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
  display: none;
}

.popup {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 999;
  top: 0;
  z-index: 200
}

.popup-content {
  position: absolute;
  max-width: 500px;
  height: auto;
  padding-bottom: 0px;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
}

.close-popup {
  color: #fff;
  top: -30px;
  right: -30px;
  position: absolute;
  display: block
}

.close-popup:hover, .close-popup:focus {
  color: #fff
}

.popup-titulo {
  background: #fff;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  text-align: center
}

.popup-desc {
  background: #fff;
  padding: 10px;
  margin: 0;
  font-size: 12px
}

.popup-subtitulo {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  color: #616160;
}

.line {
  width: 30%;
  min-width: 200px;
  margin: 0 auto;
  border-bottom: 1px solid #616160;
}

.popup2 {
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  z-index: 200;
}

.popup-content2 {
  max-width: 540px;
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

.close-popup2 {
  color: #fff;
  top: -30px;
  right: -30px;
  position: absolute;
  display: block
}

.close-popup2:hover, .close-popup2:focus {
  color: #fff
}




.plano-familia-box{
  display: none;
}

.plano-empresarial-box{
  display: none;
}


.planos-botao{
  font-family: 'Neo Sans Std bold';
  color: #fff;
  display: block;
  font-size: 26px;
  text-align: center;
  background: #0CB6CD;
  padding: 6px 30px;
  line-height: 1.2;
}

.planos-botao:hover, .planos-botao:focus, .planos-botao:active{
  color: #fff;
  background: #0491B1;
  text-decoration: none;
}

.planos-botao-ativo{
  color: #fff;
  background: #0491B1;
}

.planos-botao-ativo:active {
  color: #fff !important;
  background: #0491B1 !important;
  text-decoration: none !important;
}


