body {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 20px;
  background: black;
  background-image: url("../img/bg-body.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }

a, button {
  color: #4A4A4A;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  a:hover, button:hover {
    text-decoration: none;
    color: black; }

.btn {
  width: 100%;
  padding: 25px 0;
  font-size: 19px;
  font-weight: 500;
  color: black;
  background: #BDDD0D;
  border: none;
  letter-spacing: 0;
  line-height: 28px; }
  .btn:hover {
    background: #EAFF76;
    color: black; }

h1, h2, h3, h4, h5, ul {
  padding: 0;
  margin: 0; }

h1, h3 {
  color: #BDDD0D;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500; }

h1 {
  margin-bottom: 20px; }

h3 {
  font-size: 22px;
  margin-bottom: 20px; }

.select2-container {
  color: black !important;
  font-size: 14px !important;
  border: none;
  border-radius: 3px; }

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 3px !important;
  height: 53px !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 51px !important; }

small.help-block {
  color: white !important;
  background: #a94442;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px; }

.wrapper {
  max-width: 1140px;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  .wrapper .top {
    padding: 40px 0 85px 0; }
  .wrapper .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .wrapper .bottom .left {
      width: 30%; }
      .wrapper .bottom .left form .form-group {
        width: 100%;
        margin-bottom: 20px;
        -ms-input-placeholder-color: #5B5B5B;
        -moz-placeholder-color: #5B5B5B; }
        .wrapper .bottom .left form .form-group input, .wrapper .bottom .left form .form-group select {
          background: #F4F4F4;
          border: none;
          border-radius: 3px;
          height: 53px;
          width: 100%;
          text-transform: none;
          box-shadow: none;
          color: black; }
        .wrapper .bottom .left form .form-group ::-webkit-input-placeholder {
          color: #5B5B5B; }
        .wrapper .bottom .left form .form-group ::-moz-placeholder {
          color: #5B5B5B; }
      .wrapper .bottom .left form .checkbox {
        font-size: 13px; }
        .wrapper .bottom .left form .checkbox a {
          text-decoration: underline;
          color: white;
          font-size: 13px; }
        .wrapper .bottom .left form .checkbox input {
          margin-right: 5px;
          position: relative;
          top: 3px; }
      .wrapper .bottom .left form .action {
        margin-top: 20px; }
    .wrapper .bottom .right {
      width: 65%;
      padding-top: 150px; }
      .wrapper .bottom .right .text {
        max-width: 600px;
        margin-bottom: 20px; }
      .wrapper .bottom .right ul.items {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .wrapper .bottom .right ul.items li {
          padding-right: 40px; }
          .wrapper .bottom .right ul.items li:last-child {
            padding-right: 0; }
          .wrapper .bottom .right ul.items li img {
            margin-bottom: 10px; }

.logos {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background: white;
  text-align: center; }
  .logos h2 {
    color: black;
    text-align: center;
    font-size: 28px;
    line-height: 44px;
    font-weight: 500; }
  .logos ul {
    margin: 20px auto;
    max-width: 1140px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.gracias {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .gracias .bottom {
    max-width: 600px;
    flex-direction: column;
    margin-top: 40px; }
    .gracias .bottom h3 {
      font-size: 30px;
      line-height: 36px; }
    .gracias .bottom .btn {
      margin-top: 20px;
      width: auto;
      padding-left: 20px;
      padding-right: 20px; }

.layout {
  position: fixed;
  bottom: 0px;
  background-color: rgba(198, 198, 198, 0.8);
  width: 100%;
  color: black;
  padding: 20px; }
  .layout #cookies {
    max-width: 960px;
    margin: 0px auto; }
    .layout #cookies .sst_close {
      background-color: #40ab40;
      color: white;
      font-family: Arial;
      padding-bottom: 5px;
      padding-top: 5px;
      padding-left: 20px;
      padding-right: 20px;
      float: right;
      margin-top: 15px;
      border-radius: 5px; }

.modal {
  color: black; }

@media (max-width: 900px) {
  body {
    background-size: auto; }

  .wrapper .top {
    padding: 40px 0 0 0; }
  .wrapper .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse; }
    .wrapper .bottom .right {
      padding-top: 40px; }
      .wrapper .bottom .right .text {
        max-width: 100%; }
    .wrapper .bottom .left, .wrapper .bottom .right {
      width: 100%; }

  .logos ul {
    flex-wrap: wrap;
    justify-content: center; }
    .logos ul li {
      width: 33%; }

  .gracias .bottom {
    flex-direction: column !important; } }
@media (max-width: 550px) {
  .wrapper {
    width: 86%; }
    .wrapper .top img {
      width: 100%; }
    .wrapper .bottom .right ul.items {
      flex-wrap: wrap; }
      .wrapper .bottom .right ul.items li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .wrapper .bottom .right ul.items li img {
          margin: 0 15px 0 0; } }

/*# sourceMappingURL=style-dp.css.map */
