@media screen and (min-width: 1900px){

	/** SECCION 1 **/

	#flecha-ppizq1{
		bottom: 50%;
	}
	#flecha-ppder1{
		bottom: 50%;
	}
	#titulo-principal{
		font-size: 5rem;
	}
	#subt-principal{
		font-size: 2.5rem;
	}

	/**SECCION 2**/

	#titulo-s2{
		padding: 5%;
		padding-left: 5%;
		padding-right: 5%;
	}
	#subt-s2{
		padding-left: 23%;
		padding-right: 23%;
	}

	/** SECCION 3 **/

	.seccion3{
	    max-height: 550px;
	}

	/** SECCION 4 **/

	#marca-secc4{
		margin-left: 30%;
		margin-right: 30%;
	}

	/** SECCION 5 **/

	#texto-cajas1{
		padding-right: 12%;
		padding-left: 12%;
	}
	#texto-cajas2{
		padding-right: 12%;
		padding-left: 12%;
	}
	#sombra-secc5{
		top: 33.5%;
	}

	/** SECCION 6 **/

	#texto2-secc6{
		padding-left: 25%;
		padding-right: 25%;
	}
	.cuadros-pp{
		padding: 3%;
	}

	/** SECCION 7 **/

	.seccion7{
	    height: 40%;
	}

	/** SECCION 8 **/

	#img1-secc8{
		margin-left: 45%;
	}
	#img2-secc8{
		margin-left: 10%;	
	}
	#derecha-secc8{
		padding-right: 25%;
	}
	#sombra-secc8{
		max-width: 1500px;
		left: 11%;
	}

	/** SECCION 9 **/

	#parten-final{
		padding: 5%;
		padding-left: 12%;
	}
	#texto-final1{
		text-align: left;
		color: #303F9F;
		font-family: kelson-negrita;
	}
	#texto-final2{
		text-align: left;
		color: #2196F3;
	}
	#icon-contacto1{
		left: 3%;
		top: 36%;
	}
	#icon-contacto2{
		left: 3%;
		top: 53%;
	}
	#icon-contacto3{
		left: 3%;
		top: 67%;
	}
	#btnCorreo{
		right: 22%;
	}
	#texto-detallecon1{
		padding-right: 40%;
	}

	/** FOOTER **/

	.footer{
		width: 100%;
		padding: 5%;
		padding-left: 15%;
		background: linear-gradient( to left, #1976D2, #03A9F4);
	}
	.alertas{
		top: 10%;
		left: 30%;
	}
	.alertas2{
		bottom: 10%;
		left: 11.6%;
	}

}