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

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

.inicio_int {
    background: url(../imagenes/fotos_ggclean/especiales.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/fotos_ggclean/especiales.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: 15%;
    font-size: 80px;
}

.inicio_int img {
    width: 200px;
    top: 25%;
    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;    
}

@media (max-width:1050px) {
.servicios {
    padding: 50px 10px 50px 10px;    
}
}

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

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

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

@media (max-width:450px) {
    
.servicios {
    padding: 50px 10px 50px 10px;    
}
    
}

@media (max-width:400px) {
    
.servicios {
    padding: 50px 10px 50px 10px;    
}
    
}


/* *****************  Servicios Especiales ********* */

.serv_ind {
    width: 100%;
    height: auto;
    text-align: center;
}

.serv_texto {
    width: 600px;
    display: inline-block;
}

.serv_texto ul {
    list-style: none;
    height: auto;
    text-align: left;
}

.serv_texto li {
    font-size: 30px;
    padding: 5px;
}

.serv_img {
    width: 40%;
    height: 350px;
    display: inline-block;
    vertical-align: top;
}

.serv_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

h2 {
    font-family: "GG";
    font-size: 70px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    color: #8BAF18;
}

.movil_2 {display: inline-block;}

.movil {display: none;}

@media (max-width:1050px) {
.serv_texto {
    width: 100%;
}

.serv_texto ul {
    text-align: center;
}

.serv_texto li {
    margin: 30px auto;
    font-size: 50px;
}
    
.movil_2 {display: none;}

.movil {display:inline-block;}
    
}

@media (max-width:950px) {

.serv_texto li {
    margin: 30px auto;
    font-size: 50px;
}
    
.movil_2 {display: none;}

.movil {display:inline-block;}
}

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

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

@media (max-width:450px) {

.serv_texto {
    width: 100%;
}

.serv_texto ul {
    text-align: center;
}

.serv_texto li {
    margin: 30px auto;
}
    
.serv_img {
    width: 60%;
    height: 250px;
}

h2 {
    font-size: 40px;
}

.movil_2 {display: none;}

.movil {display:inline-block;}
   
}

@media (max-width:400px) {

.serv_texto {
    width: 100%;
}

.serv_img {
    width: 60%;
    height: 250px;
}

h2 {
    font-size: 40px;
}

.movil_2 {display: none;}

.movil {display:inline-block;}
    
}

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