:root {
  --container-width: 1110px;

  --color-primary: #e57200;
  --color-primary-hover: #ffac41;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-orange {
  background-color: var(--color-primary);
  color: #fff;
}
.btn-orange:hover {
  background-color: var(--color-primary-hover);
  color: #fff;
}

.textOrder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #e57200;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  /* font-weight: bold; */
  /* margin-right: 20px; */
  position: absolute;
  left: 0;
  top: 5px;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: 'FS Emeric Book', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

input, button{
  font-family: 'FS Emeric', sans-serif;
  font-size: 14px;
  color: #000;
}

h2 {
  font-size: 35px;
  font-weight: 800;
}

@media(max-width: 576px){
  h2 br{
    display: none;
  }
}

a{
  text-decoration: none;
}

p,
ul {
  font-family: 'FS Emeric Book', sans-serif;
  color: #636b6f;
}

.wp-dark-mode-switcher {
  display: none;
}

#menuMobileOC ~ main#padrao {
  margin-top: 100px;
}

.orange {
  color: #e57200;
}
.boxAjust1 .orange {
  font-size: 24px;
  font-weight: 800;
}
.blue {
  color: #005795;
}

.info-contact-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-bottom: 70px;
}

@media(max-width: 767px){

}

.btn-theme {
  display: inline-block;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  border: none;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px 15px;
  white-space: nowrap;
  color: #fff;
}
/* .btn-theme a {
  text-decoration: none;
  color: #fff;
} */
.btn-theme:hover {
  background-color: var(--color-primary-hover);
  color: #fff;
}

@media(max-width: 576px){
  .btn-theme{
    display: block;
    text-align: center;
  }
  .btn-theme + .btn-theme{
    margin-top: 15px;
  }
}

.info-contact-wrapper div {
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 380px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  border: 3px solid gray;
  min-height: 200px;
  padding: 0px;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
}

.info-contact-wrapper div img{
  margin-bottom: 15px;
}

.btn-open-modal-form {
  padding: 22px 20px;
  margin: 0;
  width: 100%;
  max-width: 420px;
  padding: 22px 20px;
  font-weight: 700;
  margin-left: 0;
  font-size: 16px;
}

.btn .fonteBotao .btn-orange .d-flex .align-items-center {
  background-color: var(--color-primary);
  border-color: #e57200 !important;
  padding: 22px 20px !important;
  color: #fff !important;
  margin: 0 !important;
  /* width: 420px; */
  padding: 22px 20px;
  font-weight: 700;
  margin-left: 0;
  font-size: 16px;
}

div#footerCardPg img {
  max-width: 100%;
}

.linhaTop {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  border-top: solid 2px #004571;
  width: 100%;
  padding-top: 10px;
  border-top: solid 2px #004571;
  width: 100%;
}

/* ul.nav {
  min-height: 150px;
} */

.nav-item {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}
/* .nav-item a {
  height: 100%;
} */

/* .nav-item.active {
  border-bottom: 1px solid #004571;
} */

.nav-item a.subLine {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #707070;
  border-bottom: 2px solid #e8e8e8;
}

.nav-item a.subLine.active {
  color: #004571;
  border-bottom: 2px solid #004571;
}

.nav figure {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background: center center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 44px;
  opacity: 0.5;
  width: 51px;
  margin: 0;
}

.nav a.active figure {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.changeTitleColorBold {
  color: #004571;
  font-weight: 700;
  font-size: 30px;
  /* text-align: center; */

  margin-top: 60px;
}

.titleArticle {
  font-size: 18px;
  color: #004786;
}

/* desktop */
@media screen and (min-width: 768px) {
  .none-mobile-768 {
    display: initial;
  }
  .none-desktop-768 {
    display: none !important;
  }
}
/* mobile */
@media screen and (max-width: 768px) {
  .none-mobile-768 {
    display: none !important;
  }
  .none-desktop-768 {
    display: initial;
  }
}

#contato h2 {
  color: #636b6f;
  font-size: 24px;
  font-weight: 500;
}
#contato .title {
  border-bottom: 3px solid #e57200;
  width: fit-content;
  margin-bottom: 60px;
}
#contato .resultados {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#contato .resultado-pag {
  border-bottom: 1px solid #e5720070;
  width: fit-content;
  margin-bottom: 5px;
}
#contato .title-pag h3 {
  font-size: 18px;
  color: #004571;
  font-weight: 300;
}
#contato .resultado a {
  font-weight: 300;
  color: #e57200;
  text-decoration: none;
}
