﻿*{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
body {
    background-color: transparent;
}
.jumbotron {
  padding: 60px 0 20px;
  text-align: center;
  background: transparent;
}
.jumbotron .container {
    
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.navbar-inverse {
    background-image: linear-gradient(to bottom, #000 0px, #333 100%);
}
html {
  background: url(../img/fondo.png);
  font-family: "Ubuntu";
  min-height: 1000px;
}
.navbar {
    min-height: 72px;
}
.navbar-brand {
    height: auto;
}
.navbar-right {
    margin-top: 15px;
}
#wrap{
	margin: 50px auto;
}
.price {
    color: #C51521;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 #900;
}
.columns_2 figure{
   width:49%;
   margin-right:1%;
}
.columns_2 figure:nth-child(2){
	margin-right: 0;
}
.columns_3 figure{
   width:32%;
   margin-right:1%;
}
.columns_3 figure:nth-child(3){
	margin-right: 0;
}
.columns_4 figure{
   width:24%;
   margin-right:1%;
}
.columns_4 figure:nth-child(4){
	margin-right: 0;
}
.columns_5 figure{
   width:19%;
   margin-right:1%;
}
.columns_5 figure:nth-child(5){
	margin-right: 0;
}
#columns figure:hover{
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	transform: scale(1.1);

}
#columns:hover figure:not(:hover) {
	opacity: 0.4;
}
div#columns figure {
	display: inline-block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 0px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 0 5px 10px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

div#columns figure img {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

div#columns figure figcaption {
  color: #444;
  line-height: 1.2;
  height:40px;
  font-weight:normal;
  text-overflow:ellipsis;
  text-align: center;
}

a.button{
  padding:10px;
  background:#C51521;
  margin:10px;
  display:block;
  text-align:center;
  color:#fff;
  transition:all 100ms ease;
  font-size: 1.5em;
  text-decoration:none;
  text-shadow:1px 1px 3px rgba(0,0,0,0.3);
  border-radius:3px;
  border-bottom:8px solid #c00;
  box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
a.button:hover{
  background:#c00;
  border-bottom:8px solid #C51521;
  color:#fff;
  font-size: 2em;
}
.price {
    font-weight: bold;
    text-align: center;
}
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus, .navbar-inverse {
    background-color: #C51521 !important;
    padding: 10px 15px;
}
.nav > li > a {
    padding: 10px;
}
.cerrar {
    background: #C51521 none repeat scroll 0 0;
    border: 3px solid;
    border-radius: 50px;
    box-shadow: 1px 2px 5px #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 1.24em;
    margin-right: -15px;
    margin-top: -25px;
    text-align: center;
    width: 30px;
}
.cookies {
    background: #444 none repeat scroll 0 0;
    bottom: 50%;
    color: #eee;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: justify;
    width: 180px;
}
.cookies p {
    clear: both;
    padding-top: 5px;
}
@media screen and (max-width: 960px) { 
  #columns figure { width: 24%; }
  .jumbotron { margin-top: 50px; }
}
@media screen and (max-width: 767px) {
  #columns figure { width:32%;}
  .jumbotron { margin-top: 50px; }
}
@media screen and (max-width: 600px) {
  #columns figure { width: 49%;}
  .jumbotron { margin-top: 50px; }
}
@media screen and (max-width: 500px) {
  #columns figure { width: 100%;}
  .jumbotron { margin-top: 50px; }
}
