:root {
    --primaryColor: #12402C;
    --secondaryColor: #206949;
    --borderColor: #206949;
    --disabledColor: #7c878e;
}

.image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

#bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

@media (min-width: 767px) and (max-width: 1366px) {
    .img-logo {
        width: 85% !important;
        max-width: 85% !important;
    }
    .moldura {
        background-color: transparent !important;
    }
    .logos {
        background-color: rgb(255 255 255 / 0%) !important;
        display: none !important;
    }
    .card {
        margin-top: 130px !important;
        padding: 25px 50px !important;
        flex-grow: 0 !important;
        border-radius: 12px;
    }
    #bg-image {
        position: absolute;
        top: 0%;
        left: 0%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(0%, 0%);
    }
}

@media (min-width: 1367px) {
    .img-logo {
        width: 85% !important;
        max-width: 85% !important;
    }
    .moldura {
        background-color: transparent !important;
    }
    .logos {
        background-color: rgb(255 255 255 / 0%) !important;
	display: none !important;
    }
    .card {
        margin-top: 240px !important;
        padding: 25px 50px !important;
        flex-grow: 0 !important;
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .image-background {
        display: none;
    }
}

.guia-link {
  padding: 4px 8px;
  border-radius: 4px;
  background: #12402C;
  color: white;
  text-decoration: none;
  font-size: 0.9em;
}

.guia-link:hover {
  background: #206949;
}
