body {
    font-family: "Roboto", "Helvetica", "Arial", Sans-serif;
}
.menu * {
    font-size: 17px;
    font-weight: 100;
    text-decoration: none;
    color: #ffffff;
    fill: #ffffff;
}
h2 {
    color: #868686;
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
    letter-spacing: 1px !important;
}
.h2_modelo {
    color: #868686;
    font-size: 1.5rem !important;
    font-weight: 100 !important;
}
.text-cinza {
    color: #868686 !important;
}
.dark {
    color: #272727;
}
.submenu a {
    font-size: 13px;
    color: #494c4f;
}
.bg-dark {
    background-color: #55595c;
}
.submenu a:hover {
    background-color: #55595c;
    color: #fff;
}
.menu-mobile * {
    font-family: "Roboto", "Helvetica", "Arial", Sans-serif;
    font-size: 17px;
    font-weight: 100;
    text-decoration: none;
}
.submenu-mobile {
    background-color: #55595c;
    margin-left: 20px;
}
.submenu-mobile a {
    font-size: 13px;
    color: #fff;
    border-top: solid 1px #fff;
}

.modelo-nome {
    font-size: 18px;
    color: #666666;
}

/* Slider styles */

img {
    width: 100%;
    height: auto;
}

@media (min-width: 766px) {
    .vertical {
        display: flex;
        justify-content: space-between;
    }
    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    h2 .slide {
        flex-shrink: 0;
        width: 100%;
    }

    .slider-container {
        position: relative;
        max-width: 100%;
        overflow: hidden;
    }
}

.bg-footer {
    background-color: #c4bddc;
}
.color-primary {
    color: #c4bddc !important;
}
.footer-top {
    background-image: url("../img/bg-rodape.png");

    background-size: cover; /* Faz a imagem cobrir todo o elemento */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Impede a repetição da imagem */
}
.ul_footer {
    font-family: "Poppins", Sans-serif;
}
.ul_footer * {
    color: #fff !important;
    font-size: 13px;
    line-height: 2;
}
.ul_footer i {
    color: #4b4b4b !important;
    margin-right: 8px;
}
#mobile-menu {
    background: rgba(255, 255, 255, 0.2);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
