@media (max-width: 770px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 770px) {
  .margin {
    margin-left: 195px;
  }
  .dropdown-content {
    min-width: 306px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 75.3%;
  }
}

@media (max-width: 1316px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: unset;
    margin-left: unset;
    max-width: 100%;
  }
}

.white {
  color: #fff !important;
}

a {
  color: #867640;
  font-size: 14px;
  text-decoration: underline;
}

.card-header-accordion {
  padding: 0.75rem 0px !important;
}

a:hover {
  color: #867640;
  /* font-size: 14px; */
  text-decoration: underline;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
i {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.border-pd {
  padding: 0px 0px 80px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-header-accordion {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}

.link-theme {
  font-weight: bolder;
  color: #777 !important;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}

.link-theme:hover {
  font-weight: bolder;
  color: #000 !important;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-circle-yt {
  width: 33px;
  height: 33px;
  border-radius: 99px !important;
  background: #c20607;
}

.btn-circle-tt {
  width: 33px;
  height: 33px;
  border-radius: 99px !important;
  background: #5ba9bf;
}

.btn-circle-fb {
  width: 33px;
  height: 33px;
  border-radius: 99px !important;
  background: #2162ab;
}

#social {
  display: inline-block;
  margin: 0 3px;
  text-indent: -999999px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
}

#acoes {
  display: inline-block;
  margin: 0 3px;
  border: unset;
}

.blog-title {
  font-size: 25px !important;
  font-weight: lighter !important;
}

p {
  line-height: 23px;
  margin: 12px 0;
}

.body-blog {
  font-size: 13px;
  font-weight: lighter !important;
}

.btn-theme {
  background-color: #86753f;
  color: #fff;
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
  /* font-family: 'Istok Web',sans-serif; */
}

.big {
  line-height: 22px;
  font-weight: 700;
  padding: 14px 30px 13px;
  text-align: center;
  display: inline-block;
  margin-bottom: 18px;
  margin-top: 3px;
}

.big:hover {
  line-height: 22px;
  font-weight: 700;
  padding: 14px 30px 13px;
  text-align: center;
  display: inline-block;
  margin-bottom: 18px;
  margin-top: 3px;
}

.right {
  float: right;
}

.btn-theme:hover {
  background-color: #948145;
  color: #fff;
  font-size: 13px;
}

.filtros {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion > .card .card-header {
  margin-bottom: 6px;
}

.btn-font {
  font-size: 16px;
}

.btn-font:hover {
  font-size: 16px;
}

.btn-outline-theme {
  color: #86753f;
  border-color: #86753f;
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: #86753f;
  border-color: #86753f;
}

.btn-outline-theme:focus,
.btn-outline-theme.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.red {
  border-top: 2px solid #867640 !important;
}

.bg-dark {
  background-color: #222 !important;
}

.search {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);
  background: url("/images/mag.png") 11px 11px no-repeat #fff;
  padding: 8px 0 8px 30px;
  color: #888;
  border: 1px solid #dadada;
  margin: 0;
  height: 33px;
}

.cartao {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04);
  color: #888;
  border: 1px solid #dadada;
  margin: 0;
  height: 30px;
}

.menu {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 4px 8px 10px;
  /* text-align: center; */
  /* /* margin-left: 9px; */
  line-height: 18px;
  letter-spacing: 0.1px;
  font-weight: bolder;
  /* border: 1px solid  #777; */
  /* text-transform: uppercase; */
  text-decoration: none;
}

.menu:hover {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.nav-item:hover {
  color: #000;
  border-top: 2px solid #867640 !important;
  font-size: 12px;
  text-decoration: none;
}

.nav-item {
  text-align: center;
  text-decoration: none;
  padding: 0px 9px 0px 9px;
  width: auto;
}

.dropdown:hover {
  color: #000;
  font-size: 12px;
  border-top: 2px solid #867640 !important;
  text-decoration: none;
}

.center {
  justify-content: center !important;
}

.dropdown {
  text-align: center;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  font-size: 14px;

  text-align: start;
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.imprimir-cartao {
  border: 1px solid #948145;
  border-bottom: 30px solid #948145;
  font-size: 12px;
}

#conteudoCer {
  width: 965px;
  height: 658px;
  margin-top: -750px;
  font-family: Arial, Geneva, sans-serif;
  font-size: 18px;
  text-align: center;
}

#numeroCer {
  position: relative;
  left: 120px;
  top: 315px;
  width: 200px;
  font-size: 28px;
}

#valorCer {
  position: relative;
  left: 649px;
  top: 280px;
  width: 200px;
  font-size: 28px;
  letter-spacing: -1;
}

#cartaoCer {
  position: relative;
  left: 290px;
  top: 220px;
  width: 250px;
}

#cadastradoCer {
  position: relative;
  left: 415px;
  top: 184px;
  width: 250px;
}

#nomeCer {
  position: relative;
  top: 237px;
  width: 965px;
  text-transform: uppercase;
}

#condicoesCer {
  position: relative;
  top: 248px;
  width: 965px;
  font-size: 17px !important;
}

#empresaCer {
  position: relative;
  top: 257px;
  width: 965px;
}

#obsCer {
  position: relative;
  top: 270px;
  line-height: 18px;
  width: 850px;
  height: 65px;
  margin-left: 58px;
  font-size: 15px;
}

#geradoCer {
  position: relative;
  left: 425px;
  top: 250px;
  width: 300px;
}

#equipeCer {
  position: relative;
  left: 93px;
  top: 310px;
  font-size: 10px;
  width: 142px;
}

#assinaCer {
  position: relative;
  left: 675px;
  top: 275px;
  font-size: 10px;
  width: 250px;
}

#regrasCer {
  margin: 260px 0 0 1px;
}

.dropdown-content a {
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}

.input-group-text-custom {
  height: 30px;
  text-decoration: none;
}

.input-group-text-custom:hover {
  height: 30px;
  text-decoration: none !important;
  color: #495057;
  font-size: 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
  /* background-color: #6f282d !important; */
}

.dropdown-content a:hover {
  background-color: white;
}

.rodape {
  /* height: 250px; */
  background-color: #867640;
}

.section {
  padding: 10px 10px 0px 14px;
}

.text-warning {
  color: #e0ce00 !important;
}

.bg-info {
  background-color: #009ab285 !important;
}

/* Classe de paginação Blog */
/* .pagination {
    border-top: 1px solid #dadada;
    padding-top: 30px;
    margin-top: 10px;
    width: 75%;
    margin-bottom: 0;
}

.pagination:hover {
    border-top: 1px solid #dadada;
    padding-top: 30px;
    margin-top: 10px;
    width: 75%;
    margin-bottom: 0;
}

.pagination li {
    float: left;
    margin-bottom: 0;
}

.pagination a {
    background: #867640;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, .8) !important;
}

.pagination a:hover{
    background: #867640;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, .8) !important;
}


.pagination a,
.pagination .current {
    color: rgba(255, 255, 255, .8) !important;
    line-height: 22px;
    font-weight: 700;
    padding: 14px 30px 13px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    text-decoration: none;
    padding: 6px 12px 5px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination .current {
    background: #555;
} */

/*Box empresas */
.col-sm-3.empresa,
.col-sm-4.empresa {
  margin-bottom: 30px;
  margin-top: 10px;
}
.empresa_item {
  float: left;
  margin-left: 3.2%;
  margin-bottom: 3.2%;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
}
.card-img-top.empresa_item-img:hover {
  opacity: 0.7;
}

.empresa_item_title {
  margin: 0;
  font-family: "Noticia Text", serif;
  font-size: 13.8px;
  letter-spacing: -0.08px;
  text-align: center;
  padding: 3px 15px 10px;
  border-bottom: none;
  text-decoration: none;
  color: #fff !important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #877640;
  display: block;
  text-align: center;
  line-height: 22px;
  border-top: 3px solid #877640;
}

.empresa_item_title:hover {
  margin: 0;
  font-family: "Noticia Text", serif;
  font-size: 13.8px;
  letter-spacing: -0.08px;
  text-align: center;
  padding: 3px 15px 10px;
  border-bottom: none;
  text-decoration: none;
  color: #fff !important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #877640;
  display: block;
  text-align: center;
  line-height: 22px;
  border-top: 3px solid #877640;
}

.alternate_h1 {
  padding: 0;
  border-bottom: none;
  font-weight: 300;
  font-size: 25px;
  background: 0 0;
  border-top: none;
  margin: 0;
  margin-top: 20px;
  color: #222;
  font-style: italic;
  text-decoration: none;
  line-height: 28px;
}

.card-body.body-blog.testimonial {
  color: #777;
  font-style: italic;
  margin-bottom: 15px;
}

.testimonial {
  margin-bottom: 25px;
  padding: 10px 10px 0px 14px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial_module blockquote p {
  line-height: 30px;
  padding-left: 70px;
  margin-top: 10px;
}
.testimonial_details {
  float: right;
  margin-top: 4px;
}

.testimonial_p .testimonial_author {
  font-weight: 700;
  font-style: italic;
  font-family: "Istok Web", sans-serif;
}

.testimonial_location {
  display: block;
  font-family: "Noticia Text", serif;
  font-weight: 400;
  font-style: italic;
  opacity: 0.7;
  font-size: 13px;
  margin-top: -3px;
}

.fas.fa-quote-right.testimonial {
  font-size: 27px;
  padding-right: 20px;
  color: #777;
  font-weight: 700;
}

.blog_info h1 a {
  padding: 0;
  border-bottom: none;
  font-weight: 300;
  font-size: 28px;
  background: 0 0;
  border-top: none;
  margin: 0;
  color: #877640;
  font-style: italic;
  text-decoration: none;
}

/* SideBar */
.menu-lateral {
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0px 0px 0px -50px;
  text-align: center;
  line-height: 1.9;
}
.menu-lateral ul li a {
  font-size: 13.8px;
}

.menu-lateral ul li {
  margin: 0;
  padding: 0px;
  text-align: left;
  list-style-type: none;
  font-family: "Noticia Text", serif;
}

.col-12.sidebar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  /* width: 97%; */
}

.botaocontainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.mensagem {
  font-size: 22px !important;
  color: #86753f !important;
}

.card-mensagem {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #000;
}

.aceite {
  text-align: left;
  font-size: 12px;
  color: #000;
  line-height: 26px;
}
