.carousel-image {
  width: 100%;
  max-height: 650px;
}

.head {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../images/sigla2.png) no-repeat center;
    height: 60px;
}

hr {
  margin: 5% 0%;
}
/* footer */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 25px;
   padding: 5px;
   font-size: 10px;
   background-color: rgba(242, 83, 83, 0.95);
   color: #d3e0f8;
   text-align: center;
   vertical-align: middle;
}
