/* Large Devices (Desktops & Laptops) */
@media (min-width: 1350px) and (max-width: 1749px){
    /* Departamentos */
    #departamentos-heading h3 {
        font-size: 2.5em;
    }
    #departamentos-text p {
        font-size: 1em;
    }
}

@media (min-width: 1200px) and (max-width: 1349px){
    /* Departamentos */
    #departamentos-heading h3 {
        font-size: 2em;
    }
    #departamentos-text p {
        font-size: 1em;
    }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Departamentos */
    #departamentos-heading h3 {
        font-size: 1.8em;
    }
    #departamentos-text p {
        font-size: .9em;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Departamentos */
    #departamentos-content-box-inner {
        left: 40%;
        width: 40%;
    }
    #departamentos-heading h3 {
        font-size: 1.9em;
    }
    #departamentos-text p {
        font-size: .9em;
    }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (min-width: 601px) and (max-width: 767px){
    /* Departamentos */
	#departamentos {
    	height: 150%;
	}

	#departamentos-cover {
    	background-image: url(../../img/silla_mobile.jpg);
    	background-position: center bottom;
	}

	#departamentos-content-box-inner {
		top: 10%;
        left: 0;
        width: 100%;
    }
    #departamentos-heading h3 {
        font-size: 2em;
    }
    #departamentos-text p {
        font-size: 1em;
    }
}

@media (min-width: 481px) and (max-width: 600px){
    /* Departamentos */
	#departamentos {
    	height: 150%;
	}

	#departamentos-cover {
    	background-image: url(../../img/silla_mobile.jpg);
    	background-position: center bottom;
	}

	#departamentos-content-box-inner {
		top: 10%;
        left: 0;
        width: 100%;
    }
    #departamentos-heading h3 {
        font-size: 2em;
    }
    #departamentos-text p {
        font-size: 1em;
    }
}

/* Extra Small Devices (Smaller Devices) */
@media (max-width: 480px){
    /* Departamentos */
	#departamentos {
    	height: 150%;
	}

	#departamentos-cover {
    	background-image: url(../../img/silla_mobile.jpg);
    	background-position: center bottom;
	}

	#departamentos-content-box-inner {
		top: 10%;
        left: 0;
        width: 100%;
    }
    #departamentos-heading h3 {
        font-size: 2em;
    }
    #departamentos-text p {
        font-size: 1em;
    }
}

/* Extra Small Devices (Smaller Devices) */
@media (max-width: 320px) {
    /* Departamentos */
	#departamentos {
    	height: 150%;
	}

	#departamentos-cover {
    	background-image: url(../../img/silla_mobile.jpg);
    	background-position: center bottom;
	}

	#departamentos-content-box-inner {
		top: 10%;
        left: 0;
        width: 100%;
    }
    #departamentos-heading h3 {
        font-size: 1.9em;
    }
    #departamentos-text p {
        font-size: .8em;
    }
}
