@import "lib/footer.css";
@import "lib/foundations.css";
@import "lib/footer-bottom.css";
@import "lib/recipes.css";
@import "lib/card-recipe.css";
@import "lib/popin.css";
@import "lib/slider.css";

/*FONTS*/
/*@font-face {
  font-family: "Nespresso-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Nespresso-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Nespresso-Regular.woff2") format("woff2"), url("fonts/Nespresso-Regular.woff") format("woff"), url("fonts/Nespresso-Regular.ttf") format("truetype"), url("fonts/Nespresso-Regular.svg#Nespresso-Regular") format("svg"); }

@font-face {
  font-family: "Nespresso-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Nespresso-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Nespresso-Bold.woff2") format("woff2"), url("fonts/Nespresso-Bold.woff") format("woff"), url("fonts/Nespresso-Bold.ttf") format("truetype"), url("fonts/Nespresso-Bold.svg#Nespresso-Bold") format("svg"); }

@font-face {
  font-family: "Nespresso-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Nespresso-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Nespresso-Light.woff2") format("woff2"), url("fonts/Nespresso-Light.woff") format("woff"), url("fonts/Nespresso-Light.ttf") format("truetype"), url("fonts/Nespresso-Light.svg#Nespresso-Light") format("svg"); }

@font-face {
  font-family: "Nespresso-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Nespresso-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Nespresso-ExtraBold.woff2") format("woff2"), url("fonts/Nespresso-ExtraBold.woff") format("woff"), url("fonts/Nespresso-ExtraBold.ttf") format("truetype"), url("fonts/Nespresso-ExtraBold.svg#Nespresso-ExtraBold") format("svg"); }
*/
@font-face {
  font-family: "NespressoLucas-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/NespressoLucas-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NespressoLucas-Regular.woff2") format("woff2"), url("fonts/NespressoLucas-Regular.woff") format("woff"), url("fonts/NespressoLucas-Regular.ttf") format("truetype"), url("fonts/NespressoLucas-Regular.svg#NespressoLucas-Regular") format("svg"); }

@font-face {
  font-family: "NespressoLucas-Light";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/NespressoLucas-Light.eot?#iefix") format("embedded-opentype"), url("fonts/NespressoLucas-Light.woff2") format("woff2"), url("fonts/NespressoLucas-Light.woff") format("woff"), url("fonts/NespressoLucas-Light.ttf") format("truetype"), url("fonts/NespressoLucas-Light.svg#NespressoLucas-Light") format("svg"); }

@font-face {
  font-family: "NespressoLucas-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/NespressoLucas-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NespressoLucas-Bold.woff2") format("woff2"), url("fonts/NespressoLucas-Bold.woff") format("woff"), url("fonts/NespressoLucas-Bold.ttf") format("truetype"), url("fonts/NespressoLucas-Bold.svg#Nespresso-Regular") format("svg"); }

@font-face {
  font-family: "NespressoLucas-XtraBd";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/NespressoLucas-XtraBd.eot?#iefix") format("embedded-opentype"), url("fonts/NespressoLucas-XtraBd.woff2") format("woff2"), url("fonts/NespressoLucas-XtraBd.woff") format("woff"), url("fonts/NespressoLucas-XtraBd.ttf") format("truetype"), url("fonts/NespressoLucas-XtraBd.svg#NespressoLucas-XtraBd") format("svg"); }

body  {
  color: #FFFFFF;
  font-family: "NespressoLucas-Regular", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

a:hover {
  color: #CCC;
  text-decoration: none;
}

header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2d2e2d+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #2d2e2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#2d2e2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#2d2e2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2d2e2d',GradientType=1 ); /* IE6-9 */
}

header .logo-topo{
  height: 50px;
  /*margin-left: 80px;*/
}

.topo-mobile {
  display:none;
}

b {
  font-family: "NespressoLucas-Bold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

button {
    background: #B08941;
    color: #FFF;
    text-transform: uppercase;
    border:0;
}


.text-invalid{
  color: #b73636;
}

.error{
  border: 1px solid #b73636 !important;
}

@media (min-width: 1200px){

  .form-control:focus{
    box-shadow: none;
  }

  .erro-span{
    border: 1px solid #b73636 !important;
  }

  /*.error{
    border: 1px solid transparent !important;
  }*/
}


.disabled{
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.carregando {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  padding-top:10%;
  background:#000000c9;
}

.container {
   max-width:1004px;
}

.container-1 {
  max-width: 946px;
  margin: 0 auto;
}

.menu.row {
  margin:0;
}

.menu a {
  padding-bottom: 10px;
}

.menu li a:hover {
  color:#000;
  background:#FFF;
  /*height: 35px;*/
}





.menu-content {
    margin: 0 auto !important;
    max-width: 1004px;
}

.menu-content a:hover{
/*   filter:brightness(120%); */
  text-decoration: none;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.extra-bold {
  font-family: "Nespresso-ExtraBold", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 2rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 50px;
  margin-bottom: 50px;
  z-index: 10;
  background:#0000008a;

}

/* Declare heights because of positioning of img element */
@media (min-width:768px) {
  #myCarousel .carousel-item {
    height: 33rem;
    background-color: #777;
  }
}
.carousel-item h2 {
  text-transform: uppercase;
}

.botao {
  background: #B08941;
  color:#FFF;
  text-transform: uppercase;
}
#myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

nav  {
  background: #1b1e215c;
}

nav  a{
  color:#FFF;
  font-size:18px;
}

/*MENU*/
.menu {
  width: 100%;
  background: #000;
}
.menu ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    /*padding: 0 50px 0 80px;*/
}
.menu .item {
  text-transform: uppercase;
  font-family: 'NespressoLucas-Regular';
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  display: block;
  flex: 2 1 auto;
  list-style-type: none;
}

.menu .item a{
    display: block;
    align-items: center;
    text-transform: none;
    position: relative;
    padding: 35px 0 4px 0;
    /*justify-content: center;*/
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    color: #d5d5d5;
}
.menu .item a:before{
  content: '';
  top: 7px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 23px;
  background: url('../img/menu/Nespresso-Business-Blog.png') no-repeat top center;
  display: block;
  position: absolute;
}

.menu .item a.ico-no-seu:before{background: url('../img/menu/business.webp') no-repeat top center;}
.menu .item a.ico-momentn:before{background: url('../img/menu/Nespresso-Business-Blog.png') no-repeat top center;}
.menu .item a.ico-cafes:before{background: url('../img/menu/coffee-capsule-icon.webp') no-repeat top center;}
.menu .item a.ico-acessorios:before{background: url('../img/menu/accessory.webp') no-repeat top center;}
.menu .item a.ico-maquinas:before{background: url('../img/menu/machine.webp') no-repeat top center;}
.menu .item a.ico-sustentabilidade:before{background: url('../img/menu/ICONO-MENU-OurChoices-CH.webp') no-repeat top center;}
.menu .item a.ico-conteudos:before{background: url('../img/menu/NESP.201006.DE.Conexa-o-Pro.Menu.webp') no-repeat top center;}
.menu .item a.ico-servicos:before{background: url('../img/menu/ourservices.webp') no-repeat top center;}
.menu .item a.ico-contato:before{background: url('../img/menu/contact-FAQ.webp') no-repeat top center;}

.menu .item a:hover:before{background-position: bottom center;}

.menu .item img{
  margin-bottom: 10px;
}

/*FOOTER*/

.footer {
  width: 100%;
  background-color: #000000;
  text-transform: uppercase;
  font-size:12px;

}

.footer .item-menu-rodape {
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer .item-menu-rodape {
    color: #FFF;
    font-weight: normal;
    font-size: 9px;
  }
}

.footer i {
  font-size: 1px;
  color: #FFF;
  margin:7px;
}

.footer a:hover {
  color:#B59236;
  text-decoration:none;
}

.menu-rodape-2 {
  margin-top: 4px;
}

.menu-rodape-2 .item-menu-rodape2 {
  color: #666666;
  font-weight: bold;
  text-transform: none;
  font-size: 10px;
}

.menu-rodape-2 i {
  font-size: 2px;
  color:#666666;
  font-weight: bold;
  margin:7px;
}

.menu-rodape-2 .item-menu-rodape:hover {
  color:#444;
}

.menu-mobile {
  position: fixed;
  right: 0;
  top: 0;
  padding:15px;
  width: 100%;
  display: none;
}
.menu-mobile .navbar-toggler {
  float: right;

  background:#000;
  border-radius: 10px;
}

.logo-menu-mobile {
  display: none;
}

/*INTERNAS*/
.menu-interno {
  margin-top:30px;
}
.menu-interno li {
    display: flex;
    align-items: center;
}

.menu-interno .titulo-link {
  position: absolute;
  top:0;
  color:#FFF;
  font-weight: bold;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size:9px;
  padding:20px;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
    align-items: center;
}

.menu-interno-mobile {
  display: none;
}



#myCarousel {
  /* padding-top: 50px; */
}

.banner {
  margin-top:20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #000000;
  border:solid 2px #FFFFFF;
  font-weight: bold;
  color: #FFF;
  font-size:16px;
}

.nav-link{
  font-size: 12px;
  padding:0px;
}

.footer .nav-link{
  font-size: 9px;
  padding:0px;
}

.nav-tabs .nav-link{
  padding:10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
  border:solid 2px #FFFFFF;
}


.nav-tabs .nav-link:hover {
    border:0;
}

  .nav-tabs .nav-link {
      color: #FFF;
  }

.titulo {
  text-align: center;
  color: #AF893F;
  text-transform: uppercase;
}

.banner-topo {
  max-height: 500px;
  overflow: hidden;
}

.banner-principal-text {
  padding-right: 50px;
}

#myCarousel .carousel-caption{
  padding-top: 50px;
}

#myCarousel2 img {
    width: 100%;
  }

/*VANTAGENS*/
.vantagens .tab-content {
  background: #1B1B1B;

}
/*
.vantagens li a.active:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 1;
    margin: 0 auto;
    top: 20px;
    border: 25px solid transparent;
    border-bottom-color: #1B1B1B;
}

.vantagens img{
  height: 80px;
}
*/

.vantagens .arrow-right-icon {
  height: auto;
}

.vantagens .carousel-item-inactive {
  height: 160px;
  padding: 0;
}
/*FIM VANTAGENS*/

/*COMO FUNCIONA*/
.como-funciona img{
  margin-top: -70px;
  background: #000;
  padding:10px;
  margin-bottom: 0px;
  height: 80px;
}

/*
.como-funciona-box {
  padding-left:30px;
  padding-top:30px;
}


.como-funciona .col-md{
 height: 210px;
  padding: 20px!important;
  margin: 14px!important;
  font-size: 10px;
  line-height: 15px;
  margin-top: 40px!important;
}

.como-funciona .titulo-como-funciona {
  font-size: 14px;
  line-height: initial;
  height: 40px;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
  justify-content:  center;
}

.como-funciona .conteudo {
  margin-top: 40px!important;
}

.como-funciona .col-md p{
  margin-top:10px;
}

.como-funciona .col-md small{
  font-size:10px;
}
*/
.como-funciona .arrow-como-funciona {
  position: absolute;
  right: -26px;
  bottom:40%;
  height: auto;
  background: transparent;
}
/*FIM COMO FUNCIONA*/

/*FORMULARIO*/
.formulario h4{
  text-transform: uppercase;
  font-size:15px;
  margin-top:20px;
}

.formulario .form-control{
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

.formulario .custom-control {
  margin-bottom: 25px;
  margin-top: 5px;
  color: #ccc;
  text-transform: uppercase;
}

.formulario input, .formulario select {
  border:solid 1px #000;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  color: #000;
}

.formulario input:focus, .formulario select:focus {
  border:solid 1px #000;
}

.formulario .observacao {
  text-align: center;
  color: #000;
  margin:0 -1px;
  margin-top: -20px;
  font-size: 10px;
  border: none;
  border-top:0;
  padding: 4px;
  margin-bottom: 9px;
}

.formulario .observacao a {
  color: #000;
}
.formulario .label-check a{
  color: #000!important;
  text-decoration: underline;
}

.alerta-formulario {
  background: #d0d7bb;
  color: #000;
  display: none;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.alerta-formulario a {
  color: #000;
  font-weight: 900;
}

.form-etapa {
  margin-top: 40px;
  display: none;
}

.form-etapa--ativo {
  display: block;
}

.form-etapa legend {
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.form-acoes {
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.form-etapa .btn-acao {
  text-align: center;
  display: block;
  width: 289px;
  padding: 10px 25px;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
  cursor: pointer;
}

.form-etapa .btn-acao.btn-acao--secundario {
  background: #272827;
  color: #FFF;
}

.form-etapa .btn-acao.btn-acao--terceario{
  background: #cbcbcb;
  color: #000;
}

.mb-20 {
  margin-bottom: 20px;
}

#btnReenviarCodigoToken[disabled="disabled"] {
  opacity: .5;
  cursor: not-allowed;
}

.aviso-reenvio-codigo {
  color: #000;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.info-senha {
  color: #000;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: -10px;
}

.info-senha ul {
  margin-bottom: 0px;
  padding: 0px;
  margin-top: 5px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.info-senha li {
  list-style: none;
  display: flex;
  gap: 7px;
  align-items: baseline;
}

.info-senha li.ativo::before {
  content: "\f00c";
  color: #0d6c23;
}

.info-senha li::before {
  content: "\f00d";
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
  font-size: 14px;
  color:#b73636;
}

#formReg.form-carregando {
  pointer-events: none;
}

#formReg.form-carregando button {
  pointer-events: none;
}

#formReg .carregamento {
  border: 4px solid #272827;
  border-top: 4px solid transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  animation: carregamento 1s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-animation: carregamento 1s linear infinite;
}

@keyframes carregamento {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

#formReg #password {
  text-transform: unset;
}

#formReg input[type=password]::-ms-reveal, #formReg input[type=password]::-ms-clear {
  display: none;
}

#formReg hr {
  margin: 20px 0px;
  border-color: #cbcbcb;
}

#formReg .termos {
  color: #000;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
}

#formReg .termos a {
  font-weight: 600;
  color: #000;
}

.campo-senha {
  position: relative;
}

.campo-senha-botao {
  background: transparent;
  box-sizing: content-box;
  cursor: pointer;
  height: 25px;
  top: calc(50% - 12.5px);
  text-align: center;
  padding: 0px;
  position: absolute;
  right: 5px;
  width: 25px;
}

.campo-senha input:focus-within + .campo-senha-botao::before,
.campo-senha-botao:focus::before{
  content: "\f06e";
  font-family: 'Font Awesome 5 free';
  font-weight: 100;
  font-size: 16px;
  color:#141414;
}

.campo-senha input:focus-within + .campo-senha-botao.ativo::before,
.campo-senha-botao.ativo:focus::before {
  content: "\f070";
}

@media screen and (min-width: 576px){
  .info-senha ul {
   gap: 20px;
  }
}

@media (min-width:768px) {
  .formulario .label-check{
    color: #000;
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .formulario .label-check{
    color: #000;
    font-size: 14px;
    width: auto;
  }
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
    border:solid 2px #ccc;
}

.formulario .custom-checkbox {
  text-transform: none;
  margin: 0;
  font-size:11px;
  padding-top:3px;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border:solid 1px #ccc;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%23666'/%3E%3C/svg%3E");
     /*background-image: none;*/
     /*color: #999;*/
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border: none;
    background-color: #ccc;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")!important;
}

.formulario .aviso-dia-util{
  background: #cfbfa6;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 4px;
  margin-top: 8px;
  border-radius: 4px;
}
/*FIM FORMULARIO*/

.solicitar-contato {
  background-image: url('../img/banner-rodape.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding:40px;
}

.solicitar-contato .caption-contato {
  text-align: center;
  max-width: 800px;
  padding:40px;
  background:#0000008a;
  text-transform: uppercase;
}

.solicitar-contato .caption-contato .botao {
  padding:15px 40px!important;
  font-weight: bold;
}


/*PERGUNTAS FREQUENTES*/
.section-perguntas-mobile {
 display:none;
}
.perguntas-frequentes li{
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}

/*.perguntas-frequentes li li{
  list-style:disc;
  list-style-position: outside;
  margin-bottom: 10px;
  cursor: pointer;
}*/

.perguntas-frequentes li i {
  color:#000;
  /*position: absolute;
  left:30px;*/
  margin-left: 10px;
  margin-top:5px;
}

.perguntas-frequentes .resposta {
  display: none;
  font-weight: normal;
/*  background-color: #ccc;*/
  padding: 10px;
  margin-top:10px;
}

.perguntas-mobile {
  font-weight: normal;
  margin-top:20px;
}

.perguntas-mobile .resposta {
/*  background-color: #ccc; */
}

.perguntas-frequentes .resposta a{
  color: #000000;
  font-weight: bold;
}

.perguntas-frequentes .resposta a:hover{
  color: #cfbfa6
}

.perguntas-mobile li i {
  color:#c6912f;
  position: absolute;
  left:60px;
  margin-top:5px;
}
/*FIM PERGUNTAS FREQUENTES*/

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 949px) {
  body {
    font-size: 14px;
    /*padding-top:50px;*/
  }

header {
  display:none;
}

.menu ul {
    display: block;
    align-items:left; /* Default */
    justify-content: none;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 0;
}
.menu .item {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Nespresso-Regular';
  text-align: left;
  color:#FFFFFF;
  font-size: 12px;
  display: block;
    flex: 2 1 auto; /* Default */
    list-style-type: none;
}

.menu .item a {
    padding-top: 9px;
     display: block;
     align-items: left;
    justify-content: center;
}

.menu li a:hover {
  color:#CCC;
  background:transparent;
  /*height: 35px;*/
}

.section-perguntas-frequentes {
display:none;
}

.section-perguntas-mobile {
 display:block;
}

  .bg-menu-mobile {
    position: fixed;
    background: #000000;
    opacity: 0.4;
    z-index: 8;
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
    display: none;
}

  .menu {
    display: none;
    position: absolute;
    top:0;
    right: 100%;
    width: 90%;
    height: 100%;
    background: #222;
    z-index: 99;
    top: 51px;
  }

  .menu-content {
    padding-left:20px!important;
  }

  .menu .item {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: solid 1px #666;
    padding-bottom: 20px;
    padding-top: 10px;
    flex-basis: auto;
    padding-left:20px;
  }

  .menu .item .item{
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    flex-basis: auto;
  }

  .menu .item:last-child {
    padding-left:10px;
  }

  .topo-mobile {
    position: static;
    top: 0;
    left: 0;
    display:block;
    background: #000;
  }

.topo-mobile .botao-menu {
  flex: none;
}

 .topo-mobile .logo-mobile {
    height:27px;
    margin-left: 10px;
  }

  .banner-principal-text {
  padding-right: 0px;
  /* transform: translateY(-50%); */
  margin-top: 30px;
}



  #myCarousel .carousel-item {
    /*background-position: left;
    padding-bottom: 0!important;*/
    min-height: 536px;
  }

  #myCarousel2 img {
    width: auto;
  }

  .carousel-caption  {
    top:0!important;
    left:0!important;
    margin:0;
    width: 100%;
    height: 100%;
    padding:10px;
  }



  #myCarousel .carousel-caption  h2{
    font-size: 24px;
  }

  #myCarousel .carousel-caption img {
    float:none!important;
    width: 70%;
    /* width: fit-content; */
  }

  #myCarousel .carousel-caption .cafe-banner-div {
        height: 30%;
        /* margin-top: -20px!important; */
        /* margin-bottom: -30px; */
  }

  #myCarousel .carousel-caption .cafe-banner {
 /* height: 90%;
  width: auto;*/
 /* height: 100%; */
 /* width: auto; */
 }
  /*
  .vantagens li a.active:after {
    content: " ";
    position: absolute;
    left: 43%;
    opacity: 1;
    margin: 0 auto;
    top: 20px;
    border: 25px solid transparent;
    border-bottom-color: #1B1B1B;
  }
  */
  .vantagens .nav-tabs {
    font-size:12px;
  }

  .vantagens .nav-tabs li{
    padding-left:0!important;
    padding-right:0!important;
  }

  /*
  .vantagens .nav-tabs li:first-child{
    text-align: left!important;
  }

  .vantagens .nav-tabs li:last-child{
    text-align: right!important;
  }
  */
  .vantagens .carousel-inner {
    margin:0;
  }

  .vantagens .carousel-item{
    padding-bottom: 50px;
  }

  .vantagens .carousel-indicators {
      position: absolute;
      right: 0;
      height: 30px;
      margin-top:40px;
      bottom: -30px;
  }

  .vantagens .carousel-indicators li{
      width:10px;
      height: 10px;
      border-radius: 40px;
      margin-right: 20px;
  }

  .como-funciona .carousel-inner {
    margin:0;
  }

  .como-funciona .carousel-inner .carousel-item {
    /*font-size:20px;*/
  }


  .como-funciona .carousel-indicators {
      position: absolute;
      right: 0;
      height: 30px;
      margin-top:40px;
      bottom: -50px;
  }

  .como-funciona .carousel-indicators li{
      width:10px;
      height: 10px;
      border-radius: 40px;
      margin-right: 20px;
  }

  .como-funciona .col-md {
      height: 230px;
  }

  .como-funciona .titulo-como-funciona {
    font-size: 19px!important;
    line-height: initial;
    height: 40px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    justify-content:  center;
  }

  .como-funciona .conteudo {
    font-size: 17px;
    line-height: 21px;
  }

  .footer {
    font-size:8px;
    padding-top:10px !important;
  }

  .carousel-caption {
      top: 0;
      padding-top: 21px!important;
  }

  .como-funciona-box {
    padding-left:0;
  }

}


a {
    cursor: pointer;
    outline: none;
}

a {
    text-decoration: none;
    color: #fff;
}

/*ALTERAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢O REFERENCIA SITE ORIGINAL*/
@media (min-width: 949px) {
.nes_l-float {
    float: left;
}

.nes_left-coin {
    background: url(../img/left_part.png) no-repeat 0 0;
    padding: 0 0 0 48px;
    margin: 0px 0px -2px 0px;
    position: relative;
}

.nes_left-coin a {
    background: url(../img/right_part.png) no-repeat 100% 0;
    padding: 9px 0 5px 0;
    display: block;
    float: left;
    height: 19px;
    font-size: 0.9em;
    color: black;
    min-width: 45px;
}

.nes_left-coin a span {
    background: url(../img/black-arrow.gif) no-repeat 0 15px;
    padding: 0px 45px 5px 14px;
    position: relative;
    left: -8px;
    font-weight: bold;
    max-width: 150px;
    display: block;
}

 .nes_left-coin {
    background: url(../img/b2b-sprite.png) no-repeat 0px 2px;
    height: 36px;
}

 .nes_left-coin a {
    background: url(../img/b2b-sprite.png) no-repeat 100% -37px;
    color: white;
    height: 35px;
}

 .nes_left-coin a span {
    background: url(../img/b2b-sprite.png) no-repeat 0 -138px;
}

 .nes_left-coin a {
    background: url(../img/b2b-sprite.png) no-repeat 100% -35px;
    color: white;
}

}

@media (max-width: 500px) {
  .banner-principal-text {
      margin-top: 0px;
      padding-top: 0!important;
  }
}

@media (max-height: 568px) {
  .vantagens .nav-tabs {
      font-size: 10px;
  }

  .como-funciona .conteudo {
      font-size: 14px;
  }

  #myCarousel .carousel-caption h2 {
      font-size: 18px;
  }

  #myCarousel .mobile-text {
    font-size: 11px;
  }

  #myCarousel .carousel-caption .cafe-banner-div {
      height: 20%;
      /* margin-top: -20px!important; */
      /* margin-bottom: -30px; */
      margin-top:-50px;
      margin-bottom: -50px;
  }

  #myCarousel .carousel-caption .cafe-banner {
      width: 50%;
  }

  .mobile-text {
    display: block!important;
  }

  .banner-principal-text img {
    width: auto!important;
  }
}

@media (max-height: 400px) {
  #myCarousel .carousel-item {
   /* height: auto!important; */
  }
}
.link-click{
  color: #007bff !important;
  text-decoration: underline !important;
}

/* NOVA LANDING PAGE */

/* TEXTO SLIDE 1 */
@media (min-width:1526px){
  .topo-slide .carousel-item {
    height: 536px!important;
  }
  .slide-topo-1{
    background-position: top!important;
    background-size: cover!important;
  }
  .slide-topo-2{
    background-size: cover!important;
  }
}

.carousel-item .conteudo-texto h3{
  padding-top: 67px;
  font-size: 32px;
  color: #000;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  text-align: center;
}

.carousel-item .conteudo-texto h3 b{
  font-family: "NespressoLucas-XtraBd";
}

.carousel-item .conteudo-texto p{
  font-family: "NespressoLucas-Light";
  font-size: 26px;
  color: #000;
  text-align: center;
}

.carousel-item .conteudo-texto .btn-eu-quero{
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 50px;
  text-align: center;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 289px;
  padding: 11px 0;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
}

@media (min-width:1400px){
  .carousel-item .conteudo-texto .btn-eu-quero{
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
    padding: 11px 0;
    background: #a9bc81;
    font-size: 20.89px;
    font-family: "NespressoLucas-Regular";
    font-weight: bolder;
    color: #000;
  }
}



@media (max-width:1024px){
  .carousel-item .conteudo-texto h3{
    padding-top: 30px;
    font-size: 32px;
    color: #000;
    font-family: "NespressoLucas-Regular";
    font-weight: bolder;
    text-align: center;
  }
}

@media (max-width:767px){
  .carousel-item.slide-topo-1{
    background-image: url('../img/banner-topo-2-mobile.jpg')!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-position: unset!important;
  }

  .carousel-item .conteudo-texto h3{
    padding-top: 210px;
    font-size: 17px;
    color: #000;
    font-family: "NespressoLucas-Regular";
    font-weight: bolder;
    text-align: center;
  }

  .carousel-item .conteudo-texto p{
    font-family: "NespressoLucas-Light";
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 25px;
  }
}

/* FINAL TEXTO SLIDE 1 */

/* TEXTO SLIDE 2 */

.carousel-item .conteudo-texto-2 h3{
  padding-top: 124px;
  font-size: 32px;
  color: #000;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.carousel-item .conteudo-texto-2 p{
  font-family: "NespressoLucas-Light";
  font-size: 26px;
  color: #000;
  text-align: left;
  line-height: 32px;
}

.carousel-item .conteudo-texto-2 p b{
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
}

.carousel-item .carousel-ctas {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px){
  .carousel-item .carousel-ctas  {
    flex-direction: row;
  }
}

.carousel-item .carousel-ctas .carousel-cta {
  text-align: center;
  display: block;
  width: 289px;
  padding: 11px 0;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
}

.carousel-item .carousel-ctas .carousel-cta.carousel-cta--login {
  background: #272827;
  color: #FFF;
}

.btnPadrao {
  text-align: center;
  display: block;
  width: 289px;
  padding: 11px 10px;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
}

.btnPadrao:hover, .btnEscuro:hover {
  color: #FFF;
}

.btnEscuro {
  text-align: center;
  display: block;
  width: 289px;
  padding: 11px 10px;
  background: #272827;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #FFF;
}

@media (max-width:1024px){
  .slide-2{
  }
  .carousel-item .conteudo-texto-2 h3{
    padding-top: 30px;
    font-size: 32px;
    color: #000;
    font-family: "NespressoLucas-Regular";
    font-weight: bolder;
    text-align: left;
  }

}

@media (max-width:767px){

  .carousel-item.slide-topo-2{
    background-image: url('../img/banner-topo-1-mobile.jpg')!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-position: unset!important;
  }

  .carousel-item .conteudo-texto-2 h3{
    padding-top: 235px;
    font-size: 17px;
    color: #000;
    font-family: "NespressoLucas-Regular";
    font-weight: bolder;
    text-align: center;
    line-height: 25px;
  }

  .carousel-item .conteudo-texto-2 p{
    font-family: "NespressoLucas-Light";
    font-size: 15px;
    color: #000;
    text-align: center;
  }
}

/* FINAL TEXTO SLIDE 2 */

/* BOLINHAS CARROSEL */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators .active {
  background-color: #000;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #cfbfa6;
}

/* FIM BOLINHAS CARROSEL */

/* VANTAGENS */

.vantagens {
  background: transparent;
}

.vantagens .vantagens-acao {
  width: 100%;
  margin-top: 30px;
}

.vantagens .vantagens-acao a {
  width: auto;
  max-width: 320px;
}

.vantagens .titulo {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: "NespressoLucas-XtraBd";
  margin-bottom: 25px;
}

.vantagens .border-0 {
  border: 0!important;
}

.vantagens .nav-tabs {
  background: #f5f1ea;
}

.colaborador{
  background: #d0d7bb;
  padding: 0!important;
}

.empresa{
  background: #d0d7bb;
  padding: 0!important;
}
.vantagens .p-3{
  padding: 0!important;
}

/*background: #f9f7f3;*/
.vantagens .tab-content {
  background: #d0d7bb;
  color: #000;
}

.vantagens .nav-tabs .titulo-aba{
  color: #000;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  opacity: 0.6;
  display: block;
  padding: 1rem!important;
}
.vantagens .nav-tabs .active{
  color: #000;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  opacity: 1;
  display: block;
  padding: 1rem!important;
}

.vantagens .carousel-item-inactive {
  height: auto;
  padding: 0;
}

.vantagens .carousel-item-inactive img{
  height: auto;
}

.vantagens .carousel-inner h4{
  color: #000;
  font-family: "NespressoLucas-Bold";
  font-size: 17px;
}

.vantagens .carousel-inner p{
  color: #000;
  font-family: "NespressoLucas-Regular";
  font-size: 15px;
}


.vantagens .nav-tabs .seta{
  margin-left: 5px;
  margin-bottom: 4px;
}

/* FIM VANTAGENS */

/* COMO FUNCIONA */

.como-funciona .sucesso-texto {
  color: #353535;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.como-funciona {
  background: transparent;
}

.como-funciona .titulo{
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: "NespressoLucas-XtraBd";
  font-size: 30px;
  margin-top: 32px;
}

.como-funciona-box .conteudo-box {
  display: block;
  width: auto;
}

.como-funciona-box .conteudo-box1 {
  width: auto;
}

@media (min-width:1004px){
  .como-funciona-box .conteudo-box {
    display: block;
    width: 190px;
  }

  .como-funciona-box .conteudo-box1 {
    width: auto;
    padding-left: 16px;
  }

  .como-funciona .como-funciona-item{
    background: url(../img/como-funciona-bc-0.png) no-repeat;
    height: 246px;
  }

  .como-funciona .como-funciona-item-1{
    background: url(../img/como-funciona-bc-1.png) no-repeat;
    height: 246px;
  }

  .como-funciona .como-funciona-item-2{
    background: url(../img/como-funciona-bc-2.png) no-repeat;
    height: 246px;
  }

  .como-funciona .col-md{
    display: block;
  }
}

@media (max-width:1003px){
  .como-funciona .como-funciona-item{
    background: #f9f7f3;
    height: 246px;
  }

  .como-funciona .como-funciona-item-1{
    background: #f9f7f3;
    height: 246px;
  }

  .como-funciona .como-funciona-item-2{
    background: #f9f7f3;
    height: 246px;
  }
}

.como-funciona-box .numero{
  background: url(../img/circulo.png) no-repeat;
  width: 45px;
  height: 46px;
  display: inline-block;
  font-family: "NespressoLucas-XtraBd";
  font-size: 25.77px;
  padding-top: 5px;
  margin-top: 33px;
}

.como-funciona .titulo-como-funciona {
  font-size: 17px;
  font-family: "NespressoLucas-XtraBd";
  color: #000;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0;
  line-height: 20px;
}

.como-funciona-box .conteudo {
  margin: 0;
  padding: 0;
  color: #6a6a6a;
  font-family: "NespressoLucas-Regular";
  font-size: 17px;
  line-height: 18px;
}

.como-funciona-box .conteudo a{
  color: #6a6a6a;
  text-decoration: underline;
}

/* FIM COMO FUNCIONA */

/* PREENCHA O FORMULÁRIO */

/* #formReg select {
  padding: 30px;
  height: 50px;
  border: solid 2px #000;
} */

/* .select-wrapper::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

#formReg span{
  color: #000!important;
  font-size: 16px;
  cursor: pointer;
}

#formReg .label-error {
  margin-top: -20px;
  margin-bottom: 5px;
  min-height: 30px;
  padding-top: 2px;
  box-sizing: border-box;
}

#formReg .label-error label.error {
  margin-top: -20px;
  margin-bottom: 0px;
  border: none !important;
  color: #000;
}

.formulario .titulo{
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: "NespressoLucas-XtraBd";
  font-size: 30px;
  margin-top: 32px;
  margin-bottom: 5px;
}

.formulario .informacoes-obrigatorias{
  font-family: "NespressoLucas-Regular";
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.telefone{
  color: #000!important;
}

.custom-control-label {
  color: #000;
}

/*
.codigo-empresa {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#cod_empresa {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 65%;
}
*/
#formReg input::-webkit-input-placeholder { /* Edge */
  color: #000;
}

#formReg input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

#formReg input::placeholder {
  color: #000;
}

#nomeEmpresa{
  /*background:#ccc;*/
}
/*
.nome-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#nome {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 88%;
}

.sobrenome-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#sobrenome {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 78%;
}

.cpf-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frCPF {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 90%;
}

.email-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#email {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 64%;
}

.cep-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frCEP {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 90%;
}

span.endereco-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frCAddress {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 80%;
}

span.numero-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#numero {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 44%;
}

span.bairro-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frDistrict {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 78%;
}

span.cidade-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frCity {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 80%;
}

span.estado-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frState {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 50%;
}

span.celular-sp {
  background: white;
  width: 100%;
  float: left;
  height: 39px;
  border: 1px solid black;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #bbb;
}

input#frSmartphone {
  margin: 0;
  float: right;
  border: none;
  padding: 0;
  width: 83%;
}
*/
.clear{
  clear: both;
}

@media (max-width:1024px){
  /*.codigo-empresa {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }
  input#cod_empresa {
    margin: 0;
    float: right;
    border: 1px solid #000;
    padding: 0;
    width: 100%;
  }
  .nome-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }
  input#nome {
    margin-bottom: 20px;
    float: unset;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }
  .sobrenome-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }
  input#sobrenome {
    margin-bottom: 20px;
    float: unset;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }
  .cpf-sp{
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }
  input#frCPF {
    margin-bottom: 20px;
    float: unset;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }
  .email-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#email {
    margin-bottom: 0px;
    float: left;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  .cep-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#frCEP {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  span.endereco-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#frCAddress {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  span.numero-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#numero {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  span.bairro-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#frDistrict {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  span.cidade-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#frCity {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  span.estado-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#frState {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }

  span.celular-sp {
    background: white;
    width: 100%;
    float: unset;
    height: 39px;
    border: none;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    color: #bbb;
  }

  input#frSmartphone {
    margin-bottom: 20px;
    float: right;
    border: 1px solid #000;;
    padding: 0;
    width: 100%;
  }
  */

  #formReg #customCheck1, #formReg #customCheck2 {
    width: auto;
  }
}

.formulario .observacao {
  text-align: center;
  color: #000;
  margin-top: -18px;
  font-size: 10px;
  border: none;
  border-top: 0;
  padding: 4px;
  margin-bottom: 9px;
  display: block;
  width: 100%;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.formulario .observacao-2 {
  text-align: center;
  color: #000;
  font-size: 13px;
  border: none;
  border-top: 0;
  display: block;
  width: 100%;
  border-left: 0px dashed #ccc;
  border-right: 0px dashed #ccc;
  border-bottom: 0px dashed #ccc;
  margin-bottom: 20px;
}

.formulario .observacao-2 a{
  color: #000;
}

@media (max-width: 1024px){
  .formulario .observacao {
    text-align: center;
    color: #000;
    margin-top: 0px;
    font-size: 10px;
    border: none;
    border-top: 0;
    padding: 4px;
    margin-bottom: 9px;
    display: inline-block;
    width: 100%;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
  }
}

.formulario .cadastrar{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 289px;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
  cursor: pointer;
}

/* FIM PREENCHA O FORMULÁRIO */

/* EU QUERO */

.solicitar-contato {
  background-image: url('../img/background-eu-quero.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 425px;
  padding: 0;
  position: relative;
}

.solicitar-contato .caption-contato {
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
  background: transparent;
  bottom: 60px;
  position: absolute;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

.solicitar-contato .caption-contato h2 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 5px;
}

.solicitar-contato .caption-contato .botao{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 289px;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
}

.solicitar-contato-btn{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 289px;
  background: #a9bc81;
  font-size: 20.89px;
  font-family: "NespressoLucas-Regular";
  font-weight: bolder;
  color: #000;
}

/* FIM EU QUERO */

/* PERGUNTAS FREQUENTES */

.perguntas-titulo {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: "NespressoLucas-XtraBd";
  font-size: 30px;
  margin-top: 32px;
  margin-bottom: 5px;
}

.perguntas-frequentes .precisa-frase{
  color: #000;
  font-size: 16px;
}

.perguntas-frequentes .precisa-frase a{
  color: #000;
  text-decoration: underline;
}

/* FIM PERGUNTAS FREQUENTES */

/* FIM NOVA LANDING PAGE */
