/* 
    Created on : 27/abr/2017, 23:44:42
    Author     : André
*/

.somos .textemunhos-caixa {
    position: relative;
}

.somos .textemunhos-caixa .testemunhos-img {
    
}

.somos .textemunhos-caixa .rodape {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    color: #FFF;
    width: 100%;
    text-align: justify;
}

.somos .textemunhos-caixa .testemunhos-texto-all {
    display: none;
    height: 350px;
    padding: 9px;
    overflow: auto;
}

/* Let's get this party started */
.somos .textemunhos-caixa .testemunhos-texto-all::-webkit-scrollbar {
    width: 5px;
    
}
 
/* Track */
.somos .textemunhos-caixa .testemunhos-texto-all::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
/* Handle */
.somos .textemunhos-caixa .testemunhos-texto-all::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255,255,255,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.somos .textemunhos-caixa .testemunhos-texto-all::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.4); 
}

.somos .textemunhos-caixa .testemunhos-texto-truc {
    overflow: hidden;
    height: 75px;
    padding: 9px;
}

.somos .textemunhos-caixa .testemunhos-texto-all p {
    
}

.somos .textemunhos-caixa .viajante {
    border-top: 4px solid #A9501F;
    text-align: right;
    color: #FFFFFF;
    padding: 10px 45px 10px 5px;
}

.somos .textemunhos-caixa .viajante p a, .somos .textemunhos-caixa .viajante p a:hover, .somos .textemunhos-caixa .viajante p a:active {
    color: #FFF;
    cursor: pointer;
}

