/*!
 * 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:0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    color: #4f4f4f;
}

a{ color:#c33430;
    text-decoration: none;
}

a:hover{ color:#c33430;
    text-decoration: underline;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.brand {
display: block;
float: left;
padding: 10px 20px 17px;
margin-left:-15px;
background-color: #d43f3a;
}

.navbar-wrapper {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
border-radius: 0px;
}
.navbar-nav {
float: left;
margin: 5px;
}

.navbar-inverse {
color: #4f4f4f;
border: 1px solid #ddd;
background-color: #f7f7f7;
border-color: none;
}
.navbar-inverse .navbar-nav>li>a {
color: #4f4f4f;
}
.navbar-inverse .navbar-nav>li>a:active {
color: #4f4f4f;
}
.navbar-inverse .navbar-nav>li>a:hover {
color: #d43f3a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
    text-align: left;
    margin-left:-120px;
      max-width: 550px;
    top: 25%;
    bottom: auto;
    
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.carousel h1 {
font-size: 40px;
color: #4f4f4f;
font-weight: bold;
}

.carousel-caption .lead {
font-size: 20px;
margin: 0;
line-height: 1.25;
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.page-header{
	border-top: 3px solid #c33430;
	width:20%;
    color: #4f4f4f;
	font-size:18px;
	font-weight:600;
    margin-top:20px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom:none;
    text-transform: uppercase;
    
	}

ul {
list-style: none;
padding-left: 0px;
text-align: left;
margin-left: 0px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
color: #fff;
background-color: #d43f3a;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
color: #d43f3a;
background-color: transparent;
}

a.thumbnail {
text-align: left;
color: #4f4f4f;
}

a.thumbnail p{
color: #d43f3a;
}

a.thumbnail:hover,a.thumbnail:focus{
    border-color:#d43f3a; 
    text-decoration: none; 
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}

/* Styles Section's */
.info{color: #4f4f4f;
padding-top: 0px;
padding-bottom: 0px;
border: 1px solid #ddd;
background-color: #f7f7f7;
-moz-box-shadow: inset 0 1px 20px rgba(185,185,185,.5);
-webkit-box-shadow: inset 0 1px 20px rgba(185,185,185,.5);
box-shadow: inset 0 1px 20px rgba(185,185,185,.5);}

.social{
	background:center center no-repeat #c33430;
	padding-top:24px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 24px;
	opacity: 1;}

.top-header-page{
    margin-top: 0px;
padding: 0px;
    background-color: #c33430;
background-image: url(../img/bg_empresa.png);
width: 100%;
height: 120px;
background-repeat: no-repeat;
}

.conteudo{
padding-top: 40px;
padding-bottom: 40px;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Footer Styles */

footer {
height: 50px;
padding-top: 20px;
background-color: #ccc;
color: #666;
margin-bottom: 0px;
font-size: 11px;
}

/* Formulario Contacto */
.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }


.contact-form {
    padding: 10px 0;
}

.contact-form p {
    margin-top: 15px;
	margin-left:20px;
}
/* Responsive Styles */
