body {
    overflow-x: hidden !important;
}

.portadapadre {
    background-image: url(../images/cielo.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    padding: 30px;
    padding-left: 70px;
    padding-right: 70px;
    flex-wrap: wrap;
}
.portadapadre1 {
    display: none;
    background-image: url(../images/cielo.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 30px;
    padding-left: 70px;
    padding-right: 70px;
    flex-wrap: wrap;
}
.portadasec1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imgbote {
    display: flex;
    justify-content: center;
}

.imgbote img {
    margin-top: -400px;

}
.imgbote1 {
    width: 100%;
    display: none;
    justify-content: center;
}

.imgbote1 img {
    /* margin-top: 400px; */

}
.serpadorblanco {
    color: white;
    height: 140px;
}

.portadasec1 h2,
.portadasec2 h2 {
    color: white;
    font-size: 60px;
}

.btn-lightt {
    width: 200px !important;
    background-color: white !important;
    color: #6596CF !important;
    border: 1px solid #6596CF !important;
    border-radius: 30px !important;
    margin-bottom: 20px;
    font-family: monserratitalica !important;
    font-weight: 800 !important;
}

.btn-lightt:hover {
    background: #DBE6E0;
}

.portadasec2 {
    height: 600px;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.separador1 {
    height: 100px;
}

.contenedor-camioneta {
    margin-top: -90px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* display: none; */
}

.formularioubicacion {
    position: relative;
    z-index: 55;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-left: 200px;
    padding-right: 200px;
    flex-wrap: wrap;
    transition: opacity 1s ease;
}

.input1 {
    width: 100%;
    padding: 20px;
}

.formularioboton {
    width: 100%;
    display: flex;
    justify-content: center;
}

.botonformulario {
    width: auto !important;
    font-family: caveat !important;
    color: #4a8060 !important;
    font-size: 30px !important;
    border-radius: 20px !important;
}

.botonformulario:hover {
    background-color: #4a8060 !important;
    border-radius: 20px !important;
    font-family: caveat !important;
    color: #ffffff !important;
}

#botonExtra {
    transition: opacity 1s ease;
    opacity: 0;
}

#botonExtra.visible {
    position: relative;
    z-index: 55;
    display: block !important;
    opacity: 1 !important;
}

.camioneta {
    width: 100%;
    display: flex;
    justify-content: flex-end;

    opacity: 0;
    transform: translateX(100%);
    transition: transform 1s ease, opacity 1s ease;
}

.camioneta.active {
    opacity: 1;
    transform: translateX(0);
}

.formularioubicacion.hidden {
    opacity: 0;
    pointer-events: none;
}

.camioneta img {
    height: auto;
    width: 800px;
}

.partesuperior {
    width: 100%;
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.texteportada {
    width: 45%;
}

.textoentrega {
    text-align: center;
    color: #4A8060;
    font-size: 50px;
}

.btn-warning {
    background-color: #ff9200;
    color: white !important;
    border-radius: 0;
    font-size: 20px;
}

.p1 {
    text-align: center;
    color: white;
    font-size: 20px;
}

.btn-warning:hover {
    background-color: #ffda65;
    color: white;
}

.input-group {
    /* width: 60%; */
    margin: 0 auto;
}

.form-control {
    border-radius: 0;
}

.texteportada h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 70px;
}

.portadaimg {
    width: 300px;
    margin-top: -50px;
}

.mapas {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.mapas h2 {
    line-height: 38px;
    color: #4a8060;
    font-size: 40px;
    margin-bottom: 70px;
}

.mapas text {
    font-size: 65px;
}

.mapas p {
    color: #4a8060;
    font-size: 25px;
}

.slidermapas {

    width: 100%;
}

.limpiezahogar {
    background: #4a8060;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.limpiezahogar .mega {
    font-size: 70px;
}

.limpiezahogar p {
    font-size: 20px;
}

.seccionlimpieza {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    text-align: center;
}

.textoal {
    font-size: 40px !important;
}

.infoinicio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 120px;
    margin-top: 120px;
}

.infocontent {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.infocontent p {
    font-family: caveat;
    color: #4a8060;
    font-size: 30px;
    text-align: center;
    line-height: 27px;
}

.infocontent img {
    width: 180px;
}

.video {
    width: 100%;
    /* padding: 30px; */

}

.padrevideo {
    background-color: #4a8060;
    /* border-radius: 30px; */
    display: flex;
    flex-wrap: wrap;

}

.secion1video {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
   /*  padding-right: 130px; */
}

.secion1video h2 {
    font-size: 70px;
    margin-bottom: 30px;
}

.secion1video p {
    margin-top: 120px;
    font-size: 20px;
}

.secion2video {
    width: 60%;
}

.valoresagregados {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

.valoresagregados h2 {
    color: #4a8060;
    font-size: 50px;
    font-family: caveat;
    font-size: 40px;
    font-weight: 900;
}

.slidervaloresback {

    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.sliderval {
    width: 100%;
}

.espaciador {
    width: 100%;
    background: #4a8060;
    height: 170px;
    min-height: 50px;
    color: white;
    text-align: center;
}

.espaciador1 {
    width: 100%;
    background: #4a8060;
    height: 170px;
    min-height: 50px;
    color: white;
    text-align: center;
}

.espaciador h2 {
    font-size: 50px;

}

.colabora {
    margin-top: 150px;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-align: center;
}

.colabora h2 {
    color: #4a8060;
    font-size: 60px !important;
    font-family: caveat;
    font-weight: 500;
}

.telefono {
    width: 1250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 100px;
    flex-direction: row;
    margin-top: -570px;
}

.telefono img {
    width: 610px;
    height: auto;
}

.app-icons {
    display: flex;
    align-items: flex-end;
    width: 40%;
    flex-direction: column;
    justify-content: flex-end;

    height: 530px;
}

.android {
    width: 264px !important;
    margin-bottom: 20px;
}

.apple {
    width: 264px !important;
}

.qr {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.qr img {
    width: 770px;
    height: auto;
}

.faq {
    margin-top: 50px;
    width: 100%;
    padding: 30px;

}

.padrefaq {
    background-color: #4a8060;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.secion1faq {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding-right: 130px;
}

.secion1faq h2 {
    font-size: 70px;
}
.secion1faq text {

    margin-top: -50px;
    margin-bottom: 150px;
}
.secion1faq p {
    font-size: 20px;
    ;
}

.secion2faq {
    width: 50%;
    padding: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.secion2faq img {
    width: 100%;
    height: auto;
}

.imgraymundo {
    width: 50%;
}

.imgraymundo img {
    width: 100%;
}

.textocolabora {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textocolabora h2 {
    font-size: 60px;
    line-height: 40px;
}

.textocolabora p {
    font-size: 25px;
    line-height: 20px;
    font-family: monserratitalica;
}

.textocolabora button {
    background: #ff9200;
    font-size: 25px;
    font-weight: bold;
}

.gris {
    background: #DBE6E0;
    padding: 5px;
    width: 300px;
}

.lar {
    background: #F79832;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-align: center;
    padding-bottom: 50px;
}

.lar .r {
    width: 300px;
    margin-top: -200px;
}

.appbotones {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.appbotones img {
    width: 250px;
    margin: 10px;
}

.proximanete {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .contenedor-camioneta {
        margin-top: 0px;
    }
    .secion1video h2 {
        font-size: 80px;
        margin-bottom: 30px;
    }
    .separador1 {
        height: 150px;
    }
    .imgbote {
        display: none;
        justify-content: center;
    }
    .imgbote1 {
        display: flex;
        justify-content: center;
    }
    .portadapadre {
        display: none;
        padding: 10px;
        padding-bottom: 150px;
        padding-top: 120px;
    }
    .portadapadre1 {
        display: flex;
        padding: 10px;
        padding-bottom: 150px;
        padding-top: 120px;
    }
    .partesuperior {
        font-size: 40px;
    }

    .texteportada {
        width: 60%;
    }

    .texteportada p {
        font-size: 20px;
    }

    .grupoinput {
        width: 80% !important;
    }

    .p1 {
        font-size: 14px !important;
    }

    .sliderval {
        width: 100%;
        margin: 10px;
    }

    .texteportada h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .portadaimg {
        margin-top: -150px;
        width: 120px;
    }

    .mapas h2 {
        margin-top: 10px;
        ;
        font-size: 30px;
    }

    .mapas p {
        font-size: 15px;
    }

    .textoal {
        font-size: 20px !important;
    }

    .slidermapas {
        margin: 0px;
        width: 100%;
    }

    .limpiezahogar {
        padding: 0px;
    }

    .limpiezahogar .mega {
        font-size: 25px;
        margin-top: 30px;
    }

    .limpiezahogar h2 {
        font-size: 40px;
    }

    .seccionlimpieza {
        width: 100%;
        padding: 10px;
    }



    .valoresagregados {
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .valoresagregados h2 {
        font-size: 30px;
    }

    .slidervaloresback {

        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .espaciador {
        height: 190px;
        margin-top: -5px;
        margin-bottom: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .espaciador1 {
        height: 50px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .espaciador h2 {
        font-size: 30px;

    }

    .colabora {
        margin-top: 50px;
        padding: 10px;
        flex-wrap: wrap;
    }

    .imgraymundo {
        width: 90%;
        margin-right: -40px;
    }

    .imgraymundo img {
        width: 300px;
    }





    .gris {
        background: #DBE6E0;
        padding: 5px;
        width: auto;
    }

    .proximanete {
        margin-top: -50px;
    }

    .lar {
        padding: 10px;
        text-align: center;
        padding-bottom: 50px;
    }

    .lar .r {
        width: 250px;
        margin-top: -100px;
    }

    .appbotones img {
        width: 150px;
        margin: 10px;
    }

    .imgbote img {
        width: 100%;
        height: auto;
        margin-top: -150px;
    }

    .portadasec1 {
        width: 100%;
    }

    .portadasec2 {
        width: 100%;
        height: auto;
    }

    .textoentrega {
        padding: 10px;
        font-size: 30px;
    }

    .serpadorblanco {
        height: 100px;
    }

    .formularioubicacion {
        padding-left: 10px;
        padding-right: 10px;
    }

    .input1 {
        width: 100%;
        padding: 10px;
    }

    .camioneta img {
        width: 100%;
        height: auto;
    }

    .infocontent {
        margin: 0px;
    }

    .video {
      /*   padding: 15px; */
    }

    .secion1video {
        width: 100%;
        padding: 20px;
        padding-right: 20px;
    }

    .secion1video p {
        margin-top: 50px;
    }

    .faq {
        padding: 10px;
    }

    .secion2video {
        width: 100%;
        height: 300px;
    }

    .secion1faq h2 {
        font-size: 55px;
    }
    .secion1faq text {
        margin-bottom: 50px;
    }
    .colabora h2 {
        font-size: 40px !important;
    }

    .qr img {
        width: 100%;
    }

    .telefono {
        width: 100% ;
        margin-top: -90px;
        padding: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .textocolabora {
        width: 100%;

    }

    .telefono img {
        width: 250px;
        height: auto;
    }

    .app-icons {
        align-items: center;
        width: 100%;
        height: auto;
    }

    .secion1faq {
        width: 100%;
        padding: 10px;
        padding-right: 10px;
    }

    .padrefaq {
        padding: 10px;
    }

    .secion1faq text {
        font-size: 70px !important;
    }

    .secion2faq {
        width: 100%;

    }

    .infocontent img {
        width: 80%;
    }

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

    .infoinicio {
        margin-bottom: 60px;
        margin-top: 0px;
    }
}
