/* === COLORS === */
/* === TRANSITIONS === */
/* === SIZES === */
/* New public web */
/* line 74, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pastel-orange {
  background-color: #fce6a6;
}

/* line 76, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-orange {
  background-color: #fef7e5;
}

/* line 78, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-green {
  background-color: #eef7e5;
}

/* line 80, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-white {
  background-color: #fff;
}

/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.color-dark-red {
  color: #970b00;
}

/* line 3, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 0;
  background-color: transparent;
  position: relative;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section.heart .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/public/01-atoms/section/heart-eab38a61a6cc050771ccad8ffea85d722d6a0b197d155250193a99ec30700a76.svg);
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  /* line 3, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section {
    padding: 4.5rem 0;
  }
}
/* line 26, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section .tabs {
  margin-bottom: 5rem !important;
}
/* line 28, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-video {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
/* line 33, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-video .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
/* line 40, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-video .container h1 {
  margin-top: 20%;
  color: white;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 40, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-video .container h1 {
    text-align: left;
  }
}
/* line 46, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-video video {
  width: 100%;
  padding: 0;
  display: block;
}
/* line 50, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
/* line 60, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/assets/public/01-atoms/section/bottom-mask-5f2aa874ed728b943186b54c6034e76fa06f42b87b627b74682f10279112faf5.svg);
  background-size: 100%;
  z-index: 2;
}
/* line 72, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-top {
  margin-left: auto;
  margin-right: auto;
  background-color: #009B72;
  text-align: center;
  padding-top: 8.5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  /* line 72, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-top {
    background-color: white;
    padding-bottom: 5rem;
    text-align: left;
    background-size: auto 100%;
    min-height: 332px;
  }
  /* line 85, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-top .color-white {
    color: black !important;
  }
  /* line 87, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-top.dark {
    background-image: url(/assets/public/01-atoms/section/darktop-a479c98de655346b2d82132eab8e9825d91d2cc84669105e886e44415c617fdf.svg);
  }
}
@media screen and (min-width: 1440px) {
  /* line 72, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-top {
    background-size: 100% 100%;
  }
}
/* line 91, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-top-dark {
  background-color: #0C1624;
  padding-top: 5.5rem;
}
@media screen and (min-width: 992px) {
  /* line 91, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-top-dark {
    background-color: transparent;
    background-image: url(/assets/public/01-atoms/section/top_dark-fe786c9dcd53604f38119428ddc4730d4433b65fb3adab33ec38acd0711b3cf5.svg);
    background-position: -200px top;
    background-repeat: no-repeat;
    background-size: calc(100% + 200px) 100%;
    min-height: 732px;
  }
}
/* line 103, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section-top-light {
  background-color: #F4F9FE;
  padding-top: 5.5rem;
}
@media screen and (min-width: 992px) {
  /* line 103, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section-top-light {
    background-color: transparent;
    background-image: url(/assets/public/01-atoms/section/top-5647e4af00b47b4b191a5467b5f0adc9474f40182f9b723af978f0f2e4975a94.svg);
    background-position: -200px top;
    background-repeat: no-repeat;
    background-size: calc(100% + 200px) 100%;
    min-height: 732px;
  }
}
/* line 115, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h2.section-title, .section h5.section-title {
  margin-bottom: 2rem;
  text-align: center;
  padding-top: calc(1rem + 6px);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  /* line 115, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
  .section h2.section-title, .section h5.section-title {
    margin-bottom: 5rem;
    padding-top: calc(1.5rem + 6px);
  }
}
/* line 126, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h2.section-title {
  position: relative;
}
/* line 128, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h2.section-title.text-left {
  max-width: 100%;
}
/* line 130, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h5.section-title {
  position: relative;
}
/* line 132, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h5.section-title::before {
  content: "";
  background: #009B72;
  width: 3rem;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* line 141, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h5.section-title.text-left {
  max-width: 100%;
}
/* line 143, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section h5.section-title.text-left::before {
  left: 0;
  transform: none;
}
/* line 146, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/section.sass */
.section.white-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
