
   
   /*banner papel digital*/
    #banner-pd-home-new {
        
    }
    
     .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);
    }
    


/*fintech*/

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

    .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: 120px;
        display: block;
        text-align: left;
        padding-left: 10px;
    }

    .fintech .text-video {
        font-size: 23px;
        margin: 11px 0;
        border-left: 8px solid #db5f51;
        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 #db5f51;
        padding-left: 9px;
        font-family: 'PT Sans', sans-serif;
        font-style: italic;
    }

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

    .fintech a:hover {
        color: #db5f51 !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;}

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