.pp-agreement {
    border: 1px solid lightgray;
    padding: 4px;
    box-shadow: 3px 3px 4px gray;
    margin-bottom: 10px;
}

.pp-agreement img {
    width: 52px;
    float: right;
    position: absolute;
}

.pp-agreement input[type="radio"] {
    margin-right: 0px;
    margin-top: 14px;
}

.pp-agreement-label {
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}

.pp-agreement-text {
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    line-break: anywhere;
}

.pp-agreement-text span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
    font-size: .9em;
}

.pp-paymentinfo-img {
    width: 200px;
    height: 116px;
    margin-top: -35px;
    margin-bottom: -20px;
}

.pp-remove-icon {
    float: right;
    height: 44px;
    cursor: pointer;
}

#paypal-button-container {
    z-index: 3;
    position: inherit;
}
@media(max-width: 1023px){
    #paypal-button-container {
        position: initial;
   }
}
/**ESTILO MODALES*/

.icon-close {
	width: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	margin: 0 auto;
	text-align: right;
}

.modal-protege {

        display: none;
        overflow: hidden;
        position: fixed;
        top: 20%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        padding-top: 100px;
        font-weight: normal;
        font-size: 1.2em;

	width: 710px;
	max-width: 90%;
	height: 500px;
	margin: 20px auto;
	background: url("/_ui/addons/paypaladdon/responsive/common/images/fondo-proteger-cuenta.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 10px;
}

.caja-informacion {
	width: 50%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.icon-protege {
	width: 80px;
	margin: 10px auto;
}

h2 {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	width: 90%;
}

.texto-protege {
	color: #fff;
	margin: 25px auto 10px;
	text-align: center;
	line-height: 1.2em;
	font-size: 12px;
	width: 90%;
}

.btn-protege {
	background-color: #00ddfa;
	width: 200px;
	margin: 20px auto 10px;
	border: none;
	padding: 10px 25px;
	color: #011a5c;
	font-weight: 800;
	border-radius: 12px;
}

.img-mobile {
	display: none;
}
/*----------------------estilos correo recibido*/

.modal-correo {

            display: none;
            overflow: hidden;
            position: fixed;
            top: 20%;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1050;
            -webkit-overflow-scrolling: touch;
            outline: 0;

            font-weight: normal;
    font-size: 1.2em;
	width: 710px;
	max-width: 90%;
	height: 500px;
	margin: 20px auto;
	background: url("/_ui/addons/paypaladdon/responsive/common/images/fondo-correo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #ececec;
	border-radius: 10px;
}

.icon-close-correo {
	width: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	margin: 0 auto;
	text-align: right;
}

.caja-informacion-correo {
	width: 50%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.icon-correo {
	width: 80px;
	margin: 10px auto 15px;
}

.img-mobile-correo {
	display: none;
}

.titulo-correo {
	color: #011a5c;
	margin: 0 auto;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	width: 90%;
}

.texto-correo {
	color: #011a5c;
	margin: 20px auto 0px;
	text-align: center;
	line-height: 1.2em;
	font-size: 13px;
	width: 90%;
	font-weight: 500;
}

.texto-correo-rojo {
	color: #E83845;
	margin: 20px auto 0px;
	text-align: center;
	line-height: 1.2em;
	font-size: 13px;
	width: 90%;
	font-weight: 500;
}

.btn-correo {
	background-color: #00ddfa;
	width: 200px;
	margin: 20px auto 10px;
	border: none;
	padding: 10px 25px;
	color: #011a5c;
	font-weight: 800;
	border-radius: 12px;
}

@media screen and (max-width: 600px) {

	h2 {
		font-size: 20px;
		width: 90%;
		line-height: 1.1em;
	}

	.titulo-correo {
		font-size: 20px;
		width: 90%;
		line-height: 1.1em;
	}

	.icon-protege {
		width: 65px;
		margin: 10px auto;
	}

	.icon-correo {
		width: 65px;
		margin: 10px auto 15px;
	}

}

@media screen and (max-width: 500px) {

	.modal-protege {
		width: 550px;
		top: 14%;
		max-width: 90%;
		height: auto;
		margin: 20px auto;
		background-color: #00145D !important;
		background: none;
		position: fixed;
		align-items: center;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.caja-informacion {
		width: 90%;
		margin: 20px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.img-mobile {
		width: 100%;
		margin: 0 auto;
		display: block;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.icon-protege {
		width: 65px;
		margin: 10px auto;
	}

	.modal-correo {
		width: 550px;
		top: 10%;
		max-width: 90%;
		height: auto;
		margin: 20px auto;
		border: 1px solid #ececec;
		background-color: #fff !important;
		background: none;
		position: fixed;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.caja-informacion-correo {
		width: 90%;
		margin: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.icon-correo {
		width: 65px;
		margin: 10px auto;
	}

	.img-mobile-correo {
		width: 100%;
		margin: 0 auto;
		display: block;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
}
