body {
	margin: 0;
	font-size: 17px;
	font-weight: lighter;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
	line-height: 1.3;
	transition: all 0.2s;
}

.ctro {width: 100%; text-align: center;}


/* mostrar animacion si no se ha llenado un campo en el formulario de contactenos */
.error input, input.error, .error textarea, textarea.error{
  border: 1px solid red;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* Awesome Modal CSS */
.obra1 {
	display: none;
	background-color: #fff;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 15px 20px;
	width: 80%;
	max-width: 600px;
	height: auto;
	max-height: 85%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
	overflow: auto;
	z-index: 999;
	-webkit-animation: bounce .4s ease forwards;
			animation: bounce .4s ease forwards;
	
}
.consulta {
	display: none;
	background-color: black;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 15px 20px;
	width: 80%;
	max-width: 600px;
	height: auto;
	max-height: 85%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
	overflow: auto;
	z-index: 999;
	-webkit-animation: bounce .4s ease forwards;
			animation: bounce .4s ease forwards;
	
}
.form-pop {
	width: 80%;
	margin: auto;
	box-sizing: border-box;
}
.obra-general * {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.awesome-overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	overflow: hidden;
	cursor: default;

	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);	
}

.close-icon {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: .7rem;
	right: .7rem;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.close-icon::before, .close-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: inherit;
	height: 2px;
	background-color: #999;
}
.close-icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
			transform: translate(-50%, -50%) rotate(45deg);
}
.close-icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
			transform: translate(-50%, -50%) rotate(135deg);
}

.modal-title {
	margin-top: 0;
}

:target {
	display: block;
}
:target ~ .awesome-overlay {
	display: block;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
				transform: translate3d(-50%, -50%, 0) scale(0.7);
	}
	45% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
				transform: translate3d(-50%, -50%, 0) scale(1.05);
	}
	80% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.95);
				transform: translate3d(-50%, -50%, 0) scale(0.95);
	}
	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
				transform: translate3d(-50%, -50%, 0) scale(1);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
				transform: translate3d(-50%, -50%, 0) scale(0.7);
	}
	45% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
				transform: translate3d(-50%, -50%, 0) scale(1.05);
	}
	80% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(0.95);
				transform: translate3d(-50%, -50%, 0) scale(0.95);
	}
	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
				transform: translate3d(-50%, -50%, 0) scale(1);
	}
}
#close {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

/*
* You can add the class 'stop-scrolling' to
* body tag (with JS), to prevent page scroll
*/
  
   
  


  
* {
	box-sizing: border-box;
}





.bt-form-resp {
	display: none;
}

.wrap-general {
	width: 100%;
	height: 100vh;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}

.cl-left {
	width: 300px;
	color: white;
	background-color: black;
	height: 100%;
	position: fixed;
	left: 0;
	padding: 40px 30px;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.cl-right {
	width: 85%;
	background-color: #ebebeb;
	box-sizing: border-box;
	padding: 40px 0px 80px 40px;
}


.rachelle {
	width: 100%;
}
.title-left {
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}
.line-left {
	width: 60px;
	height: 1px;
	background-color: white;
	margin: 20px auto;
}
.title-form {
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}
.title-form1 {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	color: white;
}
.title2-form {
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.campo1 {
	width: 100%;
	margin: 10px 0px;
}
.campo1a {
	width: 100%;
	font-weight: lighter;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 15px;
	background: none;
	color: white;
	padding: 10px 15px;
	border: 1px solid white;
	border-radius: 5px;
}
.form {
	width: 100%;
	margin: auto;
}
.send-form {
	width: 100%;
	font-weight: lighter;
	font-family: 'Ubuntu', sans-serif;
	background-color: gray;
	color: white;
	font-size: 15px;
	border: none;
	padding: 7px 0px;
	border-radius: 5px;
	transition: all 0.2s;
	cursor: pointer;
}
.send-form:hover {
	transform: scale(1.1);
	background-color: white;
	color: black;
}

.info {
	display: flex;
	flex-wrap: wrap;
}
.bt-info-left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-content: center;

	color: white;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}
.ico-lft {
	font-size: 15px;
	margin: 0px 5px 0px 0px;
}





.wrap-right {
	width: 1200px;
	margin: auto;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.title-right {
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	line-height: 1;
	margin: 0px 0px 10px 0px;
}
.txt1 {
	font-size: 15px;
	text-align: justify;
	margin: 4px 0px 30px 0px;
}
.wrap-obra {
	width: 260px;
	height: 260px;
	overflow: hidden;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	margin: 20px;

	transition: all 0.2s;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.img-port {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.label-private {
	position: absolute;
	transition: all 0.2s;

	background-color: black;
	display: block; 
	color: white;
	font-size: 11px;
	box-sizing: border-box;
	padding: 6px 6px 6px 9px;
	border-top-left-radius: 8px;
	margin: 0px 0px 0px 0px;
}
.bt-shadow {
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: space-between;
	text-align: left;

	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	margin: 10px 0px 0px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;

	transition: all 0.2s;

	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);	

	width: 240px;
	height: 240px;
}

.title-obra {
	/* display: none; */
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.2s;
}
.name-by {
	/* display: none; */
	width: 100%;
	font-size: 15px;
	margin: 4px 0px 20px 10px;
}
.material {
	/* display: none; */
	width: 100%;
	font-size: 15px;
	margin: 4px 0px 0px 10px;
	color: none;
}
.medidas {
	/* display: none; */
	width: 100%;
	font-size: 15px;
	margin: 4px 0px 0px 10px;
}
.ico-bt {
	margin: 0px 3px 0px 0px;
	font-size: 13px;
}
.bt-see {
	/* display: none; */
	background-color: black;
	color: white;
	width: 100%;
	font-size: 15px;
	text-align: center;
	padding: 6px 0px;
	border-radius: 3px;
	margin: 15px 0px 0px 0px;
}
.wrap-bt-int {
	width: 88%;
}
.title-pre-obra {
    text-align: center;
    font-size: 15px;
    background-color: black;
    padding: 4px 13px 5px 13px;
    margin: -39px auto 0px auto;
    box-sizing: border-box;
    border-radius: 4px;
}
.title-post-obra {
    text-align: left;
	width: 80%;
    font-size: 45px;
	font-weight: bold;
	line-height: 1;
}

.wrap-obra:hover {
	width: 260px;
	height: 260px;
	overflow: hidden;
	border-radius: 10px;
	color: white;
	text-decoration: none;

	transform: scale(1.15);

	display: flex;
	align-items: flex-start;
}

.wrap-obra:hover .label-private {
	opacity: 0;
}

.wrap-obra:hover .title-pre-obra {
	opacity: 0;
}

.wrap-obra:hover .bt-shadow {
	opacity: 100;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: space-between;
	text-align: left;

	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	margin: 10px 0px 0px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 0px 0px 0px;

	transition: all 0.2s;

	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);	

	width: 240px;
	height: 240px;
}

.bt-zoom {
	display: block;
	width: 100%;
	background-color: black;
	color: white;
	font-size: 16px;
	padding: 6px 0px 8px 0px;
	margin: 10px 0px 6px 0px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}

























@media screen and (max-width: 1560px) {


.wrap-right {
	width: 900px;
	margin: auto;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}	
.cl-right {
	width: 81%;
	background-color: #ebebeb;
	box-sizing: border-box;
	padding: 40px 0px 80px 40px;
}



}




























@media screen and (max-width: 1250px) {

.cl-left {
	width: 100%;
	height: auto;
	color: white;
	background-color: black;
	z-index: 5;
	
	position: fixed;
	left: 0;
	padding: 17px 4%;
	box-sizing: border-box;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.cl-right {
	width: 100%;
	background-color: #ebebeb;
	box-sizing: border-box;
	padding: 140px 0px 80px 0px;
}

.rachelle {
	width: 130px;
}
.form {
	display: none;
}
.title-form {
	display: none	;
}
.number-left {
	display: none;
}
.bt-info-left {
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-content: center;

	color: white;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.ico-lft {
	font-size: 19px;
	margin: 0px 0px 0px 10px;
	border: 1px solid white;
	box-sizing: border-box;
	border-radius: 5px;
	
	width: 36px;
	height: 36px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.ico-lft:hover {
	border: 1px solid white;
	background-color: white;
	color: black;
}

.bt-form-resp {
	color: white;
	text-decoration: none;
	border: 1px solid white;
	padding: 0px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	height: 36px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-form-resp:hover {
	border: 1px solid white;
	background-color: white;
	color: black;
}





}



















@media screen and (max-width: 950px) {

.cl-left {
	width: 100%;
	height: auto;
	color: white;
	background-color: black;
	z-index: 5;
	
	position: fixed;
	left: 0;
	padding: 17px 4%;
	box-sizing: border-box;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.wrap-right {
	width: 560px;
	margin: auto;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.wrap-obra {
	width: 260px;
	height: 260px;
	overflow: hidden;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	margin: 20px 0px;

	transition: all 0.2s;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


}	





.wpcf7-response-output-form{
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	margin: 15px 0 0 0;	
}












@media screen and (max-width: 630px) {


.wrap-right {
	width: 280px;
	margin: auto;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}


}








@media screen and (max-width: 350px) {

.bt-form-resp {
	color: white;
	text-decoration: none;
	border: 1px solid white;
	padding: 0px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	height: 36px;
	font-size: 14px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-form-resp:hover {
	border: 1px solid white;
	background-color: white;
	color: black;
}

.rachelle {
	width: 110px;
}




}

