

div.portada{

    background-image: url(../assets/img/portfolio/impresora/impresion.jpg);
    background-position:top center;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
   
    

}

/*imagen docusmart*/

@media only screen and (min-width:360px){

div.admin img{
  
    width: 100%;
    padding-top: 0px;
    margin-bottom: 40px;
}
}

@media only screen and (min-width:768px){
    div.admin img{
        
        width: 50%;
        padding-top: 0px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width:992px){
    div.admin img{

        width: 50%;
        padding-top: 0px;
        margin-bottom: 40px;
    }
}

div.admin{
    background-color: coral;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2.solution{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #af5700;
    font-size: 50px;
}
 .con img{
        display: block;
        margin: 0 auto;
        margin-top: 40px;
 }
/*GLOBALES*/

.contenedor{
    width: 95%;
    margin: 0 auto;
  }
  @media only screen and (min-width:480px){
    .contenedor{
      width: 95%;   
  }
  }
  @media only screen and (min-width:768px){
    .contenedor{
      width: 90%;   
  }
  }
  @media only screen and (min-width:992px){
    .contenedor{
      width: 90%;
      max-width: 1110px;   
  }
  }

  ul.lista-empresas{
    list-style: none;
}
ul.lista-empresas > li{
    padding: 10px;
}
@media only screen and (min-width:768px){
    ul.lista-empresas > li{
        float: left;
        width: 25%;
    }
    
}
div.tabla-empresa{
   border: 1px solid #e1e1e1; 
    padding: 40px 0;
    text-align: center;
    background-color: white;
    transition: all .3s ease;
}

ul.espa li{
    font-family: 'Oswald' , sans-serif;
     margin-bottom: 19px; 
    list-style: none;
    font-size: 19px;
    line-height: 26px;
}
ul.espacio li{
    font-family: 'Oswald' , sans-serif;
     margin-bottom: 20px; 
    list-style: none;
    font-size: 19px;
    line-height: 16px;
    margin-top: 20px;
    margin-top: 30px;
    
}
ul.lista-empresas{
    margin-top: 40px;
}
.justifi{
  text-align: justify;
}
div.tabla-empresa:hover{
    transform: scale(1.1);
    border: 1px solid orange;
    box-shadow: 0px 0px 50px black;
    
}
.tab{
    font-size: 18px;
}

.solution{
    background-color:#f3ecec80;
    display: block;
    background-position:top center;
    background-size: cover;
    background-attachment: fixed;
    

}

@media only screen and (min-width:479px){
    .solution{
        width: 100%;
        padding-top: 0px;
    }
}
main.empresas{

    background-color: rgb(202, 199, 199);
}


/*QUE ES LO QUE  LO TU NECESITAS*/
.hp{
    background-color: #4584c1;
    height: 80%;
}
@media (min-width: 768px){
 
.hp{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
    
    
} 

} 
.hp img{
    width:100%;
   
}
.control li{
    list-style: none;
    text-align: center;
    color: aliceblue;
    font-size: 1.2rem;
}
@media (min-width: 411px){
   hp img{
      width: 100%;
   } 
} 