* {
    margin: 0;
    padding: 0;
}

/* preloader */

.spinner-wrapper {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* animação entrada do logo */
@keyframes entradaesquerda{
    0%{.text-start; opacity: 0;}
    50%{opacity: 0;}
    100%{.text-center; opacity: 1;}
}
 
/* seção home */
#home {
    position: relative;
    height: 100vh;
}

.logo img{
    animation-name: entradaesquerda;
    animation-duration: 2s;
}

/* menu vertical de redes sociais */
#redesvertical{
    position: absolute;
    margin-top: 15%;
    margin-left: 25px;
    z-index: 99;
    float: left;
    display: block;
}

#redesvertical .list-group .list-group-item {
    font-size: 2.3rem;
    border: none;
    background-color: transparent;
}

#redesvertical .list-group .list-group-item a {
    text-decoration: none;
}

#redesvertical .list-group .list-group-item i:hover {
    color: #1f7713;
}

/* modal spotify */
#modalSpotify .bi-spotify {
    font-size: 5rem;
    color: #126008;
}
 

/* animação dos botões */
@keyframes entrabotao{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

/* botões centrais  */
#botao-central .btn{
    width: 200px;
}

#botao-central {
    animation-name: entradaesquerda;
    animation-duration: 2s;
}

@media (max-width: 500px){


    #ads-admin .img-redes {
        display: none;
    }
}

/* página de soluçãoes */
@media (max-width: 767.98px) {
    .spinner-wrapper {
        display: none;
    }

    #botao-central .btn{
        width: 100px;
    }
}

#menu-lateral {
    width: 60px;
    height: 160px;
    display: flexbox;
    position: fixed;
    bottom: 250px;
    right: 1px;
    z-index: 100;
 }

 /* menu lateral */

 #menu-lateral i {
   font-size: 1.5rem;
 }

 #menu-lateral .icon-link {
   color: white;
   text-decoration: none;
 }

#solucoes {
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg-solucoes.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-brand img {
    max-width: 50px;
}


/* menu central */

#menu-central, .teste{
    max-width: 600px;
}

#linguagens {
    margin-top: 50px;
    max-width: 40%;
}

#menu-central {
    margin-top: 100px;
}

/* seção contato */

/* seção website */


#website {
    width: 100%;
}

/* seção trafego pago */


/* rodapé soluções */
#rodape-solucoes img{
    max-width: 50px;
}

/* página de criações */
.menu-principal {
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: 300px;
    background: linear-gradient(166deg, rgba(0,212,255,1) 0%, rgba(7,156,218,1) 27%, rgba(17,99,168,1) 64%, rgba(129,39,255,1) 100%);
    border-radius: 12px;
    
}

.btn-redondo {
    width: 20px;
    height: 20px;
    background-color: #126008;
    border-radius: 25px;
}

.menu {
    position: absolute;
    bottom: -1px;
}

.bg-item {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    background-color: #e9e9e9;
}

#myTab .nav-link {
    background-color: #ffffff5e;
}

#myTab .nav-link:hover {
    background-color: #ffffff5e;
}


#myTab .nav-tab {
    border-color: #ffffff5e;
}

/* principais modelos */

.margem-padrao-esquerda {
    margin-left: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
}