@import url(https://fonts.googleapis.com/css?family=Signika:300,400,600,700);@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Custom animation loading */
.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #d72d29;
}

.ip-header h1 {
  margin: 0;
}

.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-loader {
  bottom: 20%;
  text-align: center;
}

.ip-loader img {
  padding-bottom: 2%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #ef6e7e;
}

/* Initial animation of header elements */
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}
@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate3d(0, 800px, 0);
  }
}
/* Header elements when loading finishes */
.loaded .ip-loader {
  opacity: 1;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
@keyframes animLoadedLogo {
  to {
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes animLoadedHeader {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute;
}

/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

/* Media queries */
@media screen and (max-width: 45em) {
  .ip-main h2 {
    font-size: 2.25em;
    font-size: 10vw;
  }

  .box {
    width: 100%;
  }
}
/** Loading send **/
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
  outline: none;
}

input {
  outline: none;
}

body {
  background: #db3a29;
  font-size: 16px;
  font-family: "Signika", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  background: #942524;
  position: relative;
  display: block;
  padding: 10px 0px;
  height: auto;
  text-align: left;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.75);
}
header .content-header {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  position: relative;
  margin: 0px;
}

.bg-content {
  position: relative;
  background: url("../../images/bg-textura.png") no-repeat top center;
  background-size: cover;
}

.banner {
  background-size: auto;
  padding-top: 55px;
  padding-bottom: 199px;
  position: relative;
  text-align: center;
}
.banner figure {
  /*margin: 0px auto;
  max-width: 900px;*/
}
.banner figure img {
  margin: auto;
  display: block;
}

.title-about-saltin-2 {
  background: url("../../images/dashed-line-bg.png") no-repeat center 98px;
  text-align: center;
  padding-top: 50px;
}

.title-about-saltin {
  background: url("../../images/dashed-line-bg.png") no-repeat center -110px;
  text-align: center;
  padding-top: 50px;
}
.title-about-saltin h2 {
  background: url("../../images/bg-title.png") no-repeat center center;
  font-size: 33px;
  line-height: 33px;
  padding: 12px 0px;
  color: #952525;
  margin: 0px;
}
.title-about-saltin h3 {
  display: block;
  color: #fff;
  margin: 0px;
  font-size: 45px;
  line-height: 59px;
  text-transform: uppercase;
  font-weight: 700;
}
.title-about-saltin h4 {
  display: block;
  color: #fff;
  margin: 0px;
  font-size: 34px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
}

.steps {
  background: url("../../images/dashed-line-bg.png") no-repeat bottom center;
  background-size: auto;
  padding-bottom: 200px;
  position: relative;
  width: 100%;
}
.steps .step-content {
  border: 1px solid #882014;
  border-radius: 6px;
  min-height: 135px;
  padding: 25px;
  padding-left: 61px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  margin-bottom: 20px;
  margin-left: 30px;
}
.steps .step-content.step-1:before {
  background: #db3a29 url("../../images/step-1.png") no-repeat top center;
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: -45px;
  border-radius: 50%;
}
.steps .step-content.step-1 strong {
  cursor: pointer;
}
.steps .step-content.step-2:before {
  background: #db3a29 url("../../images/step-2.png") no-repeat top center;
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: -45px;
  border-radius: 50%;
}
.steps .step-content.step-3 {
  position: relative;
  left: 290px;
  z-index: 9;
}
.steps .step-content.step-3:before {
  background: #db3a29 url("../../images/step-3.png") no-repeat top center;
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: -45px;
  border-radius: 50%;
}
.steps .step-content.step-4:before {
  background: #db3a29 url("../../images/step-4.png") no-repeat top center;
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: -45px;
  border-radius: 50%;
}
.steps .step-content p {
  margin: 0px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 200;
  color: #fff;
}
.steps .step-content p strong {
  font-weight: 700;
  color: #ffd512;
}

.prepare-to-win {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -174px;
}
.prepare-to-win .recipes {
  position: absolute;
  left: -114px;
  bottom: 460px;
}
.prepare-to-win .recipes-2 {
  position: absolute;
  right: 0;
  bottom: -13px;
  width: 238px;
}
.prepare-to-win figure {
  margin: 0px auto;
  max-width: 750px;
}
.prepare-to-win figure img {
  width: 100%;
}
.prepare-to-win figure img.web {
  display: block;
}
.prepare-to-win figure img.mobile {
  display: none;
}
.prepare-to-win p {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}
.prepare-to-win p span {
  color: #ffc306;
}
.prepare-to-win .cont-btn {
  background: url("../../images/bg-estrellas-btn.png") no-repeat center -25px;
  min-height: 90px;
  padding: 2px;
}
.prepare-to-win .cont-btn .act-noti {
  background: #ffc306;
  color: #76191e;
  text-transform: uppercase;
  max-width: 315px;
  margin: 50px auto 70px auto;
  padding: 10px;
  font-size: 21px;
}

.form-data {
  background: url("../../images/bg-starts.png") no-repeat bottom center;
  background-size: auto;
  position: relative;
  width: 100%;
  padding-top: 35px;
  margin-bottom: 30px;
}
.form-data #uniform-city, .form-data #uniform-province {
  width: 100% !important;
}
.form-data #uniform-city span, .form-data #uniform-province span {
  display: none;
}
.form-data select#city, .form-data select#province {
  position: relative;
  margin-bottom: 20px;
  height: 60px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #ffd700;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  background: transparent;
}
.form-data select#city option, .form-data select#province option {
  color: #000;
  text-transform: capitalize;
}
.form-data .picnic {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 275px;
}
.form-data .errors {
  display: none;
}
.form-data .content-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 15px;
}
.form-data .content-form input[type=text], .form-data .content-form textarea {
  position: relative;
  margin-bottom: 20px;
  height: 60px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  background: transparent;
}
.form-data .content-form input[type=text]:focus, .form-data .content-form textarea:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}
.form-data .content-form input[type=text]::-webkit-input-placeholder, .form-data .content-form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-data .content-form input[type=text]::-moz-placeholder, .form-data .content-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-data .content-form input[type=text]:-ms-input-placeholder, .form-data .content-form textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-data .content-form input[type=text]::-ms-input-placeholder, .form-data .content-form textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-data .content-form input[type=text]::placeholder, .form-data .content-form textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.form-data .content-form input[type=text]::-ms-input-placeholder, .form-data .content-form textarea::-ms-input-placeholder {
  color: #fff;
}
.form-data .content-form input[type=text]::-ms-input-placeholder, .form-data .content-form textarea::-ms-input-placeholder {
  color: #fff;
}
.form-data .content-form textarea {
  height: auto;
}
.form-data .content-form .content-type-cookie {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.form-data .content-form .content-type-cookie p {
  margin: 0px 0px 25px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
.form-data .content-form .content-type-cookie p strong {
  color: #ffd512;
}
.form-data .content-form .content-type-cookie p span {
  font-weight: 200;
}
.form-data .content-form .content-type-cookie .content-radio {
  position: relative;
  display: inline-block;
  float: left;
}
.form-data .content-form .content-type-cookie .content-radio h4 {
  font-weight: 200;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.form-data .content-form .content-type-cookie .content-radio h4 strong {
  color: #ffd512;
  font-weight: 700;
}
.form-data .content-form .content-type-cookie .info-radio {
  padding: 15px 5px;
  padding-top: 0px;
  border: 2px solid #fff;
  border-radius: 5%;
  margin: 0px 5px;
  cursor: pointer;
}
.form-data .content-form .content-type-cookie .info-radio:last-child {
  margin-right: 0px;
}
.form-data .content-form .content-type-cookie .info-radio.active {
  background: rgba(255, 255, 255, 0.14);
}
.form-data .content-form .content-type-cookie .info-radio figure {
  margin: 0px;
  padding: 0 3.2px;
}
.form-data .content-form .content-type-cookie .info-radio .parsley-errors-list {
  position: absolute;
  top: -2px;
  left: 0px;
}
.form-data .content-form .content-type-cookie .radio-input {
  display: inline-block;
  position: relative;
  top: -4px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-data .content-form .content-type-cookie .radio-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-data .content-form .content-type-cookie .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 20%;
}
.form-data .content-form .content-type-cookie .radio-input:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-data .content-form .content-type-cookie .radio-input input:checked ~ .checkmark {
  background-color: #fff;
}
.form-data .content-form .content-type-cookie .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-data .content-form .content-type-cookie .radio-input input:checked ~ .checkmark:after {
  display: block;
}
.form-data .content-form .content-type-cookie .radio-input .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #952525;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-data .content-form .save-form {
  position: relative;
  text-align: center;
  margin-top: 41px;
}
.form-data .content-form .save-form input[type=submit], .form-data .content-form .save-form a {
  font-weight: 700;
  font-size: 20px;
  color: #952525;
  background: #ffc306;
  padding: 10px 45px 10px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
}
.form-data .content-form .parsley-errors-list {
  padding: 0px;
  margin: 0px;
}
.form-data .content-form .parsley-errors-list li {
  list-style: none;
  color: #ffd512;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: -16px;
}

.terms-modal {
  background: #db3a29;
  padding: 50px;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
}
.terms-modal .close-modal {
  position: absolute;
  right: 5px;
  top: 8px;
  display: block;
}
.terms-modal .close-modal a {
  background: #ffd512;
  color: #952525;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 5px;
}
.terms-modal .text-terms {
  height: 400px;
  position: relative;
  overflow-y: scroll;
}
.terms-modal .text-terms h3 {
  background: url("../../images/item-terms.png") no-repeat top left;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-top: 0;
  color: #ffd512;
  background-size: contain;
  text-transform: uppercase;
}
.terms-modal .text-terms h3, .terms-modal .text-terms ul, .terms-modal .text-terms ol, .terms-modal .text-terms p {
  padding-left: 35px;
}
.terms-modal .text-terms strong {
  font-weight: 700;
}
.terms-modal .text-terms::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #952525;
}
.terms-modal .text-terms::-webkit-scrollbar {
  width: 14px;
  background-color: #db3a29;
}
.terms-modal .text-terms::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffd512;
  border: 3px solid #952525;
}
.terms-modal .terms-legal {
  position: relative;
  width: 100%;
  padding-top: 35px;
  margin-top: 20px;
  border-top: 1px dashed #ffd512;
  overflow: hidden;
}
.terms-modal .terms-legal .acept-terms {
  width: 56%;
  float: left;
}
.terms-modal .terms-legal .acept-terms .form-check:first-child {
  margin-bottom: 5px;
}
.terms-modal .terms-legal .acept-terms .form-check-input {
  margin-top: 0px;
}
.terms-modal .terms-legal .acept-terms label {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.terms-modal .terms-legal .acept-terms label span {
  color: #ffd512;
}
.terms-modal .terms-legal .acept-terms .parsley-errors-list li {
  top: 0px;
  margin-bottom: 10px;
}
.terms-modal .terms-legal .captcha {
  width: 44%;
  float: left;
  text-align: right;
}
.terms-modal .terms-legal .send {
  position: relative;
  margin-top: 5px;
}
.terms-modal .terms-legal .send input[type=submit] {
  font-weight: 700;
  font-size: 20px;
  color: #952525;
  background: #ffc306;
  padding: 10px 45px 10px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
}
.terms-modal .terms-legal .send .loading {
  vertical-align: middle;
  display: none;
}

.bg-thank {
  position: relative;
  background: url("../../images/bg-thanks.png") no-repeat top center;
  background-size: cover;
}

.content-thank {
  max-width: 725px;
  padding: 0px 15px;
}

.thank-redes {
  margin: 10px auto;
  max-width: 250px;
}
.thank-redes li {
  list-style: none;
  float: left;
  margin-right: 25px;
}

.thank {
  background: url("../../images/dashed-line-bg.png") no-repeat bottom center;
  background-size: auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
}
.thank figure {
  text-align: center;
  margin: 0px;
}
.thank figure img {
  max-width: 100%;
}
.thank h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.thank h2 strong {
  color: #952525;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 39px;
  font-weight: 700;
}
.thank h2 span {
  color: #ffd512;
  font-weight: 700;
}

.title-thank {
  position: relative;
  text-align: center;
  margin-top: -75px;
}
.title-thank h3 {
  background: url("../../images/bg-title-thank.png") no-repeat center center;
  font-size: 33px;
  line-height: 33px;
  padding: 12px 0px;
  color: #952525;
  margin: 0px;
}
.title-thank h3 strong {
  font-weight: 700;
}
.title-thank h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
  text-transform: uppercase;
}
.title-thank .btn-back {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.title-thank .btn-back a {
  font-weight: 700;
  font-size: 20px;
  color: #952525;
  background: #ffc306;
  padding: 10px 45px 10px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
  display: inline-block;
}

.terms-page {
  position: relative;
  width: 100%;
  padding: 45px 0px 25px;
}
.terms-page .terms {
  position: relative;
  width: 100%;
  color: #fff;
}
.terms-page .terms h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.terms-page .terms h3 {
  background: url("../../images/item-terms.png") no-repeat top left;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-top: 0;
  color: #ffd512;
  background-size: contain;
  text-transform: uppercase;
}
.terms-page .terms h3, .terms-page .terms ul, .terms-page .terms ol, .terms-page .terms p {
  padding-left: 35px;
}
.terms-page .terms strong {
  font-weight: 700;
}

footer {
  position: relative;
  text-align: center;
  background: #a9151a;
  padding: 30px 0px;
}
footer .container {
  margin: auto;
}
footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  display: inline-block;
  padding-right: 15px;
  margin: 0px;
}
footer img {
  display: inline-block;
}
footer .terms {
  color: #fff;
  font-weight: 700;
  display: none;
}
footer .main-menu {
  position: relative;
}
footer .main-menu ul {
  padding: 0;
  width: 104%;
}
footer .main-menu ul li {
  list-style: none;
  display: inline-block;
}
footer .main-menu ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #952525;
  background: #ffc306;
  padding: 7px 10px 7px;
}

.fixed-registro {
  background: #ffc306 url(https://www.festival.com.co/img/background/pointer.png) no-repeat 90% center;
  background-size: 16px;
  border-radius: 8px;
  border: 2px solid #952525;
  color: #952525;
  float: right;
  padding: 6px 34px 7px 15px;
  font-family: "Signika", sans-serif;
  line-height: 19px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  top: 150px;
  right: 20px;
  height: auto;
  max-width: 150px;
  text-align: center;
}
.fixed-registro:hover {
  color: #952525;
}

.full {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.padding-none {
  padding-left: 0;
  padding-right: 0;
}

.text-center {
  text-align: center;
}

.full {
  clear: both;
  display: block;
  width: 100%;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.plr-none {
  padding-left: 0;
  padding-right: 0;
}

.clr {
  clear: both;
  float: none;
}

.center {
  margin: auto;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.inline-bottom {
  display: inline-block;
  vertical-align: bottom;
}

.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.wrapper-main {
  max-width: 1150px;
}

.wrapper-main-lg {
  max-width: 1200px;
}

.wrapper-main-md {
  max-width: 1000px;
}

@media only screen and (max-width: 991px) {
  header .content-header {
    padding: 0px 15px;
  }
  header .main-menu ul li {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .title-about-saltin h3 {
    font-size: 47px;
    line-height: 47px;
  }

  .bg-content {
    background: transparent;
  }

  .title-about-saltin h2 {
    background-size: cover;
  }

  .prepare-to-win .recipes {
    display: none;
  }

  .form-data .picnic {
    display: none;
  }
  .form-data .content-form input[type=text], .form-data .content-form textarea {
    height: 50px;
    font-size: 20px;
    line-height: 20px;
  }
  .form-data .content-form textarea {
    height: auto;
  }
  .form-data .content-form .content-type-cookie .content-radio {
    width: 50%;
    min-height: 175px;
  }
  .form-data .content-form .content-type-cookie .content-radio h4 {
    font-size: 16px;
  }
  .form-data .content-form .content-type-cookie .info-radio {
    margin: 0px 2px !important;
  }
  .form-data .content-form .content-type-cookie .info-radio figure {
    text-align: center;
  }
  .form-data .content-form .content-type-cookie .info-radio figure img {
    max-width: 100%;
  }

  .steps {
    background: transparent;
    padding-bottom: 0px;
  }
  .steps .step-3 {
    left: 0 !important;
  }

  .prepare-to-win {
    margin-top: 0px;
  }

  .terms-modal {
    padding: 15px;
    padding-top: 38px;
  }
  .terms-modal .text-terms {
    height: 375px;
  }
  .terms-modal h3 {
    font-size: 20px;
  }
  .terms-modal p {
    font-size: 16px;
    line-height: 16px;
  }
  .terms-modal h3, .terms-modal ul, .terms-modal ol, .terms-modal p {
    padding-left: 25px;
  }
  .terms-modal .terms-legal .acept-terms {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .terms-modal .terms-legal .captcha {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 481px) {
  header {
    text-align: center;
  }
  header .content-header {
    display: block;
  }
  header .main-menu {
    display: none;
  }

  .steps .step-content {
    min-height: auto;
  }
  .steps .step-content p {
    font-size: 22px;
    line-height: 22px;
  }

  .banner {
    padding: 50px 15px 80px;
  }

  .thank h2 {
    font-size: 29px;
    line-height: 29px;
  }
  .thank h2 strong {
    font-size: 30px;
    line-height: 30px;
  }

  .title-thank h3 {
    background-size: cover;
  }
  .title-thank h4 {
    font-size: 30px;
  }

  .bg-thank {
    background: transparent;
  }

  .prepare-to-win figure img.web {
    display: none;
  }
  .prepare-to-win figure img.mobile {
    display: block;
  }

  footer .terms {
    display: block;
  }
  footer .main-menu ul {
    margin-top: 13px;
  }
}