/* Importa a fonte Great Vibes para títulos */
/* Garantir altura igual nos ícones de infraestrutura */
.infra-ico {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 210px;
  height: 100%;
}
@media (max-width: 767px) {
  .infra-ico {
    min-height: 170px;
  }
  .row.text-center {
    display: flex;
    flex-wrap: wrap;
  }
  .row.text-center > .infra-ico {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.infra-ico .icon {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .infra-ico {
    min-height: 160px;
  }
}
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');

.titulo-especial{
    font-family: 'Dancing Script', cursive !important;
}

/****** PLACE YOUR CUSTOM STYLES HERE ******/
body, p.lead {
	font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #9A6400;
}

h3 {
	font-size: 36px;
  line-height: 1;
}

p {
  font-size: 16px;
}
p.lead {
	text-align: justify;
}

p.sub-title {
	font-weight: 500;
	color: #333B54;
	font-size: 16px;
}
.text-black{
	color:#000000 !important;
}

.text-white{
	color:#FFFFFF !important;
}

.bg-branco{
	background-color:#FFFFFF !important;
}

#contato-especial {
  background-color:rgba(170,183,160,0.7) !important;
  padding: 28px 0 !important;
}

#contato-especial #contato {
    padding: 0 !important;
}

#contato-especial h2 {
    font-family: "Unimed-DemiBold";
    font-size: 38px;
    text-align: center;
    color: #314D55;
}

#contato-especial h2 strong {
    font-family: "UnimedSans-ExtraBold";
}

#contato-especial h2 span {
    font-family: "UnimedSans-Book";
}

#contato-especial h4, #execucao h4 {
    font-family: "Fira Sans-Black";
    font-size: 28px;
    letter-spacing: 5px;
    text-align: center;
    color: #314D55;
}

#nao-me-toque, #galeria {
    text-align: center;
    font-family: "Unimed-Light";
}

#nao-me-toque h1 {
    font-family: "UnimedSans-BlackItalic" !important;
    text-align: center;
    color: #4D7B89 !important;
    font-size: 67px !important;
    line-height: normal;
}

#infraestrutura h1 {
    font-family: "UnimedSans-BlackItalic" !important;
    text-align: center;
    color: #fff !important;
    font-size: 67px !important;
    line-height: normal;
}

.lightbox-grid li {
    width: 25% !important;
}

.bg-claro {
	background-color: #FFFCE6;
}

.bg-intermediario {
    background-color: #F9EDC7;
}

.preenchimento-fundo {
	padding: 3px 10px;
    background-color: #aeb437;
    margin-bottom: 10px;
	color: #ffffff;
}
.fundo-auto {
    width: auto;
    padding: 6px;
}

.bg-secondary {
	background: #f1f1f2;
}

#exclusivo .bg-secondary {
	padding: 38px 30px !important;
	text-align: justify;
}

#exclusivo .bg-secondary {
    max-height: 973px;
}

#exclusivo h4 {
    font-family: "UnimedSans-BlackItalic" !important;
	color: #4D7B89;
    font-size: 34px;
}

#exclusivo p.lead {
    font-family: "Unimed-Light";
}

/**** FORMULÁRIO ****/
input[type="radio"] + label:before, .frmContatoEnd input[type="radio"] + label:before {
    border: 1px solid #4D7B89 !important;
    background-color: #fff !important;
}

input[type="radio"]:checked + label:before, .frmContatoEnd input[type="radio"]:checked + label:before {
    background: #4D7B89 !important;
}
label {
	font-family: "Fira Sans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input, select {
	border-color: #4D7B89 !important;
}
input[type="submit"] {
	background: #4D7B89 !important;
	font-family: "Fira Sans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

select {
  background-image:
    linear-gradient(45deg, transparent 50%, #4D7B89 50%),
    linear-gradient(135deg, #4D7B89 50%, transparent 50%);
}

select:focus {
  background-image:
    linear-gradient(45deg, #4D7B89 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #4D7B89 50%);
}

/**** FIM FORMULÁRIO ****/
@media screen and (max-width: 390px){
	#exclusivo .bg-secondary {
		padding: 25px;
	}
}

@media screen and (max-width: 990px){
	#exclusivo .bg-secondary {
		margin: 15px;
	}
}
@media screen and (min-width: 990px){
	#exclusivo .row:first-child {
		margin-right: 0;
	}
}


@media screen and (min-width: 990px) and (max-width: 1199px) {
	#exclusivo .bg-secondary {
		max-height: 1150px;
        padding: 48px 36px !important;
	}
}











@media screen and (max-width: 767px){
 .lightbox-grid li {
    width: 50% !important;
}

.infra-ico:nth-of-type(3n+4) {
  clear: left;
}

.fullscreen {
    height: 60vh;
}

.infra h1, #diferenciais1 h1 {
	font-size:18px;
	letter-spacing: 5px !important;
}

#diferenciais h1 {
	font-size: 22px !important;
}

.infra h5 {
	font-size:12px !important;
}
.garopaba-row,
.garopaba-row-margin {
  display: block !important;
}
}

.garopaba-section .row .col-xs-12 {
    padding-bottom: 20px;
}
.infra h5 {
	color:#FFF !important;
}

.infra .icon{
	width: 80%;
}

@media screen and (min-width: 768px) and (max-width: 990px) {

.infra-ico:nth-of-type(4n+5) {
  clear: left;
}
}


@media screen and (min-width: 991px){

.infra-ico:nth-of-type(6n+7) {
  clear: left;
}
}

.tarja-contato {
	text-align: center;
	color: rgb(52, 73, 94);
	font-size: 28px;
	height: 45px !important;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	letter-spacing: 5px;
}

/* Estilos para seção Garopaba */
.garopaba-section {
	padding: 60px 0;
}

.garopaba-title {
	font-family: 'Dancing Script', cursive;
	color: #B8860B;
	font-size: 4rem;
	margin-bottom: 40px;
}

.garopaba-row {
	display: flex;
	align-items: stretch;
}

.garopaba-row-margin {
	display: flex;
	align-items: stretch;
}

.garopaba-text-block {
	width: 100%;
	background-color: #FFFCE6 !important;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.garopaba-icon-circle {
	width: 60px;
	height: 60px;
	border: 2px solid #B8860B;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.garopaba-title-text {
	color: #B8860B;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
	font-size: 24px;
}

.garopaba-paragraph {
	color: #666;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 15px;
	font-size: 16px;
}

.garopaba-paragraph-bold {
	color: #555;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.garopaba-text-centered {
	width: 100%;
	background-color: #FFFCE6 !important;
	padding: 15% 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.garopaba-centered-title {
	color: #9A6400;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}

.garopaba-img-responsive {
	width: 100%;
	height: auto;
}

.garopaba-img-rounded {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.garopaba-col-flex {
	display: flex;
}

.garopaba-margin-bottom {
	margin-bottom: 15px;
}

#vivendas-do-bosque .row .col-md-6,
#vivendas-do-bosque .row .col-md-12 {
    padding-bottom: 20px;
}

.img-rounded {
    border-radius: 50%;
}

#simplicidade .icon {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}

/* Centralização do hero */
.hero-content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.infraestrutura-bloco {
  padding: 48px 0 32px 0;
}
.infra-titulo {
  color: #a06a00;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}
.infra-desc {
  font-size: 1.1rem;
  font-family: 'Fira Sans', Arial, sans-serif;
}
.infra-destaque {
  color: #2a3b4d;
  font-weight: 700;
  text-decoration: underline;
}
.infra-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.infra-card {
  background: #fffbe9;
  border: 2px solid #bfa05a;
  border-radius: 16px;
  padding: 24px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  box-shadow: 0 2px 8px rgba(191,160,90,0.04);
}
.infra-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.1rem;
  color: #6b6b6b;
  font-family: 'Fira Sans', Arial, sans-serif;
  margin-bottom: 8px;
}
.infra-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-left: 8px;
}
.infra-card-value {
  color: #a06a00;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Fira Sans', Arial, sans-serif;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .infra-cards-grid {
    grid-template-columns: 1fr;
  }
  .infra-titulo {
    font-size: 2rem;
  }
}

.hero-vivendas {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url('../img/capa.jpg') center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-vivendas::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(160, 106, 0, 0.38);
  z-index: 1;
}
.hero-vivendas-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.hero-vivendas-logo {
  max-width: 280px;
  margin-bottom: 18px;
}
.hero-vivendas-nome {
  font-family: 'Great Vibes', cursive;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.1;
}
.hero-vivendas-local {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin-top: 2px;
  font-family: 'Fira Sans', Arial, sans-serif;
}
.hero-vivendas-frase {
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-weight: 400;
  margin: 32px 0 28px 0;
  line-height: 1.15;
}
.hero-vivendas-btn {
  background: #fff;
  color: #a06a00;
  font-family: 'Fira Sans', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 0;
  padding: 14px 38px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
.hero-vivendas-btn:hover {
  background: #a06a00;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-vivendas-nome { font-size: 2.1rem; }
  .hero-vivendas-frase { font-size: 1.3rem; }
  .hero-vivendas-logo { max-width: 140px; }
}

#cronograma .col-xs-6 p {
    height: 30px;
}