.fundo-topo {
  background-color: #ffff;
}

.topo-container {
  padding: 2rem;
}

.topo-empreendedor {
  display: flex;
  align-items: center;
}

.redes-sociais {
  display: flex;
  justify-content: flex-end;
}

.botao-pesquisa {
  background: transparent;
  border: none;
}

.pesquisa {
  width: 260% !important;
  border: 1px solid #097bb0;
  border-radius: 7px;
  height: 44px;
  color: #097bb0;
}

.foto-destaque {
  height: 646px;
}

.barra-pesquisa {
  left: 269px;
  bottom: 0px;
  color: #097bb0;
  position: relative;
}

.menu-botao {
  background-color: transparent;
  border: none;
  color: #ffff;
}

.fundo-menu {
  background: transparent;
}

.nav:before {
  display: none;
}

.navbar {
  background: transparent;
  border: none;
  margin: 0px 0px 0px;
  padding: 10px;
}

.navbar-default .navbar-nav > li > a {
  text-align: left;
  font: normal normal bold 14px/34px Roboto;
  letter-spacing: -0.28px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.5s;
}

.dropdown-menu > li > a {
  font-family: "Montserrat";
  letter-spacing: -0.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #913b92;
  background-color: #ffffff;
}

.dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #913b92;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #913b92;
  background: white;
}

.dropdown a {
  padding: 6px !important;
}

.menu-topo {
  display: flex;
}

.fundo-menu {
  background: #913b92;
}

.owl-noticia > .owl-noticia img {
  height: 516px;
  object-fit: cover;
}

.owl-noticia > .owl-prev span {
  position: absolute;
  bottom: 236px;
  left: -6%;
  font-size: 46px;
}

.titulo-noticia h1 {
  text-align: center;
  padding: 3rem;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
  color: #097bb0;
}

.custom-btn {
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  width: 393px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #913b92;
}

.btn-10:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.btn-10:hover {
  color: #ffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-10:hover:after {
  background: #2c8c9c;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.botao-ver-todas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 74px;
}

.botao-ver-todas div a {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.99px;
}

.owl-noticia figcaption {
  position: absolute;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000cc 100%)
    0% 0% no-repeat padding-box;
  color: #fff;
  top: 78%;
  width: 100%;
  line-height: 31px;
  height: 22%;
  font-size: 26px;
  filter: drop-shadow(5px 3px 5px #000);
  padding: 1rem;
}

.owl-next span {
  position: absolute;
  bottom: 312px;
  font-size: 43px;
  left: 102%;
  width: 34px;
}

.div-icones-rodape .div-icone {
  background-color: transparent;
}

.div-icone-baixo p {
  margin: 14px 0 0 0;
  text-align: center;
  color: #ffffff;
  white-space: wrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 13px;
  position: relative;
  left: 2px;
}

.container-acesso-rapido-rodape {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 3rem;
  margin-bottom: 47px;
}

.fundo-container {
  background: #2c8c9c;
  height: 26%;
  padding: 1rem;
}

.incone-baixo {
  width: 100%;
}

.owl-prev span {
  font-size: 44px;
  position: absolute;
  right: 102%;
  bottom: 312px;
}

.efeito-hover {
  transition: all 0.2s;
}

.efeito-hover:hover {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.5) !important;
}

.div-icone-baixo img {
  width: auto;
  margin-top: 24px;
}

.div-icone-baixo {
  display: flex;
  flex-direction: column;
  text-align: center;
}


.div-icone-baixo {
  transition: all 0.5s;
  cursor: pointer;
}

.div-icone-baixo:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.titulo-servicos h1 {
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
}

.div-icone-tutorial p {
  margin: 14px 0 0 0;
  text-align: center;
  color: #000000;
  white-space: wrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 13px;
  position: relative;
  left: 2px;
}

.fundo-container-tutorial {
  height: 26%;
  padding: 1rem;
}

.incone-tutorial {
  width: 100%;
}

.div-icone-tutorial img {
  width: auto;
  margin-top: 24px;
}

.div-icone-tutorial {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* .icone-tutorial {
  position: relative;
  right: 5px;
} */

.div-icone-tutorial {
  transition: all 0.5s;
  cursor: pointer;
}

.div-icone-tutorial:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.titulo-tutorial h1 {
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  color: #2c8c9c;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
}

.div-icone-certidao p {
  margin: 14px 0 0 0;
  text-align: center;
  color: #000000;
  white-space: wrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 13px;
  position: relative;
  left: 2px;
}

.fundo-container-certidao {
  height: 26%;
  padding: 1rem;
  background: #f7f7f7;
}

.incone-certidao {
  width: 100%;
}

.div-icone-certidao img {
  position: relative;
  left: 6px;
  width: auto;
  margin-top: 24px;
}

.div-icone-certidao {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* .icone-certidao {
  position: relative;
  right: 5px;
} */

.div-icone-certidao {
  transition: all 0.5s;
  cursor: pointer;
}

.div-icone-certidao:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.titulo-certidao h1 {
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  color: #2c8c9c;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 55px;
}

.imagem-topo{
  height: 127px;
}

.btn-select{
  height: auto !important;
  padding: 15px;
}

.fundo-bloco-externo a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 46px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 9.2px;
  text-decoration: none;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  top: 50%;
  color: #4d5864;
}

.owl-parceiros img {
  width: 115px !important;
  height: 98px;
}

.owl-parceiros .owl-stage-outer {
  margin-left: 162px;
}

.owl-nav i {
  font-size: 52px;
  bottom: 2%;
  position: relative;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.titulo-parceiro h1 {
  text-align: center;
  color: #913b92;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 28px;
  padding: 3rem;
}

.texto-bloco p {
  text-align: center;
}

.parceiros {
  padding: 1rem;
  margin-bottom: 17px;
  height: 266px;
}

.owl-parceiros .owl-next {
  position: absolute;
  left: 99%;
  bottom: 10px;
}

.div-icone-certidao p {
  margin: 14px 0 0 0;
  text-align: center;
  color: #000000;
  white-space: wrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 13px;
  position: relative;
  left: 2px;
}

.fundo-container-links {
  height: 26%;
  padding: 1rem;
  background: #f7f7f7;
}

.incone-links {
  width: 100%;
}

/* .div-icone-links img {
  position: relative;
  left: 6px;
  width: auto;
  padding: 16px;
} */

.div-icone-links {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* .icone-links {
  position: relative;
  right: 5px;
} */

.icone-links {
  transition: all 0.5s;
  cursor: pointer;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  display: none;
  -webkit-transition: display 400ms ease-in;
  -moz-transition: display 400ms ease-in;
  transition: display 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.modalDialog > div {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 25%;
}

.busca {
  display: flex;
}

.modalDialog > div {
  position: absolute;
  width: 78%;
  top: 50%;
  left: 12%;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: #913b92;
}

.overlay-content button {
  background: #913b92;
  border: none;
  color: #ffff;
  height: 66px;
  width: 19%;
  border-radius: 0rem 1rem 1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
}

.responsivo fa {
  color: green;
}

.close {
  opacity: 1;
}
#btn-hidden-pesquisa {
  font-size: 23px;
}

.overlay-content input {
  height: 66px;
  width: 85%;
  border: none;
  border-radius: 1rem 0rem 0rem 1rem;
  padding: 1rem;
  border: solid 4px #ffffff;
  font-size: 25px;
}

.overlay-content i {
  margin-left: -4px;
}

.busca {
  display: flex;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f9f8d2;
}

.icone-links:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.titulo-links h1 {
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  color: #2c8c9c;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 55px;
}

.container-links-uteis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 2rem;
  margin-bottom: 47px;
}

.div-icone-links p {
  margin: 14px 0 0 0;
  text-align: center;
  color: #000000;
  white-space: wrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 13px;
  position: relative;
  left: 2px;
}

.formulario {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}

.btn-primary:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #204d74;
}

.enviar-botao {
  width: 235px;
  height: 52px;
  background: #913b92;
  transition: all 0.2s;
}

.botao-envia {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.mensagem {
  margin-top: 10px;
}

.formulario input {
  width: 515px;
  height: 52px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0px 1px 2px #00000029;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 1rem;
}

.mensagem textarea {
  width: 100%;
  height: 215px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0px 1px 2px #00000029;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 1rem;
}

.container-fluid .contato {
  background: #2c8c9c;
  padding: 2rem;
}

.titulo-contato h1 {
  text-align: center;
  color: #ffffff;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 28px;
  padding: 3rem;
}

.owl-prev i {
  position: absolute;
  left: 39px;
  bottom: 19%;
}

.carousel-parceiros {
  position: relative;
  right: 28px;
}

.icones-rodape {
  display: flex;
  justify-content: space-between;
}

.atualizacao span {
  color: #ffffff;
}

.rodape-estilo {
  padding: 21px;
}

/* .owl-carousel .owl-item img {
  object-fit: cover;
} */

a:link {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .redes-sociais {
    flex-direction: column;
    grid-gap: 1rem;
  }

  .owl-next {
    left: 100%;
  }

  .mensagem {
    margin-top: 20px;
  }

  .owl-prev span {
    left: 42px;
    color: #fff;
  }
  .mensagem textarea {
    width: 88%;
  }
  .texto-centro figcaption {
    right: 4%;
  }
  .owl-next span {
    left: 93%;
    color: #fff;
    top: 44%;
  }

  .owl-noticia figcaption {
    width: 91%;
  }
}

.texto span {
  color: #fff;
}

@media (max-width: 768px) {
  .pesquisa {
    width: 256px !important;
  }

  .barra-pesquisa {
    left: 226px;
    bottom: 33px;
    color: #097bb0;
    position: relative;
  }
  .owl-next {
    left: 96%;
    color: #fff;
  }
  .owl-prev span {
    color: #ffff;
    left: 44px;
  }
  .container-acesso-rapido-rodape {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .texto-centro figcaption {
    right: 6%;
    font-size: 28px;
  }
  .owl-next span {
    left: 92%;
  }
  .owl-noticia figcaption {
    font-size: 24px;
    width: 87%;
  }
}

@media (max-width: 600px) {
  .redes-sociais {
    flex-direction: row;
    grid-gap: 1rem;
    display: flex;
  }

  .owl-next span {
    left: 89%;
    top: 45%;
  }

  .topo-empreendedor {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 3rem;
  }
  .owl-next {
    left: 96%;
  }
  #bs-example-navbar-collapse-1 {
  }

  .responsivo {
    display: flex;
    justify-content: space-between;
    padding: 19px;
  }
  .container-acesso-rapido-rodape {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .container-links-uteis {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .texto-centro figcaption {
    right: 9%;
    font-size: 19px;
  }
  .navbar-default .navbar-nav > li > a {
    display: flex;
    justify-content: center;
    width: 250px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
  }
  .owl-noticia figcaption {
    font-size: 18px;
    width: 100%;
  }
  .navbar-nav {
    margin: 7.5px -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 414px) {
  .container-acesso-rapido-rodape {
    grid-template-columns: 1fr 1fr;
  }
  .titulo-certidao h1 {
    font-size: 24px;
  }

  .container-links-uteis {
    grid-template-columns: 1fr 1fr;
  }

  .formulario input {
    width: 300px;
  }
  .responsivo {
    width: auto;
    padding: 20px;
  }
  .owl-noticia figcaption {
    top: 71%;
    width: 100%;
    line-height: 31px;
    height: 31%;
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .owl-prev span {
    color: #ffff;
    left: 17px;
  }

  .owl-next span {
    top: 45.5%;
  }
}

@media (max-width: 320px) {
  .formulario input {
    width: 240px;
  }
}
