@media screen and (max-width:1290px) {
	.columnForm {
		width: 100%;
	}

	.blackBgContact {
		float: left;
		display: block !important;
		height: 1550px;
	}

	.blackBgContactProyect {
	    float: left;
	    display: block !important;
	    height: 100vh;
	    /* height: 1550px; */
	}

	.contentContactCubisArt {
		height: 100vh;
	}

	.contentContact {
		height: 1550px;
		float: left;
		display: block !important;
	}

	.contentForm {
		width: 100%;
		padding: 2%;
	}

	.columnForm iframe {
		margin-left: 0;
	}

	.Address p {
		text-align: center;
	}

	.Address {
		margin-top: 35px;
		position: relative;
		float: left;
		width: 100%;
		right: inherit;
	}
}

@media screen and (max-width:1135px) {
	.logo img {
		width: 200px;
	}

	nav ul li {
		font-size: 16px;
	}

	.informationHeader p {
		font-size: 16px;
	}

	.informationHeader i {
	    font-size: 24px;
	}
}

@media screen and (max-width:1099px) {
	.textSlide p {
		width: 98%;
		font-size: 30px;
	}

	.textInversores {
		padding: 3%;
	}
}

@media screen and (max-width:920px) {
	.col {
		box-shadow: inherit;
	}
	
	.logo {
		margin-top: 15px;
	}

	.flexSpaceBetween .flex {
		width: 100%;
	}

	header nav {
		width: 100%;
		height: auto;
		display: none !important;
	}

	.menu-btn {
		display: block;
	}

	nav ul li {
		padding: 0;
	}
	
	.informationHeader {
		height: auto;
	}

	.colLupa {
		display: none;
	}

	.colNos {
		width: 96%;
		margin: 2%;
		min-height: inherit;
		height: auto;
		display: -webkit-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: center;
		-webkit-box-align: center;

		display: -moz-flex;
		-moz-box-orient: horizontal;
		-moz-box-pack: center;
		-moz-box-align: center;

		display: flex;
		box-orient: horizontal;
		box-pack: center;
		box-align: center;

		flex-wrap: wrap;
	  	justify-content: center;
	  	text-align: center;
	  	align-content: center;
	  	align-self: center;
	  	align-items: center;
	}

	.contentNos {
		height: inherit;
	}

	.txtDosNos {
		margin-top: 40px;
		width: 90%;
		text-align: center;
		margin-bottom: 40px;
	}

	.txtDosNos br {
		display: none;
	}

	.cbp-af-header.cbp-af-header-shrink .informationHeader {
		height: auto !important;
		padding-bottom: 10px;
	}

	.informationHeader i {
		font-size: 20px;
	}

	header {
		height: 120px !important;
	}

	.cbp-af-header {
		height: 120px !important;
	}

	.slide {
	    padding-top: 120px;
	}

	.timeline li:after {
	    width: 100px;
	}

	.timeline li {
	    margin-left: 100px;
	}
}

@media screen and (max-width:680px) {
	.bottomNav p {
		font-size: 16px;
	}

	.bottomNav {
		justify-content: space-between;
	}

	nav {
		justify-content: space-between;
	}

	nav ul {
		width: 100%;
		justify-content: space-between;
	}

	.col {
		width: 98%;
	}

	.colImgProyect {
	    background-size: auto 100%;
	}
}

@media screen and (max-width:580px) {
	.bottomNav {
	    justify-content: center;
	}

	.bottomNav p {
		margin: 10px;
	}

	.textSlide p {
		font-size: 22px;
		padding: 5px;
	}

	.Address {
		margin-top: 10px;
	}

	.Address p {
		font-size: 14px;
	}
}

@media screen and (max-width:470px) {
	nav ul li {
		margin: 0px 5px 0px 5px;
		font-size: 14px;
	}

	.imgNos {
		margin-top: 40px;
	}

	.proyect {
	    width: 80%;
	    height: 350px;
	}

	.colImgProyect {
		width: 98%;
	    background-size: auto 100%;
	}

	.colInfoProyect {
		width: 98%;
		height: auto;
		min-height: inherit;
	}
}

@media screen and (max-width:380px) {
	nav ul li {
		font-size: 13px;
	}

	.textSlide p {
		font-size: 18px;
		padding: 5px;
	}
}