@import "owl.css";
@import "font-awesome/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700,700i');


/*! HTML5 Boilerplate v4.3.0 - INICIO */
html,
button,
input,
select,
textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}



/* ==========================================================================
   Site
   ========================================================================== */

html {
    font-size: 22px;
}

body {
    font: 100% "Panton", "Titillium Web", "Fira Sans", "Roboto", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: inherit;
    line-height: 1.4em;
    color: #393939;
}

a {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

a,
button,
input {
    outline: none !important;
}

a,
button,
input {
    transition: color 0.2s, border-color 0.2s, background-color 0.2s, opacity 0.2s;
}

/* transi��o leve em hovers b�sicos */

ul,
li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

p {
    margin: 0 0 1.4em 0;
    line-height: 1.5em;
}

p:last-child {
    margin-bottom: 0 !important;
}

/* *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* usar se n�o incluir o bootstrap */

.container {
    position: relative;
}

.form-group {
    margin: 0 0 10px 0;
}

.form-control {
    border: solid 1px #ccc;
    padding: 0.5em 1em;
    line-height: 1.3em;
    font-size: inherit;
    width: 100%;
    background: #fff;
}

textarea.form-control {
    resize: none;
}

.vtop {
    vertical-align: top !important;
}

.tbl {
    display: table;
    width: 100%;
    vertical-align: middle;
}

.tbl .trow {
    display: table-row;
    vertical-align: inherit;
}

.tbl .tcol {
    display: table-cell;
    vertical-align: inherit;
}

.tbl .tcol.um,
.tbl .tcol.one {
    width: 1%;
}

.tbl.grid>.tcol,
.tbl.grid>.trow>.tcol {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.tbl.grid.grid10>.tcol,
.tbl.grid.grid10>.trow>.tcol.grid10 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.tbl.grid.grid20>.tcol,
.tbl.grid.grid20>.trow>.tcol.grid20 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.tbl.grid>.tcol:first-child,
.tbl.grid>.trow>.tcol:first-child {
    padding-left: 0px !important;
}

.tbl.grid>.tcol:last-child,
.tbl.grid>.trow>.tcol:last-child {
    padding-right: 0px !important;
}

.tbl.tbl2>.tcol {
    width: 50%;
}

.tbl.tbl3>.tcol {
    width: 33.33%;
}

.tbl.tbl4>.tcol {
    width: 25%;
}

.tbl.tbl5>.tcol {
    width: 20%;
}

.u,
.hu:hover {
    text-decoration: underline;
}

.hu,
.u:hover {
    text-decoration: none;
}

.mg0 {
    margin-bottom: 0px !important;
}

.mg0q {
    margin-bottom: 0.25em !important;
}

.mg0h {
    margin-bottom: 0.5em !important;
}

.mg0hq {
    margin-bottom: 0.75em !important;
}

.mg1 {
    margin-bottom: 1em !important;
}

.mg1q {
    margin-bottom: 1.25em !important;
}

.mg1h {
    margin-bottom: 1.5em !important;
}

.mg1hq {
    margin-bottom: 1.75em !important;
}

.mg2 {
    margin-bottom: 2em !important;
}

.mg2q {
    margin-bottom: 2.25em !important;
}

.mg2h {
    margin-bottom: 2.5em !important;
}

.mg2hq {
    margin-bottom: 2.75em !important;
}

.mg3 {
    margin-bottom: 3em !important;
}

.mg3q {
    margin-bottom: 3.25em !important;
}

.mg3h {
    margin-bottom: 3.5em !important;
}

.mg3hq {
    margin-bottom: 3.75em !important;
}

.mg4 {
    margin-bottom: 4em !important;
}

.mg4q {
    margin-bottom: 4.25em !important;
}

.mg4h {
    margin-bottom: 4.5em !important;
}

.mg4hq {
    margin-bottom: 4.75em !important;
}

.mg5 {
    margin-bottom: 5em !important;
}

.mg6 {
    margin-bottom: 6em !important;
}

.mg7 {
    margin-bottom: 7em !important;
}

.mg8 {
    margin-bottom: 8em !important;
}

.txtl {
    text-align: left !important;
}

.txtr {
    text-align: right !important;
}

.txtc {
    text-align: center !important;
}

.color1,
.color1h:hover {
    color: #ff0000;
}

.bg1,
bg1h:hover {
    background-color: #ff0000;
}

.brd1,
.brd1h:hover {
    border-color: #ff0000;
}

.base16-9,
.base-wide {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
    display: block;
}

.base9-16 {
    position: relative;
    width: 100%;
    padding: 178% 0 0 0;
    display: block;
}

.base4-3,
.base-tv {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
    display: block;
}

.base3-4 {
    position: relative;
    width: 100%;
    padding: 133% 0 0 0;
    display: block;
}

.base1-1,
.base-sq {
    position: relative;
    width: 100%;
    padding: 100% 0 0 0;
    display: block;
}

.imgbg {
    background: center center no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clickscale:active {
    transform: scale(0.9);
}

.z500 {
    z-index: 500;
}

.z1000 {
    z-index: 1000;
}

.z2000 {
    z-index: 2000;
}

.z3000 {
    z-index: 3000;
}

.z4000 {
    z-index: 4000;
}

.z5000 {
    z-index: 5000;
}

.extend-bg,
.extend-bg-r,
.extend-bg-l {
    position: relative;
}

.extend-bg:before,
.extend-bg:after,
.extend-bg-r:after,
.extend-bg-l:before {
    content: "";
    position: absolute;
    height: 100%;
    background: inherit;
    width: 3000px;
    z-index: 0;
    top: 0;
}

.extend-bg:before,
.extend-bg-l:before {
    left: -3000px;
}

.extend-bg:after,
.extend-bg-r:after {
    right: -3000px;
}



#wrapper {
    position: relative;
    width: 100%;
    max-width: 4000px;
    margin: auto;
    overflow: hidden;
}



#header {
    background: linear-gradient(to right, #f8f8f8 0%, #fff 40%, #fff 60%, #f8f8f8 100%);
    position: fixed;
    z-index: 1000;
    border-bottom: solid 1px #9f9f9f;
    width: 100%;
}

#header .header {
    height: 6.818em;
}

#header .logo a {
    display: block;
}

#header .logo img {
    display: block;
    max-width: 9.864em;
}

#header .menu>ul {
    display: table;
    width: 1%;
    white-space: nowrap;
    margin: auto;
    text-transform: uppercase;
    color: #262626;
    text-align: center;
    font-size: 0.718em;
    line-height: 1.2em;
}

#header .menu>ul>li {
    display: table-cell;
    vertical-align: middle;
}

#header .menu>ul>li>a {
    display: block;
    padding: 0.2em 1em;
}
#header .menu>ul>li>a.sem-padding {    
    padding: 0;
}
#header .menu > ul > li > a.sem-padding img{
    display: block;
    margin: auto;
    width: 120px;    
}

#header .menu>ul>li:first-child>a {
    padding-left: 0;
}

#header .menu>ul>li:first-last>a {
    padding-right: 0;
}

#header .menu>ul>li>a:hover,
#header .menu>ul>li>a.aberto {
    color: #FF653B;
}

#header .menu>ul>li>a.aberto {
    font-weight: bold;
}



.cor-laranja {
    color: #FF673F;
}

.cor-azul {
    color: #0071BF;
}


.main {
    position: relative;
    z-index: 10;
}


#hero { margin-top: 6em; }
#hero h1 {
    color: #E5E5E5;
    font-size: 1.364em;
    line-height: 1.3em;
    margin: 0 0 0 1.364rem;
}

#hero h1 strong {
    font-size: 1.333em;
    font-weight: bold;
}

#hero .box {
    padding: 1rem 1.364rem;
    padding-bottom: 0.4rem;
    background: #fff;
    position: relative;
}

#hero .box h1 {
    color: #0071BF;
    line-height: 1.3em;
    margin: 0;
}

#hero .box h1 strong {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#hero .owl-carousel .owl-dots {
    display: none;
}

#hero .owl-carousel .owl-nav {
    display: block;
    text-align: center;
    z-index: 3000;
    position: absolute;
    top: calc(50% - 33px);
    width: 100%;
}

#hero .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

#hero .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

#hero .owl-carousel .owl-nav button {
    display: inline-block;
    font-size: 3em;
    color: #fff;
    margin: 0 0.6em;
    line-height: 1em;
}

#hero .owl-carousel .owl-nav button:hover {
    color: #FF673D;
}

#hero .owl-carousel .owl-nav button:active {
    transform: scale(0.9);
}

@media (max-width: 767px) {
    #hero .owl-carousel .owl-nav {
        z-index: 0;
        position: relative;
        top: auto;
        width: 100%;
    }

    #hero .owl-carousel .owl-nav .owl-prev {
        position: relative;
        left: auto;
    }

    #hero .owl-carousel .owl-nav .owl-next {
        position: relative;
        right: auto;
    }

    #hero .owl-carousel .owl-nav button {
        color: #666;
    }
}


.pg-politica #hero {
    padding: 1em 0 0 0;
    ;
    background: #ffffff;
    background-position: center top;
}

.pg-politica .box h2 {
    margin-bottom: 1em;
}

.pg-politica .box h3 {
    font-size: 0.9em;
    margin-bottom: 1em;
}

.pg-politica .box h4 {
    font-size: 0.8em;
    margin-bottom: 1em;
}

.pg-politica .box p {
    font-weight: normal;
    font-size: 0.8em;
    text-align: justify;
    margin-bottom: 1em;
}

.pg-quem #hero {
    background-image: url(../img/quem_hero.jpg);
    padding-top: 20.9em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.pg-como #hero {
    background-image: url(../img/funciona_hero.jpg);
    padding-top: 20.9em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

#como1 {
    padding: 3.5em 0 0 0;
    z-index: 900;
}

#como1 .box {
    padding: 0 1.364rem;
}

#como1 .box h1 {
    color: #0071BF;
    line-height: 1.3em;
    font-size: 1.3em;
    margin: 0 0 1em 0;
}

#como1 .box h1 strong {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#como1 .box p {
    line-height: 1.8em;
}




#como2 {
    padding: 0 0 5em 0;
}

#como2 .slides {
    width: 100%;
    overflow: hidden;
    background: url(../img/sobre1_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

#como2 .slides:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8.182em;
    background: #fff;
    border-top: solid 1px #91BBD6;
    z-index: 1;
}

#como2 .slides .slide {
    width: 100%;
    overflow: hidden;
    z-index: 300;
    position: relative;
}

#como2 .slides .slide .texto {
    padding: 6.364em 0 12.5em 1.364rem;
    max-width: 490px;
    line-height: 1.8em;
}

#como2 .slides .slide .texto h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.3em;
    margin: 0 0 0.4em 0;
}

#como2 .slides .slide .foto {
    text-align: center;
}

#como2 .slides .slide .foto .base {
    display: inline-block;
    position: relative;
}

#como2 .slides .slide .foto .base:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 80%;
    left: 3%;
    top: 10%;
    background: #fff;
    box-shadow: 0 0 3em #fff;
}

#como2 .slides .slide .foto .base img {
    display: block;
    max-height: 29.318em;
    max-width: 100%;
    position: relative;
    z-index: 100;
}

#como2 .pager {
    position: absolute;
    left: 10%;
    width: 40%;
    top: -5.5rem;
}

#como2 .pager a {
    width: 50%;
    float: left;
    color: #CAC2C2;
    font-size: 1.136em;
    line-height: 1.3em;
    text-transform: uppercase;
    position: relative;
}

#como2 .pager a:hover {
    color: #003F91;
}

#como2 .pager a.prev {
    text-align: left;
}

#como2 .pager a.prev:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #003F91;
}

#como2 .pager a.next {
    text-align: right;
}

#como2 .pager a .fa {
    transform: scale(2);
}

#como2 .pager a:active .fa {
    transform: scale(1.7);
}

#como2 .dots {
    position: absolute;
    left: 25px;
    width: 50%;
    top: -10rem;
    text-align: right;
}

#como2 .dots span {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #0071BF;
    margin: 0 0 0 10px;
    cursor: pointer;
}

#como2 .dots span.cycle-pager-active {
    background: #FF683F;
}

#faq {
    padding: 3em 0 5em 0;
    background: #ececec;
}

#faq h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
}

#faq p {
    padding: 0 0 1em 0;
    line-height: 1.2em;
}

.faq .faq-entry {
    display: block;
    margin: 0 0 1rem 0;
    width: 60%;
}

.faq .faq-entry .faq-question {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /* min-height: 3.125rem; */
    font-size: 1.2rem;
    font-weight: normal;
    color: #393939;
    line-height: 1.2;
    /* padding: 0.9375rem 8.75rem 0.9375rem 1.125rem; */
    /* background: #F6642D; */
    /* background-size: auto 7.8125rem; */
    overflow: hidden;
    /* border-radius: 1.875rem; */
    cursor: pointer;
    border-bottom: 1px #ccc solid;
    padding-bottom: 1rem;
}

.faq .faq-entry .faq-question .perg {
    width: 75%;
}

.faq .faq-entry .faq-question .plus {
    width: 25%;
    text-align: right;
    font-size: 1.2em;
    color: #707070;
}

@media (min-width: 768px) and (hover: hover) {
    .faq .faq-entry .faq-question {
        transition: color 0.2s, background-color 0.2s, border-color 0.2s, filter 0.2s, opacity 0.2s;
    }

    .faq .faq-entry .faq-question:hover {
        filter: brightness(1.1);
    }
}

.faq .faq-entry .faq-answer {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    font-size: 1.0625rem;
    line-height: 1.25;
    color: #707070;
    transition: padding .2s;
}

.faq .faq-entry.faq-hidden {
    display: none;
}

/*.faq .faq-entry.open .faq-question {
    background: #0065A5;    
}*/

.faq .faq-entry.open .faq-answer {
    padding-top: 1rem;
    max-height: none;
}

@media (max-width: 767px) {
    .faq .faq-entry {
        margin-bottom: 0.9375rem;
        width: 100%;
    }

    .faq .faq-entry .faq-question {
        padding: 1rem;
        font-size: 1rem;
        background-image: none !important;
        min-height: 0;
    }

    .faq .faq-entry .faq-answer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /*.faq .faq-entry.open .faq-answer {
            padding-top: 0.625rem;
            padding-bottom: 0.625rem;
        }*/
}

.faq .faq-cta {
    height: 3.125rem;
    font-size: 1.25rem;
    padding-left: 2em;
    padding-right: 2em;
}

#rede {
    padding: 3em 0 5em 0;
    background: #ececec;
}

#rede h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
}

#rede p {
    padding: 0 0 1em 0;
    line-height: 1.2em;
}

#rede .nav-tabs {
    background-color: #fff;
    padding: 1rem;
    border: 0;
}

#rede .nav-tabs .active a {
    background: #FF673D;
    color: #fff;
    font-weight: bold;
    ;
}

#rede .tab-content div {
    background-color: #fff;
}

#rede .tab-content>.active {
    display: inline-block;
    width: 100%;
    padding-bottom: 2em;
}

#quadro {
    padding: 3em 0 5em 0;
    background: #ffffff;
}

#quadro h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
}

#quadro p {
    padding: 0 0 1em 0;
    line-height: 1.2em;
}

#quadro .comparison-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
}

#quadro .comparison-table th:nth-child(2), .cel-laranja {
  background: #FF673D;
  color: #ffffff;
}
#quadro .comparison-table th:nth-child(3), .cel-azul {
  background: #0071BF;
  color: #ffffff;
}

#quadro .comparison-table th,
#quadro .comparison-table td {
  padding: 0.5rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#quadro .comparison-table th{
  text-align: center;
}

/*#quadro .comparison-table th:first-child {
  border: 0;  
}*/

#quadro .comparison-table th:nth-child(2n) {
  box-shadow: 0 0 2rem hsla(0, 0%, 0%, 0.15);
}

#quadro .comparison-table td:not(:first-child) {
  text-align: center;
}

@media (max-width: 480px) {
  #quadro .comparison-table {
    font-size: 0.875rem;
  }
  
  #quadro .comparison-table th,
  #quadro .comparison-table td {
    padding: 0.5rem;
  }
}

@media (max-width: 600px) {
  #quadro .comparison-table {
    font-size: 0.875rem;
  }
  
  #quadro .comparison-table th,
  #quadro .comparison-table td {
    padding: 0.5rem;
  }
}
#quadro .btn-bloco, .pg-telemedicina .btn-bloco, .pg-empresas .btn-bloco, #faq .btn-bloco, #oferece2 .btn-bloco{
    margin-top: 1.5em;
    text-align: center;
}
#quadro .btn, .pg-empresas .btn, #faq .btn, #oferece2 .btn{
    display: inline-block;
    padding: 0.6em 1em;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #0071BF;
    border-color: #0071BF;
}
.pg-telemedicina .btn{
    display: inline-block;
    padding: 0.6em 1em;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #0071BF;
    border-color: #0071BF;
}

#depoimentos {
    padding: 3em 0 5em 0;
    background: #ffffff;
}

#depoimentos .display-flex {
    display: flex;
    flex-wrap: wrap;
}

#depoimentos .display-flex>[class*='col-'] {
    flex-grow: 0;
    padding-top: 1.5rem;
}

#depoimentos .display-flex .img {
    margin-bottom: 1em;
}

#depoimentos .display-flex .img img {
    width: 200px;
    max-width: 95%;
    margin: 0 auto;
}

#depoimentos .display-flex .texto p {
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

#depoimentos .display-flex .texto h3 {
    font-size: 1rem;
    color: #0065A5;
    font-weight: bold;
    margin-top: 0.5rem;
}

#depoimentos h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
}

#depoimentos p {
    padding: 0 0 1em 0;
    line-height: 1.2em;
}

#depoimentos .owl-carousel .owl-dots {
    display: none;
}

#depoimentos .owl-carousel .owl-nav {
    display: block;
    text-align: center;
    width: 100%;
}

#depoimentos .owl-carousel .owl-nav button {
    display: inline-block;
    font-size: 3em;
    color: #666;
    margin: 0 0.6em;
    line-height: 1em;
}

#depoimentos .owl-carousel .owl-nav button:hover {
    color: #FF673D;
}

#depoimentos .owl-carousel .owl-nav button:active {
    transform: scale(0.9);
}


#busque {
    background: url(../img/busque_bg.jpg) center center no-repeat #FF683C;
    background-size: cover;
    padding: 2.2em 0 3em 0;
    text-align: center;
    color: #fff;
}

#busque h1 {
    font-size: 1.364em;
    line-height: 1.22em;
    margin: 0 0 1em 0;
}

#busque .busque {
    display: inline-block;
    border-radius: 0.3em;
    font-size: 1.364em;
    color: #F6642D;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 2.5em 0 5.1em;
    line-height: 4.7em;
    background: url(../img/busque_btn.png) left bottom no-repeat #fff;
    background-size: auto 4.65em;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.4);
}

#busque .busque:hover {
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.6);
}


#baixe {
    background: url(../img/baixe_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 5em 0 4.54em 0;
    color: #1F2C4B;
}

#baixe h1 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}

#baixe p {
    font-weight: bold;
    margin: 0 0 2em 0;
}

#baixe .lojas {}

#baixe .lojas a {
    display: inline-block;
}

#baixe .lojas a img {
    display: block;
    max-height: 3.7em;
    max-width: 95%;
}



.pg-qualidade #hero {
    background-image: url(../img/qualidade_hero.jpg);        
    padding-top: 20.9em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

#qualidade1 {
    padding: 4.5em 0 3em 0;
}

#qualidade1 .box {
    padding: 0 1.364rem;
}

#qualidade1 .box h1 {
    color: #0071BF;
    line-height: 1.3em;
    font-size: 1.3em;
    margin: 0 0 1em 0;
}

#qualidade1 .box h1 strong {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#qualidade1 .box p {
    line-height: 1.8em;
}

#qualidade1 .infos {
    margin-top: 2em;
}

#qualidade1 .infos .info {
    margin: 0 0 30px 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

#qualidade1 .infos .info h2 {
    vertical-align: bottom;
    color: #fff;
    background: #FF693F;
    padding: 0.5rem 1rem;
    font-weight: bold;
    line-height: 1.1em;
}

#qualidade1 .infos .texto {
    background: #fff;
    border-radius: 0 0 0.3em 0.3em;
    padding: 1rem;
    padding-bottom: 2.5rem;
}

#qualidade1 .infos .texto p {
    font-size: 0.909em;
    line-height: 1.4em;
}


#quem1 {
    padding: 3.5em 0;
}

#quem1 .box {
    padding: 0 1.364rem;
}

#quem1 .box h1 {
    color: #0071BF;
    line-height: 1.3em;
    font-size: 1.3em;
    margin: 0 0 1em 0;
}

#quem1 .box h1 strong {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#quem1 .box h2 {
    color: #0071BF;
    line-height: 1.3em;
    font-size: 1.1em;
    margin: 1em 0 1em 0;
    font-weight: bold;
}

.pg-oferece #hero {
    background-image: url(../img/oferece_hero.jpg);
    padding-top: 20.9em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

#oferece1 {
    padding: 3.5em 0 0 0;
}

#oferece1 .box {
    padding: 0 1.364rem;
}

#oferece1 .box h1 {
    color: #0071BF;
    line-height: 1.3em;
    font-size: 1.3em;
    margin: 0 0 1em 0;
}

#oferece1 .box h1 strong {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#oferece1 .box p {
    line-height: 1.8em;
}

#oferece1 .lista {
    margin: 3em 0;
}

#oferece1 .lista .item {
    text-align: center;
    margin-bottom: 1em;
}

#oferece1 .lista .item img {
    height: 5em;
    background: #ececec;
    border-radius: 50%;
    padding: 1em;
    width: auto;
    display: inline;
    margin-bottom: 0.5rem;
}

#oferece1 .owl-carousel .owl-dots {
    display: none;
}

#oferece1 .owl-carousel .owl-nav {
    display: block;
    text-align: center;
    width: 100%;
}

#oferece1 .owl-carousel .owl-nav button {
    display: inline-block;
    font-size: 3em;
    color: #666;
    margin: 0 0.6em;
    line-height: 1em;
}

#oferece1 .owl-carousel .owl-nav button:hover {
    color: #FF673D;
}

#oferece1 .owl-carousel .owl-nav button:active {
    transform: scale(0.9);
}


#oferece2 {
    padding: 1.9em 0 4.3em 0;
    background: url(../img/oferece2_bg.jpg) center top no-repeat;
    background-size: cover;
}

#oferece2 .container-fluid {
    max-width: 1460px;
    margin: auto;
}

#oferece2 .col1 {
    z-index: 2000;
}

#oferece2 .col2 {
    z-index: 2100;
}

#oferece2 .box {
    background: #fff;
    margin: 4em 1em;
    box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2);
    padding: 1.4em;
    border-radius: 0.3em;
    min-height: 10em;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0.7;
}

#oferece2 .box h2 {
    font-weight: bold;
    font-size: 1.273em;
    line-height: 1.3em;
    color: #FF673D;
    margin: 0 0 0.2em 0;
}

#oferece2 .box p {
    font-size: 0.727em;
    line-height: 1.4em;
    color: #262626;
}

#oferece2 .center {
    z-index: 2000;
}

#oferece2 .center .box {
    transform: scale(1.4);
    opacity: 1;
}

#oferece2 .owl-carousel .owl-dots {
    display: none;
}

#oferece2 .owl-carousel .owl-nav {
    display: block;
    text-align: center;
}

#oferece2 .owl-carousel .owl-nav button {
    display: inline-block;
    font-size: 3em;
    color: #666;
    margin: 0 0.6em;
    line-height: 1em;
}

#oferece2 .owl-carousel .owl-nav button:hover {
    color: #FF673D;
}

#oferece2 .owl-carousel .owl-nav button:active {
    transform: scale(0.9);
}

#oferece2 .foto {
    position: relative;
    pointer-events: none;
}

#oferece2 .foto img {
    position: absolute;
    left: -5em;
    top: 2em;
    width: 24.5em;
}


.pg-home #hero {
    padding-bottom: 4rem;
}

#home1 {
    padding: 0 0 0 0;
    z-index: 900;
}

#home1 .box {
    padding: 1rem 1.364rem;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    top: -3.09rem;
}

#home1 .box h1 {
    color: #0071BF;
    font-size: 1.364em;
    line-height: 1.3em;
    margin: 0;
}

#home1 .box h1 strong {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.4em;
}

#home1 .box p {
    line-height: 1.8em;
}

#home1 .lojas {
    position: relative;
    top: -3.09rem;
}

#home1 .lojas li {
    margin: 0 0 1.6em 0;
}

#home1 .lojas li:last-child {
    margin-bottom: 0;
}

#home1 .lojas li a {
    display: block;
}

#home1 .lojas li a img {
    display: block;
    width: 100%;
    max-width: 15.636em;
}

#home2 {
    z-index: 200;
    box-shadow: -1em 0 0.5em #fff;
}

#home2 .slides {
    background: url(../img/home2_bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#home2 .slides:before,
#home2 .slides:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    height: 3.2em;
}

#home2 .slides:before {
    top: 0;
}

#home2 .slides:after {
    bottom: 0;
}

#home2 .slides .slide {
    width: 100%;
    overflow: hidden;
}

#home2 .slides .slide img {
    display: block;
    max-height: 29.091em;
    margin: auto;
    max-width: 90%;
}

#home2 .dots {
    width: 100%;
    text-align: center;
    line-height: 0;
    padding: 0.8em 0;
}

#home2 .dots span {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #0071BF;
    margin: 0 4px;
    cursor: pointer;
}

#home2 .dots span.cycle-pager-active {
    background: #FF683F;
}


#vantagens {
    padding: 2em 0 5em 0;
    background: #ffffff;
}

#vantagens .display-flex {
    display: flex;
    flex-wrap: wrap;
}

#vantagens .display-flex>[class*='col-'] {
    flex-grow: 0;
    padding-top: 1.5rem;
}

#vantagens .display-flex .texto p {
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

#vantagens h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
}

#vantagens p {
    padding: 0 0 1em 0;
    line-height: 1.2em;
}

#empvantagens {
    padding: 2em 0 5em 0;
    background: #ffffff;
}

#empvantagens h2 {
    color: #0065A5;
    font-weight: bold;
    font-size: 1.591em;
    line-height: 1.2em;
    margin: 0 0 1.4em 0;
}

#empvantagens .display-flex {
    display: flex;
    flex-wrap: wrap;
}

#empvantagens .display-flex>[class*='col-'] {
    flex-grow: 0;
    padding-top: 1.5rem;
    background: #4075d9;
    border: 1px solid #fff;
}

#empvantagens .display-flex .texto p {
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pg-empresas #hero {
    background-image: url(../img/empresas_hero.jpg);
    padding-top: 21.7em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.pg-empresas .infos {
    margin-top: 2em;
}

.pg-empresas .infos .info {
    margin: 0 0 30px 0;
}

.pg-empresas .infos .info h3 {
    vertical-align: bottom;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
}

.pg-telemedicina #hero {
    background-image: url(../img/telemedicina_hero.jpg);
    padding-top: 21.7em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.pg-telemedicina ul{
    padding-left: 2em;    
    list-style: disc;
    display: block;
    margin: 0 0 1.4em 0;
}
.pg-telemedicina ul li{
    list-style: disc;
    display: list-item;
}
.pg-telemedicina ul.dedo{
    padding-left: 1em;        
}
.pg-telemedicina ul.dedo li{
    list-style: none;    
}


#footer {
    position: relative;
    background: #0F1010;
    color: #fff;
    padding: 2.5em 0;
    border-top: solid 4px #FF683F;
    text-align: center;
}

#footer .logo {}

#footer .logo a {
    display: block;
}

#footer .logo img {
    display: block;
    max-width: 100%;
    margin: auto;
}

#footer .contatos {
    display: inline-block;
    text-align: left;
    font-size: 0.818em;
    line-height: 1.8em;
    white-space: nowrap;
}

#footer .contatos .social a {
    margin-right: 0.75em;
    ;
}

#footer .lojas {}

#footer .lojas li {
    display: block;
    margin: 0 0 1em 0;
}

#footer .lojas li:last-child {
    margin-bottom: 0;
}

#footer .lojas li a {
    display: block;
}

#footer .lojas li a img {
    display: block;
    width: 10.727em;
    max-width: 100%;
    margin: auto;
}

.side-floater {
    display: block;
    position: fixed;
    z-index: 2000;
    right: 1.875rem;
    bottom: 1.875rem;
}

.side-floater .side-floater-item {
    margin-top: 1.875rem;
    display: block;
}

.side-floater .side-floater-item img {
    display: block;
    width: 5.4375rem;
}

@media (min-width: 992px) and (hover: hover) {
    .side-floater .side-floater-item {
        transition: color 0.2s, background-color 0.2s, border-color 0.2s, filter 0.2s, opacity 0.2s;
    }

    .side-floater .side-floater-item:hover {
        filter: brightness(1.1);
    }
}

@media (max-width: 991px) {
    .side-floater {
        right: 0.9375rem;
        bottom: 0.9375rem;
    }

    .side-floater .side-floater-item {
        margin-top: 0.9375rem;
    }

    .side-floater .side-floater-item img {
        width: 3.75rem;
    }
}



#loading {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background: url(../img/loading.gif) center center no-repeat rgba(255, 255, 255, 0.95);
    transition: all 0.5s;
}

.still-loading #loading {
    width: 60px;
    height: 60px;
}

.loaded #loading {
    visibility: hidden;
    opacity: 0;
}



/* ==========================================================================
   Resposivo
   ========================================================================== */

/* 1200px+ */
@media (min-width: 1200px) {
    .qlg {
        margin-bottom: 30px;
    }
}


/* at� 1199px */
@media (max-width: 1199px) {
    html {
        font-size: 20px;
    }

    .qmd {
        margin-bottom: 30px;
    }

    .tbl .tcol.bmd,
    .tbl.bmd>.tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bmd,
    .tbl.grid.bmd>.tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtl-md {
        text-align: left !important;
    }

    .txtr-md {
        text-align: right !important;
    }

    .txtc-md {
        text-align: center !important;
    }

    #header .logo img {
        max-width: 10em;
    }

}

/* at� 991px */
@media (max-width: 991px) {
    html {
        font-size: 19px;
    }

    .qsm {
        margin-bottom: 30px;
    }

    .tbl .tcol.bsm,
    .tbl.bsm>.tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bsm,
    .tbl.grid.bsm>.tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtl-sm {
        text-align: left !important;
    }

    .txtr-sm {
        text-align: right !important;
    }

    .txtc-sm {
        text-align: center !important;
    }

    #header .logo img {
        max-width: 8em;
    }

    #header .menu>ul {
        font-size: 0.75em;
    }

}

/* at� 767px */
@media (max-width: 767px) {
    html {
        font-size: 18px;
    }

    .qxs {
        margin-bottom: 30px;
    }

    .tbl .tcol.bxs,
    .tbl.bxs>.tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bxs,
    .tbl.grid.bxs>.tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtl-xs {
        text-align: left !important;
    }

    .txtr-xs {
        text-align: right !important;
    }

    .txtc-xs {
        text-align: center !important;
    }

    #header {
        z-index: 4000;
    }

    #header .header {
        height: 4em;
    }

    #header .mobile-menu {
        text-align: right;
    }

    #header .mobile-menu a {
        display: inline-block;
        font-size: 22px;
        color: #0065A5;
    }

    #header .menu {
        z-index: 4000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.97);
        display: table;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.1);
        pointer-events: none;
        overflow: auto;
    }

    .mobile-menu-open #header .menu {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        pointer-events: inherit;
    }

    #header .menu>ul {
        display: block;
        font-size: 24px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    #header .menu>ul>li {
        display: block;
    }

    #header .menu>ul>li>a {
        padding: 15px 0;
        text-align: center;
    }
    #header .menu > ul > li > a.sem-padding img{
        display: block;
        margin: auto;
        width: 250px;        
        margin-top: 2em;
    }

    #header .menu .x {
        position: absolute;
        right: 0;
        top: 0;
    }

    #header .menu .x a {
        display: block;
        font-size: 22px;
        padding: 10px;
        color: #0065A5;
    }

    #hero {
        padding-top: 3rem;
    }

    #hero h1 {
        font-size: 1.2em;
    }

    #sobre1 .box p {
        line-height: 1.5em;
    }

    #como2 {
        border-top: solid 1px #91BBD6;
    }

    #como2 .slides .slide .texto {
        padding: 2em 0;
        text-align: center;
        margin: auto;
    }

    #como2 .pager {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding-top: 2em;
        font-size: 0.8em;
    }

    #como2 .dots {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        width: 100%;
        padding: 1em 0 0 0;
    }

    #como2 .dots span {
        margin: 0 5px;
    }

    #busque .busque {
        font-size: 1em;
        padding-right: 1.5em;
    }

    #baixe {
        background: #F5F6F6;
        padding: 2em 0;
    }

    #hero {
        background-size: cover;
        margin-top: 1em;
    }

    .pg-qualidade #hero,
    .pg-oferece #hero {
        padding-top: 4em;
        margin-top: 4em;
    }

    #qualidade1,
    #quem1,
    #oferece1 {
        padding: 2em 0;
    }

    .pg-quem #hero {
        padding-top: 7em;
        margin-top: 4em;
    }

    .pg-como #hero {
        padding-top: 6em;
        margin-top: 4em;
    }

    .pg-oferece #hero {
        padding-top: 6em;
        margin-top: 4em;
    }

    .pg-telemedicina #hero {
        padding-top: 7em;
        margin-top: 4em;
    }

    #oferece2 .box {
        margin: 1em;
        padding: 1em;
    }

    #oferece2 .center .box {
        transform: none;
    }

    #oferece2 .box h2 {
        font-size: 1.1em;
    }

    #home1 .lojas {
        top: auto;
        padding: 0 1.364rem 0 1.364rem;
    }

}

/* at� 500px */
@media (max-width: 500px) {

    .tbl .tcol.bxxs,
    .tbl.bxxs>.tcol {
        display: block;
        width: 100% !important;
    }

    .tbl.grid .tcol.bxxs,
    .tbl.grid.bxxs>.tcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .txtl-xxs {
        text-align: left !important;
    }

    .txtr-xxs {
        text-align: right !important;
    }

    .txtc-xxs {
        text-align: center !important;
    }

    #busque .busque {
        font-size: 0.84em;
        padding: 0 1.2em 0 4em;
        background-size: auto 4em;
        line-height: 4.2em;
    }
}






/*! HTML5 Boilerplate v4.3.0 - FINAL */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}