/***
** RESET CSS
****/
a { display: block; transition: all .5s ease; }
a:hover { text-decoration: none; }
button,
button:focus { outline: none; }
p { margin: 0px; }
hr { margin: 0px; }
ul { padding: 0px; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: initial; }
b { font-weight: 700; }

html{ height: 100%; }


/***
** FONTES
****/
h1 { font-size: 48px; }
h2 { font-size: 40px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
.f51 { font-size: 51px; }
.f48 { font-size: 48px; }
.f36 { font-size: 36px; }
.f35 { font-size: 35px; }
.f31 { font-size: 31px; }
.f30 { font-size: 30px; }
.f40 { font-size: 40px; }
.f44 { font-size: 44px; }
.f24 { font-size: 24px; }
.f28 { font-size: 28px; }
.f0 { font-size: 0px; }
.f20 { font-size: 20px; }
.f19 { font-size: 19px; }
.f18 { font-size: 18px; }
.f16 { font-size: 16px; }
.f15 { font-size: 15px; }
.f17 { font-size: 17px; }
.f14 { font-size: 14px; }
.f13 { font-size: 13px; }
.f12 { font-size: 12px; }
.f60 { font-size: 60px; }
.f72 { font-size: 72px; }

@media (max-width: 1184px) {
  .f36 { font-size: 30px ; }
  .f60 { font-size: 40px ; }
  .f72 { font-size: 50px ; }
}

@media (max-width: 484px) {
  .f36 { font-size: 25px ; }
  .f60 { font-size: 30px ; }
  .f72 { font-size: 40px ; }
}
.w300 { font-weight: 300; }
.w400 { font-weight: 400; }
.w600 { font-weight: 600; }
.w700 { font-weight: 700; }
.w800 { font-weight: 800; }

.fi{ font-style:italic; }

.lh20{ line-height: 20px; }
.lh24{ line-height: 24px; }
.lh45{ line-height: 45px; }
/***
** CORES
****/
.cbranca { color: #fffcf9; }
.cazulclaro { color: #26A9E0; }
.cazul { color: #133B63; }  
.ccinza { color: #999; }
.cmarromescuro{ color: #6c6c6c; }
.cmarrom{ color: #474747; }
.cmarromclaro{ color: #a29a8d; }
.claranja{ color: #cfa276; }
.bbranca { background: #FFF; }
.bazulclaro { background: #69cdef; }
.bazul { background: #69cdef; }
.bcinzaclaro { background: #F8F9FB; }
.bmarrom{ background: #474747; }
.bmarromclaro{ background: #a29a8d; }
.bfundo{ background: #f1f0ee; }

a.cmarromescuro:hover{ color: #cfa276; }
a.cbranca:hover { color: #cfa276; }

.titulo{ font-size: 36px; color: #133B63; }
.subtitulo{ font-size: 24px; color: #133B63; font-weight: bold; }
.subtexto{ font-size: 24px; color: #999999; }
.texto{ font-size: 18px; color: #999999; }
/***
** BORDAS
****/
.borda { border-width: 1px; border-style: solid; }
.bordabranca { border-color: #FFF; }
.bordaazul { border-color: #133B63; }
.bordaazulclaro { border-color: #69cdef; }
.radius-top-left-20 { -webkit-border-top-left-radius: 20px !important; -moz-border-radius-topleft: 20px !important; border-top-left-radius: 20px !important; }
.radius-top-left-60 { -webkit-border-top-left-radius: 60px; -moz-border-radius-topleft: 60px; border-top-left-radius: 60px; }


.btn-branco{ background: #f1f0ee; border: 1px solid #f1f0ee; border-radius: 18px; color: #69cdef; font-weight: 600; font-size: 14px; padding: 3px 15px; transition: all .9s ease; width: auto; }
.btn-branco:hover{ background: #69cdef; border: 1px solid #69cdef; border-radius: 18px; color: #f1f0ee; font-weight: 600; font-size: 14px; padding: 3px 15px; }

.btn-contato{ background: transparent; border: none; color: #6c6c6c; transition: all 0.5s ease; }

.btn-noticia { color: #a29a8d; border: 2px solid #a29a8d; border-radius: 0; padding: 10px 50px; font-size: 18px; font-weight: 600; }

.btn-blog { display: inline-block; margin: 5px ; }

.btn-blog span{ color: #474747; font-size: 18px; border-radius: 5px ; background: transparent; padding: 1px 15px; border: 1px solid #e3b891; transition: all .5s ease; }
.btn-blog.ativo span, .btn-blog:hover span{ color: #ffffff; background: #e3b891;  }
/***
** SOMBRAS
****/
.text-shadow { text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); }
.box-shadow { -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); }

/***
** BOTÕES
****/
.btnBotao { display: block; text-align: center; }
.btnBotao:hover { color: #; background: #; }

/***
** PAGINAÇÃO
****/
ul.pagination {}
ul.pagination li {}
ul.pagination li a { color: #133B63; border: 1px solid #133B63 !important; }
ul.pagination li.active a,
ul.pagination li a:hover { color: #fff; background: #133B63 !important; }
ul.pagination li a i { color: #133B63; }

/***
** BREADCRUMBS
****/
#breadcrumbs {}
#breadcrumbs ul {}
#breadcrumbs ul li { display: block; float: left; }
#breadcrumbs ul li a.active { font-weight: 800; }
#breadcrumbs ul li a.active p {}
#breadcrumbs ul span { margin: -2px 8px 0px 8px; float: left; font-size: 15px; }


/***
** POSICIONAMENTO
****/
.lh25{ line-height: 25px; }
.lh100 { line-height: 100%; }
.lh110 { line-height: 110%; }
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh160 { line-height: 160%; }
.lh190 { line-height: 190%; }
.lineheight-2 { line-height: px; }
.alignVertial { display: flex; height: 100%; align-items: center; }

/***
** EFEITOS
****/
.scala { -ms-transform: scale(1.0); transform: scale(1.0); }
a:hover .scala { -ms-transform: scale(1.3); transform: scale(1.3); }
.transitions { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

.flaticon-rotate-45:before {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flaticon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flaticon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flaticon-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

a .float-right i{
  position: relative;
  right: 0px;
  transition: right ease .5s;
}
a:hover .float-right i{
  position: relative;
  right: -15px;
}

a .float-left i{
  position: relative;
  left: 0px;
  transition: left ease .5s;
}
a:hover .float-left i{
  position: relative;
  left: -20px;
}

/***
** REMOÇÃO DE TEXTO
****/
.limitaTexto { 
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
    }
.linhas-1 { -webkit-line-clamp: 1; }
.linhas-2 { -webkit-line-clamp: 2; }
.linhas-3 { -webkit-line-clamp: 3; }
.linhas-4 { -webkit-line-clamp: 4; }

/***
** FOMULÁRIO
****/
/*.form-control:focus { color: #; !important; background-color: none !important; border-color: #; !important; box-shadow: none !important; }
.formulario input { height: 60px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: transparent; color: #999999; }
.formulario textarea { height: 250px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;  background: transparent; }
.formulario input,
.formulario textarea { width: 100%; padding: 15px; color: #999999; border: 1px solid #133B63; }
.formulario input:focus,
.formulario textarea:focus { border: 1px solid #083945; outline: 2px solid #083945; }
.formulario ::-webkit-input-placeholder { color: #999999; }
.formulario :-ms-input-placeholder { color: #999999; }
.formulario ::placeholder { color: #999999; }

*/

* {text-decoration: none !important;}
html{ min-height: 100%;}
.container-fluid{ max-width: 1680px; }
a, a:hover, a:-webkit-any-link { text-decoration:none !important; outline:none; }
body { margin: 0; min-height: inherit; font-family: 'Ubuntu', sans-serif;
; font-weight: 400; color:#133B63; background: #fff;}

header.site-head { position: relative; z-index: 10;  width: 100%; color: #fff; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
 }
/*header.site-head .divLogo{ padding: 3px 0; }*/
header.site-head.fixed { position: fixed; z-index: 1000; }
header.site-head a.logo {  }
header.site-head a.logo img { transition: 0.5s ease; }
/*header.site-head.fixed a.logo img {  height: 60px; }*/
header.site-head nav { float: right; font-size: 1.125em; width: 100%;  }
header.site-head nav ul { margin: 0; padding: 0; list-style: none; }
header.site-head nav li { display: inline-block; margin-left: 0px; text-align: center; }
header.site-head div.btn { width: 60px; height: 60px; color: #fff; padding: 0px 15px; text-align: center; font-size: 0.8125em; line-height: 60px; background: transparent; cursor: pointer;}
header.site-head div.btn svg{ width:30px; height: 30px; color:#fff; fill:#fff; margin-top: -3px;}


.menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 55px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  z-index: 300;
  /* border: 3px solid #fff; */
}
.menu-btn__burger {
  width: 35px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(19,59,99,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(19,59,99,.2);
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-10px);
}
.menu-btn__burger::after {
  transform: translateY(10px);
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  transform: translateX(-35px);
  background: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(25px, -25px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(25px, 25px);
}

header.site-head nav div.btn.active {  }
header.site-head nav a { display: block; padding: 10px 25px 10px 25px; position: relative; color:#fff; font-weight: 300; font-style: italic; font-size:18px; text-decoration:none; transition: color .4s ease; background: transparent; }
header.site-head nav a.botao:hover, header.site-head nav a.botao{ background: #26A9E0; border-radius: 10px; transition: all .3s ease; }
header.site-head nav a.botao:hover{ color: #133B63; }
header.site-head nav a.icon{ padding: 0 10px; }
header.site-head nav a i{ font-size: 23px; }
header.site-head nav a:hover, header.site-head nav a.active { color: #26a9e0; background: transparent; }

header.site-head .mobile ul.principal { /*position: absolute; top: 73px; right: 16px; */list-style: none; vertical-align: middle; }
header.site-head .mobile { display: block; position: relative; z-index: 300; }
@media all and (min-width: 992px) {
  nav .nav-item .dropdown-menu{ display: none; }
  nav .nav-item:hover .dropdown-menu{ display: block; }
  nav .nav-item .dropdown-menu{ margin-top:0; }
}

.btn-azul{
  border: 1px solid #26A9E0;
  background: #26A9E0;
  color: #FFF;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  transition: all 1s ease;
}
.btn-azul:hover{
  background: #fff;
  color: #26A9E0;
}
.btn-busca{
  border: 1px solid #26A9E0;
  background: #26A9E0;
  color: #FFF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  transition: all 1s ease;
}
.btn-busca:hover{
  background: #133B63;
  color: #26A9E0;
}

.btn-orcamento  {
  border: 1px solid #69cdef;
  background: transparent;
  color: #69cdef;
  padding: 10px 25px;
  border-radius: 24px;
  font-weight: 600;
  display: inline-block;
  transition: all 1s ease;
}
.btn-orcamento:hover  {
  background: #69cdef;
  color: #fff;
}

/* Banner */
#banner{ background: url(../img/fundo-banner.png) no-repeat center/ cover; padding-top: 100px; }

@media all and (max-width: 575px) {
  #banner{ background: url(../img/fundo-banner.png) no-repeat left center/ cover;  }
}

.barranavegacao{
}
.barranavegacao li{
  display: inline-block;
  color: #cfa276;
}
.barranavegacao li a{
  transition: all 1s ease;
  color: #a29a8d;
}
.barranavegacao li a:hover{
  color: #cfa276;
}

/* Rodape */
#rodape * { transition: all .3s ease; }
#rodape .social svg{
  fill: #26A9E0;
}
#rodape .social svg:hover{
  fill: #133B63;
} 

#fundo-interna{ background-image: linear-gradient(to right, #26A9E0, #133B63); height:125px; }
/* Booweb */
#booweb img { margin-top: -5px; }

#rede .imagem{ border:1px solid #C1C1C1; border-radius:5px; width: 161px; height:125px; max-width: 100%; margin:0 auto; }
#rede .borda-baixo{ border-bottom:2px solid #DBDBDB; }

#cartao{ background:#E2E2E2 url(../img/fundo-mulher-cartao.png) no-repeat center right / contain; }
#cartao ul{ margin-left: 40px; list-style:none; margin-bottom:20px; }
#cartao ul li{padding:12px 50px; position:relative; }
#cartao ul li:before{
  position: absolute;
  left: 0;
  top: 13px;
  content:'';
  background: url(../img/check.svg) no-repeat left center;
  width: 27px;
  height: 27px;
}

.pagination {}
.pagination a { padding: 9px 15px 10px 15px; margin:  0 5px; border-radius: 5px; font-size: 18px; font-weight: 700; color: #133B63; border: 1px solid #133B63; }
.pagination .active a { color: #FFF; background: #133B63; border-radius: 5px; border: 1px solid transparent; }
.pagination li:first-child a,
.pagination li:last-child a { -webkit-border-radius: 0px; -moz-border-radius: 5px; border-radius: 5px; }


#medico{ background: 
             
            url(../img/fundo-mulher-medica.png) no-repeat center right / contain, url(../img/medico-repete.png) repeat-x center; }

#medicamento{ background: url(../img/fundo-checkup.png) no-repeat top left / contain; }

#estabelecimento{ background: url(../img/fundo-sexta.png) no-repeat bottom right; }
#estabelecimento table{ margin-bottom:20px; margin-left:20px }
#estabelecimento table td{ padding: 15px 10px;} 

@media all and (max-width: 992px) {
  #cartao{
    background:#E2E2E2;
  }
  #estabelecimento{ background-image: linear-gradient(to top left, #DDDDDD 1%, #ffffff 90%);  }
}

@media all and (max-width: 1700px) {
  #medico{ 
    background: url(../img/fundo-mulher-medica.png) no-repeat left bottom / cover; 
  }
}

@media all and (max-width: 1200px) {
  #medicamento{  
    background-image: linear-gradient(to bottom right, #DDDDDD 1%, #ffffff 90%); 
  }
}
/**
Página Contato
 **/
#contato{ background:url(../img/fundo-contato.png) no-repeat center / cover; }
#contato .formulario .form-group{ margin-bottom:30px; }
#contato .formulario .form-control{ border: 1px solid #133B63; color: #133B63; border-radius: 5px; background: #fff; font-size: 18px; font-weight: 400; padding:25px 20px;  }

@media all and (max-width: 992px) {
  #contato{
    background:url(../img/fundo-contato.png) no-repeat left / cover;
  }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #133B63;
  opacity: 1; /* Firefox */
}

/*==== CSS - Responsivo ====*/
@media only screen and (min-width: 1200px) {
header.site-head .mobile ul.principal li{ padding: 17px 0 16px 0; }

}
@media only screen and (max-width: 1200px) {
  header.site-head .divMenu .desktop { display: none; }
  header.site-head .mobile { display: block; }
  .content { padding-left: 40px; padding-right: 40px; }
  section header { padding: 0; }
  header.site-head .divLogo {padding: 0;}
  header.site-head .logo{ margin-left: 10px; }
  header.site-head {}
  header.site-head nav { right: 0; top: 0; }
  header.site-head div.btn { display: block; float:right;}
  header.site-head nav ul.principal { position: absolute; right:15px; top: 70px; z-index: 999;  }
  header.site-head .divMenu ul li.dropdown .dropdown-content { border-top: 2px solid #00b1e4; position:relative; background:transparent; width:100%;}
  header.site-head .divMenu ul li.dropdown .dropdown-content li { margin-left:0px; padding:0;}
  header.site-head .divMenu ul li.dropdown:hover .dropdown-content { display: block; background: transparent; }
  header.site-head .divMenu ul li.dropdown .dropdown-content li a{ padding-left: 40px; color: #00b1e4;}
  header.site-head nav li { display: block; margin: 0; float: none; text-align: left; }
  header.site-head nav a { padding: 6px 26px; }
  header.site-head nav a,
  header.site-head nav a:link,
  header.site-head nav a:visited,
  header.site-head nav a:active {  }
  header.site-head nav li:first-child a { border-top: none; }
  header.site-head a.logo { display: inline-block; margin-top: 1px; float: none; vertical-align: middle; }
  header.site-head a.logo img {}
  header.site-head .mobile ul.principal { position: absolute; top: 63px; right: 0px; list-style: none; width: 155px;}
  header.site-head .mobile ul.principal > li.dropdown {}
  header.site-head .mobile ul.principal > li.dropdown > a {}
  header.site-head .mobile ul.principal > li.dropdown:last-child > a { border-bottom: none; }
  header.site-head .mobile ul.principal > li.dropdown > i { margin-top: 5px; padding: 4px 8px; position: absolute; top: 0px; right: 0px; font-size: 14px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
  header.site-head .mobile ul.linksinternos { padding: 0px; list-style: none; }
  header.site-head .mobile ul.linksinternos > li {}
  header.site-head .mobile ul.linksinternos > li > a { padding: 0px 26px; border: none; }
}
.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 50px; right: 20px; width: 60px; height: 60px; -webkit-border-radius: 50%; cursor: pointer; background-color: #25D366; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('../img/whatsplug.svg'); background-size: 50% auto; -webkit-box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);
box-shadow: 0px 0px 7px 1px rgba(255,255,255,1);}
.whatsapp-plug-icon:hover{background-color: #0ba360; box-shadow:all;  }

