html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 51px;
    margin-bottom: 35px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-color: #f5f5f5;
}

footer > .container > p.text-muted {
    margin: 8px 0 7px 0;
}

img.full {
    width: 100%;
}

hr.small {
    margin: 3% 0;
}

hr.medium {
    margin: 5% 0;
}

hr.top {
    margin: 9% 0 5% 0;
}

hr.bottom {
    margin: 5% 0 9% 0;
}

.home * {
    outline: none;
}

.flexslider {
    border: 0;
    border-radius: 0;
    margin-bottom: 27px;
}

.home h1 {
    color: #fff;
    line-height: 50px;
    font-size: 50px;
    font-weight: 700;
}

.home h1.fill {
    color: #333;
}

.home h2 {
    color: #131719;
    line-height: 50px;
    font-size: 32px;
    font-weight: 400;
}

.home h3 {
    margin-bottom: 20px;
    color: #333739;
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
}

.home h4 {
    line-height: 19px;
    font-size: 18px;
    font-weight: 400;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    color: #555;
    margin-top: 8px;
}

.home h1 span,
.home h2 span,
.home h3 span,
.home h4 span,
.home h5 span,
.home h6 span {
    color: #008ab1;
}

.home img {
    margin: 0;
}

.home .box img {
    width: 100%;
    margin-bottom: 15px;
}

.home hr {
    margin: 30px 0 20px;
    border: none;
    height: 1px;
    background: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.06), rgba(0,0,0,0));
    clear: both;
}

.home .hr {
    border-top: solid 1px #f2f2f2;
    width:100%;
    margin-top: 50px;
}

.home .hr span {
    display: block;
    background-color: #008ab1;
    width: 15%;
    height: 8px;
    margin-top: -1px;
    position: relative;
}

.home p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #555;
}

.home p span {
    color: #008ab1;
}

.home .btn {
    margin-bottom: 10px;
}

.home .btn-custom {
    margin: 0;
    padding: 10px 30px;
    color: #333739;
    line-height: 25px;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.home .btn-custom:active {
    box-shadow: none;
}

.home .btn-custom:focus {
    outline: none;
}

.desktop{display: block;}
.mobile{display:none;}

.home .btn-custom.blue {
    background: #2f9ad2;
    border-color: #2f9ad2;
}

.home .btn-custom.blue:hover {
    background: #44abe1;
    border: 1px solid #44abe1;
}

.home a {
    transition: color 0.1s ease;
}

.home a:hover {
    color: #c3c7c9;
    text-decoration: none;
}

.home a:focus {
    outline: 0;
}

.home .blue {
    color: #f3f7f9;
}

.home .blue:hover {
    color: #f3f7f9;
}

.home .tab_menu .top50 {
    margin-top: 50px !important;
}

.home .nav-tabs,
.home .nav-pills,
.home .alert,
.home .media-list,
.home .breadcrumb {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}

.home .media-list h4 {
    font-size: 16px;
    font-weight: 600;
}

.home.pagina {
    margin-top: 5px;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left > li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left > li {
  margin-right: -1px;
}

.tabs-right > li {
  margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color: #008ab1;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
  color: #008ab1;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  color: #777777;
  text-align: right;
}

.tabs-left > li > a .novo {
    float: right;
    background-color: #008ab1;
    border-radius: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    margin-left: 10px;
}

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.sideways.tabs-left {
  left: -50px;
}

.sideways.tabs-right {
  right: -50px;
}

.sideways.tabs-right > li {
  transform: rotate(90deg);
}

.sideways.tabs-left > li {
  transform: rotate(-90deg);
}

#app-nav-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 999;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

@media only screen and (max-width: 767px) {
  .desktop{display: none;}
  .mobile{display:block;}
}
