/*GERAIS*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #161616 !important;
}

* {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    padding: 70px 0;
}

p,
li {
    color: #161616;
    font-size: 14px;
}

.white-text {
    color: #fff;
}

/* NAVBAR */

header,
.navbar {
    background-color: #FF940D;
}

#nav-container {
    padding-top: 0;
    padding-bottom: 0;
}

.bars {
    color: #fff;
    font-size: 2rem;
}

.navbar-nav a.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem
}

.navbar-nav {
    margin-right: 30px !important;
}

.nav-item {
    padding-left: 25px !important;
}

#logo {
    width: 60px;
}

.navbar-brand {
    padding: 0;
    color: #fff;
}

.navbar-brand img {
    border-radius: 50%;
    margin-left: 1rem;
}

.navbar-brand:hover {
    color: #fff;
}

.nav-item a {
    font-size: 1.2rem !important;
    color: #161616;
    font-weight: 500;
}

/*VOLTAR AO TOPO BUTTOM*/

.topo {
    background: #fff;
    position: fixed;
    bottom: 20px;
    right: -500px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-button .topo {
    right: 20px;
    transition: .4s all;
}

.topo i {
    font-size: 3.2rem;
}

/*APRESENTAÇÃO*/

.main {
    display: flex;
    flex-direction: column;
}

.apresentation {
    display: flex;
    margin-top: 5rem !important;
    padding: 50px;
    margin: 0 auto;
    background-color: #2b2b2b;
    border-radius: 5px;
}

.apresentation__content__fullStack{
    visibility: hidden;
}

.apresentation__content{
    visibility: hidden;
}

.apresentation__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.apresentation__image img {
    width: 15em;
    height: 15rem;
    border-radius: 100%;
}

.apresentation__button {
    padding: 2px 15px;
    border-radius: 5px;
    width: 40%;
    font-size: 18px;
    text-decoration: none;
}

/*SOBRE MIM*/

.about {
    display: flex;
    margin-top: 5rem !important;
    margin: 0 auto;
    position: relative;
    background-color: #2b2b2b;
    border-radius: 5px;
    padding: 40px;
    height: auto;
}

.row.about {
    position: relative;
}

.apresentation__button__curriculum {
    border:#007bff solid;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 5px;
    width: 40%;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    padding: 2px 15px;
}

.apresentation__button__curriculum:hover {
    background-color: #007bff;
    color: #FFFFFF;
}

.icone-aspas {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-19%);
    text-align: right;
}

.fa-sharp {
    font-size: 6em;
    color: #fff;
    opacity: 0.6;
}

.about__content i{
    margin-top: 1rem;
    font-size: 5rem;
}
/*PROJETOS*/

.myProjects {
    text-align: center;
    position: relative;
    margin-top: 7rem;
    margin-bottom: 1rem;
}

.projects {
    background-color: #2b2b2b;
}

.projects__repositories {
    font-size: 1rem;
    color: #FF940D;
    font-style: italic;
    opacity: 0.8;
    margin-top: -2rem;
}

.projects__repositories a {
    text-decoration: none;
    color: inherit;
}

.image-container {
    height: 100%;
    overflow: hidden;
}

.image-container img {
    width: 36rem;
    height: 18rem;;
}

.projects__button {
    padding: 2px 15px;
    border-radius: 5px;
    width: 30%;
    font-size: 1rem;
    text-decoration: none;
}

.technologies__container {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px;
    display: flex;
    gap: 0.5rem;
}

.technologies {
    font-size: 2em;
}

.btn-orange {
    background-color: #fc9619;
    border-color: #fc9619;
    color: #FFFFFF;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #e78309;
    border-color: #e78309;
    color: #FFFFFF;
}

/*SKILLS*/

.mySkills {
    text-align: center;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 3rem;
    font-size: 1rem;
    color: #fff;
}

.skills__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.skills__name {
    padding: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.skills__container i {
    font-size: 4rem;
}

/*CERTIFICADOS*/

.certificates {
    text-align: center;
    margin: auto;
    font-size: 1rem;
    ;
    color: #fff;
}

.certificates__header {
    margin: 0 auto 3rem auto;
    font-size: 2rem;
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.certificates__header>h2 {
    margin: 0;
}

.certificates__header>p {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.certificates-section {
    margin-bottom: 3%;
}

.certificates-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
}

.certificates__title {
    color: #fff;
}

.certificates-image {
    width: 400px;
    height: 300px;
    padding: 25px;
    border-radius: 9%;
}

.carousel-certificates {
    width: auto;
    margin: 0 auto;
    gap: 15px;
}

/*SETAS CARROSSEL*/

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

/*CONTATO*/

.container__contact {
    padding: 30px;
}

.contact {
    background-color: #2b2b2b;
    display: flex;
    flex-direction: column;
    margin-top: 10rem !important;
    margin-bottom: 10px;
    position: relative;
    height: auto;
    border-radius: 5px;
}

.title__contact {
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 2rem;
    color: #fff;
}

.fa-js-contact {
    font-size: 2.5rem;
    margin-right: 10px;
}

.fa-js-contact-social {
    font-size: 2rem;
    margin-right: 10px;
}

.contact__content {
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 15px;
}

.contact__contacts {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 40%;
    gap: 5px;
}

.contact__links {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
}

.contact__contacts a {
    text-decoration: none;
    color: inherit;
}

/*FOOTER*/

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #FF940D;
    margin-top: 140px;
    padding: 2%;
    color: #fff;
}

.footer__social-midia {
    display: flex;
    align-items: center;
}

.footer__social-midia a {
    color: var(--footer-color);
    padding: 0px 5px;
}

.footer__paragraph {
    color: var(--footer-color);
    margin: 0;
    padding: 0 10px;
    color: #161616;
}

.footer__social-midia i {
    font-size: 1.5rem;
}