/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {
    font-size:13px;
}
.highlight, .highlight a {
    color: #fed100 !important;
    font-weight: bold;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.list-bigger a {
    font-size: 2.5rem;
    color: #fff;
}
.lider-name a {
    font-size: 3rem;
}

.panel-box {
    background: white;
    /*width: 200px;*/
    margin-left: auto;
    margin-right: auto;
    /*height: 200px;*/
    padding: 5px;
    margin-top: 15px;
}

a .panel-box {
    font-weight: bold;
    color: black !important;
}
a:hover  .panel-box {
    color: #fed100 !important;
}

.panel-box img {
    max-width: 100px;
    max-height: 100px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.logo-img {
    float: left;
    margin-right: 1rem;
    max-height: 100px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {
    .logo-img {
        max-height: 75px !important;
        margin-right: 5px;
    }
    .logosize--yes .site-logo {
        font-size: 2em;
    }
}

@media only screen and (max-width : 320px) {
    .logo-img {
        max-height: 50px !important ;
    }
}
.col-md-2_5{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px){
    .col-md-2_5 {
        width: 20%;
        float: left;

    }
}

@media (min-width: 768px) {
  .row.equal {
    flex-wrap: wrap;
  }
}