html {
    background-color: #2c2a6d;
}

.myNavbar {
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    background-color: #fff;
    box-shadow      : 0px 7px 16px -1px rgba(0, 0, 0, 0.05);
    top             : 0;
    position        : sticky;
    z-index         : 30;
}

.myNavbar > a {
    display: flex;
    align-items: center;
}

.is-white {
    color: #f5f5f5;
}

.mySection {
    padding: 0px 0.5%;
}

.fade {
    opacity: 0.5;
}

.hoverButton:hover {
    transform: scale(0.99);
}

.myNavbarCert {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
  .myNavbarCert {
      display: none;
  }
}

@keyframes animateHeart {
    0% {
        transform: scale(0.9);
    }

    5% {
        transform: scale(0.95);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(0.9);
    }
}

.hoverButton2:hover {
    animation: animateHeart 2s infinite;
}

.centerNotification {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
    background-size: cover;
}

.fondo {
    background-image: url('/fotosBarcos/fotoLogin.jpg');
}

.centerNotification > div {
    width: fit-content;
    display: flex;
    flex-direction: column;
    background-color: rgba(245, 245, 245, 0.7);
}

.checkpass > * {
    margin: 0.75rem;
}

.btnbluered {
    color: white;
    background-color: #cd0f15;
    border: 1px solid white;
    font-family: Helvetica;
    font-style: italic;
}

#indicadoresParent {
    position:relative;
    z-index: 1;
    display: inline-block;
}

#taparLogoPowerBI {
    position: absolute;
    width: 150px;
    height: 35px;
    background: #eaeaea;
    bottom: 6px;
    left: 0px;
    z-index: 20;
    display: block;
    color: #eaeaea;
}
