* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.inicio {
    width: 100%;
    height: 400px;
    
}

.inicio_int {
    background: url(../imagenes/fondo_limp_industrial.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.inicio_int:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100%; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url(../imagenes/fondo_limp_industrial.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inicio_int h1 {
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 60px;
}

.inicio_int img {
    width: 120px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 70px;
}

@media (max-width:1050px) {
    
.inicio {
    height: 600px;
    
}

.inicio_int h1 {
    width: 100%;
    top: 30%;
    font-size: 80px;
}

.inicio_int img {
    width: 200px;
    top: 55%;
    font-size: 70px;
}
    
}

@media (max-width:950px) {
    
}

@media (max-width:600px) {
    
}

@media (max-width:550px) {
    
.inicio {
    height: 600px;
}

.inicio_int h1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 65px;
}

.inicio_int img {
    width: 150px;
    top: 50%;
} 
   
}

@media (max-width:450px) {
    
.inicio {
    height: 600px;
}

.inicio_int h1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 65px;
}

.inicio_int img {
    width: 150px;
    top: 45%;
} 
    
}

@media (max-width:400px) {

.inicio {
    height: 500px;
}

.inicio_int h1 {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color:white;
    font-size: 65px;
}

.inicio_int img {
    width: 150px;
    top: 45%;
}  
    
}

/* ***************** SERVICIOS Limpieza Corporativa********* */

.servicios {
    width: 100%;
    height: auto;
    padding: 50px 100px 50px  100px;    
}

.servicios p {
    font-size: 35px;
    text-align: justify;
}

.serv_ind {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 100px;
}

.serv_ind_img {
    width: 300px;
    height: 300px;
    margin: 20px;
    display: inline-block;
    border: solid 25px #F39200;
    border-radius: 50%;
}

.serv_ind_img_2 {
    width: 300px;
    height: 300px;
    margin: 20px;
    display: inline-block;
    border: solid 25px #8BAF19;
    border-radius: 50%;
} 

.serv_ind_img_3 {
    width: 300px;
    height: 300px;
    margin: 20px;
    display: inline-block;
    border: solid 25px #0066A2;
    border-radius: 50%;
}

.serv_ind_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.serv_ind_img_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.serv_ind_img_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    
}

@media (max-width:1100px) {
    
.servicios {
    padding: 20px 100px 20px  100px;    
}

.servicios p {
    font-size: 45px;
}

.serv_ind_img {
    width: 400px;
    height: 400px;
}

.serv_ind_img_2 {
    width: 400px;
    height: 400px;
} 

.serv_ind_img_3 {
    width: 400px;
    height: 400px;
}

}

@media (max-width:950px) {
    
}

@media (max-width:600px) {
    
}

@media (max-width:550px) {
    
.servicios {
    width: 90%;
    padding: 50px 0px 50px 0px;  
    margin: auto;
}

.servicios p {
    text-align: center;
    padding: 0px 0px 0px  0px; 
}
 
}

@media (max-width:450px) {
    
.servicios {
    width: 90%;
    padding: 50px 0px 50px 0px;  
    margin: auto;
}

.servicios p {
    text-align: center;
    padding: 0px 0px 0px  0px; 
}
    
}

@media (max-width:400px) {
    
.servicios {
    width: 90%;
    padding: 50px 0px 50px 0px;  
    margin: auto;
}

.servicios p {
    text-align: center;
    font-size: 30px;
}

.serv_ind_img {
    width: 250px;
    height: 250px;
}

.serv_ind_img_2 {
    width: 250px;
    height: 250px;
} 

.serv_ind_img_3 {
    width: 250px;
    height: 250px;
}
    
}

/* ***************** FOOTER ********* */

footer {
    width: 100%;
    height: auto;
    background: black;
    text-align: center
}

footer img {
    height: 100px;
    display: inline-block;
    margin: auto 10px;
}

.footer_redes {
    height: 100px;
    width: auto;
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
    padding-top:35px;
    margin: auto 10px;
}

.footer_redes a {
    color: white;
    font-size: 35px;
}