@-ms-viewport{
    width: device-width;
  }
  @font-face {
    font-family: 'roboto-regular';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/Roboto-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'roboto-medium';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/Roboto-Medium.ttf') format('truetype');
  }
@font-face {
    font-family: 'roboto-bold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/Roboto-Bold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/icomoon.eot?k0g6bz');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/icomoon.eot?k0g6bz#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/icomoon.ttf?k0g6bz') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/icomoon.woff?k0g6bz') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elecciones-2020-conociendo-candidatos-congreso-ecvisual-ecpm/fonts/icomoon.svg?k0g6bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-comercio:before {
    content: "\e902";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
body,
html {
    background-color: #fafafa;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    outline: none;
    color: #000000;
}

/* header comercio */
header {
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    display: table;
}
.header-comercio {
    background: #000;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    padding: 6px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before, .cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #ffca00;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */

.container{
    padding-top: 46px;
}
.content{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}


.onlymobile{
    display: none !important;
}

.toggledivs .tabs{
    margin-top: 20px;
}

.sub-content{
    background: #f4f4f4;
    padding-top: 16px;
}

.padding-16{
    padding: 16px;
    display: table;
}
.perfil, .padding-16 p{
    display: table-cell;
    vertical-align: middle;
}
.perfil{
    width: 170px;
    padding-right: 16px;
    border-right: 1px solid #e2e6eb;
}
/* boxes */
.box{
    background: #FFFFFF;
    width: calc(100% - 32px);
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    margin-bottom: 16px;
}
.box p{
    font-family: 'roboto-regular';
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
}

.box h2{
    font-family: 'roboto-bold';
    font-size: 16px;
    margin: 0;
    line-height: 18px;
}
.box h3{
    font-size: 14px;
    font-family: 'roboto-regular';  
    color: #4D4D4D;
    line-height: 18px;
    margin: 0;
    font-weight: normal;
}
.photo-perfil, .descripcion-perfil{
    display: block;
}
.photo-perfil{
    width: 81px;
    height: 81px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}
.photo-perfil img{
    display: block;
    margin: 0 auto;
    height: 81px;
}
.descripcion-perfil{
    width: 180px;
    text-align: center;
}
.pregunta{
    max-width: 630px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.pregunta h2{
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    font-family: 'roboto-regular';
    font-weight: normal;
    margin: 0;
}
.logo-tudecides{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1{
    font-size: 25px;
    line-height: 25px;
    font-family: 'roboto-bold';
    text-align: center;
    margin: 0;
    font-weight: normal;
}
.relative{
    padding-bottom: 20px;
    margin-bottom: 16px;
    position: relative;
}
.title-pregunta{
    background: #f4f4f4;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    position: relative;
}
.title-pregunta h2{
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-family: 'roboto-bold';
    font-weight: normal;
}
.title-pregunta ul{
    display: table;
    margin: 0 auto;
    max-width: calc(100% - 112px);
}
.title-pregunta ul li{
    display: table-cell;
    vertical-align: top;
}
.prev, .next{
   background: transparent;
   width: 20px;
   height: 24px;
   display: block;
   position: absolute;
   left: 15px; 
   top: 50%;
   margin-top: -12px;
   z-index: 1;
   cursor: pointer;
   opacity: 0.2;
   pointer-events: none;
}
.prev.active, .next.active{
    opacity: 1;
    pointer-events: initial;
}
.next{
    left: inherit;
    right: 15px;
}
.prev::before{
    content: '';
    display: block;
    width: 3px;
    height: 14px;
    background: #000000;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
}
.prev::after{
    content: '';
    display: block;
    width: 3px;
    height: 14px;
    background: #000000;
    position: absolute;
    transform: rotate(-45deg);
    left: 8px;
    top: 9px;
}

.next::before{
    content: '';
    display: block;
    width: 3px;
    height: 14px;
    background: #000000;
    position: absolute;
    transform: rotate(135deg);
    left: 8px;
}
.next::after{
    content: '';
    display: block;
    width: 3px;
    height: 14px;
    background: #000000;
    position: absolute;
    transform: rotate(-135deg);
    left: 8px;
    top: 9px;
}
h2.posturas{
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-left: 8px;
    text-transform: uppercase;
}
.relative{
    padding-bottom: 0px;
    width: 100%;
}
.relative ul{
    display: table;
    margin: 10px auto;
    width: 282px; 
}
.relative ul li{
    display: table-cell;
    vertical-align: middle;
}
.relative ul li:first-child{
    border-right: 1px solid #000000;
}
.logo-tudecides{
    margin: 0;
    padding-right: 8px;
    width: 178px;
}
.nohay{
    text-align: center;
    padding-bottom: 20px;
    font-weight: normal;
}
.temas{
    text-transform: uppercase;
}
.temas ul{
    display: table;
    width: 100%;
}
.temas ul li{
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    text-align: center;
    font-family: 'roboto-medium';
    cursor: pointer;
    position: relative;
}
.temas ul li::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #DDDDDD;
    position: absolute;
    bottom: 0;
    left: 0;
}
.temas ul li.active{
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    text-align: center;
    font-family: 'roboto-bold';
    pointer-events: none;
}
.temas ul li.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.toggledivs{
    margin-bottom: 20px;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.toggledivs .title-pregunta{
    margin-top: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.toggledivs .title-pregunta ul{
    margin: 0 16px;
    max-width: calc(100% - 54px);
}
.toggledivs .title-pregunta ul li{
    height: 60px;
    vertical-align: middle;
}
.toggledivs .title-pregunta.active::after{
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.toggledivs .title-pregunta h2{
    font-size: 14px;
    font-family: 'roboto-regular';
}
.toggledivs .title-pregunta h2.number{
    font-family: 'roboto-bold';
}

.toggledivs .respuesta{
    display: none;
}
.toggledivs .respuesta.active{
    display: block;
    padding-bottom: 1px;
}
.toggledivs .box{
    border: 1px solid #E5E5E5;
    border-radius: 16px;
}
.toggledivs .arrow{
    background: transparent;
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
}
.toggledivs .arrow::before{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(226deg);
    left: 8px;
}
.toggledivs .arrow::after{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(135deg);
    left: 3px;
}
.toggledivs .arrow.active::before{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(135deg);
    left: 8px;
}
.toggledivs .arrow.active::after{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(226deg);
    left: 3px;
}
.respuesta .nohay{
    font-weight: normal;
}
.shadow{
    -webkit-box-shadow: 0px 2px 8px -2px rgba(153,153,153,1);
    -moz-box-shadow: 0px 2px 8px -2px rgba(153,153,153,1);
    box-shadow: 0px 2px 8px -2px rgba(153,153,153,1);
    padding-top: 84px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dropdown .dropbtn{
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'roboto-bold';
    background-color: #dedede;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 9px;
    margin-bottom: 5px;
    position: relative;
}
.dropdown-content a{
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'roboto-bold';
    background-color: #dedede;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 9px;
}
.dropdown-content a:hover{
    background-color: #aeaeae;
}
.dropdown-content{
    display: none;
}
.dropdown-content.active{
    display: block;
}
.dropdown .arrow{
    background: transparent;
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    z-index: 1;
    cursor: pointer;
    pointer-events: none;
}
.dropdown .arrow::before{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(226deg);
    left: 8px;
}
.dropdown .arrow::after{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(135deg);
    left: 3px;
}
.dropdown .arrow.active::before{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(135deg);
    left: 8px;
}
.dropdown .arrow.active::after{
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000000;
    position: absolute;
    transform: rotate(226deg);
    left: 3px;
}
.dropdown, .cont-sliders{
    display: none;
}
.fixed{
    position: fixed !important;
    top: 46px !important;
    width: 990px !important;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.52) !important;
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.52) !important;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.52) !important;
}
.fixed2{
    position: fixed !important;
    top: 130px !important;
    width: 990px !important;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.52) !important;
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.52) !important;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.52) !important;
    background: #fff;
}
.searching-desktop{
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    display: table;
    border-radius: 50%;
    float: right;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 9px;
    cursor: pointer;
}
.searching-desktop img{
    position: relative;
    top: 7px;
}
.full-search{
    position: relative;
}
.divsearchall{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}
#searchall{
    height: 36px;
    
    width: calc(100% - 51px);
    padding: 0 36px 0 10px;
    outline: none;
}

.div-searching{
    display: none;
}


.filter{
    background: #000000;
    color: #FFFFFF;
    font-family: 'roboto-medium';
    padding: 2px 3px;
    border-radius: 6px;
    padding-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}
.filter-red{
    background: #c3161c;
    color: #FFFFFF;
    font-family: 'roboto-medium';
    padding: 2px 3px;
    border-radius: 6px;
    margin-bottom: 5px;
    
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.filter::before, .filter::after{
    display: block;
    content: '';
    width: 3px;
    height: 12px;
    background-color: #FFFFFF;
    position: absolute;
    right: 8px;
    top: 5px;
}
.filter::before{
    transform: rotate(-45deg);
}
.filter::after{
    transform: rotate(45deg);
}
.filter-red::before, .filter-red::after{
    display: block;
    content: '';
    width: 3px;
    height: 12px;
    background-color: #FFFFFF;
    position: absolute;
    right: 8px;
    top: 5px;
}
.filter-red::before{
    transform: rotate(-45deg);
}
.filter-red::after{
    transform: rotate(45deg);
}
.tabs{
    display: table;
    width: 300px;
    border: 1px solid #000000;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 0px;
}
.tabs .tab{
    width: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tabs .tab:nth-child(2){
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}
.tabs .tab a{
    display: block;
    padding: 10px 0;
    font-size: 12px;
    font-family: 'roboto-bold';
}
.tabs .tab a.active {
    color: #FFFFFF;
    pointer-events: none;
    background: #000000;
}
.relative ul.relacionales{
    width: 100%;
    margin: 0;
}
.relative ul.relacionales li{
    display: block;
    max-width: 987px;
    width: 100%;
    display: none;

}

.relacionales li a{
    font-family: 'roboto-regular';
    padding: 5px;
    display: block;
    font-size: 14px;
    color: #212121;
    background-color: #f6f6f6;   
}

.relacionales li a:hover{
    color: #000000;
    font-family: 'roboto-bold';
    background-color: #eee;
}
.relacionales li:first-child{
    border-top: 1px solid #cccccc
}
.relacionales li a.inactive{
    pointer-events: none;
    color: #c7c4c4;
}
.relacionales li a.inactive:hover{
    color: #c7c4c4;
    font-family: 'roboto-regular';
}
.relacionales li{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc
}
.relative ul.relacionales li:first-child{
    border-right: 1px solid #cccccc;
}
.equis-search{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
}
.equis-search::before, .equis-search::after{
    display: block;
    content: '';
    height: 25px;
    width: 4px;
    background-color: #92959c;
    position: absolute;
    left: 10px;
}
.equis-search::before{
    transform: rotate(45deg);
}
.equis-search::after{
    transform: rotate(-45deg);
}
.filters{
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: none; */
}
.cont-temas{
    border-top: 1px solid #000000;
}
@media(max-width: 995px){
    .sub-content{
        max-width: 990px;
        margin: 0 auto;
    }
    .title-pregunta{
        max-width: 990px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .relative{
        width: 90%;
        margin: 0 auto;
    }
    .relative h1{
        font-size: 20px;
        line-height: 25px;
    }
    .dropdown, .cont-sliders{
        display: block;
    }
    .cont-temas{
        display: none;
    }
}
@media(max-width: 670px){
    .sub-content {
        max-width: 600px;
        margin: 0 auto;
    }
    .box{
        margin-left: 0;
        margin: 0 auto;
        display: block;
        margin-bottom: 16px;
    }
    .box p{
        line-height: 20px;
    }
    .onlymobile{
        display: inline-block !important;
    }
    .ctn-header-comercio a{
        font-size: 12px;
    }
    .relative{
        border-bottom: 0px solid transparent;
    }
    .relative h1{
        border-top: 1px solid #000000;
        padding-top: 16px;
    }
    .onlydesktop{
        display: none;
    }
    .title-pregunta ul {
        max-width: calc(100% - 112px);
    }
    .title-pregunta h2{
        margin: 0;
        font-size: 14px;
        line-height: 22px;
        font-family: 'roboto-bold';
        font-weight: normal;
    }
    .relative ul{
        border-bottom: 1px solid #000000;
        padding-bottom: 10px;
        margin: 10px 0px;
        width: 238px;
    }
    .logo-tudecides{
        width: 120px;
    }
    .searching-desktop{
        top: 3px;
    }
    .perfil, .padding-16 p{
        display: inline-block;
        padding-left: 0px;
        vertical-align: middle;
        padding-right: 0;
    }
    .perfil{
        width: 100%;
        border-right: none;
    }
    .photo-perfil, .descripcion-perfil{
        display: inline-block;
        vertical-align: middle;
    }
    
    .descripcion-perfil{
        text-align: left;
        width: calc(100% - 100px);
        padding-left: 10px;
    }
    h2.posturas{
        font-size: 18px;
        line-height: 36px;
    }

}