@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/brands.min.css');
/***********************************\
* *
* Buttons
* *
\************************************/
.btn {
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 2px solid transparent;
    border-radius: 2px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
    color: white;
}
/***********************************\
* *
* Popup
* *
\************************************/
.modal {
    padding: 0 25px !important;
}
.modal-dialog {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.modal-popup {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid #333;
    color: #333;
}
.modal-popup p {
    color: #333;
    font-family: 'Work Sans';
    font-size: 14px;
}
.modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}
.modal-popup a.close-link2 {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}
@media (max-width: 600px) {
    .modal-popup {
        margin: 45px auto 0;
        height: 80vh;
        overflow: auto;
        padding: 30px 20px;
    }
}
.popup-form {
    width: 90%;
    max-width: 375px;
    margin: 60px auto;
}
.popup-form .form-control {
    margin: 20px 0;
}
.popup-form .form-control.dropdown {
    text-align: left;
}
.popup-form .form-control.dropdown:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: inline-block;
    float: right;
    color: white;
}
.popup-form .dropdown .dropdown-menu {
    top: 65px;
    width: 100%;
    padding: 0;
    border: 2px solid white;
    border-top: 0;
    border-radius: 0;
    background: white;
    box-shadow: none;
}
.popup-form .dropdown .dropdown-menu li {
    font-size: 16px;
    width: 100%;
    background: transparent;
}
.popup-form .dropdown .dropdown-menu li a {
    width: 100%;
    padding: 15px 30px;
    color: #00a8ff;
}
.popup-form .dropdown .dropdown-menu li:hover a {
    color: #fff;
    background: #00a8ff;
}
/* A Partir de aquí, colocar codigo extra*/
.highcharts-legend {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.navi {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1025;
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 0.5px solid #333;
}
.navi .container a .img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 21px;
}
.encuesta h4 {
    font-size: 22px;
    line-height: 1.3;
}
.modal-popup p {
    font-size: 95%;
}
@media (min-width:601px) and (max-width:992px) {
    .encuesta h4 {
        font-size: 19px;
    }
}
@media (max-width:600px) {
    .encuesta h4 {
        font-size: 17px;
    }
}
.desk {
    float: right;
    list-style: none;
}
.desk li {
    float: left;
    /*padding: 0 8px;*/
}
.desk li a {
    color: #333;
    padding: 8px 16px
}
.desk li a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .2)
}
@media(max-width: 650px) {
    .desk {
        display: none;
    }
}
.metod {
    background-color: #101010;
    color: #fff;
    border-top: 4px solid #666;
    border-right: 4px solid #666;
    border-left: 4px solid #666;
}
.metod:hover {
    background-color: #444;
    color: #fff;
    border-top: 4px solid #101010;
    border-right: 4px solid #101010;
    border-left: 4px solid #101010;
}
.separador {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-color: #999;
    /*margin-bottom: 70px20px*/ ;
}
.encuesta {
    /*padding-bottom: 30px;*/
    padding: 50px 15px;
}
.resaltado{
	opacity: 1 !important;
    font-size: 125% !important;
    font-weight: bold;
    text-align: center !important;
	line-height: 1.2!important;
}
.img-chart1 {
    width: 50px;
    display: block;
    margin-top: -40px;
}
.highcharts-tooltip span {
    z-index: 9999 !important;
    top: 2px !important;
    left: 2px !important;
}
.highcharts-tooltip span .tooltip-body {
    background-color: white;
    padding: 6px;
    z-index: 9999 !important;
    margin-bottom: -14px;
    margin-right: -14px;
}
@media (min-width: 630px) {
    .img-chart1 {
        margin-left: auto;
    }
}
@media (max-width: 629px) {
    .img-chart1 {
        margin-right: 30px;
        margin-left: auto;
    }
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
@media(max-width: 991px) {
    .desk {
        display: none;
    }
}
@media(min-width: 768px) {
    .reconocimiento {
        height: 1350px;
    }
    .non-pr {
        border-right: 1px solid #999;
    }
}
@media(max-width: 767px) {
    .footer-cont-mob {
        max-width: 540px;
        padding: 0 30px;
    }
    .reconocimiento {
        height: 1500px;
    }
}
@media(max-width: 499px) {
    .reconocimiento {
        height: 1650px;
    }
}
/***********************************\
* *
* Table
* *
\************************************/
.table {
    display: table;
    vertical-align: top;
    width: 100%;
    color: var(--color-primary-secondary);
    border-collapse: collapse;
    border-color: var(--color-divider);
}
.table__head__row, .table__head__data, .table__body__row, .table__body__data {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}
.table__head__row, .table__body__row {
    display: table-row;
}
.table__head__data, .table__body__data {
    display: table-cell;
    padding: var(--spacer-double);
    text-align: left;
}
.table__head__data, .table__body__data {
    max-width: 105px;
}
.table__head__data {
    text-align: center !important;
    line-height: 1.2 !important;
}
.table__head {
    vertical-align: bottom;
    font-weight: bold;
    color: var(--color-text-secondary);
}
.table__head__data--lrg {
    width: 40%;
}
.table__head__data--actions {
    width: calc((var(--btn-icon) * 2) + var(--spacer));
    min-width: calc((var(--btn-icon) * 2) + var(--spacer));
    text-align: right;
}
.table__body {
    vertical-align: inherit;
}
.table__body__data {
    border-bottom-width: 1px;
    text-align: center;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.b-bot-0 {
    border-bottom: transparent !important;
}
.b-top-0 {
    border-top: transparent !important;
}
.p-bot-0 {
    padding-bottom: 0 !important;
}
.p-top-0 {
    padding-top: 2px !important;
}
.lefty {
    text-align: left !important;
}
/**
 * Utils
*/
/* Type */
.type--align--right {
    text-align: right;
}
/* Spacers (margins) */
.spc--right--sml {
    margin-right: var(--spacer);
}
.rojo {
    color: #be0000;
    font-weight: bolder;
}
.gray-back {
    background-color: #ECECEC;
}
.soft-gray-back {
    background-color: #fafafa;
}
.Dgray-back {
    background-color: #999;
}
.blue-back {
    background-color: #133469;
}
.white-font {
    color: #fff;
}
.pie {
    font-size: 90%;
    text-align: right;
    margin: -15px 25px 0 0;
    opacity: 0.6;
}
.piechart {
    font-size: 90%;
    text-align: right;
    margin: 0;
    opacity: 0.6;
}
.piechartL {
    font-size: 90%;
    text-align: left;
    margin: 0 0 0 25px;
    opacity: 0.6;
}
small {
    font-size: 75% !important;
}
.highcharts-background {
    fill: transparent;
}
.highcharts-legend-box {
    fill: transparent;
}
.icon-row {
    display: flex;
    justify-content: center;
    font-size: 38px;
}
.icon-list {
    display: inline-block;
    justify-content: center;
    font-size: 34px;
}
.icon-encuesta {
    display: block;
    margin: 0 5px;
}
.c1 {
    color: #c0504d;
    margin-right: 10px;
}
.c2 {
    color: #bfbfbf;
    margin: 0 20px;
}
.c3 {
    color: #4f81bd;
    margin-left: 10px;
}
.c1-1 {
    color: #c0504d;
}
.c2-1 {
    color: #d99694;
}
.c3-1 {
    color: #bfbfbf;
}
.c4-1 {
    color: #95b3d7;
}
.c5-1 {
    color: #4f81bd;
}
.img-chartF {
    font-size: 50px;
    display: block;
    margin-top: -3px;
}
.table__body__data {
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (min-width: 630px) {
    .img-chartF {
        
    }
}
@media (max-width: 629px) {
    .img-chartF {
        
    }
}
@media(max-width: 499px) {
    .icon-row {
        font-size: 24px;
    }
    .icon-list {
        font-size: 20px;
    }
    .icon-encuesta {
        font-size: 31px;
    }
    .c2 {
        margin: 0 10px;
    }
}