
.proyectos_header {
    padding-top: 100px;
}

.goback-container {
  margin-top: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

a.goback,
a.goback:active {
  width: auto;
  height: auto;
  padding: 35px 50px 30px 50px;
  font-size: 1em;
  color: #707070;
  background-color: white;
  font-size: 1.2em;
  font-weight: 400;
  border-bottom: 1px solid #c5c5c5;
}

a.goback:hover {
  color: #79c100;
}

.overlay-image{
  background-color: black;
  opacity: 0.4;
  width: 135%;
}
.overlay-image:hover{
  -webkit-transform: scale(1.2);transform: scale(1.2);
  transition: all .3s ease;
}

.holo {
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.holo video {
  width: 100% !important;
  max-width: 1080px;
  height: auto !important;
  margin-bottom: 50px;
}

.text-white {
  color: #fff !important;
}
