
.cadastru-home-block1 {
    color: white;
    height: 700px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cadastru-home-block1-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cadastru-block1 {
    position: absolute;
    top: 0;
    margin:auto;
}

.cadastru-home-block1 h1 {
    font-size: 3rem;
}

.cadastru-block-advantages {
    background-color: var(--btn-cta-background-color);
    border-radius: 10px;
    opacity: 0.8;
    padding: 2rem;
}

.cadastru-block-advantages h2 {
    opacity: 1;
    color: white;
}

.divImage {
    position: relative;
    cursor: default;
    overflow: hidden;
}

.divImage .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    overflow: hidden;
}

.overlay .mask:hover {
    opacity: 1;
}

.overlay .mask {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.maskColorOverlay,
.maskColorOverlay::after {
    background-color: rgba(255,255,255,0.7);
}

.hrWhite {
    background-color: white;
}

.btnCTA {
    padding: .5rem 1rem .5rem 1rem;
    background-color: var(--btn-cta-background-color);
    font-size: 1.5rem;
    border: 0;
    color: white !important;
}

.card-image {
    background-color: #f5f8fb;
}

@media screen and (max-width: 480px) {
    ul.cadastru-block-advantages h2 {
        font-size: 1.25rem;
    }
    .cadastru-block1 h1 {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .cadastru-home-block1 {
        height: 550px;
    }

    .btnCTA {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 1280px) {
    ul.cadastru-block-advantages h2 {
        font-size: 1.25rem;
    }

    .cadastru-block1 h1 {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .cadastru-home-block1 {
        height: 575px;
    }
}

@media screen and (min-width: 1280px) {
    .cadastru-block1 h1 {
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .cadastru-home-block1 {
        height: 750px;
    }
}
