.inicio{
    background-image: url(../../img/sup-fondo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 500px;
}

.inicio__container {
    display: flex;
    flex-direction: column;
    padding: 100px 30px 30px 30px;
    justify-content: center;
    max-width: 1140px;
    margin: 0px auto;
}

.inicio__text-box {
    /* border: 2px solid green; */
    /* display: flex; */
    height: auto;
    max-height: 80%;
    /* align-content: center; */
    width: 50%;
    /* max-width: 45%; */
    color: var(--white-secbyte);
    margin-left: 30px;
}

.inicio__text-box h2 {
    font-size: 70px;
    font-family: 'Onest',sans-serif;
    font-weight: bold;
    color: #fdd500;
    text-shadow: 2px 2px 4px rgb(14, 12, 12);
}

@media (max-width: 500px ) {

    .inicio__text-box {
        margin-left: 10px;
    }

    .inicio__text-box h2 {
        font-size: 50px;
        font-family: 'Onest',sans-serif;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgb(14, 12, 12);
    }
}
