body{
	font-family: FuturaBook;
	background: url(../assets/alto_impacto/fondogeneral.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.captionAltoImpacto{
	font-size: 20px;
	font-weight: bolder;
	text-shadow: 2px 2px 3px black, 0 0 1em darkgray;
	margin-top: -2%;
}

.listAltoImpacto{
	font-size: 25px;
    font-weight: 500;
    width: 100%;
}

 .grid1AltoImpacto{
 	padding-left: 0;
 	padding-right: 0;
 	padding-top: 2%;
 	padding-bottom: 2%;
 }

 .grid2AltoImpacto{
	padding-left: 0;
 	padding-right: 0;
 	padding-top: 2%;
 	padding-bottom: 2%;	
 }

 .grid3AltoImpacto{
 	padding-left: 0;
 	padding-right: 0;
 	padding-top: 2%;
 	padding-bottom: 2%;
 }

 .grid4AltoImpacto{
 	padding-left: 0;
 	padding-right: 0;
 	padding-top: 2%;
 	padding-bottom: 2%;
 }

 .iconSeccion2{
 	position: absolute;
    z-index: 3;
    right: 10%;
    top: 15%;
    cursor: pointer;
    width: 15%;
 }

 .modalCardsProg{
	background-color: rgba(0,0,0,0.8) !important;
	color: white;
	border: none !important;
}

 /*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

	.iconSeccion2{
	 	width: 15%;
	 }
}

 /*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px){
	 .iconSeccion2{
	 	width: 15%;
	 }
	 

	 body{
		background-size: cover;
	}
	
	.bodyBeneficios{
	 font-size: 18px;
	 }
}