

* {
    margin: 0;
    padding: 0; 
}

body {
    background-image: url(backgrounds/Limcom-servicios-limpieza-industrial-nosotros.png);
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: 0px 100px;
}

.box {
    width: 98%;
    margin: auto;
}

section {
    width: 100%;
    margin-bottom: 25px;
}

p {
    margin-bottom:10px;
}



/*********************************boxes**********************************/

.description {
    padding-left:20px;
    text-align: justify;
    height: auto;
}

.contact {
    width:100%;
    padding:0 20px 0 39px;
}

/*********************************content*************************************/

h3 {
    font-size:24px;
    line-height:1.208em;
    font-weight:400;
    margin-bottom:8px;
    color:#ffffff;
    text-align: justify;
}

h4 {
    font-size:12px;
    line-height:1.208em;
    font-weight:400;
    margin-top:-6px;
    margin-bottom:8px;
    color:#ffffff;
    text-align: center;
    opacity: .9;
}



/*======= servicios.html =======*/
#servicios-limcom .description {
    width:660px;
    padding:0 20px;
    float: left;
    justify-content: center;
}

#servicios-limcom .contact {
    padding:0 20px;
}

#main-content .box {
    display: flex;
    flex-wrap: wrap;
}

#main-content article {
    margin: 15px;
}

#main-content article a{
    text-decoration:none;
}

#main-content .description {
    flex: 30%;
    opacity: 0.9;
    flex-grow: 80;
    color:#ffffff;
}

div.card{
    width: 198px;
    height: 230px;
    float:left;
    -webkit-transition: height .4s;
}

div#uno{
    background-color: rgb(208,101,3);
}

div#dos{
    background-color: rgb(233,147,26);
}

div#tres{
    background-color: rgb(22,145,190);
}

img.icons{
    display: block;
    margin:25px auto;
    background-color: rgba(255,255,255,.15);
    width:75px;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
    -webkit-transition:box-shadow .4s;
}

p.text{
    font-size: 1.2em;
    color:white;
    text-align: center;
    opacity: .9;
    margin-top:-12px;
    -webkit-transition: padding-top .4s;
}

div#uno:hover{
    background-color: #02549e;
}

div#dos:hover{
    background-color: #02549e;
}

div#tres:hover{
    background-color: #02549e;
}

div.card:hover{
    height:260px;
    cursor:pointer;
}

div.card:hover p.text{
    padding-top: 30px;
    opacity: 1;
    cursor:pointer;
}

div.card:hover img.icons{
    -webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

#main-content .contact {
    flex: 30%;
    background-color: #000000;
    opacity: 0.8;
    padding: 20px;
    color:#ffffff;
    height: 260px;
}

@media (min-width:1024px) {
    .box {
        width: 1000px;       
    }
}

@media (max-width:360px) {
    #main-content article.description {
        margin-left: 35px;
    }
}

@media (max-width:350px) {
    #main-content article.description {
        margin-left: 30px;
    }
}

@media (max-width:340px) {
    #main-content article.description {
        margin-left: 25px;
    }
}

@media (max-width:330px) {
    #main-content article.description {
        margin-left: 20px;
    }
}

@media (max-width:320px) {
    #main-content article.description {
        margin-left: 15px;
    }
}

@media (max-width:310px) {
    #main-content article.description {
        margin-left: 10px;
    }
}