.link {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding-top: 100%;
  webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}

img {
}

.container-rappi {
  padding-left: 5px;
  padding-right: 5px;
}

.col-6.col-md-6.column-big {
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 18px;
}

.link-grande {
  border-radius: 10px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  border: 1px solid #e5e5e5;
}

.logo-padding {
  padding-top: 24px;
  padding-bottom: 36px;
}

.category-name {
  font-size: 11px;
  margin: 8px 0px 0px 0px;
  line-height: 1.3em;
  text-align: center;
  color: #000000;
}

.link-grande-texto {
  margin: 12px 0 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  color: #ffffff;
  padding-right: 12px;
  text-transform: uppercase;
}

.link-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

a:hover {
  text-decoration: none;
}

.title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.heading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.heading small {
  display: block;
  line-height: 1.3em;
  font-size: 16px;
  color: #4c4c4c;
  margin: 12px 0px 0px 0px;
}

.button-white {
  width: 100%;
  font-size: 16px;
  line-height: 1em;
  padding: 16px;
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  margin-top: 6px;
}

.btn-primary:hover {
  background-color: #ffffff;
  color: #4c4c4c;
  border: 1px solid #e5e5e5;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle {
  background-color: #d9d9d9;
  color: #4c4c4c;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}

.back-button {
  margin-right: 40px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

