/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.back-image {
  background-image: url('../utils/imgs/image.png') !important;
  top: 0;
  left: 0;
  background-size: cover !important;
  position: relative !important;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center; 
}


.content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}

.proyecto {
  background: transparent;
  color: black;
}

.seccion {
  background-color: #f0f0f0;
  color: black;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}