/*--- Components ---*/
/* GENERAL */
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #1b2d04; }

.carousel,
.item,
.active {
  height: 490px; }

.carousel-inner {
  height: 100%; }
  .carousel-inner a {
    color: #FFF; }
    .carousel-inner a:hover {
      color: #CCC;
      text-decoration: none; }

.carousel-caption {
  bottom: 25% !important; }

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

#myCarousel a.button {
  background: transparent;
  border: 2px solid #3366cc;
  color: #3366cc;
  padding: 12px 70px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none; }
#myCarousel .carousel-caption p {
  margin-bottom: 40px;
  color: #666666;
  text-shadow: none; }
#myCarousel .carousel-caption img {
  margin: 0 auto 30px auto;
  display: block; }

#quienes-somos {
  padding: 90px 0; }
  #quienes-somos h2 {
    font-size: 13px;
    color: #3366cc;
    font-weight: 600;
    letter-spacing: 1px; }
    #quienes-somos h2:after {
      content: " ";
      width: 60px;
      height: 4px;
      background: #3366cc;
      position: relative;
      display: block;
      margin-top: 10px;
      margin-bottom: 15px; }
  #quienes-somos .logo-ulla {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px; }

#contacto-form {
  background: #3366cc;
  padding: 35px 0 60px 0;
  max-height: 620px;
  overflow: hidden;
  letter-spacing: 1px; }
  #contacto-form h2 {
    font-size: 13px;
    color: #FFF;
    font-weight: 600; }
    #contacto-form h2:after {
      content: " ";
      width: 60px;
      height: 4px;
      background: #FFF;
      position: relative;
      display: block;
      margin-top: 10px;
      margin-bottom: 50px; }
  #contacto-form input[type="text"], #contacto-form input[type="email"] {
    border-radius: 0;
    margin-bottom: 20px;
    height: 45px; }
  #contacto-form textarea {
    border-radius: 0;
    height: 175px;
    margin-bottom: 25px; }
  #contacto-form input[type="submit"] {
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    padding: 10px 60px;
    margin: 0 auto;
    display: block; }

#redes-sociales {
  background: #f1f1f1;
  padding: 80px 0; }
  #redes-sociales iframe {
    max-width: 100%; }

#pre-footer {
  background: #282d31;
  padding: 30px 0;
  color: #979797;
  overflow: hidden; }
  #pre-footer a {
    color: #979797; }
    #pre-footer a:hover {
      text-decoration: none;
      color: #ccc; }
  #pre-footer p {
    margin: 0; }

footer {
  background: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 25px 0; }
  footer p {
    margin: 0; }

@media only screen and (max-width: 768px) {
  .carousel-caption {
    bottom: 15% !important; }

  #quienes-somos {
    padding: 30px 0; }
    #quienes-somos .img-responsive {
      margin-bottom: 30px; }

  #pre-footer {
    text-align: center; }
    #pre-footer .mail, #pre-footer .tel {
      margin-bottom: 20px; } }

.boton-mail {
  cursor: pointer;
  position: fixed;
  z-index: 50;
  bottom: 30px;
  right: 30px; }


.navbar {
  background: #FFF;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.navbar .logo {
  display: table;
  margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */
