/* Depoimento Página */

#depoimentos
        {
            background-image: url("http://i.imgur.com/YUvLoAp.jpg");
            background-size: cover;
            height: auto;
            margin: 0 auto;
            width: 100%;
            position: relative;
            padding: 10% 0 35%;
            height: 100%;
        }
        
        .depoimento-item
        {
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
    
        .depoimento-item img
        {
            width: 30%;
            float: left;
        }
        
        .depoimento-item div
        {
            width: 70%;
            float: left;
        }
        
        .depoimento-item h2
        {
            margin: 0px;
        }
        
        
        .depoimento-item h2, .depoimento-item p
        {
           padding: 0px 40px;
        }
        
        .depoimento-item p
        {
            font-style: italic;   
        }
        
        .clear
        {
            float: none!important;
            clear: both;
        }
        
        .jumbotron
        {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .depoimento-item:nth-child(odd) img, .depoimento-item:nth-child(odd) div
        {
            float: right;
        }
        
        @media screen and (max-width: 950px)
        {

            .depoimento-item img
            {
                display: block;
                width: 70%;
                float: none!important;
                margin: 0 auto;
                text-align: center;
                padding-bottom: 40px;    
            }
            
            .depoimento-item div
            {
                width: 100%;
            }

        }

article .img-responsive
{
    display: block!important;
    margin: 0 auto!important;
}

/* Depoimento Componente */

carousel{
            background: #2f4357;
            margin-top: 20px;
        }
        .carousel .item img{
            margin: 0 auto; /* Align slide image horizontally center */
            width: 60%;
            height: auto;
        }
        .bs-example{
            margin: 20px;
        }
        .bs-example h1
        {
            text-align: center;
            padding-bottom: 20px;
        }
        #myCarousel
        {  
            background: none!important;
            width: 80%;
            max-width: 1200px;
            margin: 0 auto;
        }
        .item .active
        {
            text-align: center!important;        
        }
        .item h3
        {  
            text-align: center!important;
        }
        .item p 
        {  
            padding-bottom: 30px;
            text-align: center!important;
        }    
        .carousel-control    
        {  
            background: none!important;
            background-color: #1E4387;
            height: 80%;
            opacity: 1!important;
        }
        .carousel-control
        { 
            color:  #1E4387!important;
        }
        .carousel-control:hover
        { 
            color: #ED7900!important;
        }
        .carousel-indicators
        {  
            bottom: 0px!important;
        }
        .carousel-indicators li
        {  
            background-color: black;
        }
        .carousel-indicators li.active
        {
            background-color: #ED7900;
        }
        #myCarousel
        {
            text-align: center;
        }
        .carousel-control.right
        {
            right: 0px!important;
        }
        
        .carousel-control.left    
        {
             left: 0px!important;
        }

 
        #myCarousel
        {
            padding-bottom: 40px;
        }

        .item h1
        {
            color: #1E4387;
            padding-top: 20px;
            font-size: 24px;
        }

        .item p
        {
            font-style: italic;
        }

@media screen and (max-width: 850px)
{
    #myCarousel
    {
        width: 95%!important;    
    }
    
    .carousel-control .glyphicon
    {
        top: 10%;    
    }
}