.main-joveem-name {
    font-size: 28px;
    padding-top: 32px;
}

@media (min-width: 323px) {
    .main-joveem-name {
        font-size: 34px;
    }
}

@media (min-width: 360px) {
    .main-joveem-name {
        font-size: 38px;
    }
}

@media (min-width: 670px) {
    .main-joveem-name {
        font-size: 42px;
    }
}

@media (min-width: 768px) {
    .main-joveem-name {
        font-size: 48px;
    }
}

.light-switch {
    position: absolute;
    width: 25%;
    top: 50%;
    right: 0px;
    transform: translate(30%, -50%);
    cursor: pointer;
    opacity: 0.5;
}

.div-light-switch {
    position: absolute;
    width: 13%;
    height: 25%;
    top: 50%;
    right: 0px;
    /* transform: translate(30%, -50%); */
    transform: translate(0%, -50%);
    cursor: pointer;
    opacity: 0.5;

    background-image: url("https://jovdev-ws-fe-01-cdn-01.s3.sa-east-1.amazonaws.com/public/images/about/light-switch-on.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.image-container {
    position: relative;
    /* height: auto; */
    /* height: 200px; */
    /* width: auto;
    height: auto;
    width: min(400px, width); */
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    /* Alinha horizontalmente */
    /* align-items: center; */
    /* Alinha verticalmente */
}

.scroll-step-01-joveem-base {
    position: absolute;
    width: 100%;
    height: 100%;
}

.book-click-area {
    position: absolute;
    width: 34%;
    height: 22%;
    cursor: pointer;
    bottom: 0px;
    left: 0px;
}


/* skills */

.skills-icons-container i {
    font-size: 3rem;
}

.skills-icons-container img {
    height: 48px;
    width: auto;
}

.skills-icons-container svg {
    height: 53px;
    width: auto;
    color: pink;
}

.skills-icons-container p {
    max-width: 80px;
}

.dev-icons {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;

    font: 19px/23px Montserrat, sans-serif;
    text-align: center;
}

.software-skill-inline {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 20px;

    width: 80px;
    margin-right: 0px;
}

.skills-icons-container p {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1rem;
}

.skills-icons-container img {
    /* background-image: linear-gradient(#f0f6, #f0fa); */
}

.skills-icons-container i {
    /* background-image: linear-gradient(#f0f6, #f0fa); */
}

.skills-icons-container p {
    /* background-image: linear-gradient(#f0f6, #f0fa); */
}

.aws-icon {
    position: relative;
}

.aws-sub-icon {
    /* background-image: linear-gradient(rgba(0, 72, 255, 0.4), rgba(0, 55, 255, 0.667)) !important; */
    height: 22px !important;
    width: auto !important;
    position: absolute;
    /* top: 12.2px; */
    top: 11.7px;
    /* left: 0.409px; */
    left: -0.091px;
}
