#depoimentos-pi {
    width: 100%;
    text-align: center;
    margin-top: 5em;
    overflow: hidden;
}

.fotodepoimentos01 {
    background: url(../img/depoimentos/depoimento01.jpg) no-repeat center;
    width: 150px;
    height: 150px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: 1px 1px 5px black;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 2em;
}

.fotodepoimentos02 {
    background: url(../img/depoimentos/depoimento02.jpg) no-repeat center;
    width: 150px;
    height: 150px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: 1px 1px 5px black;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 2em;
}

.aspasdepoimento {
    color: #880000;
    font-size: .7em;
}

.textodepoimentos {
    margin: 0 auto;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
    padding: 2em 2em;
    font-size: 1.2em;
    box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.28);
    background: rgba(204, 204, 204, 0.22);
    border: 2px solid; /* As 4 bordas sólidas com 25px de espessura */
    border-color: #ffffff #ffffff #ffffff #ffffff; /* cores: topo, direita, inferior, esquerda */
    width: 95%;
    border-radius: .2em;
    color: rgba(0, 0, 0, 0.74);
    font-family: 'Raleway', sans-serif;
}

.nomedepoimentos {
    font-size: 1.3em;
    color: black;
    margin-top: 1em;
    font-weight: bold;
    color: #880000;
    font-family: 'Raleway', sans-serif;
}

.item {
  
}

.owl-carousel {
    text-align: 
}

.owl-nav {
    position: absolute;
    top: 10vh;
    width: 100%;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.5); 
}



.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}



/* MOBILE */
@media screen and (max-width: 767px) {
    .textodepoimentos {
        font-size: 1em;
    }
    
    .nomedepoimentos {
        font-size: .9em;
    }
    
    .owl-nav {
        font-size: 1em;
    }
}

