/* COLORES */

/* rojo: #D4002A */
/* gris claro: #E1DED9 */
/* gris oscuro: #65615D */

.agentes .jumbotron {
    height: 18em;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10rem;
    margin:0;
}

.main {
    margin-top: 10px;
    padding-top: 2em;
}

.info {
    margin-top: 1em;
}

.meta {
    color: 
    #8f8f8f;
    font-size: 0.8125rem;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.item .intro {
    font-size: 0.875rem;
}

.item .more-link {
    font-size: 0.8125rem;
}

.bg-disable, .bg-disable:hover, .bg-disable:focus {
    background-color: 
    rgba(212,0,42, 0.4);
}


pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color:#333;
    background-color:#f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {

    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;

}

.block {
    min-width: 35px;
    border-radius: 4px;
    color: 
    #fff;
    display: inline-block;
    font-weight: 600;
    height: 30px;
    letter-spacing: .17px;
    line-height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}
.post {
    background: 
    #328f2f;
}

.get {
    background: #1879a4;

}

.post a {
    color:#FFFFFF !important;
}

.get a {
    color:#FFFFFF !important;
}


.post a:hover, .get a:hover {
    text-decoration: underline;
}


.text-info {color: #1E90FF;}

.text-sintax1 {color: #0622B0; font-weight: normal}
.text-sintax2 {color: #E50000; font-weight: normal}

.pl-6, .px-6 {
    padding-left: 4rem !important;
}
.pl-7, .px-7 {
    padding-left: 5rem !important;
}
.pl-8, .px-8 {
    padding-left: 6rem !important;
}
.pl-9, .px-9 {
    padding-left: 7rem !important;
}

.pl-10, .px-10 {
    padding-left: 8rem !important;
}


