.containerInicio {
    background: url('../../images/inicio/fondoInicioParte1.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 857px;
}

@media (min-width: 576px) {
    .containerInicio{
        min-height: 1100px;
    }
}

@media (min-width: 768px) {
    .containerInicio{
        min-height: 1200px;
    }
}

@media (min-width: 900px) {
    .containerInicio{
        min-height: 1250px;
    }
}

@media (min-width: 992px) {
    .containerInicio{
        height: 100vh;
        min-height: 1000px;
    }
}
.btnMenthora{
    background-color: #FFFFFF;
    border-radius: 8px;
    color: black;
}

.containerInicioParte2{
    background: url('../../images/inicio/FondoRadius.png') no-repeat center center;
    /*
    background: radial-gradient(circle,
        rgba(158, 41, 199, 1) 0%,
        rgba(158, 41, 199, 0.98) 2%,
        rgba(158, 41, 199, 0.46) 51%,
        rgba(158, 41, 199, 0.13) 84%,
        rgba(158, 41, 199, 0) 100%
    );
     */
    height: auto;
}

@media (min-width: 992px) {
    .containerInicioParte2{
        min-height: 900px;
    }
}

@media (min-width: 768px) {
    .containerInicioParte2{
        height: 130vh;
    }
}

.divParte1Fondo{
    background: url('../../images/inicio/divParte1Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    width: 49.7%;
}

.divParte1{
    height: 100%;
    background: url('../../images/inicio/divParte1.png') no-repeat right bottom;
    background-size: contain;
    border-radius: 25px;
}

.divParte1MiniFondo{
    background: url('../../images/inicio/divParte1Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    height: 153.62px;
}

.divParte1Mini{
    height: 100%;
    background: url('../../images/inicio/divParte1Mini.png') no-repeat center bottom;
    background-size: contain;
    border-radius: 25px;
}

.divParte2Fondo{
    background: url('../../images/inicio/divParte2Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    width: 49.7%;
}

.divParte2{
    height: 100%;
    background: url('../../images/inicio/divParte2.png') no-repeat left bottom;
    background-size: contain;
    border-radius: 25px;
}

.divParte2MiniFondo{
    background: url('../../images/inicio/divParte2Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    height: 153.62px;
}

.divParte2Mini{
    height: 100%;
    background: url('../../images/inicio/divParte2Mini.png') no-repeat center center;
    background-size: contain;
    border-radius: 25px;
}

.divParte3Fondo{
    background: url('../../images/inicio/divParte3Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    width: 49.7%;
}

.divParte3{
    height: 100%;
    background: url('../../images/inicio/divParte3.png') no-repeat right top;
    background-size: contain;
    border-radius: 25px;
}

.divParte3MiniFondo{
    background: url('../../images/inicio/divParte3Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    height: 153.62px;
}

.divParte3Mini{
    height: 100%;
    background: url('../../images/inicio/divParte3Mini.png') no-repeat center center;
    background-size: contain;
    border-radius: 25px;
}

.divParte4Fondo{
    background: url('../../images/inicio/divParte4Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    width: 49.7%;
}

.divParte4{
    height: 100%;
    background: url('../../images/inicio/divParte4.png') no-repeat left top;
    background-size: contain;
    border-radius: 25px;
}

.divParte4MiniFondo{
    background: url('../../images/inicio/divParte4Fondo.png') no-repeat right center;
    background-size: cover;
    border-radius: 25px;
    height: 153.62px;
}

.divParte4Mini{
    height: 100%;
    background: url('../../images/inicio/divParte4Mini.png') no-repeat center top;
    background-size: contain;
    border-radius: 25px;
}

.divFondoDegradado{
    background: url('../../images/inicio/fondoDegradado.png') no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    min-height: 157px;
}