/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 15px;
    line-height: 1.5;
}
p.large {
    font-size: 19px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #900;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #f00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 400;
	text-transform: uppercase;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}
::selection {
    text-shadow: none;
    background: #999;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.banda-contacto {
	padding: 20px;
	margin-top: 20px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
}
/*/*/

/* NAVIGATION */
.navbar {
    border-color: transparent;
    background-color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
	box-shadow: 0px 0px 10px 0px #000;
}
#navbarResponsive {
	margin-top: 12px;
}
.logo {
	width: 180px;
	height: auto;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
.navbar .navbar-toggler i {
    color: #999;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: #fff;
}
.nav-link  {
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: #fff;
}
.nav-link.active {
    outline: 0;
    color: #fff;
	background-color: #c00;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
@media(min-width:992px) {
	.navbar {
		border-color: transparent;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.logo {
		width: 220px;
		height: auto;
	}
	.nav-link {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#mainNav.navbar-shrink .logo {
		width: 170px;
	}
}
/*/*/
/* ENCABEZADO */
#encabezado {
	padding: 0px;
	background-color: #222;
	overflow: hidden;
}
.foto-e {
	height: 690px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.foto-me {
	height: 390px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.foto-1 {
	background-color: #111;
	background-image: url(../imagenes/foto-1.jpg);
}
.foto-2 {
	background-color: #222;
	background-image: url(../imagenes/foto-2.jpg);
}
.foto-3 {
	background-color: #333;
	background-image: url(../imagenes/foto-3.jpg);
}
.foto-4 {
	background-color: #444;
	background-image: url(../imagenes/foto-4.jpg);
}
/*/*/
/* LOGO ENCABEZADO */
.iso {
	height: 120px;
	width: auto;
}
#logo-encabezado {
	padding: 0px;
	height: 690px;
	margin-top: -690px;
}
#logo-encabezado img {
	margin-top: 200px;
	z-index: 1100;
	margin-bottom: 30px;
}
.texto-header {
	font-family: 'Montserrat', sans-serif;
	z-index: 1100;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(16, 16, 16, .7);
	padding: 2px 10px 2px 10px;
	
}
#logo-encabezado p {
	margin-bottom: 14px !important;
}
@media(min-width:768px) {
	.texto-header {
		font-size: 36px;
		font-weight: 700;
		line-height: 48px;
		
	}
	.iso {
		height: 200px;
		width: auto;
	}
}
/*/*/
/*! EMPRESA */
#empresa {
	background-color: #eee;
}
#empresa h2 {
	margin-bottom: 40px;
	color: #c00;
}
.destacado-empresa {
	font-size: 21px;
	font-style: italic;
	font-weight: 700;
	color: #c00;
	margin-top: 30px;
}
#empresa img {
	margin-bottom: 40px;
	border: 5px solid #fff;
}
/*!*/
/* ENTREPISOS */
#entrepisos {
	background-color: #333;
	color: #fff;
}
#entrepisos a {
	color: #999;
}
#entrepisos a:hover,
#entrepisos a:focus,
#entrepisos a:active {
	color: #fff;
}
#entrepisos h4 {
	margin-top: 20px;
}
#entrepisos img {
	margin-top: 40px;
	border: 5px solid #444;
}
/*!*/
/*! SERVICIOS */
#servicios h4 {
	margin-top: 40px;
	color: #c00;
}
/* TESTIMONIOS */
#testimonios {
	background-color: #222;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/fondo-testimonios.jpg);
}
#testimonios p {
	text-align: left !important;
}
#testimonios h2 {
	background-color: #444;
	padding-left: 10px;
}
#testimonios img {
	margin-top: 40px;
	margin-bottom: 20px;
	padding:7px;
	background-color: #444;
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #eee;
}
#contacto h2 {
	margin-bottom: 40px;
	color: #c00;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 10px 16px 10px 16px;
	color: #333;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 178px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #222 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #444;
	border-radius:0px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 17px;
	padding-right: 22px;
	padding-bottom: 17px;
	padding-left: 22px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #000;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn {
	margin-left: 10px;
}
#contacto table {
	margin-bottom: 40px;
}
#contacto td {
	padding-right: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	line-height: 24px;
	vertical-align: top;
}
/*!*/

/*! PIE */
footer {
	padding: 25px 0;
	color: #666;
	font-size: 14px;
	background-color: #ddd;
}
footer a {
	color: #666 !important;
}
footer a:hover,
footer a:focus {
	color: #666 !important;
}
.creditos {
	padding:10px;
	background-color: #eee;
	font-size: 14px;
}
.creditos a {
	color: #666;
}
.creditos a:hover,
.creditos a:focus {
	color: #666;
}
/*!*/
/*! PRODUCTOS */
#trabajos {
	background-color: #fff;
}
#trabajos h2 {
	margin-bottom: 40px;
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(204,0,0,0.7);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 400;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
#trabajos .banda-contacto {
	margin-top: 70px;
}
/*!*/
/*! WHATSAPP */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*!*/