@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;600&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body{
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Geologica';
}


/* HEADER */


header{
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Geologica';
}



header h1{
    color: #ffa028;
    font-size: 2.5rem;
    font-family: 'Geologica';
}

header span{
    color: #ffa028;
    font-family: 'Geologica';
}

header .navegacao-primaria{
    display: flex;
    gap: 30px;
    align-items: center;
    font-family: 'Geologica';
}

header .navegacao-primaria li a{
    width: 0;
    height: 0;
    color: #6F387B;
    font-size: 1.1rem;
}

header .navegacao-primaria li a::after {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 4px solid transparent;
    display: block;
    transition: .9s ;
}

header .navegacao-primaria li a:hover::after {
    width: 100%;
    height: 0px;
    padding: 0px;
    border-bottom: 4px solid #6F387B;
}

.content {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    background-color: #6F387B; /* Cor de fundo do conteúdo */
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.section-div{
    animation: inicializar .7s forwards;
    background-color: #6F387B;
    display: grid;
    justify-items: center;
    align-items: end;
    gap: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Geologica';
}

.section-div div{
    margin-top: 60px;
    align-self: start;
    display: grid;
    gap: 30px;
}
.section-div div h2{
    font-weight: bold;
    font-size: 2.5rem;
    color: #ffffff;
}

.section-div div p{
    font-weight: 200;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 60px;
}

.section-div img{
    max-width: 100%;
}   

.digitando::after{
    content: '|';
    margin-left: 5px;
    opacity: 1;
    animation: pisca .5s infinite;
}

@keyframes pisca {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;

    }
}



@keyframes inicializar {
    from{
        opacity: 0;
        transform: translate3d(0, -60px, 0);
    }
    to{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*SEÇÃO PRINCIPAL SOBRE MIM*/

main{
    background-color: #ffa028;
    color: #6c3c7b;
}

.content2 {
    max-width: 1200px;
    width: 100%;
    padding: 70px;
    gap: 30px;
    background-color: #ffa028; /* Cor de fundo do conteúdo */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

main .sobre {
    display: grid;
    gap: 30px;
    justify-content: center;
    padding-bottom: 70px;
}

.sobre_titulo{
    margin: 30px;
    grid-column: 1/-1;
    text-align: center;
    color: #6F387B;
    font-family: 'Geologica';
}

.sobre_titulo h1{
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.sobre_titulo p{
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
}

.sobre_titulo div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sobre_titulo span{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #6F387B;
}

.sobre img{
    animation: ladoSecao .5s ease-in-out forwards;
    cursor: pointer;
    grid-row: 2;
    max-width: 100%;
    border-radius: 4px;
    filter: blur(0);
}

.sobre img:hover{
    transition: .5s ease-in;
    filter: blur(1px);
}

.sobre_conteudo{
    animation: sobreSecao .6s ease-in-out forwards;
    grid-column: 2/-1 ;
    display: grid;
    color: #ffffff;
    grid-template-columns: 1fr 1fr;
    font-family: 'Geologica';
}

.sobre_texto{
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
    font-family: 'Geologica';
}
/*
.sobre_texto h1{
    font-size: 2.3rem;
    color: #6F387B;
    grid-column: 1/-1;
}
*/

.sobre_texto h1::after{
    background-color: #6F387B;
    height: 6px;
    width: 60px;
    margin: 20px 0;
    content: '';
    display: block;
    border-radius: 5px;
}

.sobre_texto p{
    font-size: 1.3rem;
    grid-row: 2;
    grid-column: 1/-1;
}

.sobre_info{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/-1;
    gap: 15px;
    align-items: center;
    font-family: 'Geologica';
    padding-top: 20px;
}

.sobre_info1{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/-1;
    gap: 15px;
    align-items: center;
    font-family: 'Geologica';
    font-size: 1.5rem;
    color: #6F387B;
}

.sobre_info i{
    color: #6F387B;
    display: inline-block;
    padding-right: 15px;
    font-size: 1.5rem;
}

.sobre_info p{
    font-size: .9rem;
}

@keyframes sobreSecao{
    from{
        transition: .5s;
        transform: translate3d(60px, 0, 0);
    }

    to{
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ladoSecao{
    from{
        transition: .5s;
        transform: translate3d(-60px, 0, 0);
    }

    to{
        transform: translate3d(0, 0, 0);
    }
}

/* RESPONSIVIDADE */

@media(max-width: 785px){
    .content img{
        display: none;
    }
    .content {
        grid-template-columns: 1fr;
    }
    header .navegacao-primaria{
        display: none;
    }
    
    header{
        justify-content: space-between;
        padding: 10px 70px;
    }

    header i{
        color: #6F387B;
        font-size: 3rem;
    }
}


header .navegacao-primaria.ativado{
    background: #ffffff;
    position: absolute;
    display: grid;
    top: 80px;
    color: rgb(255, 255, 255);
    z-index: 1;
    padding: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
    right: 20px;
    animation: sobreSecao .8s ease-in-out forwards;
}


@media(max-width: 992px){
    .sobre img {
        grid-column: 1/-1;
        justify-self: center;
    }
    .sobre_conteudo{
        grid-column: 1/-1;
    }

}

/* SEÇÃO SERVICES*/

.sobre_titulo2{
    margin-bottom: 30px;
    grid-column: 1/-1;
    text-align: center;
    color: #ffa028;
    font-family: 'Geologica';
}

.sobre_titulo2 h1{
    font-size: 2.9rem;
    margin-bottom: 15px;
}

.sobre_titulo2 p{
    color: #9c71a6;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    font-weight: 200;
}

.sobre_titulo2 div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sobre_titulo2 span{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffa028;
}


.services{
    margin-top: -30px;
    background-color: #f5f5f5;
    padding: 60px;
}

.my_services{
    color: #6F387B;
}

.my_services ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.my_services ul li {
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    padding: 5px;
    display: grid;
    text-align: center;
    max-width: 150px;
    align-content: center;
    height: 150px;
}

.my_services ul li i{
    font-size: 2rem;
    font-weight: 900;
    color: #6F387B;
}

.my_services ul li h3 {
    color: #6F387B;
    font-size: .9rem;
    font-family: 'poppins';
    font-weight: 500;
    padding-top: 10px;
}

.my_services ul li p {
    color: #ffffff;
    font-size: .8rem;
    font-family: 'poppins';
}

.my_services li::before{
    content: '';
    transition: .5s ease-in-out;
    border-radius: 6px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -2px;
    right: -2px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}

.my_services li::after{
    content: '';
    transition: .5s ease-in-out;
    border-radius: 6px;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

.my_services li:hover::before{
    width: 100%;
    height: 100%;
    border-top: 2px solid #6F387B;
    border-right: 2px solid #6F387B;
}

.my_services li:hover::after{
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #6F387B;
    border-left: 2px solid #6F387B;
}

.sobre_titulo3{
    margin: 30px;
    grid-column: 1/-1;
    text-align: center;
    color: #ffa028;
    font-family: 'Geologica';
}

.sobre_titulo3 h1{
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.sobre_titulo3 p{
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
}

.sobre_titulo3 div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sobre_titulo3 span{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffa028;
}

.sobre_titulo4{
    margin: 30px;
    grid-column: 1/-1;
    text-align: center;
    color: #6F387B;
    font-family: 'Geologica';
}

.sobre_titulo4 h1{
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.sobre_titulo4 p{
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
}

.sobre_titulo4 div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sobre_titulo4 span{
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #6F387B;
}


.negocio{
    color: #ffffff;
    background-color: #ffa028;
    padding-top: 30px;
}

.resume_negocio{
    padding: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: start;
}


.resume_negocio h2 {
    font-family: 'Poppins';
    font-size: 1.5rem;
    background-color: #9b76a3;
    justify-self: start;
    padding: 10px;
    border-radius: 3px;
}

.resume_negocio h2 i{
    margin-right: 10px;
}

.experience{
    margin-bottom: 30px;
    grid-column: 1;
    grid-row: 1;
}

.experience_negocio ul{
    color: #9b76a3;
    gap: 10px;
    display: flex;
    cursor: pointer;
    margin-top: 20px;
    justify-content: center;
}

.resume_negocio .experience_negocio div h3{
    background-color: #6F387B;
    animation: ladoSecao .5s ease-in-out forwards;
    padding: 20px;
    position: relative;
}

.resume_negocio .experience_negocio div.ativo{
    display: block;
}
/*
.resume_negocio .experience_negocio div h3::before{
    content: '';
    border-right: 30px solid transparent;
    border-bottom: 30px solid #6F387B;
    position: absolute;
    top: -20px;
    left: 30px;
    display: inline-block;
}
*/

.resume_negocio .experience_negocio div h3{
    font-family: 'Poppins';
    margin: 30px 0;
    font-weight: 300;
}

.experience_negocio ul li.ativo{
    color: #ffffff;
}

.resume_negocio .experience_negocio div i{
    font-size: 1.9rem;
    color: #ffa028;
}


.negocio_p{ 
    font-style: italic;
    font-weight: 100;
    display: block;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
}

.negocio_p p{
    font-size: 1.5rem;
}

.my_resume{
    color: #ffffff;
    background-color: #6F387B;
    padding-top: 30px;
}

.resume_generico{
    padding: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: start;
}


.resume_generico h2 {
    font-family: 'Poppins';
    font-size: 1.5rem;
    background-color: #9b76a3;
    justify-self: start;
    padding: 10px;
    border-radius: 3px;
}

.resume_generico h2 i{
    margin-right: 10px;
}

.experience{
    margin-bottom: 30px;
    grid-column: 1;
    grid-row: 1;
}

.experience_content ul{
    color: #9b76a3;
    gap: 10px;
    display: flex;
    cursor: pointer;
    margin-top: 20px;
    justify-content: center;
}

.resume_generico .experience_content div h3{
    background-color: #6F387B;
    animation: ladoSecao .5s ease-in-out forwards;
    padding: 20px;
    position: relative;
}

.resume_generico .experience_content div.ativo{
    display: block;
}

.resume_generico .experience_content div h3::before{
    content: '';
    border-right: 30px solid transparent;
    border-bottom: 30px solid #6F387B;
    position: absolute;
    top: -20px;
    left: 30px;
    display: inline-block;
}


.resume_generico .experience_content div h3{
    font-family: 'Poppins';
    margin: 30px 0;
    font-weight: 300;
}

.experience_content ul li.ativo{
    color: #ffffff;
}

.resume_generico .experience_content div i{
    font-size: 1.9rem;
    color: #ffa028;
}


/* CONTATOS*/
.conteiner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    background-color: #ffffff;
    
}

.contact{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 45px;
    min-height: 80vh;
    background: #6F387B;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.contact h2{
    color: #f5f5f5;
    font-size: 1.5rem;
    margin: 2rem;
    text-align: center;
}
.contact form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact form label{
    color: #f5f5f5;
    font-size: 17px;
    margin-bottom: 4px;
}
.contact form input{
    padding: 15px;
    outline: none;
    border: 0;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.5s;
}
.contact form input:focus{
    border-radius: 16px;
}
.contact form textarea{
    padding: 10px;
    outline: none;
    border: 0;
    font-size: 15px;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.contact form textarea:focus{
    border-radius: 16px;
}
.contact form button{
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    background: transparent;
    border: 2px solid #f5f5f5;
    color: #f5f5f5;
    transition: all 1s;
    margin-bottom: 20px;
}
.contact form button:hover{
    background: #f5f5f5;
    color: #101026;
    border-radius: 16px;
}

@media(max-width: 992px){
    .my_services ul{
        grid-template-columns: 1fr 1fr;
    }
}

/*Página do Obrigado*/

.main2{
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
   background: #ffaf4d;
   flex-direction: column;
}
.text{
    font-size: 45px;
    color: #f5f5f5;
    margin-bottom: 30px;
}
.paragrafo{
    color: #f5f5f5;
    margin-bottom: 50px;
    font-size: 25px;
}
.btn{
    padding: 15px 55px;
    background: #f5f5f5;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    transition: all 0.5s;
}
.btn:hover{
    border-radius: 16px;
}

/*footer*/

footer{
    background-color: #ffffff;
    padding: 30px;
}

.footer_sociais {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    color: #ffffff;
}

.footer_sociais li{
    background-color: #6F387B;
    border-radius: 50%;
    border: 1px solid #9b76a3;
}

.footer_sociais i {
    padding: 30px;
    font-size: 1.5rem;
    color: #ffffff;
}

.footer_sociais li:hover{
    transition: .3s ease-in-out;
    cursor: pointer;
    background-color: #9b76a3;
}

.footer_sociais::before{
    content: '';
    height: 5px;
    position: absolute;
    width: 200px;
    bottom: -30px;
    background-color: #6F387B;
}

footer .footer_comercial{
    text-align: center;
    color: #000000;
    margin: 90px 90px auto;
    font-size: 1.3rem;
    font-family: 'Poppins';
}

