/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway');

body {
  padding-bottom: 40px;
  color: white;
  background-color: #111111;
  font-family: "Raleway";
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  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;
  /*margin-right: 15px;
  margin-left: 15px;*/
  background-color: #400000;
}
.navbar-wrapper .navbar .container {
  width: auto;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}



/* ****************************************************** */
/* ****************************************************** */
/* ****************************************************** */

.navbar-brand>img
{
    margin-top: -10px;
    max-height: 45px;
    display: inline;
}
    
.carousel-caption h1
{
  font-family: "Oswald";
  text-shadow:
    -2px -2px 5px #000,  
     2px -2px 5px #000,
    -2px 2px 5px #000,
     2px 2px 5px #000;
}

.carousel-caption p
{
  text-shadow:
    -1px -1px 4px #000,  
     1px -1px 4px #000,
    -1px 1px 4px #000,
     2px 2px 4px #000;
}

h1, h2, h3
{
  font-family: "Oswald";
}

.btn-primary
{
  background-color: #400000;
  border-color: white;
}

.btn-primary:hover
{
  background-color: #700000;
  border-color: #700000;
}

.btn-default
{
  background-color: #ffbf18;
  border-color: white;
}

.btn-default:hover
{
  background-color: #ffdb7e;
  border-color: #ffdb7e;
}

.saltaCabecera
{
  padding-top: 70px;
}

.featurette-divider {
    margin: 50px 0;
}

.myborder
{
  border-left: 4px solid #400000;
  background-color: #300000;
  padding-bottom: 20px;
}


.jumbotron
{
  background-color: #000000;
}

.paddingJumbotronSup
{
  padding: 50px 0 0 0;
}

.imgBanner
{
  
}

.marginRight10px
{
  margin-right: 10px;
}

@media (max-width: 600px)
{
  .marginRight10px
  {
    margin-right: 0px;
    width: 100%;
  }
}

blockquote
{
  font-size: 100%;
  font-style: italic;
  border-left: 5px solid #ffaf0b;
}

.enlace, .enlace:hover, .enlace:visited
{
  color: #ffaf0b;
}

.fontSizeCarro
{
  font-size: 200%;
  padding-top: 5px;
}

.marginShop
{
  margin-left: 10px;
  margin-right: 10px;
}

.textoPrecio
{
  font-size: 200%;
}

.borderItem
{
  border-top: 1px solid #444444;
  margin-bottom: 20px;
}


.marcaDeAgua {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    background-color: black;
    transform: rotate(-45deg);
    padding-top: 10px;
    padding-bottom: 0px;
}

.modal-title
{
  color: #000000;
}

.modal-body
{
  color: #000000;
}


input.ng-invalid {
    background-color:rgb(255,255,153);
}


textarea.ng-invalid {
    background-color:rgb(255,255,153);
}