/* ========================================================================================== */
/* ========================================================================================== */
/* DIVISÃO MÓDULOS LISTA                                                                      */
/* ========================================================================================== */
/* ========================================================================================== */

.no_records {
    width: 100%;
	color: #999999;
	text-align: center;
	margin: 0;
	padding: 80px 20px 120px 20px;
	font-weight: bold;
}

/* ======================= */
/*  CSS Comum às sections  */
/* ======================= */

.titleEnterpriseBlack,
.titleEnterpriseWhite{
    margin: 0;
    padding: 60px 0 0 0;
}

/* BLACK */

.titleEnterpriseBlack h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #888888;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.titleEnterpriseBlack h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    color: #333333;
    text-align: left;
    margin: 6px 0;
    padding: 0;
}

.titleEnterpriseBlack h4{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.titleEnterpriseBlack p{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #4f4f4f;
    text-align: justify;
    margin: 10px 0;
    padding: 0;
    line-height: 24px;
}

/* WHITE */

.titleEnterpriseWhite h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #888888;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.titleEnterpriseWhite h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    color: #ffffff;
    text-align: left;
    margin: 6px 0;
    padding: 0;
}

.titleEnterpriseWhite h4{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #f0f0f0;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.titleEnterpriseWhite p{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #cccccc;
    text-align: justify;
    margin: 10px 0;
    padding: 0;
    line-height: 24px;
}

/* ========================================================================================== */
/* MÓDULO LANDING PAGES (Empreendimentos)                                                     */
/* ========================================================================================== */

/* ----- */
/* SLIDE */
/* ----- */

#homeEnterprise {
    position: relative;
    padding: 0;
    background-color: #f0f0f0;
}

#homeEnterprise .slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
    background-color: rgba(16,16,16,0.4);
}

#homeEnterprise .slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
}

#homeEnterprise .slide-caption .caption-content img{
    margin: 80px 0 20px 0;
}

#homeEnterprise .slide-caption .caption-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #f0f0f0;
    font-size: 28px;
    margin: 0;
    padding: 0;
}

/* Custom navigation arrows */

#homeEnterprise .nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#homeEnterprise .nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

#homeEnterprise .nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

#homeEnterprise .nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

#homeEnterprise #nav-arrows > a {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

#homeEnterprise #nav-arrows > a.sl-prev {
	left: 50px;
}

#homeEnterprise #nav-arrows > a.sl-next {
	right: 50px;
}

#homeEnterprise #nav-arrows > a.sl-next:hover {
	border: 1px solid #fff;
	color: #fff;
}
#homeEnterprise #nav-arrows > a.sl-prev:hover {
	border: 1px solid #fff;
	color: #fff;
}

/* END SLIDE */

/* ------------------------ */
/*  SOBRE O EMPREENDIMENTO  */
/* ------------------------ */

#aboutEnterprise{
    background-color: #f0f0f0;
    padding: 130px 0;
}

#aboutEnterprise .image-dev{
    position: relative;
    margin: 0;
    padding: 0;
}

#aboutEnterprise .image-dev .head{
    position: absolute;
    margin: 40px;
    padding: 16px 30px;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
}

#aboutEnterprise .image-dev .head .shape,
#aboutEnterprise .image-dev .head .bed{
    display: inline-block;
}

#aboutEnterprise .image-dev .head .shape .text,
#aboutEnterprise .image-dev .head .bed .text{
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    text-align: right;
}

#aboutEnterprise .image-dev .head .shape .text h3,
#aboutEnterprise .image-dev .head .bed .text h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    margin: 0;
    padding: 0;
}

#aboutEnterprise .image-dev .head .shape .text p,
#aboutEnterprise .image-dev .head .bed .text p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
}

#aboutEnterprise .image-dev .head .shape .icone,
#aboutEnterprise .image-dev .head .bed .icone{
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

#aboutEnterprise .image-dev .head .shape .icone img,
#aboutEnterprise .image-dev .head .bed .icone img{
    width: 42px;
}

/* #aboutEnterprise .about-dev{
    margin: 0;
    padding: 60px 0 0 0;
}

#aboutEnterprise .about-dev h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #888888;
    text-align: left;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

#aboutEnterprise .about-dev h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    color: #333333;
    text-align: left;
    margin: 6px 0;
    padding: 0;
}

#aboutEnterprise .about-dev h4{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}

#aboutEnterprise .about-dev p{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #4f4f4f;
    text-align: justify;
    margin: 10px 0;
    padding: 0;
    line-height: 24px;
} */

#aboutEnterprise .about-dev .galleryAbout{
    display: inline-block;
    margin: 0 20px 0 0;
}

/* VIDEO */

#aboutEnterprise .about-dev .video{
    max-width: 274px;
}

#aboutEnterprise .about-dev .video a .button{
    max-width: 274px;
    background-color: transparent;
    padding: 14px 28px;
    border: solid 2px #333333;
    margin: 20px 0 0 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .video a .button p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #333333;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #333333;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .video a:hover .button{
    background-color: #333333;
}

#aboutEnterprise .about-dev .video a:hover .button p{
    color: #ffffff;
}

/* FIM VIDEO */

#aboutEnterprise .about-dev .galleryAbout a .button{
    background-color: transparent;
    padding: 14px 28px;
    border: solid 2px #333333;
    margin: 20px 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .galleryAbout a .button p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #333333;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #333333;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .galleryAbout a:hover .button{
    background-color: #333333;
}

#aboutEnterprise .about-dev .galleryAbout a:hover .button p{
    color: #ffffff;
}

#aboutEnterprise .about-dev .info{
    display: inline-block;
}

#aboutEnterprise .about-dev .info button{
    background-color: #333333;
    padding: 14px 28px;
    border: solid 2px #333333;
    margin: 20px 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .info button p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .info button:hover{
    background-color: #1f1f1f;
}

#aboutEnterprise .about-dev .info .modal .modal-header{
    border: none;
    padding: 15px 15px 0 15px;
}

#aboutEnterprise .about-dev .info .modal .modal-header .close{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 18px;
}

#aboutEnterprise .about-dev .info .modal .modal-header .close p{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .info .modal .modal-header .close p i{
    display: inline-block;
    color: #333333;
    font-size: 16px;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#aboutEnterprise .about-dev .info .modal .modal-header .close:hover p,
#aboutEnterprise .about-dev .info .modal .modal-header .close:hover p i{
    color: #a71724;
}

#aboutEnterprise .about-dev .info .modal .modal-body{
    padding: 40px 20px;
}

#aboutEnterprise .about-dev .info .modal .modal-body h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #333333;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

#aboutEnterprise .about-dev .info .modal .modal-body h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    margin: 0;
    padding: 10px 0 30px ;
    text-align: center;
}

#info .data-left,
#info .data-right{
    display: inline-grid;
    width: 49.5%;
    margin: 0;
    padding: 0 10px;
    border: 0;
}

#info .data-left p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: right;
    color: #333333;
    margin: 0 0 10px 0;
}

#info .data-left p span{
    color: #999999;
}

#info .data-right p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    color: #333333;
    margin: 0 0 10px 0;
}

#info .data-right span{
    color: #999999;
}

/* =========================================== */
/*  CARACTERÍSTICAS
/* =========================================== */

/* #infoEnterprise{
    padding: 60px 0;
    background-color: #cccccc;
}

#infoEnterprise .title{
    margin: 0 0 20px 0;
}

#infoEnterprise .title h1{
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
}

#infoEnterprise .data-left p{
    text-align: right;
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
}

#infoEnterprise .data-left p span{
    color: #999999;
}

#infoEnterprise .data-right p{
    text-align: left;
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
}

#infoEnterprise .data-right span{
    color: #999999;
} */

/* =========================================== */
/*  EVOLUÇÃO DA OBRA
/* =========================================== */

#evolutionEnterprise{
    padding: 130px 0;
    background-color: #333333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.no-webp .bg-evolutionEnterprise {background-image: url(../img/bg-evolucao.jpg);}
.webp .bg-evolutionEnterprise {background-image: url(../img/bg-evolucao.webp);}
.no-js .bg-evolutionEnterprise {background-image: url(../img/bg-evolucao.jpg);}

#evolutionEnterprise .evolutionBar{
    background-color: rgba(16,16,16,0.25);
    padding: 40px 50px;
}

#evolutionEnterprise .progress-title p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0;
}

/* =========================================== */
/*  PLANTAS
/* =========================================== */

#plantEnterprise{
    background: #f0f0f0;
    padding: 130px 0;
}

#plantEnterprise .owl-carousel{
    background-color: #e9e9e9;
    padding: 60px 60px 40px 60px;
}

#plantEnterprise .owl-carousel .titulo_planta{
    margin: 0 0 20px 0;
}

#plantEnterprise .owl-carousel .titulo_planta h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #333333;
    margin: 0;
    padding: 0;
    text-align: left;
}

#plantEnterprise .carousel-nav{
    background-color: #999999;
    padding: 14px;
    color: #ffffff;
}

#plantEnterprise .owl-nav{
	color: #fff;
	margin: 0 auto;
}
#plantEnterprise .owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	left: 0;
}
#plantEnterprise .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	right: 0;
}

/* =========================================== */
/*  LOCALIZAÇÃO
/* =========================================== */

#locationEnterprise{
    background-color: #d9d9d9;
    padding: 130px 0;
}

#locationEnterprise .map-total{
    height: 480px;
}

/* =========================================== */
/*  CONTATO
/* =========================================== */

#contactEnterprise{
    background-color: #f0f0f0;
    padding: 130px 0;
}

#contactEnterprise .complete_form .input-field,
#contactEnterprise .complete_form .input-field-2{
    width: 100%;
}

#contactEnterprise .complete_form .input-field input {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0 20px;
    color: #333333;
    height: 44px;
    background-color: #f0f0f0;
    box-shadow: none;
    border: solid 1px #afafaf;
}

#contactEnterprise .complete_form .input-field input::placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #808080;
}

#contactEnterprise .complete_form .input-field textarea::placeholder {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #808080;
}

#contactEnterprise .complete_form .input-field input:focus,
#contactEnterprise .complete_form .input-field textarea:focus {
    border: solid 1px #666666;
}

#contactEnterprise .complete_form .input-field textarea {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 14px 20px;
    color: #333333;
    background-color: #f0f0f0;
    box-shadow: none;
    border: solid 1px #afafaf;
}

#contactEnterprise .complete_form textarea.form-control {
    width: 100%;
    height: 140px;
    resize: none;
}

#contactEnterprise .complete_form #submit {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    padding: 16px 30px;
    margin-top: 10px;
    color: #f0f0f0;
    background-color: #2f2f2f;
    text-align: center;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#contactEnterprise .complete_form #submit:hover {
    background-color: #1f1f1f;
}

@media (min-width: 768px) {
    .btn_mobile {
        display: none;
    }
    .btn_desk {
        display: unset;
    }
}

@media (max-width: 767px) {
    .btn_mobile {
        display: unset;
    }
    .btn_desk {
        display: none;
    }
}

#captcha {
    background-color: #e9e9e9;
}

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

#footerEnterprise {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-webp .bg-footerEnterprise {background-image: url(../img/footer-modulo.jpg);}
.webp .bg-footerEnterprise {background-image: url(../img/footer-modulo.webp);}
.no-js .bg-footerEnterprise {background-image: url(../img/footer-modulo.jpg);}

#footerEnterprise .contato{
    text-align: left;
    margin: 100px 0 80px 0;
}

#footerEnterprise .contato h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    margin: 0;
    padding: 0;
    /* text-align: left; */
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footerEnterprise .contato h2{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #dfdfdf;
    margin: 10px 0 6px 0;
    padding: 0;
    /* text-align: left; */
}

#footerEnterprise .contato p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #cccccc;
    margin: 0;
    padding: 0;
    /* text-align: left; */
}

#footerEnterprise .social{
    text-align: center;
    margin: 110px 0 0 0;
}

#footerEnterprise .social h4{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

#footerEnterprise .social a.telefone{
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #f0f0f0;
    margin: 0;
    padding: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#footerEnterprise .social a.telefone:hover{
    color: #db192b;
}

#footerEnterprise .social p{
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 15px;
    width: 100%;
    color: #dfdfdf;
}

#footerEnterprise .social a{
    font-size: 44px;
    color: #cccccc;
    margin: 0 4px;
    padding: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#footerEnterprise .social a:hover{
    color: #999999;
}

#footerEnterprise .back{
    text-align: right;
    margin: 60px 0;
}

#footerEnterprise .back a.btn-footer-emp{
    display: inline-block;
    padding: 20px 30px 30px 30px;
    max-width: 298px;
    background-color: rgba(16,16,16,0.4);
    right: 0;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

#footerEnterprise .back a.btn-footer-emp:hover{
    background-color: rgba(16,16,16,0.8);
}

#footerEnterprise .back a.btn-footer-emp .logo-emp{
    margin: 0 auto;
    width: 120px;
}

#footerEnterprise .back a.btn-footer-emp p{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #dfdfdf;
    margin: 16px 0 0 0;
    padding: 0;
    text-align: center;
}

/* SUB FOOTER */

#footerEnterprise .line-footer{
    height: 2px;
    width: 100%;
    background-color: #4f4f4f;
    display: block;
}

#footerEnterprise .copyright p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #cccccc;
    padding: 4px 0;
    margin: 20px 0;
}

#footerEnterprise .copyright p span {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #f0f0f0;
}

#footerEnterprise .dev-by {
    text-align: right;
    margin: 18px 0;
}

#footerEnterprise .d-none {
    display: none !important;
}

#footerEnterprise .cursor-pointer {
    cursor: pointer;
}

@media (min-width: 768px)
{
    .d-sm-none {
        display: none;
    }
    
    .d-sm-block {
        display: block;
    }
}

@media (min-width: 1200px)
{
    .d-lg-none {
        display: none;
    }
    
    .d-lg-block {
        display: block;
    }
}