.efeito_bottom_to_top_container {
  position: relative;
  width: 100%;
  height: auto;
}

h1, 
.h1, 
h2,
.h2,
h3,
.h3,
h4,
.h4{
    padding:0;
    margin: 0;
}

.efeito_bottom_to_top_image {
  display: block;
  width: 100%;
  height: auto;
}
.efeito_bottom_to_top_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10,40,60,0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.efeito_bottom_to_top_container:hover .efeito_bottom_to_top_overlay {
  height: 100%;
}
.efeito_bottom_to_top_text {
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center !important;
  text-decoration: none !important;
  width: 90% !important;
}
.efeito_bottom_to_top_text p {
  color: #ffffff;
}
.efeito_bottom_to_top_text h1,
.efeito_bottom_to_top_text h2,
.efeito_bottom_to_top_text h3,
.efeito_bottom_to_top_text h4 {
  color: #a3c83c;
}
