

* {
    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;
}

.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;
}

input[type=button], input[type=submit] {
    font-size: 15px;
    color: #dcddd9;
    text-decoration:none;
    text-align: center;
    line-height: 50px;
    background:#000000;
    width: 100px;
    height: 50px;
    border: 0px;
    margin-right: 25px;
    font-family: 'Open Sans', sans-serif;
}

input[type=button]:hover, input[type=submit]:hover {
    color: #ffffff;
    background:#02549e;
    cursor:pointer;
}


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

#servicios-1-limcom .description .buttons {
	margin: 1em 42%;
}

#servicios-1-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%;
    background-color: #000000;
    opacity: 0.95;
    padding: 20px;
    flex-grow: 80;
    color:#ffffff;
}

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

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