#banner-pay .section-title

/*-----------------------------------
    1. PLANES
-----------------------------------*/



#planes {
/*	background-color: red;*/

}

#planes h2 {
/*	margin-top: 100px;*/
	font-family: 'PulsoLight';
	font-size: 16px;
	color: #9d9d9d;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 8px;
}

	
	#planes h3 { 
	font-size: 55px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	}
	
	
	#planes h3 span { 
	
		font-family: 'PulsoRegular';
		color: #000000;
	}
	


	#planes p span {
		font-size: 11px;
		top: 20px;
		text-transform: uppercase;
		position: relative;
		color: #c5c5c5;
	}



#planes .precio {
/*	background-color: red;*/
	font-family: 'PulsoLight';
	margin-bottom: 40px;
	
}

#planes .precio p{
	text-align: left;
	font-size: 14px;
	margin-left: 40px;
	color: #858585;
/*	text-transform: uppercase;*/
	letter-spacing: 2px;
}


#planes .precio .grande {
	font-size: 60px;
	color: #000000;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
	margin-bottom: 20px;
}

#planes .precio .grande small {
	font-size: 26px;
	letter-spacing: 1px;
}

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




#planes h2 {
	margin-top: 0px;
	font-family: 'PulsoLight';
	font-size: 12px;
	color: #9d9d9d;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 4px;
}


#planes h3 {
font-size: 35px;
font-weight: 200;
line-height: 1.2em;
text-transform: none;
font-family: 'PulsoLight';
letter-spacing: 5px;
}

#planes .precio li{
	margin-bottom: 20px;
	width: 90%;
}



}
/*-----------------------------------
    2. OFERTA EQUIPOS
-----------------------------------*/

#oferta-equipos {
background-color: #2d94f4;
	
}

/*#oferta-equipos {
	background: url(../img/background/test.jpg) 0 0 repeat;
	background-size: cover;
}


#oferta-equipos::before{
	background-color: rgba(0, 0, 0, 0.37);
	 content: '';
	 display: block;
	 height: 200%;
	 position: absolute;
	 width: 202%;
	
	 
	
	background: -webkit-linear-gradient(left, #1eb5e1 0%, #328cf9 100%);
	background: linear-gradient(to right, #1eb5e1 0%, #328cf9 100%);	
	background-color: #1eb5e1;
	opacity: 0.84;
}
*/


#oferta-equipos h2{
	color: #ffffff;
	font-family: 'PulsoLight';
	font-size: 60px;
	font-weight: 200;
	line-height: 1.1em;
	text-transform: none;
}


#oferta-equipos h3{
	color: #ffffff;
	font-family: 'PulsoLight';
	font-size: 18px;
	font-weight: 200;
	text-transform: none;
}




	

#oferta-equipos .section-title {
}


#oferta-equipos .section-title h2 {
	
	padding-top: 100px;
	width: 50%;
	text-align: left;

}


#oferta-equipos .section-title h2 span {
	font-family: PulsoRegular;
}

#oferta-equipos .section-title .btn-light{
	float: right;
	position: relative;
	top: 200px;
	background: #fff;
	color: #2d94f4;
	border: 2px solid #fff;
}



#oferta-equipos .section-title .btn-light:hover {
	background-color: transparent;
	border: 2px solid #d3e7fa;
	color: #fff;
}

#oferta-equipos .section-title h3 {
text-align: left;
/*margin-bottom: 150px;*/
}

#oferta-equipos .home-equipos-block {
	margin-bottom: 10px;
	text-align: left;
	background-color: #fff!important;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	/*min-height: 350px;*/
}


#oferta-equipos .home-equipos-content {
	margin-top: 30px;
}

#oferta-equipos .home-equipos-img img {
max-width: none;
width: 160%;
	position: relative;
	left: 13%;
	float: right;
		
/*
width: -webkit-calc(149px + 20px);
width: calc(149px + 20px);
*/
opacity: 1;

-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;

-webkit-transform: translate3d(0px,0,0) scale(1.03);
transform: translate3d(0px,0,0) scale(1.03);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;


}

#oferta-equipos .home-equipos-img img:hover {
/*opacity: 0.7;*/
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}


#oferta-equipos .home-equipos-price-content{
	background-color: #fff;
/*	background-image: -webkit-linear-gradient(67deg, #dad91a 0%, #f0a401 100%);
	background-image: linear-gradient(23deg, #dad91a 0%, #f0a401 100%);*/
/*
	padding: 30px;
	margin-bottom: 30px;
	padding-top: 60px;
*/

}


#oferta-equipos .home-equipos-content p{
	/*font: 300 15px 'Platform', sans-serif;
	padding: 3px 8px 3px 8px;
	float: left;
	display: inline-block;
	margin: 0 0 20px;
	background-color: rgba(191, 1, 172, 0.76);
	color: #fefffe;
	text-transform: uppercase;
	position: relative;
	top: 5px;*/
	
	
/*	font: 300 15px 'Platform', sans-serif;*/
	font: 300 15px 'PulsoLight', sans-serif;
	padding: 3px 8px 3px 8px;
/*	float: left;*/
	display: inline;
	margin: 0 0 20px;
color: #fefffe;
	text-transform: uppercase;
	position: relative;
	/*top: -25px;*/
background-color: #14b9fc;
}



#oferta-equipos .home-equipos-content h3{
	color: #000 !important;
	letter-spacing: 4px;
	font-family: 'PulsoLight';
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 200;
	text-transform: none!important;
	line-height: 1.1em;
}

#oferta-equipos .home-equipos-content h4{
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #14b9fc;
	padding: 10px ;
	display: inline-block;
/*	border-radius: 50px;*/
	
}

#oferta-equipos .home-equipos-content h4 small{

font-size: 14px;
letter-spacing: 1px;
text-transform: none;
color: #fff;

}

#oferta-equipos .home-equipos-content h5{
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2em;
	color: #676767;
	text-transform: none;
}

#oferta-equipos .home-equipos-content h6{
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2em;
	color: #676767;
}


/* ####### AJUSTES PARA TABLETS CON PANTALLA GRANDE -- */
@media only screen and (max-width:1200px) {


#oferta-equipos h2{
	color: #ffffff;
	font-family: 'PulsoLight';
	font-size: 42px;
	font-weight: 200;
	line-height: 1.1em;
	text-transform: none;
}


#oferta-equipos h3{
	color: #ffffff;
	font-family: 'PulsoLight';
	font-size: 18px;
	font-weight: 200;
	text-transform: none;
}

#oferta-equipos .home-equipos-content h3{
	color: #000 !important;
	letter-spacing: 4px;
	font-family: 'PulsoLight';
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 200;
	text-transform: none!important;
	line-height: 1.1em;
}


#oferta-equipos .home-equipos-content h5 {
font-weight: 300;
font-size: 9px;
line-height: 1.2em;
color: #676767;
}

#oferta-equipos .home-equipos-content {
margin-top: 17px;
}


#oferta-equipos .home-equipos-content h4 {
font-size: 18px;
letter-spacing: 0px;
color: #fff;
background-color: #14b9fc;
padding: 5px;
display: inline-block;
/* border-radius: 50px; */
}

#oferta-equipos .home-equipos-content h4 small {
font-size: 8px;
letter-spacing: 1px;
text-transform: lowercase;
color: #fff;
}


}


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


	
	
#oferta-equipos .section-title .btn-light{
	float: left;
	position: relative;
	top: 40px;
	background-color: transparent;
	color: #2d94f4;
	text-align: center;
}

#oferta-equipos .home-equipos-content {
margin-top: 30px;
/*margin-bottom: 80px;*/
}


#oferta-equipos h2 {
color: #ffffff;
font-family: 'PulsoLight';
font-size: 35px;
text-align: center;
font-weight: 200;
line-height: 1.1em;
text-transform: none;
width: 100% !important;

}

#oferta-equipos .home-equipos-price-content h3 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 28px;
/*	text-align: center;*/
	line-height: 1.2em;
	letter-spacing: 1px;
}



#oferta-equipos .home-equipos-content h4 {
font-size: 20px;
letter-spacing: 2px;
color: #ffffff;
padding: 4px 5px;
margin: 0;
}

#oferta-equipos .home-equipos-content h4 small{
	font-size: 12px;
}

#oferta-equipos .home-equipos-content h5 {
font-weight: 300;
font-size: 14px;
text-align: left;
line-height: 1.2em;
margin-bottom: 0;
margin-top: 10px;
}


#oferta-equipos .home-equipos-content p {
font: 300 15px 'PulsoLight', sans-serif;
padding: 3px 8px 3px 8px;
float: none;
display: block !important;
/*margin-block-end: 48 0 20px !important;*/
background-color: rgba(191, 1, 172, 0.76);
color: #fefffe;
text-transform: uppercase;
position: relative;
top: 4px;
margin: 0 0 20px;

}


#oferta-equipos .home-equipos-price-content {
	/* background-color: #f7cb2e; */
	/*background-image: -webkit-linear-gradient(67deg, #dad91a 0%, #f0a401 100%);
	background-image: linear-gradient(23deg, #dad91a 0%, #f0a401 100%);*/
	padding: 10px;
/*	margin-bottom: 20px;*/
	padding-top: 20px;
	background-color: #ffffff;
	background-image: none;
	text-align: left!important;

	}

	
#oferta-equipos .home-equipos-img img {
	max-width: none;
	width: 110%;
	position: relative;
	left: 13%;
	float: right;
		
/*
width: -webkit-calc(149px + 20px);
width: calc(149px + 20px);
*/
opacity: 1;

-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;

-webkit-transform: translate3d(0px,0,0) scale(1.03);
transform: translate3d(0px,0,0) scale(1.03);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;


}	
	
}



/*-----------------------------------
    1. OFERTA EQUIPOS MOBILE
-----------------------------------*/

#oferta-equipos .home-equipos-block-mobile {
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	padding-top: 30px;
	/*min-height: 365px;*/
	
		
}
 

#oferta-equipos .home-equipos-block-mobile .home-equipos-content {
	margin-top: 0px;
	margin-bottom: 60px!important;
}

#oferta-equipos .home-equipos-block-mobile img {
	max-width: none;
/*	width: 120px !important;*/
	float: left;
	padding-right: 20px;
	z-index: 10000000;
	

	

}


#oferta-equipos .home-equipos-block-mobile .home-equipos-img img:hover {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}


#oferta-equipos .home-equipos-block-mobile .home-equipos-price-content{
	
/*	background-image: -webkit-linear-gradient(67deg, #dad91a 0%, #f0a401 100%);
	background-image: linear-gradient(23deg, #dad91a 0%, #f0a401 100%);*/
	padding: 0;
	margin-bottom: 30px;
	padding-top: 0px;
/*	background-color: gray;*/
	background-color: transparent;
	
	

}


#oferta-equipos .home-equipos-content p{
	/*font: 300 15px 'Platform', sans-serif;
	padding: 3px 8px 3px 8px;
	float: left;
	display: inline-block;
	margin: 0 0 20px;
	background-color: rgba(191, 1, 172, 0.76);
	color: #fefffe;
	text-transform: uppercase;
	position: relative;
	top: 5px;*/
	
	
	font: 300 15px 'PulsoLight', sans-serif;
	padding: 3px 8px 3px 8px;
/*	float: left;*/
	display: inline;
	margin: 0 0 20px;
color: #fefffe;
	text-transform: uppercase;
	position: relative;
	/*top: -25px;*/
background-color: #14b9fc;
}



#oferta-equipos .home-equipos-block-mobile .home-equipos-content h3{
	color: #000 !important;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'PulsoLight';
	text-align: left;
	line-height: 1.1em!important;
	font-size: 1.8em;
	margin-top: 20px
}

#oferta-equipos .home-equipos-block-mobile  .home-equipos-content h4{
	font-size: 2.8rem;
	letter-spacing: 1px;
	color: #fff;
	background-color: #14b9fc;
	padding: 10px 20px;
	display: block;
		text-align: left;
/*	border-radius: 50px;*/
	
}

#oferta-equipos .home-equipos-block-mobile .home-equipos-content h4 small{

font-size: 1.4rem;
letter-spacing: 2px;
text-transform: lowercase;
color: #fff;
text-align: left;

}

#oferta-equipos .home-equipos-block-mobile .home-equipos-content h5{
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2em;
	color: #676767;
		text-align: left;
}

#oferta-equipos .home-equipos-block-mobile .home-equipos-content h6{
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2em;
	color: #676767;
		text-align: left;
}



/*-----------------------------------
    1. INTERNET
-----------------------------------*/

#internet {
/*	background-color: red;*/

}

#internet h2 {
/*	margin-top: 100px;*/
	font-family: 'PulsoLight';
	font-size: 16px;
	color: #9d9d9d;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 8px;
}

	
#internet h3 { 
	font-size: 55px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	}

#internet h3 span{ 

	font-family: 'PulsoRegular';
	color: #000;

}	


#internet p span {
		font-size: 11px;
		top: 20px;
		text-transform: uppercase;
		position: relative;
		color: #c5c5c5;
	}



#internet .precio {
/*	background-color: red;*/
	font-family: 'PulsoLight';
	margin-bottom: 40px;
	
}

#internet .precio p{
	text-align: left;
font-size: 14px;
margin-left: 40px;
color: #858585;
/* text-transform: uppercase; */
letter-spacing: 2px;
	
}


#internet .precio .grande {
	font-size: 60px;
	color: #000000;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
}

#internet .precio .grande small {
	font-size: 26px;
	letter-spacing: 1px;
}

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


#internet h2 {
	margin-top: 0px;
	font-family: 'PulsoLight';
	font-size: 14px;
	color: #9d9d9d;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: 4px;
}


#internet h3 {
font-size: 35px;
font-weight: 200;
line-height: 1.2em;
text-transform: none;
font-family: 'PulsoLight';
letter-spacing: 5px;
}


}

/*-----------------------------------
    3. DESCARGA APPS
-----------------------------------*/


#descarga-apps {
/*	background-color: #7878c9;*/
	
}

#descarga-apps .section-title h2{
	line-height: 1.2em;
	text-transform: none;
}

#descarga-apps .block {
	/* border: 1px solid #ededed; */
	padding: 10px;
	margin-bottom: 30px;
	box-shadow: 0px 7px 7px -2px rgba(163,163,163,0.32);
	-webkit-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	top: 0;
	position: relative;
/*	padding-top: 25px;*/
/*	padding-bottom: 25px;*/

}


#descarga-apps .block:hover {
	

top: -5px;
-webkit-box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);

} 

#descarga-apps .block h3 {
	margin-top: 20px;
	font: 22px 'PulsoRegular';
	text-align: center;
	color: #676767;
}



#descarga-apps .block p {
		font-size: 1em ;
		line-height: 1.3em;
}

#descarga-apps .block p span {

	font-weight: 600;
	color: #000;
}

#descarga-apps .block-header {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
	position: relative;
}

#descarga-apps .block-price {
	padding-right: 0px;
	position: absolute;
	bottom: 8px;
	right: 0;
	font-size: 30px;
	color: #1eb5e1;
}

#descarga-apps .block-content {
	
}

#descarga-apps .block-content ul {
	margin-bottom: 40px;
}

#descarga-apps .block-content ul li {
	margin-left: 25px;
	line-height: 38px;
}



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

#descarga-apps .section-title h2 {
	line-height: 1.3em;
	font-size: 17px;
	font-family: 'PulsoRegular';
}
}



/*-----------------------------------
    4. HOGAR
-----------------------------------*/


#hogar {
	background-color: #18a0c5;
	
}




#hogar .precio {
/*	background-color: red;*/
	font-family: 'PulsoLight';
	margin-bottom: 40px;
	
}

#hogar .precio p{
	text-align: left;
font-size: 14px;
margin-left: 40px;
color: #858585;
/* text-transform: uppercase; */
letter-spacing: 2px;
}


#hogar .precio .grande {
	font-size: 60px;
	color: #fcda2b;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
}

#hogar .precio .grande small {
	font-size: 26px;
	letter-spacing: 1px;
}



#hogar h2 {
	margin-top: 100px;
	font: 16px 'PulsoLight';
	color: #ffffff;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 8px;
}


#hogar h3 { 
	font-size: 65px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;	
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	color: #fcdb2b;
}	
	
	
	#hogar p,span {
		color: #ffffff;
	}
	
	
	#hogar p span {
		font-size: 11px;
		top: 20px;
		text-transform: uppercase;
		position: relative;
	}



/*-----------------------------------
    4. FLOW
-----------------------------------*/


#flow {
	background-color: #18a0c5;
	
}


#flow .no-negative-padding {
	margin-right: 0px !important;
	margin-left: 0px !important;
}


#flow .precio {
/*	background-color: red;*/
	font-family: 'PulsoLight';
	margin-bottom: 40px;
	
}

#flow .precio small {
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 13px;
	
}

#flow .precio small span {
	font-family: 'PulsoRegular';
}


#flow .precio p{
	text-align: left;
font-size: 14px;
margin-left: 40px;
color: #fff;
/* text-transform: uppercase; */
letter-spacing: 2px;
}


#flow .precio .grande {
	font-size: 60px;
	color: #fcda2b;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
}

#flow .precio .grande small {
	font-size: 26px;
	letter-spacing: 1px;
}



#flow h2 {
	margin-top: 70px;
	font: 16px 'PulsoLight';
	color: #ffffff;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 8px;
}


#flow h3 { 
	font-size: 55px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;	
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	color: #fcdb2b;
}	

#flow h3 span{
	color: #fcdb2b;
	font-family: 'PulsoRegular';
} 
	
	
#flow p,span {
		color: #ffffff;
	}
	
	
#flow p span {
		/*font-size: 11px;
		top: 20px;*/
/*		text-transform: uppercase;*/
		font-weight: 800;
		/*position: relative;*/
	}
	
	
	
#flow .icon-service {
	display: flex;
/*	background-color: red;*/
	margin-bottom: 40px;
	
}	


#flow .icon-service ul li{
	width: 110px;
	float: left;
	padding: 15px;
	
	margin: 0;
	
	
}


#flow .icon-service ul li img{
	
}


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


#flow .pd-no-container{
	padding: 40px;
	
}


#flow h3 { 

	font-size: 35px;
	line-height: 1.2em;

}

#flow h2 {
	font-size: 14px;
	letter-spacing: 4px;
	margin-top: 10px;
}




#flow .icon-service {
	display: flex;
/*	background-color: red;*/
	margin-bottom: 20px;
	
}	

#flow .icon-service ul li{
	width: 60px;
	float: left;
	padding: 10px;
	margin: 0;
	
	
}


#flow .icon-service ul li img{
	
}

}




/*#hogar h2 {
	margin-top: 100px;
	font-family: PulsoLight;
	font-size: 22px;
	color: #9d9d9d;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#hogar h3 { 
	font-size: 55px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;	
	font-family: PulsoLight;
	letter-spacing: 5px;
}	
	
	#hogar p span {
		font-size: 11px;
		top: 20px;
		text-transform: uppercase;
		position: relative;
		color: #a7a7a7;
	}
*/




/*-----------------------------------
    5. BLOG RESUMEN
-----------------------------------*/


#blog-resumen {
/*	background-color: purple;*/
}


#blog-resumen .section-title h2{
	

/*font-size: 15px;*/
font-weight: 200;
line-height: 1.2em;
text-transform: lowercase;
	font-family: 'PulsoLight';
letter-spacing: 2px;

	
}


#blog-resumen .section-title h2 span{
	
	font-family: 'PulsoRegular';
	color: #000
}

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

#blog-resumen .section-title h2{
	

line-height: 1.3em;
font-size: 17px;
font-family: 'PulsoLight';



}
}




/*-----------------------------------
   65. RSE RESMNE
-----------------------------------*/


#res-resumen {
	background-color: yellow;
	
}




/*-----------------------------------
    6. FOOTER
-----------------------------------*/


#footer {
/*	background-color: yellow;*/
}

/*-----------------------------------
   7. FACTURA ELECTRONICA
-----------------------------------*/

#factura-electronica h2{
	color: #fff;
	font: 40px 'PulsoLight';
	text-transform: none;
	line-height: 1.2em;
	padding-bottom: 40px;
	
}



#factura-electronica h2 span{
	font-family: 'PulsoRegular';
}


#factura-electronica h3{
	color: #000000;
	font-family: 'PulsoLight';
	text-transform: none;
	line-height: 1.2em;
	padding: 40px;
}



#factura-electronica h3 span{
	font-family: 'PulsoRegular';
	color: #000000;
}


#factura-electronica h4{
	color: #fff;
	font-family: 'PulsoLight';
	text-transform: none;
	line-height: 1.2em;
	padding: 40px;
	font-size: 20px;
}



#factura-electronica h4 span{
	font-family: 'PulsoRegular';
	color: #fff;
}

/*-----------------------------------
   8. BANENRS PORTABILIDAD
-----------------------------------*/

#banner-portabilidad .section-title{
	
	text-align: right;
	
}


#banner-portabilidad .section-title h2 {
	line-height: 1.1em;
	text-transform: none;
	font-family: 'PulsoLight';
	font-size: 50px;
	color: #fff;
	padding-top: 120px;
}

#banner-portabilidad .section-title h2 span {
	font-family: 'PulsoRegular';
}




#banner-portabilidad .section-title h6 {
	line-height: 1.1em;
	text-transform: none;
	font-family: 'PulsoLight';
	font-size: 28px;
	color: #fff;
	width: 75%;
	float: right
}

#banner-portabilidad h6 span {
	font-family: 'PulsoRegular';
}



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

	
	#banner-portabilidad .section-title{
	
	text-align: center;
	
}


	#banner-portabilidad .section-title h2 {
		line-height: 1.1em;
		text-transform: none;
		font-family: 'PulsoRegular';
		font-size: 35px;
	}

	#banner-portabilidad .section-title h6 {
		font-size: 1.5em;
		line-height: 1.2em;
		text-transform: none;
		font-family: 'PulsoLight';

		color: #fff;
		width: 99%;
		float: auto;
	}
	

	
}



/*-----------------------------------
   9. BANENRS PERSONAL PAY
-----------------------------------*/

#banner-pay .section-title{
	
	text-align: right;
	
}

#banner-pay .section-title img{
	
	width: 80%;
	
}


#banner-pay .section-title img.logo-pay{
	margin-top: 100px;
/*	background-color: red;*/

}

#banner-pay .section-title h2 {
	line-height: 1.3em;
	text-transform: none;
	font-family: 'PulsoLight';
	font-size: 40px;
	color: #fff;
	padding-top: 120px;
}

#banner-pay .section-title h2 small{
	color: #fff;
	display: block;
	font-size: 25px;
}



#banner-pay .section-title h2 span {
	font-family: 'PulsoRegular';
	font-size: 65px;
}


#banner-pay .section-title h3 {
	line-height: 1.1em;
	text-transform: none;
	font-family: 'PulsoRegular';
	font-size: 40px;
	color: #fff;
	display: inline-block;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	padding-top: 15px;
	padding-bottom: 15px

	
}

#banner-pay .section-title h3 span {
	font-family: 'PulsoRegular';
}



#banner-pay .section-title h6 {
	/*line-height: 1.2em;*/
	line-height: 1.5em;
	text-transform: none;
	font-family: 'Roboto';

/*	font-family: 'PulsoLight';*/
	/*font-size: 20px;*/
	font-size: 15px;

	color: #fff;
/*	width: 85%;*/
/*	width: 65%;*/

/*	text-align: right;*/
/*		float: right*/
}

#banner-pay h6 span {
	font-family: 'PulsoRegular';
}



@media only screen and (max-width:768px) {
	
	#banner-pay .section-title img.logo-pay{
		margin-top: 30px;
	/*	background-color: red;*/

	}
	
	#banner-pay .section-title{
		text-align: center;
		margin-bottom: 0;
	}



	#banner-pay .section-title h2 {
		line-height: 1.1em;
		text-transform: none;
		font-family: 'PulsoLight';
		font-size: 30px;
		margin-bottom: 40px;
		padding-top: 40px;
	}
	
	
#banner-pay .section-title h2 span {
	font-family: 'PulsoRegular';
	font-size: 52px;
}

	
	#banner-pay .section-title h3 {
	line-height: 1.1em;
	text-transform: none;
	font-family: 'PulsoRegular';
	font-size: 13px;
		border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;


	
}


	#banner-pay .section-title h6 {
		font-size: 1.2em;
		line-height: 1.3em;
		text-transform: none;
/*		font-family: 'PulsoLight';*/
	font-family: 'Roboto';
	font-weight: 300;

		margin-top: 20px;
		color: #fff;
/*		width: 99%;*/
		float: auto;
	}
	
	
	

	
}


/* ####### AJUSTES PARA TABLETS CON PANTALLA GRANDE -- */
@media only screen and (max-width:1200px) {



	#banner-portabilidad .section-title{
	
	text-align: center;
	
}


	#banner-portabilidad .section-title h2 {
		line-height: 1.1em;
		text-transform: none;
		font-family: 'PulsoRegular';
		font-size: 35px;
	}

	#banner-portabilidad .section-title h6 {
		font-size: 1.5em;
		line-height: 1.2em;
		text-transform: none;
		font-family: 'PulsoLight';

		color: #fff;
		width: 99%;
		float: auto;
	}


}


/* ####### AJUSTES PARA TELEFONOS CON PANTALLA CHICA -- */

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

	
	
	#internet h3 {
	font-size: 28px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	}
	
	#internet .precio .grande {
	font-size: 45px;
	color: #000000;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
}



	
	
	#flow h3 {
	font-size: 28px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	color: #fcdb2b;
	}
	
	#flow .precio .grande {
	font-size: 45px;
	color: #fcda2b;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
}
	
	
	#planes h3 {
	font-size: 28px;
	font-weight: 200;
	line-height: 1.2em;
	text-transform: none;
	font-family: 'PulsoLight';
	letter-spacing: 5px;
	}
	
	#planes .precio .grande {
	font-size: 45px;
	color: #000000;
	margin-top: -10px;
	letter-spacing: -1px;
	font-weight: 200;
	margin-bottom: 20px;
}



	
	#oferta-equipos h2 {
	color: #fff;
	font-family: 'PulsoLight';
	font-size: 28px;
	text-align: center;
	font-weight: 200;
	line-height: 1.1em;
	text-transform: none;
	width: 100% !important;

	}





}


.none {
	display: none!important;
	
}

.btn100 {
	width: 100%;
}