    .mapa {
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
        position: relative;
    }
    .mapa svg path {
        stroke: #363838;
    }

    .mapas svg path {
        fill: transparent;
        stroke: lightgray;
    }

    .ley, .tmley {
        position: absolute;
        top: 4%;
        left: 5%;
        display: flex;
        font-weight: 300;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        max-width: 280px;
        text-align: left
    }

    .ley {
        margin-top: 10px;
    }
    .tmley {
        top: -30px;
        left: 2%;
        max-width: 360px;
        color: #fff;
    }
    .leybolita {
        width: 13px;
        height: 8px;
        margin-bottom: 2px;
        margin-right: 5px;
        border-radius: 50%;
        margin-top: 1px;
        background-color: red;
        border: 1px solid #fff;
    }

    .tmley .leybolita {
        width: 14px;
        background-color: #7065DE;
        border: 0;
    }
    .tarjeta {
        font-family: Roboto, sans-serif;
        width: 300px;
        color: #000;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .tarjeta .flipicon {
        position: absolute; 
        top: 50%;
        right: 3%;
        z-index: 2000;
        width: 30px;
    }

    .tarjeta .flipicon img {
        width: 100%;
    }
    .tarjeta .textf {
        cursor: pointer;
        background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
        margin-top:-5px;
    }

    .tarjeta .textf.active .textin {
        transform: rotateY(180deg);

    }

    .tarjeta .texto, .tarjeta .textb {
        position: absolute;
        pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    }

    .tarjeta .textb {
        background: #f1eedc;
        transform: rotateY(180deg);
    }
    .tarjeta .textin {
        position: relative;
        pointer-events: none;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-bottom: 1px solid #000;
    }
    .tarjeta .texto {
        background: #f1eedc;
    }

/*PULSE*/

    .anim {
        position: absolute;
        bottom: 45%;
        pointer-events: none;
        right: 20%;
    }
    
    .manito {
    position: absolute;
    top: 0;
    width: 30px;
    left: 0;
    }
    .pulse { 
    position: absolute;
    top: 25%;
    left: 30%;
    width: 1px;
    height: 1px;
    transform: translate(-505, -50%);
    
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 0 3px #c1bfbf, 0 0 0 2px #c1bfbf;
    } 
    
    .pulse:before, 
    .pulse:after { 
    content: ''; 
    position: absolute; 
    left: -30px; 
    top: -30px; 
    right: -30px; 
    bottom: -30px; 
    border: 2px solid #c1bfbf;
    border-radius: 50%; 
    animation: animate 3s linear infinite;
    } 
    
    .pulse:after { 
    animation-delay: 1s; 
    } 
    
    @keyframes animate { 
        100% { 
            transform: scale(0.8); 
        } 
    
        0% { 
            transform: scale(0.2); 
        } 
    } 

        

    .lib {
        background-image: url('../assets/bib-movil.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 180px;
        z-index:200;
        position: relative;
    }

    .libro {
        position: absolute;
        bottom: 8%;
        left: 5%;
        cursor: pointer;
    }

    .libro img {
        width: 85px;
    }
    .libro2 {
        left: 106px;
    }
    .libro3 {
        left: 64%;
    }

    .libro.active {
        z-index: 2;
    }
    .libro.active img {
        transform: scale(1.1);
        transition: all .5s;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .tarjeta .titulo {
        text-align: center;
        padding: 12px;
        font-weight: 600;
        font-size: 19px;
        margin-top: 10px;
        font-family: 'typeka', sans-serif;
        text-transform: uppercase;
    }

    .tarjeta .descripcion {
        padding: 12px;
        font-family: Roboto, sans-serif;
        font-style: italic;
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 10px;
        font-size: 18px;
        border-bottom: 2px solid #000;
    }
    .tarjeta .autor {
        text-align: center;
        padding: 5px;
        border-bottom: 1px solid #000;
    }

    .tarjeta .mapa {
        padding-top: 60px;
        padding-bottom: 10px;

        margin-bottom: 2px;
    }

    .quote {
        position: relative;
        padding: 20px;
        font-family: Roboto;
        line-height: 22px;
        text-align: left;
    }

    .tagline {
        padding:0 20px 20px 20px;
        text-align: right;
        border-bottom: 1px solid #000;
    }

    .queja {
        padding:20px;
        border-top: 1px solid #000;
        margin-top: 2px;
        text-align: left;
        line-height: 24px;
    }
    /* .quote:after {
        content:'';
        background-size: cover;
        position: absolute;
        top: 6px;
        left: 3px;
        width: 20px;
        height: 20px;
        background-image: url(../assets/quote.png);
    } */

    .donas {
        position: relative;
        text-align: center;
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .dona {
        display: inline-block;
        position: relative;
        width: 140px;
        height: 130px;
        padding: 12px;
        padding-top: 70px;
        vertical-align: top;
    }

    .cat {
        font-weight: 700;
        font-family: Roboto Slab, serif;
        padding-top: 6px;
    }
    .apunte {
        position: absolute;
        font-family: Roboto Slab, serif;
        top: -15px;
        right: -150px;
        text-align: left;
        width: 319px;
        font-size: 15px;
        line-height: 22px;
    }

    .arrow {
        position: absolute;
        bottom: -42px;
        left: 46%;
        width: 25px;
    }

    .arrow img {
        width: 100%;
    }

    .circle-map {
        stroke: #fff;
        fill: rgba(255, 0, 0, 0.703);
    }

    h1 {
        font-weight: 700;
        text-align: center;
        max-width: 657px;
        font-size: 23px;
        padding:0 10px;
        font-family: Roboto, sans-serif;
        margin: 40px auto;
    }

    .metodologia {
        max-width: 400px;
        margin: 10px auto;
        color: #808080;
        font-size: 14px;
        margin-top: 50px;
        line-height: 21px;
        margin-bottom: 40px;
        font-family: Roboto, serif;
    }

    .bigmapa h1 {
        padding-bottom: 40px;
    }
    .bigmapa .metodologia {
        padding-top: 50px;
        margin-bottom: -25px;
    }
    .tarjeta .metodologia {
        margin-bottom: 0px;
        padding: 0 10px;
        line-height: 17px;
        text-align: left;
    }

    .texto .l_texto {
        width: 100%;
    }

    .section_titulo .titulo {
        height: 111vh;
    }

    .texto .c_texto_white {
        width: 97%;
    }

    .inline-video.horizontal {
        display: none;
    }

    .inline-video.vertical {
        display: block;
    }

    .credit {
        margin: 0 auto;
        color: #fff;
        font-style: italic;
        padding-top: 3px;
        text-align: right;
    }

    .credit.mfl {
        margin-top: -40px !important;
    }
@media screen and (min-width: 720px) {

    .credit.mfl {
        margin-top: 0 !important;
    }
    .inline-video.horizontal {
        display: block;
    }

    .inline-video.vertical {
        display: none;
    }


    .texto .c_texto_white {
        width: 70%;
    }

    .section_titulo .titulo {
        height: 100vh;
    }
    .lib {
        height: 372px;
    }

    /* .quote:after {
        top: 100px;
        left: 10px;
    } */

    .tarjeta .quote {
        padding-top: 120px;
    }
    .leybolita {
        margin-bottom:4px;
        width: 11px;
        height: 10px;
    }
    .ley {
        top: 3%;
        left: 25%;
        font-size: 15px;
        max-width: 325px;
    }


    .tmley {
        top: -5px;
        left: 40%;
    }

    .tarjeta {
        width: 620px;
    }
   
    .tarjeta .mapa {
        padding-top: 20px;
    }
    .tarjeta .metodologia {
        padding: 0 50px;
    }

    .libro {
        bottom: 11%;
    }
    .libro2 {
        left: 220px;
    }
    .libro img {
        width: 170px;
        box-shadow: 0px 10px 14px rgba(0,0,0,0.6);
    }
    .quote {
        padding: 30px;
        font-size: 18px;
    }

    .apunte {
        top: -75px;
    }

    .dona {
        width: 200px;
        height: 200px;
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .donas {
        margin-top: 130px;
        padding-bottom: 0;
    }

    .queja {
        font-size: 18px;
    }
    .arrow {
        position: absolute;
        bottom: -50px;
        left: 123px;
        width: 31px;
    }
}