



@media (min-width: 955px) {
    #btnmobile {
        display: none;
    }
}







@media (max-width: 955px) {

    #btnmobile {
        display: block;
        padding: .5rem 1rem;
        font-size: 3rem;
        border: none;
        background: none;
        color: black !important; 
    
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .redes-sociais {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
    }

    #menu li a {
        color: black;
        font-weight: bold;
    }
    

    #menu {
        display: none;
        position: absolute;
        width: 100%;
        top:220px;
        right: 0px;
        display: block;
        z-index: 1000;
        height: 0;
        transition: .6s;
        overflow-y: hidden;
        visibility: hidden;
        background-color: transparent ;
        opacity: 0.9;
        background: rgba(255, 255, 255, 0.27);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.3px);
        -webkit-backdrop-filter: blur(4.3px);
        border: 1px solid rgba(255, 255, 255, 0.46);
             
    }

    #menu li {
        text-align: center;
    }

    

    #nav.active #menu {
        visibility: visible;
        height: calc(100vh - 70px);
        display: block;
        overflow-y: auto;
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom:2px black;
        font-size: 30px;
    }

    .numero-cell {
        display: flex;
    flex-direction: row-reverse;
    align-items: center;
    }

    .redes-sociais {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .redes-sociais img {
        width: 30px;
    }

}




@media (max-width: 520px) {
    #logo {
        width: 150px !important;
    }

    
    .numero-cell h1,span {
        font-size: 25px !important;
        color: #1d9896;
    
    }

}
@media (max-width: 520px) {

    
    #menu {
        display: none;
        position: absolute;
        width: 100%;
        top:180px;
        right: 0px;
        display: block;
        z-index: 1000;
        height: 0;
        transition: .6s;
        overflow-y: hidden;
        visibility: hidden;
        background-color: transparent ;
        opacity: 0.9;
        background: rgba(255, 255, 255, 0.27);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.3px);
        -webkit-backdrop-filter: blur(4.3px);
        border: 1px solid rgba(255, 255, 255, 0.46);
             
    }
}










/* 

______ _  ____ _         _____ ____  _____ _____ _   _  _____                  
|  ____| |/ /_ | |       / ____/ __ \|  __ \_   _| \ | |/ ____|                 
| |__  | ' / | | |      | |   | |  | | |  | || | |  \| | |  __                  
|  __| |  <  | | |      | |   | |  | | |  | || | | . ` | | |_ |                 
| |____| . \ | | |____  | |___| |__| | |__| || |_| |\  | |__| |                 
|______|_|\_\|_|______|  \_____\____/|_____/_____|_|_\_|\_____|         _       
| |                                  | |       |  __ \                 | |      
| |     ___  ___  _ __   __ _ _ __ __| | ___   | |  | |_   _  __ _ _ __| |_ ___ 
| |    / _ \/ _ \| '_ \ / _` | '__/ _` |/ _ \  | |  | | | | |/ _` | '__| __/ _ \
| |___|  __/ (_) | | | | (_| | | | (_| | (_) | | |__| | |_| | (_| | |  | ||  __/
|______\___|\___/|_| |_|\__,_|_|_ \__,_|\___/  |_____/ \__,_|\__,_|_|   \__\___|
|  __ \         | | (_)/ _|/_/ | (_)     _                                      
| |__) |__  _ __| |_ _| |_ ___ | |_  ___(_)                                     
|  ___/ _ \| '__| __| |  _/ _ \| | |/ _ \                                       
| |  | (_) | |  | |_| | || (_) | | | (_) |                                      
|_|   \___/|_|   \__|_|_| \___/|_|_|\___(_) 

https://portifolio-ek1l.pages.dev/  */