


.price-title-div{
    width: 85%;
    margin: 30px auto;
    max-width: 400px;
}

.price-title-div b{
    color: var(--blueGreen);
    display: block;
    margin: 20px 0px;
}

.price-title-div span{
    font-size: 15px;
}

.price-title-div button{
    margin: 30px 0px;
    display: flex;
    min-width: 40%;
    justify-content: space-between;
    align-items: center;  
    width: 100%;
}


/*truck size*/

.hidden-section{
    display: none;
}

.displayed-section{
    display: block;
}

.truck-size-div{
    display: flex;
    width: fit-content;
    margin: 5px auto;
    border-bottom: 2px solid var(--blueGreen);
    overflow:auto;
    max-width: 100vw;
}

.truck-size-div button{
    padding:10px 20px;
    display: flex;
    flex-direction: column;
    border-radius:5px  5px 0px 0px;
    border: none;
    background-color: none;
    box-shadow: 2px 2px 15px #aaa;
    min-width: 120px;

    
}

.actived-button{
    background-color: var(--blueGreen);
    color: var(--white);
    display: flex;
}


/*truck details and price*/

.truck-description-div{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 10px auto;
    flex-direction: column;
    align-content: center;
}

.color-price{
    color:var(--blueGreen);
    font-weight:bold ;
}

.truck-description-1{
    margin: 20px 10px;
    min-width: 300px;
}

.truck-description-2{
    margin: 20px 20px 40px 10px;
    min-width: 350px;
    max-width: 500px;

}

.truck-description-2 b{
    margin-left: 10px;

}



.truck-description-3{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr ;
    width: 80%;
    max-width: 700px;
    margin: 0px auto;
    height: fit-content;
    
   
}

.truck-description-3 b, .truck-description-3 span, .truck-description-3 div{
    border-bottom:1px solid #ddd ;
    padding: 5px;
}



.descriptions-margin{
    margin-left: 30px;
    display: block;
}


.m-side-truck{
    display: inline;
    width: 360px;
    height: auto;
    margin-left: -20px;
}
.m-back-truck{
    display: inline;
    width:200px;
    height: auto;
    margin-left: 30px;
    
    
}

.truck-img-div{
    display: flex;
    margin: 20px ;
    width: 60%;
    flex-wrap: wrap;
    

}


/*why choose us*/
.why-choose-ul,.why-choose-div h3{
    width: 85%;
    margin: 15px auto 30px auto;
    max-width: 700px;
}

.why-choose-ul li{
    margin: 10px 0px;
}
.why-choose-div{
    display: flex;
    
    flex-direction: column;
    align-content: center;
    margin: 0px auto;
    background-color:var(--lightBlue);
    padding: 50px 30px;
}








/*Escritorio*/
@media (min-width: 1199.98px)  {
    

    .price-title-div{
        margin-left: 15%;
        width: 70%;

    }


    .truck-description-div{

    flex-wrap: nowrap;
    width:85% ;
    flex-direction: row;
    margin-left: 15%;


    }
    
.truck-description-1{
    margin: 20px 10px;
    width: fit-content;
    min-width: 150px;
    
}

.truck-description-2{
  
    width: fit-content;
    max-width: 250px;

}

.truck-img-div{
    display: flex;
    margin: 20px auto ;
    width: fit-content;
    flex-wrap:nowrap
    

}





.truck-description-3{
   width: fit-content;
   min-width: 30%;
   padding: none;
   
}
.truck-size-div{
    width: 70%;
 
 }
 
 .truck-size-div button{
     
     width: 33.33%;
     justify-content: center;
     align-items: center;
 
     
 }






}
/*Fin Escritorio*/

/*Tablet*/
/*Portrait*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:portrait) {
  






}

/*landscape*/
@media (min-width: 991.98px) and (max-width: 1199.98px)and (orientation:landscape) {
  


    .price-title-div{
        margin-left: 15%;
        width: 70%;

    }


    .truck-description-div{

    flex-wrap: nowrap;
    width:85% ;
    flex-direction: row;
    margin-left: 15%;


    }
    
.truck-description-1{
    margin: 20px 10px;
    width: fit-content;
    min-width: 150px;
    
}

.truck-description-2{
  
    width: fit-content;
    max-width: 250px;

}

.truck-img-div{
    display: flex;
    margin: 20px auto ;
    width: fit-content;
    flex-wrap:nowrap
    

}





.truck-description-3{
   width: fit-content;
   min-width: 30%;
   padding: none;
   
}
.truck-size-div{
    width: 70%;
 
 }
 
 .truck-size-div button{
     
     width: 33.33%;
     justify-content: center;
     align-items: center;
 
     
 }


}


/*Tablet*/
/*Portrait*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:portrait) {









}
/*fin tablet*/  


/*landscape*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:landscape) {
  

    .truck-size-div{
       width: 60%;
    
    }
    
    .truck-size-div button{
        
        width: 33.33%;
        justify-content: center;
        align-items: center;
    
        
    }
    
    .actived-button{
        background-color: var(--blueGreen);
        color: var(--white);
        display: flex;
    }
    
    .m-side-truck{
        display: inline;
        width: 400px;
        height: auto;
        margin-left: -20px;
    }
    .m-back-truck{
        display: inline;
        width:200px;
        height: auto;
        margin-left: 30px;
        
        
    }
    
    .truck-img-div{
        display: flex;
        margin: 20px auto ;
        width: fit-content;
        flex-wrap:nowrap
        
    
    }
    

    
}






/*fin movil*/


