.logo-navbar {
    width: 6rem;
}

.logo-footer {
    width: 10rem;
}
.carousel-inner {
    height: 70vh;
}

.img-carousel {
    object-position: 0 -23rem;
}

.background-dark {
    filter: brightness(50%);
}

.background-main {
    background: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    color: white;
}

.btn-primary {
    background-color: #012E6C;
    border-color: #012E6C;
}

.btn-primary:hover {
    background-color: #023e91;
    border-color: #023e91;
}

.btn-outline-primary {
    border: 1px solid #012E6C;
    color: #012E6C;
}

.btn-outline-primary:hover {
    background-color: #023e91;
    border: 1px solid #023e91;
    color: white;
}

.parallax {
    filter: brightness(50%);
    /* The image used */
    background-image: url("../img/banner.jpg");
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }