/* Gerais*/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
* body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}

#logo {
    width: 150px;
}

#leitor-acoplavel {
    padding: 20px;
    background-color: #fff;
}

#btn-cotacao {
    margin-bottom: 20px;

}

/*Leitor Acoplável*/
#leitor-acoplavel-eyoyo {
    width: 300px;
    height: 300px;
}

#ranger2 {
    width: 400px;
    height: 400px;
}

#btn {
    padding-top: 50px;
    margin: 20px;
}

.action-btn {
    margin-top: 50px;
}

.border {
    padding: 1px;
}

.gradient {
    border-radius: 20px;
    background-image: linear-gradient(140deg, #333333, #333333, #ff8400 )
}

.gradient2 {
    padding-right: 10px;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #ff8400, #ff8400, #ffffff )
}

ul {
    list-style-type: none;;
}

.ce {
    color: black;
}

.main-title {
    color: #000000;
    margin: 20px 0 25px 0;
    font-size: 40px;
    text-align: center;
}

.title {
    color: #000000;
    margin-top: 12px;
}

.about-title {
    font-size: 17px;
    color: #000080;
    margin: 30px 0 45px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;

}

h3 {
    color: white;

}

.whats {
    text-align: center;
}

#Produtos {
    background-color: #fff;
}

#back1 {
    margin-top: 150px;
}

#texto h3 {
    color: #808080;
    font-size: 22px;
    font-weight: 700;
    margin-top: 50px;
    margin-left: 30px;
    text-align: center;
}

#texto h4 {
    color: #808080;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 30px;
    text-align: center;
}


@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse{
        width: 100%;
    }
}

.card-body {
    background-color: #000080;
    box-shadow: 3px 6px 8px 3px rgba(50, 50, 50, 0.9);
}

#etiqueta {
    color: #fff;
}

textarea.form-control {
    height: 150px;
    resize: none;
}

#copy-area {
    text-align: center;
    margin-top: 20px;
}

.main-btn1 {
    background-color: #25d366;
    color: #fff;
    font-size: 12px;
    font-weight: inherit;
    text-transform: uppercase;
    position: fixed;
    bottom: 2%;
    left: 85%;
    padding: 1%;
    z-index: 50;
    width: 107px;
    height: 40px;
    line-height: 10px;
    text-decoration: none;
    border-radius: 15px;
    transition: .5s;
}


/* BOTÃO WHATSAPP*/
.contact-box .fa-whatsapp {
    color: #fff;
    border: solid 2px #fff;
    background-color: #25d366;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 34px;
    margin-bottom: 15px;
    margin-left: 30px;
    text-align: center;
    
}

.contact-box i {
    color: #444;
    border: solid 2px #444;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    margin-bottom: 15px;
    margin-left: 30px;
    text-align: center;

}


.fa-whatsapp:hover {
    animation: tremer 0.2s;
    animation-iteration-count: infinite;
}

@keyframes tremer {
    0%{transform: translate(1px,1px) rotate(0deg);}
    10%{transform: translate(-1px,-2px) rotate(-1deg);}
    20%{transform: translate(-2px,0px) rotate(1deg);}
    30%{transform: translate(2px,2px) rotate(0deg);}
    40%{transform: translate(1px,-1px) rotate(1deg);}
    50%{transform: translate(-1px,2px) rotate(-1deg);}
    60%{transform: translate(-2px,1px) rotate(0deg);}
    70%{transform: translate(2px,1px) rotate(-1deg);}
    80%{transform: translate(-1px,-1px) rotate(1deg);}
    90%{transform: translate(1px,2px) rotate(0deg);}
    100%{transform: translate(1px,-2px) rotate(-1deg);}
}






