body {
    font-family: 'Poppins', sans-serif;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

p{
    color: #707070;
}

.container {
    max-width: 87%;
}

.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.search-bar {
    max-width: 284px;
    position: relative;
}

.search-bar-toggle {
    background-color: #dc052d;
    border: 0;
    border-radius: 50px;
    color: #fff;
    display: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.search-bar input {
    border: 1px solid #98b4d4;
    border-radius: 50px;
    height: 40px;
    padding: 11px 50px 11px 23px;
    width: 100%;
}

.search-bar button {
    background-color: #dc052d;
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.search-bar button i {
    font-size: 18px;
}

.navbar{
    border-top: solid;
    border-width: 1px;
    border-color: #CCCCCC;
}

.nav-link{
    color: #003876;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.dropdown-item{
    color: #003876;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.main-hero{
    padding: 120px 0 250px 0;
    background-image: url("../img/main-hero-background.png");
    background-size: cover;
}

.main-hero h1{
    color: #003579;
    font-weight: bold;
}

.main-hero h1 span{
    color: #707070;
    font-weight: 600;
}

.main-hero p{
    color: #707070;
    font-weight: 500;
}

.main-hero p span{
    font-weight: 700;
}

.btn {
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    padding: 10px 32px;
    text-transform: uppercase;
    transition: .3s;
}

.btn.btn-blue {
    background-color: #003670;
    color: #fff;
}

.individual-stats-section{
    background-color: #003670;
    padding: 50px 0;
}

.individual-stats-section h2{
    color: white
}

.individual-stats-section hr{
    height: 1px;
    background-color: white;
    border: none;
    opacity: 1;
}

.card{
    border:none;
}

.card .title{
    font-size: 10px;
    display: block;
}

.card .percentage{
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.card .card-footer{
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    height: 100%;
}

.card img{
    height: 40px;
    width: fit-content;
    margin-bottom: 15px;
}

.card .card-content{
    padding: 30px 20px 15px 20px;
}

.card .description{
    display: none;
    height: 100%;
    color: white;
    font-size: 10px;
    border-radius: 0.4rem;
    padding: 10px;
}

.card:hover .card-content{
    display: none;
}

.card:hover .card-footer{
    display: none;
}

.card:hover .description{
    display: flex;
} 

.tic-use .percentage{
    color: #3888F7;
}

.tic-use .card-footer{
    background-color: #3888F7;
}

.tic-use .description{
    background-color: #3888F7;
}

.e-gob .percentage{
    color: #FB5859;
}

.e-gob .card-footer{
    background-color: #FB5859;
}

.e-gob .description{
    background-color: #FB5859;
}

.open-gov .percentage{
    color: #65C87A;
}

.open-gov .card-footer{
    background-color: #65C87A;
}

.open-gov .description{
    background-color: #65C87A;
}

.e-service .percentage{
    color: #F5BB41;
}

.e-service .card-footer{
    background-color: #F5BB41;
}

.e-service .description{
    background-color: #F5BB41;
}

.e-participacion .percentage{
    color: #ff6900;
}

.e-participacion .card-footer{
    background-color: #ff6900;
}

.e-participacion .description{
    background-color: #ff6900;
}

.average .percentage{
    color: #5FC0C3;
}

.average .card-footer{
    background-color: #5FC0C3;
}

.average .description{
    background-color: #5FC0C3;
}

.ranking-section{
    background-color: #F8F8F8;
    padding: 50px 0;
}

.ranking-section h2{
    color: #003876;
}

.ranking-section hr{
    height: 1px;
    background-color: #CCCCCC;
    border: none;
    opacity: 1;
}

.ranking-section .ranking-table{
    background-color: white;
    border: solid;
    border-color: #E2E2E2;
    border-width: 1px;
    border-radius: 0.5rem;
    padding: 50px;
}

.ranking-section .ranking_m-table{
    background-color: white;
    border: solid;
    border-color: #E2E2E2;
    border-width: 1px;
    border-radius: 0.5rem;
    padding: 50px;
}

.ranking-section .ranking_c-table{
    background-color: white;
    border: solid;
    border-color: #E2E2E2;
    border-width: 1px;
    border-radius: 0.5rem;
    padding: 50px;
}

.ranking-section tr{
    cursor: pointer;
}

.filter-content li{
    padding:20px;
}

#filterResult span{
    background-color: white;
    border-radius:1.5rem;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
}

#filterResult span i{
    vertical-align: middle;
    margin-left: 5px;
}

.ranking-section th{
    color: #003579;
    white-space: nowrap;
}

table tbody td{
    vertical-align: middle;
}

.ranking-section table{
    text-align: center;
}


.ranking-section tbody td:first-child {
    font-size: 20px;
    color: #003579;
    text-align: center;
}

.ranking-section td:nth-child(2),th:nth-child(2){
    text-align: left;
}

.ranking-section tbody td:nth-child(2){
    font-size: 12px;
    font-weight: 500;
    color: #0087FF;
}

.ranking-section tbody td:nth-child(8){
    font-weight: bold;
    white-space: nowrap;
}
.ranking-section .nav-pills .nav-link.active.municipal, .nav-pills .show>.nav-link {
    background-color: #65c87a;
}

.contact-section{
    padding: 30px 0 50px 0;
    background-image: url("../img/digital-tablet-with-glowing-interface-contact-and-information-icons-coming-out-of-it.png");
    background-size: cover;
}

.contact-section{
    color: white;
}

.contact-section input[type=button]{
    color: white;
}

.btn.btn-lightblue {
    background-color: #0087FF;
    color: #fff;
}

.contact-section input[type=text],.contact-section textarea{
    margin: 30px 0;
}

.contact-section textarea{
    height: 100px;
}

.footer-light .footer-top {
    background-color: white;
    color: #003670;
    padding: 43px 0 43px;
}

.footer-light .footer-top .logo-cont{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}

.footer-light .footer-top .footer-title {
    text-transform: uppercase;
    color: #003670;
    margin-bottom: 32px;
}

.footer-light .footer-top .footer-menu-list{
    list-style: none;
    padding-left: 0;
}

.footer-light .footer-top .footer-menu-list li a {
    color: #003670;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
}

.footer-light .footer-top .footer-menu-list li a:hover {
    opacity: 0.8;
}

.footer-light .footer-top .footer-menu-list li:not(:last-child) {
    margin-bottom: 2px;
}

.footer-light .footer-top .footer-menu-list li span{
    color: #003670;
    line-height: 20px;
    font-size: 14px;
}

.footer-light .footer-bottom {
    background-color: #003670;
}

.footer-light .footer-bottom-cont {
    padding: 10px 0;
    color: white;
    display: flex;
    justify-content: space-between;
}

.footer-light .footer-bottom-cont .date, .logo {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.footer-light .footer-bottom-cont .logo{
    display: inline-flex;
    align-items: center;
}

.footer-light .footer-bottom-cont .logo img{
    margin-left: 8px;
}

.footer-light .footer-bottom-right{
    display: flex;
    align-items: center;
}

.footer-light .footer-bottom-right .follow-text{
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
}

.footer-light .footer-bottom-right .follow-icons{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    margin: 0;
    list-style: none;
}

.footer-light .footer-bottom-right .follow-icons a {
    color: white;
    text-decoration: none;
}

.about-us-hero{
    background-color: #0087FF;
    color: white;
    padding:40px 0;
    font-weight: 600;
}

.about-us-info{
    padding:40px 0;
    padding-top:40px;
    padding-bottom:40px;
    background-color: #F8F8F8;
    color: #707070;
}
.about-us-info .card{
    border: 1px solid #E2E2E2;
}

.about-us-info .card h2{
    margin-bottom: 20px;
}

.about-us-info .card p{
    font-size: 14px;
}

.about-us-info .card .card-body{
    padding: 20px;
}

.about-us-info h2{
    color: #113675;
    font-weight: 600;
}

.sisticge img{
    height: 350px;
    width: auto;
}

.sisticge p{
    margin: 30px 0;
}

.publications-info-section{
    padding: 100px 0 150px 0;
    background-image: url("../img/publication-banner.png");
    background-size: cover;
    color: white;
    font-size: 25px;
    font-weight: 600;
}

.publications-info-section p{
    color: white;
}

.publications-info-section a {
    color: #5FC0C3;
    text-decoration: none;
}

.methodology-hero{
    background-color: #FF6568;
    color: white;
    padding:40px 0;
    font-weight: 600;
}

.methodology h2{
    color: #113675;
}

.methodology{
    color: #707070;
}

.methodology img{
    height: 300px;
}

.methodology-tabs button.nav-link{
    background-color: #EFEFEF;
    color: #707070;
    font-weight: 500;
    padding: 20px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}

.methodology-tabs button#pills-home-tab.active,
.methodology-tabs button#pills-home-ciudadano-tab.active{
    background-color: #3888F7;
    color: white;
    font-weight: 700;
}

.methodology-tabs button#pills-profile-tab.active,
.methodology-tabs button#pills-profile-ciudadano-tab.active{
    background-color: #FF6568;
    color: white;
    font-weight: 700;
}

.methodology-tabs button#pills-contact-tab.active,
.methodology-tabs button#pills-contact-ciudadano-tab.active{
    background-color: #2ECC71;
    color: white;
    font-weight: 700;
}

.methodology-tabs button#pills-disabled-tab.active,
.methodology-tabs button#pills-disabled-ciudadano-tab.active{
    background-color: #ff6900;
    color: white;
    font-weight: 700;
}

.methodology-tabs button#pills-services-tab.active,
.methodology-tabs button#pills-services-ciudadano-tab.active{
    background-color: #FFBA00;
    color: white;
    font-weight: 700;
}

.methodology-tabs h2{
    color: #113675;
}

.methodology-tabs h3{
    color: #113675;
}

.methodology-tabs .table-wrap{
    padding: 40px;
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
    border-radius: 0.5rem;
}

.methodology-tabs table{
    padding: 40px;
    background-color: #F8F8F8;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 500;
}

.methodology-tabs table tbody tr td:first-child{
    font-family: 'Poppins', sans-serif;
    color: #003579;
    font-size: 20px;
    font-weight: 500;
}

.methodology-tabs table tfoot{
    color: #0087FF;
    font-weight: 700;
}

.methodology-tabs table tfoot td{
    border: none;
}

.methodology-tabs .card{
    border-radius: 0.5rem;
}

.methodology-tabs .card .card-header{
    color: white;
}

.methodology-tabs .card .card-body{
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.methodology-tabs .tic-use .card .card-header{
    background-color: #3888F7;
}

.methodology-tabs .e-gob .card .card-header{
    background-color: #FF6568;
}

.methodology-tabs .open-gov .card .card-header{
    background-color: #2ECC71;
}

.methodology-tabs .e-service .card .card-header{
    background-color: #FFBA00;
}

.results-hero{
    background-color: #2ECC71;
    color: white;
    padding:40px 0;
    font-weight: 600;
}

.questions-hero{
    background-color: #2ECC71;
    color: white;
    padding:40px 0;
    font-weight: 600;
}

.questions .container{
    padding: 50px;
    background-color: white;
    border: 1px solid #E2E2E2;
    margin-top: 50px;
    border-radius: 0.5rem;
}

.questions .accordion .accordion-item{
    border-radius: 0.5rem;
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
    overflow: hidden;
}

.questions .accordion .accordion-item .accordion-button.accordion-button{
    font-weight: 500;    
}

.questions .accordion .accordion-item .accordion-button.accordion-button:not(.collapsed){
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    box-shadow: none;
    color: black;
    background-color: #e7f1ff;
}

.questions .accordion .accordion-item .accordion-button.collapsed{
    border-radius: 0.5rem;
}

.questions .accordion .accordion-item .accordion-collapse{
    background-color: #e7f1ff;
}

.accordion-button.collapsed::after {
    content: '+';
    color: #113972;
    font-size: 20px;
    font-weight: 600;
    background: none;
    height: none;
    width: none;
    transform: none !important;
    transition: none !important;
}
  
.accordion-button:not(.collapsed)::after {
    content: '+';
    color: #113972;
    font-size: 20px;
    font-weight: 600;
    background: none;
    height: none;
    width: none;
    transform: none !important;
    transition: none !important;
}

.details-hero{
    background-color: #5FC0C3;
    color: white;
    padding:40px 0;
    font-weight: 600;
}

.detail{
    background-color: #F8F8F8;
}

.detail .container{
    background-color: white;
    border: solid;
    border-color: #E2E2E2;
    border-width: 1px;
    border-radius: 0.5rem;
    padding: 50px;
    margin-top: 60px;
}

.detail table thead th{
    color: #003579;
}

.detail table tr.tic-use{
    color: white;
    background-color: #3888F7;
}

.detail table tr.e-gob{
    color: white;
    background-color: #FF6568;
}

.detail table tr.open-gov{
    color: white;
    background-color: #2ECC71;
}

.detail table tr.e-service{
    color: white;
    background-color: #FFBA00;
}

.detail table tbody tr{
    background-color: #eff1f2;
}
.detail table tbody.subrow tr{
    background-color: white;
}

.detail table tbody.subrow tr td:first-child{
    padding-left: 30px;
}

body.modal-open > :not(.modal) {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
    filter: blur(50px);
}

.filter{
    position: relative;
    margin:10px;
}

.filter-content{
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:0;
    background-color: white;
}

.filter-content ul{
    list-style:none;
    text-align: left;
    padding: 0;
    margin:0;
}


.filter:hover .filter-content{
    display: block;
    
}

.filter-content li:hover{
    background-color: #EFF7FF;
}

*:not([style*="display: none"]) .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #0000000d;
}

*:not([style*="display: none"]) .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: white;
}

.individual-stats-section .card{
    min-height: 200px;
    height: 100%;
}

@media screen and (max-width: 768px){
    .footer-bottom-cont {
        align-items: center;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}