
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
*/
    font-family: 'Roboto';
    }

html {
    scroll-behavior: smooth;
} 

body {
    height: 2000px;
    width: 100%;
}

header {
    height: 80px;
    display: flex;
    width: 100%;
}

.header-content {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

.campo-logo {
    display: flex;
    height: 100%;
    width: 50%;
    align-items: center;
}


.campo-logo img{
    width: 225px;
    height: 75px;
    padding: 6px;
}

.links-content {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.links-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    height: 100%;
}

.links-content ul li {
    padding: 6px;
}   
.links-content ul li a {
    color: rgb(150, 150, 150);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
} 

.links-content ul li a:hover {
    color: white;
    transition: 0.5s;
}

.rede-social-link a i {
    font-size: 18px;
    padding: 6px 2px;
    color: white;
}

.rede-social-link a i:hover {
    color: rgb(255, 123, 0);
    transition: 0.5s;
}

.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: white;
}


.banner {
    height: 500px;
    width: 100%;
    background-image: url('../imagens/banner1.png');
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center; 
    background-attachment: fixed;
}


.marcas {
    height: 200px;
    width: 100%;
    background-image: url('../imagens/patrocinadores.png');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
}

.sobre-nos {
    height: 400px;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 10px 20px 1px black
}

.sobre-nos-content {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.borda-preta {
    background-color: black;
    border-radius: 40px;
    width: 80px;
    height: 10px;
}

.sobre-nos-content span,
.servicos-text span {
    color: rgb(150, 150, 150);
}

.sobre-nos-titulo,
.servicos-titulo {
    font-size: 30px;
    font-weight: 900;
    padding: 12px;
    font-weight: bolder;
    color: rgb(102, 102, 102);
}

.span-experiencia,
.servicos-frase {
    padding: 6px;
}

.span-texto {
    padding: 12px;
    margin-top: 24px;
    text-align: center;
}

.fale-conosco {
    height: 100px;
    background-color: rgb(255, 123, 0);

}

.fale-conosco-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.fale-conosco-titulo {
    color: white;
}

.fale-conosco-button {
    border: 2px solid white;
    border-radius: 20px;
    background-color: rgb(255, 123, 0);
    padding: 10px 70px;
    color: white;
    cursor: pointer;
}

.fale-conosco-button:hover {
    border: 2px solid rgb(255, 123, 0);
    color: rgb(255, 123, 0);
    font-weight: bolder;
    background-color: white;
    transition: 0.5s;

}

.servicos {
    height: 500px;
    background-color: rgb(245, 245, 245);
}

.servicos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 92%;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
}

.servicos-titulo-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.servicos-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.servicos-text-content {
    display: flex;
    width: 20%;
    height: 40%;
    margin: 20px 0px;
    align-items: center;
    justify-content: center;
}

.servicos-text {
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: center;
    margin: 0 3px;
}

.servicos-text img {
    width: 30px;
    height: 30px;
    color: rgb(184, 184, 184);
}

.servicos-text span {
    color: rgb(150, 150, 150);
    font-size: 12px;
    font-weight: 400;
}

.barra-laranja {
    background-color: rgb(255, 123, 0);
    height: 60px;
    padding: 3px;
    margin: 4px 12px;
    border-radius: 10px;
}



.banner2 {
    height: 600px;
    background-image:url('../imagens/banner2.png');
    width:100%;
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: 100%; 
    background-attachment: fixed;
}



footer {
    height: 250px;
    background-color: black;
}

.redes-sociais-logo span {
    color: rgb(150, 150, 150);
}

.redes-sociais-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px 0;
}

.redes-sociais-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48%;
    margin-bottom: 18px;
}

.redes-sociais-img img {
    width: 180px;
    height: 60px;
}

.redes-sociais-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 48%;
}

.whatsapp-content,
.telefone-content,
.email-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    height: 100%;
}

.whatsapp-content span i {
    font-size: 42px;
}

.telefone-content span i {
    font-size: 24px;
    padding: 6px;
}
.email-content span i {
    font-size: 28px;
    padding: 6px;
}

.whatsapp-content span b {
    color: white;
    font-size: 18px;
}



#email-footer-icon,
#fone-footer-icon {
    border: 2px solid rgb(63, 63, 63);
    border-radius: 100%; 
}


#fone-footer-text {
    padding-top: 12px;
    font-size: 18px;
}
#email-footer-text {
    padding-top: 6px;
    font-size: 18px;
}

#celular-footer-text {
    padding-top: 6px;
    font-size: 12px;
}





@media (max-width:2520px) {

    header {
        height: 100px;
    }
    .banner {
        height: 700px;
    }

    .marcas {
        height: 350px;
        background-repeat: no-repeat; /* Não repete a imagem */
        background-size: contain; /* Cobre todo o elemento */
        background-position: center; /* Centraliza a imagem */ 
    }

    .sobre-nos {
        height: 500px;
    }

    .servicos {
        height: 600px;
    }

    .banner2 {
        height: 1000px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width:1440px) {

   
    .banner {
        height: 532px;
        width: 1353px;
    }

    .marcas {
        height: 300px;
    }

    .sobre-nos {
        height: 500px;
    }

    .servicos {
        height: 600px;
    }

    .banner2 {
        height: 600px;
        background-size: cover; 
        background-position: 100%; 
    }
}

@media screen and (max-width:1440px) and (max-height:900px) {

    .banner {
        height: 532px;
        width: 1450px;
    }

}

@media (max-width:430px) {

    .banner {
        height: 166px;
        width: 100%;
        background-repeat: no-repeat; /* Não repete a imagem */
        background-attachment: unset;
    }

    .header {
        height: 150px;
        padding: 12px 6px;
    } 

    .header-content {
        width: 100%;
        flex-direction: column;

    }
    .campo-logo img{
        width: 150px;
        height: 50px;
        padding: 6px;
    }
    .campo-logo {
        width: 30%;
    }
    .links-content {
        width: 100%;
        justify-content: center;   
    }
    .marcas {
        height: 100px;
    }

    .sobre-nos {
        height: 300px;
    }
    .sobre-nos-content {
        width: 90%;
    }
    .sobre-nos-titulo {
        font-size: 1.2em;
    }
    .span-experiencia {
        font-size: 0.9em;
        text-align: center;
    }
    .span-texto {
        font-size: 0.7em;
        text-align: center;
    }

    .fale-conosco-content{
        width: 100%;
        justify-content: space-evenly;
    }
    .fale-conosco-titulo {
        font-size: 0.6em;
    }
    .fale-conosco-button {
        padding: 12px;
    }
    .servicos {
        padding: 12px 0;
        height: auto;
    }
    .servicos-content {
        flex-direction: column;
    }

    .servicos-text-content {
        width: 90%;
        display: flex;
        justify-content: start;
        margin: 0 auto;

    }

    .banner2 {
        width: 100%;
        height: 300px;
        background-attachment: unset;
    }

    .redes-sociais {
        height: 300px;
    }

    .redes-sociais-logo {
        width: 90%;
    }

    .redes-sociais-logo span {
        font-size: 0.8em;
    }
    .redes-sociais-img {
        height: 20%;
    }

    .whatsapp-content,
    .telefone-content,
    .email-content {
        margin: 0;
        padding: 0;
    }
    
    .whatsapp-content span i {
        font-size: 32px;
        margin: 4px 0 8px 0;
    }
    
    .telefone-content span i {
        font-size: 14px;
        padding: 6px;
    }
    .email-content span i {
        font-size: 18px;
        padding: 6px;
    }
    
    .whatsapp-content span b {
        color: white;
        font-size: 12px;
    }
    
    
    
    #email-footer-icon,
    #fone-footer-icon {
        border: 2px solid rgb(63, 63, 63);
        border-radius: 100%; 
    }
    
    
    #fone-footer-text {
        padding-top: 12px;
        font-size: 9px;
    }
    #email-footer-text {
        padding-top: 6px;
        font-size: 9px;
    }
    
    #celular-footer-text {
        padding-top: 6px;
        font-size: 8px;
    }

    .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    
    .campo-logo img {
        height: 40px;
    }
    
    .menu-icon {
        display: none;
        font-size: 30px;
        cursor: pointer;
        color: white;
    }

    .links-content {
        display: none;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.781);
        position: absolute;
        top: 90px;
        height: 160px;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.7s ease, visibility 0.8s ease;
    }
    
    .links-content.show {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .links-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    
    .links-content ul li {
        margin: 10px 0;
    }
    .links-content ul li a {
        text-decoration: none;
        color: white;
    }
    
    .rede-social-link a {
        margin: 0 5px;
    }
}

@media (max-width:390px) {
    .banner {
        width: 100%;
	height: 150px
    }
}
@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }
}

