﻿
.contenedor {
    width:80%;
    max-width:2000px;
    margin:0 auto;
    overflow:hidden
}
.header {
     width:100%;
    height:auto;
    
}
.menu {
     width:100%;
    height:auto

}
.inicio {
    width:100%;
    max-width:2000px;   
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
    /*padding:10px*/
}
.iniciomov{
    width:100%;
    max-width:400px;   
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
    /*padding:10px*/

}
.nosotros {
    width:100%;
    max-width:2000px; 
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
    background-color: #ff6a00
}
.nosotrosmov {
    width:100%;
    height:auto;
    background-color: #ff6a00 
}
.clientes {
    width:100%;
    height:auto;
    background-color: #fff 
}
.clientesmov {
    width:100%;
    height:auto;
    background-color: #fff 
}

.contactanos {
    width:100%;
    height:auto;
    background-color: #ff6a00
}
.footer {
    width:100%;
    height:auto;
    background-color: #fff 
}
@media screen and (min-width : 401px) {
    .header {
        width:100%
    }
    .menu {
       
    }
    .inicio {
        width:100%
    }
    .iniciomov {
         display:none  
    }
    .nosotros {
        width:100%
    }
    .nosotrosmov {
        display:none
    }
    .servicios {
        width:100%
    }
    .serviciosmov {
        display:none
    }

     .clientes {
         width:100%
    }
    .clientesmov {
       display:none
    }
    .footer {
        width:100%
    }
}


@media screen and (max-width : 400px) {
    .contenedor {
        width:100%
    }
    .header {
        width:100%
    }
    .menu {
        display:none
    }
    .inicio {
        display:none
    }
    .iniciomov {
        width:100%
    }
     .nosotros {
        display:none
    }
    .nosotrosmov {
        width:100%
    }
    .servicios {
        display:none
    }
    .serviciosmov {
        
        width:100%
    }
    .clientes {
        display:none
    }
    .clientesmov {
        width:100%
    }
    .footer {
        width:100%
    }
}

h1{font-size:106px} 
h2{font-size:30px} 
h3{font-size:24px} 
h4{font-size:20px} 
h5{font-size:18px} 
h6{font-size:16px}


