@import url("config.css");

.container {
    position: relative;

    max-width: 115rem;

    margin: 0 auto;
    padding: 0 2%;

}

.box {
    position: relative;

    max-width: 125rem;

    margin: 0 auto;
    padding: 0 4%;

}

.cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 0px;
    z-index: 0;
}

.cover_gradiente {
    position: absolute;
    top: 0;
    left: 0;
  
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-image: url(../assets/HOME/Gradient.png);
    background-size: cover;
    z-index: 0;;
  }

