/*--- Components ---*/
/* GENERAL */
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #1b2d04; }

#topbar {
  padding: 5px 0;
  overflow: hidden;
  background: #ededed;
  font-size: 12px; }
  #topbar p {
    float: left;
    margin-bottom: 0;
    font-weight: bold; }
    #topbar p:first-child {
      margin-right: 10px; }

#portada {
  background: #ff6600;
  font-size: 25px;
  line-height: 32px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px; }
  #portada p {
    margin: 0 auto;
    text-align: center; }
  #portada .img-portada {
    width: 100%; }
  #portada .container .row {
    padding: 25px 0 10px 0; }
  #portada .slogan {
    display: block;
    margin: 0 auto;
    margin-top: -30px; }

#contacto {
  padding: 35px 0 60px 0;
  max-height: 620px;
  overflow: hidden; }
  #contacto h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px; }
  #contacto input[type="text"], #contacto input[type="email"] {
    border-radius: 0;
    margin-bottom: 20px;
    height: 45px; }
  #contacto textarea {
    border-radius: 0;
    height: 110px;
    margin-bottom: 20px; }
  #contacto input[type="submit"] {
    background: #1b2d04;
    border: 0;
    color: #FFF;
    width: 100%;
    padding: 12px 0; }

#destacados {
  background: #ff6600;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding: 20px 0; }

#caracteristicas {
  padding: 70px 0; }
  #caracteristicas h2 {
    margin-bottom: 20px; }
  #caracteristicas ul {
    padding-left: 0; }
    #caracteristicas ul li {
      list-style: none;
      font-size: 16px;
      padding-bottom: 20px; }

footer {
  background: #ededed;
  text-align: center;
  font-size: 14px;
  padding: 25px 0; }
  footer p {
    margin: 0; }

@media only screen and (max-width: 768px) {
  #portada {
    font-size: 18px; }
    #portada p img.ico-fb {
      width: 26px; }
    #portada p img.ico-tel {
      width: 32px; }

  #contacto {
    padding: 25px 0 50px 0; }
    #contacto h2 {
      font-size: 25px;
      margin-bottom: 30px; }

  #destacados {
    padding-bottom: 10px; }
    #destacados p {
      margin-bottom: 40px; }

  #caracteristicas {
    padding: 60px 0 20px 0; } }

/*# sourceMappingURL=main.css.map */
