@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&family=Quicksand:wght@300;400;500;600;700&family=Caveat:wght@400..700&display=swap");
@font-face {
  font-family: "Daniel";
  src: url("/assets/legacy/fonts/daniel/daniel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Daniel";
  src: url("/assets/legacy/fonts/daniel/danielbd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Daniel";
  src: url("/assets/legacy/fonts/daniel/danielbk.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: sans-serif;
}
body a {
  all: unset;
}

.size {
  overflow: hidden !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  max-width: 80% !important;
  padding: 0;
  border: none;
  height: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px !important;
}

.modal-content {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  height: max-content;
  border: none;
  box-shadow: none;
}
.modal-content .btn-close-custom {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.modal-content .btn-close-custom svg {
  width: 40px;
  height: 40px;
  fill: transparent;
  stroke: #d6d6d6;
  transition: stroke 0.3s;
}
.modal-content .btn-close-custom:focus {
  outline: none;
}

.modal-body {
  position: initial !important;
  flex: initial !important;
  padding: 0 !important;
}

#modalImage {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container-fluid-custom {
  padding: 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.doodle-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/legacy/img/lp/doma/Contorno-cor.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.7em 1.2em 0.7em 1.2em;
  background-size: 100% 70%;
}

.doodle-border-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/legacy/img/lp/doma/Contorno-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.5em 0.8em 0.3em 0.7em;
  background-size: 100% 70%;
}

.navbar {
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar .shadow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}
.navbar .navbar-nav {
  display: flex;
  flex-direction: column !important;
  position: absolute;
  top: 100%;
  right: 0;
  width: 37%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 999;
  /* Estado inicial (escondido) */
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.navbar .navbar-nav .nav-link {
  color: #888888 !important;
  font-size: 1.1rem;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-link:hover {
  color: #555;
}

.navbar-brand {
  display: flex;
  gap: 0.5rem;
}
.navbar-brand .logo-img {
  height: 19px;
  width: auto;
}
.navbar-brand .doma-nav-img {
  height: 21px;
  width: auto;
}

.nav-small a.nav-2 {
  color: #bdbfbf !important;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.custom-toggler {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 6px 10px;
}
.custom-toggler span {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 3px;
  transition: 0.3s;
}
.custom-toggler span:nth-child(1) {
  transform-origin: 0;
}
.custom-toggler span:nth-child(2) {
  transform-origin: 0;
}
.custom-toggler span:nth-child(3) {
  transform-origin: 0;
}
.custom-toggler.collapsed span:nth-child(1) {
  transform: rotate(0deg);
}
.custom-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}
.custom-toggler.collapsed span:nth-child(3) {
  transform: rotate(0deg);
}
.custom-toggler.collapsed span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: center;
}
.custom-toggler.collapsed span:nth-child(2) {
  opacity: 0;
}
.custom-toggler.collapsed span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: center;
}

.main-banner {
  padding: 43px 0px 36px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.main-banner .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.main-banner h2 {
  font-family: "Daniel", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #c1c0be;
  width: 100%;
}
.main-banner .image-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-banner .image-section .container {
  display: flex;
  justify-content: center;
  padding: 14px 0px;
  margin: 0;
}
.main-banner .image-section .container .image-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.main-banner .image-section .container .image-item img {
  width: 254px;
  height: 268px;
  flex-shrink: 0;
}

.carousel-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0px;
}
.carousel-section .carousel-title {
  text-align: center;
  font-size: 16px;
  width: 264px;
  color: #bdbfbf;
  margin-bottom: 27px;
}
.carousel-section .carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86%;
}
.carousel-section .carousel-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  height: 268px;
}
.carousel-section .carousel-image .carousel-image-mobile {
  width: 268px;
  height: 268px;
}
.carousel-section .carousel-image .carousel-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-section .carousel-image .img-fluid {
  width: 100%;
  height: 100%;
}
.carousel-section .carousel-image .carousel-image-wrapper {
  display: inline-block;
}
.carousel-section .carousel-btn-mobile .button-cta {
  margin: 23px;
  border-radius: 30px;
  background: #bfbebd;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding: 8px 20px;
}
.carousel-section .carousel-btn-mobile .button-cta:hover {
  cursor: pointer;
  background-color: #888888;
}
.carousel-section .carousel-control {
  position: relative;
  background: transparent;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 10;
  flex-shrink: 0;
}
.carousel-section .carousel-control svg {
  fill: #d9d9d9;
  opacity: 0.7;
}
.carousel-section .prev-btn {
  display: flex;
  margin: 0;
}
.carousel-section .next-btn {
  display: flex;
}

.featured-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.featured-items .container-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured-items .container-items h2 {
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 23px 0px;
  margin: 0;
}
.featured-items .container-items h2 strong {
  color: #bdbfbf;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.featured-items .container-items .item {
  display: flex;
  align-items: center;
  text-align: center;
}
.featured-items .container-items .item .open-modal {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.featured-items .container-items .item .open-modal::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 45%;
  width: 10%;
  height: 11%;
  background-image: url("/assets/legacy/img/lp/doma/zoom.png");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.featured-items .container-items .item .open-modal:hover::after {
  opacity: 1;
}
.featured-items .container-items .item .open-modal img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 0px;
}
.featured-items .container-items .item .open-modal .item-title {
  font-size: 17px;
  color: #bdbfbf;
  margin: 10px 0px 8px;
}
.featured-items .container-items .item .open-modal .item-title .doodle-border {
  display: inline-block;
  font-weight: bold;
}
.featured-items .container-items .item .open-modal .item-title .doodle-border::before {
  content: "";
  background-image: url('/assets/legacy/img/lp/doma/contorno.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.featured-items .container-items .item .open-modal .measure {
  padding-top: 0px;
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.featured-items .container-items .item .open-modal .description {
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 0px 0px;
  margin: 0px 0px 56px;
}
.featured-items .cta-button-2 {
  display: inline-block;
  padding: 9px 28px;
  background-color: #bfbebd;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  border-radius: 60px;
  transition: background-color 0.3s;
  font-weight: 600;
  line-height: normal;
}

.icons-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  align-items: start;
}
.icons-section .icon-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.icons-section .icon-item svg {
  object-fit: contain;
  width: 75px;
  height: 75px;
}
.icons-section .icon-item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.icons-section .icon-item h3 {
  margin: 0;
  width: 143px;
  height: 49px;
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.icons-section .icon-item h3 span {
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
.icons-section .icon-item p {
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 57%;
}

.container-video {
  padding-bottom: 0px;
  background-color: #bdbfbf;
  position: relative;
}
.container-video .image-rectangle {
  opacity: 0.5;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 8px;
  width: 24vw;
  height: auto;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-video .image-rectangle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.container-video .video-section {
  text-align: center;
  padding: 17px 2px 18px;
  position: relative;
}
.container-video .video-section h2 {
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container-video .video-section h2 strong {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container-video .video-section .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  width: 100%;
}
.container-video .video-section .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  z-index: 1;
}
.container-video .video-section .video-wrapper video,
.container-video .video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-video .video-section p {
  margin: 19px 0px 0px 0px;
  font-family: "Daniel", sans-serif;
  font-size: 13px;
  color: #ffffff;
}

.carousel-section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 37px 46px 25px;
}
.carousel-section-2 .carousel-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}
.carousel-section-2 .carousel-2 .carousel-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #ffffff;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: filter 0.3s ease;
}
.carousel-section-2 .carousel-2 .carousel-arrow.left {
  margin-left: 19px;
  left: 10px;
}
.carousel-section-2 .carousel-2 .carousel-arrow.left svg {
  fill: white;
  opacity: 1;
}
.carousel-section-2 .carousel-2 .carousel-arrow.right {
  margin-right: 19px;
  right: 10px;
}
.carousel-section-2 .carousel-2 .carousel-arrow.right svg {
  fill: white;
  opacity: 1;
}
.carousel-section-2 .carousel-images-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66vw;
  width: 100vw;
  overflow: hidden;
}
.carousel-section-2 .carousel-text-2 {
  color: #bdbfbf;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  font-size: 21px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.carousel-section-2 .carousel-images-2 img {
  z-index: 6;
  position: absolute;
  width: 68vw;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s, opacity 0.25s;
  user-select: none;
  opacity: 0;
}
.carousel-section-2 .carousel-images-2 img:hover {
  cursor: pointer;
}
.carousel-section-2 .cta-button-3 {
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  display: inline-block;
  padding: 12px 23px;
  background-color: #bfbebd;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  transition: background-color 0.3s;
  font-weight: 600;
}
.carousel-section-2 .cta-button-3:hover {
  cursor: pointer;
  background-color: #888888;
}

.last-form {
  background-color: #fff;
  padding: 0;
}
.last-form .container {
  max-width: 1200px;
  margin: 0 auto;
}
.last-form .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last-form .col-12 {
  width: 100%;
}
.last-form .col-lg-6 {
  width: 100%;
  order: 1;
}
.last-form .form-area {
  background-color: #bdbfbf;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 44.7%, 0.2);
  padding: 25px 33px 31px;
}
.last-form .form-area h2 {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.last-form .form-area form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last-form .form-area form .group-row {
  width: 100%;
}
.last-form .form-area form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
  margin: 0;
}
.last-form .form-area form .form-group .radio-group {
  display: none;
}
.last-form .form-area form .form-group.d-none {
  display: none;
}
.last-form .form-area form .form-group.checkbox {
  display: flex;
  flex-direction: row;
}
.last-form .form-area form .form-group.checkbox input {
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 20px;
}
.last-form .form-area form .form-group small.error {
  display: none;
}
.last-form .form-area form .form-group .message {
  background-color: #ff6262;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.last-form .form-area form .form-group.has-error input[type=text],
.last-form .form-area form .form-group.has-error input[type=email],
.last-form .form-area form .form-group.has-error input[type=date],
.last-form .form-area form .form-group.has-error select {
  border: red 1px solid;
}
.last-form .form-area form .form-group.has-error small.error {
  display: block;
  color: red;
  margin-top: -10px;
  margin-bottom: 10px;
}
.last-form .form-area form .form-group:last-child {
  margin-bottom: 0;
  margin-top: 15px;
  padding: 0px 67px 0px;
}
.last-form .form-area form .form-group.w-h {
  width: 47%;
}
.last-form .form-area form .form-group label {
  margin-bottom: 8px;
  font-weight: 500;
}
.last-form .form-area form .form-group label .required {
  color: red;
}
.last-form .form-area form .form-group label,
.last-form .form-area form .form-group span {
  color: #555;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.last-form .form-area form .form-group input,
.last-form .form-area form .form-group select {
  color: #555;
  background: #e5e5e5;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
  padding: 5px;
  font-size: 14px;
  outline: none;
}
.last-form .form-area form .form-group input:last-child,
.last-form .form-area form .form-group select:last-child {
  margin-bottom: 0px;
}
.last-form .form-area form .form-group input.d-none,
.last-form .form-area form .form-group select.d-none {
  display: none;
}
.last-form .form-area form .form-group input[type=submit] {
  width: 288.078px;
  height: 36.903px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #bdbfbf;
  text-align: center;
  font-size: 20px;
  padding: 9px 28px;
}
.last-form .form-area form .form-group input[type=submit]:hover {
  opacity: 0.5;
}
.last-form .form-area form .form-group .policy-form {
  margin: 36px 0px 34px;
}
.last-form .form-area form .form-group .radio-group {
  display: flex;
}
.last-form .form-area form .form-group .radio-group .radio {
  margin-right: 30px;
}
.last-form .form-area form .form-group .radio-group .radio label {
  font-weight: initial;
}
.last-form .form-area form .form-group .radio-group .radio:last-child {
  margin-right: 0;
}
.last-form .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.last-form .image-container img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.last-form .ativo {
  width: 100%;
  height: auto;
}
.last-form .ativo img {
  width: 100%;
  height: auto;
}

.footer {
  background-color: #bdbfbf;
  color: #fff;
  overflow: hidden;
}
.footer .container {
  display: flex;
  flex-direction: column;
}
.footer .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .col-lg-6 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.footer .col-lg-6.order-lg-1 {
  order: 1;
}
.footer .col-lg-6.order-lg-2 {
  order: 2;
}
.footer h3 {
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-variant: all-small-caps;
  padding: 57px 52px 0px;
}
.footer .wrap-1 {
  padding: 15px 52px 50px;
  text-align: center;
  margin: 0;
}
.footer .wrap-1 .text-1-f {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .wrap-1 .list-f {
  list-style: none;
  padding: 0;
}
.footer .wrap-1 .list-f strong {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.footer .link-t {
  display: inline-block;
  margin-bottom: 27px;
}
.footer .link-t p {
  padding: 0px 75px 7px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer .link-t img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer .link-t img:hover {
  opacity: 0.7;
}
.footer .link-d {
  display: inline-block;
  margin-bottom: 32px;
}
.footer .link-d p {
  margin: 0;
  padding: 0px 75px 7px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer .link-d img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer .link-d img:hover {
  opacity: 0.7;
}
.footer .logo .phone {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 35px;
}
.footer .logo .phone strong {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.footer .logo .social-icon i {
  background-color: white;
  color: #3b5998;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.5rem;
  display: inline-block;
}
.footer .logo .social-icon i:hover i {
  opacity: 0.7;
  background-color: #3b5998;
  color: #fff;
}
.footer .logo .policy {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 63px;
}
.footer .logo .policy a {
  text-decoration: underline;
  cursor: pointer;
}
.footer .logo img {
  width: 136px;
  height: 32px;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .modal-dialog {
    margin: 0 auto !important;
  }
  .doodle-border {
    padding: 0.2em 1em 0.3em 0.5em;
  }
  .navbar .navbar-collapse {
    position: static;
    display: flex;
    width: 100%;
    box-shadow: none;
  }
  .navbar .shadow-container {
    padding: 0px 100px;
    max-width: 100%;
    height: 111px;
    max-width: 100%;
    height: auto;
  }
  .navbar .shadow-container .navbar-brand-desk {
    gap: 37px;
  }
  .navbar .shadow-container .navbar-brand-desk {
    gap: 37px;
  }
  .navbar .nav-desk {
    width: 100%;
  }
  .navbar .nav-desk .navbar-nav-desk {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 10px 0px;
    z-index: 999;
    text-decoration: none;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
  }
  .navbar .nav-desk .navbar-nav-desk .nav-item {
    padding: 0;
  }
  .navbar .nav-desk .navbar-nav-desk .nav-item .nav-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0;
    color: #bdbfbf !important;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
  }
  .navbar .nav-desk .navbar-nav-desk .nav-item .nav-link:hover {
    position: relative;
    text-decoration: none;
    color: #bdbfbf;
    width: 20%;
  }
  .navbar .nav-desk .navbar-nav-desk .nav-item .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 252%;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #bdbfbf;
    transform: translateX(-50%);
  }
  .main-banner h2 {
    font-size: 28px;
    letter-spacing: -1.5px;
  }
  .main-banner .title-wrapper {
    gap: 17px;
  }
  .main-banner .title-wrapper .title-recanto {
    width: 35%;
  }
  .main-banner .title-wrapper .title-doma {
    width: 35%;
  }
  .main-banner .image-item-desk {
    margin-top: 27px;
    gap: 35px;
  }
  .carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86%;
    position: relative;
  }
  .carousel-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .carousel-section .prev-btn {
    position: absolute;
    left: 0;
    top: 49%;
    margin-left: 100px;
  }
  .carousel-section .next-btn {
    margin-left: 20px;
  }
  .carousel-section .carousel-image {
    width: 625px;
    height: 513px;
  }
  .carousel-section .carousel-image img {
    z-index: 2;
  }
  .carousel-section .carousel-desk-pat {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .carousel-section .carousel-desk-pat .carousel-pat-2 {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .carousel-section .carousel-desk-pat .carousel-pat-2 .texto {
    gap: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .carousel-section .carousel-desk-pat .carousel-pat-2 .texto .carousel-title {
    width: 100%;
    margin: 0;
    max-width: 503px;
    padding: 0px 0px 0px 0px;
    color: #bdbfbf;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .carousel-section .carousel-btn-mobile .button-cta {
    margin-top: 48px;
  }
  .carousel-section .carousel-btn-mobile .button-cta:hover {
    cursor: pointer;
    background-color: #888888;
  }
  .carousel-section .carousel-btn-desktop .button-cta {
    padding: 13px 31px;
    margin-top: 0px;
    background-color: #bfbebd;
    border-radius: 50px;
    border: none;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .carousel-section .carousel-btn-desktop .button-cta:hover {
    cursor: pointer;
    background-color: #888888;
  }
  .featured-items {
    margin-top: 34px;
  }
  .featured-items .cta-button-2 {
    margin-top: 67px;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 46px;
  }
  .featured-items .cta-button-2:hover {
    cursor: pointer;
    background-color: #888888;
  }
  .featured-items .container-items {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .featured-items .container-items .item .open-modal {
    width: 367px;
  }
  .featured-items .container-items h2 {
    color: #bdbfbf;
    text-align: center;
    font-family: Roboto;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0px 0px 32px;
  }
  .featured-items .container-items h2 strong {
    color: #bdbfbf;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
  .featured-items .container-items .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0;
    gap: 105px;
    row-gap: 44px;
  }
  .featured-items .container-items .items .item a img {
    width: 100%;
    height: auto;
  }
  .featured-items .container-items .items .item .item-title {
    color: #bdbfbf;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .featured-items .container-items .items .item .item-title .doodle-border {
    padding: 0.8em 1.2em 0.9em 1em;
  }
  .featured-items .container-items .items .item .measure {
    color: #bdbfbf;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .featured-items .container-items .items .item .description {
    color: #bdbfbf;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .featured-items .container-items .items .item p {
    padding: 0;
  }
  .icons-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    padding: 60px 0px;
  }
  .icons-section .icon-item {
    max-width: 160px;
  }
  .video-section .container h2 {
    margin-bottom: 31px;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .video-section .container h2 strong {
    color: #fff;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .video-section .container p {
    font-size: 28px;
    padding: 35px 0px 0px;
  }
  .video-section .container .content-wrapper {
    width: 803px;
    margin: 0 auto;
  }
  .carousel-section-2 {
    padding: 37px 46px 90px;
  }
  .carousel-section-2 .carousel-2 {
    gap: 54px;
  }
  .carousel-section-2 .carousel-2 .cta-button-3 {
    font-size: 32px;
  }
  .carousel-section-2 .carousel-2 .carousel-arrow.left {
    margin-left: 20px;
  }
  .carousel-section-2 .carousel-2 .carousel-arrow.left svg {
    fill: #bdbfbf;
    filter: none;
  }
  .carousel-section-2 .carousel-2 .carousel-arrow.right {
    margin-right: 20px;
  }
  .carousel-section-2 .carousel-2 .carousel-arrow.right svg {
    fill: #bdbfbf;
    filter: none;
  }
  .carousel-section-2 .carousel-text-2 {
    font-size: 31px;
  }
  .carousel-section-2 .carousel-images-2 {
    height: 77vh;
  }
  .carousel-section-2 .carousel-images-2 img {
    width: 60vw;
  }
  .last-form {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .last-form .container {
    max-width: 100%;
    margin: 0;
  }
  .last-form .container .ativo {
    padding: 0;
    margin-bottom: -181px;
  }
  .last-form .container .desk-img-form {
    padding: 0px 0px 0px 84px;
    position: relative;
  }
  .last-form .container .image-rectangle-form {
    position: absolute;
    top: 192px;
    left: -21px;
  }
  .last-form .container .image-container {
    height: 88%;
    width: 88%;
  }
  .last-form .container .image-container img {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    z-index: 2;
  }
  .last-form .container .form-area {
    position: relative;
    z-index: 1;
    padding: 25px 217px 31px 53px;
  }
  .last-form .container .form-area form .form-group .policy-form {
    margin: 16px 0px 16px 0px;
  }
  .last-form .container .form-area form .form-group .policy-form a {
    color: #007bff;
    text-decoration: underline;
  }
  .last-form .container .form-area form .form-group .policy-form a:hover {
    cursor: pointer;
  }
  .last-form .container .form-area form .form-group input[type=submit] {
    width: 94%;
    padding: 1px 1px;
    font-size: 16px;
  }
  .last-form .container .image-rectangle-form-rigth {
    opacity: 0.5; /* total visibilidade */
    z-index: 9;
    position: absolute;
    top: 192px;
    right: -259px;
  }
  .footer {
    position: relative;
    z-index: 1;
  }
  .footer .wrap-1 {
    padding: 0;
    margin-bottom: 100px;
  }
  .footer .wrap-1 .text-1-f {
    font-size: 14px;
  }
  .footer .wrap-1 .list-f strong {
    font-size: 14.7px;
    font-weight: 700;
  }
  .footer h3 {
    overflow: hidden;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto;
    font-size: 26.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
  }
  .footer .logo img {
    width: 162.5px;
    height: auto;
  }
  .footer .logo .phone {
    font-size: 10.5px;
    text-align: start;
  }
  .footer .logo .phone strong {
    color: #fff;
    font-family: Roboto;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }
  .footer .logo .policy {
    text-align: start;
    font-size: 10.5px;
  }
  .footer .link-t p,
  .footer .link-d p {
    font-size: 13.3px;
    padding: 0;
  }
  .footer .row {
    align-items: center;
  }
  .footer .footer-desk {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 422px;
  }
  .footer .footer-desk .icons-redes {
    display: flex;
    flex-direction: column;
    font-size: 18.4px;
  }
}

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