*{
    font-family: "Poppins", system-ui;
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
}

body{
    position: absolute;;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

button{
    width: 10vw;
    padding: 10px;
    border-radius: 10px;
    background-color: #3e00bd;
    cursor: pointer;
    border: none;
}

button a{
    text-decoration: none;
    color:white;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}


/* SECCION HEADER! */

header{
    box-sizing: border-box;

}

.header-mobile{
    display: block;
    width: 100vw;
    height: 90vh;
    background-image: url('../images/freelads-chica-hero_mobile.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.header-container-mobile{
    width: 100vw;
    box-sizing: border-box;
    max-height:50%;
}

.header-textos{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    min-height: fit-content;
    max-height: 50%;
    padding: 5vh 5vw;
    box-sizing: border-box;
}

.logo{
    width: 60vw;
}

.header-textos h1{
    font-size: 2.5vh;
    font-weight: 700;
    margin-top: 1vh;
    color: white;
}

.header-textos p{
    font-size: 1.8vh;    
    font-weight: 500;
    color: white;
    margin-top: 3vh;
}

.header-container-mobile .mobile{ 
    border-radius: 10px;
    cursor: pointer;
    display: block;
    background-color: #ffad00;
    margin-top: 25px;
    width: 75vw;
    font-weight: 400;
    font-size: 15%;
    color: white;
}

.header-tablet{
    display: none;
}

.header-desktop{
    display: none;
}


/*  SECCION DE SERVICIOS! */

.servicios{
    margin-top: 30px;
}

.service-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: auto;

}

.services-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 75vw;
}

.service-container h2{
    font-size: 30px;
    font-weight: 800;;
    margin-top: 50px;
    margin-bottom: 20px;
}

.services-text p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 35px;
}

.service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 5px solid #8352e6bd;
}

.service-top{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.service img{
    text-align: center;
}

.service img.service-icon-1{
    width: 77px;
    height: 70px;
}

.service img.service-icon-2{
    width: 62px;
    height: 70px;
}

.service img.service-icon-3{
    width: 83.5px;
    height: 70px;
}

.service img.service-icon-4{
    width: 79px;
    height: 70px;
}

.service h3{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

.service p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.service-container button{
    margin-top: 20px;
    text-align: center;
    width: 50vw;
    font-size: 3vw;
    color: white;
}


/* SECCION DE IMPULSANDO! */

.impulsando-seccion{
    background-color: rgb(249, 249, 250);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 45px;
    position: relative;
}

.impulsando-container{
    margin-top: 75px;
    width: 75vw;
}

.impulsando-text h2{
    color:#3e00bd;
    font-size: 28px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
}

.impulsando-text p{
    color: #515151;
    font-size: 20px;
    font-weight: 500;
}

.impulsando-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-left: 0;
    padding: 0;
}

.impulsando{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 15px;
    overflow: hidden;
}

.impulsando-list ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.impulsando-list ul li{
    padding: 0;
    margin: 20px;
    width: 100%;
}

.impulsando-icon{
    margin-bottom: 0;
    float: left;
}

.impulsando img{
    width: 45px;
    height: 45px;
    margin-bottom: 0;
}

.impulsando h3{
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
}

.impulsando h5{
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #515151;
    font-size: 20px;
    font-weight: 400;
}

.impulsando p{
    font-size: 24px;
    font-weight: 500;
    color:#515151;
    transition: height 1s;
    display: none;
    margin-top: 0;
    padding: 10px;
    clear: both;
    position: relative;
}

.impulsando h4{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #515151;
    font-size: 20px;
    font-weight: 400;
    display: none;
}

.impulsando-container button{
    margin-top: 20px;
    margin-left: 55px;
    text-align: center;
    width: 50vw;
    color: white;
}

/*  SECCION NOSOTROS   */


.nosotros{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nosotros-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 75vw;
}

.nosotros-container img{
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 20px;
}

.nosotros-container h2{
    font-size: 44px;
    font-weight: 700;
    margin-top: 20px;
}

.nosotros-container p.intro{
    font-size: 24px;
    font-weight: 600;
    color: #3e00bd;
    margin-top: 5px;
}

.nosotros-container p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}


/*  SECCION DE CONTACTO! */

#contacto{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
}

.fondo-banner-contacto-desktop{
    display: none;
}

.fondo-banner-contacto-mobile{
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#registroForm{
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    margin-top: 250px;
    width: 75%;
    height: 100%;

}

#registroForm h2{
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px;
    color: #3e00bd;
}

.form-list {
    margin-bottom: 15px;
}

.form-list p.titulo{
    margin-top: 20px;
    font-weight: 600;
}

.form-list p.opciones{
    display: block;
    width: auto;
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 35px;
    cursor: pointer;
    color: #3e00bd;
}

.form-list .opciones-list{
    display: block;
    list-style: none;
    text-align: start;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
}

.form-list .show .checkbox-container {
    display: block;
}

label.form-label{
    display: block;
    margin-top:25px
}

label.checkbox{
    display: inline-block;
    margin-left: 3px;
}


label.inline{
    display: inline-block;
    margin: 15px;
    margin-left: 0;
}

.inline input[type='checkbox']{
    margin: 5px 0 5px 0;
}

input{
    padding: 7px;
    border-radius: 2px;
    box-sizing: border-box;
    border: none;
}

.checkbox-container {
    display: flex;
    align-items: center; 
    margin: 5px;
}

.terminos{
    margin: 35px 0 35px 0;
}

.accepTerms{
    display: flex;
    align-items: center;
}

.terminos .tyc{
    color: #3e00bd;
    font-weight: 600;
    cursor: pointer
}

.terminosycondiciones{
    background-color: #18093c;
    color: white;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

input[type='checkbox']{
    appearance: none;
    margin: 8px 8px 8px 0;
    border-radius: 4px;
    border: 1px solid white;
    box-sizing: border-box;
    background-color: rgba(122, 66, 198, 12%);
    cursor: pointer;
    position: relative;
}

input[type='checkbox']:checked{  
    background-color: #3e00bd;
    border: 1px solid #3e00bd;
    position: relative;
    text-align: center;
}

input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-30%, -30%) rotate(45deg);
}


input[type='text'],
input[type='number'],
input[type='email'],
select{
    width: 100%;
    padding: 10px;
}

input[type='submit']{
    width: auto;
    height: auto;
    padding: 15px;
    border-radius: 16px;
    background-color: #3e00bd;
    cursor: pointer;
    border: none;
    margin: 10px 0 20px;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.empleados{
    margin-top: 30px;
}

.empleados select{
    width: 100%;
    padding: 10px;
    border: none;
}


.error{
    color: red;
    font-size: 12px;
}

#mensajeConfirmacion{
    display: none;
    color: green;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

#contacto .pre-footer{
    display: none;
}


/*  FOOTER! */

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #e6e6e6;
    padding: 20px;
    background-color: #eeecec;
    height: 600px;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
}

.footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0;
}

.fondo-footer-desktop{
    display: none
}

.fondo-footer-mobile{
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-textos{
    width: 75vw;
    margin-top: 75px;
    z-index: 2;
}

.contacto-info{
    margin-top: 25px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.contacto-info a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.redes-sociales{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.redes{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    width: 100%;
}

.redes-sociales a{
    text-decoration: none;
    color: white;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background-color: #ffad00;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    padding: 7px;
}

.copyrigth{
    margin-top: 100px;
    background-color: #18093c;
    width: 100%;
    padding: 10px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    position: absolute;
    clear: both;
    z-index: 1;

}

.copyrigth p{
    margin: 0;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #e6e6e6;
}

#whatsapp-button {
    position: fixed;
    bottom: 90px;
    right: 15px;
    display: none;
}

#whatsapp-button a {
    text-decoration: none;
}

#whatsapp-button i {
    font-size: 35px;
    color: white;
    background-color: rgb(48, 226, 24);
    border-radius: 25%;
    padding: 10px;
}

@media screen and (min-width: 600px){

    /* SECCION HEADER! */

    header{
        box-sizing: border-box;
        overflow: hidden;
        height: 130vh;
        max-height: 500px;
    }

    .header-tablet{
        display: block;
        width: 100vw;
        height: 100%;
        background-image: url('../images/HERO\ Img\ CHICA-tablet.png');
        background-size: 100% 100%;
        background-position: cover;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    .header-container-tablet{
        width: 50vw;
        height: 100vh;
        box-sizing: border-box;
        max-height: 250px;
    }

    .header-textos{
        display: flex;
        flex-direction: column;
        text-align: start;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        max-height: 250px;
        margin-left: 10px;
        padding: 10px;
        box-sizing: border-box;
    }

    .header-container-tablet img.logo{
        width: 18vw;
        margin-top: 15px;
        left: -2vw;
        position: relative;
    }

    .header-textos h1{
        font-size: 2vw ;
        font-weight: 700;
        margin-bottom: .5vh;
        margin-top: 1vh;
        color: white;
    }

    .header-textos p{
        font-size: 1.5vw;    
        font-weight: 500;
        color: white;
        margin: 3vh 0 6vh 0;
    }

    .header-container-tablet .tablet{ 
        display: block;
        background-color: #ffad00;
        width: 200px;
        color: white;
    }

    .header-container-tablet .tablet a{
        font-size: 16px;
    }

    .header-mobile{
        display: none;
    } 
    
    .header-desktop{
        display: none;
    }


    /*  SECCION DE SERVICIOS! */

    .service-container h2{
        font-size: 38px;
    }
    
    .services-text p{
        font-size: 18px;
    }
    .service h3{
        font-size: 24px;
    }

    .service p{
        font-size: 14px;
    }

    .service-container button{
        width: 200px;
    }

    .service-container button a{
        font-size: 16px;
    }

    /* SECCION DE IMPULSANDO! */

    .impulsando-text h2{
        font-size: 30px;
    }

    .impulsando-text p{
        font-size: 18px;
    }

    .impulsando-list{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        margin-left: 0;
        padding: 0;
    }

    .impulsando-list ul{
        display: grid;
        grid-template-columns: 2fr 2fr;
        grid-gap: 20px;
    }

    .impulsando h3{
        font-size: 24px;
    }

    .impulsando h5{
        font-size: 18px;
    }

    .impulsando p{
        font-size: 18px;
    }

    .impulsando-container button{
        margin-top: 40px;
        margin-left: 55px;
        text-align: center;
        width: 25vw;
    }

    .impulsando-container button a{
        font-size: 2vw;
    }

    /*  SECCION NOSOTROS   */

    .nosotros-container h2{
        font-size: 38px;
    }

    .nosotros-container p.intro{
        font-size: 18px;
    }

    /*  SECCION DE CONTACTO! */

    #registroForm h2{
        font-size: 30px;
        text-align: center;
    }

    #registroForm p{
        font-size: 16px;
    }

    .form-list p.opciones{
        display: none;
    }

    .form-list .opciones-list{
        display: block;
    }


    label.form-label{
        margin-top: 15px;
    }

    input[type='text'],
    input[type='number'],
    input[type='email'],
    select{
        padding: 7px;
    }

    .terminosycondiciones{
        display: none;
    }

    input[type='submit']{
        width: 205px;
        height: auto;
        padding: 15px;
        border-radius: 10px;
        background-color: #3e00bd;
        cursor: pointer;
        border: none;
        margin-top: 10px;
        color: white;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
    }

    /*  FOOTER! */

    footer{
        padding: 10px;
    }

    .redes{
        width: 50%;
        justify-content: space-evenly;
    }

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

    #whatsapp-button {
        bottom: 75px;
        right: 65px;
    }

    #whatsapp-button i {
        font-size: 50px;
    }
}

@media screen and (min-width: 998px){

        /* SECCION HEADER! */

    header{
        box-sizing: border-box;
        overflow: hidden;
        height: 100vh;
        max-height: 900px;
        max-height: fit-content;
    }

    .header-desktop{
        display: block;
        width: 100vw;
        height: 100%;
        max-height: 800;
        background-image: url('../images/freelads-chica-hero_desktop_OK.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    .header-container-desktop{
        width: 50%;
        max-height: 65%;
        box-sizing: border-box;
    }

    .header-textos{
        display: flex;
        flex-direction: column;
        text-align: start;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        padding-top: 15px;
        margin-left: 3vw;
        padding: 10px;
        z-index: 1;
        box-sizing: border-box;
    }

    .header-textos img.logo{
        width: 30vh;
        left: -2vw;
        position: relative;
        margin-top: 45px;
    }

    .header-container-desktop h1{
        font-weight: 700;
        font-size: 4vh;
        margin-top: 15px;
        margin-bottom: 30px;
        color: white;
        align-self: flex-start;
    }

    .header-container-desktop p{
        font-weight: 500;
        font-size: 2vh;
        color: white;
        margin: 15px 0 20px 0;
    }

    .header-container-desktop .desktop{ 
        display: block;
        background-color: #ffad00;
        margin-top: 15px;
        width: 200px;
        color: white;
    }

    .header-container-desktop .desktop a{
        font-size: 16px;
    }

    .header-mobile{
        display: none;
    }

    .header-tablet{ 
        display: none; 
    }

        /*  SECCION DE SERVICIOS! */

    .service-container{
        margin-top: 50px;
    }

    .services-text p{
        text-align: center;
    }

    .services-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        width: 75vw;
    }

    .service-top{
        display:flex;
        align-items: center;
    }

    .service-container button{
        width: 205px;
        height: auto;
        padding: 15px;
        border-radius: 10px;
        background-color: #3e00bd;
        cursor: pointer;
        border: none;
        color: white;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
    }


     /* SECCION DE IMPULSANDO! */
    
    .impulsando-list ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 25px;
        width: 75vw;
    }

    .impulsando-list ul li {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center; 
        margin-top: 5px;
        width: 100%;
        height: 100%;
    }

    .impulsando h5{
        display: none;
    }

    .impulsando p{
        display: block;
    }

    .impulsando h4{
        display: none;
    }

    .impulsando-container button{
        margin-top: 70px;
        margin-left: 100px;
        width: 205px;
        height: auto;
        padding: 15px;
        border-radius: 10px;
        background-color: #3e00bd;
        cursor: pointer;
        border: none;
        margin-top: 5vh;
        margin-left: 6.5vw;
        color: white;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
    }

    .impulsando-container button a{
        font-size: 16px;
    }

    /*  SECCION NOSOTROS   */

    .nosotros{
        margin-bottom: 10px;
        padding: 0;
    }

    .nosotros-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    .nosotros-textos{
        margin-top: 80px
    }


    /*  SECCION DE CONTACTO! */ 

    #contacto{
        margin-top: 25px;
    }

    .fondo-banner-contacto-desktop{
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 110%;
    }

    .fondo-banner-contacto-mobile{
        display: none;
    }

    #registroForm{
        display: flex;
        flex-direction: column;
        align-items: center;;
        margin-top: 250px;
    }

    .formulario{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .columna-izquierda, .columna-derecha{
        flex: 1;
        margin: 5px;
        padding: 5px;
        min-width: 300px;
    }

    .form-list p.opciones{
        display: none;
    }

    .opciones-list{
        display: block;
    }

    .nombre-usuario{
        margin: 20px 0 0 0;

    }

    .telefono{
        margin-top: 0;
    }
    .email,
    .empleados, 
    .terminos{
        margin-top: 10px;
    }

    #contacto .pre-footer{
        display: block;
        font-size: 20px;
        font-weight: 500;
        margin-top: 15px;
        padding: 40px 200px 10px 200px;
        text-align: center;
        color: #3e00bd;
        margin-bottom: 50px;
    }

    #contacto .pre-footer .texto-negrita{
        font-weight: 800;
    }


    /*  FOOTER! */

    footer{
        position:relative;
        padding: 0;
        margin-top: 0;
        top: 0;
    }

    .footer-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-textos{
        display: flex;
        flex-wrap: wrap;;
        align-items: center;
        text-align: center;
        justify-content: space-around;
        margin-top: 300px;
    }

    .footer-logo{
        margin-bottom: 115px;
        padding: 0;
    }


    .contacto-info {
        margin-bottom: 155px;
        padding: 0;
    }

    .redes-sociales{
        margin-bottom: 100px;
    }

    .redes{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 20px;
        width: 100%;
    }

    .fondo-footer-mobile{
        display: none;
    }

    .fondo-footer-desktop{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #whatsapp-button {
        bottom: 80px;
        right: 80px;
        z-index: 1000;
    }

    #whatsapp-button i {
        font-size: 55px;
    }
}