h3{
	font-family: 'Baloo';
	color: #f77414;
	font-size: 50px;
}
.esquina{
	position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 300px;
    z-index: 9;
}
.con_padding{
    padding: 50px;
    text-align: center;
}
.json-data{
  font-weight: bold;
  font-size: 18px;
}
.text_message{
  text-align: center;
}
.main_text{
  text-align: center;

}
.main_text .align_text{
  display: inline;
}
.usuario_text_main{
  vertical-align: middle;
}
.image_main_logo{
  width: 300px;
  margin-top: -20px;
}
.orange_enjoy{
  font-family: 'Baloo';
  color: #f77414;
  font-size: 25px;
  /*font-weight: 700;*/
  margin: 30px 0;
}
/*.container{
	margin-top: 100px;
}*/
.parrafo{
	font-size: 20px;
}
.columnas{
	font-size: 23px;
	font-weight: 500;
}
.bright{
	border-right: solid 4px #E85312;
	text-align: center;
}
.alto{
	height: 105px !important;
	margin-top: 25px;
}
.imgUltra{
	margin-left: 35%;
}
div.clear
{
    clear: both;
}

div.product-chooser{
    
}

div.product-chooser.disabled div.product-chooser-item
{
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
}

div.product-chooser div.product-chooser-item{
    padding: 0px;
    /*border-radius: 6px;*/
    cursor: pointer;
    position: relative;
    /*border: 4px solid #efefef;*/
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10x;
    background-image: url(../img/tick_unselec.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 25px;
    width: 330px;
}

div.product-chooser div.product-chooser-item.selected{
    border: 8px solid #512698;
    background: #ffffff;
    padding: 11px !important;
    filter: alpha(opacity=100);
    opacity: 1;
    background-image: url(../img/tick.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 25px;
    width: 350px;
}
.sel_gigas{
    width: 100%;
    margin-bottom: 60px;
    margin-top: 30px;
}
.orange_text{
    font-family: 'Baloo';
    color: #f77414;
}
.purple_text{
    font-family: 'Baloo';
    color: #350e7d;
}
.atencion_correo{
  color: #350e7d;
  font-size: 18px;
}
.pagina_dir{
  color: #f77414;
  font-size: 30px;
  font-family: 'Baloo';
}
.btn_continuar{
    background: #792ff7;
    margin-right: 80px;
    margin-top: 15px;
}
.infamous-continue-button{
    background: #792ff7;
}
.recarga_op{
    width: 350px;
}
    
div.product-chooser div.product-chooser-item img{
    height: auto;
   /* width: 200px;*/
}

div.product-chooser div.product-chooser-item span.title{
    display: block;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 12px;
}

div.product-chooser div.product-chooser-item span.description{
    font-size: 12px;
}

div.product-chooser div.product-chooser-item input{
    position: absolute;
    left: 0;
    top: 0;
    visibility:hidden;
}
div.product-chooser div.product-chooser-item img{
    height: auto;
}


@media only screen and (max-width:375px) {
	.esquina{
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 200px;
	    height: 200px;
	}
    .bright{
    	border-right: solid 1px white;
		text-align: center;
	}
	.columnas{
		font-size: 23px;
		font-weight: 500;
		text-align: center;
	}
	.imgUltra{
		margin-left: 0px;
	}
}

/*Paypal styles*/
#loader-layer {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    padding:0;
    margin:0;
    top:0;
    left:0;
    z-index: 100;
    display: none;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}
.container_compra{
    margin-top: 50px;
    z-index: 99;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*Paypal styles end*/