.mensaje{
    text-align: center;
    line-height: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mensaje h4{
	letter-spacing: 3px;
    font-weight: 600;
    line-height: 0px;
    margin-bottom: 32px;
    font-size: 1.2rem;
}
.mensaje p{
	color: #158664;
    font-size: 0.9rem;
    position: relative;
}
.mensaje p:before{
    content: '';
    position: absolute;
    height: 1.3px;
    background: #178665;
    width: 14%;
    left: 13%;
    top: 35%;
}
.mensaje p:after{
    content: '';
    position: absolute;
    height: 1.3px;
    background: #178665;
    width: 14%;
    right: 13%;
    top: 35%;
}
.mensaje span{
	font-size: 0.6rem;
    letter-spacing: 2px;
}
#status-message{
	font-size: 1rem;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
}
.salto{
	width: 100%; 
	height:25px;
} 
	/**
* The CSS shown here will not be introduced in the Quickstart guide, but
* shows how you can use CSS to style your Element's container.
*/
input::-webkit-input-placeholder {
  line-height: 12px;/* Centrado vertical */
}

#card-element {
	margin-left: 15px;
	margin-top: 25px;
}

.StripeElement {
    
    padding: 0px 5px;
    color: #32325d;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 35px;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}

input[type="radio"] { 
	height: 40px;
	width: 20px;
	
}

#installment-plan-form{
	width: 100%;
	float: left;
}

#installment-plan-form label {
	float: left;
    padding: 10px;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    color: #003f6d;
    margin-top: 0px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-left: 2px solid #7AB62B;
    margin-right: 5px;
}
 
input:focus,
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

 
 #loader,#loaderconfirm{
 	display:none;
 	width: 115px;
 }
 
#status-error{
	color:red;
}
   
 ::-webkit-input-placeholder {
	font: 14px/1.8 'Roboto', sans-serif;
	color: #999;
}
:-moz-placeholder {
	font: 14px/1.8 'Roboto', sans-serif;
	color: #999; 
}
::-moz-placeholder {
	font: 14px/1.8 'Roboto', sans-serif;
	color: #999; 
}
:-ms-input-placeholder {  
	font: 14px/1.8 'Roboto', sans-serif;
	color: #999; 
}

#immediate-plan,
#mes0,
#mes1,
#mes2,
#mes3{
	float: left;
    height: 20px;
    margin-right: 7px;    
    margin-bottom: 0px;
    -webkit-appearance: radio;
    appearance: radio;
    margin-top: -3px;
} 

.erroremail {
	border:1px solid red;
}



@media screen and (max-width: 768px){
	.contenedor {
		width: 90% !important;
		border: 1px solid #ccc;
		padding: 15px;
		margin: auto;
		height: auto;
	}
	.salto{
		width: 100%; 
		
	}
	.mensaje p{
	color: #158664;
    font-size: 0.7rem;
    position: relative;
}
	
	
	
	.mensaje p:before {
    content: '';
    position: absolute;
    height: 1.3px;
    background: #178665;
    width: 12%;
    left: 5%;
    top: 35%;
}

.mensaje p:after {
    content: '';
    position: absolute;
    height: 1.3px;
    background: #178665;
    width: 12%;
    right: 5%;
    top: 35%;
}
.mensaje h4{
	letter-spacing: 2px;
    font-weight: 600;
    line-height: 0px;
    margin-bottom: 32px;
    font-size: 1rem;
}
.mensaje p{
	color: #158664;
    font-size: 0.8rem;
    position: relative;
}
.mensaje span{
	font-size: 0.5rem;
    letter-spacing: 1px;
}

#status-message{
	font-size: .8rem;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
}


}
	 
 
