.navbar {
  min-height: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.navbar-nav.navbar-right > li:not( :last-child ) {
  background: url('../images/separador_menu_principal.jpg') right center no-repeat;
}
.navbar-nav.navbar-right > li.dropdown > a > span.avatar > span.user {
  text-decoration: underline;
  font-weight: bold;
}
.navbar-nav.navbar-right > li.dropdown > a > span.avatar > span.glyphicons,
.navbar-nav.navbar-right > li.dropdown > a > span.avatar > span.fa {
  top: 3px;
}
.navbar-nav.navbar-right.navbar-template > li > a:hover,
.navbar-nav.navbar-right.navbar-template > li > a:focus,
.navbar-nav.navbar-right.navbar-template .open > a,
.navbar-nav.navbar-right.navbar-template .open > a:focus,
.navbar-nav.navbar-right.navbar-template .open > a:hover {
  background-image: -webkit-linear-gradient(top, #719431 0%, #8CB036 100%);
  background-image: -o-linear-gradient(top, #719431 0%, #8CB036 100%);
  background-image: linear-gradient(to bottom, #719431 0%, #8CB036 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff719431', endColorstr='#ff8cb036', GradientType=0);
}
.navbar-nav.navbar-right.navbar-template .dropdown a.dropdown-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
  /*&:hover, &:active{
					#gradient > .vertical( #719431; #8CB036 );
				}*/
}
.navbar-nav.navbar-right.navbar-template .dropdown a.dropdown-toggle span.avatar > span.fa-stack > i.fa.fa-circle {
  color: #A0B5C9;
}
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu {
  background-color: #8CB036;
  border-bottom: #2bdbff solid 3px;
}
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu > .active > a,
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu > .active > a:hover,
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #8CB036 0%, #7c9c30 100%);
  background-image: -o-linear-gradient(top, #8CB036 0%, #7c9c30 100%);
  background-image: linear-gradient(to bottom, #8CB036 0%, #7c9c30 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cb036', endColorstr='#ff7c9c30', GradientType=0);
  background-color: #7c9c30;
}
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu > li > a {
  color: #fff;
}
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu > li > a:hover,
.navbar-nav.navbar-right.navbar-template .dropdown ul.dropdown-menu > li > a:focus {
  background-color: #7c9c30;
}
.urgencias_lateral_menu {
  width: 224px;
}
.urgencias_lateral_menu li {
  border-bottom: 1px solid #C5C5C5;
  color: #666666;
  height: 46px;
  background-color: #EEE;
  font-weight: bold;
}
.urgencias_lateral_menu li.title {
  padding: 5px 70px;
  background: url('../images/back-menu.jpg') left center no-repeat;
  background-color: #6c6c6c;
  color: #fff;
  height: 39px;
}
.urgencias_lateral_menu li.title span {
  display: inline-block;
  padding-top: 5px;
}
.urgencias_lateral_menu li a {
  color: #666666;
}
.urgencias_lateral_menu li a:hover,
.urgencias_lateral_menu li a:focus {
  font-weight: bold;
}
.urgencias_lateral_menu li a span.icon {
  padding: 10px 30px 10px 20px;
  font-size: 25px;
  float: left;
}
.urgencias_lateral_menu li a span.text {
  width: 224px;
  float: left;
  padding: 13px 18px;
}
.container-fluid,
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.urgencias_bar_menu {
  min-height: 74px;
  padding-left: 70px !important;
  background-color: #fbfbfb;
  background-repeat: repeat-x;
  border-bottom: #dddddd solid 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
}
.urgencias_bar_menu > li {
  min-height: 74px;
  float: left; /*float: right;*/
  text-align: center;
  width: 170.6px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
}
.urgencias_bar_menu > li:hover,
.urgencias_bar_menu > li:active,
.urgencias_bar_menu > li.active {
  background-color: #ebebeb !important;
}
.urgencias_bar_menu > li:hover > a,
.urgencias_bar_menu > li:active > a,
.urgencias_bar_menu > li.active > a {
  background-color: #ebebeb !important;
}
.urgencias_bar_menu > li > a {
  font-size: 15px;
  color: #666666;
  height: 74px;
  padding: 20px 15px;
}
.urgencias_bar_menu > li.dropdown > .dropdown-menu {
  padding: 0px;
  width: 234px;
  background-color: #f4f4f4;
  margin: -1px 0 0;
  border: none;
  border-radius: 0px;
  border-bottom: #2bdbff solid 3px;
}
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li {
  height: 40px;
  float: left;
  width: 234px;
}
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li > a {
  padding: 10px 20px;
}
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li:hover,
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li:active,
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li.active {
  background-color: #ebebeb !important;
  color: #666;
}
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li:hover > a,
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li:active > a,
.urgencias_bar_menu > li.dropdown > .dropdown-menu > li.active > a {
  background-color: #ebebeb !important;
  color: #666;
}
.secondary-menu {
  padding: 20px 15px;
}
.secondary-menu .urgencias-secondary-bar-menu {
  min-height: 46px;
  border-bottom: #63c1f5 solid 1px;
}
.secondary-menu .urgencias-secondary-bar-menu li {
  height: 46px;
  width: 198.8px;
  float: left;
  text-align: left;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
}
.secondary-menu .urgencias-secondary-bar-menu li:not(:last-child) {
  background: url('../images/separador.png') right top no-repeat;
}
.secondary-menu .urgencias-secondary-bar-menu li:active a,
.secondary-menu .urgencias-secondary-bar-menu li.active a {
  height: 46px;
  background-color: #009aef !important;
  color: #ffffff;
}
.secondary-menu .urgencias-secondary-bar-menu li a {
  font-family: Arial;
  font-size: 13px;
  color: #009aef;
  padding: 5px 11px !important;
}
.secondary-menu .urgencias-secondary-bar-menu li a b {
  font-size: 15px;
}
.secondary-menu .urgencias-secondary-bar-menu li a:hover,
.secondary-menu .urgencias-secondary-bar-menu li a:focus {
  height: 46px;
  background-color: #009aef !important;
  color: #ffffff;
}

html,
body {
  font-family: "Arial";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: #666;
}
html {
  position: relative;
  min-height: 100%;
}
.fixed {
  position: fixed !important;
}
.footer-distributed{
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding: 30px 70px;
  margin-top: 80px;
}

.footer-description{
  font-size: 13px;
}

.footer-distributed .col-md-1,
.footer-distributed .col-md-5,
.footer-distributed .col-md-10{
  vertical-align: top;
}

.blue{
  display: none;
}

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 12px sans-serif;
    padding: 30px 20px;
  }
}
.footer-title{
  color: #2ADDF9;
  font-size: 16px;
  margin-top: 7px;
}
.footer-phone{
  color: #2ADDF9;
  font-size: 18px;
}
.footer-section{
  padding-right: 10px;
  border-right: 1px solid #2ADDF9;
}
.enfermedades-piel {
  padding: 10px 20px;
  color: #333;
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border-radius {
  border-radius: 0px !important;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 40px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 40px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 40px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 40px;
}
.border-xs {
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.border-sm {
  border: 3px solid rgba(255, 255, 255, 0.45);
}
.border-md {
  border: 5px solid rgba(255, 255, 255, 0.45);
}
.border-lg {
  border: 10px solid rgba(255, 255, 255, 0.45);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.box-light {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cause-title h5 {
  width: 230px;
}
.stats-data-text {
  display: inline-block;
  margin-top: 10px;
}
.shape-circle {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
}
.shape-circle:hover {
  opacity: .8;
}
.nav {
  margin: 0;
  width: 100%;
}
.container {
  max-width: 1027px;
  /* float: left; */
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px;
  display: table;
  padding-bottom: 30px;
}
.content-gray {
  background-color: #ECEDEF;
  min-height: 175px;
  border: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.content-gray .recuerda {
  font-size: 34px;
  color: #666666;
}
 .full-l{
  padding-left: 0px;
}
.content-gray b {
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer-section{
    padding-right: 0px;
  }
  .footer-phone{
    font-size: 12px;
    line-height: 20px;
  }

  .time{
    margin-left: 16.66666667%;
  }
  .footer-distributed .img-responsive{
    max-width: 30px;
  }
  .hour, .contact{
    padding-bottom: 20px;
  }

  .blue{
    border: solid 1px #2ADDF9;
    display: block !important;
  }

  .hour{
    margin-top: -40px;
  }

  .footer-title{
    font-size: 12px;
    margin-top: 7px;
  }

  .full{
    padding-right: 0px;
  }

   .full-l{
    padding-left: 0px;
  }

  .place{
    font-size: 11px;
  }
  .secondary-menu .urgencias-secondary-bar-menu li {
    width: 100%;
  }
  .secondary-menu .urgencias-secondary-bar-menu li:not(:last-child) {
    background: no-repeat;
  }
  .orange-heading,
  .panel.no-hacer .panel-heading .span-title,
  .panel.no-hacer .panel-heading .span-sub-title {
    font-size: 15px !important;
  }
  .viewport {
    width: 100% !important;
  }
  .tiny-carousel .overview li {
    width: 300px !important;
  }
  .tiny-carousel .overview li .desc {
    font-size: 13px !important;
  }
  .panel .panel-body .panel-middle {
    height: auto !important;
  }
  .urgencias_bar_menu {
    border-bottom: none;
  }
  .urgencias_bar_menu > li {
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
  .img-pustulas {
    width: 233px !important;
  }
  .orange-title {
    font-size: 21px !important;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right!important;
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .secondary-menu .urgencias-secondary-bar-menu li {
    width: 100%;
  }
  .secondary-menu .urgencias-secondary-bar-menu li:not(:last-child) {
    background: no-repeat;
  }
  .urgencias_bar_menu {
    border-bottom: none;
  }
  .urgencias_bar_menu > li {
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
}
.urgencias_container {
  width: auto;
  max-width: 680px;
  padding: 20px 15px;
}
.home {
  background: url('../images/home1.png') center bottom no-repeat;
  top: 255px;
  background-image: url(images/background-photo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  margin-top: -24px;
}
.nav-blue {
  background: #009BE8;
  height: 60px;
}
.navbar-brand {
  padding: 10px 35px !important;
}
.navbar-text {
  color: #fff;
  font-size: 21px;
}
/*.signos{
	background: url('../images/sintomas.jpg') right center no-repeat;
    width: 50px;
    height: 50px;
    right: 37px;
    position: absolute;
}

.alarmas{
	background: url('../images/alarma.jpg') right center no-repeat;
    width: 50px;
    height: 50px;
    right: 38px;
    position: absolute;
}

.home{
	background: url('../images/home.jpg') right center no-repeat;
    width: 50px;
    height: 50px;
    right: 38px;
    position: absolute;
}*/
hr {
  border-top: 1px solid #E0E0E0;
}
.header,
.banner,
.urgencias_footer {
  width: 100%;
  z-index: 3;
}
.header img,
.banner img,
.urgencias_footer img {
  width: 100%;
  margin-bottom: 20px;
}
.content {
  min-height: 100%;
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper {
  width: 220px;
  margin: 100px auto;
  font-size: 0.8125em;
}
.content-color {
  padding: 20px;
  background-color: #f3f2f2;
  height: 100%;
  padding-top: 20px;
}
.description {
  height: 100%;
  float: right;
}
a h5 {
  color: #666 !important;
}
/*.container{
	padding-top: 30px;
}*/
.middle {
  min-height: 169px;
  display: flex;
  align-items: center;
}
.item h4 {
  font-size: 30px;
  color: #002C45;
  line-height: 50px;
}
.item h4 span {
  border-bottom: #2ADDF9 solid 1px;
  padding-bottom: 5px;
}
.item h4 span:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 14px;
  left: 0px;
  /* margin-top: 22px; */
  width: 6px;
  height: 6px;
  background-color: #2ADDF9;
}
.item-content h4 {
  font-size: 30px;
  color: #002C45;
}
.item-content h4 span {
  border-bottom: #2ADDF9 solid 1px;
  padding-bottom: 5px;
}
.item-content h4 span:after {
  content: '';
  position: absolute;
  top: 42.5%;
  margin-top: 13px;
  border: 3px solid #2ADDF9;
}
.orange-title {
  font-size: 28px;
  font-weight: bold;
  color: #FF9300;
}
.urgencias-content {
  margin-top: 30px;
}
.glossary {
  color: #0099ED;
  text-decoration: underline;
}
.video {
  padding-top: 30px;
}
.video .ver-mas {
  font-size: 12px;
  color: #666666 !important;
}
.video .screen {
  width: 272px;
}
.video .screen .desc {
  height: 88px;
}
.video .screen .rotulo {
  width: 144px;
  height: 60px;
  position: absolute;
  background-color: #fff;
  top: 42.1%;
  color: #012D45;
  font-size: 22px;
  padding: 2px 15px;
}
.desc {
  color: #666666;
  font-size: 16px;
}
.yellow-content {
  background-color: #FFE599;
  padding: 10px 20px;
  border-radius: 6px;
}
.yellow-content span {
  font-weight: bold;
  font-size: 17px;
}
.panel {
  border-radius: 0px;
}
.panel.no-hacer .panel-heading {
  height: 87px;
  padding: 6px 15px;
  text-align: left;
}
.panel.no-hacer .panel-heading img {
  padding: 12px 0px;
}
.panel.no-hacer .panel-heading .span-sub-title {
  font-size: 24px;
  color: #4BC0D2;
  font-weight: normal;
}
.panel.no-hacer .panel-heading .span-title {
  font-size: 30px;
  color: #4BC0D2;
  font-weight: bold;
}
.panel.no-hacer .row {
  padding: 20px;
}
.panel.no-hacer .border-bottom {
  border-bottom: #C6D0D9 solid 1px;
}
.panel .panel-heading {
  background-color: #DDDDDD;
  text-align: center;
}
.panel .panel-heading .title {
  color: #0099ED;
  font-size: 17px;
  font-weight: bold;
}
.panel .panel-body .panel-middle {
  height: 255px;
  display: flex;
  align-items: center;
}
.panel .panel-body.panel-no-padding {
  padding: 0;
}
.ver-mas {
  color: #FFB643 !important;
  font-size: 18px;
}
h5 {
  font-size: 24px;
}
.view {
  padding-top: 10px;
}
.box-content {
  padding-top: 20px;
}
.actions {
  float: right;
  margin-right: -15px;
}
.options {
  color: #365366;
  text-decoration: underline;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
}
.pad-title {
  padding-top: 7px;
}
.text-blue {
  color: #0099F6;
  font-size: 14px;
  font-style: italic;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.urgencias_gray_content {
  background-color: #efefef;
  padding: 13px 18px;
}
.urgencias_dark_blue_content {
  background-color: #E6EEF4;
  padding: 13px 18px;
}
.urgencias_light_blue_content {
  background-color: #F0F5F7;
  padding: 13px 18px;
}
table.form td {
  padding: 15px;
  vertical-align: middle;
}
.block-title {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}
.txt-primary {
  color: #00A5AA;
}
/* LABELS */
.control-label {
  color: #666666;
  font-size: 15px;
  font-family: Arial;
}
.btn-urgencias {
  border: 1px solid #00A8FF;
  max-width: 100%;
  white-space: normal !important;
  word-wrap: break-word;
  color: #005985;
  padding: 14px 15px;
  min-width: 200px;
}
.btn-urgencias:hover {
  color: #fff;
  background-color: #00A8FF;
}
.modal-title {
  color: #4BC0D2;
  font-weight: bold;
}
.panel-exit > .panel-body {
  height: 38px;
}
.orange-heading {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #FF9326;
}
/**
 * Diccionario
 */
.glossary {
  cursor: pointer;
}
.content-diccionario {
  margin-top: 30px;
}
.diccionario li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
  list-style: none;
  outline: none;
}
.diccionario a {
  display: inline-block !important;
  float: left !important;
  margin: 20px 10px 20px 0px !important;
}
.diccionario a:not( .disabled ) {
  cursor: pointer;
  color: #02b2b8;
}
.diccionario a.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  cursor: not-allowed;
  color: #ccc;
}
.diccionario .diccionario-data li {
  margin: 10px 0px;
  font-size: 15px;
  color: #0063b2;
  cursor: pointer;
}
/* slider1 */
.tiny-carousel {
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100%;
}
.tiny-carousel .viewport {
  float: left;
  width: 400px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.tiny-carousel .disable {
  visibility: hidden;
}
.tiny-carousel .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
.tiny-carousel .overview li {
  float: left;
  overflow: hidden;
  height: 249px;
  width: 400px;
}
.content-carousel img.img-signos {
  width: 100%;
}
.img-papulas {
  width: 105px;
  margin:0 auto;
}
.img-vesicula {
  width: 140px;
  margin-left:100px;
}
.img-pustulas {
  width: 310px;
}
.abrir {
  cursor: pointer;
}
