

.cd-autor img, .cd-autor .cd-autor-info {
    display: inline-block;
    vertical-align: middle;
}
.cd-autor img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-autor .cd-autor-info {
    text-align: left;
    line-height: 1.2;
}
.cd-autor .cd-autor-info li:first-child {
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-autor .cd-autor-info li:last-child {
    font-size: 12px;
    font-size: 0.75rem;
    color: #6b6b70;
}
.cd-see-all {

}
.no-touch .cd-see-all:hover {
    color: #79b6e4;
}

.cd-testimonials-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
    clear: both;
    content: "";
    display: table;
}
.cd-testimonials-all .cd-testimonials-item {
    margin-bottom: 2em;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0) scale(0.4);
    -moz-transform: translate3d(0, 0, 0) scale(0.4);
    -ms-transform: translate3d(0, 0, 0) scale(0.4);
    -o-transform: translate3d(0, 0, 0) scale(0.4);
    transform: translate3d(0, 0, 0) scale(0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}
.mba.cd-testimonials-all p {
    position: relative;
    background: #ffffff;
    color: #999;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 2px solid #ff6600;
}
.fap.cd-testimonials-all p {
    position: relative;
    background: #ffffff;
    color: #999;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 2px solid #0066CC;
}
.fa.cd-testimonials-all p {
    position: relative;
    background: #ffffff;
    color: #999;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 2px solid #107208;
}
.fc.cd-testimonials-all p {
    position: relative;
    background: #ffffff;
    color: #999;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 2px solid #660099;
}
.mba.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #ff6600;
}
.fa.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #107208;
}
.fap.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #0066CC;
}
.fc.cd-testimonials-all p::after {
    /* creating the triangle in css */
    content: '';
    position: absolute;
    top: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #660099;
}
.cd-testimonials-all .cd-autor {
    text-align: left;
    margin-left: 1.5em;
}
.cd-testimonials-all .cd-autor img {
    box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
    -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


.close-btn {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.close-btn::before, .close-btn::after {
    /* close icon in css */
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 24px;
    top: 8px;
    left: 19px;
    background-color: #39393c;
}
.close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#slider1{max-height:120px; 
         overflow:hidden;
         display: block;
         position: relative;
}
#slider1::after {
    content: "";
    background-image: url(/images/alunos-cognos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;   
}
.lSSlideOuter{
    position:relative;
    z-index:2;
} 
#slider1{max-height:120px; 
         overflow:hidden;
         display: block;
         position: relative;
}
@media only screen and (max-width: 1200px) {
    #slider1{
        max-height: 160px;
    }
}
@media only screen and (max-width: 768px) {
    #slider1{
        max-height: 188px;
    }
}


#slider_testemunhos div.diapositivo{
    position: relative; 
    width: 80%;  
    padding: 1% 10%; 
    height: 120px ;
}

.post-it{
    font-style: italic;
    text-align: left;
    padding: 12px;
    font-weight: bold;
    /*box-shadow: 0px 3px 6px #a9a9a9;*/
}

.fa.post-it{ 
    /*background-color: #E2EEDF;*/
}
.fc.post-it{
    /*background-color: #f2e8f9;*/
}
.fap.post-it{
    /*background-color: #e1f5ff;*/
}
.mba.post-it{
    /*background-color: #fff3dd;*/
}

@media only screen and (min-width: 768px) {
    .cd-autor img {
        width: 50px;
        height: 50px;
    }
    .cd-autor .cd-autor-info {
        line-height: 1.4;
    }
    .cd-autor .cd-autor-info li:first-child {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-autor .cd-autor-info li:last-child {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }
    .cd-testimonials-all .cd-autor {
        margin-left: 1em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}

@media only screen and (max-width: 1200px) {
    #slider_testemunhos div.diapositivo{
        height: 160px
    }
    .post-it{
        padding: 12px;
    }
}


@media only screen and (max-width: 768px) {
    #slider_testemunhos div.diapositivo{
        height: 188px
    }
    .post-it{
        padding: 23px;
    }
}

@media only screen and (max-width: 410px) {

    .post-it{
        padding: 10px;
    }
}





