 
 /*PAPEL DIGITAL*/
 #banner-pd-home-new {
        
    }
    
    .btn-ver-ingles { 
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 3px 12px;
    margin: 5px 0;
    display: inline-block;
    text-decoration: none;
    }
    
    .btn-ver-ingles:hover { 
    color: #ff8202;
    text-decoration: underline;
    }
    
     .banner-pd-home-new {
        height: 80px;
        width: 264px;
        background: #fff7f2;
        border: solid 1px #e6c6b9;
        border-radius: 5px;
        display: block;
        margin: 6px auto;
    }

    .banner-pd-home-new .contenido1 {
        width: 50%;
        background: #fff7f1;
        height: 78px;
        float: left;
        border-radius: 5px 0 0 5px;
    }

    .banner-pd-home-new .contenido2 {
        width: 50%;
        background: #fbe9dc;
        height: 78px;
        float: right;
        border-radius: 0 5px 5px 0;
        position: relative;
    }

    .banner-pd-home-new .contenido1 p {
        font-family: 'PT Sans', sans-serif;
        font-weight: bold;
        font-size: 14px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #666;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .banner-pd-home-new .contenido1 a {
        font-family: 'PT Sans', sans-serif;
        font-size: 14px;
        display: block;
        text-align: center;
        padding: 3px 5px 5px;
        background: #de7600;
        color: #fff7f2;
        max-width: 80px;
        margin: 0 auto;
        border-radius: 5px;
        cursor: pointer;
    }

    .banner-pd-home-new .contenido1 a:hover {
        background: #ff8202;
        cursor: pointer;
        text-decoration: none;
        color: #fff7f2 !important;
    }

    .banner-pd-home-new .contenido2 img {
        max-width: 137px;
        position: absolute;
        top: -5px;
        right: -4px;
        cursor: pointer;
        text-decoration: none;
    }

    .hvr-grow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
/*FIN PAPEL DIGITAL*/


/*fintech*/

    .fintech {
        background: #fff;
        margin-top: 20px;
        border-bottom: solid 5px #ffbe37;
        margin-bottom: 20px;
        border-top: solid 5px #ffbe37;
        display: inherit;
    }

    .fintech .container-video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    .fintech .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*transform: rotate(1deg); box-shadow: 2px 5px 11px #73625a;*/
    }

    .fintech img {
        width: 100%;
        display: block;
    }

    .fintech .cabecera-huincha-fintech {
        width: 100%;
        background: #fff;
        padding: 5px 0;
        margin-bottom: 2px;
    }

    .fintech .logo-fintech {
        max-width: 150px;
        display: block;
        text-align: left;
        padding-left: 10px;
    }

    .fintech .text-video {
        font-size: 23px;
        margin: 11px 0;
        border-left: 8px solid #ffbe37;
        padding-left: 9px;
        font-family: 'PT Sans', sans-serif;
        font-style: italic;
    }

    .fintech .text-noticia {
        font-size: 18px;
        margin: 11px 0;
        border-left: 8px solid #ffbe37;
        padding-left: 9px;
        font-family: 'PT Sans', sans-serif;
        font-style: italic;
    }

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

    .fintech a:hover {
        color: #ffbe37 !important;
        text-decoration: underline;
    }

    .fintech .video-row {
        margin-bottom: 10px;
    }
    
    .fintech .col-md-3 {padding-right: 15px; padding-left: 15px;}
    .fintech .col-sm-12 {padding-right: 15px; padding-left: 15px;}

/* fin fintech*/

    
    
 #desktop-front { display: block; }
 #mobile-front { display: none; }
 
 
 


    
    
    /* @MEDIA */
 
    @media (max-width: 1199px) { 
    /*PAPEL DIGITAL*/    
    .banner-pd-home-new { 
    width: 233px;}
        }

    
@media (max-width: 550px) { 

 #desktop-front { display: none; }
 #mobile-front { display: block; }

        }
    
    @media (max-width: 450px) { 
    /*PAPEL DIGITAL*/ 
    .banner-pd-home-new {
    width: 90% !important;}
}
    

