html {
  height: 100%;
}
body, html {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
body {
  /*background: url('images/landing.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
  position: relative;
  padding-bottom: 10rem;
  min-height: 100%;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(images/landing.jpg) center center;
  background-size: cover;
}

.section {
  background: transparent;
}
h1, h2, h3, h4 , h5, h6 {
  color: #ffffff;
}
h1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.0;
}
h2 {
  font-size: 24px;
  font-weight: 400;
}
h1 + h2 {
  margin-bottom: 0;
}
h2 + h1 {
  margin-top: 0;
}
a {
  color: #ffffff;
}
a:focus, a:hover {
  color: #ffffff;
  text-decoration: underline;
}
:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 22px;
  }
}

.btn {
  font-size: inherit!important;
}
.form-group .btn:not(:last-child) {
  margin-right: 9px!important;
}

a.btn.btn-primary, button.btn.btn-primary, .modal a.btn.btn-primary, .modal button.btn.btn-primary {
  width: 135px;
  border: 3px solid #fff;
  display: inline-block;
  padding: 8px 40px;
  margin: 0!important;
  color: #ffffff!important;
  background: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  border-radius: 0px;
}


a.btn-primary:hover, a.btn-primary:focus,
button.btn.btn-primary:hover, button.btn.btn-primary:focus, 
.modal a.btn.btn-primary:hover, .modal a.btn.btn-primary:focus,
.modal button.btn.btn-primary:hover, .modal button.btn.btn-primary:focus {
  background-color: rgba(255,255,255,0.5)!important;
  border-color: #ffffff;
}
a.btn-link {
  font-size: inherit!important;
  color: #ffffff; 
  text-decoration: underline;
  border: 0;
  vertical-align: baseline;
}
a.btn-link:focus, a.btn-link:hover {
  color: #ffffff;
  /* text-decoration: underline;
  background-color: transparent; */
}
@media only screen and (min-width: 768px) {
  a.btn.btn-primary, button.btn.btn-primary, .modal a.btn.btn-primary, .modal button.btn.btn-primary {
    width: 200px;
  }
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
#footer p {
  color: #ffffff;
}
#footer a, #footer a:hover, #footer a:active {
  color: #ffffff;
  text-decoration: none;
}

.logo-esteve{ display: none; }
/*.logo-esteve {
  width: 120px;
  height: 120px;
  position: fixed;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
  .logo-esteve img {
    width: 100%;
  }*/

@media only screen and (min-width: 768px) {
/*  .logo-esteve {
    width: 160px;
    height: 160px;
  }*/
  /* #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  } */
}
@media only screen and (min-width: 992px) {
/*  .logo-esteve {
    width: 200px;
    height: 200px;
  }*/
  /* #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  } */
}
.panel-heading {
  border-radius: 3px;
}

.c-rule {
  background: rgba(255,255,255,0.35);
  padding: 15px;
}

.note-legal {
  padding:15px 0;
  font-size:14px;
}