@charset "UTF-8";
/* v 2.8 */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* article.page.type-page{
  background-color: var(--global--color-light-gray);
} */
/* ajustes wordpress */
/* .widget-area {
  display: block;
  margin: 0;
  padding: 0;
}

.widget_search {
  margin: 0;

  .wp-block-search__inside-wrapper {
    justify-content: right;
  }

  .wp-block-search__button {
    width: fit-content;
    padding: 0 0 0 6px !important;
    height: 36px;
    border: none;
    background-color: transparent;

    &.has-icon svg {
      width: 30px !important;
      height: 30px !important;
      fill: currentColor !important;
    }

    &:hover {
      background-color: transparent !important;
      color: inherit !important;
    }
  }

  .wp-block-search__input {
    height: 36px;
    border: 1px solid;
  }
} */
.search-form {
  margin-bottom: 50px !important;
}
.search-form label {
  display: none;
}

.site-main {
  min-height: calc(100vh - 330px);
}

#primary-menu-list .sub-menu-toggle {
  display: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  padding-top: 0px !important;
  border: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
  content: "";
  border: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu .current-menu-item > a:first-child,
.primary-navigation > div > .menu-wrapper > li > .sub-menu .current_page_item > a:first-child {
  color: var(--primary-nav--color-text);
  border-bottom: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu .current-menu-item > a:first-child:hover,
.primary-navigation > div > .menu-wrapper > li > .sub-menu .current_page_item > a:first-child:hover {
  color: var(--roche--color-blue-60);
  border-bottom: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu .menu-item > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu .menu-item:first-child {
  padding-top: 10px !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu .menu-item:last-child {
  padding-bottom: 10px !important;
}

/* ajustes bootstrap */
.container {
  max-width: var(--responsive--alignwide-width) !important;
}

/* fondo gradiente */
#page {
  padding-top: 0;
  background: #BC36F0;
  background: linear-gradient(45deg, rgb(188, 54, 240) 10%, rgb(189, 227, 255) 40%, rgb(255, 232, 222) 70%);
}

article.page.type-page {
  background: white;
  background: linear-gradient(45deg, rgb(188, 54, 240) 0%, rgb(189, 227, 255) 20%, rgb(255, 232, 222) 70%);
}

.vidas-header {
  background-color: white;
}
.vidas-header .logos {
  padding: 20px 0 24px;
}
.vidas-header .search-container .vidas-search-button div {
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}
.vidas-header .search-container .vidas-search-button:hover div {
  border-bottom: 2px solid var(--roche--color-blue-60);
}

.vidas-footer {
  /* background-color: white; */
  padding: 36px 0 46px;
  --background-aware-gradient-bottom-right: linear-gradient(136.47deg, #fff 35.41%, #fff7f5 58%, #bde3ff 128.14%);
  background: var(--background-aware-gradient-bottom-right);
}
.vidas-footer .copy p {
  font-size: var(--global--font-size-md);
  padding-top: 12px;
  font-weight: 400;
}
.vidas-footer .disclaimer {
  padding-top: 36px;
}
.vidas-footer .disclaimer p {
  font-size: var(--global--font-size-xs);
  font-weight: 400;
}

/* contenido */
section {
  font-family: var(--global--font-primary);
  font-weight: 300;
}
section p {
  font-size: var(--global--font-size-xl);
  line-height: 1.4;
  margin-bottom: 16px;
}
section p.destacado {
  font-size: 26px;
  font-weight: 400;
}
section p b {
  font-weight: 400;
}
section p.small {
  font-size: var(--global--font-size-mdplus);
  font-weight: 300;
}
section h1,
section h2 {
  font-size: var(--global--font-size-xxxl);
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 24px;
}
section h3 {
  font-size: var(--global--font-size-h3);
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 24px;
}

.vidas-section {
  border-bottom: 20px solid #fad6c7;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

/* //MARK: home */
.vidas-home.block-0 {
  padding-top: 65px;
  padding-bottom: 54px;
  background-color: var(--global--color-light-gray);
}

.vidas-home.block-1 {
  padding-bottom: 280px;
}

.vidas-home.block-2 {
  padding-bottom: 150px;
}

.vidas-home.block-3 {
  padding-bottom: 100px;
  border-bottom: 2px solid var(--roche--color-blue-100);
}

.vidas-home.block-4 {
  border: none;
  background-color: var(--roche--color-blue-100);
  margin-top: auto;
}
.vidas-home.block-4 p {
  font-size: 13px;
  text-align: center;
  margin: 10px 0;
  color: white;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 12px;
  height: 12px;
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi44Myw2bDQuNTgtNC41OUw2LDBMMCw2bDYsNmwxLjQxLTEuNDFMMi44Myw2eiIgZmlsbD0iIzU0NEY0RiIvPgo8L3N2Zz4=);
}

.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC41ODk5OTYgMTAuNTlMMiAxMkw4IDZMMiAwTDAuNTg5OTk2IDEuNDFMNS4xNyA2TDAuNTg5OTk2IDEwLjU5WiIgZmlsbD0iIzU0NEY0RiIvPgo8L3N2Zz4=);
}

.carousel-control-next,
.carousel-control-prev {
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.vidas-slider-counter {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-dark-gray);
  padding: 12px 18px;
}

/* //MARK: Seccion 1 */
.vidas-s1,
.vidas-s2 {
  padding-bottom: 90px;
}

.vidas-s1.block-1,
.vidas-s2.block-1 {
  padding-top: 120px;
  background-position: 100% 0%;
  background-size: auto;
}

.vidas-s1.block-1 .s1-b1-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
  height: 100%;
  background-size: contain;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
.vidas-s1.block-1 .s1-b1-glass {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(40% - 40px);
  height: 100%;
  background-size: contain;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.vidas-s2.block-1 .s2-b1-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 40px);
  height: 100%;
  background-size: contain;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

.vidas-s1.block-2 {
  padding-bottom: 70px;
}
.vidas-s1.block-2 .card-back {
  border: none;
  border-radius: 15px;
  padding: 42px 36px 20px;
  background-color: #fff;
  background-clip: border-box;
  margin-top: 50px;
}
.vidas-s1.block-2 .card-back h1,
.vidas-s1.block-2 .card-back h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.vidas-s1.block-2 .card-back p {
  font-size: 18px;
  line-height: 24px;
}
.vidas-s1.block-2 .img1 {
  position: absolute;
  left: -220px;
  bottom: -112px;
  scale: 0.9;
}
.vidas-s1.block-2 .img2 {
  position: absolute;
  top: -95px;
  left: -140px;
  scale: 0.8;
}

.vidas-s2.block-2 {
  padding-bottom: 30px;
}
.vidas-s2.block-2 .card {
  padding: 24px 30px 10px;
  border-radius: 20px;
  border: none;
}
.vidas-s2.block-2 .card p {
  font-size: var(--global--font-size-lg);
}

.vidas-s1.block-3,
.vidas-s2.block-3,
.vidas-s1.block-4,
.vidas-s2.block-4 {
  margin-top: 0;
  background: linear-gradient(-90deg, rgba(188, 54, 240, 0.5) 10%, rgba(189, 227, 255, 0.5) 40%, rgba(255, 232, 222, 0.5) 70%);
}

.vidas-s1.block-3 {
  border-bottom: none;
  padding-top: 90px;
}
.vidas-s1.block-3 .s1-b3-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 40%;
  background-position: 20% 100%;
  background-repeat: no-repeat;
}

.vidas-s2.block-3 {
  border-bottom: none;
  padding-top: 90px;
}
.vidas-s2.block-3 p {
  font-size: 28px;
}

.vidas-s1.block-4 {
  padding-bottom: 50px;
}
.vidas-s1.block-4 .s1-b4-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.vidas-s2.block-4 {
  padding-bottom: 50px;
}
.vidas-s2.block-4 .btn-primary {
  background-color: white;
  border-color: white;
  color: var(--roche--color-blue-60);
  border-radius: 100px;
}
.vidas-s2.block-4 .btn-primary:hover {
  background-color: var(--roche--color-blue-60);
  border-color: var(--roche--color-blue-60);
  color: white;
}
.vidas-s2.block-4 .s2-b4-back1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.vidas-s1.block-3 .story-teaser__description,
.vidas-s1.block-8 .story-teaser__description {
  font-size: var(--global--font-size-mdplus);
  margin-bottom: 0;
}

.vidas-s1.block-4 .references {
  font-size: var(--global--font-size-xs);
  line-height: 1.4;
  font-weight: 300;
  color: #6f307b;
  word-wrap: break-word;
}
.vidas-s1.block-4 .references a {
  color: #6f307b;
  text-decoration: underline;
}

.vidas-s1.block-5 {
  padding-bottom: 10px;
}
.vidas-s1.block-5 .card {
  padding: 10px 40px 0;
  border-radius: 20px;
  background-color: #7D0096;
  border: none;
}
.vidas-s1.block-5 .card table {
  font-size: 14px;
  color: white;
  min-width: 0;
}
.vidas-s1.block-5 .card table thead tr th {
  font-weight: 300;
  text-align: left;
}
.vidas-s1.block-5 .card table tbody tr th {
  font-weight: 500;
}
.vidas-s1.block-5 .card table tbody tr th.title {
  font-size: 24px;
}
.vidas-s1.block-5 .references {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: #6f307b;
  word-wrap: break-word;
  text-align: center;
}
.vidas-s1.block-5 .references a {
  color: #6f307b;
  text-decoration: underline;
}
.vidas-s1.block-5 .s1-b5-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-size: 60%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.vidas-s2.block-5,
.vidas-s2.block-6 {
  padding-bottom: 40px;
}
.vidas-s2.block-5 .card-back,
.vidas-s2.block-6 .card-back {
  border: none;
  border-radius: 15px;
  padding: 64px 36px;
  background-color: #fff;
  background-clip: border-box;
}
.vidas-s2.block-5 .card-back h1,
.vidas-s2.block-5 .card-back h2,
.vidas-s2.block-6 .card-back h1,
.vidas-s2.block-6 .card-back h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.vidas-s2.block-5 .card-back p,
.vidas-s2.block-6 .card-back p {
  font-size: 18px;
  line-height: 24px;
}
.vidas-s2.block-5 ul,
.vidas-s2.block-6 ul {
  font-size: var(--global--font-size-xl);
  line-height: 1.4;
  padding-left: 22px;
}
.vidas-s2.block-5 ul b,
.vidas-s2.block-6 ul b {
  font-weight: 400;
}
.vidas-s2.block-5 .ul-check,
.vidas-s2.block-6 .ul-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vidas-s2.block-5,
.vidas-s2.block-6 {
  /* Step 2: Create space for the custom bullet */
}
.vidas-s2.block-5 .ul-check li,
.vidas-s2.block-6 .ul-check li {
  position: relative;
  padding-left: 22px;
  /* Moves text right to make room for bullet */
  margin-bottom: 10px;
}
.vidas-s2.block-5,
.vidas-s2.block-6 {
  /* Step 3: Inject and position your custom bullet */
}
.vidas-s2.block-5 .ul-check li::before,
.vidas-s2.block-6 .ul-check li::before {
  content: "✔";
  /* Use any text, symbol, or hex code like "\2713" */
  position: absolute;
  left: 0;
  /* Align it to the left edge of the LI container */
  top: 0;
  /* Fine-tune the vertical alignment */
  color: #2ecc71;
  /* Style the custom bullet color */
  font-weight: bold;
}

.vidas-s2.block-5 .img1 {
  position: absolute;
  left: 444px;
  bottom: -40px;
  scale: 1;
}
.vidas-s2.block-5 .s2-b5-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.vidas-s2.block-6 .img1 {
  position: absolute;
  left: 540px;
  top: -140px;
  scale: 0.6;
}

.vidas-s1.block-6 {
  padding-bottom: 300px;
}
.vidas-s1.block-6 .card {
  padding: 24px 30px 10px;
  border-radius: 20px;
  border: none;
}
.vidas-s1.block-6 .card p {
  font-size: var(--global--font-size-lg);
}
.vidas-s1.block-6 ul {
  font-size: var(--global--font-size-xl);
  line-height: 1.4;
  padding-left: 22px;
}
.vidas-s1.block-6 ul b {
  font-weight: 400;
}
.vidas-s1.block-6 .s1-b6-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 23% 100%;
  background-repeat: no-repeat;
}

.vidas-s2.block-7 {
  padding-bottom: 700px;
  border: none;
}
.vidas-s2.block-7 .card {
  padding: 24px 30px 10px;
  border-radius: 20px;
  border: none;
}
.vidas-s2.block-7 .card p {
  font-size: var(--global--font-size-lg);
}
.vidas-s2.block-7 .card h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.vidas-s2.block-7 .s2-b7-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 25% 0%;
  background-repeat: no-repeat;
}
.vidas-s2.block-7 .s2-b7-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.vidas-s1.block-7 {
  padding-bottom: 300px;
  background-position: 0% 100%;
  background-size: auto;
}
.vidas-s1.block-7 .title-pill {
  background-color: white;
  padding-top: 6px;
  padding-bottom: 5px;
  border-radius: 100px;
  font-weight: 500;
}
.vidas-s1.block-7 .title-pill p {
  margin-bottom: 0;
}
.vidas-s1.block-7 details {
  max-width: 800px;
  overflow: hidden;
  /* Keep this line to prevent an odd blue outline around the element in Safari. */
}
.vidas-s1.block-7 details summary {
  display: block;
  padding-bottom: 10px;
}
.vidas-s1.block-7 details summary::-webkit-details-marker {
  display: none;
}
.vidas-s1.block-7 details summary span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  color: var(--global--color-dark-gray);
  transition: all 400ms ease-out;
}
.vidas-s1.block-7 details summary span:hover {
  cursor: pointer;
}
.vidas-s1.block-7 details summary .detail-icon {
  position: absolute;
  top: 0px;
  left: 5px;
}
.vidas-s1.block-7 details summary .detail-icon svg path {
  fill: var(--global--color-dark-gray);
  transition: all 400ms ease-out;
}
.vidas-s1.block-7 .detail-content {
  box-sizing: border-box;
  max-width: 800px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border-bottom: 2px solid var(--roche--color-grey-40);
  transition: all 400ms ease-out;
}
.vidas-s1.block-7 .detail-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--global--color-dark-gray);
}
.vidas-s1.block-7 details:hover + div.detail-content {
  border-color: var(--roche--color-blue-100);
  transition: all 400ms ease-out;
}
.vidas-s1.block-7 details:hover summary span {
  color: var(--roche--color-blue-100);
  transition: all 400ms ease-out;
}
.vidas-s1.block-7 details:hover summary .detail-icon svg path {
  fill: var(--roche--color-blue-100);
}
.vidas-s1.block-7 details[open] + div.detail-content {
  max-height: 800px;
  /* Set a max-height value enough to show all the content */
  border-color: var(--roche--color-blue-100);
  transition: all 800ms ease-out;
}
.vidas-s1.block-7 details[open] summary span {
  color: var(--roche--color-blue-100);
  transition: all 400ms ease-out;
}
.vidas-s1.block-7 details[open] summary .detail-icon svg {
  rotate: 180deg;
}
.vidas-s1.block-7 details[open] summary .detail-icon svg path {
  fill: var(--roche--color-blue-100);
}

.vidas-s1.block-8 {
  border-bottom: none;
  padding-bottom: 0px;
}

.vidas-s1.block-8 .title,
.vidas-s1.block-8a .title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
.vidas-s1.block-8 .s1-b8-back,
.vidas-s1.block-8a .s1-b8-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 20% 0%;
  background-repeat: no-repeat;
}
.vidas-s1.block-8 .s1-b8-2-back,
.vidas-s1.block-8a .s1-b8-2-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - min(100vw - 8 * var(--global--spacing-horizontal), 1210px)) / 2);
  height: 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
.vidas-s1.block-8 .s1-b8-3-back,
.vidas-s1.block-8a .s1-b8-3-back {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - min(100vw - 8 * var(--global--spacing-horizontal), 1210px)) / 2);
  height: 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

.vidas-s1.block-9 {
  margin-bottom: 0;
  border: none;
}
.vidas-s1.block-9 .btn-primary {
  background-color: white;
  border-color: white;
  color: var(--roche--color-blue-60);
  border-radius: 100px;
}
.vidas-s1.block-9 .btn-primary:hover {
  background-color: var(--roche--color-blue-60);
  border-color: var(--roche--color-blue-60);
  color: white;
}
.vidas-s1.block-9 .s1-b9-1-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - min(100vw - 8 * var(--global--spacing-horizontal), 1210px)) / 2);
  height: 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
.vidas-s1.block-9 .s1-b9-2-back {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - min(100vw - 8 * var(--global--spacing-horizontal), 1210px));
  height: 100%;
  background-position: 30% 100%;
  background-repeat: no-repeat;
}
.vidas-s1.block-9 .s1-b9-3-back {
  position: absolute;
  top: -90px;
  right: 0;
  width: calc((100% - min(100vw - 8 * var(--global--spacing-horizontal), 1210px)) / 1.5);
  height: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.vidas-s1.block-10 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}

.vidas-s1.block-11 {
  border: none;
}
.vidas-s1.block-11 .card {
  padding: 20px 20px 10px;
  border-radius: 20px;
  border: none;
}
.vidas-s1.block-11 .card h1,
.vidas-s1.block-11 .card h2 {
  font-size: var(--global--font-size-xxl);
}
.vidas-s1.block-11 .card h1 span,
.vidas-s1.block-11 .card h2 span {
  font-size: 28px;
}
.vidas-s1.block-11 .card .item-border {
  border-top: 4px solid #fff7f5;
}
.vidas-s1.block-11 .card .item {
  margin-top: 0;
  padding-top: 16px;
  height: 100%;
}
.vidas-s1.block-11 .card .item p {
  font-size: var(--global--font-size-md);
}
.vidas-s1.block-11 .card .item p.number {
  text-align: center;
  border-radius: 100px;
  background-color: #ffe8de;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 24px;
}
.vidas-s1.block-11 .card .item p.tag {
  border-radius: 50px;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
  font-weight: 400;
  color: white;
}
.vidas-s1.block-11 .card .item p.tag.red {
  background-color: #ff1f26;
}
.vidas-s1.block-11 .card .item p.tag.blue {
  background-color: #0b41cd;
}
.vidas-s1.block-11 .references {
  color: white;
}
.vidas-s1.block-11 .references a {
  color: white;
}
.vidas-s1.block-11 .references p {
  padding-bottom: 0;
  padding-left: 24px;
  font-weight: 400;
}
.vidas-s1.block-11 .references ol {
  padding-left: 36px;
}
.vidas-s1.block-11 .references ol li {
  word-wrap: break-word;
  font-style: italic;
}
.vidas-s1.block-11 .references ol li::marker {
  font-style: normal;
  font-weight: 400;
}
.vidas-s1.block-11 .references li,
.vidas-s1.block-11 .references p {
  font-size: var(--global--font-size-xs);
}
.vidas-s1.block-11 .img img {
  width: 120%;
  top: 50px;
  left: -30px;
}
.vidas-s1.block-11 .s1-b11-back {
  position: absolute;
  top: 0;
  left: -15px;
  width: 200%;
  height: 100%;
  background-size: contain;
  background-position: 0% 90%;
  background-repeat: no-repeat;
}

.vidas-s1.block-12 {
  border: none;
  margin-top: auto;
  padding-bottom: 0;
}
.vidas-s1.block-12 p {
  font-size: 13px;
  text-align: center;
  margin: 10px 0;
  color: white;
}

.vidas-s2.block-8 {
  border: none;
  background-color: var(--roche--color-blue-100);
  margin-top: auto;
  padding-bottom: 0;
}
.vidas-s2.block-8 p {
  font-size: 13px;
  text-align: center;
  margin: 10px 0;
  color: white;
}

@media only screen and (max-width: 991px) {
  .vidas-home.block-1 {
    padding-bottom: 300px;
  }
  .vidas-home.block-2 {
    padding-bottom: 280px;
  }
  .vidas-home.block-3 {
    padding-bottom: 370px;
  }
  .vidas-s1.block-1 {
    padding-bottom: 290px;
  }
  .vidas-s1.block-1 .s1-b1-back {
    width: calc(60% - 40px);
    background-position: 0% 100%;
  }
  .vidas-s1.block-1 .s1-b1-glass {
    width: calc(60% - 40px);
    background-position: 0% 15%;
  }
  .vidas-s1.block-2 .img1 {
    left: -170px;
    bottom: -146px;
    scale: 0.75;
  }
  .vidas-s1.block-3 .s1-b3-back {
    background-size: 50%;
    background-position: 5% 90%;
  }
  .vidas-s1.block-5 .s1-b5-back {
    background-size: 90%;
  }
  .vidas-s1.block-8a .s1-b8-2-back {
    background-size: 190%;
    background-position: 100% 5%;
  }
  .vidas-s1.block-8a .s1-b8-3-back {
    background-size: 200%;
  }
  .vidas-s1.block-9 .s1-b9-3-back {
    width: calc((100% - min(100vw - 8 * var(--global--spacing-horizontal), 1210px)) / 1);
    background-size: 110%;
  }
  .vidas-s1.block-11 .img img {
    width: 100%;
    left: -116px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --global--spacing-vertical: 20px;
  }
  .search-container {
    position: absolute;
    right: 32px;
    top: 20px;
    width: auto;
  }
  .vidas-home.block-1 {
    padding-bottom: 220px;
  }
  .vidas-home.block-2 {
    padding-bottom: 200px;
  }
  .vidas-home.block-3 {
    padding-bottom: 280px;
  }
  .story-teaser.story-teaser--variant-a .story-teaser__description {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .vidas-s1 {
    padding-bottom: 60px;
  }
  .vidas-s1.block-1 {
    padding-top: 60px;
  }
  .vidas-s1.block-2 .card-back h1,
  .vidas-s1.block-2 .card-back h2 {
    padding-top: 60px;
  }
  .vidas-s1.block-2 .img1 {
    left: -160px;
    bottom: -146px;
    scale: 0.75;
  }
  .vidas-s1.block-2 .img2 {
    top: -120px;
    right: -200px;
    scale: 0.7;
  }
  .vidas-s1.block-5 {
    padding-bottom: 200px;
  }
  .vidas-s1.block-7 {
    padding-bottom: 170px;
    background-size: 50%;
  }
  .vidas-s1.block-8a .title {
    padding-top: 90px !important;
  }
  .vidas-s1.block-8a .s1-b8-2-back {
    background-size: 140%;
    background-position: 100% 0%;
  }
  .vidas-s1.block-8a .s1-b8-3-back {
    background-size: 140%;
    background-position: -70% 100%;
  }
  .vidas-s1.block-9 .s1-b9-3-back {
    background-position: -380% 0%;
  }
  .vidas-s1.block-11 .card h1 span,
  .vidas-s1.block-11 .card h2 span {
    display: block;
  }
  .vidas-s1.block-11 .img img {
    width: 100%;
    left: -66px;
  }
}
@media only screen and (max-width: 575px) {
  .vidas-home.block-3 {
    padding-bottom: 200px;
  }
  .vidas-s1.block-1 .s1-b1-back {
    width: calc(90% - 40px);
    background-position: 0% 100%;
  }
  .vidas-s1.block-2 .card-back {
    padding-left: 100px;
  }
  .vidas-s1.block-2 .card-back h1,
  .vidas-s1.block-2 .card-back h2 {
    padding-top: 0px;
    padding-left: 2rem !important;
  }
  .vidas-s1.block-2 .img1 {
    left: -140px;
    bottom: -146px;
    scale: 0.75;
  }
  .vidas-s1.block-2 .img2 {
    top: -150px;
    right: 70px;
    scale: 0.7;
  }
  .vidas-s1.block-5 .s1-b5-back {
    width: 65%;
  }
  .vidas-s1.block-7 {
    background-size: 70%;
  }
  .vidas-s1.block-9 .s1-b9-3-back {
    background-size: 80%;
    background-position: 230% 11%;
  }
  .vidas-s1.block-11 .img img {
    left: -66px;
  }
}
@media only screen and (max-width: 481px) {
  .vidas-home.block-1 {
    padding-bottom: 150px;
  }
  .vidas-home.block-2 {
    padding-bottom: 140px;
  }
  .vidas-home.block-3 {
    padding-bottom: 160px;
  }
  .vidas-s1.block-1 {
    padding-bottom: 210px;
  }
  .vidas-s1.block-1 .s1-b1-back {
    width: calc(100% - 15px);
    background-position: 0% 100%;
  }
  .vidas-s1.block-1 .s1-b1-glass {
    width: calc(75% - 40px);
    background-position: 0% 0%;
  }
  /* .vidas-s1.block-2 {
    padding-bottom: 50px;
    .img1 {
      left: -140px;
      bottom: -334px;
      scale: 0.75;
    }
  } */
  .vidas-s1.block-6 .s1-b6-back {
    background-size: 90%;
  }
  .vidas-s1.block-7 {
    background-size: contain;
  }
  .vidas-s1.block-9 .s1-b9-3-back {
    display: none;
  }
  .vidas-s1.block-11 .img img {
    left: -30px;
  }
}
/* ajustes roche */
/* .story-teaser.story-teaser--variant-a {
  .button {
    font-family: var(--button--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: var(--button--font-size);
    line-height: 1.3125rem;
    position: relative;
    width: 100%;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
    user-select: none;
    transition-property: background, box-shadow, color;
    transition-duration: 0.22s;
    transition-timing-function: ease-in;
  }
} */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0.75rem 1.25rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #544F4F;
  font-size: 14px;
  background-color: white;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .rejectcookies,
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.button {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: roche-sans;
  font-size: var(--button-font-size-small-up);
  font-style: normal;
  font-weight: 200;
  font-weight: 400;
  gap: 0.75rem;
  justify-content: center;
  line-height: 1.3125rem;
  min-height: 3.5rem;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  transition-duration: 0.22s;
  transition-property: background, border-color, box-shadow, color;
  transition-timing-function: ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

@media (min-width: 48rem) {
  .button {
    font-size: var(--button-font-size-medium-up);
    line-height: 1.4375rem;
    min-width: 6rem;
  }
}
.button .button__icon-container {
  fill: currentcolor;
  align-items: center;
  display: flex;
  height: 1.5rem;
  pointer-events: none;
  position: relative;
  width: 1.5rem;
}

.button .button__text {
  pointer-events: none;
}

.button.button--left-aligned {
  justify-content: start;
}

.button.button--primary {
  background: var(--color-roche-blue-600);
  color: var(--color-white-100);
}

.button.button--primary:focus,
.button.button--primary:focus-visible {
  outline: var(--color-roche-blue-600) dashed 2px;
  outline-offset: 2px;
}

.button.button--primary:focus:not(:focus-visible) {
  outline: 0;
}

.button.button--primary:hover {
  color: white !important;
  background: var(--color-dark-blue-900);
  box-shadow: 0 0.75rem 1.5rem rgba(33, 33, 33, 0.2392156863);
}

.button.button--primary:active {
  background: var(--color-shadow-blue-400);
}

.button.button--primary.button--disabled {
  background: var(--color-grey-200);
  border-color: transparent;
  color: var(--color-text-secondary);
  cursor: default;
}

.button.button--primary.button--disabled:hover {
  box-shadow: none;
}

.button.button--secondary {
  background: 0 0;
  border: 1px solid var(--color-roche-blue-600);
  color: var(--color-roche-blue-600);
}

.button.button--secondary:focus,
.button.button--secondary:focus-visible {
  outline: var(--color-roche-blue-600) dashed 2px;
  outline-offset: unset;
}

.button.button--secondary:focus:not(:focus-visible) {
  outline: 0;
}

.button.button--secondary:focus,
.button.button--secondary:focus-visible {
  border: 1px solid transparent;
  color: var(--color-roche-blue-600);
}

.button.button--secondary:hover {
  border: 1px solid var(--color-dark-blue-900);
  color: var(--color-dark-blue-900);
}

.button.button--secondary:active {
  border: 1px solid var(--color-roche-blue-600);
  color: var(--color-roche-blue-600);
}

.button.button--secondary:focus:not(:focus-visible) {
  border: 1px solid var(--color-roche-blue-600);
  color: var(--color-roche-blue-600);
}

.button.button--secondary:focus:hover {
  border: 1px solid var(--color-dark-blue-900);
  color: var(--color-dark-blue-900);
}

.button.button--secondary:focus:active {
  border: 1px solid var(--color-roche-blue-600);
  color: var(--color-roche-blue-600);
}

.button.button--secondary.button--disabled {
  background: 0 0;
  border-color: var(--color-text-secondary);
  color: var(--color-text-secondary);
  cursor: default;
}

.button.button--secondary.button--disabled:hover {
  box-shadow: none;
}

.button.button--tertiary {
  background: 0 0;
  color: var(--color-roche-blue-600);
}

@media (min-width: 48rem) {
  .button.button--tertiary {
    min-width: 100%;
  }
}
.button.button--tertiary:focus,
.button.button--tertiary:focus-visible {
  outline: var(--color-roche-blue-600) dashed 2px;
  outline-offset: unset;
}

.button.button--tertiary:focus:not(:focus-visible) {
  outline: 0;
}

.button.button--tertiary:hover {
  background: var(--color-shadow-blue-100);
  color: var(--color-dark-blue-900);
}

.button.button--tertiary:active {
  background: 0 0;
}

.button.button--tertiary.button--disabled {
  background: 0 0;
  border-color: transparent;
  color: var(--color-text-secondary);
  cursor: default;
}

.button.button--tertiary.button--disabled:hover {
  box-shadow: none;
}

.button.button--success {
  background: var(--color-success);
}

.button.button--error,
.button.button--success {
  color: var(--color-white-100);
  cursor: default;
  pointer-events: none;
}

.button.button--error {
  background-color: var(--color-error);
}

.button.button--bottom-fixed {
  background-color: var(--color-white-100);
  border-radius: 0.9375rem 0.9375rem 0 0;
  bottom: 0;
  box-shadow: 0 -0.1875rem 0.5rem rgba(0, 0, 0, 0.2509803922);
  color: var(--color-roche-blue-600);
  cursor: pointer;
  height: 4rem;
  justify-content: center;
  left: 0;
  position: fixed;
  z-index: 50;
}

.button.button--bottom-fixed .button__icon-container {
  color: var(--color-black-900);
}

.button-wrapper {
  margin-top: 2rem;
}

@media (min-width: 48rem) {
  .button-wrapper {
    display: inline-block;
  }
}
.button-wrapper.button-wrapper--no-margin {
  margin: 0 !important;
}

.button-wrapper ~ .button-wrapper {
  margin-top: 0.5rem;
}

@media (min-width: 48rem) {
  .button-wrapper ~ .button-wrapper {
    margin-left: 0.5rem;
    margin-top: 2rem;
  }
}
@media (min-width: 48rem) {
  [dir=rtl] .button-wrapper ~ .button-wrapper {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal-content .btn-primary {
  color: #fff;
  background-color: var(--roche--color-blue-60);
  border-color: var(--roche--color-blue-60);
}
.modal-content .btn {
  border-radius: 1.25rem;
}/*# sourceMappingURL=style-fixes.css.map */