:root {
    --primario: #464452;
    --primarioBajo: #495166;
    --Secundario: #b28564;
    --SecundarioBajo: #FFE5D1;
    --gris: #f8f8f8;

}
html{
    font-family: 'Source Serif Pro', serif;
}
body{

    background-image: url('../images/escudo-guerrero.png');
}

p, span{
    color: var(--primario);
    text-align: justify;
    
}



.tabs .tab a {
    color: rgb(139 121 122 / 70%);

}

    .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #a69670;
    }

    .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #b4b2c1;
        will-change: left, right;
    } 
.picker__date-display {
    text-align: left;
    background-color: #b28564;
    color: #fff;
    padding: 18px;
    font-weight: 300;
}

.color-secundario{
    color: var(--Secundario);
}
.color-primario{
    background-color: var(--primarioBajo);
}
.buscador--inteligente{
    background-color: var(--primarioBajo);
    border-radius: 2rem;

}

.input-field input[type=search]:focus:not(.browser-default) {
    background-color: rgb(168, 175, 192);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    border-radius: 2rem;
}

.carousel .carousel-item {
    display: none;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 5px;
    left: 0;
}

.slider .indicators .indicator-item.active {
    background-color: #607d8b;
}



/* ---------APARTADO DE ADMIN----------- */

    .card--sistema{
        background-color: var(--primarioBajo);
        border-radius: .7rem;
        height: 15rem;
        width: 22rem;
    }

    .card--sistema div span{
        color: #b28564 !important;
    }

    .pie{
    position:fixed;
   left:0px;
   bottom:0px;
   height:4rem;
   width:100%;
   background:#999;
    }

    /* ---------GACETA PARLAMENTARIA---------- */
    .titulo{
        padding-bottom: 1rem;
        font-size: 1.3rem;
    }
    .iconos-gaceta{
        color: #b28564 !important;
        float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0,0,0,0.54);
    }

    .boton-gaceta{
        border-radius: 12px;
        height: 25px;
        line-height: 25px;
        background-color: #b28564 !important;
        font-size: .75rem;
    }

    .texto-gaceta{
        font-size: 1.1rem;
        text-align: justify;
    }
    
    .boton-etiqueta{
        border-radius: 12px;
        height: 25px;
        line-height: 25px;
        background-color: #1b2234 !important;
        font-size: .75rem;
        margin-left: 1rem;
        
    }

    .descripcion__gaceta{
        font-size: 1.1rem;
        text-align: justify;
        color: var(--primarioBajo);
    }

    .linea{
        border-bottom: 1px solid #ccced5;
    }

     /* ---------LEYES ---------- */

     .leyes-parrafo{
         font-size: 1.1rem;
     }

    td{
      text-align: justify;
    }
    
     td a{
        color: var(--primarioBajo);
        transition: background-color .8s;
        font-size: 1.1rem;
        text-align: justify;
    }

        .iconos-leyes{
        color: #b28564 !important;
        float: right;
        line-height: 48px;
        margin: 0 0 0 15px;
        width: 2.2rem;
        color: rgba(0,0,0,0.54);
        }

    
          
          td a:hover {
            color: var(--Secundario);
          }