.cbp-qtrotator {
    width: 90%;
    height: 180px;
    position: relative;
    //float: left;
    margin: 0;
    padding-top: 0px;
}
.cbp-qtcontent {
    width: 100%;
    height: auto;
    position: absolute;
    min-height: 180px;
    top: 0;
    z-index: 2;
    display: none;
}
.cbp-qtrotator .cbp-qtcontent.current {
    display: block;
}
.cbp-qtrotator blockquote {
    margin: 40px 0 0 0;
    padding: 0;
}
.cbp-qtrotator blockquote p {
    font-size: 2em;
    color: #666666;
    font-weight: 300;
    margin: 0.4em 0 1em
}
.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
    background-color:white;
}
.cbp-qtrotator blockquote footer:before {
    content: '― '
}
.cbp-qtrotator .cbp-qtcontent img, .cbp-qtcontent i  {
    float: left;
    margin: 50px 50px 0 0px;
    color: #568230;
}
.cbp-qtprogress {
    //position: absolute;
    background: #568230;
    height: 1px;
    width: 0%;
    z-index: 1000;
}
.cbp-numero {
    background-color: white;
    font-weight: bold;
    font-size: 18px;
    color: black;
    position: absolute;
    top: 0;
    left: 48.5%;
}