@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "fimpact";
    src: url("../fonts/Impact.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
:root{
    --fTema:#0046a8;
    --fTema2:#2BC5C1;
    --fTema3:#3792D1;    
}

* { box-sizing: border-box; }

:focus{ outline: none;}
/* force scrollbar */
html { overflow-y: scroll; }

body { background:#fff; font-family: 'Roboto', sans-serif; overflow-x: hidden; }
body { background: url('../img/layout/pattern.png'); }
.fBlack { font-weight: 900;}

/* Formuulario */
::-webkit-input-placeholder {
    padding-left: 5px;
    color: #A1A1A1;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    padding-left: 5px;
    color: #A1A1A1;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    padding-left: 5px;
    color: #A1A1A1;  
 }
 
 :-ms-input-placeholder {  
    padding-left: 5px;
    color: #A1A1A1;  
 }

 input { border-width:0;}

/* Quebras */
.quebra   { clear:both; }
.quebra10 { clear:both; height:10px; }
.quebra15 { clear:both; height:15px; }
.quebra20 { clear:both; height:20px; }
.quebra30 { clear:both; height:30px; }
.quebra50 { clear:both; height:50px; }
.quebra70 { clear:both; height:70px; }
.quebra80 { clear:both; height:80px; }
.quebra100 { clear:both; height:100px; }
.quebraPalavra { word-wrap: break-word; }


/* Display */
.cp { cursor:pointer; }

.db { display:block; }
.dn { display:none; }
.di { display:inline; }
.dib { display:inline-block; }
.dif { display: inline-flex;}
.dtc { display:table-cell; }
.dt { display: table;}
.df { display: flex; }

.ovf { overflow:hidden; }

.pa { position:absolute; }
.pf { position:fixed; }
.pr { position:relative; }

.float { float:left; position:relative; }
.floatD { float:right; position:relative; }
.floatF { float:left; position:relative; width:100%; }
.floatN { float: none; }


/* Espaçamento (Margin e Padding) */
.ml0  { margin-left:0; } .ml5  { margin-left:5px; } .ml10 { margin-left:10px; } .ml15 { margin-left:15px; } .ml20 { margin-left:20px; } .ml25 { margin-left:25px; } .ml30 { margin-left:30px; } .ml35 { margin-left:35px; } .ml40 { margin-left:40px; } .ml45 { margin-left:45px; } .ml50 { margin-left:50px; } .ml55 { margin-left:55px; } .ml60 { margin-left:60px; } .ml65 { margin-left:65px; } .ml70 { margin-left:70px; } .ml75 { margin-left:75px; } .ml80 { margin-left:80px; } .ml85 { margin-left:85px; } .ml90 { margin-left:90px; } .ml95 { margin-left:95px; } .ml100 { margin-left:100px; }
.mr0  { margin-right:0; } .mr5  { margin-right:5px; } .mr10 { margin-right:10px; } .mr15 { margin-right:15px; } .mr20 { margin-right:20px; } .mr25 { margin-right:25px; } .mr30 { margin-right:30px; } .mr35 { margin-right:35px; } .mr40 { margin-right:40px; } .mr45 { margin-right:45px; } .mr50 { margin-right:50px; }.mr55 { margin-right:55px; } .mr60 { margin-right:60px; } .mr65 { margin-right:65px; } .mr70 { margin-right:70px; } .mr75 { margin-right:75px; } .mr80 { margin-right:80px; } .mr85 { margin-right:85px; } .mr90 { margin-right:90px; } .mr95 { margin-right:95px; } .mr100 { margin-right:100px; }
.mt0  { margin-top:0; } .mt5  { margin-top:5px; } .mt10 { margin-top:10px; } .mt15 { margin-top:15px; } .mt20 { margin-top:20px; } .mt25 { margin-top:25px; } .mt30 { margin-top:30px; } .mt35 { margin-top:35px; } .mt40 { margin-top:40px; } .mt45 { margin-top:45px; } .mt50 { margin-top:50px; } .mt55 { margin-top:55px; } .mt60 { margin-top:60px; } .mt65 { margin-top:65px; } .mt70 { margin-top:70px; } .mt75 { margin-top:75px; } .mt80 { margin-top:80px; } .mt85 { margin-top:85px; } .mt90 { margin-top:90px; } .mt95 { margin-top:95px; } .mt100 { margin-top:100px; }
.mb0  { margin-bottom:0; } .mb5  { margin-bottom:5px; } .mb10 { margin-bottom:10px; } .mb15 { margin-bottom:15px; } .mb20 { margin-bottom:20px; } .mb25 { margin-bottom:25px; } .mb30 { margin-bottom:30px; } .mb35 { margin-bottom:35px; } .mb40 { margin-bottom:40px; } .mb45 { margin-bottom:45px; } .mb50 { margin-bottom:50px; } .mb55 { margin-bottom:55px; } .mb60 { margin-bottom:60px; } .mb65 { margin-bottom:65px; } .mb70 { margin-bottom:70px; } .mb75 { margin-bottom:75px; } .mb80 { margin-bottom:80px; } .mb85 { margin-bottom:85px; } .mb90 { margin-bottom:90px; } .mb95 { margin-bottom:95px; } .mb100 { margin-bottom:100px; } .mb150 { margin-bottom: 150px;} .mb200 { margin-bottom: 200px;} .mb250 { margin-bottom: 250px;}
.mbN20  {margin-bottom: -20px}
.mtb25 { margin-bottom: 25px; margin-top: 25px;}

.p0 { padding: 0px; } .p5 { padding: 5px; } .p10 { padding: 10px; } .p15 { padding: 15px; } .p18 { padding: 18px; }  .p20 { padding: 20px; } .p25 { padding: 25px; } .p30 { padding: 30px; } .p35 { padding: 35px; } .p40 { padding: 40px; } .p45 { padding: 45px; } .p50 { padding: 50px; } .p55 { padding: 55px; } .p60 { padding: 60px; } .p65 { padding: 65px; } .p70 { padding: 70px; } .p75 { padding: 75px; } .p80 { padding: 80px; } .p85 { padding: 85px; } .p90 { padding: 90px; } .p95 { padding: 95px; } .p100 { padding: 100px; }
.pl0  { padding-left:0; } .pl5  { padding-left:5px; } .pl10 { padding-left:10px; } .pl15 { padding-left:15px; } .pl20 { padding-left:20px; } .pl25 { padding-left:25px; } .pl30 { padding-left:30px; } .pl35 { padding-left:35px; } .pl40 { padding-left:40px; } .pl45 { padding-left:45px; } .pl50 { padding-left:50px; } .pl55 { padding-left:55px; } .pl60 { padding-left:60px; } .pl65 { padding-left:65px; } .pl70 { padding-left:70px; } .pl75 { padding-left:75px; } .pl80 { padding-left:80px; } .pl85 { padding-left:85px; } .pl90 { padding-left:90px; } .pl95 { padding-left:95px; } .pl100 { padding-left:100px; }
.pr0  { padding-right:0; } .pr5  { padding-right:5px; } .pr10 { padding-right:10px; } .pr15 { padding-right:15px; } .pr20 { padding-right:20px; } .pr25 { padding-right:25px; } .pr30 { padding-right:30px; } .pr35 { padding-right:35px; } .pr40 { padding-right:40px; } .pr45 { padding-right:45px; } .pr50 { padding-right:50px; }.pr55 { padding-right:55px; } .pr60 { padding-right:60px; } .pr65 { padding-right:65px; } .pr70 { padding-right:70px; } .pr75 { padding-right:75px; } .pr80 { padding-right:80px; } .pr85 { padding-right:85px; } .pr90 { padding-right:90px; } .pr95 { padding-right:95px; } .pr100 { padding-right:100px; }
.pt0  { padding-top:0; } .pt5  { padding-top:5px; } .pt10 { padding-top:10px; } .pt15 { padding-top:15px; } .pt20 { padding-top:20px; } .pt25 { padding-top:25px; } .pt30 { padding-top:30px; } .pt35 { padding-top:35px; } .pt40 { padding-top:40px; } .pt45 { padding-top:45px; } .pt50 { padding-top:50px; } .pt55 { padding-top:55px; } .pt60 { padding-top:60px; } .pt65 { padding-top:65px; } .pt70 { padding-top:70px; } .pt75 { padding-top:75px; } .pt80 { padding-top:80px; } .pt85 { padding-top:85px; } .pt90 { padding-top:90px; } .pt95 { padding-top:95px; } .pt100 { padding-top:100px; }
.pb0  { padding-bottom:0; } .pb5  { padding-bottom:5px; } .pb10 { padding-bottom:10px; } .pb15 { padding-bottom:15px; } .pb20 { padding-bottom:20px; } .pb25 { padding-bottom:25px; } .pb30 { padding-bottom:30px; } .pb35 { padding-bottom:35px; } .pb40 { padding-bottom:40px; } .pb45 { padding-bottom:45px; } .pb50 { padding-bottom:50px; } .pb55 { padding-bottom:55px; } .pb60 { padding-bottom:60px; } .pb65 { padding-bottom:65px; } .pb70 { padding-bottom:70px; } .pb75 { padding-bottom:75px; } .pb80 { padding-bottom:80px; } .pb85 { padding-bottom:85px; } .pb90 { padding-bottom:90px; } .pb95 { padding-bottom:95px; } .pb100 { padding-bottom:100px; } .pb200{ padding-bottom: 200px; } .pb250{ padding-bottom: 250px; }
.ptb5 { padding-top:5px; padding-bottom:5px; } .ptb10 { padding-top:10px; padding-bottom:10px; } .ptb15 { padding-top:15px; padding-bottom:15px; } .ptb20 { padding-top:20px; padding-bottom:20px; } .ptb25 { padding-top:25px; padding-bottom:25px; } .ptb30 { padding-top:30px; padding-bottom:30px; } .ptb35 { padding-top:35px; padding-bottom:35px; } .ptb40 { padding-top:40px; padding-bottom:40px; } .ptb45 { padding-top:45px; padding-bottom:45px; } .ptb50 { padding-top:50px; padding-bottom:50px; } .ptb55 { padding-top:55px; padding-bottom:55px; } .ptb60 { padding-top:60px; padding-bottom:60px; } .ptb65 { padding-top:65px; padding-bottom:65px; } .ptb70 { padding-top:70px; padding-bottom:70px; } .ptb75 { padding-top:75px; padding-bottom:75px; } .ptb80 { padding-top:80px; padding-bottom:80px; } .ptb85 { padding-top:85px; padding-bottom:85px; } .ptb90 { padding-top:90px; padding-bottom:90px; } .ptb95 { padding-top:95px; padding-bottom:95px; } .ptb100 { padding-top:100px; padding-bottom:100px; }

.mtN20 { margin-top: -20px; }
.mtN40 { margin-top: -40px; }

.resetMargin, p, h1, h2, h3, h4, h5, h6, span { margin-top:0; margin-bottom:0; margin-left:0; margin-right:0; }

.mAuto { margin: auto; }
.mLRAuto { margin-left: auto; margin-right: auto; }

/* Fonte */
.e6 { font-size:0.375em; }
.e8 { font-size:0.500em; }
.e10 { font-size:0.625em; }
.e12 { font-size:0.750em; }
.e14 { font-size:0.875em; }
.e16 { font-size:1.000em; }
.e18 { font-size:1.125em; }
.e20 { font-size:1.250em; }
.e22 { font-size:1.375em; }
.e24 { font-size:1.500em; }
.e26 { font-size:1.625em; }
.e28 { font-size:1.175em; }
.e30 { font-size:1.875em; }
.e32 { font-size:2.000em; }
.e36 { font-size:2.250em; }
.e40 { font-size:2.500em; }
.e50 { font-size:3.125em; }
.e60 { font-size:3.750em; }
.e70 { font-size:4.375em; }
.e80 { font-size:5.000em; }
.e90 { font-size:5.625em; }
.fFluida { font-size: calc(48px + (60 - 48) * ((100vw - 280px) / (1600 - 280))) }
.fFluidaP { font-size: calc(30px + (40 - 30) * ((100vw - 280px) / (1600 - 280))) }

.fSpace { font-family: monospace; }
.ff { font-family: Roboto, sans-serif; }
.fTimes { font-family:"Times New Roman", Times, serif; }

.fb { font-weight:bold; }
.fn { font-weight:normal; }
.fFina { font-weight: 300; }
.fFina2 { font-weight: 300; }

.fi { font-style:italic; }

.fMax { text-transform:uppercase; }
.fMin { text-transform:lowercase; }

.tdn {text-decoration: none; }
.tdu { text-decoration: underline;}

.lSpace5 { letter-spacing: 5px; }

.fAzul { color:#337ab7; }
.fAmarelo { color:#F5AB00; }
.fBranco { color:#fff; }
.fBranco2 { color:#F1F1F1; }
.fCinza { color: #7F7F7F; }
.fPreto { color:#000; }
.fPreto2 { color:#444444; }
.fPreto3 { color:#322B2A; }
.fRodape { color:#DFD7E5; }
.fRosa { color: #FF0090; }
.fSkype { color:#00A7E5; }
.fTema { color:var(--fTema); }
.fTema2 { color:var(--fTema2); }
.fTema3 { color:var(--fTema3); }
.fVerde { color:#1ED8DA; }
.fVerde2 { color: #6CC068; }
.fVermelho { color:#F00; }
.fWhats { color:#3A9903; }


/* Tamanho */
.lhn { line-height:normal; }
.lh24 { line-height:1.500em; }
.lh26 { line-height:1.625em; }
.lh30 { line-height:1.875em; }

.h0 { min-height:0px; }

.w25{ width: 25%; }
.wf40 { width: 40%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w75 { width: 75%;}
.w80 { width: 80%;}
.w90 { width: 90%; }
.full { width:100%; }
.wAuto { width: auto; }
.wFit {  width: fit-content; }

/* Alinhamento */
.txtCenter { text-align: center; }
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.txtCappitalize { text-transform: capitalize; }

.alCenter { align-items: center; }
.alFlexEnd { align-items: flex-end; }
.jcSpaceBetween { justify-content: space-between; }
.jcCenter { justify-content: center; }
.jcEnd { justify-content: end; }
.jcFlexEnd { justify-content: flex-end; }

.vat { vertical-align:top; }

/* Bordas */
.b0 { border: 0px;}
.bb { border-bottom: 1px solid #fff;}

.bTop40 { border-radius: 40px 40px 0px 0px; -webkit-border-radius: 40px 40px 0px 0px; -moz-border-radius: 40px 40px 0px 0px; -ms-border-radius: 40px 40px 0px 0px; -o-border-radius: 40px 40px 0px 0px; }
.bdR3 { border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; }
.bdR5 { border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; }
.bdR10 { border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }
.bdR20 { border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; }
.bdR30 { border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; -ms-border-radius:30px; -o-border-radius:30px; }
.bdR40 { border-radius:40px; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px; }
.bdR50 { border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; }

.bbCinza { border-bottom: 1px solid #d4d4d4; }
.bRIcones { border-right: 1px solid #d4d4d4; }

/* Backgrounds */
.bgBranco { background:#FFF; }
.bgTema { background:var(--fTema); }
.bgTema2 { background:var(--fTema2); }
.bgTema3 { background:var(--fTema3); }
.bgTopo { background-color: #f2f2f2;}
/* Efeitos */
.efeitoHoverTema2:hover{ background:#555555;}
.opacity:hover { transition: all 0.5s linear;  opacity: 0.8;}

/* Centralizar */
.divCenter { margin:0 auto; flex: auto; margin: 0 auto; flex-basics: auto; display: flex; justify-content: center; }
.divCentro { float: none; margin: 0 auto; }
.centerCol { display:inline-flex; float:none; text-align:left; margin-right:-4px; }
.centerRow { text-align:center; }

/* Menu */
.menu { display: flex;}
.menuEstilo li { padding: 10px; justify-content: center; display: flex; }
.flexAlign { align-items: center;}
.menuFlex { margin: 0 auto; z-index: 9; }
.menuFlex ul { list-style: none; margin: 0; padding: 0; display: flex; }
/* .menuFlex li { flex: 1; padding: 11px 0; transition: background 0.2s; position: relative; margin: 0 -1px; flex-basis: auto; -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -ms-transition: background 0.2s; -o-transition: background 0.2s; } */
.menuFlex li { flex: 1; padding: 11px 0; transition: background 0.2s; margin: 0 -1px; flex-basis: auto; -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -ms-transition: background 0.2s; -o-transition: background 0.2s; }
.menuFlex li a { text-decoration: none;  display: block; }
.subMenus li a { color: #fff !important}
.menuFlex li { text-align: -webkit-center; }
.menuFlex li a.atual { color: #fff; }
.menuFlex li:hover { transition: linear 0.2s; }
.semEfeito:hover{ background: unset !important;}
/* .menuFlex .subMenus { display: none; position: absolute; margin-top: 0; min-width: calc(30%); border-radius: 10px; background: var(--fTema); padding: 13px; z-index: 99999; width: 100%; } */
.menuFlex .subMenus { display: none; position: absolute; margin-top: 0; min-width: calc(25%);margin-top: 9px; margin-left: 5px; padding-top: 18px; z-index: 99999; width: max-content;max-width: calc(90%);}
.menuFlex .subMenusNovo { display: none; position: absolute; margin-top: 0; min-width: calc(30%); background: var(--fTema2); padding: 13px; z-index: 99999; width: max-content; border-radius: 10px; }
.subMenusNovo li { text-align: inherit !important;}
.subMenusNovo, .menuFlex .subMenus li { color: #242432; text-align: left; padding-left: 3px; padding-right: 3px; }
.menuFlex .subMenus li { color: #242432; text-align: left;margin-left: -5px;padding: 13px 10px 12px;background: var(--fTema2);border-bottom: 1px solid #dbdbdb;}
.menuFlex .subMenus li:last-child { color: #242432; text-align: left;margin-left: -5px;padding: 13px 10px 12px;background: var(--fTema2);border-bottom: 0px solid #dbdbdb;}
.menuFlex .subMenus li:hover a { color: var(--fTema2); }
/* .menuFlex .subMenus li:hover { background: var(--fTema); } */
.menuFlex .subMenus2 li:hover { background: var(--fTema2); }
.menuFlex li:hover .subMenus { display: block; }
.menuFlex li:hover .subMenusNovo { display: block; }
.subMenus li a { color: #fff !important; }
.subMenusNovo li a { color: #fff !important; }
#menuAtivar { color:var(--fTema); z-index:100; padding: 7px; width: fit-content; }
#menuAtivar .fas { cursor: pointer; padding: 8px 35px; font-size:1.500em;  }
/* #menuAtivar .fas:hover { color:var(--fTema2); background:var(--fTema); } */
.subMenus2 { display:none !important; position: absolute; margin-top: 0; min-width: calc(30%); background: #e6b499; padding: 9px !important; z-index: 99999; width: max-content; top: 0px; left: 215px; }
.menuFlex .subMenus li:hover .subMenus2{ display: block !important; max-width: calc(100%); }
.subMenus li:hover {background: #fff !important;transition: linear 0.2s;}
.subMenus li:hover a {color: var(--fTema2) !important;transition: linear 0.2s;}
.menuFlex li:hover, .menuFlex .atual { color: #2BC5C1; }
.bgNone:hover { background: none!important; }
.colorNone:hover { color: inherit!important; }
/* Fim Menu */

/* Formulário */

.formCalculo .form-group.inline { border: 0; display: block; }
.formCalculo .form-control, .formContato .form-control { background-color: transparent; }
.formCalculo .form-control:focus { -webkit-box-shadow: unset; box-shadow: unset; }
.formCalculo label, .formContato label { margin-bottom: 0; padding-top: 5px; padding-bottom: 5px; }
.formContato label { display: block;  }
.divCentro { float: none; margin: 0 auto; }
.divCenter { margin:0 auto; flex: auto;    margin: 0 auto;    flex-basics: auto;    display: flex;    justify-content: center; }
.divFinal { margin: 0 auto; flex: auto; margin: 0 auto; flex-basics: auto; display: flex; justify-content: flex-end;}
#logoTopo { left: -40px; top: -50px; }
.lNone { list-style: none;}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #a29999;
  font-weight: 700;
  background-color: #fff;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  /* border: none; */
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select { padding: 7px 10px; border-radius: 3px; background-color: var(--fTema3); color: var(--fTema2); font-size: 17px; font-weight: 700; width: 100%; height: 50px; }
/* Fim Formulário */

/* Links */
a img { background:none; border-width: 0; text-decoration:none; }
a { color:unset; }
a:focus { outline: none; outline: none; outline-offset: 0px; }
a:focus, a:hover { color: inherit; text-decoration: none; }
a.lRodape:link { color:#fff; text-decoration:none; }
a.lRodape:hover { color: var(--fTema2) }
a.lTitulo:link { text-decoration:none; }
a.lTitulo:hover { transition: all 0.2s linear; color: var(--fTema2) }
a.lTitulo:hover { transition: all 0.2s linear; color: var(--fTema2) }
.bTema:hover  { transition: all 0.2s linear; border: 2px solid var(--fTema2); }
.lImagem:hover { transition: all 0.2s linear; opacity: 0.8;}
/* Sombras, Houver */
.bxShadow {
    box-shadow: 0px 20px 28px 10px rgb(0 0 0 / 0.05);
    }


/* WhatsRodape */
.whatsAppRodape { position: fixed; bottom: 0px; padding: 12px 15px 10px; width: 100%; background: #089c4c; color: #fff; z-index: 999999; }
#topoFixo { transition: all .5s; top: 0; }

/* Classes Especificas Site */
.bCinza { border: 1px solid #d4d4d4; }
.bgVerde { background-color: #009D44; }
.btnClique { border: 2px solid #fff; border-radius: 30px; width: fit-content; width: -moz-fit-content; font-size: 22px; padding: 5px 30px 5px 0px; }
.clique { background: #fff; border-radius: 18px 22px 22px 18px; padding: 8px 30px 8px 30px; color: var(--fTema); margin-right: 79px; }
.lh1 { line-height: 1; }
.iconeWhats:after { content: ''; background: url(../img/layout/whats-icone.png); position: absolute; width: 100px; height: 100px; background-repeat: no-repeat; bottom: -30px; background-size: cover; }
.clique { background: #fff; border-radius: 18px 22px 22px 18px; padding: 8px 30px 8px 30px; color: rgb(0, 0, 0); margin-right: 75px; }
.mobileOnly.fa { display: none; }
.banner { background: url('../img/layout/banner.jpg'); background-size: cover; height: 570px; }
.bgRodape { background: url('../img/layout/bg-rodape.jpg'); background-size: cover; }
.banner-interna { background: url('../img/layout/banner-interna.jpg'); background-size: cover; height: 200px; background-position: right center; }
.bgFaixa { background: url('../img/layout/faixa-banner.jpg'); background-size: cover; height: 441px; }
.bgFaixaClinica { background: url('../img/layout/faixa-clinica.jpg'); background-size: cover; }
.bbTopoMenu { border-bottom: 5px solid var(--fTema);}
.bTema { border: 2px solid var(--fTema);}
.bBranco { border: 2px solid #fff; }
.btnWhats { transition: all .2s linear; }
.btnWhats:hover { background-color: #fff; color: var(--fTema2); }
.fTopo { color: #f2f2f2;}
.fonte24h { font-size: 9.625em; line-height: 90px; }
.bdRtopo { border-radius: 6px 6px 0px 0px; }
.bdRbottom { border-radius: 0px 0px 6px 6px; }
.traco { position: relative; }
.traco:after { content: ''; background: #00bcbb; position: absolute; width: 15%; height: 4px; bottom: 0; left: 50%; transform: translateX(-50%); }
.politicaPrivacidade h2, .politicaPrivacidade h3, .politicaPrivacidade h1 { margin-bottom: 20px; font-weight: bold; }
.politicaPrivacidade p { margin-bottom: 20px; }
.z-index { z-index: 99; }

/* Fim Classes especificas */
.overflow { overflow: hidden; height: 100%; }
.button_container { position: absolute; top: 5px; right: 5px; height: 27px; width: 35px; cursor: pointer; z-index: 100; transition: opacity 0.25s ease; margin-left: auto; }
.button_container:hover span { background: var(--fTema2); }
.button_container.active .top { transform: translateY(11px) translateX(0) rotate(45deg); background: #FFF; }
.button_container.active .middle { opacity: 0; background: #FFF; }
.button_container.active .bottom { transform: translateY(-11px) translateX(0) rotate(-45deg); background: #FFF; }
.button_container span { background: var(--fTema2); border: none; height: 5px; width: 100%; position: absolute; top: 0; left: 0; transition: all 0.35s ease; cursor: pointer; }
.button_container span:nth-of-type(2) { top: 11px; }
.button_container span:nth-of-type(3) { top: 22px; }
.overlay { position: fixed; background: var(--fTema); top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; transition: opacity 0.35s, visibility 0.35s, height 0.35s; overflow: hidden; z-index: 99; }
.overlay.open { opacity: 0.9; visibility: visible; height: 100%; }
.overlay.open li { -webkit-animation: fadeInRight 0.5s ease forwards; animation: fadeInRight 0.5s ease forwards; -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.overlay.open li:nth-of-type(2) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.overlay.open li:nth-of-type(3) { -webkit-animation-delay: 0.45s; animation-delay: 0.45s; }
.overlay.open li:nth-of-type(4) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.overlay.open li:nth-of-type(5) { -webkit-animation-delay: 0.55s; animation-delay: 0.55s; }
.overlay.open li:nth-of-type(6) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.overlay.open li:nth-of-type(7) { -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.overlay nav { position: relative; height: 60%; top: 57%; transform: translateY(-57%); font-size: 30px; font-weight: 400; text-align: center; }
.overlay ul { list-style: none; padding: 0; margin: 0 auto; display: inline-block; position: relative; height: 100%; }
.overlay ul li { display: block; padding: 15px 0; position: relative; opacity: 0; }
.overlay ul li a { display: block; position: relative; color: #FFF; text-decoration: none; overflow: hidden; }
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after, .overlay ul li.atual a:after { width: 100%; }
.overlay ul li a:after { content: ""; position: absolute; bottom: 0; left: 50%; width: 0%; transform: translateX(-50%); height: 3px; background: #FFF; transition: 0.35s; }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.alturaContainer { height: 665px; }

/* MEDIA QUERIES --------------------*/

@media all and (max-width: 767px) {
    .iconeServico img { width: 80px;}
    .alturaContainer { height: auto; padding: 100px 0px; padding-bottom: 170px; }
    .bgFaixa { height: auto; padding: 50px 0px; }
    .banner { background: url('../img/layout/banner-mobile.jpg'); background-size: cover; background-position: center; height: auto; }    
    .btnClique { border-radius: 30px; width: fit-content; font-size: 23px; padding: 5px 30px 5px 0px; text-align: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
    .btnClique { margin-left: auto; margin-right: auto; }
    .clique { margin-right: 10px; }
    #containerCookie { width: 50% !important; }
    #containerCookie p { font-size: 0.875em; }
    #containerCookie input { font-size: 0.875em; }
    .alinhamentoLogoMenuXs { display: flex; justify-content: space-evenly; align-items: center; }
    .bgSobre .e60 { font-size: 2.375em;}
    .bgSobre p.btn.btn-success.e20.mb30 { font-size: 1.000em; }
    .fonteObjetivo { font-size: 2.075em; }
    .imgServico { margin-top: -15%; }
    .e60 { font-size: 2.375em; }
    .fTemaXs { color: var(--fTema); }
    .bxIcones .e60 { font-size: 3.375em; }
    .bRIcones { border-right: 0px solid #d4d4d4; }    
    .centralizaMobile {display: flex;flex-direction: column;align-content: center;align-items: center;}
    .dfXs { display: flex !important;}
    .dbXs { display: block !important;}
    .flexWrapXs { flex-wrap: wrap;}
    .fullXs { width: 100%;}
    .fWrapXs{ flex-wrap: wrap;}    
    .jFsXs { justify-content: center !important; }    
    .btnWhats { font-size: 1.000em; }
    .sobre img  { margin-top: 0px; }
    .sobre .row { margin-top: 0px; }
    .mobileOnly.fa { display: inline-block; }
    .menuFlex li { border-radius: 0px; text-align: -webkit-left;margin-left: auto;padding: 10px 0 8px;display: block;border-bottom: 1px solid #151743;
    border-right: none;}
    .m0Xs { margin: 0px !important;}    
    .mT0Xs { margin-top: 0px !important;}    
    .menuFlex ul li {color: #151743;}
    .menuFlex ul li:last-child {border-bottom: none;color: #151743;}
    .menuFlex .atual {background-color: unset; color: #151642;}
    .menuFlex li a {text-decoration: none;display: block;width: 100%;margin: 0px;padding: 5px 10px;display: block;border: none;}
    .menu { display: block;}
    .menuFlex ul { flex-wrap: wrap; } 
    .menuFlex li { flex-basis: 100%; } 
    .menuFlex li:hover .subMenus { display: none; }
    .tamanhoXs { width: 80%; }
}
@media (max-width: 300px) {
    .bgFaixa .e80, .fonte24h { font-size: 3.125em; }
    .banner .e70 { font-size: 3.125em; }  
    .banner .e32 { font-size: 1.375em; }      
    .btnClique { border: 2px solid #fff; border-radius: 30px; width: fit-content; width: -moz-fit-content; font-size: 11px !important; color: #fff; padding: 5px 29px 5px 0px; }
    .clique { background: #fff; border-radius: 18px 22px 22px 18px; padding: 8px 20px 8px 20px; color: var(--fTema); }
    .iconeWhats:after { display: none; }
    .faixa { display: block;}
    .fraseTopo .e22 { font-size: 1.000em; }
    .menuFlex li:after { display: none; }
    .menuFlex { display: none; top: unset; }
    .posicaoIconeSaude { width: 60px; }
    .tags .e32 { font-size: 0.625em; }
}
@media (max-width: 485px){
  .btnClique { border: 2px solid #fff; border-radius: 30px; width: fit-content; width: -moz-fit-content; font-size: 11px !important; color: #fff; padding: 5px 29px 5px 0px; }
  .clique { background: #fff; border-radius: 18px 22px 22px 18px; padding: 8px 20px 8px 20px; color: var(--fTema); }
  .iconeWhats:after { display: none; }
}
@media (max-width: 380px){
    .bgFaixa .e80, .fonte24h { font-size: 3.125em; }
    .btnClique { border: 2px solid #fff; border-radius: 30px; width: fit-content; width: -moz-fit-content; font-size: 11px !important; color: #fff; padding: 5px 29px 5px 0px; }
    .banner .e70 { font-size: 3.125em; }
    .banner .e32 { font-size: 1.375em; }      
    .clique { background: #fff; border-radius: 18px 22px 22px 18px; padding: 8px 20px 8px 20px; color: var(--fTema); }
    .iconeWhats:after { display: none; }
    .fraseTopo .e22 { font-size: 1.000em; }
    .menuFlex li:after { display: none; }
    .menuFlex { display: none; top: unset; }
    .menuEstilo { border-radius: 0px; }
    .posicaoIconeSaude { width: 60px; }
    .tags .e32 { font-size: 0.625em; }
}
@media (min-width: 381px) and (max-width: 480px){
    .doencas .col-md-3.col-xs-6.mb30 .e36 , .bgDoenca2 .col-md-3.col-xs-6.mb30 .e36 { font-size: 1.825em; }
    .imgServico { width: 100%; }
    .ajusteFonte .e70 { font-size: 2.725em; }
    .banner font.fTema.e32.fBlack { font-size: 1.125em; }
    .banner font.e18.fTema2.fBlack { font-size: 0.850em; }  
    .menuFlex li:after { display: none; }
    .menuFlex { display: none; top: unset; }
    .menuEstilo { border-radius: 0px; }    
    .posicaoIconeSaude { width: 60px; }
    .tags .e32 { font-size: 0.925em; }
}
@media (min-width: 481px) and (max-width:767px) {   
    .faixa { display: block;}
    .menuFlex li:after { display: none; }
    .menuFlex { display: none; top: unset; } 
    .menuEstilo { border-radius: 0px; } 
    .menuFlex li:not(:last-child):after { display: none; }    
}
@media (min-width: 768px) and (max-width: 991px) {
    .clique { margin-right: 69px; }
    .iconeWhats:after { width: 80px; height: 80px; top: -18px; right: 205px; }    
    .fullSm { width: 100%; }
    .btnWhats { font-size: 1.000em; }
    .btnWhats a { margin-left: 0px; }
    .sobre img  { margin-top: 0px; }
    .sobre .row { margin-top: 0px; }
    .menu { display: block !important;}
    .menuFlex { display: block !important;}
    .flexAlignCenterMenu { flex-direction: column; }
    .flexAlignCenter { display: flex; align-items: center; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btnClique {font-size: 19px;}
    .menuFlexifivel{ width: 100%;}
    .menuFlex { display: block !important;}
    .flexAlignCenter { display: flex; align-items: center; }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .flexAlignCenter { display: flex; align-items: center; }
    .menuFlexifivel{ width: 100%;}
    .menuFlex { display: block !important;}
}

@media (min-width: 1200px) and (max-width: 1420px){
  .ajusteBtnMenu { width: 13.666667%; margin-left: 0; padding-left: 0; }
  .ajusteBtnMenu p { margin-left: 0; padding-left: 0; }
}

@media (min-width: 1600px){
    .flexAlignCenter { display: flex; align-items: center; }
    .menuFlexifivel{ width: 75%;}
    .menuFlex { display: block !important;}%; }
}

img { border: 0; }