@charset "UTF-8";

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #121212;
}

h2 {
    font-size: 3rem;
}

h1, h2, h3 {
    margin: 0;
}

/* Header*/

header {
    background-color: #121212;
    height: 60px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #38B6FF;
    width: 100vw;
    z-index: 1;
    position: fixed;
}

header ul {
    visibility: visible;
}

header ul li{
    list-style: none;
    color: white;
    display: inline;
    padding-right: 2em;
}
 

a {
    text-decoration: none;
    color: white;
}

header a:hover {
    background-color: #38B6FF;
    padding: 15px;
    border-radius: 5px;
    color: #121212;
    font-weight: bolder;
    transition-duration: 0.7s;
}

#burguer-menu {
    display:none ;
}

#check {
    display: none;
}

.switch {
    position: relative;
    background-color: #121212;
    border: 2px solid #38B6FF;
    width: 80px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 5px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.slider {
    position: absolute;
    background-color: #38B6FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all .5s ease-in-out;
}

#check:checked ~.switch {
    background-color: #38b6ff;
}

#check:checked ~ .switch .slider {
    transform: translate(39px);
    background-color: #121212;
}

.botao-idioma {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding-right: 80px;
}

.botao-idioma img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0px 8px;
}

/* Name */

.name-container {
    background-color: #121212;    
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-around;
    padding-top: 50px;
    height: 50vh;
    display: flex;
}

h1 {
    color: #38B6FF ;
    font-size: 4.68rem;
    padding-top: 100px;

}

.estilo-texto h2 {
    color: white;
    font-size: 2rem;
    padding-left: 5px;
    text-align: left;
    
}

p {
    color: white;
    padding-left: 5px;

}

.estilo-texto p {
    padding-bottom: 50px;
}

.estilo-p {
    position:static;
    color: #38B6FF;
    font-weight: bolder;
}

.estilo-p-name {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px 0px;
}

#p-name-section{
    margin: 0;
    padding: 0;
    padding-right: 5px;
    justify-content: center;
    color: white;
}

.botaocv {
    background-color: #38B6FF;
    border-width: 0;
    border-radius: 30px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    font-weight: bolder;
    font-size: 1rem;
    flex: 0 1 auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.botaocv:hover {
    border: 2px solid #38B6FF;
    background-color: #121212;
    color: #38B6FF;
    transition: 0.3s;
}

.estilo-imagem{
    height: 50vh;
    display: flex; 
}

.style-name-img {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.style-social-icons-name {
    margin: -20px 25px 0px 25px;
    font-size: 32px;
}

.degrade {
    height: 10vh;
    background-image: linear-gradient(to bottom, #121212, #092230);
}




/* About*/

.about-container {
    background-color: #092230;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center ;
    padding-top: 5vh;
    padding-left: 200px;
    padding-right: 200px;
}

.estilosobre h2 {
    color: #38B6FF;
    flex-direction: row;
    align-items: flex-start;
    font-size: 3rem;
}

/* Hard Skills*/

.degrade2 {
    height: 10vh;
    background-image: linear-gradient(to top, #121212, #092230);
}

.hardskills {
    background-color: #121212;
    align-items: center;
    justify-content: center;
}

.hardskills h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #38B6FF;
    font-size: 3rem;
}

.estilo-hard-skills {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    /* overflow-x: auto; */
}


.estilo-hard-skills i {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.estilo-hard-skills i p {
    color: #38B6FF;
    font-weight: 400;
    padding-top: 20px;
    font-style: normal;
}

#js {
    border-radius: 10px;
}


#logo-html {
    padding-right: 20px;
}

#logo-css {
    margin-right: 5px;
}

.estilo-icon{
    width: 120px;
}

.hide-elements {
    display: none;
} /*Ao adquirir as habilidades, apagar*/

/* Soft Skills*/

.soft-skills {
    background-color: #121212;
    padding-bottom: 50px;
}

.soft-skills h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #38B6FF;
    font-size: 3rem;
}

.soft-skills-imagens {
    display: flex;
    height: 20rem;
    gap: 1rem;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.soft-skills-imagens > div {
    display: flex;
    flex: 1;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    justify-content: center;
}



.soft-skills p {
    display: flex;
    color: #38B6FF;
    align-items: end;
    margin-bottom: -70px;
    text-align: center;
    font-size: 1.25rem;
}

@media screen and (min-width: 1000px) { 
    .soft-skills p {
        font-size: 1.7rem;
    }
}

/* Projects */

.degrade3 {
    height: 22vh;
    background-image: linear-gradient(to bottom, #121212, #38b6ff);
}

.div-title h2 {
    text-align: center;
    color: #121212;
    padding-bottom: 100px;
}

.projects {
    background-color: #38b6ff;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}


.div-title {
    background-color: #38B6FF;
}

.projects img {
    width: 18.75rem;
    height: 18.75rem;
    border-radius: 20px;
}

.style-projects p {
    color: #121212;
    font-size: 1.125rem;
}

.estilo-p-projeto {
    display: flex;
}

.style-projects {
    display: flex;
    margin: 0px 50px;
    margin-bottom: 100px;
}


.projects-text {
    flex-direction: column;
    padding-left: 20px;
    max-width: 50vh;
}

.projects-button {
    display: flex;
    justify-content: space-between;
}

.projects-button-style {
    background-color: #282f33;
    border: 5px solid #282f33;
    padding: 5px 30px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.projects-button p {
    color: #38B6FF;
    display: flex;
}

.projects-button img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

#github-button {
    background-color: #154561;
    border: 5px solid #154561;

}

.projects-button-style:hover {
    background-color: #154561;
    border: 5px solid #282f33;
    transition-duration: 0.8s;
}

#github-button:hover {
    background-color: #282f33;
    border: 5px solid #154561;
    transition-duration: 0.8s;
}

.estilo-tec {
    font-weight: bolder;
}

/* Contact */

.degrade4 {
    height: 10vh;
    background-image: linear-gradient(to bottom, #38b6ff, #092230);
}

#div-title-certificado {
    background-color: #092230;
    padding-top: 80px;
}

#div-title-certificado h2 {
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


.contact-section {
    background-color: #092230;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    gap: 1rem;
}

.style-card {
    background-color: #38B6FF;
    width: 200px;
    height: 250px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.style-card img {
    width: 100px;
}

.style-card button {
    border: none;
    border-radius: 5px;
    height: 25px;
    width: 100px;
    margin-top:20px;
    background-color: #092230;
    color: #38b6ff;
    font-weight: bolder;
    cursor: pointer;
}

#card-1 {
    margin-left: 40px;
}

#card-4 {
    margin-right: 40px;
}

/* Footer */

.degrade-footer {
    height: 50px;
    background: linear-gradient(#092230,#121212);
}

footer {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #121212;
}

footer p {
    color: #38B6FF;
    font-size: 0.75rem;

}

footer img {
    width: 25px;
    margin: 0px 7px;
}

/* Animações */
.estilo-texto-topo, .estilo-imagem-topo, .icon-animation1, .icon-animation2, .icon-animation3, .efeito-titulo, .hardskills-animation, .estilo-imagem-sobre, .estilo-texto-sobre, .estilo-img-projeto, .estilo-texto-projeto, .efeito-contato1, .efeito-contato2, .efeito-contato3, .efeito-contato4 {
    visibility: hidden;
}



