@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;
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #ffffff;
}

hr{
    margin-top: 5%;
}

#line{
    margin-top: 3%;
}

#line-2{
    margin-top: -18%;
}

/* Navbar */
#navbar {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #a7a6a5ab;
}

#nav_logo {
    height: 80px;
    width: 80px;
}

#truck-icon{
    margin-left: 5px;
}


.btn-default-topo{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px;
    background-color: #ffd727;
    border-radius: 12px;
    padding: 10px 16px ;
    font-weight: 600;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color .3s ease;

}

.btn-default-topo:hover{
    background-color: #ffffff;
}

.btn-default{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffd727;
    border-radius: 12px;
    padding: 10px 14px ;
    font-weight: 600;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color .3s ease;
    margin-top: 1px;
}

.btn-default:hover{
    background-color: #fffc64;
}

#nav_list {
    display: flex;
    list-style: none;
    gap: 50px;
}

.nav-item a {
    text-decoration: none;
    color: #1d1d1dad;
    font-weight: 600;
}

.nav-item.active a {
    color: #1d1d1d;
    position: relative;
    font-weight: 400;
}

.nav-item.active a::after {
    content: " ";
    width: 0%;
    height: 2px;
    background-color: #ffd727;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.nav-item.active a:hover::after {
    width: 100%;
}


.banner img{
    display: flex;
    align-items: end;
    justify-content: end;
    width: 150%;
    height: auto;
    margin-left: 150%;
    margin-top: -14%;
}

.social-media-buttons{
    display: flex;
    gap: 18px;
    margin-top: 1%;
}

.social-media-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    background-color: #ffffff;
    font-size: 1.25rem;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s ease;
}

.social-media-buttons a :hover{
    box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.1);
}

#menu span{
    color: #ffcc00e7;
}

#menu img{
    height: 155px;
    width: 230px;
    float: right;
}

.section-title{
font-size: 28px;
margin-top: 15px;
}

.section-subtitle{
    font-size: 20px;
}

.section-subtitle2{
    font-size: 16px;
}

#menu{
    text-align: center;
    margin-top: -210px;
}

#texto-do-mapa{
    top: -20%;
}

.cargas{
    text-align: left;
    margin-left: 4%;
    font-size: 18px;
    
} 

.marcas{
    margin-top: 30px;
    font-size: 4px;
}



#marcas{
    font-size: 24px;
    display: inline;
    font-weight: 500;
    margin-left: .5%;
}

#pastilhas{
    font-size: 24px;
    display: inline;
    font-weight: 500;
    margin-left: 0.5%;
}

#pastilhas-icone{
    display: block;
    margin: 20px;
    font-size: 1.2rem;
    margin-left: 4%;
    font-weight: 500;
    margin-top: 20px;
    fill: #ffcc00e7;
}

#emuitomais{
    font-size: 24px;
    display: inline;
    font-weight: 500;
    margin-left: 5.9%;
}

.produtos p, .produtos i {
    margin-left: 34px;
}

#mapa{
    display: flex;
    width: 40%; 
    height: auto;
    float: right;
    margin-top: 8px;
    margin-right: 5%;
    overflow: hidden;   
}


.site-footer {
    background-color: #333333a3;
    color: white;
    padding: 0px 0px;
    font-size: 14px;
    text-align: center;
    height: -50px;
    margin-top: 50px;
}

.footer-bottom {
    background-color: #2222226d;
    color: #aaa;
    padding: 10px 0;
}

.footer-bottom p {
    margin: 0px;
}

