@charset"UTF-8";

/* INICIO: PAGINA DE RESULTADO */
  .at-font-h1{
    padding-left: 0px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 30px;
  	margin: 15px auto 35px;
  }
  .at-sub-nav{
    margin-bottom: 0;
    padding: 0;
  }
  .at-sub-nav .breadcrumbs {
    background-color: #fff;
    height: 27px;
    padding: 10px 0 0 10px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: none;
    border-bottom: none;
  }
  .at-sub-nav ol.breadcrumbs li:first-child::before {
    content: " ";
    background: url(https://cdn-assets-eu.frontify.com/local/tigo/h_lNxVXLqrDqb2kyrixW3lMmUl7n-aBRzJUzyvzD7_8I09R_2gGyWbqdckc09wMK3fISZwc50GgJWLVIeLSC-iKJErTzzLBR_s-zdC49r1l-imgsKhGLdwbe4VLt2Hcq?width=2400);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding-left: 20px;
  }
  .at-sub-nav .breadcrumbs li a {
    color: #565656;
    font-weight: bold;
  }
  .at-sub-nav .breadcrumbs li {
    color: #00377D;
    display: inline-block;
    font-size: 12px;
  }
  .at-sub-nav .search{
    width: 99%;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    margin: 20px auto;
  }
  .at-sub-nav .search input {
    border: 0;
    display: inline-block;
    height: 34px;
    outline: 0;
    vertical-align: middle;
  }
  .at-sub-nav .search:before{
    display: none;
  }
  .at-sub-nav .search input[type=search], .search-box .search input[type=text] {
    line-height: 1.2em;
    border-radius: 8px 0 0 8px;
    background: #fff;
    font-size: 20px;
    height: 34px;
    width: 90%;
  }
  .at-sub-nav .search input[type=submit] {
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    border: 0;
    font-size: 1px;
    display: block;
    box-shadow: none;
    color: transparent;
    background-image: url(https://theme.zdassets.com/theme_assets/820035/a5827c05ffb3f1d4158154fb63d5c5e051ce744a.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 0px;
    width: 5%;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'CronosPro-Rg';
    text-transform: UPPERCASE;
  }
  .search-result-link {
    font-size: 20px;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  .search-results-list > *:first-child {
    border-top: 1px solid rgba(120, 120, 120, 0.4);
  }
  .search-results-list > * {
    border-bottom: 1px solid rgba(120, 120, 120, 0.4);
    padding: 20px 0;
  }
  .container-search-title{
    width: 89%;
    display: inline-block;
  }
  .container-search-votes{
    width: 9%;
    position: relative;
    vertical-align: top;
    display: inline-block;
  }
  .container-meta-category{
    width: 100%;
    display: block !important;
  }
  .container-search-votes span{
    background: none;
    border-radius: 2px;
    color: #00377D;
    display: inline-block;
    line-height: 1;
    padding: 5.5px 5px;
    position: absolute;
    right: 0;
  }
  .search-result-description a{
    color:  #00C8FF;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }
  .container-icono-result{
    vertical-align: top;
    padding-top: 0;
  }
  li.search-result.at-dividers td {
      border: none;
  }
  @media only screen and (max-device-width: 480px) and (min-device-width: 320px){
    .at-sub-nav .search{
      float: inherit;
      width: 95%;
    }
    .at-font-h1{
      margin:15px auto 35px !important;
    }
  	.at-sub-nav .search input[type=submit] {
  		width:10%;
  	}
    .container-icono-result{
      display: none;
    }
  }
/* FIN: PAGINA DE RESULTADO */

/* Elimina los iconos del resultado de la busqueda en versión movil*/
@media (max-width: 600px) {
    .icono-result {
        display: none;
    }
}

/* Elimina los iconos del resultado de la busqueda en versión movil*/
@media (max-width: 991px) {
    .icono-result {
        display: none;
    }
}


/* INICIO: Estilo para incorporar los comentarios del articulo */
section.related-articles h3, section.recent-articles h3 {
    color: #002e6e;
  	padding: 0 !important;
}
section.related-articles li, section.recent-articles li {
    margin: 2px 0;
    margin-left: 14px;
    list-style: url(//tigoid-cdn.tigocloud.net/zndsk/skin/flecha-contac.png) !important;
    font-size: small;
}
a.share-facebook:before {
    background: #002e6e !important;
}
a.share-twitter:before {
    background: #00ACED !important;
}
section.article-relatives {
    margin-bottom: 20px;
}
ul.share {
    display: inline-block;
}
.at-card-low-emphasis {
	    height: auto;
      max-width: 920px;
      width: 100%;
    	margin: 20px auto;
    	padding: 40px 22px;
	    border-radius: 2px;
	    background-color: #FFFFFF;
	    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.12), 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
      float: left;
}

.pattern-title {
	    width: 100%;
	    display: inline-block;
	    vertical-align: middle;
}

.at-font-p{	
		color: #00377B;	
		font-family: Roboto, sans-serif;	
		font-size: 18px;	
		line-height: 21px;
		display: inline-block;
    margin-right: 2%;
}

.botones-articulo {
	  width: 144px;
	  display: inline-block;
}

.background-cta {
	  display: inline-block;
}

.cta-articulo:active{
		background-color: #00C8FF;
		color: #FFFFFF;
}

.cta-articulo:hover{			
		background-color: #198AFD;
		color: #FFFFFF;
}

.cta-articulo:press{			
		background-color: #3264DC;
		color: #FFFFFF;
}

.cta-articulo:disbled{			
		background-color: #00C8FF - 30% / #B2EFFF;
		color: #FFFFFF;
}

.cta-articulo {		
		color: #FFFFFF !important;
		font-family: Roboto, sans-serif  !important;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		outline: none;
		border:none  !important;
		text-decoration: none;
		padding: 11px 0  !important;
		width: 70px;
		border-radius: 100px  !important; 
		background-color: rgba(0,200,255,1)  !important;
		text-align: center;
		display: inline-block  !important;
		margin: 0 1%;
		cursor: pointer  !important;
}
.article-vote-up:before {
  content: 'Si' !important;
}
.article-vote-down:before {
  content: 'No' !important;
}

.btn-voted {
  background: #B2EFFF !important;
}
.results {	
		color: #787878;	
		font-family: Roboto, sans-serif;	
		font-size: 16px;	
		line-height: 19px;
		width: 39.4%;
	  display: inline-block;
	  vertical-align: middle;
	  text-align: right;
	  min-width: 44% !important;
  	float: right;
}
.results p{
    margin: 19px 0;
}
.results.article-vote-count {
    margin: 19px 0;
}
.cont-thankyou p{	
		color: #787878;	
		font-family: Roboto, sans-serif;	
		font-size: 16px;	
		line-height: 19px;
}

.cont-question {
		color: #787878;	
		font-family: Roboto, sans-serif;	
		font-size: 16px;	
		line-height: 19px;
}

.at-textarea {	
		height: 102px;	
		width: 100%;	
		border-radius: 5px;	
		background-color: rgba(255,255,255,0);  
	  border: 2px solid rgba(0, 55, 125, 0.5);
		resize: none;
	  font-family: 'Roboto', sans-serif;
    color: rgba(120, 120, 120, 0.9);
	  font-size: 16px;
	  line-height: 19px;
	  padding: 10px;
    margin-top: 10px;	    
}

.at-textarea::placeholder{
		font-size: 16px;
}

textarea#msg:focus, textarea#msg:active{
		border: 2px solid #00377D;
    color: rgba(0, 55, 125, 0.9);
}

span.msg-textarea {
  	font-family:'Roboto', sans-serif;
		position: absolute;
		top: 9px;
		left: 0;
		transition: 0.5s all;
		display: none;
}

span.msg-down-textarea {
		    color: red;
		    display: none;
}

.msg-textarea{
		font-size: 0.75rem;
		transform: translate(12px, -10px) scale(1);
		background-color: #ffffff;
		padding: 0 3px;
		color: rgba(0, 55, 125, 0.9);
		line-height: 1.14rem;
		font-family: 'Roboto';
}

.at-input-label{
		position: relative;
}

.button {
	  text-align: right;
	  margin: 20px 0;
}

.at-button-hight-emphasis{
		height: 36px;
		width: 88px;
		border: 1px solid #00C8FF;
		opacity: 0.3;
		outline: none;
		border-radius: 100px;
		outline: none;
		color: #00C8FF;
		font-family: Roboto, sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		text-align: center;
    cursor: context-menu;
		background: transparent;
}

.at-button-hight-emphasis:press{			
		border: 1px solid #3264DC;
}

.at-button-hight-emphasis:disbled{			
		border: 1px solid #00C8FF - 30% / #B2EFFF;
}

.cont-soporte {
		border-top: 1px solid lightgray;
}

.cont-soporte p{
		color: #787878;	
		font-family: Roboto, sans-serif;	
		font-size: 16px;	
		line-height: 19px;		
}

.equipo-soporte{
		color: #00C8FF;	
		font-family: Roboto, sans-serif;	
		font-size: 14px;	
    font-weight: bold;	
		line-height: 14px; text-decoration: none;
    cursor: pointer;
}

.message-received p{
		color: #787878;	
    font-family: Roboto, sans-serif;	
		font-size: 16px;	
		line-height: 19px;
}

#press-no{
		display: none;
		margin-top: 30px;
}

#thankyou{
		display: none;
}

#message-recived{
		display: none
}

@media only screen and (max-width: 875px) {
		.pattern-title {
		    width: 100%;
		    display: inline-block;
		    vertical-align: middle;
		}
		.results{
			 text-align: left;
			 width: 100%;
			 min-width: inherit;
			 margin: 10px 0 0;
       float: inherit;
		}
		#press-no{
		   margin-top: 20px;
	 }
}

.w100{
  width: 100%;
}
/*FIN: Estilo para incorporar los comentarios del articulo */


.request-form { 
padding-left: 3%; 
padding-right: 3%; 
}

.vote-buttons{
  display: inline-block;
}

*, input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span#no_show_index_helper {
    display:none;
}
.search-result-meta:first-child {
    /*display: none;*/
}

.search-result-meta{
display: block !important;
}

@font-face {
    font-family:'CronosPro-Rg';
    src: url('//cdn.tigo.com.py/fonts/cronospro-regular.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/cronospro-regular.woff') format('woff'), url('//cdn.tigo.com.py/fonts/cronospro-regular.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/cronospro-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'CronosPro-Lt';
    src: url('//cdn.tigo.com.py/fonts/CronosPro-Lt.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/CronosPro-Lt.woff') format('woff'), url('//cdn.tigo.com.py/fonts/CronosPro-Lt.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/CronosPro-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'CronosPro-Bd';
    src: url('//cdn.tigo.com.py/fonts/cronospro-bold.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/cronospro-bold.woff') format('woff'), url('//cdn.tigo.com.py/fonts/cronospro-bold.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/cronospro-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'CronosPro-Sb';
    src: url('//cdn.tigo.com.py/fonts/cronospro-semibold.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/cronospro-semibold.woff') format('woff'), url('//cdn.tigo.com.py/fonts/cronospro-semibold.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/cronospro-semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
}
body {
    color: #666;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 0;
    /*background-color: #001B40;
  background-color: #060725;*/
}
img {
    max-width: 100%;
    vertical-align: middle;
}
img[width], img[height] {
    max-width: none;
}
figure > img {
    display: block;
}
a {
    color:#05377e;
    text-decoration: none;
}
#mainMenuUl a {
    color:#fff !important;
}
a:hover {
    text-decoration: underline;
}
article a {
    color:#1db6fa;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
[dir=rtl] table {
    text-align: right;
}
td, th {
    border-color: #EEE;
    border-style: solid;
    padding: 12px;
}
th {
    border-width: 1px 0;
    color: #BEBEBE;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    text-align: inherit;
}
td {
    border-width: 0 0 1px 0;
}
[class^="category-"] a span.logoszone {
    display:block;
    width:100%;
    height:50px;
    margin-top:86px;
}
.category-115001479848 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-smart.png) 50% 0 no-repeat;
}
.category-115001039407 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-smart.png) 50% 0 no-repeat;
}
.category-115001479928 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-money.png) 50% 0 no-repeat;
}
.category-115001479948 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-business.png) 50% 0 no-repeat;
}
.masconsul li a {
    color:#666;
}
nav.navMobile {
    display:none;
}
#colLeft {
    float:left;
}
#colRight {
    float:right;
}
.menutopeMobile {
    display:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
}
h1 {
    font-size: 20px;
}
input, label {
    display: inline-block;
    vertical-align: middle;
}
label {
    font-size: 12px;
}
textarea, input[type=”text”], input[type=”button”], input[type=”submit”] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"] + label {
    margin-left: 5px;
}
input, textarea {
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: 10px;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}
textarea, input[type=text] {
    width: 100%;
}
input, textarea, select {
    color: #555;
}
input::-ms-clear {
    display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #CCC;
}
:-ms-input-placeholder {
    color: #CCC;
}
::-moz-placeholder {
    color: #CCC;
}
/* Buttons */
 button, [role=button], [type=button], [type=submit] {
    border-radius: 4px;
    border: 1px solid #DDD;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
a[role=button]:hover {
    text-decoration: none;
}
input[type=submit] {
    background: #3bb8ee;
    border-color: transparent;
    color: #FFF;
    padding: 10px 30px;
    transition: .7s background;
}
input[type=submit]:hover {
    background: #002E6E;
}
input[type=submit][disabled] {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 8 */
    opacity: 0.4;
}
button img, [role=button] img {
    border-radius: 4px;
    margin: 0 5px 0 0;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
[dir=rtl] button img, [dir=rtl][role=button] img {
    margin: 0 0 0 5px;
}
/* Forms */
 .form {
    max-width: 505px;
}
.form-field ~ .form-field {
    margin-top: 25px;
}
.form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-field input[type=checkbox] + label {
    margin: 0 0 0 10px;
}
.form-field.required > label:after {
    content:"*";
    color: red;
    margin-left: 2px;
}
.form-field p {
    color: #BEBEBE;
    font-size: 11px;
}
.form-field input[type=number], .form-field input.datepicker {
    width: 150px;
}
.form form + form {
    margin-top: 25px;
}
.footerCol ul {
    padding-left:14px;
}
.searchbox {
    margin: 25px 0px;
}
.searchbox-suggestions {
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 10px 20px;
}
.searchbox-suggestions li {
    padding: 5px 0;
}
[data-loading="true"] input, [data-loading="true"] textarea {
    background: transparent url("//theme.zdassets.com/theme_assets/820035/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
    background-size: 16px 16px;
}
.form footer {
    border-top: 1px solid #EEE;
    margin-top: 40px;
    padding-top: 30px;
    text-align: right;
}
.form footer a {
    color: #CCC;
    cursor: pointer;
    margin-right: 15px;
}
/* Navigation menus */
 .nav li, .nav-bordered li, .nav-spaced li {
    display: inline-block;
    font-weight: bold;
}
.nav li a, .nav-bordered li a, .nav-spaced li a {
    font-weight: normal;
}
.nav-bordered li + li {
    border-color: #EEE;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
[dir=rtl] .nav-bordered li + li {
    border-width: 0 1px 0 0;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}
.nav-spaced li + li {
    margin: 0 0 0 40px;
}
[dir=rtl] .nav-spaced li + li {
    margin: 0 40px 0 0;
}
/* Breadcrumbs */
 .breadcrumbs li {
    color: #333;
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs li + li:before {
    content:">";
    margin: 0 4px;
}
.breadcrumbs li a {
    color: #002e6e;
    font-weight: bold;
}
/* Labels */
 .label, .request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
/* Metadata */
 .meta, .meta-group {
    color: #CCC;
    display: inline-block;
    font-size: 11px;
}
.meta-group * + *:before {
    content:"\2022";
    font-size: 8px;
    margin: 0 10px;
}
/* Helper classes */
 .clearfix:before, .clearfix:after {
    content:" ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* Social share links */
 .share {
    white-space: nowrap;
}
.share li, .share a {
    display: inline-block;
}
.share a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
.share a:before {
    background: #CCC;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-family:"entypo";
    text-align: center;
    width: 100%;
}
.share a:hover {
    text-decoration: none;
}
.share-twitter:before {
    content:"\F309";
}
.share-facebook:before {
    content:"\F30C";
}
.share-linkedin:before {
    content:"\F318";
    background-color: #4875B4 !important;
}
.share-googleplus:before {
    content:"\F30F";
}
/* Pagination */
 .pagination {
    margin: 20px 0;
    text-align: center;
}
.pagination * {
    display: inline-block;
}
.pagination li {
    border: 1px solid #EEE;
    float: left;
    margin-left: -1px;
}
[dir=rtl] .pagination li {
    float: right;
}
.pagination a, .pagination span {
    color: inherit;
    font-size: 12px;
    padding: 5px 12px;
}
.pagination-current {
    background-color: #f9f9f9;
    color: #BEBEBE;
}
.pagination-first {
    border-radius: 3px 0 0 3px;
}
[dir=rtl] .pagination-first {
    border-radius: 0 3px 3px 0;
}
.pagination-last {
    border-radius: 0 3px 3px 0;
}
[dir=rtl] .pagination-last {
    border-radius: 3px 0 0 3px;
}
/* Markdown styles */
 .markdown {
    word-wrap: break-word;
    line-height: 1.7;
}
.markdown img {
    max-width: 100%;
}
.markdown hr {
    background-color: #EEE;
    border: 0;
    height: 1px;
}
.markdown ul, .markdown ol {
    list-style-position: inside;
    padding: 0 15px;
}
.markdown ul {
    list-style-type: disc;
}
.markdown ol {
    list-style-type: decimal;
}
.markdown ol ul, .markdown ul ul {
    list-style-type: circle;
}
.markdown ol ol ul, .markdown ol ul ul, .markdown ul ol ul, .markdown ul ul ul {
    list-style-type: square;
}
.markdown pre {
    background: #f9f9f9;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.markdown blockquote {
    border-left: 1px solid #EEE;
    color: #BEBEBE;
    font-style: italic;
    padding: 0 15px;
}
h1 {
    color: #002e6e;
    font-weight: normal;
    font-family:CronosPro-Rg;
    font-size: 36px;
}
#titform {
    display:none;
}
.titule {
    display:block;
    color: #002e6e;
    font-size: 36px;
    font-weight: normal !important;
    margin: 0.1em 0;
    font-family: CronosPro-Rg !important;
    text-align: center;
    letter-spacing:-0.5px;
}
.tituleMobile {
    display:none;
    color: #666;
    font-weight: normal !important;
    margin: 0.1em 0;
    font-family: CronosPro-Rg !important;
    text-align: center;
    letter-spacing: -0.5px;
    font-size: 22px;
    padding: 0 28px;
}
.subtitule {
    font-family: CronosPro-Lt !important;
    font-weight: normal !important;
    font-size: 23px;
    line-height: 1.3em;
    text-align: center;
    color:#3c3c3c;
    letter-spacing:-0.1px;
    margin-top:0;
    display:block;
}
/* ====================================================
   Content frame
   ==================================================== */
 main, .header-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 940px;
}
.header {
    background-color: #002e6e;
    /*border-bottom: 1px solid #EEE;*/
}
.header-inner {
    /*display: table;*/
    height: 100px;
    padding-top: 20px;
}
.logo, .user-nav {
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    max-height: 60px;
}
.user-nav {
    text-align: right;
}
.user-nav > * {
    display: inline-block;
    margin: 0 0 0 25px;
}
[dir=rtl] .user-nav {
    text-align: left;
}
[dir=rtl] .user-nav > * {
    margin: 0 25px 0 0;
}
/* ====================================================
   Search
   ==================================================== */
 .search-box {
    margin-bottom: 45px;
    background:rgba(255, 255, 255, 0.76);
    padding:14px 18px;
    margin-top:125px;
    border-radius: 7px;
}
.intPage {
    margin-top: 52px !important;
    margin-bottom: 11px !important;
}
.search-box:before {
    content:" ";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    top: 82px;
    bottom: 0;
	height: 390px;
	display: block;
    box-shadow: -894px 0 #00377b, 894px 0 #00377b;	
	background: url('//p5.zdassets.com/hc/theme_assets/820035/200482847/ban-home.jpg') no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.intPage:before {
    height: 278px !important;
}
.search-box .search {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
}
.search-box .search input {
    border: 0;
    display: inline-block;
    height: 53px;
    outline: 0;
    vertical-align: middle;
}
.search-box .search input[type=search], .search-box .search input[type=text] {
    line-height: 1.2em;
    border-radius: 8px 0 0 8px;
    background: #fff;
    font-size: 20px;
    width: 700px;
}
[dir=rtl] .search-box .search input[type=search], [dir=rtl] .search-box .search input[type=text] {
    border-radius: 0 8px 8px 0;
}
.search-box .search input[type=submit] {
    background-color: #3bb8ee;
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    border-radius: 0 8px 8px 0;
    border: 0;
    bottom: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    background-image: url('//cdn.tigo.com.py/zndsk/skin/lupa.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 1px;
    min-width: 200px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-family:'CronosPro-Rg';
    text-transform:UPPERCASE;
    transition: background-color .7s;
}
.search-box .search input[type=submit]:hover {
    background-color: #002E6E;
}
[dir=rtl] .search-box .search input[type=submit] {
    border-radius: 8px 0 0 8px;
    left: 0;
    right: auto;
}
.sub-nav .search {
    float: right;
    position: relative;
}
[dir=rtl] .sub-nav .search {
    float: left;
}
.sub-nav .search:before {
    content:"\1F50D";
    font-family:"entypo";
    font-size: 16px;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
    z-index: 1;
}
.sub-nav .search input[type=search], .sub-nav .search input[type=text] {
    padding: 6px 10px 6px 35px;
    height: 30px;
    width: 100%;
}
[dir=rtl] .sub-nav .search input[type=search], [dir=rtl] .sub-nav .search input[type=text] {
    padding: 6px 35px 6px 10px;
}
.sub-nav .search input[type=submit] {
    display: none;
}
/* ====================================================
   Navigation pages
   ==================================================== */
 .help-center-name {
    color: #001b40;
    font-size: 34px;
    font-weight: normal;
    margin: 2px 0 20px 0;
    text-align: center;
    font-family: CronosPro-Rg;

    letter-spacing: -0.4px;
}
.help-center-name + .search {
    margin-bottom: 25px;
}
.category-tree {
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    padding: 8px 1px;
}
.category-tree h2 ~ *, .category-tree h3 ~ * {
    display: none;
}
.category-tree [class^="category-"] {
    display: block;
    padding: 17px 0 23px 0;
    vertical-align: top;
    width:189px;
    height:189px;
    float:left;
    border: 2px solid #3bb8ee;
    border-radius: 7px;
    text-align:center;
    margin: 0 17px;
    cursor: pointer;
    background-color:#3ab6ed;
    overflow:hidden;
}
.category-tree [class^="category-"]:hover {
    background-color: rgba(19, 51, 136, 1) !important;
    transition: background-color .4s;
}
.category-tree .category-115001479848 span.textoC::after {
    content:" Telefonía y Apps";
}
.category-tree .category-115001039407 span.textoC::after {
    content:" TV e Internet";
}
.category-tree .category-115001479928 span.textoC::after {
    content:" Giros y Pagos";
}
.category-tree .category-115001479948 span.textoC::after {
    content:" Soluciones";
}
.textoC {
    font-size: 14px;
    display:block;
    color:#FFF;
    margin: 3px 0 0 0;
}
#informa {
    height:38px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color:#f9f7f7;
    margin: 41px 0 0 0;
    padding: 11px 0 0 33px;
    width:870px;
    margin-left:auto;
    margin-right:auto;
    background:url(//cdn.tigo.com.py/zndsk/skin/icon-tigo-informa.png) 0 5px no-repeat;
}
#informa span.titleEvento {
    font-family: CronosPro-Sb;
    text-transform:uppercase;
    font-size:15px;
    color:#002e6e;
    margin: 0 15px 0 0;
}
#informa span.evento {
    font-style:italic;
    color:#666;
}
#informa span.noEventos {
    font-style:italic;
    color:#666;
}
#informa span.verdetalle {
    text-align:right;
    float:right;
}
#informa span.verdetalle a {
    text-decoration:none;
    color:#133388;
    text-transform:uppercase;
    font-size:11px;
}
#side-submenu {
    width: 200px;
    float: left;
    margin: 0 40px 0 0;
}
ul#subnavCateg li {
    list-style:none;
    display:block;
    padding-top: 14px;
    padding-left:37px;
    padding-bottom: 16px;
    border-bottom:1px solid #87d6e4;
}
ul#subnavCateg li.cat-115001479848 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-smartphones.png) 0 11px no-repeat;
    border-top:1px solid #87d6e4;
}
ul#subnavCateg li.cat-115001039407 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-hogar.png) 0 11px no-repeat;
}
ul#subnavCateg li.cat-115001479928 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-billetera.png) 0 11px no-repeat;
}
ul#subnavCateg li.cat-115001479948 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-negocios.png) 0 11px no-repeat;
}
ul#subnavCateg li:nth-child(6) {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-consultado.png) 0 11px no-repeat;
}

@charset"UTF-8";

/* Base styles */
 *, input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span#no_show_index_helper {
    display:none;
}
.search-result-meta:first-child {
    /*display: none;*/
}
@font-face {
    font-family:'CronosPro-Rg';
    src: url('//cdn.tigo.com.py/fonts/cronospro-regular.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/cronospro-regular.woff') format('woff'), url('//cdn.tigo.com.py/fonts/cronospro-regular.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/cronospro-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'CronosPro-Lt';
    src: url('//cdn.tigo.com.py/fonts/CronosPro-Lt.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/CronosPro-Lt.woff') format('woff'), url('//cdn.tigo.com.py/fonts/CronosPro-Lt.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/CronosPro-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'CronosPro-Bd';
    src: url('//cdn.tigo.com.py/fonts/cronospro-bold.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/cronospro-bold.woff') format('woff'), url('//cdn.tigo.com.py/fonts/cronospro-bold.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/cronospro-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'CronosPro-Sb';
    src: url('//cdn.tigo.com.py/fonts/cronospro-semibold.eot');
    src: local('☺'), url('//cdn.tigo.com.py/fonts/cronospro-semibold.woff') format('woff'), url('//cdn.tigo.com.py/fonts/cronospro-semibold.ttf') format('truetype'), url('//cdn.tigo.com.py/fonts/cronospro-semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
}
body {
    color: #666;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 0;
    /*background-color: #001B40;
  background-color: #060725;*/
}
img {
    max-width: 100%;
    vertical-align: middle;
}
img[width], img[height] {
    max-width: none;
}
figure > img {
    display: block;
}
a {
    color:#05377e;
    text-decoration: none;
}
#mainMenuUl a {
    color:#fff !important;
}
a:hover {
    text-decoration: underline;
}
article a {
    color:#1db6fa;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
[dir=rtl] table {
    text-align: right;
}
td, th {
    border-color: #EEE;
    border-style: solid;
    padding: 12px;
}
th {
    border-width: 1px 0;
    color: #BEBEBE;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    text-align: inherit;
}
td {
    border-width: 0 0 1px 0;
}
[class^="category-"] a span.logoszone {
    display:block;
    width:100%;
    height:50px;
    margin-top:52px;
}
.category-115001479848 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-smart.png) 50% 0 no-repeat;
}
.category-115001039407 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-smart.png) 50% 0 no-repeat;
}
.category-115001479928 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-money.png) 50% 0 no-repeat;
}
.category-115001479948 a span.logoszone {
    background:url(//cdn.tigo.com.py/zndsk/skin/logo-business.png) 50% 0 no-repeat;
}
.masconsul li a {
    color:#666;
}
nav.navMobile {
    display:none;
}
#colLeft {
    float:left;
}
#colRight {
    float:right;
}
.menutopeMobile {
    display:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding-left: 3%; 
    padding-right: 3%;
}
h1 {
    font-size: 20px;
}
input, label {
    display: inline-block;
    vertical-align: middle;
}
label {
    font-size: 12px;
}
textarea, input[type=”text”], input[type=”button”], input[type=”submit”] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"] + label {
    margin-left: 5px;
}
input, textarea {
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: 10px;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}
textarea, input[type=text] {
    width: 100%;
}
input, textarea, select {
    color: #555;
}
input::-ms-clear {
    display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #CCC;
}
:-ms-input-placeholder {
    color: #CCC;
}
::-moz-placeholder {
    color: #CCC;
}
/* Buttons */
 button, [role=button], [type=button], [type=submit] {
    border-radius: 4px;
    border: 1px solid #DDD;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
a[role=button]:hover {
    text-decoration: none;
}
input[type=submit] {
    background: #3bb8ee;
    border-color: transparent;
    color: #FFF;
    padding: 10px 30px;
    transition: .7s background;
}
input[type=submit]:hover {
    background: #002E6E;
}
input[type=submit][disabled] {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 8 */
    opacity: 0.4;
}
button img, [role=button] img {
    border-radius: 4px;
    margin: 0 5px 0 0;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
[dir=rtl] button img, [dir=rtl][role=button] img {
    margin: 0 0 0 5px;
}
/* Forms */
 .form {
    max-width: 505px;
}
.form-field ~ .form-field {
    margin-top: 25px;
}
.form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-field input[type=checkbox] + label {
    margin: 0 0 0 10px;
}
.form-field.required > label:after {
    content:"*";
    color: red;
    margin-left: 2px;
}
.form-field p {
    color: #BEBEBE;
    font-size: 11px;
}
.form-field input[type=number], .form-field input.datepicker {
    width: 150px;
}
.form form + form {
    margin-top: 25px;
}
.footerCol ul {
    padding-left:14px;
}
.searchbox {
    margin: 25px 0px;
}
.searchbox-suggestions {
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 10px 20px;
}
.searchbox-suggestions li {
    padding: 5px 0;
}
[data-loading="true"] input, [data-loading="true"] textarea {
    background: transparent url("//theme.zdassets.com/theme_assets/820035/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
    background-size: 16px 16px;
}
.form footer {
    border-top: 1px solid #EEE;
    margin-top: 40px;
    padding-top: 30px;
    text-align: right;
}
.form footer a {
    color: #CCC;
    cursor: pointer;
    margin-right: 15px;
}
/* Navigation menus */
 .nav li, .nav-bordered li, .nav-spaced li {
    display: inline-block;
    font-weight: bold;
}
.nav li a, .nav-bordered li a, .nav-spaced li a {
    font-weight: normal;
}
.nav-bordered li + li {
    border-color: #EEE;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
[dir=rtl] .nav-bordered li + li {
    border-width: 0 1px 0 0;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}
.nav-spaced li + li {
    margin: 0 0 0 40px;
}
[dir=rtl] .nav-spaced li + li {
    margin: 0 40px 0 0;
}
/* Breadcrumbs */
 .breadcrumbs li {
    color: #333;
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs li + li:before {
    content:">";
    margin: 0 4px;
}
.breadcrumbs li a {
    color: #002e6e;
    font-weight: bold;
}
/* Labels */
 .label, .request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
/* Metadata */
 .meta, .meta-group {
    color: #CCC;
    display: inline-block;
    font-size: 11px;
}
.meta-group * + *:before {
    content:"\2022";
    font-size: 8px;
    margin: 0 10px;
}
/* Helper classes */
 .clearfix:before, .clearfix:after {
    content:" ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* Social share links */
 .share {
    white-space: nowrap;
}
.share li, .share a {
    display: inline-block;
}
.share a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
.share a:before {
    background: #CCC;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-family:"entypo";
    text-align: center;
    width: 100%;
}
.share a:hover {
    text-decoration: none;
}
.share-twitter:before {
    content:"\F309";
}
.share-facebook:before {
    content:"\F30C";
}
.share-linkedin:before {
    content:"\F318";
    background-color: #4875B4 !important;
}
.share-googleplus:before {
    content:"\F30F";
}
/* Pagination */
 .pagination {
    margin: 20px 0;
    text-align: center;
}
.pagination * {
    display: inline-block;
}
.pagination li {
    border: 1px solid #EEE;
    float: left;
    margin-left: -1px;
}
[dir=rtl] .pagination li {
    float: right;
}
.pagination a, .pagination span {
    color: inherit;
    font-size: 12px;
    padding: 5px 12px;
}
.pagination-current {
    background-color: #f9f9f9;
    color: #BEBEBE;
}
.pagination-first {
    border-radius: 3px 0 0 3px;
}
[dir=rtl] .pagination-first {
    border-radius: 0 3px 3px 0;
}
.pagination-last {
    border-radius: 0 3px 3px 0;
}
[dir=rtl] .pagination-last {
    border-radius: 3px 0 0 3px;
}
/* Markdown styles */
 .markdown {
    word-wrap: break-word;
    line-height: 1.7;
}
.markdown img {
    max-width: 100%;
}
.markdown hr {
    background-color: #EEE;
    border: 0;
    height: 1px;
}
.markdown ul, .markdown ol {
    list-style-position: inside;
    padding: 0 15px;
}
.markdown ul {
    list-style-type: disc;
}
.markdown ol {
    list-style-type: decimal;
}
.markdown ol ul, .markdown ul ul {
    list-style-type: circle;
}
.markdown ol ol ul, .markdown ol ul ul, .markdown ul ol ul, .markdown ul ul ul {
    list-style-type: square;
}
.markdown pre {
    background: #f9f9f9;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.markdown blockquote {
    border-left: 1px solid #EEE;
    color: #BEBEBE;
    font-style: italic;
    padding: 0 15px;
}
h1 {
    color: #002e6e;
    font-weight: normal;
    font-family:CronosPro-Rg;
    font-size: 36px;
}
#titform {
    display:none;
}
.titule {
    display:block;
    color: #002e6e;
    font-size: 36px;
    font-weight: normal !important;
    margin: 0.1em 0;
    font-family: CronosPro-Rg !important;
    text-align: center;
    letter-spacing:-0.5px;
}
.tituleMobile {
    display:none;
    color: #666;
    font-weight: normal !important;
    margin: 0.1em 0;
    font-family: CronosPro-Rg !important;
    text-align: center;
    letter-spacing: -0.5px;
    font-size: 22px;
    padding: 0 28px;
}
.subtitule {
    font-family: CronosPro-Lt !important;
    font-weight: normal !important;
    font-size: 23px;
    line-height: 1.3em;
    text-align: center;
    color:#3c3c3c;
    letter-spacing:-0.1px;
    margin-top:0;
    display:block;
}
/* ====================================================
   Content frame
   ==================================================== */
 main, .header-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 940px;
}
.header {
    background-color: #002e6e;
    /*border-bottom: 1px solid #EEE;*/
}
.header-inner {
    /*display: table;*/
    height: 100px;
    padding-top: 20px;
}
.logo, .user-nav {
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    max-height: 60px;
}
.user-nav {
    text-align: right;
}
.user-nav > * {
    display: inline-block;
    margin: 0 0 0 25px;
}
[dir=rtl] .user-nav {
    text-align: left;
}
[dir=rtl] .user-nav > * {
    margin: 0 25px 0 0;
}
/*
 * Column size
 */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 555px;
}

.side-column {
  width: 295px;
  margin-left: 45px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}
/* ====================================================
   Search
   ==================================================== */
 .search-box {
    margin-bottom: 45px;
    background:rgba(255, 255, 255, 0.76);
    padding:14px 18px;
    margin-top:125px;
    border-radius: 7px;
}
.intPage {
    margin-top: 52px !important;
    margin-bottom: 11px !important;
}
.search-box:before {
    content:" ";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    top: 82px;
    bottom: 0;
    box-shadow: -894px 0 #00377b, 894px 0 #00377b;
    display: block;
    height: 390px;
	background: url('//p5.zdassets.com/hc/theme_assets/820035/200482847/ban-home.jpg') no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.intPage:before {
    height: 278px !important;
}
.search-box .search {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
}
.search-box .search input {
    border: 0;
    display: inline-block;
    height: 53px;
    outline: 0;
    vertical-align: middle;
}
.search-box .search input[type=search], .search-box .search input[type=text] {
    line-height: 1.2em;
    border-radius: 8px 0 0 8px;
    background: #fff;
    font-size: 20px;
    width: 700px;
}
[dir=rtl] .search-box .search input[type=search], [dir=rtl] .search-box .search input[type=text] {
    border-radius: 0 8px 8px 0;
}
.search-box .search input[type=submit] {
    background-color: #3bb8ee;
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    border-radius: 0 8px 8px 0;
    border: 0;
    bottom: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    background-image: url('//cdn.tigo.com.py/zndsk/skin/lupa.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 1px;
    /*text-shadow: 0 2px rgba(0, 0, 0, 0.2);*/
    min-width: 200px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-family:'CronosPro-Rg';
    text-transform:UPPERCASE;
    transition: background-color .7s;
}
.search-box .search input[type=submit]:hover {
    background-color: #002E6E;
}
[dir=rtl] .search-box .search input[type=submit] {
    border-radius: 8px 0 0 8px;
    left: 0;
    right: auto;
}
.sub-nav .search {
    float: right;
    position: relative;
}
[dir=rtl] .sub-nav .search {
    float: left;
}
.sub-nav .search:before {
    content:"\1F50D";
    font-family:"entypo";
    font-size: 16px;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
    z-index: 1;
}
.sub-nav .search input[type=search], .sub-nav .search input[type=text] {
    padding: 6px 10px 6px 35px;
    height: 30px;
    width: 100%;
}
[dir=rtl] .sub-nav .search input[type=search], [dir=rtl] .sub-nav .search input[type=text] {
    padding: 6px 35px 6px 10px;
}
.sub-nav .search input[type=submit] {
    display: none;
}
/* ====================================================
   Navigation pages
   ==================================================== */
 .help-center-name {
    color: #001b40;
    font-size: 34px;
    font-weight: normal;
    margin: 2px 0 20px 0;
    text-align: center;
    font-family: CronosPro-Rg;
    letter-spacing: -0.4px;
}
.help-center-name + .search {
    margin-bottom: 25px;
}
.category-tree {
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    padding: 8px 1px;
}
.category-tree h2 ~ *, .category-tree h3 ~ * {
    display: none;
}
.category-tree [class^="category-"] {
    display: block;
    padding: 17px 0 23px 0;
    vertical-align: top;
    width:189px;
    height:189px;
    float:left;
    border: 2px solid #3bb8ee;
    border-radius: 7px;
    text-align:center;
    margin: 0 17px;
    cursor: pointer;
    background-color:#3ab6ed;
    overflow:hidden;
}
.category-tree [class^="category-"]:hover {
    background-color: rgba(19, 51, 136, 1) !important;
    transition: background-color .4s;
}
.category-tree .category-115001479848 span.textoC::after {
    content:" Telefonía y Apps";
}
.category-tree .category-115001039407 span.textoC::after {
    content:" TV e Internet";
}
.category-tree .category-115001479928 span.textoC::after {
    content:" Giros y Pagos";
}
.category-tree .category-115001479948 span.textoC::after {
    content:" Soluciones";
}
.textoC {
    font-size: 14px;
    display:block;
    color:#FFF;
    margin: 3px 0 0 0;
}
#informa {
    height:38px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color:#f9f7f7;
    margin: 41px 0 0 0;
    padding: 11px 0 0 33px;
    width:870px;
    margin-left:auto;
    margin-right:auto;
    background:url(//cdn.tigo.com.py/zndsk/skin/icon-tigo-informa.png) 0 5px no-repeat;
}
#informa span.titleEvento {
    font-family: CronosPro-Sb;
    text-transform:uppercase;
    font-size:15px;
    color:#002e6e;
    margin: 0 15px 0 0;
}
#informa span.evento {
    font-style:italic;
    color:#666;
}
#informa span.noEventos {
    font-style:italic;
    color:#666;
}
#informa span.verdetalle {
    text-align:right;
    float:right;
}
#informa span.verdetalle a {
    text-decoration:none;
    color:#133388;
    text-transform:uppercase;
    font-size:11px;
}
#side-submenu {
    width: 200px;
    float: left;
    margin: 0 40px 0 0;
}
ul#subnavCateg li {
    list-style:none;
    display:block;
    padding-top: 14px;
    padding-left:37px;
    padding-bottom: 16px;
    border-bottom:1px solid #87d6e4;
}
ul#subnavCateg li.cat-204609948 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-smartphones.png) 0 11px no-repeat;
    border-top:1px solid #87d6e4;
}
ul#subnavCateg li.cat-204609968 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-hogar.png) 0 11px no-repeat;
}
ul#subnavCateg li.cat-204609988 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-billetera.png) 0 11px no-repeat;
}
ul#subnavCateg li.cat-204610008 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-negocios.png) 0 11px no-repeat;
}
/*ul#subnavCateg li:nth-child(5) {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-consultado.png) 0 11px no-repeat;
}*/
 ul#subnavCateg li.cat-115000870768 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-consultado.png) 0 11px no-repeat;
}
#footerMobile {
    display: none;
    height: 50px;
    padding: 10px 0;
    background-color:#002e6e;
    color:#fff;
    margin-top: 35px;
    font-family:'CronosPro-Lt';
    font-size:10px;
    text-align:center;
    letter-spacing:0.06em;
}
#footerMobile a {
    color:#47c2f9;
}
ul#subnavCateg li a {
    display:block;
    height:100%;
    width:100%;
    color:#333;
    font-family:CronosPro-Rg;
    font-size:18px;
}
ul#subnavCateg li ul li {
    background-image: none !important;
    border:none !important;
    padding:0 !important;
    font-size:15px;
}
ul#subnavCateg li ul li h2 {
    font-size:15px;
    font-weight:normal;
}
ul#subnavCateg li ul li.section {
    padding-left: 14px !important;
    background: url(//cdn.tigo.com.py/zndsk/skin/flecha-sub.png) 0 4px no-repeat !important;
}
ul#subnavCateg li ul li.section:nth-child(1) {
    margin-top:18px;
}
ul#subnavCateg div .section h2 {
    padding-left: 14px !important;
    background: url(//cdn.tigo.com.py/zndsk/skin/flecha-sub.png) 0 4px no-repeat !important;
    display: block;
    font-size:15px !important;
    font-weight:normal;
}
ul#subnavCateg div .section h2 a {
    font-size:15px !important;
    font-weight:normal;
}
ul#subnavCateg div section:nth-child(1) {
    margin-top:20px;
}
.divider {
    height:40px;
    background:url(//cdn.tigo.com.py/zndsk/skin/degradee-div.png) 0 0 repeat-x;
    margin:15px 0 0 0;
}
/*
-----------------------------
STAR  STYLOS PRINCIPAL       
--------------------------------
*/
 .contact {
    text-align: left;
    color:#333;
    width: 394px;
    margin: 0 0 0 18px;
}
.contact h2 {
    color:#002e6e;
    text-align:left !important;
    font-family: CronosPro-Rg;
    font-size: 26px;
}
.contact ul {
    display: block;
}
.contact ul li {
    height: 36px;
    border-bottom: 1px solid #b4d2e1;
    margin: 0;
    padding-top: 0;
    list-style: circle !important;
    margin-left: 14px;
    list-style: url(//cdn.tigo.com.py/zndsk/skin/flecha-contac.png) !important;
    padding-left: 5px;
}
.contact li:nth-child(1) {
    border-top: 1px solid #b4d2e1;
}
.contact ul li a {
    padding: 10px 0 0 0;
    color: #333;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: block;
}
.contact ul li:nth-child(1) a {
    background: url("//theme.zdassets.com/theme_assets/820035/18b82b06df0608f556341d255e764367b5b64ec0.png") right 0 no-repeat;
}
.contact ul li:nth-child(2) a {
    background: url("//theme.zdassets.com/theme_assets/820035/a472434e96126c7ada4009539cbd828f0656f6e4.png") right 0 no-repeat;
}
.contact ul li:nth-child(3) a {
    background: url("//theme.zdassets.com/theme_assets/820035/8e5aefee4d08dd6dc521e0468a5fdb60c113bd48.png") right 0 no-repeat;
}
.contact ul li:nth-child(4) a {
    background: url("//theme.zdassets.com/theme_assets/820035/8bd9b843222dd9d69a4d689a19f0c2be0a33b3c4.png") right 0 no-repeat;
}
.contact ul li:nth-child(5) a {
    background: url("//theme.zdassets.com/theme_assets/820035/4ab156e53150b5db2dec4d4ce5cc400e245db7bd.png") right 0 no-repeat;
}
.contact ul li a span {
    display:block;
    float:right;
}
.fastlinks {
    display: block;
    padding: 2px 150px;
    vertical-align: top;
    height: 80px;
    float:left;
    text-align:center;
    margin: 45px 0 0 16px;
    cursor: pointer;
}
.fastlinks li {
    display: block;
    float:left;
    margin: 0;
    height: 90px;
}
.fastlinks a {
    display: block;
    width:100%;
    height:100%;
    padding: 0;
    text-decoration: none;
    font-family:CronosPro-Rg;
    color:#333;
    font-size: 17px;
}
.fastlinks li:nth-child(1) a, .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a, .fastlinks li:nth-child(5) a {
    border-right:1px solid #ccc;
}
.fastlinks li:nth-child(1) {
    width: 130px;
    padding: 0;
}
.fastlinks li:nth-child(1) a {
    padding: 0 30px 0 0;
}
.fastlinks li:nth-child(2) {
    width: 140px;
}
.fastlinks li:nth-child(3) {
    width: 150px;
}
.fastlinks li:nth-child(4) {
    width: 140px;
}
.fastlinks li:nth-child(5) a {
    padding: 0 0 0 0;
}
.fastlinks li:nth-child(5) {
    width: 140px;
}
.fastlinks li:nth-child(6) {
    width: 180px;
}
.fastlinks a img {
    display: block;
    margin: 0 auto 12px auto;
    text-align:center;
}
.fastlinks a:hover {
    color: #3bb8ee;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.masconsul_vid {
    width: 440px;
    display: block;
    padding: 3px 7px;
    vertical-align: top;
    text-align:center;
    margin: 0 0 2px 10px;
    cursor: pointer;
    /* background-color:#e0e0e0;*/
}
.masconsul_vid h2 {
    color:#002e6e;
    text-align:left !important;
    font-family: CronosPro-Rg;
    font-size: 26px;
    margin-bottom:26px;
    border-bottom: 1px solid #ccc;
    padding-bottom:12px;
}
.masconsul {
    width: 400px;
    display: block;
    padding: 20px 3px 8px 3px;
    vertical-align: top;
    margin: 0 28px 0 12px;
    cursor: pointer;
}
.promoted-articles h3 {
    margin:0;
    padding:0;
}
.promoted-articles a {
    line-height:1.4em;
    font-family:"Cronospro-rg", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.masconsul h2 a {
    color:#002e6e;
    text-align:left !important;
    font-family: CronosPro-Rg;
    font-size: 26px;
}
.masconsul h2 {
    margin-top:5px;
    margin-bottom:8px;
    border-bottom: 1px solid #ccc;
    padding-bottom:12px;
}
.clearIt {
    clear:both;
}
.masconsul li {
    list-style: square;
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 19px;
}
.masconsul ul span {
    color: #3bb8ee;
}
.category-tree-with-article ul {
    margin:0;
    padding:0;
}
.category-tree-with-article ul li {
    margin:0;
    padding:0;
}
.category-tree [class^="category-"] a {
    margin: 0 0 !important;
    font-family: CronosPro-Rg;
    display: block;
    font-size: 1.4em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-decoration: none;
    transition: .7s color;
    color:#002e6e;
}
.category-tree [class^="category-"] a:hover {
    color: #43C7F4;
}
.category-tree [class^="category-"] {
    background-color:#3ab6ed;
}
.category-tree .category-115001479848 a {
    background: url(https://tigoid-cdn.tigocloud.net/misc/ZD/IMG/Categorias/movil_blanco.png) 50% 46px no-repeat;
    height: 100%;
}
.category-tree .category-115001039407 a {
    background: url(https://tigoid-cdn.tigocloud.net/misc/ZD/IMG/Categorias/hogar-blaco.png) 50% 46px no-repeat;
    height: 100%;
}
.category-tree .category-115001479928 a {
    background: url(https://tigoid-cdn.tigocloud.net/misc/ZD/IMG/Categorias/tigomoney_blanco.png) 50% 46px no-repeat;
    height: 100%;
}
.category-tree .category-115001479948 a {
    background: url(https://tigoid-cdn.tigocloud.net/misc/ZD/IMG/Categorias/tigobusiness_blanco.png) 50% 46px no-repeat;
    height: 100%;
}
.category-tree [class^="category-"]:nth-child(5) {
    margin-top:36px;
    width: 394px;
    display: none
}
.category-tree [class^="category-"]:nth-child(6) {
    margin-top:36px;
    width: 394px;
    display: none;
}
/*
--------------------------------------------------
 END   STYLOS PRINCIPAL                 
----------------------------------------------------- 
 */
 .category-tree section.category-115001479848 {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-smart.png) 50% 40px no-repeat;
}
/*.category-tree section.category:nth-child(1) {
  display:none;
}*/
 .category-tree section.category-115001039407(2) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-home.png) 50% 40px no-repeat;
}
.category-tree section.category-115001479928(3) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-money.png) 50% 40px no-repeat;
}
.category-tree section.category-115001479948(4) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-business.png) 50% 40px no-repeat;
}
.category-tree section[class^="category-"]:nth-child(5) {
    margin-top:36px;
    width: 394px;
}
.category-tree section[class^="category-"]:nth-child(6) {
    margin-top:36px;
    width: 394px;
}
.category-tree section[class^="category-"]:nth-child(5) h2 {
    margin-top:79px;
}

form#new_request div:first-child {
    display:none;
    height:200px;
}
.category-tree [class^="category-"] h2 {
    margin: 90px 0;
    font-family: CronosPro-Rg;
}
.category-tree [class^="category-"] h2 a {
    color: #FFF;
    font-weight: lighter;
    font-family: CronosPro-Lt;
    line-height:1.2em !important;
}
.category-tree .section h3 {
    margin: 0;
    color:#FFF;
}
.category-tree .section h3 a {
    color: inherit;
    font-weight: normal;
    font-size: 14px;
    font-family: CronosPro-Rg;
}
.category-tree .section {
    margin: 5px 20px;
}
.category-tree .article-list, .category-tree .section-empty a {
    margin: 20px;
}
.category-tree .section-empty a {
    display: block;
}
.category-tree .article-list li {
    margin-bottom: 5px;
}
.category-description, .section-description {
    color: #999;
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: CronosPro-Lt;
    font-size: 17px;
}
#arbolCateg .article-list li a {
    color:#FFFFFF;
    opacity:0;
}
.interna {
    float:left;
    width:630px;
}
.interna h1 {
    padding-top:0;
    margin-top:0;
}
.section-tree .section {
    display: inline-block;
    padding: 0 50px 50px 0;
    vertical-align: top;
    width: 49.5%;
}
.section h2 {
    color: #333;
    font-weight: 800;
    font-family: CronosPro-Rg;
    font-size: 16px;
}
#side-submenu .section ul.article-list li {
    display:none;
}
ul.article-list {
    list-style: initial;
    margin: 0 0 0 20px;
}
.article-list {
    font-family: Cronospro-rg;
    font-size: 16px;
    line-height: 1.4em;
}
.section-tree .section h3 {
    margin-bottom: 20px;
    color:#43C7F4;
    font-family:CronosPro-Rg;
}
.section-tree .section h3 a {
    color: #002e6e;
    font-family:CronosPro-Rg;
    font-size: 21px;
}
.section-tree .article-list li {
    margin-bottom: 7px;
    line-height: 24px;
}
.article-list li a {
    color:#333;
}
.section-subscribe, .section-unsubscribe, .article-subscribe, .article-unsubscribe {
    float: right;
}
.section-subscribe[role=button], .section-unsubscribe, .article-subscribe, .article-unsubscribe {
    background: #002e6e;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    height: 25px;
    line-height: 25px;
    margin-top: 30px;
    padding: 0 10px;
    display: none;
}
.article-list li {
    margin-bottom: 15px;
}
.see-all-articles {
    font-size: 12px;
    padding: 4px 0;
    line-height: 44px;
    color: #05377e;
    font-weight: bold;
}
.category-tree .see-all-articles {
    position: relative;
    top: -10px;
    left: 20px;
}
/* ====================================================
   Community box
   ==================================================== */
 .community {
    background: #f8f8f8;
    border-radius: 5px;
    margin-top: 200px;
    padding: 25px 30px;
}
.community .recent-activity {
    padding: 0;
    width: auto;
}
.community .recent-activity h2 {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: normal;
    font-size: inherit;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.community h4 {
    color: #111111;
    float: right;
    font-size: 13px;
    margin: 0;
}
[dir=rtl] .community h4 {
    float: left;
}
.community h4 a {
    font-weight: normal;
    font-size: 11px;
}
.trending-questions {
    margin-bottom: 40px;
}
.trending-questions h2 {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #111111;
    font-weight: normal;
    font-size: inherit;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.trending-questions:last-child {
    margin-bottom: 0;
}
.trending-question-list {
    margin-bottom: 15px;
}
.trending-question-list li {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px 0 0;
    width: 49.5%;
}
/* ====================================================
   Promoted tooltip
   ==================================================== */
 .article-promoted span {
    cursor: default;
    font-family:"entypo";
    margin-right: 5px;
    position: relative;
}
.article-promoted span:before, .article-promoted span:after {
    display: none;
    position: absolute;
}
.article-promoted span:hover:before, .article-promoted span:hover:after {
    display: block;
}
.article-promoted span:before {
    background: #222;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    color: #FFF;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after {
    border-bottom: 5px solid #222;
    border-bottom: 5px solid rgba(0, 0, 0, 0.85);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content:"";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
/*#star, #smart, #money, #business {
  position:absolute;
  left:0;
  top:0;
}*/
 #smart {
    z-index:9999;
}
/* ====================================================
   Sub nav
   ==================================================== */
 .sub-nav {
    display: table;
    margin-bottom: 25px;
    padding: 25px 0;
    table-layout: fixed;
    width: 100%;
    border-bottom: none;
}
.sub-nav > * {
    /*display: table-cell;*/
}
.sub-nav .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    background-color: #f2eeee;
    height: 35px;
    padding: 10px 0 0 10px;
    color: #333;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.sub-nav ol.breadcrumbs li:first-child::before {
    content:" ";
    background:url(//cdn.tigo.com.py/zndsk/skin/home-icon.png) 0 0 no-repeat;
    padding-left: 18px;
}
/* } aqui estaba esta llave demas */
 .sub-nav .search {
    width: 300px;
}
/* Article */
 .article-column {
    width: 700px;
}
h1 .visibility-internal-icon:before {
    width: auto;
    min-width: 13px;
    margin-right: 10px;
}
.article-info > * {
    display: table-cell;
    vertical-align: middle;
}
.article-avatar {
    min-width: 55px;
}
.article-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.article-meta {
    width: 100%;
}
/*
--------------------------
Style urtima actualization

__________________________

*/
 .chafe {
    color: #ccc;
}
/*
--------------------------
Style urtima actualization

__________________________

*/
 .article-updated {
    display: block;
}
.article-more-questions {
    margin: 15px 0 50px;
}
.article-body {
    line-height: 2;
    font-size: 1em;
    word-wrap: break-word;
    color: #666;
}
.article-body table {
    table-layout: fixed;
}
.article-footer {
    border-bottom: 1px solid #EEE;
    margin-top: 15px;
    padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
    display: table-cell;
}
.article-vote {
    width: 100%;
}
.article-vote > * {
    display: inline-block;
}
.article-vote-controls {
    margin: 0 5px;
}
.article-vote-count {
    color: #999;
    min-width: 20%;
}
.article-vote-up, .article-vote-down {
    color: inherit;
    font-family:"entypo";
    padding: 0px 10px;
}
.article-vote-up:before {
    content:"\1f44d";
}
.article-vote-down:before {
    content:"\1f44e";
}
.article-vote-up.article-voted {
    color: #6B9100;
    border-color: #6B9100;
}
.article-vote-down.article-voted {
    color: #999;
    border-color: #999;
}
.article-footer a, .article-footer a:before {
    background: #002e6e;
    ;
    box-shadow: none;
    border: 0;
    border-radius: 50%;
    color: #FFF;
    height: 30px;
    line-height: 30px;
}
/* ====================================================
   Video block Home
   ==================================================== */
 #blockVideo {
    background-color:#e0e0e0;
    width:430px;
}
#video {
    width:100%;
    height: 290px;
    background-color:#fff;
}
ul#tabs {
    padding:0;
    margin:0;
}
ul#tabs li {
    display:block;
    float:left;
    background-color:#40b7e9;
    list-style:none;
    width:105px;
    margin:0 1px;
}
ul#tabs li a {
    display:block;
    padding:12px 8px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:13px;
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
ul#tabs li:hover {
    background-color:#2d8fb8;
}
#slider {
    width:430px;
    margin: 0 auto;
    position:relative;
    height:325px;
}
ul#videos {
    padding:0;
    margin:17px 0;
}
ul#videos li {
    display:block;
    float:left;
    list-style:none;
}
ul#videos li a {
    display:block;
    padding:8px;
    text-align:center;
    text-decoration:none;
    width:87px;
    margin:0 10px;
    height: 50px;
    background-color:#fff;
}
ul#tabs li a.activeA {
    background-color:#e0e0e0;
    color:#333;
    font-weight:bold;
}
ul#videos li span {
    display:block;
    padding:5px 0 0 10px;
    margin: 0;
    width:90px;
    font-size:12px;
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.clear {
    clear:both;
}
.cuad {
    width:23px;
    height: 23px;
    background:#40b7e9;
    position:absolute;
    left:-30px;
    top: 21px;
}
.cuad2 {
    width:23px;
    height: 23px;
    background:#40b7e9;
    position:absolute;
    right:-30px;
    top: 21px;
}
/* ====================================================
   Requests
   ==================================================== */
 .request-follow-up {
    text-align: right;
}
.follow-up-hint {
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: 13px;
}
.request-details li + li {
    margin-top: 10px;
}
.request-header {
    font-weight: lighter;
    font-size: 1.7em;
    margin: 1em 0;
}
.request-id {
    color: #bbb;
    display: block;
    font-size: 13px;
}
.request-details {
    font-size: 12px;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
}
.request-details .nested-field-tag:before {
    content:" > ";
}
.request-details .nested-field-tag:first-child:before {
    content:"";
}
.request-status {
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 2px 5px;
    white-space: nowrap;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
.page-header {
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.page-header > *:first-child {
    width: 100%;
}
.page-header + p {
    color: #BEBEBE;
    margin: -15px 0 20px 0;
}
.page-header h1 {
    font-size: 20px;
    font-weight: 400;
}
body.community-enabled .search-results-column {
  width: 100% !important;
}
.visibility-internal-icon:before {
    content:"\1F512";
    display: inline-block;
    font-family:"entypo";
    text-align: center;
    width: 13px;
}
.article-promoted span, .visibility-internal {
    cursor: default;
    position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
    background: #222;
    border-radius: 3px;
    color: #FFF;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: none;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
    border-bottom: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content:"";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
    display: block;
}
.article-body td {
    border-width: 1px;
}
/* Comments - Article, Request and Post pages */
.comment-sorter {
    float: right;
}
.comment-sorter a {
    color: #999;
    text-decoration: none;
    padding-left: 20px;
}
[dir=rtl] .comment-sorter {
    float: left;
}
[dir=rtl] .comment-sorter a {
    padding-left: 0;
    padding-right: 20px;
}
.comment-sorter[aria-selected=true] {
    font-weight: bold;
    color: #333;
}
.comment, .comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment-vote, .comment-bookmark {
    text-align: center;
    width: 50px;
}
.comment-bookmark:before {
    color: #77a500;
    content:"\1F516";
    font-family:"entypo";
    font-size: 23px;
    line-height: 1.1;
}
.comment-avatar {
    position: relative;
    width: 85px;
}
.comment-avatar-agent:after {
    background-color: transparent;
    background-image: url("//theme.zdassets.com/theme_assets/820035/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
    background-image: url("//theme.zdassets.com/theme_assets/820035/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    content:" ";
    height: 15px;
    left: 55px;
    position: absolute;
    top: 55px;
    width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
    left: auto;
    right: 55px;
}
.comment-header {
    margin-bottom: 15px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
    float: left;
}
.comment-published {
    color: #BEBEBE;
}
.comment-published:before {
    content:" ";
    display: inline-block;
    width: 5px;
}
.comment-pending, .comment-official {
    border-color: currentcolor;
    border-radius: 2px;
}
.comment-pending {
    color: #eec100;
}
.comment-official {
    color: #77a500;
}
.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.comment-form-controls input[type=submit] {
    margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
}
.comment-screencasts, .comment-mark-as-solved {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
    margin-left: 20px;
}
.comment-actions {
    float: right;
    color: #999;
}
[dir=rtl] .comment-actions {
    float: left;
}
.comment-actions .dropdown-toggle:before {
    content:"\2699";
    font-size: 11px;
    font-family:"entypo";
}
.attachment-list, .screencast-list {
    font-size: 11px;
    margin-top: 25px;
}
.attachment-list span, .screencast-list span {
    color: #999;
}
[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.attachment-list li, .screencast-list li {
    margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
    background: #f9f9f9;
    border-radius: 3px;
    color: #bbb;
    font-family:"entypo";
    margin-right: 5px;
    padding: 5px;
}
.attachment-list li:before {
    content:"\1F4CE";
}
.screencast-list li:before {
    content:"\1F4BB";
}

.my-activities-header .breadcrumbs li {
    color: #000;
    font-size: 20px;
    font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
    display: none;
}
.my-activities-nav {
    margin-bottom: 100px;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.request-table-toolbar {
    background: #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
[dir=rtl] .request-table-filters {
    text-align: left;
}
.request-table-filters label:before {
    content:" ";
    width: 25px;
    display: inline-block;
}
.requests-search {
    border-radius: 20px;
    outline: none;
    padding: 6px 15px;
}
.request-id {
    color: #BEBEBE;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 3px 0;
}
.request-details .nested-field-tag:before {
    content:" > ";
}
.request-details .nested-field-tag:first-child:before {
    content:"";
}
.request-status {
    color: #FFF;
    border-radius: 3px;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
/* Community heading */
 .community-heading {
    font-size: 18px;
    margin: 0;
    width: 100%;
}
/* Community nav */
 .community-nav {
    border-bottom: 1px solid #EEE;
    margin-bottom: 55px;
    padding: 25px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}
.community-nav li a {
    font-weight: normal;
}
.community-nav li + li {
    border-left: 1px #EEE;
    padding-left: 30px;
}
.community-nav li:last-child {
    border: 0;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
[dir=rtl] .community-nav li:last-child {
    float: left;
}
.community-nav li:last-child a {
    color: #ffffff;
}
.community-nav li:last-child a:before {
    content:"\270E";
    font-family:"entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
    margin-right: 0;
    margin-left: 10px;
}
/* Community sub-nav */
 .community-sub-nav {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
    width: 800px;
}
.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.community-sub-nav li a {
    font-weight: normal;
}
.community-sub-nav li + li {
    padding-left: 15px;
}
.community-sub-nav .topic-add {
    position: absolute;
    right: 0;
    top: 10px;
}
/* Topics/questions/answers */
 .topic {
    display: inline-block;
    width: 49.5%;
    padding: 20px 30px 20px 0;
    vertical-align: top;
}
.topic-header, .question-header {
    border-bottom: 1px solid #EEE;
    display: table;
    padding-bottom: 10px;
}
.topic-header > *, .question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta, .question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.topic-heading, .question-heading, .answer-list-heading {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.topic-heading {
    font-size: 18px;
}
.topic-questions {
    margin-top: 45px;
}
.topic-description {
    word-break: break-word;
}
.question, .answer {
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
    position: relative;
}
.question-form .nesty-input {
    max-width: none;
}
.question-avatar, .answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar-agent:after, .answer-avatar-agent:after {
    background-color: transparent;
    background-image: url("//theme.zdassets.com/theme_assets/820035/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
    background-image: url("//theme.zdassets.com/theme_assets/820035/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 30px;
    top: 30px;
    content:" ";
}
.question-avatar img, .answer-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.question-body, .answer-body, .answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-body .answer-official-body {
    vertical-align: top;
    width: 100%;
}
.question-body p, .answer-body p, .answer-official-body p {
    margin: 0 0 5px;
}
.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
    float: left;
}
.question .answer {
    border: none;
    padding-bottom: 0;
}
.question-topic-list {
    margin: -20px 0 30px;
}
.question-topic-list li {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.question-topic-list a {
    background: #f6f6f6;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #CCC;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.question-title, .topic-title {
    margin: -3px 0 5px;
    font-size: 15px;
}
.question-title a, .topic-title a {
    font-weight: lighter;
}
.question-meta, .answer-meta, .topic-meta {
    color: #CCC;
    font-size: 11px;
}
.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
    content:"\2022";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.answer-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls input[type=submit] {
    margin-left: 15px;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-official-heading {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    border-bottom: 0px;
}
.answer-list-heading {
    border-bottom: 1px solid #EEE;
    margin-top: 30px;
    padding-bottom: 20px;
}
.section ul {
    list-style: initial;
}
.section ul li {
    margin: 0 0 0 16px;
}
.pending-moderation-answer-badge {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
.question-share, .answer-share {
    position: relative;
}
.related-questions-header {
    border-bottom: 1px solid #EEE;
}
.related-questions-heading {
    margin-top: 3px;
}
.related-questions li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Vote */
 .vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.vote-sum, .vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding-left: 10px;
    text-align: center;
}
.vote-controls {
    border-radius: 5px;
}
.vote-controls a {
    background: #FFF;
    border-color: #f6f6f6;
    box-shadow: none;
    color: #BEBEBE;
    display: block;
    font-family:"entypo";
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
}
.vote-up {
    border-radius: 5px 5px 0 0;
}
.vote-down {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}
.vote-up:before {
    content:"\E763";
}
.vote-down:before {
    content:"\E760";
}
.vote-controls:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.vote-controls:hover a {
    background: #FFF;
    border-color: #A6A6A6;
    color: #BBB;
}
.vote-controls a:hover, .vote-controls[aria-selected=true] {
    background: #f6f6f6;
    color: #333;
}
.vote-controls a:active {
    background: #CCC;
    color: #111;
}
/* Accept */
 .answer-accept {
    color: #BBB;
    font-size: 15px;
    max-width: 15px;
    overflow: hidden;
    padding-top: 7px;
    position: absolute;
    white-space: nowrap;
}
.answer-accept:hover {
    text-decoration: none;
}
.answer-accept:before {
    content:"\2713";
    font-family:"entypo";
    margin-right: 5px;
}
.answer-accepted .answer-accept, .answer-accepted .vote-sum {
    color: green;
}
/* Admin controls */
 .topic-controls, .question-controls, .answer-controls {
    float: right;
    font-size: 11px;
}
.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
    color: #CCC;
    content:"\2022";
    font-size: 10px;
    margin-left: -16px;
    margin: 0 8px;
    pointer-events: none;
    position: relative;
    display: inline-block;
}
/* Share questions and answers */
 .share-label {
    cursor: pointer;
}
.share-label + .share {
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
}
.share-label + .share:before, .share-label + .share:after {
    content:"";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label + .share:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    margin-left: -6px;
}
.share-label + .share:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    margin-left: -5px;
}
.share-label[aria-selected="true"] {
    color: #111;
}
.share-label[aria-selected="true"] + .share {
    display: block;
}
.share-label[aria-selected="false"] + .share {
    display: none;
}
body.community-enabled .search-results-column {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
    margin-right: 35px;
}
.search-results-subheading {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.search-results-subheading-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}
.search-results-list {
    margin-bottom: 25px;
}
.search-results-list > * {
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
}
.search-results-list > *:first-child {
    border-top: 1px solid #EEE;
}
.search-result-link {
    font-family: CronosPro-Sb;
    font-size: 22px;
    font-weight: normal;
}
.search-result-description, .search-result-meta {
    padding-top: 16px;
}
.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
    font-size: 12px;
    color: #BEBEBE;
}
.search-result-meta-time:before, .search-result-meta-count:before {
    display: inline-block;
    padding-right: 5px;
    content:'\2022';
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.search-result-votes {
    background: #A8D119;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes:before {
    content:"\1F44D";
    font-family:"entypo";
    margin-right: 3px;
}
.chat {
    background: #f6f6f6;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    position: fixed;
    right: 85px;
    -webkit-transition: bottom .5s ease-in, color .5s ease-in;
    -moz-transition: bottom .5s ease-in, color .5s ease-in;
    -ms-transition: bottom .5s ease-in, color .5s ease-in;
    -o-transition: bottom .5s ease-in, color .5s ease-in;
    transition: bottom .5s ease-in, color .5s ease-in;
}
.chat:before {
    content:"\E720";
    font-family:"entypo";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.chat:hover {
    text-decoration: none;
}
.chat-available {
    bottom: 0;
}
.chat-unavailable {
    color: gray;
    cursor: default !important;
    bottom: -50px;
}
.error-page {
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}
.error-page h1 {
    font-size: 52px;
    margin-bottom: 0;
}
.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.error-page > a {
    display: block;
    margin-top: 25px;
}
.recent-activity {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px 20px;
    width: 270px;
}
.recent-activity-header {
    margin-top: 0;
    font-size: 15px;
}
.recent-activity-item ~ .recent-activity-item {
    margin-top: 15px;
}
.recent-activity-item-parent {
    color: #002e6e;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.recent-activity-item-parent:hover {
    text-decoration: underline;
}
.recent-activity-item-link {
    display: block;
}
.recent-activity-item-meta {
    font-size: 12px;
    color: #999;
}
.recent-activity-item-time {
    display: inline-block;
}
.recent-activity-item-comment {
    display: none;
}
.recent-activity-item-comment:before {
    display: inline-block;
    content:"•";
}
.recent-activity-item-comment span:before {
    font-family:"entypo";
    content:"\00a0\00a0\e718";
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}
[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment, [data-recent-activity-action="post_comment_added"] .recent-activity-item-comment, [data-recent-activity-action="answer_added"] .recent-activity-item-comment {
    display: inline-block;
}
.recent-activity-controls, .recent-activity-loader {
    padding-top: 20px;
    font-size: 12px;
}
.recent-activity-loader {
    display: inline-block;
    position: relative;
}
.recent-activity-loader:before {
    display: block;
    position: absolute;
    content:"\0020";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
    animation: recent-activity-loader 0.5s infinite;
    -webkit-animation: recent-activity-loader 0.5s infinite;
}
@keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
/*

------------------------------------------------------
    <<<<<<<<<<      HEADER          >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/

/*

------------------------------------------------------
    <<<<<<<<<<      TOP         >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/
 .menutope {
    width: 100%;
    height: 30px;
    background-color: #001B40 !important;
    position: relative;
    z-index: 1;
}
.sintenedor {
    width: 950px;
    margin: 0 auto;
}
.menutope ul .tope {
    height: 30px;
}
.menutope li {
    display: inline-block;
}
.menutope li:nth-child(2) {
    margin-left: -5px;
}
.menutope li:nth-child(6) {
    margin-left: -5px;
}
.menutope li:nth-child(7) {
    margin-left: -5px;
}
.minus {
    background-color:#060724;
    border-left: 1px solid #2a405d;
}
.minus a {
    text-transform: capitalize !important;
    font-size: 11px !important;
}
.menutope a {
    color:#9AB0C8;
    font-family:'CronosPro-Rg';
    font-size:13px;
    text-transform:UPPERCASE;
    text-decoration:none;
    padding: 8px 14px;
    display:block;
    letter-spacing: 0.02em;
}
.menutope .tope a:hover {
    background-color:#002e6e;
}
#menuRight {
    float:right;
    margin-top:-28px;
}
#menuRight li.tienda {
    background-color:#43c7f4;
    height: 28px;
}
#menuRight li.tienda a {
    color:rgb(0, 46, 110) !important;
    background:url(//cdn.tigo.com.py/zndsk/images/carro.png) 8px 4px no-repeat;
    padding-left:30px;
    padding-right:8px;
}
#menuRight li a {
    color:#C9DFFE;
    font-size:11px;
    text-transform:none;
}
#menuRight .clint a:hover {
    color: #43C7F4;
}
.active {
    background-color:#002e6e;
}
.menutope li:hover .tooltip {
    display: block;
}
.tooltip {
    display: none;
    position: absolute;
    padding: 2px 10px;
    background-color: #43C7F4;
    border-radius: 5px;
    font-size: .9em;
    text-align: center;
    color: #001B40;
    font-weight: bold;
}
.tooltip .tringle {
    border-bottom: 10px solid #43C7F4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -10px;
    position: absolute;
}
.width {
    width: 60px
}
.width1 {
    width: 100px;
}
.width2 {
    width: 90px;
}
.width3 {
    width: 105px;
}
.width4 {
    width: 110px;
}
.width5 {
    width: 77px;
}
.left {
    left: 15px;
}
.left1 {
    left: 35px;
}
.left2 {
    left: 30px;
}
.left3 {
    left: 40px;
}
.left4 {
    left: 25px;
}
/*
------------------------------------------------------
    <<<<<<<<<<      TOP-End         >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/

/*
------------------------------------------------------
    <<<<<<<<<<      MAinMenu        >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/
 .showme {
    height: 70px;
}
.showme:hover .zubcont {
    display: block;
}
#mainMenuWrapp {
    margin-left:auto;
    margin-right:auto;
    width:858px;
    position: relative;
}
#mainMenuUl li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
#mainMenuUl a {
    text-decoration: none;
    font-size: 1.2em;
    font-family:'CronosPro-Lt';
    letter-spacing: 0.5px;
}
#mainMenuUl a:hover {
    color: #43C7F4;
}
#mainMenuUl {
    position: absolute !important;
    left: 100px !important;
    top: -50px;
}
.showme {
    height: 70px;
}
.showme:hover .zubcont {
    display: block;
}
@keyframes zbmnu {
    0% {
        margin-top: 30px;
    }
    50% {
        margin-top: 35px;
    }
    100% {
        margin-top: 30px;
    }
}
.zubcont {
    position: absolute;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 5px #666;
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    border-radius: 7px;
    padding: 30px;
    display: none;
    margin-top: 30px;
    animation: zbmnu .5s ease-in-out;
    z-index: 1;
}
.zubwidth {
    width: 880px;
}
.zubwidth1 {
    width: 670px;
}
.zubwidth2 {
    width: auto;
}
.zubleft {
    left: -335px;
}
.zubleft1 {
    left: -222px;
}
.zubleft2 {
    left:-20px;
}
.zubleft3 {
    left: 84px;
}
.zubleft4 {
    left: 390px;
}
.tringles {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -40px;
    position: absolute;
}
.mleft1 {
    margin-left: 350px;
}
.mleft2 {
    margin-left: 270px;
}
.mleft3 {
    margin-left: 300px;
}
.mleft4 {
    margin-left: 88px;
}
.zubul {
    width: 200px;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.zubul:last-child {
    padding-right: 0px !important;
}
.sbmtitle {
    color: #002E6E !important;
    font-size: 1.2em;
    list-style: none !important;
    width: 100%;
}
.zubul li {
    margin: 5px !important;
    width: 100%;
}
.zubul a {
    font-size: 1em !important;
    display: block;
    font-size: 13px;
    background-image: url("//cdn.tigo.com.py/zndsk/images/menuBullet.gif") !important;
    background-position: left 16px !important;
    font-family: arial;
    color: #333 !important;
    padding: 7px !important;
    height: auto !important;
    margin: 0px !important;
    line-height: normal !important;
    background-repeat: no-repeat !important;
}
.zubul a:hover {
    color: #43C7F4 !important;
}
#headerMenuSection #topMenu ul li .tooltip .tringle {
    border-bottom: 10px solid #43C7F4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -10px;
    position: absolute;
}
#masProds {
    height: 50px;
    right: -85px !important;
    width: 200px !important;
    top: -50px;
    position: absolute;
}
#masProds:hover li {
    display: block;
}
#masProds a {
    text-decoration: none;
}
#masProds:hover .semore {
    color: #43c7f4;
}
#masProds span {
    display:block;
    color:white;
    font-family:'CronosPro-Rg';
    font-size:12px;
    cursor: pointer;
    float:left;
}
#logoCh, #cuads {
    float:left;
    display:block;
    padding-left:10px;
    cursor: pointer;
}
.products {
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 5px #666;
    display: none;
    height: 520px;
    padding: 10px;
    position: absolute;
    right: 0px;
    width: 410px;
    z-index: 1;
    top: 40px;
}
.triangle {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -20px;
    margin-left: 270px;
}
.brandtitle {
    color: #002E6E;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.products_icons {
    width: 100%;
}
.products_icons .icon {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 93px;
    text-align: center;
    margin: 0 auto
}
.products_icons a {
    color: #05A !important;
    text-transform: uppercase;
    font-size: .8em !important;
}
.products_icons img {
    display: inline-block;
}
/*
----------------------------------------------------

<<<<<<<<<<<<< Footer >>>>>>>>>>>>>>>>>>

______________________________________________
*/
 .footer {
    font-family:'CronosPro-Rg';
    color:#fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #002e6e 24%, #060724 105%) repeat scroll 0 0;
    font-size:14px;
    position: relative;
    bottom: -60px;
}
.footer div.footerCol {
    float:left;
}
.footer h3 {
    color:#fff;
    font-family:'CronosPro-Rg';
    font-size:16px;
    font-weight:normal;
    margin-top:25px;
}
f.ooter ul {
    padding:0 0 0 14px;
    margin:0;
}
.footer ul li {
    list-style:url(//cdn.tigo.com.py/zndsk/images/flecha2.png);
    margin: 3px 0;
}
.footer ul li a {
    color:#44c8f5;
    text-decoration:none !important;
    font-size:11px;
    line-height: 14px;
}
#mundoTigo ul {
    float:left;
    width: 50%;
    display:block;
}
#mundoTigo ul li {
    line-height:1em;
    padding:2px 0;
}
#wrappFooter {
    margin-left:auto;
    margin-right:auto;
    width:858px;
}
#mundoTigo {
    width:210px;
    margin-left:15px;
}
#atencion {
    width:210px;
}
#seguinos {
    width:190px;
    margin-left:15px;
}
#newsletter {
    width:190px;
    margin-left:15px;
}
#newsletter form {
    position: relative;
}
#newsletter input {
    height: 19.5px;
    width: 75%;
    border-radius: 0;
}
#newsletter .arrow {
    background-image: url(//cdn.tigo.com.py/zndsk/images/blueArrow.gif);
    width: 28px;
    height: 23px;
    position: absolute;
    right: 19px;
    background-position: 0 25px;
    cursor: pointer;
}
#newsletter .arrow:hover {
    background-image: url(//cdn.tigo.com.py/zndsk/images/blueArrow.gif);
    background-position: 0 0;
}
#seguinos ul {
    display:block;
    margin:13px 0 0 0;
    padding:0;
}
#seguinos ul li {
    display:block;
    float:left;
    height:35px;
    width:35px;
    list-style:none;
}
#seguinos ul li a {
    display:block;
    height:100%;
    width:100%;
}
#seguinos ul li#fb {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-fb.png) 0 0 no-repeat;
}
#seguinos ul li#tw {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-tw.png) 0 0 no-repeat;
    margin-left: 9px;
}
#seguinos ul li#inst {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-inst.png) 0 0 no-repeat;
    margin-left: 9px;
}
#seguinos ul li#yt {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-yt.png) 0 0 no-repeat;
    margin-left: 9px;
}
.legal {
    color:white;
    font-family:'CronosPro-Lt';
    font-size:10px;
    text-align:center;
    display:block;
    padding: 40px 20px 30px 20px;
    border-top: 1px solid #313745;
    margin-top:69px;
    letter-spacing:0.06em;
}
.legal a {
    color:#0055AA;
    text-decoration: none;
}
.legal a:hover {
    text-decoration: underline;
}
iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*=============================================================
=================== Rate article   */
 #preg {
    background-color:#e7e7e7;
    padding:8px;
    width: 420px;
    margin: 0 0 0 23px;
}
#preg p {
    display:block;
    float:left;
    font-size:15px;
    color:#666;
    font-family:Arial, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin: 8px 19px 7px 0;
}
#preg span {
    display:block;
    float:left;
    margin: 5px;
    background-color:#1dbcfb;
    border-radius:7px;
    color:#fff;
}
#preg span a {
    display:block;
    padding: 4px 30px;
    text-decoration:none;
    color:#fff;
    font-family:Arial, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size:14px;
    border-radius:6px;
    border:3px solid #e7e7e7;
}
#preg span a:hover {
    background-color:#0799d2;
}
#preg span a.active {
    background-color:#133388;
    border:3px solid #fff;
}
#preg span a.inactive {
    background-color:#CCC;
}
.clear {
    clear:both;
}
.bloque {
    width:650px;
    font-size:14px;
    font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    line-height:1.6em;
    color:#333;
    margin:10px 23px;
}
.bloque h1 {
    line-height:1.3em;
}
.grey {
    color:#999;
    font-size:12px;
    margin:3px;
}
a.escri {
    font-size:12px;
    color:#1db6fa;
}
.pregs {
    margin:3px;
    font-size:12px;
}
#gracias p {
    color:#333;
    line-height:1.4em;
}
/* -----------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------

Smartphones (portrait and landscape) ----------------------------

--------------------------------------------------------------*/
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    iframe {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    a {
        font-family: Tahoma, Helvetica, sans-serif;
    }
    .menutope, .header, .footer {
        display:none;
    }
    main, .header-inner {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .search-box .search input[type=search], .search-box .search input[type=text] {
        -webkit-appearance:none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        width: 80%;
        padding-left: 12px;
        font-family: Arial, Helvetica, Tahoma;
        font-size:18px;
    }
    .search-box .search input[type=submit] {
        min-width: inherit;
        padding: 0;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
    }
    .search-box .search {
        border-radius: 4px;
    }
    .search-box {
        margin-bottom: 15px;
        border-radius: 0;
        margin-top: 80px;
        padding: 4px 18px;
    }
    .search-box:before {
        top: 35px;
        height: 226px;
        background-size: 65em;
    }
    .help-center-name {
        font-size: 26px;
        margin: 12px 0 20px 0;
    }
    .help-center-name + .search {
        margin-bottom: 12px;
    }
    .category-tree [class^="category-"] {
        width: 142px;
        height: 142px;
        margin: 7px;
        cursor: pointer;
    }
    .category-tree [class^="category-"] {
        padding: 5px 0 23px 0;
    }
    .category a span.logoszone {
        height: 50px;
        margin-top: 54px;
    }
    .category-tree [class^="category-"] a {
        background-position: 50% 42px !important;
        background-size: 28% !important;
        font-size: 1.4em;
    }
    .category-tree [class^="category-"]:nth-child(3) a {
        font-size: 1.3em;
    }
    .category-tree {
        margin: 0 auto;
        width: 320px;
    }
    .titule {
        display:none;
        font-size: 30px;
        padding: 0 30px;
    }
    .tituleMobile {
        display:block;
    }
    .subtitule {
        display:none;
        font-size: 19px;
        padding: 0 19px;
    }
    #informa {
        height: inherit;
        text-align: center;
        line-height:1.4em;
        background-image: none;
        margin: 21px 0 0 0;
        padding: 3px;
        width:100%;
        background-color: #f9f7f7;
    }
    #informa span.titleEvento {
        display: block;
        margin: 8px 15px 7px 0;
    }
    #informa span {
        margin: 5px 0;
        font-family: Tahoma, Helvetica, Arial;
        padding:0 14px;
    }
    #informa span.verdetalle {
        text-align: center;
        float:none;
        display: block;
    }
    #colLeft {
        width: 99%;
    }
    .masconsul {
        width: 95%;
        padding: 2px;
        margin: 0 0 0 9px;
    }
    .masconsul li a {
        font-size: 15px;
    }
    .masconsul h2 {
        border: none;
        padding-bottom: 3px;
    }
    .contact {
        width: 95%;
        margin: 0 0 0 6px;
    }
    .contact h2 {
        padding-left: 12px;
    }
    #colRight {
        width: 100%;
    }
    .masconsul_vid {
        width: 99%;
        margin:0;
        padding:0;
    }
    .masconsul_vid h2 {
        padding-left: 19px;
        border:0;
        margin-top: 33px;
        margin-bottom: 23px;
        padding-bottom: 0;
    }
    #blockVideo {
        background-color: #e0e0e0;
        width: 100%;
    }
    #slider {
        width:100%;
        height:305px;
    }
    ul#tabs li {
        float: none;
        list-style: none;
        width: 100%;
        margin: 2px 0;
    }
    ul#tabs li a {
        padding: 19px 8px;
        font-size: 16px;
    }
    .fastlinks {
        margin-top: 20px;
        margin-left: 3px;
        padding: 1px;
        margin: auto;
        text-align: center;
    }
    .fastlinks li {
        display: block;
        float:left;
        margin: 0;
        height: 110px;
    }
    .fastlinks li:nth-child(5) {
        float:left;
        margin: 0 auto;
        height: 130px;
        text-align:center;
        width:49%;
    }
    .fastlinks li:nth-child(6) {
        float:left;
        margin: 0 auto;
        height: 130px;
        text-align:center;
        width:49%;
    }
    .fastlinks a {
    }
    .fastlinks li:nth-child(1) a, .fastlinks li:nth-child(3) a {
        border-right:1px solid #ccc;
    }
    .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a {
        padding: 27px 11px 8px 11px !important;
        margin-bottom: 33px;
    }
    .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(4) a {
        border:none;
    }
    .fastlinks li:nth-child(5) a, .fastlinks li:nth-child(6) a {
        padding: 17px 0 0 0 !important;
    }
    .fastlinks li:nth-child(1), .fastlinks li:nth-child(2), .fastlinks li:nth-child(3), .fastlinks li:nth-child(4) {
        width: 49%;
        padding: 0;
    }
    .fastlinks li:nth-child(1) a, .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a, .fastlinks li:nth-child(5) a {
        padding: 0;
    }
    .fastlinks li:nth-child(1) a, .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a {
        border-bottom:1px solid #ccc;
    }
    .fastlinks li:nth-child(3), .fastlinks li:nth-child(4) {
        height:139px;
    }
    .contact ul li {
        height: 52px;
    }
    .contact ul li a {
        padding: 18px 0 0 0;
        font-size: 15px;
        background-position: right 9px !important;
    }
    .menutopeMobile {
        display:block;
        height: 48px;
        background-color:#002e6e;
        position:relative;
    }
    .menutopeMobile img {
        display:block;
        margin: 0 auto;
        max-width:100%;
        height:auto;
        padding: 8px 0 8px 0;
    }
    .menutopeMobile span {
        display:block;
        position:absolute;
        left:9px;
        top:6px;
    }
    #side-submenu {
        display: none;
    }
    @keyframes hambur {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .expand {
        display: block !important;
        animation-name: hambur;
        animation-duration: 0.3s;
    }
    nav.navMobile {
        background-color:#FFFFFF;
        position: absolute;
        width: 100%;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        z-index: 9999;
    }
    nav.navMobile ul {
        margin:0;
        padding:0;
        width:100%;
    }
    nav.navMobile ul li {
        margin:0;
        padding:0;
        width:100%;
    }
    nav.navMobile ul li {
        margin:0;
        padding:0;
        width:100%;
    }
    nav.navMobile ul li a {
        font-family:CronosPro-Rg;
        font-size: 20px;
        display:block;
        width:100%;
        height:100%;
        text-decoration:none;
        padding: 18px 0 18px 44px;
        border-top: 1px solid #ccc;
    }
    nav.navMobile ul li.seconds a {
        font-family:CronosPro-Rg;
        font-size: 18px;
        display:block;
        width:100%;
        height:100%;
        text-decoration:none;
        padding: 15px 0 15px 44px;
        border-top: 1px solid #FFF;
        background:url(//cdn.tigo.com.py/zndsk/skin/icons-sub-seconds.png) 7px 12px no-repeat;
    }
    nav.navMobile ul li.seconds {
        background-color:#d1d5dc;
    }
    nav.navMobile ul li:nth-child(1) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-smartphones.png) 7px 17px no-repeat;
        border-top:1px solid #87d6e4;
    }
    nav.navMobile ul li:nth-child(2) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-hogar.png) 7px 17px no-repeat;
    }
    nav.navMobile ul li:nth-child(3) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-billetera.png) 7px 17px no-repeat;
    }
    nav.navMobile ul li:nth-child(4) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-negocios.png) 7px 17px no-repeat;
    }
    nav.navMobile ul li:nth-child(5) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-negocios.png) 7px 17px no-repeat;
    }
    .interna {
        width:100%;
        padding: 0 12px;
    }
    .section-tree .section {
        padding: 0 10px 10px 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
    .intPage {
        margin-top: 92px !important;
        margin-bottom: 0 !important;
    }
    .intPage:before {
        height: 176px !important;
    }
    .sub-nav {
        display: table;
        margin-bottom: 0;
        padding: 0 0 25px 0;
    }
    divider {
        height: 17px;
    }
    .category-description, .section-description {
        line-height: 1.3em;
        margin-bottom: 22px;
    }
    .sub-nav .breadcrumbs {
        margin-top: 0;
    }
    .article-column {
        width: 100%;
    }
    .interna h1 {
        font-size: 30px;
    }
    .search-results {
        padding: 0 12px;
    }
    .search-results h1 {
        font-size: 30px !important;
        margin: 0;
    }
    .main-column {
        width: 99%;
        padding: 0 14px;
    }
    #new_request input, textarea {
        padding: 16px;
    }
    article {
        font-family: Helvetica, Arial;
    }
    body {
        font-weight:normal;
    }
    #hamburger {
        width: 50px;
        display: block;
    }
    .textoC {
        font-size: 13px;
    }
    #footerMobile {
        display: block;
    }
    .fastlinks {
        height:inherit;
    }
    #tableSucursales td {
        padding: 6px 1px;
        line-height:1.2em;
    }
    /*////////////////////////RATE ARTICLE*/
    #preg {
        padding: 8px 15%;
        width: 83%;
        margin: 0 0 0 1%;
    }
    .bloque {
        width:98%;
        margin: 10px 1%;
    }
    #preg p {
        float:none;
    }
}
ul#subnavCateg li.cat-115000870768 {
    background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-consultado.png) 0 11px no-repeat;
}
#footerMobile {
    display: none;
    height: 50px;
    padding: 10px 0;
    background-color:#002e6e;
    color:#fff;
    margin-top: 35px;
    font-family:'CronosPro-Lt';
    font-size:10px;
    text-align:center;
    letter-spacing:0.06em;
}
#footerMobile a {
    color:#47c2f9;
}
ul#subnavCateg li a {
    display:block;
    height:100%;
    width:100%;
    color:#333;
    font-family:CronosPro-Rg;
    font-size:18px;
}
ul#subnavCateg li ul li {
    background-image: none !important;
    border:none !important;
    padding:0 !important;
    font-size:15px;
}
ul#subnavCateg li ul li h2 {
    font-size:15px;
    font-weight:normal;
}
ul#subnavCateg li ul li.section {
    padding-left: 14px !important;
    background: url(//cdn.tigo.com.py/zndsk/skin/flecha-sub.png) 0 4px no-repeat !important;
}
ul#subnavCateg li ul li.section:nth-child(1) {
    margin-top:18px;
}
ul#subnavCateg div .section h2 {
    padding-left: 14px !important;
    background: url(//cdn.tigo.com.py/zndsk/skin/flecha-sub.png) 0 4px no-repeat !important;
    display: block;
    font-size:15px !important;
    font-weight:normal;
}
ul#subnavCateg div .section h2 a {
    font-size:15px !important;
    font-weight:normal;
}
ul#subnavCateg div section:nth-child(1) {
    margin-top:20px;
}
.divider {
    height:40px;
    background:url(//cdn.tigo.com.py/zndsk/skin/degradee-div.png) 0 0 repeat-x;
    margin:15px 0 0 0;
}
/*
-----------------------------
STAR  STYLOS PRINCIPAL       
--------------------------------
*/
 .contact {
    text-align: left;
    color:#333;
    width: 394px;
    margin: 0 0 0 18px;
}
.contact h2 {
    color:#002e6e;
    text-align:left !important;
    font-family: CronosPro-Rg;
    font-size: 26px;
}
.contact ul {
    display: block;
}
.contact ul li {
    height: 36px;
    border-bottom: 1px solid #b4d2e1;
    margin: 0;
    padding-top: 0;
    margin-left: 14px;
    list-style: url(//cdn.tigo.com.py/zndsk/skin/flecha-contac.png) !important;
    padding-left: 5px;
}
.contact li:nth-child(1) {
    border-top: 1px solid #b4d2e1;
}
.contact ul li a {
    padding: 10px 0 0 0;
    color: #333;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: block;
}
.contact ul li:nth-child(1) a {
    background: url("//theme.zdassets.com/theme_assets/820035/18b82b06df0608f556341d255e764367b5b64ec0.png") right 0 no-repeat;
}
.contact ul li:nth-child(2) a {
    background: url("//theme.zdassets.com/theme_assets/820035/a472434e96126c7ada4009539cbd828f0656f6e4.png") right 0 no-repeat;
}
.contact ul li:nth-child(3) a {
    background: url("//theme.zdassets.com/theme_assets/820035/8e5aefee4d08dd6dc521e0468a5fdb60c113bd48.png") right 0 no-repeat;
}
.contact ul li:nth-child(4) a {
    background: url("//theme.zdassets.com/theme_assets/820035/8bd9b843222dd9d69a4d689a19f0c2be0a33b3c4.png") right 0 no-repeat;
}
.contact ul li:nth-child(5) a {
    background: url("//theme.zdassets.com/theme_assets/820035/4ab156e53150b5db2dec4d4ce5cc400e245db7bd.png") right 0 no-repeat;
}
.contact ul li a span {
    display:block;
    float:right;
}
.fastlinks {
    display: block;
    padding: 2px 150px;
    vertical-align: top;
    height: 80px;
    float:left;
    text-align:center;
    margin: 45px 0 0 16px;
    cursor: pointer;
}
.fastlinks li {
    display: block;
    float:left;
    margin: 0;
    height: 90px;
}
.fastlinks a {
    display: block;
    width:100%;
    height:100%;
    padding: 0;
    text-decoration: none;
    font-family:CronosPro-Rg;
    color:#333;
    font-size: 17px;
}
.fastlinks li:nth-child(1) a, .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a, .fastlinks li:nth-child(5) a {
    border-right:1px solid #ccc;
}
.fastlinks li:nth-child(1) {
    width: 130px;
    padding: 0;
}
.fastlinks li:nth-child(1) a {
    padding: 0 30px 0 0;
}
.fastlinks li:nth-child(2) {
    width: 140px;
}
.fastlinks li:nth-child(3) {
    width: 150px;
}
.fastlinks li:nth-child(4) {
    width: 140px;
}
.fastlinks li:nth-child(5) a {
    padding: 0 0 0 0;
}
.fastlinks li:nth-child(5) {
    width: 140px;
}
.fastlinks li:nth-child(6) {
    width: 180px;
}
.fastlinks a img {
    display: block;
    margin: 0 auto 12px auto;
    text-align:center;
}
.fastlinks a:hover {
    color: #3bb8ee;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.masconsul_vid {
    width: 440px;
    display: block;
    padding: 3px 7px;
    vertical-align: top;
    text-align:center;
    margin: 0 0 2px 10px;
    cursor: pointer;
    /* background-color:#e0e0e0;*/
}
.masconsul_vid h2 {
    color:#002e6e;
    text-align:left !important;
    font-family: CronosPro-Rg;
    font-size: 26px;
    margin-bottom:26px;
    border-bottom: 1px solid #ccc;
    padding-bottom:12px;
}
.masconsul {
    width: 400px;
    display: block;
    padding: 20px 3px 8px 3px;
    vertical-align: top;
    margin: 0 28px 0 12px;
    cursor: pointer;
}
.promoted-articles h3 {
    margin:0;
    padding:0;
}
.promoted-articles a {
    line-height:1.4em;
    font-family:"Cronospro-rg", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.masconsul h2 a {
    color:#002e6e;
    text-align:left !important;
    font-family: CronosPro-Rg;
    font-size: 26px;
}
.masconsul h2 {
    margin-top:5px;
    margin-bottom:8px;
    border-bottom: 1px solid #ccc;
    padding-bottom:12px;
}
.clearIt {
    clear:both;
}
.masconsul li {
    list-style: square;
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 19px;
}
.masconsul ul span {
    color: #3bb8ee;
}
.category-tree-with-article ul {
    margin:0;
    padding:0;
}
.category-tree-with-article ul li {
    margin:0;
    padding:0;
}
.category-tree .category a {
    margin: 0 0 !important;
    font-family: CronosPro-Rg;
    display: block;
    font-size: 1.4em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-decoration: none;
    transition: .7s color;
    color:#002e6e;
}
.category-tree .category a:hover {
    color: #43C7F4;
}
.category-tree .category:nth-child(1) {
    background-color:#3ab6ed;
}

.category-tree .category:nth-child(5) {
    margin-top:36px;
    width: 394px;
    display: none
}
.category-tree .category:nth-child(6) {
    margin-top:36px;
    width: 394px;
    display: none;
}
/*
--------------------------------------------------
 END   STYLOS PRINCIPAL                 
----------------------------------------------------- 
 */
 .category-tree section.category:nth-child(1) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-smart.png) 50% 40px no-repeat;
}
/*.category-tree section.category:nth-child(1) {
  display:none;
}*/
 .category-tree section.category:nth-child(2) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-home.png) 50% 40px no-repeat;
}
.category-tree section.category:nth-child(3) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-money.png) 50% 40px no-repeat;
}
.category-tree section.category:nth-child(4) {
    background:url(//cdn.tigo.com.py/zndsk/skin/iconos-business.png) 50% 40px no-repeat;
}
.category-tree section.category:nth-child(5) {
    margin-top:36px;
    width: 394px;
}
.category-tree section.category:nth-child(6) {
    margin-top:36px;
    width: 394px;
}
.category-tree section.category:nth-child(5) h2 {
    margin-top:79px;
}
form#new_request div:first-child {
    display:none;
    height:200px;
}
/* .request_ticket_form_id {
    display:none;
} */
.category-tree .category h2 {
    margin: 90px 0;
    font-family: CronosPro-Rg;
}
.category-tree .category h2 a {
    color: #FFF;
    font-weight: lighter;
    font-family: CronosPro-Lt;
    line-height:1.2em !important;
}
.category-tree .section h3 {
    margin: 0;
    color:#FFF;
}
.category-tree .section h3 a {
    color: inherit;
    font-weight: normal;
    font-size: 14px;
    font-family: CronosPro-Rg;
}
.category-tree .section {
    margin: 5px 20px;
}
.category-tree .article-list, .category-tree .section-empty a {
    margin: 20px;
}
.category-tree .section-empty a {
    display: block;
}
.category-tree .article-list li {
    margin-bottom: 5px;
}
.category-description, .section-description {
    color: #999;
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: CronosPro-Lt;
    font-size: 17px;
}
#arbolCateg .article-list li a {
    color:#FFFFFF;
    opacity:0;
}
.interna {
    float:left;
    width:630px;
}
.interna h1 {
    padding-top:0;
    margin-top:0;
}
.section-tree .section {
    display: inline-block;
    padding: 0 50px 50px 0;
    vertical-align: top;
    width: 49.5%;
}
.section h2 {
    color: #333;
    font-weight: 800;
    font-family: CronosPro-Rg;
    font-size: 16px;
}
#side-submenu .section ul.article-list li {
    display:none;
}
ul.article-list {
    list-style: initial;
    margin: 0 0 0 20px;
}
.article-list {
    font-family: Cronospro-rg;
    font-size: 16px;
    line-height: 1.4em;
}
.section-tree .section h3 {
    margin-bottom: 20px;
    color:#43C7F4;
    font-family:CronosPro-Rg;
}
.section-tree .section h3 a {
    color: #002e6e;
    font-family:CronosPro-Rg;
    font-size: 21px;
}
.section-tree .article-list li {
    margin-bottom: 7px;
    line-height: 24px;
}
.article-list li a {
    color:#333;
}
.section-subscribe, .section-unsubscribe, .article-subscribe, .article-unsubscribe {
    float: right;
}
.section-subscribe[role=button], .section-unsubscribe, .article-subscribe, .article-unsubscribe {
    background: #002e6e;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    height: 25px;
    line-height: 25px;
    margin-top: 30px;
    padding: 0 10px;
    display: none;
}
.article-list li {
    margin-bottom: 15px;
}
.see-all-articles {
    font-size: 12px;
    padding: 4px 0;
    line-height: 44px;
    color: #05377e;
    font-weight: bold;
}
.category-tree .see-all-articles {
    position: relative;
    top: -10px;
    left: 20px;
}
/* ====================================================
   Community box
   ==================================================== */
 .community {
    background: #f8f8f8;
    border-radius: 5px;
    margin-top: 200px;
    padding: 25px 30px;
}
.community .recent-activity {
    padding: 0;
    width: auto;
}
.community .recent-activity h2 {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: normal;
    font-size: inherit;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.community h4 {
    color: #111111;
    float: right;
    font-size: 13px;
    margin: 0;
}
[dir=rtl] .community h4 {
    float: left;
}
.community h4 a {
    font-weight: normal;
    font-size: 11px;
}
.trending-questions {
    margin-bottom: 40px;
}
.trending-questions h2 {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #111111;
    font-weight: normal;
    font-size: inherit;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.trending-questions:last-child {
    margin-bottom: 0;
}
.trending-question-list {
    margin-bottom: 15px;
}
.trending-question-list li {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px 0 0;
    width: 49.5%;
}
/* ====================================================
   Promoted tooltip
   ==================================================== */
 .article-promoted span {
    cursor: default;
    font-family:"entypo";
    margin-right: 5px;
    position: relative;
}
.article-promoted span:before, .article-promoted span:after {
    display: none;
    position: absolute;
}
.article-promoted span:hover:before, .article-promoted span:hover:after {
    display: block;
}
.article-promoted span:before {
    background: #222;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    color: #FFF;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after {
    border-bottom: 5px solid #222;
    border-bottom: 5px solid rgba(0, 0, 0, 0.85);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content:"";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
/*#star, #smart, #money, #business {
  position:absolute;
  left:0;
  top:0;
}*/
 #smart {
    z-index:9999;
}
/* ====================================================
   Sub nav
   ==================================================== */
 .sub-nav {
    display: table;
    margin-bottom: 25px;
    padding: 25px 0;
    table-layout: fixed;
    width: 100%;
    border-bottom: none;
}
.sub-nav > * {
    /*display: table-cell;*/
}
.sub-nav .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    margin-top: 12px;
    background-color: #f2eeee;
    height: 35px;
    padding: 10px 0 0 10px;
    color: #333;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.sub-nav ol.breadcrumbs li:first-child::before {
    content:" ";
    background:url(//cdn.tigo.com.py/zndsk/skin/home-icon.png) 0 0 no-repeat;
    padding-left: 18px;
}
/* } aqui estaba esta llave demas */
 .sub-nav .search {
    width: 300px;
}
/* Article */
 .article-column {
    width: 700px;
}
h1 .visibility-internal-icon:before {
    width: auto;
    min-width: 13px;
    margin-right: 10px;
}
.article-info > * {
    display: table-cell;
    vertical-align: middle;
}
.article-avatar {
    min-width: 55px;
}
.article-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.article-meta {
    width: 100%;
}
/*
--------------------------
Style urtima actualization

__________________________

*/
 .chafe {
    color: #ccc;
}
/*
--------------------------
Style urtima actualization

__________________________

*/
 .article-updated {
    display: block;
}
.article-more-questions {
    margin: 15px 0 50px;
}
.article-body {
    line-height: 2;
    font-size: 1em;
    word-wrap: break-word;
    color: #666;
}
.article-body table {
    table-layout: fixed;
}
.article-footer {
    border-bottom: 1px solid #EEE;
    margin-top: 15px;
    padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
    display: table-cell;
}
.article-vote {
    width: 100%;
}
.article-vote > * {
    display: inline-block;
}
.article-vote-controls {
    margin: 0 5px;
}
.article-vote-count {
    color: #999;
    min-width: 20%;
}
.article-vote-up, .article-vote-down {
    color: inherit;
    font-family:"entypo";
    padding: 0px 10px;
}
.article-vote-up:before {
    content:"\1f44d";
}
.article-vote-down:before {
    content:"\1f44e";
}
.article-vote-up.article-voted {
    color: #6B9100;
    border-color: #6B9100;
}
.article-vote-down.article-voted {
    color: #999;
    border-color: #999;
}
.article-footer a, .article-footer a:before {
    background: #002e6e;
    ;
    box-shadow: none;
    border: 0;
    border-radius: 50%;
    color: #FFF;
    height: 30px;
    line-height: 30px;
}
/* ====================================================
   Video block Home
   ==================================================== */
 #blockVideo {
    background-color:#e0e0e0;
    width:430px;
}
#video {
    width:100%;
    height: 290px;
    background-color:#fff;
}
ul#tabs {
    padding:0;
    margin:0;
}
ul#tabs li {
    display:block;
    float:left;
    background-color:#40b7e9;
    list-style:none;
    width:105px;
    margin:0 1px;
}
ul#tabs li a {
    display:block;
    padding:12px 8px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:13px;
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
ul#tabs li:hover {
    background-color:#2d8fb8;
}
#slider {
    width:430px;
    margin: 0 auto;
    position:relative;
    height:325px;
}
ul#videos {
    padding:0;
    margin:17px 0;
}
ul#videos li {
    display:block;
    float:left;
    list-style:none;
}
ul#videos li a {
    display:block;
    padding:8px;
    text-align:center;
    text-decoration:none;
    width:87px;
    margin:0 10px;
    height: 50px;
    background-color:#fff;
}
ul#tabs li a.activeA {
    background-color:#e0e0e0;
    color:#333;
    font-weight:bold;
}
ul#videos li span {
    display:block;
    padding:5px 0 0 10px;
    margin: 0;
    width:90px;
    font-size:12px;
    font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.clear {
    clear:both;
}
.cuad {
    width:23px;
    height: 23px;
    background:#40b7e9;
    position:absolute;
    left:-30px;
    top: 21px;
}
.cuad2 {
    width:23px;
    height: 23px;
    background:#40b7e9;
    position:absolute;
    right:-30px;
    top: 21px;
}
/* ====================================================
   Requests
   ==================================================== */
 .request-follow-up {
    text-align: right;
}
.follow-up-hint {
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-top: 13px;
}
.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin: 30px 0 30px;
  padding: 15px 12px;
  box-shadow: 0px 0px 11px 0px rgba(238,238,238,1);
}
.request-details li + li {
    margin-top: 10px;
}
.request-header {
    font-weight: lighter;
    font-size: 1.7em;
    margin: 1em 0;
}
.request-id {
    color: #bbb;
    display: block;
    font-size: 13px;
}
.request-details {
    font-size: 12px;
}
.request-details dt ~ dt {
    font-weight: bold;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
}
.request-details .nested-field-tag:before {
    content:" > ";
}
.request-details .nested-field-tag:first-child:before {
    content:"";
}
.request-status {
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 2px 5px;
    white-space: nowrap;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
.page-header {
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.page-header > *:first-child {
    width: 100%;
}
.page-header + p {
    color: #BEBEBE;
    margin: -15px 0 20px 0;
}
.page-header h1 {
    font-size: 20px;
    font-weight: 400;
}
body.community-enabled .search-results-column {
  width: 100% !important;
}
.visibility-internal-icon:before {
    content:"\1F512";
    display: inline-block;
    font-family:"entypo";
    text-align: center;
    width: 13px;
}
.article-promoted span, .visibility-internal {
    cursor: default;
    position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
    background: #222;
    border-radius: 3px;
    color: #FFF;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: none;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
    border-bottom: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content:"";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
    display: block;
}
.article-body td {
    border-width: 1px;
}
/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 0px;
}
.comment-list > * {
  padding: 25px 0;
}
.comment-list > *:first-child {
}
.comment-sorter {
    float: right;
}
.comment-sorter a {
    color: #999;
    text-decoration: none;
    padding-left: 20px;
}
[dir=rtl] .comment-sorter {
    float: left;
}
[dir=rtl] .comment-sorter a {
    padding-left: 0;
    padding-right: 20px;
}
.comment-sorter[aria-selected=true] {
    font-weight: bold;
    color: #333;
}
.comment, .comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: middle;
}
.comment-vote, .comment-bookmark {
    text-align: center;
    width: 50px;
}
.comment-bookmark:before {
    color: #77a500;
    content:"\1F516";
    font-family:"entypo";
    font-size: 23px;
    line-height: 1.1;
}
.comment-avatar {
    position: relative;
    width: 85px;
}
.comment-avatar img {
  border-radius: 40px;
  max-width: 65px;
  max-height: 65px;
}
.comment-avatar-agent:after {
    background-color: transparent;
    background-image: url("//theme.zdassets.com/theme_assets/820035/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
    background-image: url("//theme.zdassets.com/theme_assets/820035/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    content:" ";
    height: 15px;
    left: 55px;
    position: absolute;
    top: 55px;
    width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
    left: auto;
    right: 55px;
}
.comment-header {
    margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  display: block;
  font-size: 13px;
  padding: 1px 0px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
    float: left;
}
.comment-published {
    color: #BEBEBE;
}
.comment-published:before {
    content:" ";
    display: inline-block;
    width: 5px;
}
.comment-pending, .comment-official {
    border-color: currentcolor;
    border-radius: 2px;
}
.comment-pending {
    color: #eec100;
}
.comment-official {
    color: #77a500;
}
.comment-form textarea {
  border-radius: 5px;
  border-width: 1px;
}
.comment-attachments {
  margin-top: -1px;
  padding: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.comment-form-controls input[type=submit] {
    margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
}
.comment-screencasts, .comment-mark-as-solved {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
    margin-left: 20px;
}
.comment-actions {
    float: right;
    color: #999;
}
[dir=rtl] .comment-actions {
    float: left;
}
.comment-actions .dropdown-toggle:before {
    content:"\2699";
    font-size: 11px;
    font-family:"entypo";
}
.attachment-list, .screencast-list {
    font-size: 11px;
    margin-top: 25px;
}
.attachment-list span, .screencast-list span {
    color: #999;
}
[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.attachment-list li, .screencast-list li {
    margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
    background: #f9f9f9;
    border-radius: 3px;
    color: #bbb;
    font-family:"entypo";
    margin-right: 5px;
    padding: 5px;
}
.attachment-list li:before {
    content:"\1F4CE";
}
.screencast-list li:before {
    content:"\1F4BB";
}

.my-activities-header {
  margin-bottom: 25px;
  padding: 25px 0 0;
}

.my-activities-header .breadcrumbs li {
    color: #000;
    font-size: 20px;
    font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
    display: none;
}
.my-activities-nav {
    margin-bottom: 100px;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.request-table-toolbar {
    background: #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
[dir=rtl] .request-table-filters {
    text-align: left;
}
.request-table-filters label:before {
    content:" ";
    width: 25px;
    display: inline-block;
}
.requests-search {
    border-radius: 20px;
    outline: none;
    padding: 6px 15px;
}
.request-id {
    color: #BEBEBE;
}
.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin: 30px 0 30px;
  padding: 15px 12px;
  box-shadow: 0px 0px 11px 0px rgba(238,238,238,1);
}
.request-details dt ~ dt, .request-details form dt {
    font-weight: bold;
}
.request-details dd {
    margin: 0;
    word-wrap: break-word;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 3px 0;
}
.request-details .nested-field-tag:before {
    content:" > ";
}
.request-details .nested-field-tag:first-child:before {
    content:"";
}
.request-status {
    color: #FFF;
    border-radius: 3px;
}
.request-open {
    background: #59BBE0;
}
.request-answered {
    background: #F5CA00;
}
.request-solved {
    background: #828282;
}
/* Community heading */
 .community-heading {
    font-size: 18px;
    margin: 0;
    width: 100%;
}
/* Community nav */
 .community-nav {
    border-bottom: 1px solid #EEE;
    margin-bottom: 55px;
    padding: 25px 0;
}
.community-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 30px;
}
.community-nav li a {
    font-weight: normal;
}
.community-nav li + li {
    border-left: 1px #EEE;
    padding-left: 30px;
}
.community-nav li:last-child {
    border: 0;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
[dir=rtl] .community-nav li:last-child {
    float: left;
}
.community-nav li:last-child a {
    color: #ffffff;
}
.community-nav li:last-child a:before {
    content:"\270E";
    font-family:"entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
    margin-right: 0;
    margin-left: 10px;
}
/* Community sub-nav */
 .community-sub-nav {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
    width: 800px;
}
.community-sub-nav li {
    display: inline-block;
    font-weight: bold;
    padding-right: 15px;
}
.community-sub-nav li a {
    font-weight: normal;
}
.community-sub-nav li + li {
    padding-left: 15px;
}
.community-sub-nav .topic-add {
    position: absolute;
    right: 0;
    top: 10px;
}
/* Topics/questions/answers */
 .topic {
    display: inline-block;
    width: 49.5%;
    padding: 20px 30px 20px 0;
    vertical-align: top;
}
.topic-header, .question-header {
    border-bottom: 1px solid #EEE;
    display: table;
    padding-bottom: 10px;
}
.topic-header > *, .question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta, .question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.topic-heading, .question-heading, .answer-list-heading {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.topic-heading {
    font-size: 18px;
}
.topic-questions {
    margin-top: 45px;
}
.topic-description {
    word-break: break-word;
}
.question, .answer {
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
    position: relative;
}
.question-form .nesty-input {
    max-width: none;
}
.question-avatar, .answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar-agent:after, .answer-avatar-agent:after {
    background-color: transparent;
    background-image: url("//theme.zdassets.com/theme_assets/820035/823f3892f5e99cb9eda4a864e6089407e4553d9b.png");
    background-image: url("//theme.zdassets.com/theme_assets/820035/b7b159357f6a1f0630bade7816c85d4c27c808a2.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 30px;
    top: 30px;
    content:" ";
}
.question-avatar img, .answer-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}
.question-body, .answer-body, .answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-body .answer-official-body {
    vertical-align: top;
    width: 100%;
}
.question-body p, .answer-body p, .answer-official-body p {
    margin: 0 0 5px;
}
.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
    float: left;
}
.question .answer {
    border: none;
    padding-bottom: 0;
}
.question-topic-list {
    margin: -20px 0 30px;
}
.question-topic-list li {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.question-topic-list a {
    background: #f6f6f6;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #CCC;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.question-title, .topic-title {
    margin: -3px 0 5px;
    font-size: 15px;
}
.question-title a, .topic-title a {
    font-weight: lighter;
}
.question-meta, .answer-meta, .topic-meta {
    color: #CCC;
    font-size: 11px;
}
.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
    content:"\2022";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.answer-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls input[type=submit] {
    margin-left: 15px;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-official-heading {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
    border-bottom: 0px;
}
.answer-list-heading {
    border-bottom: 1px solid #EEE;
    margin-top: 30px;
    padding-bottom: 20px;
}
.section ul {
    list-style: initial;
}
.section ul li {
    margin: 0 0 0 16px;
}
.pending-moderation-answer-badge {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #c7aa2b;
    color: #c7aa2b;
    padding: 3px 5px;
    float: left;
    margin-top: 10px;
    font-size: 12px;
}
.question-share, .answer-share {
    position: relative;
}
.related-questions-header {
    border-bottom: 1px solid #EEE;
}
.related-questions-heading {
    margin-top: 3px;
}
.related-questions li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Vote */
 .vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
}
.vote-sum, .vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding-left: 10px;
    text-align: center;
}
.vote-controls {
    border-radius: 5px;
}
.vote-controls a {
    background: #FFF;
    border-color: #f6f6f6;
    box-shadow: none;
    color: #BEBEBE;
    display: block;
    font-family:"entypo";
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
}
.vote-up {
    border-radius: 5px 5px 0 0;
}
.vote-down {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}
.vote-up:before {
    content:"\E763";
}
.vote-down:before {
    content:"\E760";
}
.vote-controls:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.vote-controls:hover a {
    background: #FFF;
    border-color: #A6A6A6;
    color: #BBB;
}
.vote-controls a:hover, .vote-controls[aria-selected=true] {
    background: #f6f6f6;
    color: #333;
}
.vote-controls a:active {
    background: #CCC;
    color: #111;
}
/* Accept */
 .answer-accept {
    color: #BBB;
    font-size: 15px;
    max-width: 15px;
    overflow: hidden;
    padding-top: 7px;
    position: absolute;
    white-space: nowrap;
}
.answer-accept:hover {
    text-decoration: none;
}
.answer-accept:before {
    content:"\2713";
    font-family:"entypo";
    margin-right: 5px;
}
.answer-accepted .answer-accept, .answer-accepted .vote-sum {
    color: green;
}
/* Admin controls */
 .topic-controls, .question-controls, .answer-controls {
    float: right;
    font-size: 11px;
}
.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
    color: #CCC;
    content:"\2022";
    font-size: 10px;
    margin-left: -16px;
    margin: 0 8px;
    pointer-events: none;
    position: relative;
    display: inline-block;
}
/* Share questions and answers */
 .share-label {
    cursor: pointer;
}
.share-label + .share {
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
}
.share-label + .share:before, .share-label + .share:after {
    content:"";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label + .share:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    margin-left: -6px;
}
.share-label + .share:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    margin-left: -5px;
}
.share-label[aria-selected="true"] {
    color: #111;
}
.share-label[aria-selected="true"] + .share {
    display: block;
}
.share-label[aria-selected="false"] + .share {
    display: none;
}
body.community-enabled .search-results-column {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
    margin-right: 35px;
}
.search-results-subheading {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.search-results-subheading-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}
.search-results-list {
    margin-bottom: 25px;
}
.search-results-list > * {
    border-bottom: 1px solid #EEE;
    padding: 20px 0;
}
.search-results-list > *:first-child {
    border-top: 1px solid #EEE;
}
.search-result-link {
    font-family: CronosPro-Sb;
    font-size: 22px;
    font-weight: normal;
}
.search-result-description, .search-result-meta {
    padding-top: 16px;
}
.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
    font-size: 12px;
    color: #BEBEBE;
}
.search-result-meta-time:before, .search-result-meta-count:before {
    display: inline-block;
    padding-right: 5px;
    content:'\2022';
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.search-result-votes {
    background: #A8D119;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes:before {
    content:"\1F44D";
    font-family:"entypo";
    margin-right: 3px;
}
.chat {
    background: #f6f6f6;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    position: fixed;
    right: 85px;
    -webkit-transition: bottom .5s ease-in, color .5s ease-in;
    -moz-transition: bottom .5s ease-in, color .5s ease-in;
    -ms-transition: bottom .5s ease-in, color .5s ease-in;
    -o-transition: bottom .5s ease-in, color .5s ease-in;
    transition: bottom .5s ease-in, color .5s ease-in;
}
.chat:before {
    content:"\E720";
    font-family:"entypo";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.chat:hover {
    text-decoration: none;
}
.chat-available {
    bottom: 0;
}
.chat-unavailable {
    color: gray;
    cursor: default !important;
    bottom: -50px;
}
.error-page {
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}
.error-page h1 {
    font-size: 52px;
    margin-bottom: 0;
}
.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.error-page > a {
    display: block;
    margin-top: 25px;
}
.recent-activity {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px 20px;
    width: 270px;
}
.recent-activity-header {
    margin-top: 0;
    font-size: 15px;
}
.recent-activity-item ~ .recent-activity-item {
    margin-top: 15px;
}
.recent-activity-item-parent {
    color: #002e6e;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.recent-activity-item-parent:hover {
    text-decoration: underline;
}
.recent-activity-item-link {
    display: block;
}
.recent-activity-item-meta {
    font-size: 12px;
    color: #999;
}
.recent-activity-item-time {
    display: inline-block;
}
.recent-activity-item-comment {
    display: none;
}
.recent-activity-item-comment:before {
    display: inline-block;
    content:"•";
}
.recent-activity-item-comment span:before {
    font-family:"entypo";
    content:"\00a0\00a0\e718";
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}
[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment, [data-recent-activity-action="post_comment_added"] .recent-activity-item-comment, [data-recent-activity-action="answer_added"] .recent-activity-item-comment {
    display: inline-block;
}
.recent-activity-controls, .recent-activity-loader {
    padding-top: 20px;
    font-size: 12px;
}
.recent-activity-loader {
    display: inline-block;
    position: relative;
}
.recent-activity-loader:before {
    display: block;
    position: absolute;
    content:"\0020";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
    animation: recent-activity-loader 0.5s infinite;
    -webkit-animation: recent-activity-loader 0.5s infinite;
}
@keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
/*

------------------------------------------------------
    <<<<<<<<<<      HEADER          >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/

/*

------------------------------------------------------
    <<<<<<<<<<      TOP         >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/
 .menutope {
    width: 100%;
    height: 30px;
    background-color: #001B40 !important;
    position: relative;
    z-index: 1;
}
.sintenedor {
    width: 950px;
    margin: 0 auto;
}
.menutope ul .tope {
    height: 30px;
}
.menutope li {
    display: inline-block;
}
.menutope li:nth-child(2) {
    margin-left: -5px;
}
.menutope li:nth-child(6) {
    margin-left: -5px;
}
.menutope li:nth-child(7) {
    margin-left: -5px;
}
.minus {
    background-color:#060724;
    border-left: 1px solid #2a405d;
}
.minus a {
    text-transform: capitalize !important;
    font-size: 11px !important;
}
.menutope a {
    color:#9AB0C8;
    font-family:'CronosPro-Rg';
    font-size:13px;
    text-transform:UPPERCASE;
    text-decoration:none;
    padding: 8px 14px;
    display:block;
    letter-spacing: 0.02em;
}
.menutope .tope a:hover {
    background-color:#002e6e;
}
#menuRight {
    float:right;
    margin-top:-28px;
}
#menuRight li.tienda {
    background-color:#43c7f4;
    height: 28px;
}
#menuRight li.tienda a {
    color:rgb(0, 46, 110) !important;
    background:url(//cdn.tigo.com.py/zndsk/images/carro.png) 8px 4px no-repeat;
    padding-left:30px;
    padding-right:8px;
}
#menuRight li a {
    color:#C9DFFE;
    font-size:11px;
    text-transform:none;
}
#menuRight .clint a:hover {
    color: #43C7F4;
}
.active {
    background-color:#002e6e;
}
.menutope li:hover .tooltip {
    display: block;
}
.tooltip {
    display: none;
    position: absolute;
    padding: 2px 10px;
    background-color: #43C7F4;
    border-radius: 5px;
    font-size: .9em;
    text-align: center;
    color: #001B40;
    font-weight: bold;
}
.tooltip .tringle {
    border-bottom: 10px solid #43C7F4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -10px;
    position: absolute;
}
.width {
    width: 60px
}
.width1 {
    width: 100px;
}
.width2 {
    width: 90px;
}
.width3 {
    width: 105px;
}
.width4 {
    width: 110px;
}
.width5 {
    width: 77px;
}
.left {
    left: 15px;
}
.left1 {
    left: 35px;
}
.left2 {
    left: 30px;
}
.left3 {
    left: 40px;
}
.left4 {
    left: 25px;
}
/*
------------------------------------------------------
    <<<<<<<<<<      TOP-End         >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/

/*
------------------------------------------------------
    <<<<<<<<<<      MAinMenu        >>>>>>>>>>>>>>>>>>
------------------------------------------------------

*/
 .showme {
    height: 70px;
}
.showme:hover .zubcont {
    display: block;
}
#mainMenuWrapp {
    margin-left:auto;
    margin-right:auto;
    width:858px;
    position: relative;
}
#mainMenuUl li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
#mainMenuUl a {
    text-decoration: none;
    font-size: 1.2em;
    font-family:'CronosPro-Lt';
    letter-spacing: 0.5px;
}
#mainMenuUl a:hover {
    color: #43C7F4;
}
#mainMenuUl {
    position: absolute !important;
    left: 100px !important;
    top: -50px;
}
.showme {
    height: 70px;
}
.showme:hover .zubcont {
    display: block;
}
@keyframes zbmnu {
    0% {
        margin-top: 30px;
    }
    50% {
        margin-top: 35px;
    }
    100% {
        margin-top: 30px;
    }
}
.zubcont {
    position: absolute;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 5px #666;
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    border-radius: 7px;
    padding: 30px;
    display: none;
    margin-top: 30px;
    animation: zbmnu .5s ease-in-out;
    z-index: 1;
}
.zubwidth {
    width: 880px;
}
.zubwidth1 {
    width: 670px;
}
.zubwidth2 {
    width: auto;
}
.zubleft {
    left: -335px;
}
.zubleft1 {
    left: -222px;
}
.zubleft2 {
    left:-20px;
}
.zubleft3 {
    left: 84px;
}
.zubleft4 {
    left: 390px;
}
.tringles {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -40px;
    position: absolute;
}
.mleft1 {
    margin-left: 350px;
}
.mleft2 {
    margin-left: 270px;
}
.mleft3 {
    margin-left: 300px;
}
.mleft4 {
    margin-left: 88px;
}
.zubul {
    width: 200px;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.zubul:last-child {
    padding-right: 0px !important;
}
.sbmtitle {
    color: #002E6E !important;
    font-size: 1.2em;
    list-style: none !important;
    width: 100%;
}
.zubul li {
    margin: 5px !important;
    width: 100%;
}
.zubul a {
    font-size: 1em !important;
    display: block;
    background-image: url("//cdn.tigo.com.py/zndsk/images/menuBullet.gif") !important;
    background-position: left 16px !important;
    font-family: arial;
    color: #333 !important;
    padding: 7px !important;
    height: auto !important;
    margin: 0px !important;
    line-height: normal !important;
    background-repeat: no-repeat !important;
}
.zubul a:hover {
    color: #43C7F4 !important;
}
#headerMenuSection #topMenu ul li .tooltip .tringle {
    border-bottom: 10px solid #43C7F4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -10px;
    position: absolute;
}
#masProds {
    height: 50px;
    right: -85px !important;
    width: 200px !important;
    top: -50px;
    position: absolute;
}
#masProds:hover li {
    display: block;
}
#masProds a {
    text-decoration: none;
}
#masProds:hover .semore {
    color: #43c7f4;
}
#masProds span {
    display:block;
    color:white;
    font-family:'CronosPro-Rg';
    font-size:12px;
    cursor: pointer;
    float:left;
}
#logoCh, #cuads {
    float:left;
    display:block;
    padding-left:10px;
    cursor: pointer;
}
.products {
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 5px #666;
    display: none;
    height: 520px;
    padding: 10px;
    position: absolute;
    right: 0px;
    width: 410px;
    z-index: 1;
    top: 40px;
}
.triangle {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -20px;
    margin-left: 270px;
}
.brandtitle {
    color: #002E6E;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.products_icons {
    width: 100%;
}
.products_icons .icon {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 93px;
    text-align: center;
    margin: 0 auto
}
.products_icons a {
    color: #05A !important;
    text-transform: uppercase;
    font-size: .8em !important;
}
.products_icons img {
    display: inline-block;
}
/*
----------------------------------------------------

<<<<<<<<<<<<< Footer >>>>>>>>>>>>>>>>>>

______________________________________________
*/
 .footer {
    font-family:'CronosPro-Rg';
    color:#fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #002e6e 24%, #060724 105%) repeat scroll 0 0;
    font-size:14px;
    position: relative;
    bottom: -60px;
}
.footer div.footerCol {
    float:left;
}
.footer h3 {
    color:#fff;
    font-family:'CronosPro-Rg';
    font-size:16px;
    font-weight:normal;
    margin-top:25px;
}
f.ooter ul {
    padding:0 0 0 14px;
    margin:0;
}
.footer ul li {
    list-style:url(//cdn.tigo.com.py/zndsk/images/flecha2.png);
    margin: 3px 0;
}
.footer ul li a {
    color:#44c8f5;
    text-decoration:none !important;
    font-size:11px;
    line-height: 14px;
}
#mundoTigo ul {
    float:left;
    width: 50%;
    display:block;
}
#mundoTigo ul li {
    line-height:1em;
    padding:2px 0;
}
#wrappFooter {
    margin-left:auto;
    margin-right:auto;
    width:858px;
}
#mundoTigo {
    width:210px;
    margin-left:15px;
}
#atencion {
    width:210px;
}
#seguinos {
    width:190px;
    margin-left:15px;
}
#newsletter {
    width:190px;
    margin-left:15px;
}
#newsletter form {
    position: relative;
}
#newsletter input {
    height: 19.5px;
    width: 75%;
    border-radius: 0;
}
#newsletter .arrow {
    background-image: url(//cdn.tigo.com.py/zndsk/images/blueArrow.gif);
    width: 28px;
    height: 23px;
    position: absolute;
    right: 19px;
    background-position: 0 25px;
    cursor: pointer;
}
#newsletter .arrow:hover {
    background-image: url(//cdn.tigo.com.py/zndsk/images/blueArrow.gif);
    background-position: 0 0;
}
#seguinos ul {
    display:block;
    margin:13px 0 0 0;
    padding:0;
}
#seguinos ul li {
    display:block;
    float:left;
    height:35px;
    width:35px;
    list-style:none;
}
#seguinos ul li a {
    display:block;
    height:100%;
    width:100%;
}
#seguinos ul li#fb {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-fb.png) 0 0 no-repeat;
}
#seguinos ul li#tw {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-tw.png) 0 0 no-repeat;
    margin-left: 9px;
}
#seguinos ul li#inst {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-inst.png) 0 0 no-repeat;
    margin-left: 9px;
}
#seguinos ul li#yt {
    background:url(//cdn.tigo.com.py/zndsk/images/icon-yt.png) 0 0 no-repeat;
    margin-left: 9px;
}
.legal {
    color:white;
    font-family:'CronosPro-Lt';
    font-size:10px;
    text-align:center;
    display:block;
    padding: 40px 20px 30px 20px;
    border-top: 1px solid #313745;
    margin-top:69px;
    letter-spacing:0.06em;
}
.legal a {
    color:#0055AA;
    text-decoration: none;
}
.legal a:hover {
    text-decoration: underline;
}
iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*=============================================================
=================== Rate article   */
 #preg {
    background-color:#e7e7e7;
    padding:8px;
    width: 420px;
    margin: 0 0 0 23px;
}
#preg p {
    display:block;
    float:left;
    font-size:15px;
    color:#666;
    font-family:Arial, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin: 8px 19px 7px 0;
}
#preg span {
    display:block;
    float:left;
    margin: 5px;
    background-color:#1dbcfb;
    border-radius:7px;
    color:#fff;
}
#preg span a {
    display:block;
    padding: 4px 30px;
    text-decoration:none;
    color:#fff;
    font-family:Arial, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size:14px;
    border-radius:6px;
    border:3px solid #e7e7e7;
}
#preg span a:hover {
    background-color:#0799d2;
}
#preg span a.active {
    background-color:#133388;
    border:3px solid #fff;
}
#preg span a.inactive {
    background-color:#CCC;
}
.clear {
    clear:both;
}
.bloque {
    width:650px;
    font-size:14px;
    font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    line-height:1.6em;
    color:#333;
    margin:10px 23px;
}
.bloque h1 {
    line-height:1.3em;
}
.grey {
    color:#999;
    font-size:12px;
    margin:3px;
}
a.escri {
    font-size:12px;
    color:#1db6fa;
}
.pregs {
    margin:3px;
    font-size:12px;
}
#gracias p {
    color:#333;
    line-height:1.4em;
}
/* -----------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------

Smartphones (portrait and landscape) ----------------------------

--------------------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    iframe {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    a {
        font-family: Tahoma, Helvetica, sans-serif;
    }
    .menutope, .header, .footer {
        display:none;
    }
    main, .header-inner {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .search-box .search input[type=search], .search-box .search input[type=text] {
        -webkit-appearance:none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        width: 80%;
        padding-left: 12px;
        font-family: Arial, Helvetica, Tahoma;
        font-size:18px;
    }
    .search-box .search input[type=submit] {
        min-width: inherit;
        padding: 0;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
    }
    .search-box .search {
        border-radius: 4px;
    }
    .search-box {
        margin-bottom: 15px;
        border-radius: 0;
        margin-top: 80px;
        padding: 4px 18px;
    }
    .search-box:before {
        top: 35px;
        height: 226px;
        background-size: 65em;
    }
    .help-center-name {
        font-size: 26px;
        margin: 12px 0 20px 0;
    }
    .help-center-name + .search {
        margin-bottom: 12px;
    }
    .category-tree .category {
        width: 142px;
        height: 142px;
        margin: 7px;
        cursor: pointer;
    }
    .category-tree .category {
        padding: 5px 0 23px 0;
    }
    .category a span.logoszone {
        height: 50px;
        margin-top: 86px;
    }
    .category-tree .category a {
        background-position: 50% 42px !important;
        background-size: 28% !important;
        font-size: 1.4em;
    }
    .category-tree .category:nth-child(3) a {
        font-size: 1.3em;
    }
    .category-tree {
        margin: 0 auto;
        width: 320px;
    }
    .titule {
        display:none;
        font-size: 30px;
        padding: 0 30px;
    }
    .tituleMobile {
        display:block;
    }
    .subtitule {
        display:none;
        font-size: 19px;
        padding: 0 19px;
    }
    #informa {
        height: inherit;
        text-align: center;
        line-height:1.4em;
        background-image: none;
        margin: 21px 0 0 0;
        padding: 3px;
        width:100%;
        background-color: #f9f7f7;
    }
    #informa span.titleEvento {
        display: block;
        margin: 8px 15px 7px 0;
    }
    #informa span {
        margin: 5px 0;
        font-family: Tahoma, Helvetica, Arial;
        padding:0 14px;
    }
    #informa span.verdetalle {
        text-align: center;
        float:none;
        display: block;
    }
    #colLeft {
        width: 99%;
    }
    .masconsul {
        width: 95%;
        padding: 2px;
        margin: 0 0 0 9px;
    }
    .masconsul li a {
        font-size: 15px;
    }
    .masconsul h2 {
        border: none;
        padding-bottom: 3px;
    }
    .contact {
        width: 95%;
        margin: 0 0 0 6px;
    }
    .contact h2 {
        padding-left: 12px;
    }
    #colRight {
        width: 100%;
    }
    .masconsul_vid {
        width: 99%;
        margin:0;
        padding:0;
    }
    .masconsul_vid h2 {
        padding-left: 19px;
        border:0;
        margin-top: 33px;
        margin-bottom: 23px;
        padding-bottom: 0;
    }
    #blockVideo {
        background-color: #e0e0e0;
        width: 100%;
    }
    #slider {
        width:100%;
        height:305px;
    }
    ul#tabs li {
        float: none;
        list-style: none;
        width: 100%;
        margin: 2px 0;
    }
    ul#tabs li a {
        padding: 19px 8px;
        font-size: 16px;
    }
    .fastlinks {
        margin-top: 20px;
        margin-left: 3px;
        padding: 1px;
        margin: auto;
        text-align: center;
    }
    .fastlinks li {
        display: block;
        float:left;
        margin: 0;
        height: 110px;
    }
    .fastlinks li:nth-child(5) {
        float:left;
        margin: 0 auto;
        height: 130px;
        text-align:center;
        width:49%;
    }
    .fastlinks li:nth-child(6) {
        float:left;
        margin: 0 auto;
        height: 130px;
        text-align:center;
        width:49%;
    }
    .fastlinks a {
    }
    .fastlinks li:nth-child(1) a, .fastlinks li:nth-child(3) a {
        border-right:1px solid #ccc;
    }
    .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a {
        padding: 27px 11px 8px 11px !important;
        margin-bottom: 33px;
    }
    .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(4) a {
        border:none;
    }
    .fastlinks li:nth-child(5) a, .fastlinks li:nth-child(6) a {
        padding: 17px 0 0 0 !important;
    }
    .fastlinks li:nth-child(1), .fastlinks li:nth-child(2), .fastlinks li:nth-child(3), .fastlinks li:nth-child(4) {
        width: 49%;
        padding: 0;
    }
    .fastlinks li:nth-child(1) a, .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a, .fastlinks li:nth-child(5) a {
        padding: 0;
    }
    .fastlinks li:nth-child(1) a, .fastlinks li:nth-child(2) a, .fastlinks li:nth-child(3) a, .fastlinks li:nth-child(4) a {
        border-bottom:1px solid #ccc;
    }
    .fastlinks li:nth-child(3), .fastlinks li:nth-child(4) {
        height:139px;
    }
    .contact ul li {
        height: 52px;
    }
    .contact ul li a {
        padding: 18px 0 0 0;
        font-size: 15px;
        background-position: right 9px !important;
    }
    .menutopeMobile {
        display:block;
        height: 48px;
        background-color:#002e6e;
        position:relative;
    }
    .menutopeMobile img {
        display:block;
        margin: 0 auto;
        max-width:100%;
        height:auto;
        padding: 8px 0 8px 0;
    }
    .menutopeMobile span {
        display:block;
        position:absolute;
        left:9px;
        top:6px;
    }
    #side-submenu {
        display: none;
    }
    @keyframes hambur {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .expand {
        display: block !important;
        animation-name: hambur;
        animation-duration: 0.3s;
    }
    nav.navMobile {
        background-color:#FFFFFF;
        position: absolute;
        width: 100%;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
        z-index: 9999;
    }
    nav.navMobile ul {
        margin:0;
        padding:0;
        width:100%;
    }
    nav.navMobile ul li {
        margin:0;
        padding:0;
        width:100%;
    }
    nav.navMobile ul li {
        margin:0;
        padding:0;
        width:100%;
    }
    nav.navMobile ul li a {
        font-family:CronosPro-Rg;
        font-size: 20px;
        display:block;
        width:100%;
        height:100%;
        text-decoration:none;
        padding: 18px 0 18px 44px;
        border-top: 1px solid #ccc;
    }
    nav.navMobile ul li.seconds a {
        font-family:CronosPro-Rg;
        font-size: 18px;
        display:block;
        width:100%;
        height:100%;
        text-decoration:none;
        padding: 15px 0 15px 44px;
        border-top: 1px solid #FFF;
        background:url(//cdn.tigo.com.py/zndsk/skin/icons-sub-seconds.png) 7px 12px no-repeat;
    }
    nav.navMobile ul li.seconds {
        background-color:#d1d5dc;
    }
    nav.navMobile ul li:nth-child(1) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-smartphones.png) 7px 17px no-repeat;
        border-top:1px solid #87d6e4;
    }
    nav.navMobile ul li:nth-child(2) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-hogar.png) 7px 17px no-repeat;
    }
    nav.navMobile ul li:nth-child(3) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-billetera.png) 7px 17px no-repeat;
    }
    nav.navMobile ul li:nth-child(4) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-negocios.png) 7px 17px no-repeat;
    }
    nav.navMobile ul li:nth-child(5) {
        background:url(//cdn.tigo.com.py/zndsk/skin/ico-categ-negocios.png) 7px 17px no-repeat;
    }
    .interna {
        width:100%;
        padding: 0 12px;
    }
    .section-tree .section {
        padding: 0 10px 10px 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
    .intPage {
        margin-top: 92px !important;
        margin-bottom: 0 !important;
    }
    .intPage:before {
        height: 176px !important;
    }
    .sub-nav {
        display: table;
        margin-bottom: 0;
        padding: 0 0 25px 0;
    }
    divider {
        height: 17px;
    }
    .category-description, .section-description {
        line-height: 1.3em;
        margin-bottom: 22px;
    }
    .sub-nav .breadcrumbs {
        margin-top: 0;
    }
    .article-column {
        width: 100%;
    }
    .interna h1 {
        font-size: 30px;
    }
    .search-results {
        padding: 0 12px;
    }
    .search-results h1 {
        font-size: 30px !important;
        margin: 0;
    }
    .main-column {
        width: 99%;
        padding: 0 14px;
    }
    #new_request input, textarea {
        padding: 16px;
    }
    article {
        font-family: Helvetica, Arial;
    }
    body {
        font-weight:normal;
    }
    #hamburger {
        width: 50px;
        display: block;
    }
    .textoC {
        font-size: 13px;
    }
    #footerMobile {
        display: block;
    }
    .fastlinks {
        height:inherit;
    }
    #tableSucursales td {
        padding: 6px 1px;
        line-height:1.2em;
    }
    /*////////////////////////RATE ARTICLE*/
    #preg {
        padding: 8px 15%;
        width: 83%;
        margin: 0 0 0 1%;
    }
    .bloque {
        width:98%;
        margin: 10px 1%;
    }
    #preg p {
        float:none;
    }
}
@media only screen and (min-width: 600px) {
	[class^="category-"] a span.logoszone {
		display: block;
		width: 100%;
		height: 50px;
		margin-top: 86px;
	}
}
