html {
    scroll-behavior: smooth;
  }



.base-bg {
    background-image: url('../assets/bg-low.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}



.navcustom .nav-link {
    font-weight: 600;
    margin-left: 30px;
}

.navcustom .navbar-brand, .navcustom .navbar-text {
    color: #7C90A9;
}

.navcustom .navbar-nav .nav-link {
    color: #7C90A9;
    font-family: Helvetica;
}

.navcustom .nav-item.active .nav-link, .navcustom .nav-item:hover .nav-link {
    color: #c6cf27;
    font-family: Helvetica;
}


.navcustom-second .nav-link {
    font-weight: 600;
    margin-left: 30px;
}

.navcustom-second .navbar-brand, .navcustom-second .navbar-text {
    color: #FFFFFF;
}

.navcustom-second .navbar-nav .nav-link {
    color: #FFFFFF;
    font-family: Helvetica;
}

.navcustom-second .nav-item.active .nav-link, .navcustom-second .nav-item:hover .nav-link {
    color: #c6cf27;
    font-family: Helvetica;
}



.custom-toggler .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3Csvg id='noun_menu_933312' xmlns='http://www.w3.org/2000/svg' width='18.004' height='14.574' viewBox='0 0 18.004 14.574'%3E%3Cg id='Grupo_2' data-name='Grupo 2' transform='translate(0 0)'%3E%3Cpath id='Caminho_3' data-name='Caminho 3' d='M24.718,968.362a1.286,1.286,0,0,1,0,2.572H9.286a1.286,1.286,0,0,1,0-2.572Zm0,6a1.286,1.286,0,0,1,0,2.572H16.21a1.286,1.286,0,0,1,0-2.572Zm0,6a1.286,1.286,0,1,1,0,2.572H9.286a1.286,1.286,0,1,1,0-2.572Z' transform='translate(-8 -968.362)' fill='%237c90a9'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .custom-toggler.navbar-toggler {
   border: none;
  }

.transp{
    background-color: #222222c9;
}
.espaco {
    height: 60vh;
}

/*textos*/

.titulo {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 3.2em;
    color: #7c90a9;
    font-family: Helvetica;
}

hr {
    border-top: 2px solid #c6cf27;
    width: 10%;
    padding-bottom: 1em;
}
.padtop {
    padding-top: 3em;
}

.padbottom {
    padding-bottom: 4em;
}

.inv {
    border-top: 3px solid #ffffff;
    width: 10%;
    padding: 0;
    margin: auto;

}

.txtNormal {
    font-size: 1.5em;
    text-align: center;
    color: #607083;
    line-height: 2em;
    padding-bottom: 1em;
    font-family: Helvetica;
}

.subt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.7em;
    color: #c6cf27;
    font-family: Helvetica;
}

.bg{
    position: relative;
    z-index: -1;
}
/*** adv *************************************/
.bgsw-a{
    background-color: #ffffff;

}
.bgsw-b{
    background-color: #c6cf27;
}

.advTitle{
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 2.2em;
    color: #607083;
    font-family: Helvetica;
}

.advTexto {
    font-size: 0.9em;
    text-align: center;
    color: #7c90a9;
    line-height: 2em;
    padding-bottom: 1em;
    font-family: Helvetica;

}



/********************************************/

/* listas ********************************************/

.custom-ul {
    list-style: none;
    padding-top: 1em;
}

.custom-ul li::before {
    content: "• ";
    color: #c6cf27;
    display: inline-flexbox;
    font-size: 1.8em;
    vertical-align: middle;
}

.custom-li {
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: Helvetica;
    font-size: 1.3em;
    color: #607083;
    line-height: 2em;
}

.custom-ol {
    list-style: none;
    padding-top: 1em;
    padding-bottom: 1em;
    counter-reset: list;
}

.custom-ol li::before {
    counter-increment: list;
    content: "("counter( list, upper-roman) ") ";
    color: #7c90a9;
    font-size: 1em;
    vertical-align: top;
}

.custom-ol li {
    font-size: 0.9em;
    color: #7c90a9;
    line-height: 2em;
    font-family: Helvetica;
}

/****************************************/

/* images */

.advDestaqueContainer {
    padding: 4px;
}

.advDestaque {
    padding: 4px;
    margin-bottom: 20px;
    border: solid;
    border-width: 15px;
    border-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.advDestaqueTxt {
    font-size: 0.8em;
    color: #7c90a9;
    text-transform: uppercase;
}

/* para debug */

.vv {
    background-color: lawngreen;
}

.form-rounded {
    border-radius: 1rem;
    }

    .txend{
        font-size: 1em;
        font-weight: 600;
        padding: 15px;
    }

    .bl{
        border-left: solid 2px;
        height: 1.5em;
    }

@media (max-width: 900px) {
    .padtop {
        padding-top: 2em;
    }
    .padbottom {
        padding-bottom: 2em;
    }
    .titulo {
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.2em;
        font-size: 1.3em;
        color: #7c90a9;
        padding-bottom: 0.5em;
    }
    hr {
        border-top: 3px solid #c6cf27;
        width: 20%;
        padding-bottom: 1em;
    }
    /* .inv {
        border-top: 3px solid #ffffff;
        width: 20%;
        padding-bottom: 1em;
    } */
    .txtNormal {
        font-size: 0.9em;
        line-height: 1.8em;
    }
    .subt {
        line-height: 1.5em;
        font-weight: bolder;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #c6cf27;
    }
    .advTexto{
        transform: translate(0, 10%);
        font-size: 0.9em;
        line-height: 1.5em;
    }


    .custom-ul li{
        padding-top: 1em;
    }
    .custom-li {

        font-size: 0.9em;
        color: #7c90a9;
        line-height: 2em;
        font-weight:600;
    }

    .custom-ol li {
        font-size: 0.8em;
        line-height: 2em;
        font-weight:500;
        padding-top: 1em;
    }
    .advTitle{
        letter-spacing: 0.1em;
        font-size: 1.7em;
        padding-bottom: 1em;
        font-weight: 600;
    }
    .txend{
        font-size: 1em;
        font-weight: 600;
        padding: 15px;
    }



}
