body {
    padding-top: 2em;
    background:  url("../img/download_section/ninos_desk.png") #30C09C no-repeat center center fixed;
    background-size: cover;
    font-family: 'Avenir';
    font-size: 16px;
}

.categorias-wrapper{
    margin:0 auto;
    max-width: 500px;
    position: relative;
}

.categorias-wrapper .cat{
    width: 108px;
    position: absolute;
}

.cat-manualidades{
    top: 70%;
    left: 6%;
}
.cat-retos{
    /*top: 38%;*/
    top: 41%;
    left: 5%;
}
.cat-rompe{
    left: 7%;
    top: 13%;
}
.cat-ilumina{
    /*top: 2%;*/
    /*left: 30%;*/
    top: 5%;
    left: 25%;
}
.cat-adivina{
    top: 8%;
    left: 59%;
}
.cat-memo{
    /*top: 28%;*/
    /*left: 76%;*/
    top: 21%;
    left: 76%;
}
.cat-difer{
    /*left: 73%;*/
    /*top: 57%;*/
    left: 70%;
    top: 61%;
}

.main-text{
    margin: 1em 0;
    margin-bottom: 3em;
}
.download-content{
    position: relative;
}

.form-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    padding: 2em 1em;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border-radius: 13px;
}

.image-placeholder{
    position: relative;
}

.form{
    border: 1px solid white;
    border-radius: 25px;
    background: #C12E81;
    padding: 25px;
    text-align: left;
}

.js-close{
    position:absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}

@media screen and (min-width: 801px){
    .th-wrapper{
        border-radius: 13px;
        position: absolute;
        top: 14em;
        left: 0;
        right: 0;
        padding: 3em;
        background: rgba(0,0,0,0.5);
    }
}

@media screen and (max-width: 800px){
    .th-wrapper .js-close{
        display: none
    }
    .categorias-wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:center;
    }
    .categorias-wrapper .circle{
        width: 100%;
    }
    .categorias-wrapper .cat {
        display: flex;
        position: static
    }
    .form-wrapper{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate( -50%, -50% );
    }
}
