/*Estilo Geral */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background: url('/assets/img.portfolio/fonte-de-galaxia-de-estilo-fantasia.jpg') no-repeat;
    background-size:cover;
}
.interface{
    max-width: 1280px;
    margin: 0 auto;
}

.flex{
    display: flex;
}
.btn-contato button {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fa6502;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: .2s;
    
}
.nav-list lu{
    list-style-type: none;
}

.nav-list li {
    margin: 0 auto;
}

.nav-list a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: #fa6502;
}

.nav-list a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #d16720c7;
    transition: width 0.3s ease;
}

.nav-list a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}



h2.titulo{
    color: #fff;
    font-size: 38px;
    text-align: center;
}

h2.titulo span{
    color: #fa6502;
}

button:hover, form .btn-enviar input:hover{
    box-shadow: 0 0 8px #6d6c6c86;
    transform: scale(1.05);

}
/*Estilo Cabeçario*/
header {
    padding: 1px 4%;
}

header>.interface {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 4%;
}

header a {
    color: #7e7d7d;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
}

header nav.menu-desktop a:hover {
    color: #fff;
    transform: scale(1.05);

}

header nav ul {
    list-style-type: none;
}

header nav.menu-desktop ul li {
    display: inline-block;
    padding: 0 40px;

}
header .foto-logo{
    width: 180px; 
    height: 150px;
    margin: 30px 0; 
    margin-bottom: 0; 

}
/*ESTILO MOBBILE*/
.btn-abrir-menu i{
    color:#fa6502;
    font-size: 50px;
}

.overlay-menu{
    background-color: #0000008e;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88888;
    display: none;
}

.menu-mobile{
    background-color: #000;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .2s;
}

.menu-mobile.abrir-menu{
    width: 70%;
}

.menu-mobile.abrir-menu ~ .overlay-menu{
    display: block;
}
.menu-mobile .btn-fechar{
    padding: 20px 4%;
}
.menu-mobile .btn-fechar i{
    color: #fa6502;
    font-size: 40px;

}

.menu-mobile nav ul{
    text-align: right;
}
.menu-mobile nav ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 4%;
    display: block;
}
.menu-mobile nav ul li a:hover{
    background-color: #fa6502;
    color: #000;
}


/*Estilo topo do site*/

section.topo-do-site {
    padding: 30px 4%;

}
section.topo-do-site img{
    padding: 10px 4%;
}

section.topo-do-site .flex {
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.topo-do-site .txt-topo-site h1.name{
    color: #fa6502;
}
.topo-do-site .txt-topo-site h1,
h3 {
    color: #fff;
    font-size: 38px;
    line-height: 48px;

}

.topo-do-site .txt-topo-site h3 {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
}

.topo-do-site .txt-topo-site h3 span {
    color: #f7c07896;
}

.topo-do-site .txt-topo-site p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin: 25px 0;
}

.topo-do-site .txt-topo-site p span {
    color: #f7c07896;
}

.topo-do-site .img-topo-site img{
    width: 350px; 
    height: 350px; 
    border-radius: 50px;
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
    
}

@keyframes flutuar {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}

/* ESTILOS DAS ESPECIALIDADES*/
section.especialidades{
    padding: 100px 4%;
}

section.especialidades .flex{
    gap: 60px;
    padding: 10px 4%;
}
.especialidades .especialidades-box{
    color: #fff;
    padding: 40px;
    margin-top: 45px;
    border-radius: 20px;
    transition: .2s;
    text-align: center; 
}

.especialidades .especialidades-box:hover{
    transform: scale(1.05);
    box-shadow: 0 0 9px #fa6502;
}
.especialidades .especialidades-box i{
    font-size: 70px;
    color: #fa6502;
    
}
.especialidades .especialidades-box h3{
    font-size: 28px;
    margin: 15px 0;
}
.especialidades .especialidades-box p{
    margin: 20px 50px;
    font-size: 18px;
}

/*ESTILOS SOBRE*/
section.sobre{
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #ffffff1c;
}

section.sobre .flex{
    align-items: center;
    gap: 60px;
    padding: 10px 4%;
}
.sobre .txt-sobre{
    color: #fff;
}

.sobre .txt-sobre h2{
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.sobre .txt-sobre h2 span{
    color: #fa6502;
    display: block;

}

.sobre .txt-sobre p{
    margin: 15px 0;
    text-align: justify;
    font-size: 18px;
    
}
.btn-social button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #fa6502;
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
}
.sobre img{
    float: right;
    text-align: left;
    border-radius: 40%;
    width: 380px; 
    height: 380px; 
    
}

/*ESTILOS PORTFÓLIO*/

section.portfolio{
    padding: 80px 0%;
    box-shadow: 0 0 40px 10px #ffffff1c;
}
section.portfolio .flex{
    justify-content: space-around;
    margin-top: 60px;
    padding: 10px 4%;
    
}
.img-port{
    width: 360px;
    height: 460px;
    background-color: cover;
    background-position: 100% 0%;
    transition: 12s;
    cursor: pointer;
    border-radius: 40px;
    position: relative;
}
.img-port:hover{
    background-position: 100% 100%
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #000000e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: .5s;
}
.overlay:hover{
    opacity: 1;

}

/*ESTILO FORMULARIO*/

section.formulario{
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #ffffff1c;
}
form{
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;

}

form input, form textarea{
    width: 100%;
    background-color: #202020b6;
    border: 0;
    outline: 0;
    padding: 20px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;

}
form textarea{
    resize: none;
    max-height: 200px;
}

form .btn-enviar{
    margin-top: 20px;
    text-align: center;

}
form .btn-enviar input{
    width: 120px;
    background-color: #fa6502;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    transition: .2s;
}
/*ESTILO RODAPE*/
footer.interface{
    padding: 80px 4%;
    box-shadow: 0 0 40px 10px #ffffff1c;
}

footer .flex{
    justify-content: space-between;
    padding: 10px 4%;
}

footer .line-footer{
    padding: 20px 0;
    
}
.borda{
    border-top:  2px solid #fa6502;
}
footer .line-footer p i{
    color: #fa6502;
    font-size: 22px;
    padding: 10px 4%;
   
}
footer .line-footer p a{
    color: #fff; 
}
.logo-footer img {
    width: 150px; 
    height: 150px; 
}

@media screen and (max-width: 1020px){
/*classe gerais*/
.flex {
    flex-direction: column;
}

.topo-do-site .flex{
    flex-direction: column-reverse;
}

h2.titulo {
    font-size: 34px;
    line-height:  30px;
}
 /*cabeçario*/
    .menu-desktop,
    .btn-contato{
        display: none;
    }
}
 /*TOPO DO SITE*/

section.topo-do-site .flex {
    gap: 20px;
}
section.sobre{
    padding: 400px 8%;
}

section.sobre .flex{
    align-items: center;
    gap: 60px;
    padding: 40px 8%;
}

.sobre .txt-sobre p{
    text-align: justify;
}
.sobre img{
    width: 350px; 
    height: 350px;
}
.sobre .btn-social{
    text-align:center;
}
/*MEU PORtfólio*/
section.portfolio{
    padding: 20px 8%;
}
    .img-port{
        width: 100%;
        max-width: 360px;
        margin: auto;
        height: 460px;
    }

/*footer*/
footer .flex{
    flex-direction: column;
}

footer .line-footer{
    text-align: center;
    
}
.logo-footer img {
    width: 120px; 
    height: 120px; 
}

/**MENU MOBILE*/
/* Esconde o ícone em telas maiores que 1020px */
@media (min-width: 880px) {
    .btn-abrir-menu {
        display: none;
    }
}

/* Exibe o ícone em telas menores que 1020px */
@media (max-width: 890px) {
    .btn-abrir-menu {
        display: block;
    }
}
