body{
    padding: 0px;
    margin: 0px;
}
/*********/
/*********/
#hero{
    min-height: 100vh;
    display: flex;
    background-image: url(../img/fondo-buscador-google.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-top: 120px;
    justify-content: flex-end !important;
    text-align: center;
    z-index: 1;
    position: relative;
    background-color: #0e0d9f;
}

#hero img{
    width: 50%;
    object-fit: contain;
    object-position: bottom;
}
/*********/
#partner{
    display: flex;
    flex-direction: column;
    padding: 50px 100px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #fff;
    position: relative;
}
#partner img{
    height: 160px;
}
#partner p{
    text-align: center;
}
.img-partner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
}
#partner h2{
    text-align: center;
    width: 910px;
}
#partner a.btn{
    background-color: #cd9122;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    width: auto;
    padding: 10px 30px;
    margin-bottom: 20px;
}
/*********/
#inversion{
    padding: 0px 100px;
    z-index: 1;
    background-color: #fff;
    position: relative;
    margin-top: -2px;
}
#ads{
    background-color: #b7e3c8;
    padding: 30px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 30px;
}
#ads h2{
    margin-bottom: 30px;
}
#ads img{
    width: 25%;
}
#ads div{
    width: 55%;
}
/*********/
#hacemos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    padding: 100px;
    row-gap: 40px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
#hacemos h2{
    text-align: center;
    width: 100%;
}
#hacemos div.negocio {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.negocio h3{
    width: 100%;
    text-align: center;
}
#hacemos img{
    width: 90px;
}
#hacemos p{
    text-align: center;
    margin: 0;
}
/*********/
#trabajar{
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 0 100px 50px 100px;
    background-color: #fff;
    position: relative;
}
#trabajar div{
    width: 48%;
}
#trabajar img{
    width: 48%;
}
#trabajar div h2{
    margin-top: 0px;
}

/* Sección de campañas */

    .padre-campana {
        z-index: 0;
        background-color: #a8e4cc;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        padding-right: 100px;
        position: relative;
        flex-wrap: wrap;
        padding: 50px 100px 0px 100px;
        overflow: hidden;
    }
    .padre-campana img.tipos-img{
        position:fixed;
        width: 100%;
        top: 0;
        z-index: 0;
        max-width: 100%;
    }

    .padre-campana h2 {
        width: 100%;
        text-align: center;
        z-index: 1;
    }

    .container-campana {
        padding: 30px;
        width: 55%;
        z-index: 2;
    }

    .tipo-campana {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .tipo-campana-texto h3 {
        width: 85%;
    }
    .tipo-campana h3, p{
        font-size: 22px;
    }

    .tipo-campana img{
        width: 300px;
    }

    .tipo-campana-texto {
        width: 380px;
        display: flex;
        flex-direction: column;
    }

    hr{
        border: none;
        height: 2px;
        background-color: black;
        margin: 20px 0;
    }

    .tipo-campana-boton img{
        margin-left: auto;
        width: 35px;
    }

    .tipo-campana-boton {
        position: absolute;
        top: 35px;
        right: 10px;
        z-index: 2;
    }

    .tipo-campana-boton:hover img {
        content: url('../img/flecha-habi.svg');
    }

    /* Sección de certificaciones */
    .container-certificaciones{
        background-color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 50px 100px;
        position: relative;
        z-index: 1;
    }
    .container-certificaciones h2, .container-certificaciones p{
        width: 100%;
        text-align: center;
    }
    .certis-contenedor{
        display: flex;
        justify-content: space-between;
    }
    .certis-contenedor img{
        width: 13%;
    }
    .certis-banner{
        background-color: #ffebdb;
        display: flex;
        padding: 30px;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
        border-radius: 10px;
    }
    .certis-banner h2{
        width: 55%;
    }
    .certis-banner img{
        width: 25%;
        margin: -100px 0;
    }
    /************Experiencia********************/
    .exp-industria{
        background-image: url(../img/Pixtor-25-GooglePartnerServicio-ClientesTestimonios.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .exp-contenedor{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 70px;
    }
    .exp-contenedor img{
        width: 23%;
    }
    /******************Prueba****************************/
    .prueba {
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #f1f1f1;
        padding: 50px 100px;
        gap: 20px;
        position: relative;
        z-index: 1;
    }
    .prueba h2{
        margin: 0px;
    }
    .buscador{
        width: 80%;
        object-fit: contain;
    }
    .img-google{
        width: 200px;
    }
    .prueba h3{
        margin: 0 0 -20px 0;
    }
    /***********************Form********************************/
    /*seccion formulario*/

.formulario-padre {
    background-color: #fff;
    padding: 100px 40px 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    row-gap: 20px;
    position: relative;
    z-index: 1;
    align-items: center;
}

.formulario-padre h2{
    color: #000;
    margin: 0 0 -20px 0;
}
.formulario-padre p{
    color: #000;
    margin: 0;
}
form{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 6px;
    align-items: stretch;
    margin-top: 20px;
}
input, textarea, select {
    width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    padding: 10px !important;
    margin: 5px 0;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
}
option:first-child{
    color: #a9a9a9;
}
option{
    color: #000000;
}
p.form-check-label{
    text-align: left;
}
.btnformulario{
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}
form button{
    margin-top: 20px;
    background: #e4c11c;
    color: #002164;
    min-width: 180px;
    padding: 10px 16px;
    border-radius: 7px;
    border:none;
    font-size: 18px;
    margin: 0 auto;
}
form label{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
input[type="checkbox" ] {
 width: 20px !important;
}

@media(max-width:1023px){
    #hero {
        min-height: 600px;
    }
    #contacto{
        padding: 80px 40px;
    }
    .w-100 {
        width: 100%!important;
        max-height: 480px;
        object-fit: contain;
    }
}
@media(max-width:800px){
    #contacto{
        padding: 70px 20px;
    }
    #hero h2{
        font-size: 30px;
    }
    .w-100 {
        width: 100%!important;
        max-height: 300px;
        object-fit: contain;
    }
}

/*Tamaños de tipografias*/
#hero h1{
    font-size: 41px;
}
#partner h2{
    font-size: 33px;
    font-weight: 400;
}
#hacemos h2{
    font-size: 33px;
}
#trabajar h2{
    font-size: 33px;
}
p, a, span{
    font-size: 18px;
}
#partner p{
    font-size: 25px;
}
#ads p{
    font-size: 25px;
}
h3{
    font-size: 18px;
}
.padre-campana h2{
    font-size: 33px;
}
.container-certificaciones h2{
    font-size: 33px;
}
.container-certificaciones p{
    font-size: 25px;
}
.certis-banner h2{
    font-size: 54px;
    text-align: left;
}
.exp-industria h2{
    font-size: 33px;
}
.exp-industria p{
    font-size: 25px;
}
.prueba h2{
    font-size: 160px;
}
.prueba h3{
    font-size: 33px;
}
.prueba p{
    font-size: 18px;
}
.formulario-padre h2{
    font-size: 33px;
}
.formulario-padre p{
    font-size: 18px;
}

@media(max-width:1200px) {
    #hero {
        min-height: 730px;
    }
}

@media(max-width:1080px){
#hero{
    padding: 80px 40px 0px 40px;
}
#partner{
    padding: 80px 40px;
}
#inversion{
    padding: 0px 40px;
}
#hacemos{
    padding: 80px 40px;
}
#hacemos div.negocio {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#trabajar{
    padding: 40px;
}
.padre-campana, .container-certificaciones, .prueba, .formulario-padre{
    padding: 40px;
}
.exp-industria{
    padding: 80px 40px;
}
#hero img {
    width: 65%;
    object-fit: contain;
    object-position: bottom;
}
    #partner h2{
    text-align: center;
    width: 100%;
}

.container-campana {
    padding: 0%;
    width: 75%;
}
/*Tamaños de tipografias*/
#hero h1{
    font-size: 35px;
}
#partner h2{
    font-size: 28px;
    font-weight: 400;
}
#hacemos h2{
    font-size: 28px;
}
#trabajar h2{
    font-size: 28px;
}
p, a, span{
    font-size: 18px;
}
#partner p{
    font-size: 21px;
}
#ads p{
    font-size: 21px;
}
h3{
    font-size: 18px;
}
.padre-campana h2{
    font-size: 28px;
}
.container-certificaciones h2{
    font-size: 28px;
}
.container-certificaciones p{
    font-size: 21px;
}
.certis-banner h2{
    font-size: 46px;
    text-align: left;
}
.exp-industria h2{
    font-size: 28px;
}
.exp-industria p{
    font-size: 21px;
}
.prueba h2{
    font-size: 130px;
}
.prueba h3{
    font-size: 28px;
}
.prueba p{
    font-size: 18px;
}
.formulario-padre h2{
    font-size: 28px;
}
.formulario-padre p{
    font-size: 18px;
}

}

@media(max-width:991px){
    .certis-banner h2{
        width: 75%;
    }
}

@media(max-width:880px){
#hero{
    padding: 70px 30px 0px 30px;
    min-height: 380px;
}
#partner{
    padding: 70px 30px;
}
#inversion{
    padding: 0px 30px;
}
#hacemos{
    padding: 70px 30px;
}
.padre-campana, .container-certificaciones, .prueba, .formulario-padre{
    padding: 30px;
}
.exp-industria{
    padding: 70px 30px;
}
#hacemos div.negocio {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#trabajar{
    padding: 30px;
}
#hero img {
    width: 65%;
    object-fit: contain;
    object-position: bottom;
}
    #partner h2{
    text-align: center;
    width: 100%;
}


/*Tamaños de tipografias*/
#hero h1{
    font-size: 33px;
}
#partner h2{
    font-size: 26px;
    font-weight: 400;
}
#hacemos h2{
    font-size: 26px;
}
#trabajar h2{
    font-size: 26px;
}
p, a, span{
    font-size: 18px;
}
#partner p{
    font-size: 20px;
}
#ads p{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
.padre-campana h2{
    font-size: 26px;
}
.container-certificaciones h2{
    font-size: 26px;
}
.container-certificaciones p{
    font-size: 20px;
}
.certis-banner h2{
    font-size: 40px;
    text-align: left;
}
.exp-industria h2{
    font-size: 26px;
}
.exp-industria p{
    font-size: 20px;
}
.prueba h2{
    font-size: 100px;
}
.prueba h3{
    font-size: 26px;
}
.prueba p{
    font-size: 18px;
}
.formulario-padre h2{
    font-size: 26px;
}
.formulario-padre p{
    font-size: 18px;
}

}

@media(max-width:666px){
    #hero {
        padding-top: 100px;
        min-height: 640px;
        position: relative;
    }
#hero img{
    width: 100%;
    }
#ads{
        padding: 20px;
    }
#ads img{
    width: 100%;
    }
#ads div{
    width: 100%;
    }
    #hacemos{
        row-gap: 25px;
    }

#trabajar div{
    width: 100%;
}
#trabajar img{
    width: 100%;
}
.container-campana{
    width: 100%;
}
.tipo-campana {
    flex-direction: column-reverse;
    align-items: flex-start;
}
.certis-contenedor img {
    width: 30%;
}
.certis-contenedor {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
    .certis-banner h2{
        width: 100%;
    }
    .certis-banner {
    padding: 20px;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.certis-banner img{
    width: 75%;
    margin: 0;
}
.exp-contenedor{
    gap: 10px;
    margin-top: 40px;
}
.exp-contenedor img{
    width: 48%;
}

/*Tamaños de tipografias*/
#hero h1{
    font-size: 28px;
}
#partner h2{
    font-size: 24px;
    font-weight: 400;
}
#hacemos h2{
    font-size: 24px;
}
#trabajar h2{
    font-size: 24px;
}
p, a, span{
    font-size: 16px;
}
#partner p{
    font-size: 18px;
}
#ads p{
    font-size: 18px;
}
h3{
    font-size: 18px;
}
.padre-campana h2{
    font-size: 24px;
}
.container-certificaciones h2{
    font-size: 24px;
}
.container-certificaciones p{
    font-size: 18px;
}
.certis-banner h2{
    font-size: 36px;
}
.exp-industria h2{
    font-size: 24px;
}
.exp-industria p{
    font-size: 18px;
}
.prueba h2{
    font-size: 80px;
}
.prueba h3{
    font-size: 24px;
}
.prueba p{
    font-size: 18px;
}
.formulario-padre h2{
    font-size: 24px;
}
.formulario-padre p{
    font-size: 18px;
}

}

@media(max-width:575px) {
    #hero {
        min-height: 470px;
        position: relative;
    }
}