div.consulta {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0px dotted red;
    height: 300px;
    margin-left: 7em;
    margin-right: 7em;
}


ol.carousel-indicators {
   position: absolute;
   bottom: 5px;
   margin: 0;
   left: 0;
   right: 0;
   width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
   width: 1rem;
   height: 1rem;
   margin: 0;
   border-radius: 50%;
   border: 0;
   margin-left: .5rem;
   margin-right: .5rem;
}

ol.carousel-indicators li {
   background: rgba(120,120,20,0.59);
}

ol.carousel-indicators li.active {
   background: yellow;
}

a.carousel-control {
   border: 0px solid red;
   background: white!important;
}

span.icon-next {
   background: rgba(20,20,20,0.59);
   border-radius: 50%;
}

span.icon-prev {
   background: rgba(20,20,20,0.59);
   border-radius: 50%;
}
