@charset "UTF-8";
:root {
  --primary-color: #8D1812;
  --primary-color-dark: #801611;
  --light-gray: #6B6B6B;
  --text-dark: black;
  --text-dark-gray: #363636;
  --text-light: #797777;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-display:block;
}
body > .page-content {
  flex-grow: 1;
  position: relative;
}

body, body * {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button {
  border: none;
}
a:hover, button:hover {
  text-decoration: none;
  filter: opacity(0.8);
}
a:active, button:active {
  filter: opacity(0.6);
}

.link-as-button, main.template-pagina-sustentavel .introduction-content a[download] {
  color: white;
  background: #8D1812;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
.link-as-button:hover, main.template-pagina-sustentavel .introduction-content a[download]:hover {
  color: white;
}

.ghost-button {
  background: transparent;
  border-radius: 0.5em;
  border: solid black 2px;
  color: black;
  font-weight: bold;
}
.ghost-button:hover {
  color: white;
  background: black;
}

.as-font-awesome::after, main.template-form-contato .main-content .contact-form input[type=checkbox]:checked + label::after, .enterprise-filters .filter-item::after, .enterprise-filters button::after, .slick-slider > button::after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.right-arrow::after {
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  right: 0;
  font-size: 0.7em;
}

@media screen and (max-width: 1151px) {
  .d-none-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1152px) {
  .d-none-desktop {
    display: none !important;
  }
}

.adorn-underline-title, main.template-portal-cliente .functionalities .title, main.template-portal-cliente .introduction-content h2, main.template-portal-cliente .introduction-content h3, main.template-portal-cliente .introduction-content h4, main.template-portal-cliente .introduction-content h5, main.template-portal-cliente .introduction-content h6, main.single-empreendimento .enterprise-address h3, main.single-empreendimento .project-model .text-content p.subtitle, main.template-pagina-sustentavel .introduction-content h1, main.template-pagina-sustentavel .introduction-content h2, main.template-pagina-sustentavel .introduction-content h3, main.template-pagina-sustentavel .introduction-content h4, main.template-pagina-sustentavel .introduction-content h5, main.template-pagina-sustentavel .introduction-content h6, main.template-filosofia-avila .mosaico h2, main.template-responsabilidade-social .main-content h1, main.template-responsabilidade-social .main-content h2, main.template-responsabilidade-social .main-content h3, main.template-responsabilidade-social .main-content h4, main.template-responsabilidade-social .main-content h5, main.template-responsabilidade-social .main-content h6, main.page-about .main-content h2 {
  position: relative;
}
.adorn-underline-title::after, main.template-portal-cliente .functionalities .title::after, main.template-portal-cliente .introduction-content h2::after, main.template-portal-cliente .introduction-content h3::after, main.template-portal-cliente .introduction-content h4::after, main.template-portal-cliente .introduction-content h5::after, main.template-portal-cliente .introduction-content h6::after, main.single-empreendimento .enterprise-address h3::after, main.single-empreendimento .project-model .text-content p.subtitle::after, main.template-pagina-sustentavel .introduction-content h1::after, main.template-pagina-sustentavel .introduction-content h2::after, main.template-pagina-sustentavel .introduction-content h3::after, main.template-pagina-sustentavel .introduction-content h4::after, main.template-pagina-sustentavel .introduction-content h5::after, main.template-pagina-sustentavel .introduction-content h6::after, main.template-filosofia-avila .mosaico h2::after, main.template-responsabilidade-social .main-content h1::after, main.template-responsabilidade-social .main-content h2::after, main.template-responsabilidade-social .main-content h3::after, main.template-responsabilidade-social .main-content h4::after, main.template-responsabilidade-social .main-content h5::after, main.template-responsabilidade-social .main-content h6::after, main.page-about .main-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc( 100% + 9px);
  width: 192px;
  height: 2px;
  background: #8D1812;
}

.slick-slider {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-slider > button {
  position: absolute;
  z-index: 50;
  background: none;
  color: transparent;
  display: flex !important;
  outline: none;
  align-items: center;
}
.slick-slider > button::after {
  line-height: 100%;
  content: "";
  position: absolute;
}

.error-message {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 13px;
  color: #8D1812;
  display: none;
}

.error ~ .error-message {
  display: initial;
}

header {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 10;
  background: url(../imgs/bg-header.jpg) no-repeat center;
  background-size: cover;
  background-position: right center;
}
header > .container {
  display: flex;
  justify-content: center;
  min-height: 146px;
  position: relative;
}
@media screen and (max-width: 1151px) {
  header > .container {
    min-height: 80px;
    flex-wrap: wrap;
  }
}
header .logo-area {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8D1812;
  border-radius: 0 0 40px 0;
}
header .logo-area .logo {
  background: url(../imgs/brands/avila_logo.png) no-repeat center;
  background-size: contain;
  width: 150px;
}
header .logo-area .logo span {
  display: block;
  padding-top: 60.6%;
}
@media screen and (max-width: 1151px) {
  header .logo-area {
    width: 180px;
    height: 80px;
  }
  header .logo-area .logo {
    width: 80px;
  }
}
header .logo-area a {
  z-index: 10;
}
header .search-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
header .search-area input {
  opacity: 0;
  width: 0;
  border: none;
  border-radius: 8px;
  background: #8D1812;
  color: white;
  padding: 10px;
  outline: none;
}
header .search-area input:focus {
  opacity: 1;
  width: 150px;
}
header .search-area input:focus ~ label {
  display: none;
}
header .search-area label {
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  color: #404040;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
header .search-area label::before {
  content: "";
  position: absolute;
  left: -26px;
  width: 19px;
  height: 19px;
  background: url(../imgs/icons/search_icon.svg) no-repeat center;
  background-size: contain;
}
header nav {
  display: flex;
  align-items: center;
}
header nav a, header nav .nav-item {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #8D1812;
  min-height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
header nav a:hover, header nav .nav-item:hover {
  color: #8D1812;
}
header nav .nav-item {
  padding: 0 28px;
}
header nav .my-menu-collapsive:hover, header nav .my-menu-collapsive:active {
  filter: none;
}
header nav .my-menu-collapsive > ul {
  display: none;
  color: white;
  top: 50px;
  padding: 5px 0 0 15px;
}
header nav .my-menu-collapsive > ul a {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  padding: 0 20px 0 0;
}
@media screen and (min-width: 1152px) {
  header nav .my-menu-collapsive > ul {
    background: #8D1812;
    position: absolute;
    border-radius: 0 20px 0 20px;
    padding: 20px 12px;
  }
  header nav .my-menu-collapsive > ul::after {
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    top: -10px;
    left: 0;
  }
  header nav .my-menu-collapsive > ul a {
    color: white;
  }
}
header nav .my-menu-collapsive li {
  list-style: none;
  white-space: nowrap;
  position: relative;
}
header nav .my-menu-collapsive.show > ul {
  display: initial;
}
header nav .my-menu-collapsive .header-social-midia-area {
  display: flex;
}
header nav .my-menu-collapsive .header-social-midia-area > * {
  margin-right: 12px;
}
@media screen and (max-width: 1151px) {
  header nav .my-menu-collapsive {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  header nav a, header nav .nav-item {
    min-height: unset;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header nav .header-social-midia-area {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1152px) {
  header nav .nav-item + .nav-item {
    position: relative;
    border-left: 1px solid #8B8B8B;
  }
}
header .menu-mobile {
  width: 100%;
  height: 80px;
  justify-content: flex-end;
  display: none;
  align-items: center;
  padding-right: 10px;
  font-size: 26px;
}
header .menu-mobile .fa-times {
  display: none;
}
@media screen and (max-width: 1151px) {
  header nav {
    display: none;
    flex-direction: column;
    align-items: baseline;
  }
  header .menu-mobile {
    display: flex;
  }
  header .menu-mobile.show .fa-times {
    display: initial;
  }
  header .menu-mobile.show .fa-bars {
    display: none;
  }
  header .menu-mobile.show + nav {
    display: flex;
  }
  header .search-area {
    position: static;
    padding-left: 28px;
  }
  header .search-area label {
    left: 5px;
  }
}

footer {
  padding: 52px 0 24px;
  background: #545453;
  background: -moz-linear-gradient(89deg, #545453 0%, #363636 80%);
  background: -webkit-linear-gradient(89deg, #545453 0%, #363636 80%);
  background: linear-gradient(89deg, #545453 0%, #363636 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545453",endColorstr="#363636",GradientType=1);
  overflow: hidden;
  border-top: 10px solid #8D1812;
}
footer > .container {
  position: relative;
  z-index: 15;
}
footer > .container::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -32px;
  width: 240px;
  height: 240px;
  background: url(../imgs/adorno_a.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1151px) {
  footer > .container::after {
    opacity: 0.5;
  }
}
footer h3, footer h3 > a {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer a {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
footer a:hover {
  color: white;
}
footer .menu-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .menu-links .menu-column {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  footer .menu-links .menu-column {
    width: 33.3%;
  }
}
@media screen and (max-width: 759px) {
  footer .menu-links .menu-column {
    width: 100%;
  }
}
footer .address-area {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

section.float-bar {
  height: 115px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 50;
}
section.float-bar .float-bar-element {
  height: 115px;
  background: #8D1812;
}
section.float-bar .float-bar-element > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
section.float-bar .call-to-action-item {
  padding-left: 80px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
section.float-bar .call-to-action-item p {
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}
section.float-bar .call-to-action-item p.featured {
  font-weight: bold;
  font-size: 29px;
  line-height: 39px;
}
section.float-bar .call-to-action-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 67px;
  height: 67px;
}
@media screen and (max-width: 1151px) {
  section.float-bar .call-to-action-item {
    padding-left: 50px;
  }
  section.float-bar .call-to-action-item p {
    font-size: 12px;
    line-height: 16px;
  }
  section.float-bar .call-to-action-item p.featured {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
  }
  section.float-bar .call-to-action-item::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 759px) {
  section.float-bar .call-to-action-item p {
    display: none;
  }
}
section.float-bar .a-phone-icon::before {
  background: url(../imgs/a-phone-icon.png) no-repeat center;
  background-size: contain;
}
section.float-bar .a-chat-icon::before {
  background: url(../imgs/a-chat-icon.png) no-repeat center;
  background-size: contain;
}
section.float-bar .a-whatsapp-icon::before {
  background: url(../imgs/a-whatsapp-icon.svg) no-repeat center;
  background-size: contain;
}
section.float-bar .a-mail-icon::before {
  background: url(../imgs/a-mail-icon.svg) no-repeat center;
  background-size: contain;
}

.enterprise-filters form {
  background: #8D1812;
  display: flex;
  justify-content: space-between;
  min-height: 96px;
  border-radius: 10px;
  padding: 0 38px;
}
@media screen and (max-width: 1151px) {
  .enterprise-filters form {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.enterprise-filters p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFF7EB;
  margin: 0;
  align-self: center;
  padding-right: 15px;
}
.enterprise-filters button {
  font-weight: bold;
  font-size: 18px;
  color: #F5F5F5;
  background: none;
  padding-left: 23px;
}
.enterprise-filters button::after {
  content: "";
}
.enterprise-filters .filter-group {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media screen and (max-width: 1151px) {
  .enterprise-filters .filter-group {
    flex-direction: column;
    justify-content: space-around;
  }
}
.enterprise-filters .filter-item {
  margin: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterprise-filters .filter-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 18px;
  transform: scaleX(1.6);
}
.enterprise-filters .filter-item input {
  background: white;
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  color: #8D1812;
  font-weight: bold;
  font-size: 16px;
  max-width: 210px;
  cursor: pointer;
}
.enterprise-filters .filter-item input::placeholder {
  color: inherit;
}
.enterprise-filters .filter-item input:focus + ul {
  display: initial;
}
@media screen and (max-width: 1151px) {
  .enterprise-filters .filter-item input {
    width: 100%;
    max-width: unset;
  }
}
.enterprise-filters .filter-item ul:active {
  display: initial;
}
.enterprise-filters .filter-item ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  color: white;
  text-align: center;
  background: #801611;
  padding: 0;
  border-radius: 0 0 4px 10px;
  max-height: 300px;
  z-index: 5;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
.enterprise-filters .filter-item ul::-webkit-scrollbar {
  width: 5px;
}
.enterprise-filters .filter-item ul::-webkit-scrollbar-track {
  background: #C4C4C4;
  border-radius: 14px;
}
.enterprise-filters .filter-item ul::-webkit-scrollbar-thumb {
  background: #363636;
  border-radius: 14px;
}
.enterprise-filters .filter-item li {
  list-style: none;
  padding: 10px;
}
.enterprise-filters .filter-item li:nth-child(even) {
  background: #8D1812;
}
@media screen and (max-width: 1151px) {
  .enterprise-filters .filter-item {
    max-width: 360px;
    align-self: center;
    width: 90%;
    min-height: 75px;
  }
  .enterprise-filters .filter-item::after {
    font-size: 12px;
  }
  .enterprise-filters .filter-item ul {
    left: 0;
    right: 0;
  }
}

div.enterprise-card {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.25);
  margin: 15px 0;
  height: 100%;
}
div.enterprise-card .image-area {
  overflow: hidden;
  height: 234px;
  position: relative;
}
div.enterprise-card .image-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div.enterprise-card .image-area .status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 8px;
  background: #36363680;
  z-index: 50;
  margin: 0;
  font-size: 18px;
}
div.enterprise-card .text-area {
  min-height: 230px;
  padding: 23px 17px;
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.enterprise-card .text-area h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #801611;
  margin-bottom: 13px;
}
div.enterprise-card .text-area .product-stats {
  display: flex;
}
div.enterprise-card .text-area .product-stats > * {
  margin-right: 16px;
}
div.enterprise-card .text-area p, div.enterprise-card .text-area .stat-area {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #363636;
  margin-bottom: 15px;
}
div.enterprise-card .text-area .stat-area {
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
div.enterprise-card .text-area .stat-area::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../imgs/icons/square_icon.svg) no-repeat center;
  background-size: contain;
}
div.enterprise-card .text-area .call-to-action img {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 80px;
  height: 60px;
  object-fit: contain;
}
div.enterprise-card .text-area .link-as-button, div.enterprise-card .text-area main.template-pagina-sustentavel .introduction-content a[download], main.template-pagina-sustentavel .introduction-content div.enterprise-card .text-area a[download] {
  border-radius: 4px;
  padding: 3px 6px;
}
@media screen and (max-width: 759px) {
  div.enterprise-card {
    height: unset;
  }
}

article.article-card {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.25);
  margin: 15px 0;
  height: 100%;
}
article.article-card .image-area {
  overflow: hidden;
  height: 196px;
  position: relative;
}
article.article-card .image-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
article.article-card .text-area {
  min-height: 245px;
  padding: 15px 23px 23px;
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article.article-card .text-area h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #801611;
  margin-bottom: 13px;
}
article.article-card .text-area p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #363636;
  margin-bottom: 15px;
}
article.article-card .text-area .link-as-button, article.article-card .text-area main.template-pagina-sustentavel .introduction-content a[download], main.template-pagina-sustentavel .introduction-content article.article-card .text-area a[download] {
  border-radius: 4px;
  padding: 3px 6px;
  align-self: baseline;
}
@media screen and (max-width: 759px) {
  article.article-card {
    height: unset;
  }
}

form.newsletter-form-component {
  min-height: 137px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: url(../imgs/newsletter_form_bg.jpg) no-repeat center;
  background-size: cover;
}
form.newsletter-form-component .text-content {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #FFFFFF;
}
form.newsletter-form-component input, form.newsletter-form-component label, form.newsletter-form-component span {
  border-radius: 3px;
  background: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #888888;
  padding: 10px;
  border: none;
  width: 100%;
}
form.newsletter-form-component input::placeholder, form.newsletter-form-component label::placeholder, form.newsletter-form-component span::placeholder {
  color: inherit;
}
form.newsletter-form-component button {
  background: white;
  color: #8D1812;
  font-weight: bold;
  font-size: 23px;
  line-height: 31px;
  padding: 5px 15px;
  border: none;
  border-radius: 10px;
}
@media screen and (min-width: 1152px) {
  form.newsletter-form-component {
    padding: 0 50px;
  }
  form.newsletter-form-component .text-content {
    max-width: 225px;
  }
  form.newsletter-form-component .my-input-group {
    min-width: 540px;
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
  }
  form.newsletter-form-component .my-input-group > * {
    flex-grow: 1;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1151px) {
  form.newsletter-form-component {
    padding: 0 20px;
  }
  form.newsletter-form-component input {
    margin: 5px 0;
  }
  form.newsletter-form-component .text-content {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 759px) {
  form.newsletter-form-component {
    flex-direction: column;
    padding: 20px 15px;
  }
  form.newsletter-form-component > * {
    margin-bottom: 10px !important;
  }
  form.newsletter-form-component input {
    width: 85vw;
    border-radius: 6px;
  }
}

.display-banner-component {
  position: relative;
  display: flex;
  align-items: center;
}
.display-banner-component::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #2222223d;
}
.display-banner-component img {
  width: 100%;
}
@media screen and (max-width: 759px) {
  .display-banner-component img {
    height: 200px;
    object-fit: cover;
  }
}
.display-banner-component .text-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.display-banner-component .text-content > .container {
  height: 100%;
}
.display-banner-component .text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  height: 100%;
}
.display-banner-component .text-group .title {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: white;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.45);
}
.display-banner-component .text-group .subtitle {
  font-weight: normal;
  font-size: 26px;
  line-height: 135%;
  color: white;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 759px) {
  .display-banner-component .text-group .title {
    font-size: 30px;
  }
  .display-banner-component .text-group .subtitle {
    font-size: 20px;
  }
}

.breadcrump-component {
  text-align: right;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.breadcrump-component p {
  margin: 0;
}
.breadcrump-component * {
  font-size: 12px;
}
.breadcrump-component a {
  display: inline-block;
  font-weight: normal;
  font-size: 1em;
  color: #8B8181;
}
.breadcrump-component a:hover {
  color: #363636;
}
.breadcrump-component a + a::before {
  content: "/";
  margin: 0 0.2em;
}
@media screen and (max-width: 759px) {
  .breadcrump-component a + a::before {
    content: "";
  }
}

div.pagination-component {
  min-width: 100%;
  text-align: right;
  padding: 0 15px;
}
div.pagination-component a {
  color: #363636;
}
div.pagination-component .current {
  color: #8D1812;
  font-weight: bold;
}

.social-midia-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.social-midia-area a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #6B6B6B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}

.sidebar-primary-content .related-articles-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #363636;
  margin-bottom: 26px;
}
.sidebar-primary-content ul {
  padding-left: 0;
}
.sidebar-primary-content li {
  list-style: none;
  padding-left: 0;
}
.sidebar-primary-content li.r-a-item {
  margin: 18px 0;
}
.sidebar-primary-content li.r-a-item > span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363636;
}
.sidebar-primary-content a {
  color: #363636;
}
.sidebar-primary-content .post-info {
  margin-bottom: 16px;
}
.sidebar-primary-content .post-info span, .sidebar-primary-content .post-info time {
  font-weight: normal;
  font-size: 13px;
  line-height: 115%;
  color: #797777;
}
.sidebar-primary-content .post-info > * + *::before {
  content: "/";
  margin: 0 0.2em;
}
.sidebar-primary-content .social-midia-area {
  justify-content: flex-start;
}
.sidebar-primary-content .social-midia-area a {
  color: #6B6B6B;
}
@media screen and (max-width: 759px) {
  .sidebar-primary-content {
    text-align: center;
    margin-top: 5vw;
  }
  .sidebar-primary-content .social-midia-area {
    justify-content: center;
  }
}

main.front-page {
  background: #E5E5E5;
  padding-bottom: 70px;
}
main.front-page .slider-top {
  margin-bottom: 38px;
}
main.front-page .slider-top > button::after {
  color: white;
  font-size: 64px;
}
main.front-page .slider-top > button.slick-prev {
  left: 60px;
}
main.front-page .slider-top > button.slick-prev::after {
  transform: rotate(180deg);
  left: 0;
}
main.front-page .slider-top > button.slick-next {
  right: 60px;
}
main.front-page .slider-top > button.slick-next::after {
  right: 0;
}
main.front-page .slider-top > ul {
  position: absolute;
  bottom: 0;
  display: flex !important;
  padding-left: 0;
  padding-right: 0;
}
main.front-page .slider-top > ul li {
  list-style: none;
}
main.front-page .slider-top > ul button {
  font-size: 6px;
  color: transparent;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.front-page .slider-top > ul button::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffffc9;
  border-radius: 50%;
}
main.front-page .slider-top > ul .slick-active button::after {
  background: #ffffff;
}
main.front-page .slider-top .my-slider-item img {
  width: 100%;
}
@media screen and (max-width: 1151px) {
  main.front-page .slider-top > button::after {
    color: white;
    opacity: 0.7;
    font-size: 36px;
  }
  main.front-page .slider-top > button.slick-prev {
    left: 0;
  }
  main.front-page .slider-top > button.slick-next {
    right: 0;
  }
  main.front-page .slider-top .slick-slide {
    display: flex !important;
    height: 300px !important;
  }
  main.front-page .slider-top .slick-slide img {
    height: 100%;
    object-fit: cover;
  }
}
main.front-page .enterprise-filters {
  margin-bottom: 60px;
}

main.front-page .enterprise-featured{
  height: 750px;
}

@media screen and (max-width: 450px){
  main.front-page .enterprise-featured{
    height: 800px;
  }
}

main.front-page .enterprise-featured, main.front-page .article-featured {
  margin-bottom: 70px;
}
main.front-page .enterprise-featured > .container, main.front-page .article-featured > .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1152px) {
  main.front-page .enterprise-featured > .container, main.front-page .article-featured > .container {
    max-width: 895px;
  }
}
main.front-page .enterprise-featured .title, main.front-page .article-featured .title {
  font-weight: bold;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  color: #8D1812;
  margin-bottom: 50px;
}
main.front-page .enterprise-featured .slick-slide, main.front-page .article-featured .slick-slide {
  outline: none;
}
main.front-page .enterprise-featured .link-view-all, main.front-page .article-featured .link-view-all {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin: 0 auto;
  min-width: 365px;
}
@media screen and (max-width: 759px) {
  main.front-page .enterprise-featured .link-view-all, main.front-page .article-featured .link-view-all {
    min-width: unset;
  }
}
main.front-page .slider-enterprise-featured, main.front-page .slider-article-featured {
  margin-bottom: 30px;
}
main.front-page .slider-enterprise-featured > button::after, main.front-page .slider-article-featured > button::after {
  color: #363636;
  font-size: 46px;
}
main.front-page .slider-enterprise-featured > button.slick-prev, main.front-page .slider-article-featured > button.slick-prev {
  left: -60px;
}
main.front-page .slider-enterprise-featured > button.slick-prev::after, main.front-page .slider-article-featured > button.slick-prev::after {
  transform: rotate(180deg);
  left: 0;
}
main.front-page .slider-enterprise-featured > button.slick-next, main.front-page .slider-article-featured > button.slick-next {
  right: -60px;
}
main.front-page .slider-enterprise-featured > button.slick-next::after, main.front-page .slider-article-featured > button.slick-next::after {
  right: 0;
}
@media screen and (max-width: 1151px) {
  main.front-page .slider-enterprise-featured > button, main.front-page .slider-article-featured > button {
    opacity: 0.4;
  }
  main.front-page .slider-enterprise-featured > button.slick-prev, main.front-page .slider-article-featured > button.slick-prev {
    left: 10px;
  }
  main.front-page .slider-enterprise-featured > button.slick-next, main.front-page .slider-article-featured > button.slick-next {
    right: 10px;
  }
}
main.front-page section.banner {
  background: url("/wp-content/uploads/2020/09/Group-298.jpg") no-repeat center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
main.front-page section.banner .text-content {
  max-width: 480px;
}
main.front-page section.banner h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
main.front-page section.banner p {
  font-weight: normal;
  font-size: 30px;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
main.front-page section.banner .link-as-button, main.front-page section.banner main.template-pagina-sustentavel .introduction-content a[download], main.template-pagina-sustentavel .introduction-content main.front-page section.banner a[download] {
  font-size: 23px;
  line-height: 31px;
  padding: 10px;
  border-radius: 7px;
}
@media screen and (max-width: 759px) {
  main.front-page section.banner {
    min-height: 330px;
  }
  main.front-page section.banner h2 {
    font-size: 28px;
    line-height: 36px;
  }
  main.front-page section.banner p {
    font-size: 20px;
    line-height: 24px;
  }
}

main.page-artigos {
  background: #E5E5E5;
  padding-bottom: 70px;
}
main.page-artigos .display-banner-component {
  margin-bottom: 55px;
}
main.page-artigos .post-featured .breadcrump {
  margin-bottom: 40px;
  text-align: center;
}
main.page-artigos .post-featured .breadcrump a, main.page-artigos .post-featured .breadcrump h2 {
  color: #8D1812;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  display: inline-block;
}
main.page-artigos .post-featured .breadcrump a:hover {
  color: #8D1812;
}
main.page-artigos .post-featured .breadcrump a + a::before {
  content: "/";
  margin: 0 0.2em;
}
@media screen and (max-width: 759px) {
  main.page-artigos .post-featured .breadcrump a + a::before {
    content: "";
  }
}
main.page-artigos .post-featured article > img {
  width: 100%;
  margin-bottom: 16px;
}
main.page-artigos .post-featured .post-info {
  margin-bottom: 16px;
  text-align: center;
}
main.page-artigos .post-featured .post-info span, main.page-artigos .post-featured .post-info time {
  font-weight: normal;
  font-size: 13px;
  line-height: 115%;
  color: #797777;
}
main.page-artigos .post-featured .post-info > * + *::before {
  content: "/";
  margin: 0 0.2em;
}
main.page-artigos .post-featured .post-resume {
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: center;
  color: #363636;
  max-width: 945px;
  margin: 0 auto 24px;
}
main.page-artigos .post-featured .call-to-action {
  text-align: center;
  margin-bottom: 60px;
}
main.page-artigos .post-featured .call-to-action a {
  padding: 8px 20px;
  border-radius: 8px;
}
main.page-artigos .my-group-cards > * {
  margin-bottom: 60px;
}
@media screen and (max-width: 759px) {
  main.page-artigos .my-group-cards > *:nth-child(n+4):nth-child(-n+9) {
    display: none;
  }
}

main.page-empreendimentos .display-banner-component {
  margin-bottom: 55px;
}
main.page-empreendimentos .enterprise-filters {
  margin-bottom: 60px;
}
main.page-empreendimentos .my-group-cards > * {
  margin-bottom: 60px;
}

main.page-about {
  background: white;
}
main.page-about .display-banner-component {
  margin-bottom: 55px;
}
main.page-about .main-content {
  margin-bottom: 75px;
}
main.page-about .main-content h2 {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: #8D1812;
  margin-bottom: 75px;
}
main.page-about .main-content p {
  font-weight: normal;
  font-size: 26px;
  line-height: 140.03%;
  color: #363636;
  margin-bottom: 20px;
}
main.page-about .main-content .subtopic-about {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 50px;
}
main.page-about .main-content .subtopic-about li {
  flex-grow: 1;
}
@media screen and (max-width: 759px) {
  main.page-about .main-content .subtopic-about {
    flex-direction: column;
  }
  main.page-about .main-content .subtopic-about > * {
    margin: 20px 0;
  }
}
main.page-about .main-content .subtopic-items {
  padding: 0 15px 0 80px;
  position: relative;
  list-style: none;
}
main.page-about .main-content .subtopic-items::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 70px;
  height: 70px;
}
main.page-about .main-content .subtopic-items.certificate-icon::before {
  background: url(../imgs/icons/certificate_icon.svg) no-repeat center;
  background-size: contain;
}
main.page-about .main-content .subtopic-items.map-place-icon::before {
  background: url(../imgs/icons/map_place_icon.svg) no-repeat center;
  background-size: contain;
}
main.page-about .main-content .subtopic-items.hand-plant-icon::before {
  background: url(../imgs/icons/hand_plant_icon.svg) no-repeat center;
  background-size: contain;
}
main.page-about .main-content .subtopic-items h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 135%;
  color: #363636;
  margin: 0;
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  main.page-about .main-content .subtopic-items {
    padding-left: 65px;
  }
  main.page-about .main-content .subtopic-items::before {
    width: 55px;
    height: 55px;
  }
  main.page-about .main-content .subtopic-items h3 {
    font-size: 22px;
  }
}
main.page-about .avila-basements {
  padding: 35px 0;
  background: url(../imgs/basements_bg.jpg) no-repeat center;
  background-size: cover;
}
main.page-about .avila-basements h2 {
  font-weight: 600;
  font-size: 67px;
  line-height: 135%;
  color: white;
  margin-bottom: 0;
}
main.page-about .basement-item {
  display: flex;
  align-items: center;
  outline: none;
  padding: 2px;
}
main.page-about .basement-item > * {
  flex-grow: 1;
}
main.page-about .basement-item h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 135%;
  margin-bottom: 18px;
  color: white;
}
main.page-about .basement-item p, main.page-about .basement-item div, main.page-about .basement-item span, main.page-about .basement-item li {
  font-weight: normal;
  font-size: 26px;
  line-height: 135%;
  color: white;
  margin-bottom: 30px;
}
main.page-about .basement-item > img {
  border-radius: 20px;
  align-self: baseline;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  main.page-about .basement-item .text-content {
    padding-right: 125px;
  }
}
@media screen and (max-width: 1151px) {
  main.page-about .basement-item {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  main.page-about .basement-item > img {
    margin-bottom: 30px;
    border-radius: 12px;
  }
}
main.page-about .slider-avila-basements {
  margin-bottom: 38px;
}
main.page-about .slider-avila-basements > button::after {
  color: white;
  font-size: 64px;
}
main.page-about .slider-avila-basements > button.slick-prev {
  left: -50px;
}
main.page-about .slider-avila-basements > button.slick-prev::after {
  transform: rotate(180deg);
  left: 0;
}
main.page-about .slider-avila-basements > button.slick-next {
  right: -50px;
}
main.page-about .slider-avila-basements > button.slick-next::after {
  right: 0;
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  main.page-about .slider-avila-basements > button {
    opacity: 0.8;
  }
  main.page-about .slider-avila-basements > button.slick-prev {
    left: -30px;
  }
  main.page-about .slider-avila-basements > button.slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 759px) {
  main.page-about .slider-avila-basements > button {
    display: none;
  }
}
main.page-about .slider-avila-basements > ul {
  position: absolute;
  bottom: 0;
  display: flex !important;
  padding-left: 0;
  padding-right: 0;
}
main.page-about .slider-avila-basements > ul li {
  list-style: none;
}
main.page-about .slider-avila-basements > ul button {
  font-size: 6px;
  color: transparent;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page-about .slider-avila-basements > ul button::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffffc9;
  border-radius: 50%;
}
main.page-about .slider-avila-basements > ul .slick-active button::after {
  background: #ffffff;
}
main.page-about .slider-avila-basements .my-slider-item img {
  width: 100%;
}

main.template-responsabilidade-social {
  background: white;
}
main.template-responsabilidade-social .display-banner-component {
  margin-bottom: 55px;
}
main.template-responsabilidade-social .main-content {
  margin-bottom: 100px;
}
main.template-responsabilidade-social .main-content .my-card {
  background: #E1E1E1;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1151px) {
  main.template-responsabilidade-social .main-content .my-card {
    flex-direction: column;
    padding: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 759px) {
  main.template-responsabilidade-social .main-content .my-card {
    padding: 15px;
  }
  main.template-responsabilidade-social .main-content .my-card .project-banner {
    width: 100%;
    height: auto;
  }
}
main.template-responsabilidade-social .main-content h1, main.template-responsabilidade-social .main-content h2, main.template-responsabilidade-social .main-content h3, main.template-responsabilidade-social .main-content h4, main.template-responsabilidade-social .main-content h5, main.template-responsabilidade-social .main-content h6 {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: #8D1812;
  margin-bottom: 42px;
}
main.template-responsabilidade-social .main-content p, main.template-responsabilidade-social .main-content span, main.template-responsabilidade-social .main-content div, main.template-responsabilidade-social .main-content li {
  color: #363636;
  font-weight: normal;
  font-size: 18px;
  line-height: 141.74%;
  margin-bottom: 20px;
}
main.template-responsabilidade-social .main-content .project-banner {
  width: 386px;
  height: 317px;
}
@media screen and (min-width: 1152px) {
  main.template-responsabilidade-social .main-content .text-content {
    padding: 26px 109px 0 62px;
  }
}

main.template-filosofia-avila {
  background: white;
}
main.template-filosofia-avila .display-banner-component {
  margin-bottom: 63px;
}
main.template-filosofia-avila .main-content {
  margin-bottom: 119px;
}
main.template-filosofia-avila .main-content .title {
  font-weight: bold;
  font-size: 55px;
  line-height: 135%;
  text-align: center;
  color: #8D1812;
}
main.template-filosofia-avila .main-content .subtitle {
  font-size: 45px;
  line-height: 135%;
  text-align: center;
  color: #363636;
  font-weight: normal;
  margin-bottom: 60px;
}
main.template-filosofia-avila .mosaico {
  width: 100%;
  min-height: 870px;
  display: grid;
  grid: auto auto auto/33.33% 16.66% 16.66% 33.33%;
  grid-template-areas: "mission missionilustration missionilustration missionilustration" "visionilustration1 vision vision visionilustration2" "valuesilustration valuesilustration values values";
}
main.template-filosofia-avila .mosaico h2, main.template-filosofia-avila .mosaico h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 135%;
  margin-bottom: 21px;
  color: white;
}
main.template-filosofia-avila .mosaico h2 {
  align-self: baseline;
}
main.template-filosofia-avila .mosaico h2::after {
  width: 100%;
  background: white;
}
main.template-filosofia-avila .mosaico p {
  font-size: 25px;
  line-height: 135%;
  margin-bottom: 21px;
  color: white;
}
main.template-filosofia-avila .mosaico ul {
  padding-left: 1.3em;
}
main.template-filosofia-avila .mosaico li {
  font-size: 20px;
  line-height: 175%;
  color: #FFFFFF;
  list-style: decimal;
}
main.template-filosofia-avila .mosaico .text-content {
  position: relative;
  z-index: 5;
  padding: 20px 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.template-filosofia-avila .mosaico .text-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1151px) {
  main.template-filosofia-avila .mosaico {
    min-height: 1000px;
    grid: auto minmax(140px, 30vw) auto minmax(140px, 30vw) auto minmax(140px, 30vw)/50% 50%;
    grid-template-areas: "mission mission" "missionilustration missionilustration" "vision vision" "visionilustration1 visionilustration2" "values values" "valuesilustration valuesilustration";
  }
}
main.template-filosofia-avila .mission {
  grid-area: mission;
  background: url(../imgs/mission_bg_without_effects.jpg) no-repeat center;
  background-size: cover;
}
main.template-filosofia-avila .mission::after {
  background: #084e0eb8;
}
main.template-filosofia-avila .vision {
  grid-area: vision;
  background: url(../imgs/vision_bg_without_effects.jpg) no-repeat center;
  background-size: cover;
}
main.template-filosofia-avila .vision::after {
  background: #2d0a33cc;
}
main.template-filosofia-avila .values {
  grid-area: values;
  background: url(../imgs/values_bg_without_effects.jpg) no-repeat center;
  background-size: cover;
}
main.template-filosofia-avila .values::after {
  background: #8c1711d9;
}
main.template-filosofia-avila .mission-ilustration {
  grid-area: missionilustration;
  background: url(https://via.placeholder.com/770x290.jpq?text=missionilustration) no-repeat center;
  background-size: cover;
}
main.template-filosofia-avila .vision-ilustration-1 {
  grid-area: visionilustration1;
  background: url(https://via.placeholder.com/390x290.jpq?text=visionilustration1) no-repeat center;
  background-size: cover;
}
main.template-filosofia-avila .vision-ilustration-2 {
  grid-area: visionilustration2;
  background: url(https://via.placeholder.com/390x290.jpq?text=visionilustration2) no-repeat center;
  background-size: cover;
}
main.template-filosofia-avila .values-ilustration {
  grid-area: valuesilustration;
  background: url(https://via.placeholder.com/620x290.jpq?text=valuesilustration) no-repeat center;
  background-size: cover;
}

main.template-obrigado {
  background: white;
}
main.template-obrigado .display-banner-component {
  margin-bottom: 63px;
}
main.template-obrigado .main-content {
  margin-bottom: 119px;
}
main.template-obrigado .main-content .title {
  font-weight: bold;
  font-size: 55px;
  line-height: 135%;
  text-align: center;
  color: #8D1812;
  margin-top:2rem;
}
main.template-obrigado .main-content .subtitle {
  font-size: 45px;
  line-height: 135%;
  text-align: center;
  color: #363636;
  font-weight: normal;
  margin-bottom: 60px;
}



main.template-pagina-sustentavel {
  background: white;
}
main.template-pagina-sustentavel .display-banner-component {
  margin-bottom: 55px;
}
main.template-pagina-sustentavel .introduction-content {
  margin-bottom: 50px;
}
main.template-pagina-sustentavel .introduction-content h1, main.template-pagina-sustentavel .introduction-content h2, main.template-pagina-sustentavel .introduction-content h3, main.template-pagina-sustentavel .introduction-content h4, main.template-pagina-sustentavel .introduction-content h5, main.template-pagina-sustentavel .introduction-content h6 {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: #8D1812;
  margin-bottom: 50px;
}
main.template-pagina-sustentavel .introduction-content p, main.template-pagina-sustentavel .introduction-content span, main.template-pagina-sustentavel .introduction-content div, main.template-pagina-sustentavel .introduction-content li {
  font-weight: normal;
  font-size: 19px;
  line-height: 141.44%;
  color: #363636;
  margin-bottom: 30px;
}
main.template-pagina-sustentavel .introduction-content a[download] {
  padding: 11px 13px;
  border-radius: 8px;
  text-transform: uppercase;
}
main.template-pagina-sustentavel .infografic-section {
  background: #F5F5F5;
  padding: 55px 15px;
}
main.template-pagina-sustentavel .infografic-section h2 {
  font-weight: 800;
  font-size: 46px;
  line-height: 63px;
  color: #8D1812;
  text-align: center;
  margin-bottom: 32px;
}
main.template-pagina-sustentavel .infografic-section .subtitle {
  font-size: 26px;
  line-height: 135%;
  text-align: center;
  color: #363636;
  max-width: 920px;
  margin: 0 auto 50px;
}
main.template-pagina-sustentavel .infografic-section img {
  width: 100%;
  height: auto;
}
main.template-pagina-sustentavel .custom-hr {
  border: none;
  height: 135px;
  margin: 0;
  background: url(../imgs/hr_bg.jpg) no-repeat center;
  background-size: cover;
}
main.template-pagina-sustentavel .custom-hr.reverse {
  transform: rotate(180deg);
}
main.template-pagina-sustentavel .topic-of-sustentability .container h1, main.template-pagina-sustentavel .topic-of-sustentability .container h2, main.template-pagina-sustentavel .topic-of-sustentability .container h3, main.template-pagina-sustentavel .topic-of-sustentability .container h4, main.template-pagina-sustentavel .topic-of-sustentability .container h5, main.template-pagina-sustentavel .topic-of-sustentability .container h6 {
  font-weight: 800;
  font-size: 62px;
  line-height: 135%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
  color: #8D1812;
}
main.template-pagina-sustentavel .topic-of-sustentability .container > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
main.template-pagina-sustentavel .topic-of-sustentability .container > ul li {
  font-weight: normal;
  font-size: 19px;
  line-height: 141.44%;
  color: #363636;
  margin-bottom: 30px;
  list-style: none;
  width: 50%;
}
main.template-pagina-sustentavel .topic-of-sustentability .container > ul li > span:first-of-type {
  float: left;
  font-size: 3em;
  line-height: 100%;
  font-weight: 800;
  color: #8D1812;
}
@media screen and (max-width: 759px) {
  main.template-pagina-sustentavel .topic-of-sustentability .container > ul li > span:first-of-type {
    font-size: 2em;
  }
}
@media screen and (max-width: 1151px) {
  main.template-pagina-sustentavel .topic-of-sustentability .container > ul li {
    width: 100%;
  }
}
@media screen and (min-width: 1152px) {
  main.template-pagina-sustentavel .topic-of-sustentability .container > ul {
    margin: 0 -45px;
  }
  main.template-pagina-sustentavel .topic-of-sustentability .container > ul > li {
    padding: 0 45px;
  }
}
main.template-pagina-sustentavel .topic-of-sustentability .container p {
  font-weight: normal;
  font-size: 19px;
  line-height: 141.44%;
  color: #363636;
  margin-bottom: 30px;
}

main.template-nossa-historia {
  background: white;
}
main.template-nossa-historia .main-content {
  position: relative;
  z-index: 3;
  padding: 63px;
}
@media screen and (min-width: 1152px) {
  main.template-nossa-historia .main-content > .container {
    max-width: 825px;
    margin: 0 auto;
  }
}
main.template-nossa-historia .main-content::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #8D1812;
  z-index: -1;
  position: absolute;
}
main.template-nossa-historia .main-content h2 {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: white;
  text-align: center;
  margin-bottom: 24px;
}
main.template-nossa-historia .main-content .link-container {
  text-align: center;
  margin: 66px auto 106px;
}
main.template-nossa-historia .main-content .link-as-button, main.template-nossa-historia .main-content main.template-pagina-sustentavel .introduction-content a[download], main.template-pagina-sustentavel .introduction-content main.template-nossa-historia .main-content a[download] {
  font-size: 17px;
  line-height: 20px;
  border-radius: 10px;
  padding: 11px 40px;
  display: inline-block;
}
@media screen and (max-width: 759px) {
  main.template-nossa-historia .main-content {
    padding-left: 0;
    padding-right: 0;
  }
  main.template-nossa-historia .main-content > .container {
    padding-left: 0;
    padding-right: 0;
  }
  main.template-nossa-historia .main-content .link-as-button, main.template-nossa-historia .main-content main.template-pagina-sustentavel .introduction-content a[download], main.template-pagina-sustentavel .introduction-content main.template-nossa-historia .main-content a[download] {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
main.template-nossa-historia .slider-time-line > button {
  top: 150px;
}
main.template-nossa-historia .slider-time-line > button::after {
  color: white;
  font-size: 64px;
}
main.template-nossa-historia .slider-time-line > button.slick-prev {
  left: 20px;
}
main.template-nossa-historia .slider-time-line > button.slick-prev::after {
  content: "";
  background: url(../imgs/icons/arrow_slim_icon.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 40px;
  left: 0;
}
main.template-nossa-historia .slider-time-line > button.slick-next {
  right: 20px;
}
main.template-nossa-historia .slider-time-line > button.slick-next::after {
  transform: rotate(180deg);
  right: 0;
  content: "";
  background: url(../imgs/icons/arrow_slim_icon.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 40px;
}
@media screen and (max-width: 759px) {
  main.template-nossa-historia .slider-time-line > button {
    top: 185px;
  }
}
main.template-nossa-historia .slider-time-line > ul {
  position: absolute;
  bottom: 22px;
  display: flex !important;
  padding-left: 0;
  padding-right: 0;
}
main.template-nossa-historia .slider-time-line > ul li {
  list-style: none;
}
main.template-nossa-historia .slider-time-line > ul button {
  font-size: 6px;
  color: transparent;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.template-nossa-historia .slider-time-line > ul button::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #C4C4C4;
  border-radius: 50%;
}
main.template-nossa-historia .slider-time-line > ul .slick-active button::after {
  background: transparent;
  border: 1px solid #C4C4C4;
}
main.template-nossa-historia .slider-time-line .my-slider-item img {
  width: 100%;
}
main.template-nossa-historia .time-line-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 35px 0 40px;
  position: relative;
  margin: 15px;
  background: white;
  min-height: 100%;
}
main.template-nossa-historia .time-line-item h1, main.template-nossa-historia .time-line-item h2, main.template-nossa-historia .time-line-item h3, main.template-nossa-historia .time-line-item h4, main.template-nossa-historia .time-line-item h5, main.template-nossa-historia .time-line-item h6 {
  font-size: 21px;
  line-height: 135%;
  text-align: center;
  max-width: 360px;
  margin: 0 auto 38px;
  font-weight: bold;
  color: #8D1812;
}
main.template-nossa-historia .time-line-item .time-line-element {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  font-size: 30px;
  line-height: 135%;
  color: #8D1812;
  height: 65px;
  border-bottom: 3px solid #C4C4C4;
  position: relative;
  margin-bottom: 22px;
}
main.template-nossa-historia .time-line-item .time-line-element::after {
  content: "";
  height: 21px;
  width: 3px;
  background: #C4C4C4;
  position: absolute;
  bottom: 0;
}
main.template-nossa-historia .time-line-item .time-line-element .next-date {
  position: absolute;
  right: 64px;
  top: 0;
}
@media screen and (max-width: 759px) {
  main.template-nossa-historia .time-line-item .time-line-element {
    font-size: 24px;
  }
  main.template-nossa-historia .time-line-item .time-line-element .next-date {
    right: 36px;
  }
}
main.template-nossa-historia .time-line-item .text-content {
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
}
main.template-nossa-historia .time-line-item .text-content > img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

main.template-form-parceiro {
  background: #F5F5F5;
  padding-bottom: 75px;
}
main.template-form-parceiro .display-banner-component {
  margin-bottom: 55px;
}
main.template-form-parceiro .introduction-content {
  text-align: center;
}
@media screen and (min-width: 1152px) {
  main.template-form-parceiro .introduction-content > .container {
    max-width: 990px;
    margin: 0 auto;
  }
}
main.template-form-parceiro .introduction-content h1, main.template-form-parceiro .introduction-content h2, main.template-form-parceiro .introduction-content h3, main.template-form-parceiro .introduction-content h4, main.template-form-parceiro .introduction-content h5, main.template-form-parceiro .introduction-content h6 {
  font-weight: bold;
  font-size: 35px;
  line-height: 135%;
  color: #8D1812;
  margin-bottom: 30px;
}
main.template-form-parceiro .introduction-content p, main.template-form-parceiro .introduction-content span, main.template-form-parceiro .introduction-content div, main.template-form-parceiro .introduction-content li {
  font-weight: normal;
  font-size: 24px;
  line-height: 140.35%;
  color: black;
  margin-bottom: 20px;
}
main.template-form-parceiro .my-form-control {
  margin: 40px 0;
}
@media screen and (min-width: 1152px) {
  main.template-form-parceiro .my-form-control > .container {
    max-width: 890px;
    margin: 0 auto;
  }
}
main.template-form-parceiro .my-form-control .select-stage {
  display: flex;
  justify-content: space-between;
}
main.template-form-parceiro .my-form-control button {
  width: 239px;
  height: 64px;
  font-size: 30px;
  border: 3px solid #8D1812;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 0 15px;
  background: #8D1812;
}
main.template-form-parceiro .my-form-control button.current {
  background: transparent;
  color: #8D1812;
}
@media screen and (max-width: 759px) {
  main.template-form-parceiro .my-form-control .select-stage {
    flex-direction: column;
  }
  main.template-form-parceiro .my-form-control button {
    width: 100%;
    margin: 10px 0;
  }
}
main.template-form-parceiro .partner-form h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  text-align: center;
  color: black;
  margin-bottom: 60px;
}
main.template-form-parceiro .partner-form h3 {
  font-weight: bold;
  font-size: 38px;
  line-height: 135%;
  color: black;
}
main.template-form-parceiro .partner-form .input-item, main.template-form-parceiro .partner-form .input-item-radio {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: flex;
}
main.template-form-parceiro .partner-form .input-item {
  flex-direction: column-reverse;
}
main.template-form-parceiro .partner-form input[type=radio] {
  display: none;
}
main.template-form-parceiro .partner-form input[type=radio] + label {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding-left: 20px;
  color: #525252;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
main.template-form-parceiro .partner-form input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #525252;
}
main.template-form-parceiro .partner-form input[type=radio]:checked + label::before {
  background: #525252;
}
main.template-form-parceiro .partner-form input[type=file] {
  display: none;
}
main.template-form-parceiro .partner-form input[type=file] + label {
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: white;
  background: #8D1812;
  border-radius: 3px;
  width: 241px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
main.template-form-parceiro .partner-form input[type=file] + label::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 12px;
  height: 24px;
  background: url(../imgs/icons/attchment_icon.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 759px) {
  main.template-form-parceiro .partner-form input[type=file] + label {
    width: 100%;
  }
}
main.template-form-parceiro .partner-form input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #363636;
  height: 54px;
  color: #363636;
  padding: 0 18px;
  font-size: 14px;
  line-height: 16px;
}
main.template-form-parceiro .partner-form input::placeholder {
  color: #A0A0A0;
}
main.template-form-parceiro .partner-form .input-as-select + ul {
  display: none;
  position: absolute;
  top: calc(100% - 18px);
  background: white;
  left: 15px;
  right: 15px;
  max-height: 300px;
  z-index: 5;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
main.template-form-parceiro .partner-form .input-as-select + ul::-webkit-scrollbar {
  width: 5px;
}
main.template-form-parceiro .partner-form .input-as-select + ul::-webkit-scrollbar-track {
  background: #C4C4C4;
  border-radius: 14px;
}
main.template-form-parceiro .partner-form .input-as-select + ul::-webkit-scrollbar-thumb {
  background: #363636;
  border-radius: 14px;
}
main.template-form-parceiro .partner-form .input-as-select + ul li {
  list-style: none;
}
main.template-form-parceiro .partner-form .input-as-select:focus + ul {
  display: initial;
}
main.template-form-parceiro .partner-form ul:active {
  display: initial;
}
main.template-form-parceiro .partner-form ul:active {
  display: none;
}
main.template-form-parceiro .partner-form .button-container {
  display: flex;
  justify-content: flex-end;
}
main.template-form-parceiro .partner-form button {
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: white;
  background: #8D1812;
  border-radius: 3px;
  width: 173px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  main.template-form-parceiro .partner-form button {
    width: 100%;
  }
}
main.template-form-parceiro .partner-form *[class*=step] {
  margin-bottom: 135px;
  display: none;
}
main.template-form-parceiro .partner-form *[class*=step] h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: black;
  text-align: center;
}
main.template-form-parceiro .partner-form *[class*=step] .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 190.3%;
  color: black;
  text-align: center;
}
main.template-form-parceiro .partner-form *[class*=step] > .row {
  margin-top: 50px;
}
main.template-form-parceiro .partner-form *[class*=step].current {
  display: initial;
}
main.template-form-parceiro .partner-form .instruction {
  font-weight: normal;
  font-size: 21px;
  line-height: 135%;
  color: black;
  margin-bottom: 30px;
}

:root {
  --enterprise-primary-color: #8D1812;
  --enterprise-text-light: white;
  --enterprise-text-dark: black;
  --enterprise-progress-bar: #21AA2D;
}

main.single-empreendimento .banner-top {
  position: relative;
  min-height: 480px;
}
main.single-empreendimento .banner-top .container {
  position: relative;
}
main.single-empreendimento .banner-top .img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main.single-empreendimento .banner-top .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main.single-empreendimento .banner-top form {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 260px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--enterprise-primary-color);
  opacity: 0.9;
  border-radius: 5px;
  padding: 12px;
}
main.single-empreendimento .banner-top form p {
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  color: var(--enterprise-text-light);
  margin-bottom: 10px;
}
main.single-empreendimento .banner-top form input {
  width: 100%;
  height: 35px;
  background: white;
  border-radius: 20px;
  padding: 12px 24px;
  color: #A8A8A8;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  border: none;
}
main.single-empreendimento .banner-top form input::placeholder {
  color: #A8A8A8;
}
main.single-empreendimento .banner-top form button {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #8D1812;
  height: 30px;
  width: 120px;
  border: none;
  border-radius: 20px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}
main.single-empreendimento .banner-top form .form-item {
  position: relative;
  padding-bottom: 14px;
}
main.single-empreendimento .banner-top form .error-message {
  color: var(--enterprise-text-light);
}
main.single-empreendimento .banner-top .logo-and-short-info {
  position: absolute;
  bottom: 42px;
  left: 70px;
  height: 73px;
  display: flex;
  align-items: center;
}
main.single-empreendimento .banner-top .logo-enterprise {
  height: 100%;
  width: 130px;
  background: var(--enterprise-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
main.single-empreendimento .banner-top .logo-enterprise > div {
  height: 51px;
  width: 83px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
main.single-empreendimento .banner-top .info {
  background: #000000a6;
  padding: 16px;
  height: 100%;
}
main.single-empreendimento .banner-top .info span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: var(--enterprise-text-light);
  margin: 0;
}
main.single-empreendimento .banner-top .info span:first-of-type {
  font-weight: normal;
  font-size: 15px;
  line-height: 13px;
  padding-top: 15px;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .banner-top {
    min-height: 400px;
  }
  main.single-empreendimento .banner-top .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.single-empreendimento .banner-top form {
    position: unset;
    width: 100%;
  }
  main.single-empreendimento .banner-top .logo-and-short-info {
    position: unset;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 760px) {
  main.single-empreendimento .banner-top .text-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  main.single-empreendimento .banner-top .text-content > .container {
    width: 100%;
    height: 100%;
  }
}
main.single-empreendimento .enterprise-description {
  background: var(--enterprise-primary-color);
  padding: 60px 0;
}
main.single-empreendimento .enterprise-description h1 {
  font-weight: normal;
  font-size: 28px;
  line-height: 117%;
  text-align: center;
  color: var(--enterprise-text-light);
  max-width: 680px;
  margin: 0 auto 32px;
}
main.single-empreendimento .enterprise-description .sub-title {
  font-weight: 300;
  font-size: 26px;
  line-height: 137%;
  text-align: center;
  color: var(--enterprise-text-light);
  max-width: 969px;
  margin: 0 auto 88px;
  display: flex;
  justify-content: center;
  position: relative;
}
main.single-empreendimento .enterprise-description .sub-title::before {
  content: "";
  position: absolute;
  width: 194px;
  height: 2px;
  background: var(--enterprise-text-light);
  top: calc(100% + 46px);
}
main.single-empreendimento .enterprise-description .middle-description {
  font-weight: normal;
  font-size: 20px;
  line-height: 141.18%;
  color: var(--enterprise-text-light);
}
@media screen and (min-width: 760px) {
  main.single-empreendimento .enterprise-description .middle-description {
    display: flex;
    justify-content: space-between;
  }
  main.single-empreendimento .enterprise-description .middle-description > * {
    width: calc(50% - 45px);
  }
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .enterprise-description .middle-description {
    text-align: center;
  }
  main.single-empreendimento .enterprise-description .middle-description img {
    width: 100%;
  }
}
main.single-empreendimento .enterprise-description iframe {
  max-width: 100% !important;
}
main.single-empreendimento .enterprise-datasheet {
  color: var(--enterprise-text-light);
  padding: 48px 0;
  background: url(../imgs/enterprise_datasheet_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
main.single-empreendimento .enterprise-datasheet::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000d1;
}
main.single-empreendimento .enterprise-datasheet .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.single-empreendimento .enterprise-datasheet h2 {
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  text-align: center;
  margin-bottom: 68px;
  width: 100%;
}
main.single-empreendimento .enterprise-datasheet h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 135%;
  margin-bottom: 22px;
}
main.single-empreendimento .enterprise-datasheet .download-datasheet {
  width: 50%;
  max-width: 498px;
}
main.single-empreendimento .enterprise-datasheet .download-datasheet p {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 16px;
}
main.single-empreendimento .enterprise-datasheet .download-datasheet a {
  width: 182px;
  height: 48px;
  border: 3px solid var(--enterprise-text-light);
  color: var(--enterprise-text-light);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  background: transparent;
}
main.single-empreendimento .enterprise-datasheet .datasheet-topics {
  max-width: 50%;
}
main.single-empreendimento .enterprise-datasheet .datasheet-topics li {
  list-style: none;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  padding-left: 61px;
  margin: 12px 0;
  position: relative;
}
main.single-empreendimento .enterprise-datasheet .datasheet-topics li::before {
  content: "+";
  font-size: 2em;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .enterprise-datasheet h2 {
    margin-bottom: 30px;
  }
  main.single-empreendimento .enterprise-datasheet h3 {
    font-size: 32px;
  }
  main.single-empreendimento .enterprise-datasheet ul {
    padding: 0;
    margin: 0 auto;
  }
  main.single-empreendimento .enterprise-datasheet .download-datasheet {
    width: 100%;
    text-align: center;
  }
  main.single-empreendimento .enterprise-datasheet .download-datasheet a {
    margin: 0 auto 30px;
  }
  main.single-empreendimento .enterprise-datasheet .datasheet-topics {
    max-width: 100%;
  }
  main.single-empreendimento .enterprise-datasheet .datasheet-topics li {
    padding-left: 30px;
  }
  main.single-empreendimento .enterprise-datasheet .datasheet-topics li::before {
    font-size: 1.3em;
  }
}
main.single-empreendimento .enterprise-resources {
  background: #363636;
  padding: 81px 0 60px;
  color: white;
}
main.single-empreendimento .enterprise-resources > .container {
  border: 2px solid #C4C4C4;
  position: relative;
  min-height: 477px;
}
main.single-empreendimento .enterprise-resources .list-resources-content, main.single-empreendimento .enterprise-resources .list-resources-title {
  display: flex;
  justify-content: center;
  padding: 0;
}
main.single-empreendimento .enterprise-resources .list-resources-content li, main.single-empreendimento .enterprise-resources .list-resources-title li {
  list-style: none;
}
main.single-empreendimento .enterprise-resources .list-resources-title {
  position: relative;
  top: -21px;
}
main.single-empreendimento .enterprise-resources .list-resources-title h3 {
  margin: 0;
}
main.single-empreendimento .enterprise-resources .list-resources-title input {
  display: none;
}
main.single-empreendimento .enterprise-resources .list-resources-title input:checked ~ h3 label {
  background: var(--enterprise-primary-color);
  border-color: var(--enterprise-primary-color);
}
main.single-empreendimento .enterprise-resources .list-resources-title label {
  word-wrap: break-word;
  width: 167px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #363636;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  margin: 0 15px 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  z-index: 50;
  cursor: pointer;
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  main.single-empreendimento .enterprise-resources .list-resources-title label {
    width: unset;
    height: 100%;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  main.single-empreendimento .enterprise-resources .list-resources-title {
    top: -18px;
  }
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .enterprise-resources .list-resources-title {
    flex-direction: column;
    top: 20px;
  }
  main.single-empreendimento .enterprise-resources .list-resources-title li {
    margin: 6px 0;
  }
  main.single-empreendimento .enterprise-resources .list-resources-title label {
    width: 100%;
    margin: 0;
  }
}
main.single-empreendimento .enterprise-resources .content-item {
  padding-top: 30px;
}
main.single-empreendimento .enterprise-resources .content-item:not(.show) {
  display: none;
}
main.single-empreendimento .enterprise-resources p {
  font-weight: normal;
  font-size: 20px;
  line-height: 141.18%;
  text-align: center;
  max-width: 1018px;
  margin: 0 auto 56px;
}
main.single-empreendimento .enterprise-resources .subtopic-group {
  display: flex;
  justify-content: center;
}
main.single-empreendimento .enterprise-resources .subtopic-group > * {
  max-width: 200px;
  text-align: center;
}
main.single-empreendimento .enterprise-resources .subtopic-group img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
main.single-empreendimento .enterprise-resources .subtopic-group p {
  font-size: 13px;
  line-height: 18px;
}
main.single-empreendimento .enterprise-resources .subtopic-group h3, main.single-empreendimento .enterprise-resources .subtopic-group h4, main.single-empreendimento .enterprise-resources .subtopic-group h5, main.single-empreendimento .enterprise-resources .subtopic-group h6 {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
main.single-empreendimento .enterprise-resources .subtopic-card {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .enterprise-resources {
    padding: 60px 12px;
  }
  main.single-empreendimento .enterprise-resources .content-item {
    padding-top: 30px;
  }
  main.single-empreendimento .enterprise-resources .subtopic-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main.single-empreendimento .enterprise-resources .subtopic-group > * {
    max-width: 100%;
    text-align: center;
  }
  main.single-empreendimento .enterprise-resources .subtopic-group img {
    margin: 20px auto 0;
    width: 60px;
    height: 60px;
  }
}
main.single-empreendimento .project-model {
  background: white;
  padding: 50px 0;
}
main.single-empreendimento .project-model .project-model-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.single-empreendimento .project-model .project-model-item > * {
  width: calc(50% - 45px);
  align-self: center;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .project-model .project-model-item > * {
    width: 100%;
  }
}
main.single-empreendimento .project-model .text-content h3 {
  font-weight: 500;
  font-size: 37px;
  line-height: 116%;
  margin-bottom: 16px;
  color: var(--enterprise-primary-color);
}
main.single-empreendimento .project-model .text-content p {
  font-weight: 300;
  font-size: 17px;
  line-height: 123.07%;
  margin-bottom: 22px;
}
main.single-empreendimento .project-model .text-content p.subtitle {
  margin-bottom: 48px;
}
main.single-empreendimento .project-model .text-content p.subtitle::after {
  background: var(--enterprise-primary-color);
}
main.single-empreendimento .project-model .text-content p.author-name {
  font-weight: bold;
  margin-bottom: 28px;
}
main.single-empreendimento .project-model .text-content a {
  padding: 12px;
  border-radius: 7px;
  background: var(--enterprise-primary-color);
  color: var(--enterprise-text-light);
  display: inline-block;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .project-model a {
    margin: 0 auto 20px;
  }
}
main.single-empreendimento .slider-single-empreendimento-project-model > button::after, main.single-empreendimento .slider-other-images > button::after, main.single-empreendimento .slider-testmonials > button::after, main.single-empreendimento .slider-other-images-zoom > button::after {
  color: #363636;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 44px;
}
main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-prev, main.single-empreendimento .slider-other-images > button.slick-prev, main.single-empreendimento .slider-testmonials > button.slick-prev, main.single-empreendimento .slider-other-images-zoom > button.slick-prev {
  left: -50px;
}
main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-prev::after, main.single-empreendimento .slider-other-images > button.slick-prev::after, main.single-empreendimento .slider-testmonials > button.slick-prev::after, main.single-empreendimento .slider-other-images-zoom > button.slick-prev::after {
  transform: rotate(180deg);
  left: 0;
}
main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-next, main.single-empreendimento .slider-other-images > button.slick-next, main.single-empreendimento .slider-testmonials > button.slick-next, main.single-empreendimento .slider-other-images-zoom > button.slick-next {
  right: -50px;
}
main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-next::after, main.single-empreendimento .slider-other-images > button.slick-next::after, main.single-empreendimento .slider-testmonials > button.slick-next::after, main.single-empreendimento .slider-other-images-zoom > button.slick-next::after {
  right: 0;
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  main.single-empreendimento .slider-single-empreendimento-project-model > button, main.single-empreendimento .slider-other-images > button, main.single-empreendimento .slider-testmonials > button, main.single-empreendimento .slider-other-images-zoom > button {
    opacity: 0.8;
  }
  main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-prev, main.single-empreendimento .slider-other-images > button.slick-prev, main.single-empreendimento .slider-testmonials > button.slick-prev, main.single-empreendimento .slider-other-images-zoom > button.slick-prev {
    left: -30px;
  }
  main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-next, main.single-empreendimento .slider-other-images > button.slick-next, main.single-empreendimento .slider-testmonials > button.slick-next, main.single-empreendimento .slider-other-images-zoom > button.slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .slider-single-empreendimento-project-model > button, main.single-empreendimento .slider-other-images > button, main.single-empreendimento .slider-testmonials > button, main.single-empreendimento .slider-other-images-zoom > button {
    opacity: 0.4;
  }
  main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-prev, main.single-empreendimento .slider-other-images > button.slick-prev, main.single-empreendimento .slider-testmonials > button.slick-prev, main.single-empreendimento .slider-other-images-zoom > button.slick-prev {
    left: -15px;
  }
  main.single-empreendimento .slider-single-empreendimento-project-model > button.slick-next, main.single-empreendimento .slider-other-images > button.slick-next, main.single-empreendimento .slider-testmonials > button.slick-next, main.single-empreendimento .slider-other-images-zoom > button.slick-next {
    right: -15px;
  }
  main.single-empreendimento .slider-single-empreendimento-project-model > button::after, main.single-empreendimento .slider-other-images > button::after, main.single-empreendimento .slider-testmonials > button::after, main.single-empreendimento .slider-other-images-zoom > button::after {
    font-size: 36px;
  }
}
main.single-empreendimento .slider-other-images-zoom {
  max-width: 700px;
  margin: 0 auto;
}
main.single-empreendimento .slider-other-images-zoom > button::after {
  color: white !important;
}
main.single-empreendimento .slider-other-images-zoom .img-container {
  padding-top: 50px;
}
main.single-empreendimento .slider-other-images-zoom .img-container > p {
  padding: 30px 40px 0;
  color: white !important;
}
main.single-empreendimento .slider-other-images-zoom img {
  margin: 0 auto;
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
}
main.single-empreendimento .building-status {
  background: var(--enterprise-primary-color);
  color: var(--enterprise-text-light);
  padding: 44px 0;
}
main.single-empreendimento .building-status h2 {
  text-align: center;
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  margin-bottom: 10px;
}
main.single-empreendimento .building-status .subtitle {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 12px;
}
main.single-empreendimento .building-status ul {
  padding: 0;
}
main.single-empreendimento .building-status li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-size: 20px;
  line-height: 27px;
}
main.single-empreendimento .building-status li .label {
  min-width: 160px;
  width: 20%;
  word-wrap: break-word;
  text-align: right;
}
main.single-empreendimento .building-status li .bar-element {
  flex-grow: 1;
  margin: 0 3.5vw;
  background: var(--enterprise-text-light);
  border-radius: 16.5px;
  height: 24px;
  position: relative;
}
main.single-empreendimento .building-status li .bar-element > span {
  position: absolute;
  border-radius: 16.5px;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--enterprise-progress-bar);
}
main.single-empreendimento .building-status li .evolution-value {
  min-width: 50px;
  width: 10%;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .building-status li {
    font-size: 14px;
  }
  main.single-empreendimento .building-status li .label {
    min-width: 130px;
  }
}
main.single-empreendimento .other-images {
  padding: 44px 0;
  color: #363636;
  text-align: center;
}
main.single-empreendimento .other-images h2 {
  font-weight: 500;
  font-size: 37px;
  line-height: 116%;
  margin-bottom: 44px;
}
main.single-empreendimento .other-images p {
  font-weight: normal;
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 48px;
}
main.single-empreendimento .other-images img {
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 760px) {
  main.single-empreendimento .other-images img {
    height: 300px;
    object-fit: cover;
  }
}
main.single-empreendimento .slider-other-image-zoom-section {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #181818da;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.single-empreendimento .slider-other-image-zoom-section:not(.show) {
  display: none;
}
main.single-empreendimento .slider-other-image-zoom-section::after {
  content: "X";
  font-size: 36px;
  position: fixed;
  top: 40px;
  right: 60px;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .slider-other-image-zoom-section {
    display: none;
  }
}
@media screen and (min-width: 760px) {
  main.single-empreendimento .slider-other-image-zoom-section .slick-track {
    min-width: 100vw;
  }
}
main.single-empreendimento .testmonials {
  margin: 55px 0;
  color: #363636;
  text-align: center;
}
main.single-empreendimento .testmonials h2 {
  font-weight: 500;
  font-size: 37px;
  line-height: 135%;
  margin-bottom: 48px;
  color: var(--enterprise-primary-color);
}
main.single-empreendimento .testmonials .testmonials-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.single-empreendimento .testmonials .author-avatar {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  margin-bottom: 48px;
}
main.single-empreendimento .testmonials p {
  font-weight: normal;
  font-size: 20px;
  line-height: 141.18%;
  max-width: 764px;
  margin: 0 auto 18px;
}
main.single-empreendimento .testmonials p.author-name {
  font-weight: bold;
  margin: 0 auto;
}
main.single-empreendimento .enterprise-address {
  color: var(--enterprise-text-light);
  background: var(--enterprise-primary-color);
  padding: 24px 0 75px;
  position: relative;
  overflow: hidden;
}
main.single-empreendimento .enterprise-address .text-content {
  max-width: 360px;
}
main.single-empreendimento .enterprise-address h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 135%;
  margin-bottom: 28px;
}
main.single-empreendimento .enterprise-address h3::after {
  background: var(--enterprise-text-light);
}
main.single-empreendimento .enterprise-address h2, main.single-empreendimento .enterprise-address p {
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  margin-bottom: 42px;
}
main.single-empreendimento .enterprise-address a {
  display: inline-block;
  background: var(--enterprise-text-light);
  color: var(--enterprise-text-dark);
  font-size: 15px;
  padding: 14px 37px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
main.single-empreendimento .enterprise-address a:hover {
  filter: unset;
}
main.single-empreendimento .enterprise-address a:active {
  filter: unset;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .enterprise-address a {
    width: 100%;
    text-align: center;
  }
}
main.single-empreendimento .enterprise-address .img-map, main.single-empreendimento .enterprise-address iframe {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background-position: left;
}
@media screen and (max-width: 759px) {
  main.single-empreendimento .enterprise-address .img-map, main.single-empreendimento .enterprise-address iframe {
    width: 100%;
    position: static;
    margin-bottom: 20px;
    min-height: 200px;
  }
}
main.single-empreendimento .other-enterprises {
  margin: 70px 0 70px;
}
main.single-empreendimento .other-enterprises h2 {
  text-align: center;
  font-weight: bold;
  font-size: 37px;
  line-height: 135%;
  color: var(--enterprise-primary-color);
  margin-bottom: 55px;
}

main.template-form-contato {
  background: white;
}
main.template-form-contato .main-content {
  margin: 40px 0 130px;
}
main.template-form-contato .main-content > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.template-form-contato .main-content .text-content {
  max-width: 400px;
}
main.template-form-contato .main-content .text-content h2 {
  font-weight: normal;
  font-size: 25px;
  line-height: 135%;
  color: #363636;
  margin-bottom: 44px;
}
main.template-form-contato .main-content .text-content a {
  color: #363636;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  margin-bottom: 45px;
  padding-left: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
main.template-form-contato .main-content .text-content a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8D1812;
}
main.template-form-contato .main-content .text-content a::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
}
main.template-form-contato .main-content .text-content .phone-icon::after {
  background: url(../imgs/a-phone-icon.png) no-repeat center;
  background-size: contain;
}
main.template-form-contato .main-content .text-content .whatsapp-icon::after {
  background: url(../imgs/a-whatsapp-icon.svg) no-repeat center;
  background-size: contain;
}
main.template-form-contato .main-content .text-content .email-icon::after {
  background: url(../imgs/a-mail-icon.svg) no-repeat center;
  background-size: contain;
}
main.template-form-contato .main-content .contact-form {
  max-width: calc(100% - 400px - 20px);
}
main.template-form-contato .main-content .contact-form .input-item, main.template-form-contato .main-content .contact-form .input-item-radio {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: flex;
}
main.template-form-contato .main-content .contact-form .input-item {
  flex-direction: column-reverse;
}
main.template-form-contato .main-content .contact-form input[type=radio] {
  display: none;
}
main.template-form-contato .main-content .contact-form input[type=radio] + label {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  padding-left: 20px;
  color: #525252;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
main.template-form-contato .main-content .contact-form input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #525252;
}
main.template-form-contato .main-content .contact-form input[type=radio]:checked + label::before {
  background: #525252;
}
main.template-form-contato .main-content .contact-form input[type=checkbox] {
  display: none;
}
main.template-form-contato .main-content .contact-form input[type=checkbox] + label {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding-left: 36px;
  color: #A0A0A0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
main.template-form-contato .main-content .contact-form input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #A0A0A0;
  text-align: center;
  line-height: 24px;
  color: #363636;
}
main.template-form-contato .main-content .contact-form input[type=checkbox]:checked + label::after {
  content: "";
}
main.template-form-contato .main-content .contact-form input, main.template-form-contato .main-content .contact-form textarea {
  border-radius: 3px;
  border: 1px solid #363636;
  color: #363636;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
main.template-form-contato .main-content .contact-form input::placeholder, main.template-form-contato .main-content .contact-form textarea::placeholder {
  color: #A0A0A0;
}
main.template-form-contato .main-content .contact-form input {
  height: 54px;
  padding: 0 18px;
}
main.template-form-contato .main-content .contact-form textarea {
  padding: 18px;
  min-height: 190px;
}
main.template-form-contato .main-content .contact-form .input-as-select + ul {
  display: none;
  position: absolute;
  top: calc(100% - 18px);
  background: white;
  left: 15px;
  right: 15px;
  max-height: 300px;
  z-index: 5;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}
main.template-form-contato .main-content .contact-form .input-as-select + ul::-webkit-scrollbar {
  width: 5px;
}
main.template-form-contato .main-content .contact-form .input-as-select + ul::-webkit-scrollbar-track {
  background: #C4C4C4;
  border-radius: 14px;
}
main.template-form-contato .main-content .contact-form .input-as-select + ul::-webkit-scrollbar-thumb {
  background: #363636;
  border-radius: 14px;
}
main.template-form-contato .main-content .contact-form .input-as-select + ul li {
  list-style: none;
}
main.template-form-contato .main-content .contact-form .input-as-select:focus + ul {
  display: initial;
}
main.template-form-contato .main-content .contact-form ul:active {
  display: initial;
}
main.template-form-contato .main-content .contact-form ul:active {
  display: none;
}
main.template-form-contato .main-content .contact-form button {
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: white;
  background: #8D1812;
  border-radius: 3px;
  width: 173px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  main.template-form-contato .main-content .contact-form button {
    width: 100%;
  }
}
@media screen and (max-width: 1151px) {
  main.template-form-contato .main-content .text-content, main.template-form-contato .main-content .contact-form {
    max-width: 100%;
  }
}

.single-post > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5vw;
}
.single-post article > img {
  width: 100%;
  height: auto;
  margin-bottom: 4vw;
}
@media screen and (min-width: 760px) {
  .single-post main, .single-post section.comment-section {
    width: calc(100% - 225px - 55px);
  }
}
.single-post main h1 {
  font-weight: bold;
  font-size: 29px;
  line-height: 115%;
  color: #8D1812;
  margin-bottom: 10px;
}
.single-post main .post-info {
  margin-bottom: 32px;
}
.single-post main .post-info span, .single-post main .post-info time {
  font-weight: normal;
  font-size: 13px;
  line-height: 115%;
  color: #797777;
}
.single-post main .post-info > * + *::before {
  content: "/";
  margin: 0 0.2em;
}
.single-post main .main-content {
  margin-bottom: 44px;
}
.single-post main .main-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150.4%;
  text-align: justify;
  color: #363636;
}
.single-post form.newsletter-form-component .text-content {
  font-size: 20px;
}
.single-post form.newsletter-form-component button {
  font-size: 16px;
}
.single-post form.newsletter-form-component input {
  font-size: 12px;
}
@media screen and (min-width: 1152px) {
  .single-post form.newsletter-form-component .my-input-group {
    min-width: unset;
  }
}
@media screen and (min-width: 760px) and (max-width: 1151px) {
  .single-post form.newsletter-form-component {
    flex-direction: column;
    justify-content: space-around;
    min-height: 210px;
  }
  .single-post form.newsletter-form-component > * {
    width: 100%;
  }
  .single-post form.newsletter-form-component .call-to-action {
    display: flex;
    justify-content: center;
  }
  .single-post form.newsletter-form-component .call-to-action button {
    width: 50%;
  }
}
@media screen and (max-width: 759px) {
  .single-post form.newsletter-form-component button {
    width: 200px;
  }
}
.single-post aside {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .single-post aside {
    width: 225px;
  }
}
.single-post section.comment-section {
  padding: 5vmax 0;
}
.single-post section.comment-section .title {
  font-weight: 500;
  font-size: 19px;
  line-height: 135%;
  color: black;
  padding-bottom: 16px;
  border-bottom: 1px solid #C4C4C4;
}
.single-post section.comment-section ol {
  padding: 0;
}
.single-post section.comment-section li {
  list-style: none;
}
.single-post section.comment-section .comment-item {
  padding: 10px 70px 10px;
  position: relative;
}
.single-post section.comment-section .comment-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: gray;
}
.single-post section.comment-section .comment-item p {
  font-weight: normal;
  font-size: 20px;
  line-height: 150.2%;
  color: #797777;
}
.single-post section.comment-section .comment-item .author-name {
  font-weight: bold;
}
.single-post section.comment-section form {
  font-size: 16px;
  line-height: 135%;
  color: black;
  margin: 64px 0;
}
.single-post section.comment-section form button {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: white;
  padding: 12px 42px;
  background: #6B6B6B;
}
.single-post section.comment-section .form-item {
  position: relative;
  padding-bottom: 16px;
  max-width: 685px;
  display: flex;
  flex-direction: column-reverse;
}
.single-post section.comment-section *[name] {
  background: #E1DDDD;
  border: none;
  min-height: 26px;
  padding: 10px 20px;
}
.single-post section.comment-section img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.single-post section.comment-section cite.fn {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #000000;
}
.single-post section.comment-section cite.fn * {
  color: #000000;
}
.single-post section.comment-section span.says, .single-post section.comment-section .comment-meta, .single-post section.comment-section .reply {
  display: none !important;
}
.single-post section.comment-section .comment-meta ~ p {
  padding-left: 70px;
  margin-top: -10px;
}

main.template-portal-cliente {
  background: white;
  padding-bottom: 100px;
}
main.template-portal-cliente .introduction-content {
  margin: 55px 0;
}
main.template-portal-cliente .introduction-content h2, main.template-portal-cliente .introduction-content h3, main.template-portal-cliente .introduction-content h4, main.template-portal-cliente .introduction-content h5, main.template-portal-cliente .introduction-content h6 {
  font-weight: bold;
  font-size: 37px;
  color: #8D1812;
  margin-bottom: 75px;
  line-height: 135%;
}
main.template-portal-cliente .introduction-content p {
  font-weight: normal;
  font-size: 26px;
  line-height: 135%;
  color: black;
  margin-bottom: 20px;
}
main.template-portal-cliente .functionalities {
  margin-bottom: 50px;
}
main.template-portal-cliente .functionalities .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 135%;
  text-align: center;
  margin-bottom: 75px;
  color: #8D1812;
  display: flex;
  justify-content: center;
}
main.template-portal-cliente .functionalities .title::after {
  left: unset;
}
main.template-portal-cliente .functionalities .my-card {
  padding: 30px 24px;
  background: #F1F1F1;
  border-radius: 16px;
  margin-bottom: 50px;
}
main.template-portal-cliente .functionalities .my-card h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 135%;
  text-align: center;
  color: #8D1812;
  margin-bottom: 32px;
}
main.template-portal-cliente .functionalities .my-card ul {
  padding: 0;
}
main.template-portal-cliente .functionalities .my-card li {
  display: flex;
  padding: 28px 0;
}
main.template-portal-cliente .functionalities .my-card img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
main.template-portal-cliente .functionalities .my-card p {
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
}
@media screen and (max-width: 1151px) {
  main.template-portal-cliente .functionalities .title {
    font-size: 30px;
  }
}
main.template-portal-cliente .channel-access {
  margin-bottom: 55px;
}
main.template-portal-cliente .channel-access h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 135%;
  text-align: center;
  color: #8D1812;
  margin-bottom: 30px;
}
main.template-portal-cliente .channel-access a {
  font-size: 26px;
  line-height: 135%;
  margin: 0 auto 30px;
  background: #8D1812;
  color: white;
  width: 100%;
  max-width: 400px;
  padding: 8px;
  display: block;
  text-align: center;
}
main.template-portal-cliente .channel-access p {
  font-weight: normal;
  font-size: 29px;
  line-height: 135%;
  text-align: center;
  margin-bottom: 30px;
}
main.template-portal-cliente .channel-access .qr-img {
  width: 250px;
  height: 250px;
  margin: 15px auto;
}
main.template-portal-cliente .channel-access .text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

/*# sourceMappingURL=style.css.map */
