



.fonte1{
    font-family: "Bebas Neue", sans-serif; 
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.fonte1btn{ /*botão enviar mensagem*/
    font-family: "Bebas Neue", sans-serif; 
    font-size: 1.5rem;
    letter-spacing: 3px;
    white-space: nowrap;
}




.descricaoslidedesktop h5{  /*descrição slides desktop*/
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.1rem;
}

.descricaoslide h5{   /*descrição slides mobile*/
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.1rem;
}








 /*......................................................Footer.................................................*/


#footer_copyright{
    display: flex;
    justify-content: center;
    background-color: #949494;
    font-size: 8px;

}



footer {
    
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-left img{
    width: 160px;
    margin-top: -30px;
    margin-left: 30px;
}

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}


.footer-distributed h3 span {
    color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    margin-top: -20px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    
   
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.2rem;
    transition: 0.5s;

}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    font-family:"inter", sans-serif ;

}

/* Footer Center */


#email a{
    color: #fff;
    transition: 0.4s;
}

#email a:hover{
    color: #b8b8b8;
    
}

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    font-family:"inter", sans-serif ;
}


.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    font-family:"inter", sans-serif ;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
    font-family:"inter", sans-serif ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    font-family:"inter", sans-serif ;

}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family:"inter", sans-serif ;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #3F71EA;
}

.footer-links a:hover {
    color: #b3b3b3;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}       



@media only screen and (max-width: 768px) {
    /* Estilos específicos para dispositivos móveis */
   
    .footer-left img{
        width: 160px;
        margin-top: -30px;
        margin-left: -5px;
    }
    
    #telefone{
        margin-left: -35px;
    }

    #telefone p{
        margin-left: 60px;
    }

    
    #telefone i{
        margin-right: -30px;
    }

    #email i{
        margin-left: -5px;
    }

    .footer-center{
        margin-left: -20px;
    }
}


/*....................................................BOTÃO WHATSAPP..................................................*/



#whatsapp .whatsapp{
    position: fixed; /* Necessário para o pseudo-elemento ::before funcionar corretamente */
    transition: all .5s ease; /* Corrigido de 'transform' para 'transition' */
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 70px;
    right: 20px;
    border: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#whatsapp .whatsapp:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite; /* Pulsa continuamente */
}

#whatsapp .whatsapp:focus{
    border: none;
    outline: none;
}

@keyframes pulse-border{ /*necessário para o botão whatsapp pulsar*/
    0% {
        transform: translateX(-50%)  translateY(-50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%)  translateY(-50%) scale(1.5);
        opacity: 0;
    }
}
