/***************/
/* DEPOIMENTOS */
/***************/

#depoimentos{
    background-color: RGBA(92,107,119,1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.carousel-item .container-fluid .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
#depoimentos-titulo{
    position: absolute;
    width: 100%;
    color: RGBA(182,201,214,1);
}
#depoimento-nome{
    color: RGBA(255,255,255,1);
    font-size: 20px;
    font-family: montserrat-bold;
    margin-top: 10px;
}
#depoimento-patente{
    color: RGBA(182,201,214,1);
}
#depoimento-descricao{
    padding-top: 20px;
    font-style: italic;
    color: RGBA(255,255,255,1);
    max-width: 600px;
    font-size: 12px;
    text-align: center;
    min-height: 160px;
    max-height: 160px;
}
#depoimento-img{
    background: linear-gradient(45deg, rgba(173,206,128,1), rgba(43,102,86,1));
    border-radius: 56px;
    display: inline-block;
    width: 106px;
    height: 106px;
}
#depoimento-img img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid RGBA(92,107,119,1);
}
#carrossel-esquerda img{
    transform: rotate(180deg);    
    max-width: 30px;    
}
#carrossel-direita img{
    max-width: 30px;
}
#erro-depoimentos{
    padding-top: 50px;
}

/****************/
/* MEDIA SCREEN */
/****************/

@media screen and (max-width: 575px){
    #depoimentos-titulo{
        text-align: center;
        margin-left: -15px;
    }
    #depoimentos{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .carousel-item .container-fluid{
        margin-top: 60px;
    }    
    #depoimento-descricao{
        max-width: 250px;
        min-height: 380px;
        max-height: 380px;
    }
    #carrossel-direita, #carrossel-esquerda{
        position: absolute;
        top: 190px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    #depoimentos-titulo{
        text-align: center;
        margin-left: -15px;
    }
    #depoimentos{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .carousel-item .container-fluid{
        margin-top: 60px;
    }    
    #depoimento-descricao{
        max-width: 400px;
        min-height: 230px;
        max-height: 230px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #depoimento-descricao{
        max-width: 500px;
    }
    #depoimento-descricao{
        min-height: 180px;
        max-height: 180px;
    }
}