body{
  font-family: 'Baloo Bhai', cursive;
}
a {
  color: white;
}

a:hover{
  text-decoration: none;
  color: white;
}

.logo{
  width: 500px;
    height: 110px;
    position: absolute;
    z-index: 2;
    left: 31.7%;
    top: 30%;
}
.logo img{
  width: 100%;
}

.linha-1 .area{
  position: relative;
  height: 50vh;
  z-index: 1;
}

.area img {
    width: auto;
    height: 100%;
}

.linha-1 .pele{
  /*background-image: url("../img/icon-pele.jpg");
  background-repeat: no-repeat;
  background-position: center center;*/
}
.linha-1 .pele a{
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: transparent;
}
.linha-1 .pele a:hover img {
    opacity: 0.5;
}

/*.linha-1 .pele p {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 30%;
}*/

.linha-1 .auto-estima{
  /*background-image: url("../img/icon-auto-estima.jpg");
  background-repeat: no-repeat;
  background-position: center center;*/
  
}
.linha-1 .auto-estima a{
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: transparent;

}
.linha-1 .auto-estima a:hover img {
    opacity: 0.5;
}

/*.linha-1 .boas-maneiras p {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 30%;
    color: transparent;
}*/

.linha-2 .area{
  position: relative;
  height: 50vh;
  z-index: 1;
}

.linha-2 .era-digital{
  /*background-image: url("../img/icon-era-digital.jpg");
  background-repeat: no-repeat;
  background-position: center center;*/
}
.linha-2 .era-digital a{
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: transparent;
}
.linha-2 .era-digital a:hover img {
    opacity: 0.5;
}

/*.linha-2 .era-digital p {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 30%;
}*/

.linha-2 .mudancas{
  /*background-image: url("../img/icon-mudancas.jpg");
  background-repeat: no-repeat;
  background-position: center center;*/
}
.linha-2 .mudancas a{
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: transparent;
}
.linha-2 .mudancas a:hover img {
    opacity: 0.5;
}

/*.linha-2 .mudancas p {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 30%;
}*/

.linha-2 .entrevista{
  /*background-image: url("../img/icon-entrevista.jpg");
  background-repeat: no-repeat;
  background-position: center center;*/
}
.linha-2 .entrevista a{
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 40px;
    color: transparent;
}
.linha-2 .entrevista a:hover img {
    opacity: 0.5;
}


/*.linha-2 .entrevista p {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 30%;
}*/
.col-md-6, .col-md-4 {
    /*border: 3px solid grey;*/
}

.ass-richards{
  width: 150px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ass_richards.png);
  z-index: 2;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .logo{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
  }
  .row.linha-1 {
    margin: 95px 0 0 0;
  }
  .ass-richards{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 0 5px 0;
  }
  .area img {
    width: 100%;
    height: 100%;
  }
}
