@media(min-width: 100px){
	.bgmvinico{
		background-image: url(../img/inicio/bg_inicio_mv.webp);
        background-position: center;
        background-size: cover;
        padding: 150px 15px 80px;
	}
	#inicio{
		background-image: none;
		padding: 0px 0;
	}
	.estado_proyecto {
	    font-size: 15px;
	    top: 30px;
	    padding: 12px 24px;
	}
	#form_landing {
	    border-radius: 24px;
	    padding: 40px 25px;
	}
	.txtform_ini{
		font-size: 17px;
		line-height: 20px;
	}
	.divconinf {
	    border-radius: 0;
	    background: #537C95;
	    padding: 30px 10px;
	}
	.brbtmmv{
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	}
	.linrg {
	    border-right: none;
	    padding: 0 50px;
	}
	.linlg{
		padding: 0 50px;
	}
	.titpage_h2 {
	    font-size: 25px;
	    line-height: 32px;
	}
	#proyecto {
	    padding: 60px 0;
	}
	.txtxpar_pro {
	    font-size: 15px;
	    line-height: 20px;
	}
	#contgrilla.displang{
		display: none;
	}
	#espacios {
	    padding: 40px 0;
	}
	.hojarefugio {
	    width: 85px;
	    top: -32px;
	}
	#refugio {
	    padding: 40px 0;
	}
	.txtrefugio {
	    font-size: 15px;
	    margin: 0 0 30px 0;
	}
	.divconimg_refug {
	    display: block;
	}
	.titdesarrollo{
		font-size: 25px;
		line-height: 32px;
	}
	.hojedesa {
	    width: 100px;
        right: 15px;
	}
	.linkwhat {
	    bottom: 10px;
	    right: 10px;
	}
	.divconcrlce{
		position: relative;
	}
	.divconcrlce .circle{
	    position: absolute;
        left: 10px;
        bottom: 28px;
        width: 172px;
        height: 170px;
        background: url(../img/espacios/bg_espacio.svg);
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: 168px;
        background-position: center;
        background-repeat: no-repeat;
	}
	.divconcrlce .continfocollage{
	  width: 77%;
	}
	.divconcrlce h3{
		color: #537C95;
	    text-align: center;
	    font-family: "Gotham";
	    font-size: 16px;
	    font-style: normal;
	    font-weight: 800;
	    line-height: 19px;
	}
	.divconcrlce p{
		color: #243741;
	    text-align: center;
	    font-family: "Gotham";
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 100;
	    line-height: 17px;
	}
	.titulo_gracias{
	    font-size: 35px;
	    line-height: 40px;
	}
	.txtgracias {
	    font-size: 17px;
	    line-height: 23px;
	}
	.ram_grac {
	    top: 5px;
	    width: 125px;
	}
	.edif_gracias {
	    margin-top: -32px;
	    margin-bottom: -25px;
	}
	.ram_btmgrac {
	    bottom: 140px;
	    width: 175px;
	}
}

@media(min-width: 992px){
	.ram_btmgrac {
	    bottom: -125px;
	    width: auto;
	}
	.edif_gracias {
	    margin-top: -90px;
	    margin-bottom: -75px;
	}
	.ram_grac {
	    top: 25px;
	    width: auto;
	}
	.txtgracias {
	    font-size: 22px;
	    line-height: 30px;
	}
	.titulo_gracias{
	    font-size: 40px;
	    line-height: 40px;
	}
	.linkwhat {
	    bottom: 30px;
	    right: 20px;
	}
	.hojedesa {
	    width: 240px;
	    right: 0;
	}
	.titdesarrollo{
		font-size: 36px;
		line-height: 44px;
	}
	.divconimg_refug {
	    display: flex;
	}
	.txtrefugio {
	    font-size: 16px;
	    margin: 0;
	}
	#refugio {
	    padding: 65px 0;
	}
	.hojarefugio {
	    width: 170px;
	    top: 0;
	}
	#espacios {
	    padding: 65px 0;
	}
	#contgrilla.displang{
		display: grid;
	}
	.txtxpar_pro {
	    font-size: 18px;
	    line-height: 24px;
	}
	#proyecto {
	    padding: 80px 0;
	}
	.titpage_h2 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.linlg{
		padding: 0 15px;
	}
	.linrg {
	    border-right: 2px solid rgba(255, 255, 255, 0.34);
	    padding: 0 15px;
	}
	.brbtmmv{
		border-bottom: none;
	}
	.divconinf {
	    border-radius: 15px;
	    background: rgba(83, 124, 149, 0.80);
	    padding: 30px 10px;
	}
	.txtform_ini{
		font-size: 20px;
		line-height: 20px;
	}
	#form_landing {
	    border-radius: 32px;
	    padding: 45px;
	}
	.estado_proyecto {
	    font-size: 17px;
	    top: 60px;
	    padding: 16px 34px;
	}
	.bgmvinico{
		background-image: none;
		padding: 0 15px 0px;
	}
	#inicio{
		background-image: url(../img/inicio/banner.webp);
		padding: 120px 0;
	}
}