body{
    background:#f39189;
    
}

.fonTrimes{
    background: #DEBA9D;
}

.fonNavTrimes{
    background: #CFB784;
}

.fonEngPrimeros{
    background: #A9CCE3;
}

.fonTestsPriTri{
    background: #6CB456;
}

.fonEnglCuartos{
    background: #C39BD3 ;
}

.fonConoTerceros{
    background: #E59866;
}

.fonEnglSegundos{
    background: #73C6B6;
}

.fondGame{
    background: #ABEBC6;
}

.fondSites{
    background: #9B59B6 ;
}

.disenoFuente{
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    font-weight: bold;
}

.disenoFuenteTitle{
    font-family: 'Indie Flower', cursive;
    font-size: 40px;
    font-weight: bold;
    color: #2E86C1;
}

.disenoFuenteAct{
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    font-weight: bold;
    color: #A569BD;
}

.disenoFuenteDes{
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
    font-weight: bold;
    color: #A569BD;
}

.disenoFuenteActTitle{
    font-family: 'Indie Flower';
    font-size: 40px;
    font-weight: bolder;
    color: #35955c;
}

.disenoFuenteActEnun{
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    font-weight: bolder;
    color: #b20d8d;
}

img{
    width:100px;
}

.specialSize{
    width:115px;
}

.podCastSize{
    width:315px;
}

.specialSizeBoton{
    width:64px;
}

.playBoton{
    cursor:pointer;
}

.square{
    width:25px;
    height:25px;
}

.botonCheck{
    width:80px;
    height:80px;
    cursor:pointer;
}

.disenoFuenteVentMod{
    font-family: 'Indie Flower', cursive;
    font-size: 30px;
    font-weight: bold;
    color: #5DADE2;
}

.instructor{
    margin-left: 180px;
}

@media (max-width:375px){
    .disenoFuente{
        font-family: 'Indie Flower', cursive;
        font-size: 20px;
        font-weight: bold;
    }

    .disFuBoSm{
        font-size: 12px;
    }

    .disFuSm{
        font-size: 14px;
    }

    .justPanSm img{
        width:85px;
    }
}

@media (max-width:414px){
    .disenoFuente{
        font-family: 'Indie Flower', cursive;
        font-size: 20px;
        font-weight: bold;
    }

    .disFuBoSm{
        font-size: 12px;
    }

    .disFuSm{
        font-size: 14px;
    }

    .justPanSm img{
        width:85px;
    }
}

@media (max-width:1024px){
   body{
       height:50%;
   }
}

@media (max-width:1195px){
    img{
        width:60px;
    }
}