.custom-shape-divider-top-1708182352 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1708182352 svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 188px;
}

.custom-shape-divider-top-1708182352 .shape-fill {
    fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1708182352 svg {
        width: calc(133% + 1.3px);
        height: 188px;
    }
}

.imgfundo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/77.jpg');


}

.shadow-andv {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1) !important;
}

.shadow-andv:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
    /* Aumenta a sombra quando hover */
}


