
/*******************Media queries******************/

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    
}

/*****ipad portrait******/
@media(min-width:768px) and (max-width:980px){
    header{
        height: 100px;
    }

    .box-inicio{
        height: 456px;
        background-size: 1010px;      
        background-position: 92% center;     
    }

    .footer p {
        font-size: 18px;
    }
}

/*****ipad landscape******/
@media(min-width:980px) and (max-width:1024px){
    .logo{
        padding: 10px 0 0 0;
    }

    #main-menu a{
        font-size: 11px;
    }

    .box-inicio{
        height: 456px;
        background-size: 1024px;   
    }

    .box-porque{
        height: auto;
    }

    .footer p {
        font-size: 18px;
    }
}

/******iphone landscape******/
/******iphone portrait******/
@media(max-width:767px) , (max-width:375px){
    .mobile-sub-menu {        
        background: none;
    }

    #mobile-main-menu a:hover {
        color: #dce0e1;
    }

    
    .box-inicio h1 {    
        margin: 227px 20px 0 50px;
    }
    
    .box-empresa1 h2 {
        width: auto;        
    }

    .box-empresa1 h3{
        font-size: 22px;
        padding: 10px 25px;
        font-weight: 700;
    }

    .box-empresa2 p {
        padding: 10px 24px;
    }

    .box-empresa2 h3 {
        padding-bottom: 15px;
    }

    .box-empresa3 p {
        padding: 10px 25px;        
    }

    .box-actividades1 p{
        font-size: 13px;
    }

    .box-actividades1 h2{
        width: auto;        
    }

    .bg-actividades-instalaciones1{
        height: 620px;
    }

    .bg-actividades-instalaciones2 {
        background: url('../img/home/actividades-instalaciones.jpg') no-repeat left center;
        height: 450px;
    }

    .bg-actividades-servicios1 {
        background: url('../img/home/actividades-servicios.jpg') no-repeat right center;
        height: 450px;
    }

    .bg-actividades-servicios2 { 
        height: 550px;
        padding: 85px 20px 0 50px;
    }

    .bg-actividades-productos1 {
        padding: 55px 20px 0 50px;
        height: 600px;
    }

    .bg-actividades-productos2 {
        background: url('../img/home/actividades-productos.jpg') no-repeat left center;
        height: 450px;
    }

    .bg-actividades-obras-civiles1 {
        background: url('../img/home/actividades-obras-civiles.jpg') no-repeat right center;
        height: 450px;
    }

    .bg-actividades-obras-civiles2 {
        padding: 85px 20px 0 65px;
        height: 550px;
    }

    .box-clientes h3 {
        margin: 0 0 40px 50px;        
    }
    
    body{
        margin-top: 0;
    }

    header{
        height: 100px;
    }

    .logo{
        padding: 10px 0 0 15px;
    }

    #mobile-main-menu {
        top: 100px;
    }


    .box-contacto h3{
        text-align: center;
        padding-bottom: 50px;
    }

    .box-contacto .sucursal {
        text-align: center;        
    }

    .box-contacto .direccion {
        text-align: center;
        padding: 0;
    }

    .box-contacto .telefono {
        text-align: center;
    }

    /*******internas*********/

    .box-interna h2{
        width: auto;
    }

    .box-interna h3{
        font-size: 22px;
        padding: 10px 25px 10px 35px;
        font-weight: 700;
    }
    
    .box-asesoramiento p {
        font-size: 20px;
        padding: 10px 30px;
    }

    .box-asesoramiento h3 {
        padding: 0 0 15px 30px;
        margin: 0;
    }

    .box-servicio h3 {
        padding: 0 0 15px 30px;
        margin: 0 0 0 0;
    }

    .box-servicio p {
        padding: 10px 30px;
    }
    
    .box-productos h3 {
        margin: 0 0 0 0;
    }
}

