/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #066;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;	
}
a:hover,
a:focus,
a:active,
a.active {
    color: #099;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
h2 {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 170px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:768px) {
	section {
		padding-top: 140px;
		padding-bottom: 70px;
	}
}
@media(min-width:992px) {
	section {
		padding-top: 140px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #ddd;
}
::selection {
    text-shadow: none;
    background: #ddd;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #999;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}
/*/*/

/* NAVEGACION */
.navbar-default {
    border-color: transparent;
	background-color: rgba(0,0,0,.9);
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 50px;
	margin-top: 7px;
	margin-left: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 7px;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #999;
	background-color: transparent;
	margin-top: 16px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
	border-color: #fff;
}
.navbar-default .nav li a {
	text-transform: ;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #099;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #fff;
    background-color: #066;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #099;
}
	.redes-top a {
		font-size: 24px !important;
	}
@media(min-width:992px) {
    .navbar-default {
		border: 0;
		background-color: transparent;
		-webkit-transition: padding .5s;
		-moz-transition: padding .5s;
		transition: padding .5s;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 80px;
		width: 80px;
		margin-top: 10px;
		margin-left: 0px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		margin-bottom: 0px;
	}	
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}
    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 8px;
    }
    .navbar-default.navbar-shrink {
		background-color: rgba(0,0,0,.8);
    }
	.navbar-default.navbar-shrink .nav li a {
		margin-top: 20px;
	}
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		height: 60px;
		width: 60px;
    }
	.redes-top {
		margin-top: -5px;
	}
	.redes-top a {
		font-size: 30px !important;
		padding-right: 0px !important;
	}
}
#banda-superior {
	padding-top: 7px;
	padding-bottom: 0px;
	background-color: #FFF;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #066;
}
#banda-superior i {
	padding-right: 8px;
	padding-left: 10px;
}
#banda-superior span {
	display: inline-block;
	margin-right: 20px;
	margin-left: 10px;	
	margin-top: 0px;
	margin-bottom: 7px;
}
/*/*/

/* ENCABEZADO */
.panel-header {
	padding-top: 190px;
}
@media(min-width:768px) {
	.panel-header {
		padding-top: 260px;
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 270px;
	}
}
.texto-header-1 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	font-size: 48px;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 48px;
}
.texto-header-2 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	background-color: #222;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 6px;
	letter-spacing: 1px;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 10px;
}
.panel-texto-header {
	display: inline-block;
	margin-bottom: 80px;
}
.btn-1  {
	font-size: 16px;
	color: #333;
	text-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	line-height: 16px;
	font-weight: 700;
	background-color: transparent;
	padding-top: 18px;
	padding-right: 52px;
	padding-bottom: 18px;
	padding-left: 26px;
	text-transform: uppercase;
	border: solid 1px #333;
	display: inline-block;
	border-radius:60px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: rgba(0,0,0,.05);
	color: #333;
	box-shadow:none;
	padding-right: 26px;
	border: solid 1px #333;	
}
.icono-btn-1 {
	margin-left: 10px;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;	
}
.btn-1:hover i,
.btn-1:focus i,
.btn-1:active i,
.btn-1.active i {
	margin-left: 36px;	
}
@media(min-width:768px) {
	.texto-header-1 {
		font-size: 60px;
		line-height: 60px;		
	}
	.texto-header-2 {
		font-size: 18px;
		line-height: 18px;			
	}
	.panel-texto-header {
		margin-bottom: 90px;
	}
}
@media(min-width:992px) {
	.texto-header-1 {
		font-size: 70px;
		line-height: 70px;		
	}
	.texto-header-2 {
		
	}
}
/*/*/


/* SUKABUMI */
#sukabumi {
	color: #FFF;
	background-color: #066;
}	
#sukabumi p {
	font-size: 21px;
	line-height: 30px;	
}
@media(min-width:768px) {
	#sukabumi p {
	padding-right: 40px;
	padding-left: 40px;
}
}
@media(min-width:992px) {
	#sukabumi p {
	padding-right: 20px;
	padding-left:20px;
}
}
/*!*/

/*! PRODUCTOS */
#productos {
	background-color: #ededed;

}
#productos hr{
	border-width:3px;
	border-color: #066;
	width:40px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.titulo-gs {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #066;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 34px;
	letter-spacing: 1px;	
}
.titulo-bls {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 34px;
	letter-spacing: 1px;
}
#tabla-gs {
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 10px;
}
#tabla-bls {
	margin-right: 0px;
	margin-left: 10px;
}
#tabla-gs td,
#tabla-bls td {
	padding-right: 10px;
	padding-bottom: 16px;
	vertical-align: top;
}
#tabla-gs i {
	font-size: 16px;
	color: #066;
}
#tabla-bls i {
	font-size: 16px;
	color: #333;
}
@media(min-width:992px) {
	#tabla-gs {
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
}
	#tabla-bls {
		margin-right: 10px;
		margin-left: 20px;
	}
}
/*!*/


/*! GALERIA */
#galeria {
	background-color: #fff;
	padding-top: 145px;
	padding-bottom: 0px;	
}
@media(min-width:768px) {
	#galeria {
		padding-top: 121px;
	}
}
@media(min-width:992px) {
	#galeria {
		padding-top: 112px;
	}
}
.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(0,102,204,.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 {
    text-transform: ;
    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;
}
/*!*/

/*! SOMOS */
#somos {
	background-image: url(../imagenes/fondo-somos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #eee;
	padding-bottom: 150px;
}
#somos hr{
	border-width:3px;
	border-color: #666;
	width:40px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#somos h2 {
	color: #066;	
}
/*!*/

/*! CONTACTO */
#contact {
	background-color: #fff;
	padding-bottom: 0px;
}
#contact hr{
	border-width:3px;
	border-color: #066;
	width:40px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.icono-contacto {
	color: #066;
	padding-right: 8px;	
}
#contact ul {
	list-style-type: none;
	padding-left: 0px;
}
#contact li {
	padding-bottom: 12px;	
}
.datos a{
	color: #333;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;	
}
.datos a:hover {
	color: #066;
}
@media(min-width:767px) {
	.datos {
		display: inline-table;
		margin-right: 20px;
		margin-left: 20px;		
	}
}
#redes-contacto {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#redes-contacto i{
	font-size: 48px !important;
	line-height: 48px;
	margin-right: 10px;
	margin-left: 10px;	
}
.btn-contact {
	margin-top: 20px;	
}

#contactForm {
	margin-top: 40px;
	margin-bottom: 0px;
}
#contact .form-group {
    margin-bottom: 25px;
}

#contact .form-group input,
#contact .form-group textarea {
	padding: 20px;
	background-color: #fff);
	color: #066;
	border: 1px solid #9cc;
	border-radius:0px;
}

#contact .form-group input.form-control {
    height: auto;
}

#contact .form-group textarea.form-control {
    height: 236px;
}

#contact .form-control:focus {
    border-color: #066;
    box-shadow: none;
}

#contact .text-danger {
    color: #c00;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
#map {
	width: 100%;
	margin-top: 0px;
	background-color: #fff;
	padding-top: 145px;	
	padding-bottom: 0px;
	margin-bottom:: 0px;	
}

@media(min-width:768px) {
    #map {

		margin-top: 0px;
		padding-top: 121px;	
    }
}
@media(min-width:992px) {
	#map {
		padding-top: 111px;
	}
}





/*!*/

/*! PIE */
footer {
	background-color: #333;
	color: #CCC;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #066;
}
footer a {
	color: #ccc;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff;
}
.subir {
	margin-top:30px;
	text-align:left;
}
.info-pie {
	text-align:left;
}
@media(min-width:768px) {
.subir {
	margin-top:0px;
	text-align:center;
}
}
/*!*/

.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:64px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}