@import url('https://use.fontawesome.com/releases/v5.0.7/css/all.css');
body{
	red;
}
.overlayer{
	transform: scale(0);
	width: 100%;
	position: fixed;
	top:0;
	right: 0;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.75);
	opacity: 0;
	transition: ease-in 0.4s;
}
.overlayer.active{
	transform: scale(1);
	opacity: 1;
	display: block;
	transition: ease-in 0.4s;
}
.cont-modal-model{
	position: fixed;
	z-index: 100;
	width: 100%;
	margin: auto;
	height: 100vh;
	transform: scale(0);
	max-width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
	overflow-y: auto;
	/*overflow: auto !important;*/
	transition: ease-in-out 0.2s;
	text-align: center;
}
.cont-modal-model.active{
	top:0;
	transform: scale(1);
	transition: ease-in-out 0.6s;
}
.modal-model{
	display: inline-block;
	position: relative;
	/*top:-4000vh;*/
	z-index: 100;
	width: 100%;
	margin: auto;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	transition: ease-in 0.4s;
	/*-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*top: 50%;*/
	/*left: 50%;*/
}
.modal-model.active{
	top:0;
	transition: ease-in-out 0.4s;
}
.ficha-model{
	width: 100%;
	display: inline-block;
	position: relative;
}
.over-model {
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.over-model span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	font-size: 28px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	z-index: 1;
}
.over-model a {
	cursor: pointer;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.over-model:hover span{
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.over-model:hover:after{
	-webkit-transform: skew(-45deg) translateX(-50%);
	transform: skew(-45deg) translateX(-50%);
}
.ficha-model .model-img{
	overflow-y: hidden;
	max-width: 100%;
	width: 500px;
	margin: auto;
	position: relative;
	background: #000 !important;
}
.model-img:hover img{
	transition: ease-in 0.2s;
	opacity: 0.6;
}
.cont-planos-model{
	text-align: center;

}
.plano-model img{
	border-radius: 8px;
	height: 184px;
}

.ficha-model .model-img img{
	position: relative;
	height: auto;
	display: block;
}
.ficha-model .head-model{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.ficha-model .head-model h1{
	text-transform: uppercase;
}
.cont-desc-model{
	text-align: left;
}
.plano-model{
	transition: ease-in 0.2s;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	width: 460px;
	max-width: 100%;
	margin: auto;
}
.plano-model:hover  img{
	transition: ease-in 0.4s;
	transform: scale(1.04);
}
.desc-modelo h6{
	padding-top: 0;
	margin-top: 0;
	top:0;	text-transform: uppercase;
	margin-bottom: 10px;
}
.desc-modelo{
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	margin: auto;
}
.desc-modelo .list-container ul li p{
	font-size: 16px !important;
	line-height: 20px !important;
}
.contain-nav{
	width: 100%;
	position: absolute;
}
.mini-head{
	width: 100%;
	display: grid;
	position: relative;
	z-index: 50;
	top: 0;
	padding-top: 10px;
	padding-bottom: 12px;
}
.mini-head span, .mini-head a{
	font-size: 14px;
}
.mini-head a:hover{
	text-decoration: underline;
}
#home{
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #92af68;
	background: url(../img/home2.jpg) no-repeat;
	background-size: cover;
	background-position: top right;
	overflow:hidden;
}
.logo{
	position: relative;
	left: 30px;
	top:0;
	float: left;
	transition: ease-in-out 0.4s;
	width: 240px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.logo-size2{
	width: 100px;
}
#declaracion-privacidad{
	padding-top: 100px;
	padding-bottom: 40px;
}
.logo.scroll{
	transition: ease-in-out 0.4s;
	width: 200px;
}
.movil-menu{
	position:absolute;
	/*display: none;*/
	width:auto;
	top: 0px;
	padding: 10px 14px;
	height: 82px;
	margin: auto;
	z-index: 1200;
	text-align: center;
	right: 0px;
	cursor: pointer;
	transition: ease-out 0.4s;
}
.movil-menu:hover, .movil-menu.active{
	background: #81ac41;
}
.movil-menu .burguer{
	display: inline-block;
	top:0;
	height: auto;
	border-radius: 4px;
	position: relative;
	text-align: right;
	padding: 0px 14px;
}
.movil-menu .burguer .bur-item{
	transition: ease-out 0.4s;  
	position: relative;
	width: 38px;
	height: 2px;
	text-align: right;
	background: #FFF; 
}
.burguer #bur-item1 {
	top:10px;
	width: 34px;
}
.burguer #bur-item2 {
	top: 17px;
}
.burguer #bur-item3 {
	top: 24px;
	width: 30px;
}
.movil-menu .burguer #bur-item1.open {
	background: #fff; 
	transition: all ease-out 0.4s; 
	width: 40px;
	-webkit-transform: rotate(135deg);
	top: 19px;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	background: #fdf8eb !important;
}
.movil-menu .burguer #bur-item2.open {
	background: transparent;
	transition: all ease-out 0.2s; 
	width: 0px;
}
.movil-menu .burguer #bur-item3.open{
	width: 40px;
	transition: all ease-out 0.4s; 
	-webkit-transform: rotate(-135deg);
	top: 15px;
	-webkit-transform: rotateZ(-135deg);
	transform: rotateZ(-135deg);
	background: #fdf8eb !important;
}
.movil-menu:hover .burguer .bur-item:nth-child(1),
.movil-menu:hover .burguer .bur-item:nth-child(2),
.movil-menu:hover .burguer .bur-item:nth-child(3){
	width: 100%;
	transition: all ease-in 0.4s;
	background: #fdf8eb !important;
}
.movil-menu:hover .burguer .bur-item:nth-child(2){
	width: 50%;
	transition: all ease-in 0.6s;
}
.movil-menu:hover .burguer .bur-item.open:nth-child(2) {
	transition: all ease-out 0.4s; 
	background: transparent; 
	width: 0;
}
.cont-elements-nav{
	padding: 0;
	position: relative;
	/*margin-top:-35px;*/
}
.navbar{
	max-width: 100%;
	position: relative;
	top:0;
	width: 100%;
	/*position: absolute;*/
	text-align: center;
	z-index: 10;
	display: inline-block;
	margin-bottom: -3px;
	height: auto;
	align-content: center;
	align-items: center;
}
.navbar.scroll{
	transition: ease-in-out 0.2s;
	position: fixed;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ul-nav{
	top:0;
	position: absolute;
	right:-480px;
	/*display: none;*/
	max-width: 100%;
	width: 380px;
	height: 100%;
	transition: ease-in-out 0.4s;
	padding-top:125px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 20;
	text-align: right;
	/*margin-right: 25px;*/
}
.ul-nav.open{
	position: fixed;
	right:0px;
}
.ul-nav li{
	border-radius: 4px;
	color: #f2f2f2;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	padding:12px 30px 12px 30px;
}
.ul-nav li:hover{
	background: #375916;
	color: #fff;
}
.btn_whatsapp{
	height: 76px;
	width: 46px;
	line-height: 36px;
	font-size: 32px;
	color: #fff;
	background: #00E676;
	position: fixed;
	bottom: -20px;
	display: block;
	text-align: center;
	padding-top: 4px;
	border-radius: 28px 28px 0px 0px;
	transition: ease-in 0.2s;
	right: 30px;
}
.btn_whatsapp:hover{
	transition: ease-in 0.2s;
	bottom: 0px;
}
.socials_nav{
	transition: ease-in-out 0.4s;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	position: relative;
	padding-left: 10px;
	padding-right: 15px;
	top:0;
	float: right;
	background: #383838;
	/*	background: lightblue;*/
	width:auto;
	right: 94px;
}
.socials_nav .social{
	text-align: center;
	width: 30px;
	padding:12px 8px;
	font-size: 20px;
	display: inline-block;
}
.socials_nav .social:hover, .socials_footer .social:hover{
	color:#fff !important;
	transform: scale(1.04);
	transition: ease-in 0.2s;
}
.inputer{
	border-bottom: 2px solid #92af68;
}
.inputer:focus, .selecter:focus, .texter-zone:focus, .texter:focus{
	transition: ease-in 0.4s;
	outline:none;
	border: 2px solid #375916;
}
.msg-alert-content{
	margin: 30px auto;
	padding: 30px;
	max-width: 100%;
	height: auto;
	width:420px;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.6);
	border-radius: 4px;
}
.msg-alert{
	display: inline-block;
}
.msg-alert p{
	color:#fff !important;
}
.socials_footer{
	text-align: center;
	margin-top: 6px;
	margin-bottom: 4px;
	position: relative;
}

.social{
	width: 40px;
	padding: 8px 12px;

	border-radius: 4px;
	/*background: #f2f2f2;*/
	font-size: 20px;
	margin: 0px 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.socials_footer .social{
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.cont-slider{
	height: 100vh;
}
#cont-slogan{
	max-width: 100%;
	width:100%;
	left:0;
	display: inline-block;
	text-align: left;
	top:0;
	z-index: 1;
}
.cont-all-form{
	display: inline-block;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.cont-form-inicio{
	width: 100%;
	max-width: 100%;
	position:relative;
}
.form-inicio{
	max-width: 100%;
	width: 460px;
	margin: auto;
}
.sub-cont-form{
	width: 100%;
	height: 100%;
	text-align: center;
}
.slogan-home{
	max-width: 100%;
	width: 100%;
	/*padding-top: 32%;*/
	text-align: left;
	position: relative;
}
.slogan-home img{
	padding-bottom: 30px;
	max-width: 100%;
	width: 340px;
}

.caption {
	max-width: 100%;
	width: 1250px;
	padding: 0px 30px;
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	opacity: 0;
	transition: 500ms ease opacity, 500ms ease transform;
	transform: translateY(60px);
}
.caption.current-caption {
	transition-delay: 1000ms;
	opacity: 1;
	transform: translateY(0);
}
.caption.previous-caption {
	transform: translateY(-60px);
}
.caption .caption-heading {
	transition: 500ms ease-in all;
}
.caption .caption-heading{
	height: auto;
}
.caption .caption-heading h1 {
	font-size: 4rem;
	height: auto;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.79);
}
.caption .caption-subhead {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	word-spacing: 0.1rem;
	margin-bottom: 2.5rem;
	display: block;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.90);
}
.caption a.btn {
	color: #333;
	font-size: 0.8rem;
	text-decoration: none;
	background-color: white;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	position: relative;
	z-index: 9;
	transition: 250ms ease-in background-color, 500ms ease-in color;
}
.caption a.btn:hover {
	background-color: black;
	color: white;
}

.contain-slide {
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 100vh;
	background-color: #2C302E;
	display: flex;
	position: relative;
}

.left-col, .right-col {
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}

.left-col {
	background-size: cover;
	background-postion: center top;
	overflow: hidden;
	position: relative;
}
.left-col .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center top!important;
	background-size: cover !important;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 1000ms cubic-bezier(1, 0.04, 0.355, 1) transform, 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path;
	transform: translateY(-100%);
	scale: 1;
	z-index: -1;
}
.left-col .slide.previous {
	z-index: 1;
	opacity: 1;
	transform: translateY(0);
	animation-delay: 1s;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: 3s ease transform;
	will-change: transform;
}
.left-col .slide.previous.change {
	transform: translateY(50%);
}
.left-col .slide.next {
	transform: translateY(-100%);
	z-index: 3;
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.left-col .slide.current {
	opacity: 1;
	transform: translateY(0) scale(1.25);
	z-index: 2;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

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

.right-col .preview {
	max-width: 400px;
}

.nav {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	overflow: hidden;
}
.nav a {
	color: #fafafa;
	font-size: 3rem;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.nav:hover .slide-up, .nav:hover .slide-down {
	opacity: 0.5;
	transform: translateX(0);
}
.nav .slide-up, .nav .slide-down {
	display: block;
	position: absolute;
	text-align: center;
	padding: 1rem;
	opacity: 0;
	transition: 0.25s ease opacity, 0.25s ease transform;
	z-index: 99;
}
.nav .slide-up:hover, .nav .slide-down:hover {
	opacity: 1;
}
.nav .slide-up a, .nav .slide-down a {
	text-decoration: none;
	font-weight: 300 !important;
}
.nav .slide-up {
	top: 50%;
	left: 0;
	transform: translateX(-100%);
}
.nav .slide-down {
	top: 50%;
	right: 0;
	transform: translateX(100%);
}
.home{
	position: relative;
	width: 100%;
	height: 100vh;
}
#nosotros{
	text-align: left;
}
#parallax1{
	display: block;
	background: url(../img/parallax-bg1.jpg) no-repeat;
	background-size: cover;
	background-position: center;	
	background-attachment: scroll;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateZ(0);
	will-change: transform;
}
#parallax2{
	display: flex;
	align-items: center;
	align-content: center;
	background: url(../img/parallax-bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center;	
	background-attachment: scroll;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateZ(0);
	will-change: transform;
}
.img-master-plan{
	position: relative;
	max-width: 100%;
	text-align: center;
}
.img-master-plan img{
	max-width: 100%;
	transition: ease-out 0.2s;
	width: 640px;
	margin: auto;
}
.img-master-plan:hover img{
	transition: ease-in 0.4s;
	transform: scale(0.95);
}
.cont-modelos, .cont-amenities{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: -3px;
	overflow: hidden;
}
.cont-gallery{
	overflow: hidden;
}
.section#zibata{
	overflow: none;
}
.modelo{
	position: relative;
	max-width: 100%;
	border-radius:4px;
	text-align: center;
	display: inline-block;
	width: 380px !important;
	margin: auto;
	align-self: top;
	background: #fff;
	height: auto;
	box-shadow: none;
	overflow: hidden;
	cursor: none !important;
	/*-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.10); 
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.10);*/
	-webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.15); 
	box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.15);
}
.modelo:hover{
	cursor: pointer !important;
	-webkit-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.25); 
	box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.25);
}
/*.plano-model{
width: 100%;
position: relative;
text-align: center;
}*/
.img-mod{
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 350px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.img-mod img{
	border-radius: 4px;
	opacity: .9;
}
.img-mod:hover img{
	opacity: 1;
}
.plano-modelo:hover .lupa{
	transition: ease-in 0.2s;
	padding: 10px;
}
.title-modelo{
	border-radius: 5px;
	margin-top: 6px;
}
.show-specs, .show-specs2{
	position: absolute;
	/*display: inline-block;*/
	padding: 10px 16px;
	border-radius: 4px;
	color:#fff;
	bottom: 20px;
	font-size: 15px;
	transition: ease-out 0.2s;
}
.show-specs2{
	display: inline-block;
	margin-top: 10px;
	bottom: 0;
	position: relative !important;
	margin-bottom: 5px;
	background: darkgray;
}
.show-specs span, .show-specs2 span{
	padding-right: 4px;
}
.show-specs:hover, .show-specs2:hover{
	transition: ease-in 0.2s;
	padding: 10px 16px;
	cursor: pointer;
	background: #375916;
}
.show-specs2.bg-color5:hover{
	background: #375916 !important;
}
.show-specs:hover .card-item, .show-specs2:hover .card-item{
	cursor: inherit;
}
.card-item{
	cursor: none;
}
.amenitie{
	border-radius: 4px;
	min-height: 320px;
	max-width: 360px;
	margin: auto;
	text-align: center;
}
.amenitie .img-amenitie{
	max-width: 100%;
	/*padding: 15px;*/
	border-radius: 4px;
	width:100%;
	height: auto;
	/*border:1px solid #D9D1C6;*/
	margin: auto;
	overflow: hidden;
}
.title-amenitie{
	border-radius: 5px;
	max-width: 100%;
	width: 100%;
	margin: auto;
	margin-bottom: 6px;
	min-height: 70px;
	display: flex;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.title-amenitie p{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px !important;
	font-weight: 600;
}
.amenitie .img-amenitie img{
	display: block;
	/*border-radius: 4px;*/
	/*padding: 10px;*/
	/*display: none;*/
}
.amenitie:hover .img-amenitie{
	border:none;
}
.amenitie:hover{
	transform: scale(1.04);
	/*border:1px solid #D9D1C6;*/
}
.card-side{
	position: relative;
	margin:auto;
	width: 275px;
}
.deslizo-up-100{
	top: -100px;
}
/*
.description-ubicacion{
position: relative;
border-radius: 4px;
margin-top:-80px;
padding: 15px 20px;
background: rgba(255,255,255,0.5);
width: 400px;
max-width: 100%;
}
*/
.footer{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 100%;
}
#otherinfo{
	display: inline-block;
	margin-bottom: -3px;
}
.item-other-info{
	width: 410px
	max-width: 100%;
	margin:auto;
}
.other-info-txt p{
	line-height: 24px;
	font-size: 16px;
}
.other-info-txt a{
	line-height: 24px;
	font-size: 16px;
}
.other-info-txt a:hover{
	text-decoration:underline;
}
.ele-footer{
	min-height: 35px;
}
.ele-footer p, .ele-footer a{font-weight: 300;
	font-size: 15px;
	line-height: 22px;
}
.ele-footer a:hover{
	text-decoration: underline;
}
.logo-footer{
	position: relative;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}
.logo-footer img{
	margin-bottom: 0px;
	display: block;
	width: 100%;
	max-width: 160px;
}
.fancybox-slide--image .fancybox-content{
	background: #fff !important;
	border-radius: 4px;
}
.fancybox-slide--image .fancybox-content img{
	padding: 12px;
}
.fancybox-caption__body{
	font-size: 14px;
	font-weight: 300;
	font-family: Montserrat, sans-serif;
}
.ele-side{
	max-width: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 340px;
}
.sub-ele-side, .img-side1{
	width: 100%;
	min-height: 240px;
}
.sub-ele-side img, .img-side1 img{
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 240px;
}
.img-side2{
	width: 100%;
	min-height: 480px;
}
.img-side2 img{
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	min-height: 480px;
}
.img-side3{
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
}
.img-side3 img{
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	min-height: 340px;
}
.txt-side p{
	font-weight: 300;
}
.img-hg{
	width: 100%;
	height: 340px;
}
.img-hg img{
	width: 100%;
	object-fit: cover;
	height: 340px;
	object-position: center;
}
.bg-side{
	overflow: hidden;
	position: relative;
	align-content: center;
	justify-content: center;
}
.bg-side .text-content h2{
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: -1px 2px 3px rgba(0,0,0,0.45);
}
.bg-side .text-content p{
	text-shadow: -1px 2px 2px rgba(0,0,0,0.45);
}
#bg-side1{
	width: 100%;
	text-align: center;
	background: url(../img/bg-side1.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#bg-side2{
	min-height:400px;
	width: 100%;
	text-align: center;
	background: url(../img/bg-side2.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
}
.separator{
	max-width: 100%;
	width: 300px;
}
.ele-side2{
	min-height: 620px;
}
.ele-side3{
	min-height: 480px;
}
.cont-mapa{
	position: relative;
	width: 100%;
}
.mapa-ubicacion{
	position: relative;
	height: 400px;
	width: 100%;
}
.mapa-ubicacion img{
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}
.btn-action2{
	background: lightgray;
	display: inline-block;
	margin-left: 30px; 
	bottom: 14px;
}
#zirandaro, #location, #sitios-interes{
	position: relative;
	display: inline-block;
	margin-bottom: -2px;
}


.cont_aboutmore{
	width: 650px;
	max-width: 100%;
	margin: auto;
}
.cont_aboutmore2 img{
	width: 200px;
	margin: auto;
	max-width: 100%;
	transition: ease-out 0.4s;
	padding: 12px;
}
.cont_aboutmore2 img:hover{
	transition: ease-in 0.2s;
	transform: rotateY(360deg);
}
.cont_aboutmore2 a:hover{
	color: #375916;
	font-weight: 700 !important;
}
.cont_aboutmore2 a{
	text-decoration: none;
	font-weight: 700 !important;
	color: #515151;
	font-size: 15px;
}


.antefooter{
	position: relative;
	overflow: hidden;
}
