/*
Theme Name: LinksMedicus v20
Theme URI: https://linksmedicus.com/
Author: Lucas Santos
Author URI: https://gifweb.com.br/
Description:
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linksmedicus.com
Tags: medical, medicine, free news.
Use it to make something cool, have fun, and share what you've learned with others.
*/
input::-webkit-input-placeholder {
    font-size: 2.59999rem;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
article.newsIndex {
  overflow: hidden;
}
small{
  font-size: 80%;
  font-weight: 400;
  width: 110px;
  background: #27b3ed;
  padding: 10px 15px;
  border-right: 3px solid #1b81ab;
  color: #FFF;
  border-radius: 10px 0px 0px 10px;
  text-align: right;
  float: left;
  margin: 0 20px 0 0px;
}
article.newsIndex h3 {
  font-size: 1.188888999rem;
  display: -webkit-box;
}
ul.wp_categories_widget-2 li {
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    /* display: block; */
}
ul.wp_categories_widget-2 li a {
    color: #333;
    /* text-decoration: none; */
}
span.post-count {
    background: #c1daec;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 0.788888rem;
    color: #fff;
    float: right;
}
span#siteseal img {
  width: 140px;
}
#wtgbr, #gt-c {
  display: none;
}
div#contentframe {
  top: 0px !important;
}
.blue-telegram {
  background: #34abe0 !important;
  border: 0 !important;
}
.btn-telegram p {
  padding: 0 30px 0 0px;
}
.btn-telegram {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/*! Pushy - v1.3.0 - 2019-6-25
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #f5f5f5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.navbar.navbar-default, .collapse.in, .collapsing {
  display: block !important;
}
ul.ulRSS {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.pushy a {
  display: block;
  color: #8899a6;
  text-decoration: none;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #dedede;
}
.pushy a:hover {

}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
main.headerH ul {
  list-style: inside;
  padding-left: 20px;
}
.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(270px, 0, 0);
  -ms-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu {
  border-bottom: 1px solid #dedede;
}
.pushy-submenu > ul {
  padding-left: 0px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #196d90;
  padding: 10px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {

}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 100%;
  visibility: visible;
  background: #e1e8ed;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*# sourceMappingURL=pushy.css.map */



/*#########
MANUAL DO CSS

1 - NAVBAR
2 - TABS (Specialties)
3 -

##########*/
.menuTop li a {
  color: #797979;
}
span.span-li {
  font-size: 0.8em;
  color: #999999;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');
body{
  font-family: 'Roboto',' Open Sans', Arial, Tahoma, sans-serif !important;
  top:0 !important;
  font-size: 1.04rem !important;
}
.goog-te-banner-frame {
  display: none;
}
.navbar-toggler{
  border: 0 !important;
}
.blue{
  color: #196d90;
}
.bg_whats {
  background: #ede7dd;
  padding: 30px;
  border-radius: 1%;
}
p.whatsapp_or {
  text-align: center;
  background: #CCC;
  border-radius: 50%;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
span.number-round {
  background: #5cb85c;
  border-radius: 50%;
  color: #FFF;
  padding: 1px 7px 1px 7px;
}
ol li ol li {
  color: #b3b3b3;
}
header.headerH h1 {
  font-size: 2em;
  font-weight: 600;
  border-bottom: 1px solid #cecece;
  margin: 0 0 30px 0;
}
header.singleS h1 {
  font-size: 2em;
  font-weight: 600;
  border-bottom: 1px solid #cecece;
}
article.newsIndex h3 {
  margin: 0px 0 -5px 0;
}
li.news-li {
  min-height: 85px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
main.headerH h2 a {
  font-size: 0.75em;
  font-weight: 600;
  color: #196d90;
}
main.headerH a {
  color: #007c89;
}
.medicalFigure {
  background: #0e7e9c;
  padding: 25px 0;
  margin: 0 0 4px 0;
  width: 19%;
  display: inline-block;
}
.mainSpecialties a, .mainSpecialties a:hover {
  color: #FFF;
}
.mainSpecialties{
  text-align: center;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
h1.outline, .outline {
  display: none;
}
header.topo {
  border-bottom: 8px solid #1a477c;
  background:#f5f5f5;
}
.bg-info{
  background: transparent !important;
  color:#333;
}

/*********** ROW ***********/
.row{
  width: 100%;
  max-width: 1192px;
  margin: 0 auto !important;
}
/*********** /.ROW ***********/


/*********** 1 - NAVBAR ***********/
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem
}

.navbar .dropdown-menu {
  border: none;
  background: #eef2f5 !important;
  margin-top: 8px
}

ul.menuTop{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px
}

.aNews a:hover{
  background: #abeafe;
}

.navbar .nav-item {
  padding: 0;
  margin: 0 .25rem
}

.navbar .dropdown {
  position: static
}

.navbar .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 92px;
}

.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
  display: block !important
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff
}

a.i {
  margin-top: -20px;
  font-weight: 400;
  color: white
}

a.catogary {
  margin-left: -20px;
  color: white
}

button.srch {
  padding: 0px
}
span.topTEEN {
  font-size: .9em;
  display: block;
  background: #27b3ed;
  float: right;
  padding: 3px 2px;
  color: #FFF;
}
.nav-links{

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  input.srch {
    padding: 0px;
    width: 100%
  }
}
a#navbarDropdown {
  font-size: 1.1222rem;
}
a.nav-link.active {
  font-weight: 700;
  background-color: #eef2f5;
  color: white
}

a.navbar-brand {
  color: white;
}

span.navbar-toggler.icon {
  color: black
}
a:hover.aNews {
  background: #eef2f5;
}
/*********** ./NAVBAR ***********/

/*********** SEARCH ************/
.form-inline{
  width: 100%;
}
.form-control{
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  width: 65% !important;
}
.custom-select{
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  width: 30% !important;
}
button.btn.btn-outline-secondary {
  border-radius: 50%;
  width: 3.5%;
  background: #196d90;
  color: #FFF;
}

/*********** ./SEARCH ***********/


/*********** 2 - TABS ***********/
/* Tabs*/
section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
  background: #eee;
  color: #eee;
}
#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #196d90 !important;
  background-color: transparent !important;
  border-color: #196d90 !important;
  border-bottom: 0px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #a0a0a0;
  font-size: 20px;
}
.nav-tabs {
  border-bottom: 1px solid #196d90 !important;
}
.libraryGrig{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*text-align: center;*/
}
article.tabsH3 h3 a {
  font-size: .62em;
  color: #333;
}
/*********** ./TABS ***********/

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#footer {
  background: #1a477c !important;
}
#footer h5{
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color:#ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color:#ffffff;
}
#footer ul.social li a:hover{
  color:#eeeeee;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

ul.ulLatest{
  float: left;
  padding-left: 0;
  margin: 30px 0 0 0;
}
.navbar{
  width: 100%;
  padding: 0px 0px !important;
  background: #F5F5F5;
}
a#navbarDropdown {
  padding: 38px 20px;
  color: #196d90;
  margin:0 0 0 20px;
}
h2.section-title{
  font-size: 1.6em;
  font-weight: 400;
  color:#196d90;
}
.sectionTop h2, .sectionNews h2{
  font-size: 1.7em;
  font-weight: 100;
  border-bottom: 3px solid #1e7bbb;
}
.sectionTop h3, .sectionNews h3{
  font-size: 1em;
  font-weight: 600;
  line-height: 1.40;
}
span.viewAll {
  font-size: .45em;
  position: absolute;
  line-height: 40px;
  margin: 0 20px 0 0px;
  right: 0;
}
a.logo{
  background: url('img/logolinks.png') center center/295px no-repeat;
  height: 100px;
}
.pdg_bt{
  padding-bottom: 0 !important;
}
.goog-te-menu2 tr {
  display: grid !important;
  grid-template-columns: 1fr !important;
  height: 400px;
  overflow: scroll;
}
.goog-te-menu2-colpad {
  width: 16px;
}
ul.archiveUl li {
  width: 16.49%;
  float: left;
  background: #f5f5f5;
  margin: 1px;
  padding: 5px 5px;
  display: grid;
  text-align: center;
}
ul.listUlSubs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
button.menu-btn {
  border: 0;
  background: transparent;
  left: 0;
}
.over {
  overflow: hidden;
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  small{
    background: #27b3ed;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
    float: none;
    width: auto;
    border-radius: 5px;
    border-right: 0;
  }
  .top50 {
    margin-top: 80px;
}
  .padding-cel{
    margin:40px;
  }
  section.sectionNews.col-lg-9.col-xs-12.padding-top.top50 {
    padding-top: 90px;
  }
  svg#Layer_1 {
    width: 200px;
    height: 50px;
  }
  li.news-li {
    height: auto;
    overflow: hidden;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 20px 0;
  }
  .btn-telegram p {
    padding: 0;
  }
  .navbar-brand {
    margin-right: 0 !important;
  }
  .btn-telegram {
    /* max-width: 600px; */
    /* margin: 0 auto; */
    display: block;
  }
  a.logo{
    background: url(../img/logolinks.png) center center/240px no-repeat;
    height: 60px;
  }
  .top30{
    top:-30px;
  }
  .top50{
    top:-50px;
  }
  #godaddy-security-badge{
    z-index: 1000 !important;
  }
  .libraryGrig{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  article.tabsH3 {
    padding: 0 5px;
  }
  .padding-top{
    padding-top: 0;
  }
  .mainSpecialties {
    text-align: center;
  }
  .medicalFigure {
    background: #0e7e9c;
    padding: 25px 0;
    margin: 0 0 4px 0;
    width: 32%;
    display: inline-block;
  }
  ul.ulRSS {
    display: grid;
    grid-template-columns: 1fr;
  }
  ul.listUlSubs {
    display: grid;
    grid-template-columns: 1fr;
  }
  .navbar{
    width: 100%;
    padding: 10px 0px !important;
  }
  div#nav-tabContent {
    padding: 0 !important;
  }
  ul.menuTop{
    display: grid;
    grid-template-columns: 1fr;
  }
  a.navbar-brand.logo.col-lg-3.col-8 {
    margin: 0;
  }
  a#navbarDropdown {
    padding: 10px 20px;
  }
  .tab-pane{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*text-align: center;*/
  }
  ul.archiveUl li {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
    width: 48%;
    float: left;
    background: #f5f5f5;
    margin: 1px;
    padding: 5px 5px;
    display: grid;
    text-align: center;
  }
  .form-control{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin: 20px 0 10px 0;
    height: 50px !important;
  }
  .custom-select{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin: 10px 0 20px 0;
    height: 50px !important;
  }
  button.btn.btn-outline-secondary {
    border-radius: 0%;
    width: 50%;
    background: #196d90;
    color: #FFF;
    margin: 0 auto 30px;
    height: 50px !important;
  }
}
.beta{
  text-align: center;
  background: #26b2ec;
  color: #f5f5f5;
}
