:root{
    --color-white: #fff;
    --color-dark: #262E30;
    --color-grey: rgb(242,242,242);
    --color-primary: #634E42;
    --color-secondary: #D3D800;
    --font-primary: 'Lato', sans-serif;
    --font-secondary: 'AngleciaProDisplay';
    --shadow: 0px 3px 6px #00000029;
}


@font-face {
    font-family: 'AngleciaProDisplay';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/AngleciaProDisplay-Regular.otf) format("opentype");
    font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato/Lato-Light.ttf");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato/Lato-Black.ttf");
}

@font-face {
  font-family: "NorthernWorssley";
  src: url("fonts/NorthernWorssley/NorthernWorssley.ttf");
}

body{
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-dark);
    font-weight: 300;
}

@media (max-width: 575px) {

    body{
        font-size: 15px;
    }

}

h1,h2,h3,h4,h5,h6{
    font-family: var(--font-secondary);
    color: var(--color-primary);
    margin-bottom: 1em;
}

h2 a:hover{
    color: var(--color-secondary);
}

h5.title-mentor{
    margin-bottom: 10em;
}

@media (max-width: 991px) {

    h5.title-mentor {
        margin-bottom: 4em;
        margin-top: 6em;
    }

}

@media (max-width: 575px) {

    h5.title-mentor {
        margin-top: 3em;
    }

}

img{
    max-width: 100%;
}

a{
    color: inherit;
    text-decoration: none;
}

a.link{
    font-family: var(--font-secondary);
    color: var(--color-primary);
    font-size: 20px;
}

.bg-lightbrown{
	background: rgba(99, 78, 66, 0.74) !important;
}

.bg-white{
	background: rgba(255, 255, 255, 1) !important;
}

.bg-green{
	background: rgba(211, 216, 0, 1) !important;
}

/*OWL-CAROUSEL DEFAULT*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* END OWL-CAROUSEL */

.owl-carousel .owl-nav{
    position: absolute;
    bottom: 10%;
    padding: 0 10%;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev{float: left;}
.owl-carousel .owl-nav .owl-next{float: right;}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i{
    color: var(--color-white);
    font-size: 32px;
}

.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i{
    color: var(--color-secondary);
}


.default-btn{
    font-family: var(--font-secondary);
    font-size: 18px;
    border: 2px solid var(--color-primary);
    background-color: var(--color-white);
    padding: 0.6em 1.5em;
    color: var(--color-primary);
}

.secondary-btn{
    font-family: var(--font-secondary);
    font-size: 18px;
    border: 2px solid transparent;
    background-color: var(--color-primary);
    padding: 0.6em 1.5em;
    color: var(--color-white);
}


.mt-0 { margin-top: 0px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }

.mb-0 { margin-bottom: 0px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }

.pt-0 { padding-top: 0px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; }
.pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; }
.pt-90 { padding-top: 90px; }
.pt-95 { padding-top: 95px; }
.pt-100 { padding-top: 100px; }

.pb-0 { padding-bottom: 0px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pb-75 { padding-bottom: 75px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 90px; }
.pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }

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

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

.user-symbol{
    font-size: 25px;
}

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

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

.bg-image{
    background-image: url(../img/footer-bg.svg);
    background-size: 100% auto;
}

.bg-contacts-image{
    background-image: url(../img/contacts-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

@media (max-width: 575px) {

    .bg-contacts-image{
        background-size: 25%;
        background-repeat: no-repeat repeat;
    }

}

.bg-sobre-nos-image{
    background-image: url(../img/sobre-nos-bg.jpg);
    background-repeat: repeat no-repeat;
    background-position: top right;
    background-size: 50% auto;
}

input,textarea{
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--color-primary);
    padding: 0.5em 0.7em;
    margin-bottom: 15px;
}

textarea{
    resize: vertical;
    min-height: 150px;
}

.label-control{
    padding-left: 10px;
}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

#menu{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--color-white);;
}

#menu .menu-holder{
    box-shadow: var(--shadow);
    color: var(--color-primary);
    font-family: var(--font-secondary);
    position: relative;
    padding: 0 60px;
}

#menu .menu-holder .logo{
    height: 100px;
    z-index: 2;
    position: relative;
}

.menu-spacer{
    height: 100px;
}

#menu .menu-holder .menu-links{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#menu .menu-holder .menu-links .menu-link{
    padding: 36px 10px;
    font-size: 17px;
    display: inline-block;
    position: relative;
}

#menu .menu-holder .menu-links .menu-link > a:hover,
#menu .menu-holder .menu-links .menu-link > a.active{
    color: var(--color-secondary);
}

#menu .menu-holder .menu-links .menu-link .submenu-links{
    opacity: 0;
    visibility: hidden;

    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
    width: 180px;
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

#menu .menu-holder .menu-links .menu-link:hover .submenu-links{
    opacity: 1;
    visibility: visible;
}

#menu .menu-holder .menu-links .menu-link .submenu-links .submenu-link{
    padding: 10px;
    border-bottom: 2px solid var(--color-primary);
    font-size: 16px;
}

#menu .menu-holder .menu-links .menu-link .submenu-links .submenu-link:hover{
    background-color: var(--color-secondary);
}

#menu .menu-holder .menu-links .menu-link .submenu-links .submenu-link:last-child{
    border: none;
}

#menu .menu-holder .languages{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#menu .menu-holder .languages li{
    display: inline-block;
    font-size: 16px;
    padding: 0px 10px;
}

#menu .menu-holder .languages li a.active,
#menu .menu-holder .languages li a:hover{
    color: var(--color-secondary);
}

#menu .menu-holder .menu-toggler{
    padding: 1em 0.7em;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    margin-right: 25px;
    position: relative;
    width: 100px;
}

#menu .menu-holder .menu-toggler .menu-text{
    position: absolute;
    right: 5px;
    top: Calc( 50% + 1px );
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu .menu-holder .menu-toggler .icon-bar{
    background-color: var(--color-primary);
    width: 25px;
    height: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    border-radius: 4px;
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu .menu-holder.open .menu-toggler .icon-bar:nth-child(1){
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 2px;
    position: relative;
}

#menu .menu-holder.open .menu-toggler .icon-bar:nth-child(2){
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: relative;
    top: -4px;
}

@media (min-width: 992px) {

    #menu .menu-holder .menu-links{
        display: block !important;
    }

}

@media (min-width: 1451px) {

    #menu .menu-holder .language-holder button{
        margin-right: 12px;
    }

}

@media (max-width: 1450px) {

    #menu .menu-holder .menu-links .menu-link{
        font-size: 16px;
        padding: 38px 10px;
    }

    #menu .menu-holder .language-holder button{
        font-size: 14px;
        margin-right: 10px;
    }

}

@media (max-width: 1300px) {

    #menu .menu-holder{
        padding: 0 15px;
    }

    #menu .menu-holder .menu-links .menu-link{
        padding: 38px 6px;
    }

    #menu .menu-holder .languages li{
        padding: 0 5px;
    }

}

@media (max-width: 1100px) {

    #menu .menu-holder .menu-links .menu-link{
        font-size: 14px;
    }

    #menu .menu-holder .language-holder button{
        font-size: 14px;
        margin-right: 0px;
    }

    #menu .menu-holder .languages li{
        font-size: 13px;
    }

}

@media (max-width: 991.98px) {

    #menu .menu-holder .logo img{
        width: 160px;
    }

    #menu .menu-holder .menu-links{
        display: none;
        position: absolute;
        z-index: 1;
        background-color: var(--color-white);
        box-shadow: 0px 7px 6px #00000029;
        right: 0;
        top: 100%;
        padding: 50px 20px;
        width: 100%;
        max-height: Calc( 100vh - 100px );
        overflow: auto;
    }

    #menu .menu-holder .menu-links .menu-link{
        display: block;
        padding: 15px 80px;
        text-align: left;
        font-size: 30px;
    }

    #menu .menu-holder .menu-links:before{
        content: '';
        width: 100%;
        box-shadow: 0px 10px 10px #00000029;
        height: 15px;
        display: block;
        position: fixed;
        left: 0;
        top: 90px;
    }

    #menu .menu-holder .menu-links .menu-link.has-submenus{
        display: flex;
        align-content: center;
        align-items: center;
    }

    #menu .menu-holder .menu-links .menu-link.has-submenus:after{
        content: '';
        border: 1px solid var(--color-primary);
        height: 0;
        flex: 1;
        margin-left: 30px;
        opacity: 0;
        visibility: hidden;
    }

    #menu .menu-holder .menu-links .menu-link.has-submenus:hover:after{
        opacity: 1;
        visibility: visible;
    }

    #menu .menu-holder .languages li {
        font-size: 15px;
        padding: 0 10px;
    }

    #menu .menu-holder .menu-links .languages{
        padding: 15px 80px;
        text-align: left;
        font-size: 20px;
    }

    #menu .menu-holder .menu-links .languages a{
        margin-right: 20px;
    }

    #menu .menu-holder .menu-links .languages a:hover,
    #menu .menu-holder .menu-links .languages a.active{
        color: var(--color-secondary);
    }

    #menu .menu-holder .menu-links .menu-link .submenu-links{
        left: unset;
        right: 30px;
        top: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(0,-50%);
        font-size: 16px;
        border: 2px solid var(--color-primary);
    }

    #menu .menu-holder .language-holder button{
        margin: 0 5px;
    }

}

@media (max-width: 767px) {

    #menu .menu-holder .menu-links .menu-link{
        font-size: 25px;
    }

}

@media (max-width: 575px) {

    #menu .menu-holder .menu-links{
        padding: 50px 20px 20px;
    }

    #menu .menu-holder .menu-links .menu-link {
        padding: 15px 30px;
    }

    #menu .menu-holder .menu-links .languages{
        padding: 15px 30px;
    }

    #menu .menu-holder .menu-toggler {
        margin-right: 5px;
        width: 45px;
    }

    #menu .menu-holder .menu-toggler .menu-text{
        display: none;
    }

    #menu .menu-holder .language-holder .languages{
        position: absolute;
        width: 100px;
        right: 0;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background-color: #fff;
        padding: 20px 30px 10px 30px;
        border-top: 1px solid var(--color-primary);
    }

    #menu .menu-holder .language-holder .languages li{
        margin-bottom: 10px;
    }

    #menu .menu-holder .languages-toggler{
        cursor: pointer;
        padding: 15px 0;
    }

    #menu .menu-holder .languages-holder:hover .languages{
        opacity: 1;
        visibility: visible;
    }

}


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.top-banner .slider-top-banner .slide-top-banner{
    width: 100vw;
    height: 90vh;
    object-fit: cover;
}

.top-banner .slider-top-banner .slide-top-banner .slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-banner .slider-top-banner .slide-top-banner .slide-content{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 10%;
}

.top-banner .slider-top-banner .slide-top-banner .slide-content .text{
    color: var(--color-white);
    margin-bottom: 15px;
}

.services .service{
    text-align: center;
    color: var(--color-white);
    max-width: 120px;
    margin: 0 14px;
}

#house-services{
	display:flex;
	flex-direction:row;
	margin-top: 100px;
}

#greentitle{
	color:#9B9320 !important;
	font-size:1.5rem;
}

#service-container{
	max-width:100%;
}

.service-group{
	display:flex;
	width:100%;
	justify-content:space-evenly;
}

@media (max-width: 1100px) {
	#house-services {
    flex-direction: column;
    align-items:center;	
}
    #mobile-margin{
		margin-bottom:100px;
		width:100%;
	}
	.service-group{
	flex-direction:row;
}
    .groups{
		width:70%;
		margin-bottom:50px;
	}
}



.about-us .about-us-txt{
    max-width: 980px;
    margin: 0 auto;
}

.services .service .service-name{
    opacity: 0.5;
    margin-top: 10px;
    font-size: 13px;
}

.services .service .service-img img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center center;
}


.houses{
    overflow: hidden;
}

.houses .house-container{
    width: 600%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.houses .house-container .panel{
    width: 200%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 1.1em;*/
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 10px;

}

.houses .house-container .panel.panel-poente{
    background-color: var(--color-secondary);
    color: var(--color-white);
    z-index: 3;
}

.houses .house-container .panel.panel-encanto{
    background-color: var(--color-primary);
    color: var(--color-secondary);
    z-index: 2;
}

.houses .house-container .panel.panel-capela{
    background-color: var(--color-white);
    color: var(--color-primary);
    z-index: 1;
}

.houses .house-container .panel .panel-text{
    position: relative;
    z-index: 2;
}

.houses .house-container .panel .panel-text .panel-desc{
    max-width: 1200px;
    margin: 0 auto;
}

.houses .house-container .panel .panel-text h2{
    font-size: 8vw;
    margin-bottom: 0;
    color: inherit;
}

.houses .house-container .box{
    width: Calc( 100% / 6 );
    height: 60%;
    text-align: center;
    line-height: 80px;
    will-change: transform;
    padding: 30px;
    position: absolute;
}

.houses .house-container .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.houses .house-container .box.box-poente-1,
.houses .house-container .box.box-encanto-1,
.houses .house-container .box.box-capela-1{left: 0px;top: 0;z-index: 3;}

.houses .house-container .box.box-poente-2,
.houses .house-container .box.box-encanto-2,
.houses .house-container .box.box-capela-2{left: Calc( 100% / 6);top: 20%;z-index: 1;}

.houses .house-container .box.box-poente-3,
.houses .house-container .box.box-encanto-3,
.houses .house-container .box.box-capela-3{left: Calc( ( 100% / 6 ) * 2 );top: 5%;z-index: 1;}

.houses .house-container .box.box-poente-4,
.houses .house-container .box.box-encanto-4,
.houses .house-container .box.box-capela-4 {left: Calc( ( 100% / 6 ) * 3 );top: 50%;z-index: 3;}


.houses .house-container .box.box-poente-5,
.houses .house-container .box.box-encanto-5,
.houses .house-container .box.box-capela-5 {left: Calc( ( 100% / 6 ) * 4 );top: 0%;z-index: 1;}

.houses .house-container .box.box-poente-6,
.houses .house-container .box.box-encanto-6,
.houses .house-container .box.box-capela-6 {left: Calc( ( 100% / 6 ) * 5 );top: 20%;z-index: 1;}



.prices .house-prices{
    display: flex;
}

.prices .house-prices .house-price{
    height: 75vh;
    width: Calc( 100% / 3 );

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.prices .house-prices .house-price:hover{
    width: Calc( 100% / 2 );
}

.prices .house-prices .house-price .house-price-img{
    z-index: 1;
}

.prices .house-prices .house-price .house-price-img:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    opacity: 0.32;
    z-index: 2;
}

.prices .house-prices .house-price .house-price-img img{
    width: Calc( 100vw / 2 );
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prices .house-prices .house-price .house-price-info{
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    position: relative;
    text-align: center;
    font-size: 15px;

    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.prices .house-prices .house-price .house-price-info .people{
    font-size: 30px;
    margin-top: 30px;
}


@media (max-width: 991px) {

    .services .service{
        flex: 1 0 Calc( 100% / 6 - 20px );
        margin-bottom: 15px;
    }

}

@media (max-width: 766px) {

    .prices .house-prices .house-price .house-price-info .people{
        font-size: 22px;
    }

    .houses .house-container .panel .panel-text{
        z-index: 4;
    }

    .houses .house-container .panel .panel-text .panel-desc{
        max-width: 390px;
        margin: 0 auto;
    }

    .houses .house-container .panel {
        font-size: 0.8em;
    }

    .houses .house-container .box{
        padding: 30px;
    }

}

@media (max-width: 575px) {

    .services .service{
        flex: 1 0 Calc( 100% / 4 - 20px );
    }

    .prices .house-prices .house-price .house-price-info{
        font-size: 13px;
    }

    .houses .house-container .box{
        padding: 5px;
    }

}


/*==================================================================================================*/
/*SOBRE NÓS*/
/*==================================================================================================*/


@media (max-width: 991px) {

    .mentor-block{
        background-image: url(../img/sobre-nos-bg.jpg);
        background-repeat: repeat no-repeat;
        background-position: top right;
        background-size: auto 120px;
        padding: 100px 15px;
    }

}

/*==================================================================================================*/
/*CASA*/
/*==================================================================================================*/

.holder-slider-house-gallery{
    padding: 0 120px;
}

.slider-house-gallery.owl-carousel .owl-nav{
    padding: 0;
    bottom: 60px;
    height: 0;
}

.slider-house-gallery.owl-carousel .owl-nav .owl-prev{
    background-color: var(--color-white);
    width: 120px;
    height: 60px;
    margin-left: -120px;
}

.slider-house-gallery.owl-carousel .owl-nav .owl-next{
    background-color: var(--color-white);
    width: 120px;
    height: 60px;
    margin-right: -120px;
}

.slider-house-gallery.owl-carousel .owl-nav .owl-prev i,
.slider-house-gallery.owl-carousel .owl-nav .owl-next i{
    color: var(--color-primary);
}

.slider-house-gallery.owl-carousel .owl-nav .owl-prev i:hover,
.slider-house-gallery.owl-carousel .owl-nav .owl-next i:hover{
    color: var(--color-secondary);
}

@media (max-width: 991px) {

    .holder-slider-house-gallery {
        padding: 0 70px;
    }

    .slider-house-gallery.owl-carousel .owl-nav{
        bottom: 40px;
    }

    .slider-house-gallery.owl-carousel .owl-nav .owl-prev {
        width: 70px;
        height: 40px;
        margin-left: -70px;
    }

    .slider-house-gallery.owl-carousel .owl-nav .owl-next {
        width: 70px;
        height: 40px;
        margin-right: -70px;
    }

}

/*==================================================================================================*/
/*FEEDBACK*/
/*==================================================================================================*/

#feedback{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#D3D800;
  position:relative;
  flex-direction: column;
  height: 860px;
}

:root {
  --container-swiper: 112rem;
  --m-auto: 0 auto;
}



.container-swiper {
  max-width: var(--container-swiper);
  padding: 0 2rem;
  margin: var(--m-auto);
      position: relative;
    top: -90px;

}

#feedback .swiper {
  position: relative;
  width: 700px;
  height: 375px;
}

#feedback .swiper-slide {
  border-radius: 18px;
}

#feedback .heading {
  padding-top: 3rem;
  text-align: center;
}

#feedback .feedback-card {
      border-radius: 18px;
      background-color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      padding: 10px 10px 10px 50px;
      text-align: initial;
	  height: 100%;
    }

#feedback .feedback-text {
      font-size: 16px;
	  width:80%;
	  line-height:1.3;
	  color:#262E30;
	  margin-top:40px;
	  font-family:Lato;
    }
#feedback .feedback-image {
      width: 60px;
      height: 60px;
      border-radius: 50%;
    }

#feedback .feedback-img{
     height:100%;
     position:absolute;
     left:0;	
}
	
 #feedback .names {
    font-size: 17px;
	display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
    margin-left: 20px;
	color:#5B483D;
	line-height: 1.3;
    }
	
#feedback .text-container{
	    display: flex;
    align-items: center;
	    position: absolute;
    bottom: 45px;
	}
	
	.swiper-pagination-bullet:not(:nth-child(-n+8)) {
  display: none;
}
	
	
#feedback .feedback-content{

	}
	
#feedback .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  width: 80%;
    margin-left: 10%;
}

:root {
    --swiper-navigation-size: 27px !important;
}

:root {
    --swiper-theme-color: white !important;
}

#feedback .swiper-pagination .swiper-pagination-bullet {
  width: 50px; 
  height: 10px; 
  background-color: #fff; 
  opacity: 1;
  margin: 0 5px; 
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius:10px;  
}

#feedback .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5B483D; 
}

#feedback .swiper-controls{
    position: absolute;
    width: 700px;
    height: 50px;
    bottom: 160px;
	display: flex;
    align-items: center;
    justify-content: center;
	}
	
@media (max-width:1100px){
	
	#feedback{
  height: unset;
}
	
	#feedback .swiper {
  position: relative;
  width: 650px;
  height: 400px;
}
	
	#feedback .swiper-controls{
      position: absolute;
    width: 650px;
    height: 55px;
    bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	.container-swiper {
    max-width: var(--container-swiper);
    padding: 0 2rem;
    margin: var(--m-auto);
    position: relative;
    top: unset;    
	margin-bottom: 200px;
}

#feedback h2{
top:0 !important;
margin-top:60px;
margin-bottom:60px;

}
		
}

@media (max-width:700px){
	
	#feedback{
  height: unset;
}
	
	#feedback .swiper {
  position: relative;
  width: 450px;
  height: 500px;
}
	
	#feedback .swiper-controls{
      position: absolute;
    width: 450px;
    height: 55px;
    bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	.container-swiper {
    max-width: var(--container-swiper);
    padding: 0 2rem;
    margin: var(--m-auto);
    position: relative;
    top: unset;    
	margin-bottom: 200px;
}

	.swiper-pagination-bullet:not(:nth-child(-n+5)) {
  display: none;
}

#feedback h2{
top:0 !important;
margin-top:60px;
margin-bottom:60px;

}

#feedback .feedback-img{
      height: 45%;
    position: absolute;
    left: -50px;
    top: 131px;	
}
		
}

@media (max-width:550px){
	
	#feedback{
  height: unset;
}
	
	#feedback .swiper {
  position: relative;
  width: 290px;
  height: 500px;
}
	
	#feedback .swiper-controls{
      position: absolute;
    width: 290px;
    height: 55px;
    bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	.container-swiper {
    max-width: var(--container-swiper);
    padding: 0 2rem;
    margin: var(--m-auto);
    position: relative;
    top: unset;    
	margin-bottom: 200px;
}

#feedback h2{
top:0 !important;
margin-top:60px;
margin-bottom:60px;

}

#feedback .feedback-text {
      font-size: 13px;
	  width:80%;
	  line-height:1.3;
	  color:#262E30;
	  margin-top:40px;
    }
	
		.swiper-pagination-bullet:not(:nth-child(-n+3)) {
  display: none;
}

#feedback .feedback-card {

    padding: 10px 10px 10px 20px;
}
		
}

@media (max-width:370px){
	
		#feedback .swiper {
  position: relative;
  width: 250px;
  height: 500px;
}
	
	#feedback .swiper-controls{
      position: absolute;
    width: 250px;
    height: 55px;
    bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	#feedback .feedback-text {
    width: 90%;
}
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

#contactos {
	margin-top: -60px;
}

.holder-contact-info{
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.contact-info-icon{
    width: 30px;
}

.contact-info-text{
    width: Calc( 100% - 35px );
}

.contact-form{
    padding: 100px 0;
}

.contact-form .secondary-btn{
    padding: 0.6em 4em;
}

@media (min-width: 992px) {

    .holder-contact-info .contact-info.pad-helper{
        padding-right: 205px;
    }

}

@media (max-width: 991px) {


    .holder-contact-info{
        position: relative;
        bottom: unset;
    }

    .holder-contact-info .contact-info{
        width: Calc( 100% - 205px );
        min-width: 300px;
    }

    .contact-form {
        padding: 100px 40px;
    }

    .contact-form-img img.position-absolute{
        position: relative !important;
    }


}

/*==================================================================================================*/
/*BOOKING*/
/*==================================================================================================*/

#book{
	
}

#book #booking-title{
    margin-top: 100px;
}

#book .ftb-widget {
    margin-bottom: 100px;
    margin-top: 70px;
}


/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

footer{
    background-color: var(--color-primary);
    background-image: url(../img/footer-bg.svg);
    background-size: 100% auto;
    color: var(--color-white);
    font-family: var(--font-secondary);
	margin-bottom: -60px;
}

footer .scroll-up{
    margin-left: 50px;
    margin-top: -80px;
}

footer .social-media img{
    margin-right: 15px;
    margin-bottom: 10px;
}

footer .footer-menu-holder{
    margin-bottom: 20px;
}

footer .footer-menu-holder .footer-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-menu-holder .footer-menu .footer-menu-link{
    width: 50%;
    margin-bottom: 20px;
}

footer .copyright-info{
    font-family: var(--font-primary);
    font-size: 15px;
}

footer .copyright-info span a img {
	top: -3px;
	left: -4px;
	position: relative;
}

#mapa{
    width: 100%;
    height: 800px;
}

@media (min-width: 576px) {

    footer .copyright-info .copyright{
        margin-right: 20px;
    }

}

@media (max-width: 1100px) {

    footer .scroll-up{
        margin-top: -170px;
    }

}

@media (max-width: 767px) {

    footer{
        font-size: 13px;
    }

    footer .copyright-info{
        text-align: center;
    }

}

@media (max-width: 575px) {

    footer .scroll-up{
        position: absolute;
        right: 15px;
        top: 0;
        margin-top: 15px;
    }

    footer .copyright-info{
        text-align: center;
    }

}
