/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

@media(min-width:1200px) {
	body {
    	padding-top: 120px; /* Required padding for .navbar-fixed-top. Remove if 	using .navbar-static-top. Change if height of navigation changes. */
	}
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 60%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 100%;
    }
	header.carousel {
    	height: 30%;
	}
}

.navbar {
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #eee;
}


.navbar-brand {
	background-image: url(../imagenes/logo_karnuk_web.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 206px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.nav.navbar-nav.navbar-right {
		margin-top: 20px;
		margin-bottom: 0px;
	}
@media(min-width:1200px) {
	.navbar-brand {
		background-image: url(../imagenes/logo_karnuk_web2.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 101px;
		width: 416px;
		margin-top: 5px;
		margin-left: 10px;
		margin-bottom: 15px;
	}
	.nav.navbar-nav.navbar-right {
		margin-top: 88px;
		margin-bottom: 0px;
	}
}


.navbar .navbar-toggle {
    border-color: #666;
    background-color: #666;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    border-color: #B5661B;
	background-color: #B5661B;
}
.navbar .navbar-collapse {
	border-top-color: #eee;
	background-color: #eee;
}

.navbar .nav li a {
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #666;
	font-size: 14px;
	letter-spacing: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .nav li a:hover,
.navbar .nav li a:focus {
    outline: 0;
    color: #B5661B;
}

.navbar .navbar-nav>.active>a {
	border-radius: 0;
	color: #FFFFFF;
	background-color: #B5661B;
}

.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #000;
}
.navbar .navbar-nav>.last>a {
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
@media(min-width:768px) {
	.navbar .nav li a {
		text-transform: uppercase;
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: 700;
		color: #666;
		font-size: 14px;
		letter-spacing: 0em;
		border-right-width: 2px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: none;
		border-right-color: #B5661B;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.navbar .nav li a:hover,
	.navbar .nav li a:focus {
    	outline: 0;
    	color: #B5661B;
	}

	.navbar .navbar-nav>.active>a {
    	border-radius: 0;
    	color: #B5661B;
    	background-color: #fff;
	}

	.navbar .navbar-nav>.active>a:hover,
	.navbar .navbar-nav>.active>a:focus {
    	color: #000;
    	background-color: #fff;
	}
	.navbar .navbar-nav>.last>a {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.navbar .navbar-collapse {
		background-color: #fff;
	}
}
#cuerpo {
	padding-top: 20px;
	padding-bottom: 50px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
}
h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}
.lead {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
}
h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
	font-weight: 600;
	text-align: center;
	font-size: 27px;
}
.texto {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #404040;
	font-weight: 400;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}
.texto2 {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #404040;
	font-weight: 400;
	text-align: justify;
	font-size: 15px;
	line-height: 22px;
}
#pie {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}
#pie .col-md-6.data-fiscal {
	text-align: center;
}
#pie .col-md-6.datos-karnuk {
	text-align: center;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 1.4em;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #666;
}

#pie .col-md-6.datos-karnuk a {
	color: #C60;	
}
#pie .col-md-6.datos-karnuk a:hover {
	color: #000;
	text-decoration: none;
}
.icono_mail {
	margin-left: 12px;
}
@media(min-width:991px) {
    #pie .col-md-6.data-fiscal {
	text-align: right;
	padding-right: 30px;
	}
	#pie .col-md-6.datos-karnuk {
	text-align: left;
	padding-top: 3px;
	padding-left: 30px;
	}
}
#video {
	margin-bottom: 20px;
	margin-top: 20px;
}
#hacemos_home h1 {
	color: #CC6729;
	margin-bottom: 30px;
	margin-top: 40px;
}
#hacemos_home  {
	padding-bottom: 60px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-size: cover;
}
#valores_home {
	background-color: #999;
	padding-top: 60px;
	padding-bottom: 60px;
}
#valores_home h2 {
	color: #FFF;
	font-weight: 700;
}
#valores_home p {
	color: #FFF;
}
#hacemos_home h2 {
	font-weight: 700;
}
#trayectoria_home h2 {
	font-weight: 700;
	color: #CC6729;
}
#trayectoria_home {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: cover;
}
.btn-primary {
	border-color: #CC6729;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #FFF;
	background-color: #CC6729;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ff6600;
	border: 1px solid #F60;
}
hr.star-light,
hr.star-primary {
	padding: 0;
	max-width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #ccc;
}
section#contact {
    background-color: #222;
	padding-top: 20px;
	padding-bottom: 50px;
}


section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #f90;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}
#contact .section-subheading.text-muted {
	color: #fff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
}


#contact .section-subheading.text-muted a{
	color: #FFF;
	text-decoration: none;
}
#contact .section-subheading.text-muted a:hover{
	color: #f90;
	text-decoration: none;
}
#map {
	width: 100%;
	height: 400px;
	margin-top: 0px;
}
@media(min-width:767px) {
    #map {
	height: 500px;
	margin-top: 0px;
    }
}
#contact h1 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 6px;
}
#contact p,
#contact p a {
	color: #fff;
}
#contact p a:hover {
	color: #f60;
	text-decoration: none;
}
#contact p .naranja,
#contact p a .naranja{
	color: #CC6729;
}
#contact p a:hover .naranja {
	color: #f60;
	text-decoration: none;
}
#contact p .web,
#contact p a .web{
	color: #CC6729;
	font-size: 27px;
	font-weight: 600;
}
#contact p a:hover .web {
	color: #f60;
	text-decoration: none;
}
#contact p .divisor {
	color: #CC6729;
	font-size: 18px;
	font-weight: 700;
	padding-right: 12px;
	padding-left: 12px;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #CC6729;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #CC6729;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f60;
    color: #fff;
    background-color: #f60;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
#cuerpo .text-center img {
	margin: 10px;
}