body{
    background-color: #2c2c2c;
}

html {
  scroll-behavior: smooth;
}

.nav-scroll{
    background-color: #2c2c2c;
}

.navbar .navbar-nav .active{
    color: #fff !important;
}

.sub-title{
    color: #fff !important;
}

.about-box .icon{
    font-size: 50px;
}

.about-box span{
    display: block;
    margin-bottom: 15px;
}

.navbar .dropdown-menu{
    background-color: #2c2c2c;
}

.footer .sub-title:before, .footer .sub-title:after{
    display: none;
}

.c--container-thumbs-slide{
    display: flex;
}

.banner-header{
    background-position: center;
}

.c--container-btns-view{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.c--btn-view{
    background-color: #3cbfdd;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 10px 27px;
    margin: 0 0px;
    border-radius: 5px;
    cursor: pointer;
}

.render-textarea{
    padding-right: 0;
    padding-left: 0;
}

.general-form-response{
    display: none;
    margin-top: 20px;
    color: #c4ffbb;
}

.projects .items .con .info{
    transform: initial;
}

.c--disclaimer{
    text-align: center;
    margin-bottom: 20px;
}

.c--container-btn-pdf{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.c--btn-download-pdf{
    background-color: #3cbfdd;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.banner-header{
    padding-top: 100px;
    padding-bottom: 30px;
}

.banner-header .subtitle{
    color: #fff;
}

.process p, p{
    color: #fff;
}

.owl-slide-work-book .owl-nav {
    display: flex;
    justify-content: space-between;
    position: initial;
    bottom: auto;
    right: auto;
    z-index: auto;
    top: auto;

}

.owl-slide-work-book .owl-prev svg, .owl-slide-work-book .owl-next svg{
    fill: #fff;
}

.owl-slide-work-book .owl-next{
    right: -110px;
    position: absolute;
    top: 50%;
}

.owl-slide-work-book .owl-prev{
    position: absolute;
    top: 46%;
    transform: rotate(180deg);
    left: -110px;
}

.c--container-form-confirmation{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.c--form-confirmation{
    position: absolute;
    bottom: 50px;
    z-index: 9;
}

.c--sunset-view{
    display: none;
}

.c--confirmation-form .input-unit-contact{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.c--container-iframe-map iframe{
    width: 100%;
}

.c--title-view{
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-family: 'Oswald';
}

.accordion-box .block{
	background: transparent;
}

.accordion-box .block.active-block{
	background: transparent;
}

.accordion-box .block .acc-btn{
	padding: 0;
}

.accordion-box .block .acc-btn.active{
	background: transparent;
	color: #fff;
}

.accordion-box .block h4{
	color: #fff;
}

.c--title-section-questions{
	color: #c5a47e !important;
}

.c--inputs-agent{
	display: none;
}

.c--you-are-agent{
	color: #fff !important;
}

select[name="f_independent_agency"]{
	color: #fff !important;
}

select[name="f_independent_agency"] option{
	color: #000 !important;
}

.general-contact-form input, .general-contact-form textarea {
    border-bottom: 1px solid #e9e9ec;
}

.link-wa {
    position: fixed;
    bottom: 75px;
    right: 18px;
    z-index: 999;
}

.icon-wa {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.c--container-ipanorama{
	position: relative;
	width: 100%;
    height: 600px;
}

#c--ipanorama {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

.ipnrm-controls{
	display: none;
}

@media screen and (max-width: 991px){
	.logo-img{
		width: 85px;
	}
}

@media screen and (max-width: 479px) {
	.c--title-view{
		font-size: 23px;
	}

	.c--btn-view{
        width: 100%;
        margin-bottom: 10px;
    }

    .header .caption h1{
        font-size: 30px;
    }

    .c--info-unit-modal{
        display: none;
    }

    .c--text-slide{
        display: none;
    }

    .banner-header{
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .owl-slide-work-book{
        display: none !important;
    }

    .slider .owl-item, .slider-fade .owl-item{
        height: 500px;
    }

    .header{
        min-height: auto;
    }

    .c--confirmation-form{
        padding: 30px;
    }

    .c--form-confirmation{
        position: initial;
    }

	.nav-scroll .logo-img{
		width: 85px;
	}
}