.base-conta {
}

.ladoCor img {
    max-width: 400px;
}

.ladoCor-row {
    background-image: url("/img/new-files/abertura.jpg");
    background-size: cover;
    padding: 0;
    margin: 0;
}
.ladoCor {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-img {
    height: 100%;
}
.btuunsCor {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    fill: #fff;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    left: 47.5%;
    top: 30px;
}
.btuunsCor2 {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    fill: #fff;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    left: 47.5%;
    bottom: 50px;
}
.ladoSem {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
}
.ladoSem .welcome {
    text-align: center;
    padding-left: 50px;
}
.ladoSem .welcome .titulos {
    margin-bottom: 50px;
}
.ladoSem .welcome .titulos h4 {
    color: #17171f;
    text-align: center;
    font-family: Roboto;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.15px;
    margin-bottom: 16px;
}
.ladoSem .welcome .titulos p {
    color: rgba(37, 37, 37, 0.6);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.15px;
}
.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buttons a,
.buttons button {
    display: inline-flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    letter-spacing: -0.15px;
    text-decoration: none;
    border-radius: 12px;
    width: 204px;
}
.abtConta {
    background: #0a243f;
    border: none;
    margin-bottom: 12px;
    color: white;
}
.ActConta {
    border: 1px solid #bcae87;
    color: #252525;
}

@media (max-width: 1600px) {
    .btuunsCor {
        top: 81px !important;
    }
    .btuunsCor2 {
        bottom: 81px !important;
    }
}

@media (max-width: 1100px) {
    .base-conta {
        width: 100% !important;
    }
    .ladoCor {
        width: 100% !important;
        display: none;
    }

    .btuunsCor {
        display: none !important;
    }
    .btuunsCor2 {
        display: none !important;
    }
    .ladoSem {
        padding-left: 0.5% !important;
        padding-right: 0.5% !important;
        width: 100%;
        padding-bottom: 40px;
    }
    .ladoSem .welcome {
        text-align: center;
        padding: 20px;
    }
    .ladoSem .welcome .titulos {
        margin-bottom: 50px;
    }
    .ladoSem .welcome .titulos h4 {
        font-size: 30px;
        line-height: 33.5px; /* 133.75% */
    }
}

.saiba-mais {
    margin-top: 40px;
    font-size: 14px;
    max-width: 400px;
    text-align: center;
}

.saiba-mais a {
    color: #bcae87;
}
