#header.sticky-header .menu-link {
	color: var(--cnvs-primary-menu-color) !important;
}

#header.sticky-header .menu-link.open-modal-quotation-form {
	color: #fff;
}

#header.sticky-header .social-icon {
	color: var(--cnvs-primary-menu-color);
	border-color: var(--cnvs-themecolor);
}

.color-alt {
	color: #4E8CCB !important
}

.color-alt1 {
	color: #ca8511 !important
}

.color-alt2 {
	color: #f1b731 !important
}

.content-360 h5 {
	font-weight: normal;
}

.location-alt-content {
	display: flex;
	justify-content: normal;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 20px;
}

.location-alt-content .item {
	text-align: center;
  	padding: 80px 0;
  	color: #fff;
  	flex: 0 0 20%;
  	max-width: 20%;
  	box-sizing: border-box;
}

.location-alt-content .item-1 {
	background-color: #022601;
}

.location-alt-content .item-2 {
	background-color: #465902;
}

.location-alt-content .item-3 {
	background-color: #F2B705;
}

.location-alt-content .item-4 {
	background-color: #BF9004;
}

.location-alt-content .item-5 {
	background-color: #D9C7A7;
}

.stretched #gotoTop {
    width: 55px;
	height: 50px;
	line-height: 48px;
}

#quotationModalForm .modal-header img {
	width: 150px;
}

.redes-flotantes {
	width: 55px;
	height: 50px;
	background-color: #23b180;
	display: flex;
	justify-content: center;
	align-items: center;
	left: initial!important;
	right: 30px!important;
	bottom: 7rem!important
}

.redes-flotantes img {
	width: auto!important;
	height: 30px;
}

.redes-flotantes:hover {
	background-color: #1f9e73
}

.whatsapp-float-button {
	border-radius: 0 !important;
	width: 55px !important;
	height: 50px !important;
	right: 30px !important;
	bottom: 7.5rem !important;
}

.whatsapp-float-button .whatsapp-icon {
	width: 30px !important;
	height: 30px !important;
}

#modal-form-whatsapp .modal-header {
    padding: 0 0.5rem !important;
}

#modal-form-whatsapp .modal-header .close {
    background-color: transparent;
    border: none;
}

#modal-form-whatsapp .modal-body {
    padding: 0.5rem !important;
}

#modal-form-whatsapp .modal-footer {
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

@media screen and (max-width: 798px) {
	#header-wrap {
		background-color: #4E8CCB;
	}

	#header-wrap .menu-link {
		color: #fff;
	}

	#slider .slider-caption {
		text-align: center;
	}

	.location-alt-content .item {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 32px 0;
	}

	.proyect-info {
		text-align: center;
	}

	.proyect-info img {
		margin: 0 auto;
	}
}