/*CSS Look view carrete testimonios*/
          .vw-tt-box-content{
            background-color: var(--global-color-white);
            border-left: 0;
          }
            .vw-tt-box-content-body{
                font-family: var(--font-family-standout);
                font-size: var(--font-size-content-big);
                line-height: 1.2;
            }  
            .vw-tt-box-content-title{
                color: var(--global-color-alt1-grey);
                font-size: var(--font-size-content-big);
                font-style: normal;
                line-height: 1.25;
            } 
            .vw-tt-box-content-introduction{
                line-height: 1.3;
                font-size: var(--font-size-content-small);
            }