/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

* {
	font-family: 'Geom';
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: transparent;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 0;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background-color: #0B101A;
	border-top: #FFFFFF 4px solid;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.logo-menu{
	height: 70px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; 
}

.nav-menu ul {
  position: absolute;
  display: none;
  /*top: 100%;*/
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li a {
  	color:#af9467 !important;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
	display:block !important;
	text-decoration:none !important;
	border-radius: 3px;
	/*font-family: "Geom";*/
	margin: 5px;
	font-weight: 600;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-menu li a:hover {
  background-color: rgba(255,255,255,.2);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.active{
	background-color: rgba(255,255,255,.3);
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  
}

.menu-fondo{
	background-color:#FBF6EF;
	/*border-bottom: rgb(201,214,55) solid 2px !important;*/
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* Nav Menu Arrows */


/* Nav Meu Container */
#nav-menu-container {
  /*padding-top: 10px;*/
  
}


/*
@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
		
	}
	.borde-menu{
		border-bottom: rgb(201,214,55) solid 0px !important;
		color: #000;
	}
}*/

/* Nav Meu Styling */


/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; 
  
}

#mobile-nav-toggle i {
  color:#af9467 !important;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #FBF6EF;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color:#af9467 !important;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.3);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f06336;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f06336;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.font-italiana{
	font-family: "Italiana" !important;
}

.h1{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 50px;
	font-style: normal;
}

.h2{
	color: #272b34;
	font-weight: 400;
	font-size: 45px;
	font-style: normal;
}

.h3{
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
}

.h5{
	color:#af9467 !important;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	/*word-spacing: 5px;*/
	/*letter-spacing: 3px;*/
}

.h6{
	color:#af9467 !important;
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
	/*word-spacing: 5px;*/
	/*letter-spacing: 3px;*/
}

.color-obscuro1{
	color: #272b34 !important;
}

.color-claro{
	color: #af9467 !important;
}

.color-blanco{
	color: #FFFFFF !important;
}

.font-size-18{
	font-size: 18px;
}

.p1{

	font-size: 18px;
	font-style: normal;
	font-weight: 300;
}

.p2{
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}

.label1{
	color: #272b34;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	background-color:#af9467
}

.label2{
	color: #0B101A;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	background-color:transparent;
	border: #0B101A solid 1px;
	border-radius: 0 10px 0 10px;
}

.label3{
	color: #af9467;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	background-color:transparent;
	border: #af9467 solid 1px;
	border-radius: 0 10px 0 10px;
}

.label4{
	color: #272b34;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	background-color:#af9467;
	letter-spacing: 2px;
}

.label5{
	color: #272b34;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	background-color:#af9467;
	letter-spacing: 2px;
	margin-left: 30px;
}

.label6{
	color:#af9467 !important;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
}

.img1{
	width: 40px;
}

.img2{
	width: 60px;
}

.img3{
	width: 600px;
}

.img4{
	width: 300px;
}

.a-body{
	text-decoration: none;
	text-align: center;
}

.a-body:hover{
	text-decoration: underline;
	cursor: pointer;
}


#inicio .bloque-1{
	padding-top: 90px;
	min-height: 700px;
	background-color: #272b34;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_inicio.png");*/
	background-image: url("../img/inicio_b1_img_bkg.jpeg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 150% ;
}

.height{
	height: 100%;
}

#inicio .bloque-2{
	/*padding-top: 40px;*/
	/*height: 700px;*/
	background-color: #ede5db;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_inicio.png");*/
	/*background-image: url("../img/inicio_b1_img_bkg.jpeg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 150% ;*/
}

#inicio .bloque-1 .bkg1 {
	/*height: 100vh;*/
	background-image: url("../img/inicio_b1_img_marco.png");
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size:   auto 80%  ;
}


#amenidades{
	padding-top: 50px;
	padding-bottom: 50px;
	/*height: 400px;*/
	background-color: #d2c1a8;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_inicio.png");*/
	/*background-image: url("../img/img_inicio_bkg.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;*/
}

#ubicacion{
	padding-top: 50px;
	padding-bottom: 50px;
	/*min-height: 600px;*/
	/*background-color: #d2c1a8;*/
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to top,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.9), rgba(39, 43, 52,.9)), url("../img/ubicacion_img_bkg.png");
	/*background-image: url("../img/img_inicio_bkg.png");*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
}

#ubicacion .bkg1 {
	/*height: 100vh;*/
	background-image: url("../img/ubicacion_img_bkg1.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size:  45% 100%    ;
}

#ubicacion .bkg2 {
	/*height: 100vh;*/
	background-image: url("../img/inicio_b1_img_marco.png");
	background-repeat: no-repeat;
	background-position: 40% top;
	background-size:   auto 90%  ;
}


#lotes .bloque-1{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 800px;
	background-color: #ede5db;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.9), rgba(39, 43, 52,.9)), url("../img/lotes_img_bkg1.png");*/
	background-image: url("../img/lotes_img_bkg1.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 55% auto;
}

#lotes .bloque-1 .bkg1 {
	/*height: 100vh;*/
	background-image: url("../img/lotes_img_bkg2.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:   auto 50% ;
}

#lotes .bloque-2{
	padding-top: 50px;
	padding-bottom: 30px;
	/*min-height: 600px;*/
	background-color: #000;
	/*border-top: 7px solid rgb(204,204,204);*/
	/*background-image:linear-gradient(to top,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.9), rgba(39, 43, 52,.9)), url("../img/lotes_img_bkg1.png");*/
	background-image: url("../img/isologo.png");
	background-repeat: no-repeat;
	background-position: 125% 200px;
	background-size: 50% auto;
}

#lotes .iframe_video{
		width: 100%;
		height: 500px;
	}

#financiamiento .bloque-1{
	padding-top: 30px;
	padding-bottom: 50px;
	/*min-height: 600px;*/
	/*background-color: #d2c1a8;*/
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to right,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.7),rgba(39, 43, 52,.2), rgba(39, 43, 52,.0)), url("../img/financiamiento_img_bkg.png");
	/*background-image: url("../img/img_inicio_bkg.png");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

#financiamiento .bkg1 {
	/*height: 100vh;*/
	background-image: url("../img/inicio_b1_img_marco.png");
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size:   auto 89% ;
}

#financiamiento .bloque-2{
	padding-top: 50px;
	padding-bottom: 100px;
	min-height: 800px;
	/*background-color: #d2c1a8;*/
	/*border-top: 7px solid rgb(204,204,204);*/
	background-image:linear-gradient(to right,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.7),rgba(39, 43, 52,.2), rgba(39, 43, 52,.0)), url("../img/financiamiento_bloque2_bkg.png");
	/*background-image: url("../img/img_inicio_bkg.png");*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto ;
}

#contacto{
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #272b34;
	height:auto;
}

#contacto h1{
	font-size: 40px;
	color: #2D9D3F;
	font-weight: 800;
}

#contacto h3{
	font-size: 15px;
	color: #2D9D3F;
	font-weight: 600;
}

#contacto img{
	height: 50px;
}

#contacto h6{
	font-size: 15px;
	color: #2D9D3F;
}

#contacto i{
	font-size: 30px; 
	width: 100%;
}

#contacto p {
	font-size: 12px; 
	text-align: center;
	color: #2D9D3F;
	width:100%; 
}



#pie{
	background-color:#000;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}




/**--------------------------------*/

.efecto-img1{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img1:hover{
	filter: invert(0%);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: #FFFFFF solid 1px;
}

.efecto-img2{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img2:hover{
	
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.efecto-img3{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img3:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.efecto-img4{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img4:hover{
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	border-radius: 20px;
}

.efecto-img5{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img5:hover{
	filter: grayscale(100%);
}

.efecto-img6{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img6:hover{
	
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.efecto-img7{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.efecto-img7:hover{
	height: 15em;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


#img, #img2{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-especial:hover #img{
    	background-position: center 0px;
    	height: 220px;
    	-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
    }
    
 .efecto-especial:hover #img2{  
    -webkit-transform:scale(1.2);
	transform:scale(1.2);
	filter: invert(0%);
    border: #FFFFFF solid 1px;
	
	-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
}

	

@media screen and (max-width:767px ) {
	#header {
		height: 70px;
	}
	.logo-menu{
		height: 50px;
	}
	#nav-menu-container {
		display: none		
	}

	.img4{
		width: 200px;
	}
	
	#inicio .bloque-1{
		background-image: none;
		/*padding-top: 90px;
		min-height: 700px;
		background-color: #272b34;*/
		/*border-top: 7px solid rgb(204,204,204);*/
		/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_inicio.png");*/
		/*background-image: url("../img/inicio_b1_img_bkg.jpeg");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 150% ;*/
	}

	.height{
		height: auto;	
	}

	#inicio .bkg2 {
		height: 400px;
		background-image:linear-gradient(to bottom,  rgba(39, 43, 52,1),rgba(39, 43, 52,.3), rgba(39, 43, 52,.0)), url("../img/inicio_b1_img_bkg.jpeg");
		/*background-image: url("../img/img_inicio.png");*/
		background-repeat: no-repeat;
		background-position: center top;
		background-size:  100%  auto  ;
	}

	#ubicacion{
		/*padding-top: 50px;
		padding-bottom: 50px;*/
		/*min-height: 600px;*/
		/*background-color: #d2c1a8;*/
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to top,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.9), rgba(39, 43, 52,.9)), url("../img/ubicacion_img_bkg.png");
		/*background-image: url("../img/img_inicio_bkg.png");*/
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto  100%;
	}

	#ubicacion .bkg1 {
		/*height: 100vh;*/
		background-image: none;
		/*background-image: url("../img/ubicacion_img_bkg1.png");
		background-repeat: no-repeat;
		background-position: right center;
		background-size:  45% 100%    ;*/
	}

	#lotes .bloque-1{
		background-image: none;
		/*padding-top: 50px;
		padding-bottom: 50px;*/
		/*min-height: 600px;*/
		background-color: #ede5db;
		/*border-top: 7px solid rgb(204,204,204);*/
		/*background-image:linear-gradient(to top,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.9), rgba(39, 43, 52,.9)), url("../img/lotes_img_bkg1.png");*/
		/*background-image: url("../img/lotes_img_bkg1.png");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 55% auto;*/
	}

	#lotes .bloque-1 .bkg1 {
		background-image: none;
		/*height: 100vh;*/
		/*background-image: url("../img/lotes_img_bkg2.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size:   auto 50% ;*/
	}

	#lotes .iframe_video{
		width: 100%;
		height: 300px;
	}

	#financiamiento .bloque-1{
		padding-top: 100px;
		padding-bottom: 30px;
		/*min-height: 600px;*/
		background-color: rgba(39, 43, 52,1);
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image: none;
		/*background-image:linear-gradient(to right,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.7),rgba(39, 43, 52,.2), rgba(39, 43, 52,.0)), url("../img/financiamiento_img_bkg.png");*/
		/*background-image: url("../img/img_inicio_bkg.png");*/
		background-repeat: no-repeat;
		background-position: center center;
		background-size:  auto 100%;
	}

	#financiamiento .bkg1 {
		/*height: 100vh;*/
		background-image: url("../img/inicio_b1_img_marco.png");
		background-repeat: no-repeat;
		background-position: 90% top;
		background-size:   auto 15% ;
	}

	#financiamiento .bkg2 {
		height: 250px;
		/*background-color: rgba(39, 43, 52, 1);*/
		background-image:linear-gradient(to bottom,  rgba(39, 43, 52, 1),rgba(39, 43, 52,.9), rgba(39, 43, 52,.0)), url("../img/financiamiento_img_bkg.png");
		/*background-image: url("../img/img_inicio.png");*/
		background-repeat: no-repeat;
		background-position: center top;
		background-size:  120%  auto  ;
	}

	#financiamiento .bloque-2{
		padding-top: 30px;
		padding-bottom: 50px;
		background-color: rgba(39, 43, 52, 1);
		/*min-height: 800px;*/
		/*background-color: #d2c1a8;*/
		border-top: 7px solid rgba(39, 43, 52, 1);
		border-bottom: 7px solid #FFFFFF;
		background-image:linear-gradient(to top,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.8),rgba(39, 43, 52,.3), rgba(39, 43, 52,.0)), url("../img/financiamiento_bloque2_bkg.png");
		/*background-image: url("../img/img_inicio_bkg.png");*/
		background-repeat: no-repeat;
		background-position: 45% top;
		background-size:  auto 65%;
	}

	
	
	

}

@media screen and ((min-width:768px ) and ( max-width:1024px )) {
	
}

@media screen and (min-width:1025px ) {
	#inicio .bloque-1{
		padding-top: 90px;
		min-height: 700px;
		background-color: #272b34;
		/*border-top: 7px solid rgb(204,204,204);*/
		/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_inicio.png");*/
		background-image: url("../img/inicio_b1_img_bkg.jpeg");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100% ;
	}

	#inicio .bloque-2{
		/*padding-top: 40px;*/
		/*height: 700px;*/
		background-color: #ede5db;
		/*border-top: 7px solid rgb(204,204,204);*/
		/*background-image:linear-gradient(to top,  rgba(65, 202, 88,.8),rgba(65, 202, 88,.8), rgba(65, 202, 88,.1)), url("../img/img_inicio.png");*/
		/*background-image: url("../img/inicio_b1_img_bkg.jpeg");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 150% ;*/
	}

	#inicio .bloque-1 .bkg1 {
		/*height: 100vh;*/
		background-image: url("../img/inicio_b1_img_marco.png");
		background-repeat: no-repeat;
		background-position: 20% center;
		background-size:   auto 80%  ;
	}

	#ubicacion .bkg2 {
		/*height: 100vh;*/
		background-image: url("../img/inicio_b1_img_marco.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size:   auto 60%  ;
	}

	#financiamiento .bkg1 {
		/*height: 100vh;*/
		background-image: url("../img/inicio_b1_img_marco.png");
		background-repeat: no-repeat;
		background-position: 100% top;
		background-size:   auto 80% ;
	}

	#financiamiento .bloque-1{
		/*padding-top: 30px;
		padding-bottom: 50px;*/
		/*min-height: 600px;*/
		/*background-color: #d2c1a8;*/
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to right,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.7),rgba(39, 43, 52,.2), rgba(39, 43, 52,.0)), url("../img/financiamiento_img_bkg.png");
		/*background-image: url("../img/img_inicio_bkg.png");*/
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto  ;
	}

	#financiamiento .bloque-2{
		/*padding-top: 50px;
		padding-bottom: 100px;
		min-height: 800px;*/
		/*background-color: #d2c1a8;*/
		/*border-top: 7px solid rgb(204,204,204);*/
		background-image:linear-gradient(to right,  rgba(39, 43, 52,.9),rgba(39, 43, 52,.7),rgba(39, 43, 52,.2), rgba(39, 43, 52,.0)), url("../img/financiamiento_bloque2_bkg.png");
		/*background-image: url("../img/img_inicio_bkg.png");*/
		background-repeat: no-repeat;
		background-position: center top;
		background-size:  auto 100% ;
	}

}
