/* =============================================
   OBSERVATORIO-FEDERAL-DE-LOGISTICA
   Extraido de los <style> inline duplicados en 2 modulos.
   Se enlaza EN LA MISMA POSICION que ocupaba el <style>.
   ============================================= */

.a-link{
        text-decoration:none !important;
        color: #B2B2C1 !important;
    }

    .a-link:hover{
        color: #fff !important;
        text-decoration:none !important;
    }

    h1{
        line-height: 1em !important;
    }

    .header__formacion {
    background-size: cover;
    background-position: center center;
    height: 80vh;
}


.rel-inter-cards__card.car-card--transparent   ul {
 
    width: 81% !important;
 
}

.car-card--transparent #financiamientoProductivoCollapse  ul li {
    font-size: 1.1em;
}


.links .car-card--transparent:hover {
    background-color: var(--gray-soft) !important;
    color: black !important;
}

.car-card__header h2 {

    font-size: 32px;

}

a{
text-decoration: none !important;
}


#organismo .info-wrapper {
    border: 1px solid #b2b2c1;
    padding:0 12px;
    border-radius: 20px;
    margin-top: 30px;
    font-size: 0.9em;
}

.info-wrapper h4{
    padding:10px 0px;
    margin: 0;
}


.bottom-line{
        border-bottom: 1px solid #29292D;
        margin-bottom: 15px;
}

.table-border:nth-child(1){
    border-top-left-radius:  20px;
    border-right:  1px solid #29292D;
    
}

.table-border:nth-child(3){
    border-top-right-radius:  20px;
    border-left:  1px solid #29292D;
    
}

.table-border:nth-child(4){
    border-top-right-radius:  20px;
    border-left:  1px solid #29292D;
    
}

.table-border:nth-child(5){
    border-top-right-radius:  20px;
    border-left:  1px solid #29292D;
    
}

.table-border:nth-child(7){
    border-top-right-radius:  20px;
    border-left:  1px solid #29292D;
    
}

.table-border h4{
    padding: 10px;
     font-size: 24px;
    color:  #29292D;
    cursor: pointer;
    font-weight: bold;
}

.rel-inter-cards.bottom-line{
    background-color: var(--gray-soft);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
    

.table-border h4:hover, .table-border h4.active{
    color:  #fff;
}

.car-card.active {
    background-color:  #b2b2c1;;
    color: var(--gray-soft);
    text-decoration: none !important;
}
.car-card.active  h2,.car-card.active .more-icon{
    color: #B2B2C1;
    stroke: #B2B2C1;
}

@media (max-width: 1250px) {
  .btn-m-2, .btn-m-3{
    border-top: 1px solid;
    border-top-right-radius: 0 !important;
    }
}


.icond{
    display: block;
}
.icond-h{
    display: none;
}


.car-card:hover .icond{
    display: none;
}
.car-card:hover .icond-h{
    display: block;
}
