/**
 * Name: GHT  Empreendimentos
 * URI: https://ghtempreendimentos.com.br/
 * Description: Folha de estilo personalizado.
*/
html {
  height: 100%;
}

body {
    background:#eee;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding:0;
    margin:0;
    min-height: 100%;
    position: relative;
}

header {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 5px #00000021;
}

.row.header {
    height: 130px;
}

.col-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-toggle-menu {
    color: #797979;
    border: 1px solid #a2a2a2;
    padding: 4px 10px;
    border-radius: 7px;
    background-color: #fff;
    margin-left: 5px;
}

.button-toggle-menu:hover {
    cursor: pointer;
}

nav.menu {
	margin-left: 10px;
}

div.menu-login {
    text-align: right;
}

.menu-login .input-login {
    width:100%;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.menu-login .input-password {
    width:68%;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.menu-login .input-submit {
	background: #91bb42;
    border: 0;
    width:30%;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 7px;
}

div.menu-responsive {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 2px 2px 2px #cdcbcd;
    height: 100%;
    width: 80%;
    top: 0px;
    padding: 15px;
}
div.menu-responsive hr {
    margin-bottom: 2px;
}

div.menu-responsive .button-toggle-menu {
    margin-left: 0px;
}

div.menu-responsive p.title-section {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 8px;
}

div.menu-responsive .input-login {
    width:90%;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

div.menu-responsive .input-password {
    width:90%;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

div.menu-responsive .input-submit {
	background: #91bb42;
    border: 0;
    width:45%;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 7px;
}

ul.menu-responsive-links {
    padding: 0;
}

ul.menu-responsive-links li{
    height: 40px;
    list-style: none;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}

ul.menu-responsive-links li a{
    color:#676767;
}

div.contents {
    padding-bottom:403px;
}

.footer-div{
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    margin-top: 10px;
    margin-bottom: 25px;
}

.footer-center-text {
	list-style: none;
    font-size: 12px;
    color: #afafaf;
    padding: 0;
}

.footer-center-text-li-p {
    margin-top: 6px;
    margin-bottom: 0px;
}

.footer-center-text-fontawesome {
	color: white;
    font-size: 20px;
    float: left;
    margin-right: 15px;
}

.footer-right-text {
	font-size: 15px;
    margin-top: 5px;
}

.socials {
	list-style: none;
	padding:0;
    margin:0;
    display: flex;
}

.socials li a {
	background-color: #8faf53;
    padding: 10px;
    float: left;
    margin-right: 20px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color:#fff;
}

footer {
    color:#fff;
    position: absolute;
    bottom:0;
    width: 100%;
}

footer .wrap {
	padding:15px 0;
	background-color:#4d5a62;
}

footer .copyright {
	padding:15px 0;
	background-color:#424d53;
}

footer .copyright p {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    font-size: 10px;
}

footer .copyright a {
	color:#fff;
}

.bold {
    font-weight: bold;
}

ul.menu {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


nav.menu > ul > li > a {
    font-size: 11px;
    color: #5f6970;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 12px;
}

nav > li {
	position: relative;
    display: block;
}

ul.menu li {
	float:left;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
    padding: 15px 15px;
    margin-bottom: 4px;
}

/* Featured */
.featured {
	width:100%;
}

.featured .block {
    color: #fff;
    text-align: center;
    padding: 38px 25px;
}

.featured .block h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.featured .featured-one {
    background-color: #126570;
}
.featured .featured-four {
    background-color: #00913f;
}

.featured .featured-two {
	position: relative;
	background-color: #91bb42;
}

.featured .featured-three {
	background-color: #4da8b1;
}

.featured .icon {
	font-size: 75px;
}

.wrap-services {
	width:100%;
	display:table;
	padding:80px 0px;
	background-repeat: no-repeat;
	background-position: top center;
}

.wrap-services h2 {
    color: #fff;
    font-weight: lighter;
    margin: 0;
    position: relative;
    padding: 15px 0px;
}

.wrap-services h2:before {
	position: absolute;
	content:"";
	width:10%;
	height:2px;
	background-color: #fff;
	top: 0;
	left: 0;
}

.wrap-carousel {
	width:100%;
	padding:30px;
}

.wrap-carousel h1 {
    font-weight: lighter;
    color: #6f6f6f;
    text-align: center;
    font-size: 30px;
}


.wrap-services {
	color:#fff;
    background-color:#8faf53;
}

.wrap-services button {
	background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}

.wrap-services button:hover {
	background-color: #fff;
	color:#a7a7a7;
}

.slide .btn-white {
	background: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
}

.slide .btn-green {
	background: #91bb42;
    border-color: #91bb42;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
}

.btn-green:hover,
.btn-white:hover {
	background-color: #fff;
	border-color:#fff;
	color:#a7a7a7;
    cursor: pointer;
}

.carousel-caption {
	top:25%;
}

.carousel-caption-left {
    top: 25%;
    left: 5%;
    right: auto;

}

.carousel-caption-right {
    top: 25%;
    right: 5%;
    left: auto;
}

.carousel-caption h1 {
	position: relative;
}

.carousel-caption h1:before {
	width:10%;
	height:2px;
	background-color:#fff;
	left:0;
	content:"";
	position: absolute;
	top:50%;
}

.carousel-caption h1:after {
	width:10%;
	height:2px;
	background-color:#fff;
	right:0;
	content:"";
	position: absolute;
	top:50%;
}

/* multi item carousel */ 
.carousel-wrap {
   margin: 30px auto 50px auto;
     padding: 0 1%;
    width: 100%;
  position: relative;
}


.owl-text:before {

    position: absolute;
    content: "";
    width: 34%;
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    background: #91bb42;


}

h1.title {
    color: #4e5a62;
    padding: 30px 0px 20px 0px;
    font-weight: lighter;
}

.owl-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #6f6f6f;
    padding-top: 8px;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
      display: flex;
    flex-direction: column;
    z-index: 100;
    text-align: center;
    align-items: center;

}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}


.owl-nav-center {
    padding: 22px;
    display: flex;
    justify-content: center;
    width: 175px;
    height: 175px;
    background-color: white;
    border-radius: 100px;
    align-items: center;
    flex-direction: column;
}

.owl-nav .owl-next {
  right: -30px;
}


.carousel-item img {
    object-fit: cover;
}

.content {
    text-align: justify;
    font-size: 14px;
}

.content h3 {
    color: #6e9a19;
    font-weight: bold;
    font-size: 18px;
}


.indexslider_ght {
    font-size: 105px;
    letter-spacing: -7px;
    margin-bottom: -10px;
}

.table-site {
    box-shadow: 2px 2px 2px #00000024;
    background: #fff;
    font-size: 14px;
}

.table-site td, .table-site th {
    vertical-align: middle;
}

.table-site thead th {
    border-bottom: 2px solid #91bb42;
}

.wrapper-logged {
    padding: 20px;
}

.wrapper-logged .menu li {
    position: relative;
    padding: 0 20px;
}

.wrapper-logged .menu li a {
    color: #73ad00;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.wrapper-logged .menu li a.spotlight {
    color: #009ead;
}

.wrapper-logged .menu li:first-of-type:before {
    content:"";
}

.wrapper-logged .menu li:before {
    position: absolute;
    content: "/";
    color: #c3c3c3;
    left: 0;
    top: 2px;
}

.wrapper-logged .menu li:first-child {
    padding-left: 0;
}

.login {
    line-height: normal;
    margin-top: 12px;
}

.login .input-login,
.login .input-password,
.login .input-submit {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}

.table td,
.table th {
    border-top:1px solid #dedede;
}

.list-allotment {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 7px #b9b9b954;
    margin-bottom: 10px;
    padding: 20px;
}

.list-allotment img {
    max-width:100%;
    height:60px;
}

.list-allotment .title {
    font-weight: bold;
}

.list-allotment .tag {
    color: #afafaf;
    font-weight: bold;
}

.allotment-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.allotment-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.allotment-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

button.btn-green {
    border-color: transparent;
    background: #91bb42;
    color: #fff;
}

button.btn-green:hover {
    background-color: #4e5a62;
    border-color: #4e5a62;
}

.expand {
    cursor:pointer;
}

.success-icon {
    font-size:90px;
    color: #91bb42;
}

.gallery-container {
    width: 100%;
    background: #333;
    position: relative;
    padding: 0;
}

.prev, 
.next {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: auto;
    padding: 0 30px;
    color: #ccc!important;
    transition: 0.6s ease;
    background-color: rgba(0,0,0,0.1);
    height:100%;
    display:flex;
    align-items: center;
    justify-content:center;
}

.prev a,
.next a {
    color: #fff;
}

.next {
    right: 0;
}

.prev:hover, 
.next:hover {
    background-color: rgba(0,0,0,0.8);
}

.text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}

.imgslide {
    width: 100%;
    opacity: 1;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 5px;
    left: 85px;
    background-color: #333;
    border-radius: 5px;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity:1
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

#loading-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    opacity: 0.6;
    background-color: #000;
    text-align: center;
    padding-top: 100px;
    color: #ccc;
}

@media(min-width:992px){
    .col-header {
        justify-content: space-between;
    }
    
    .featured .featured-one:after {
        position: absolute;
        z-index: 9999;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #126570;
        content: "";
        right:-30px;
        top: 41%;
        height: 0;
        width: 0;
    }
    
    .featured .featured-two:after {
        position: absolute;
        z-index: 9999;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #91bb42;
        content: "";
        right:-30px;
        top: 41%;
        height: 0;
        width: 0;
    }

    .featured .featured-three:after {
        position: absolute;
        z-index: 9999;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #4da8b1;
        content: "";
        right:-30px;
        top: 41%;
        height: 0;
        width: 0;
    }

    div.contents {
        padding-bottom:210px;
    }

    .wrap-services {
        background-image:url('/assets/images/services.jpg');
    }

    .allotment-data {
        align-items: flex-start;
        margin-bottom: 0px;
    }
    
    .allotment-buttons {
        align-items: center;
    }
}