@charset "UTF-8";
/* Media queries */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  font-family: 'Roboto', sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.container {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  width: 100%;
}

/* Provides vertical center */
.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Provides center alignment */
.text-center {
  text-align: center;
}

/* Clear floats */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 769px) {
  .footer .container {
    max-width: 900px;
  }
}

.footer--subscription {
  background-color: #1470b7;
}

@media (min-width: 769px) {
  .footer--subscription {
    padding: 20px 0;
  }
}

.footer--subscription .container  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer--subscription .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer--subscription-newsletter,
.footer--subscription-catalogue {
  padding: 10px;
  margin-left: 20px;
  font-family: 'Roboto';
  color: #FFFFFF;
}

@media (min-width: 769px) {
  .footer--subscription-newsletter,
  .footer--subscription-catalogue {
    padding: 0;
  }
}

.footer--subscription-newsletter button,
.footer-catalogue--content-link {
  display: none;
}

@media (min-width: 769px) {
  .footer--subscription-newsletter button,
  .footer-catalogue--content-link {
    display: block;
    padding: 11px 15px;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #d42637;
    background-color: #d42637;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
  }
  .footer--subscription-newsletter button:hover,
  .footer-catalogue--content-link:hover {
    background-color: #FFFFFF;
    color: #d42637;
  }
}

@media (min-width: 480px) {
  .footer--subscription-newsletter {
    display: none;
  }
}

.footer-newsletter--title,
.footer-catalogue--title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

@media (min-width: 480px) {
  .footer-newsletter--title,
  .footer-catalogue--title {
    font-size: 24px;
  }
}

.footer-newsletter--subtitle,
.footer-catalogue--subtitle {
  display: none;
  color: #FFFFFF;
}

@media (min-width: 480px) {
  .footer-newsletter--subtitle,
  .footer-catalogue--subtitle {
    display: block;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
  }
}

.footer--subscription-catalogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-catalogue--image {
  display: none;
}

@media (min-width: 480px) {
  .footer-catalogue--image {
    display: block;
    width: 200px;
    height: 200px;
    margin-top: -50px;
    margin-left: -30px;
  }
}

.footer--rassurance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

@media (min-width: 769px) {
  .footer--rassurance-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.rassurance-item {
  position: relative;
  width: 100%;
  padding-left: 30px;
  margin: 0 20px 20px 0;
}

@media (min-width: 480px) {
  .rassurance-item {
    width: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .rassurance-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.rassurance-item a {
  display: inline-block;
  text-decoration: none;
  color: #4b4b4b;
}

.rassurance-item img {
  position: absolute;
  left: 0;
}

.rassurance-item:nth-child(3) {
  padding-left: 40px;
}

.rassurance-item--title {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.rassurance-item--subtitle {
  display: block;
  font-size: 12px;
  line-height: 12px;
  opacity: .7;
  white-space: nowrap;
}

.rassurance-item--score {
  position: absolute;
  left: 0;
  height: 100%;
  font-size: 25px;
  letter-spacing: -1px;
}

.rassurance-item--score sub {
  vertical-align: sub;
  font-size: 10px;
}

.rassurance-item--stars {
  margin-left: 8px;
  font-size: 10px;
}

.rassurance-item--stars span:not(:last-child):before {
  content: "\2605";
  position: absolute;
}

.footer--links {
  background: #f3f5fc;
}

.footer--links-list {
  display: none;
}

@media (min-width: 480px) {
  .footer--links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom left;
  }
}

@media (min-width: 769px) {
  .footer--links-list {
    padding: 20px 0px 100px 200px;
    background-image: url("https://www.rajapack.es/INTERSHOP/static/WFS/RAJA-Site/-/RAJA/en_US/footer/images/homme.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom left;
  }
}

.footer--links-item {
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
  margin: 5px;
}

.footer--links-item a, .footer--links-item address {
  display: inline-block;
  margin-bottom: 7px;
  padding-right: 10px;
  font-size: 13px;
  color: #939499;
  text-decoration: none;
}

.footer--links-item a:hover, .footer--links-item address:hover {
  text-decoration: underline;
}

.footer--links-title {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 18px;
  color: #4b4b4b;
}

address {
  position: relative;
  padding-left: 30px;
  line-height: 1.2em;
}

address:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("../images/icon-map-marker.png");
  background-size: 15px 20px;
  background-repeat: no-repeat;
}

.footer--social {
  padding: 20px 0;
  text-align: center;
  background-color: #f3f5fc;
}

@media (min-width: 480px) {
  .footer--social {
    background-color: #FFFFFF;
  }
}

@media (min-width: 480px) {
  .footer--social .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer--social span {
  display: none;
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #4c4c4c;
}

@media (min-width: 480px) {
  .footer--social span {
    display: inline-block;
  }
}

.footer--social a {
  display: inline-block;
  margin-right: 15px;
}

.footer--social a:last-child {
  display: none;
  padding-left: 10px;
}

@media (min-width: 480px) {
  .footer--social a:last-child {
    display: inline-block;
    position: relative;
    border-width: 1px;
    font-size: 14px;
    font-weight: 100;
    color: #939499;
    text-decoration: none;
  }
}

.footer--social a:last-child:before {
  content: ">";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 1px;
  font-size: 15px;
  font-weight: 100;
  color: #d42637;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.footer--social a:last-child:hover:before {
  left: 2px;
}

.form-block--button-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.form-block--button-mobile.is-active {
  display: block;
}

.form-block--button-mobile a {
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  line-height: 1.4em;
  color: #FFFFFF;
  background-color: #d42637;
}

.form-block--button-mobile a:before {
  content: ">";
  position: absolute;
  left: 30%;
  top: 50%;
  margin-top: 1px;
  font-size: 25px;
  font-weight: 100;
  color: #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer--info {
  display: none;
}

@media (min-width: 769px) {
  .footer--info {
    display: block;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #f3f5fc;
  }
}

.footer--info p {
  padding: 30px 0;
  font-size: 13px;
  color: #939499;
  text-decoration: none;
}

.footer--info p strong {
  font-weight: bold;
  color: #4c4c4c;
}

.footer--certifs {
  display: none;
}

@media (min-width: 480px) {
  .footer--certifs {
    display: block;
    padding: 20px 0;
  }
}

.footer--certifs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.certifs:not(:first-child) {
  margin-left: 30px;
  border-left: 1px solid #dadada;
}

.certifs img {
  margin-left: 20px;
  height: 60px;
}

.footer--countries {
  background: #1470b7;
  padding: 13px 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}

.footer--countries .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer--countries span {
  padding-right: 10px;
  font-weight: 300;
}

.footer--countries-flags {
  position: relative;
}

.footer--countries-flags a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 17px;
}

.footer--copyright {
  padding: 10px 0px 70px;
  text-align: center;
}

@media (min-width: 480px) {
  .footer--copyright {
    padding: 10px 0;
  }
}

.footer--copyright li {
  display: inline-block;
  padding: 0px 8px;
  border-right: 1px solid #939499;
  font-size: 10px;
  color: #939499;
}

.footer--copyright a {
  font-size: 10px;
  color: #939499;
  text-decoration: underline;
}


.header-nav {
  background-color: #f3f5fc;
  margin-bottom: 20px;
}

.header--logo {
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 769px) {
  .header--logo {
    padding: 20px 0;
  }
}

.header--logo svg {
  height: 40px;
}

@media (min-width: 769px) {
  .header--logo svg {
    height: 80px;
  }
}

.header {
  padding: 20px 0;
}

@media (min-width: 480px) {
  .header {
    padding-bottom: 80px;
  }
}

.header .container {
  padding: 0;
}

.header--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background-color: #F9F9F9;
}

@media (min-width: 769px) {
  .header--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header--item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (min-width: 769px) {
  .header--item-image {
    padding-right: 20px;
  }
}

.header--item-data {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-top: 40px;
}

@media (min-width: 769px) {
  .header--item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-left: 20px;
  }
}

.header--title {
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.3px;
  text-align: center;
  color: #1470b7;
}

@media (min-width: 769px) {
  .header--title {
    margin-bottom: 69px;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0.5px;
  }
}

.header--item-title {
  padding-bottom: 8px;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.06;
  color: #1470b7;
}

@media (min-width: 769px) {
  .header--item-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: .4px;
    color: #1470b7;
  }
}

.header--item-text {
  width: 249px;
  height: 83px;
  margin-bottom: 26px;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 1.27;
  color: #4b4b4b;
}

@media (min-width: 769px) {
  .header--item-text {
    width: 428px;
    height: 98px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: .5px;
    color: #4b4b4b;
  }
}

.header--item-button {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 20px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.06;
  text-align: center;
  color: #FFFFFF;
  background-color: #d42637;
  border: 1px solid #d42637;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header--item-button:hover {
  background-color: #FFFFFF;
  color: #d42637;
}

.header--item-button svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  fill: #FFFFFF;
}

.form-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

@media (min-width: 769px) {
  .form-block {
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: left;
  }
}

.form-block .container {
  padding: 0;
}

@media (min-width: 769px) {
  .form-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-block--content {
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .form-block--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 500px;
    padding: 0 25px;
    margin-top: -90px;
  }
}

.form-content--title {
  max-width: 400px;
  padding: 20px 0;
  margin: 0 auto;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.3px;
  text-align: center;
  color: #1470b7;
}

.form-content--subtitle {
  max-width: 400px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: center;
  color: #4b4b4b;
}

iframe {
  max-width: 400px;
}

.form-block--image {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .form-block--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-left: -90px;
  }
}

.ksp-block {
  padding: 50px 0;
}

@media (min-width: 480px) {
  .ksp-block--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ksp-block--item {
  padding: 25px;
}

@media (min-width: 480px) {
  .ksp-block--item {
    max-width: 300px;
    margin-right: 20px;
  }
}

.ksp-block--item--image {
  margin-bottom: 20px;
}

.ksp-block--item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #4b4b4b;
}

.ksp-block--item-title svg {
  width: 25px;
  height: 25px;
  margin-left: -45px;
  margin-right: 20px;
  fill: #d42637;
}

.ksp-block--item-text {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 0.2px;
  text-align: justify;
  color: #4b4b4b;
}

.testimonials {
  background-color: #4b4b4b;
  margin-bottom: 50px;
}

.testimonials--list {
  height: 100%;
}

.testimonials--item {
  width: 100%;
  padding: 20px 0 50px;
}

@media (min-width: 769px) {
  .testimonials--item {
    padding: 50px 0 80px;
  }
}

.testimonials--item-title {
  max-width: 500px;
  margin: 0 auto 35px;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.3px;
  text-align: center;
  color: #FFFFFF;
}

.testimonials--item-text {
  max-width: 500px;
  margin: 0 auto 20px;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: center;
  color: #FFFFFF;
}

.testimonials--item-signer {
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: center;
  color: #FFFFFF;
}

.testimonials--item-signer span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
}

.flickity-button {
  display: none;
}

@media (min-width: 769px) {
  .flickity-button {
    display: block;
    background: none;
  }
}

.flickity-button svg {
  fill: #FFFFFF;
}

.flickity-button:hover {
  background: #939499;
}

.flickity-page-dots {
  bottom: 10px;
}

.flickity-page-dots .dot {
  background: #FFFFFF;
}

/*# sourceMappingURL=main.css.map */
