@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,500;1,300&display=swap');

html{
    scroll-behavior: smooth;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x :hidden;
}
a {
    text-decoration: none;
   
}
ul{
    margin: 0;
    padding: 0;
    color: white;
}
li > a{
    color: white;
    font-family: Roboto;
    font-style: italic;
}
li > a:hover{
    color: black;
}
body{
    font-family: 'Libre Basker';
    background-color: #f5f5f7;
}
.menu{
    list-style: none;
    gap: 1.8rem;
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: LEFT;
    font-size: 35px;
    font-weight: 300;
    position: fixed;
    top: 5rem;
    left: -200%;
    right: 0;
    width: 75%;
    height: 85%;
    margin: auto;
    padding: 2rem;
    border: 2px solid black;
    z-index: 500;
    -webkit-transition: 1s;
    transition: 1s;    
    transition: 1s;
    right: 0;
    border-radius: 0px 0px 8px 8px;
}

#btn-menu{
    display: flex;
    padding: .5rem 1rem ;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: .5rem;
    position: absolute;
    left: 85vw;
}
#nav{
    margin-top: 20px;
    margin-left: 40px;
}

.ham{
    border-top: 2px solid;
    width: 20px;
}
.ham::after,.ham::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: black;
    margin-top: 5px;
    transition: .4s;
    position: relative;
}
.menu-ativo {
    left: 0;
    background-color: #475F45;
}
.x{
    border-top: transparent;
}
.x::before{
    transform: rotate(135deg);

}
.x::after{
    transform: rotate(-135deg);
    top: -7px;
}
header{
    width: 100vw;
    height: 80px;
    left: 0px;
    top: 0px;
    display: flex;
    position: sticky;
    background-color: white;
    z-index: 4;
}
header img{
    margin-top: 10px;
    margin-left: 3px;
    width: 65px;
    height: 65px;
    margin-right: 15px;
}
.nome-logo{
    left: 27.76%;
    right: -19.39%;
    top: 8.47%;
    bottom: 10.17%;
}

.nome-logo h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 19.0927px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 25px;

    color: #343D33;
}

#btn-volta{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 25px 20px;
    position: fixed;
    background-color: white;
    border-radius: 25px;
    padding: 5px;
    transition: visibility 0s, opacity 0.5s linear;

}
.nome-logo h3{
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 12.4517px;
    line-height: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #333333;
}

.hide {
    opacity:0;
  
}
.show {
    opacity:0.7;
    display: flex !important;
}

body{
    display: grid;
    grid-template-columns: 5vw 90vw 5vw;
    grid-template-rows: 15vh 20vh 65vh;
    justify-content: center;
}

/*=============Box=============*/

#box{
    grid-row: 2/3;
    grid-column: 2/3;
}
.selectbox{
    position: relative;
}
.select{
    background: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .16);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: .2s ease all;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    z-index: 1;
    border:  2px solid transparent;
}

.select.active, 
.select:hover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border: 2px solid #213faf;
}

.select.active::before{
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 15px solid #213faf;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: calc(45%);
}

.select i {
    font-size: 30px;
    margin-left: 38px;
    color: #213faf;
    transition: .5s ease;
}

.select .titulo{
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.opcoes{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    max-height: 480px;
    overflow: auto;
    z-index: 100;
    margin-left: 10px;
    display: none;
    overflow-x: hidden;
    transition: display 5s ease-in-out all;
}

.opcoes.active{
    display: block;
}

.conteudo-opcao{
    width: 100%;
    display: flex;
    align-items: center;
    transition: 1s ease all;

}

.conteudo-opcao img{
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.up{
    transform: rotate(180deg);
}

.prof{
    grid-row: 3/4;
    grid-column: 2/3;
}
.prof__psico,
.prof__pintura,
.prof__mass,
.prof__mod,.prof__yoga,
.prof__danca,.prof__const,.prof__acun,.prof__canto, .prof__make
{
    display: none;
}
.prof-titulo{
    font-size: 32px;
    margin: 0.8rem 0;
    color: #343D33;
}

.prof-desc{
    font-size: 22px;
    color: #697568;
}

.profissional{
    background-color: #fff;
    border-radius: 18px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.profissional img{
    width:200px ;
    border-radius: 50%;
}

.show-prof{
    display: block;
}

@media screen and (min-width:1200px) {
   .conteudo-opcao{
    justify-content: center;
   }
    .textos{
        font-size: 25px;
    }
   
    #select{
       justify-content: center;
   }
     li > a{
       color:#697568;
     }
    .opcao-p{
        flex-wrap: wrap;
        display: none;
        margin-top: 20px;
        }
    .profissional{
        margin-right: 1rem;
    }
    .show-prof{
        display: flex;
    }
    .menu{
        left: 0;
        display: flex;
        flex-direction: row;
        top: 0;
        font-size: 25px;
        justify-content: right;
        transition: 0.5s;
        border: 0;
        height: 5vh;
    }
  
    #btn-menu{
        display: none;
    }
    
    body{
        grid-template-columns: 5vw 70vw 25vw 5vw;    
    }
    #box{
        grid-column: 3/4;
    }
    .prof{
        grid-column: 2/4;
    }
}