@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;900&family=Shadows+Into+Light&display=swap');
*{
    margin: 0px;
    padding: 0px;
    font-family: poppins;
    color: white;
    box-sizing: border-box;
}body{
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: black;
}
button{
    padding: .6rem 1.2rem;
    background-color: red;
    color: white;
    border: none;
    border-radius: .25rem;
    cursor: pointer;
    opacity: .7;
    font-size: 1rem;
}
#fade, #modal{
    transition: .5s;
    opacity: 1;
    pointer-events: all;

}
#fade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.06);
    z-index: 5;
}
button:hover{
    opacity: 1;
}
#modal{
    position: fixed;
    left: 40%;
    top: 20%;
    background-color: rgb(0, 255, 115);
    z-index: 1000;
    border-radius: 10px;
    width: 500px;
    max-width: 60%;
    padding: 1.2rem;
}
.modall{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.modal-body p {
    margin-bottom: 1rem;
    color: black;
}
#modal.hide,#fade.hide{
    opacity: 0;
    pointer-events: none;
}
#modal.hide{
    top: 0;
}
.bio{
    width: 400px;
    height: 400px;
    border-radius: 20px;
    margin: 10px;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
}
.bio img{
    width: 400px;
    height:400px;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    display: flex;
}
.tot{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    overflow: hidden;
}
.tx{
    
    width: 400px;
    height: 400px;
    text-align: justify;
    text-indent: 40px;
}
.conteiner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
    margin: auto;
}
.titulo{
    text-align: center;
    padding: 20px;
    display: block;
}
.titulo p {
    color: white;
    width: 200px;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    font-size: 13px;
}
.titulo h2{
    background: red;
    width: 300px;
    height: 30px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 2px 1px 3px rgba(245, 242, 242, 0.185);
}
.conteiner .card{
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px;
    box-shadow: 20px 20px 50px rgba(242, 245, 242, 0.116);
    border-radius: 15px;
    background: rgba(128, 128, 128, 0.315);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
}
.conteiner .card .content img{
    width: 300px;
    height: 340px;
}
.conteiner .card .content{
    padding: 20px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s;
}
.conteiner .card:hover .content{
    transform: translateY(0px);
    opacity: 1;
    background: black;
}
.conteiner .card .content h2{
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 8em;
    pointer-events: none;
    color: rgba(10, 10, 10, 0.473);
}
.conteiner .card .content a{
    position: relative;
    display: block;
    padding: 15px ;
    width: 300px;
    background: red;
    font-weight: bolder;
    border-radius: 20px;
}
#texto{
    display: block;
    color: white;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 2px 5px rgb(104, 78, 78);
    border: 1px solid white;
    border-radius: 10px;   
}
#texto2{
    display: block;
    color: white;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 2px 5px rgb(104, 78, 78);
    border: 1px solid white;
    border-radius: 10px;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    background: rgba(128, 128, 128, 0.123);

}
#logo{
    font-size: 1.5rem;
    font-weight: bolder;
}
#header{
    display: flex;
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    background: black;
}
#menu{
    display: flex;
    list-style: none;
    gap: 5rem;
}
#menu a{
    display: block;
    padding: .5rem;
}
#butao{
    display: none;
    
}
section{
    max-width: 800px;
    min-width: 300px;
    margin: auto;
    padding: 10px;
    color: white;
    

}
@media(max-width:600px){
    #butao{
        display: flex;
        padding: .5em 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
        color: white;
    }
    #hamburger{
        width: 20px;
        border-top: 2px solid;
        
    }
    #hamburger::after, #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background:currentColor;
        margin-top: 5px;
        transition: 0.4s;
        position: relative;
    }
    nav.active #hamburger{
        border-top-color: transparent;
    }
    nav.active #hamburger::before{
        transform: rotate(135deg);

    }
    nav.active #hamburger::after{
        transform: rotate(-135deg);
        top: -7px;

    }
    #menu{
       position: absolute;
       width: 100%;
       top: 70px;
       right: 0px;
       background: black;
       color: white;
       display: block;
       height: 0px;
       transition: .6s;
       z-index: 1000;
       visibility: hidden;
       overflow-y: hidden;
       
    }
    #nav.active #menu{
        display: block;
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }
    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(128, 128, 128, 0.062);
    }

}