
/*-----------------------------------
    1. TOP TITULAR
-----------------------------------*/


.intro-top-gen .header-back .headline {
	background-color: #2c2c2c;
	opacity: 0.91;
	padding: 30px;
}

.intro-top-gen .header-back .headline h1{
	color: #ffffff;
	font-family: PulsoLight;
	/*font-size: 50px;*/
	font-size: 2.7em;
/*	font-size: 8.5vw;*/
	text-transform: none;
	letter-spacing: 2px;
/*	text-shadow: 2px 2px 4px #000000;*/


}


.intro-top-gen .header-back .headline  h2{
	color: #ffffff;
	font-size: 1.6em;
	line-height: 1.2em;
	text-transform: none;
	font-family: PulsoLight;
	letter-spacing: 2px;
/*	text-shadow: 2px 2px 4px #000000;*/

}




/*-----------------------------------
    2. CONTE PLANES
-----------------------------------*/




#conte-preguntas {
/*	background-color: red;*/

}


#conte-preguntas h3 {
		font: 2.6em PulsoLight;
		margin-top: 100px;
		letter-spacing: 10px;
		text-transform: none;
		text-align: center;
		margin-bottom: 100px;
}

#conte-preguntas h4 {
		font: 32px PulsoLight;
		text-transform: none;
		color: #a1a1a1;
		margin-bottom: 40px;
}




#conte-preguntas .resaltar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	font-size: 15px;
}


#conte-preguntas .headline-resaltado {
	font: 2.8em PulsoLight;
	letter-spacing: 6px;
	color: #1eb5e1;

}

#conte-preguntas .headline-resaltado span{
	
font-family: PulsoRegular;	
}


#conte-preguntas .rg {
	float: right;
}



/* Small Devices, Tablets */

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







} /* SIERRA @media */


.see-all-prices {
	text-align: center;
/*	background-color: red;*/
}

.see-all-prices .text-destacado{
	text-align: center;
	width: 80%;
/*	color: red;*/
	font: 22px PulsoLight;
	letter-spacing: 3px;
	display: inline-block;
}


.see-all-prices .text-destacado span {
	font-family: PulsoRegular;
}


#conte-planes .box-prepago h4{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	color: #393538;
	position: relative;
	text-transform: uppercase;
	font-family: PulsoRegular;
	letter-spacing: 3px;
	
}





/*//////////////////////////////////////////////////////////////////
[ FONT ]*/



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #f2f2f2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}



.tabla-fila.header {
  color: #000000;
/*  background: #ffffff;*/
  border-bottom: 10px solid #181818;
}

@media screen and (max-width: 768px) {
  .tabla-fila {
    display: block;
  }

  .tabla-fila.header {
    padding: 0;
    height: 0px;
  }

  .tabla-fila.header .cell {
    display: none;
  }

  .tabla-fila .cell:before {
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
  padding-bottom: 40px;
  padding-top: 40px;
  
}

.cell.plan {
/*	  background-color: #df8c8c;*/
	  font-family: PulsoLight;
	  font-size: 25px !important;
	
}


@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.tabla-fila .cell {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.2;
  font-weight: unset !important;

/*  padding-top: 20px;
  padding-bottom: 20px;*/
  border-bottom: 1px solid #f2f2f2;
}

.tabla-fila .cell i{
	 font-size: 23px;
	 color: #00aa19;
	vertical-align: middle;
}


.tabla-fila.header .cell {
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
}

.tabla-fila .cell:nth-child(1) {
  width: 400px;
  padding-left: 40px;
}

.tabla-fila .cell:nth-child(2) {
  width: 400px;
}

.tabla-fila .cell:nth-child(3) {
  width: 200px;
}

.tabla-fila .cell:nth-child(4) {
  width: 200px;
}



.table, .tabla-fila {
  width: 100% !important;
}





/*.row:hover {
  background-color: #ececec;
  cursor: pointer;
}*/

@media (max-width: 768px) {
  .tabla-fila {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  
  
  .tabla-fila .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tabla-fila .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .tabla-fila .cell {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

.cell.plan {
/*	  background-color: #df8c8c;*/
	  font-family: PulsoLight;
	  font-size: 35px !important;
	
}
  .table, .tabla-fila, .cell {
    width: 100% !important;
  }
}


.best-plan {
	background-color: #fbfbe5;
	border: dotted 1px red;
}


.data {
	
} 

.data:hover {
	background-color: #f6f6f6;
}




/*-----------------------------------
   TABLE ACTUALIZACION
-----------------------------------*/
.plan{
   font-family: PulsoRegular; 
}

.plan small{
    font-size: 12px !important;
    margin: 0;
    padding: 0;
    position: relative;
    /* top: -10px; */
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.plan-datos{
/*    font-family: PulsoRegular;*/
/*    font-size: 20px!important;*/
}



#conte-datos-contacto ul{
	
}

#conte-datos-contacto ul li{
	font: 14px PulsoLight;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
	letter-spacing: 3px;
	
}

#conte-datos-contacto ul li i {
	margin-left: 10px;
}

#conte-datos-contacto ul li img{
	width: 60px	;
	display: inline-block;
	float: left;
	margin-right: 30px;
	
}

#conte-datos-contacto ul li span{
	
	display: block;
	font: 24px PulsoRegular;
}

	#conte-datos-contacto h2{
		margin-top: 60px
}
		#conte-datos-contacto h3{
		line-height: 1.7em;
		font-size: 1.5em;

			
	}
	
	#conte-datos-contacto h3 span{
		font-family: PulsoRegular
		
	}
	
	@media screen and (max-width: 768px) {

	
	
	#conte-datos-contacto h2{
		text-align: center
	}
	
	#conte-datos-contacto h3{
		text-align: center;
		line-height: 1.4em;
		font-size: 1.4em;
		margin-bottom: 30px
			
	}
	

	
	
	#conte-ofi-asu h2{
		
		line-height: 1.2em;
		text-transform: none;	
		
	}	
	
	#conte-ofi-asu h6{
	text-transform: none;	
}




.p-card {
	padding: 40px 20px 20px;
	margin-bottom: 40px;
	
}

#conte-datos-contacto ul li{
	font: 14px PulsoLight;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
	letter-spacing: 2px;
	
}
	
	
}	

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

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

	#conte-datos-contacto h3{
	text-align: center;
	line-height: 1.4em;
	font-size: 1.2em;
	margin-bottom: 30px
		
}

#conte-datos-contacto h2{
	text-align: center;
	line-height: 1.2em;
	font-size: 1.8em;
	margin-bottom: 30px
		
}


#conte-datos-contacto ul li{
font: 13px PulsoLight;
padding-top: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #dedede;
letter-spacing: 1px;

}


}

