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

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

html {
    font-size: 100%;
}


/* Typography */

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

h1 {
    font-weight: bold;
    font-size: 60px;
}

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

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

h2 {
    color: #7fb067;
    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;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

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

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

a {
    text-decoration: none !important;
}

a:visited,
a:focus {
    outline: none;
    text-decoration: none !important;
}


/* All Section styles */

#about,
#video,
#gallery,
#contact {
    color: #656565;
    padding-top: 100px;
    padding-bottom: 100px;
}

#video,
#gallery,
#contact {
    text-align: center;
}

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

.section-title {
    padding-bottom: 70px;
}


/* Navigation section */

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
    min-height: 85px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

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

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

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

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

.navbar-default .navbar-nav>li a:hover {
    color: #3c3049 !important;
}

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #3c3049;
    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;
}

.navbar-nav {
    margin: 40px 0 5px 0;
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse {
    position: relative;
}

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

#telefone_topo {
    position: absolute;
    list-style: none;
    right: 0;
}

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

@media screen and (max-width:767px) {
    #telefone_topo {
        right: unset;
    }
}


/* Home section */

#home {
    color: #ffffff;
    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: 80vh;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

#home .gradient-overlay {
    background: #c21500;
    background: -webkit-linear-gradient(to right, #68a24d, #b9ecff);
    background: linear-gradient(to right, #68a24d, #b9ecff);
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80vh;
}

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

#home .btn:hover,
#home .btn:focus {
    color: rgba(125, 187, 192, .8);
}

.bg_video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    background-size: cover;
}

@media (max-width: 767px) {
    .banner_pesquisa {
        max-width: 95%;
    }
}

.banner_pesquisa h2 {
    color: white;
    font-size: 40px;
}

@media(max-width: 767px) {
    .banner_pesquisa h2 {
        margin-left: 0;
        font-size: 29px;
    }
}

.banner_pesquisa h4 {
    font-size: 18px;
}

@media(max-width: 767px) {
    .banner_pesquisa h4 {
        max-width: 95%;
        margin-left: 8px;
    }
}

#plano {
    height: 50px;
    font-size: 18px;
    border: none;
    width: 400px;
    display: block;
    margin: 0 auto;
}

@media(max-width: 767px) {
    #plano {
        width: 70%;
    }
}

#btn_pesquisar {
    padding: 10px;
    background-color: #7fb067;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    margin: 10px auto;
}

#about {
    background-color: rgba(224, 224, 224, 0.1);
    padding: 30px;
}

#about img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#about .col-md-4 ul {
    padding-top: 4px;
    padding-left: 28px;
}

#about .col-md-4 ul li {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 2px;
}

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

@media (max-width: 980px) {
    #about .col-md-4 {
        margin-top: 42px;
    }
}

@media (max-width: 767px) {
    #about .col-md-5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .quem_somos {
        position: relative;
        left: 0;
        width: 100%;
        border-radius: 5px;
    }
    #quem_somos {
        text-align: initial;
        width: 100%;
        padding: 2px;
    }
}

.form_pesquisar input {
    width: 80%;
    padding: 10px;
    border: none;
    color: black;
    outline: none;
    font-size: 18px;
}

.panel {
    width: 430px;
    margin: 0 auto 40px;
    max-width: 100%;
}

.panel .section-title {
    padding-bottom: 0;
}

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

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

#banner_pols .panel p {
    height: 80px;
}

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

#banner_pols .pesquisa {
    background-color: #456d6d;
    color: white;
    border: none;
}

#bt_whatsapp {
    position: fixed;
    bottom: 0%;
    right: -135px;
}

#bt_whatsapp:hover {
    right: 0;
    transition: 0.75s;
}

#bt_whatsapp img {
    width: 180px;
}

#lista_redes img {
    margin: 0 2px;
}

#app {
    padding: 30px;
    margin-top: 10%;
    background-image: url('../images/banner_appcor.jpg');
    background-size: cover;
    width: 100%;
    color: #FFF;
}

#app h2 {
    color: #FFF;
}

#app #celular {
    width: 230px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

#app #celular {
    margin-top: 30%;
    max-width: 100%;
}

@media screen and (max-width:767px) {
    #app #celular {
        margin-top: 55px;
    }
}

#app .detalhe_app {
    position: relative;
    margin-top: 50px;
}

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

#porto-seguro {
    margin-top: 10%;
    padding: 30px;
}

#porto-seguro img {
    width: auto;
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

#adesao {
    padding: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #7fb067;
}

#adesao h3 {
    color: white;
    font-weight: bold;
    font-size: 27px;
}

#adesao h4 {
    color: #FFF;
    font-size: 22px;
}

.adesao {
    background-color: #0c2301;
    color: #FFF;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}

@media(max-width: 767px) {
    .adesao {
        width: 80%;
        left: 0;
        margin-top: 20px;
    }
}

#amil-dental {
    background-image: url(../images/banner-amil.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 20px 0 40px 0;
}

@media (max-width: 767px) {
    #amil-dental {
        width: 100%;
        background-attachment: fixed;
        background-size: cover;
    }
}

#amil-dental .amil-titulo {
    margin-top: 30px;
}

#amil-dental h3,
#amil-dental h4,
#amil-dental a {
    color: #000;
}

#amil-dental .menu-amil h3,
#amil-dental .menu-amil h4,
#amil-dental .menu-amil a {
    color: #fff;
}

#amil-dental h3,
#amil-dental h4 {
    height: 50px;
}

#amil-dental a {
    font-size: 16px;
    font-weight: bold;
}

#amil-dental button {
    margin: 10px 0;
}

.menu-amil {
    padding: 20px;
}

@media (max-width: 767px) {
    .menu-amil {
        padding: 10px;
    }
}

#amil-dental .individual {
    background-color: rgba(0, 193, 222, 0.73);
}

#amil-dental .empresarial {
    background-color: rgba(0, 159, 184, 0.73);
}

#amil-dental .kids {
    background-color: rgba(0, 115, 133, 0.73);
}

#amil-dental .regional {
    background-color: rgba(0, 87, 102, 0.73);
}

#pme-saude {
    padding: 30px;
    margin-top: 5%;
}

#pme-saude img {
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

#pme-saude button {
    background-color: #456d6d;
    color: white;
}

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

#smartbanner h3 {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0;
    line-height: initial !important;
}

#smartbanner_main {
    display: inline-block !important;
    width: 400px !important;
    max-width: 100% !important;
    height: auto;
    vertical-align: top;
}

#smartbanner_inner {
    width: 100%;
    height: 100%;
    max-width: 500px !important;
    margin: 0 auto;
    padding-top: 3px !important;
}

#smartbanner ul {
    margin: 0;
    padding: 0;
    text-align: center !important;
    padding-top: 0px !important;
}

#panflecor::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
}

#panflecor .container {
    z-index: 2;
    position: relative;
}

#panflecor img {
    width: 300px;
    position: relative;
    bottom: -30px;
}

#panflecor .btn-default {
    background-color: #456d6d;
    color: white;
    border: none;
    border-radius: 5px;
}

::placeholder {
    font-size: 16px;
    color: black;
}

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


/* Video section  */

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

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

#video h2 {
    padding-top: 20px;
    padding-bottom: 16px;
}

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


/* Gallery section */

#seguros h3 {
    text-align: center;
}

#seguros .gallery-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 350px;
    margin: 0 auto;
}

@media screen and (max-width:420px) {
    #seguros .gallery-thumb {
        width: auto;
    }
}

#seguros .gallery-thumb .gallery-overlay {
    background: #7fb067;
}

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

#seguros .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#seguros .gallery-thumb .gallery-overlay .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%);
}

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


/*isotope box css*/

.iso-box {
    position: relative;
    min-height: 50px;
    overflow: hidden;
    margin: 0 auto 30px;
}

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

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


/* Contact section  */

#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: #ffffff;
}

#contact .overlay {
    background: #7fb067a1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#lista_telefones {
    list-style: none;
}

#lista_telefones li a {
    color: white;
}


/* copyright section  */

#copyright p {
    padding: 20px;
}


/*CSS GENIUS IMAGEM */

#genius_btn {
    position: fixed;
    bottom: 0;
    left: 0;
}

#genius_btn img {
    width: 100px;
    z-index: 9999;
}


/* CSS MODAL GENIUS*/

.modal {
    overflow: auto !important;
    overflow-x: hidden !important;
}

#genius .modal-header {
    background-image: url('http://b2cor.com/clientes/genius_banner10/img/fundo_genius.PNG');
    width: 100%;
    background-size: cover;
    height: 300px;
}

#genius .modal-header .close {
    color: #F6AA18;
    text-shadow: 1px 1px 1px #FFF;
    opacity: 1;
}

#genius .modal-header h2 {
    text-align: center;
    color: #F6AA18 !important;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 30px;
    margin-top: 30px;
    font-weight: bold;
}

#genius .modal-header h3 {
    text-align: center;
    margin-left: 14%;
    color: #FFF;
    max-width: 400px;
    font-size: 18px;
}

#genius .modal-header img {
    width: 100px;
    margin: -20px 41%;
}

#genius button.btn-pesquisa {
    display: block;
    margin: 0 17%;
    border: none;
    background-color: #8560a8;
    color: white;
    padding: 10px;
    border-radius: 7px;
    width: 162px;
    font-size: 16px;
}

#smartbanner {
    position: relative !important;
}

.menu-fixo {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
}