﻿@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");

body{
    font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.titulo-artigo{
    padding-left:20px;
}

.well{
    border-radius:0;
    border:none;
    padding:0;
    color:#fff;
    font-size:18px;
}

.well .col-sm-4{
    padding:0;
    border-left:1px solid rgba(0,0,0,0.1);
    background-color:#fff;
    border:none;
    letter-spacing:1px;
    font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.well .col-sm-4:first-child{
    border-left:none;
}

.well .col-sm-5{
    background-color:#3498db;
    padding:20px;
}

.well .carregado{
    background-color:#2978ad;
}

.well .carregado a{
    color:#fff;
}

.btn-normal{
    border-radius:0;
    border:none;
    padding:10px;
}

p.desc-artigo{
    padding-left:40px;
    color:#3498db;
}

.media-carousel 
{
  margin-bottom: 0;
  padding: 0 30px 30px 30px;
  margin:0 auto;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */