*{
    font-family: "futura-pt";
}


/* @font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype'),
       url('../fonts/FuturaCyrillicMedium.ttf') format('truetype'),
       url('../fonts/FuturaCyrillicBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 450; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

main {
    background: #242424;
}

header {
    border-bottom: 3px solid #E8ED0A;
    background: #1B1B1BCC;
    position: relative;
    z-index: 10;

    .cabecalho {
        padding: 18px 0;
        
        .nav-item {
            display: flex;
            align-items: center;
                a {
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 100%;
                    vertical-align: middle;
                    text-transform: uppercase;
                    color: #fff !important;

                    &:hover{
                        color: #E8ED0A !important;
                    }
                }
        }
        
        .navbar-collapse {
            /* display: flex; */
            justify-content: space-evenly;

            li{
                display: flex;
                align-items: center;
            }
        }
        
        .btn-consultoria {
            font-weight: 500;
            font-size: 18px;
            background-color: #E8ED0A;
            line-height: 100%;
            text-transform: uppercase;
            color: #000 !important;
            padding: 14px 50px;
            display: inline-flex;
            align-items: center;
            width: 290px;
            text-align: center;
            justify-content: center;

            img{
                opacity: 0;
                transition: 300ms all ease-in-out;
            }
            
            &:hover{
                img{
                    margin-left: 8px;
                    opacity: 1;
                }
            }
        }
    }
}



#mySidenav {
    top: 400px;
    position: fixed;
    right: 80px;
    z-index: 10;
}
#mySidenav a {
    position: absolute;
    right: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 80px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 2px 0 0 2px;
    text-align: center;
}

#about {
    top: 20px;
    background-color: #E8ED0A;
}

#blog {
    top: 100px;
    background-color: #E8ED0A;
}

#projects {
    top: 180px;
    background-color: #E8ED0A;
}



footer {
    background: #262626;
    padding: 40px 0 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #262626 77%, #212121 70px);

     .logo-footer {
        width: 163px;
        object-fit: contain;
        margin-bottom: 40px;
    }

    h4 {
        font-weight: 450;
        font-size: 24px;
        color: #E8ED0A;
        letter-spacing: 10%;
        text-transform: uppercase;
        letter-spacing: 0.16071428rem;
    }
    
    .text-footer{
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.16071428rem;
        color: #fff;
    }

    .menu-footer {
        margin: 0;
        padding: 0;
        column-count: 2;

        li{
            font-weight: 400;
            font-size: 16px;
            color: #fff;
            list-style-type: none;
            letter-spacing: 0.16071428rem;

            span{
                color: #E8ED0A;
            }
        }
    }

    .contato-footer{
        margin: 0;
        padding: 0;

        li{
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0.16071428rem;
            color: #fff;
            list-style-type: none;
            margin-bottom: 18px;
        }
    }

    .bg-copy{
        background-color: #212121;
        padding: 22px 0;

        .copy{
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 0.16071428rem;
            color: #fff;
            margin: 0;

            .politica{
                color:#fff;
            }
        }

        .logos-footer {
            display: flex;
            justify-content: space-between;
    
            .icon-footer-log-1 {
                width: 52px;
                object-fit: contain;
            }
            .icon-footer-log-2 {
                width: 48px;
                object-fit: contain;
            }
            .icon-footer-log-3 {
                width: 115px;
                object-fit: contain;
            }
        }
    }
}





/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    header {
        background: #272727 !important;
        padding: 15px;

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-collapse {
             justify-content: center;
             flex-direction: column;
             padding-top: 30px;
 
             .alt-menu {
                 display: flex;
                 flex-direction: column;
                 align-items: center;
     
                  li{
                     display: flex;
                     align-items: center;
                     margin-bottom: 20px;
                 }
             }

             .justify-content-endsocial-mini-menu {
                justify-content: center;
            }
                        
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 

    #mySidenav {
        display: none;
    }

    header {
        background: #272727;
        padding: 15px;

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-collapse {
             justify-content: center;
             flex-direction: column;
             padding-top: 30px;
 
             .alt-menu {
                 display: flex;
                 flex-direction: column;
                 align-items: center;
     
                  li{
                     display: flex;
                     align-items: center;
                     margin-bottom: 20px;
                 }
             }

             .justify-content-endsocial-mini-menu {
                justify-content: center;
            }
                        
        }
    }

    footer {
        background-image: linear-gradient(to bottom, #262626 81%, #212121 70px);
        padding: 80px 40px 20px;

        h4 {
            margin: 30px 0;
        }

        .alinhar-footer{
            display: flex;
            justify-content: space-around;

            .logo-footer {
                width: 123px;
            }
        }

        .bg-copy {
            .copy {
                margin: 20px 0;
            }
        }
    }
}