@media (min-width: 100px){
	#areas{
		padding: 60px 0px 20px 0px;
	}
	.desgra {
		font-size: 18px;
	}
	.dsp-min-768{
		display: none;
	}
	.dsp-max-991{
		display: block;
	}
	.dsp-min-992{
		display: none;
	}

	.menu_mvl{
		height: 70px;
	    position: fixed;
	    width: 100%;
	    z-index: 99999;
	    top: 0;
	    text-align: center;
	    display: flex;
	    align-items: stretch;
	    justify-content: center;
	    background: #FFFFFF;
	    padding: 10px 0;
	}
	.menu_mov{
		position: fixed;
		top: 10px;
		left: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		transition: transform 250ms ease;
		cursor: pointer;
		z-index: 9999;
		margin-bottom: 0;
	}
	.menu_mov span {
		position: relative;
		display: block;
		width: 50%;
		height: 2px;
		background-color: #0F1820;
		float: left;
		transform-origin: center center;
		transition: transform 250ms ease;
		z-index: 200;
	}
	.isStuck .menu_mov span {
		background-color: #152732;
	}
	.menu_mov span:nth-of-type(1) {
		transform: translateY(-5px);
	}
	.menu_mov span:nth-of-type(3) {
		transform: translateY(5px);
	}
	#menu_mov {
		display: none;
	}
	#menu_mov:checked ~ .menu_mov {
		background-color: transparent;
		transform: rotate(360deg);
		transition: transform 250ms ease;
	}
	#menu_mov:checked ~ .menu_mov span {
		background-color: #FFFFFF;
		transition: transform 250ms ease;
	}
	#menu_mov:checked ~ .menu_mov span:nth-of-type(1) {
		transform: translateY(1px) rotate(45deg);
	}
	#menu_mov:checked ~ .menu_mov span:nth-of-type(2) {
		display: none;
	}
	#menu_mov:checked ~ .menu_mov span:nth-of-type(3) {
		transform: translateY(-1px) rotate(-45deg);
	}
	#menu_mov:checked ~ .nav_mov {
		left: 0px;
		transition: left 700ms ease;
	}
	#menu_mov:checked ~ main {
		transform: translateX(100%);
		transition: transform 700ms ease;
		/*display: none;*/
	}
	.nav_mov {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 40px 0 40px;
		background-color: #0F1820;
		transition: left 700ms ease;
		z-index: 999;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.ul_menmv{
		list-style: none;
	}
	.ul_menmv li{
		margin-top: 15px;
	}
	.men_cl{
		
		font-size: 17px;
		font-weight: 700;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.53;
		letter-spacing: 0.34px;
		text-align: center;
		color: #FFFFFF;
	}
	.img_topbn{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: 15px;
		height: 40px;
	}
	.txt-siguenos{
		color: #FFFFFF;
		font-size: 17px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.24;
		letter-spacing: normal;
		text-align: center;
	}

	#topnav{
		display: none;
	}
	.titban{
		font-size: 38px;
	}
	.navlh, .navrh{
		display: none;
	}
	#proyecto{
		padding: 50px 0;
		background: #0F1820;
	}
	.img-proyecto{
		width: 100%;
	}
	.tabs-galeria{
		display: block;		
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.navld, .navrd{
		color: #fff;
		font-size: 25px;
	}
	.navld{
		left: 5px;
	}
	.navrd{
		right: 5px;
	}
	.titarea{
		font-size: 36px;
	}
	.txticoare{
		font-size: 13px;
	}
	#galeria{
		padding: 30px 0 0 0;
	}
	.np-mob{
		padding: 0;
	}
	#tone, #tseven, #thei, #areagal {
		margin-bottom: -24px;
	}

	.nav-tabs .tabgal{
		padding: 10px 10px;
		border-radius: 0;
	}
	.titlet{
		text-align: center;
	}
	.linkletpl{
		font-size: 14px;
	}
	.imgletlink{
		max-height: 40px;
		min-height: 40px;
	}
	#planos{
		padding: 40px 0;
	}
	.ico-down{
		top: 10px;
	}
	.bxspl{
		margin: 0 15px;
	}
	.img-plano{		
		width: 100%;
	}
	.titcredi{
		font-size: 30px;
		text-align: center;
	}
	.descredi{
		font-size: 22px;
		text-align: center;
	}
	.tabs-ubicacion {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.nav-ubi{
		font-size: 14px;
	}
	#contacto{
		padding: 40px 0;
	}
	.txttitcont{
		font-size: 40px;
	}
	.txtsubcont{
		font-size: 30px;
	}
	.txttitcont, .txtsubcont, .titformcont{
		text-align: center;
	}
	.brdtb{
		margin: 15px;
		padding: 15px;
	}
	.brdtb2{
		margin: 15px 0;
		padding: 15px 0;
	}
	.lupmas{
		top: 30%;
	}
	.imgplano .lupmas{
		display: block;
	}
	.complimp{
		text-align: center;
	}
	.boxshw {
		position: relative;
		top: 35px;
	}
	.txtubidi {
		font-size: 42px;
		color: #152732;
	}
	.nav-tabs .nav-item {
		margin-bottom: 15px;
	}
	.itemshome {
		height: 100vh;
	}
	.nav-ubi{
	    color: #152732;
	}
	.bginfobn {
	    position: inherit;
	    padding: 17px 30px;
	    margin: 0 auto 0 auto;
	    width: fit-content;
	}
	.imgtop{
		display: none;
	}
	.coldivwrap{
		flex-wrap: wrap;
    	justify-content: center;
	}
	.txtubic {
	    font-size: 14px;
	}
	#inicio {
	    margin-top: 70px;
	}
	.titpro {
	    font-size: 36px;
	    text-align: center;
	}
	.artpoaubi {
	    position: inherit;
	}
	#ubicacion {
	    padding: 50px 0 0 0;
	}
	.linkbtub {
	    width: auto;
	}
	.tabsproInt {
		flex-wrap: nowrap;
	    overflow-x: auto;
	    overflow-y: hidden;
	    width: 100%;
	    padding-bottom: 10px;
	}
	.linlhomein {
		width: max-content;
	}
	.icofootMn {
	    color: #FFFFFF;
	    font-size: 30px;
	}
	.imggaltab {
	    height: 232px;
    	max-width: 100%;
	}
}

@media (min-width: 768px){
	.tabsproInt {
		flex-wrap: wrap;
	}
	.linkbtub {
	    width: 50%;
	}
	#ubicacion {
	    padding: 0;
	}
	.artpoaubi {
	    position: absolute;
	}
	.titpro {
	    font-size: 56px;
	    text-align: left;
	}
	#inicio {
	    margin-top: 80px;
	}
	#areas{
    	padding: 74px 0px 50px 0;
	}
	#proyecto .titpro {
		
		font-size: 45px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.02;
		letter-spacing: -0.9px;
		text-align: left;
		color: #00a0b4;
		text-transform: uppercase;
		margin-bottom: 6%;
		margin-top: 8%;
	}
	
	.dsp-max-767{
		display: none;
	}
	.dsp-min-768{
		display: block;
	}
	.titban{
		font-size: 48px;
	}
	.navlh, .navrh{
		display: block;
	}
	#proyecto{
		padding: 85px 0 115px 0;
	}
	.img-proyecto{
		width: auto;
	}
	.titarea{
		font-size: 56px;
	}
	.txticoare{
		font-size: 14px;
	}
	#galeria{
		padding: 100px 0 60px 0;
	}
	.tabs-galeria{
		display: flex;
	}
	.np-mob{
		padding: 0 15px;
	}
	#tone, #tseven, #thei, #areagal {
	    margin-bottom: auto;
	}

	.nav-tabs .tabgal{
	    margin-left: 15px;
	    padding: 10px 20px;
	}
	.navld, .navrd{
    	font-size: 45px;
	}
	.titlet{
	    text-align: left;
	}
	.linkletpl{
		font-size: 14px;
	}
	.imgletlink{
	    max-height: 45px;
	    min-height: 45px;
	}
	#planos{
	    padding: 80px 0;
	}
	.ico-down{
	    top: 8px;
	}
	.bxspl{
	    margin: 0;
	}
	.img-plano{		
    	width: 100%;
	}
	.titcredi{
	    font-size: 52px;
	    text-align: left;
	}
	.descredi{
	    font-size: 23px;
	    text-align: left;
	}
	.nav-ubi{
	    font-size: 15px;
	}
	#contacto{
	    padding: 130px 0 95px 0;
	}
	.txttitcont, .txtsubcont, .titformcont{
    	text-align: left;
	}
	.brdtb, .brdtb2{
	    margin: 0;
	    padding: 0;
	}
	.brdtb2{
	    border: none;
	}
	.lupmas{
	    top: 40%;
	}
	.imgplano .lupmas{
	    display: none;
	}
	.complimp{
	    text-align: left;
	}
}

@media (min-width: 992px){
	.imggaltab {
	    height: 641px;
    	max-width: 100%;
	}
	#proyecto{
		background: #0F1820;
	}
	.txtubic {
	    font-size: 16px;
	}
	.coldivwrap{

	}
	.imgtop{
		display: block;
	}

	.bginfobn {
	    position: absolute;
	    padding: 17px 30px;
	    margin: -66px auto 0 auto;
	    width: fit-content;
	}
	.nav-ubi{
	    color: #FFFFFF;
	}
	.itemshome {
	    height: 100vh;
	}
	.nav-tabs .nav-item {
	    margin-bottom: -1px;
	}
	.txtubidi {
	    font-size: 42px;
	    color: #FFFFFF;
	}
	.boxshw {
	    position: absolute;
	    top: 120px;
	}
	.desgra {
	    font-size: 20px;
	}
	.dsp-max-991{
		display: none;
	}
	.dsp-min-992{
		display: block;
	}
	.menu_mvl{
		display: none;
	}
	#topnav{
		display: block;
	}
	.navld{
	    left: 0;
	}
	.navrd{
	    right: 0;
	}
	.tabs-ubicacion {
	    columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	}
	.txttitcont, .txtsubcont{
	    font-size: 50px;
	}
	.formweb {
	    width: 412px;
	}	
	.stylmen {
	    font-size: 14px;
	}
	.btncont {
	    font-size: 14px;
	}
	.titarea {
	    font-size: 50px;
	}
}

@media (min-width: 1200px){
	.btncont {
	    font-size: 16px;
	}
	.stylmen {
	    font-size: 16px;
	}
	.navld{
	    left: -50px;
	}
	.navrd{
	    right: -50px;
	}
	.icofoot{
	    margin-right: 13px;
	}	
}