@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'poppins', sans-serif;
}

.titulo{
    margin-top: 4%;
}
.bt-o{
    margin-bottom: 5%;
}
.img-fluid{
    margin-top: 2%;
}
.logo-banner{
    width: 30%;
}
.web{
    margin-top: 4%;
    text-align: center;
    background: red;
    border-radius: 30px;
    padding: 20px;
}
.tecmenu{
    position: fixed;
    width: 100%;
    z-index: 3;
}

/* The animation code */
@keyframes banner {
    0%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(20px);
    }
}
    
  /* The element to apply the animation to */
.animf{
    position: relative;
    animation: banner 3s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    filter: drop-shadow(1px 1px 15px rgba(255, 255, 255, 0.637));
    margin-top: 35%;
    width: 70%;
    }
    .info p{
        font-size: 14px;
    }
    .card-serv{
        position: relative;
    }
    .img-serv-dir{
        position: relative;
    }
    .img-card-dir{
        position: relative;
    }
    .card-serv .img-card-dir::after{
        content: "";
        position: absolute;
        background: linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.993) 20%, rgba(255, 255, 255, 0.765) 50%, rgba(255,255,255,0.5186449579831933) 70%, rgba(255,255,255,0) 100%);
        left: 0;
        width: 100%;
        height: 100%;
    }
    .img-serv-esq{
        position: relative;
    }
    .img-card-esq{
        position: relative;
    }
    .card-serv .img-card-esq::after{
        content: "";
        position: absolute;
        background: linear-gradient(240deg, rgba(33,37,41,1) 0%, rgba(33,37,41,1) 4%, rgba(33,37,41,0.9444289434523809) 36%, rgba(33,37,41,0.7301432291666667) 57%, rgba(33,37,41,0.3670479910714286) 87%);
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tt1{
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .rodape{
        width: 100%;
        height: 100px;
        background: black;
        text-align: center;
        color: white;
 
    }
.btl{
    margin-bottom: 3%;
}
.imgcli{
    filter: grayscale(100%);
}
.imgcli:hover{
    cursor: pointer;
    filter: grayscale(0%);
}
.ca{
    margin-top: 3%;
    width: 100%;
}
.contato{
    background: #212529;
    color: white;
}
.ba{
    margin-top: 3%;
    margin-bottom: 4%;
    width: 100%;
}