/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html{overflow: hidden;}
body{
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}
#Go_moticias_mesas{
    font-family: 'Inter', sans-serif;
    color: #4A4751;
    max-width: 1544px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
#Go_moticias_mesas .loading{
    position: absolute;
    z-index: 11;
    background: white;
    width: 100%;
    height: 215px;
    top: 0px;
}
.menu{
        text-align: center;
    margin-top: 15px;
}
#Go_moticias_mesas{position: relative;}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.container{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    height: 470px;
}
.congreso{
    position: absolute;
    bottom: 0px;
}

.tabs a{
    display: block;
    width: 95%;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #4A4751;
    padding: 2%;
    margin: 0 auto;
    border-radius: 3px;
}
.tabs a:first-child {border-right: 1px solid #e2e2e2;}
.tabs a.active{
    font-weight: bold;
}
.image{
    float: left;
    width: 80px;
    z-index: 999;
    position: relative;
    padding-top: 0px;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 5px!important;
}
.image img{    width: 55px;}
.creditos div{float: left;}
.creditos div:first-child {
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
    height: 30px;
    margin-top: 5px;
}
.creditos div:last-child {
        float: inherit;
}
.creditos p{
    font-size: 0.8rem;
    margin-top: 6px;
}
.creditos img{
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}
.cnt{
    padding-left: 100px;
    padding-top: 1px;
}
.alto{
}
.volver{
    font-size:14px;
    color: #000;
}
h1{
    font-size: 0.625rem;
    padding-top: 10px;
}
h2{
color: #4A4751;
font-family: "Open Sans";
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 34.512px; /* 150.052% */
}
h4{
    font-size: 1rem;
    margin-top: 20px!important;
}
h5{
    font-size:1rem;
    font-weight: normal;
}
h6{
    font-size: 1.125rem;
    margin-top: 10px;
    margin-bottom: 20px;
}
p{
    font-size:0.75rem;
}
.result{
    position: absolute;
    z-index: 11;
    background: #fff;
        height: 100%;
}
.result .content{
    overflow-y: auto;
    max-height: 330px;
    overflow-x: hidden;
    background: #fff;
    padding-right: 10px;
}
.form{
    color: #000;
}
.datos{font-size: 0.75rem}
ul li{
    list-style-type: none;
    display: block;
    clear: both;
}


.form-control{
    display: inline-block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 320px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: capitalize!important;
}
.form-select {
    display: inline-block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ECECEC;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 320px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: capitalize!important;
}
.form-select option{
    text-transform: capitalize!important;
}
.btn{
    background-color: #45a1e3 !important;
    border: 0px !important;
    color: #fff !important;
    max-width: 100px;
    padding-right: 10px;
    cursor: pointer;
    height: 35px;
    border-radius: 5px;
}
.progress{
    display: block;
    width: 90%;
    height: 5px;
    background: #F2F2F2;
    position: relative;
}
.progress .porcent {
    display: inline-block;
    height: 5px;
    left: 0px;
    position: absolute;
}
.progress .porcent_number{
    margin-top: -10px;
    margin-right: -13%;
    position: relative;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
    width: 60px;
    float: right;
    display: block;
}
.votes{
    font-size: 0.5rem;
    margin-top: 5px;
}
/*SPINNER*/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
h5 + h5 {
  display: none;
}
h5{
    font-weight: bold;
    font-size: 0.875rem;
    border-bottom: 1px solid #E2E2E2;
    line-height: 30px;
}
h5 span{
    float: right;
    display: block;
}
h4{
    font-weight: bold;
    font-size: 0.75rem;
    color: #000;
}
.share{
    display: block;
    width: 200px;
    border: 1px solid #E2E2E2;
    float: right;
    text-align: center;
    text-decoration: none;
    color: #4A4751;
    padding: 10px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    margin: 0 auto;
    border-radius: 3px;
}
.share svg{
    margin-left: 0px;
    float: right;
    padding-top: 3px;
}
.line{
        border-bottom: 1px solid #00000038;
    padding-bottom: 10px;
}
@media (min-width: 767px) {



}
@media (max-width: 767px) {
    .image{width: 70px}
    .cnt {
        padding-left: 80px;
    }
    h1{
    font-size: 1.2rem;
    }
/*    .progress{width: 60%}*/
    .share{width: auto;}
    .progress{
        width: 80%;
    }
    .progress .porcent_number {
        margin-right: -23%;
    }

}

@media (max-width: 567px) {
    .fixheight{
        height: 200px;
    }
    .progress .porcent_number {
        margin-right: -44%;
    }
    .progress {
        width: 70%;
    }
    .result .content {
        max-height: 480px;
    }
    .container{
        height: 670px;
    }


}.active {
  font-weight: bold;
}
.message {
  font-weight: bold;
  margin-top: 1em;
  color: red;
}
.btn-group.menu {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
      margin-top: 15px;
}

.tab-btn {
  background-color: #fff;
  color: #333;
  border: none;
  padding: 6px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex: 1;
    font-weight: normal;
}

.tab-btn:not(:last-child) {
  border-right: 1px solid #ccc;
}

.tab-btn.active {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
}