:root {
    --clear: #eaeaea;
    --greenWater: #2a9d8f;
    --blueClear: #264653;
    --blueDark: #1a2228;
    --blueMarDark: #12181c;
    --dark: #121212;
    --offSilver: #2a2a2a;
}

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
    width: 05px; /* Largura da barra de rolagem */
}

::-webkit-scrollbar-track {
    background: var(--blueClear);; /* Cor do fundo da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background: var(--blueMarDark); /* Cor do "polegar" da barra de rolagem */
    border-radius: 03px; /* Bordas arredondadas do polegar */
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark); /* Cor do polegar quando passa o mouse por cima */
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', 'Roboto', 'Montserrat', 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
  margin: 0;
  color: var(--clear);
  background-color: var(--blueMarDark);
}

.my-data{
    padding-top: 4%;
    margin: 0 0 0 4%;
    display: flex;
}

.bg-img{
    background-image: url(../img/fundo-img.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-data{
    display: flex;
    justify-content: space-between;
    min-height: 80vh;
    height: auto;
    padding: 0 2%;

}

.bg-text h1{
    font-size: 5.1em;
    line-height: 1.1em;
    font-weight: 500;
}

.bg-text h2{
    font-size: 1.5em;
    font-weight: 200;
    margin: 5% 0;
    opacity: 1;
}

.btn-dwd-cv{
    display: flex;
    align-items: center;
    padding: 0 0 0 5%;
    font-weight: 600;
    font-size: 1.1em;
    height: 50px;
    width: 250px;
    color: var(--clear);
    background-color: var(--blueClear);
    border-radius: 5px;
    margin: 0 0 5% 0;
    cursor: pointer;
}

.btn-dwd-cv:hover{
    background-color: var(--blueDark);
}

.bi-download{
    padding: 0 0 0 5%;
}

.my-networks{
    display: flex;
}


.my-networks a{
    font-size: 1.5em;
    padding: 5px;
    border: 1px solid #eaeaea;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 1.5%;
    cursor: pointer;
}


.my-photo-bg {
    display: flex;
}

.bg-data .my-photo-bg{
    align-items: end;
}

.my-photo-bg img{
    height: 600px;
    width: auto;
}

.nav-bar-mobile{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15vh;
}

.nav-bar-mobile-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 10vh;
}


.img_l_menuMobile img {
    height: 2em;
    width: auto;
}

.icon_Menu_menuMobile {
    font-size: 2em;
}

.icon_Menu_menuMobile i{
    cursor: pointer;
}

.icon_Menu_menuMobile i:hover{
    opacity: 0.7;
}


.nav-bar-desktop{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
    font-size: 1em;
    color: var(--clear);
}

.nav-bar-desktop-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10vh;
    padding: 1% 5%;
}

.icon-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vh;
    height: 10vh;
    cursor: pointer;
}

.icon-bar img{
    width: 40px;
    height: auto;
    border-radius: 5px;
}

.menu-list{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list ul{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 570px;

}

.menu-list ul li{
    text-decoration: none;
    list-style: none;
    margin: 0 10px;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}


.menu-list ul li:hover{
    background-color:var(--blueClear) ;
}


.mod-dark-clear{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2%;
    height: 50px;
    width: 100px;
    color: var(--clear);
}

.btn-mod{
    background: #1f262c;
    color: var(--clear);
    padding: 3% 10%;
    border-radius: 10px;
    min-width: 40px;
}

.btn-mod i{
    cursor: pointer;
}
.btn-mod i:hover{
    color: #cccccc;
}



#iconSun {
    opacity: 0;
}

#iconMoon, #iconSun {
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}

#iconSunMob {
    opacity: 0;
}

#iconMoonMob, #iconSunMob {
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}


.pipe-skills{
    display: flex;
    align-items: center;
    height: 10vh;
    background-color: var(--blueDark);
    color: var(--clear);

    overflow-y: hidden;
    overflow-x: scroll; /* Mude aqui */
    scroll-behavior: auto; /* opcional */
    scrollbar-width: none; /* Firefox */
    width: 100%;
}

.pipe-skills-list{
    display: flex;

    white-space: nowrap;
}

.pipe-skills-list div{
    opacity: 0.7;
    font-size: 1.5em;
    margin: 0 1.5%;

   
    flex-shrink: 0;
}

.bi-linkedin:hover{
    color: #0077b7;
}

.bi-github:hover{
    color: #5c6bc0;
}

.bi-instagram:hover{
    background: linear-gradient(45deg, #ffc201, #fd01bf, #8c0bfa);
    background-clip: text;
    -webkit-background-clip: text; /* Para navegadores baseados em WebKit */
    -webkit-text-fill-color: transparent; /* Para Safari e Chrome */
    color: transparent; /* Para compatibilidade adicional */

}

.bi-whatsapp:hover{
    color: #25d366;
}


.about-me{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-me-text{
    display: block;
    width: 800px;
    padding: 5% 0;
}

.about-me-text h1, .services-center h1, .experience-center h1, .projects-text h1, .contact h1{
    text-align: center;
    font-weight: 500;
    margin: 0 0 1% 0;
    font-size: 2.5em;
}

.about-me-desc{
    opacity: 0.7;
    font-size: 1.5em;
    line-height: 1.7em;
    font-weight: 300;

}


.services{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-center{
    width: 100%;
    display: block;
    margin: 0 5%;
}

.box-item-service-list{
    width: 100%;
    display: block;
}

.box-item-service{
    display: flex;
    margin: 1% 15%;
}

.box-item-left{
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 5%;
    margin: 0 0 2% 0;
    min-height: 280px;
}

.box-item-right{
    width: 100%;
    height: auto;
    display: flex;
    padding-right: 5%;
    justify-content: end;
    margin: 0 0 2% 0;
    min-height: 280px;
}

.text-aling-rigth{
    text-align: end;
}

.jf-contet-end{
    justify-content: end;
}

.box-item-icon{
    background-color: var(--blueDark);
    font-size: 7em;
    width: 30%;
    height: auto;
    min-width: 250px ;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clear);
}

.box-item-text{
    height: auto;
    width: 70%;
    color: var(--clear);
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 200;
    border-radius: 5px;
}


.box-item-text-title{
    font-weight: 500;
    font-size: 1.5em;
    margin: 0 0 2% 0;
}

.ct-box-item-text{
    display: flex;
    align-items: center;
    padding: 0 2%;
    background-color: var(--blueClear);
}



@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.box-item-left,
.box-item-right {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.box-item-left.animate-left {
    animation-name: slideInLeft;
}

.box-item-right.animate-right {
    animation-name: slideInRight;
}


.experience-center{
    padding: 1% 10%;
}

.line{
    background-color: var(--blueClear);
    margin: 0 2% 0 0;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}


.ball{
    background-color: var(--blueClear);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    
}


.ball-actual{
    background-color: var(--blueClear);
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    transform: rotate(45deg);
}


.ball-actual label { 
    transform: rotate(315deg);
}


.ct-item-experience{
    display: flex;
    justify-content: space-between;
    width: auto;
}


.item-experience{
    padding: 3% 0;
    
}


.desc-exp-enter:hover{
    color: #2b7491;

}


.desc-exp-enter{
    font-size: 1.5em;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    text-decoration: underline;
}

.desc-exp-carg{
    font-size: 1em;
    font-weight: 300;
}

.desc-exp{
    width: 250px;
    max-width: 300px;
    font-size: 0.9em;
    font-weight: 200;
}


.bg-modal-desc-exp{
    z-index: 1000;
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #00000093;
    display: flex;
    justify-content: center;
    align-items: center;

}


.modal-desc-exp{
    z-index: 1001;
    height: 600px;
    width: 500px;
    background-color: var(--blueDark);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-desc-exp-center{
    width: 100%;
    height: 100%;
    display: block;
    padding: 5%;
}

.ct-close-modal{
    display: flex;
    justify-content: end;
    color: var(--clear);
    font-size: 1em;
    height: auto;
    margin: 0 2% 2% 2%;
    width: 100%;
    cursor: pointer;
}

.ct-close-modal:hover{
    opacity: 0.75;
}

.ct-modal-desc-cab{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ct-modal-desc-cab h1{
    font-size: 1.3em;
    font-weight: 500;
}

.ct-modal-desc-cab h2{
    font-size: 1.1em;
    font-weight: 200;
}

.ct-modal-desc-cab img{
    height: 55px;
    width: auto;
    border-radius: 5px;
}


.details-function p {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5em;
    opacity: 0.8;
    margin: 2% 0;
}

.ct-temp-enter p{
    opacity: 0.7;
    font-size: 0.85em;
    font-weight: 300;
    color: var(--greenWater);
    margin: 1% 0;

}

.ct-lineDescExp{
    width: 100%;
    padding: 0  0.5%;
}

.lineDescExp{
    width: 100%;
    height: 1px;
    margin: 2% 0;
    background-color: var(--clear);
    opacity: 0.8;
}

.projects{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;

    
}

.projects-center {
    display: flex;
    align-items: center;
    width: 1320px;
    height: 550px;
    justify-content: flex-start;
    overflow: hidden;
    user-select: none; /* Evita seleção de texto acidental */
    
}


.projects-item{
    margin: 0 20px;
    width: 400px; min-width: 400px;
    height: 500px; min-height: 500px;
    background-color: var(--blueDark);
    border-radius: 5px;
    box-shadow: 0px 5px 2px var(--blueClear);
    
}


.dots-projects{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-item{
    min-width: 15px;
    min-height: 15px;
    border-radius: 50%;
    background-color: var(--blueDark);
    margin: 0 5px;
    cursor: pointer;
}

.dots-projects .active{
    background-color: var(--blueClear);
}

.cap-project{
    width: 100%;
    height: auto;
    user-select: none;
}

.cap-project img{
    border-radius: 5px 5px 0 0;
    user-select: none !important;
        pointer-events: none;
}

.title-project{
    width: 100%;
    padding: 1% 4% 0 4%;
    font-weight: 500;
    font-size: 1.3em;
}

.desc-project{
    width: 100%;
    padding: 1% 4%;
    font-weight: 200;
    font-size: 1em;
}


.skills-project {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 400;
    font-size: 0.9em;
    padding: 1% 4%;
}

.skills-project-item {
    border: var(--clear) 2px solid;
    border-radius: 10px;
    padding: 1% 2%;
    opacity: .8;
}

.education-certification {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.education-certification-center {
    width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.ct-edu-cet-left h1{
    font-size: 2.5em;
    font-weight: 500;
}

.ct-edu-cet-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22em;
    opacity: 0.40;
}

.iconHatGrad{
    transform: rotate(-10deg);
}

.ct-edu-cet-left{
    width: 50%;
    height: auto;
}

.ct-certification-center, .ct-formation-center {
    width: 90%;
    height: auto;
    border-radius: 5px;
    background-color: var(--blueClear);
    padding: 4%;
}

.edCt-txt-title{
    font-size: 1.65em;
    font-weight: 500;
    opacity: 0.95;
}

.edCt-txt{
    font-size: 1.2em;
    font-weight: 200;
    opacity: 0.8;
}

.ct-dots-ball{
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    height: 30px;
}

.ct-dots-ball .active{
        opacity: 1;
}

.dot-ball-course{
    background-color: var(--clear);
    opacity: 0.5;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin: 0 1%;
    cursor: pointer;
}

.dot-ball-course:hover{
    opacity: 1;
}


.contact {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-center{
    width: 1250px;
}


.contact-center h1{
    padding-top: 2em;
    width: 100%;
}

.contact-networks-pack{
    display: flex;
    justify-content: space-between;
}

.contact-networks-item{
    width: 600px;
    height: 250px;
    background-color: var(--blueDark);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7em;
    border-radius: 10px;
    margin: 2%;
}

.contact-networks-item i {
    cursor: pointer;
}

.txt-contact-network{
    font-size: 16px !important;
    color: var(--clear);
    opacity: 0.8;
    text-align: center;


}

.experience-center_aux_mobile{
    display: none;
}

.nav-bar-mobile-open{
    position: absolute !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 10000 !important;
    background: #121212ce;
    display: none;
    justify-content: right;
}

.nav-bar-mobile-open-right{
    width: 50%;
    height: 100vh;
    background: var(--blueDark);
    border-radius: 20px 0 0 20px;
    display: flex;
    justify-content: center;
}

.nav-bar-mobile-open-right-center{
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30%;

}

.css-btn-mod-mob {
    display: flex;
    align-items: center;
    height: auto;
    width: 80px;
    color: var(--clear);
}

.menu-mob-close-theme{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10%;
}

.iconCloseMenuMob{
    cursor: pointer;
    font-size: 1.5em;
}

.iconCloseMenuMob:hover{
    opacity: 0.65;
}

.opMenuMob{
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    padding: 10% 0;
}

.opMenuMob-bg{
    padding: 2% 10% 2% 2%;
    border-radius: 5px;
}

.opMenuMob-bg:hover{
    background-color: var(--blueClear);
}


.footer {
    margin-top: 10em;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 200;
    color: var(--clear);
    background: var(--offSilver);
}


@media screen and (min-width: 0px) and (max-width: 354px) {

    /* Temporario */
    .nav-bar-desktop {
        display: none;
    }

    .nav-bar-mobile{
        display: flex;
    }


    .bg-data {
        display: block;
        min-height: 75vh;
    }

    .my-networks {
        display: none;
    }

    .my-data {
        padding-top: 0%;
        margin: 0 0 0 1%;
        justify-content: center;
        height: 25vh;
    }

    .ct-edu-cet-right {
        font-size: 10em;
        opacity: 0.30;
        display: none;
    }

    .ct-edu-cet-left {
        width: 100%;
        margin: 0 0 0 5%;
    }

    .experience-center_aux_mobile{
        display: flex;
        justify-content: space-between;
        padding: 0;
        min-width: 250px;
    }

    .desc-exp-enter,  .desc-exp-carg, .desc-exp{
        width: 200px;
        max-width: 200px;
    }

    .ct-item-experience {
        height: 75vh;
    }


    .about-me-text {
        width: 270px;
        padding: 8% 0;
    }


    .about-me-desc {
        opacity: 1;
        font-size: 1.1em;
        line-height: 1.5em;
        font-weight: 200;
    }

    /* ------------------------------------------- */

    .details-function p {
        font-size: 0.8em;
        font-weight: 200;
        line-height: 1.5em;
        opacity: 1;
    }
    .modal-desc-exp {
        height: auto;
        width: 340px;
    }

    .modal-desc-exp-center {
        padding: 4% 5%;
    }

    .experience-center h1{
        padding-bottom: 1em;
    }

    .lst-item-v{
        padding-top: 0em;
    }

    .lst-item-t{
        padding-top: 0em;
    }

    .experience {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ct-item-experience {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 75vh; /* ou qualquer altura desejada */
    }

    .experience-center {
        padding: 1% 0 15% 0;
    }

    .experience-center_aux{
        display: none;
    }


    .experience-center h1 {
        padding-top: 2em;
    }


    .line {
        width: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 150vh; /* ou qualquer altura desejada */
    }


    .text-aling-rigth {
        text-align: left;
        margin: 0;
    }

    .desc-exp-enter {
        font-size: 1.2em;
        width: 170px;
    }

    .desc-exp-carg {
        font-size: .9em;
        width: 170px;
    }

    .desc-exp{
        width: 170px;
        max-width: 170px;
        font-size: .7em;;
    }

    /* ------------------------------------------- */


    .pipe-skills-list div {
        font-size: 1.2em;
    }

    #h1_cetificacao, #h1_formacao{
        font-size: 2em;
    }
    .ct-certification-list {
        padding-top: 1em;
    }

    .dot-ball-course {
        margin: 0 2%;
    }

    .desc-exp {
        font-size: .8em;
        width: 200px;
        max-width: 170px;
    }


    .box-item-icon {
        font-size: 3.5em;
        width: 10%;
        min-width: 90px;
    }

    .box-item-text-title {
        font-size: 1.1em !important;
    }

    .box-item-service {
        margin: 3% 4%;
    }

    .footer {
        margin-top: 5em;
    }

    .contact-networks-item {
        font-size: 5em;
        height: 200px;
    }

    .edCt-txt {
        font-size: .9em;
        font-weight: 200;
        opacity: 1;
    }

    .edCt-txt-title {
        font-size: 1.2em;
        font-weight: 600;
        opacity: 0.9;
    }

    .bg-text h1 {
        font-size: 2em;
    }

    .bg-text h2 {
        font-size: 1em;
    }

    .box-item-text {
        width: 100%;
        font-size: 0.9em;
        line-height: 1.3em;
    }

    .ct-box-item-text {
        padding: 0 3%;
    }

    .btn-dwd-cv {
        height: 60px;
        margin: 0 0 10% 0;
        width: 170px;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg {
        justify-content: center;
    }

    .my-photo-bg img {
        height: 50vh;
    }

    .box-item-service {
        margin: 2% 4%;
    }

    .projects-center {
        width: 300px;
        height: 550px;
    }

    .projects-item {
        width: 260px;
        min-width: 260px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 300px;
    }
    
}

@media screen and (min-width: 355px) and (max-width: 454px) {

    /* Temporario */
    .nav-bar-desktop {
        display: none;
    }

    .nav-bar-mobile{
        display: flex;
    }


    .bg-data {
        display: block;
        min-height: 75vh;
    }

    .my-networks {
        display: none;
    }

    .my-data {
        padding-top: 0%;
        margin: 0 0 0 1%;
        justify-content: center;
        height: 25vh;
    }

    .ct-edu-cet-right {
        font-size: 10em;
        opacity: 0.30;
        display: none;
    }

    .ct-edu-cet-left {
        width: 100%;
        margin: 0 0 0 5%;
    }

    .experience-center_aux_mobile{
        display: flex;
        justify-content: space-between;
        padding: 0;
        min-width: 250px;
    }

    .desc-exp-enter,  .desc-exp-carg, .desc-exp{
        width: 200px;
        max-width: 200px;
    }

    .ct-item-experience {
        height: 75vh;
    }


    .about-me-text {
        width: 300px;
        padding: 8% 0;
    }


    .about-me-desc {
        opacity: 1;
        font-size: 1.1em;
        line-height: 1.5em;
        font-weight: 200;
    }

    /* ------------------------------------------- */

    .details-function p {
        font-size: 0.8em;
        font-weight: 200;
        line-height: 1.5em;
        opacity: 1;
    }
    .modal-desc-exp {
        height: auto;
        width: 340px;
    }

    .modal-desc-exp-center {
        padding: 4% 5%;
    }

    .experience-center h1{
        padding-bottom: 1em;
    }

    .lst-item-v{
        padding-top: 0em;
    }

    .lst-item-t{
        padding-top: 0em;
    }

    .experience {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ct-item-experience {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 75vh; /* ou qualquer altura desejada */
    }

    .experience-center {
        padding: 1% 0 15% 0;
    }

    .experience-center_aux{
        display: none;
    }


    .experience-center h1 {
        padding-top: 2em;
    }


    .line {
        width: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 150vh; /* ou qualquer altura desejada */
    }


    .text-aling-rigth {
        text-align: left;
        margin: 0;
    }

    .desc-exp-enter {
        font-size: 1.2em;
        width: 170px;
    }

    .desc-exp-carg {
        font-size: .9em;
        width: 170px;
    }

    .desc-exp{
        width: 170px;
        max-width: 170px;
        font-size: .7em;;
    }

    /* ------------------------------------------- */


    .pipe-skills-list div {
        font-size: 1.2em;
    }

    #h1_cetificacao, #h1_formacao{
        font-size: 2em;
    }
    .ct-certification-list {
        padding-top: 1em;
    }

    .dot-ball-course {
        margin: 0 2%;
    }

    .desc-exp {
        font-size: .8em;
        width: 200px;
        max-width: 170px;
    }


    .box-item-icon {
        font-size: 3.5em;
        width: 10%;
        min-width: 90px;
    }

    .box-item-text-title {
        font-size: 1.1em !important;
    }

    .box-item-service {
        margin: 3% 4%;
    }

    .footer {
        margin-top: 5em;
    }

    .contact-networks-item {
        font-size: 5em;
        height: 200px;
    }

    .edCt-txt {
        font-size: .9em;
        font-weight: 200;
        opacity: 1;
    }

    .edCt-txt-title {
        font-size: 1.2em;
        font-weight: 600;
        opacity: 0.9;
    }

    .bg-text h1 {
        font-size: 2.2em;
    }

    .bg-text h2 {
        font-size: 1em;
    }

    .box-item-text {
        width: 100%;
        font-size: 0.9em;
        line-height: 1.3em;
    }

    .ct-box-item-text {
        padding: 0 3%;
    }

    .btn-dwd-cv {
        height: 60px;
        margin: 0 0 10% 0;
        width: 170px;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg {
        justify-content: center;
    }

    .my-photo-bg img {
        height: 50vh;
    }

    .box-item-service {
        margin: 2% 4%;
    }

    .projects-center {
        width: 350px;
        height: 550px;
    }

    .projects-item {
        width: 310px;
        min-width: 310px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 340px;
    }
    
}

@media screen and (min-width: 455px) and (max-width: 554px) {

    /* Temporario */
    .nav-bar-desktop {
        display: none;
    }

    .nav-bar-mobile{
        display: flex;
    }

    .my-data {
        padding-top: 0%;
        margin: 0 0 0 1%;
    }

    .ct-edu-cet-right {
        font-size: 10em;
        opacity: 0.30;
        display: none;
    }

    .ct-edu-cet-left {
        width: 100%;
        margin: 0 0 0 5%;
    }

    .experience-center_aux_mobile{
        display: flex;
        justify-content: space-between;
        padding: 0;
        min-width: 290px;
    }

    .desc-exp-enter,  .desc-exp-carg, .desc-exp{
        width: 200px;
        max-width: 200px;
    }

    .ct-item-experience {
        height: 75vh;
    }


    .about-me-text {
        width: 380px;
        padding: 8% 0;
    }


    .about-me-desc {
        opacity: 1;
        font-size: 1.2em;
        line-height: 1.5em;
        font-weight: 200;
    }

    /* ------------------------------------------- */

    .details-function p {
        font-size: 0.8em;
        font-weight: 200;
        line-height: 1.5em;
        opacity: 1;
    }
    .modal-desc-exp {
        height: 500px;
        width: 450px;
    }

    .modal-desc-exp-center {
        padding: 4% 5%;
    }

    .experience-center h1{
        padding-bottom: 1em;
    }

    .lst-item-v{
        padding-top: 0em;
    }

    .lst-item-t{
        padding-top: 0em;
    }

    .experience {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ct-item-experience {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 75vh; /* ou qualquer altura desejada */
    }

    .experience-center {
        padding: 1% 0 15% 0;
    }

    .experience-center_aux{
        display: none;
    }


    .experience-center h1 {
        padding-top: 2em;
    }


    .line {
        width: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 150vh; /* ou qualquer altura desejada */
    }


    .text-aling-rigth {
        text-align: left;
        margin: 0;
    }

    .desc-exp-enter {
        font-size: 1.2em;
        width: 170px;
    }

    .desc-exp-carg {
        font-size: .9em;
        width: 170px;
    }

    .desc-exp{
        width: 170px;
        max-width: 170px;
        font-size: .7em;;
    }

    /* ------------------------------------------- */


    .pipe-skills-list div {
        font-size: 1.2em;
    }

    #h1_cetificacao, #h1_formacao{
        font-size: 2em;
    }
    .ct-certification-list {
        padding-top: 1em;
    }

    .dot-ball-course {
        margin: 0 2%;
    }



    .desc-exp {
        font-size: .8em;
        width: 200px;
        max-width: 170px;
    }


    .box-item-icon {
        font-size: 4em;
        width: 10%;
        min-width: 150px;
    }

    .box-item-text-title {
        font-size: 1.1em !important;
    }

    .box-item-service {
        margin: 3% 4%;
    }

    .footer {
        margin-top: 5em;
    }

    .contact-networks-item {
        font-size: 5em;
        height: 200px;
    }

    .edCt-txt {
        font-size: .9em;
        font-weight: 200;
        opacity: 1;
    }

    .edCt-txt-title {
        font-size: 1.2em;
        font-weight: 600;
        opacity: 0.9;
    }

    .bg-text h1 {
        font-size: 2.2em;
    }

    .bg-text h2 {
        font-size: 1em;
    }

    .box-item-text {
        width: 100%;
        font-size: 0.9em;
        line-height: 1.3em;
    }

    .ct-box-item-text {
        padding: 0 3%;
    }

    .btn-dwd-cv {
        height: 60px;
        margin: 0 0 10% 0;
        width: 170px;
    }

    .bg-data {
        min-height: 75vh;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg img {
        height: 280px;
    }

    .box-item-service {
        margin: 2% 4%;
    }

    .projects-center {
        width: 420px;
        height: 550px;
    }

    .projects-item {
        width: 380px;
        min-width: 380px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 380px;
    }
    
}

@media screen and (min-width: 555px) and (max-width: 699px) {

    /* Temporario */
    .nav-bar-desktop {
        display: none;
    }

    .nav-bar-mobile{
        display: flex;
    }

    /* ------------------------------------------- */

    .details-function p {
        font-size: 0.8em;
        font-weight: 200;
        line-height: 1.5em;
        opacity: 1;
    }
    .modal-desc-exp {
        height: 500px;
        width: 450px;
    }

    .modal-desc-exp-center {
        padding: 4% 5%;
    }

    .experience-center h1{
        padding-bottom: 1em;
    }

    .lst-item-v{
        padding-top: 15em;
    }

    .lst-item-t{
        padding-top: 20em;
    }

    .experience {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ct-item-experience {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 150vh; /* ou qualquer altura desejada */
    }

    .experience-center {
        padding: 1% 0 15% 0;
    }

    .experience-center_aux{
        display: flex;
        justify-content: space-between;
        padding: 0;
        min-width: 450px;
    }

    .line {
        width: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 150vh; /* ou qualquer altura desejada */
    }


    .text-aling-rigth {
        text-align: left;
        margin: 0 0 0 5%;
    }

    .desc-exp-enter {
        font-size: 1.2em;
        width: 170px;
    }

    .desc-exp-carg {
        font-size: .9em;
        width: 170px;
    }

    .desc-exp{
        width: 170px;
        max-width: 170px;
    }

    /* ------------------------------------------- */


    .pipe-skills-list div {
        font-size: 1.2em;
    }

    #h1_cetificacao, #h1_formacao{
        font-size: 2em;
    }
    .ct-certification-list {
        padding-top: 1em;
    }

    .dot-ball-course {
        margin: 0 2%;
    }



    .desc-exp {
        font-size: .8em;
        width: 200px;
        max-width: 170px;
    }


    .box-item-icon {
        font-size: 4em;
        width: 10%;
        min-width: 150px;
    }

    .about-me-text {
        width: 500px;
        padding: 8% 0;
    }

    .about-me-desc {
        opacity: 1;
        font-size: 1.3em;
        line-height: 1.5em;
        font-weight: 200;
    }

    .box-item-text {
        font-size: 1em;
    }

    .box-item-text-title {
        font-size: 1.2em !important;
    }

    .box-item-service {
        margin: 3% 4%;
    }

    .footer {
        margin-top: 5em;
    }

    .contact-networks-item {
        font-size: 5em;
        height: 200px;
    }

    .edCt-txt {
        font-size: .9em;
        font-weight: 200;
        opacity: 1;
    }

    .edCt-txt-title {
        font-size: 1.2em;
        font-weight: 600;
        opacity: 0.9;
    }

    .ct-edu-cet-right {
        font-size: 10em;
        opacity: 0.30;
    }

    .bg-text h1 {
        font-size: 2.9em;
    }

    .bg-text h2 {
        font-size: 1.1em;
    }

    .box-item-text {
        width: 100%;
    }

    .ct-box-item-text {
        padding: 0 3%;
    }

    .btn-dwd-cv {
        height: 60px;
        margin: 0 0 10% 0;
        width: 200px;
    }

    .bg-data {
        min-height: 75vh;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg img {
        height: 300px;
    }

    .box-item-service {
        margin: 2% 4%;
    }

    .projects-center {
        width: 440px;
        height: 550px;
    }

    .projects-item {
        width: 400px;
        min-width: 400px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 440px;
    }


}

@media screen and (min-width: 700px) and (max-width: 899px) {

    /* Temporario */
    .nav-bar-desktop {
        display: none;
    }

    .nav-bar-mobile{
        display: flex;
    }

    .ct-certification-list {
        padding-top: 2em;
    }

    .dot-ball-course {
        margin: 0 2%;
    }

    .item-experience {
        padding: 5% 0;
    }


    .desc-exp-enter {
        font-size: 1.2em;
    }

    .desc-exp-carg {
        font-size: .9em;
    }

    .desc-exp {
        font-size: .8em;
        width: 200px;
        max-width: 170px;
    }


    .box-item-icon {
        font-size: 5em;
        width: 20%;
        min-width: 185px;
    }

    .about-me-text {
        width: 600px;
        padding: 8% 0;
    }

    .about-me-desc {
        opacity: 1;
        font-size: 1.3em;
        line-height: 1.5em;
        font-weight: 200;
    }

    .box-item-text {
        font-size: 1.1em;
    }

    .box-item-text-title {
        font-size: 1.3em !important;
    }

    .footer {
        margin-top: 5em;
    }

    .contact-networks-item {
        font-size: 5em;
        height: 200px;
    }

    .edCt-txt {
        font-size: .9em;
        font-weight: 200;
        opacity: 1;
    }

    .edCt-txt-title {
        font-size: 1.2em;
        font-weight: 600;
        opacity: 0.9;
    }

    .ct-edu-cet-right {
        font-size: 16em;
    }

    .bg-text h1 {
        font-size: 4em;
    }

    .box-item-text {
        width: 100%;
    }

    .ct-box-item-text {
        padding: 0 3%;
    }

    .btn-dwd-cv {
        height: 60px;
        margin: 0 0 10% 0;
    }

    .bg-data {
        min-height: 75vh;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg img {
        height: 400px;
    }

    .box-item-service {
        margin: 2% 4%;
    }

    .projects-center {
        width: 680px;
        height: 550px;
    }

    .projects-item {
        width: 300px;
        min-width: 300px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 680px;
    }

    .experience-center {
        padding: 1% 3%;
    }


}

@media screen and (min-width: 900px) and (max-width: 1099px) {

    .box-item-text {
        font-size: 1.1em;
    }

    .box-item-text-title {
        font-size: 1.4em !important;
    }

    .footer {
        margin-top: 5em;
    }

    .contact-networks-item {
        font-size: 6em;
    }

    .contact-networks-item {
        height: 200px;
    }

    .edCt-txt {
        font-size: 1.1em;
        font-weight: 300;
        opacity: 0.75;
    }

    .edCt-txt-title {
        font-size: 1.5em;
    }

    .ct-edu-cet-right {
        font-size: 20em;
    }

    .bg-text h1 {
        font-size: 5em;
    }

    .box-item-text {
        width: 90%;
    }

    .btn-dwd-cv {
        height: 60px;
    }

    .bg-data {
        min-height: 75vh;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg img {
        height: 460px;
    }

    .box-item-service {
        margin: 2% 4%;
    }

    .projects-center {
        width: 840px;
        height: 550px;
    }

    .projects-item {
        width: 380px;
        min-width: 380px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 840px;
    }

    .experience-center {
        padding: 1% 7%;
    }


}

@media screen and (min-width: 1100px) and (max-width: 1199px) {

    .box-item-text {
        width: 80%;
    }

    .btn-dwd-cv {
        height: 60px;
    }

    .bg-data {
        min-height: 75vh;
    }

    .nav-bar-desktop {
        height: 15vh;
    }

    .my-networks a {
        font-size: 2em;
    }

    .my-photo-bg img {
        height: 500px;
    }

    .box-item-service {
        margin: 1% 5%;
    }

    .projects-center {
        width: 1035px;
        height: 550px;
    }

    .projects-item {
        width: 305px;
        min-width: 305px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 1035px;
    }

    .experience-center {
        padding: 1% 7%;
    }


}

@media screen and (min-width: 1200px) and (max-width: 1325px) {

    .my-photo-bg img {
        height: 525px;
    }

    .box-item-service {
        margin: 1% 5%;
    }

    .projects-center {
        width: 1155px;
        height: 550px;
    }

    .projects-item {
        width: 345px;
        min-width: 345px;
    }

    .skills-project {
        padding: 3% 4%;
    }

    .contact-center {
        width: 1155px;
    }

    .experience-center {
        padding: 1% 7%;
    }


}


/* Width X Height in Css*/
.screen-size-badge {
position: fixed;
right: 12px;
bottom: 12px;
z-index: 9999;
padding: 8px 12px;
border-radius: 10px;
background: rgba(0, 0, 0, 0.75);
color: #fff;
font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji", "Segoe UI Emoji";
box-shadow: 0 6px 18px rgba(0,0,0,.25);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
pointer-events: none; /* não interfere com cliques na página */
}

.screen-size-badge strong {
    font-weight: 700;
}

/* Variações especificas */

@media screen and (min-height: 550px) and (max-height: 570px) {
    .experience-center {
        padding: 1% 0 20% 0;
    }
}

@media screen and (min-height: 530px) and (max-height: 549px) {
    .experience-center {
        padding: 1% 0 25% 0;
    }
}

@media screen and (min-height: 0px) and (max-height: 730px) and (max-width: 400px){

    .btn-dwd-cv {
        height: 40px;
        margin: 0 0 10% 0;
        width: 150px;
    }

    .my-data {
        height: 30vh;
    }

    .nav-bar-mobile {
        height: 10vh;
    }

}

