/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.homepage-header {
    min-height: 400px;
    background: url('/hepatites/imgHeader2.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

.homepage-header .tagline-wrapper{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-shadow: 0px 1px 1px #000;
    line-height: 26px;
    font-weight: 400;

    background-color: rgba(255,255,255,.2);
    margin: 2em -1em;
    padding: 1em;

    border-radius: 9px;
}
.homepage-header .tipos-de-hepatite{
  margin: 1em -1em;
}
.homepage-header .tipos-de-hepatite div{
  font-size: large;
}
.homepage-header .tipos-de-hepatite a{
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 30px;
    border: solid 1px;
    border-radius: 9px;
    margin-left: .25em;
}
.homepage-header .tipos-de-hepatite a:hover{
  background-color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Source Sans Pro', sans-serif !important;
}



/* Customize the text color and shadow color and to optimize text legibility. */

.navbar{
    background-color: #fff;
}

.navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 50px;
    border: 0;
    background: transparent;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.roche-logo {
    width: 72px;
    height: 50px;
    line-height: 48px;
    margin-left: 40px;
}
.roche-logo img {
    width: 100%;
    padding: 5px;
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
    margin: 0 0 .5em;
}

.blue-circle {
    width: 120px;
    background-color: #92CBED;
    height: 120px;
    display: inline-block;
    line-height: 120px;
    border-radius: 9px;
    box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.blue-circle img {
    padding: 0 0 10px 10px;
}
footer {
    margin: 50px 0;
}

.frontpage-options{
    margin: 2em 0;
    list-style: none;
    padding: 0;
    width: 100%;
}
.frontpage-options .btn {
    background-color: rgba(0,0,0,.5);
    border-color: #666;
    color: #fff;
}
.frontpage-options .btn:hover{
    background-color: #fff;
    color: #000;
}


.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.imagempagina {
    float: right;
    margin-left: 10px;
    border-radius: 10px;
    min-width: 150px;
}

#sideMenu{
  margin-top: -25px;
}
#sideMenu .nav>li>a {
    border-bottom: solid 1px #f1f1f1;
    font-weight: 500;
}
#sideMenu h4 {
  display: inline-block;
  background-color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  margin: 0;
  font-size: 25px;
  margin-bottom: 6px;
}
#sideMenu .nav>li>a.current{
  font-weight: 700;
  background: #FAFAF9
}

#sideMenu .nav>li>a.current:after {
    left: 100%;
    border: solid transparent;
    border-color: rgba(235,234,228,0);
    border-left-color: #FAFAF9;
    border-width: 1.269em;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -1.269em;
}

.navbar-brand {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.content-header {
  height: 100px;
  background: url('') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

h4.blue-circle-label{
  background-color: #f1f1f1;
  padding: 20px;
  margin: auto;
  display: block;
  max-width: 220px;
  margin: -10px auto 20px auto;
  border-radius: 8px;
}


@media (max-width: 576px) {
  .blue-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .blue-circle img {
    padding: 0 0 5px 5px;
  }
  .imagempagina {
    max-width: 150px;
    min-width: initial;
  }
  .video-container {
    padding-bottom: 75%;
  }
  .homepage-header .tipos-de-hepatite div{
    font-size: small;
  }
  .homepage-header .tipos-de-hepatite a{
    min-width: 21px;
  }
}

@media (max-width: 768px) {
  .text-sm-center{
    text-align: center
  }
  .roche-logo {
      width: 48px;
      height: 50px;
      line-height: 48px;
      margin-left: 10px;
  }
}


@media (max-width: 992px) {

}


@media (max-width: 1200px) {

}
