﻿

body { 
    font-family: 'Roboto', sans-serif; 
}
footer {
    font-family: 'Lora', serif;
    padding: 10px 0 10px 0;
}

h1   { 
    font-family: 'Lora', serif;
}

h2, h3, h4, h5, h6 { 
    font-family: 'roboto';
}

.cuadro-fallos {
    background-image: url('../Images/obras/tunel2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
    padding-top:310px;
}

    .cuadro-fallos div.rounded {
        background-color: rgba(255, 255, 255, 0.877);
    }

    .backgris {
        background-color: #F5F4F4;
        padding: top 100;
    }

.objetivo-auditorias {
    background-image: url('../Images/obras/tunel2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 800px;
    padding-top:310px;
}

.objetivo-auditorias div.rounded {
        background-color: rgb(255, 255, 255, 0.8);
    }


.stream { position: relative; padding: 10px 0; }
.stream:first-child .stream-badge:before { top: 10px; }
.stream:last-child .stream-badge:before { height: 30px; }
.stream .stream-badge { width: 50px; } 
.stream .stream-badge i { border: 3px solid #39AFA7; border-radius: 50%; padding: 10px; color: #39AFA7; position: absolute; background-color: #ffffff; left: 8px; }
.stream .stream-badge i.bg-success { color: #ffffff; background-color: #1c84c6; border-color: #1c84c6; }
.stream .stream-badge i.bg-primary { color: #ffffff; background-color: #1ab394; border-color: #1ab394; }
.stream .stream-badge i.bg-warning { color: #ffffff; background-color: #f8ac59; border-color: #f8ac59; }
.stream .stream-badge i.bg-info { color: #ffffff; background-color: #23c6c8; border-color: #23c6c8; }
.stream .stream-badge i.bg-danger { color: #ffffff; background-color: #ed5565; border-color: #ed5565; }
.stream .stream-badge i.bg-edit {color: #f8ac59; background-color: #ffffff;  border-color: #f8ac59;}
.stream .stream-badge:before { content: ''; width: 3px; background-color: #39AFA7; position: absolute; top: 0; bottom: 0; left: 28px; }
.stream .stream-info { font-size: 12px; margin-bottom: 5px; }
.stream .stream-info img { border-radius: 50%; width: 18px; height: 18px; margin-right: 2px; margin-top: -4px; }
.stream .stream-info .date {  color: #9a9d9f; font-size: 80%; }
.stream .stream-panel { margin-left: 80px; }
.stream-small { margin: 10px 0; } 
.stream-small .label { padding: 2px 6px; margin-right: 2px; }



.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

/* full circle 25 empty 534 */
.circliful .inner {
    fill: transparent;
    stroke: orange;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;

}

.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

svg .icon {
    font-family: FontAwesome;
}

.legend-line {
    white-space: nowrap;
}

.color-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin: 2px 5px 0 0;
}


.img-carousel{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}
.img-carousel.i01 {
    background-image: url('../Images/calidad-politicas-01.jpg');
}
.img-carousel.i02 {
    background-image: url('../Images/calidad-politicas-02.jpg');
}
.img-carousel.i03 {
    background-image: url('../Images/capacitacion-acuerdo870-01.jpg');
}


.img-carousel.i04 {
    background-image: url('../Images/capacitacion-acuerdo870-03.jpg');
}

.img-carousel.i05 {
    background-image: url('../Images/capacitacion-foro-valos.jpg');
}

.img-carousel.i06 {
    background-image: url('../Images/capacitacion_jornada_organos_de_control-01.jpg');
}

.img-carousel.i07 {
    background-image: url('../Images/capacitacion_jornada_organos_de_control-02.jpg');
}

.img-carousel.i08 {
    background-image: url('../Images/capacitacion-trabajos01.jpg');
}

.img-carousel.i9 {
    background-image: url('../Images/capacitacion-trabajos02.jpg');
}

.img-carousel.bid01 {
    background-image: url('../Images/Bid/congreso\ tribunales.jpg');
}

.img-carousel.bid02 {
    background-image: url('../Images/Bid/redfederal.PNG');
}

.img-carousel.bid03 {
    background-image: url('../Images/Bid/secreatariado.jpg');
}

.img-carousel.bid04 {
    background-image: url('../Images/Bid/secretariado-1.jpg');
}

.img-carousel.bid05 {
    background-image: url('../Images/Bid/secretariado-2.jpg');
}

.desplegable {
 margin-top: 15px;
}

.repfisc {
    display: inline-flex;
    text-align: center;
}

.fondoimg {
    background-image: url('../Images/fondo_construccion_1.png');
    background-repeat: no-repeat;
    padding-bottom: 150px;
}

.circulo {
    font-size: 10px!important;
}

.bullet {
    font-size: 15px!important;
}

.bg-01 { background-color: #39AFA7!important; }
.bg-02 { background-color: #02A6DD!important; }
.bg-03 { background-color: #255EDA!important; }
.bg-04 { background-color: #464646!important; }
.bg-05 { background-color: #949494!important; }
