.text-justify {
	text-align: justify !important;
}

.text-secondary {
	color: #407089 !important;
}

.text-custom {
	color: #9a6b21 !important;
}

#proyecto li {
	list-style: none;
}

#galeria .box-info-gallery-item {
	position: absolute;	
	min-width: 350px;
	top: 25px;	
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 30px;
	background-color: #433d3891;
	text-align: center;
	z-index: 555;
}

.box-custom-slider-form {
	width: 100%;
	position: absolute;
	top: 5rem;
	left: 0;
	background-color: #433d3891;
	padding: 10px 0;
	z-index: 10;	
}

.box-custom-slider-form h3 {
	font-family: 'OptimusPrinceps', sans-serif;
	letter-spacing: 2px;
}

.box-custom-slider-form a {
	font-size: 0.85rem;
}

.box-custom-slider-form input,
.box-custom-slider-form select,
.box-custom-slider-form textarea {
	color: #fff;
	background-color: #13191e;
}

/** focus **/
.box-custom-slider-form input:focus,
.box-custom-slider-form select:focus,
.box-custom-slider-form textarea:focus {
	color: #fff;
	background-color: #13191e;
}

.box-custom-slider-form input::-webkit-input-placeholder,
.box-custom-slider-form select::-webkit-input-placeholder,
.box-custom-slider-form textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 0.85rem;	
}


.box-custom-slider-icon {
	position: absolute; 	
	top: 10rem;
	right: 6rem;
	z-index: 10;
}

.box-custom-slider-icon img {
	width: 180px;
}

.box-custom-icon {
	position: absolute; 
	left: 0; 
	top: 50%; 
	transform: translateY(-50%);
}

.box-custom-icon img {
	width: 150px;
}

#galeria .box-info-gallery-item h5 {
	font-family: 'OptimusPrinceps', sans-serif;
	letter-spacing: 2px;
}

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

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

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

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

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

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

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

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

.stretched #fixedContactButton {
	background-color: #433D38;
	z-index: 500;
	position: fixed;
	width: 55px;
	height: 50px;
	line-height: 48px;	
	text-align: center;	
	top: auto;
	left: auto;
	right: 30px;
	bottom: 11rem;
	cursor: pointer;	
	opacity: 1;		
	font-size: 1.3rem;
	transition: background-color 0.2s linear, opacity 0.4s ease;
}

.stretched #fixedContactButton a {
	color: #fff;
}

.stretched #fixedContactButton:hover {
	background-color: #433d3894;
}

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

#contactModalForm .modal-header img,
#quotationModalForm .modal-header img {
	width: 200px;
}

#footer input,
#footer textarea,
#footer select {
	color: #fff;
	background-color: transparent;
	border-radius: 1px solid #fff;
}

#footer option {
	color: #222;	
}

#footer input::-webkit-input-placeholder,
#footer textarea::-webkit-input-placeholder,
#footer select::-webkit-input-placeholder {
	color: #fff;
}

.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
}

#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: 768px) {
	#proyecto .heading-block {
		text-align: center;
	}

	.box-custom-slider-form {
		display: none;
	}

	.box-custom-slider-icon {
		display: none;
	}

	.box-custom-icon {
		display: none;
	}
}