@media handheld, only screen and (max-width: 667px) {
	.form-precertificacion{
		margin: 0 auto;
		padding: 25px 15px;
		.info-servicio{
			.info-right{
				width: 100%;
				margin-top: 10px;
			}
		}
		p{			
			padding: 30px  15px 0 15px;
			a{    word-break: break-word;}
		}
		
	}
	.bg-full-precertificacion{
		padding: 30px 15px;
	}
	.upload-1, .upload-2, .upload-3{
		max-width: 205px;
	}
	.upload-3{
		.uploadifive-button{
			padding: 7px 5px 7px 5px !important;
		}
	}
	.wrapper-precertificacion.info-top-precertificacion{
    	padding: 30px 20px 0 20px;
    	i{
    		margin: 0 auto;
		    float: none;
		    display: block;
    	}
    	p{
    		margin-left: 0;
    		text-align: center;
    	}
    	h4{
    		margin-bottom: 25px;
    	}
	}
	.pdr-form{
		padding-left: 15px !important;
	}
	.pdl-form{
		padding-right: 15px !important;
	}
	.form-precertificacion{
		.info-servicio h5{
			float: left;			
		}
	}


	.bg-banner-prensa2{
		min-height: 250px !important;

		h1{
			float: none !important;
		    margin: auto !important;
		    font-size: 35px !important;
		    text-align: center !important;
		    padding: 80px 0;
    		color: white !important;

		    strong{font-size: 46px !important; color: #0033a0;}
		}
	}

	.form-precertificacion{
		.g-recaptcha{
			//
		}
		.info-servicio {
			.content-services{
				&.services-add{
					.info-left{
						width: 40%;
					}
					.info-right{
						width: 50%;
    					margin-top: 0;
					}
					.remove-service a{
						height: 28px;
						line-height: 23px;
					}
				}
				.info-left{
					width: 100%;
				}
				.info-right{
					width: 100%;
					padding-left: 0px;
				}
				.add-more{
					width: 100%;
					a{
						border-radius: 20px;
					}
				}
			}

		}
	}
	
}