@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;1,700&family=Open+Sans&display=swap');
* {
    max-width: 100%;
    border: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: large;
    font-family: 'Open Sans', sans-serif;
    color: #58595b;
}
html, body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a:hover {
    color: #dbc03f !important;
}
p {
  text-align: justify;
}

/* ultimas */
.wppLink {
  background-color: #fff;
  border-radius: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  margin: 10px;
  z-index: 5;
}
.bodyPdf {
    height: 400px;
}
/*  */
a.navbar-brand {
  display: flex;
  flex-direction: row;
  justify-self: center;
  align-self: center;
  font-family: fontLogo;
  font-size: 3rem;
  color: #57585a;
}
a.navbar-brand span {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: fontLogo;
  font-size: 1.1rem;
  color: #113e5e;
  padding: 3% 3% 0 3%;
}
.logoESTAVEL {
  opacity: 0.75;
  z-index: 1;
  width: 292px;
    top: 11%;
  margin: 0 auto;
  position: fixed;
}
@media (max-width: 962px) {
  img.logoESTAVEL {
    z-index: -1 !important;
  }
}
/*  */

.nav-bar {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
  }
  a.oratorMaisColor2.solicite {
    font-weight: bold;
}
  /* Nova classe a ser atribuída*/
.changeStyle {
    background-color: #ffffff !important;
    box-shadow: 0 0 1em gray;
}

.nav-bar-list {
    list-style-type: none;
    width: 100%;
    transition: background-color 0.3s ease-in-out;
}
  
/*  */
div.container-fluid{
    transition: 1.3s ease-in-out;
    align-items: center;
    height: 100px;

}
  /* Nova classe a ser atribuída*/
div.changeFlex {
    transition: 1.3s ease-in-out;
    align-items: baseline !important;
}
 
/*  */
/*MENU PC*/
nav.navbar-expand-lg {  
    visibility: visible;
    height: fit-content;
    padding: 0.5% 10%;
    background-color: rgba(89, 177, 218, 0);
      z-index: 3;
}

a.navbar-brand {
    font-weight: 500;
}
.navbar-brand img{
    width: 245px;
}

div.items a {
    color: #58595b;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    transition: 0.4s;
    color: #58595b;
    background-color: #b6e5fe;
    border-radius: 4px;
}

.nav-link:focus,
.nav-link:hover {
    transition: 0.4s;
    color: #58595b;
    background-color: #b6e5fe;
    border-radius: 4px;
}

nav.menuMOBILE {
    visibility: hidden;
    padding: 1% 10%;
}

nav.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    justify-content: center;
}

li.dropdown {
    transition: 1s;
}

.offcanvas.offcanvas-end {
    width: fit-content;
    padding: 1%;
}

main.main {
    padding: 6% 16.1% 1% 16.1%;
    max-width: 100%;
}

.box {
    display: flex;
    flex-direction: row;
    padding: 1%;
}

.titulo {
    width: 850px;
    padding: 1%;
    margin-right: 2%;
}
/* formulario invisivel, disponivel apenas para mobile */
/* Importação da fonte */
@font-face {
    font-family: fontLogo;
    src: url(../font/adobe-devanagari-bold.otf);
}

/* /Importação da fonte */
.titulo h1 {
    width: 850px;
    font-family: fontLogo;
    font-size: 6rem;
    color: #58595B;
    border-bottom: solid 2px rgb(158, 240, 255);
}
/* Importação da fonte */
@font-face {
    font-family: fontTXT;
    src: url(../font/orator-std-medium.otf);
}
/* /Importação da fonte */
.titulo h3 {
    font-size: 3rem;
  font-weight: bolder;
    color: #58595b;
    text-align: justify;
    width: fit-content;
}
.titulo p {
    color: #58595b;
    font-weight: 600;
  font-size: 28px;
}

/* Cards */
.contCards {
    width: fit-content;
    height: 300px;
    top: 60px;
    padding: 3% 2%;
    left: calc(50% - 300px);
    display: flex;
    z-index: 2;
    position: sticky;
}
a.aCard {
  background-color: #194d7500;
}
.card {
    display: flex;
    height: 280px;
    width: 228px;
    background-color: #194D75;
    border-radius: 10px;
    border: none;
    box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.144);
    margin-left: -50px;
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
}
.card img {
    margin: auto;
    width: 75%;
}

.card:not(:first-child) {
    margin-left: -50px;
}

.card:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
}

.card:hover~.card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
}

.title {
    color: #fff !important;
    font-weight: 200;
    left: 20px;
    top: 15px;
    text-shadow: #000000 0px 3px 12px;
}

.titcard {
  font-size: 1.5rem !important;
  color: #58595b;
  text-align: justify;
  width: fit-content;
  font-weight: 300 !important;
  padding: 5% 5% 0 8%;
}

.stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
}

svg {
    fill: #17141d;
    stroke-width: 2px;
}

.card:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
}
#precatoIMG {
  width: 100%;
  max-width: 100% !important;
  padding: 0.5%;
  padding: 4%;
}
#credito {
  max-width: 75%;
  margin: auto 9px;
}
.subBrand {
  font-size: 20px;
  padding: 0 0 0 45%;
  margin: -15px 0 0 0px;
}
/* /cards */
/* FORMULÁRIO */
.formulario {
    width: 440px;
    padding: 9%;
    color: #58595b;
    border-radius: 10px;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9,
                 -20px -20px 60px #ffffff;
}

.contBtn {
    padding: 8% 0 0 0;
}
.checkboxi {
    width: fit-content;
    padding: 1%;
}
.checkboxi label, a{
    font-size: 14px;
}
.checkboxi input{
    margin-right: 3%;
}
/* /FORMULÁRIO */
button.btn {
    background-color: #dbc03f;
    color: #58595b;
    font-weight: 500;
}
