body {
  font-family: Lato, Helvetica, sans-serif;
  color: #000;
}
a {
  color: #628a27;
}
a:hover {
  color: #a2d951;
}
nav#idiomas ul {
  list-style-type: none;
  padding: 0;
  margin: 0px 0px 14px 0px;
}
nav#idiomas ul li {
  display: block;
  padding: 0px 10px 0px 0px;
  margin: 0;
  float: left;
}
nav#idiomas ul li a {
  font-size: 170%;
  font-weight: 300;
}
nav#idiomas ul li span {
  color: #afacaa;
  font-size: 170%;
  font-weight: 300;
}
h1 {
  font-size: 300%;
  line-height: 130%;
  font-weight: 300;
  text-transform: uppercase;
  margin: 26px 0px 16px 0px;
}
h1 strong {
  font-weight: 700;
}
.introduccion {
  padding-bottom: 34px;
}
.introduccion p {
  font-size: 220%;
  line-height: 120%;
  font-weight: 300;
}
p.intro_plantas {
  font-size: 120%;
  line-height: 120%;
  font-weight: 400;
}
h2 {
  margin: 18px 0px 0px 0px;
  padding-bottom: 0px;
  font-size: 130%;
  line-height: 120%;
  font-weight: 400;
}
blockquote {
  margin: 0;
  padding: 0 0 30px 0;
  border: 0;
  font-style: italic;
  font-size: 110%;
  font-weight: 300;
  color: #9d9d9d;
}
.row div img {
  width: 100%;
}
footer {
  border: 0;
  background-color: #e1e1e1;
}
footer p {
  margin: 0;
  font-size: 80%;
  padding: 2px 10px;
}
footer p span {
  float: right;
}
footer#pieviana {
  position: relative;
  background-color: #e1e8ed;
  text-align: right;
  height: 77px;
}
footer#pieviana p {
  padding: 8px 13px 0px 88px;
  color: #537a92;
  font-size: 13px;
}
footer#pieviana p span a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 79px;
  height: 77px;
  background-image: url(../img/viana_logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
footer#pieviana p span a strong {
  display: none;
}
footer#pieviana p a {
  color: #537a92;
  font-weight: 700;
  text-decoration: underline;
}
.carousel {
  margin-bottom: 18px;
}
.carousel div.item img {
  width: 100%;
}
.carousel-control {
  font-size: 40px;
  top: 46%;
}
.carousel-control.right {
  right: 45px;
}
.carousel-control.left {
  left: 45px;
}
@media (max-width: 560px) {
  body {
    margin-top: 18px;
  }
  .carousel {
    display: none;
  }
}
