@font-face{
    font-family:OpenSans;
    src: url(../fuentes/OpenSans-Regular.ttf);
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: OpenSans;
}
body{
    width: 100%;
   
    background: #E3E3E3;
}
nav ul{
  float: right;
    margin-right: 20px;
}
nav ul li {
   display: inline-block;
    line-height: 80px;
    margin-left: 15px;
    border-left:rgba(145,208,79,0.7) 2px solid;
    padding-left: 20px;     
}
nav ul li a{
   color:white;
    font-size: 18px;
    text-transform: uppercase;
}
nav ul li:hover{
   background: rgba(0,0,0,5%); 
    transition: .5s;
    margin: 10px;
}
nav { 
 height: 80px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 box-shadow: 5px 0 10px rgba(0,0,0);
position: fixed;
z-index: 1000;
top: 0;
width: 100%;
 max-width: 100%;
background: linear-gradient(to bottom, rgba(145,208,79), rgba(23,173,11), rgba(145,208,79));
    
}
header img {
    width: 250px;
    margin-left: -8px;
    
}
.imgheader{
 width: 100%;
 max-height:880px;
 box-shadow: 5px 0 10px rgba(0,0,0,50%) 
}
.seccion1{
padding: 90px;
width: 100%;
}
.seccionNosotros{
    width: 60%;
    height: 400px;
    min-width: 300px;
    text-align: center;
    margin-right:200px;
    background: white;
    padding: 50px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
    border-radius: 20px;   
}
.seccionFlota{
    width: 40%;
    text-align: center;
    background: white;
    padding: 70px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
    border-radius: 20px;
    height: 400px;
}

.main1{
    display: flex;  
    margin:70px;   
}
.seccion1 h1{
    font-family: serif;
    font-size: 40px;
    margin-bottom: 30px;
}
.seccion1 h2{
    font-family: serif;
    font-size: 28px;
    margin-bottom: 40px;
}
.seccion1 p{
    font-size: 18px;
}
.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgba(145,208,79, 0.5);
    border-radius: 20px;
}
.galeria li{
    margin:5px;
}
.galeria img {
    width: 300px;
    height: 300px;
    border-radius: 18px;
    box-shadow: 1px 0 10px rgba(0,0,0,30%);
}
.seccion2{
    display: flex;
    padding: 50px;
    margin-left: 200px;
}
.seccionMision{
    width: 40%;
    height: 500px;
    min-height: 500px;
    min-width: 300px;
    text-align: center;
    margin-right:200px;
    background: white;
    padding: 50px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
    border-radius: 20px;   
    align-content: center;
}
.seccionvision{
    width: 40%;
    height: 500px;
    min-width: 300px;
    min-height: 500px;
    text-align: center;
    margin-right:200px;
    background: white;
    padding: 50px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
    border-radius: 20px; 
    align-content: center;
}
.seccion2 h1{
    font-family: serif;
    font-size: 40px;
    margin-bottom: 30px;
}
.seccion2 p{
    font-size: 18px;
}
.seccion3 {
    background: white;
    width: 100%;
    display: flex;
   justify-content: center;
   align-items: center;
   padding: 50px;
   background-color: rgba(145,208,79, 0.2);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    
}
.seccion3 h1{
    text-align: center;
    font-family: serif;
    font-size: 40px;
    margin-bottom: 30px;
}
.seccion3 h2{
    font-family: serif;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.seccionservicios{
    width: 80%;
    min-height: 900px;
    min-width: 300px;
    text-align: center;
    background: white;
    padding: 50px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
    border-radius: 20px;   
}
.seccionmudanzas{
    background-color: rgba(145,208,79, 0.5);
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 50px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
    font-size: 18px;
}
.secciontransporte{
      background-color: rgba(145,208,75, 0.5);
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 50px;
    box-shadow: 5px 0 10px rgba(0,0,0,50%);
}
.pie{
    width: 100%;
    display: flex;
     background-color: rgba(145,208,75,0.8);
    justify-content: space-between;
    padding: 15px;
     box-shadow: 5px 0 10px rgba(0,0,0,50%);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    
}
.iconosRedes{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.divredes{
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
}
.galeriaint{
    margin-top: 20px;
}
.galeriaint img{
    width: 300px;
    height: 300px;
    border-radius: 18px;
    box-shadow: 1px 0 10px rgba(0,0,0,30%); 
    margin: 20px;
}
@media only screen and (max-width: 1520px) {

nav ul li a{
    font-size: 12px;
}


.seccion1 h1{
    font-size: 30px;
}
.seccion1 h2{
    font-size: 18px;
}
.seccion1 p{
    font-size: 12px;
}
.seccion2 h1{
    font-size: 30px; 
}
.seccion2 p{
    font-size: 12px;
}
cion3 h1{
    font-size: 30px;
}
.seccion3 h2{
    font-size: 20px;
}
}
