.barra_loading,
.experience-title,
.font_roboto,
.title_card h2 {
    font-family: Roboto, sans-serif
}

.ico_linkedin,
.manipulation-page,
.scroll_navigate {
    background-repeat: no-repeat
}

#modal-gall,
nav {
    display: none;
    align-items: center
}

#modal-slides,
.gallery>img,
.modal-open #modal-gall {
    display: block
}

#closem,
#nextm,
#prevm {
    cursor: pointer;
    color: #9e97b1;
    background-color: #29272e;
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

nav {
    position: fixed;
    width: 100vw;
    justify-content: space-between;
    min-height: 10vh;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(10px);
    z-index: 10
}

.ico_linkedin {
    width: 87px;
    height: 100px;
    left: 0;
    top: 0;
    position: fixed;
    background-image: url("images/linkedin.png");
    z-index: 20
}

body {
    overflow-x: hidden
}

.scroll-down {
    width: 42px;
    height: 77px;
    position: fixed;
    right: 3%;
    bottom: 2%;
    z-index: 20
}

.contact-page,
.experience-page,
.home-page,
.portfolio-page {
    min-height: 100vh;
    padding: 0;
    flex-direction: column;
    height: 100%;
    display: flex
}

.experience-page,
.home-page,
.portfolio-page {
    align-items: center;
    justify-content: center;
    position: relative
}

.contact-page {
    align-items: center;
    position: relative
}

.contact-title,
.manipulation-title,
.portfolio-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100vw;
    padding: 60px;
    font-size: 40px;
    text-align: center;
    font-weight: 700
}

.card-experiencia2,
.card-portfolio2,
.card-pressfolio2 {
    z-index: 20
}

.loadingpage {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30
}

#closem,
.booster-pack {
    z-index: 2
}

.barra_loading {
    position: absolute;
    height: 50px;
    width: 10%;
    background-color: #01b3e3;
    top: calc(45% - 25px);
    font-weight: 700;
    font-size: 42px;
    text-align: center
}

.booster-pack,
.booster-pack-top {
    height: 440px;
    width: 320px;
    position: absolute
}

.loading_pos1 {
    left: 0
}

.loading_pos2 {
    left: 10%
}

.loading_pos3 {
    left: 20%
}

.loading_pos4 {
    left: 30%
}

.loading_pos5 {
    left: 40%
}

.loading_pos6 {
    left: 50%
}

.loading_pos7 {
    left: 60%
}

.loading_pos8 {
    left: 70%
}

.loading_pos9 {
    left: 80%
}

.loading_pos10 {
    left: 90%
}

.booster-pack-top {
    z-index: 3
}

.card-home {
    position: absolute;
    height: 403px;
    width: 250px
}

.scroll_navigate {
    width: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -80px;
    z-index: 10;
    background-image: url("images/selo_br_pc.png")
}

.animationBackgroundFirstPage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: radial-gradient(circle at 40% 50%, #0b3e61 0, #0d29a300 40%), radial-gradient(circle at 65% 60%, #16a6ab 0, #0e487500 45%), radial-gradient(circle at 40% 60%, #074a66 0, #176c7700 45%);
    background-blend-mode: screen;
    background-color: #000
}

.animationBackgroundFirstPage img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    animation: fog_effect calc(3s * var(--i)) ease-in infinite
}

@keyframes fog_effect {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    25%,
    75% {
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

.title_card {
    position: absolute;
    width: 167px;
    height: 40px;
    left: 42px;
    top: 192px;
    text-align: center;
    padding-top: 10px
}

.title_card h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px
}

.text_card {
    position: absolute;
    width: 184px;
    height: 96px;
    left: 40px;
    bottom: 40px
}

.text_card h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 14px
}

.title_card .menor {
    font-size: 19px
}

.experience-page {
    background-color: #fff
}

.experience-after-effects,
.experience-conhecimento,
.experience-illustrator,
.experience-photoshop,
.experience-php,
.experience-premiere,
.experience-ux,
.experience-wordpress {
    width: 100vw;
    height: 12.5%;
    position: absolute
}

.ani-experience {
    display: flex
}

.thumb_experience {
    width: 50px;
    height: 50px;
    background-color: #000;
    top: 50%;
    right: 0
}

.experience-conhecimento {
    background-color: #24acde;
    top: 0
}

.experience-wordpress {
    background-color: #21759b;
    top: 12.5%
}

.experience-illustrator {
    background-color: #fe9026;
    top: 25%
}

.experience-premiere {
    background-color: #e891f5;
    top: 37.5%
}

.experience-photoshop {
    background-color: #2c9af6;
    top: 50%
}

.experience-after-effects {
    background-color: #d899ff;
    top: 62.5%
}

.experience-ux {
    background-color: #fa759e;
    top: 75%
}

.experience-php {
    background-color: #8f9ed1;
    top: 87.5%
}

.experience-title {
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-right: 40px;
    font-size: 30px
}

.experience-subtitle {
    color: #fff;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400
}

.manipulation-title,
.portfolio-title {
    background-color: #fff;
    font-family: Roboto, sans-serif
}

#closem,
#nextm,
#prevm,
.ruler_x {
    font-weight: 700
}

.experience_logo,
.tab_left {
    height: 100%;
    width: 15%;
    display: table-cell
}

.experience_content {
    height: 100%;
    width: 70%;
    display: table-cell
}

.experience_logo img {
    margin-top: 10%;
    margin-right: 20px;
    max-width: 78px;
    min-width: 54px
}

.php_logo img {
    margin-top: 20px
}

.manipulation-title {
    color: #622721
}

.manipulationBeforeAfter {
    position: relative;
    padding-bottom: 56.25%
}

.compareImage {
    width: 100%;
    height: 100%
}

.afterImage {
    position: absolute;
    overflow: hidden;
    top: 0;
    transform: translate(100%, 0);
    border-right: 2px solid #fff
}

.afterImage img {
    transform: translate(-100%, 0)
}

.compareImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.manipulation-page {
    background-image: url("images/base_image_edited_bg.jpg");
    background-size: cover;
    background-position: center center;
    z-index: 3;
    position: relative
}

.fog-transition {
    background-image: url("images/fog_transition.png");
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: -2px;
    height: 40px;
    width: 100%;
    z-index: 4
}

.portfolio-title {
    color: #a0a0a0
}

.portfolio-page {
    background-color: #242424
}

.ruler_x_y {
    background-image: url("images/ruler_x_y.jpg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 51px;
    z-index: 3
}

.ruler_x,
.ruler_y {
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0
}

.ruler_x {
    background-image: url("images/ruler_x.jpg");
    background-repeat: repeat-x;
    height: 51px;
    width: 100%;
    color: #a0a0a0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0 0 30px
}

.contact-page,
.contact-title {
    font-family: Roboto, sans-serif
}

.ruler_y {
    background-image: url("images/ruler_y.jpg");
    background-repeat: repeat-y;
    height: 100%;
    width: 23px
}

.gallery_portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.card {
    padding: 5px
}

.gallery_portfolio img {
    width: 100%;
    border: 2px solid #fff
}

progress {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    border: none;
    z-index: 70;
    background: 0 0
}

progress::-webkit-progress-bar {
    background: 0 0
}

progress::-webkit-progress-value {
    background: linear-gradient(to left, #5dcedc, #01b3e3, #25ce7b, #fdc741, #1c7690, #39b6ce);
    background-attachment: fixed
}

progress::-moz-progress-bar {
    background: linear-gradient(to left, #5dcedc, #01b3e3, #25ce7b, #fdc741, #1c7690, #39b6ce);
    background-attachment: fixed
}

.contact-title {
    color: #3175f9;
    background-color: #fff
}

.contact-page {
    background-image: url("images/bg_perfil_loop.jpg");
    background-repeat: repeat-x;
    background-position: left bottom
}

.photo_contact {
    position: absolute;
    width: 100%;
    max-width: 720px;
    height: 200px;
    margin-bottom: 20px;
    text-align: center
}

.info_contact {
    margin-top: 10%;
    position: absolute;
    text-align: center;
    top: 40%
}

.qrcode-contact {
    width: 100%;
    max-width: 250px
}

.photo {
    border-radius: 50%;
    border: 4px solid #fff;
    max-width: 200px
}

.gall-container {
    text-align: left;
    padding: 0 2%;
    width: auto
}

.gall-text {
    text-align: left;
    font-size: 16px;
    padding: 50px 5px 2px;
    width: 100%
}

.gallery {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
    padding: 5px 0
}

.gallery>img {
    max-width: 90vw;
    max-height: 200px;
    cursor: zoom-in;
    padding: 6px
}

#modal-gall {
    position: fixed;
    z-index: 60;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 8px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .97);
    justify-content: center;
    width: 100vw;
    height: 100vh
}

.modal-content {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh
}

#modal-slides {
    max-width: 90%;
    max-height: 90%;
    aspect-ratio: auto;
    margin: auto;
    border: 3px solid #fff
}

#closem,
#nextm {
    right: 0;
    border-radius: 5px 0 0 5px
}

#closem {
    position: absolute;
    top: 26px;
    font-size: 40px;
    padding: 2px 16px 8px
}

#closem:focus,
#closem:hover {
    color: red;
    cursor: pointer
}

#nextm,
#prevm {
    position: absolute;
    top: 46%;
    width: auto;
    padding: 10px 22px;
    margin-top: -10px;
    font-size: 30px;
    user-select: none;
    -webkit-user-select: none
}

#prevm {
    left: 0;
    border-radius: 0 5px 5px 0
}

#nextm:hover,
#prevm:hover {
    background-color: #322c42
}

@media screen and (max-width:800px) {

    .qrcode_contact,
    .scroll_navigate {
        width: 100px;
        height: 100px
    }

    #nextm,
    #prevm,
    .text_card h3 {
        font-weight: 700
    }

    .experience-subtitle {
        font-size: 14px
    }

    .experience-title {
        margin-top: 5px
    }

    .barra_loading {
        font-size: 25px;
        padding-top: 10px
    }

    .photo_contact div h2 {
        font-size: 15px
    }

    .scroll_navigate {
        position: absolute;
        right: -30px;
        top: -80px;
        z-index: 10;
        background-image: url("images/selo_br_phone.png")
    }

    #modal-slides {
        position: absolute;
        display: block;
        max-width: 90%;
        max-height: 90%;
        top: 20%;
        aspect-ratio: auto;
        margin: auto;
        border: 3px solid #fff
    }

    #nextm,
    #prevm {
        cursor: pointer;
        position: absolute;
        top: 76%;
        width: auto;
        padding: 10px 22px;
        margin-top: -10px;
        color: #9e97b1;
        font-size: 30px;
        user-select: none;
        -webkit-user-select: none;
        background-color: #29272e;
        text-decoration: none
    }
}