html {
  font-family: 'Poppins';
}
body {
  font-family: 'Poppins';
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}
h3 {
  font-size: 55px;
  color: #47200F;
  font-weight: bold;
}
.mostrar_mobile {
  display: none
}
.nav-item {}
.primary {
  color: #47200F;
}
.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a {
  color: white !important;
}
.btn-primary {
  background-color: #47200F !important;
  font-size: 18px;
}
.btn-info {
  background-color: #47200F !important;
  font-weight: bold !important;
  font-size: 18px;
}
.btn-success {
  background-color: #4AC959 !important;
  font-weight: bold !important;
  font-size: 18px;
}
.rgba-black-light, .rgba-black-light:after {
  background-color: transparent;
}
.fa-chevron-right:before {
  color: red;
}
.fa-chevron-left:before {
  color: red;
}
#redes_sociais {
  position: absolute;
  font-size: 10px;
  background-image: url('../img/fundo-topo.png');
  background-repeat: no-repeat;
  background-size: 100%;
  right: -20px;
  top: -8px;
  height: 56px;
  z-index: 9999;
  color: white;
  text-align: right;
  padding-top: 0px;
  padding-right: 30px;
  width: 450px;
}
#redes_sociais span {
  margin-left: 65px;
  margin-top: 8px;
  float: left;
}
#redes_sociais a {
  margin-left: 2px;
  margin-top: 10px;
  color: white !important;
  font-size: 14px;
}
#redes_sociais img {
  width: 30px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: white !important;
  padding: 0px;
  border: 1px solid #47200F;
  width: 250px;
  margin-left: 0px;
  margin-top: -10px;
  z-index: 9999999999999999999999;
}
.navbar #logo {
  width: 100px;
}
.navbar {
  /*  background-image: url('../img/topo-fundo.png');*/
  background-repeat: no-repeat;
  background-size: 100%;
  border-top: #47200F 5px solid;
  border-bottom: #47200F 5px solid;
}
#navbarSupportedContent {
  margin-top: 45px;
}
/*
.navbar a {
  color: #47200F !important;
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
}
.navbar a:hover {
  background-color: #47200F !important;
  border-radius: 25px;
  color: white !important;
}
*/
/*nav menu*/
/*
nav img {
  max-width: 200px;
  margin-top: 0px;
}
*/
nav li {
  margin-left: 30px;
}
nav li a {
  color: #000000;
  font-weight: bold;
  font-size: 17px;
  font-family: 'Poppins';
  border-radius: 10px;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 10px;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 10px;
}
nav li a:hover {
  background-color: #47200F;
  color: white !important;
}
nav li i {
  margin-left: 7px;
  color: #000000;
}
nav h1 {
  width: 100%;
  font-size: 18px;
  padding-left: 6px;
  padding-top: 10px;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
nav p {
  width: 100%;
  font-size: 14px;
  padding-left: 6px;
  padding-top: 10px;
  font-weight: normal;
  color: gray;
}
nav .dropdown .dropdown-menu .dropdown-item, nav .dropleft .dropdown-menu .dropdown-item, nav .dropright .dropdown-menu .dropdown-item, nav .dropup .dropdown-menu .dropdown-item {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  color: #A2A2A2;
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:hover {
  color: #47200F !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
nav .navbarDropdownMenuLink1 {
  width: 550px;
  margin-left: -350px;
}
/*carrousel*/
.carousel-caption {
  top: 40% !important;
  left: 10% !important;
  text-align: left;
}
.carousel-caption h1 {
  font-weight: bold;
  font-size: 50px;
}
.carousel-caption h2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 30px;
}
.carousel-caption .btn-info {
  margin-top: 20px;
}
.dropdown-item {
  margin-top: 5px;
}
/*secao1*/
.secao1 h1 {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  color: #47200F !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.secao1 h2 {
  height: 50px;
  font-size: 16px;
}
.secao1 .card a {
  padding: 10px;
  /*  border-radius: 60px;*/
  /* Declaração para aparecer no Firefox */
  /*  -moz-border-radius: 60px;*/
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  /*  -webkit-border-radius: 60px;*/
  font-size: 1em;
}
.secao1 .card a:hover {
  border: #707070 1px solid;
  font-size: 1em;
}
.secao1 .card p {
  /*  min-height: 280px !important;*/
  font-size: 16px;
}
/*secao2*/
.secao2 h1 {
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  color: #47200F !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.secao2 p {
  font-size: 23px;
  text-align: center;
}
/*secao3*/
.secao3 p {
  font-size: 18px;
  text-align: center;
}
.secao3 .logo_convenio {
  text-align: center;
  height: 70px;
  float: left;
  width: 100%;
}
/*secao4*/
.secao4 {
  background-color: #47200F !important;
  font-size: 20px;
  color: white;
}
.secao4 p {
  font-size: 16px;
}
.secao4 h1 {
  color: #47200F !important;
}
.secao4 h2 {
  margin-top: 100px;
}
.secao4 img {
  width: 100%;
  float: right;
  position: relative;
  bottom: 0px;
}
/*secao5*/
.secao5 {
  background-image: url('../arquivos/banners/banner-numeros.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.secao5 h3 {
  color: white;
}
.secao5 h1 {
  color: white;
}
/*secao6*/
.secao6 {
  padding: 50px;
  padding-top: 0px;
  color: white;
}
.secao6 h3 {
  color: #47200F !important;
}
/*secao7*/
.secao7 a {
  color: #47200F !important;
}
/*secao*/
.secao8 {
  /*  padding-bottom: 450px !important;*/
}
.secao8 h1 {
  color: #47200F !important;
  font-size: 43px;
  font-weight: bold;
}
.secao8 h2 {
  color: #47200F !important;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
}
.secao8 p {
  font-size: 21px;
}
.secao8 .btn-info {
  float: right;
}
.secao8 img {
  position: absolute;
  float: right;
  bottom: 0px;
  right: 0px;
}
/*secao9*/
.secao9 .card {
  border: #707070 1px solid;
  border-radius: 10px;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 10px;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 10px;
}
.secao9 .card a:hover {
  background-color: #47200F;
  color: white !important;
}
/*secao10*/
.secao10 {
  background-color: #47200F !important;
  font-size: 20px;
  color: white;
}
.secao10 p {
  font-size: 16px;
}
.secao10 h2 {
  color: whi !important;
  margin-top: 20px;
}
.secao10 img {
  position: absolute;
  bottom: 0px;
}
.md-accordion .card .card-header {
  background-color: #47200F !important;
  color: white;
  font-family: 'Poppins';
}
.md-accordion .card .card-header h5 {
  color: white !important;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  background-color: #47200F !important;
}
/*footer*/
footer {
  background-image: url('../img/rodape-fundo.png');
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 256px;
  border-top: #47200F 14px solid;
  border-bottom: #47200F 14px solid;
}
footer h5 {
  margin-top: 100px;
  font-size: 18px;
  color: #47200F !important;
}
footer.page-footer li {
  color: #47200F !important;
}
/*
footer {
  background-color: #47200F !important;
  font-family: 'Roboto', sans-serif;
}
*/
/*
footer a {
  font-family: 'Roboto', sans-serif;
}
*/
.ocultar_senha {
  display: none !important;
}
.cartao {
  background-color: #47200F;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 10px;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 10px;
  padding: 10px;
}
.cartao h1 {
  color: white;
  font-size: 15px !important;
  font-weight: bold;
}
.cartao p {
  color: white !important;
  font-size: 14px;
}
.cartao2 {
  background-color: white;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 10px;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 10px;
  padding: 15px;
  border: 1px solid #47200F !important;
  ;
}
.cartao2 h1 {
  color: #47200F !important;
  font-size: 15px;
}
.cartao2 p {
  color: #47200F !important;
  font-size: 14px;
}
.list-group-item.active {
  background-color: #47200F !important;
}
.list-group-item.active a {
  color: white !important;
}
a, a.disabled:hover, a:disabled:hover {
  color: #000000 !important;
}
@media screen and (max-width: 1000px) {
  .carousel-caption h1 {
    font-size: 30px;
  }
  .btn-info {
    font-size: 12px;
    padding: 7px;
    margin-top: 20px;
  }
  .carousel-caption h2 {
    font-size: 20px;
  }
  .secao1 h1 {
    font-size: 21px;
  }
  .secao1 h2 {
    font-size: 14px;
    height: 20px;
  }
  .secao1 p {
    font-size: 11px !important;
  }
  .secao4 p {
    font-size: 14px;
  }
  .secao8 h1 {
    margin-top: 50px;
    font-size: 30px;
  }
  .secao8 h2 {
    font-size: 18px;
  }
  .secao8 p {
    font-size: 14px;
  }
  .secao9 p {
    font-size: 10px;
  }
  .secao10 h2 {
    font-size: 21px;
  }
  .secao10 p {
    font-size: 12px;
  }
  h3 {
    font-size: 21px;
  }
  h5 {
    font-size: 15px;
  }
  #navbarSupportedContent {
    margin-top: 15px;
  }
  #redes_sociais2 {
    position: fixed;
    font-size: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 56px;
    z-index: 9999;
    color: #47200F;
    text-align: left;
    width: 300px;
    right: 150px;
    padding-top: 10px;
    top: 10px;
  }
  #redes_sociais2 span {
    margin-left: 5px;
    margin-top: 8px;
    float: left;
  }
  #redes_sociais2 a {
    margin-left: 2px;
    color: #47200F !important;
    font-size: 10px;
    margin-top: 10px;
  }
  #redes_sociais2 img {
    width: 20px;
  }
  .ocultar_mobile {
    display: none;
  }
  .mostrar_mobile {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  /*
  .navbar {
    background-size: 230% !important;
  }
*/
  #navbarSupportedContent {
    margin-top: 15px;
  }
  #redes_sociais2 {
    background-color: #47200F !important;
    position: fixed;
    font-size: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 56px;
    z-index: 9999;
    color: white;
    text-align: left;
    width: 180px;
    right: auto;
    margin-left: 50px;
    padding-top: 10px;
    top: 0px;
  }
  #redes_sociais2 span {
    margin-left: 5px;
    margin-top: 8px;
    float: left;
  }
  #redes_sociais2 a {
    margin-left: 2px;
    color: white !important;
    font-size: 10px;
    margin-top: 10px;
  }
  #redes_sociais2 img {
    width: 20px;
  }
  .navbar #logo {
    width: 60px;
  }
  h3 {
    font-size: 33px;
    text-align: center;
  }
  .ocultar_mobile {
    display: none;
  }
  .mostrar_mobile {
    display: block;
  }
  .carousel-caption {
    top: 7% !important;
  }
  .carousel-caption h1 {
    font-size: 18px !important;
  }
  .carousel-caption h2 {
    font-size: 12px !important;
  }
  .btn-info {
    font-size: 12px;
    padding: 10px !important;
  }
  .btn-success {
    font-size: 12px;
    padding: 10px !important;
  }
  .btn-primary {
    font-size: 12px;
    padding: 10px !important;
  }
  /*secao1*/
  .secao1 img {
    width: 90% !important;
  }
  .secao1 p {
    font-size: 13px !important;
  }
  .secao1 h1 {
    font-size: 32px !important;
    margin-bottom: 0px !important;
  }
  .secao1 h2 {
    height: auto;
  }
  .secao1 .card p {
/*    height: 65px !important;*/
  }
  /*secao4*/
  .secao4 h2 {
    margin-top: 20px !important;
    font-size: 32px !important;
  }
  .secao4 p {
    font-size: 12px !important;
  }
  .secao4 img {
    bottom: 0px;
    top: auto;
  }
  /*secao5*/
  .secao5 h1 {
    margin-top: 40px;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
    font-size: 30px !important;
  }
  .secao5 p {
    font-size: 20px !important;
  }
  .secao5 .card {
    margin: 15px !important;
  }
  /*secao6*/
  .secao6 {
    padding: 10px;
  }
  .secao6 h3 {
    font-size: 25px;
  }
  /*secao8*/
  .secao8 {
    padding-bottom: 0px !important;
  }
  .secao8 h1 {
    text-align: right !important;
    font-size: 32px;
  }
  .secao8 p {
    font-size: 12px !important;
  }
  .secao8 h2 {
    font-size: 28px !important;
  }
  .secao8 h4 {
    font-size: 18px !important;
  }
  .secao8 img {
    position: relative;
    margin-top: 30px;
    right: -27px;
  }
  /*secao8*/ .secao9 h3 {
    font-size: 23px;
  }
  /*secao10*/
  .secao10 {
    padding-top: 200px;
  }
  .secao10 h2 {
    font-size: 28px;
  }
  .secao10 p {
    font-size: 12px;
  }
  .secao10 h2 {
    margin-top: 0px !important;
  }
  .card-deck {
    padding: 30px;
  }
  .navbar img {
    width: 60px;
  }
  nav li {
    margin-left: 0px;
    padding-left: 0px;
    background-color: #47200F !important;
  }
  .navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: white !important;
  }
  .navbar.navbar-light .navbar-toggler-icon {
    color: white !important;
  }
  .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-toggler, .navbar.navbar-light form .md-form .form-control {
    color: #47200F !important;
    font-size: 30px;
  }
  .md-accordion .card .card-header h5 {
    font-size: 15px;
  }
  iframe {
    height: 200px;
  }
  .navbar {
    height: auto !important;
  }
  nav .navbarDropdownMenuLink1 {
    margin-left: 0px;
    width: 100%;
  }
  .dropdown .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .dropup .dropdown-menu {
    background-color: #60A023 !important;
  }
  nav p {
    color: white;
  }
  .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropleft .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropright .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:active, .dropup .dropdown-menu.dropdown-secondary .dropdown-item:hover {
    color: white !important;
  }
  .carousel-caption {
    font-size: 10px !important;
    padding: 10px !important;
  }
  .btn:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    padding: 2px;
  }
  .carousel, .carousel-inner, .carousel-item {
    margin-top: 32px !important;
  }
  .fa-3x {
    font-size: 40px !important;
  }
  .list-group .list-group-item {
    padding: 5px !important;
    font-size: 12px;
  }
}