.menu a {
	color: #4d4d4d;
}

@media ( min-width : 992px) {
	.submenu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0px;
	}
	.menu .item {
		display: block;
	}
	.raya-derecha {
		border-right: 1px solid #717072;
	}
}

.menu .btn {
	border-radius: 0;
}

.submenu-sub {
	padding: 7px;
}

.submenu {
	z-index: 2;
	background-color: inherit;
}

.submenu a {
	text-transform: none;
}

.menu .btn {
	margin-bottom: 0;
}

small {
	font-size: 85%;
}

.submenu a {
	padding: 0 7px;
}

@media ( min-width : 1600px) { /* 	.container { */
	/* 		max-width: 1440px; */
	/* 	} */
}

.text-rojo {
	color: #d5252e;
}

.bg-rojo {
	background-color: #d5252e;
}

.bg-negro {
	background-color: #231f20;
}

.bg-gris {
	background-color: #808080;
}

.bg-gris-3 {
	background-color: #dadada;
}

.text-gris-2 {
	color: #4d4d4d;
}

.text-gris-3 {
	color: #dadada;
}

.text-gris-4 {
	color: #666666;
}

.bg-celeste {
	background-color: #d2e6ff;
}

.bg-blanco-70 {
	background-color: rgba(255, 255, 255, 0.7)
}

.bg-marron {
	background-color: #4b4748;
}

.bg-marron-25p {
	background-image: linear-gradient(to bottom, transparent 75%, #4b4748 25%);
}

.btn-menu {
	text-align: left;
}

.btn-menu:hover {
	background-color: #d5252e;
	color: #fbf5f5;
}

.menu a:focus {
	box-shadow: none !important;
}

.btn {
	white-space: normal;
	font-size: 0.8rem;
	border-radius: 0;
}

.carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 8px;
	/* 	margin: 0 12px; */
	margin: 0 2px;
}

.h1, h1, .h4, h4 {
	font-size: 1.2rem;
}

.form-control {
	font-size: 0.8rem;
}

@media ( min-width : 992px) {
	.carousel-indicators li {
		height: 14px;
		width: 14px;
		border-radius: 10px;
		/* 		margin: 0 20px; */
		margin: 0 2px;
	}
	.h1, h1 {
		font-size: 2.5rem;
	}
	.h4, h4 {
		font-size: 1.5rem;
	}
	.form-control, .btn {
		font-size: 1rem;
	}
}

[type="submit"].btn {
	border-radius: 0;
	padding: 0.75rem 3.5rem;
}

.form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid black;
	border-radius: 0;
	padding: 0;
}

.respuestaForm {
	display: none;
}

@media screen and (max-width: 440px) {
	.g-recaptcha {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
	}
}

.pt-7 {
	padding-top: 7.5rem !important;
}

#nosotros {
	background-position: right top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

@media ( max-width : 992px) {
	.pt-7 {
		padding-top: 5.5rem !important;
	}
	section.pt-7 {
		padding-top: 0.5rem !important;
	}
	#nosotros {
		background-position: center center;
	}
}

@media ( min-width : 992px) {
	#nosotros {
		padding-left: 40% !important;
	}
	#obras-realizadas {
		background-image: url(../img/desarrollos-fondo-izq.png);
		background-repeat: no-repeat;
	}
	#obras-realizadas-segundo-fondo {
		background-image: url(../img/desarrollos-fondo-der.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		padding-bottom: 12rem;
	}
	.trama {
		background-image: url(../img/trama-2.png);
		background-size: 1140px auto;
	}
	.trama-2 {
		background-image: url(../img/contacto/fondo.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
	}
}

header.chico {
	box-shadow: 0 0 6px #c2c2c2;
}

h3.titulo span {
	border-bottom: 3px solid #b92a31;
	padding: 0 10px 7px;
}

hr {
	border-top-color: #959595;
}

#obras-realizadas .carousel-indicators {
	position: relative;
	top: 20px;
}

#obras-realizadas .carousel-indicators li {
	background-color: #9db5bf !important;
}

#obras-realizadas .carousel-indicators li.active {
	background-color: #bcd7e2 !important;
}

hr {
	border-top: 2px solid #d1d1d1;
}

.modal-content {
	border-radius: 0;
}

#tramaNosotros {
	width: 40%;
	height: 113%;
	position: absolute;
	background-size: 100% auto;
	top: -13%;
	left: -20%;
}

@media ( min-width : 992px) {
	#nosotros {
		background-image: url(../img/nosotros.jpg);
		padding-top: 18rem !important;
	}
	#tramaNosotros {
		background-image: url(../img/trama-nosotros-2.png);
	}
}

.masEdificios {
	position: fixed;
	top: 20%;
	right: 0;
	left: unset;
	z-index: 1030;
	width: 50px;
	text-align: center;
	-webkit-transition: right .5s; /* Safari */
	transition: right .5s;
}

.masEdificios.abierto {
	right: 50px;
}

#verMasEdificios {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	transform: rotate(180deg);
	letter-spacing: 3px;
}

#masEdificios {
	background-color: #c8c8c8;
	right: -50px;
}

#masEdificios.abierto {
	right: 0;
}

div#masEdificios div div {
	display: block;
	padding: 13.75px 0;
	border-bottom: 1px solid #4d4d4d;
}

div#masEdificios div div {
	border-bottom: 1px solid #4d4d4d;
}

div#masEdificios div div:last-child {
	border-bottom: 0;
}

body#comercial {
	background-image: url(../img/comercial/fondo.png);
	background-size: 100% auto;
	background-position: top center;
}

#verMasEdificios.btn-danger:focus, #verMasEdificios.btn-danger.focus,
	#verMasEdificios.btn-danger:active, #verMasEdificios.btn-danger.active
	{
	box-shadow: none;
}

#masEdificios a.text-gris-2.active {
	color: white;
	font-weight: bold;
}

#myBtnTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 0;
	width: 60px;
	height: 60px;
	color: #d5252e;
}

#myBtnTop .fa-stack-1x {
	color: #231f20;
}

@media ( min-width : 992px) {
	.carousel-control-next {
		right: -15%;
	}
	.carousel-control-prev {
		left: -15%;
	}
}
.modal-backdrop {
	background-color: white;
}
.modal-backdrop .show {
	opacity: 0.8;
}