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

@font-face {
    font-family: "GG";
    src: url("../font/Bebas.ttf");
}

.home {
    background: white;
    border-top: solid 1px white;
}

.home_int {
    background: url(../imagenes/fotos_ggclean/limpieza_indus_3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}

.home_int:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:80vh; /* 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/limpieza_indus_3.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home_centro {
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.home_centro img {
    height: 200px;
    display: inline-block;
    -webkit-filter: drop-shadow(5px 5px 5px #ffffff); 
    filter: drop-shadow(5px 5px 5px #ffffff);
}

.home_centro h1 {
    display: block;
    color: #0065A1;
    vertical-align: top;
    padding-top: 120px;
    display: inline-block;
    font-size: 70px;
    -webkit-filter: drop-shadow(5px 5px 5px #ffffff); 
    filter: drop-shadow(5px 5px 5px #ffffff);
    font-family: "GG";
}


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

@media (max-width:950px) {

.home_int {
    height: 80vh;
}

.home_int:after{
    height:80vh;
}

.home_centro {
    width: 80%;
}

.home_centro h1 {
    font-size: 60px;
}
    
}

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

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

@media (max-width:450px) {

.home_int {
    height: 90vh;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}

.home_int:after{
    height:90vh; /* fix for mobile browser address bar appearing disappearing */
}

.home_centro {
    width: 100%;
    top: 40%;
}

.home_centro h1 {
    padding-top: 10px;
    font-size: 50px;
}
    
}

@media (max-width:400px) {

.home_int {
    height: 90vh;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}

.home_int:after{
    height:90vh; /* fix for mobile browser address bar appearing disappearing */
}

.home_centro {
    width: 100%;
    top: 40%;
}

.home_centro h1 {
    padding-top: 10px;
    font-size: 50px;
}

}
/* ************** NOSOTROS ********************* */

.nosotros {
    width: 100%;
    height: auto;
    padding: 60px 30px 60px 30px;
    background: white;
    border: solid 1px white;
}

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

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

.nos_inf_img {
    display: inline-block;
    width: 400px;
    height: 400px;
    filter: drop-shadow(0 2px 5px rgb(0, 0, 0));
}

.nos_inf_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.nos_inf_text {
    display: inline-block;
    width: 400px;
    height: 400px;
    vertical-align: top;
}

.nos_inf_text img {
    width: 100px;    
}

.nos_inf_text h3 {
    color: #0065A1;
    font-size: 22px;
    word-spacing: 3px;
}

.nos_inf_text h6 {
    color: #8BAF18;
    letter-spacing: 7px;
    font-weight: 900;
    padding-left: 10px;
}

.nos_inf_text p {
    margin: 20px auto;
    font-size: 25px;
}

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

@media (max-width:950px) {
    
.nosotros {
    width: 100%;
    height: auto;
    padding: 60px 0px 60px 0px;
}

h2 {
    font-size: 70px;
}

.nos_inf_text {
    width: 550px;
    height: auto;
    vertical-align: top;
}

.nos_inf_text img {
    width: 170px;    
}

.nos_inf_text h3 {
    color: #0065A1;
    font-size: 30px;
}

.nos_inf_text h6 {
    font-size: 18px;
}

.nos_inf_text p {
    font-size: 40px;
}
    
}

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

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

@media (max-width:450px) {
    
.nosotros {
    width: 100%;
    padding: 40px 00px 40px 0px;
}

h2 {
    font-size: 60px;
}

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

.nos_inf_img {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
}

.nos_inf_text {
    width: 90%;
    height: auto;
}

.nos_inf_text p {
    font-size: 30px;
}
   
}

@media (max-width:400px) {
    
.nosotros {
    width: 100%;
    padding: 40px 00px 40px 0px;
}

h2 {
    font-size: 60px;
}

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

.nos_inf_img {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
}

.nos_inf_text {
    width: 90%;
    height: auto;
}

.nos_inf_text p {
    font-size: 30px;
}
    
}

/* ************* BOTTON ********************* */

.botton {
    width: 100%;
    height: auto;
    padding: 20px;
}

.botton a {
    padding: 9px;
    background: #8BAF18;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}

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

@media (max-width:950px) {

.botton a {
    font-size: 30px;
}
    
}

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

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

@media (max-width:450px) {
    
.botton {
    width: 100%;
    height: auto;
    padding: 20px;
}

.botton a {
    padding: 9px;
    background: #8BAF18;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}
    
}

@media (max-width:400px) {
    
.botton {
    width: 100%;
    height: auto;
    padding: 20px;
}

.botton a {
    padding: 9px;
    background: #8BAF18;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}
    
}

/* ************* SERVICIOS ********************* */

.servicios {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background: white;
    border: solid 1px white;
}

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

.info_img hr {
    display: inline-block;
    width: 30%;
    margin: 30px;
}

.info_img img {
    height: 70px;
    display: inline-block;
}

.servicios p {
    width: 100%;
    height: auto;
    font-size: 50px;
    text-align: center;
    
}

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

@media (max-width:950px) {
.servicios {
    padding: 30px 0px 30px 00px;
}

.servicios p {
    width: 90%;
    font-size: 40px;
    text-align: center;
    margin: auto;
}
}

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

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

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

.info_img hr {
    width: 20%;
}

.servicios p {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 30px;
}
    
}

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

.info_img hr {
    width: 20%;
}

.servicios p {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 30px;
}

}

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

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

.ser_img_oct {
    width: 250px;
    height: 250px;
    background: white;
    margin: 35px;;
    display: inline-block;
}

.ser_img_oct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.servicios .botton {
    text-align: center;
}

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

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

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

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

@media (max-width:450px) {
    
.servicios_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.ser_img_oct {
    width: 250px;
    height: 250px;
    background: white;
    margin: 35px;;
    display: inline-block;
}

.ser_img_oct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.servicios .botton {
    text-align: center;
}
    
}

@media (max-width:400px) {
    
.servicios_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.ser_img_oct {
    width: 250px;
    height: 250px;
    background: white;
    margin: 35px;;
    display: inline-block;
}

.ser_img_oct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.servicios .botton {
    text-align: center;
}
    
}

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

.servicios_sec {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.serv_sec {
    width: 250px;
    height: auto;
    margin: 20px;
    display: inline-block;
}

.ser_sec_img {
    width: 250px;
    height: 200px;
}

.ser_sec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 40px 0px 40px;
}

.ser_sec_text {
    width: 100%;
    height: auto;
    padding: 10px;
}

.ser_sec_text a {
    font-weight: 900;
    
}

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

@media (max-width:950px) {

.ser_sec_text {
    width: 100%;
    height: auto;
    padding: 10px;
}

.ser_sec_text a {
    font-size: 25px;
}
    
}

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

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

@media (max-width:450px) {

.ser_sec_text a {
    font-size: 20px;
}
    
}

@media (max-width:400px) {

.ser_sec_text a {
    font-size: 20px;
}
    
}

/* ***************** Programas de Mantenimiento ********* */

.ser_mant {
    width: 210px;
    display: inline-block;
    margin: 50px;
    vertical-align: top;
}

.ser_mant_icono {
    width: 100%;
}

.ser_mant_icono img {
    width: 200px;
    height: 200px;
}

.ser_mant_text {
    height: 70px;
}

.ser_mant_text  a {
    font-size: 30px;
    font-weight: 900;
}

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

@media (max-width:950px) {
    
.ser_mant {
    width: 260px;
    margin: 30px;
}

.ser_mant_icono img {
    width: 250px;
    height: 250px;
}

.ser_mant_text {
    height: 85px;
}
    
}

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

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

@media (max-width:450px) {
    
.ser_mant {
    width: 250px;
    margin: 20px;
}

.ser_mant_text {
    height: auto;
}
    
}

@media (max-width:400px) {
    
.ser_mant {
    width: 250px;
    margin: 20px;
}

.ser_mant_text {
    height: auto;
}

}

/* ***************** VENTAJAS ********* */

.venatajas {
    width: 100%;
    height: auto;
    background: #8BAF18;
    padding: 30px 30px 30px 30px;
    text-align: center;
}

.venatajas h2 {
    color: white;
}

.ventaja_ind {
    width: 200px;
    margin: 30px;
    display: inline-block;
    vertical-align: top
}

.ventaja_img {
    width: 100%;
    border: solid 1px #8BAF18;
}

.ventaja_img img {
    width: 100%;
}

.ventaja_text {
    color: white;
    height: 70px;
}

.ventaja_text a {
    font-size: 30px;
    vertical-align: top;
}

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

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

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

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

@media (max-width:450px) {
    
.venatajas {
    padding: 30px 0px 30px 0px;
}

.ventaja_text {
    height: auto;
}

.ventaja_text a {
    font-size: 40px;
}
    
}

@media (max-width:400px) {
    
.venatajas {
    padding: 30px 0px 30px 0px;
}

.ventaja_text {
    height: auto;
}

.ventaja_text a {
    font-size: 40px;
}
    
}

/* ***************** CONTACTO ********* */

.contacto {
    background: url(../imagenes/limp_ind/contacto.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding-top: 20px;
}

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

.contacto h2 {
        padding: 0;
        margin: 0px 0px 20px 0px ;
}

form {
    text-align: center;
    width: 70%;
    margin: auto;
}

.form_cap, .form_cap_comnt {
    width: 400px;
    height: 70px;
    display: inline-block;
    margin: auto;
    padding: 10px;
    text-align: left;
    margin: 10px;
}

.form_cap_comnt {
    width: 500px;
    height: 120px;
}

form label {
    width: 100%;
    text-align: left;
    color: white;
}

.tel {
    padding-left: 40px;
}

#email, #nombre, #empresa, #mensaje{
    border: solid 2px #8BAF18;
    width: 100%;
    height: 30px;
    border-radius: 10px
}

#telefono {
    border: solid 2px #8BAF18;
    width: 70%;
    height: 30px;
    border-radius: 10px;
    margin: auto;
    display: block;
}

#mensaje{
    width: 100%;
    height: 80px;
    padding: 10px 0px 10px 0px;
}

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

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

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

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

@media (max-width:450px) {
    
.contacto {
    height: 100vh;
}

.contacto:after{
    height:100vh;
}

form {
    width: 95%;
}

.form_cap, .form_cap_comnt {
    width: 95%;
}

.tel {
    padding-left: 10px;
}

}

@media (max-width:400px) {
    
.contacto {
    height: 100vh;
}

.contacto:after{
    height:100vh;
}

form {
    width: 95%;
}

.form_cap, .form_cap_comnt {
    width: 95%;
}

.tel {
    padding-left: 10px;
}

}

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

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

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

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

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

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

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

/* ************* BOTTON CONTACTO ********************* */

.bottonn {
    text-align: center;
    padding-left: 40px;
}

#bottonn {
    padding: 9px;
    background: #8BAF18;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    border: solid 1px white;
    display: inline-block;
    vertical-align: top;
    margin-top: 8PX;
}