/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }

.logo-prop{
  position: absolute!important;
  bottom: 111px!important;
  left: 50%!important;
  z-index: 15!important;
  width: 60%!important;
  padding-left: 0!important;
  margin-left: -30%!important;
  text-align: center!important;
  list-style: none!important;
}
.logo-img{
  width: 500px;
}

@media only screen and (max-width: 600px) {
  .logo-prop{
    position: absolute!important;
    bottom: 140px!important;
    left: 40%!important;
    z-index: 15!important;
    width: 60%!important;
    padding-left: 0!important;
    margin-left: -30%!important;
    text-align: center!important;
    list-style: none!important;
  }
  .logo-img{
    width: 300px;
  }
}

.list-unstyled,
  .footer-list{
    padding-bottom: 10px;
  }

.justificando{
  text-align: justify;
}

.image-card{
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  height: 250px;
}
