



.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;
}

.fonte2{
    font-family:"inter", sans-serif ;
}

.navbar-brand img{ /*tamanho da logo*/

    max-width: 120px;
    
    }


    .navbar-nav {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .navbar-nav li {
        display: inline-block;  /* Garante que os itens fiquem em linha */
    }



    @media (max-width: 992px) {
        .navbar-collapse {
            text-align: right; /* Alinha o menu hamburguer à direita quando o colapso ocorrer */
        }
    
        .navbar-nav {
            width: 100%; /* O menu hamburguer ocupará a largura total */
            text-align: right; /* Alinha os itens dentro do menu à direita */
        }
    
        .navbar-nav li {
            display: block; /* Garante que os itens no menu hamburguer fiquem em blocos */
        }
    }





/*........................................ FORMULARIO DE CONTATO.............................................*/

.containerform{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
 
 }
 
 
 
 .form_box{
     display: flex;
     flex-direction: column;
     background-color: #FFFFFF;
     border-radius: 8px;
     width: 700px;
 }
 
 
 .form_box .title{
     padding: 24px 32px;
     font-size: 30px;
     border-bottom: thin solid #ccc;
     font-family: "Bebas Neue", sans-serif;
     letter-spacing: 0.1rem; /*espaço entre as letras*/
 }
 
 .form_box form{
     display: flex;
     align-items: start;
     flex-wrap: wrap;
     padding: 32px;
 }
 
 
 .form_box input, 
 .form_box textarea{
     width: calc(50% - 8px);
     height: 48px;
     border-radius: 8px;
     border: thin solid #999;
     padding-left: 16px;
     margin-bottom: 16px;
     font-size: 16px;
 }
 
 
 .form_box input:first-child{
     margin-right: 16px;
 
 }
 
 
 .form_box input [name=subject]{
     width: 100%;
 
 }
 
 
 .form_box textarea{
     width: 100%;
     height: 60px;
     padding: 16px;
 }
 
 
 .form_box button{
     
     border: none;
     outline: none;
     width: 180px;
     height: 48px;
     border-radius: 8px;
     background-color:#343434;
     color: #FFFFFF;
     font-size: 16px;
     font-weight: bold;
     cursor:pointer;
     margin-left: auto; /*alinhou o botão à esquerda*/
     
     
 }
 
 
 .form_box button:hover{
     background-color: black;

     
     
 }


 #corcontato{
   font-size: 15px;
   color: #004FA3;
   font-weight: bold;
 }

 .title {
    color: #5C5C5C;
    font-weight: bold;
    
 }


 
 /*................................FIM FORMULARIO DE CONTATO.............................................*/

 





 /*......................................................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{
        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;
    }
}




@media (min-width: 375px) and (max-width: 413px) {
    #email i{ /*ícone e-mail footer*/
        margin-left: -15px;
    }

}