@charset "UTF-8";
html {
  scroll-behavior: smooth !important;
}

/*
    Folha de estilo formulário Cadastro Comercial Dos Alpes
*/
#header-top.header-landingpage {
  padding: 0px;
}
#header-top.header-landingpage #menutopo {
  display: none;
}
#header-top.header-landingpage #hamburgue-menu {
  display: none;
}
#header-top.header-landingpage #topo-header {
  display: block;
}
#header-top.header-landingpage #homemenuicon {
  position: absolute;
  top: 14px;
  color: #FFFFFF;
  padding: 42px 16px 8px 16px;
  border-radius: 5px;
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(206, 89, 55, 0.25);
  z-index: 9999;
}

.pages-cover.ladingpage-cover {
  min-height: 50lvh;
  border-bottom: 20px #D7A750 solid;
}
@media screen and (min-width: 40em) {
  .pages-cover.ladingpage-cover {
    min-height: 85lvh;
  }
}

.lp-section-wrapper p {
  color: inherit;
  color: #fefefe;
}
.lp-section-wrapper .content-redbg {
  background-color: #8B231D;
  padding: 32px 16px;
  border-radius: 28px;
  position: relative;
  top: -15vh;
  margin-bottom: -8vh;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .content-redbg {
    padding: 32px 100px;
    top: -25vh;
    margin-bottom: -20vh;
  }
}
.lp-section-wrapper .content-redbg h1 {
  color: #D7A750;
  text-align: center;
  text-transform: unset;
  font-size: 28px;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .content-redbg h1 {
    font-size: 32px;
  }
}
.lp-section-wrapper .content-redbg h2 {
  color: #fefefe;
  text-align: center;
}
.lp-section-wrapper .content-redbg .p-destaque {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 32px;
}
.lp-section-wrapper .content-yellow {
  background-color: #D7A750;
  padding: 90px 16px 32px;
  margin-bottom: 72px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  margin-top: -10vh;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .content-yellow {
    padding: 100px 100px 32px;
    margin-top: -10vh;
  }
}
.lp-section-wrapper .content-yellow h3 {
  font-size: 28px;
  text-transform: none;
  border-bottom: 2px solid #8B231D;
  padding-bottom: 8px;
  margin-bottom: 32px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .content-yellow h3 {
    font-size: 32px;
    text-align: left;
  }
}
.lp-section-wrapper.lp-section-wrapper-1 {
  color: #fefefe;
}
.lp-section-wrapper .info-genetica-fsr {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.lp-section-wrapper .info-genetica-fsr li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .info-genetica-fsr li {
    padding: 0 0 0 100px;
  }
}
.lp-section-wrapper .info-genetica-fsr li h4 {
  color: #fefefe;
  font-family: "Libre Franklin", sans-serif;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .info-genetica-fsr li h4 {
    text-align: left;
  }
}
.lp-section-wrapper .info-genetica-fsr li > p {
  color: #fefefe;
  font-weight: 100;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .info-genetica-fsr li > p {
    text-align: left;
  }
}
.lp-section-wrapper .info-genetica-fsr li::before {
  content: " ";
  display: block;
  width: 78px;
  height: 78px;
  background-color: #8B231D;
  margin: 16px auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper .info-genetica-fsr li::before {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
.lp-section-wrapper .info-genetica-fsr li:nth-child(1)::before {
  background-image: url("../imgs/icon-1.png");
}
.lp-section-wrapper .info-genetica-fsr li:nth-child(2)::before {
  background-image: url("../imgs/icon-2.png");
}
.lp-section-wrapper .info-genetica-fsr li:nth-child(3)::before {
  background-image: url("../imgs/icon-3.png");
}
.lp-section-wrapper .info-genetica-fsr li:nth-child(4)::before {
  background-image: url("../imgs/icon-4.png");
}
.lp-section-wrapper #landingpage_fazenda_fields_wrapper {
  background-color: #fefefe;
  padding: 32px 16px;
  border-radius: 28px;
}
@media screen and (min-width: 40em) {
  .lp-section-wrapper #landingpage_fazenda_fields_wrapper {
    padding: 32px 72px;
  }
}
.lp-section-wrapper #landingpage_fazenda_obrigado {
  background-color: #8B231D;
  border-radius: 28px;
  text-align: center;
}
.lp-section-wrapper #landingpage_fazenda_obrigado h6.obrigado-titulo {
  color: #D7A750;
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid #fefefe;
  margin: 0 64px 32px;
}
.lp-section-wrapper #landingpage_fazenda_obrigado p {
  max-width: 550px;
  margin: auto;
}
.lp-section-wrapper #landingpage_fazenda_obrigado p + p {
  margin-top: 16px;
}

a#link-voltar-home {
  color: #D7A750;
  border: 1px solid #D7A750;
  padding: 8px 16px;
  border-radius: 6px;
}

#landingpage_fazenda_fields_wrapper div.lp-group-wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
#landingpage_fazenda_fields_wrapper div.lp-group-wrap .lp-col-wrap {
  width: 100%;
}
#landingpage_fazenda_fields_wrapper div.lp-group-wrap .lp-col-wrap.lp-col-wrap-uf {
  max-width: 90px;
  width: 90px;
}
#landingpage_fazenda_fields_wrapper div.lp-group-wrap .lp-label {
  font-size: 12px;
  font-weight: 700;
  color: #8B231D;
  text-transform: uppercase;
  position: relative;
}
#landingpage_fazenda_fields_wrapper .lp-label {
  color: #5A5A5A;
}
#landingpage_fazenda_fields_wrapper .lp-label:has(input[type=text]) {
  font-size: 12px;
  font-weight: 700;
  color: #8B231D;
  text-transform: uppercase;
  position: relative;
}
#landingpage_fazenda_fields_wrapper .lp-label input.lp-input-text {
  border: 1px solid #AAA;
  box-shadow: none;
  border-radius: 5px;
}
#landingpage_fazenda_fields_wrapper .lp-label input.lp-input-text.error {
  border: 1px solid #cc4b37;
}
#landingpage_fazenda_fields_wrapper .lp-label:has(input.error) {
  position: relative;
}
#landingpage_fazenda_fields_wrapper .lp-label:has(input.error)::after {
  content: "Campo Obrigatório!";
  color: #8B231D;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  text-align: right;
  text-transform: none;
}
#landingpage_fazenda_fields_wrapper fieldset.fieldset-multiply {
  margin-bottom: 16px;
}
#landingpage_fazenda_fields_wrapper fieldset.fieldset-multiply .lp-label.lp-label-legend {
  font-size: 12px;
  font-weight: 700;
  color: #8B231D;
  text-transform: uppercase;
}
#landingpage_fazenda_fields_wrapper fieldset.fieldset-multiply .multiply-options-wrap {
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
}
#landingpage_fazenda_fields_wrapper fieldset.fieldset-multiply .multiply-options-wrap .lp-label.lp-checkbox-multi input.lp-input-checkbox-multi {
  margin: 0;
}
#landingpage_fazenda_fields_wrapper .error-message {
  color: #8B231D !important;
  position: relative;
  text-transform: none !important;
  top: -8px;
}
#landingpage_fazenda_obrigado {
  display: none;
}

#landingpage_fazenda_resposta {
  text-align: center;
  padding: 16px 16px 0;
  color: #8B231D;
}
#landingpage_fazenda_resposta p {
  text-align: center !important;
  color: inherit;
}

#lp-input-cidade-sugestoes {
  z-index: 8;
  position: absolute;
}

/*# sourceMappingURL=landingpage-permanente.css.map */
