:root{
    --verde:#d5a252;
    --verdeEscuro: #1e2016;
    --cinza: #ced7d0;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Heavy.eot');
    src: url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Heavy.woff2') format('woff2'),
        url('fonts/Avenir-Heavy.woff') format('woff'),
        url('fonts/Avenir-Heavy.ttf') format('truetype'),
        url('fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Book.eot');
    src: url('fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Book.woff2') format('woff2'),
        url('fonts/Avenir-Book.woff') format('woff'),
        url('fonts/Avenir-Book.ttf') format('truetype'),
        url('fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Black.woff2') format('woff2'),
        url('fonts/Avenir-Black.woff') format('woff'),
        url('fonts/Avenir-Black.ttf') format('truetype'),
        url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Light.woff2') format('woff2'),
        url('fonts/Avenir-Light.woff') format('woff'),
        url('fonts/Avenir-Light.ttf') format('truetype'),
        url('fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



*{
    font-family: 'Avenir'
}


.text-verde{
    color: var(--verde);
}

.bg-verde{
    background-color: #b3ad4f !important;
}

.text-verdeEscuro{
    color: var(--verdeEscuro);
}

.bg-verdeEscuro{
    background-color: var(--verdeEscuro) !important;
}

.bg-cinza{
    background-color: var(--cinza);
}

h1,h2,h3,h4,h5,h6,span{
    letter-spacing: 2px;
    margin-bottom: none !important;
    text-transform: uppercase;
    font-weight: lighter;
}
p{
    font-weight: lighter;
    color: #d7d7d7;
}

b{
    font-weight: 900 !important;
}

header{

    min-height: 600px;
    height: 50vh;
}
.box{
        background-image:   url('../img/header.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}

#contato{

    background-color: #000000b3;

}























#edasabody{

    background-image:url('../img/bg-conteudo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: ;

}

.subimg{
    font-size: 8px;
    color: #fff;
}


.wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.img_accordion{
	display: flex;
	width: 100%;
	height: 300px;
	color: #fff;
	flex-direction: row;
	line-height: 25px;
	box-shadow:  0px 10px 8px -2px rgba(0,0,0.0.2);
}
.item_1{
    
	background-image:  url("../img/galeria/05.png");
}
.item_2{
	background:   url("../img/galeria/02.jpg");
}
.item_3{
	background:   url("../img/galeria/04.png");
}
.item_4{
	background:   url("../img/galeria/01.png");
}
.item_5{
	background:   url("../img/galeria/05.webp");
}
.item_6{
	background: url("../img/galeria/06.png");
}
.item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	position: relative;
	flex: 1 1 0%;
	overflow: hidden;
	transition: flex -.4s;
}
.item:hover{
	flex: 3 1 0%;
	transition: all 0.3s ease-in-out;
}
.content *{
	visibility: hidden;
	opacity: 0;
	transform-style: preserve-3d;

}
.item:hover .content *{
	visibility: visible;
	opacity: 1;
	transform: none;
	transition: all 0.4s;
}
.content{
	display: flex;
	align-items: start;
	justify-content: end;
	position: absolute;
    flex-direction: column;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	padding: 5px 5px;
	color: #fff;
	visibility: hidden;
	z-index: 1;
	transition: all 0.4s;
}
.item:hover .content{
	visibility: visible;
}
.caption{
    
	font-size: 0.7rem;
	transform: translate3d(0, -60px, 0);
    letter-spacing: 0.3rem;
}


input{
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ffffff !important;
    background: unset !important;
    color: #fff !important;
}

button.btn.btn-warning.btn-block.mt-5.text-uppercase, a.btn.btn-warning.btn-block.mt-5.text-uppercase {
    background: var(--verde) !important;
    border-radius: 0px;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

.btn.btn-warning{
    background: var(--verde) !important;
    border-radius: 0px!important;
    border: none!important;
    font-size: 12px!important;
    letter-spacing: 2px!important;
    color: #fff!important;
    text-transform: uppercase;
    padding: 5px 2rem;
}

input::placeholder{

    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;

}

.form-control {
    padding: 0px  !important;
}

.text-google{

transform: rotate(90deg);
color: #fff;
position: a;
}

@media (max-width: 800px){

    header{
        height: unset;
        min-height: unset;
    }


    .logo-footer{
        width: 150px;
    }

}


#menu{

    position: fixed;
    z-index: 99;
    width: 100%;
    transition: all 0.4s;
  }

  #navbarText{

    
    justify-content: center !important;
    align-items: center !important;
  }
  .nav-link{

text-transform: uppercase;
font-size: 12px !important;

  }


@media (max-width: 800px){

    #menu{
  
        background-color: var(--verde) !important;
        position: sticky !important;
        top: 0;
    }
  
  #logo{
    width: 50px !important;
    margin-bottom: 1rem;
  }
  
  h3{
    font-size: 1.3rem !important;
  }
  
  }


  .nav-link{

    padding: 0px !important;

    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.1rem !important;
padding-bottom: 0.1rem !important;

    font-size: 14px !important ;

  }


  html{
    scroll-behavior: smooth;
  }


  :target {
    scroll-margin-top: 2.5rem;
  }


  .carousel-caption {
    width: 100%;
    margin-left: 0px !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

@media (max-width: 800px){
    .carousel-caption{

        position: unset !important;

    }

}


.btnzap{
    position: fixed;
    right: 4%;
    bottom: 4%;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 9999;
    transition: all 1s;
}
.btnzap:hover .zapicone {
    color: #25D366 !important;
}
.btnzap:hover{
    background-color: #fff;
}
.btnzap a {
    font-size: 1.6em;
    color: #fff ;
}



.box-banner{

color: #fff !important;
    border: 1px solid #fff;
    padding: 2rem;

}


/* empreendimentos */

#woods .banner{
    background-image: url('../img/empreendimentos/woods/bg-woods.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}


#ox .banner{
    background-image: url('../img/empreendimentos/ox/banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
/* 

#femp input {
    border-bottom: 2px solid #fff !important;
}

#femp input::placeholder {
    color: #fff !important;
} */

button#btn-book {
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: unset !important;
    background: #053f12;
    border: none !important;
    letter-spacing: 0.2rem;
    padding: 0.6rem 1.4rem;
}