body{
	font-family: 'myriad-pro';
}
b{
	font-weight: 600;
}
.hand{
	cursor: pointer;
}
.message{
	position: fixed;
	width: 100%;
	top:0;
	height: 70px;
	z-index:9999;
	display: table;
	text-align: center;
}
.message span{
	display: table-cell;
	width: 100%;
	color: #fff;
	vertical-align: middle;
}
.message.error{
	background: rgba(255,0,0,0.5);
}
.message.success{
	background: rgba(0,128,0,0.5);
}
.page-container{
	position: fixed;
	width: 100%;
	height:100%;
}
.main-background{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	opacity:0;	
	transition: opacity 0.5s ease;
	position: absolute;
	height: 100%;
	width:100%;
}
.main-background.active {
	transition: opacity 0.2s ease;
	opacity: 1;
}
.icon-grupo.principal{
	position: fixed;
	left:10px;
	top:-3px;
	font-size: 125px;
	color: #fff;
}
.icon-header{
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: 8px;
	cursor: pointer;
	transition: 0.5s ease;
}
.icon-header:hover{
	color: #ccc;
}
.icon-fa{
	right: 83px;
}
.icon-ins{
	right: 45px;
}
.icon-lin{
	right: 8px;
}

.header-band{
	position: fixed;
	top: 120px;
	width: 100%;
	height:20px;
	background: rgba(255,255,255,0.75);
	font-size: 12px;
	text-transform: uppercase;
	z-index:500;
}
.header-element{	
	transition: 0.3s ease;
	color: #000;
	float: left;
	padding: 0 30px;
	height:20px;	
	padding-top:2px;
	cursor: pointer;
	position: relative;
}
.header-element:hover,
.header-sub:hover{
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.header-sub-container{
	position: absolute;
	top:20px;
	left:0px;
	width: 100%;
	z-index:500;
}
.header-sub{
	transition: 0.3s ease;
	color: #000;
	float: left;
	text-align: left;
	padding-left: 10px;
	width: 100%;
	height:20px;
	padding-top:2px;
	margin-top:4px;
	cursor: pointer;
	background: rgba(255,255,255,0.75);
}
.ebetesa-content{
	position: absolute;
	width: 100%;
	top: 140px;
	left:0;
	height: calc(100% - 147px);
	z-index:499;
}
.ebetesa-content .container,
.ebetesa-content .row,
.ebetesa-content .col-md-10{
	height:100%;
}
.main-content{
	position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - 30px);
    background: rgba(255,255,255,0.75);
    height: 90%;
    overflow: auto;
    margin-top: 3%;
}
.main-content.projects{
	padding: 0 1.5%;
}
.icon-container{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -20px;
}
.icon-constructora{
	font-size: 125px;
	color: #2873B6;
}
.icon-equipamiento{
	font-size: 125px;
	color:#DF0209;
}
.icon-transportes{
	font-size: 125px;
	color:#35A52E;
}
.text-container{
	text-align: justify;
	font-size: 12px;
	color: #000;
	padding: 0 15% 40px;
	text-transform: uppercase;
}
.text-container-a, .text-container-a:focus, .text-container-a:hover{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
.project-preview{
	width:31.33333%;
	margin: 10px 1%;
	float: left;
	height: 175px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
}
.project-hover{
	position: absolute;
	display: table;
	width: 100%;
	height:100%;
	opacity: 0;
	background: rgba(0,0,0,0.65);
	transition: 0.5s ease;
}
.project-hover div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.project-hover img{
	width: 50px;
	opacity: 0.7;
	margin-bottom: 7px;
}
.project-hover span{
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.project-preview:hover .project-hover{
	opacity:1;
}
.contact-item{
	min-width: 80px;
	line-height:1.4;
	position: relative;
	display: inline-block;
}
.contact-item2{
	line-height:1.8;
}
.contact-item:after{
	content: ':';
	position: absolute;
    right: 4px;
}
.contact-map{
	position: absolute;
	top: 20px;
	right: 15%;
	width: 31%;
}
.contact-form{
	font-size: 12px;
	color: #000;
	width: 70%;
	margin:60px 15% 40px;
	padding-top:10px;
	border-top: 2px solid #000;
	text-transform: uppercase;
}
.contact-input{
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
	height: 25px;
	outline: none;
	border-radius: 0px;
	margin: 3px 0 5px;
	font-size: 15px;
}
.contact-textarea{
	height:100px;
	width: 100%;
	border: 1px solid #fff;
	border: none;
	font-size: 12px;
	outline: none;
	font-size: 15px;
}
.contact-input.error{
	border: 1px solid red;
}
.contact-textarea.error{
	border: 1px solid red;
}
.contact-btn{
	margin-top: 20px;
	background: #000;
	color: #fff;
	height:25px;
	padding: 0 30px;
	transition: 0.3s ease;
	border: none;
	outline: none;
}
.contact-btn:hover{
	opacity: 0.7;
}
.contact-btn:active,
.contact-input:active,
.contact-textarea:active{
	outline: none;
}
.project-container{
	padding: 40px 10%;
}
.back-btn-container{
	padding: 0;
}
.project-back{
	margin: 10px 0 0 0;
	width: 15px;
}
.project-details{
	line-height:1.8;
	margin-top:20px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding-left: 0;
}
.project-images{
	padding-right: 0;
	margin: 0 -1%;
}
.main-image{
	width: 100%;
	cursor: pointer;
	max-height:260px;
	min-height:230px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.secondary-image{
	margin:10px 1% 0;
	width: 23%;
	height:60px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.main-content.ng-enter {
	transition: 0.5s;
	opacity: 0;
}
.main-content.ng-enter-active {
	opacity: 1;
}
.main-content.ng-leave {
	transition: 0.5s;
	opacity: 1;
}
.main-content.ng-leave-active {
	opacity: 0;
}
.main-content::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.main-content::-webkit-scrollbar-button {
	background-color: transparent;
}
/* agrega un boton arriba y abajo de la barra */
.main-content::-webkit-scrollbar-button:start:decrement,
.main-content::-webkit-scrollbar-button:end:increment {
	display: none;
	/*border-right: 2px solid #F7F7F8;*/
}
/* Tope de barra */
.main-content::-webkit-scrollbar-button:vertical:start:increment,
.main-content::-webkit-scrollbar-button:vertical:end:decrement {
	display: none;
}
/* botón hacia abajo */
.main-content::-webkit-scrollbar-button:vertical:increment {
	background: #666;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
/* botón hacia arriba */
.main-content::-webkit-scrollbar-button:vertical:decrement {
	background: #666;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.main-content::-webkit-scrollbar-track:vertical {
	background-color: transparent;
	border: 1px solid transparent;
}
/* Top area above thumb and below up button */
.main-content::-webkit-scrollbar-track-piece:vertical:start {
	border: 1px solid transparent;
}
/* Bottom area below thumb and down button */
.main-content::-webkit-scrollbar-track-piece:vertical:end {
	border: 1px solid transparent;
}
/* Back scroll bar */
.main-content::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
/* Barra dinamica */
.main-content::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
}
/* Corner */
.main-content::-webkit-scrollbar-corner:vertical {
	background-color: black;
}
/* Resizer */
.main-content::-webkit-scrollbar-resizer:vertical {
	background-color: gray;
}
.ebetesa-footer-xs{
	display: none;
}

.modal-dialog {
    width: 70%;
    margin: 30px auto;
}
.carousel-img{
	width: 100%;
}
.project-title{
	font-size:22px;
}

@media (max-width: 991px) and (min-width: 769px){
	.contact-map {
	    width: 28%;
	}
	.project-images {
	    padding-right: 0;
	    padding-left: 0;
	    margin: 20px -1% 0;
	}
}
@media (max-width: 768px){
	.icon-grupo.principal {
	    font-size: 92px;
	    color: #000;
	    margin-top:6px;
	    position: relative;
	    top: -4px;
	    left:0;
	}
	.icon-header {
	    font-size: 25px;
	    top: 17px;
	}
	.icon-fa{
		right: 0;
		color: #000;
		left: 100px;
	}
	.icon-ins{
		right: 0;
		color: #000;
		left: 130px;
	}
	.icon-lin{
		right: 0;
		color: #000;
		left: 160px;
	}
	.header-band {
	    top: 0px;
	    height:85px;
	    background: rgba(255,255,255,1);
	    text-align: center;
	}
	.menu-xs{
		position: absolute;
		top:18px;
		right:15px;
		width: 46px;
	}
	.ebetesa-content {
	    top: 90px;
	    height: auto;
	    position: relative;
	    margin-bottom: 50px;
	}
	.ebetesa-content .containe {
	    padding-left:5px;
	    padding-right:5px;
	}
	.menu-xs-container{
		position: absolute;
		top: 85px;
		width: 100%;
		background: rgba(255,255,255,0.95);
		text-align: center;
		color: #000;
	}
	.menu-element-xs{
		width: 100%;
		padding: 6px 0;
		font-size: 15px;
		position: relative;
		border-top: 1px solid #ccc;
	}
	.sub-menu-element-xs-container{
		width: 100%;
		position: relative;
		top:6px;
	}
	.sub-menu-element-xs{
		width: 100%;
		padding:6px 0;
		font-size: 13px;
		border-top: 1px solid #ddd;
		text-align: left;
		padding-left: 43%;
	}
	.main-content{
		width: 100%;
		position: relative;
		margin-top:0;
	}
	.text-container {
	    padding: 0 5% 20px;
	}
	.icon-constructora,
	.icon-equipamiento,
	.icon-transportes {
	    font-size: 95px;
	}
	.project-preview {
	    width: 100%;
	    margin: 5px 0%;
	}
	.project-hover {
	    opacity: 1;
	    background: rgba(0,0,0,0.45);
	}
	.project-container {
	    padding: 0 5px;
	}
	.project-details {
	    margin-bottom: 20px;
	}
	.project-images {
	    padding-left: 5px;
	    margin: 0 -1%;
	}
	.contact-map {
	    position: relative;
	    top: 20px;
	    right: 0;
	    width: 100%;
	}
	.contact-form {
	    width: 100%;
	    margin: 0;
	    padding: 15px 5px 20px;
	    padding-top: 10px;
	}
	.ebetesa-footer-xs{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		text-align: center;
		padding:8px 0 0;
		background: #fff;
	}
	.icon-footer{
		font-size:20px;
		margin: 0 5px;
	}
	.main-content.ng-enter {
		transition: 0s;
		opacity: 0;
	}
	.main-content.ng-enter-active {
		opacity: 1;
	}
	.main-content.ng-leave {
		transition: 0s;
		opacity: 1;
	}
	.main-content.ng-leave-active {
		opacity: 0;
	}
	.modal-dialog {
	    width: 97%;
	    margin: 10px auto;
	}
	.project-title{
		font-size:18px;
	}
}