/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*! GLOBALES */

body {
    overflow-x: hidden;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

p.large {
    font-size: 17px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}

a {
    color: #333;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #d8e035;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.img-centered {
    margin: 0 auto;
}

section {
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #999;
}

::selection {
    text-shadow: none;
    background: #999;
}

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: #ccc;
	background-color: #fff;
	padding-bottom: 10px;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
	width: 214px;
	margin-top: 10px;
	margin-left: 15px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
	border-color: #666;
	background-color: #fff;
	margin-top: 32px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #d8e035;
	border-color: #666;
}

.navbar-default .nav li a {
	text-transform: ;
	font-weight: 400;
	letter-spacing: px;
	color: #333;
	text-transform: uppercase;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #cccc00;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #333;
    background-color: #d8e035;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #333;
    background-color: #d8e035;
}

@media(min-width:992px) {
    .navbar-default {
		border: 0;
		background-color: transparent;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-2.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 80px;
		width: 214px;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 17px;
	}


    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 6px;
    }

    .navbar-default.navbar-shrink {
	padding: 10px 0;
	background-color: #fff;
	border-bottom-color: #CCC !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    }
	.navbar-default.navbar-shrink .navbar-brand{
		background-image: url(../imagenes/logo-2.png);
		height: 80px;
		width: 214px;
    }
}
@media(min-width:1200px) {
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 120px;
		width: 321px;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 38px;
		-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
	}
	.navbar-default.navbar-shrink .nav li a{
	margin-top: 19px;
	}
}


/* DESTACADO */
#destacado {
	margin-top: -217px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
	text-align: center;
	margin-bottom: 38px;	
}
@media(min-width:420px) {
	#destacado {
		margin-top: -217px;
		margin-bottom: 62px;
	}
}
@media(min-width:768px) {
	#destacado {
		margin-top: -257px;
		margin-bottom: 66px;
	}
}
@media(min-width:992px) {
	#destacado {
		margin-top: -407px;
		margin-bottom: 81px;
	}
}
@media(min-width:1200px) {
	#destacado {
	margin-top: -350px;
	margin-bottom: 81px;
	}
}
header {
	background-color: #333;
}
.texto-header-1 {
	margin-bottom: 10px;
    text-transform: ;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
	display: block;
	text-shadow:0px 0px 15px rgba(0,0,0,1);
}
.texto-header-2 {
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	text-shadow:0px 0px 8px rgba(153,204,0,1);
}

@media(min-width:768px) {
	.texto-header-1 {
		margin-bottom: 10px;
		font-size: 40px;
		line-height: 40px;
	}
	.texto-header-2 {
		margin-bottom: 16px;
		font-size: 26px;
		line-height: 30px;
	}
}

@media(min-width:992px) {
    header .intro-text {
        padding-top: px;
        padding-bottom: px;
    }
	.texto-header-1 {
		margin-bottom: 10px;
		text-transform: ;
		font-size: 55px;
		font-weight: 300;
		line-height: 55px;
	}
	.texto-header-2 {
		margin-bottom: 25px;
		font-size: 36px;
		line-height: 40px;
	}
}

.btn-circle {
	font-size: 50px;
	color: rgba(255,255,255,0.6);
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
@media(min-width:992px) {
	.btn-circle {
		font-size: 80px;
		line-height: 80px;
	}
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #d8e035;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
/*!*/

/*! QUIENES */
#quienes {
	color: #FFF;
	background-color: #222;
}	
#quienes hr{
	border-color: #d8e035;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.destacado-quienes {
	font-size: 40px;
	margin-top: 30px;
	display: block;
	color: #d8e035;
	font-family: 'Shadows Into Light', cursive;
	line-height: 42px;
}
/*!*/

/*! HACEMOS */
#hacemos {
	color: #666;
}
#hacemos hr{
	border-color: #d8e035;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;	
}
#hacemos h2 {
	}

/*!*/


/*! SERVICIOS */
#servicios {
	background-color: #d8e035;
	color: #000;
}
#servicios hr {
	border-color: #fff;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;		
}
.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}
@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}
.icono-servicios {
	color: #fff;
}
.destacado-servicios {
	font-size: 27px;
	margin-top: 30px;
	display: block;
	color: #000;
	font-family: 'Shadows Into Light', cursive;
	line-height: 29px;
}
/*!*/



/*! PRODUCTOS - PORTFOLIO - FOTOS */
#productos {
	background-color:;
}
.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: #d8e035;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(255,255,255,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 {
    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-padding {
    padding: 0;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/*!*/




/*! CONTACTO */
#contacto {
	background-color: #fff;
}
#contacto hr {
	border-color: #d8e035;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.dato-contacto {
	display: block;
	margin-top: 20px;
}
ul.social-buttons {
	margin-bottom: 0;
	margin-top: 40px;
}

ul.social-buttons li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 30px;
	line-height: 50px;
	outline: 0;
	color: #333;
	background-color: #d8e035;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 10px;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #333;
	color: #d8e035;	
}
.formulario {
	margin-top: 50px;
}
.form-group {
    margin-bottom: 28px;
}

.form-group input,
.form-group textarea {
	padding: 16px;
	color: #333;
}

.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
}

.form-group textarea.form-control {
	height: 216px;
	background-color: #fff;
	border-color:#ccc;
}

.form-control:focus {
    border-color: #d8e035 !important;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #bbb !important;
	font-size: 14px !important;
}

.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #bbb !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.text-danger {
	color: #f00;
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #333;
	border-radius:6px;
	-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: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #d8e035;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #333;
}
.icono-btn-header {
	margin-left: 10px;
}
/*!*/



/*! DONDE ESTAMOS */
#estamos hr{
	border-color: #d8e035;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#estamos {
	background-color: #333;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
.destacado-estamos {
	font-size: 32px;
	margin-top: 30px;
	display: block;
	color: #d8e035;
	font-family: 'Shadows Into Light', cursive;
	line-height: 42px;
	margin-bottom: 10px;
}
.destacado-estamos2 {
	font-size: 26px;
	margin-top: 10px;
	display: block;
	color: #fff;
	font-family: 'Shadows Into Light', cursive;
	line-height: 32px;
	margin-bottom: 50px;
}
/*!*/


/*! PIE */
footer {
	padding: 25px 0;
	text-align: center;
	background-color: #333;
	color: #CCC;
}
footer a{
	color: #CCC;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active{
	color: #fff;
}
footer span.copyright {
	display: block;
	margin-bottom: 10px;
}
.creditos {
	display: block;
	margin-top: 30px;
}
/*!*/

#video {
	margin-top: 60px;
	border: 7px solid #333;
}