/* ==========================================================================
HubSpot Landings - Runroom Custom Boilerplate v1.0
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
1.1 Imports
1.2 Font Declarations
2. VARIABLES
2.1 Vertical Rythm
2.2 Wrappers
2.3 Colors
2.4 Font Sizes and Line Heights
3. BASE STYLES
3.1 Document
3.2 Highlighted Text
3.3 Wrappers
3.4 Typography
3.5 EU Cookie Confirmation Bar
4. HUBSPOT PAGE STRUCTURE
5. CUSTOM STYLES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES
========================================================================== */

/* 1.1 Imports */

/* 1.2 Font Declarations */


@font-face {
  font-family: "CaligraKids";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff2/CaligraKids-DSans.woff2") format("woff2"),
    url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/ttf/CaligraKids-DSans.ttf") format("ttf");
}

@font-face {
  font-family: "DIN";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff2/DINOffcPro.woff2") format("woff2"),
    url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/ttf/DINOffcPro.ttf") format("ttf");
}

@font-face {
  font-family: "DIN";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/woff2/DINOffcPro-Medi.woff2") format("woff2"),
    url("https://5313163.fs1.hubspotusercontent-na1.net/hubfs/5313163/Runroom/Landing%20Page%20Zoomin/fonts/ttf/DINOffcPro-Medi.ttf") format("ttf");
}

/* ==========================================================================
2. VARIABLES
========================================================================== */

/* 2.1 Vertical Rythm */
:root {
  --vr: 18px;
}

@media (min-width: 768px) {
  :root {
    --vr: 20px;
  }
}

/* 2.2 Wrappers */
:root {
  --wrapperWidth: 1441px;
  --wrapperReadingWidth: 750px;
  --wrapperPaddingLeft: 16px;
  --wrapperPaddingRight: 16px;
}

/* 2.3 Colors */
:root {
  --c-white: #FFFFFF;
  --c-black: #000000;
  --c-neutro100: #F2F2F2;
  --c-neutro300: #D8D8D8;
  --c-neutro500: #959595;
  --c-neutro800: #474747;
  --c-pink100: #FFE6E3;
  --c-pink200: #F08F51;
  --c-pink300: #FF8282;
  --c-pink400: #CADB95;
  --c-green100: #E5EA9D;
  --c-green200: #BFF7DC;
  --c-orange: #FFBC88;
  --c-billboard: #27665C;
  --c-fun: #29B198;
  --c-story: #27665C;
  --c-chef: #fbd895;
  --c-craft: #f9c9bf; 
  --c-boton: #FFE6E3;
}

/* 2.4 Font Sizes & Line heights */
:root {
  --baseFontSize: 20px;
  --baseLineHeight: 30px;
  --psmallFontSize: 18px;
  --psmallLineHeight: 26px;
  --h1FontSize: 64px;
  --h1LineHeight: 60px;
  --h2FontSize: 48px;
  --h2LineHeight: 52px;
  --h3FontSize: 28px;
  --h3LineHeight: 36px;
}

@media (min-width: 768px) {
  :root {
    --baseFontSize: 24px;
    --baseLineHeight: 32px;
    --psmallFontSize: 20px;
    --psmallLineHeight: 28px;
    --h1FontSize: 98px;
    --h1LineHeight: 85px;
    --h2FontSize: 98px;
    --h2LineHeight: 70px;
    --h3FontSize: 36px;
    --h3LineHeight: 50px;
  }
}


/* ==========================================================================
3. BASE STYLES
========================================================================== */

/* 3.1 Document */
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* 3.2 Highlighted Text */


html,
body {
  font-weight: 500;
  min-height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* Typography spacings reset */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
}

/* 3.3 Wrapper settings */
.container-fluid .row-fluid .u-wrapper {
  float: none;
  max-width: var(--wrapperWidth);
  margin: 0 auto;
  padding-left: var(--wrapperPaddingLeft);
  padding-right: var(--wrapperPaddingRight);
}

.container-fluid .row-fluid .u-wrapper--billboard {
  float: none;
  max-width: var(--wrapperWidth);
  margin: 0 auto;
}



/* JLR: Vista de móvil */
@media (max-width: 767px) {
  .container-fluid .row-fluid .u-wrapper--billboard {
    padding-left: var(--wrapperPaddingLeft);
    padding-right: var(--wrapperPaddingRight);
  }

  /* JLR: Para cambiar el orden de los textos en el móvil   */
  .flip-flop--reverse .row-depth-1 .row-fluid {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

.container-fluid .row-fluid .u-wrapper--reading {
  float: none;
  max-width: var(--wrapperReadingWidth);
  margin: 0 auto;
  padding-left: var(--wrapperPaddingLeft);
  padding-right: var(--wrapperPaddingRight);
  padding-top: 10px;
}


/* 3.4 Typography Sizes and Line Heights */
h1,
.t-h1 {
  font-size: var(--h1FontSize);
  line-height: var(--h1LineHeight);
}

h2 {
  font-size: var(--h2FontSize);
  line-height: 1;
}

.t-h2 {
  font-size: var(--h2FontSize) !important;
  line-height: 1 !important;
}

h3 {
  font-size: var(--h3FontSize);
  line-height: var(--h3LineHeight);
}

.t-h3 {
  font-size: var(--h3FontSize) !important;
  line-height: var(--h3LineHeight) !important;
}

p {
  font-size: var(--baseFontSize);
  line-height: var(--baseLineHeight);
}

.p-small {
  font-size: var(--psmallFontSize);
  line-height: var(--psmallLineHeight);
}

.p-big {
  font-size: var(--pbigFontSize);
  line-height: var(--pbigLineHeight);
}

/* 3.5 EU Cookie Confirmation Bar */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}

#hs-eu-cookie-confirmation-inner p {}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}

a#hs-eu-confirmation-button {}


/* ==========================================================================
4. COS STRUCTURE
========================================================================= */

/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}


/* =============== Header =============== */
.header-container-wrapper {}

.header-container {}


/* =============== Content =============== */
.body-container-wrapper {}

.body-container {}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


/* =============== Footer =============== */
.footer-container-wrapper {}

.footer-container {}


/* ==========================================================================
5. CUSTOM STYLES
========================================================================= */

/* General */

html,
body {
  background: var(--c-white), #FFFFFF;
  color: var(--c-neutro800);
  font-family: 'DIN', HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-size: var(--baseFontSize);
  font-weight: 300;
  line-height: var(--baseLineHeight);
  text-size-adjust: 100%;
}

/* Typography */

h1,
h2 {
  font-family: 'CaligraKids';
  font-weight: 500;
}

.t-h1,
.t-h2 {
  font-family: 'CaligraKids' !important;
  font-weight: 500 !important;
}

h3 {
  font-family: 'DIN';
  font-weight: normal;
}

.t-h3 {
  font-family: 'DIN' !important;
  font-weight: normal !important;
}

/* Links */
a {
  color: #191919;
  cursor: pointer;
  text-decoration: underline;
}

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

/* Buttons */

.rr_cta,
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  background-color: #95BD7D;
  border: 3px solid var(--c-white);
  color: #000000;
  cursor: pointer;
  border-radius: 30px;
  font-family: 'Din';
  font-size: var(--baseFontSize);
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  padding: calc(var(--vr) * 0.75) calc(var(--vr) * 2);
  text-align: center;
}



@media (min-width: 767px) {

  .rr_cta,
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    width: auto;
  }
}

.rr_cta.rr_cta--secondary {
  background-color: transparent;
  border: 2px solid var(--c-neutro900);
  color: var(--c-neutro900);
}

.rr_cta.rr_cta--secondary:hover {
  background-color: var(--c-neutro900);
  color: var(--c-neutro100);
  transition: all .1s ease-in-out;
}



.rr_cta-sticky {
  background-color: var(--c-white);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: var(--wrapperPaddingLeft);
  padding-right: var(--wrapperPaddingRight);
  z-index: 4;
}


@media (min-width: 767px) {  
  .rr_cta-sticky {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Button timers */

.rr_cta-sticky--timerOn {
  display: block;
}

.rr_cta-sticky--timerFinished {
  display: none;
}

/* Sections */

/* Section background color */

.billboard {
  background-color: var(--c-billboard);
}

.section#countdown {
  background-color: var(--c-pink100);
}

.section#form {
  background-color: var(--c-pink300);
}

.section#icons {
  background-color: var(--c-neutro800);
}

.billboard--thank {
  background-color: #FF9B9B;
}

/* Section Styles */

/* Billboard */ 
.billboard {
  position: relative;
  min-height: calc(100vh - 95px) !important;


}

@media (max-width: 767px) {
  .billboard--thank .billboard__logo {
    position: static;
    display: flex;
    justify-content: center;

    width: auto !important;

  }

  .logosticky {
    position: static;
    top: 6px;
    left: 5px;
    width: 150px; /* Ajusta el ancho según tus necesidades */
    /* Fondo del logotipo si es necesario */
    z-index: 1000; /* Asegura que el logotipo esté por encima de otros elementos */
    padding: 0px; /* Espaciado alrededor del logotipo si es necesario */
  }

}

.billboard__image * {
  display: block;

}

.billboard__image img {
  width: 100%;


}

.billboard__text {
  padding: 25px 0 35px 0;
  color: #FFFFFF;
}

.billboard__bg .rr-bg {
  background-size: cover;
  background-repeat: no-repeat;
  display: block; 
  width: 100%; 
  position: absolute; 
  height: 50%; 
  top: 0;
}

.billboard__bg .rr-bg svg {
  width: auto !important;
  position: absolute; 
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
}

.billboard__logo {
  position: absolute; 
  left: 16px; 
  top: 10px;
  width: 100px !important;
}

.billboard .rr_cta {
  position: relative;
}

.billboard__bg-wrapper {
  display: none !important;
}

.billboard__image-wrapper {
  overflow: hidden;    
  margin-left: -16px !important;     
  margin-right: -16px !important;
  min-height: calc(60vh) !important; 
}

@media (min-width: 767px) {
  .billboard {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: auto !important;
    z-index: 15;
  }

  .billboard__image {
    margin-left: 0;
    margin-right: 0;
  }

  .billboard__wrapper * {
    z-index: 15;
  }


  .billboard__bg-wrapper {
    display: block !important;
    position: absolute !important;
    width: 50% !important;
    overflow: hidden;
    z-index: 14;
    height: 100% !important;
  }

  .billboard>.row-fluid-wrapper {
    width: 100% !important;
  }

  .billboard>.row-fluid-wrapper.row-number-3 {
    height: 100%;
    position: absolute;
    top: 0;
  }

  .billboard__bg {
    height: 100% !important;
    position: absolute !important;
    z-index: 14;
  }

  .billboard__bg .rr-bg {
    width: 100% !important;
    height: 100%;
    z-index: 14;
  }

  .billboard__text {
    padding: 40px 0px 80px 60px;
  }

  .logo {
    position: relative;
    z-index: 999; 

  }
  @media (min-width: 767px) {
    .logosticky {
      position: fixed;
      top: 8px;
      left: 5px;
      width: 100px; /* Ajusta el ancho según tus necesidades */
      /* Fondo del logotipo si es necesario */
      z-index: 1000; /* Asegura que el logotipo esté por encima de otros elementos */
      padding: 0px; /* Espaciado alrededor del logotipo si es necesario */
    }

  }


  @media (min-width: 1024px) {
    .billboard {
      min-height: calc(100vh + 75px) !important; 
      /* max-width: 100vw !important; */

    }

    .billboard__text {
      padding: 20px 10px 80px 0px;
    }

    .billboard__logo {
      left: 40px; 
      top: 25px;
      width: 155px !important;
    }

    .logosticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100px; /* Ajusta el ancho según tus necesidades */
      background-color: white;/* Fondo del logotipo si es necesario */
      z-index: 1000; /* Asegura que el logotipo esté por encima de otros elementos */
      padding: 10px; /* Espaciado alrededor del logotipo si es necesario */
    }

  }

  /* Intro */

  .intro__title {
    color: var(--c-pink300);
  }

  .intro__flower img {
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
  }

  @-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
  }
  @-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
  }
  @keyframes spin { 
    100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
    } 
  }
  /* Module Styles */

  /* Countdown Timer */

  .countdown-timer__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .countdown-timer__item {
    background: rgba(255, 255, 255, .9);
    border: 2px solid var(--c-neutro800);
    border-radius: 100%;
    position: relative;
    max-width: 129px;
    width: calc(45% - 16px);
    margin-top: calc(var(--vr) * 1)
  }

  @media (min-width: 767px) {
    .countdown-timer__item {
      margin-top: 0;
      width: calc(25% - 50px);
      max-width: 132px;
    }
  }

  .countdown-timer__item::before {
    content: "";
    padding-top: 100%;
    position: relative;
    display: block;
  }

  .countdown-timer__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .countdown-timer__number,
  .countdown-timer__text {
    display: block;
    text-align: center;
  }

  .countdown-timer__number {
    color: var(--c-pink300);
    font-size: 52px;
    line-height: 58px;
    font-family: 'DIN';
    font-weight: 700;
  }

  .countdown-timer__text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
  }

  @media (min-width: 767px) {
    .countdown-timer__number {
      font-size: 54px;
      line-height: 57px;
    }

    .countdown-timer__text {
      font-size: 16px;
      line-height: 24px;
    }
  }

  .countdown-timer__item:nth-child(even) {
    margin-left: 32px;
  }

  @media (min-width: 767px) {
    .countdown-timer__item:not(:first-child) {
      margin-left: 50px;
    }
  }

  /* Flip-flop */

  .flip-flop { 
    overflow: hidden;
    position: relative; 
    z-index: 2;

  }

  .flip-flop__image {
    float: none !important;


  }

  .flip-flop__image img {
    width: 100%; 




  }

  .flip-flop--first {
    background-color: #D6494B;
  }

  .flip-flop--second {
    background-color: #57AF99;
  }

  .flip-flop--three {
    background-color: #295C55;
  }

  .flip-flop--four {
    background-color: #BD4042;

  }

  .flip-flop__text {
    margin-left: 0 !important;
    padding: 20px 16px;
    color: #FFFFFF;
  }

  .flip-flop__bg .rr-bg {
    height: 50%; 
  }


  .flip-flop__bg-wrapper {
    display: none !important;
  }

  .flip-flop__image-wrapper {
    overflow: hidden;    
    margin-left: -16px !important;     
    margin-right: -16px !important; 
    height: 640px;  
  }

  .flip-flop__image-wrapper--four {
    overflow: hidden;    
    margin-left: -16px !important;     
    margin-right: -16px !important; 
    height: 500px;  
  }

  .flip-flop--second .flip-flop__text,
  .flip-flop--four .flip-flop__text
  {
    margin-right: 50% !important;
  }

  .flip-flop__image-wrapper {
    height: unset;
  }

  #form {
    padding-top: 3rem;
  }


  @media (min-width: 767px) {
    .flip-flop {
      min-height: 100px !important;
    }

    .flip-flop--first .flip-flop__text {
      padding: 30px 20px 20px 60px;
    }

    .flip-flop--second .flip-flop__text {
      padding: 30px 60px 20px 20px;
    }

    .flip-flop--three .flip-flop__text {
      padding: 30px 20px 20px 60px;
      font-size: 12px
    }  

    .flip-flop--four .flip-flop__text {
      padding: 30px 60px 20px 20px;
    }


    .flip-flop--reverse .flip-flop__bg-wrapper {
      right: 0;
    }

    .flip-flop__bg-wrapper {
      display: block !important;
      position: absolute !important;
      width: 57% !important;
      overflow: hidden;
      z-index: 14;
      height: 100% !important;
    }





    .flip-flop__bg {
      height: 100% !important;
      position: absolute !important;
      z-index: 14;
    }

    .flip-flop--reverse .row-depth-1 .row-fluid {
      display: flex !important;
      flex-direction: row-reverse;
      justify-content: space-between;
    }

    .flip-flop-image__wrapper {
      width: 100%;
    }

    .flip-flop__bg .rr-bg {
      width: 100%;
      height: 100%; 
    } 

    .flip-flop--second .flip-flop__bg .rr-bg {
      right: 0;
    } 
  }


  @media (min-width: 1024px) {
    .flip-flop {
      min-height: 50px !important;
    }

    .flip-flop--first .flip-flop__text,
    .flip-flop--second .flip-flop__text {
      padding: 90px 120px 90px 80px;
    }
    .flip-flop--three .flip-flop__text,
    .flip-flop--four .flip-flop__text {
      padding: 30px 80px 0px 40px;
    }

    @media (min-width: 1280px) {
      .flip-flop {
        min-height: 50px !important;
      }

      .flip-flop--first .flip-flop__text,
      .flip-flop--second .flip-flop__text {
        padding: 90px 120px 90px 80px;
      }
      .flip-flop--three .flip-flop__text,
      .flip-flop--four .flip-flop__text {
        padding: 30px 80px 0px 40px;
      }



    }

    @media (min-width: 1920px) {
      .flip-flop {
        min-height: 300px !important;
      }

      .flip-flop--first .flip-flop__text,
      .flip-flop--second .flip-flop__text {
        padding: 200px 200px 90px 80px;
      }

      .flip-flop--three .flip-flop__text,
      .flip-flop--four .flip-flop__text {
        padding: 100px 150px 0px 150px;
      }

    }

    /* icons */

    .icons {
      color: var(--c-white);
    }

    .icons__icon {
      max-width: 115px;
    }

    .icon.animated .icons__icon img {
      -webkit-animation: upDown 1s 1s 1 alternate;
      animation: upDown 1s 1s 1 alternate;
    }

    @keyframes upDown {
      0% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
      100% { transform: translateY(0); }
    }

    .icons__image-wrapper {
      display: flex !important;
      justify-content: center;
    }

    /* share */

    .share__bee #lottie-share-bee {
      width: 75px;
      margin: 0 auto;
    }

    @media (min-width: 767px) {
      .share__bee #lottie-share-bee {
        width: 110px;
      }
    }

    .share__bg {
      position: absolute;
      top: 0;
      z-index: -1;
    }

    @media (min-width: 767px) {
      .share__bg {
        top: 50%;
        transform: translateY(-50%);  
      }
    }

    /* Scroll down */

    .rr_scroll-down {
      bottom: calc(var(--vr));
      border-radius: 100%;
      height: 48px;
      width: 48px;
    }
    .rr_scroll-down__icon-static {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    /* Text Icon */
    .rr_text-icon {
      font-weight: bold;
    }
    @media only screen and (max-width: 640px) {
      .flip-flop--second .flip-flop__text,
      .flip-flop--four .flip-flop__text
      {
        margin-right: 0 !important;
      }
      .flip-flop__image-wrapper {
        height:auto !important;
      }
      #hs_cos_wrapper_module_1637086533832510_ > img:nth-child(1) {
        max-width: 100%;
      }
      .flip-flop--second .flip-flop__text {
        margin-right: 0 !important;
      }

    }
    .language-switcher {
      display: none;
    }