body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    font-family: 'helvetica-neue', helvetica, sans-serif;
    overflow-x: hidden;
}


.content{
    margin: 0 10px;
}

.content h2{
    text-transform:uppercase;
    font-weight: 100;
    font-size: 22px;
    margin: 0;
    margin-bottom: 4%;
    
}



.courses{
    width: 100%;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.course{
    width: 15%;
    float: left;
    margin: 0 5% 0 0; 
}
.course:last-child{
    clear: right;
    
}
/*para testear
    .course:nth-child(2){  
        margin-top: 60px;
    background-color: red;
    }*/
/*.course:nth-child(14){
    margin-right: 0;
    /* el 18 y 34 son ultimos filas de 5*/
}*/

h3{
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    height: 53px;
    margin: 25px 0;
}

h4{
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    height: 70px;
    margin: 25px 0;
}
.course img{
    width: 100%;
    margin: 0;
    border-radius:6px;
}

.button{
    display: block;
    text-align: center;

}
a.gumroad-button .logo-full{
    width: 0;
}

.shop-link{
    background: -webkit-linear-gradient(180deg , rgb(210,63,45), rgb(47,173,173));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px rgb(0,0,0,0.6);
    font-weight: 100;

}
.line-course-full{
        display: block;
        margin: 40px 0 0 0;
        float: left;
        width: 100%;
        height: 40px;

    }
.line-course-ipad{
        display: none;
    }
    .line-course{
        display: none;
    }
    .enroll-button{
        display: none;
    }

.course .youtube {
    width: 100%;
}
.empty{
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 1080px){
    h3{
        font-size: 15px;
    }
    h4{
        font-size: 15px;
    }
}

@media (max-width: 950px){
    body{
        overflow-x: hidden;
        margin: 0;
        background-color: rgba(255,255,255,0.8);
    }
    .content{
        margin: 0 15px;
    }
    .content h2{
        font-size: 18px;
    }
    h3{
        font-size: 16px; 
        height: 53px;
        margin: 25px 0;
    }
    h4{
        font-size: 16px; 
        height: 53px;
        margin: 25px 0;
    }
   
    .course{
        width: 28%;

    }
    
/*para testear
    .course:nth-child(1111){  
        margin-top: 60px;
    background-color: red;

    }*/
    

    .line-course-ipad{
        display: block;
        margin: 45px 0 15px 0;
        float: left;
        width: 100%;
        height: 5px;
    }
     .line-course-full{
        display: none;
    }
    .line-course{
        display: none;
    }
    .enroll-button{
        display: none;
    }
    
    .empty{
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 640px){
    body{
        margin: 0;
        background-color: white;
        overflow-x: hidden;
    }
    .content{
        margin: 30px 3% 0 3%;
    }
    
    .content h2{
        margin-bottom: 8%;
        font-size: 22px;
        margin: 0 10% 8% 10%;
    }
    .course{
        width: 80%;
        margin: 0 10% 0 10%;
    }
    
    
    .course img{
        width: 100%;
        margin: 30px 0 0 0;
}
    h3{
        font-size: 16px; 
        height: auto;
        font-weight: 100;
        margin: 30px 0;
    }
    h4{
        font-size: 16px; 
        height: auto;
        font-weight: 100;
        color: rgb(141,141,141);
        margin: 30px 0;
    }
    
    .line-course{
        display: block;
        margin: 25px 0 0 7%;
        float: left;
        width: 86%;
        height: 50px;
    }
    .line-course-ipad{
        display: none;
    }
     .line-course-full{
        display: none;
    }
    .button{
        display: none;
    }
    .enroll-button{
        display: block;
        float: left;
        margin: 0 0 0 -60%;
        font-weight: 900;
        text-shadow: 1px 1px rgba(111,111,111,0.23);
        font-size: 18px;
        color: rgb(245,183,12);
    }
    .course .youtube{
        min-height: 250px;
    }
    .empty{
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
    
