/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700|Lato:300,400,700);
/* line 2, ../scss/_reset.scss */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/* line 2, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 2, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 2, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 2, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 2, ../scss/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 2, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../scss/_reset.scss */
ul,
ol {
  list-style: none;
}

/* Aade una web font en todos sus formatos */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/pixel-fonts/hinted-subset-Montserrat-Regular.eot");
  src: url("../fonts/pixel-fonts/hinted-subset-Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pixel-fonts/hinted-subset-Montserrat-Regular.woff") format("woff"), url("../fonts/pixel-fonts/hinted-subset-Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/pixel-fonts/hinted-subset-Montserrat-Medium.eot");
  src: url("../fonts/pixel-fonts/hinted-subset-Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/pixel-fonts/hinted-subset-Montserrat-Medium.woff") format("woff"), url("../fonts/pixel-fonts/hinted-subset-Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/pixel-fonts/hinted-subset-Montserrat-Bold.eot");
  src: url("../fonts/pixel-fonts/hinted-subset-Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pixel-fonts/hinted-subset-Montserrat-Bold.woff") format("woff"), url("../fonts/pixel-fonts/hinted-subset-Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "DINCond-BlackAlternate";
  src: url("../fonts/DINCond-BlackAlternate.eot");
  src: url("../fonts/DINCond-BlackAlternate.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCond-BlackAlternate.woff") format("woff"), url("../fonts/DINCond-BlackAlternate.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/pixel-fonts/hinted-subset-PlayfairDisplay-Regular.eot");
  src: url("../fonts/pixel-fonts/hinted-subset-PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pixel-fonts/hinted-subset-PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/pixel-fonts/hinted-subset-PlayfairDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*
Este sistema pretende crear un ritmo vertical en la web.

Todas las lineas deben medir 23px, que es el resultado de 16px * 1,4375;

*/
/* Media queries */
/* line 1, ../scss/_fonts.scss */
h1, h2, h3, h4, p, a, span {
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  /* line 5, ../scss/_fonts.scss */
  .letter-space, .section-title hgroup {
    letter-spacing: .45em;
  }
}

@media screen and (min-width: 480px) {
  /* line 15, ../scss/_fonts.scss */
  .letter-space2 {
    letter-spacing: .25em;
  }
}

/* line 25, ../scss/_fonts.scss */
.font_scheme_1 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1200px) {
  /* line 25, ../scss/_fonts.scss */
  .font_scheme_1 h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 41, ../scss/_fonts.scss */
.font_scheme_2 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 51px;
  font-size: 3.1875rem;
}

/* line 47, ../scss/_fonts.scss */
.font_scheme_1 p, .font_scheme_2 p,
.font_scheme_2 .body-copy {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 47, ../scss/_fonts.scss */
  .font_scheme_1 p, .font_scheme_2 p,
  .font_scheme_2 .body-copy {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 56, ../scss/_fonts.scss */
.font_scheme_2 .font-serif,
.font_scheme_2 .font-serif p {
  font-family: "Georgia", serif;
  font-weight: 800;
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 62, ../scss/_fonts.scss */
.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 5rem auto 1rem;
}
@media screen and (min-width: 768px) {
  /* line 62, ../scss/_fonts.scss */
  .section-title {
    /*margin:5.625rem auto 7.5rem;*/
  }
}
@media screen and (min-width: 992px) {
  /* line 62, ../scss/_fonts.scss */
  .section-title {
    margin: 5.125rem auto 2.5rem;
  }
}
/* line 73, ../scss/_fonts.scss */
.section-title hgroup {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.9375rem 0;
  line-height: 1.2;
}
/* line 79, ../scss/_fonts.scss */
.section-title hgroup h1 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  /* line 79, ../scss/_fonts.scss */
  .section-title hgroup h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 86, ../scss/_fonts.scss */
.section-title hgroup h2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 992px) {
  /* line 86, ../scss/_fonts.scss */
  .section-title hgroup h2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* line 96, ../scss/_fonts.scss */
.section-title-interior {
  margin: 2.5rem auto 1.2rem;
}
@media screen and (min-width: 992px) {
  /* line 96, ../scss/_fonts.scss */
  .section-title-interior {
    margin: 5.125rem auto 1.2rem;
  }
}

/* line 104, ../scss/_fonts.scss */
.font_scheme_1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /*h2{
    @extend %font_title_2;
  }*/
}

/* line 123, ../scss/_fonts.scss */
.font_scheme_2 h1 {
  margin: 0.9375rem auto 3.4375rem;
  line-height: 1.2;
}
/* line 135, ../scss/_fonts.scss */
.font_scheme_2 p,
.font_scheme_2 .separator,
.font_scheme_2 .body-copy {
  margin: 0.9375rem auto 1.875rem;
  line-height: 1.5;
}

/* line 147, ../scss/_fonts.scss */
.font_scheme_3 {
  text-align: center;
}
/* line 152, ../scss/_fonts.scss */
.font_scheme_3 h1, .font_scheme_3 h2 {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 155, ../scss/_fonts.scss */
.font_scheme_3 h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
/* line 159, ../scss/_fonts.scss */
.font_scheme_3 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 201, ../scss/_fonts.scss */
.font-serif {
  font-family: "Georgia", serif;
}

/* line 204, ../scss/_fonts.scss */
.font-sans {
  font-family: "Lato", sans-serif;
}

/* line 207, ../scss/_fonts.scss */
.font-sans-2 {
  font-family: "Montserrat", sans-serif;
}

/* line 211, ../scss/_fonts.scss */
html {
  font-size: 1rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 720px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 720px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 720px), only screen and (min-device-pixel-ratio: 2) and (max-width: 720px), only screen and (min-resolution: 192dpi) and (max-width: 720px), only screen and (min-resolution: 2dppx) and (max-width: 720px) {
  /* line 211, ../scss/_fonts.scss */
  html {
    font-size: 13px;
  }
}

/* line 222, ../scss/_fonts.scss */
h3 {
  font-family: PlayfairDisplay;
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}

/* line 231, ../scss/_fonts.scss */
h4 {
  font-family: PlayfairDisplay;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}

/* line 1, ../scss/_colors.scss */
::selection {
  background-color: #ff2828;
  color: #fff;
}

/* line 5, ../scss/_colors.scss */
::-moz-selection {
  background-color: #ff2828;
  color: #fff;
}

/* line 10, ../scss/_colors.scss */
.color_scheme_1, body, .color_scheme_4 {
  background-color: #FFF;
  color: #000;
}

/* line 15, ../scss/_colors.scss */
.color_scheme_2, #header {
  background-color: #000;
  color: #fff;
}

/* line 20, ../scss/_colors.scss */
.color_scheme_3 {
  background-color: #ff9994;
  color: #fff;
}

@media screen and (min-width: 320px) {
  /* line 27, ../scss/_colors.scss */
  .color_scheme_4 .section-title {
    padding: 0 5.625rem;
    background-image: url(/assets/images/fuet_izq.svg), url(/assets/images/fuet_dch.svg);
    background-repeat: no-repeat;
    background-size: auto 1.875rem;
    background-position: left center, right center;
  }
}
/* line 35, ../scss/_colors.scss */
.color_scheme_4 .section-title hgroup {
  color: #ff2828;
  border-top: 3px solid #42d7f2;
  border-bottom: 3px solid #42d7f2;
}

/* line 1, ../scss/_common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../scss/_common.scss */
a {
  text-decoration: none;
  color: inherit;
}
/* line 10, ../scss/_common.scss */
a:focus {
  outline: none;
}

/* line 39, ../scss/_common.scss */
.divider1 {
  height: 1px !important;
}

/* line 39, ../scss/_common.scss */
.divider2 {
  height: 2px !important;
}

/* line 39, ../scss/_common.scss */
.divider5 {
  height: 5px !important;
}

/* line 39, ../scss/_common.scss */
.divider10 {
  height: 10px !important;
}

/* line 39, ../scss/_common.scss */
.divider15 {
  height: 15px !important;
}

/* line 39, ../scss/_common.scss */
.divider20 {
  height: 20px !important;
}

/* line 39, ../scss/_common.scss */
.divider25 {
  height: 25px !important;
}

/* line 39, ../scss/_common.scss */
.divider30 {
  height: 30px !important;
}

/* line 39, ../scss/_common.scss */
.divider35 {
  height: 35px !important;
}

/* line 39, ../scss/_common.scss */
.divider40 {
  height: 40px !important;
}

/* line 39, ../scss/_common.scss */
.divider50 {
  height: 50px !important;
}

/* line 39, ../scss/_common.scss */
.divider60 {
  height: 60px !important;
}

/* line 39, ../scss/_common.scss */
.divider70 {
  height: 70px !important;
}

/* line 39, ../scss/_common.scss */
.divider80 {
  height: 80px !important;
}

/* line 39, ../scss/_common.scss */
.divider90 {
  height: 90px !important;
}

/* line 39, ../scss/_common.scss */
.divider100 {
  height: 100px !important;
}

/* line 39, ../scss/_common.scss */
.divider110 {
  height: 110px !important;
}

/* line 39, ../scss/_common.scss */
.divider120 {
  height: 120px !important;
}

/* line 44, ../scss/_common.scss */
.text-center {
  text-align: center !important;
}

/* line 48, ../scss/_common.scss */
img {
  max-width: 100%;
}

/* line 52, ../scss/_common.scss */
.font-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* line 57, ../scss/_common.scss */
.center-table {
  /* Este elemento necesita ademas la clase js_adjustheight */
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 64, ../scss/_common.scss */
.center-table .middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 70, ../scss/_common.scss */
.center-absolute {
  position: relative;
}
/* line 72, ../scss/_common.scss */
.center-absolute .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}

/* line 80, ../scss/_common.scss */
.island {
  margin: 3.75rem 0;
}

/* line 84, ../scss/_common.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  display: block;
}

/* line 94, ../scss/_common.scss */
.separator {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  height: 20px;
  background-image: url(/assets/images/sep.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0 none;
}
@media screen and (min-width: 768px) {
  /* line 94, ../scss/_common.scss */
  .separator {
    max-width: 6.25rem;
  }
}
/* line 106, ../scss/_common.scss */
.separator.separator2 {
  background-image: url(/assets/images/sep2.svg) no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  /* line 106, ../scss/_common.scss */
  .separator.separator2 {
    max-width: 6.25rem;
  }
}

/* line 116, ../scss/_common.scss */
.btn {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1.875rem;
  border: .1875rem solid;
  display: inline-block;
  margin: 0 auto;
  min-width: 19.5rem;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  cursor: pointer !important;
}
@media screen and (min-width: 992px) {
  /* line 116, ../scss/_common.scss */
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 1.25rem;
    min-width: 12.5rem;
  }
}

/* line 138, ../scss/_common.scss */
.btn-red {
  color: #ff2828;
  border-color: #ff2828;
}
/* line 141, ../scss/_common.scss */
.btn-red:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 0;
  z-index: -1;
  background-color: #ff2828;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 152, ../scss/_common.scss */
.btn-red:hover {
  color: #fff;
}
/* line 154, ../scss/_common.scss */
.btn-red:hover:after {
  background-color: #ff2828;
  color: #fff;
  width: 100%;
}
/* line 161, ../scss/_common.scss */
.btn-red.__filled {
  background-color: #ff2828;
  color: #fff;
  border-color: #ff2828;
}

/* line 170, ../scss/_common.scss */
.btn-subscribe, #footer #colophon #lang-toggle {
  border: 0 none;
  font-size: 16px;
  font-size: 1rem;
  min-width: 0;
  padding: 0 15px;
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 45px;
}

/* line 181, ../scss/_common.scss */
.btn-subscribe {
  background-color: #ff2828;
  color: #fff;
}

/* line 189, ../scss/_common.scss */
.btn-subscribe:hover {
  background-color: #fff;
  color: #ff2828;
}

/* line 193, ../scss/_common.scss */
.btn-share {
  background-repeat: no-repeat;
  background-position: center;
}

/* line 197, ../scss/_common.scss */
.btn-share-twitter {
  background-image: url(/assets/images/icon-twitter.png);
}

/* line 200, ../scss/_common.scss */
.btn-share-instagram {
  background-image: url(/assets/images/icon-instagram.png);
}

/* line 203, ../scss/_common.scss */
.btn-share-facebook {
  background-image: url(/assets/images/icon-facebook.png);
}

/* line 206, ../scss/_common.scss */
.btn-share-youtube {
  background-image: url(/assets/images/icon-youtube.png);
}

/* line 209, ../scss/_common.scss */
.btn-share-youtube {
  background-color: #6e6e6e;
}

/* line 217, ../scss/_common.scss */
.form-wrapper .form-row:last-child .col-form {
  margin-bottom: 0;
}

/* line 222, ../scss/_common.scss */
.form-row {
  display: flex;
  font-weight: 400;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  /* line 222, ../scss/_common.scss */
  .form-row {
    flex-direction: row;
  }
}
/* line 230, ../scss/_common.scss */
.form-row .col-form {
  flex: 1 1 100%;
  width: 100%;
  margin-bottom: 16px;
}
/* line 235, ../scss/_common.scss */
.form-row .col-form .text_form {
  font-size: 10px;
  line-height: 1.5;
  color: #838383;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  /* line 242, ../scss/_common.scss */
  .form-row .col-form.__half {
    flex: 1 1 auto;
    padding: 0 8px;
    width: auto;
  }
  /* line 248, ../scss/_common.scss */
  .form-row .col-form.__half:first-child {
    padding-left: 0;
  }
  /* line 251, ../scss/_common.scss */
  .form-row .col-form.__half:last-child {
    padding-right: 0;
  }
}

/* line 259, ../scss/_common.scss */
.form-control {
  border: solid 3px #42d7f2;
  display: block;
  width: 100%;
  padding: 16px 25px;
  font-size: 12px;
  color: #ff2828;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}
/* line 270, ../scss/_common.scss */
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #ff2828;
}
/* line 274, ../scss/_common.scss */
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff2828;
}
/* line 278, ../scss/_common.scss */
.form-control::placeholder {
  color: #ff2828;
}
/* line 281, ../scss/_common.scss */
.form-control:focus {
  outline: none;
}

/* line 286, ../scss/_common.scss */
textarea.form-control {
  text-transform: initial;
  height: 120px;
  resize: none;
}

/* line 292, ../scss/_common.scss */
.custom-checkbox {
  position: relative;
}
/* line 294, ../scss/_common.scss */
.custom-checkbox input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
/* line 299, ../scss/_common.scss */
.custom-checkbox label {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  color: #ff2828;
  font-size: 1rem;
  padding-left: 62px;
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.4;
  outline: none;
}
/* line 313, ../scss/_common.scss */
.custom-checkbox label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border: solid 3px #42d7f2;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
/* line 324, ../scss/_common.scss */
.custom-checkbox label:after {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 14px;
  height: 14px;
  background-color: #ff2828;
  border-radius: 50%;
  display: inline-block;
  content: '';
  transform: scale(0.3);
  opacity: 0;
  transition: transform .175s ease-out, opacity .175s ease-out;
}
/* line 341, ../scss/_common.scss */
.custom-checkbox input:checked ~ label:after {
  transform: scale(1);
  opacity: 1;
}

/* line 349, ../scss/_common.scss */
#message_subscription_content {
  text-align: center;
  display: block;
}
/* line 352, ../scss/_common.scss */
#message_subscription_content .title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ff2828;
  text-align: center;
  margin-bottom: 10px;
}
/* line 360, ../scss/_common.scss */
#message_subscription_content .text_copy {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.57;
  font-weight: 400;
}
/* line 366, ../scss/_common.scss */
#message_subscription_content .text_copy p {
  margin-bottom: 30px;
}
/* line 370, ../scss/_common.scss */
#message_subscription_content #btn_close_form_registro {
  padding: 14px 58px;
  min-width: initial;
  text-decoration: none;
  letter-spacing: 1.8px;
  font-family: "Montserrat", sans-serif;
}
/* line 379, ../scss/_common.scss */
#message_subscription_content.__disabled {
  display: none;
}

/* line 384, ../scss/_common.scss */
#subscription_content {
  display: block;
}
/* line 386, ../scss/_common.scss */
#subscription_content.__disabled {
  display: none;
}

/* line 392, ../scss/_common.scss */
#subscription {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  z-index: 1001;
  /*display: none;*/
  padding: 65px 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  /* line 392, ../scss/_common.scss */
  #subscription {
    padding: 0;
  }
}
/* line 418, ../scss/_common.scss */
#subscription .title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ff2828;
  margin-bottom: 16px;
}
/* line 425, ../scss/_common.scss */
#subscription .check {
  width: auto;
  margin-bottom: 0;
}
/* line 429, ../scss/_common.scss */
#subscription .privacy {
  margin-bottom: 15px;
}
/* line 432, ../scss/_common.scss */
#subscription div a {
  text-decoration: underline;
  color: #fff;
}
/* line 438, ../scss/_common.scss */
#subscription #messages {
  margin-top: 0;
  height: 0;
  transition: height .2s linear;
  color: #ff2828;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.54px;
  text-align: center;
  font-weight: 400;
}
/* line 448, ../scss/_common.scss */
#subscription #messages.active {
  margin-top: 20px;
  height: 20px;
}
/* line 453, ../scss/_common.scss */
#subscription #btn_form_registro {
  padding: 14px 58px;
  min-width: initial;
  text-decoration: none;
  letter-spacing: 1.8px;
  font-family: "Montserrat", sans-serif;
}

/* line 462, ../scss/_common.scss */
.popup_back,
.modal_back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 31, 35, 0.7);
  z-index: 99;
}

/* line 472, ../scss/_common.scss */
.popup_content,
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  max-width: 640px;
  padding: 50px 40px;
  z-index: 1000;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  width: 100%;
  border: solid 3px #42d7f2;
  background-color: #FFF;
}

/* line 488, ../scss/_common.scss */
.popup_close,
.modal_close {
  font-size: 30px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1002;
  color: #ff2828;
}

/* line 504, ../scss/_common.scss */
#subscription_content {
  position: relative;
}

/* line 508, ../scss/_common.scss */
#epilectic_alert {
  position: relative;
  display: block;
  background-color: rgba(253, 30, 25, 0.95);
  margin: 0 auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  z-index: 1001;
  /*display: none;*/
  padding: 65px 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  /* line 508, ../scss/_common.scss */
  #epilectic_alert {
    padding: 65px 45px 45px 45px;
  }
}
/* line 523, ../scss/_common.scss */
#epilectic_alert .title {
  font-size: 1.3rem;
}
/* line 527, ../scss/_common.scss */
#epilectic_alert a:hover {
  color: #9f9e00;
}

/* line 532, ../scss/_common.scss */
.legales {
  text-align: left;
  width: 100%;
  margin: 60px 0 0 0;
  line-height: 1.45;
  font-weight: 400;
}
/* line 538, ../scss/_common.scss */
.legales ol, .legales ul {
  margin: 0 0 30px 0;
}
/* line 541, ../scss/_common.scss */
.legales ol li, .legales ul li {
  margin-bottom: .875rem;
}
/* line 544, ../scss/_common.scss */
.legales ol li:last-child, .legales ul li:last-child {
  margin-bottom: 0;
}
/* line 549, ../scss/_common.scss */
.legales p {
  margin: 0 0 30px 0;
}
/* line 552, ../scss/_common.scss */
.legales .titulo {
  font-weight: 700;
  display: block;
  margin-bottom: .875rem;
  font-size: 1.125rem;
}
/* line 558, ../scss/_common.scss */
.legales .titulo.__sm {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 532, ../scss/_common.scss */
  .legales {
    width: 80%;
    margin: 60px 0 0 15%;
  }
}

/* line 569, ../scss/_common.scss */
strong {
  font-weight: bold !important;
}

/* line 572, ../scss/_common.scss */
em, i {
  font-style: italic !important;
}

/* Grid system */
/* line 3, ../scss/_layout.scss */
.container,
.container-fluid,
.container-medium,
.container-txt {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}

/* line 12, ../scss/_layout.scss */
.container {
  max-width: 70rem;
}

@media screen and (min-width: 768px) {
  /* line 16, ../scss/_layout.scss */
  .container-medium {
    max-width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 21, ../scss/_layout.scss */
  .container-txt {
    max-width: 35rem;
  }
}
/* line 26, ../scss/_layout.scss */
.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/*
Sistema de columnas. Es una especie de bootstrap optimizado, para usarlo hay que anadir al contenedor la clase [medida]-col-[numero columnas], por ejemplo: md-col-3.
Para que haga efecto las columnas tienen que tener la clase .col.
*/
/* line 39, ../scss/_layout.scss */
*[class*='col-'] {
  overflow: hidden;
}
/* line 41, ../scss/_layout.scss */
*[class*='col-'] .col {
  float: left;
  padding: 0 0.9375rem;
}

/* line 47, ../scss/_layout.scss */
.col-1 .col {
  width: 100%;
}

/* line 52, ../scss/_layout.scss */
.col-2 .col {
  width: 50%;
}
/* line 55, ../scss/_layout.scss */
.col-2 .col2 {
  width: 100%;
}

/* line 60, ../scss/_layout.scss */
.col-3 .col {
  width: 33.333%;
}

/* line 65, ../scss/_layout.scss */
.col-4 .col {
  width: 25%;
}

/* line 70, ../scss/_layout.scss */
.col-5 .col {
  width: 20%;
}

@media screen and (min-width: 480px) {
  /* line 76, ../scss/_layout.scss */
  *[class*='xs-col-'] {
    overflow: hidden;
  }
  /* line 78, ../scss/_layout.scss */
  *[class*='xs-col-'] .col {
    float: left;
  }

  /* line 82, ../scss/_layout.scss */
  .xs-col-1 {
    width: 100%;
  }

  /* line 86, ../scss/_layout.scss */
  .xs-col-2 .col {
    width: 50%;
  }

  /* line 91, ../scss/_layout.scss */
  .xs-col-3 .col {
    width: 33.333%;
  }

  /* line 96, ../scss/_layout.scss */
  .xs-col-4 .col {
    width: 25%;
  }

  /* line 101, ../scss/_layout.scss */
  .xs-col-5 .col {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  /* line 108, ../scss/_layout.scss */
  *[class*='sm-col-'] {
    overflow: hidden;
  }
  /* line 110, ../scss/_layout.scss */
  *[class*='sm-col-'] .col {
    float: left;
  }

  /* line 114, ../scss/_layout.scss */
  .sm-col-1 {
    width: 100%;
  }

  /* line 118, ../scss/_layout.scss */
  .sm-col-2 .col {
    width: 50%;
  }

  /* line 123, ../scss/_layout.scss */
  .sm-col-3 .col {
    width: 33.333%;
  }

  /* line 128, ../scss/_layout.scss */
  .sm-col-4 .col {
    width: 25%;
  }

  /* line 133, ../scss/_layout.scss */
  .sm-col-5 .col {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  /* line 140, ../scss/_layout.scss */
  *[class*='md-col-'] {
    overflow: hidden;
  }
  /* line 142, ../scss/_layout.scss */
  *[class*='md-col-'] .col {
    float: left;
  }

  /* line 146, ../scss/_layout.scss */
  .md-col-1 {
    width: 100%;
  }

  /* line 150, ../scss/_layout.scss */
  .md-col-2 .col {
    width: 50%;
  }

  /* line 155, ../scss/_layout.scss */
  .md-col-3 .col {
    width: 33.333%;
  }

  /* line 160, ../scss/_layout.scss */
  .md-col-4 .col {
    width: 25%;
  }

  /* line 165, ../scss/_layout.scss */
  .md-col-5 .col {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 172, ../scss/_layout.scss */
  *[class*='lg-col-'] {
    overflow: hidden;
  }
  /* line 174, ../scss/_layout.scss */
  *[class*='lg-col-'] .col {
    float: left;
  }

  /* line 178, ../scss/_layout.scss */
  .lg-col-1 {
    width: 100%;
  }

  /* line 182, ../scss/_layout.scss */
  .lg-col-2 .col {
    width: 50%;
  }

  /* line 187, ../scss/_layout.scss */
  .lg-col-3 .col {
    width: 33.333%;
  }

  /* line 192, ../scss/_layout.scss */
  .lg-col-4 .col {
    width: 25%;
  }

  /* line 197, ../scss/_layout.scss */
  .lg-col-5 .col {
    width: 20%;
  }
}
/* line 204, ../scss/_layout.scss */
.col.right {
  float: right;
}

@media screen and (min-width: 1600px) {
  /* line 210, ../scss/_layout.scss */
  *[class*='xl-col-'] {
    overflow: hidden;
  }
  /* line 212, ../scss/_layout.scss */
  *[class*='xl-col-'] .col {
    float: left;
  }

  /* line 216, ../scss/_layout.scss */
  .xl-col-1 {
    width: 100%;
  }

  /* line 220, ../scss/_layout.scss */
  .xl-col-2 .col {
    width: 50%;
  }

  /* line 225, ../scss/_layout.scss */
  .xl-col-3 .col {
    width: 33.333%;
  }

  /* line 230, ../scss/_layout.scss */
  .xl-col-4 .col {
    width: 25%;
  }

  /* line 235, ../scss/_layout.scss */
  .xl-col-5 .col {
    width: 20%;
  }
}
/* line 242, ../scss/_layout.scss */
.col.right {
  float: right;
}

/* line 1, ../scss/_animations.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 8, ../scss/_animations.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 41, ../scss/_animations.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 74, ../scss/_animations.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 105, ../scss/_animations.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* line 110, ../scss/_animations.scss */
.loading-section {
  position: relative;
  margin: 0 auto;
  height: 5.625rem;
  display: inline-block;
  width: 7.5rem;
  margin-left: -1.875rem;
}
/* line 117, ../scss/_animations.scss */
.loading-section:after, .loading-section:before {
  position: absolute;
  width: 2.5rem;
  top: 0%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity "0.15s,visibility" 0s 0.15s;
  -moz-transition: opacity "0.15s,visibility" 0s 0.15s;
  -ms-transition: opacity "0.15s,visibility" 0s 0.15s;
  -o-transition: opacity "0.15s,visibility" 0s 0.15s;
  transition: opacity "0.15s,visibility" 0s 0.15s;
  opacity: 1;
  visibility: visible;
}
/* line 130, ../scss/_animations.scss */
.loading-section:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJiYXNpYyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNC4xMDYgNDEuNzY4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIG9wYWNpdHk9IjAuOCIgZmlsbD0iI0U3MzYzNCIgZD0iTTIxLjkwNSwwYzAuNzM0LDAsMS40NjgsMCwyLjIwMSwwYzAsOC43OTIsMCwxNy41ODUsMCwyNi4zNzcNCgljLTAuMDM3LTAuMDAzLTAuMDc0LTAuMDA5LTAuMTExLTAuMDA5Yy0wLjczMy0wLjAwMS0xLjQ2Ny0wLjAwMS0yLjIwMS0wLjAwMWMtMC4wMjIsMC0wLjA0NSwwLjAwMi0wLjA2OCwwDQoJYy0wLjAzOS0wLjAwMS0wLjA2NCwwLjAxNS0wLjA3NiwwLjA1M2MtMC4wMDksMC4wMjQtMC4wMiwwLjA0OS0wLjAyOSwwLjA3M2MtMS42ODQsNC4yNS0zLjM2Nyw4LjQ5OS01LjA0OSwxMi43NDkNCgljLTAuMDg4LDAuMjItMC4xOTcsMC40MjUtMC4zMzMsMC42MTdjLTAuNTM0LDAuNzUzLTEuMjU0LDEuMjU2LTIuMTE4LDEuNTYzYy0wLjQ2OCwwLjE2Ni0wLjk1MSwwLjI2MS0xLjQ0NywwLjMNCgljLTAuMTE2LDAuMDA5LTAuMjMxLDAuMDI5LTAuMzQ3LDAuMDQ1Yy0wLjE3NSwwLTAuMzQ5LDAtMC41MjIsMGMtMC4xMTEtMC4wMTYtMC4yMjMtMC4wMzctMC4zMzUtMC4wNDUNCgljLTAuMzctMC4wMjctMC43MzQtMC4wOS0xLjA5Mi0wLjE4OGMtMC43ODQtMC4yMTYtMS40NzktMC41ODgtMi4wNTQtMS4xNzFjLTAuMzEyLTAuMzE3LTAuNTc1LTAuNjctMC43NC0xLjA4OQ0KCWMtMC4zMzMtMC44NDQtMC42NjgtMS42ODctMS4wMDEtMi41MjljLTEuMzU0LTMuNDE4LTIuNzA2LTYuODM1LTQuMDYtMTAuMjUzYy0wLjAxOC0wLjA0MS0wLjAzNy0wLjA4MS0wLjA1NS0wLjEyMQ0KCUMyLjQzLDI2LjM3LDIuMzk5LDI2LjM2NywyLjM3LDI2LjM2N2MtMC43NTcsMC0xLjUxNCwwLTIuMjcsMC4wMDFjLTAuMDMzLDAtMC4wNjYsMC4wMDYtMC4xMDEsMC4wMDlDMCwxNy41ODUsMCw4Ljc5MiwwLDANCgljMC43NDksMCwxLjQ5OCwwLDIuMjQ3LDBjMC4wNDIsMC4wMTQsMC4wODQsMC4wMjksMC4xMjUsMC4wNDJjMC4yMzQsMC4wNzUsMC4zNzUsMC4yNDYsMC40NzUsMC40NTkNCgljMC4wMzUsMC4wNzUsMC4wNiwwLjE1NSwwLjA5MiwwLjIzMWMxLjcyNSw0LjA0NywzLjQ1MSw4LjA5Miw1LjE3NCwxMi4xNGMwLjI2NiwwLjYyNiwwLjY1OCwxLjE1NiwxLjE4MiwxLjU4NQ0KCWMwLjk0MSwwLjc3MSwyLjAyNSwxLjA3OCwzLjIzMywwLjk2NGMwLjUxNy0wLjA0OSwxLjAxMS0wLjE4NSwxLjQ3NC0wLjQxNmMwLjkxLTAuNDUzLDEuNTg4LTEuMTM3LDEuOTk3LTIuMDcNCgljMC4zNjYtMC44MzUsMC43MTYtMS42NzUsMS4wNzMtMi41MTNjMS4wNDEtMi40NCwyLjA4MS00Ljg4MSwzLjEyMS03LjMyMWMwLjM2My0wLjg1NCwwLjcyNS0xLjcxMiwxLjA4OC0yLjU2Nw0KCWMwLjAyMy0wLjA1NSwwLjA1Mi0wLjEwOSwwLjA4NC0wLjE2YzAuMTE5LTAuMTg3LDAuMjc1LTAuMzE5LDAuNTAzLTAuMzUyQzIxLjg4MSwwLjAyLDIxLjg5MywwLjAwOCwyMS45MDUsMHoiLz4NCjwvc3ZnPg==);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-animation: moveLeft 0.6s linear infinite alternate;
  animation: moveLeft 0.6s linear infinite alternate;
}
/* line 136, ../scss/_animations.scss */
.loading-section:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJiYXNpYyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNC4xMDYgNDEuNzY4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIG9wYWNpdHk9IjAuOCIgZmlsbD0iIzQyZDdmMiIgZD0iTTIxLjkwNSwwYzAuNzM0LDAsMS40NjgsMCwyLjIwMSwwYzAsOC43OTIsMCwxNy41ODUsMCwyNi4zNzcNCgljLTAuMDM3LTAuMDAzLTAuMDc0LTAuMDA5LTAuMTExLTAuMDA5Yy0wLjczMy0wLjAwMS0xLjQ2Ny0wLjAwMS0yLjIwMS0wLjAwMWMtMC4wMjIsMC0wLjA0NSwwLjAwMi0wLjA2OCwwDQoJYy0wLjAzOS0wLjAwMS0wLjA2NCwwLjAxNS0wLjA3NiwwLjA1M2MtMC4wMDksMC4wMjQtMC4wMiwwLjA0OS0wLjAyOSwwLjA3M2MtMS42ODQsNC4yNS0zLjM2Nyw4LjQ5OS01LjA0OSwxMi43NDkNCgljLTAuMDg4LDAuMjItMC4xOTcsMC40MjUtMC4zMzMsMC42MTdjLTAuNTM0LDAuNzUzLTEuMjU0LDEuMjU2LTIuMTE4LDEuNTYzYy0wLjQ2OCwwLjE2Ni0wLjk1MSwwLjI2MS0xLjQ0NywwLjMNCgljLTAuMTE2LDAuMDA5LTAuMjMxLDAuMDI5LTAuMzQ3LDAuMDQ1Yy0wLjE3NSwwLTAuMzQ5LDAtMC41MjIsMGMtMC4xMTEtMC4wMTYtMC4yMjMtMC4wMzctMC4zMzUtMC4wNDUNCgljLTAuMzctMC4wMjctMC43MzQtMC4wOS0xLjA5Mi0wLjE4OGMtMC43ODQtMC4yMTYtMS40NzktMC41ODgtMi4wNTQtMS4xNzFjLTAuMzEyLTAuMzE3LTAuNTc1LTAuNjctMC43NC0xLjA4OQ0KCWMtMC4zMzMtMC44NDQtMC42NjgtMS42ODctMS4wMDEtMi41MjljLTEuMzU0LTMuNDE4LTIuNzA2LTYuODM1LTQuMDYtMTAuMjUzYy0wLjAxOC0wLjA0MS0wLjAzNy0wLjA4MS0wLjA1NS0wLjEyMQ0KCUMyLjQzLDI2LjM3LDIuMzk5LDI2LjM2NywyLjM3LDI2LjM2N2MtMC43NTcsMC0xLjUxNCwwLTIuMjcsMC4wMDFjLTAuMDMzLDAtMC4wNjYsMC4wMDYtMC4xMDEsMC4wMDlDMCwxNy41ODUsMCw4Ljc5MiwwLDANCgljMC43NDksMCwxLjQ5OCwwLDIuMjQ3LDBjMC4wNDIsMC4wMTQsMC4wODQsMC4wMjksMC4xMjUsMC4wNDJjMC4yMzQsMC4wNzUsMC4zNzUsMC4yNDYsMC40NzUsMC40NTkNCgljMC4wMzUsMC4wNzUsMC4wNiwwLjE1NSwwLjA5MiwwLjIzMWMxLjcyNSw0LjA0NywzLjQ1MSw4LjA5Miw1LjE3NCwxMi4xNGMwLjI2NiwwLjYyNiwwLjY1OCwxLjE1NiwxLjE4MiwxLjU4NQ0KCWMwLjk0MSwwLjc3MSwyLjAyNSwxLjA3OCwzLjIzMywwLjk2NGMwLjUxNy0wLjA0OSwxLjAxMS0wLjE4NSwxLjQ3NC0wLjQxNmMwLjkxLTAuNDUzLDEuNTg4LTEuMTM3LDEuOTk3LTIuMDcNCgljMC4zNjYtMC44MzUsMC43MTYtMS42NzUsMS4wNzMtMi41MTNjMS4wNDEtMi40NCwyLjA4MS00Ljg4MSwzLjEyMS03LjMyMWMwLjM2My0wLjg1NCwwLjcyNS0xLjcxMiwxLjA4OC0yLjU2Nw0KCWMwLjAyMy0wLjA1NSwwLjA1Mi0wLjEwOSwwLjA4NC0wLjE2YzAuMTE5LTAuMTg3LDAuMjc1LTAuMzE5LDAuNTAzLTAuMzUyQzIxLjg4MSwwLjAyLDIxLjg5MywwLjAwOCwyMS45MDUsMHoiLz4NCjwvc3ZnPg==);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-animation: moveRight 0.6s linear infinite alternate;
  animation: moveRight 0.6s linear infinite alternate;
}

@-webkit-keyframes moveRight {
  to {
    -webkit-transform: translateX(1.25rem);
  }
}
@keyframes moveRight {
  to {
    transform: translateX(1.25rem);
  }
}
@-webkit-keyframes moveLeft {
  to {
    -webkit-transform: translateX(-1.25rem);
  }
}
@keyframes moveLeft {
  to {
    transform: translateX(-1.25rem);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 180, ../scss/_animations.scss */
.c-pantry__nav__pagination .arrow:focus, .c-case__nav__pagination .arrow:focus, .nav-casos .arrow:focus {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* line 189, ../scss/_animations.scss */
body.locuron {
  overflow-x: hidden;
}

/* line 193, ../scss/_animations.scss */
body.locuron * {
  /*transition:color .2s, border-color .2s, background-color .2s, filter .2s;
  -webkit-transition:color .2s, border-color .2s, background-color .2s, -webkit-filter .2s;*/
}

/* line 198, ../scss/_animations.scss */
.locurizeMe {
  -webkit-animation-name: locuron;
  animation-name: locuron;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes locuron {
  0%, 50%, 100% {
    -webkit-transform: rotate(-5deg) scale(1);
    -moz-transform: rotate(-5deg) scale(1);
    -ms-transform: rotate(-5deg) scale(1);
    -o-transform: rotate(-5deg) scale(1);
    transform: rotate(-5deg) scale(1);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) scale(1.05);
    -moz-transform: rotate(5deg) scale(1.05);
    -ms-transform: rotate(5deg) scale(1.05);
    -o-transform: rotate(5deg) scale(1.05);
    transform: rotate(5deg) scale(1.05);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
}
@keyframes locuron {
  0%, 50%, 100% {
    -webkit-transform: rotate(-5deg) scale(1);
    -moz-transform: rotate(-5deg) scale(1);
    -ms-transform: rotate(-5deg) scale(1);
    -o-transform: rotate(-5deg) scale(1);
    transform: rotate(-5deg) scale(1);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) scale(1.05);
    -moz-transform: rotate(5deg) scale(1.05);
    -ms-transform: rotate(5deg) scale(1.05);
    -o-transform: rotate(5deg) scale(1.05);
    transform: rotate(5deg) scale(1.05);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
}
/* Hamburguesa + cambiar ciudad + logo pequeno */
/* Hamburguesa + cambiar ciudad + cambiar idioma */
/* Hamburguesa + cambiar ciudad + cambiar idioma + logo grande */
/* Hamburguesa + cambiar ciudad + cambiar idioma + logo grande + menu expandido */
/* Hamburguesa + cambiar ciudad + cambiar idioma + logo grande + menu expandido */
/* line 13, ../scss/partials/_header.scss */
#header {
  text-align: center;
  min-height: 40px;
  height: 40px;
  position: relative;
  padding: 0 20px;
  z-index: 4;
}
@media screen and (min-width: 56.25rem) {
  /* line 13, ../scss/partials/_header.scss */
  #header {
    min-height: 70px;
    height: 70px;
    padding: 0 3.75rem;
  }
}
@media screen and (min-width: 120rem) {
  /* line 13, ../scss/partials/_header.scss */
  #header {
    min-height: 80px;
    height: 80px;
    padding: 0 3.75rem;
  }
}

/* line 36, ../scss/partials/_header.scss */
.header__container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 45, ../scss/partials/_header.scss */
.header__logo {
  width: 50px;
  height: 30px;
}
@media screen and (max-width: 56.25rem) {
  /* line 45, ../scss/partials/_header.scss */
  .header__logo {
    width: 30px;
    height: auto;
  }
}
/* line 56, ../scss/partials/_header.scss */
.header__menu .menu {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 56.25rem) {
  /* line 62, ../scss/partials/_header.scss */
  .header__lang {
    padding-right: 50px;
  }
}

/* line 69, ../scss/partials/_header.scss */
#loading,
#loading-fake {
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  background-color: #ff2828;
  width: 0;
  z-index: 2;
}

/* line 81, ../scss/partials/_header.scss */
#loading-fake {
  -webkit-transition: width 12s ease-in;
  -moz-transition: width 12s ease-in;
  -ms-transition: width 12s ease-in;
  -o-transition: width 12s ease-in;
  transition: width 12s ease-in;
}
/* line 83, ../scss/partials/_header.scss */
.start #loading-fake {
  width: 100%;
}

/* line 1, ../scss/partials/_footer.scss */
#footer {
  position: relative;
}
/* line 4, ../scss/partials/_footer.scss */
#footer #colophon .colophon_content {
  display: table;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 4, ../scss/partials/_footer.scss */
  #footer #colophon .colophon_content {
    float: right;
    width: auto;
  }
}
/* line 13, ../scss/partials/_footer.scss */
#footer .column {
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 18, ../scss/partials/_footer.scss */
#footer .column .btn-subscribe {
  width: 100%;
  display: inline-block;
  text-align: center;
}
/* line 23, ../scss/partials/_footer.scss */
#footer .column .btn-share {
  width: 100%;
  min-width: 45px;
}
@media screen and (min-width: 768px) {
  /* line 13, ../scss/partials/_footer.scss */
  #footer .column {
    float: left;
  }
  /* line 29, ../scss/partials/_footer.scss */
  #footer .column.right {
    float: right;
  }
}
/* line 34, ../scss/partials/_footer.scss */
#footer .footer-subscribe {
  display: table-caption;
}
@media screen and (min-width: 320px) {
  /* line 34, ../scss/partials/_footer.scss */
  #footer .footer-subscribe {
    display: table-cell;
  }
}
/* line 40, ../scss/partials/_footer.scss */
#footer .logo-footer {
  display: none;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 40, ../scss/partials/_footer.scss */
  #footer .logo-footer {
    display: table-cell;
    float: none;
    max-width: 106px;
  }
  /* line 47, ../scss/partials/_footer.scss */
  #footer .logo-footer img {
    display: block;
    margin: 0 auto;
    min-width: 85px;
  }
}
/* line 54, ../scss/partials/_footer.scss */
#footer #lang-toggle {
  display: none;
}
/* line 57, ../scss/partials/_footer.scss */
#footer #menu {
  background-color: #ff9994;
}
/* line 59, ../scss/partials/_footer.scss */
#footer #menu .menu {
  padding: 2.8125rem 0;
}
/* line 63, ../scss/partials/_footer.scss */
#footer .menu-toggle,
#footer #city-toggle {
  display: none;
}
/* line 67, ../scss/partials/_footer.scss */
#footer #colophon {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  /* line 67, ../scss/partials/_footer.scss */
  #footer #colophon {
    max-height: 4.75rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 67, ../scss/partials/_footer.scss */
  #footer #colophon {
    position: relative;
    padding-left: 106px;
  }
  /* line 77, ../scss/partials/_footer.scss */
  #footer #colophon .logo-footer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 190px;
    max-width: initial;
    display: block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
}
/* line 87, ../scss/partials/_footer.scss */
#footer #colophon #lang-toggle {
  line-height: 44px;
  display: none;
  position: static;
}
/* line 92, ../scss/partials/_footer.scss */
#footer #colophon #lang-toggle a {
  padding: 0;
}
@media screen and (min-width: 450px) {
  /* line 87, ../scss/partials/_footer.scss */
  #footer #colophon #lang-toggle {
    display: inline-block;
  }
}
/* line 101, ../scss/partials/_footer.scss */
#footer .btn-share {
  display: block;
  width: 45px;
  height: 45px;
  background-size: auto 16px;
}
@media screen and (min-width: 768px) {
  /* line 101, ../scss/partials/_footer.scss */
  #footer .btn-share {
    width: 4.75rem;
    background-size: auto 18px;
  }
}
/* line 112, ../scss/partials/_footer.scss */
#footer #legal {
  background-color: #6e6e6e;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 1.25rem 10px;
  font-weight: 200;
}
@media screen and (min-width: 992px) {
  /* line 112, ../scss/partials/_footer.scss */
  #footer #legal {
    font-size: .625rem;
    padding: 8px 10px;
  }
}
/* line 124, ../scss/partials/_footer.scss */
#footer #legal a:hover {
  color: #ff2828;
}
/* line 129, ../scss/partials/_footer.scss */
#footer #legal .sep {
  margin: 0 2px;
}
/* line 134, ../scss/partials/_footer.scss */
#footer .btn-share-twitter,
#footer .btn-share-youtube {
  background-color: #6e6e6e;
}
@media screen and (min-width: 460px) {
  /* line 134, ../scss/partials/_footer.scss */
  #footer .btn-share-twitter,
  #footer .btn-share-youtube {
    background-color: #000;
  }
}
/* line 141, ../scss/partials/_footer.scss */
#footer .btn-share-facebook,
#footer .btn-share-instagram {
  background-color: #000;
}
@media screen and (min-width: 460px) {
  /* line 141, ../scss/partials/_footer.scss */
  #footer .btn-share-facebook,
  #footer .btn-share-instagram {
    background-color: #6e6e6e;
  }
}

/* line 150, ../scss/partials/_footer.scss */
.img-eye {
  width: 137px;
  margin-left: -8px;
}

/* line 155, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-body {
  padding-top: 26px !important;
  padding-bottom: 16px !important;
}

/* line 160, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-bg p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
}

/* line 164, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-bg p.optanon-alert-box-title {
  font-size: 36px !important;
  margin-bottom: 18px !important;
}

/* line 168, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-button-container .optanon-alert-box-button .cookie-settings-button {
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 14px 0 3px 0;
  border-bottom: solid 2px #ffffff !important;
  font-size: 11px !important;
  letter-spacing: 1.65px !important;
}
/* line 175, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-button-container .optanon-alert-box-button .cookie-settings-button:before {
  display: none !important;
}

/* line 179, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-button-container .optanon-alert-box-button .accept-cookies-button {
  background-color: #ffffff !important;
  color: #ff2828 !important;
  padding: 14px 30px;
  font-size: 11px !important;
  letter-spacing: 1.65px !important;
}
/* line 185, ../scss/partials/_footer.scss */
.optanon-alert-box-wrapper .optanon-alert-box-bg .optanon-alert-box-button-container .optanon-alert-box-button .accept-cookies-button:before {
  display: none !important;
}

/* line 1, ../scss/partials/_component.footer.scss */
.c-footer {
  background-color: #ff2828;
  position: relative;
  padding: 60px 20px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 35rem) {
  /* line 1, ../scss/partials/_component.footer.scss */
  .c-footer {
    padding: 40px 20px;
  }
}
/* line 13, ../scss/partials/_component.footer.scss */
.c-footer__container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
/* line 22, ../scss/partials/_component.footer.scss */
.c-footer__container > * {
  width: 100%;
}
@media screen and (max-width: 47.9375rem) {
  /* line 13, ../scss/partials/_component.footer.scss */
  .c-footer__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 31, ../scss/partials/_component.footer.scss */
.c-footer__subtitle {
  color: #ff2828;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 35rem) {
  /* line 31, ../scss/partials/_component.footer.scss */
  .c-footer__subtitle {
    font-size: 9px;
    line-height: 18px;
    letter-spacing: 1.35px;
  }
}
/* line 45, ../scss/partials/_component.footer.scss */
.c-footer__copy {
  margin-bottom: 3rem;
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.57;
}
/* line 50, ../scss/partials/_component.footer.scss */
.c-footer__copy p {
  max-width: 440px;
}
@media screen and (max-width: 35rem) {
  /* line 45, ../scss/partials/_component.footer.scss */
  .c-footer__copy {
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 30px;
  }
  /* line 59, ../scss/partials/_component.footer.scss */
  .c-footer__copy p {
    max-width: 100%;
  }
}
@media screen and (max-width: 47.9375rem) {
  /* line 65, ../scss/partials/_component.footer.scss */
  .c-footer__copy.__sm-none {
    display: none;
  }
}
@media screen and (max-width: 56.25rem) {
  /* line 80, ../scss/partials/_component.footer.scss */
  .c-footer__left {
    padding-right: 15px;
  }
}
@media screen and (max-width: 47.9375rem) {
  /* line 80, ../scss/partials/_component.footer.scss */
  .c-footer__left {
    padding-right: 0;
  }
}
/* line 88, ../scss/partials/_component.footer.scss */
.c-footer__right {
  text-align: right;
}
/* line 91, ../scss/partials/_component.footer.scss */
.c-footer__right p {
  margin-left: auto;
}
@media screen and (max-width: 56.25rem) {
  /* line 88, ../scss/partials/_component.footer.scss */
  .c-footer__right {
    padding-left: 15px;
  }
}
@media screen and (max-width: 47.9375rem) {
  /* line 88, ../scss/partials/_component.footer.scss */
  .c-footer__right {
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  /* line 88, ../scss/partials/_component.footer.scss */
  .c-footer__right {
    padding-top: 20px;
    text-align: left;
  }
  /* line 103, ../scss/partials/_component.footer.scss */
  .c-footer__right p {
    margin-left: initial;
  }
}
/* line 109, ../scss/partials/_component.footer.scss */
.c-footer__social {
  padding-top: 30px;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 47.9375rem) {
  /* line 109, ../scss/partials/_component.footer.scss */
  .c-footer__social {
    display: none;
  }
}
@media screen and (max-width: 47.9375rem) {
  /* line 109, ../scss/partials/_component.footer.scss */
  .c-footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
/* line 126, ../scss/partials/_component.footer.scss */
.c-footer__social__item {
  margin-left: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 132, ../scss/partials/_component.footer.scss */
.c-footer__social__item:first-of-type {
  margin-left: 0;
}
/* line 136, ../scss/partials/_component.footer.scss */
.c-footer__social__item:hover {
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 142, ../scss/partials/_component.footer.scss */
.c-footer__social__item img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 56.25rem) {
  /* line 142, ../scss/partials/_component.footer.scss */
  .c-footer__social__item img {
    width: 42px;
    height: 42px;
  }
}
/* line 155, ../scss/partials/_component.footer.scss */
.c-footer__btn {
  min-width: 290px;
  height: 62px;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 171, ../scss/partials/_component.footer.scss */
.c-footer__btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  width: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 183, ../scss/partials/_component.footer.scss */
.c-footer__btn:hover, .c-footer__btn:active, .c-footer__btn:focus {
  background-color: transparent;
  color: #ff2828;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 191, ../scss/partials/_component.footer.scss */
.c-footer__btn:hover:after, .c-footer__btn:active:after, .c-footer__btn:focus:after {
  background-color: #ffffff;
  color: #ffffff;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 35rem) {
  /* line 155, ../scss/partials/_component.footer.scss */
  .c-footer__btn {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
  }
}
/* line 207, ../scss/partials/_component.footer.scss */
.c-footer__copyright {
  letter-spacing: 1.5px;
  color: #6e6e6e;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 35rem) {
  /* line 207, ../scss/partials/_component.footer.scss */
  .c-footer__copyright {
    font-size: 8px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-align: left;
  }
}
/* line 219, ../scss/partials/_component.footer.scss */
.c-footer__copyright a {
  text-transform: uppercase;
}
/* line 224, ../scss/partials/_component.footer.scss */
.c-footer .link {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: .75rem;
  display: inline-block;
}
@media screen and (max-width: 56.25rem) {
  /* line 224, ../scss/partials/_component.footer.scss */
  .c-footer .link {
    font-size: 24px;
  }
}
@media screen and (max-width: 64rem) {
  /* line 224, ../scss/partials/_component.footer.scss */
  .c-footer .link {
    font-size: 30px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 224, ../scss/partials/_component.footer.scss */
  .c-footer .link {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: .25rem;
  }
}
/* line 243, ../scss/partials/_component.footer.scss */
.c-footer .link.__white {
  color: #ffffff;
  font-size: 26px;
}
@media screen and (max-width: 56.25rem) {
  /* line 243, ../scss/partials/_component.footer.scss */
  .c-footer .link.__white {
    font-size: 20px;
  }
}
@media screen and (max-width: 64rem) {
  /* line 243, ../scss/partials/_component.footer.scss */
  .c-footer .link.__white {
    font-size: 20px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 243, ../scss/partials/_component.footer.scss */
  .c-footer .link.__white {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 259, ../scss/partials/_component.footer.scss */
.c-footer.__bottom {
  background-color: #000;
  padding: 2rem 20px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.67;
}
/* line 268, ../scss/partials/_component.footer.scss */
.c-footer.__bottom .mb-5 {
  margin-bottom: 5px;
}
/* line 274, ../scss/partials/_component.footer.scss */
.c-footer__left .c-footer__social {
  display: none;
}
/* line 278, ../scss/partials/_component.footer.scss */
.c-footer__left .c-footer__copy.__btn {
  display: none;
}
@media screen and (max-width: 47.9375rem) {
  /* line 283, ../scss/partials/_component.footer.scss */
  .c-footer__left .c-footer__social {
    display: flex;
  }
  /* line 287, ../scss/partials/_component.footer.scss */
  .c-footer__left .c-footer__copy.__btn {
    display: block;
    text-align: center;
  }
}

/* line 3, ../scss/partials/_component.happypantry.scss */
.c-happypantry {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  min-height: 700px;
  padding-top: 100px;
}
@media screen and (max-width: 35rem) {
  /* line 3, ../scss/partials/_component.happypantry.scss */
  .c-happypantry {
    padding-top: 55px;
    min-height: auto;
    padding-bottom: 37px;
  }
}
/* line 16, ../scss/partials/_component.happypantry.scss */
.c-happypantry__title {
  max-width: 500px;
  margin: 0 auto 20px;
  text-shadow: 5px 5px #42D7F2;
  color: #ff2828;
  font-size: 86px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 70px;
}
@media screen and (max-width: 35rem) {
  /* line 16, ../scss/partials/_component.happypantry.scss */
  .c-happypantry__title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-shadow: 2px 2px #42D7F2;
  }
}
/* line 31, ../scss/partials/_component.happypantry.scss */
.c-happypantry__subtitle {
  letter-spacing: 1.17px;
  text-transform: uppercase;
  max-width: 450px;
  margin: 0 auto 60px;
  padding: 17px 0;
  border-top: 2.6px solid #42D7F2;
  border-bottom: 2.6px solid #42D7F2;
  color: #000;
  font-size: 11.7px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 19.5px;
}
@media screen and (max-width: 35rem) {
  /* line 31, ../scss/partials/_component.happypantry.scss */
  .c-happypantry__subtitle {
    border-width: 1px;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 8px;
    max-width: 80%;
    padding: 10px 0;
    margin-bottom: 45px;
  }
}
/* line 53, ../scss/partials/_component.happypantry.scss */
.c-happypantry__copy {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 35rem) {
  /* line 53, ../scss/partials/_component.happypantry.scss */
  .c-happypantry__copy {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 64, ../scss/partials/_component.happypantry.scss */
.c-happypantry__subscribe {
  margin-bottom: 40px;
  color: #ff2828;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 35rem) {
  /* line 64, ../scss/partials/_component.happypantry.scss */
  .c-happypantry__subscribe {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 75, ../scss/partials/_component.happypantry.scss */
  .c-happypantry__btn {
    font-size: 9px;
    line-height: 44px;
    width: 175px;
    height: 49px;
    padding: 0;
    min-width: auto;
    letter-spacing: 1.35px;
  }
}

/* line 88, ../scss/partials/_component.happypantry.scss */
.js-carousel .owl-stage {
  left: -165px;
}
@media screen and (max-width: 56.25rem) {
  /* line 88, ../scss/partials/_component.happypantry.scss */
  .js-carousel .owl-stage {
    left: -50px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 88, ../scss/partials/_component.happypantry.scss */
  .js-carousel .owl-stage {
    left: -10px;
  }
}

/* line 100, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel {
  height: 570px;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 56.25rem) {
  /* line 100, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel {
    height: 340px;
    margin-bottom: 70px;
  }
}
/* line 110, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__arrow {
  background-image: url("../images/icon-drag.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: 280px;
  top: 235px;
  width: 100px;
  z-index: 1;
  height: 100px;
  cursor: pointer;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 56.25rem) {
  /* line 110, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__arrow {
    display: none;
  }
}
/* line 91, ../scss/_mixins.scss */
.c-happypantry-carousel__arrow:hover, .c-happypantry-carousel__arrow:focus, .c-happypantry-carousel__arrow:active {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 136, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__arrow.hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 142, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item {
  height: 570px;
  position: relative;
  background-color: #42D7F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 56.25rem) {
  /* line 142, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item {
    height: 340px;
    padding: 0 30px;
  }
}
/* line 158, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item:hover .c-happypantry-carousel__item__content, .c-happypantry-carousel__item:focus .c-happypantry-carousel__item__content, .c-happypantry-carousel__item:active .c-happypantry-carousel__item__content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 163, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item:hover .c-happypantry-carousel__item__image, .c-happypantry-carousel__item:focus .c-happypantry-carousel__item__image, .c-happypantry-carousel__item:active .c-happypantry-carousel__item__image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 170, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item:first-child > span {
  background-image: url("../images/icon-drag.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: -24px;
  top: 235px;
  width: 100px;
  z-index: 1;
  height: 100px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 56.25rem) {
  /* line 170, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item:first-child > span {
    display: none;
  }
}
/* line 191, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 198, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item__content {
  background-color: #ffffff;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 720px;
  min-height: 250px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
@media screen and (max-width: 56.25rem) {
  /* line 198, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item__content {
    min-height: auto;
    padding: 40px 25px 30px;
  }
}
/* line 220, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item__date {
  color: #ff2828;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 56.25rem) {
  /* line 220, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item__date {
    font-size: 16px;
    line-height: 26px;
  }
}
/* line 229, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item__title {
  margin-bottom: 10px;
  color: #42D7F2;
  font-size: 35px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 56.25rem) {
  /* line 229, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item__title {
    font-size: 20px;
    color: #ff2828;
  }
}
/* line 240, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item__copy {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 56.25rem) {
  /* line 240, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item__copy {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 251, ../scss/partials/_component.happypantry.scss */
.c-happypantry-carousel__item__cta {
  display: none;
}
@media screen and (max-width: 56.25rem) {
  /* line 251, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-carousel__item__cta {
    display: inline-block;
    width: 100px;
    height: 37px;
    text-transform: uppercase;
    min-width: auto;
    padding: 0;
    margin-top: 20px;
    color: #ff2828;
    font-size: 9px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 34px;
  }
}

/* line 270, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list {
  max-width: 1400px;
  margin: 0 auto 116px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 35rem) {
  /* line 270, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
  }
}
/* line 286, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item {
  position: relative;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media screen and (max-width: 1200px) {
  /* line 286, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item {
    -webkit-flex-basis: 33.3%;
    -moz-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
  }
}
@media screen and (max-width: 900px) {
  /* line 286, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 35rem) {
  /* line 286, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 250px;
  }
}
/* line 305, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item:hover .c-happypantry-posts__list__item__mask, .c-happypantry-posts__list__item:focus .c-happypantry-posts__list__item__mask, .c-happypantry-posts__list__item:active .c-happypantry-posts__list__item__mask {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 310, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item:hover .c-happypantry-posts__list__item__image, .c-happypantry-posts__list__item:focus .c-happypantry-posts__list__item__image, .c-happypantry-posts__list__item:active .c-happypantry-posts__list__item__image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 316, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item:after {
  content: "";
  float: left;
  display: block;
  padding-top: 100%;
}
/* line 323, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item__container {
  margin: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 56.25rem) {
  /* line 323, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 323, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 347, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 354, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item__content {
  background-color: #ffffff;
  z-index: 2;
  text-align: center;
  width: 100%;
  min-height: 150px;
  padding: 15px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 35rem) {
  /* line 354, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item__content {
    min-height: auto;
  }
}
/* line 372, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item__date {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ff2828;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 17px;
}
@media screen and (max-width: 35rem) {
  /* line 372, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item__date {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2px;
  }
}
/* line 386, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item__title {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-bottom: 2px solid #ff2828;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #ff2828;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 17px;
}
@media screen and (max-width: 35rem) {
  /* line 386, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item__title {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2px;
  }
}
/* line 402, ../scss/partials/_component.happypantry.scss */
.c-happypantry-posts__list__item__copy {
  color: #000;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 35rem) {
  /* line 402, ../scss/partials/_component.happypantry.scss */
  .c-happypantry-posts__list__item__copy {
    font-size: 11px;
    line-height: 16px;
  }
}

/* line 3, ../scss/partials/_component.pantry.scss */
.c-pantry {
  position: relative;
  padding: 112px 0 50px;
  max-width: 1412px;
  margin: 0 auto;
}
@media screen and (max-width: 56.25rem) {
  /* line 3, ../scss/partials/_component.pantry.scss */
  .c-pantry {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
/* line 14, ../scss/partials/_component.pantry.scss */
.c-pantry__hero {
  height: 800px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 56.25rem) {
  /* line 14, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 14, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero {
    height: 390px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* line 35, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* line 40, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__content {
  background-color: #ffffff;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 55px 20px 30px;
  max-width: 780px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 35rem) {
  /* line 40, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__content {
    padding: 27px 20px 20px;
  }
}
/* line 59, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__title {
  color: #ff2828;
  font-size: 44px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 35rem) {
  /* line 59, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
/* line 70, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__copy {
  color: #000;
  font-size: 20px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 35rem) {
  /* line 70, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__copy {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 79, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__date {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 35rem) {
  /* line 79, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__date {
    font-size: 10px;
    line-height: 24px;
  }
}
/* line 88, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__cta {
  color: #ff2828;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1.5px;
  width: 190px;
  height: 50px;
  padding: 0;
  min-width: auto;
  margin-top: 28px;
  margin-bottom: 28px;
  display: inline-block;
  padding-left: 30px;
}
/* line 103, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__cta:hover img.alt, .c-pantry__hero__cta:focus img.alt, .c-pantry__hero__cta:active img.alt {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 35rem) {
  /* line 88, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__cta {
    font-size: 12px;
    line-height: 34px;
    height: 37px;
    width: 185px;
    margin-top: 22px;
    margin-bottom: 20px;
  }
}
/* line 118, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__cta img {
  position: absolute;
  left: 14px;
  top: 12px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 125, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__cta img.alt {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 35rem) {
  /* line 118, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__cta img {
    top: 7px;
  }
}
/* line 136, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 141, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__rrss__item {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 35rem) {
  /* line 141, ../scss/partials/_component.pantry.scss */
  .c-pantry__hero__rrss__item {
    width: 22px;
    height: 22px;
  }
}
/* line 151, ../scss/partials/_component.pantry.scss */
.c-pantry__hero__rrss__item:last-child {
  margin-right: 0;
}
/* line 158, ../scss/partials/_component.pantry.scss */
.c-pantry__body {
  padding: 116px 20px 50px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 35rem) {
  /* line 158, ../scss/partials/_component.pantry.scss */
  .c-pantry__body {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
/* line 169, ../scss/partials/_component.pantry.scss */
.c-pantry__body p {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 35rem) {
  /* line 169, ../scss/partials/_component.pantry.scss */
  .c-pantry__body p {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 181, ../scss/partials/_component.pantry.scss */
.c-pantry__body a {
  color: #ff2828;
}
/* line 185, ../scss/partials/_component.pantry.scss */
.c-pantry__body h3 {
  margin: 50px auto;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 35rem) {
  /* line 185, ../scss/partials/_component.pantry.scss */
  .c-pantry__body h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
/* line 197, ../scss/partials/_component.pantry.scss */
.c-pantry__body blockquote {
  max-width: 580px;
  margin: 40px auto;
  color: #000;
  font-size: 30px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 35rem) {
  /* line 197, ../scss/partials/_component.pantry.scss */
  .c-pantry__body blockquote {
    font-size: 22px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* line 211, ../scss/partials/_component.pantry.scss */
.c-pantry__body table {
  margin: 30px 0;
}
/* line 215, ../scss/partials/_component.pantry.scss */
.c-pantry__body iframe,
.c-pantry__body object {
  display: block;
  margin: 20px auto;
}
/* line 221, ../scss/partials/_component.pantry.scss */
.c-pantry__body ol,
.c-pantry__body ul {
  font-size: 16px;
  margin-bottom: 2rem;
  line-height: 150%;
  text-align: left;
}
/* line 228, ../scss/partials/_component.pantry.scss */
.c-pantry__body ol ul,
.c-pantry__body ol ol,
.c-pantry__body ul ul,
.c-pantry__body ul ol {
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 30px;
}
/* line 236, ../scss/partials/_component.pantry.scss */
.c-pantry__body li {
  padding: 8px 0;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
/* line 242, ../scss/partials/_component.pantry.scss */
.c-pantry__body ol {
  counter-reset: item;
}
/* line 245, ../scss/partials/_component.pantry.scss */
.c-pantry__body ol li {
  display: block;
}
/* line 248, ../scss/partials/_component.pantry.scss */
.c-pantry__body ol li:before {
  content: counters(item,".") " ";
  counter-increment: item;
  color: #ff2828;
  font-weight: bold;
  margin-right: 1rem;
}
/* line 258, ../scss/partials/_component.pantry.scss */
.c-pantry__body ul {
  list-style-type: none;
}
/* line 262, ../scss/partials/_component.pantry.scss */
.c-pantry__body ul li:before {
  content: '';
  margin-right: .8em;
  top: -3px;
  position: relative;
  background: #ff2828;
  height: 5px;
  width: 5px;
  display: inline-block;
}
/* line 275, ../scss/partials/_component.pantry.scss */
.c-pantry__body__cta {
  color: #ff2828;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1.5px;
  width: 190px;
  height: 50px;
  padding: 0;
  min-width: auto;
  margin-top: 28px;
  margin-bottom: 28px;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-left: 30px;
}
/* line 292, ../scss/partials/_component.pantry.scss */
.c-pantry__body__cta:hover img.alt, .c-pantry__body__cta:focus img.alt, .c-pantry__body__cta:active img.alt {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 35rem) {
  /* line 275, ../scss/partials/_component.pantry.scss */
  .c-pantry__body__cta {
    font-size: 11px;
    line-height: 55px;
    height: 60px;
    width: 220px;
    margin-top: 22px;
    margin-bottom: 20px;
  }
}
/* line 307, ../scss/partials/_component.pantry.scss */
.c-pantry__body__cta img {
  position: absolute;
  left: 14px;
  top: 12px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 314, ../scss/partials/_component.pantry.scss */
.c-pantry__body__cta img.alt {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 35rem) {
  /* line 307, ../scss/partials/_component.pantry.scss */
  .c-pantry__body__cta img {
    top: 18px;
  }
}
/* line 326, ../scss/partials/_component.pantry.scss */
.c-pantry__happy {
  background-color: #FCECEC;
  height: 480px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 35rem) {
  /* line 326, ../scss/partials/_component.pantry.scss */
  .c-pantry__happy {
    height: 380px;
    margin-bottom: 0;
  }
}
/* line 343, ../scss/partials/_component.pantry.scss */
.c-pantry__happy__pretitle {
  color: #ff2828;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 35rem) {
  /* line 343, ../scss/partials/_component.pantry.scss */
  .c-pantry__happy__pretitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
/* line 355, ../scss/partials/_component.pantry.scss */
.c-pantry__happy__title {
  max-width: 500px;
  margin: 0 auto 20px;
  text-shadow: 5px 5px #42D7F2;
  color: #ff2828;
  font-size: 78px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 70px;
}
@media screen and (max-width: 35rem) {
  /* line 355, ../scss/partials/_component.pantry.scss */
  .c-pantry__happy__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
/* line 369, ../scss/partials/_component.pantry.scss */
.c-pantry__happy__title__in {
  max-width: 500px;
  margin: 20px auto 20px;
  text-shadow: 5px 5px #42D7F2;
  color: #ff2828;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 55px;
}
@media screen and (max-width: 35rem) {
  /* line 369, ../scss/partials/_component.pantry.scss */
  .c-pantry__happy__title__in {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
/* line 383, ../scss/partials/_component.pantry.scss */
.c-pantry__happy__subtitle {
  letter-spacing: 1.17px;
  text-transform: uppercase;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 17px 0;
  border-top: 2.6px solid #42D7F2;
  border-bottom: 2.6px solid #42D7F2;
  color: #000;
  font-size: 11.7px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 19.5px;
}
@media screen and (max-width: 35rem) {
  /* line 383, ../scss/partials/_component.pantry.scss */
  .c-pantry__happy__subtitle {
    border-width: 1px;
    letter-spacing: 1px;
    font-size: 7px;
    line-height: 8px;
    max-width: 75%;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
/* line 406, ../scss/partials/_component.pantry.scss */
.c-pantry__happy__btn {
  color: #ff2828;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 45px;
  display: inline-block;
  width: 174px;
  height: 50px;
  letter-spacing: 1.5px;
  padding: 0;
  min-width: auto;
  position: relative;
  z-index: 1;
}
/* line 420, ../scss/partials/_component.pantry.scss */
.c-pantry__nav {
  color: #ff2828;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  right: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  /* line 420, ../scss/partials/_component.pantry.scss */
  .c-pantry__nav {
    right: 20px;
  }
}
@media screen and (max-width: 56.25rem) {
  /* line 420, ../scss/partials/_component.pantry.scss */
  .c-pantry__nav {
    right: auto;
    width: 100%;
    padding: 0 40px;
    margin-top: 0;
    top: 6px;
    font-size: 9px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 35rem) {
  /* line 420, ../scss/partials/_component.pantry.scss */
  .c-pantry__nav {
    padding: 0 20px;
  }
}
/* line 452, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination {
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 459, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination .arrow {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #ff2828;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 56.25rem) {
  /* line 459, ../scss/partials/_component.pantry.scss */
  .c-pantry__nav__pagination .arrow {
    border: 0;
  }
}
/* line 473, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination .arrow:hover .prev-img,
.c-pantry__nav__pagination .arrow:hover .next-img, .c-pantry__nav__pagination .arrow:focus .prev-img,
.c-pantry__nav__pagination .arrow:focus .next-img, .c-pantry__nav__pagination .arrow:active .prev-img,
.c-pantry__nav__pagination .arrow:active .next-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 484, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination .arrow .prev-img,
.c-pantry__nav__pagination .arrow .next-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 26px;
  right: 0;
  border: 2px solid #ff2828;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 494, ../scss/partials/_component.pantry.scss */
.c-pantry__nav--bottom .c-pantry__nav__pagination .arrow .prev-img, .c-pantry__nav--bottom
.c-pantry__nav__pagination .arrow .next-img {
  top: -100px;
}
/* line 501, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination .arrow .prev-img img,
.c-pantry__nav__pagination .arrow .next-img img {
  width: 100%;
  height: 100%;
}
/* line 507, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination .arrow-left {
  background-image: url(/assets/images/arrow-left.svg);
  background-size: 8px auto;
  border-right: 0;
}
/* line 512, ../scss/partials/_component.pantry.scss */
.c-pantry__nav__pagination .arrow-right {
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 8px auto;
}
/* line 518, ../scss/partials/_component.pantry.scss */
.c-pantry__nav--bottom {
  top: auto;
  bottom: 140px;
  position: relative;
}
@media screen and (max-width: 56.25rem) {
  /* line 518, ../scss/partials/_component.pantry.scss */
  .c-pantry__nav--bottom {
    bottom: 0;
    margin-top: 20px;
  }
}

/* line 2, ../scss/partials/_component.case.scss */
.c-case__header {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 56.25rem) {
  /* line 2, ../scss/partials/_component.case.scss */
  .c-case__header {
    top: 50px;
  }
}
/* line 14, ../scss/partials/_component.case.scss */
.c-case__nav {
  color: #ff2828;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 56.25rem) {
  /* line 14, ../scss/partials/_component.case.scss */
  .c-case__nav {
    position: relative;
    right: auto;
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 35rem) {
  /* line 14, ../scss/partials/_component.case.scss */
  .c-case__nav {
    padding: 0 20px;
  }
}
/* line 41, ../scss/partials/_component.case.scss */
.c-case__nav__pagination {
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 48, ../scss/partials/_component.case.scss */
.c-case__nav__pagination .arrow {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #ff2828;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 56.25rem) {
  /* line 48, ../scss/partials/_component.case.scss */
  .c-case__nav__pagination .arrow {
    border: 0;
  }
}
/* line 62, ../scss/partials/_component.case.scss */
.c-case__nav__pagination .arrow:hover .prev-img,
.c-case__nav__pagination .arrow:hover .next-img, .c-case__nav__pagination .arrow:focus .prev-img,
.c-case__nav__pagination .arrow:focus .next-img, .c-case__nav__pagination .arrow:active .prev-img,
.c-case__nav__pagination .arrow:active .next-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 62, ../scss/partials/_component.case.scss */
  .c-case__nav__pagination .arrow:hover .prev-img,
  .c-case__nav__pagination .arrow:hover .next-img, .c-case__nav__pagination .arrow:focus .prev-img,
  .c-case__nav__pagination .arrow:focus .next-img, .c-case__nav__pagination .arrow:active .prev-img,
  .c-case__nav__pagination .arrow:active .next-img {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/* line 76, ../scss/partials/_component.case.scss */
.c-case__nav__pagination .arrow .prev-img,
.c-case__nav__pagination .arrow .next-img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 26px;
  right: 0;
  border: 2px solid #ff2828;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 85, ../scss/partials/_component.case.scss */
.c-case__footer .c-case__nav__pagination .arrow .prev-img, .c-case__footer
.c-case__nav__pagination .arrow .next-img {
  top: -110px;
}
/* line 92, ../scss/partials/_component.case.scss */
.c-case__nav__pagination .arrow .prev-img img,
.c-case__nav__pagination .arrow .next-img img {
  width: 100%;
  height: 100%;
}
/* line 98, ../scss/partials/_component.case.scss */
.c-case__nav__pagination .arrow-left {
  background-image: url(/assets/images/arrow-left.svg);
  background-size: 8px auto;
  border-right: 0;
}
/* line 103, ../scss/partials/_component.case.scss */
.c-case__nav__pagination .arrow-right {
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 8px auto;
}
/* line 110, ../scss/partials/_component.case.scss */
.c-case__footer {
  padding: 50px 0;
  position: relative;
  margin-top: 50px;
}
/* line 115, ../scss/partials/_component.case.scss */
.c-case__footer__rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 120, ../scss/partials/_component.case.scss */
.c-case__footer__rrss__item {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
/* line 125, ../scss/partials/_component.case.scss */
.c-case__footer__rrss__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 56.25rem) {
  /* line 1, ../scss/partials/_menu.scss */
  #menu {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
  }
}

/* line 8, ../scss/partials/_menu.scss */
#menu-content {
  text-align: center;
}
/* line 10, ../scss/partials/_menu.scss */
#menu-content .menu {
  background-color: #ff2828;
  position: fixed;
  top: 0;
  left: 0;
  bottom: -60px;
  right: 0;
  padding: 3.4375rem 0.9375rem 0.9375rem;
  z-index: 1;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 29, ../scss/partials/_menu.scss */
.menu-open #menu-content .menu {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 32, ../scss/partials/_menu.scss */
.menu-open #menu-content .menu li {
  padding: 0 0.9375rem 0.4375rem 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 480px) {
  /* line 29, ../scss/partials/_menu.scss */
  .menu-open #menu-content .menu {
    letter-spacing: .25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 54, ../scss/partials/_menu.scss */
#menu-content .menu li {
  padding: 0 0.9375rem 0.4375rem 0.9375rem;
  text-align: left;
  display: inline-block;
}
/* line 60, ../scss/partials/_menu.scss */
#menu-content .menu li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
}
@media screen and (max-width: 56.25rem) {
  /* line 60, ../scss/partials/_menu.scss */
  #menu-content .menu li a {
    font-size: 23px;
    line-height: 48px;
    text-transform: none;
  }
}
/* line 72, ../scss/partials/_menu.scss */
#menu-content .menu li.current a {
  border-bottom: 0.25rem solid #fff;
  padding-bottom: 0.0625rem;
}
@media screen and (min-width: 56.25rem) {
  /* line 10, ../scss/partials/_menu.scss */
  #menu-content .menu {
    /* Menu siempre abierto */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    background-color: transparent;
    position: static;
    padding: 1.1875rem 0 0 0;
    letter-spacing: 1.5px;
    display: inline-block;
  }
  /* line 88, ../scss/partials/_menu.scss */
  #menu-content .menu li {
    padding: 0 0.9375rem;
    display: inline-block;
    text-align: left;
  }
  /* line 93, ../scss/partials/_menu.scss */
  #menu-content .menu li.current a {
    border-bottom: 0 none;
    padding-bottom: 0;
    color: #ff2828;
  }
  /* line 100, ../scss/partials/_menu.scss */
  #menu-content .menu li a:after {
    content: none;
  }
  /* line 104, ../scss/partials/_menu.scss */
  #menu-content .menu li a:hover {
    color: #ff2828;
  }
}

/* line 112, ../scss/partials/_menu.scss */
.menu-toggle {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 4;
}
@media screen and (min-width: 56.25rem) {
  /* line 112, ../scss/partials/_menu.scss */
  .menu-toggle {
    top: .6875rem;
  }
}
@media screen and (min-width: 56.25rem) {
  /* line 112, ../scss/partials/_menu.scss */
  .menu-toggle {
    display: none;
  }
}

/* line 125, ../scss/partials/_menu.scss */
.icon-hamburguer,
.icon-close {
  width: 1.625rem;
  height: auto;
}

/* line 131, ../scss/partials/_menu.scss */
.icon-hamburguer {
  display: block;
}

/* line 135, ../scss/partials/_menu.scss */
.icon-close {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  /* line 139, ../scss/partials/_menu.scss */
  .m#menu {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
  }
}

/* line 146, ../scss/partials/_menu.scss */
#menu-content {
  text-align: center;
}
/* line 149, ../scss/partials/_menu.scss */
#menu-content .menu {
  /* Menu oculto a la derecha */
  background-color: #ff2828;
  position: fixed;
  top: 0;
  left: 0;
  bottom: -60px;
  right: 0;
  padding: 3.4375rem 0.9375rem 0.9375rem;
  z-index: 1;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 160, ../scss/partials/_menu.scss */
#menu-content .menu li {
  padding: 0 0.9375rem 0.4375rem 0.9375rem;
  text-align: left;
  display: inline-block;
}
/* line 166, ../scss/partials/_menu.scss */
#menu-content .menu li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
}
@media screen and (max-width: 56.25rem) {
  /* line 166, ../scss/partials/_menu.scss */
  #menu-content .menu li a {
    font-size: 23px;
    line-height: 48px;
    text-transform: none;
  }
}
/* line 178, ../scss/partials/_menu.scss */
#menu-content .menu li.current a {
  border-bottom: 0.25rem solid #fff;
  padding-bottom: 0.0625rem;
}
@media screen and (min-width: 56.25rem) {
  /* line 149, ../scss/partials/_menu.scss */
  #menu-content .menu {
    /* Menu siempre abierto */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    background-color: transparent;
    position: static;
    padding: 1.1875rem 0 0 0;
    letter-spacing: 1.5px;
  }
  /* line 192, ../scss/partials/_menu.scss */
  #menu-content .menu li {
    padding: 0 0.9375rem;
    display: inline-block;
    text-align: left;
  }
  /* line 198, ../scss/partials/_menu.scss */
  #menu-content .menu li.current a {
    border-bottom: 0 none;
    padding-bottom: 0;
    color: #ff2828;
  }
  /* line 205, ../scss/partials/_menu.scss */
  #menu-content .menu li a:after {
    content: none;
  }
  /* line 209, ../scss/partials/_menu.scss */
  #menu-content .menu li a:hover {
    color: #ff2828;
  }
}
/* line 219, ../scss/partials/_menu.scss */
.menu-open #menu-content .menu {
  /* Menu abierto */
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 222, ../scss/partials/_menu.scss */
.menu-open #menu-content .menu li {
  padding: 0 0.9375rem 0.4375rem 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 480px) {
  /* line 219, ../scss/partials/_menu.scss */
  .menu-open #menu-content .menu {
    letter-spacing: .25em;
  }
}

/* line 237, ../scss/partials/_menu.scss */
.menu-toggle {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 4;
}
@media screen and (min-width: 56.25rem) {
  /* line 237, ../scss/partials/_menu.scss */
  .menu-toggle {
    top: .6875rem;
  }
}
@media screen and (min-width: 56.25rem) {
  /* line 237, ../scss/partials/_menu.scss */
  .menu-toggle {
    display: none;
  }
}

/* line 250, ../scss/partials/_menu.scss */
.icon-hamburguer,
.icon-close {
  width: 1.625rem;
  height: auto;
}

/* line 256, ../scss/partials/_menu.scss */
.icon-hamburguer {
  display: block;
}

/* line 260, ../scss/partials/_menu.scss */
.icon-close {
  display: none;
}

/* line 265, ../scss/partials/_menu.scss */
.menu-open .icon-hamburguer {
  display: none;
}

/* line 270, ../scss/partials/_menu.scss */
body.menu-open {
  overflow: hidden;
}

/* line 274, ../scss/partials/_menu.scss */
#city-toggle {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: absolute;
  right: 3.5rem;
  top: 0.5625rem;
  display: none;
}
/* line 282, ../scss/partials/_menu.scss */
#city-toggle li {
  display: inline-block;
  vertical-align: middle;
}
/* line 285, ../scss/partials/_menu.scss */
#city-toggle li.current {
  border: 0.125rem solid #ff2828;
  color: #ff2828;
}
/* line 290, ../scss/partials/_menu.scss */
#city-toggle a {
  padding: 0.625rem 0.9375rem;
  display: inline-block;
}
@media screen and (min-width: 18.4375rem) {
  /* line 274, ../scss/partials/_menu.scss */
  #city-toggle {
    display: inline-block;
  }
}
@media screen and (min-width: 27.1875rem) {
  /* line 274, ../scss/partials/_menu.scss */
  #city-toggle {
    /*.sep{
      display: inline-block;
      vertical-align: middle;
    }
    li {
      &.current {
        border:0 none;
      }
    }
    a{
      padding:0;
    }*/
  }
}
@media screen and (min-width: 56.25rem) {
  /* line 274, ../scss/partials/_menu.scss */
  #city-toggle {
    top: 0.6875rem;
    right: 0.9375rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 315, ../scss/partials/_menu.scss */
  #city-toggle a {
    padding: 0.375rem 0.9375rem;
  }
}

/* line 321, ../scss/partials/_menu.scss */
#lang-toggle {
  color: #ffffff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
}
/* line 324, ../scss/partials/_menu.scss */
#lang-toggle li {
  display: inline-block;
  vertical-align: middle;
}
/* line 328, ../scss/partials/_menu.scss */
#lang-toggle li.current a {
  color: #ff2828;
}
/* line 334, ../scss/partials/_menu.scss */
#lang-toggle a {
  padding: .625rem 0;
  display: inline-block;
}
@media screen and (min-width: 27.1875rem) {
  /* line 321, ../scss/partials/_menu.scss */
  #lang-toggle {
    display: inline-block;
    top: .6875rem;
  }
  /* line 341, ../scss/partials/_menu.scss */
  #lang-toggle .sep {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 346, ../scss/partials/_menu.scss */
  #lang-toggle li.current {
    border: 0 none;
  }
}
@media screen and (min-width: 56.25rem) {
  /* line 321, ../scss/partials/_menu.scss */
  #lang-toggle {
    right: 2.75rem;
    top: 1.1875rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 355, ../scss/partials/_menu.scss */
  #lang-toggle a {
    padding: 0;
  }
}

/* line 360, ../scss/partials/_menu.scss */
enu-open .icon-hamburguer {
  display: none;
}
/* line 363, ../scss/partials/_menu.scss */
enu-open .icon-close {
  display: block;
}

/* line 368, ../scss/partials/_menu.scss */
body.menu-open {
  overflow: hidden;
}

/* line 372, ../scss/partials/_menu.scss */
#city-toggle {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: absolute;
  right: 3.5rem;
  top: 0.5625rem;
  display: none;
}
/* line 380, ../scss/partials/_menu.scss */
#city-toggle li {
  display: inline-block;
  vertical-align: middle;
}
/* line 383, ../scss/partials/_menu.scss */
#city-toggle li.current {
  border: 0.125rem solid #ff2828;
  color: #ff2828;
}
/* line 388, ../scss/partials/_menu.scss */
#city-toggle a {
  padding: 0.625rem 0.9375rem;
  display: inline-block;
}
@media screen and (min-width: 18.4375rem) {
  /* line 372, ../scss/partials/_menu.scss */
  #city-toggle {
    display: inline-block;
  }
}
@media screen and (min-width: 27.1875rem) {
  /* line 372, ../scss/partials/_menu.scss */
  #city-toggle {
    /*.sep{
      display: inline-block;
      vertical-align: middle;
    }
    li {
      &.current {
        border:0 none;
      }
    }
    a{
      padding:0;
    }*/
  }
}
@media screen and (min-width: 56.25rem) {
  /* line 372, ../scss/partials/_menu.scss */
  #city-toggle {
    top: 0.6875rem;
    right: 0.9375rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 413, ../scss/partials/_menu.scss */
  #city-toggle a {
    padding: 0.375rem 0.9375rem;
  }
}

/* line 419, ../scss/partials/_menu.scss */
#lang-toggle {
  color: #ffffff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 18px;
}
/* line 422, ../scss/partials/_menu.scss */
#lang-toggle li {
  display: inline-block;
  vertical-align: middle;
}
/* line 426, ../scss/partials/_menu.scss */
#lang-toggle li.current a {
  color: #ff2828;
}
/* line 432, ../scss/partials/_menu.scss */
#lang-toggle a {
  padding: .625rem 0;
  display: inline-block;
}
@media screen and (min-width: 27.1875rem) {
  /* line 419, ../scss/partials/_menu.scss */
  #lang-toggle {
    display: inline-block;
    top: .6875rem;
  }
  /* line 439, ../scss/partials/_menu.scss */
  #lang-toggle .sep {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 444, ../scss/partials/_menu.scss */
  #lang-toggle li.current {
    border: 0 none;
  }
}
@media screen and (min-width: 56.25rem) {
  /* line 419, ../scss/partials/_menu.scss */
  #lang-toggle {
    right: 2.75rem;
    top: 1.1875rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 453, ../scss/partials/_menu.scss */
  #lang-toggle a {
    padding: 0;
  }
}

/* line 1, ../scss/partials/_personas.scss */
#first {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
/* line 5, ../scss/partials/_personas.scss */
#first .logo-content {
  text-align: center;
  position: absolute;
  padding: 1.875rem;
  top: -5.625rem;
  left: 0;
  right: 0;
}
@media (min-width: 480px) and (min-height: 480px) {
  /* line 5, ../scss/partials/_personas.scss */
  #first .logo-content {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 24.375rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
}
/* line 19, ../scss/partials/_personas.scss */
#first .logo-content img {
  display: block;
  max-height: 360px;
}
@media screen and (min-width: 768px) {
  /* line 19, ../scss/partials/_personas.scss */
  #first .logo-content img {
    max-height: 30rem;
  }
}

/* line 33, ../scss/partials/_personas.scss */
#personas li.clone a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* line 37, ../scss/partials/_personas.scss */
#personas .persona {
  float: left;
  width: 25%;
}
@media screen and (min-width: 768px) {
  /* line 37, ../scss/partials/_personas.scss */
  #personas .persona {
    width: 12.5%;
  }
}
/* line 52, ../scss/partials/_personas.scss */
#personas img {
  display: block;
  max-width: 100%;
}
/* line 58, ../scss/partials/_personas.scss */
#personas .data-persona {
  display: none;
}

/* line 63, ../scss/partials/_personas.scss */
.ri-grid {
  margin: 0;
  position: relative;
  height: auto;
}

/* line 69, ../scss/partials/_personas.scss */
.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* line 79, ../scss/partials/_personas.scss */
.ri-grid ul:before,
.ri-grid ul:after {
  content: '';
  display: table;
}

/* line 85, ../scss/partials/_personas.scss */
.ri-grid ul:after {
  clear: both;
}

/* line 89, ../scss/partials/_personas.scss */
.ri-grid ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* line 93, ../scss/partials/_personas.scss */
.ri-grid ul li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #000;
}
/* line 94, ../scss/partials/_personas.scss */
.no-touch .ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
}

/* line 110, ../scss/partials/_personas.scss */
.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 118, ../scss/partials/_personas.scss */
.no-touch .ri-grid ul li a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Grid wrapper sizes */
/* line 142, ../scss/partials/_personas.scss */
.ri-grid-size-1 {
  width: 55%;
}

/* line 145, ../scss/partials/_personas.scss */
.ri-grid-size-2 {
  width: 100%;
}

/* line 148, ../scss/partials/_personas.scss */
.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
/* line 154, ../scss/partials/_personas.scss */
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* line 172, ../scss/partials/_personas.scss */
.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* line 182, ../scss/partials/_personas.scss */
.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}

/* line 187, ../scss/partials/_personas.scss */
.ri-loading-image {
  display: none;
}

/* line 191, ../scss/partials/_personas.scss */
.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

/* line 1, ../scss/partials/_home.scss */
#home {
  position: relative;
  background-image: url(/assets/images/rombo-2.svg), url(/assets/images/white.jpg);
  background-position: center bottom;
  background-repeat: no-repeat, repeat-x;
  background-size: 240px auto, 100% 80px;
  padding-bottom: 240px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 1, ../scss/partials/_home.scss */
  #home {
    background-size: 480px auto, 100% 160px;
    padding-bottom: 480px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/partials/_home.scss */
  #home {
    background-image: none;
    padding-bottom: 80px;
  }
}
/* line 18, ../scss/partials/_home.scss */
#home h1 {
  text-decoration: underline;
  font-size: 39px;
  font-size: 2.4375rem;
}
@media screen and (min-width: 768px) {
  /* line 18, ../scss/partials/_home.scss */
  #home h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 18, ../scss/partials/_home.scss */
  #home h1 {
    font-size: 51px;
    font-size: 3.1875rem;
  }
}
/* line 28, ../scss/partials/_home.scss */
#home .txt-block.font-serif {
  color: #000;
}
/* line 31, ../scss/partials/_home.scss */
#home .separator {
  margin: 45px auto 45px;
}
/* line 34, ../scss/partials/_home.scss */
#home .middle {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  /* line 34, ../scss/partials/_home.scss */
  #home .middle {
    padding: 3rem 0;
  }
}
/* line 40, ../scss/partials/_home.scss */
#home .home-bgs {
  position: absolute;
  top: 0%;
  left: -50%;
  right: -50%;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  /* line 40, ../scss/partials/_home.scss */
  #home .home-bgs {
    top: 2%;
    left: -20%;
    right: -20%;
    bottom: 15%;
  }
}
@media screen and (min-width: 992px) {
  /* line 40, ../scss/partials/_home.scss */
  #home .home-bgs {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* line 61, ../scss/partials/_home.scss */
#home .home-bgs .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
}
/* line 69, ../scss/partials/_home.scss */
#home .home-bgs .bg svg {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 75, ../scss/partials/_home.scss */
#home .home-bgs .bg svg path {
  stroke-dasharray: 1325px, 1327px;
  stroke-dashoffset: 0px;
}
@media screen and (min-width: 768px) {
  /* line 69, ../scss/partials/_home.scss */
  #home .home-bgs .bg svg {
    height: 90%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 83, ../scss/partials/_home.scss */
  #home .home-bgs .bg svg path {
    stroke-width: 6px;
  }
}
@media screen and (min-width: 768px) {
  /* line 61, ../scss/partials/_home.scss */
  #home .home-bgs .bg {
    background-size: 120% auto;
  }
}
@media screen and (min-width: 992px) {
  /* line 61, ../scss/partials/_home.scss */
  #home .home-bgs .bg {
    background-size: 60% auto;
  }
}
/* line 95, ../scss/partials/_home.scss */
#home .home-bgs #hbg1 {
  transform-origin: 50%;
  /*background: url(/assets/images/rombo.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-repeat: no-repeat;*/
}
@media screen and (min-width: 992px) {
  /* line 104, ../scss/partials/_home.scss */
  #home .home-bgs #hbg2 {
    background-image: url(/assets/images/rombo-3.svg);
    background-position: 170% 50%;
    background-repeat: no-repeat;
    transform-origin: 80% 50%;
    background-size: 50% auto;
  }
  /* line 111, ../scss/partials/_home.scss */
  #home .home-bgs #hbg3 {
    background-image: url(/assets/images/rombo-2.svg);
    background-position: -70% 50%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    transform-origin: 0% 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 120, ../scss/partials/_home.scss */
  #home .home-bgs #hbg2 {
    background-position: 185% 50%;
    background-size: 60% auto;
  }
  /* line 124, ../scss/partials/_home.scss */
  #home .home-bgs #hbg3 {
    background-position: -85% 50%;
    background-size: 60% auto;
  }
}
@media screen and (min-width: 1600px) {
  /* line 130, ../scss/partials/_home.scss */
  #home .home-bgs #hbg2 {
    background-position: 136% 50%;
    background-size: 48% auto;
  }
  /* line 134, ../scss/partials/_home.scss */
  #home .home-bgs #hbg3 {
    background-position: -36% 50%;
    background-size: 48% auto;
  }
}

/* line 142, ../scss/partials/_home.scss */
.bgs-404 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
/* line 150, ../scss/partials/_home.scss */
.bgs-404 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 158, ../scss/partials/_home.scss */
.bgs-404 #bg1 {
  background-image: url(/assets/images/rombo.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 60% auto;
}
@media screen and (min-width: 992px) {
  /* line 166, ../scss/partials/_home.scss */
  .bgs-404 #bg2 {
    background-image: url(/assets/images/rombo-3.svg);
    background-position: 185%;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  /* line 173, ../scss/partials/_home.scss */
  .bgs-404 #bg3 {
    left: -80px;
    background-image: url(/assets/images/rombo-2.svg);
    background-position: -85%;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

/* line 1, ../scss/partials/_casos.scss */
#tags, #caso_container .tipos {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/partials/_casos.scss */
  #tags, #caso_container .tipos {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* line 8, ../scss/partials/_casos.scss */
#casos_container {
  text-align: center;
}
/* line 11, ../scss/partials/_casos.scss */
#casos_container > .middle > .container {
  max-width: 100%;
}

/* line 17, ../scss/partials/_casos.scss */
#casos {
  margin: 3px -0.6875em 4em;
  min-height: 100%;
  height: 100%;
}
/* line 21, ../scss/partials/_casos.scss */
#casos .col {
  padding: .25rem;
}
/* line 24, ../scss/partials/_casos.scss */
#casos .caso_excerpt {
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 319px) {
  /* line 24, ../scss/partials/_casos.scss */
  #casos .caso_excerpt {
    width: 100%;
  }
}
/* line 31, ../scss/partials/_casos.scss */
#casos .caso_excerpt img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 36, ../scss/partials/_casos.scss */
#casos .caso_excerpt .content {
  position: relative;
  overflow: hidden;
}
/* line 40, ../scss/partials/_casos.scss */
#casos .caso_excerpt .header {
  position: absolute;
  top: .25rem;
  left: .25rem;
  bottom: .25rem;
  right: .25rem;
  background-color: rgba(253, 30, 25, 0.85);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 49, ../scss/partials/_casos.scss */
#casos .caso_excerpt .header .middle {
  width: 100%;
  padding: 0.9375rem;
}
/* line 54, ../scss/partials/_casos.scss */
#casos .caso_excerpt img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
/* line 57, ../scss/partials/_casos.scss */
#casos .caso_excerpt:hover {
  opacity: 1;
}
/* line 59, ../scss/partials/_casos.scss */
#casos .caso_excerpt:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 65, ../scss/partials/_casos.scss */
#casos .caso_excerpt:hover a, #casos .caso_excerpt:focus a {
  cursor: pointer;
  opacity: 1;
  color: #ff2828;
}
/* line 71, ../scss/partials/_casos.scss */
#casos .caso_excerpt a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 75, ../scss/partials/_casos.scss */
#casos .caso_excerpt.hover a {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
/* line 79, ../scss/partials/_casos.scss */
#casos .caso_excerpt hgroup {
  color: #fff;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
@media screen and (min-width: 480px) {
  /* line 79, ../scss/partials/_casos.scss */
  #casos .caso_excerpt hgroup {
    background-image: url(/assets/images/icon-plus.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 5.9375rem;
    background-size: 4.375rem;
  }
}
/* line 92, ../scss/partials/_casos.scss */
#casos .caso_excerpt:hover hgroup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 96, ../scss/partials/_casos.scss */
#casos .caso_excerpt h1, #casos .caso_excerpt h2 {
  margin: .5rem auto;
}

/* line 102, ../scss/partials/_casos.scss */
#casos_tags_container {
  text-align: center;
}
/* line 106, ../scss/partials/_casos.scss */
#casos_tags_container > .middle > .container {
  max-width: 100%;
}

/* line 112, ../scss/partials/_casos.scss */
#tags {
  position: static;
  background-color: #fff;
  z-index: 10;
  padding: 20px 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #6c6c6c;
}
/* line 125, ../scss/partials/_casos.scss */
#tags li {
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
  line-height: 1.8;
}
/* line 131, ../scss/partials/_casos.scss */
#tags li:after {
  content: '\00B7';
  margin-left: 8px;
}
/* line 135, ../scss/partials/_casos.scss */
#tags li:last-child:after {
  content: '';
}
/* line 138, ../scss/partials/_casos.scss */
#tags .current-tag {
  color: #ff2828;
  font-style: normal;
}
/* line 142, ../scss/partials/_casos.scss */
#tags li:hover {
  color: #ff2828;
}

/* line 1, ../scss/partials/_caso.scss */
#caso_container {
  margin-top: -60px;
  text-align: center;
  overflow: hidden;
}
/* line 5, ../scss/partials/_caso.scss */
#caso_container .section-title-interior {
  padding: 0;
  background: none;
  margin: 5rem auto 1.2rem;
}
@media screen and (min-width: 992px) {
  /* line 5, ../scss/partials/_caso.scss */
  #caso_container .section-title-interior {
    margin: 5.125rem auto 1.2rem;
  }
}
/* line 14, ../scss/partials/_caso.scss */
#caso_container .descripcion,
#caso_container .video_caso,
#caso_container .videos,
#caso_container .contenido-content,
#caso_container .imagenes,
#caso_container #premios {
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  /* line 14, ../scss/partials/_caso.scss */
  #caso_container .descripcion,
  #caso_container .video_caso,
  #caso_container .videos,
  #caso_container .contenido-content,
  #caso_container .imagenes,
  #caso_container #premios {
    margin: 2rem 0;
  }
}
/* line 25, ../scss/partials/_caso.scss */
#caso_container .tipos {
  font-weight: 100;
  color: #6c6c6c;
  font-family: "Lato", sans-serif;
  font-style: italic;
  margin-bottom: 1em;
}
/* line 33, ../scss/partials/_caso.scss */
#caso_container .body-copy {
  color: #000;
  text-align: left;
}
/* line 39, ../scss/partials/_caso.scss */
#caso_container .contenidos-enlace {
  font-weight: bold;
  text-align: left;
  display: block;
}
/* line 44, ../scss/partials/_caso.scss */
#caso_container .contenidos-enlace:hover {
  color: #ff2828;
}
/* line 47, ../scss/partials/_caso.scss */
#caso_container .contenido_titulo {
  font-size: 1.4rem;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  /* line 47, ../scss/partials/_caso.scss */
  #caso_container .contenido_titulo {
    font-size: 2.1rem;
  }
}
/* line 57, ../scss/partials/_caso.scss */
#caso_container .separator {
  margin: 1.875rem auto;
}
/* line 59, ../scss/partials/_caso.scss */
#caso_container .separator:last-child {
  display: none;
}

/* line 64, ../scss/partials/_caso.scss */
.nav-casos {
  color: #ff2828;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin: 0.9375rem;
  text-align: center;
  position: relative;
  line-height: 30px;
  min-height: 30px;
  padding: 0 30px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  /* line 64, ../scss/partials/_caso.scss */
  .nav-casos {
    text-align: right;
    padding-right: 75px;
  }
}
@media screen and (min-width: 992px) {
  /* line 64, ../scss/partials/_caso.scss */
  .nav-casos {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* line 82, ../scss/partials/_caso.scss */
.nav-casos .arrow {
  top: 0;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #ff2828;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 95, ../scss/partials/_caso.scss */
.nav-casos .arrow-left {
  left: 0;
  background-image: url(/assets/images/arrow-left.svg);
  background-size: 8px auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 95, ../scss/partials/_caso.scss */
  .nav-casos .arrow-left {
    left: initial;
    right: 28px;
  }
}
/* line 105, ../scss/partials/_caso.scss */
.nav-casos .arrow-right {
  right: 0;
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 8px auto;
}
/* line 110, ../scss/partials/_caso.scss */
.nav-casos .back {
  display: inline-block;
  border: 2px solid #ff2828;
  line-height: 26px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  /* line 110, ../scss/partials/_caso.scss */
  .nav-casos .back {
    padding: 0;
    line-height: auto;
    border: 0 none;
  }
}
/* line 120, ../scss/partials/_caso.scss */
.nav-casos .back span:not(.essential-txt) {
  display: none;
}
@media screen and (min-width: 480px) {
  /* line 120, ../scss/partials/_caso.scss */
  .nav-casos .back span:not(.essential-txt) {
    display: inline;
  }
}

/* line 130, ../scss/partials/_caso.scss */
.arriba .next-img, .arriba .prev-img {
  position: absolute;
  width: 100px;
  top: 26px;
  border: 2px solid #ff2828;
  display: none;
}
/* line 136, ../scss/partials/_caso.scss */
.arriba .next-img img, .arriba .prev-img img {
  display: block;
}
/* line 140, ../scss/partials/_caso.scss */
.arriba .next-img {
  right: -2px;
}
/* line 143, ../scss/partials/_caso.scss */
.arriba .prev-img {
  right: auto;
  left: -2px;
}
@media screen and (min-width: 768px) {
  /* line 143, ../scss/partials/_caso.scss */
  .arriba .prev-img {
    left: auto;
    right: -2px;
  }
}

/* line 153, ../scss/partials/_caso.scss */
.abajo .next-img, .abajo .prev-img {
  position: absolute;
  width: 100px;
  top: -100px;
  border: 2px solid #ff2828;
  display: none;
}
/* line 159, ../scss/partials/_caso.scss */
.abajo .next-img img, .abajo .prev-img img {
  display: block;
}
/* line 163, ../scss/partials/_caso.scss */
.abajo .next-img {
  right: -2px;
}
/* line 166, ../scss/partials/_caso.scss */
.abajo .prev-img {
  right: auto;
  left: -2px;
}
@media screen and (min-width: 768px) {
  /* line 166, ../scss/partials/_caso.scss */
  .abajo .prev-img {
    left: auto;
    right: -2px;
  }
}

/* line 176, ../scss/partials/_caso.scss */
#premios {
  text-align: left;
}
/* line 178, ../scss/partials/_caso.scss */
#premios .contenido_titulo {
  margin: 10px 10px 10px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 178, ../scss/partials/_caso.scss */
  #premios .contenido_titulo {
    display: inline-block;
  }
}
/* line 186, ../scss/partials/_caso.scss */
#premios ul {
  margin: 0;
  text-align: left;
}
/* line 189, ../scss/partials/_caso.scss */
#premios ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px 20px 0;
}
@media screen and (min-width: 768px) {
  /* line 189, ../scss/partials/_caso.scss */
  #premios ul li {
    margin: 15px 10px 5px;
  }
}
/* line 197, ../scss/partials/_caso.scss */
#premios ul li:first-child {
  margin: 0px 20px 20px 0;
}
@media screen and (min-width: 768px) {
  /* line 197, ../scss/partials/_caso.scss */
  #premios ul li:first-child {
    margin: 15px 15px 15px 0;
  }
}
/* line 203, ../scss/partials/_caso.scss */
#premios ul img {
  display: block;
  height: 16px;
  width: auto;
}
@media screen and (min-width: 768px) {
  /* line 203, ../scss/partials/_caso.scss */
  #premios ul img {
    height: 28px;
  }
}

/* line 216, ../scss/partials/_caso.scss */
#caso_container .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
/* line 221, ../scss/partials/_caso.scss */
#caso_container .container .video_caso {
  max-width: 80rem;
  margin: 0 auto 30px auto;
}
/* line 224, ../scss/partials/_caso.scss */
#caso_container .container .video_caso iframe {
  display: none;
}
/* line 227, ../scss/partials/_caso.scss */
#caso_container .container .video_caso .bot_play_video {
  cursor: pointer;
}
/* line 231, ../scss/partials/_caso.scss */
#caso_container .container .otros_videos {
  max-width: 80rem;
  margin: 0 auto;
}
/* line 234, ../scss/partials/_caso.scss */
#caso_container .container .otros_videos iframe {
  display: none;
}
/* line 237, ../scss/partials/_caso.scss */
#caso_container .container .otros_videos .bot_play_video {
  cursor: pointer;
}
/* line 242, ../scss/partials/_caso.scss */
#caso_container .container .imagen_suelta .image_suelta_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 242, ../scss/partials/_caso.scss */
  #caso_container .container .imagen_suelta .image_suelta_desktop {
    display: block;
  }
}
/* line 248, ../scss/partials/_caso.scss */
#caso_container .container .imagen_suelta .image_suelta_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 248, ../scss/partials/_caso.scss */
  #caso_container .container .imagen_suelta .image_suelta_mobile {
    display: none;
  }
}
/* line 255, ../scss/partials/_caso.scss */
#caso_container .container .full {
  width: 100%;
}
/* line 257, ../scss/partials/_caso.scss */
#caso_container .container .full img {
  width: 100%;
  height: auto;
}
/* line 262, ../scss/partials/_caso.scss */
#caso_container .container .grande {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
/* line 266, ../scss/partials/_caso.scss */
#caso_container .container .grande img {
  width: 100%;
  height: auto;
}
/* line 271, ../scss/partials/_caso.scss */
#caso_container .container .pequena {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
/* line 275, ../scss/partials/_caso.scss */
#caso_container .container .pequena img {
  width: 100%;
  height: auto;
}
/* line 281, ../scss/partials/_caso.scss */
#caso_container .container .contenido_descripciones {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  font-family: Montserrat;
  font-size: 0.9375rem;
  line-height: 1.67;
  letter-spacing: 0;
}
/* line 291, ../scss/partials/_caso.scss */
#caso_container .container table td {
  padding: 0 10px 0 0;
}
/* line 298, ../scss/partials/_caso.scss */
#caso_container .imagen_cabecera img {
  width: 100%;
}

/* Nuevos modulos */
/* line 305, ../scss/partials/_caso.scss */
#imagen_cabecera {
  width: 100%;
}

/* line 1, ../scss/partials/_clientes.scss */
#clientes_container {
  text-align: center;
}

/* line 5, ../scss/partials/_clientes.scss */
#clientes {
  margin: 4em auto 4em;
}
/* line 9, ../scss/partials/_clientes.scss */
#clientes li {
  display: inline-block;
  margin: 0.9375rem;
  width: 70px;
}
@media screen and (min-width: 768px) {
  /* line 9, ../scss/partials/_clientes.scss */
  #clientes li {
    width: 250px;
  }
}

/* line 1, ../scss/partials/_contacto.scss */
#contacto_container {
  text-align: center;
  margin-bottom: 80px;
  font-family: "Lato", sans-serif;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/partials/_contacto.scss */
  #contacto_container {
    background-image: url(/assets/images/rombo-2.svg), url(/assets/images/rombo-4.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition: all 0.33s ease-out;
    -moz-transition: all 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out;
    background-size: auto 800px;
    background-position: -800% 100%, calc(100% + 1000px) 0%;
  }
  /* line 13, ../scss/partials/_contacto.scss */
  .start #contacto_container {
    background-position: -530px calc(100% + 100px), calc(100% + 600px) calc(0% - 100px);
  }
}
/* line 19, ../scss/partials/_contacto.scss */
#contacto_container .datos {
  margin-top: 40px;
  margin-bottom: 80px;
  line-height: 1.4;
}
/* line 24, ../scss/partials/_contacto.scss */
#contacto_container .datos li:first-child {
  background-image: url(/assets/images/separa_contacto.png);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
/* line 32, ../scss/partials/_contacto.scss */
#contacto_container .datos :nth-child(1) .titulo {
  color: #ff2828;
}
/* line 36, ../scss/partials/_contacto.scss */
#contacto_container .datos :nth-child(2) .titulo {
  color: #42D7F2;
}
/* line 40, ../scss/partials/_contacto.scss */
#contacto_container .datos .titulo {
  font-size: 1.5rem;
  margin-bottom: 4px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
/* line 48, ../scss/partials/_contacto.scss */
#contacto_container .datos .direccion {
  color: #6c6c6c;
  font-style: italic;
  font-weight: 100;
}
/* line 54, ../scss/partials/_contacto.scss */
#contacto_container .datos .contacto {
  font-weight: 700;
  font-size: .9em;
  display: block;
  margin: 20px auto;
  line-height: 1.5;
  /*border-top: 1px $color-red solid;
  border-bottom: 1px $color-red solid;*/
  width: 250px;
}
/* line 66, ../scss/partials/_contacto.scss */
#contacto_container .datos .nuevo-negocio {
  font-weight: 700;
  font-size: .9em;
  letter-spacing: .25rem;
  line-height: 1.5;
}
/* line 71, ../scss/partials/_contacto.scss */
#contacto_container .datos .nuevo-negocio a {
  letter-spacing: 0;
}
/* line 76, ../scss/partials/_contacto.scss */
#contacto_container hr.sep {
  display: block;
  margin: 20px auto;
  border: 0 none;
  height: 1px;
  background-color: #ff2828;
  max-width: 80px;
}

/* line 2, ../scss/partials/_burn.scss */
body.burned {
  overflow: hidden;
}

/* line 6, ../scss/partials/_burn.scss */
#images_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
}
/* line 13, ../scss/partials/_burn.scss */
#images_box img {
  opacity: 0;
}

/* line 17, ../scss/partials/_burn.scss */
#fire {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-size: 135% !important;
}

/* line 27, ../scss/partials/_burn.scss */
#bg-smoke {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
}
/* line 36, ../scss/partials/_burn.scss */
#bg-smoke .smoke-1,
#bg-smoke .smoke-2,
#bg-smoke .smoke-3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
/* line 47, ../scss/partials/_burn.scss */
#bg-smoke .smoke-1 .smoke {
  top: 0%;
  left: -5%;
  width: 120%;
  height: 100%;
  position: absolute;
  background: url(../images/smoke/bg1.png);
  background-size: auto 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
/* line 60, ../scss/partials/_burn.scss */
#bg-smoke .smoke-2 .smoke {
  top: 0%;
  left: -7%;
  width: 114%;
  height: 100%;
  position: absolute;
  background: url(../images/smoke/bg2.png);
  background-size: auto 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
/* line 72, ../scss/partials/_burn.scss */
#bg-smoke .smoke-3 {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
}
/* line 78, ../scss/partials/_burn.scss */
#bg-smoke .smoke-3 .smoke {
  background: url(../images/smoke/bg3.png);
  background-size: auto 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

/* line 87, ../scss/partials/_burn.scss */
.smoke-1,
.smoke-2,
.smoke-3 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: smoke, smoke-oscilation;
  animation-name: smoke, smoke-oscilation;
  -webkit-animation-timing-function: linear, ease-in-out;
  animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

/* line 104, ../scss/partials/_burn.scss */
.smoke-1 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

/* line 109, ../scss/partials/_burn.scss */
.smoke-2 {
  -webkit-animation-delay: 3.33s;
  animation-delay: 3.33s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

/* line 115, ../scss/partials/_burn.scss */
.smoke-3 {
  -webkit-animation-delay: 6.66s;
  animation-delay: 6.66s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

/* line 122, ../scss/partials/_burn.scss */
.smoke {
  background-image: url(../images/fire/smoke1.png), url(../images/fire/smoke2.png);
  background-size: cover, cover;
  background-position: 50% 0%, 50% 0%;
  background-repeat: no-repeat, no-repeat;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: simple-smoke;
  animation-name: simple-smoke;
}

@-webkit-keyframes simple-smoke {
  from {
    background-position: 50% 0%, 50% 50%;
  }
  to {
    background-position: 50% 200%, 50% 150%;
  }
}
@keyframes simple-smoke {
  from {
    background-position: 50% 0%, 50% 50%;
  }
  to {
    background-position: 50% 200%, 50% 150%;
  }
}
@-webkit-keyframes smoke {
  from {
    opacity: 1;
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(0%, -50%) scale(1.8);
    -moz-transform: translate(0%, -50%) scale(1.8);
    -ms-transform: translate(0%, -50%) scale(1.8);
    -o-transform: translate(0%, -50%) scale(1.8);
    transform: translate(0%, -50%) scale(1.8);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
}
@keyframes smoke {
  from {
    opacity: 1;
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
  40% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate(0%, -50%) scale(1.8);
    -moz-transform: translate(0%, -50%) scale(1.8);
    -ms-transform: translate(0%, -50%) scale(1.8);
    -o-transform: translate(0%, -50%) scale(1.8);
    transform: translate(0%, -50%) scale(1.8);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
  }
}
@-webkit-keyframes smoke-oscilation {
  from, 40%, 80% {
    left: -5%;
  }
  40%, to {
    left: 5%;
  }
}
@keyframes smoke-oscilation {
  from, 40%, 80% {
    left: -5%;
  }
  40%, to {
    left: 5%;
  }
}
/* line 203, ../scss/partials/_burn.scss */
html.burned {
  height: 100%;
  overflow: hidden;
}

/* line 208, ../scss/partials/_burn.scss */
#burning_counter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  display: none;
}
/* line 216, ../scss/partials/_burn.scss */
#burning_counter .middle {
  position: absolute;
  display: table;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  width: 540px;
  height: 540px;
  background-image: url(../images/fire/hole2.png), url(../images/fire/hole.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  /* line 216, ../scss/partials/_burn.scss */
  #burning_counter .middle {
    width: 720px;
    height: 720px;
  }
}
/* line 235, ../scss/partials/_burn.scss */
#burning_counter .middle .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
/* line 242, ../scss/partials/_burn.scss */
#burning_counter .middle .quedan {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff2828;
  margin: 10px 0 5px;
  font-size: 20px;
}
/* line 249, ../scss/partials/_burn.scss */
#burning_counter .middle #counter {
  line-height: 1.2;
  display: block;
  font-size: 36px;
  color: #ff2828;
}
/* line 255, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .D,
#burning_counter .middle #counter .H,
#burning_counter .middle #counter .M,
#burning_counter .middle #counter .S,
#burning_counter .middle #counter .sep {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
/* line 264, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .D:after,
#burning_counter .middle #counter .H:after,
#burning_counter .middle #counter .M:after,
#burning_counter .middle #counter .S:after,
#burning_counter .middle #counter .sep:after {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  right: 0;
  text-align: center;
}
/* line 275, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .D:after {
  content: "D&Iacute;AS";
}
/* line 280, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .H:after {
  content: "HRS";
}
/* line 285, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .M:after {
  content: "MIN";
}
/* line 290, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .S:after {
  content: "SEG";
}
/* line 294, ../scss/partials/_burn.scss */
#burning_counter .middle #counter .min {
  font-size: 75%;
}

@font-face {
  font-family: 'bodoni';
  src: url("../fonts/hijodemimadre/BodoniMTStd-Bold.eot");
  src: local(""), url("../fonts/hijodemimadre/BodoniMTStd-Bold.woff") format("woff"), url("../fonts/hijodemimadre/BodoniMTStd-Bold.ttf") format("truetype"), url("../fonts/hijodemimadre/BodoniMTStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 16, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre {
  background-color: #000;
}
/* line 18, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre .font-serif-bold {
  font-family: 'bodoni';
}
/* line 21, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre .color-blue {
  color: #42d7f2;
}
/* line 25, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre #footer #menu,
#hijodemimadre #footer #colophon {
  display: none;
}

/* line 32, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first {
  display: table;
  width: 100%;
  background-color: transparent;
  position: relative;
  color: #fff;
}
/* line 38, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first .middle {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
/* line 43, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first .hijodemimadre_logo {
  margin: 0 auto 30px;
  display: block;
  width: 83.5px;
}
@media screen and (min-width: 768px) {
  /* line 43, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_first .hijodemimadre_logo {
    width: 167px;
    margin-bottom: 55px;
  }
}
/* line 52, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first .title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 52, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_first .title {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 52, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_first .title {
    margin-bottom: 55px;
  }
}
/* line 62, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first .txt {
  line-height: 1.4;
  font-weight: 200;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  /* line 62, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_first .txt {
    font-size: 24px;
  }
}
/* line 70, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first #hijodemimadre_play_video {
  display: block;
  margin: 30px auto 0;
  max-width: 30px;
}
@media screen and (min-width: 768px) {
  /* line 70, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_first #hijodemimadre_play_video {
    margin: 55px auto 0;
    max-width: 100%;
  }
}
/* line 79, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_first .video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hijodemimadre/hijodemimadre-video.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

/* line 93, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_content {
  line-height: 1.4;
  background-color: #e8e8e8;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  /* line 93, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_content {
    padding: 30px 0;
  }
}

@media screen and (min-width: 480px) {
  /* line 102, ../scss/partials/_hijodemimadre.scss */
  #openable-mother-wrapper {
    padding: 0 15px;
  }
}

/* line 108, ../scss/partials/_hijodemimadre.scss */
.openable-mother {
  line-height: 1;
  padding: 30px 15px 30px 80px;
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/hijodemimadre/openable-mother-left.png), url(../images/hijodemimadre/openable-mother-center.png);
  background-size: auto 100%;
  background-position: -20px top, center top;
  background-repeat: no-repeat, repeat;
  height: 290px;
}
@media screen and (min-width: 480px) {
  /* line 108, ../scss/partials/_hijodemimadre.scss */
  .openable-mother {
    height: 350px;
    max-width: 530px;
    padding: 50px 15px;
    background-image: url(../images/hijodemimadre/openable-mother-right.png), url(../images/hijodemimadre/openable-mother-left.png), url(../images/hijodemimadre/openable-mother-center.png);
    background-size: auto 100%;
    background-position: right top, left top, center top;
    background-repeat: no-repeat, no-repeat, repeat;
  }
}
@media screen and (min-width: 768px) {
  /* line 108, ../scss/partials/_hijodemimadre.scss */
  .openable-mother {
    max-width: 1280px;
    height: 550px;
  }
}
/* line 134, ../scss/partials/_hijodemimadre.scss */
.openable-mother .txt {
  text-align: center;
  color: #fff;
  font-size: 30px;
  max-width: 225px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 134, ../scss/partials/_hijodemimadre.scss */
  .openable-mother .txt {
    max-width: 470px;
    font-size: 60px;
  }
}
/* line 151, ../scss/partials/_hijodemimadre.scss */
.openable-mother .openable-mother-left {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

/* line 159, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_second {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  /* line 159, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_second {
    margin-top: -80px;
  }
}
/* line 165, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_second .hijodemimadre_second-title {
  font-size: 22px;
  color: #381615;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  /* line 165, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_second .hijodemimadre_second-title {
    margin-bottom: 50px;
  }
}
/* line 173, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_second .hijodemimadre_second-txt {
  font-weight: 200;
  color: #684f4d;
  font-size: 18px;
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  /* line 173, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_second .hijodemimadre_second-txt {
    margin-bottom: 60px;
  }
}

/* line 183, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info {
  margin-bottom: 45px;
  text-align: center;
}
/* line 186, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info .info_txt {
  margin-bottom: 20px;
  color: #919191;
}
@media screen and (min-width: 992px) {
  /* line 183, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_info {
    margin-bottom: 60px;
  }
}
/* line 194, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul {
  text-align: center;
}
/* line 196, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
/* line 202, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (min-width: 480px) {
  /* line 202, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_info ul li a {
    width: 55px;
    height: 55px;
  }
}
/* line 211, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li.fb {
  background-image: url(../images/hijodemimadre/share-fb.png);
}
/* line 214, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li.ig {
  background-image: url(../images/hijodemimadre/share-ig.png);
}
/* line 217, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li.li {
  background-image: url(../images/hijodemimadre/share-li.png);
}
/* line 220, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li.tw {
  background-image: url(../images/hijodemimadre/share-tw.png);
}
/* line 223, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_info ul li.wa {
  background-image: url(../images/hijodemimadre/share-wa.png);
}

/* line 230, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share {
  margin-top: 45px;
  text-align: center;
}
/* line 233, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share .share_txt {
  margin-bottom: 20px;
  color: #4a4848;
}
@media screen and (min-width: 1200px) {
  /* line 230, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_share {
    margin-top: 0px;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  /* line 243, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_share ul,
  #hijodemimadre_share .share_txt {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
/* line 251, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul {
  text-align: center;
}
/* line 253, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
/* line 259, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (min-width: 480px) {
  /* line 259, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_share ul li a {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 259, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_share ul li a {
    width: 30px;
    height: 30px;
  }
}
/* line 272, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li.fb {
  background-image: url(../images/hijodemimadre/share-fb-dark.png);
}
/* line 275, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li.ig {
  background-image: url(../images/hijodemimadre/share-ig-dark.png);
}
/* line 278, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li.li {
  background-image: url(../images/hijodemimadre/share-li-dark.png);
}
/* line 281, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li.tw {
  background-image: url(../images/hijodemimadre/share-tw-dark.png);
}
/* line 284, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_share ul li.wa {
  background-image: url(../images/hijodemimadre/share-wa-dark.png);
}

/* line 291, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral {
  text-align: center;
}
/* line 293, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral .hijodemimadre_viral-title {
  line-height: 1;
  font-size: 22px;
  color: #de4d46;
}
@media screen and (min-width: 768px) {
  /* line 293, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_viral .hijodemimadre_viral-title {
    font-size: 30px;
  }
}
/* line 301, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral .hijodemimadre_viral-txt {
  color: #4a4848;
  font-size: 18px;
  font-weight: 200;
  margin: 30px auto;
}
/* line 307, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral .download_images {
  text-align: center;
}
/* line 309, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral .download_images li {
  display: inline-block;
}
/* line 311, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral .download_images li img {
  width: 100%;
  max-width: 135px;
  margin: 0 3px 7px;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 311, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_viral .download_images li img {
    max-width: 240px;
    margin: 0 15px 10px;
  }
}
@media screen and (min-width: 992px) {
  /* line 311, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_viral .download_images li img {
    max-width: 330px;
  }
}
/* line 324, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_viral .download_images li .download {
  font-weight: 200;
  display: inline-block;
  position: relative;
  background-image: url(../images/hijodemimadre/hijodemimadre_download.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 30px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 324, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_viral .download_images li .download {
    font-size: 18px;
  }
}

/* line 341, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer {
  text-align: center;
  color: #fff;
  padding: 45px 0 0px 0;
  background-color: #e8e8e8;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
/* line 350, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .a_idea_by {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  /* line 350, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_footer .a_idea_by {
    font-size: 18px;
  }
}
/* line 355, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .a_idea_by a {
  display: inline-block;
  vertical-align: middle;
}
/* line 359, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .a_idea_by img {
  display: block;
  max-width: 160px;
  margin-left: 5px;
}
/* line 363, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .a_idea_by img.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 363, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_footer .a_idea_by img.desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  /* line 369, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_footer .a_idea_by img.mobile {
    display: none;
  }
}
/* line 379, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .thanks {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  /* line 379, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_footer .thanks {
    margin-bottom: 45px;
    font-size: 32px;
  }
}
/* line 387, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .collage {
  display: block;
  width: 100%;
}
/* line 391, ../scss/partials/_hijodemimadre.scss */
#hijodemimadre_footer .txt {
  line-height: 1.4;
  color: #4a4848;
}
@media screen and (min-width: 992px) {
  /* line 391, ../scss/partials/_hijodemimadre.scss */
  #hijodemimadre_footer .txt {
    color: #fff;
    position: absolute;
    top: 50%;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  }
}

/* line 404, ../scss/partials/_hijodemimadre.scss */
.hijodemimadre_popup_content .popup_content {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  max-width: 640px;
  padding: 30px;
  z-index: 1000;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  width: 100%;
  color: #4a4848;
}
/* line 420, ../scss/partials/_hijodemimadre.scss */
.hijodemimadre_popup_content .popup_close {
  font-size: 30px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: block;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 1002;
  color: #000;
}
/* line 436, ../scss/partials/_hijodemimadre.scss */
.hijodemimadre_popup_content ul li {
  margin: 15px 0 0 15px;
  list-style: disc;
}
/* line 441, ../scss/partials/_hijodemimadre.scss */
.hijodemimadre_popup_content h1 {
  font-size: 30px;
  color: #de4d46;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 441, ../scss/partials/_hijodemimadre.scss */
  .hijodemimadre_popup_content h1 {
    font-size: 45px;
  }
}

/* line 450, ../scss/partials/_hijodemimadre.scss */
.popup_back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 31, 35, 0.7);
  z-index: 99;
}

/* line 1, ../scss/partials/_thepantry.scss */
#informes_container {
  text-align: center;
  margin: 0 0 40px 0;
}
/* line 4, ../scss/partials/_thepantry.scss */
#informes_container .section-title-interior {
  margin: 2rem auto 1.2rem;
}
@media screen and (min-width: 480px) {
  /* line 4, ../scss/partials/_thepantry.scss */
  #informes_container .section-title-interior {
    margin: 7.5rem auto 1.2rem;
  }
}

/* line 12, ../scss/partials/_thepantry.scss */
.suscripcion-pantry {
  margin: 30px 0 0 0;
  font-family: "Lato", sans-serif;
}
/* line 15, ../scss/partials/_thepantry.scss */
.suscripcion-pantry a {
  margin: 20px 0 0 0;
  padding: 1.3rem;
  min-width: 10rem;
}

/* line 22, ../scss/partials/_thepantry.scss */
#informe_container {
  text-align: center;
  margin: 0 0 40px 0;
}
/* line 26, ../scss/partials/_thepantry.scss */
#informe_container .section-title-interior {
  margin: 5.5rem auto 1.2rem;
}

/* line 31, ../scss/partials/_thepantry.scss */
#informes {
  overflow: hidden;
  margin: 2em -0.6875em 4em;
}
/* line 34, ../scss/partials/_thepantry.scss */
#informes .col {
  padding: .25rem;
}
/* line 37, ../scss/partials/_thepantry.scss */
#informes .informe {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 319px) {
  /* line 37, ../scss/partials/_thepantry.scss */
  #informes .informe {
    width: 100%;
  }
}
/* line 45, ../scss/partials/_thepantry.scss */
#informes .informe img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 50, ../scss/partials/_thepantry.scss */
#informes .informe .content {
  position: relative;
  overflow: hidden;
}
/* line 54, ../scss/partials/_thepantry.scss */
#informes .informe .header {
  position: absolute;
  top: .25rem;
  left: .25rem;
  bottom: .25rem;
  right: .25rem;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 60, ../scss/partials/_thepantry.scss */
#informes .informe .header .middle {
  width: 100%;
  padding: 0.9375rem;
}
/* line 64, ../scss/partials/_thepantry.scss */
#informes .informe .header:hover {
  background-color: rgba(253, 30, 25, 0.85);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 69, ../scss/partials/_thepantry.scss */
#informes .informe img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
/* line 73, ../scss/partials/_thepantry.scss */
#informes .informe:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 79, ../scss/partials/_thepantry.scss */
#informes .informe:hover a, #informes .informe:focus a {
  cursor: pointer;
  opacity: 1;
}
/* line 84, ../scss/partials/_thepantry.scss */
#informes .informe a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 88, ../scss/partials/_thepantry.scss */
#informes .informe.hover a {
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
/* line 92, ../scss/partials/_thepantry.scss */
#informes .informe hgroup {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: .5em 1em;
  border: 3px #000 solid;
}
@media screen and (min-width: 768px) {
  /* line 92, ../scss/partials/_thepantry.scss */
  #informes .informe hgroup {
    background-color: #fff;
    width: 55%;
    margin: 0 auto;
    padding: 2em 3.5em;
    border: 5px #000 solid;
  }
}
/* line 108, ../scss/partials/_thepantry.scss */
#informes .informe h1 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  /* line 108, ../scss/partials/_thepantry.scss */
  #informes .informe h1 {
    font-size: 34px;
  }
}
/* line 117, ../scss/partials/_thepantry.scss */
#informes .informe h2 {
  color: #000;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  /* line 117, ../scss/partials/_thepantry.scss */
  #informes .informe h2 {
    font-size: 22px;
  }
}
/* line 128, ../scss/partials/_thepantry.scss */
#informes .informe:hover hgroup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
/* line 132, ../scss/partials/_thepantry.scss */
#informes .informe h1, #informes .informe h2 {
  margin: .5rem auto;
}

/* line 141, ../scss/partials/_thepantry.scss */
#informe_container {
  margin: -60px 0 40px 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  /* line 141, ../scss/partials/_thepantry.scss */
  #informe_container {
    margin: 0 0 40px 0;
  }
}
/* line 148, ../scss/partials/_thepantry.scss */
#informe_container .section-title-interior {
  padding: 0;
  background: none;
}
/* line 152, ../scss/partials/_thepantry.scss */
#informe_container .cuerpo {
  text-align: left;
}
/* line 155, ../scss/partials/_thepantry.scss */
#informe_container #content {
  margin: 30px 0 0 0;
}
/* line 157, ../scss/partials/_thepantry.scss */
#informe_container #content .contenidos-enlace {
  font-weight: bold;
  text-align: left;
  display: block;
}

/* line 1, ../scss/partials/_felicidad.scss */
#felicidad {
  background-color: #ff2828;
  color: white;
  overflow-x: hidden;
}
/* line 5, ../scss/partials/_felicidad.scss */
#felicidad h1 {
  text-decoration: underline;
}
/* line 10, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .popup_back {
  background-color: rgba(255, 40, 40, 0.6);
}
/* line 13, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 640px;
  padding: 30px;
  z-index: 1000;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  width: 100%;
  background-color: white;
  border: 3px solid #42d7f2;
  color: black;
  font-family: "Montserrat", sans-serif;
}
/* line 46, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup a:hover {
  color: #ffffff;
}
/* line 57, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 15px;
}
/* line 64, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .icon + span {
  display: inline-block;
  max-width: 180px;
  vertical-align: middle;
}
/* line 70, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .icon-gcal {
  background-image: url(../images/icon-gcal.png);
}
/* line 73, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .icon-ical {
  background-image: url(../images/icon-ical.png);
}
/* line 76, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup .icon-outlook {
  background-image: url(../images/icon-outlook.png);
}
/* line 79, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad {
  text-align: center;
  display: block;
}
/* line 82, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad .title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ff2828;
  text-align: center;
  margin-bottom: 10px;
}
/* line 90, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad .text_copy {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.57;
  font-weight: 400;
}
/* line 96, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad .text_copy p {
  margin-bottom: 30px;
}
/* line 99, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad .text_copy .color-red {
  color: #ff2828;
}
/* line 102, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad .text_copy.__no_suscribe, #felicidad #confirm_popup #message_confirm_felicidad .text_copy.__suscribe {
  display: none;
}
/* line 105, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad .text_copy.__no_suscribe.active, #felicidad #confirm_popup #message_confirm_felicidad .text_copy.__suscribe.active {
  display: block;
}
/* line 110, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad #btn_close_form_registro {
  padding: 14px 58px;
  min-width: initial;
  text-decoration: none;
  letter-spacing: 1.8px;
  font-family: "Montserrat", sans-serif;
}
/* line 119, ../scss/partials/_felicidad.scss */
#felicidad #confirm_popup #message_confirm_felicidad.__disabled {
  display: none;
}

/* line 127, ../scss/partials/_felicidad.scss */
#felicidad_container {
  position: relative;
  overflow: hidden;
}
/* line 130, ../scss/partials/_felicidad.scss */
#felicidad_container .container {
  padding-top: 190px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 130, ../scss/partials/_felicidad.scss */
  #felicidad_container .container {
    padding-top: 0px;
    position: static;
  }
}
/* line 138, ../scss/partials/_felicidad.scss */
#felicidad_container .middle {
  padding: 80px 0;
}
/* line 141, ../scss/partials/_felicidad.scss */
#felicidad_container .felicidad_container__first-txt {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  margin: 0 auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  /* line 141, ../scss/partials/_felicidad.scss */
  #felicidad_container .felicidad_container__first-txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  /* line 141, ../scss/partials/_felicidad.scss */
  #felicidad_container .felicidad_container__first-txt {
    max-width: 50%;
    margin: 0;
  }
}
/* line 157, ../scss/partials/_felicidad.scss */
#felicidad_container .felicidad_container__first-txt .btn-asistir {
  font-size: 16px;
  text-decoration: underline;
}
/* line 162, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container {
  position: absolute;
  right: -200px;
  height: 140px;
  top: 0;
  width: calc(50% + 270px);
}
@media screen and (min-width: 992px) {
  /* line 162, ../scss/partials/_felicidad.scss */
  #felicidad_container .pacman-container {
    top: 50%;
    margin-top: -70px;
    width: calc((((100% - 960px) / 2) + (480px / 2)) + 200px);
  }
}
/* line 173, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container .fuet {
  width: 200px;
  height: 140px;
  display: block;
  background-image: url(../images/felicidad/fuet.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 182, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container .pacman {
  width: 200px;
  height: 140px;
  display: block;
  animation-name: pacman;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1, end);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 200, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container.pacman_animation_flash .fuet {
  display: none;
}
/* line 203, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container.pacman_animation_flash .pacman {
  background-image: url(../images/felicidad/comecocos_close.png);
  animation-name: flash;
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: initial;
}
/* line 214, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container.pacman_animation_end .fuet {
  display: none;
}
/* line 217, ../scss/partials/_felicidad.scss */
#felicidad_container .pacman-container.pacman_animation_end .pacman {
  background-image: url(../images/felicidad/happy_smile.svg);
  animation-name: none;
}
/* line 224, ../scss/partials/_felicidad.scss */
#felicidad_container .link-goto {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
/* line 230, ../scss/partials/_felicidad.scss */
#felicidad_container .link-goto img {
  width: 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 230, ../scss/partials/_felicidad.scss */
  #felicidad_container .link-goto img {
    width: 50px;
  }
}

/* line 240, ../scss/partials/_felicidad.scss */
.felicidad-form-container {
  background-image: url(../images/felicidad/bg-felicidad-pattern.jpg);
  background-size: 261px;
}
@media screen and (min-width: 768px) {
  /* line 240, ../scss/partials/_felicidad.scss */
  .felicidad-form-container {
    background-repeat: repeat-x, repeat;
    background-image: url(../images/felicidad/bg-fake-red.png), url(../images/felicidad/bg-felicidad-pattern.jpg);
    background-position: bottom left, 0 0;
    background-size: auto, 261px;
  }
}
@media screen and (min-width: 992px) {
  /* line 240, ../scss/partials/_felicidad.scss */
  .felicidad-form-container {
    background-size: auto;
    background-attachment: scroll, fixed;
  }
}
/* line 253, ../scss/partials/_felicidad.scss */
.felicidad-form-container .container {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 253, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .container {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 253, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .container {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
/* line 266, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form-txt {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  color: black;
  padding: 30px;
  border: 3px solid #42d7f2;
  margin-bottom: 0;
  margin-left: 15px;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  /* line 266, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .felicidad-form-txt {
    float: right;
    padding: 60px;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 266, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .felicidad-form-txt {
    padding: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
/* line 287, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form-txt p {
  margin-bottom: 15px;
  line-height: 1.4;
}
/* line 291, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form-txt .strong {
  color: #ff2828;
  font-weight: bold;
}
/* line 296, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form-txt__title {
  font-weight: bold;
  color: #ff2828;
  margin-bottom: 15px;
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  /* line 296, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .felicidad-form-txt__title {
    font-size: 50px;
  }
}
/* line 305, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form {
  background-color: white;
  border: 3px solid #ff2828;
  padding: 40px 30px;
  margin-top: -30px;
  margin-right: 15px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  /* line 305, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .felicidad-form {
    float: left;
    padding: 50px 40px;
    margin-top: -35px;
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 305, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .felicidad-form {
    margin-top: -60px;
    max-width: 780px;
  }
}
/* line 324, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form .text_copy {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
/* line 331, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form .text_copy.__sm {
  font-size: 14px;
}
/* line 334, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form .text_copy p {
  margin-bottom: 30px;
}
/* line 337, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form .text_copy p:last-child {
  margin-bottom: 0;
}
/* line 343, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form #btn_form_felicidad {
  padding: 14px 58px;
  min-width: initial;
  text-decoration: none;
  letter-spacing: 1.8px;
  font-family: "Montserrat", sans-serif;
  outline: none;
}
/* line 352, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form #messages_felicidad {
  margin-top: 0;
  height: 0;
  transition: height .2s linear;
  color: #ff2828;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.54px;
  text-align: center;
  font-weight: 400;
}
/* line 362, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form #messages_felicidad.active {
  margin-top: 20px;
  height: 20px;
}
/* line 368, ../scss/partials/_felicidad.scss */
.felicidad-form-container .felicidad-form__title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ff2828;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 368, ../scss/partials/_felicidad.scss */
  .felicidad-form-container .felicidad-form__title {
    font-size: 36px;
  }
}
/* line 378, ../scss/partials/_felicidad.scss */
.felicidad-form-container input {
  display: block;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  border: 3px solid #42d7f2;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 378, ../scss/partials/_felicidad.scss */
  .felicidad-form-container input {
    font-size: 14px;
  }
}
/* line 390, ../scss/partials/_felicidad.scss */
.felicidad-form-container input[type="text"], .felicidad-form-container input[type="email"], .felicidad-form-container input[type="button"] {
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 400, ../scss/partials/_felicidad.scss */
.felicidad-form-container input[type="button"] {
  background-color: #ff2828;
  border: 0 none;
  color: white;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
/* line 407, ../scss/partials/_felicidad.scss */
.felicidad-form-container input[type="button"].loading {
  color: transparent;
  background-image: url(../images/preload.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  pointer-events: none;
}
/* line 416, ../scss/partials/_felicidad.scss */
.felicidad-form-container input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-bottom: 0;
  background-color: transparent !important;
}

/* line 438, ../scss/partials/_felicidad.scss */
.felicidad-page-end {
  font-family: "Montserrat", sans-serif;
}
/* line 440, ../scss/partials/_felicidad.scss */
.felicidad-page-end .felicidad-page-end__txt {
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  /* line 440, ../scss/partials/_felicidad.scss */
  .felicidad-page-end .felicidad-page-end__txt {
    margin: 20px auto 90px 0;
    font-size: 25px;
  }
}
/* line 449, ../scss/partials/_felicidad.scss */
.felicidad-page-end .felicidad-page-end__txt a {
  text-decoration: underline;
}
/* line 453, ../scss/partials/_felicidad.scss */
.felicidad-page-end p {
  margin-bottom: 7.5px;
}
/* line 456, ../scss/partials/_felicidad.scss */
.felicidad-page-end .container {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
/* line 460, ../scss/partials/_felicidad.scss */
.felicidad-page-end .container img {
  display: block;
  margin: 0 auto;
  max-width: 210px;
}
@media screen and (min-width: 768px) {
  /* line 456, ../scss/partials/_felicidad.scss */
  .felicidad-page-end .container {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  /* line 468, ../scss/partials/_felicidad.scss */
  .felicidad-page-end .container img {
    float: right;
    max-width: 210px;
  }
}
@media screen and (min-width: 992px) {
  /* line 456, ../scss/partials/_felicidad.scss */
  .felicidad-page-end .container {
    padding-top: 30px;
    padding-bottom: 180px;
  }
  /* line 476, ../scss/partials/_felicidad.scss */
  .felicidad-page-end .container img {
    max-width: none;
  }
}

@keyframes pacman {
  0% {
    background-image: url(../images/felicidad/comecocos_close.png);
  }
  50% {
    background-image: url(../images/felicidad/comecocos_open.png);
  }
  99.9% {
    background-image: url(../images/felicidad/comecocos_open.png);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 527, ../scss/partials/_felicidad.scss */
.felicidad__header {
  background-color: #ff2828;
  position: relative;
  height: 600px;
  padding: 50px;
}
@media screen and (max-width: 35rem) {
  /* line 527, ../scss/partials/_felicidad.scss */
  .felicidad__header {
    height: 430px;
    padding: 30px;
  }
}
/* line 538, ../scss/partials/_felicidad.scss */
.felicidad__header__container {
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 35rem) {
  /* line 538, ../scss/partials/_felicidad.scss */
  .felicidad__header__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 552, ../scss/partials/_felicidad.scss */
.felicidad__header__title {
  max-width: 1000px;
  color: #ffffff;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 110px;
}
@media screen and (max-width: 56.25rem) {
  /* line 552, ../scss/partials/_felicidad.scss */
  .felicidad__header__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 552, ../scss/partials/_felicidad.scss */
  .felicidad__header__title {
    font-size: 33px;
    line-height: 48px;
  }
}
/* line 568, ../scss/partials/_felicidad.scss */
.felicidad__header__img {
  margin-left: 50px;
}
@media screen and (max-width: 56.25rem) {
  /* line 568, ../scss/partials/_felicidad.scss */
  .felicidad__header__img {
    max-width: 120px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 568, ../scss/partials/_felicidad.scss */
  .felicidad__header__img {
    max-width: 105px;
    margin-left: 0;
  }
}

/* line 1, ../scss/partials/_molar.scss */
#molar {
  background-color: #42d7f2;
  color: white;
  overflow-x: hidden;
}
/* line 5, ../scss/partials/_molar.scss */
#molar h1 {
  text-decoration: underline;
}
/* line 10, ../scss/partials/_molar.scss */
#molar #confirm_popup .popup_back {
  background-color: rgba(255, 40, 40, 0.6);
}
/* line 13, ../scss/partials/_molar.scss */
#molar #confirm_popup .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 640px;
  padding: 30px;
  z-index: 1000;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  width: 100%;
  background-color: white;
  border: 3px solid #42d7f2;
  color: black;
  font-family: "Montserrat", sans-serif;
}
/* line 46, ../scss/partials/_molar.scss */
#molar #confirm_popup a:hover {
  color: #ffffff;
}
/* line 58, ../scss/partials/_molar.scss */
#molar #confirm_popup .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 15px;
}
/* line 65, ../scss/partials/_molar.scss */
#molar #confirm_popup .icon + span {
  display: inline-block;
  max-width: 180px;
  vertical-align: middle;
}
/* line 71, ../scss/partials/_molar.scss */
#molar #confirm_popup .icon-gcal {
  background-image: url(../images/icon-gcal.png);
}
/* line 74, ../scss/partials/_molar.scss */
#molar #confirm_popup .icon-ical {
  background-image: url(../images/icon-ical.png);
}
/* line 77, ../scss/partials/_molar.scss */
#molar #confirm_popup .icon-outlook {
  background-image: url(../images/icon-outlook.png);
}
/* line 80, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar {
  text-align: center;
  display: block;
}
/* line 83, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar .title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ff2828;
  text-align: center;
  margin-bottom: 10px;
}
/* line 91, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar .text_copy {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.57;
  font-weight: 400;
}
/* line 97, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar .text_copy p {
  margin-bottom: 30px;
}
/* line 100, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar .text_copy .color-red {
  color: #ff2828;
}
/* line 103, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar .text_copy.__no_suscribe, #molar #confirm_popup #message_confirm_molar .text_copy.__suscribe {
  display: none;
}
/* line 106, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar .text_copy.__no_suscribe.active, #molar #confirm_popup #message_confirm_molar .text_copy.__suscribe.active {
  display: block;
}
/* line 111, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar #btn_close_form_registro {
  padding: 14px 58px;
  min-width: initial;
  text-decoration: none;
  letter-spacing: 1.8px;
  font-family: "Montserrat", sans-serif;
}
/* line 120, ../scss/partials/_molar.scss */
#molar #confirm_popup #message_confirm_molar.__disabled {
  display: none;
}

/* line 128, ../scss/partials/_molar.scss */
#molar_container {
  position: relative;
  overflow: hidden;
}
/* line 131, ../scss/partials/_molar.scss */
#molar_container .container {
  padding-top: 190px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 131, ../scss/partials/_molar.scss */
  #molar_container .container {
    padding-top: 0px;
    position: static;
  }
}
/* line 139, ../scss/partials/_molar.scss */
#molar_container .middle {
  padding: 80px 0;
}
/* line 142, ../scss/partials/_molar.scss */
#molar_container .molar_container__first-txt {
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  margin: 0 auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  /* line 142, ../scss/partials/_molar.scss */
  #molar_container .molar_container__first-txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  /* line 142, ../scss/partials/_molar.scss */
  #molar_container .molar_container__first-txt {
    max-width: 50%;
    margin: 0;
  }
}
/* line 158, ../scss/partials/_molar.scss */
#molar_container .molar_container__first-txt .btn-asistir {
  font-size: 16px;
  text-decoration: underline;
}
/* line 163, ../scss/partials/_molar.scss */
#molar_container .link-goto {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
/* line 169, ../scss/partials/_molar.scss */
#molar_container .link-goto img {
  width: 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 169, ../scss/partials/_molar.scss */
  #molar_container .link-goto img {
    width: 50px;
  }
}

/* line 179, ../scss/partials/_molar.scss */
.molar-form-container {
  background-image: url(../images/molar/bg_molar_pattern.gif);
  background-size: 261px;
}
@media screen and (min-width: 768px) {
  /* line 179, ../scss/partials/_molar.scss */
  .molar-form-container {
    background-repeat: repeat-x, repeat;
    background-image: url(../images/molar/bg-fake-blue.png), url(../images/molar/bg_molar_pattern.gif);
    background-position: bottom left, 0 0;
    background-size: auto, 261px;
  }
}
@media screen and (min-width: 992px) {
  /* line 179, ../scss/partials/_molar.scss */
  .molar-form-container {
    background-size: auto;
    background-attachment: scroll, fixed;
  }
}
/* line 192, ../scss/partials/_molar.scss */
.molar-form-container .container {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 192, ../scss/partials/_molar.scss */
  .molar-form-container .container {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 192, ../scss/partials/_molar.scss */
  .molar-form-container .container {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
/* line 205, ../scss/partials/_molar.scss */
.molar-form-container .molar-form-txt {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  color: black;
  padding: 30px;
  border: 3px solid #42d7f2;
  margin-bottom: 0;
  margin-left: 15px;
  max-width: 720px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 205, ../scss/partials/_molar.scss */
  .molar-form-container .molar-form-txt {
    float: right;
    padding: 60px;
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  /* line 205, ../scss/partials/_molar.scss */
  .molar-form-container .molar-form-txt {
    padding: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
/* line 228, ../scss/partials/_molar.scss */
.molar-form-container .molar-form-txt p {
  margin-bottom: 15px;
  line-height: 1.4;
}
/* line 232, ../scss/partials/_molar.scss */
.molar-form-container .molar-form-txt .strong {
  color: #ff2828;
  font-weight: bold;
}
/* line 237, ../scss/partials/_molar.scss */
.molar-form-container .molar-form-txt__title {
  font-weight: bold;
  color: #ff2828;
  margin-bottom: 15px;
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  /* line 237, ../scss/partials/_molar.scss */
  .molar-form-container .molar-form-txt__title {
    font-size: 50px;
  }
}
/* line 246, ../scss/partials/_molar.scss */
.molar-form-container .molar-form {
  background-color: white;
  border: 3px solid #ff2828;
  padding: 40px 30px;
  margin-top: -30px;
  margin-right: 15px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  /* line 246, ../scss/partials/_molar.scss */
  .molar-form-container .molar-form {
    float: left;
    padding: 50px 40px;
    margin-top: -35px;
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 246, ../scss/partials/_molar.scss */
  .molar-form-container .molar-form {
    margin-top: -60px;
    max-width: 780px;
  }
}
/* line 266, ../scss/partials/_molar.scss */
.molar-form-container .molar-form .text_copy {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
/* line 273, ../scss/partials/_molar.scss */
.molar-form-container .molar-form .text_copy.__sm {
  font-size: 14px;
}
/* line 276, ../scss/partials/_molar.scss */
.molar-form-container .molar-form .text_copy p {
  margin-bottom: 30px;
}
/* line 279, ../scss/partials/_molar.scss */
.molar-form-container .molar-form .text_copy p:last-child {
  margin-bottom: 0;
}
/* line 285, ../scss/partials/_molar.scss */
.molar-form-container .molar-form #btn_form_molar {
  padding: 14px 58px;
  min-width: initial;
  text-decoration: none;
  letter-spacing: 1.8px;
  font-family: "Montserrat", sans-serif;
}
/* line 293, ../scss/partials/_molar.scss */
.molar-form-container .molar-form #messages_molar {
  margin-top: 0;
  height: 0;
  transition: height .2s linear;
  color: #ff2828;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.54px;
  text-align: center;
  font-weight: 400;
}
/* line 303, ../scss/partials/_molar.scss */
.molar-form-container .molar-form #messages_molar.active {
  margin-top: 20px;
  height: 20px;
}
/* line 309, ../scss/partials/_molar.scss */
.molar-form-container .molar-form__title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ff2828;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 309, ../scss/partials/_molar.scss */
  .molar-form-container .molar-form__title {
    font-size: 36px;
  }
}
/* line 319, ../scss/partials/_molar.scss */
.molar-form-container input {
  display: block;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  border: 3px solid #42d7f2;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  /* line 319, ../scss/partials/_molar.scss */
  .molar-form-container input {
    font-size: 14px;
  }
}
/* line 331, ../scss/partials/_molar.scss */
.molar-form-container input[type="text"], .molar-form-container input[type="email"], .molar-form-container input[type="button"] {
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 341, ../scss/partials/_molar.scss */
.molar-form-container input[type="button"] {
  background-color: #ff2828;
  border: 0 none;
  color: white;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}
/* line 348, ../scss/partials/_molar.scss */
.molar-form-container input[type="button"].loading {
  color: transparent;
  background-image: url(../images/preload.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  pointer-events: none;
}
/* line 357, ../scss/partials/_molar.scss */
.molar-form-container input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-bottom: 0;
  background-color: transparent !important;
}

/* line 382, ../scss/partials/_molar.scss */
.molar-page-end {
  font-family: "Montserrat", sans-serif;
}
/* line 384, ../scss/partials/_molar.scss */
.molar-page-end .molar-page-end__txt {
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  /* line 384, ../scss/partials/_molar.scss */
  .molar-page-end .molar-page-end__txt {
    margin: 20px auto 90px 0;
    font-size: 25px;
  }
}
/* line 393, ../scss/partials/_molar.scss */
.molar-page-end .molar-page-end__txt a {
  text-decoration: underline;
}
/* line 397, ../scss/partials/_molar.scss */
.molar-page-end p {
  margin-bottom: 7.5px;
}
/* line 400, ../scss/partials/_molar.scss */
.molar-page-end .container {
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}
/* line 404, ../scss/partials/_molar.scss */
.molar-page-end .container img {
  display: block;
  margin: 0 auto;
  max-width: 210px;
}
/* line 409, ../scss/partials/_molar.scss */
.molar-page-end .container .cta {
  background-color: #fff;
  display: inline-block;
  color: #ff2828;
  padding: 8px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  /* line 400, ../scss/partials/_molar.scss */
  .molar-page-end .container {
    padding-top: 30px;
    padding-bottom: 120px;
  }
  /* line 421, ../scss/partials/_molar.scss */
  .molar-page-end .container img {
    float: right;
    max-width: 210px;
  }
}
@media screen and (min-width: 992px) {
  /* line 400, ../scss/partials/_molar.scss */
  .molar-page-end .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  /* line 429, ../scss/partials/_molar.scss */
  .molar-page-end .container img {
    max-width: none;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 459, ../scss/partials/_molar.scss */
.molar__header {
  background-color: #42d7f2;
  position: relative;
  height: 600px;
  padding: 50px;
}
@media screen and (max-width: 35rem) {
  /* line 459, ../scss/partials/_molar.scss */
  .molar__header {
    height: auto;
    padding: 30px;
  }
}
/* line 470, ../scss/partials/_molar.scss */
.molar__header__container {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 35rem) {
  /* line 470, ../scss/partials/_molar.scss */
  .molar__header__container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 484, ../scss/partials/_molar.scss */
.molar__header__title {
  max-width: 1000px;
  color: #ffffff;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 110px;
}
@media screen and (max-width: 56.25rem) {
  /* line 484, ../scss/partials/_molar.scss */
  .molar__header__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 484, ../scss/partials/_molar.scss */
  .molar__header__title {
    font-size: 33px;
    line-height: 48px;
  }
}
/* line 500, ../scss/partials/_molar.scss */
.molar__header__img {
  margin-top: 20px;
  margin-left: 0;
  max-width: 200px;
}
@media screen and (min-width: 480px) {
  /* line 500, ../scss/partials/_molar.scss */
  .molar__header__img {
    max-width: 200px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  /* line 500, ../scss/partials/_molar.scss */
  .molar__header__img {
    max-width: 320px;
    margin-left: 50px;
  }
}

/* line 516, ../scss/partials/_molar.scss */
#footer #menu {
  display: none;
}

/* line 1, ../scss/partials/world_pride.scss */
#world_pride {
  background-size: 100% 100%;
  pointer-events: none;
  background-image: linear-gradient(bottom, #4d148c 0%, #4d148c 16.66%, #1b77cd 16.66%, #1b77cd 33.32%, #36a030 33.32%, #36a030 49.98%, #ffd200 49.98%, #ffd200 66.64%, #ffa000 66.64%, #ffa000 83.33%, #cf0f0f 83.33%, #cf0f0f 100%);
  background-image: -o-linear-gradient(bottom, #4d148c 0%, #4d148c 16.66%, #1b77cd 16.66%, #1b77cd 33.32%, #36a030 33.32%, #36a030 49.98%, #ffd200 49.98%, #ffd200 66.64%, #ffa000 66.64%, #ffa000 83.33%, #cf0f0f 83.33%, #cf0f0f 100%);
  background-image: -moz-linear-gradient(bottom, #4d148c 0%, #4d148c 16.66%, #1b77cd 16.66%, #1b77cd 33.32%, #36a030 33.32%, #36a030 49.98%, #ffd200 49.98%, #ffd200 66.64%, #ffa000 66.64%, #ffa000 83.33%, #cf0f0f 83.33%, #cf0f0f 100%);
  background-image: -webkit-linear-gradient(bottom, #4d148c 0%, #4d148c 16.66%, #1b77cd 16.66%, #1b77cd 33.32%, #36a030 33.32%, #36a030 49.98%, #ffd200 49.98%, #ffd200 66.64%, #ffa000 66.64%, #ffa000 83.33%, #cf0f0f 83.33%, #cf0f0f 100%);
  background-image: -ms-linear-gradient(bottom, #4d148c 0%, #4d148c 16.66%, #1b77cd 16.66%, #1b77cd 33.32%, #36a030 33.32%, #36a030 49.98%, #ffd200 49.98%, #ffd200 66.64%, #ffa000 66.64%, #ffa000 83.33%, #cf0f0f 83.33%, #cf0f0f 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4d148c), color-stop(0.1666, #4d148c), color-stop(0.1666, #1b77cd), color-stop(0.3332, #1b77cd), color-stop(0.3332, #36a030), color-stop(0.4998, #36a030), color-stop(0.4998, #ffd200), color-stop(0.6664, #ffd200), color-stop(0.6664, #ffa000), color-stop(0.8333, #ffa000), color-stop(0.8333, #cf0f0f), color-stop(1, #cf0f0f));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.8;
}

/* line 1, ../scss/partials/_table.scss */
.table-responsive {
  overflow-x: auto;
  margin-bottom: 30px;
  display: block;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  border: solid 1px #e8e8e8;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/partials/_table.scss */
  .table-responsive {
    overflow: hidden;
    border: none;
  }
}

/* line 16, ../scss/partials/_table.scss */
table.table {
  width: 100%;
  border: none;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  /* line 16, ../scss/partials/_table.scss */
  table.table {
    border: solid 1px #e8e8e8;
  }
}
/* line 25, ../scss/partials/_table.scss */
table.table tr th,
table.table tr td {
  padding: 12px 14px;
  border: solid 1px #e8e8e8;
}
/* line 30, ../scss/partials/_table.scss */
table.table tr th.nowrap,
table.table tr td.nowrap {
  white-space: nowrap;
}
/* line 34, ../scss/partials/_table.scss */
table.table tr th {
  background-color: #e8e8e8;
}

/* line 6, ../scss/modules/_module.scss */
.o-module {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: block;
}
/* line 12, ../scss/modules/_module.scss */
.o-module p a {
  cursor: pointer;
  opacity: 1;
  color: #ff2828;
}
/* line 18, ../scss/modules/_module.scss */
.o-module p a:hover {
  color: #fff;
  background-color: #ff2828;
}
@media screen and (max-width: 56.25rem) {
  /* line 6, ../scss/modules/_module.scss */
  .o-module {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 6, ../scss/modules/_module.scss */
  .o-module {
    padding-top: 16.66667px;
    padding-bottom: 16.66667px;
  }
}
/* line 33, ../scss/modules/_module.scss */
.o-module:first-of-type.no-padding-top {
  padding-top: 0 !important;
}
/* line 37, ../scss/modules/_module.scss */
.o-module:first-of-type {
  padding-top: 100px;
}
/* line 41, ../scss/modules/_module.scss */
.o-module__wrapper {
  max-width: 1414px;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 56.25rem) {
  /* line 41, ../scss/modules/_module.scss */
  .o-module__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 41, ../scss/modules/_module.scss */
  .o-module__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1100px;
  }
}
/* line 59, ../scss/modules/_module.scss */
.o-module__wrapper--medium {
  max-width: 1100px;
}
@media screen and (max-width: 35rem) {
  /* line 63, ../scss/modules/_module.scss */
  .o-module__wrapper--full {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, ../scss/modules/_module.hero.scss */
.c-module-hero {
  height: calc(100vh - 90px);
  width: 100%;
  position: relative;
  max-height: 1110px;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 56.25rem) {
  /* line 1, ../scss/modules/_module.hero.scss */
  .c-module-hero {
    height: 600px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 1, ../scss/modules/_module.hero.scss */
  .c-module-hero {
    height: 480px;
  }
}

/* line 18, ../scss/modules/_module.hero.scss */
.hero_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 18, ../scss/modules/_module.hero.scss */
  .hero_desktop {
    display: block;
  }
}

/* line 26, ../scss/modules/_module.hero.scss */
.hero_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 26, ../scss/modules/_module.hero.scss */
  .hero_mobile {
    display: none;
  }
}

/* line 2, ../scss/modules/_module.video.scss */
.c-module-video__container {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 13, ../scss/modules/_module.video.scss */
.c-module-video__container:hover .c-module-video__image, .c-module-video__container:focus .c-module-video__image, .c-module-video__container:active .c-module-video__image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 18, ../scss/modules/_module.video.scss */
.c-module-video__container:hover .c-module-video__play, .c-module-video__container:focus .c-module-video__play, .c-module-video__container:active .c-module-video__play {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 25, ../scss/modules/_module.video.scss */
.c-module-video__bot {
  position: absolute;
}
/* line 29, ../scss/modules/_module.video.scss */
.c-module-video__play {
  z-index: 2;
  width: 140px;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 35rem) {
  /* line 29, ../scss/modules/_module.video.scss */
  .c-module-video__play {
    width: 100px;
    height: auto;
  }
}

/* line 2, ../scss/modules/_module.cite.scss */
.c-module-cite__text {
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
  color: #000;
  font-size: 30px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 35rem) {
  /* line 2, ../scss/modules/_module.cite.scss */
  .c-module-cite__text {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 1, ../scss/modules/_module.image.scss */
.c-module-image {
  width: 100%;
}

/* line 5, ../scss/modules/_module.image.scss */
.imagen_suelta_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 5, ../scss/modules/_module.image.scss */
  .imagen_suelta_desktop {
    display: block;
  }
}

/* line 13, ../scss/modules/_module.image.scss */
.imagen_suelta_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 13, ../scss/modules/_module.image.scss */
  .imagen_suelta_mobile {
    display: none;
  }
}

/* line 20, ../scss/modules/_module.image.scss */
.c-module-image__pequena {
  width: 70%;
}
@media screen and (min-width: 768px) {
  /* line 20, ../scss/modules/_module.image.scss */
  .c-module-image__pequena {
    width: 50%;
  }
}

/* line 30, ../scss/modules/_module.image.scss */
.c-module-image__full {
  max-width: none;
  padding: 0;
}

/* line 1, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 35rem) {
  /* line 1, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 15, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns__text01,
.c-module-text-columns h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 35rem) {
  /* line 15, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns__text01,
  .c-module-text-columns h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 45px;
  }
}
/* line 29, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns h3 {
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-size: 30px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 35rem) {
  /* line 29, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
/* line 41, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns h5 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 35rem) {
  /* line 41, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 45px;
  }
}
/* line 54, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns .text-2-columns {
  text-align: left;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 35rem) {
  /* line 54, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns .text-2-columns {
    font-size: 11px;
    line-height: 22px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 69, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns .text-2-columns > * {
  max-width: 410px;
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}
@media screen and (max-width: 35rem) {
  /* line 69, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns .text-2-columns > * {
    margin-bottom: 30px;
    text-align: center;
    padding-right: 4%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  /* line 81, ../scss/modules/_module.text-columns.scss */
  .c-module-text-columns .text-2-columns > *:last-child {
    margin-bottom: 0;
  }
}
/* line 88, ../scss/modules/_module.text-columns.scss */
.c-module-text-columns strong {
  font-weight: 700;
}

/* line 1, ../scss/modules/_module.intro.scss */
.c-module-intro {
  position: relative;
  padding-right: 360px;
}
@media screen and (max-width: 56.25rem) {
  /* line 1, ../scss/modules/_module.intro.scss */
  .c-module-intro {
    padding-right: 100px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 1, ../scss/modules/_module.intro.scss */
  .c-module-intro {
    padding-right: 0;
  }
}
/* line 13, ../scss/modules/_module.intro.scss */
.c-module-intro__title {
  color: #ff2828;
  font-size: 60px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 56.25rem) {
  /* line 13, ../scss/modules/_module.intro.scss */
  .c-module-intro__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 13, ../scss/modules/_module.intro.scss */
  .c-module-intro__title {
    font-size: 26px;
  }
}
/* line 27, ../scss/modules/_module.intro.scss */
.c-module-intro__subtitle {
  color: #42D7F2;
  font-size: 35px;
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 400;
  line-height: 100%;
  display: block;
  margin-bottom: 45px;
}
@media screen and (max-width: 56.25rem) {
  /* line 27, ../scss/modules/_module.intro.scss */
  .c-module-intro__subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 27, ../scss/modules/_module.intro.scss */
  .c-module-intro__subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
/* line 43, ../scss/modules/_module.intro.scss */
.c-module-intro__copy {
  width: 90%;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 55px;
}
@media screen and (max-width: 992px) {
  /* line 43, ../scss/modules/_module.intro.scss */
  .c-module-intro__copy {
    width: 100%;
  }
}
@media screen and (max-width: 56.25rem) {
  /* line 43, ../scss/modules/_module.intro.scss */
  .c-module-intro__copy {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 43, ../scss/modules/_module.intro.scss */
  .c-module-intro__copy {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/* line 65, ../scss/modules/_module.intro.scss */
.c-module-intro__copy p {
  margin-bottom: 14px;
}
/* line 71, ../scss/modules/_module.intro.scss */
.c-module-intro__premios__title {
  color: #ff2828;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 35rem) {
  /* line 71, ../scss/modules/_module.intro.scss */
  .c-module-intro__premios__title {
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
/* line 84, ../scss/modules/_module.intro.scss */
.c-module-intro__premios__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #000;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 35rem) {
  /* line 84, ../scss/modules/_module.intro.scss */
  .c-module-intro__premios__list {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
/* line 98, ../scss/modules/_module.intro.scss */
.c-module-intro__role {
  position: absolute;
  top: 88px;
  right: 94px;
}
@media screen and (max-width: 56.25rem) {
  /* line 98, ../scss/modules/_module.intro.scss */
  .c-module-intro__role {
    right: 0;
  }
}
@media screen and (max-width: 35rem) {
  /* line 98, ../scss/modules/_module.intro.scss */
  .c-module-intro__role {
    position: relative;
    top: auto;
    right: auto;
  }
}
/* line 113, ../scss/modules/_module.intro.scss */
.c-module-intro__role__title {
  color: #ff2828;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 35rem) {
  /* line 113, ../scss/modules/_module.intro.scss */
  .c-module-intro__role__title {
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
/* line 127, ../scss/modules/_module.intro.scss */
.c-module-intro__role__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #42D7F2;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 32px;
}
@media screen and (max-width: 35rem) {
  /* line 127, ../scss/modules/_module.intro.scss */
  .c-module-intro__role__list {
    display: none;
  }
}
/* line 138, ../scss/modules/_module.intro.scss */
.c-module-intro__role__list-mobile {
  display: none;
  color: #000;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 35rem) {
  /* line 138, ../scss/modules/_module.intro.scss */
  .c-module-intro__role__list-mobile {
    display: block;
  }
}

/* line 5, ../scss/modules/_module.carousel.scss */
.c-module-carousel {
  position: relative;
  height: 546px;
  overflow: hidden;
}
/* line 10, ../scss/modules/_module.carousel.scss */
.c-module-carousel .js-carousel-btn {
  background-size: contain;
  display: block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  margin: -40px 0 0 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 56.25rem) {
  /* line 10, ../scss/modules/_module.carousel.scss */
  .c-module-carousel .js-carousel-btn {
    display: block;
    top: 50%;
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
  }
}
/* line 34, ../scss/modules/_module.carousel.scss */
.c-module-carousel .js-carousel-next {
  right: 20px;
  background-image: url("../images/icon-drag-red_next.svg");
}
@media screen and (max-width: 56.25rem) {
  /* line 34, ../scss/modules/_module.carousel.scss */
  .c-module-carousel .js-carousel-next {
    right: 10px;
  }
}
/* line 42, ../scss/modules/_module.carousel.scss */
.c-module-carousel .js-carousel-prev {
  left: 20px;
  background-image: url("../images/icon-drag-red_prev.svg");
}
@media screen and (max-width: 56.25rem) {
  /* line 42, ../scss/modules/_module.carousel.scss */
  .c-module-carousel .js-carousel-prev {
    left: 10px;
  }
}
@media screen and (max-width: 56.25rem) {
  /* line 5, ../scss/modules/_module.carousel.scss */
  .c-module-carousel {
    height: 340px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 5, ../scss/modules/_module.carousel.scss */
  .c-module-carousel {
    height: 180px;
  }
}
/* line 58, ../scss/modules/_module.carousel.scss */
.c-module-carousel__item {
  position: relative;
  height: 546px;
}
@media screen and (max-width: 56.25rem) {
  /* line 58, ../scss/modules/_module.carousel.scss */
  .c-module-carousel__item {
    height: 340px;
  }
}
@media screen and (max-width: 35rem) {
  /* line 58, ../scss/modules/_module.carousel.scss */
  .c-module-carousel__item {
    height: 180px;
  }
}
/* line 70, ../scss/modules/_module.carousel.scss */
.c-module-carousel__item__image {
  height: 546px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* line 76, ../scss/modules/_module.carousel.scss */
.c-module-carousel__item__image--video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 82, ../scss/modules/_module.carousel.scss */
.c-module-carousel__item__image--video:hover .c-module-carousel__play, .c-module-carousel__item__image--video:focus .c-module-carousel__play, .c-module-carousel__item__image--video:active .c-module-carousel__play {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 92, ../scss/modules/_module.carousel.scss */
.c-module-carousel__play {
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 103, ../scss/modules/_module.carousel.scss */
.swiper-slide {
  width: 100%;
  max-width: 1076px !important;
}

/* line 1, ../scss/modules/_module.video-loop.scss */
.c-module-video-loop {
  width: 100%;
}

/* line 2, ../scss/modules/_module.url.scss */
.c-module-url__link {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 22px;
}
/* line 7, ../scss/modules/_module.url.scss */
.c-module-url__link a {
  color: #ff2828;
}
/* line 11, ../scss/modules/_module.url.scss */
.c-module-url__link a:hover {
  color: #fff;
  background-color: #ff2828;
}
@media screen and (max-width: 35rem) {
  /* line 2, ../scss/modules/_module.url.scss */
  .c-module-url__link {
    font-size: 22px;
    text-align: center;
  }
}
