:root {
    --color1: #64acbe;
    --color2: #627f8c;
    --color3: #574249;
    --color1b: #b0d5df;
    --color2b: #ad9ea5;
    --color3b: #985256;
    --color1c: #e8e8e8;
    --color2c: #e4acac;
    --color3c: #c85a5a
}

.img_ppal {
    position: fixed;
    width: 100%;
    top: 5%;
    height: 95%;
    background: url(../img/img_ppal.jpg) top left no-repeat;
    background-size: cover;
    margin: 0;
    padding: 3% 7%;
    text-align: center;
}

.img_ppal h1 {
    background: none;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 60px;
    text-align: center;
    text-shadow: 7px 3px 3px rgba(0, 0, 0, .5);
    display: -webkit-inline-box;
    margin-top: 10%;
    padding: 0 15px;
}

.img_ppal h3 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 19px;
    background: #000;
    padding: 5px 10px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.isotipo {
    text-align: center
}

.titulo_portada {
    margin: 20% 0% 0 30%;
    background: #000;
    color: #fff;
    padding: 2px 10px;
    display: inline-block
}

.titulo_portada h2 {
    margin: 0
}

.navbar {
    height: 5%;
    min-height: 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 3px solid #ea1f40
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .4);
    font-weight: 300;
    font-size: .9rem;
    letter-spacing: .2px;
    text-transform: uppercase;
    padding: 0 1.2rem
}

.navbar-dark .navbar-nav .nav-link i {
    color: rgba(243, 31, 64, .5)
}

.info_movilidad,
.mas_datos {
    background-color: #d00916;
    background: -moz-linear-gradient(-45deg, rgba(234, 31, 65, 1) 0%, rgba(175, 3, 14, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(234, 31, 65, 1)), color-stop(100%, rgba(175, 3, 14, 1)));
    background: -o-linear-gradient(-45deg, rgba(234, 31, 65, 1) 0%, rgba(175, 3, 14, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(234, 31, 65, 1) 0%, rgba(175, 3, 14, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea1f41', endColorstr='#af030e', GradientType=1);
    margin-top: 92%;
    padding: 30px 2%;
    background-image: url(../img/citas_bg.png);
    background-repeat: repeat, no-repeat;
    background-position: center, top left
}

.info_movilidad h2 {
    color: rgba(0, 0, 0, .4);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    border: 2px dashed rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}

.info_movilidad h2 span {
    font-style: normal;
    font-weight: 700
}

.info_movilidad .leyenda p {
    color: rgba(255, 255, 255, .4);
    font-weight: 100
}

.info_txt {
    display: inline-flex
}

.fecha {
    font-size: 30px;
    font-weight: 300;
    color: #840712;
    line-height: 32px;
    text-align: left;
    display: -webkit-inline-box;
}

.fecha span {
    font-weight: 300;
    font-size: 30px
}

.fecha span:after {
    display: block
}

.dato {
    color: rgba(255, 255, 255, .7);
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px
}

.dato span {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-size: 28px
}

.gif_info {
    background: #f04560;
    border-radius: 20px;
    margin: 30px auto;
    padding: 0;
    text-align: center
}

.gif_info img {
    width: 55%;
    padding: 10px 0
}

.contenido {
    padding: 30px;
    background: #fff
}

.seccion {
    padding: 30px 4% 50px
}

.seccion h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.card-group {
    overflow-x: scroll
}

.card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-flow: row
}

.card-group .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    margin-right: 35px;
    margin-bottom: 0;
    margin-left: 35px;
    width: 28%;
    min-width: 28%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 0 20px rgba(0, 0, 0, .1)inset;
    border-radius: 0 0 40px 40px;
    border: 1px dashed #cdcdcd
}

.card-group.inline .card {
    width: 29%;
    min-width: 29%;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: #000;
    padding: 0
}

.card-group.inline .card {
    width: 29%;
    min-width: 29%;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dadada;
    background: #000;
    padding: 0
}

.card-group.inline.reportaje .card {
    width: 20%;
    min-width: 20%;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dadada;
    background: #fff;
    padding: 0;
    transition: all linear .5s
}

.card-group.inline.reportaje .card:hover {
    opacity: .9;
    background: #f31f40;
    color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .2) inset;
    animation: bounce 4s infinite;
    animation-delay: 0s
}

.card-group.inline.reportaje .card:hover .text-muted {
    color: rgba(255, 255, 255, .7)!important
}

.card-group.inline.reportaje {
    width: 65%;
    margin: 0 auto
}

.card-group.inline.reportaje .card-title {
    text-transform: uppercase;
    font-size: 18px
}

.card-group.inline.reportaje .card-text {
    font-weight: 100;
    letter-spacing: 0
}

.card-group.inline.reportaje .text-muted {
    font-style: italic;
    letter-spacing: .5px;
    color: #848484!important
}

.estrella_mark {
    position: absolute;
    right: 0;
    background: #fdcd0f;
    color: #fff;
    padding: 10px 14px;
    border-radius: 0 0 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    display: none;
}

.card-group.inline.nota .card {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dadada;
    background: #fff;
    padding: 0;
    transition: all linear .3s
}

.card-group.inline.nota .card:hover {
    border: 2px solid #d00916
}

.card-group.inline.nota .card:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.card-group.inline.nota .card:hover h5 {
    color: #ea1f40
}

.card-group.inline.notas {
    width: 100%;
    margin: 0 auto
}

.card-group.inline.nota .card-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500
}

.card-group.inline.nota .card-text .text-muted {
    color: #666!important
}

.reportajes {
    background: url(../img/fondo_reportajes.jpg) center no-repeat;
    background-size: cover
}

.graficas {
    background: url(../img/bg_graficas.jpg) center;
    background-size: cover
}

.graficas h1 {
    color: #fff
}

.grafica {
    padding: 20px;
    text-align: center
}

.btn {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .2) inset;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 20px 60px 0;
    text-align: center;
    border: 1px solid #ea1f40;
    transition: all linear .3s
}

.btn_img1,
.btn_img2,
.btn_img3 {
    opacity: .7s
}

.btn:hover {
    background: rgba(0, 0, 0, .5);
    border: 1px dashed #ea1f40;
    border-radius: 0
}

.grafica h2 {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .7px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.todas_graficas {
    display: flex
}

.viajes {
    display: flex
}

.carro {
    width: 100%;
    overflow: hidden;
    top: 75%
}

.carro img {
    animation: lightSpeedInPer 9s infinite;
    animation-delay: 0s;
    right: 0%;
    left: auto;
    z-index: 1;
    overflow: hidden;
    position: absolute
}

.carro.taxi img {
    animation: lightSpeedInPer 9s infinite;
    animation-delay: 5s;
}

.viajes {
    padding-top: 80px
}

.viajes h3 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 18px
}

.viajes select {
    width: 80%;
    height: 45px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #fff;
    padding: 2px 7px;
    border: 1px solid rgba(0, 0, 0, .2);
    text-transform: uppercase
}

.resultados {
    margin-top: 20px;
    padding: 20px 15px 10px;
    background: rgba(255, 255, 255, .3)
}

.resultados p {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.resultados ul {
    text-align: left
}

.resultados ul li {
    list-style: none;
    color: #000;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    padding-top: 4px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .3)
}

.resultados ul li:before {
    content: '•';
    color: #a20611;
    padding-right: 7px;
    font-size: 20px
}

.mas_datos {
    margin-top: 0
}

.mas_datos h1 {
    color: rgba(0, 0, 0, .4);
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    border: 2px dashed rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600
}

.mas_datos h2 {
    color: rgba(255, 255, 255, .5);
    font-size: 26px;
    font-weight: 200;
    letter-spacing: .85px;
    line-height: 34px;
    padding: 0 100px
}

.estadisticas {
    display: flex;
    padding-top: 20px
}

.inseguridad_dato {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    margin: 0 auto;
    padding: 10px
}

.inseguridad_dato h4 {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 6px;
    animation: heartBeat 12s infinite;
    line-height: 29px
}

.inseguridad_dato h4 span {
    font-size: 45px
}

.inseguridad_dato p {
    color: rgba(255, 255, 255, .5);
    font-weight: 100;
    line-height: 18px
}

.inseguridad_dato .circle {
    border: 10px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
    height: 250px;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    padding-top: 65px
}

.inseguridad1,
.inseguridad2,
.inseguridad3 {
    position: absolute;
    top: 0;
    right: 10%
}

.inseguridad1,
.inseguridad2,
.inseguridad3 {
    background: rgba(0, 0, 0, .4);
    border-radius: 20% 100% 100% 100%;
    padding: 26px 0
}

.inseguridad1 img,
.inseguridad2 img,
.inseguridad3 img {
    width: 48%;
    animation: hinge 9s infinite
}

.mas_datos.otro {
    background-image: url(../img/img_ppal2.jpg);
    background-position: top, center;
    background-repeat: no-repeat;
    background-size: cover
}

.ecobicis {
    display: inline-table
}

.inline-block {
    display: inline-block
}

.cifras {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.detalle_ecobici h2 {
    padding-top: 30px
}

.detalle_ecobici.mas_detalles {
    padding-top: 0
}

.mas_datos.otro {
    padding: 4% 2%
}

.mas_datos.otro h1 {
    background: rgba(208, 9, 22, .6)
}

.mas_datos.otro h2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
    padding-left: 40px
}

.cifras p {
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    font-weight: 100
}

.cifras p:before {
    content: '•';
    padding-right: 8px;
    color: #d00916;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.cifras:nth-child(3) {
    border-left: 1px dashed #d00916
}

.oscuro {
    background: rgba(0, 0, 0, .3);
    display: inline-flex;
    padding: 2% 6%;
    margin: 50px 0 0
}

.oscuro p {
    text-transform: none;
    font-weight: 100;
    font-size: 18px;
    opacity: .85
}

.mas_datos.otro .oscuro h1 {
    background: rgba(208, 9, 22, .6)
}

.budget {
    animation: flipInY 7s infinite
}

.franja_negra {
    background: #474747;
    background: -moz-linear-gradient(-45deg, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(71, 71, 71, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(71, 71, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000', GradientType=1);
    padding: 50px 40px;
    text-align: center
}

.franja_negra h1 {
    color: #fff
}

.franja_negra h1 span {
    display: block;
    font-weight: 300!important;
    font-size: 26px;
    letter-spacing: 1.2px;
    padding: 6px 0 0
}

.icons {
    display: flex;
    padding: 20px 0
}

.icons p {
    color: #fff;
    font-weight: 100!important;
    font-size: 15px
}

.factor {
    padding: 20px 20px 0
}

.factor img {
    animation: tada 9s infinite;
    animation-delay: 0s
}

.factor img:before {
    width: 30px;
    height: 30px;
    content: '';
    background: #fee571;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    animation: slideInRight 12s infinite
}

.leyenda {
    color: #888787;
    font-style: italic;
    font-size: 13px;
    padding: 10px 20px 0
}

.citas {
    background-image: url(../img/citas_bg.png), url(../img/citas_ilustracion.png);
    background-repeat: repeat, no-repeat;
    background-position: center, top left;
    background-color: #e6e6e6;
    background-size: auto, 40%;
    padding: 100px 40px;
    text-align: center
}

.citas h1 {
    color: #000;
    font-size: 26px
}

.carousel-inner {
    padding: 0 120px
}

.carousel-item p {
    color: #404040;
    font-weight: 100;
    font-size: 21px;
    letter-spacing: .7px;
    padding: 20px 0 0
}

.carousel-item small {
    color: #d00916;
    font-style: italic;
    font-weight: 100;
    font-size: 18px
}

.carousel-item small:before {
    color: #d00916;
    content: '-';
    padding-right: 2px
}

.otros_especiales {
    padding: 35px 0 55px;
    margin: 0 auto;
    background: #fff
}

.otros_especiales h1 {
    font-size: 29px;
    width: 100%;
    padding-bottom: 30px
}

.desigualdad,
.racismo {
    background: url(../img/desigualdad_especial.jpg) no-repeat;
    background-size: contain;
    height: 350px;
    width: 350px;
    text-align: center;
    border: 10px solid #fff;
    outline: 5px solid #000;
    margin: 0 auto;
    transition: all linear .3s
}

.desigualdad:hover {
    background: url(../img/desigualdad_especial2.jpg) no-repeat;
    background-size: contain;
    outline: 5px solid #ea1f40;
    text-decoration: none!important
}

.desigualdad h1,
.racismo h1,
.text_decoration_no {
    text-decoration: none!important
}

.racismo {
    background: url(../img/racismo_especial.jpg) no-repeat;
    outline: 5px solid #ea1f40;
    background-size: contain
}

.racismo:hover {
    background: url(../img/racismo_especial2.jpg) no-repeat;
    background-size: contain;
    outline: 5px solid #000
}

.desigualdad h1,
.racismo h1 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding-top: 140px;
    font-size: 34px;
    letter-spacing: 1.5px
}

.especiales {
    display: flex
}

footer {
    display: inline-block;
    background: #000;
    padding: 4% 3%;
}

footer p {
    color: #dadada
}

footer .info_chilango,
footer .menu_footer {
    padding: 0% 3% 0 0
}

footer .menu_footer {
    padding: 4% 0
}

footer .menu_footer ul li {
    list-style: none
}

footer .menu_footer ul li a {
    color: rgba(255, 255, 255, .4)
}

footer .menu_footer ul li i {
    color: rgba(243, 31, 64, .5)
}

footer .colaboracion {
    margin-top: 3%;
    border-top:1px solid #2a2a2a;
    padding-top:2%;  
}

footer .colaboracion h3 {
    color: #6c6c6c;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

footer .colaboracion img {
    width: 35%;
}

.btn_img1,
.btn_img2,
.btn_img3 {
    margin-top: 15px
}

.nota .btn {
    background: #fff;
    padding: 6px 9px;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
    margin: 20px auto 10px;
    text-align: center;
    color: #000;
    font-weight: 400;
    border: 1px dashed #515151;
    letter-spacing: 0
}


 .especial_link{
    display: inline-block !important;
 }


 .especial_link a i{
    color: rgba(243, 31, 64, 1) !important;
    font-size: 21px;
 }

.card-group.inline.reportaje .card .card-img-top{
    height: 210px;
    max-height: 210px;
}

.card-group.inline.reportaje a .card-text{
    height: 74px;
    max-height: 74px;
}

.card-group.inline.nota .card .card-img-top{
    height: 160px;
    max-height: 160px;
}

.card-group.inline.nota .card-title{
    height: 72px;
    max-height: 72px;
    overflow: hidden;
}

.card-group.inline.nota .card-text{
    line-height: 16px;
    margin-bottom: 0;
}


 /************************/

@media(max-width:1024px) {
    .info_movilidad {
        margin-top: 75%
    }
    .card-group.inline.reportaje {
        width: 81%
    }
    .card-group.inline .card {
        width: 36%;
        min-width: 36%
    }
    .card-group.inline>.card:first-child {
        margin-left: 0
    }
    .card-group.inline.reportaje .card {
        width: 45%;
        min-width: 45%
    }

    .card-group.inline.reportaje .card .card-img-top {
        height: 130px;
        max-height: 130px;
    }


    .card-group.inline.nota .card {
        width: 29%;
        min-width: 29%
    }
    .icons {
        display: inline-block;
        width: 100%;
        min-width: 100%
    }
    .factor {
        padding: 20px 20px 0;
        width: 24%;
        min-width: 24%;
        display: inline-block
    }
    .btn {
        padding: 10px
    }
    .grafica {
        padding: 10px
    }
    .grafica h2 {
        font-size: 14px;
        letter-spacing: .2px;
        line-height: 21px
    }
    .desigualdad,
    .racismo {
        height: 300px;
        width: 300px
    }
}

@media(max-width:600px) {
    body,
    html {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }
    .navbar {
        height: 8%;
        min-height: 8%;
        border-top: 3px solid #ea1f40;
        border-bottom: 0
    }
    .navbar-dark .navbar-toggler {
        background: #ea1f40;
        padding: .2rem .4rem
    }
    .navbar-dark .navbar-nav {
        background: #000
    }
    .navbar-dark .navbar-nav li {
        margin: 15px 0
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .9)
    }
    .navbar-dark .navbar-nav .nav-link i {
        color: rgba(243, 31, 64, .6)
    }
    .titulo_portada {
        margin: 20% 0% 0;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        display: inline-block
    }
    .titulo_portada h2 {
        margin: 0;
        font-size: 1.4rem;
        display: contents
    }
    .img_ppal {
        background: url(../img/img_ppal.jpg) top center no-repeat;
        background-size: cover;
        padding: 8%
    }
    .img_ppal:after {
        content: '⟨';
        color: #000;
        opacity: 1;
        display: inline-block;
        -webkit-transform: rotate(-90deg) translate(0%, -50%);
        -moz-transform: rotate(-90deg) translate(0%, -50%);
        -o-transform: rotate(-90deg) translate(0%, -50%);
        -ms-transform: rotate(-90deg) translate(0%, -50%);
        transform: rotate(-90deg) translate(0%, -50%);
        font-weight: 900;
        font-size: 70px;
        position: absolute;
        bottom: 0;
        left: 60%;
        animation: bouncePer 7s infinite;
        text-shadow: 4px 1px 5px rgba(255, 255, 255, .7)
    }
    .img_ppal h1 {
        font-size: 46px;
        /* text-align: right; */
        margin-bottom: 5%;
        text-shadow: 5px 2px 3px rgba(0, 0, 0, .5);
        margin-top: 30%;
    }
    .img_ppal h3 {
        font-size: 18px;
        margin-bottom: .2rem;
        text-align: right;
        font-weight: 500;
        background: #000;
    }
    .isotipo {
        text-align: center;
    }
    .isotipo img {
        width: 55%
    }
    .info_movilidad {
        margin-top: 217%
    }
    .seccion h1 {
        font-weight: 300;
        margin-bottom: 20px;
        font-size: 24px
    }
    .info_movilidad h2 {
        font-size: 1.4rem
    }
    .info_txt {
        padding: 0
    }
    .fecha {
        font-size: 20px;
        line-height: 22px;
        text-align: left;
    }
    .fecha span {
        font-weight: 300;
        font-size: 20px
    }
    .dato span {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600
    }
    .dato {
        font-size: 14px;
        letter-spacing: .4px
    }
    .gif_info {
        background: #f04560;
        border-radius: 20px;
        margin: 5px auto 20px;
        padding: 0;
        text-align: center
    }
    .gif_info img {
        width: 100%;
        padding: 10px 5px
    }
    .videos {
        padding-left: 8%!important
    }
    .card-group.inline .card {
        width: 38%;
        min-width: 43%;
        margin-right: 0;
        margin-left: 13px
    }
    .card-group.inline .card iframe {
        height: 220px!important
    }
    .card-group.inline.reportaje {
        width: 100%
    }
    .card-body {
        padding: .7rem .5rem
    }
    .card-group.inline.reportaje .card-title {
        font-size: 14px;
        text-decoration: underline;
        text-decoration-color: #fdcd0f;
        height: 32px;
        max-height: 32px;
        overflow: hidden;
    }
    .card-group.inline.reportaje .card-text {
        font-size: 13.5px;
        line-height: 17px;
        font-weight: 100;
        color: #515151
    }

    .card-group.inline.reportaje .card-body a .card-text {
        height: 85px;
        max-height: 85px;
    }


    .seccion {
        padding: 20px 4% 50px;
    }
    .estrella_mark {
        padding: 6px 9px 7px
    }
    .estrella_mark .fas {
        font-size: 14px
    }
    .card-group.inline.nota .card {
        width: 42%;
        min-width: 42%
    }

    .card-group.inline.nota .card .card-img-top{
        height: 106px;
        max-height:106px;
    }

    .nota {
        margin: 0 4% 0 0
    }
    .card-group.inline.nota .card-title {
        font-size: 12.7px;
        margin-bottom: .2rem;
        height: 80px;
        line-height: 16.5px;
        max-height: 80px;
        overflow: hidden;
    }
    .card-group.inline.nota .card-text {
        display: none
    }
    .notas {
        padding: 40px 0% 50px 4%
    }
    .btn {
        display: block;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .2) inset;
        background-image: url(../img/circulacion.png);
        background-color: rgba(252, 190, 1, .7);
        padding: 15px 10px 0;
        text-align: center;
        border: 6px double #2a2a2a;
        transition: all linear .3s
    }
    .btn:hover {
        background-color: rgba(252, 190, 1, .7);
        border: 3px solid #000;
        border-radius: 0
    }
    .btn_img1,
    .btn_img2,
    .btn_img3 {
        margin-top: 10px
    }
    .btn h2 {
        color: rgba(0, 0, 0, .8);
        letter-spacing: .1px;
        text-transform: uppercase;
        margin: 0;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
        font-weight: 500
    }
    .btn h2 span {
        font-weight: 800
    }
    .todas_graficas {
        display: block;
        background: url(../img/fondo_tubo.png) repeat-y center bottom;
        padding-bottom: 30px
    }
    .viajes {
        display: block
    }
    .viaje_semana,
    .viaje_fin {
        display: block;
        padding: 0
    }
    .resultados ul {
        margin: 0;
        padding: 0 10px
    }
    .viaje_semana .resultados {
        margin: 0 0 30px;
        background: rgba(255, 255, 255, .5)
    }
    .viajes select {
        margin: 15px 0;
        width: 100%;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .viaje_fin {
        border-top: 1px solid #d00916;
        padding-top: 25px
    }
    .resultados ul li {
        font-size: 15px;
        padding-top: 2px;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
        font-weight: 400
    }
    .franja_negra {
        padding: 50px 5px
    }
    .factor {
        padding: 20px 5px 0
    }
    .factor img {
        width: 90%;
        vertical-align: top;
    }
    .leyenda {
        font-size: 10px
    }
    .mas_datos.otro h1 {
        font-size: 1.4rem
    }
    .mas_datos h1 {
        font-size: 1.7rem
    }
    .mas_datos h2 {
        font-size: 16px;
        font-weight: 200;
        letter-spacing: .7px;
        line-height: 22px;
        padding: 0 10px
    }
    .mas_datos.otro h2 {
        font-size: 22px;
        margin-bottom: 10px;
        padding-left: 17px;
        margin-top: 15px
    }
    .estadisticas {
        display: block
    }
    .budget img {
        width: 15%
    }
    .inseguridad_dato h4 span,
    .inseguridad_dato h4 {
        font-size: 22px;
        line-height: 22px
    }
    .cifras {
        padding: 0 10%
    }
    .cifras p {
        font-size: 13.5px;
        text-transform: none
    }
    .cifras.oscuro p {
        font-size: 14px
    }
    .oscuro {
        padding: 6%!important
    }
    .inseguridad_dato .circle {
        border: 5px solid rgba(255, 255, 255, .3);
        height: 170px;
        width: 170px;
        padding-top: 45px
    }
    .inseguridad_dato p {
        font-size: 14px;
        line-height: 18px
    }
    .inseguridad1,
    .inseguridad2,
    .inseguridad3 {
        right: 3%
    }
    .estadisticas {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .inseguridad1 img,
    .inseguridad2 img,
    .inseguridad3 img {
        width: 55%;
        animation: hinge 12s infinite;
        background: rgba(0, 0, 0, .5);
        padding: 10px;
        border-radius: 100%;
        box-sizing: border-box;
        vertical-align: text-bottom
    }
    .inseguridad1,
    .inseguridad2,
    .inseguridad3 {
        background: 0 0
    }
    .cifras p:before {
        content: '•';
        color: #e5811f
    }
    .franja_negra h1 {
        font-size: 2rem;
        letter-spacing: 1px
    }
    .franja_negra h1 span {
        display: block;
        font-weight: 300!important;
        font-size: 22px;
        letter-spacing: 1.2px;
        padding: 0 0 0
    }
    .icons p {
        font-size: 11px;
        line-height: 13px;
        height: 39px;
        min-height: 39px;
        max-height: 39px;
        vertical-align: top;
        display: inline-block;
    }
    .desigualdad,
    .racismo {
        height: 150px;
        width: 150px;
        border: 5px solid #fff;
        outline: 3px solid #000
    }
    .desigualdad_revista {
        padding: 0
    }
    .racismo {
        outline: 3px solid #ea1f40
    }
    .carousel-inner {
        padding: 0 0
    }
    .carousel-control-next,
    .carousel-control-prev {
        opacity: 1
    }
    .citas {
        background-image: url(../img/citas_bg.png), url(../img/citas_ilustracion.png);
        background-repeat: repeat, no-repeat;
        background-position: center, bottom left;
        background-color: #e6e6e6;
        background-size: auto, 100%;
        padding: 60px 20px;
        text-align: center;
        margin: -2px 0 0 0
    }
    .citas h1,
    .otros_especiales h1 {
        color: #000;
        font-size: 24px;
        letter-spacing: 2px
    }
    .carousel-item p {
        font-size: 14px;
        letter-spacing: .4px
    }
    .carousel-item small {
        font-size: 12px;
        line-height: 10px
    }
    .desigualdad h1,
    .racismo h1 {
        text-shadow: 1px 1px 1px #000;
        padding-top: 65px;
        font-size: 16px;
        letter-spacing: .5px;
        color: #fff
    }
    footer {
        display: block;
        padding: 7% 0 0
    }
    footer img.revista {
        width: 40%;
        -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    footer p {
        font-size: .9em
    }
    footer .menu_footer {
    }

    footer .colaboracion {
    text-align: center;
    }

    footer .colaboracion img {
    width: 27%;
    }

    footer .info_chilango, footer .menu_footer {
    padding: 0 3%;
    }
}

.card a {
    text-decoration: none;
    color: #000
}

.separator {
    text-align: right;
    padding: 0 80px 20px 50px;
    margin-top: -30px
}

.separator a {
    border: 2px dashed #d00916!important;
    font-size: 14px!important;
    letter-spacing: .3px!important
}