:root {
  --bd-btn-default: #001B33;
  --bd-btn-hover-default: #8B6F4B;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Greycliffcf';
  /* src: url('myfont.woff') format('woff'),  */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    /* url('../../fonts/daydream.ttf') format('truetype');  */
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    src: url('../fonts/greycliffcf-regular.otf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'Kefa';
  /* src: url('myfont.woff') format('woff'),  */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    /* url('../../fonts/daydream.ttf') format('truetype');  */
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    src: url('../fonts/kefa-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
body {
  font-family: 'Greycliffcf', sans-serif!important;
  color: #333;
}
p.card-text {
  text-align: justify;
}
.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-btn-default);
  --bs-btn-border-color: var(--bd-btn-default);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-btn-default, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-btn-default, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-btn-default);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-btn-default, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-btn-default, 20%)};
}
.btn-bd-primary:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bd-btn-hover-default);
  border-color: var(--bd-btn-hover-default);
}
/* .banner-opacity {
  background-color: rgb(0, 0, 0);
  height: 253px;
  width: 100%;
} */
#breadcrumbs {
  display: none;
}
.page-id-251 .banner {
  width: 100%;
  height: 400px;
  background: url(../img/quem-somos/banner/valuan-banner-valoriza.png) center no-repeat;
  background-size: cover;
}
.page-id-251 .section-header h1{
  display: none;
}
/* .page-id-237 .banner{
  width: 100%;
  height: 400px;
  background: url(../img/banners/valuan-banner-villa-de-lucca.jpg) center no-repeat;
  background-size: cover;
} */
.page-id-254 .banner {
  width: 100%;
  height: 300px;
  background: url(../img/banners/banner-page-contato.jpg) center no-repeat;
  background-size: cover;
}

.page-id-254 .section-header h1{
  display: none;
}
.page-id-237 .section-header h1 {
  display: none;
}
.page-id-239 .section-header h1{
  color: #001b33 !important;
  margin-top: 10% !important;
  text-shadow: none!important;
  font-weight: bold!important;
}
.section-header h1 {
  letter-spacing: 1px;
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 2px 2px 5px #000;
  margin-top: 13% !important;
}
#breadcrumbs .bread-link{
  color: #001b33;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#breadcrumbs .bread-current {
  font-weight: 700;
  text-transform: uppercase;
}
#breadcrumbs .bread-link:hover,
a.bread-parent:hover {
  color: #8b6f4b;
  font-weight: bold;
}
#breadcrumbs a.bread-parent{
  text-decoration: auto;
  color: #333;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
img.custom-logo {
  width: 100%;
  height: auto;
}
.navbar ul {
  margin: 11px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#navbar .sub-menu:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  padding: 41px 15px 44px 15px;
  color: #fff;

}
.navbar a:hover{
  background-color: #B69176;
  color: #fff;
}
ul.sub-menu {
  display: block;
  position: absolute;
  top: 57px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #001b33;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  margin-left: 0%;
} 
.navbar-mobile .menu-item > .menu-item-active {
  display: block!important;
}
.navbar .menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .menu-item ul.sub-menu li a {
  display: flex;
  padding: 10px;
}
.mobile-nav-toggle {
  font-size: 60px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  color: #fff;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .menu-item ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #001B33;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.fixed-top{
  background-color: #001B33;
  border: 3px solid #8B6F4B;
}
a.facebook,
a.instagram {
  color: #fff;
  font-size: 20px;
}
a.facebook:hover,
a.instagram:hover{
  color:#ffffffb8;
}

@media (max-width: 991px) {

  p.text-bem-vindo, p.text-horario-de-atendimento, p.text-contato-header {
    font-size: 21px;
    }
  .navbar ul {
      display: none;
  }
  .mobile-nav-toggle {
      display: block;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 67px;
    right: 15px;
    left: 15px;
    bottom: 0px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #001B33;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar a, .navbar a:focus {
    color: #fff!important;
  }
  .navbar a:hover{
    background-color: #B69176;
    color: #fff;
  }
  .navbar-mobile a, .navbar-mobile a:focus{
    display: flex;
    padding: 15px 20px!important;
    font-size: 18px;
    justify-content: center;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .row.d-flex.justify-content-center.icon-header {
    display: none!important;
  }
  #kwb-slide {
    margin-top: 26%!important;
  }
  .page-loteamento-bandeirantes-vii .divisor-default{
    width: 371px!important;
  }
  .page-id-251 .banner{
    margin-top: 109px !important;
  }
  .section-header h1 {
    margin-top: 0px !important;
  }
  .carousel-control-next{
    margin: 0%!important;
  }
}

/* Section Slide */
#kwb-slide {
  margin-top: 7%;
}
/* Section HOME */
.section-title {
  color: #031C33;
}
section#quem-somos-home .divisor-default{
  width: 67px;
  margin: initial;
}
section#quem-somos-home .section-title{
  font-size: 50px;
}
section#quem-somos-home p.section-text {
  font-size: 30px;
}
/*--------------------------------------------------------------
# Section Quem Somos
--------------------------------------------------------------*/
 p.section-text {
  font-size: 21px;
  text-align: justify;
  padding-right: 5%;
}
.page-id-251 .card.h-100{
  border: inherit;
}
img.quem-somos.w-100 {
  width: 91% !important;
}
img.icone.w-100 {
  width: 40% !important;
  height: auto;
}
img.icone-quem-somos.w-100 {
  width: 55% !important;
}
/*--------------------------------------------------------------
# Section Empreendimentos
--------------------------------------------------------------*/
#empreendimentos{
  background-color: #F4F8FD;
  font-size: 18px;
}
#empreendimentos .divisor-default,
#nossos-videos .divisor-default,
#nosso-instagram .divisor-default{
  margin: auto;
}

#empreendimentos .card.h-100{
  box-shadow: 0 0 10px #0074e475;
  border: inherit;
}

#empreendimentos a.btn.btn-bd-primary{
  border-radius: 0px !important;
  width: 100%;
  font-size: 18px;
}
#empreendimentos .divisor-box{
  border-bottom: 1px solid #e7e7e7;
  margin: auto;
}
a.link-localizacao {
  color: #212529;
  text-decoration: none;
  font-size: 18px;
}
a.link-localizacao:hover{
  text-decoration: underline;
  color: #8B6F4B;
}
.bi.bi-geo-alt-fill {
  color: #B69176;
}
#empreendimentos p.card-text{
  height: 40%;
}
/*--------------------------------------------------------------
# Section Nossa Essencia
--------------------------------------------------------------*/
#nossa-essencia{
  background: url(../img/nossa-essencia/valuan-malha.png) center no-repeat;
  background-size: cover;
}
#nossa-essencia .divisor-default{
  color: #B69176;
  width: 100%;
  height: 2px;
  margin: auto;
}
#nossa-essencia .w-100{
  width: 4%!important;
}
#nossa-essencia p.card-text{
  font-size: 18px;
}
/*--------------------------------------------------------------
# Section Valorize os Seus Sonhos
--------------------------------------------------------------*/
.parallax {
  /* The image used */
  background-image: url("../img/familia-feliz-casa.jpg");

  /* Set a specific height */
  min-height: auto;

  /* Create the parallax scrolling effect */
  background-color: rgb(0, 0, 0);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#valorize-os-seus-sonhos p{
  font-size: 35px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
  background-color: #001b33;
}
#footer .divisor-default{
  margin: inherit;
}
#footer .p.card-text{
  font-size: 16px;
}
.logo-rodape.w-100 {
  width: 60% !important;
}
a.facebook-footer,
a.instagram-footer {
  color: #f0fdfd;
  font-size: 20px;
}
a.facebook-footer:hover,
a.instagram-footer:hover,
a.link-endereco:hover,
a.a-link:hover {
  color: #8B6F4B;
}
#footer .footer-info{
  background-color: #a7a7a7;
  border-top: 4px solid #FE131F;
  padding: 30px;
}
.divisor-default {
  background-color: #c8a07f;
  height: 4px;
  width: 67px;
  margin: auto;
}
a.link-endereco,
a.a-link {
  color: #fff;
  text-decoration: none;
}
#copyright {
  background-color: #000;
  box-shadow: 0px 0px 8px 2px rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .bi.bi-geo-alt,
  .bi.bi-clock,
  .bi.bi-heart,
  .bi.bi-cup-hot,
  .bi.bi-person-vcard {
      display: none;
  }
}
/*--------------------------------------------------------------
# Página Interna - Empreendimentos
--------------------------------------------------------------*/
.page-villa-di-lucca .divisor-default{
  background-color: #c8a07f;
  height: 1px;
  width: 360px;
  margin: 0%;
}
.page-loteamento-bandeirantes-vii .divisor-default{
  background-color: #c8a07f;
  height: 1px;
  width: 100%;
  margin: 0%;
}
i.bi.bi-check-circle {
  color: #02b308;
}
.page-villa-di-lucca p.text-card{
  font-size: 16px;
}
img.icone-w-100 {
  width: 30%;
  margin: auto;
}
.container.icones{
  background-color: #8B6F4B;
}
p.card-title{
  color: #fff;
  font-size: 17px;
}
/*--------------------------------------------------------------
# Página Interna - Empreendimentos - Slideshow
--------------------------------------------------------------*/
section.slideshow{
  background-color: #ebebeb;
}
h2 {
	color: #001b33;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	position: relative;
	margin: 40px 70px;
}
h2::after {
	content: "";
    width: 100%;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    border-radius: 1px;
    background: #d4d4d4;
    left: 0;
    right: 0;
    bottom: 14px;
}
h2 span {
	display: inline-block;
	padding: 0 25px;
	background:#ebebeb;
	position:relative;
	z-index:2;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {	
	margin: 30px auto 50px;
}
.carousel .item {
    text-align: center;
	  overflow: hidden;
    height: 160px;
}
.carousel .item .img-box {
	background: #fff;
	padding: 9px;
	box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
}
.carousel .item img {
    margin: 0 auto;
}
.carousel .carousel-control {
	width: 68px;
	background: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel .carousel-control i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    z-index: 5;
    left: 0;
    right: 0;
	  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -55px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 1px 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li {	

}
.carousel-indicators li.active {
	background: #555;
}
.carousel .carousel-control i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}










#carouselExampleCaptions {
  width: 80vw;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-inner {
    width: 100%;
}

.card {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    border: none;
    transition: filter 0.5s ease;
    background: none;
}

.card img {
    width: 100%;
    /* height: 16em; */
    object-fit: cover;
    object-position: 0% 20%;
    border-radius: inherit;
}



.card .name {
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.card .role {
    font-size: 1.2em;
    margin: 0;
}

.card .work-at {
    font-size: 1em;
}

/* Controls */

i.fa-arrow-right,
i.fa-arrow-left {
  background: none;
  border: 2px solid rgb(110, 6, 110);
  color: rgb(110, 6, 110);
  padding: 10px;
  border-radius: 100%;
  transition: background .6s ease;
}

i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
  background: rgb(110, 6, 110);
  color: white;
}

.carousel-control-next {
    margin: 0 3em;
}

.control-btn {
    position: absolute;
    top: -1em;
    right: 5em;
}

.control-btn i.fa-arrow-left {
    position: absolute;
    right: 6em;
} 


/* Indicators */

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
	background-color: #999;
	border-color: transparent;}


.carousel-indicators .active {
    opacity: 1;
    background-color: #555
}



@media screen and (max-width: 900px){
#carouselExampleCaptions {
  width: 70vw;
  height: 70vw;
}

.card .name {
  margin-top: 1em;
    font-size: 1em;
    font-weight: 700;
}

.card .role {
    font-size: 0.8em;
}

.card .work-at {
    font-size: 0.6em;
}
}

@media screen and (max-width: 576px) {
.carousel-item .card .caption {
      position: absolute;
      top: 20px;
      left: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding: 10px;
}
}






.carousel-control-prev, .carousel-control-next {
  width: 68px;
  background: none;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

/*--------------------------------------------------------------
# Página Interna - Formulário de contato - Slideshow
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  height: 170px;
}
.contact .info-box i {
  font-size: 32px;
  color: #AD8467;

}
.contact .info-box h3 {
  font-size: 20px;
  color: #001b33;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box a,
.contact .info-box p{
  text-decoration: none;
  color: #AD8467;
  font-size: 16px;
}
.contact .info-box a:hover {
  color: #001b33;
}

.contact .info-box i.bi.bi-clock {
    font-size: 25px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-bd-primary {
  color: #fff !important;
  background-color: #001B33;
  border-color: #001B33;
  border-radius: 0.25rem !important;
  height: 39px;
  border: 1px solid transparent !important;
  padding: 0px 45px 4px 45px  !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-bd-primary:hover{
  background-color: #8B6F4B;
  border-color: #8B6F4B;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.phone {
  border-radius: var(--bs-border-radius);
  height: 37px;
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  width: 100%;
}
a.termo-de-aceito {
  text-decoration: none;
  color: #001b33;
  font-weight: 600;
}
a.termo-de-aceito:hover {
  color: #8B6F4B;
}
img.logo-kaster.w-100 {
  width: 15% !important;
}
