.container1
{
padding: 80px 0 50px 0;
text-align: center;
background-image: url(./images/truck_1.jpg);
background-repeat: no-repeat;
background-size: cover;
}

.container2
{
padding: 90px 10%;
text-align: center;
background-color:#f3f0e9;
}

.container3
{
padding: 90px 0;
text-align: center;
background-color:#faf7f1;
}

.container-brasil
{
    padding: 80px 0 50px 0;
    text-align: center;
    background-image: url(./images/brasil_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

.container-clientes
{
    padding: 90px 10%;;
    text-align: center;
    background-image: url(./images/client_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-link
{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    color: #141414;
    padding: 16px 16px;
}

.nav-link:hover
{
color: #EDA320;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%EDA320' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
   .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%EDA320' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }

h2
{
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-shadow: 2px 3px #e4b25c;
}

h3
{
    text-shadow: 1px 1px #e4b25c;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
}

h4
{
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.p1
{
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
    padding: 0px 10%;
}

.p2
{
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
    padding: 0px 5%;
    text-align: right;
}

.p3
{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.p4 /* Direitos Reservados*/
{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    color: #3D3D3D;
}


.p5 /* Fonte Valores*/
{
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0px 5%;
    text-align: center;
}
#carousel
{   
    min-height: 100px;
    align-self: center;
    position:relative;

}

.pCarrocel1
{
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 700;
    padding: 20% 1% 0px 5%;
    text-align: center;
    animation:pop-in 0.9s;
}

.pCarrocel2
{
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
    padding: 0px 1% 10% 5%;
    text-align: center;
    animation:pop-in 0.9s;
}

@keyframes pop-in {
    0% { opacity: 0; transform: translateY(+10px);; }
    100% { opacity: 1; transform: translateY(0); }
}


.btn
{
    background-color: #EDA320; 
    border-color: #EDA320;
    color: black; 
    font-family: 'Montserrat';
    font-size: 16px;  
    font-weight: 700;
    margin-bottom: 130px;
    padding: 5px 18px;
    animation:pop-in 0.9s;
}
.btn:hover
{
    background-color: #ffffff;
    color: #000000;
}

.bg-light{
opacity: 90%;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.144);
}

.bg-gray
{
    background-color:#faf7f1;
}

.fab
{
    padding: 0 5px;
    color: rgb(20, 20, 20);
}

.fas
{
    padding-left: 5px;
    color: rgb(20, 20, 20);
}

.mvv-div
{
    padding: 16px;
    background-color: #faf7f1ea;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.144);

}

.amimate-start
{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.9s, transform 0.9s;
}

.animate {
    opacity: 1;
    transform: translateY(0);
  }

.icon-valor
{
    padding: 10px 0;
    color: #EDA320;
}
.logo-rodapé
{
    padding-bottom: 50px;
}

.cls-1 {
 fill: #eda320; 
 transition: fill 0.5s ease;
 stroke: #faf7f1;
 stroke-width: 1px;
}
  
.cls-2 {
 fill: #eda320;
 transition: fill 0.5s ease;
 stroke: #faf7f1;
 stroke-width: 1px;
}

.img-fluid{
    padding: 16px;
}

#Camada_1
{
    height: auto;
    max-width: 450px;
}
  
 .cls-1:hover{
 fill: #000000;
transition: fill 0.5s ease;
}
  
.cls-2:hover {
fill: #000000;
transition: fill 0.5s ease;
}

#contato
{
    box-shadow: 1px -2px 8px rgba(0, 0, 0, 0.144);
}

@media (max-width: 767px)
{

    .pCarrocel1
{
    font-size: 26px;
    text-align: center;
}

.pCarrocel2
{
    line-height: 30px;
    text-align: center;
}

.p2
{
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
    padding: 0px 5%;
    text-align: center;
}

.text-start
{
    text-align: center!important;
    padding-top: 20px;
    line-height: 30px;
}
 
.text-end
{
    padding-top: 20px;
    text-align: center!important;
    line-height: 30px;
}

.text-center
{
    padding-top: 20px;
    text-align: center!important;
    line-height: 30px;
}

.amimate-start
{
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.9s, transform 0.9s;
}

.animate {
    opacity: 1;
    transform: translateY(0);
  }

}