/* === CUSTOM CSS === */
/* Fonts */
@font-face {
  font-family: "raneltenorm_bold";
  src: url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormBold.otf") format("embedded-opentype"), url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormBold.woff2") format("woff2"), url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "raneltenorm_regular";
  src: url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormRegular.otf") format("embedded-opentype"), url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormRegular.woff2") format("woff2"), url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "raneltenorm_medium";
  src: url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormMedium.otf") format("embedded-opentype"), url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormMedium.woff2") format("woff2"), url("https://ctfront3.ct-assets.com/2020/atm/RanelteNormMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* dynamic colors */
/* reset fonts */
html, body, div, span, applet, object, iframe,
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:not(.fas):not(.fab):not(.far), 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, .select, #error_explanation {
  font-family: "raneltenorm_medium", Arial, Helvetica, sans-serif;
  color: #2D315F; }

html, body {
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    html, body {
      font-size: 18px; } }
  @media screen and (min-width: 1680px) {
    html, body {
      font-size: 21px; } }

@media screen and (min-width: 1024px) {
  body[data-embedded="1"] .main-container {
    min-height: 70vw; } }
@media screen and (min-width: 1200px) {
  body[data-embedded="1"] .main-container {
    min-height: 56.25vw; } }
body.thank-you-page .main-container > section {
  background-position: center bottom !important;
  min-height: calc(1280 / 768 * 100%); }
  @media screen and (min-width: 1024px) {
    body.thank-you-page .main-container > section {
      min-height: calc(950 / 1920 * 100%); } }
body .main-container {
  min-height: 100vh; }

h1, h2, h3, h4 {
  font-family: "raneltenorm_bold", Arial, Helvetica, sans-serif; }

section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.wrapper.not_active {
  max-width: 100%;
  background-color: transparent; }
  .wrapper.not_active img {
    width: auto !important;
    height: auto !important; }

/* hide h1 */
h1 {
  position: absolute;
  top: -999999px; }

h2 {
  color: #000000;
  font-size: 1.45rem !important; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 1.5rem !important; } }

h3.slogan {
  font-size: 2.25rem;
  line-height: 1.2;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.3); }

a.control-checks-link, a.control-checks-link:visited {
  color: #2D315F !important; }

.header-bold {
  color: #000000;
  font-family: "raneltenorm_bold", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1; }

.header-bold-number {
  font-family: "raneltenorm_bold", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #B0392A; }

.m_btn:not(.m_btn_standard), .link_btn:not(.show_legal):not(#legal_provider_link), .btn, .m_btn {
  font-size: 1.3125rem;
  font-family: "raneltenorm_bold", Arial, Helvetica, sans-serif; }

button.close span {
  font-size: 4rem;
  color: #B0392A;
  line-height: 0.6; }

.text-red {
  color: #B0392A; }

.bg-red {
  background-color: #B0392A; }

.bg-blue {
  background-color: #2D315F; }

.bg-blue-dark {
  background-color: #2e3e4b; }

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.82); }

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.5); }

.aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0; }
  .aspect-ratio::before {
    content: '';
    width: 100%;
    padding-top: 56.25%; }

.z-index-top {
  z-index: 10; }

.navbar-light {
  background-image: url("https://uploads3.ct-assets.com/assets/pictures/ca2b945ce66b45bab6bd012372841820/:original_header-lineas.png");
  background-position: 60% bottom;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  @media screen and (min-width: 1024px) {
    .navbar-light {
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: auto; } }

.navbar-light .navbar-toggler {
  border: 0;
  padding: 0;
  width: 30px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .navbar-light .navbar-toggler span {
    display: block;
    position: absolute;
    height: 7px;
    width: 50%;
    background: #FFFFFF;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .navbar-light .navbar-toggler span:nth-child(even) {
      left: 50%; }
    .navbar-light .navbar-toggler span:nth-child(odd) {
      left: 0px; }
    .navbar-light .navbar-toggler span:nth-child(1), .navbar-light .navbar-toggler span:nth-child(2) {
      top: 0px; }
    .navbar-light .navbar-toggler span:nth-child(3), .navbar-light .navbar-toggler span:nth-child(4) {
      top: 10px; }
    .navbar-light .navbar-toggler span:nth-child(5), .navbar-light .navbar-toggler span:nth-child(6) {
      top: 20px; }
  .navbar-light .navbar-toggler:not(.collapsed) span {
    background: #FFFFFF; }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(1), .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(6) {
      transform: rotate(45deg); }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(2), .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(5) {
      transform: rotate(-45deg); }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(1) {
      left: 5px;
      top: 7px; }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(2) {
      left: calc(50% - 5px);
      top: 7px; }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(5) {
      left: 5px;
      top: 13px; }
    .navbar-light .navbar-toggler:not(.collapsed) span:nth-child(6) {
      left: calc(50% - 5px);
      top: 13px; }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: none; }

.lang_selector.mt-2 {
  margin: 0 !important; }
.lang_selector.border-top {
  border: 0 !important; }

.ct_language_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0; }
  .ct_language_selector.mt-2 {
    margin: 0 !important; }
  .ct_language_selector li {
    font-size: 0.875rem;
    padding: 0 .5rem;
    list-style-type: none;
    color: #FFFFFF; }
    .ct_language_selector li:first-child {
      border-right: 1px solid #FFFFFF; }
    .ct_language_selector li.current {
      font-family: "raneltenorm_bold", Arial, Helvetica, sans-serif; }
    .ct_language_selector li a {
      margin: 0;
      font-size: 0.875rem;
      color: #FFFFFF;
      text-decoration: none; }
      .ct_language_selector li a:hover {
        text-decoration: underline; }

.lang_selector li:not(:last-child) {
  margin: 0; }

.lang_selector li:not(:last-child)::after {
  display: none; }

.modal .modal-content {
  background-color: #FFFFFF; }

.header {
  position: relative; }

.main-container > section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: url("https://ctfront3.ct-assets.com/2023/atm/calendario-adviento/landing-bg-mobile-1.jpg") !important; }
  @media screen and (min-width: 1024px) {
    .main-container > section {
      background-position: center !important;
      background-size: cover !important;
      background-image: url("https://ctfront3.ct-assets.com/2022/atm/calendario-adviento/CALENDARIO_NAVIDAD_ROJIBLANCA_DESKTOP_2.jpg") !important; } }
  .main-container > section .header {
    aspect-ratio: 1/0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start; }
    @media screen and (min-width: 920px) {
      .main-container > section .header {
        aspect-ratio: inherit;
        display: block; } }

.main-container .header {
  padding-top: 4vw;
  padding-bottom: 0;
  /* @media screen and (max-width: 375px) and (max-height: 635px){
    padding-top: 10%;
  }
  @media screen and (min-width: 376px) and (max-width: 389.99999px) and (max-height: 755px) {
    padding-top: 20%;
  }
  @media screen and (max-width: 389.99999px) and (min-height: 756px) and (max-height: 780px) {
    padding-top: 20%;
  }
  @media screen and (min-width: 390px) and (max-width: 767.9999px) and (max-height: 740px) {
    padding-top: 15%;
  }
  @media screen and (min-width: 390px) and (max-width: 767.9999px) and (min-height: 741px) and (max-height: 840px) {
    padding-top: 27%;
  }
  @media screen and (min-width: 390px) and (max-width: 767.9999px) and (min-height: 741px) and (max-height: 755px) {
    padding-top: 24%;
  }
  @media screen and (min-width: 393px) and (max-width: 767.9999px) and (min-height: 840px) and (max-height: 900px) {
    padding-top: 23%;
  } */
  height: auto; }
  @media screen and (min-width: 768px) {
    .main-container .header {
      padding-top: 0;
      padding-bottom: 2rem; } }

body[data-action="show"] .main-container > section .header {
  aspect-ratio: 1/0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start; }
  @media screen and (min-width: 920px) {
    body[data-action="show"] .main-container > section .header {
      aspect-ratio: inherit;
      display: block; } }
  body[data-action="show"] .main-container > section .header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
body[data-action="show"][data-locale="en"] .main-container > section .header .main-logo {
  max-width: 60%; }
  @media screen and (min-width: 412px) {
    body[data-action="show"][data-locale="en"] .main-container > section .header .main-logo {
      max-width: 100%; } }

.main-container .content {
  width: 100%;
  text-align: center;
  position: relative; }
  .main-container .content .container {
    z-index: 1; }

.main-container footer {
  z-index: 1; }

.calendar {
  transition: .1s ease-in-out; }

.message {
  transition: 2s ease; }

.calendar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: #FFFFFF;
  display: block; }
  .calendar.hide .item {
    pointer-events: none; }
  .calendar .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    opacity: .4;
    padding: .5rem;
    max-width: 20%;
    width: 100%; }
    .calendar .item img {
      padding: .3rem; }
    .calendar .item.current, .calendar .item.navidad {
      opacity: 1; }
      .calendar .item.current img, .calendar .item.navidad img {
        border: 3px solid #B0392A;
        border-radius: 6px; }
      .calendar .item.current:hover, .calendar .item.navidad:hover {
        cursor: pointer; }
  .calendar.hide {
    opacity: 0;
    z-index: 0; }
  .calendar .calendar-grid {
    max-width: 100%;
    margin: 0 auto; }

.message {
  z-index: 0;
  display: none;
  opacity: 0; }
  .message.active {
    z-index: 1;
    display: block;
    opacity: 1; }
  .message p {
    color: #2D315F;
    font-size: 1.14rem;
    text-align: center; }
  .message .points-container p {
    margin-bottom: .5rem; }
  .message img:not(.main-logo) {
    border: solid 2px red;
    margin: 0 auto;
    max-width: 218px !important; }
    @media screen and (min-width: 1024px) {
      .message img:not(.main-logo) {
        max-width: 420px !important; } }

form#new_participation {
  max-width: 100%; }

.logo-form,
.logo-participation,
.modal-logo img {
  max-width: calc(min(80%, 350px)) !important;
  margin: 0 auto; }

#modal-faqs .modal-body .modal-logo,
#modal-navidad .modal-body .modal-logo {
  text-align: center;
  margin-bottom: 1rem; }
  #modal-faqs .modal-body .modal-logo .main-logo,
  #modal-navidad .modal-body .modal-logo .main-logo {
    margin: 0 auto; }
#modal-faqs .modal-body ul, #modal-faqs .modal-body ol,
#modal-navidad .modal-body ul,
#modal-navidad .modal-body ol {
  padding: 0;
  list-style-type: none; }
  #modal-faqs .modal-body ul li, #modal-faqs .modal-body ol li,
  #modal-navidad .modal-body ul li,
  #modal-navidad .modal-body ol li {
    padding: .5rem; }
    #modal-faqs .modal-body ul li > span, #modal-faqs .modal-body ol li > span,
    #modal-navidad .modal-body ul li > span,
    #modal-navidad .modal-body ol li > span {
      margin-right: 1rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      max-width: 20%; }
    #modal-faqs .modal-body ul li:not(:last-child), #modal-faqs .modal-body ol li:not(:last-child),
    #modal-navidad .modal-body ul li:not(:last-child),
    #modal-navidad .modal-body ol li:not(:last-child) {
      border-bottom: 2px solid #ededed; }
    #modal-faqs .modal-body ul li .uds, #modal-faqs .modal-body ol li .uds,
    #modal-navidad .modal-body ul li .uds,
    #modal-navidad .modal-body ol li .uds {
      background-color: #B0392A;
      color: #FFFFFF;
      font-size: .825rem;
      padding: .175rem .5rem;
      border-radius: 3px; }
#modal-faqs .modal-body p.strong,
#modal-navidad .modal-body p.strong {
  color: #2D315F;
  font-size: 1.2rem; }
#modal-faqs .modal-body a,
#modal-navidad .modal-body a {
  color: #000000; }

.form_fields .form_input input {
  padding: 0.4em 0.5em; }

.form_fields span.answer_counter {
  bottom: 0.6em;
  right: .5rem; }

#auth_popup .common-bg,
#my_part_auth_popup .common-bg {
  background-color: #cacaca; }
  #auth_popup .common-bg span,
  #my_part_auth_popup .common-bg span {
    color: #FFFFFF !important; }
  #auth_popup .common-bg.atleticomadrid-bg,
  #my_part_auth_popup .common-bg.atleticomadrid-bg {
    height: 48px; }
    @media screen and (min-width: 1200px) {
      #auth_popup .common-bg.atleticomadrid-bg,
      #my_part_auth_popup .common-bg.atleticomadrid-bg {
        height: 54px; } }

.form_fields .form_input label.step_error, label.step_error {
  color: #B0392A !important;
  background-color: transparent; }

.form_checkbox [type="checkbox"]:not(:checked) ~ label.step_error:not(:empty) {
  max-width: 100%; }

.actions_section {
  padding: 0 1rem; }
  .actions_section a, .actions_section a :visited {
    color: #2D315F;
    text-decoration: underline !important; }

label.required_field::after {
  content: '*';
  display: inline-block; }

.js_complete_personal_data_question_wrapper label::after {
  content: '**';
  display: inline-block; }

.fields-contender .form_input ul li.country {
  margin-bottom: 0; }

.landing-message h2 {
  font-size: 1.7rem !important; }
  @media screen and (min-width: 1200px) {
    .landing-message h2 {
      font-size: 2.7rem !important; } }
.landing-message span:not(.header-bold-number) {
  display: block; }
  @media screen and (min-width: 1200px) {
    .landing-message span:not(.header-bold-number) {
      display: inline-block; } }
.landing-message a:not(.m_btn):hover {
  text-decoration: underline; }

.fields-contender .form_input ul li.country {
  margin-bottom: 0; }

@media screen and (min-width: 1200px) {
  .intl-tel-input .country-list {
    position: absolute !important; } }

.winners ol {
  padding-left: 1.5rem; }
  .winners ol li {
    text-align: left;
    margin-bottom: .5rem;
    padding: .5rem .5rem .5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.pagination {
  justify-content: center; }
  .pagination > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 .5rem; }
  .pagination a, .pagination a:visited {
    color: #B0392A;
    text-decoration: underline !important; }

@media screen and (max-width: 360px) {
  #auth_popup .m_popup_header {
    font-size: 1.1em; } }

@media screen and (max-width: 1024px) {
  #auth_popup .mfp-close {
    top: 0.3rem; } }

#error_explanation {
  background-color: transparent;
  color: #B0392A; }
  #error_explanation > *, #error_explanation li {
    color: #B0392A; }

#js_share_modal {
  padding: 1rem;
  background-color: #FFFFFF !important;
  color: #2D315F;
  position: relative; }
  #js_share_modal.m_popup.fan_us .m_url_btn .m_btn:not(.show_legal):not(#legal_provider_link):not(.open-popup-link).tooltipster {
    opacity: 1 !important;
    background-color: #2D315F !important;
    color: #FFFFFF !important;
    font-size: 1rem;
    min-width: 140px;
    margin: 0 0.5rem; }
  #js_share_modal .mfp-close, #js_share_modal .mfp-close:hover, #js_share_modal.m_popup.fan_us .m_url_content, #js_share_modal.m_popup.fan_us .share-btn a, #js_share_modal.m_popup.fan_us .share-btn a:hover {
    color: #2D315F !important;
    opacity: 1 !important; }
  #js_share_modal.m_popup.fan_us .share-btn a {
    padding: .5rem; }
    #js_share_modal.m_popup.fan_us .share-btn a.btn-whatsapp::before {
      content: '';
      background-image: url("https://ctfront3.ct-assets.com/2021/atm/calendario-adviento/share.png");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 27px; }

.m_popup.fan_us .m_url_btn .url_share_link, .m_popup.fan_us .m_url_btn .url_share_link:hover {
  opacity: 1 !important;
  color: #2D315F;
  text-decoration: underline; }

/* Cookies */
.cookie-notice span, .cookie-modal span {
  color: #FFFFFF !important; }

.klaro .cookie-notice a {
  color: #FFFFFF !important;
  font-weight: bold; }

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background: #B0392A !important; }

.klaro .cookie-modal .cm-btn.cm-btn-info {
  background: #0885ba !important; }
