html {
    font-size: 100%
}

html,
body {
    width: 100%;
    overflow-x: hidden
}

body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300
}

h1,
h2,
h3,
.btn {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

h1 {
    font-size: 60px
}

@media (max-width: 900px) {
    h1 {
        font-size: 70px
    }
}

@media (max-width: 650px) {
    h1 {
        font-size: 60px
    }
}

h2 {
    color: #2198ab;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 8px
}

@media (max-width: 650px) {
    h2 {
        font-size: 30px
    }
}

h3 {
    color: #444;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px
}

h4 {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400
}

p {
    font-size: 18px;
    letter-spacing: .8px;
    line-height: 28px
}

a {
    text-decoration: none!important
}

a:visited,
a:focus {
    outline: none
}

.section-title {
    padding-bottom: 30px
}

::placeholder {
    color: #000!important
}

#operadoras,
#menu,
#planos-saude,
#contact {
    color: #656565;
    padding-top: 10px;
    padding-bottom: 50px
}

#operadoras,
#planos-saude,
#contact {
    text-align: center
}

@media (max-width: 650px) {
    #about,
    #operadoras,
    #planos-saude,
    #contact {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width: 768px) {
    .navbar-right {
        margin-top: 0
    }
    .navbar-collapse {
        margin-top: 50px!important
    }
}

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2
}

.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
    margin: 0!important
}

.navbar-brand {
    color: #505050;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0
}

@media (max-width: 768px) {
    .navbar-brand {
        line-height: 46px
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        height: 105px;
    }
    .navbar-brand>img {
        display: block;
        padding: 10px 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        height: 320px!important;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        line-height: 15px
    }
}

.navbar-nav li a {
    color: #757575;
    font-size: 19px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media (max-width: 767px) {
    .navbar-nav li a {
        line-height: 30px
    }
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    color: #c21500;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px
}

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

#telefone_topo {
    position: relative;
    top: 40px;
    list-style: none
}

#telefone_topo li a {
    font-size: 18px;
    color: #000
}

#home {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 580px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 980px) {
    #home {
        height: 650px
    }
}

@media (max-width: 650px) {
    #home {
        height: 580px
    }
}

#home .gradient-overlay {
    background: #00518c;
    background: -webkit-linear-gradient(to left, #00518c, #61a4c3);
    background: linear-gradient(to left, #1f484e, #9dd2d6);
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#home .btn {
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 30px;
    margin-top: 34px;
    text-transform: uppercase
}

#home .btn:hover,
#home .btn:focus {
    color: #e4c193
}

#banner_pols {
    position: relative;
    top: 50px
}

@media (max-width: 768px) {
    #banner_pols .panel {
        max-height: 480px;
        width: 430px;
        height: auto;
        margin: 10px auto;
        max-width: 100%
    }
}

#banner_pols img {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

#banner_pols .panel p {
    height: 80px
}

@media screen and (max-width:767px) {
    #banner_pols .panel p {
        height: auto
    }
}

#banner_pols .pesquisa {
    background-color: #2198ab;
    color: #fff;
    border: none
}

#about {
    padding: 20px 0 0;
    margin-top: 10%
}

#about .section-title {
    text-align: center
}

section#about img {
    margin: 0 auto
}

#panflecor {
    position: relative;
    padding: 100px 30px;
    background-image: url(../images/background.jpg);
    background-size: cover;
    width: 100%
}

#panflecor img {
    display: block;
    margin: 0 auto;
    width: 300px
}

#btn_panflecor {
    width: 200px
}

#operadoras {
    background: #FFF;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #999
}

#operadoras .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

#operadoras h2 {
    color: #000;
    padding-top: 20px;
    padding-bottom: 16px
}

#operadoras .fa {
    position: relative;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-top: 22px
}

#operadoras img {
    margin: 0 auto
}

#seguros {
    padding: 20px;
    background-image: url(../images/background.jpg);
    background-size: cover;
    width: 100%;
    text-align: center
}

.gallery-thumb {
    position: relative;
    overflow: hidden;
    margin: 0
}

.gallery-overlay {
    background: #2199ab9c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.gallery-thumb:hover .gallery-overlay,
.gallery-thumb:hover .gallery-overlay {
    opacity: 1
}

.gallery-item {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-thumb .fa {
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    color: #222;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .iso-box {
        position: relative;
        min-height: 50px;
        float: none;
        overflow: hidden;
        width: 580px;
        max-width: 100%;
        margin: 30px auto 0
    }
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#amil-dental {
    margin: 10% 0
}

#amil-dental img {
    margin: 0 auto 40px
}

#amil-dental .pesquisa {
    margin-bottom: 5px
}

#amil-dental .pesquisa,
#porto-seguro .pesquisa {
    background-color: #2198ab;
    color: #fff;
    border: none
}

@media screen and (max-width:767px) {
    #amil-dental .pesquisa,
    #porto-seguro .pesquisa {
        width: 200px;
        margin: 10px auto
    }
}

#porto-seguro {
    margin-bottom: 10%;
    padding: 20px;
    background-image: url(../images/background.jpg);
    background-size: cover;
    width: 100%
}

#porto-seguro button {
    padding: 5px;
    margin: 5px
}

@media(max-width: 768px) {
    #porto-seguro button,
    #amil-dental button {
        margin: 5px 0;
        width: 100%;
        display: block
    }
}

#banner_adesao {
    margin: 10% 0;
    width: 100%
}

#banner_adesao img {
    display: block;
    margin: 0 auto;
    width: 100%
}

#plano_pme {
    margin: 10% 0
}

#plano_pme p {
    margin-top: 40px
}

#plano_pme button {
    background-color: #2198ab;
    color: #fff;
    border: none
}

@media screen and (max-width:767px) {
    #plano_pme button {
        margin: 0 auto;
        display: block
    }
}

#app {
    background-image: url(../images/background.jpg);
    background-size: cover;
    width: 100%;
    padding: 20px 0 0
}

@media screen and (max-width:767px) {
    #app {
        text-align: center
    }
}

#app .detalhe_app {
    position: relative;
    margin-top: 150px;
    margin-bottom: 10%
}

.box-btn-app {
    padding-left: 0
}

#applicativo {
    width: 110px;
    display: inline-block;
    padding: 0 2px;
    margin: 0 0 10px
}

#contact {
    background: url(../images/contact-bg.jpg) 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative
}

#contact h2 {
    color: #fff;
    font-size: 26px;
}

#contact .section-title {
    color: #f0f0f0
}

#contact .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

#lista_telefones {
    list-style: none
}

#lista_telefones li a {
    color: #fff
}

#lista_redes img {
    padding: 0 2px
}

#bt_whatsapp {
    position: fixed;
    bottom: 0;
    right: 4px
}

#bt_whatsapp:hover {
    right: 0px;
    transition: .75s
}

#bt_whatsapp img {
    width: 230px
}

#genius_btn {
    position: fixed;
    display: none;
    bottom: 0;
    right: 0
}

#genius_btn img {
    width: 100px
}

#genius .form_pesquisar2 {
    width: 40%
}

#genius h2 {
    color: #ef8a42;
    font-size: 30px;
    text-shadow: 1px 1px 1px #9c8e81
}

#genius p {
    font-size: 22px;
    color: #9c8e81;
    width: 400px
}

#genius .form_pesquisar2 input {
    border: 0;
    padding: 10px;
    background: #ebebeb;
    color: #000;
    box-shadow: 1px 1px 1px #ebebeb;
    display: block;
    width: 100%
}

#genius .form_pesquisar2 button {
    background-color: #ef8a42;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    margin-top: 10px
}

#genius img {
    max-width: 550px
}

@media screen and (max-width:1199px) {
    .navbar-right {
        margin-right: -15px;
        /* margin-top: 50px; */
    }
}

.modal-header {
    border-bottom: 0;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: #00518c;
    border: 1px solid #00518c;
}

.carousel-indicators .active {
    background-color: #ffffff;
}

#smartbanner {
    position: relative !important;
    height: unset !important;
}

.menu-fixo {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.navbar-brand {
    padding: 0;
}