* {
    font-family: 'Poppins';
}

/* ////////////////// COLORS \\\\\\\\\\\\\\\\\ */

:root {
    --darkgreen: #514B3C;
    --darkbeige: #A4997B;
    --brown: #5E4433;
    --beige: #D1B9A3;
    --text: #222222;
}

/* ////////////////// LINE \\\\\\\\\\\\\\\\\ */

hr {
    margin: 20px 0!important;
    border-top: 1.5px solid var(--beige)!important;
    opacity: 1!important;
}

/* ////////////////// TEXT \\\\\\\\\\\\\\\\\ */

h1 {
    font-size: 45px!important;
    font-weight: 700!important;
    color: var(--darkgreen)!important;
}

h2 {
    font-size: 40px!important;
    font-weight: 500!important;
    color: var(--darkgreen)!important;

}

h3 {
    font-size: 25px!important;
    font-weight: 500!important  ;
    color: var(--darkbeige)!important;
}

h4 {
    font-size: 20px!important;
    font-weight: 300!important;
    color: var(--darkbeige)!important;
}

h5 {
    color: var(--darkgreen)!important;
    font-weight: 300!important;
    font-size:16px!important;
}

p {
    font-size: 14px;
    font-weight: 300!important;
}

@media (max-width:768px) {
    h1 {
        font-size: 35px !important;
    }

    h2 {
    font-size: 28px !important;
    }
    h3 {
    font-size: 20px !important;
    }

    h4 {
        font-size: 16px !important; 
    }
}

/* ////////////////// HEROS \\\\\\\\\\\\\\\\\ */

.banner {
    position: relative;
    width: 100%;
    background: url('/assets/website/img/spaces-banner.png'); 
    background-position: center;
    background-size: cover; 
    background-repeat: no-repeat;
    height: 400px;
    overflow: hidden;
    /* container-type: inline-size; */
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #00000091, #00000014);
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;

    color: rgba(255, 255, 255, 0.60)!important;
    margin: 0;
    font-weight: bold;
    font-size: 20cqw !important;
    z-index: 2; /* garante que fica acima do overlay */
}


.home-title {
    font-size: 75px!important;

}

.textlight { color: var(--darkbeige);}
.textdark { 
    color: var(--darkgreen)!important;
    font-weight: 400!important;
}

@media (max-width:768px) {
    .banner {
        height: 270px;
    }

    .home-title {
        font-size: 45px !important;
    }

    .banner h4 {
        width: 80%;
    }
}

/* ////////////////// BUTTONS \\\\\\\\\\\\\\\\\ */

button {
    border-radius: 5rem!important;
    padding: 8px 20px;
    outline: none;
    font-weight: 300;
    border: none;
    font-size: 15px!important;
}

a button {
    color: white;
    text-decoration: none;
}

.btn-banner {
    background-color: rgba(255, 255, 255, 0.412);
}

.btn-banner:hover a {
    color: white;
    text-decoration: none;
}

.btn-banner:hover {
    background-color: rgba(255, 255, 255, 0.243);

}

/* ////////////////// BACKGROUNDS \\\\\\\\\\\\\\\\\ */

.bgdark { background-color: var(--darkgreen);}
.bglight { background-color: var(--beige);}
.bgbrown {background-color: var(--brown);}

/* ////////////////// HOME \\\\\\\\\\\\\\\\\ */

.split-bg {

      background-image: linear-gradient(to bottom, #ffffff 30%, var(--darkgreen) 30%);
}

@media (min-width:769px) and (max-width:1200px) {
   .split-bg {

      background-image: linear-gradient(to bottom, #ffffff 10%, var(--darkgreen) 10%);
}

}

@media (max-width:768px) {
    .split-bg {
        background: var(--darkgreen);
    }
}
/* spaces */

.spaces-slider {
    overflow-x: scroll;
    margin: 40px 0;
    padding: 2  0px 0;
    display: flex;
}

.spaces-slider::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0)!important;
	border-radius: 10px;
	background-color: #D9D9D9;
}

.spaces-slider::-webkit-scrollbar
{
	height: 5px!important;
	background-color: #ffffff;
}

.spaces-slider::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px var(--darkgreen);
	background-color: var(--darkgreen);
}

/* words */

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-flex;
    align-items: center;
    animation: scroll 30s linear infinite;
}




@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .spaces-slider {
        display: block;
        overflow: hidden;
    }

    .marquee-container {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
     
    .marquee h2 {
        font-size: 17px!important;
    }
}

/* ///////////////////// SPACES \\\\\\\\\\\\\\\\\\\\\\\ */

/* gallery */
.slider-container {
  padding: 50px 0;
}

.slider {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.track {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 calc(100% / 3 - 30px); 
  margin: 0 15px;
  transition: all 0.5s ease;
  opacity: 0.4;
  transform: scale(0.85);
  border-radius: 20px;
  overflow: hidden;
  padding: 25px;
}

@media  (max-width: 991px) {    
    .slide {
        flex: 0 0 calc(100%/2); 
        padding: 0;
    }
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

/* foco */
.slide.active {
  opacity: 1;
  transform: scale(1.1);
}

/* vizinhos */
.slide.prev,
.slide.next {
  opacity: 0.7;
  transform: scale(0.95);
}

/* dots */
.dots {
  margin-top: 20px;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dots span.active {
  width: 25px;
  border-radius: 10px;
  background: var(--darkgreen);
}

/* ////////////// */

.spaces-img { 
    border-radius: 2rem;
    border: 1px solid var(--beige);
    padding: 8px;
    width: 90%;
}

.img-item  {
    border-radius: 2rem;
    overflow: hidden;
    height: 260px;
    display: inline;
    align-items: center;
}

.spaces-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.spaces-text {
    margin: 15px 0;
}

/* ////////////////// ABOUT US \\\\\\\\\\\\\\\\\ */

.banner-about {
     background: url('/assets/website/img/sobrenos-banner.png'); 

    background-size: cover; 
}

.icon-col {
  position: relative;
  display: flex;
  justify-content: center;
}

/* linha */
.icon-col::before {
    content: "";
    position: absolute;
    /* z-index: 2; */
    top: 91px;
    bottom: -35px;
    width: 2px;
    background-color: #d1b9a3;
    z-index: 2;
}

/* garantir que o ícone fica por cima */
.icon-col img {
  position: relative;
  z-index: 1;
  background: white; /* opcional para cortar a linha atrás */
  padding: 5px;
}


/* ////////////////// SERVICES \\\\\\\\\\\\\\\\\ */

.grid {
			display: flex;
			flex-wrap: wrap;
		}
		.grid > div {
			width: 100% ;
		}
		@media only screen and (min-device-width: 740px) {
			.grid {
				/*max-width: 75%;*/
			    display: grid;
			    grid-template-columns: repeat(auto-fit, minmax(9%, 1fr));
			    grid-template-rows: repeat(auto-fill, minmax(4%, 1fr)  );
			    grid-column-gap: 1rem;
			    grid-row-gap: 1rem;
			    margin-bottom: 1rem;
			}
			.grid > div {
				display: flex;
				flex-direction: column;
				align-items: stretch;
				justify-content: stretch;
				height: 100%;			
				/*width: 25%;*/
				overflow: hidden;
			}

			.grid > div:hover img {
				/*transform: translateX(-2px) scale(1.1);*/
			}

		}
		.grid img {
			transform-origin: center;
			transition: 2s ease all;
			margin-bottom: 0;
 			width: 100%;
 			height: 100%;
 			display: block;
 			object-fit: cover;
		}

.grid-card {
    padding: 20px;
    border-radius: 2rem;
}
.grid-card-img   {
    border-radius: 2rem;
    overflow: hidden;
}
.grid-card-img img {
    object-fit: cover;
}


@media (max-width: 768px) {
    .grid {
        display: flex;
    }
}
/* ////////////////// SPACES \\\\\\\\\\\\\\\\\ */

#price_table {
      display: flex;
  flex-flow: column;
  justify-content: center;
  min-width: 350px;
  min-height: 100vh;
  max-width: 1140px;
  margin: 0 auto;
  overflow-x: hidden;
}

.pricing__table {
	 display: flex;
	 margin: 30px 0px 90px 0px;
}
 @media (max-width: 640px) {
	 .pricing__table {
		 margin: 60px 15px;
	}
}
 .pricing__table .pt__title {
	 max-width: 25%;
	 flex: 1;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__title {
		 max-width: 50%;
	}
}
 .pricing__table .pt__title .pt__title__wrap {
	 position: relative;
	 flex: 1;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: flex-start;
	 padding: 24px 0;
	 font-size: 1.375rem;
	 line-height: 1.4;
	 text-align: center;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__title .pt__title__wrap {
		 font-size: 1.3rem;
	}
}
 .pricing__table .pt__title .pt__title__wrap .pt__row {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 font-size: 18px;
	 font-weight: 500;
	 min-height: 70px;
	 padding-left: 16px;
	 padding-right: 16px;
	 border-bottom: 1px solid rgba(73, 72, 74, .1);
	 text-align: left;
	 align-items: flex-start;
}
 .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
	 border-bottom: 0;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__title .pt__title__wrap .pt__row {
		 padding-left: 32px;
		 padding-right: 32px;
	}
}
 @media (max-width: 640px) {
	 .pricing__table .pt__title .pt__title__wrap .pt__row {
		 padding-left: 0;
		 padding-right: 15px;
		 font-size: 14px;
	}
}
 .pricing__table .pt__option {
	 position: relative;
	 flex: 1;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__option {
		 max-width: 50%;
	}
}
 .pricing__table .pt__option .pt__option__mobile__nav {
	 position: absolute;
	 z-index: 1;
	 top: 0%;
	 bottom: auto;
	 left: 0%;
	 right: auto;
	 display: none;
	 justify-content: space-between;
	 width: 100%;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__option .pt__option__mobile__nav {
		 z-index: 2;
		 top: 40px;
		 display: flex;
		 grid-column-gap: 8px;
		 grid-row-gap: 8px;
		 justify-content: space-between;
		 width: 110%;
		 margin-left: -5%;
	}
}
 .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 40px;
	 height: 40px;
	 color: #fff;
	 border-radius: 50%;
	 background-color: var(--darkgreen);
	 transition: 0.25s;
}
 .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
	 background-color: var(--darkgreen);
}
 .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
	 background-color: #c0beb6;
	 pointer-events: none;
}
 .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
	 width: 16px;
	 color: #faf7f2;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__option .pt__option__slider {
		 overflow: hidden;
	}
}
 .pricing__table .pt__option .pt__option__item {
	 flex: 1;
	 width: auto;
	 max-width: 33.3333%;
	 margin-right: 0;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__option .pt__option__item {
		 width: 100%;
		 max-width: none;
		 flex: none;
	}
}
 .pricing__table .pt__option .pt__option__item .pt__item {
	 position: relative;
	 display: flex;
	 flex: 1;
	 flex-direction: column;
	 justify-content: flex-start;
	 margin-bottom: 1em;
	 overflow: hidden;
	 border-radius: 24px;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__option .pt__option__item .pt__item {
		 border: 1px solid #ddd;
		 background-color: #fafafa;
	}
}
 .pricing__table .pt__option .pt__option__item .pt__item.recommend {
	 background-color: #d1b9a326;
	 border: 1px solid var(--beige);
}
 .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
	 flex: 1;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: flex-start;
	 text-align: center;
	 padding: 24px 0 0 0;
	 font-size: 1.375rem;
	 line-height: 1.4;
	 position: relative;
}
 @media (max-width: 991px) {
	 .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
		 font-size: 1.3rem;
	}
}
 .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 min-height: 70px;
	 padding-left: 16px;
	 padding-right: 16px;
	 font-size: 16px;
	 font-weight: 300;
	 border-bottom: 1px solid rgba(73, 72, 74, .1);
}
 .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
	 border-bottom: 0;
	 font-size: 20px;
	 font-weight: 600;
}
 .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
	 display: inline-flex;
	 padding: 20px 15px;
	 align-items: center;
	 border-bottom: 0;
}
 .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
	 padding: 15px 30px;
	 font-weight: 500;
	 text-transform: uppercase;
	 text-decoration: none;
	 color: #fff;
	 border-radius: 10px;
	 background-color: #0061ff;
	 transition: 0.25s;
}
 .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a:hover {
	 background-color: #0057e6;
}
 @media (max-width: 576px) {
	 .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
		 padding: 12px 20px;
	}
}
 @media (max-width: 640px) {
	 .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
		 font-size: 14px;
		 font-weight: 400;
	}
}

.swiper-wrapper {
  display: flex;
}

.fa-check {
    color: var(--darkgreen);
}

 .fa-times {
    color: var(--darkbeige);
 }
 

/* ////////////////// CONTACTS \\\\\\\\\\\\\\\\\ */

.form-control {
    background: #ffffff00!important;
    border-radius: 1rem!important;
    border: 1px solid white!important;
    color: white!important;
    font-size: 12px!important;
}

.form-control:focus {
    box-shadow: none!important;
    background-color: #ffffff36 !important;
}

.form-control ::placeholder {
    color: white!important;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.form-group.is-required > label:after, .label-required:after {
    color: var(--darkgreen)!important;
    text-shadow: 0 0 2px  var(--darkgreen)!important;
}

.checkbox input[type=checkbox] {
    margin-left: -14px;
}

/* ////////////////// HEADER \\\\\\\\\\\\\\\\\ */

.nav-link {
    color: white!important;
    font-size: 18px!important;
    padding: 10px 15px!important;
    font-weight: 300!important;
}

.navbar {
        background: linear-gradient(to bottom, #514b3c, transparent);
    border: none;
    border-radius: 0;
}

/* ////////////////// FOOTER \\\\\\\\\\\\\\\\\ */

footer ul, header ul {
    list-style: none;
    display: flex;
}

.footer-link {
    color: white!important;
    font-size: 16px!important;
    font-weight: 300!important;
    padding: 10px 20px;
    text-decoration: none;
}

.footer-link:hover {
    color: var(--beige);
}

.footer-btn {
    position: absolute;
    right: 0;
}

@media (max-width:768px) {
    .footer-menu {
        display: block!important;
        text-align: center;
    }

    .footer-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 20px 0;
    }
}
/* ////////////////// LEGAL \\\\\\\\\\\\\\\\\ */

.list-group-item.active {
    background-color: var(--darkbeige)!important;
    border-color: var(--darkbeige)!important;
}

.list-group-item {

}

