html,
body {
  font-family: "Exo 2", sans-serif;
}


h1 {
  font-size: 30px;
}
h2, h3, h4, h5, h6 {
  font-size: 20px;
}
a {
  color: #333;
}
a:hover, a:active, .list-social-icons a:visited {
  color: #666;
}
.breadcrumb {
  background-color: #F4F4F4;
  font-size: 10px;
}
hr { 
  background-color: #BBB;
  border-top: 1px solid #BBB; 
}
.page-header { border-bottom:none; }


/* Formularios */
.form-control, 
.btn,
.alert {
  border-radius: 0 !important;
}


.img-square{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.img-square img{
    position:absolute;
}

.bg-verde {
  background-color: #48AE42;
  color: #FFF;
}

.bg-texto {
  background: rgba(255, 255, 255, .85);
}

.conteudo-texto p {
  /*font-weight: bold;*/
}

.img-50 {
  max-width: calc(50% - 0.2rem) !important;
}


.balao {
  background: #48AE42;
  border-radius: 15px;
  width: 100%;
  /*height: 100px;*/
  padding: 10px 25px;
  position: relative;
  color: #FFF;
}

.balao:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #48AE42;
  bottom: -20px;
  right: 20%;
}
