.css-tabs-content {
    display: none;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background: #f1eee9b3;
    color: #706d66;
}

.css-tabs input {
    display: none
}

.css-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    /*padding: 15px 25px;*/
    padding: 10px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent
}

.css-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px
}

.css-tabs label:hover {
    color: #888;
    cursor: pointer
}

.css-tabs input:checked+label {
    color: #6a6863;
    /* border: 1px solid #ddd; */
    /* border-top: 2px solid #007ec6; */
    border-bottom: 3px solid #dbd3c7;
}

.css-tabs #tab1:checked ~ #css-tabs-content1,.css-tabs #tab2:checked ~ #css-tabs-content2,.css-tabs #tab3:checked ~ #css-tabs-content3,.css-tabs #tab4:checked ~ #css-tabs-content4,.css-tabs #tab5:checked ~ #css-tabs-content5,.css-tabs #tab6:checked ~ #css-tabs-content6,.css-tabs #tab7:checked ~ #css-tabs-content7,.css-tabs #tab8:checked ~ #css-tabs-content8,.css-tabs #tab9:checked ~ #css-tabs-content9,.css-tabs #tab10:checked ~ #css-tabs-content10 {
    display: block
}

.responsive-css-tabs {
    border: 2px solid #bc2640;
    box-shadow: 2px 2px 10px rgba(51,51,51,0.4);
    display: none
}

.responsive-css-tabs-label {
    display: none
}
/*
@media screen and (max-width: 650px) {
    .css-tabs label {
        font-size:0;
        display: none
    }

    .css-tabs label:before {
        margin: 0;
        font-size: 18px
    }

    .responsive-css-tabs,.responsive-css-tabs-label {
        display: block
    }
}

@media screen and (max-width: 400px) {
    .css-tabs label {
        padding:15px
    }
}
*/
#insignias {
    font-family: 'Roboto Slab',sans-serif;
}

#insignias .seccion_portada h2 {
    background: #dbd3c7;
}


#insignias .seccion_portada .sep {
    border: 1px solid #dbd3c7;
}

#insignias .callout{
    border:none;
    border-radius: 5px;
    background-color: #f1eee9b3;
}

#insignias .pagination {
    border: none;
    text-align: center;

}

#insignias .pagination a:hover{
    background-color: #dbd3c7;
}

#insignias .pagination li.current {
    background-color: #dbd3c7;
}


#insignias .label.secondary {
    background: #f1eee9b3;
    color: #737069;
    border-radius: 5px;
}

.donant .img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
}

.donant {
    margin-bottom: 10px;
}

.donant .details, .donant .img {
    height: 48px;
    vertical-align: middle;
    display: inline-block;
}

#insignias .donant .details {
    padding: 5px;
}

.card {
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    border-radius: 5px;
}

.no-margin {
    margin: 0;
}

.text-small {
    font-size: small;
}
.text-secondary {
    color: #777;
}
.text-bold {
    font-weight: bold;
}

/* CHOICES */
.choices__input,.choices__input [type='search'], .choices__input:focus{
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    background-color: #fff !important;
    
}
input.choices__input {
    height: 1.9rem !important;
}
.choices__inner {
    padding: 3.75px !important;
    background-color: #fff !important;
    max-height: 40px !important;
}

input[name="busca"] {
    height: 44px;
}
.card.insignia .image-container {
    background: #f2f2f2;
    height: 368px; 
    text-align:center;
}


.card.insignia .image-container a.image-link {
    height: 100%; /* Can be anything */
    width: 100%;
    display: inline-block;
    position: relative;
}
.card.insignia .image-link > img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 10px !important;
        
    }
}

@media (max-width: 640px) {
    .pagination li {
        display: inline-block  !important;
    }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left !important;
}

img.mfp-img{
    border-radius: 5px !important;
}

.mfp-title {
    font-family: 'Roboto Slab', serif;
}
button.mfp-close {
    opacity: 1 !important; 
}

.choices__list--single .choices__item {
    width: 80% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mfp-title {
    text-align: center !important;
    line-height: 1.5rem;
    color: #4b4b4b !important;
    word-wrap: break-word;
    padding-right: 56px;
    padding-left: 20px;
}
.mfp-image-holder .mfp-content {
    max-width: 80% !important;
}
/* FLAGS */

.fib {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
  }
  .fi:before {
    content: '\00a0';
  }
  .fi.fis {
    width: 1em;
  }

/* ANIMATIONS */

.fadeIn {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}