@font-face {
    font-family: 'digital-clock-font';
    src: url('fonts/digital-7.ttf');
}

:root {
    --principal: #FF7F50;
    --naranja-oscuro: #c45b35;
    --gris-oscuro: #292D3E;
}
* {
    box-sizing: border-box;
}
a {
    color: var(--principal);
    text-decoration: none;
    transition: all 0.3s ease-out;
}


.votacion h1 {
    text-align: center;
    font-weight: 700;
    color: #000;
}

.votacion .candidatos {
    margin: 50px 0;
    grid-gap: 1em;
    
}

.votacion .candidato {
    background: #ffffff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-out;
    border-radius: 10px;
}


.votacion h3 {
    position: relative;
}

.votacion main {
    padding: 0 10%;
}

.header-admin #top-bar {
    padding: 1px 0 0 0;
    background: #fc873a;
}

.header-admin .logo-empresa {
    margin: 30px 0;
}

.header-admin nav.top-menu {
    background: #fc873a;
}

nav.top-menu,
nav.main-menu {
    border-radius: 0;
}

nav.top-menu {
    margin-bottom: 0;
    min-height: 30px;
}

.navbar-header {
    float: none;
}

.navbar-header i {
    color: #ffffff;
}


/** Header front **/

.front-contenedor-logos {
    text-align: center;
    height: 160px;
    background-image: url('../../images/bg_header.jpg');
    background-size: cover;
    background-repeat: no-r epeat;
    background-position: center;
}

.logo-empresa-front {
    float: left;
    padding: 20px;
}

.logo-empresa-front img {
    width: 45%;
}

h3#titulo-bienvenida {
    color: rgba(255, 255, 255, 0.8);
    font-size: 42px;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    font-family: 'Roboto', sans-serif !important;
    text-align: right;
}

.user-data {
    color: #858585;
}

.user-data h3 {
    font-size: 50px;
    color: #000;
    margin: 0;
    padding: 0
}

.user-data h4 {
    font-size: 40px;
}

.titulo-empresa {
    color: #ffffff;
    padding: 4px 0;
    margin: 8px 0;
}

.info-user,
.info-agencia {
    margin-top: 14px;
    font-size: 16px;
    display: inline-block;
}

.info-user-admin {
    width: 100%
}

.info-agencia {
    float: right;
    text-align: right;
}

.admin-menu a {
    color: #ffffff !important
}

.navbar.top-menu p {
    color: #000 !important;
    font-size: 32px;
    text-align: center;
}

.navbar-nav>li>a:hover {
    color: #000 !important;
}

.dropdown-menu>li>a {
    color: #000 !important
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #f4863d!important;
    color: #ffffff !important;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #000;
}

.contenedor {
    margin-top: 20px;
}

.grupo-botones-load {
    margin-bottom: 20px;
}

.footer {
    padding: 10px;
    background: rgb(18, 20, 32, .75);
    color: #F0F0F0;
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
}
p {
    line-height: 1.5em;
}
.nav>li>a:focus,
.nav>li>a {
    color: #ffffff;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fffff;
    color: #000;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

li.logo {
    font-size: 20px;
}

.row.datos-vehiculo {
    margin-bottom: 60px;
}


/******************************************************
***************** CONTENEDORES *****************************/

.cajas {
    margin: 0 auto;
    float: none;
}


/******************************************************
***************** BOTONES *****************************/

.btn-default,
.btn-default:hover {
    background-color: #fc873a;
    border-color: #fc873a;
    color: #fff;
    /* font-size: 15px !important; */
    padding: 2px 10px;
}

.btn-base,
.btn-base:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-login {
    width: 100%;
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
}

.btn-info,
.btn-info:hover {
    background-color: #fc873a;
    border-color: #fc873a;
    color: #fff;
    margin: 5px 0 10px 9px;
    padding: 4px 4px 4px 4px;
}


/******************************************************
***************** ENLACES *****************************/

.contenedor-enlace-return {
    margin-top: 10px;
}

.back-link {
    padding-top: 10px;
    color: #FC873A;
}

.back-link:hover {
    color: #FC873A;
    text-decoration: underline;
}

form .error {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    color: #ee0101;
    top: 100%;
    font-weight: 400;
    background: #ffffff;
}

.submit-forms {
    float: right;
    width: 200px;
}

.submit-forms input,
.submit-forms input:hover {
    width: 100%;
    padding: 12px;
}

.create-button {
    margin-bottom: 15px;
    float: right;
}

btn-left {
    float: left;
}

.link-back {
    color: #fc873a;
    font-weight: 600;
}


/******************************************************
***************** FORMS *****************************/

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
    background: #d8d2cd;
}

.error-icon {
    display: none;
}

.easy-autocomplete.eac-square {
    z-index: 10000 !important;
}

.easy-autocomplete.eac-square input {
    width: 220px;
}

.caja-forms {
    box-shadow: 0px 1px 1px 1px #bbb;
    padding: 30px 26px;
    color: #777777;
    padding-bottom: 70px;
    margin: 0 auto;
    float: none;
}


/******************************************************
***************** END FORMS *****************************/


/*************************** USER **********************************/

nav.top-menu.login {
    min-height: 60px;
}

.header-login {
    color: #ffffff;
    margin-top: 10px;
}

.header-login p {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
    font-weight: 500;
    font-size: 18px;
}

.login-container-admin {
    float: none;
    margin: 0 auto;
    padding: 20px 100px 100px 100px !important;
    background: #ECEFF1;
    padding: 0 0 50px 0;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 13px 0px rgba(184, 184, 184, 1);
    -moz-box-shadow: 3px 3px 13px 0px rgba(184, 184, 184, 1);
    box-shadow: 3px 3px 13px 0px rgba(184, 184, 184, 1);
}

.login-container {
    color: #111;
    float: none;
    margin: 0 auto;
    padding: 20px 60px 100px 60px !important;
    max-width: 700px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}

.login-container label {
    font-size: 14px;
    font-weight: 900;
}

.login-container input[type='text'],
.login-container input[type='password'] {
    color: #1c151561;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-container .submit-forms {
    width: 100%
}

.login-container .submit-forms input,
.login-container .submit-forms input:hover {
    width: 100%;
    padding: 5px;
}

.login-row {
    margin-top: 30px;
}

.login-row h3 {
    text-align: center;
}

.user-data {
    /* float: right; */
    margin-top: 14px;
}


/*********************** MESSAGES ***************************/

.messages {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding: 3px;
}

.messages .success {
    background: #5CB85C;
}

.messages .error {
    background: #e04141;
}


/******************** DETALLE ****************************/

.detail-view {
    margin-top: 30px;
}


/** *********** FONT ******************/

.titulo {
    text-align: center;
    margin-bottom: 20px;
    color: #777777;
}

.col-caja {
    padding: 20px;
}

.row-section {
    margin-top: 10px;
}

.content-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-detail ul li {
    font-weight: 400;
}

.content-detail h4 {
    text-align: center;
}


/** Datatables***/

.dataTables_wrapper {
    background-color: #ffffff;
}

.table-datatable a.anchor {
    text-decoration: underline;
}

.table-datatable .badge {
    background-color: #6DAF3D;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #ffc37a;
    color: #000;
}


/** *********** TABS ******************/

.tabs a {
    color: #333333 !important;
}

.tabs a:hover {
    background-color: #F5F5F5 !important;
}


/*body{margin:20px;}*/

  @keyframes animacion { 
    0% { opacity: 0;
         animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    20% { opacity: 1 }
    28% { opacity: 0 }
    100% { opacity: 0 }
  }
  

/** Botones Circulares */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-add {
    color: #333;
    font-weight: 500;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.btn-add:focus,
.btn-add.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-add:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-add:active,
.btn-add.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-add:active:hover,
.btn-add.active:hover,
.open>.dropdown-toggle.btn-add:hover,
.btn-add:active:focus,
.btn-add.active:focus,
.open>.dropdown-toggle.btn-add:focus,
.btn-add:active.focus,
.btn-add.active.focus,
.open>.dropdown-toggle.btn-add.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-add:active,
.btn-add.active,
.open>.dropdown-toggle.btn-add {
    background-image: none;
}

.btn-add.disabled:hover,
.btn-add[disabled]:hover,
fieldset[disabled] .btn-add:hover,
.btn-add.disabled:focus,
.btn-add[disabled]:focus,
fieldset[disabled] .btn-add:focus,
.btn-add.disabled.focus,
.btn-add[disabled].focus,
fieldset[disabled] .btn-add.focus {
    background-color: #fff;
    border-color: #ccc;
}

.uppercase {
    text-transform: uppercase;
}

.introduccion {
    margin: 12px 0 0 0;
}

.introduccion p {
    text-align: justify;
    font-size: 20px;
    color: #9F9F9F;
    padding: 0 40px 0px 40px;
}

.califica {
    margin-left: 20px !important;
}

.res-abierta {
    width: 50%;
    padding: 9px 0 14px 0;
}

.enunciado h3 {
    margin-top: 50px;
    margin-bottom: 5px;
    background-color: #fc873a;
    color: #ffffff !important;
    font-size: 22px !important;
    padding: 10px 4px 10px 4px;
    text-align: center;
    border-radius: 5px;
}


/** Radio **/

input[type=radio] {
    border: 0px;
    width: 30px;
    height: 1.2em;
    margin: 0 4px 0 4px;
}

input[type=checkbox] {
    border: 0px;
    width: 30px;
    height: 1.2em;
}

.submit-encuesta input {
    width: 100%;
    line-height: 2;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

.logo-empresa {
    display: inline-block;
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}

.logo-app {
    display: inline-block;
    margin: 0 auto;
    float: none !important;
}

.logo-app img,
.logo-empresa img {
    width: 220px;
}


/**EasyAutocomplete**/

.easy-autocomplete.eac-square ul {
    top: 33px;
}

.datatables-add-button {
    margin-top: -40px !important;
}

#foto-candidato {
    text-align: center;
    margin-bottom: 20px;
}

#foto-candidato img {
    float: none;
    margin: 0 auto;
}


/** TARJETON */

.tarjeton #foto-candidato:hover {
    background: #FC873A;
    border-radius: 20px;
}


/** BADGES */

.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    transform: rotate(360deg);
}

.offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

.offer-radius {
    border-radius: 7px;
}

.offer-danger {
    border-color: #d9534f;
}

.offer-danger .shape {
    border-color: transparent #d9534f transparent transparent;
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-success {
    border-color: #5cb85c;
}

.offer-success .shape {
    border-color: transparent #5cb85c transparent transparent;
    border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-default {
    border-color: #999999;
}

.offer-default .shape {
    border-color: transparent #999999 transparent transparent;
    border-color: rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-primary {
    border-color: #428bca;
}

.offer-primary .shape {
    border-color: transparent #428bca transparent transparent;
    border-color: rgba(255, 255, 255, 0) #428bca rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-info {
    border-color: #5bc0de;
}

.offer-info .shape {
    border-color: transparent #5bc0de transparent transparent;
    border-color: rgba(255, 255, 255, 0) #5bc0de rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-warning {
    border-color: #f0ad4e;
}

.offer-warning .shape {
    border-color: transparent #f0ad4e transparent transparent;
    border-color: rgba(255, 255, 255, 0) #f0ad4e rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    transform: rotate(30deg);
}

.offer-content {
    padding: 0 20px 10px;
}


/** PERFIL CANDIDATO */


/**
* Profile image component
*/

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img>img.img-circle {
    width: 180px;
    height: 170PX;
    border: 2px solid #FC873A;
}

.profile-header {
    margin-top: 43px;
}


/**
* Ranking component
*/

.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: rgb(252, 135, 58);
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}


/** TARJETON */

#tarjeton .profile-header-container {
    margin: 0 auto;
    text-align: center;
}

#tarjeton .profile-header-img>img.img-circle {
    border: 2px solid #FC873A;
}

#tarjeton .profile-header {
    margin-top: 43px;
}

#tarjeton .rank-label-container {
    margin-top: 1px;
    text-align: center;
}

#tarjeton .label.label-default.rank-label2 {
    background-color: rgb(252, 135, 58);
    padding: 5px 9px 5px 9px;
    border-radius: 27px;
    font-size: 10px;
    color: #ffffff;
    z-index: 10000;
}

#tarjeton .label.label-default.rank-label2.ape {
    display: block;
    margin-top: 2px;
    z-index: 1000;
}

.label-default {
    background-color: #FC873A;
}

.switch.btn.btn-primary.active {
    background: #FC873A;
    color: #ffffff
}

.switch.btn.btn-primary {
    background: #EEEEEE;
    color: #777777;
}

.boton-votar {
    position: fixed;
    top: 40%;
    height: 80px;
    width: 130px;
    background: #F20E0E;
    right: 5px;
    margin: 0;
    padding: 1px 1px;
    z-index: 1000;
    font-size: 35px !important;
    display: none;
}


/*
.boton-votar:hover {
    font-size: 30px !important;
    background: var(--principal);
}
*/

.contenedor-error {
    text-align: center;
    margin-top: 20px;
}


/** Candidatos **/

.candidatos-contenedor {
    margin-top: 30px;
    float: none;
    text-align: center;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#candidato-no-encontrado {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    color: gray;
}

.texto-max-candidatos,
.texto-cantidad-candidatos {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
    color: red;
}

.votacion-titulo,
.votacion-titulo-tarjeton {
    margin-top: 150px;
}

.votacion-titulo h3,
.votacion-titulo-tarjeton {
    margin: 0;
    padding: 0;
}

;

/** TEXTOS SISTEMA **/

.texto-sistema {
    margin-top: 40px;
}


/** CONTADOR **/

#display {
    color: red;
    !important;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
}

.voto-area {
    cursor: pointer
}


/** LISTAS */

#tarjeton-listas {
    /* margin-top: 30px; */
}

.lista-contenedor {
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    text-align: center;
    margin-bottom: 30px;
    height: 110px;
}

.lista-contenedor a {
    color: #000
}

.lista-contenedor a:hover {
    color: #e06518
}

.nombre-lista {
    font-size: 13px !important;
}

.candid-34 {
    width: 250px !important;
    height: 250px !important;
}

.candid-5 {
    width: 215px !important;
    height: 215px !important;
}

.candid-6 {
    width: 180px !important;
    height: 180px !important;
}

.candid-78 {
    width: 110px !important;
    height: 110px !important;
}

.botones-clean,
.botones-clean:hover {
    padding: 30px;
    width: 300px;
}

#contenedor-permisos .form-group {
    margin-bottom: 0;
}

#contenedor-permisos {
    margin-bottom: 20px;
    margin-top: 20px
}

.botones-table {
    margin-top: 5px;
    margin-bottom: 5px;
}

#resumen_ip_por_agencia {
    table-layout: auto/fixed;
}

.hidden-candidato {
    visibility: hidden !important;
}

.contenedor-info-votacion {
    position: relative;
}

.info-votacion {
    background: rgba(52, 63, 67, 0.8);
    position: fixed;
    top: 55px;
    border-radius: 4px;
    padding: 3px;
    color: #ffffff;
    z-index: 1;
    box-shadow: 1px 3px 4px 1px rgba(17, 17, 17, 0.32);
}

.info-votacion-fixed {
    background: rgba(52, 63, 67, 0.8);
    position: fixed;
    top: 55px;
    border-radius: 4px;
    padding: 3px;
    color: #ffffff;
    z-index: 1;
    box-shadow: 1px 3px 4px 1px rgba(17, 17, 17, 0.32);
    
}
@media screen and (max-width: 480px) {
    .info-votacion-fixed {
        top: 55px;
    }
  }

  @media screen and (max-width: 480px) {
    .info-votacion {
       
        top: 55px;
        width: 100%;
    }
  }
.info-votacion-fixed .texto-max-candidatos,
.info-votacion-fixed .texto-cantidad-candidatos {
    color: #ffffff !important;
}

.funkyradio div {
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5bc0de;
}

.swal-text {
    background-color: #FEFAE3;
    padding: 17px;
    border: 1px solid #F0E1A1;
    display: block;
    margin: 22px;
    text-align: center;
    color: #61534e;
}

.swal-button {
    padding: 7px 19px;
    background-color: #fc873a;
    font-size: 14px;
}

.dataTables_info {
    font-weight: 600;
    font-size: 15px;
}


/** Responsive */

@media (max-width: 1000px){
    header{
            /* Reverse the axis of the header, making it vertical. */
            flex-direction: column;
            
            /* Align items to the begining (the left) of the header. */
            align-items: flex-start;
    }
}

@media (min-width: 320px) and (max-width: 500px) {
    .logo-app img,
    .logo-empresa img {
        width: 80px;
    }
    .contenedor-error h2 {
        font-size: 20px;
    }
    .info-votacion-fixed {
        width: 100%;
    }
    .info-user {
        margin-left: -19px;
    }
    nav.top-menu {
        padding: 30px;
    }
    .welcome {
        display: none;
    }
    .info-user .dropdown .btn-default {
        font-size: 13px;
    }
    .info-agencia {
        text-align: left !important;
        float: none;
    }
    .logo-empresa-front img {
        width: 20%;
    }
    .front-contenedor-logos {
        height: 76px;
    }
    .titulo-empresa {
        padding: 1px 0;
        margin: 4px 0;
        font-size: 19px;
        text-align: center;
    }
    .candid-34 {
        width: 135px !important;
        height: 140px !important;
    }
    .grid-mobile {
        width: 45%;
    }
    .profile-header-img input[type=checkbox] {
        margin-left: -20px;
    }
    #foto-candidato img {
        float: left;
        margin: 0 0 0 10px;
        padding: 10px;
    }
    .profile-header-img>img.img-circle {
        width: 148px;
        height: 141PX;
    }
    #tarjeton .label.label-default.rank-label2.ape {
        display: grid;
        font-size: 12px;
    }
    #tarjeton .label.label-default.rank-label2 {
        font-size: 12px;
    }
    .boton-votar {
        right: 9px;
        top: 49.5%;
        font-size: 28px !important;
        height: 65px;
    }
    
    .contenedor-info-user {
        text-align: center
    }
    #display,
    #display b {
        font-size: 20px;
        text-align: center;
    }
    .texto-max-candidatos,
    .texto-cantidad-candidatos {
        text-align: center;
    }
    #modal-max-candidatos h3 {
        font-size: 18px;
    }
    .btn-si-votar,
    .btn-no-votar {
        width: 100%;
    }
    .btn-no-votar {
        margin-top: 5px;
    }
    /** Listas */
    .lista-contenedor {
        margin: 20px 0;
    }
}

.btn-si-votar,
.btn-no-votar {
    border-radius: 0;
    padding: 12px 43px;
}

.btn-si-votar {
    background-color: #009900;
    border-color: #009900;
}

.btn-no-votar {
    background-color: var(--principal);
    border-color: var(--principal)
}