body { 
    /* font-family: "Montserrat", sans-serif;  */
    background-color: #F5F1E9;
    font-size: 15px;

font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

/* fonts */

/* reem-kufi-fun-latin-400-normal */
/* @font-face {
    font-family: 'Reem Kufi Fun';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/reem-kufi-fun@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/reem-kufi-fun@latest/latin-400-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  } */



/* /////////////  titles  \\\\\\\\\\\\\\\ */

h1 {
    font-family: "nexa-rust-slab-black-shad-2", sans-serif !important;
    font-style: normal;
    font-weight: 900;
    font-size: 50px !important;
}
.h1 { color: var(--dark-brown) }
.h1-light { color: var(--white); }

h2 {
    /* font-family: "Montserrat" !important; */
    font-size: 26px !important;
    margin-top: 15px;
}
.h2{ color: #6D5A0E; }
.h2-light { color: #E2D8C4; }

p{
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--extradark-brown);
}
h3 , h4{
    font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-style: normal;
}

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

.row {
    margin:0!important
}

/* /////////////  colors  \\\\\\\\\\\\\\\ */

:root {
    --white: #EDE6CA;
    --brown: #6D5A0E;
    --light-brown: #B6AD87;
    --dark-brown: #3A3318; 
    --extradark-brown: #242219;
}

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

.text-darkbrown {
    color: var(--dark-brown);
}

/* /////////////  links  \\\\\\\\\\\\\\\ */

a { color: unset; 
    font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.text-white {
    color: var(--white)!important;
}


/* /////////////  background  \\\\\\\\\\\\\\\ */

.gold-bg {
    background:
        linear-gradient(to bottom right, #F3E8BC 50%, #DFD298 90%) bottom right,
        linear-gradient(to bottom left, #F3E8BC 50%, #DFD298 90%) bottom left,
        linear-gradient(to top left,  #F3E8BC 50%, #DFD298 90%) top left,
        linear-gradient(to top right,  #F3E8BC 50%, #DFD298 80%) top right;
   background-size:50% 50%;
   background-repeat:no-repeat;
}

.darkbrown-bg { background-color: var(--extradark-brown); }

/* /////////////  buttons  \\\\\\\\\\\\\\\ */

.btn {
    margin: 10px 5px;
    border-radius: 20px;
    transition: 0.3s;
}


.btn-white , .btn-white:focus{
    background-color: var(--white);
    padding: 10px 25px;
    color: var(--dark-brown);
    min-width: 170px;
}


.btn-brown , .btn-brown:focus{
    background-color: var(--brown);
    padding: 10px 25px;
    color: var(--white);
    min-width: 200px;
}

.btn-brown:hover  {
    background-color: var(--dark-brown);
    color: var(--white);
}

.btn-lightbrown , .btn-lightbrown:focus{
    background-color: var(--light-brown);
    padding: 10px 25px;
    color: var(--dark-brown);
    min-width: 200px;
}

.btn-lightbrown:hover{
    background-color:#a29a79;
    padding: 10px 25px;
}

/* /////////////  header  \\\\\\\\\\\\\\\ */

@media (min-width: 768px) {
    .navbar-nav .w-4{
        width: 21.25%;
    }
}



.navbar-nav .w-1{
    width: 15% !important;
    font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.navbar-nav li {
    display: flex;
    justify-content: center;
}

.scroll{
    /* background-color: #fffae7!important; */
    transition-duration: 0.8s;
    box-shadow: 3px 3px 10px #e8ddaed6 !important;
}

* {
    scroll-margin-top: 200px;
    scroll-behavior: smooth;
}

.scroll .nav .dropdown:hover > ul, .nav .dropdown ul:hover {
    background: white;
}


.navbar-fixed-top .navbar {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    background-color: #fff7d6;
}

.nav>li>a ,  header .navbar-nav>li>a:focus{
    color: var(--brown);
    font-size: 15px;
    opacity:1;
    border:none;
}

@media (max-width:991px) {
    .nav .dropdown:hover > ul {
        position: relative;
        top: 0!important;
        display: grid!important;
    }
    /* .navbar-nav li {
        display: unset;
    } */

    
}

@media (max-width:768px) {
    .navbar-fixed-top .navbar {
        margin:20px auto;
        display: grid;
    }

    .navbar-header {
        display: flex;
        justify-content: center;
    }
}

.scroll .nav .dropdown > ul, .nav .dropdown ul a{
    color: #A69069;
}
.scroll .nav .dropdown > ul, .nav .dropdown ul a:hover{
    color: #6D5A0E;
}

.small-nav {
    transition-duration: 0.8s;
    background-color: #1616163d;
}

.small-nav ul {
    justify-content: space-around;
}

.small-nav span {
    vertical-align: middle;
}
.small-nav li a{
    padding: 0 10px;
    vertical-align: middle;
}

.small-nav li img{
    padding: 0 6px;
} 

.small-scroll {
    background-color: white;
    margin-top: -30px;
    transition-duration: 0.8s;
}

.w-6 {
    width: 60px;
}



.nav {
    /* font-family: "Lustria", serif; */
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}
header .navbar{
    min-height: unset
}

header .navbar-nav > li > a:hover {
    color: var(--dark-brown);
    opacity: 1;
    border: none;
    padding-bottom: unset;
}

header .navbar-nav > li > a {
    text-align: center;
    padding: 16px 40px;
    opacity: 1;
    border: none;
    font-family: "Reem Kufi Fun", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600
}


.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin:unset;
}
@media (min-width:768px) and (max-width:991px){
    header .navbar-nav > li > a {
        padding: 10px 20px;
    }
}

@media (max-width:768px) {
    header .navbar-nav > li > a {
        padding: 10px;
    }

    header .navbar-collapse ul.navbar-nav {
        margin-left: auto;
        margin-right: auto;
    }
}

/* @media (min-width:768px) and (max-width:991px) {
    .navbar-nav li a{
        padding: 16px!important;
    }
} */

/* /////////////  footer  \\\\\\\\\\\\\\\ */
footer {
    color: white;
    background: url('/assets/website/img/footer-bg.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: auto;
}

footer .title {
    font-family: "nexa-rust-slab-black-shad-2", sans-serif !important;
    font-style: normal;
    font-weight: 900;
}

.footer-overlay {
    background: #242219ad;
}

footer ul {
    list-style: none;
}

footer a {
    color: white;
}

.small-footer {
    padding: 8px 0;
    color: var(--white);
}

.small-footer .container {
    width: 90%;
}
.legal {
    float: left;
}
.enovo {
    float: right;
}

@media (max-width:900px) {
    .small-footer .container {
        text-align: center;
    }
    .legal {
        float: unset;
    }
    .enovo {
        float: unset;
    }
}

#contacts a:hover, a:focus, a:active {
    color: var(--light-brown);
}

.contacts-panel .darkbrown-bg, .contacts-panel .gold-bg {
    padding: 40px 6vw;
}

@media (min-width:991px){
    .contacts-panel{
        display: flex;
    }

}

@media (min-width:768px) {
    .contacts-panel {
        display: flex;
    }
}

footer a {
    color: var(--white);
}

footer a:hover {
    color: var(--light-brown);
}

.small-footer a:hover{
    padding: 8px 0;
    color: var(--light-brown);
}

.small-footer img {
    filter: sepia(1);
    transition: ease 0.2s;
}
.small-footer .enovo a:hover img {
    filter: sepia(0);
}

.accept a{
    color: var(--brown);
}
.accept a:hover{
    color: var(--dark-brown);
}

@media (max-width:768px) {
    footer ul {
        margin: 20px;
    }
}

/* /////////////  home  \\\\\\\\\\\\\\\ */

.slider {
    background-image: url('/assets/website/img/home-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom -85px;
}

.slider-overlay {
    background: #2422194f;
}



/* ////  home sections  \\\\\ */

/* news */


.new-text{
    padding: 30px 5vw;
}

.delivery-icons {
    width: 40%;
}

@media (max-width:768px) {
    .new-text .menu-preview-card-img {
        display:flex!important;
        margin: 0!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .menu-preview-card-img {

    }
}

@media (max-width: 991px) {
    .delivery-icons {
        width: 100% !important;
    }

}

/* about  */

#about {
    position: relative;
}
@media (min-width:991px){
    #about .row ,  #vegan-veggie .row {
        display: flex;
    }

}

/* menu preview */

.menu-preview-card-img {
   display: flex;
   justify-content: center;
   padding: 30px 0;
}

.menu-preview-card-bg {
    background: url('/assets/website/img/hexagon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s ease;
}

.menu-preview-card:hover .menu-preview-card-bg{
    transform: rotate(90deg);
    filter: brightness(0.5);
}

.menu-preview-card:hover .btn-menupreview{ 
    background-color: var(--dark-brown);
    color: var(--white);
}

#menu-preview .hover .menu-preview-card-bg{
    transform: rotate(90deg);
    filter: brightness(0.5);
}

#menu-preview .hover .btn-menupreview {
    background-color: var(--dark-brown);
    color: var(--white);
}

#menu-preview .container {
    padding: 60px 0;
}

#menu-preview h3, #menu h4{
    color: var(--extradark-brown);
}

#menu-preview p{
    color: var(--brown);
}

@media (max-width:991px) {
    .menu-preview-card {
        padding: 20px!important;
    }
}

/* menu  */

#menu .nav-tabs {
    border-bottom: 1px solid #f7f3e1;
    display:flex; justify-content: space-between;
    margin-left:-15px;
    margin-right: -15px;
}

#menu .nav-link {
    margin:0;
} 

#menu .nav-tabs>li>a {
    border-bottom-width: 2px;
    font-family: "Reem Kufi Fun", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    padding: 10px;
}


#menu .nav-tabs>li.active>a, #menu .nav-tabs>li.active>a:focus, #menu  .nav-tabs>li.active>a:hover, #menu .nav-tabs>li>a:hover {
    border-color: transparent transparent var(--brown); 
    background-color: transparent;
    color: var(--dark-brown);
}

.menu-card {
    position: relative;
}
@media (max-width:991px){
    #menu .nav-tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        /* -webkit-overflow-scrolling: touch; */
    }

    .menu-img {
        min-height: 400px;
    }
    #menu .nav-tabs>li>a {
        padding: 10px 15px;
    }
}

/* menu imgs toggle */

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    background: var(--light-brown);
}
.btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}
.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: .5;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active {
    transition: background-color .25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before {
    opacity: .5;
}
.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle:before, .btn-toggle:after {
    color: var(--dark-brown);
}
.btn-toggle.active {
    background-color: var(--brown);
}
.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg.focus.active {
    outline: none;
}
.btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
    content: url('/assets/website/img/icons/no-image.svg');
    left: -3rem;
    width:20px;
    line-height: normal;
    margin-bottom: -2px;
}
.btn-toggle.btn-lg:after {
    content: url('/assets/website/img/icons/image.svg');
    right: -3rem;
    opacity: .5;
    width:20px;
    line-height: normal;
}
.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-lg.active {
    transition: background-color .25s;
}
.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
    opacity: .5;
}
.btn-toggle.btn-lg.active:after {
    opacity: 1;
}



/* sides preview */

#sides-preview h3{
    color: var(--white);
}

#sides-preview p{
    color: white;
}

#sides-preview .slider-overlay {
    padding: 60px;
    opacity: 0;
    background: #00000091;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s linear;
}

#sides-preview .sides-preview-card:hover .slider-overlay {
    visibility: visible;
    opacity: 1;
}

#sides-preview .hover .slider-overlay {
    visibility: visible;
    opacity: 1; 
}

/* delivery  */



/* vegan veggie */


/* slider */

#photoSlider {
    background: linear-gradient(90deg, #E2D8C4 60%, #F5F1E9 60%); 
    padding-top: 10px;
    position: relative;
}

.carousel-container{
    margin-top: -130px;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 60px;
}

/* houses */

#houses {
    background: linear-gradient(90deg, #E2D8C4 60%, #F5F1E9 60%); 
    /* padding: 70px 0 100px; */
}

.tree-bg {
    background: url('/assets/website/img/tree-bg.svg');
    background-size: contain;
    background-position: left -10% bottom;
    background-repeat: no-repeat;
    padding: 70px 0 150px;
}

.right-under-card {
    padding: 50px 180px 60px 235px;
    width: 65%;
    right: 0;
    z-index: 0;
    position: absolute;
}

.houses-img {
    height: 330px; 
    overflow: hidden; 
    z-index: 2;
    position: relative;
    width: 90%;
    margin-top: 40px;
}



/* } 

@media (max-width:450px) {
    .right-under-card {
        height: 100%!important;
    }

    .activities-img-shadow {
        height: 200px;
    }
    #slider-test {
        height: 30vh!important;
    }
    .houses-img {
        padding-top:30px;
    }

    #home_slider .slider:after {
        bottom: -1px !important;
    }

} */
/* 
@media (min-width:450px) and (max-width:768px) {
    .right-under-card {
        width: 100%;
        height:70%!important;
        top: 100px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .right-under-card {
        padding: 100px 30px 60px 50px;
        width: 85%;
        height: 480px !important;
    }
} */




/* pages */

.page-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 385px;
    background-position: center bottom -85px;
    margin-top: -125px;
    margin-bottom:0;
    position: relative;
}

.page-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #F5F1E9;   
    clip-path: ellipse(53% 79% at 50% 100%);
}

.page-header-overlay {
    background: linear-gradient(180deg, rgb(123 112 73 / 90%) 0%, rgba(255, 255, 255, 0) 150%);
    height: 385px;
}

.page-header .container {
    height: 385px;
}


/* ecr alto */

@media (max-width:768px) and (min-height: 900px){

    .page-header,  .page-header-overlay , .page-header .container{
        height: 270px;
        margin-top: -60px;
    }
    .page-header:after {
        height: 100px!important;
    }
    .page-header .container {
        padding-top: 100px;
    }
    #home_slider  .slider .slider-overlay .container {
        padding-top: 300px;
    }
    #home_slider .slider{
        margin-top: -160px;
    }
    #home_slider .slider-overlay .container , .slider-overlay{
        height: 800px;
    }
}

@media (min-width:768px) and (max-width: 991px) and (min-height: 900px){
    .page-header .container {
        padding-top: 200px;
    }

    .page-header, .page-header-overlay, .page-header .container {
        height: 400px;
    }



    #home_slider  .slider .slider-overlay .container {
        padding-top: 300px;
    }
    #home_slider .slider{
        margin-top: -160px;
    }
    #home_slider .slider-overlay .container , .slider-overlay{
        height: 800px;
    }
    
}

@media (min-width: 991px) and (min-height: 900px){
    .page-header, .page-header-overlay, .page-header .container {
        height: 480px;
        margin-top: -125px;
    }
    .page-header .container {
        padding-top: 250px;
    }

    #home_slider {
        height: 920px;
    }

    #home_slider  .slider .slider-overlay .container {
        padding-top: 300px;
    }
    #home_slider .slider{
        margin-top: -160px;
        height: 920px;
    }
    #home_slider .slider-overlay{
        height: 920px;
    }


}

#page_slider .slider-overlay{
    height:333px;
}

#page_slider .slider-overlay .container{
    padding-top:190px;
}

#page_slider .slider {
    background-position: center;
    margin-top: -80px;
}

/* ecr baixo */

@media (max-width:768px) and (max-height: 900px){

    .page-header,  .page-header-overlay , .page-header .container{
        height: 240px;
        margin-top: -60px;
    }
    .page-header:after {
        height: 100px!important;
    }
    .page-header .container {
        padding-top: 80px;
    }


    #home_slider  .slider .slider-overlay .container {
        padding-top: 300px;
    }
    #home_slider .slider{
        margin-top: -160px;
    }
    #home_slider .slider-overlay .container , .slider-overlay{
        height: 800px;
    }
}

@media (min-width:768px) and (max-width: 991px) and (max-height: 900px){
    .page-header .container {
        padding-top: 180px;
    }

    .logo_nav {
        height: 70px;
    }

    .page-header, .page-header-overlay {
        height: 385px;
    }

    .slider-overlay .container {
        padding-top: 100px;
    }

    .slider {
        margin-top: -80px;
        position: relative;
    }


    #home_slider  .slider .slider-overlay .container {
        padding-top: 300px;
    }
    #home_slider .slider{
        margin-top: -160px;
    }
    #home_slider .slider-overlay .container , .slider-overlay{
        height: 800px;
    }
}

@media (min-width: 991px) and (max-height: 900px){
    .page-header, .page-header-overlay, .page-header .container {
        height: 375px;
        margin-top: -75px;
    }

    .page-header .container {
        padding-top: 155px;
    }


    #home_slider  .slider .slider-overlay .container {
        padding-top: 300px;
    }
    #home_slider .slider{
        margin-top: -160px;
    }
    #home_slider .slider-overlay .container , .slider-overlay{
        height: 800px;
    }
}


/* reservations */

/* .form-group-lg .form-control {
    background: #fffefc;
    border: 1px solid #fffefc;
    border-radius: 15px;
    font-size: 16px;
}

.form-group-lg .form-control:focus  {
    background: #f9f8f5e8;
    border: 1px solid #6D5A0Edd;
}

.form-control {
    font-weight: 200;
}

#reservations label {
    font-weight: 500!important;
    color: #8F7E61;
}

.r-img-c {
    height: 180px; 
    width:250px;
    overflow:hidden;
}

.form-group {
    margin: 5px 0;
} */

@media (max-width:991px){
    .r-img-c {
        height: 100px;
        width: 150px;
    }

    .form-group {
        margin:2px 0;
    }
    
    .btn-pedir {
        width: 100%;
    }

    /* ameneties */
    .fav-amenity {
        padding: 5px 10px!important;
        margin: 5px 2px !important;
    }
}

.selectable-image {
    height: 100%; 
    width: auto; 
    margin-left: 25px;
    margin-top: 10px;
}

/* faqs */
.panel-default>.panel-heading {
    background-color: transparent;
}
.faq-content {
    font-weight: normal;
}

.faqs .panel-group .panel-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    border: none;
    font-weight: bold;
    /* background: transparent url('/assets/website/img/icons/arrow-up.svg') 0% 0% no-repeat ;
    background-position: left;
    background-size: 17px; */
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 30px;
}


.faqs .panel {
    border: none;
    margin-bottom: 5px;
    background-color: #fffcf7;
}
.faqs .question{
    transition: 0.2s;
    color: #8F7E61;
}

.faqs .question:hover{
    color: #6D5A0E;
}

/* houses list */

.image-shadow {
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96%;
}

.image-shadow img{
    height: 100%;
    width:auto;
}
.even-img { margin-left: -15px;}

.odd-img { margin-left: 15px;}

@media (max-width:500px) {
    .image-shadow {
        height: 340px!important;
        margin-top:40px;
    }

    .image-shadow img{
        height: 100%!important;
        width:auto!important;
    }
}

@media (min-width:500px) and (max-width:765px) {
    .image-shadow {
        height: auto!important;
        margin-top:40px;
    }

    .image-shadow img{
        height: auto!important;
        width:100%!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .image-shadow {
        height: 340px!important;
        margin-top:40px;
    }

    .image-shadow img{
        height: auto!important;
        width:100%!important;
    }
}

/* house details  */

.fav-amenity {
    background-color: #fffbf4;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #c8c1b41c;
    padding: 10px 20px;
    margin: 5px 10px;
    display: inline-block;
}

.fav-amenity p {
    display: inline;
}
@media (min-width:991px){
    #default_gallery{
        margin-right: 40px;
    }
}


/* contacts */

#contacts {
    padding: unset
}

#contacts .form-group {
    margin:unset; 
}
#contacts .form-control {
    background-color: #d6cca2;
    border: none;

    font-size: unset;
    font-weight: normal;
}

#contacts .form-control:focus {
    background-color: var(--light-brown);
    border: none;
}

.icheckbox_minimal-blue {
    border: 1px solid var(--brown);
}

.icheckbox_minimal-blue.checked {
    background-position: -41px -1px !important;
}
.icheckbox_minimal-blue, .iradio_minimal-blue {
    filter: sepia(1);
}

#contacts label {
    color: var(--dark-brown);
}

#contacts h3 {
    font-family: "nexa-rust-slab-black-shad-2", sans-serif !important;
    font-style: normal;
    font-weight: 900;
}


/* teste */ 
 

@media (max-width: 991px) {

}

/* mobile e tablet */

@media (min-width: 1100px) {
    
}

/* everything but mobile */
@media (min-width: 768px) {
    /* header */
    .navbar-collapse {
        display: flex;
        justify-content:center;
    }
}


/* mobile */
@media (max-width: 768px) {
    
    /* header */
    /* .navbar {
        background-color: rgb(250, 250, 250);
        box-shadow: 0 9px 11px rgb(255 255 255 / 30%);
        text-align: center;
    }

    .navbar-collapse .nav>li>a{
        color: #A69069;
    }
    
    .navbar-collapse .nav>li>a:hover{
        color: #6D5A0E;
        border-bottom: 3px solid #6D5A0E;
        padding-bottom: 18px;
        opacity: unset;
    }

   .nav-small {
        padding-top: 35px;
    }
    

    .houses-img {
        align-content: flex-end;
        height: 100%;
        width: auto;
        margin-top: 0;
    }

    #houses, .tree-bg {
        height:900px;
    }

    header .navbar {
        display: grid!important;
    }
    .navbar-header {
        justify-content: center;
        display: flex;
    }

    .navbar-nav {
        margin: 20px 0 0  0;
    } */

}










/* house image gallery  */



#default_gallery .image-thumb {
    float: left;
    margin: 0;
    padding: 0 10px;
}

.galery-img-item {
    margin-bottom: 10px;
    max-height: 100px;
}

#default_gallery .house-image {
    position: relative;
    cursor: pointer;
    float: left;
    width: 73.7%;
    margin-right: 5px;
    padding: 0;
}

#default_gallery .image-without-thumbs {
    width: 93% !important;
}

.bx-controls.bx-has-controls-direction {
    position: relative;
    left: -715px !important;
    top: -225px;
}

.bx-wrapper .bx-next {
    left: auto;
    left: 585% !important;
}

#default_gallery .house-image img {
    width: 100%;
    background: transparent;
    border-radius: 3px;
}

.house-gallery .bx-wrapper {
    margin: 0 !important;
    box-shadow: none;
}

.house-gallery .image-thumb li a {
    width: 100%;
    border: 2px solid #e5e5e5;
    display: block;
    border-radius: 3px;
}

.house-gallery .image-thumb li a:hover,
.house-gallery .image-thumb li.active a {
    border-color: #6D5A0E;
}


#default_gallery .house-image {
    width: 74% !important;
    margin: 0 !important;
}

.link-animated {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.house-right-col .panel-body {
    padding: 0;
}



/* #news::before {

    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(90deg, #F5F1E9 60%, #E2D8C4 60%);
    clip-path: ellipse(53% 79% at 50% 100%);
}
 */

  
  .nav .dropdown:hover {
      cursor: pointer;
  }
  
  .nav  .dropdown ul {
      visibility: hidden;
    opacity: 0;
    min-width: 5rem;
      position: absolute;
    transition: all 0.5s ease;
      left: 0;
    display: none;
  }
  
  .nav  .dropdown:hover > ul,
  .nav .dropdown ul:hover {
    list-style: none;
    visibility: visible;
    top: 68px;
    opacity: 1;
    display: block;
    background: #ffffffba;
    width: -webkit-fill-available;
    padding: 15px 20px;
  }
  
  .nav  .dropdown ul li {
    clear: both;
    width: 100%;
    color: white;
  }

  #map {
    height: 500px;
    width: 100%;
}



/* legal  */

#legal .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: var(--brown);
    border-color: var(--brown);
}

#legal a.list-group-item:hover {
    background-color: var(--white);
}

#legal h3, h4{
    color: var(--brown);
}

#legal h2{
    color: var(--dark-brown);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}



