/* Large Devices (Desktops & Laptops) */
@media (min-width: 1350px) and (max-width: 1749px){
    /*OK*/
}

@media (min-width: 1200px) and (max-width: 1349px){
    #home-heading h3 {
        font-size: 5em;
    }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
    #home-heading h3 {
        font-size: 4em;
    }
    /* Comunidad */
    #video-content-box-inner {
        bottom: 30%;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */
@media (min-width: 768px) and (max-width: 991px) {
    .parallax img {
        max-width: 50%;
        height: auto;
    }
    /* Home */
    #home-heading h3 {
        font-size: 3.5em;
    }

    /* Comunidad */
    #video-content-box-inner {
        bottom: 40%;
    }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (min-width: 601px) and (max-width: 767px){
    #home-heading h3 {
        font-size: 3em;
    }

    /* Comunidad */
    #comunidad-title h3 {
        font-size: 2em;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    #comunidad-logo img {
        max-width: 50px;
        max-height: 50px;
    }

    #comunidad-text p{
        font-size: .9em;
    }

    #video-content-box-inner {
        bottom: 3%;
    }
}

@media (min-width: 481px) and (max-width: 600px){
    #home-heading h3 {
        font-size: 3em;
    }
    /* Comunidad */
    #comunidad {
        height: 150%;
    }

    #comunidad-cover {
        background-image: url(../../img/comunidad_mobile.jpg);
    }

    #content-comunidad {
        width: 100%;
    }
    #hoja {
        float:none;
        width: 100%;
    }

    #pelota {
        width: 100%;
    }

    #video-content-box {
        width: 100%;
        height: 15%;
    }

    #video-content-box-inner {
        width: 100%;
    }

    #comunidad-logo img {
        margin-bottom: 20px;
    }

    #comunidad-title h3 {
        font-size: 1.4em;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #comunidad-text {
        padding-right: 0;
    }

    #comunidad-text p{
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 25px;
        font-size: 1em;
    }
}

/* Extra Small Devices (Smaller Devices) */
@media (max-width: 480px){
    #home-heading h3 {
        font-size: 2.5em;
    }

    /* Comunidad */
    #comunidad {
        height: 150%;
    }
    #comunidad-cover {
        background-image: url(../../img/comunidad_mobile.jpg);
    }
    #content-comunidad {
        width: 100%;
    }
    #hoja {
        float:none;
        width: 100%;
    }

    #pelota {
        width: 100%;
    }

    #content-comunidad {
        width: 100%;
    }
    #hoja {
        float:none;
        width: 100%;
    }

    #pelota {
        width: 100%;
    }

    #video-content-box {
        width: 100%;
        height: 10%;
    }

    #video-content-box-inner {
        width: 100%;
    }

    #comunidad-logo img {
        margin-bottom: 20px;
    }

    #comunidad-title h3 {
        font-size: 1.4em;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #comunidad-text {
        padding-right: 0;
    }

    #comunidad-text p{
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 25px;
        font-size: 1em;
    }
}

/* Extra Small Devices (Smaller Devices) */
@media (max-width: 320px) {
    #home-heading h3 {
        font-size: 1.7em;
    }

    /* Comunidad */
    #comunidad {
        height: 200%;
    }

    #comunidad-cover {
        background-image: url(../../img/comunidad_mobile.jpg);
    }

    #content-comunidad {
        width: 100%;
    }
    #hoja {
        float:none;
        width: 100%;
    }

    #pelota {
        width: 100%;
    }

    #video-content-box {
        width: 100%;
        height: 9%;
    }

    #video-content-box-inner {
        width: 100%;
    }

    #comunidad-logo img {
        margin-bottom: 20px;
    }

    #comunidad-title h3 {
        font-size: 1.4em;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #comunidad-text {
        padding-right: 0;
    }

    #comunidad-text p{
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 25px;
        font-size: .9em;
    }
}
