 @media screen and (min-width: 1024px) {

  #paddingcard {
    padding-bottom: 35px;
  }

  #logonav {
    height: 175px;
    width: auto;
    display: flex;
    padding-right: 20px;
    padding-top: 10px;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }

  .text-small {
    font-size: 85%;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }

  .text-small {
    font-size: 85%;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 10px;
  }

  .bd-placeholder-img2 {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 20px;
    padding: 10px;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-link {
    display: block;
    font-family: 'Gothic A1', sans-serif;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 27px;
    color: rgb(26, 54, 93);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }

  .nav-link2 {
    display: block;
    font-family: 'Gothic A1', sans-serif;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: 550;
    color: rgb(26, 54, 93);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }


  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: black;
    text-align: inherit;
    text-decoration: none;
    font-size: 20px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }


  .nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: rgb(26, 54, 93);
  }

  @media (min-width: 992px) {
    .rounded-lg-3 {
      border-radius: .3rem;
    }
  }


  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 10;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
  }


  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(26, 54, 93);
    --bs-btn-border-color: rgb(26, 54, 93);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: rgba(26, 55, 93, 0.575);
    --bs-btn-hover-border-color: rgba(26, 55, 93, 0.575);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(26, 55, 93, 0.575);
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: rgba(26, 55, 93, 0.575);
  }

  .btn {
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }


  #titulo {
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 50px;
    color: rgb(26, 54, 93);
  }

  #titulo2 {
    text-align: center;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #5c411ada;
  }

  #titulo02 {
    text-align: justify;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 40px;
    color: #5c411ada;
    padding-bottom: 40px;
  }

  .feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }

  .icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
  }

  .icon-link:hover>.bi {
    transform: translate(.25rem);
  }

  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }

  .text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
  }

  .text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
  }

  .text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
  }

  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .feature-icon-small {
    width: 3rem;
    height: 3rem;
  }

  #adicionados {
    text-align: center;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 50px;
    font-weight: 1000;
    padding-top: 70px;
    color: rgb(26, 54, 93);
  }

  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .imgcard {
    padding: 10px;
    border-radius: 20px;
  }

  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 20px;
    background-color: white;
  }

  .card-title {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 28px;
    font-weight: 1000;
    padding-bottom: 10px;
  }

  .textocard {
    color: black;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 20px;
    font-weight: 1000;
    text-align: justify;
    padding-left: 10px;
  }

  #rodape {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 1000;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }

  .redessociais {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #icon1 {
    width: 80px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  #icon2 {
    width: 80px;
    padding-left: 12px;
    padding-top: 15px;
    padding-top: 10px;
  }

  .redes {
    font-family: 'Ysabeau Infant', sans-serif;
    color: rgb(26, 54, 93);
  }

  .finalredes {
    text-align: center;
    padding-top: 2px;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  html {
    height: -webkit-fill-available;
  }

  main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
  }

  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  }

  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }

  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }

  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }

  .btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
  }

  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #d2f4ea;
  }

  .scrollarea {
    overflow-y: auto;
  }

  .paddingtop {
    padding-top: 15px;
  }

  .paddingimoveis {
    padding-top: 20px;
  }

  .tituloimoveis {
    text-align: center;
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: black;
  }

  .descricao {
    text-align: left;
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
  }

  #rodape2 {
    padding-top: 170px;
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 1000;
    font-size: 15px;
    padding-left: 15px;
  }

  /* Carousel base class */
  .carousel {
    margin-bottom: 0rem;
  }

  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 100%;
  }


  /* MARKETING CONTENT
-------------------------------------------------- */

  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

  /* rtl:end:ignore */


  /* Featurettes
------------------------- */

  .featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
  }

  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }

  /* rtl:end:remove */

  /* RESPONSIVE CSS
-------------------------------------------------- */

  @media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .featurette-heading {
      font-size: 50px;
    }
  }

  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  .casaspage {
    border-radius: 5px;
  }

  .btn-send {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 10px;
    padding: 5px;
    background-color: rgb(26, 54, 93);
  }

  .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;

  }

  .tituloforms {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: rgb(26, 54, 93);
    padding-top: 20px;
  }

  .inputforms {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
  }

  .inputforms2 {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    padding-top: 18px;
  }

  .botaoenviar {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
  }

  #paddinganuncie {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .imagensgeral {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }

  #padform {
    padding-top: 205px;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }

  .container2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 70%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  #paddinginicio {
    padding-bottom: 15px;
  }

  .container3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 60%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-top: 65px;

  }

  .containernovo {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 70%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .container3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 70%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .williamfoto {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mapa1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mapa2 {
    border-radius: 20px;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .centerbotao {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  #logofinal {
    width: 30%;
    height: auto;
  }

  #video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 9999;
  }

  #video-container video {
    max-width: 90%;
    max-height: 90%;
    border-radius: 15px;
  }

}











@media screen and (max-width: 768px) {


  #video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 9999;
  }

  #video-container video {
    max-width: 70%;
    max-height: 70%;
    border-radius: 15px;
  }


  .containernovo {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: black;
    text-align: inherit;
    text-decoration: none;
    font-size: 20px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  #logofinal {
    width: 100%;
    height: auto;
  }

  .nav-link2 {
    display: block;
    font-family: 'Gothic A1', sans-serif;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: 550;
    color: rgb(26, 54, 93);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }

  .centerbotao {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .img-fluid {
    width: 100%
  }


  .williamfoto {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .container2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .container3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 90%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  #logonav {
    height: 100px;
    width: auto;
    display: flex;
    padding-right: 75px;
    padding-top: 10px;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }

  .text-small {
    font-size: 85%;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }

  .text-small {
    font-size: 85%;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 10px;
  }

  .bd-placeholder-img2 {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 20px;
    padding: 10px;
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-link {
    display: block;
    font-family: 'Gothic A1', sans-serif;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 17px;
    text-align: center;
    color: rgb(26, 54, 93);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }


  .nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: rgb(26, 54, 93);
  }

  @media (min-width: 992px) {
    .rounded-lg-3 {
      border-radius: .3rem;
    }
  }


  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 10;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
  }


  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(26, 54, 93);
    --bs-btn-border-color: rgb(26, 54, 93);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: rgba(26, 55, 93, 0.575);
    --bs-btn-hover-border-color: rgba(26, 55, 93, 0.575);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(26, 55, 93, 0.575);
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: rgba(26, 55, 93, 0.575);
  }

  .btn {
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  #titulo {
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 35px;
    color: rgb(26, 54, 93);
  }

  #titulo2 {
    text-align: center;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #5c411ada;
  }

  #titulo02 {
    text-align: justify;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 40px;
    color: #5c411ada;
    padding-bottom: 40px;
  }

  .feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }

  .icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
  }

  .icon-link:hover>.bi {
    transform: translate(.25rem);
  }

  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }

  .text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
  }

  .text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
  }

  .text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
  }

  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .feature-icon-small {
    width: 3rem;
    height: 3rem;
  }

  #adicionados {
    text-align: center;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 25px;
    padding-top: 10px;
    font-weight: 1000;
    color: rgb(26, 54, 93);
  }

  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .imgcard {
    padding: 10px;
    border-radius: 20px;
  }

  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: white;
  }

  .card-title {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 28px;
    font-weight: 1000;
    padding-bottom: 10px;
  }

  .textocard {
    color: black;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 20px;
    font-weight: 1000;
    text-align: justify;
    padding-left: 10px;
  }

  #rodape {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 1000;
    font-size: 11px;
    text-align: center;
  }

  .redessociais {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #icon1 {
    width: 60px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #icon2 {
    width: 60px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .redes {
    font-family: 'Ysabeau Infant', sans-serif;
    color: rgb(26, 54, 93);
  }

  .finalredes {
    text-align: center;
    padding-top: 2px;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  html {
    height: -webkit-fill-available;
  }

  main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
  }

  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  }

  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }

  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }

  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }

  .btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
  }

  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #d2f4ea;
  }

  .scrollarea {
    overflow-y: auto;
  }

  .paddingtop {
    padding-top: 15px;
  }

  .tituloimoveis {
    text-align: center;
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
  }

  .descricao {
    text-align: left;
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 700;
  }

  #rodape2 {
    padding-top: 64px;
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 1000;
    font-size: 11px;
    text-align: center;
  }

  /* Carousel base class */
  .carousel {
    margin-bottom: 0rem;
  }

  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 100%;
  }


  /* MARKETING CONTENT
  -------------------------------------------------- */

  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

  /* rtl:end:ignore */


  /* Featurettes
  ------------------------- */

  .featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
  }

  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }

  /* rtl:end:remove */

  /* RESPONSIVE CSS
  -------------------------------------------------- */

  @media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .featurette-heading {
      font-size: 50px;
    }
  }

  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  .casaspage {
    border-radius: 5px;
  }

  .btn-send {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 10px;
    padding: 5px;
    background-color: rgb(26, 54, 93);
  }

  .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;

  }

  .tituloforms {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: rgb(26, 54, 93);
  }

  .inputforms {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
  }

  .inputforms2 {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    padding-top: 18px;
  }

  .botaoenviar {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
  }

  #paddinganuncie {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .imagensgeral {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }

}









@media screen and (min-width: 768px) and (max-width: 1023px) {



  #video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 9999;
  }

  #video-container video {
    max-width: 80%;
    max-height: 80%;
    border-radius: 15px;
  }


  .containernovo {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: black;
    text-align: inherit;
    text-decoration: none;
    font-size: 20px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  #logofinal {
    width: 60%;
    height: auto;
  }

  .nav-link2 {
    display: block;
    font-family: 'Gothic A1', sans-serif;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: 550;
    color: rgb(26, 54, 93);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }

  .centerbotao {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .img-fluid {
    width: 100%
  }


  .williamfoto {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .container2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .container3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  #logonav {
    height: 100px;
    width: auto;
    display: flex;
    padding-right: 75px;
    padding-top: 10px;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }

  .text-small {
    font-size: 85%;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }

  .text-small {
    font-size: 85%;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 10px;
  }

  .bd-placeholder-img2 {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 20px;
    padding: 10px;
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .nav-link {
    display: block;
    font-family: 'Gothic A1', sans-serif;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 17px;
    text-align: center;
    color: rgb(26, 54, 93);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }


  .nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: rgb(26, 54, 93);
  }

  @media (min-width: 992px) {
    .rounded-lg-3 {
      border-radius: .3rem;
    }
  }


  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: 10;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
  }


  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(26, 54, 93);
    --bs-btn-border-color: rgb(26, 54, 93);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: rgba(26, 55, 93, 0.575);
    --bs-btn-hover-border-color: rgba(26, 55, 93, 0.575);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(26, 55, 93, 0.575);
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: rgba(26, 55, 93, 0.575);
  }

  .btn {
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  #titulo {
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 35px;
    color: rgb(26, 54, 93);
  }

  #titulo2 {
    text-align: center;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #5c411ada;
  }

  #titulo02 {
    text-align: justify;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 40px;
    color: #5c411ada;
    padding-bottom: 40px;
  }

  .feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }

  .icon-link>.bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
  }

  .icon-link:hover>.bi {
    transform: translate(.25rem);
  }

  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }

  .text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
  }

  .text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
  }

  .text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
  }

  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .feature-icon-small {
    width: 3rem;
    height: 3rem;
  }

  #adicionados {
    text-align: center;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 40px;
    padding-top: 10px;
    font-weight: 1000;
    color: rgb(26, 54, 93);
  }

  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .imgcard {
    padding: 10px;
    border-radius: 20px;
  }

  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: white;
  }

  .card-title {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 25px;
    font-weight: 1000;
    padding-bottom: 10px;
  }

  .textocard {
    color: black;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 20px;
    font-weight: 1000;
    text-align: justify;
    padding-left: 10px;
  }

  #rodape {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 1000;
    font-size: 16px;
    text-align: center;
  }

  .redessociais {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #icon1 {
    width: 90px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #icon2 {
    width: 90px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .redes {
    font-family: 'Ysabeau Infant', sans-serif;
    color: rgb(26, 54, 93);
  }

  .finalredes {
    text-align: center;
    padding-top: 2px;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  html {
    height: -webkit-fill-available;
  }

  main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .dropdown-toggle {
    outline: 0;
  }

  .btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
  }

  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  }

  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }

  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }

  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }

  .btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
  }

  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #d2f4ea;
  }

  .scrollarea {
    overflow-y: auto;
  }

  .paddingtop {
    padding-top: 15px;
  }

  .tituloimoveis {
    text-align: center;
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: black;
  }

  .descricao {
    text-align: left;
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 700;
  }

  #rodape2 {
    padding-top: 64px;
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 1000;
    font-size: 11px;
    text-align: center;
  }

  /* Carousel base class */
  .carousel {
    margin-bottom: 0rem;
  }

  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }

  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 100%;
  }


  /* MARKETING CONTENT
  -------------------------------------------------- */

  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }

  /* rtl:end:ignore */


  /* Featurettes
  ------------------------- */

  .featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
  }

  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }

  /* rtl:end:remove */

  /* RESPONSIVE CSS
  -------------------------------------------------- */

  @media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .featurette-heading {
      font-size: 50px;
    }
  }

  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  .casaspage {
    border-radius: 5px;
  }

  .btn-send {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 10px;
    padding: 5px;
    background-color: rgb(26, 54, 93);
  }

  .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;

  }

  .tituloforms {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: rgb(26, 54, 93);
  }

  .inputforms {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
  }

  .inputforms2 {
    font-family: 'Ysabeau Infant', sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    padding-top: 18px;
  }

  .botaoenviar {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
  }

  #paddinganuncie {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .imagensgeral {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }

  .paddingcard {
    padding-top: 90px;
  }

  .paddingcard2 {
    padding-top: 30px;
  }

}
