*{
    margin: 0px;
    padding: 0px;
    font-family: montserrat, sans-serif;
}

body{
     background: #313332;
}

.masterCont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #313332;
}
.contanier{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #313332;
}

.bgGrafica{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: initial;
}

.containVector{
    width: 100%;
    height: 720px;
    background-image: url(./bg_test.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: repeat-y;
    opacity: 0.15;
}

.bgDegree{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #313332;
    background: linear-gradient(0deg,rgba(49, 51, 50, 1) 0%, rgba(49, 51, 50, 1) 30%, rgba(49, 51, 50, 0) 100%);
}

.info{
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    z-index: 3;
    display: grid;
    grid-template-rows: 1fr 2fr 0.5fr 0.5rem;  
    gap: 1rem;
}

.logo{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoVector{
    height: 210px; 
    width: 210px;
    background-image: url(./logoGo.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 1.5rem;
}

.mensaje{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mensajeText{
    height: 100%;
    width: 80%;
    max-height: 450px;
    max-width: 450px;
    background-image: url(./textoGo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vectorFooter{
    height: 100%;
    max-width: 280px;
    width: 100%;
    background-image: url(./footer.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

