/* Add here all your css styles (customizations) */
.titulo_carousel{
    font-size:30px;
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 8px rgba(0,0,0,.6);
    top: 35%;
    background:rgba(0,0,0,.5);;
    display: none;
    
   
}

.pie{
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 7%;
    font-size: 12px;
    background-color: #0f737e;
    color: #FFFFFF;
    padding: 8px;
    text-align: center;
    overflow: hidden;

}

