* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Helvetica", sans-serif !important;
}

h2,
h3,
h4 {
    font-family: "Helvetica", sans-serif !important;
}

#toast-container .toast-message,
#toast-container .toast-title {
    font-size: 14px;
}

a {
    color: black;
    text-decoration: none;
    transition: background-color 0.5s ease;
}

form button:disabled {
    filter: contrast(0.6);
}
form button {
    gap: 8px;
    transition: all 0.2s !important;
}
form button:hover {
    scale: 1.03;
}

.alert-success {
    font-size: 16px;
}

#header {
    height: 10px;
    width: 100%;
    background-color: #672c2c;
}

#route-bar .breadcrumb {
    margin: 25px 0 10px;
    background-color: transparent;
}
#route-bar .breadcrumb .breadcrumb-item:nth-child(1) {
    margin-right: 1rem;
}
#route-bar .breadcrumb a,
#route-bar .breadcrumb li {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 300;
}

nav {
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
    border-radius: none !important;
}

nav .container {
    position: relative;
    padding: 0;
}

nav #navbarText {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none !important;
}
nav .navbar-brand {
    height: auto;
}
nav .navbar-brand img {
    height: 80px;
    width: auto;
}
nav .navbar-toggler button {
    height: -moz-fit-content;
    height: fit-content;
}
nav .navbar-collapse {
    flex-grow: inherit;
}
nav .navbar-nav {
    display: flex;
    gap: 1vw;
}
nav .navbar-nav .nav-item {
    font-size: 15px;
    white-space: nowrap;
    cursor: pointer;
}
nav .navbar-nav .nav-item a {
    color: #672c2c;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    padding: 10px !important;
    border-radius: 5px;
    font-size: 15px;
}

nav .navbar-nav .nav-item a:hover {
    background-color: #672c2c;
    color: #fff;
}

nav .navbar-nav .nav-item:last-child {
    text-align: center;
}

#orcamentos-btn {
    background-color: #672c2c;
    color: #fff;
    width: 170px;
}

footer {
    background-color: #ffffff;
    font-size: 16px;
    padding: 30px 0;
}
.footer-esquerdo {
    width: 35%;
}

.footer-esquerdo:nth-child(1) {
    margin-bottom: 20px;
}

.footer-esquerdo img {
    width: 215px;
    margin-bottom: 20px;
}

footer h4 {
    margin-top: 0;
}

footer .contact span {
    margin-left: 10px;
}

footer .editpro h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #672c2c;
}
footer .redes h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
}
footer .redes .midias {
    gap: 20px;
}
footer .redes .mb-5 img {
    height: 30px;
    transition: all 0.2s;
}
footer .redes .mb-5 img:hover {
    scale: 1.2;
}
footer .redes .youtube img {
    zoom: 1.3;
}
footer .redes .contact {
    gap: 10px;
}

.digitalone {
    color: #cccccc;
    background-color: #000000;
    text-align: right;
    padding: 5px 0;
}
.digitalone .container {
    display: flex;
    justify-content: end;
    gap: 5px;
    align-items: center;
}
.digitalone .container a {
    transition: filter 0.1s ease-in;
}
.digitalone .container a:hover {
    filter: drop-shadow(0px 1px 0px #ccc);
}

#page-sucess {
    height: calc(100vh - 465px);
}

#page-sucess .form {
    background-color: #f3f3f3 !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    height: 100%;
}
@media screen and (max-width: 1205px) {
    nav .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    nav .navbar-brand {
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 992px) {
    #valores-list {
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .home-jornada {
        height: 180px !important;
    }

    #valores-list ul {
        padding-left: 30px !important;
    }

    #navegacaoSite {
        justify-content: center !important;
    }

    #navegacaoSite button {
        margin-left: 50px;
    }

    nav .container #navegacaoSite a {
        width: 320px;
        margin: 0 !important;
    }

    #valores-list {
        margin-bottom: 60px !important;
    }

    #sobre .owl-carousel .owl-item img {
        height: 280px !important;
    }

    #navbarText {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #orcamentos .col-left a {
        align-self: center;
    }

    #orcamentos {
        background: none !important;
    }

    #demonstration-form .input-group .d-flex {
        flex-direction: column;
        gap: 15px;
        width: 70vw;
        margin: 0 auto;
    }
    #demonstration-form .input-group .d-flex input {
        width: 100% !important;
        border-radius: 50px;
        padding: 15px !important;
    }
    #demonstration-form .input-group .d-flex button {
        margin: unset !important;
        padding: 15px !important;
    }
    .col-5,
    .col-7 {
        width: 85%;
    }

    .home-orcamento-wrapper,
    .contact-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .home-orcamento-wrapper .col-left,
    .contact-wrapper .col-left {
        text-align: center;
    }
    .home-orcamento-wrapper .col-left p,
    .contact-wrapper .col-left p {
        font-size: 25px !important;
        line-height: 28px !important;
    }
    .home-orcamento-wrapper .col-left h3,
    .contact-wrapper .col-left h3 {
        font-size: 40px;
    }
    .home-orcamento-wrapper h4,
    .home-orcamento-wrapper .amazing,
    .contact-wrapper h4,
    .contact-wrapper .amazing {
        align-self: center;
    }
    #video .iframe-footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px 0 !important;
    }
    #video .iframe-footer .col-4 {
        width: 80%;
    }
    #video .iframe-text .col-12 {
        flex-direction: column;
    }
    #video .iframe-text .col-12 .col-8 {
        width: 100%;
    }
    #video .iframe-text .col-12 a {
        margin-top: 15px;
        align-self: center;
    }
    #sobre .col-12 .col-6 {
        width: 100%;
    }
    #sobre .col-12 .col-6 .text {
        width: 100%;
    }
    #sobre .col-12 .col-6:nth-child(2) {
        display: none;
    }
    .buttons {
        flex-direction: column;
        gap: 15px !important;
        align-items: center;
    }
    #plans .d-flex {
        flex-direction: column;
    }
    #plans .col-3 {
        width: 90% !important;
        margin-bottom: 10px;
    }
    #testimony h3 {
        margin-top: 5px !important;
    }
    #testimony .testimonys {
        grid-template-columns: 1fr !important;
    }
    #more .single .col-6 {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    #sobre .container .quem-somos {
        flex-direction: column;
    }
}
@media screen and (max-width: 548px) {
    .col-5,
    .col-7 {
        width: 90%;
    }

    nav .navbar-brand img + {
        width: 200px !important;
        height: 50px !important;
    }
    #header {
        display: none;
    }
    #orcamentos .col-left h3 {
        font-size: 35px !important;
    }
    #demonstration-form .input-group .d-flex {
        width: 80vw;
    }
    #more .single .col-6 {
        width: 85%;
    }
    #more .advantages {
        grid-template-columns: 1fr !important;
    }
    footer .col-md-2 {
        text-align: center;
    }
    footer .logo {
        margin-bottom: 30px;
        display: inline-block;
    }
    footer .col-md-5 {
        font-size: 14px;
        width: 90%;
    }
    #video iframe {
        height: 250px !important;
    }
    #video iframe,
    #video .iframe-footer,
    #video .iframe-text {
        width: 80vw !important;
    }
    #video .iframe-text button {
        align-self: center;
    }
    #video h4 {
        margin-top: 50px;
    }
    #contato .form,
    #orcamentos .form {
        padding: 15px 18px 30px !important;
    }
}

@media screen and (max-width: 1199px) {
    #page-sucess .home-jornada {
        display: none !important;
    }

    #orcamentos .form,
    #page-sucess .form {
        height: 90% !important;
        margin: 30px auto 0px auto !important;
    }
    #page-sucess {
        background: #fff !important;
    }
}

@media screen and (min-width: 1199px) {
    #pesquisa-genealogica .container .row {
        flex-direction: column !important;
    }
    #pesquisa-genealogica .container .row .col-lg-6 {
        flex-direction: row !important;
        width: 100% !important;
        gap: 80px !important;
    }

    #pesquisa-genealogica .container .row .modo-1,
    #pesquisa-genealogica .container .row .modo-2,
    #pesquisa-genealogica .container .row .modo-3,
    #pesquisa-genealogica .container .row .modo-4 {
        width: 50% !important;
    }

    #servicos .container .row {
        flex-direction: column !important;
    }
    #servicos .container .row .col-lg-6 {
        flex-direction: row !important;
        width: 100% !important;
        gap: 80px !important;
    }

    #servicos .container .row .modo-1,
    #servicos .container .row .modo-2,
    #servicos .container .row .modo-3,
    #servicos .container .row .modo-4 {
        width: 50% !important;
    }
}

@media screen and (min-width: 768px) {
    #depoimentos .container h4 {
        width: 50% !important;
        margin-bottom: 40px !important;
        font-size: 30px !important;
    }

    .home-jornada h4 {
        align-self: initial !important;
    }
}

@media screen and (max-width: 576px) {
    #navegacaoSite button {
        margin-left: 25px;
    }
    nav .navbar-brand {
        width: 200px !important;
    }

    nav .navbar-brand img {
        width: 200px !important;
        height: 50px !important;
    }

    #orcamentos .form,
    #page-sucess .form {
        width: 100% !important;
    }
    footer .container div:first-child {
        flex-direction: column !important;
    }

    footer .container div:first-child div {
        width: 100% !important;
    }
}

@media screen and (min-width: 320px) {
    #depoimentos .container h4 {
        text-align: center;
        width: 270px;
        font-size: 20px;
    }

    footer .footer-esquerdo {
        width: 100%;
    }

    footer .footer-esquerdo a {
        text-align: center;
    }

    #contato .container .contact-wrapper .col-left {
        width: 50% !important;
    }

    .home-jornada {
        height: 315px;
    }

    #orcamentos {
        height: auto !important;
    }
}
