@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    font-family: "Poppins", sans-serif;
}
:root{
    --backgroung: #222328;
    --main-color: #3f459b;
    --main-color-second: #f08535;
    --main-color-third: #2cbfd3;

    --main-color-50: #3f459b7c;
    --main-color-second-50: #f086357a;
    --main-color-third-50: #2cbfd380;

    --main-color-10: #3f459b28;
    --main-color-second-10: #f086352a;
    --main-color-third-10: #2cbfd32a;
}
body{
    background: var(--backgroung);
}
.loginbutn {
    background: var(--main-color) !important;
        border: 1px solid var(--main-color);
    display: flex;
    gap: 10px;
    border-radius: 5px;
    padding: 5px 10px;
}
.loginbutn:hover{
    background: var(--main-color-second-50) !important;
    border: 1px solid var(--main-color-second);
}
.topHeader {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
}
.counter {
    border-radius: 10px 100px 0 0;
}
.contact,
.counter {
    background: #00000034;
    padding: 20px 50px;
}
.Classes {
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Classes p {
    opacity: .8;
}
.Classes h3 {
    font-weight: 500;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.Classes h1 {
    width: 50%;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -2px;
}
.Category {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    flex-wrap: wrap;
}

.Category .containerClass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
}
.Category a {
    background: var(--main-color-10);
    border: 1px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
    width: 400px;
}

.Category a img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

.Category a h2 {
    font-weight: bold;
    font-size: 1.75rem;
}
.Category a p {
    color: #aaa;
}
/*
    last Moveis
*/
.selected-last{
    width: 100%;
    background: var(--backgroung);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin:20px 0;
}
.box-last-card {
    background: var(--main-color-50);
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 10px;
    display: flex;              /* Para alinhar imagem e texto lado a lado */
    flex-direction: column;     /* Coloca imagem e título em coluna */
    text-align: start;
    width: 300px;               /* Define um tamanho fixo para a box */
}

.box-last-card .top-image {
    height: 200px;
}

.box-last-card .top-image img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    border-radius: 5px;
}
.box-last-card p {
    font-size: .8rem;
}
.description-card {
    font-size: .8rem;
    opacity: .4 !important;
    padding-top: 5px;
}
.box-last-card h5 {
    font-size: 1.1rem;
    width: 100%;
    line-height: 1.5;
    font-weight: bold;
    text-align: start;
    white-space: normal;   /* Permite quebra de linha */
    overflow: visible;     /* Mostra o texto completo */
}

/*
    Card Container
*/

.adicionais_json {
    background: #ffffff05;
    border-radius: 10px;
    padding: 10px;
    width: 400px !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 5px;
}
.item_container {
    border: 1px solid #ffffff17;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.item_container span {
    padding: 0 20px;
}
.item_container i {
    padding: 5px;
}
#HouseCategory .containerClass {
    width: 100%;
    background: var(--main-color-10);
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    display: flex;
    padding: 10px;
    transition: all .2s ease;
}
#HouseCategory .containerClass:hover{
    transform: scale(1.02);
}

/* Content Area */
#HouseCategory .contentContainer {
    width: 100%;
    text-align: left;
    padding: 0 20px;
}

#HouseCategory .contentContainer h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
}

#HouseCategory .contentContainer h4 {
    font-size: 1.75rem;
    color: var(--main-color-second);
    font-weight: bold;
}
#HouseCategory .contentContainer span {
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    gap: 10px;
}
.iconer {
    color: #bebebe;
}
.contentContainer h5 {
    font-size: 0.9rem;
    color: #ffffffd2;
    font-weight: 400;
}

.contentContainer p {
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff9f;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
}

/* Image Container */
.imageContainer {
    width: 70%;
    height: 200px; /* Altura ajustada */
    overflow: hidden;
    border-radius: 10px;
}
.logo-image{
    width: 50%;
    padding: 10px;
}
.imageContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a imagem cubra a área do container */
    border-radius: 10px;
}

/* Additional Style for Banner */
#HouseCategory .subBanner {
    background-color: #1a1a1a;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
}

#HouseCategory .subBanner h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#HouseCategory .subBanner p {
    font-size: 1.2rem;
    color: #bbb;
}

/* Header Styling */
#HouseCategory h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

/*
    Simulation
*/
.simulation {
    padding: 100px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.simulation a {
    background: #ffffff1c;
    color: #e5e5e5;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
}
.simulation p {
    color: #ffffffab;
    font-size: 0.9rem;
    padding: 20px 5px;
}
.simulation h3 strong{
    font-size: 1.2rem;
    padding-bottom: 10px;
    text-align: center;
    color: var(--main-color-second);
}
.simulation h1 {
    font-size: 2rem;
    font-weight: bold;
}
.simulate-on-bank {
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
    background: var(--main-color-50);
    border: 1px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.simulate-on-bank h3{
    width: 50%;
}
.simulate-on-bank img{
    height: 30px;
    border-radius: 3px;
}
.image-banks {
    display: flex;
    gap: 10px;
    padding: 5px;
}
/*
    Footer style
*/

footer {
    letter-spacing: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    flex-direction: column;
    color: #ffffff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    border-radius: 20px;
    width: 100%;
}

footer div {
    flex: 1 1 250px;
    margin: 10px;
}

footer h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #e5e5e5;
    font-weight: bold;
}

footer p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #ccc;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    margin-bottom: 10px;
}

footer a {
    text-decoration: none;
    color: #aaa;
    transition: color 0.3s;
    font-size: 0.8rem;
}

footer a:hover {
    color: #ffffff;
}

footer .main-contaner-footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .Footer-bottom{
    text-align: center;
    background: var(--main-color-10);
    border-radius: 10px;
    border:1px solid var(--main-color);
    padding: 10px;
    font-size: .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.Footer-bottom img{
    text-align: center;
    height: 30px;
}
.Footer-bottom span {
    color: #ffffff3a;
}
.Footer-bottom span i{
    font-size: 1.1rem;
}
/*

Casas

*/
#HouseCategory {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#HouseCategory h2 {
    padding: 30px 10px;
}
.subBanner {
    width: 100%;
    height: 50dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
}
.subBanner h1 {
    font-size: 3rem;
    font-weight: bold;
}
.subBanner p {
    font-size: 0.9rem;
    color: #e5e5e575;
}

#AboutContainer h3 {
    font-weight: bold;
    font-size: 2rem;
    padding: 0 30px;
}
#AboutContainer h1 {
    padding: 30px;
    font-size: 3rem;
    font-weight: bold;
}

/*
banner style
*/

.mySwiper {
    width: 100%;
    max-height: 700px;
    padding: 10px 0;
}

.mySwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 500px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#fullscreenSwiper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullscreenSwiper .swiper {
    width: 90vw;
    height: 90vh;
}

#fullscreenSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#fullscreenSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.closeFullscreen {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

/*
header profile
*/

.infoTop {
    width: 100%;
    padding: 5px 20px;
}
.infoTop h1 {
    font-size: 3rem;
    font-weight: bold;
}
.infoTop h3 {
    font-size: 1.5rem;
    font-weight: 500;
}
.containerInfo {
    width: 100%;
    padding: 20px;
    background: var(--main-color-10);
    border: 1px solid var(--main-color);
    margin: 30px 0;
    border-radius: 20px;
}
.containerInfo h1 {
    font-size: 3rem;
    font-weight: bold;
}
.observes h1,
.descriptionvalue h1 {
    font-size: 1.5rem;
}
.observes,
.descriptionvalue {
    text-align: start;
    padding: 30px;
    background: #e5e5e511;
    border-radius: 15px;
    margin-top: 30px;
    width: 49%;
    display: flex;
    flex-direction: column;
}
.observes ul {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}
.observes ul li {
    padding: 5px 20px;
    border: 1px solid var(--main-color-second);
    border-radius: 5px;
    color: #fff;
    background: var(--main-color-second-50);
}
.descriptionvalue a {
    color: #fff;
    background: var(--main-color-second-50);
    border: 1px solid var(--main-color-second);
    text-align: center;
    padding: 20px 5px;
    border-radius: 5px;
}
.descriptionvalue span{
    font-size: .9rem;
    opacity: .5;
}
.descriptionvalue b{
    color: var(--main-color-second);
    font-size: 2rem;
}
.contenderObject {
    justify-content: space-between;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.comodos {
    width: 100%;
    background: #e5e5e511;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}
.comodos ul {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.comodos ul li {
    padding: 5px 20px;
    color: #fff;
    display: flex;
    gap: 2px;
    text-align: center;
    max-width: 300px;
    font-size: .9rem;
    align-items: center;

}
.comodos ul li i {
    font-size: 1.2rem;
    padding: 5px;
    color: var(--main-color-second);
}
.youtubePrevuew {
    width: 100%;
    height: 1000px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}
.youtubePrevuew h1 {
    font-size: 1.6rem;
    font-weight: bold;
}
.youtubePrevuew iframe {
    height: 100%;
    width: 100%;
}
.lastCall {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    font-size: 2rem;
    font-weight: bold;
}
.lastCall a {
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 575px) {
    .simulate-on-bank{
        flex-direction: column;
    }
     .simulate-on-bank h3{
        width: 100%;
     }
}
@media (max-width: 628px) {
    .descriptionvalue,
    .observes {
        width: 100%;
    }

    .mySwiper {
        width: 100%;
    }

    .mySwiper .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mySwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        object-fit: cover;
        height: 250px;
    }
    .h1-class{
        width: 100% !important;
    }
}

@media (max-width: 756px) {
    .topHeader span,
    .contact {
        display: none;
    }
    .simulation {
        padding: 50px 20px;
    }
    .simulation h1 {
        font-size: 1.5rem;
    }
    .simulation p {
        padding: 30px 0;
    }

    #HouseCategory .containerClass {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
    }
    #HouseCategory .containerClass .imageContainer {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px dotted #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
