/* CSS PAG. HOME:*/


body{
    overflow-x: hidden;
}

.faixa_amarela{
    border: 8px solid yellow;
}

/* Foto principal da pag. HOME:*/
.foto img{
    width: 100%;
    height: 100%;
    padding: 0; 
}

.servico h2{
    text-align: center;
    margin: 60px 0 60px 0;
    font-size: 40px;
}

h3{
    margin-top: 1rem;
    margin-left: 2rem;
    text-align: left;
    padding: 1rem;
    font-size: clamp(1em);
   
}

.card-servico h5{
    margin-top: 20px;
    text-align: center;
}

.card-servico p{
    text-align: justify;
    margin: 15px;
    font-size: clamp(1em);
}

.btn{
    margin: 15px;
       
}

.carrosel_home{
    width: 70%;
    height: 100px;
    margin: 30px 0 40px 0;
    display: block;
    align-content: center;
    align-items: center;
    padding: 0px 15px;
}
    @media (max-width: 600px) {
        .carrosel_home{
            height: auto;
    }
        
}

.carousel{
    margin-bottom: 70px !important;
}

.slick-dots li button:before{
    font-size: 15px;
    margin-bottom: 80px;
   
    
}

.orcamento img{
    display: block;
    align-content: center;
    width: 100%;
    height: 250px;
    background-color: blue;
    margin-top: 20px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .orcamento img{
        height: auto;
} 
      
}
  

.comercial h2{
    text-align: center;
    margin: 70px 0 15px 0;
    font-size: 40px;
}

.comercial p{
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    color: rgb(88, 88, 88);
}

hr{
    border: solid 1px;
    color:black;
}























   





































/*.veiculo{
    background-color: whitesmoke;  
}

.ocorrencia{
    background-color: whitesmoke; 
}

/* CSS CHECKLIST; */

/*.container_vistoria{
    background-color: whitesmoke;
}

.container_vistoria h5, h6{
    background-color: whitesmoke;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

.sem_alt, .com_alt{
    display:inline-block; 
}
/*________________________*/

/*.linha{
    
    height: 100px;
    text-align: center center;
}

/*Butão Submit do menu*/

/*.btn-custom {
	padding: 1px 15px 3px 2px;
	border-radius: 50px;
}

.btn-icon {
	padding: 8px;
	background: black;
}


  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');




.navigation{
    position: fixed;
    width: 60px;
    height: 100%;
    background: #3e0748;
    transition: 0.5s;
    overflow: hidden;
}
.navigation:hover{
width: 300px;
}

.navigation ul{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

.navigation ul li{
position: relative;
width: 100%;
list-style: none;
}

.navigation ul li:hover{
    background: #ea1d63;
}

.navigation ul li a{
position: relative;
display: block;
width: 100%;
display: flex;
text-decoration: none;
color: #fff;
}

.navigation ul li a .icon{
position: relative;
display: block;
min-width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
}

.navigation ul li a .icon .fa-solid{
font-size: 24px;
}

.navigation ul li a .icon .fa-title{
    position: relative;
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-align: start;
    white-space: nowrap;
    }

    .toggle{
     position: absolute;
     top: 0;
     right: 0; 
     width: 60px;  
     height: 60px;
     background: #330748;
     cursor: pointer;
    }

    .toggle:hover{
        background: #ea1d63;
    }

    .toggle:before{
        content: '\f0c9';
        font-family: fontAwesome;
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 60px;
        text-align: center;
        font-size: 24px;
        color: #fff;
    }