@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

:root {
  --verde: #00D437;
  --verde-preto: #313638;
  --bs-body-color: #313638;
  --preto: #313638;
}

a {
  text-decoration: none;
}

header{
  position: relative;
}

.wrapper {
  background: #fff;
  position: fixed;
  width: 100%;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.1);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,.1);
}
.wrapper nav {
  position: relative;
  display: flex;
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}

.top_home{
  background-color: inherit !important;
  position: absolute;
  top: 0px; 
  left: 0px;
  z-index: 5;
  display: block !important;
}

.topbar{
  background-color: #FFF;
}
.topo_rolagem{
  display: none;
}
nav .content {
  display: flex;
  align-items: center;
}
.alinhamento {
  justify-content: flex-end;
  height: 70px;
}

.top_home .alinhamento{
  background-color: inherit;
}

.top_home .content .links li a.desktop-link{
  color: #FFF;
}
.top_home .imagem-logo{
  width: 162px;
}
.content .logo a {
  color: var(--verde-preto);
  margin-top: 20px;
  font-family: Montserrat;
font-size: 30px;
  font-weight: 600;
}


/* .content .links li a.desktop-linkr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: var(--mostarda);
    visibility: hidden;
    transform: scaleX(0);
    transition: visibility 0s, transform 0.3s ease-out;
  } */

.content .links li {
  list-style: none;
}
.content .links li a {
  color: var(--preto);
  font-family: Montserrat;
font-size: 16px;
  padding: 9px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: 100%;
}

.content .home .links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* ajuste conforme necessário */
  width: 100%;
  height: 2px;
  background-color: var(--mostarda);
  visibility: hidden;
  transform: scaleX(0);
  transition: visibility 0s, transform 0.3s ease-out;
}

.content .links li label {
  color: #fff;
  font-family: Montserrat;
font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label {
  display: none;
}
.content .links li a.desktop-link {
  color: var(--preto);
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
#cabecalho p {
  font-family: Montserrat;
font-size: 18px;
  margin: 0 auto;
}
.botao_transparente {
  border-radius: 8px !important;
  color: var(--verde);
  border: 1px solid;
  background: none;
  padding: 6px 16px;
  font-weight: bold;
  font-family: Montserrat;
font-size: initial;
}
.botao_blog {
  border-radius: 8px !important;
  color: #fff;
  border: 1px solid;
  background: var(--preto);
  padding: 6px 16px;
  font-weight: bold;
  font-family: Montserrat;
  font-size: initial;
}
.botao_simulacao {
  color: var(--preto);
  background: var(--verde);
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: bold;
  font-family: Montserrat;
font-size: initial;
}

/*.wrapper .search-icon,*/
.wrapper .menu-icon {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 0px;
  text-align: center;
  z-index: 9999;
  position: relative;
}
.wrapper .menu-icon {
  display: none;
}

.wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.content .links ul {
  display: flex;
  position: fixed;
  height: auto;
  background: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms;
  top: 70px;
  left: 0;
  width: 100vw;
  flex-direction: column;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.text-drop{
  text-align: left !important;
}
.content .links ul .chamada-submenu {
  font-weight: bolder;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  padding-left: 0;
  margin-left: 1%;
}
.content .links ul .separador {
  display: block;
  margin: 0 6%;
  width: 80%;
}
.content .links ul div {
  display: flex;
}
.content .links ul div .lista-ordenada {
  display: flex;
  flex-direction: column;
  width: 33.3%;
}
.content .links ul div .caixa-drop {
  margin: 10px 0;
  column-gap: 2%;
  text-align: center;
  padding: 0px;
}
.content .links li:hover > ul {
  top: 70px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 500ms;
  /* transition: width 1s; */
  /* transition-delay: 1s; */
}
.content .links ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  font-family: Montserrat;
font-size: 16px;
  font-weight: 400;
  border-radius: 0px !important;
}
.content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li {
  position: relative;
}
.content .links ul li:hover ul {
  top: 0;
}

/*caixa menu dropdown*/
.logo-drop {
  width: 38px;
  height: 38px;
}
.display {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
}
.segunda-parte {
  display: flex;
  justify-content: space-between;
}
.content .links ul div .primeira-parte {
  display: flex;
  flex-direction: column;
}
.caixa-cabecalho {
  flex-direction: column;
  align-items: center;
  border-radius: 8px !important;
  color: var(--verde);
  border: 1px solid;
  background: none;
  width: 25%;
  justify-content: center;
}
.atual {
  color: var(--preto);
  line-height: 40px;
  font-family: Montserrat;
font-size: 20px;
  display: block;
  padding: 8px 18px;
  cursor: pointer;
  text-align: center;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  border-radius: 0.5px;
  padding: 3px;
  margin: 4px 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* Responsive code start */
@media screen and (max-width: 1250px) {
  .wrapper nav {
    max-width: 100%;
    /*padding: 0 20px;*/
  }
  .content .links li a {
    padding: 8px 9px;
  }
  /* .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
  */
}
@media screen and (max-width: 992px) {
  .content .links li a.desktop-link {
    font-family: Montserrat;
font-size: 11px;
  }
  .botao_transparente,
  .botao_blog,
  .botao_simulacao {
    font-family: Montserrat;
font-size: 11px;
  }

}

@media screen and (max-width: 900px) {
  .logo {
    margin-left: auto;
  }
  .wrapper .menu-icon {
    display: block;
  }
  .wrapper .menu-icon img{
    height: 30px;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before {
    content: "\f00d";
  }
  nav {
    background-image: url(../img/cabecalho-imagens/Logo-cabecalho2.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  p {
    font-family: Montserrat;
font-size: 13px;
  }
  .alinhamento {
    justify-content: flex-start;
  }
  nav .content .links {
    display: flex;
    position: fixed;
    background: #fff;
    box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 24px 24px;
    height: auto;
    width: 100%;
    top: 70px;
    left: -110%;
    padding: 0 0;
    max-width: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
    flex-direction: column;
  }
  nav #show-menu:checked ~ .content .links {
    left: 0%;
    overflow-y: scroll;
    height: 100%;
  }
  li.interno{
    margin-top: 0px !important;
  }
  .content .links li:first-child{
    margin-top: 15px;
  }
  .content .links li {
    margin: 0 auto;
    width: 100%;
  }
  .alinha_mobile{
    text-align: center;
  }
  .content .links li a {
    line-height: 40px;
    font-family: Montserrat;
font-size: 18px;
    display: grid;
    padding: 4px 18px;
    cursor: pointer;
  }
  .content .links li label {
    color: var(--preto);
    line-height: 40px;
    font-family: Montserrat;
font-size: 20px;
    display: block;
    padding: 0px 15px;
    cursor: pointer;
    text-align: center;
    padding-top: 0px;
  }
  .content .links li label p {
    transition: all 0.5s;
    padding-bottom: 10px;
  }
  .content .links li label p .arrow {
    transition: all 0.5s;
  }
  .content .links li label p.ativo {
    color: var(--verde);
    line-height: 40px;
    font-family: Montserrat;
font-size: 20px;
    display: block;
    cursor: pointer;
    text-align: left;
    font-style: bold;

  }


  .atual {
    padding: 0px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    font-weight: bold;
    margin-bottom: 10px !important;
  }

  .caixa-cabecalho p{
    font-family: Montserrat;
font-size: 12px !important;
  }
  .caixa-cabecalho .box_diferenciais{
    width:90%
  }

  .botao_transparente{
    padding-top: 0 ;
    padding-bottom: 0;
  }

  .lista-ordenada a{
    font-family: Montserrat;
font-size: 16px !important;   
  }
  .content .links li label p.ativo .arrow {
    border-color: var(--verde);
    transform: rotate(225deg);
    margin: 0px 10px;
  }
  .content .links li a.desktop-link {
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    backdrop-filter: none;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-sobre:checked ~ ul,
  .content .links #show-blog:checked ~ ul {
    flex-direction: column;
    max-height: 200vh;
    padding-left: 0px;
  }
  .content .links ul li {
    margin: 5px 0px;
  }
  .content .links ul li a {
    font-family: Montserrat;
font-size: 12px;
    line-height: 30px;
  }
  .content .links ul div {
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px !important;
  }
  .content .links ul div .lista-ordenada {
    width: 100%;
  }
  .content .links ul div .caixa-drop {
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
  }
  .sub {
    display: none;
  }
  .caixa-cabecalho {
    width: 40%;
  }
  .caixa-mobile {
    display: flex;
    flex-direction: row;
  }
  .botao_simulacao {
    
    height: 51px;
    left: 220px;
    top: 448px;
    color: #fff;
    border: none;
    background: var(--verde);
    /* box-shadow: 0px 15px 50px rgba(0, 221, 135, 0.38);
    border-radius: 8px;
    font-weight: bolder; */
  }
  .botao_blog,
  .botao_simulacao {
    font-family: Montserrat;
font-size: 13px;
    
    height: 54px;
  }
}

@media screen and (max-width: 425px) {
  .wrapper nav {
    padding: 0 10px;
  }
  .content .logo a {
    font-family: Montserrat;
    font-size: 27px;
  }
  .content .links ul div .caixa-drop {
    width: 100%;
  }

  .wrapper{
    background-color: #0C1214;
  }

  .topbar{
  
    background-color: #FFF;
  }


  /*.wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
  */
}