@charset "utf-8";


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    /* variaveis cores padroes */
    --azul-padrao: rgb(26, 67, 133);
}


.informations {
    width: 90%;
    margin: 0 auto;
}

.informations h3 {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.informations ul li {
    list-style: none;
}

.informations ul li h4 {
    font-weight: bold;
    margin: 0;
}

.informations ul li p {
    margin: 5px 0 10px 0;
}

.curiosities {
    width: 90%;
    margin: 30px auto;
}

.curiosities h3 {
    font-weight: bold;
}

.curiosities ul li {
    list-style: "\2714";
}


/* ----- POPUP ----- */

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999999;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: all;
}

.popup .window {
    width: 480px;
    height: 230px;
    position: relative;
    margin: 13% auto;
    padding: 15px 20px;
    background: #fff;
    border: 3px solid #1f3f6e;
    border-radius: 12px;
}

.popup .window .map-marker {
    color: #1f3f6e;
    padding-right: 5px;
}

.popup .title {
    background-color: #1f3f6e;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 15px 10px;
    font-weight: bold;
    color: white;
    box-sizing: border-box;
}

.popup .window h4 {
    font-weight: bold;
    margin-top: 33px;
    margin-bottom: 20px;
}

.popup .window ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.popup:target {
    opacity: 0;
}

/*  -------- FIM POPUP --------  */

.text-center {
    font-family: "Poppins", Arial, Helvetica, sans-serif!important;
    font-weight: 300;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

.iconed {
    width: 100%;
    margin-bottom: 30px;
    border: 2px dashed #ccc;
    padding: 49px 25px 36px
}

.iconed:hover {
    width: 100%;
    margin-bottom: 30px;
    border: 2px dashed #cf6131;
    padding: 49px 25px 36px
}

.iconed:hover i {
    color: #cf6131 !important
}

.rodape-desktop {
    background-color: #1a4385;
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
    margin-bottom: 0 !important;
    box-shadow: 0 -3px 8px rgba(0, 0, 0, .16);
    z-index: 9999999;
}

.btn-emp {
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin-right: 20px;
    height: 35px;
    color: white;
    width: 150px;
    background-color: #616161 !important;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 12px !important;
    border-radius: unset !important;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

.box-cookies.accept {
    display: none !important
}

.box-cookies {
    bottom: 0;
    width: 100%;
    z-index: 99999999999999999999999;
    color: #fff;
    position: fixed;
    background: rgba(0, 0, 0, .9)
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
    text-align: center;
    padding: 10px 15px;
    color: #fff
}

.box-cookies .btn-cookies {
    background: #1e88e5
}

/* #features .thumbnail {
    min-height: 550px;
}

#features .caption {
    min-height: 300px;
} */

@media screen and (min-width: 576px) {
    .box-cookies {
        display: flex;
        align-items: center;
        height: 60px
    }

    .box-cookies .btn-cookies {
        height: 60px;
        margin-left: auto;
        color: #fff
    }
}

@media screen and (max-width: 575px) {
    .box-cookies .btn-cookies {
        width: 100%
    }

    h4.panel-title {
        font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    }

    #tamanho {
        width: 90%;
    }
	
	#displaytela{
		display:none;	
	}
}

a {
    background: 0 0
}

.btn-outline-white {
    font-family: 'Roboto', sans-serif !important;
    background-color: transparent !important;
    border: 2px solid white !important;
    border-radius: unset !important;
}

.btn-outline-white:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.section-corpo {
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif !important;
}

.section-corpo p {
    font-size: 1.5rem !important;
    color: #212529;
}

.section-corpo h4 {
    font-weight: 300;
}

.grey-text {
    color: #9e9e9e !important;
    font-weight: 300;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.zoom:hover {
    transform: scale(1.1);
    border: 1px solid #eee;
}

.title-tab h4:hover {
    color: #454545 !important;
    text-decoration: underline
}

.MenuInterno {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.btn-interno {
    height: 50px;
    width: 24%;
    float: left;
    position: relative;
    margin-left: 1%;
    line-height: 50px;
    font-size: 16px;
    padding-left: 1%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #454545
}

.btn-interno:hover a {
    background-color: #1a4385 !important;
    color: #fff !important
}

.btn-interno:hover a:after {
    color: #fff !important
}

.btn-interno:hover {
    background-color: #1a4385 !important;
    color: #fff !important
}

.btn-interno:hover .dropdown-menu {
    background-color: #1a4385 !important
}

.planosinterno a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f107";
    color: #454545;
    width: 30px;
    text-align: center;
    float: right;
    font-display: swap;
}

.pan1 a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f107";
    background-color: #1a4385;
    color: #fff;
    padding: 7px 0 7px 0;
    width: 40px;
    text-align: center;
    margin-top: -25px;
    margin-right: -12px;
    float: right;
    font-display: swap;
}

.pan1 a.collapsed:after {
    content: "\f104"
}

.pan2 a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f068";
    background-color: #1a4385;
    color: #fff;
    padding: 7px 0 7px 0;
    width: 40px;
    text-align: center;
    margin-top: -25px;
    margin-right: -12px;
    float: right;
    font-display: swap;
}

.pan2 a.collapsed:after {
    content: "\f067"
}

.dropdown-menu a:after {
    display: none
}

.chooseplan {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
    /*background-color: #1a4385*/
}

.chooseplan:hover {
    background-color: #fff;
    color: #454545 !important;
    border: 1px solid #454545 !important;
    text-decoration: none;
    text-transform: none
}

.chooseplan a:hover {
    color: #454545 !important;
    text-decoration: none
}

.btn-large {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #2196f3 !important
}

.btn-large:hover {
    color: white !important;
}

.row {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: -5px;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: .75rem;
    min-height: 1px
}

.row .col.s4 {
    width: 33%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.rds {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41%;
    margin-left: auto;
    left: auto;
    right: auto
}

.breadcrumb {
    margin-bottom: 0 !important
}

.car_plans {
    float: left;
    position: relative;
    width: 100%
}

.tabela-precos {
    width: 35%;
    float: left;
    position: relative
}

.img-tabela {
    border-radius: 50%;
    border: 2px dashed #1a4385;
    text-align: center;
    width: 13rem;
    height: 13rem;
    line-height: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 2rem;
    z-index: 5;
    color: #1a4385;
    position: relative
}

.img-tabela:hover {
    color: #454545 !important;
    border-color: #454545 !important;
    transform: rotateY(360deg);
    transition: transform 1s;
    transform-style: preserve-3d
}

li {
    list-style: none
}

.right {
    left: 33%
}

.prev {
    left: -33%
}

.carousel-control.left {
    background-image: none !important
}

.carousel-control.right {
    background-image: none !important
}

* {
    margin: 0;
    padding: 0
}

.calltoaction {
    height: 250px;
    width: 100%;
    color: #fff;
    float: left;
    position: relative;
    background-image: url(../images/banner_cta.jpg);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-fluid {
    width: 600px;
    line-height: 1px !important
}

.navbar-inverse .navbar-brand a:hover {
    color: #333 !important
}

.navbar-inverse .navbar-nav>.open>a {
    background-color: #fff !important;
    color: #333 !important
}

.navbar-inverse .navbar-nav>li>a {
    color: #454545 !important;
    font-size: 16px
}

.navbar-inverse .navbar-nav li a:hover {
    background-color: #fff !important;
    font-weight: 550
}

.rtins a:hover {
    color: #1a4385 !important
}

.unids a:hover {
    color: #1a4385 !important
}

.navbar-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    margin-bottom: 0 !important;
    color: #9d9d9d;
    text-align: center
}

.institucional {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto
}

.ui-tabs-anchor {
    width: 100% !important;
    font-size: 16px !important
}

.ui-tabs-panel {
    text-align: left;
    font-size: 12px
}

.section {
    height: 150px
}

#Mob-WPP {
    display: none
}

.row h1 {
    font-size: 42px
}

#call-to-action {
    padding-top: 20px;
    padding-bottom: 20px
}

#call-to-action h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    padding: 0 15%;
    margin-bottom: 15px
}

#call-to-action p {
    color: #fff;
    font-size: 20px;
    font-family: Poppins, sans-serif !important;
    font-weight: 300;
    padding: 0 10%;
    margin-bottom: 30px
}

#call-to-action {
    background-image: url(../images/call-to-action.jpg)
}

.row .insti {
    padding-left: 5% !important;
    text-align: left
}

.los {
    font-size: 30px;
    transform: rotate(45deg);
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border: 1px solid #bdcfec;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    color: #1a4385 !important
}

.los2 {
    font-size: 32px;
    transform: rotate(45deg);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #bdcfec;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    color: #1a4385
}

.los:hover {
    transform: rotate(0)
}

.los:hover i {
    transform: rotate(0) !important
}

.los2:hover {
    transform: rotate(0)
}

.los2:hover i {
    transform: rotate(0) !important
}

.planos {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto
}

.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
    color: #1a4385 !important
}

.nav-tabs li.active a {
    background-color: #eee !important;
    color: #1a4385 !important;
    font-weight: 700;

}

.nav-tabs li.active {
    border-bottom: 2px solid #1a4385 !important;
}

.nav-tabs li.active::before {
    content: "";
    width: 12px;
    height: 6px;
    z-index: 1000;
    bottom: -7px;
    position: absolute;
    left: 50%;
    background-image: url(../images/drop-accoordeon.png);
}

.nav-tabs li a {
    color: white !important;
    margin-right: unset !important;
    border-bottom: none !important;
    border-radius: unset !important;
}

.nav-tabs li:hover a {
    color: #1a4385 !important;
    font-weight: bold;
}

body {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 62.5%;
    line-height: 1.2222222222em;
    font-family: Verdana, Geneva, sans-serif
}

.center {
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.redes a:hover {
    color: #1a4385 !important
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

embed,
img,
picture,
video {
    max-width: 100%
}

#rodaTopo {
    width: 100%;
    height: 35px;
    background-color: #042a68;
    position: relative;
    left: 0;
    padding-top: 6px;
    margin: 0 auto
}

#rodaTopo .center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

#rodaTopo2 .center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

#rodaTopo .center span.chamar {
    float: right;
    color: #fff;
    padding-top: 6px;
    border-color: #fff;
    border-radius: 2px
}

#rodaTopo .center span.chamar a {
    color: #fff;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 12px;
    height: 100%
}

#rodaTopo .center span.btn-wpp {
    float: left;
    color: #fff;
    padding-top: 6px;
    border-color: #fff;
    border-radius: 2px
}

#rodaTopo .center span.btn-wpp a {
    float: left;
    color: #fff;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 12px;
    height: 100%
}

header {
    width: 100%;
    margin: 0 auto;
    background-color: #1a4385;
    padding: 15px 0;
    height: 100%!important;
}

header .center {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /*padding-top: 20px;*/
}

header .center .logo a {
    float: left;
    display: block;
    position: relative;
    width: 300px
}

header .center .unidade {
    float: left;
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    padding-left: 5%;
    padding-top: 1%
}

header .center .unidade a:hover {
    color: #759ee4
}

header .center .tabelas {
    float: left;
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-left: 5%;
    padding-top: 1%
}

header .center .tabelas a:hover {
    color: #759ee4 !important
}

header .center .cotar {
    float: left;
    display: block;
    position: relative;
    color: #fff !important;
    font-size: 14px;
    padding-left: 5%;
    padding-top: 1%
}

header .center .cotar a:hover {
    color: #759ee4 !important
}

.center .chamar a:hover {
    color: #759ee4 !important
}

.center .btn-wpp a:hover {
    color: #759ee4 !important
}

input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0
}

nav#menu {
    width: 100%;
    margin: 0;
    background-color: #fff;
    float: left;
    padding: 0;
    position: relative
}

nav#menu .center {
    width: 60%;
    margin: 0 auto
}

nav#menu .center ul.menu {
    height: 60px;
    margin: 0 auto;
    text-align: center;
    list-style: outside none none
}

nav#menu .center ul.menu-smart {
    display: none
}

nav#menu .center ul.menu li.home {
    color: grey;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    width: 20%;
    float: left;
    margin-left: 1em
}

nav#menu .center ul.menu li.home a {
    color: grey;
    text-decoration: none;
    display: block;
    height: 60px
}

nav#menu .center ul.menu li.home a:hover {
    color: #1a4385
}

nav#menu .center ul.menu li {
    color: grey;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    width: 25%;
    float: left;
    position: relative;
    height: 60px
}

nav#menu .center ul.menu li a {
    color: grey;
    text-decoration: none;
    display: block;
    height: 60px !important;
    transition: color 1s;
    margin-left: 1em
}

nav#menu .center ul.menu li a:hover {
    color: #1a4385
}

ul.menu>li>ul.ind {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 450px;
    text-align: center;
    z-index: 999;
    height: 160px;
    display: none;
    border-top: solid 6px grey;
    border-bottom: solid 3px grey
}

ul.menu>li>ul.emp {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 450px;
    text-align: center;
    z-index: 999;
    height: 270px;
    margin-top: 0;
    display: none;
    border-top: solid 3px grey;
    border-bottom: solid 3px grey
}

ul.menu>li>ul.odt {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 450px;
    text-align: center;
    z-index: 999;
    height: 211px;
    margin-top: 0;
    display: none;
    border-top: solid 3px grey;
    border-bottom: solid 3px grey
}

ul.menu>li>ul.seg {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 450px;
    text-align: center;
    z-index: 9999;
    height: 210px;
    display: none;
    border-top: solid 3px grey;
    border-bottom: solid 3px grey
}

ul.menu>li>ul.pet {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 450px;
    text-align: center;
    z-index: 9999;
    height: 70px;
    display: none;
    border-top: solid 3px grey;
    border-bottom: solid 6px grey
}

ul.menu>li>ul.fil {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 220px;
    text-align: center;
    z-index: 9999;
    height: 220px;
    display: none;
    border-top: solid 3px grey;
    border-bottom: solid 3px grey
}

ul.menu>li>ul.ind a {
    line-height: initial
}

ul.menu>li>ul.emp a {
    line-height: initial
}

ul.menu>li>ul.odt a {
    line-height: initial
}

ul.menu>li>ul.seg a {
    line-height: initial
}

ul.menu li.over ul,
ul.menu li:hover ul {
    display: block
}

ul.menu li ul.emp li,
ul.menu li ul.fil li,
ul.menu li ul.ind li,
ul.menu li ul.odt li,
ul.menu li ul.seg li {
    list-style: outside none none;
    display: block;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    width: 100px;
    cursor: pointer;
    margin-left: 0;
    float: left;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    height: 20px
}

ul.menu li ul span a {
    font-family: Raleway, sans-serif;
    color: #fff;
    float: left;
    font-size: 1em;
    margin-top: 20px;
    width: 450px;
    text-align: center;
    background-color: #fff;
    margin-left: 0 !important;
    height: 20px;
    line-height: 2em
}

ul.menu li ul span a:hover {
    text-decoration: underline !important;
    color: #1a4385 !important
}

ul.menu li ul.emp li a,
ul.menu li ul.ind li a,
ul.menu li ul.odt li a {
    font-family: Raleway, sans-serif;
    color: #fff;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    height: 20px !important
}

ul.menu li ul.fil li a,
ul.menu li ul.seg li a {
    text-align: center;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    height: 20px !important;
    margin-left: 0 !important
}

.cycle-slideshow {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
    overflow: hidden
}



.slide {
    width: 100% !important;
    display: block;
    position: relative;
    height: 100%;
}



.cycle-next {
    background: url(images/next_banner.png) no-repeat;
    float: right;
    width: 4%;
    height: 60px;
    position: absolute;
    margin-top: -30em;
    z-index: 9999;
    margin-right: 15px !important;
    right: 0;
    cursor: pointer
}

.cycle-prev {
    background: url(images/prev_banner.png) no-repeat;
    float: left;
    width: 4%;
    height: 60px;
    position: absolute;
    margin-top: -30em;
    z-index: 9999;
    margin-left: 15px;
    cursor: pointer;
    text-align: unset
}

.cycle-pager {
    text-indent: -9999999px;
    white-space: nowrap;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 55em;
    z-index: 99999999;
    display: inline-flex;
    color: #1a4385;
    margin: 0;
    margin-top: -20px
}

.cycle-pager span {
    width: 10px;
    height: 10px;
    display: block;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px
}

.cycle-pager .cycle-pager-active {
    background: #1a4385;
    height: 10px;
    width: 10px;
    border-radius: 5px
}

.produto {
    width: 100%;
    max-width: 1366px;
    height: auto;
    border: 1px solid #f1efef;
    margin: 0 auto
}

.well {
    background-color: #fff !important;
    height: auto;
    border: 1px solid #1a4385 !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin-left: 5%;
    margin-right: 5%
}

section#corpo {
    width: 100%;
    display: block
}

section#corpo #conteudo {
    width: 100%;
    max-width: 1366px;
    height: auto;
    border: 1px solid #f1efef;
    margin: 0 auto
}

section#corpo #conteudo .img {
    width: 100%;
    margin: 0
}

section#corpo #conteudo h1 {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    color: #1a4385;
    padding-left: 10px;
    margin-top: 28px
}

section#corpo #conteudo h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #1a5cc6;
    padding-left: 10px
}

section#corpo #conteudo h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #1a5cc6;
    padding-left: 10px
}

section#corpo #conteudo p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #2a2a2a;
    padding-left: 10px;
    width: 100%;
    margin: 0 auto
}

section#corpo #conteudo p a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    color: #f60;
    padding-left: 10px;
    line-height: 150%;
    width: 980px;
    text-align: justify;
    text-decoration: none;
    transition: color 1s
}

section#corpo #conteudo p a:hover {
    text-decoration: underline
}

section#corpo #conteudo #compartilhe p {
    margin: 0 0 5px 5px;
    width: 98%
}

section#corpo #conteudo ul li {
    list-style: none
}

section#corpo #conteudo ul li img {
    float: left
}

section#corpo #conteudo ul li p {
    float: left;
    width: 900px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px
}

section#corpo #conteudo .parceiros h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding-left: 10px;
    font-weight: 700
}

section#corpo #conteudo .parceiros ul {
    width: 980px;
    float: left;
    display: inline;
    margin-left: 3px
}

section#corpo #conteudo .parceiros ul li {
    width: 120px;
    height: 60px;
    float: left;
    padding: 10px
}

section#corpo #conteudo .clientes h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding-left: 10px;
    font-weight: 700
}

section#corpo #conteudo .clientes ul {
    width: 980px;
    float: left;
    display: inline;
    margin-left: 3px
}

section#corpo #conteudo .clientes ul li {
    width: 120px;
    height: 60px;
    float: left;
    padding: 10px
}

#produtos {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    background-color: #042a68
}

section.logos a:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    text-decoration: none
}

section #carousel {
    width: 99%;
    height: 200px;
    float: left;
}

section #carousel .carousel {
    margin: 0 auto;
    left: 2em;
    overflow: hidden;
    top: 25px;
    height: 140px
}

section #carousel .carousel ul {
    list-style: none;
    float: left
}

section #carousel .carousel ul li {
    float: left;
    display: inline;
    margin-left: 4px
}

section #carousel .carousel ul li img {
    width: 140px;
    height: 140px;
    padding: .5em;
    margin: 0 .5em
}

section #carousel button.prev {
    float: left;
    margin-top: -5em
}

section #carousel button.next {
    float: right;
    margin-top: -5em
}

section#planos {
    width: 100%;
    margin: 3.8em 0;
    height: 470px;
    float: left
}

section#planos .center {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

section#planos .center .porProfissao {
    width: 32%;
    height: 470px;
    background-color: #fafaf9;
    border: 1px solid #f1efef;
    float: left;
    margin-left: 0
}

section#planos .center .porProfissao figure img.desktop {
    width: 94%;
    float: left;
    margin: 1em
}

section#planos .center .porProfissao figure img.smart {
    display: none
}

section#planos .center .porProfissao h1 {
    color: #2a2a2a;
    font-family: Raleway, sans-serif;
    font-size: 1.4em;
    text-align: center;
    width: 98%;
    margin-top: 0;
    float: left;
    margin-bottom: .4em;
    line-height: 1.3em
}

section#planos .center .porProfissao p {
    color: #2a2a2a;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    text-align: justify;
    width: 95%;
    margin-left: .8em;
    line-height: 150%
}

section#planos .center .porProfissao span.btn {
    width: 86px;
    height: 24px;
    background-color: #1a4385;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    margin: 1.9em 0 0 .8em;
    float: left
}

section#planos .center .porProfissao span.btn a {
    color: #fff;
    text-align: center;
    width: 86px;
    height: 24px;
    text-decoration: none;
    float: left;
    margin-top: .4em;
    transition: color 1s
}

section#planos .center .porProfissao span.btn a:hover {
    color: #6ca4fd
}

section#planos .center .empresarial {
    width: 32%;
    height: 470px;
    background-color: #fafaf9;
    border: 1px solid #f1efef;
    float: left;
    margin-left: 1.5em
}

section#planos .center .empresarial figure img.desktop {
    width: 94%;
    float: left;
    margin: .8em
}

section#planos .center .empresarial figure img.smart {
    display: none
}

section#planos .center .empresarial h1 {
    color: #2a2a2a;
    font-family: Raleway, sans-serif;
    font-size: 1.4em;
    text-align: center;
    width: 98%;
    margin-top: .8em;
    float: left;
    margin-bottom: .8em
}

section#planos .center .empresarial p {
    color: #2a2a2a;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    text-align: justify;
    width: 95%;
    margin-left: .8em;
    line-height: 1.7em
}

section#planos .center .empresarial span.btn {
    width: 86px;
    height: 24px;
    background-color: #1a4385;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    margin: 3.2em 0 0 .8em;
    float: left
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    section#planos .center .empresarial span.btn {
        width: 86px;
        height: 24px;
        background-color: #1a4385;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 1.2em;
        margin: 3em 0 0 .8em;
        float: left
    }
}

section#planos .center .empresarial span.btn a {
    color: #fff;
    text-align: center;
    width: 86px;
    height: 24px;
    text-decoration: none;
    float: left;
    margin-top: .4em;
    transition: color 1s
}

section#planos .center .empresarial span.btn a:hover {
    color: #6ca4fd
}

section#planos .center .odontologico {
    width: 32%;
    height: 470px;
    background-color: #fafaf9;
    border: 1px solid #f1efef;
    float: left;
    margin-left: 1.5em
}

section#planos .center .odontologico figure img.desktop {
    width: 94%;
    float: left;
    margin: 10px
}

section#planos .center .odontologico figure img.smart {
    display: none
}

section#planos .center .odontologico h1 {
    color: #2a2a2a;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 98%;
    margin-top: .8em;
    float: left;
    margin-bottom: .8em
}

section#planos .center .odontologico p {
    color: #2a2a2a;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    text-align: justify;
    width: 95%;
    margin-left: .8em;
    line-height: 1.7em
}

section#planos .center .odontologico span.btn {
    width: 86px;
    height: 24px;
    background-color: #1a4385;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin: 4.5em 0 0 .8em;
    float: left
}

section#planos .center .odontologico span.btn a {
    color: #fff;
    text-align: center;
    width: 86px;
    height: 24px;
    text-decoration: none;
    float: left;
    margin-top: .4em;
    transition: color 1s
}

section#planos .center .odontologico span.btn a:hover {
    color: #6ca4fd
}

section#txt {
    width: 100%;
    height: auto;
    float: left;
    left: 0;
    background: #fff;
    border: 1px solid #f1efef;
    padding-bottom: 10px
}

section#txt .center {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

section#txt .center h1 {
    color: #759ddd;
    font-family: Raleway, sans-serif;
    font-size: 2.5em;
    height: 60px;
    margin: 10px 0 10px 10px;
    width: 98%;
    line-height: 1.2em
}

section#txt .center #tabs {
    margin-top: .5em
}

section#txt .center #tabs p {
    width: 100%;
    height: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.4em;
    color: #505151;
    line-height: 1.5em;
    margin-bottom: 30px
}

section#txt .center #tabs p a {
    color: #769cdd;
    text-decoration: none
}

section#txt .center #tabs p a:hover {
    color: #769cdd;
    text-decoration: underline
}

section#txt .center #tabs p.obs {
    color: #515253;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    height: auto;
    margin: 0 0 10px 10px;
    width: 98%;
    line-height: 1.2em
}

section#map {
    width: 100%;
    height: 290px;
    float: left;
    background-color: #f4f4f4
}

section#map .row {
    margin-top: 1%
}

section.rdp {
    width: 100%;
    background-color: #f4f4f4;
    float: left;
}

.float-banner {
    position: absolute;
    left: 0;
    width: 200px;
    height: 200px;
    margin-top: 200px;
    margin-left: 0;
    z-index: 99999
}

#toTop {
    width: 10%;
    padding: 0.5em;
    position: fixed;
    bottom: 4em;
    right: 1em;
    cursor: pointer;
    display: none
}

@media screen and (min-width:501px) and (max-width:971px) {
    body {
        background: 0 0
    }

    header .center .ligue {
        width: 100%;
        text-align: center
    }

    header .center .ligue p.tel {
        margin-left: 0;
        width: 60%;
        margin-top: 0;
        padding-left: 0;
        padding-bottom: 10px
    }

    header .center .ligue p.tel img {
        padding-left: 170px
    }

    header .center .ligue p.whats {
        margin-left: 0;
        width: 60%;
        margin-top: 0;
        padding-left: 0;
        float: left
    }

    header .center .ligue p.whats img {
        padding-left: 170px
    }

    nav#menu .center ul.menu li.institucional {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em !important;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em
    }

    nav#menu .center ul.menu li.institucional a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li.institucional a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em
    }

    nav#menu .center ul.menu li a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.udi {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em
    }

    nav#menu .center ul.menu li.udi a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li.udi a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.segurosBH {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em
    }

    nav#menu .center ul.menu li.segurosBH a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li.segurosBH a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.contato {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em
    }

    nav#menu .center ul.menu li.contato a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li.contato a:hover {
        color: #6ca4fd
    }

    ul.menu>li>ul.ind {
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #1a4385;
        width: 100%;
        text-align: center;
        z-index: 99;
        height: 110px
    }

    ul.menu>li>ul.emp {
        position: absolute;
        top: 7.5em;
        left: 0;
        background-color: #1a4385;
        width: 100%;
        text-align: center;
        z-index: 999;
        height: 314px
    }

    ul.menu li ul.emp span a {
        line-height: 3em;
        margin-top: 0
    }

    ul.menu>li>ul.odt {
        position: absolute;
        top: 31.8em;
        left: 0;
        background-color: #1a4385;
        width: 100%;
        text-align: center;
        z-index: 999;
        height: 157px;
        margin-top: 421px
    }

    ul.menu li ul.emp li,
    ul.menu li ul.ind li,
    ul.menu li ul.odt li {
        border: none;
        margin-bottom: 5px;
        height: 45px !important;
        width: 100%;
        float: left
    }

    ul.menu li ul.emp li a,
    ul.menu li ul.ind li a,
    ul.menu li ul.odt li a {
        list-style: outside none none;
        display: block;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 14px;
        width: 100%;
        cursor: pointer;
        margin-left: 0;
        text-align: center;
        line-height: 2.5em;
        height: 45px !important
    }

    ul.menu li ul span a {
        font-family: Raleway, sans-serif;
        color: #fff;
        float: left;
        font-size: 1em;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        background-color: #4488ed;
        margin-left: 0 !important;
        height: 45px !important;
        line-height: 1.5em
    }

    ul.menu li ul span a:hover {
        text-decoration: underline !important;
        color: #fff !important
    }

    ul.menu li ul.emp li a,
    ul.menu li ul.ind li a,
    ul.menu li ul.odt li a {
        font-family: Raleway, sans-serif;
        color: #fff;
        float: left;
        margin-left: 10px;
        font-size: 14px;
        margin-bottom: 5px;
        height: 20px !important
    }

    section#corpo .center .box {
        height: auto
    }

    section#corpo .center .box ul li,
    section#corpo .center .box ul li.ligar,
    section#corpo .center .box ul li.one {
        margin-left: 1em;
        padding-top: 10px
    }

    section#planos {
        height: auto
    }

    section#planos .center .empresarial,
    section#planos .center .odontologico,
    section#planos .center .porProfissao {
        width: 31%;
        margin-bottom: 15px;
        height: auto
    }

    section #carousel {
        display: none
    }

    section#map {
        margin: 0;
        width: 100%
    }

    section#map .center ul.planoSaude {
        width: 35%;
        margin-left: 2em;
        height: auto;
        margin-right: 0
    }

    section#map .center ul.planoSaude li,
    section#map .center ul.planoSaude li a {
        height: 30px;
        width: 95%;
        word-wrap: normal
    }

    section#map .center ul.operadoras {
        width: 19%
    }

    section#map .center ul.operadoras2 {
        width: 20%
    }

    footer#rodape {
        background-color: #1a4385 !important;
        height: auto;
        background: 0 0
    }

    footer#rodape .center .endereco,
    footer#rodape .center .horario,
    footer#rodape .center .unidades {
        margin-left: 1.5em;
        width: 95%;
        text-align: center
    }

    footer#rodape .center .endereco p,
    footer#rodape .center .horario p,
    footer#rodape .center .unidades ul,
    footer#rodape .center .unidades ul li {
        width: 100%;
        text-align: center
    }

    footer#rodape .center .rota {
        display: none
    }

    .float-banner {
        display: none
    }
}

#whats {
    position: fixed;
    top: 75%;
    left: 0;
    padding: 10px;
    z-index: 10000000
}


@media screen and (max-width:602px){
    .container-fluid{
        width: 100%;
    }
}

@media screen and (max-width:761px){
    header{
        height: 200px;
    }
}


@media screen and (max-width:500px) {
    #whats {
        display: none;
    }

    #whats-mobile {
        display: block !important;
        text-align: center;
        padding: 24px 8px;
        transition: all 0.3s ease;
        color: white !important;
        font-size: 20px;
        background-color: #00e676;
        left: 0;
        position: fixed;
        top: 50%;
        z-index: 9999999999;
    }

    /* POPUP MOBILE */
    .popup .window {
        width: 90vw;
        height: 245px;
    }

    .popup .window h4 {
        font-size: 16px;
    }

    .popup .window ul {
        padding-bottom: 5px;
    }

    .popup .title {
        font-size: 13px;
    }

    .popup .window ul li {
        font-size: 14px;
    }

    .rodape-mobile {
        background-color: #1a4385;
        position: fixed;
        bottom: 0;
        height: 70px;
        width: 100%;
        margin-bottom: 0 !important;
        box-shadow: 0 -3px 8px rgba(0, 0, 0, .16);
        z-index: 9999999;
        display: block !important;
    }

    .rodape-desktop {
        display: none
    }

    .ptup {
        margin-bottom: 18% !important
    }

    .ptup2 {
        margin-left: 10% !important
    }

    .video {
        width: 100% !important
    }

    .pan2 h4 {
        width: 88% !important
    }

    .car-mob {
        height: 380px !important;
    }

    .carousel2 {
        margin: 0 auto;
        left: 0 !important;
        overflow: hidden;
        top: 25px;
        height: 500px !important
    }

    #carousel2 button.prev {
        margin-top: -20em !important;
        margin-left: .53% !important
    }

    #carousel2 button.next {
        margin-top: -20em !important;
        margin-right: .53% !important
    }

    .chooseplan {
        margin-left: 10% !important;
        width: 80% !important;
        margin-bottom: 5%
    }

    .menuinternosec {
        position: relative;
        float: left
    }

    .MenuInterno {
        margin-top: 0 !important;
        margin-bottom: 30px;
		z-index:550;
    }

    section#corpo #conteudo #planosIndividuaisFamiliares ul {
        width: 100% !important
    }

    section#corpo #conteudo #planosEmpresariais ul {
        width: 100% !important
    }

    section#corpo #conteudo #odontologicos ul {
        width: 100% !important
    }

    section#corpo #conteudo #porProfissao ul {
        width: 100% !important
    }

    .Breadcrumb {
        display: none
    }

    section#corpo #conteudo .img {
        width: 100% !important;
        margin: 0 !important
    }

    body {
        background: 0 0;
        /*font-size: 16px !important;*/
    }

    .endereco h6 {
        font-size: 16px !important;
    }

    .horario h6 {
        font-size: 16px !important;
    }

    header {
        height: 180px
    }

    .sumir{
        display: none;
    }

    .container-fluid {
        width: 100% !important
    }

    header .center h1 {
        width: 100%
    }

    .icon-bar {
        background-color: #fff !important
    }

    .nav-tabs {
        width: 100% !important
    }

    header .center h1 a {
        width: 82% !important
    }

    header .center .ligue {
        width: 100%;
        text-align: center;
        background-color: #1a5dc6;
        color: #fff;
        height: 48px
    }

    header .center .ligue p.tel {
        margin-left: 0;
        width: 40%;
        margin-top: 0;
        padding-left: 0;
        padding-bottom: 10px
    }

    header .center .ligue p.tel a {
        color: #fff !important;
        font-weight: 700;
        line-height: 3em
    }

    header .center .ligue p.tel img {
        display: none
    }

    header .center .ligue p.whats {
        margin-left: 0;
        width: 50%;
        margin-top: 0;
        padding-left: 0;
        float: left
    }

    header .center .ligue p.whats a {
        color: #fff !important;
        font-weight: 700;
        line-height: 3em
    }

    header .center .ligue p.whats img {
        display: none
    }

    .row .col.s4 {
        width: 100% !important;
        padding-bottom: 20px
    }

    .row .col.s7 {
        width: 100% !important
    }

    .section {
        margin-bottom: 25px !important
    }

    

    .show-mob {
        display: block !important
    }

    .secbtn {
        padding-top: 55px !important;
        padding-left: 105px !important
    }

    .calltoaction {
        height: unset;
        position: relative;
        float: left;
        background-image: url(../images/banner_cta.jpg);
        background-attachment: fixed !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .calltoaction .col .s7 {
        width: 100%
    }

    .calltoaction h5 {
        display: none
    }

    .slidefull {
        display: none
    }

    .slidemob {
        display: block !important;
        height: 260px;
        width: 100%;
        margin-bottom: 50px;
    }

    .slide img{
        /*height: 100%;*/
        /*width: 100%;*/
    }


    .row .col.rds {
        width: 100% !important;
        margin-top: 30px;
        padding-bottom: 100px !important
    }

    .row .col.s3 {
        width: 100% !important;
        margin-top: 30px;
        padding: 0 !important
    }

    .uni {
        display: none
    }

    .uni2 {
        display: block !important;
        width: 100% !important;
        position: relative;
        float: left;
        margin: 0 !important;
        background-color: #000
    }

    .uni2 button {
        color: #fff !important;
        background-color: #000 !important;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .navinha {
        display: block !important
    }

    .dropdown-header {
        text-align: center;
        font-size: 16px !important
    }

    .dropdown-menu li {
        padding-left: 15px
    }

    #toTop {
        display: none !important
    }

    .logo {
        display: none
    }

    .Mob-WPP {
        display: table-cell !important;
        vertical-align: middle;
        font-size: 18px;
        line-height: 27px
    }

    .logo img {
        width: 70% !important;
        position: relative;
        float: left
    }

    .ligue {
        display: none
    }

    .control-nav {
        position: absolute;
        right: 14px;
        top: 90px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #1a5cc6;
        border-width: 3px 0;
        z-index: 99999;
        cursor: pointer
    }

    .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #1a5cc6
    }

    .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0, 0, 0, .4);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }

    nav#menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-left: 1px solid #ccc;
        overflow-x: auto;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }

    #control-nav:checked~.control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    #control-nav:checked~nav {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    nav#menu .center ul.menu {
        height: 240px;
        width: 100%;
        margin: 120px auto;
        text-align: center;
        list-style: outside none none;
        display: table
    }

    nav#menu .center ul.menu li.home {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 20px;
        width: 25%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em;
        margin-left: 0
    }

    nav#menu .center ul.menu li.home a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li.home a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.institucional {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em
    }

    nav#menu .center ul.menu li.institucional a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        margin: 0
    }

    nav#menu .center ul.menu li.institucional a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 20px;
        width: 25%;
        float: left;
        background-color: #de9155;
        margin-bottom: 0;
        height: 40px
    }

    nav#menu .center ul.menu li a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 40px;
        margin: 0
    }

    nav#menu .center ul.menu li a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.udi {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em;
        height: 40px
    }

    nav#menu .center ul.menu li.udi a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 40px;
        margin: 0
    }

    nav#menu .center ul.menu li.udi a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.segurosBH {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 1.6em;
        width: 100%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em;
        height: 40px
    }

    nav#menu .center ul.menu li.segurosBH a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 40px;
        margin: 0
    }

    nav#menu .center ul.menu li.segurosBH a:hover {
        color: #6ca4fd
    }

    nav#menu .center ul.menu li.contato {
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: 20px;
        width: 25%;
        float: left;
        background-color: #1a5cc6;
        margin-bottom: 2px;
        line-height: 3em;
        height: 40px
    }

    nav#menu .center ul.menu li.contato a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 40px;
        margin: 0
    }

    nav#menu .center ul.menu li.contato a:hover {
        color: #6ca4fd
    }

    ul.menu>li>ul.fil {
        position: absolute;
        top: 2.5em;
        left: 0;
        background-color: #de9155;
        width: 100%;
        text-align: center;
        z-index: 99
    }

    ul.menu>li>ul.ind {
        position: absolute;
        top: 2.5em;
        left: 0;
        background-color: #de9155;
        width: 100%;
        text-align: center;
        z-index: 99;
        height: 110px
    }

    ul.menu>li>ul.emp {
        position: absolute;
        top: 16em;
        left: 0;
        background-color: #de9155;
        width: 100%;
        text-align: center;
        z-index: 999;
        height: 314px
    }

    ul.menu>li>ul.seg {
        position: absolute;
        left: 0;
        background-color: #de9155;
        width: 100%;
        text-align: center;
        z-index: 999
    }

    ul.menu li ul.emp span a {
        line-height: 3em;
        margin-top: 0
    }

    ul.menu>li>ul.odt {
        position: absolute;
        top: 31.8em;
        left: 0;
        background-color: #de9155;
        width: 100%;
        text-align: center;
        z-index: 999;
        height: 157px;
        margin-top: 421px
    }

    ul.menu>li>ul.pet {
        position: absolute;
        width: 100%;
        background-color: #de9155;
        top: 81em
    }

    ul.menu li ul.emp li,
    ul.menu li ul.ind li,
    ul.menu li ul.odt li {
        border: none;
        margin-bottom: 5px;
        height: 45px !important;
        width: 100%;
        float: left
    }

    ul.menu li ul.emp li a,
    ul.menu li ul.ind li a,
    ul.menu li ul.odt li a {
        list-style: outside none none;
        display: block;
        color: #fff;
        font-family: Raleway, sans-serif;
        font-size: .6em;
        width: 100%;
        cursor: pointer;
        margin-left: 0;
        text-align: center;
        line-height: 2.5em;
        height: 45px !important
    }

    ul.menu li ul span a {
        font-family: Raleway, sans-serif;
        color: #fff;
        float: left;
        font-size: 1em;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        background-color: #4488ed;
        margin-left: 0 !important;
        height: 45px !important;
        line-height: 1.5em
    }

    ul.menu li ul span a:hover {
        text-decoration: underline !important;
        color: #fff !important
    }

    ul.menu li ul.emp li a,
    ul.menu li ul.ind li a,
    ul.menu li ul.odt li a {
        font-family: Raleway, sans-serif;
        color: #fff;
        float: left;
        margin-left: 10px;
        font-size: .6em;
        margin-bottom: 5px;
        height: 20px !important
    }

    section#corpo .center .box {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    section#corpo .center .box ul {
        width: 100%;
        float: left;
        display: inline;
        padding: 0
    }

    section#corpo .center .box ul li,
    section#corpo .center .box ul li.ligar,
    section#corpo .center .box ul li.one {
        width: 66% !important;
        top: 0;
        left: 0;
        display: block;
        margin-left: 8em
    }

    .navbar-default {
        background-color: #1a4385 !important;
        border: none !important
    }

    section.rdp .row .col.s4 {
        margin: 0 !important;
        width: 100% !important
    }

    section.rdp .row .col.s9 {
        margin: 0 !important;
        width: 100% !important
    }

    section.rdp .row .col.s2 {
        margin: 0 !important;
        width: 50% !important
    }

    section#map .row .col.s4 {
        margin: 0 !important;
        width: 100% !important
    }

    section#map .row .col.s9 {
        margin: 0 !important;
        width: 100% !important
    }

    section#map .row .col.s3 {
        width: 100% !important;
        float: left;
        position: relative;
        margin-left: 0 !important
    }

    section #carousel,
    section#txt {
        display: none
    }

    .planos {
        float: left !important;
        position: relative !important
    }

    section#planos .center .empresarial,
    section#planos .center .odontologico,
    section#planos .center .porProfissao {
        width: 96%;
        height: auto;
        margin-bottom: 10px;
        margin-left: 1em
    }

    section#planos .center .empresarial h1,
    section#planos .center .odontologico h1,
    section#planos .center .porProfissao h1 {
        font-size: 1.4em
    }

    section#planos .center .empresarial p,
    section#planos .center .odontologico p,
    section#planos .center .porProfissao p {
        font-size: 1.3em
    }

    section#map {
        width: 100% !important;
        height: auto
    }

    section#map .row {
        margin: 0 !important
    }

    section#map .row h3 {
        margin: 0 !important;
        padding: 0 !important
    }

    section#map .center ul.planoSaude {
        width: 100%;
        margin-left: 3em
    }

    section#map .center ul.planoSaude li {
        height: 30px;
        width: 95%;
        float: left
    }

    section#map .center ul.planoSaude li a {
        width: 100%;
        font-size: 1.2em
    }

    .operadoras,
    .operadoras2,
    .operadoras3 li {
        padding-left: 24px
    }

    .navbar-toggle {
        border: 1px solid #fff !important
    }

    span.btn-wpp {
        display: none
    }

    footer#rodape {
        background-color: #1a4385 !important;
        height: 480px;
        background: 0 0
    }

    footer#rodape .center .endereco,
    footer#rodape .center .horario,
    footer#rodape .center .unidades {
        margin-left: 1.5em;
        width: 95%;
        text-align: center;
        margin: 0
    }

    footer#rodape .center .endereco p,
    footer#rodape .center .horario p,
    footer#rodape .center .unidades p {
        width: 95%;
        text-align: center
    }

    footer#rodape .center .unidades ul {
        width: 100% !important;
        text-align: center
    }

    footer#rodape .center .unidades ul li {
        width: 100% !important;
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.4em
    }

    footer#rodape .center .rota {
        display: none
    }

    .float-banner {
        display: none
    }

    .tab-plan {
        float: left;
        position: relative
    }

    .nav>li>a {
        padding: 15px 0 !important
    }

    .menmob {
        width: 100%;
        border-top: 1px solid #fff;
        background-color: #1a4385;
        height: 60px
    }

    .btn-interno {
        width: 100% !important;
        margin-left: 0 !important
    }

    section#corpo {
        float: left;
        position: relative;
        padding-top: 60px !important
    }

    #contato p {
        margin-left: 5%;
        margin-right: 5%;
        text-align: justify !important
    }

    .tabela-precos {
        width: 100% !important;
        float: left;
        position: relative;
        margin: 0 !important
    }

    .corona {
        margin-top: -55px !important
    }

    header .center .tabelas {
        float: left;
        display: block;
        position: relative;
        color: #fff;
        font-size: 12px;
        padding-left: 1%;
        padding-top: 1%
    }

    header .center .cotar {
        float: left;
        display: block;
        position: relative;
        color: #fff !important;
        font-size: 12px;
        padding-left: 3%;
        padding-top: 1%
    }

    header .center .cotar a i {
        font-size: 30px
    }

    #rodaTopo2 .center p {
        line-height: 14px !important;
        padding-left: 2% !important;
        padding-top: 2%
    }

    #rodaTopo2 .center img {
        right: 10px;
        width: 22%;
        padding: 0 !important
    }

    #rodaTopo .center span.chamar {
        padding-left: 50px !important
    }

    .btn-cta {
        margin-bottom: 30px !important;
    }

    #call-to-action p {
        padding: 0 4%;
    }

    #call-to-action h1 {
        padding: 0 5%;
    }

    #call-to-action h1 {
        font-size: 32px;
        padding: 0;
    }

    #call-to-action p {
        font-size: 18px;
        padding: 0;
    }

    
}

/* ----- INICIO PAGINAS OPERADORAS ----- */

.banner-op {
    width: 100% !important;
    display: block;
    position: relative;
    display: flex;
    height: auto;
}

.banner-op-mobile {
    visibility: hidden;
	text-align:center;
}

.banner-op .caption-01 {
    position: absolute;
    text-align: center;
    top: 120px;
    width: 100%;
}

@keyframes moveBanner {
    0% {
        transform: translateY(10rem) rotateY(-30deg);
    }

    100% {
        transform: translateY(0) rotateY(0);
        opacity: 1;
    }
}

.banner-op .caption-01 h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif ;
    color: #1a4385;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 800;
}

.banner-op .caption-01 p {
    color: rgb(70, 68, 68);
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.banner-op img{
    width: 100%;
    height: 100%;
}

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

    .banner-op .caption-01 {  
        top: 40px;   
    }
    .banner-op .caption-01 h2 {
      
        font-size: 32px;
        font-weight: 800;
    }
}

@media screen and (max-width:590px){
    .banner-op .caption-01 h2 {
      
        font-size: 26px;
        font-weight: 600;
    }
}

/* ------- FIM PAGINAS OPERADORAS ---------- */

/* ---- INICIO OPERADORAS ---- */

.banner-op-mobile {
    visibility: visible;
    position: absolute;
    top:  75px !important;
    color: white;
	width:100%;
}

.boxCentroTextoMobile{
   text-align:center;	
}

.banner-op-mobile h4 {
    font-size: 28px;
    font-weight: bold;
}

.banner-class-mobile {
    /* z-index: 10; */
    visibility: visible;
    position: absolute;
    top: 70px;
    color: white;
    left: 10px;
}

.banner-class-mobile h4 {
    font-size: 24px;
    font-weight: bold;
}

/* CTA */

#call-to-action2 {
    position: relative;
    display: flex;
    align-items: center;
    height: 380px;
    background-image: url(../images/banner/call-to-action.webp);
    background-size: cover;
    background-position: center center;
    color: white;
    z-index: 5;
}

#call-to-action2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    z-index: -1;
}

#call-to-action2 h2 {
    font-size: 40px;
    font-weight: 800;
    padding: 0 15px;
    font-family: 'Poppins', sans-serif;
}

#call-to-action2 h3 {
    margin: 25px 0 45px;
    font-family: 'Poppins', sans-serif;
}

#call-to-action2 a {
    transition: filter .3s ease-in-out;
}

#call-to-action2 a:hover {
    filter: saturate(170%);
}

#call-to-action2 a:nth-child(4) {
    margin: 0 15px;
}

/* implementação campos novos no layout 10/01/2022 */

#porqueTrabalhar{
    margin-top: 45px !important;
}

#porqueTrabalhar h1{
    color: #333333;
}

#trabalharFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin-top: 50px;
    align-items: center;
}

.trabalharFlex__imagem {
    width: 400px;
    height: 250px;
    border-radius: 2px;
    box-shadow: 2px 2px 15px var(--azul-padrao);
    
}

.trabalharFlex__texto {
    width: 390px;
    height: 250px;
    padding: 15px;
    /* border: 1px solid rgba(15, 15, 15, .25);
    border-radius: 10px; */
    text-align: justify;
    font-family: sans-serif;
    font-size: 14px;
    margin-left: 30px;
}

/* .trabalharFlex__texto:hover {
    box-shadow: 6px 6px 15px rgba(50, 50, 50, 0.17);
} */

@media screen and (min-width:1045px){
    #porqueTrabalhar{
        margin-top: 80px;
    }
}

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

    #porqueTrabalhar{
        padding-top:290px;
    }


    #trabalharFlex {
        flex-direction: column;
    }

    .trabalharFlex__imagem {
        height: 300px;
        width: 300px;
        margin-bottom: 30px;
    }

    .trabalharFlex__texto {
        width: 90%;
        height: 100%;
        margin: 10px 20px 0px 20px;
    }
}



/* Area de cards */

#caminhosCertos{
    margin-top: 65px;
}

/* #caminhosCertos h3{
    text-align: center;
    margin-bottom: 80px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
} */

#card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card__formato{
    height: 500px;
    width: 390px;
    border: solid 0.2px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    box-shadow: 2px 2px 15px rgba(50, 50, 50, 0.27);
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.card__formato__imagem img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 300px;
}

.card__formato__texto{
    padding: 15px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.card__formato__texto h4{
    color: var(--azul-padrao);
    font-family: 'Poppins', sans-serif;
}

@media screen and (min-width:1160px){

    .card__formato{
        width: 520px;
    }
    
    
}

@media screen and (min-width:1200px){
    header{
        height: 100px;
    }
}


@media screen and (min-width:1640px){
    .card__formato{
        width: 689px;
    }
}




@media screen and (max-width:301px){
    .trabalharFlex__imagem {
        height: 190px;
        width: 190px;
    }
    .card__formato{
        height: 580px;
    }


}

.hapvida-ndi-cta:hover {
    box-shadow: 1px 3px 9px rgb(243 155 4);
    transition: all .5s ease-in;
}

.section-title h2.title2{
   font-weight: 700;
    text-transform: capitalize;
    font-size: 30px !important;
    line-height: 52px;
    margin-bottom: 15px;	
}



@media screen and (max-width:500px){
.hapvida-ndi-cta{
   height:395px !important;
}
}

.hapvida-ndi-cta{
   height:290px;
}

.col-lg-7-desk{
	width: 100% !important;
	text-align:center;
}

.col-lg-12-desk {
    width: 100%;
    text-align: center !important;
}

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

    #contactform1 table {
      width: auto;
    }
  
    #contactform1 td>label {
      width: auto !important;
      padding: 0 4px;
    }
  
    .panel-group .panel {
      width: 220px !important;
      
    }
    .pan2 h4{
      font-size: 14px;
	  line-height:20px;
    }
    .banner-op-mobile h4{
      font-size: 18px;
    }
    .panel-title{
        padding-right: 2em;
    }
    
  }
  .cook {
    position: fixed;
    bottom: 14%;
    left: 3%;
    z-index: 100000000;
}

.cookies-content {
    z-index: 100;
    position: fixed;
    bottom: 13%;
    left: 6%;
}

.content_cookie {
    width: 360px;
    height: 170px;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 1.5em;
    line-height: 26px;
    background-color: #faf7f7;
    font-size: 13px;
}

.content__msg a {
    font-weight: bolder;
    color: #1A4385;
}

.content__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__button {
    border-radius: 5px;
    background-color: #2F4480;
    padding: .4em;
    margin-top: -0.3em;
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
}

.desaparecer {
    display: none;
}

.content_img {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
}

.cookie-img {
    align-self: flex-start;
}

.cookie-img img {
    width: 55px;
    height: 40px;
}


.baus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.text-bau {
    height: auto;
    width: auto;
    background-color: #d3d3d3;
    padding: .2em;
    text-align: center;
    border-radius: 25px;
    margin-bottom: -5px;

}

.text-bau p {
    margin: 0;
    font-weight: bold;
}

#imagembau{
    width: 32px;
    height: 32px;
}

#margin-curiosidades{
	padding-left: 18%;
}

@media screen and (max-width:590px) {
#margin-curiosidades{
	margin-left: 7% !important;
}
}


@media screen and (max-width:590px) {
    
    .cookies-content {
        left: 13%;
        bottom: 14%;
    }
    
    .content_cookie {
        width: 220px;
        height: auto;
        padding: .6em;
        opacity: .8;
        
    }

    .content_img {
        flex-wrap: wrap;
        gap: 0;
        text-align: center;
    }

    .content__msg {
        margin-top: -2px;
    }

    #alturaimg {
        height: 50px !important;
        width: 50px !important;
    }
    .panel-group {
        margin-bottom: 40px !important;
    }

    .item_lista_bradesco li {
        padding: 1em 0;
    }

}

#alturatexto{
	margin-top: 10px;
}

/* caixa unidades rota */

.content_text_unidadelocal{
padding: 0.1em 0.3em;
    border-radius: 3px;
    background-color: #fff;
    color: #1a4385;
    text-align: center;
    height: 25px;
    width: 255px;
    margin-left: 75px;
	margin-top: -5px;
}

   #texto-largura-mobile{
	 padding-right: 15px;
	 margin-left: -20px;
   }

@media screen and (max-width:500px) {
	.content_text_unidadelocal{
       display:none;
    }	
	
	.content_text_unidadelocal-mobile{
    padding: .1em .3em;
    border-radius: 3px;
    background-color: #fff;
    color: #1a4385;
    text-align: center;
	height: 35px;
    }
	
	.altura-texto-unidade{
	margin-top: 5px;
	}
   
   #banner-mobile-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   }
   
   #texto-largura-mobile{
	 padding-right: 0px !important; 
	 margin-left: -45px !important; 
   }

}

@media screen and (max-width:390px) {
	.content_text_unidadelocal{
       display:none;
    }	
	
	.content_text_unidadelocal-mobile{
    padding: .1em .3em;
    border-radius: 3px;
    background-color: #fff;
    color: #1a4385;
    text-align: center;
	height: 35px;
    }
	
	.altura-texto-unidade{
	 margin-top: 5px;	
	}	
	
	#banner-mobile-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}

/* caixa icones inicio */

.style-card {
    text-align: center;
    padding: 20px;
    /*border: 1px solid #ccc;*/
    border-radius: 10px;
    margin-bottom: 20px;
}

.style-card img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .style-card {
        width: 50%;
        float: left;
    }
}

/* caixa icones fim */

/* --------------*/


/* Caixa tabela de preços inicio */

.unimed__precos{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    /*background-color: #f5f5f5;*/
    /* padding: 60px;*/
}

.unimed__precos svg{
    background-color: white;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.unimed__precos *{
    color: white;
}

.unimed__precos a{
    font-weight: 700;
    background-color: #f68934;
    padding: 5px 10px;
    border-radius: 5px;
	font-size: 13.2px;
}

.unimed__precos-card{
    background-color: #1a4385;
    border-radius: 10px;
    padding: 40px;
    margin: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

	#largura-tab-mob-amil{
		width: 50%;
	}
	
	#largura-tab-mob-golden-cross{
		width: 70%;
	}
	
	#largura-tab-mob-medgold{
		width: 50%;
	}
	
	#largura-tab-mob-you-saude{
		width: 20%;
	}
	
	#largura-tab-mob-havida-ndi{
		width: 40%;
	}
	
	#largura-tab-mob-usisaude{
		width: 55%;
	}

@media screen and (max-width:500px) {
    .direction-flex{
        flex-direction: column;
        width: 100%
    }

    .direction-flex .painel__text{
        width: 100%;
    }

    .direction-flex .painel__text p{
        width: 100%;
    }

    .direction-flex .painel__img{
        width: 100%;
    }

    .unimed__precos{
        flex-direction: column!important;
    }
	
	#largura-tab-mob-amil{
		width: 95% !important;
	}
	
	#largura-tab-mob-golden-cross{
		width: 95% !important;
	}
	
	#largura-tab-mob-medgold{
		width: 95% !important;
	}
	
	#largura-tab-mob-you-saude{
		width: 95% !important;
	}
	
	#largura-tab-mob-havida-ndi{
		width: 95% !important;
	}
	
	#largura-tab-mob-usisaude{
		width: 95% !important;
		font-size: 13px;
	}
	
	.ajusteImagemDuvidas2{
		max-width: 90% !important;
	}
	
}


/* Caixa tabela de preços fim */

@media screen and (max-width:390px) {
#largura-tab-mob-usisaude{
	width: 95% !important;
    font-size: 11px;
	}
}

@media screen and (max-width:600px) {
	#alturatexto{
	margin-top: 85px !important;
   }
}

.fab {
    font-family: "Font Awesome 5 Brands";
    color: #fff !important;
}
