/** MEDIAS PARA TABLETS EN HORIZONTAL Y ESCRITORIOS NORMALES **/

@media (min-width: 768px) and (max-width: 959px) {

	/** SECCION 8 **/

	#img1-secc8{
		margin-left: 0%;
	}
	#derecha-secc8{
		padding-right: 0%;
	}
	#img2-secc8{
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	#texto-secc8{
		font-size: 1.5rem;
	}

	/** SECCION 9 **/

	#frm-contacto{
		padding-left: 0%;
	}
	#btnEnviar{
		right: 5%;
	}
	#fmr-direcciones{
		padding: 10%;
	}
	#icon-contacto2{
		top: 54%;
	}
	#icon-contacto3{
		top: 67%;
	}
	#texto-detallecon1{
		padding-right: 0%;
	}
	#texto-detallecon2{
		padding-right: 0%;
	}
	#parten-final{
		padding: 10%;
		padding-left: 0%;
	}
	#btnCorreo{
		right: 12%;
	}
	#frmCorreo{
		margin-left: -2.5%; 
	}

	/** FOOTER **/

	.footer{
		padding: 10%;
		padding-left: 15%;
	}
	.alertas{
		padding: 1%;
		top: -3%;
		left: 16.5%;
	}	
	.alertas2{
		bottom: 10%;
		left: 1%;
	}
}

@media (min-width: 960px) and (max-width: 1199px) {

	/** SECCION 5 **/

	#sombra-secc5{
		top: 25%;
	}
	/** SECCION 8 **/

	#img1-secc8{
		margin-left: 0%;
	}
	#derecha-secc8{
		padding-right: 0%;
	}
	#img2-secc8{
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	#texto-secc8{
		font-size: 1.5rem;
	}
	#sombra-secc8{
		max-width: 1100px;
		left: 0%;
	}

	/** SECCION 9 **/

	#frm-contacto{
		padding-left: 0%;
	}
	#btnEnviar{
		right: 5%;
	}
	#fmr-direcciones{
		padding: 10%;
	}
	#icon-contacto1{
		top: 40%;
	}
	#icon-contacto2{
		top: 51%;
	}
	#icon-contacto3{
		top: 63%;
	}
	#texto-detallecon1{
		padding-right: 0%;
	}
	#texto-detallecon2{
		padding-right: 0%;
	}
	#parten-final{
		padding: 10%;
		padding-left: 0%;
	}
	#btnCorreo{
		right: 12%;
	}
	#frmCorreo{
		margin-left: -2.5%; 
	}

	/** FOOTER **/

	.footer{
		padding: 10%;
		padding-left: 23%;
	}
	.alertas{
		top: -2%;
		left: 16.5%;
	}
	.alertas2{
		bottom: 15%;
		left: 0%;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {

	/** SECCION 3 **/

	#secc3{
		bottom: 6%;
	}

	/** SECCION 5 **/

	#sombra-secc5{
		top: 28.5%;
	}

	/** SECCION 8 **/

	#img1-secc8{
		margin-left: 20%;
	}
	#derecha-secc8{
		padding-right: 7%;
	}
	#texto-secc8{
		padding-right: 17%;
		padding-left: 15%;
	}

	/** SECCION 8 **/

	#sombra-secc8{
		left: 3%;
	}

	/** SECCION 9 **/

	#icon-contacto1{
		top: 35%;
	}
	#icon-contacto2{
		top: 56%;
	}
	#icon-contacto3{
		top: 72%;
	}
	#texto-detallecon1{
		padding-right: 25%;
	}
	#texto-detallecon2{
		padding-right: 42%;
	}
	#btnCorreo{
		right: 17%;
	}
}