.background-komclick-header{
	position: absolute;
	height: 710px !important; 
	width: 80% !important; 
	background-image: url('../img/background-green.png');
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: -1;
}


.a-left-scroll { 
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0;
	height: 100%;
	width: 50px;
	height: 100%;
}


.a-right-scroll { 
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0;
	height: 100%;
	width: 50px;
	height: 100%;
}

.a-right-scroll:hover:after {
	content:'';
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;	
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);    	
	right:10px;
	top:50%;
	position:absolute;
}


.a-left-scroll:hover:after {
	content:'';
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;	
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);	
	left:10px;
	top:50%;
	position:absolute;
}

.a-right-scroll:hover {  
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,204,204,0.6390756986388305) 100%);
}


.a-left-scroll:hover { 
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,0.6390756986388305) 0%, rgba(255,255,255,0) 100%); 
}

.dataTable {
	padding-top:20px;
}

.padding-table {
	padding:20px;
}


.empty_list {
	margin-top:50px;
	margin-bottom:50px;	
}

.empty_list h1 {
	font-size:50px;
	color:#ccc;
}

.empty_list p {
	color:#ccc;
}

.avatar_img {
	width:35px;
	height:35px;
	border-radius:100%;
	background-size:cover;
	background-position:center center;
}


.navbar-brand-img, .navbar-brand > img
{
	max-height: 2.5rem !important;;
}

.thumbnail_img {
	max-height: 80px;
	max-width: 100px;
}

.thumbnail_img_logo {
	max-height: 50px;
	max-width: 50px;
}

.thumbnail_img_show {
	max-height: 400px;
	max-width: 200px;
}


/* Cargando las Fuentes del Sitio */

@font-face {
	font-family: 'GTWalsheBold';
	src: url(../fonts/gt-walsheim-bold.ttf);
}

@font-face {
	font-family: 'GTWalsheMedium';
	src: url(../fonts/gt-walsheim-medium.ttf);
}

@font-face {
	font-family: 'GTWalsheRegular';
	src: url(../fonts/gt-walsheim-regular.ttf);
}


/* Colores */

.main_background {	
	height: 710px !important;
}

.main_background_green{
	background-image:url('../img/background-green.png');
	background-size:cover;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 80% !important;
	float: left;
}

.main_background_right{
	width: 20% !important;
	float: right;
}

.text-right {
	text-align: right;	
}

.custom_phone {
	height:500px;
	margin-right: -153px !important;
}

h4 {
	font-family: 'GTWalsheBold';
	font-size:60px;
	display: block;
	line-height:60px;
}

.subtitle {
	font-family: 'GTWalsheBold';
	font-size:40px !important;	
}

.eikon-header {
	background-color: transparent !important;
}

.eikon-header__nav {
	background-color: transparent !important;
}

.btn-custom {
	background-color: #121e05 !important;
	border-radius:35px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:50px;
	padding-right:50px;
	font-weight:bold;
	color:#fff;
}

.btn-custom:hover {
	text-decoration:none !important;
	color:#fff !important;
}


.btn-custom-mini {
	background-color: #121e05 !important;
	font-family: 'GTWalsheBold';
	text-transform: capitalize !important;
	color:#fff !important;
	border-radius:30px;
	font-weight:300;
	background-color:#121e05;
}

.btn-custom-mini2 {
	background-color: #8b9b8a !important;
	font-family: 'GTWalsheBold';
	text-transform: capitalize !important;
	color:#fff !important;
	border-radius:30px;
	font-weight:300;
	padding: 10px 25px !important;
	background-color:#8b9b8a;
}

.btn-custom-mini:hover {
	text-decoration:none !important;
	font-weight:300;
	color:#fff !important;
}

.eikon-header--main-nav {	
	color: #fff !important;
}

.eikon-header__nav ul.eikon-header--main-nav li.menu-item a {
	color: #fff !important;
	letter-spacing: 1.5;
	font-weight:bold !important;
}

.eikon-header__nav ul.eikon-header--main-nav li.menu-item a:hover {
	text-decoration:none !important;
}


.eikon-header__nav ul.eikon-header--main-nav li.menu-item:hover a, .eikon-header__nav ul.eikon-header--main-nav li.menu-item.current_page_item a
{
	font-weight:bold !important;
	
}

.section_text h3 {
	font-family: 'GTWalsheBold';
	font-size:40px;
}

.section_text h4 {
	font-family: 'GTWalsheMedium';
	font-size:40px;
}

.section_text p {
	font-family: 'GTWalsheRegular';
	font-size:18px;
}

.section_text {
	padding-top:100px;
}

.section_text-2-info{
	font-family: 'GTWalsheMedium';
	padding-top:30px;
	font-size: 18px;
}

.section_top {
	padding-top:50px;
	padding-bottom:50px;
}

.footer {
	background-color:#131f06;
	color:#fff;
	padding-top:100px;
	padding-bottom:50px;
}

.title{
	margin-top:30px !important;
}

.newsletter-div{
	background-color: #8b9b8a;
}


/* MOBIL */

.section_text2 {
	margin-top: 80px !important;
	font-family: 'GTWalsheBold';
	font-size:30px !important;
	line-height: 1 !important;
}

.main_background_mobile {
	background-image:url('../img/backgroundmobile.png');
	background-size:cover;
	background-position: top left;
	background-repeat: no-repeat;
}

#main-logo{
	width: 170px !important;	
}

.custom_phone_mobile {
	width: 100% !important;

}

.subtitle_mobile {
	font-family: 'GTWalsheBold';
	font-size:33px !important;	
	margin-bottom: 50px !important;
}

.section3-title{
	font-family: 'GTWalsheBold';
	font-size:33px !important;	
	margin-bottom: 50px !important;
	margin-top: 30px !important;
	color: white;
}

.section2-content{
	font-family: 'GTWalsheMedium';

}

.btn-custom-mini2-mobile {
	background-color: #8b9b8a !important;
	font-family: 'GTWalsheBold';
	text-transform: capitalize !important;
	color:#fff !important;
	border-radius:30px;
	font-weight:300;
	padding: 15px 25px !important;
	background-color:#8b9b8a;
}

.menu-text{
	font-family: 'GTWalsheBold' !important;
	font-size: 18px; 
}

.title-benefits{
	padding-top: 100px !important;
	padding-bottom: 50px !important;
	font-size: 39px !important;
	color: white;
	background-color: #111e04 !important;
	font-family: 'GTWalsheRegular' !important;
}


.benefits-top{
	background-color: #111e04 !important;
}

.benefits-bottom: {
	background-color: white !important;
}

.benefits-footer{
	height: 100px !important;
	min-height: 100px !important;
}

.benefit-image{
	position: absolute;
	width: 90% !important;
	left: 6%;
}


.eikon-header__nav ul.eikon-header--main-nav li.menu-item{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin-bottom: 20px;
	width: 50% !important;
	text-align: center;
}

.eikon-header__nav ul.eikon-header--main-nav {
  -webkit-box-align: inherit;
  -ms-flex-align: stretch;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 70% !important;
  padding: 0px;
}

.eikon-header__nav {
  position: initial;
  background: #fff;
  background-color: rgb(255, 255, 255);
  padding-top: 0;
  visibility: visible;
  opacity: 1;
  width: 70%;
  height: auto;
  margin: 0px !important;
}


@media only screen and (max-width: 620.98px)
{
	.mobile {
	display: block !important;
	}
	
	.desktop {
	display: none !important;
	}
	
	.footer-mobile{
		display: block !important;
	}
	
	.footer-web{
		display: none !important;
	}
	
	p, ul, ol, li, span, blockquote, a {
	  line-height: 1.1 !important;
	}  
}

.main-text{
	padding-left: 150px !important;
}



.logo-href{
	width: 100px;
	position: absolute; 
	left: 150px !important;
	top: 50px !important
}

.logo-href img{
	width: 250px;
}

@media only screen and (max-width: 1000px){
	.main-text{
		padding-left: 50px !important;
	}
	
	.logo-href{
		width: 100px;
		position: absolute; 
		left: 50px !important;
		top: 50px !important
	}
	
	.logo-href img{
		width: 150px;
	}
}


@media only screen and (min-width: 621px) {

	.resident-benefits{
	background-image:url('../img/section4withbackground.png');
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	width: 100% !important;
	min-height: 1300px !important;
	}
	.desktop {
	display: block !important;
	}
	
	.mobile {
	display: none !important;
	}
	
	.footer-mobile{
		display: none !important;
	}
	
	.footer-web{
		display: block !important;
	}
}

