@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@charset "UTF-8";
/** Vendor */
/** Settings */
/** Main variables */
/** Theme colors */
/** Typography */
/** Font Weight */
/** SASS Rem config */
/** Initialize.css config */
/** Options */
/** Optional values */
@font-face {
  font-family: 'Zona Pro';
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.eot');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.eot.css?#iefix')
    format('embedded-opentype');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.woff2.css')
    format('woff2');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.woff.css')
    format('woff');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.ttf.css')
    format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Zona Pro';
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.eot.css');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.eot.css?#iefix')
    format('embedded-opentype');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.woff2.css')
    format('woff2');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.woff.css')
    format('woff');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.ttf.css')
    format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Zona Pro';
  src: url('https://avongroup.vteximg.com.br/arquivos/ZonaPro.eot.css');
  src: url('https://avongroup.vteximg.com.br/arquivos/ZonaPro.eot.css?#iefix')
    format('embedded-opentype');
  src: url('https://avongroup.vteximg.com.br/arquivos/ZonaPro.woff2.css')
    format('woff2');
  src: url('https://avongroup.vteximg.com.br/arquivos/ZonaPro.woff.css')
    format('woff');
  src: url('https://avongroup.vteximg.com.br/arquivos/ZonaPro.ttf.css')
    format('truetype');
  src: url('https://avongroup.vteximg.com.br/arquivos/ZonaPro.svg.css#ZonaPro')
    format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zona Pro';
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.eot.css');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.eot.css?#iefix')
    format('embedded-opentype');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.woff2.css')
    format('woff2');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.woff.css')
    format('woff');
  src: url('https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.ttf.css')
    format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TuskerGrotesk';
  src: url('https://institutoavon.org.br/wp-content/themes/avon-wp/assets/fonts/TuskerGrotesk-Bold.otf');
  font-weight: 800;
  font-style: bold;
}

@font-face {
  font-family: 'Alexander Lettering';
  src: url('https://avongroup.vteximg.com.br/arquivos/Alexander Lettering.ttf.css');
}

/** Tools */
/**
 * Register all z-indexes values
 * Desc order (...5003, 5002, 5001)
 */
/**
 * Z-indexes organization
 * Main file is in: scss/01-settings/_z-indexes.scss
 */
/**
 * Screen Sizes
 */
/**
* Breakpoints - Media Queries
*/
/**
 * Media Queries
 * Mobile first
 */
/**
 * Common Helpers
 */
/**
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * Custom text selection style
 */
/**
 * Custom input placeholders
 */
/**
 * Custom default browser scrollbar
 */
/**
 * Generate arrow on a pseudo-element
 * To set color, use 'border-color' inside a class
 *
 * @param  {string} $position:     up              Arrow position (up, right, bottom, left)
 * @param  {string} $arrow-width:  20px             Arrow Width
 * @param  {string} $arrow-size:   $arrow-width/4   Arrow size
 *
 * @return A CSS Arrow
 */
/**
 * @include triangle within a pseudo element and add positioning properties (ie. top, left)
 * $direction: up, down, left, right
 */
@media only screen and (min-width: 1024px) {
  .header__menu.submenu-open {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    transition: transform 250ms ease-in-out;
    width: 100%;
    z-index: 5004;
    padding: 2.1875rem 1.875rem;
    background: #f7f7fc 0% 0%;
    box-shadow: 0 0.1875rem 0.375rem #ecedf4cc;
  }
  .header__menu:not(.open) {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 1023px) {
  .header__menu__close {
    position: absolute;
    right: 1.875rem;
    top: 2.1875rem;
    font-size: 1.5rem;
    color: #666975;
    font-weight: bold;
    z-index: 5006;
  }
}

.header__menu__items {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .header__menu__items {
    flex-flow: column;
  }
  .header__menu__items.submenu-open {
    max-height: 0;
  }
  .header__menu__items.submenu-open .menu-item .header__menu__link {
    font-size: 0;
  }
}

.header__menu__item {
  font-size: 1rem;
}

@media only screen and (max-width: 1023px) {
  .header__menu__item {
    color: #666975;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .header__menu__item + .header__menu__item {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .header__menu__item {
    color: #fff;
  }
}

@media screen and (min-width: 1500px) {
  .header__menu__item {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .header__menu__item + .header__menu__item {
    margin-left: 1.5rem;
  }
}

.header__menu__link {
  position: relative;
  transition: color 400ms ease-in-out;
}

@media only screen and (min-width: 1024px) {
  .header__menu__link {
    font-family: 'Zona Pro', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
  }
}

.header__menu__link.current-page {
  color: #171717;
  font-weight: 600;
}

.header__menu__link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.625rem;
  width: 0;
  height: 0.0625rem;
  background-color: #d41581;
  transition: color 400ms ease-in-out;
}

.header__menu__link.is--active {
  color: #d41581 !important;
}

.header__menu__link.is--active + .submenu {
  max-height: 56.25rem;
  opacity: 1;
  visibility: visible;
}

.header__menu__link.is--active
  + .submenu
  > .submenu__wrapper
  .submenu__wrapper__slider {
  background-color: #532784;
}

.header__menu__link.is--active::after {
  width: 100%;
}

.header.toggle-background {
  background-color: #fff;
}

.header.toggle-background .header__menu__link:not(.is--active) {
  color: #191919;
}

.header {
  display: flex;
}

.header__logo .home-logo svg {
  width: 7.8125rem;
}

.header .active-logo {
  width: 7.8125rem;
  height: 4.375rem;
  display: none;
}

.header .search-active-logo {
  display: none;
}

.header.toggle-background .home-logo {
  display: none;
}

.header.toggle-background .active-logo {
  display: block;
}

.header.toggle-background .search-active-logo {
  display: block;
}

.header.toggle-background .search-default-logo {
  display: none;
}

.header {
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .header__search svg {
    transition: background-color 200ms ease-in-out;
    border-radius: 100%;
  }
  .header__search:hover svg {
    background-color: #fff;
  }
  .header__search:hover svg path {
    fill: #d41581;
  }
}

.header__search__overlay {
  transition: all 0.75s cubic-bezier(0.1, 0.5, 0, 1);
  transition-delay: 100ms;
  max-height: 35.625rem;
  height: 40rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  visibility: unset;
  z-index: 5003;
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay {
    padding: 2.1875rem 1.875rem;
  }
}

.header__search__overlay:not(.active) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.header__search__overlay .search__form {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .header__search__overlay .search__form {
    justify-content: center;
  }
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form {
    flex-flow: column;
    padding-top: 3.375rem;
  }
}

.header__search__overlay .search__form__title {
  color: #666975;
  font-size: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  margin: 2.5rem 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .header__search__overlay .search__form__close,
  .header__search__overlay .search__form__logo {
    position: absolute;
    top: 3rem;
  }
}

.header__search__overlay .search__form__close {
  right: 2.125rem;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__close {
    right: 0;
    top: 0;
    position: absolute;
  }
  .header__search__overlay .search__form__close path {
    fill: #666975;
  }
}

@media only screen and (min-width: 1024px) {
  .header__search__overlay .search__form__logo {
    left: 2.125rem;
    width: 9.375rem;
    height: 4.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__logo path {
    fill: #777;
  }
}

.header__search__overlay .search__form__wrapper {
  width: 62.5rem;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .header__search__overlay .search__form__wrapper {
    height: 6.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__wrapper {
    width: 100%;
    margin-bottom: 2.1875rem;
  }
}

.header__search__overlay .search__form__field {
  width: 100%;
}

.header__search__overlay .search__form__field__title {
  display: block;
  font-size: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  color: #191919;
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__field__title {
    margin-top: 1.4375rem;
    font-size: 0.875rem;
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.header__search__overlay .search__form__field__label {
  position: absolute;
  right: 0;
  top: -0.625rem;
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__field__label svg {
    width: 2rem;
    height: 2rem;
  }
  .header__search__overlay .search__form__field__label svg path {
    fill: #777;
  }
}

.header__search__overlay .search__form__field__submit {
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.875rem;
  color: #000;
  background-color: #f39ac1;
  padding: 0.4375rem 1.875rem 0.4375rem 1.125rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__search__overlay .search__form__field__submit svg {
  margin-right: 0.3125rem;
}

.header__search__overlay .search__form__field__input {
  width: 100%;
  border-bottom: 0.125rem solid gray;
  padding-bottom: 2.4375rem;
  font-size: 2.5rem;
  color: #d41581;
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__field__input {
    font-size: 1rem;
    padding-bottom: 0.625rem;
  }
}

.header__search__overlay .search__form__field__input::-moz-placeholder {
  color: #d41581;
  font-size: 3rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: bold;
  padding-left: 0.625rem;
}

.header__search__overlay .search__form__field__input:-ms-input-placeholder {
  color: #d41581;
  font-size: 3rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: bold;
  padding-left: 0.625rem;
}

.header__search__overlay .search__form__field__input::placeholder {
  color: #d41581;
  font-size: 3rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: bold;
  padding-left: 0.625rem;
}

@media only screen and (max-width: 1023px) {
  .header__search__overlay .search__form__field__input::-moz-placeholder {
    font-size: 0;
  }
  .header__search__overlay .search__form__field__input:-ms-input-placeholder {
    font-size: 0;
  }
  .header__search__overlay .search__form__field__input::placeholder {
    font-size: 0;
  }
}

.headroom {
  position: fixed;
  will-change: transform;
  transition: transform 200ms linear, background-color 400ms ease-in-out;
  transition-delay: 0.25s;
  top: 0;
  left: 0;
}

.headroom--pinned {
  transition: all 0.2s ease-in-out 0s;
  transition-delay: 0.25s;
}

.headroom--pinned:not(.headroom--top) {
  transform: translate3d(0, -100%, 0);
}

.headroom--unpinned {
  transform: translate3d(0, 0, 0);
  background-color: rgba(37, 37, 37, 0.8);
}

.headroom--unpinned .current-page {
  color: #fff;
}

.secondsubmenu__links {
  height: 0;
  opacity: 0;
}

.secondsubmenu__link {
  padding: 0.25rem;
  font-weight: 300;
  margin-left: 8px;
  color: #d41581;
}

.submenu {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .submenu {
    position: fixed;
    left: 0;
    top: 0;
    transition: transform 250ms ease-in-out;
    z-index: 5005;
    padding: 2.1875rem 1.875rem;
    background: #f7f7fc 0% 0%;
    box-shadow: 0 0.1875rem 0.375rem #ecedf4cc;
  }
  .submenu:not(.active) {
    transform: translateX(-100%);
  }
}

.submenu__title {
  margin-left: 0.625rem;
}

.submenu__heading {
  width: 100%;
  padding-bottom: 1.25rem;
  position: relative;
}

.submenu__heading::after {
  content: '';
  width: 100vw;
  height: 0.09375rem;
  background-color: rgba(119, 119, 119, 0.1);
  position: absolute;
  bottom: 0;
  left: -1.875rem;
}

.submenu .menu-item:hover .secondsubmenu__links {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .submenu .menu-item:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .submenu {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    margin-top: 4.688rem;
    transition: all 0.675s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
}

.submenu__wrapper {
  display: flex;
  max-height: 56.25rem;
  transition: max-height 0.375s cubic-bezier(0.4, 0, 1, 1);
}

@media only screen and (max-width: 1023px) {
  .submenu__wrapper {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .submenu__wrapper {
    height: 26.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .submenu__wrapper__options {
    width: 40%;
    padding: 3.125rem 0 4rem 4rem;
  }
}

.submenu__wrapper__slider {
  background-color: #fff;
  transition: background-color 1.5s ease-in-out;
  padding: 2.5rem;
  padding-right: 0;
  width: 60%;
  height: 100%;
}

.submenu__wrapper__slider .swiper-pagination-bullets {
  bottom: 0.9375rem;
  position: absolute;
  left: unset;
}

.submenu__wrapper__slider .swiper-pagination-bullet {
  height: 0.625rem;
  width: 0.625rem;
  border: 0.0625rem solid #d41581;
}

.submenu__wrapper__slider .swiper-pagination-bullet-active {
  background-color: #d41581;
}

.submenu .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.submenu__link {
  font-size: 1.5rem;
  color: #191919;
  transition: all 200ms ease-in-out;
}

.submenu__link.see-all {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 1rem;
}

@media only screen and (max-width: 1023px) {
  .submenu__link.see-all {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .submenu__link {
    padding: 0.25rem;
  }
}

@media only screen and (max-width: 1023px) {
  .submenu__link {
    font-size: 1.125rem;
    color: #666975;
  }
}

@media only screen and (min-width: 1024px) {
  .submenu__link:hover {
    color: #fff;
    background-color: #d41581;
  }
}

.submenu__slide__image {
  border-radius: 100%;
  width: 12.5rem;
  height: 12.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 2.875rem;
}

.submenu__slide__text {
  max-height: 6.25rem;
  max-width: 43.75rem;
  overflow: hidden;
  width: 70%;
  font-size: 1rem;
  color: #fff;
}

.submenu__slide__title {
  max-height: 3.4375rem;
  overflow: hidden;
  font-size: 1.4375rem;
  line-height: 1.625rem;
  max-width: 70%;
  color: #fff;
}

.overlay-component {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5001;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.overlay-component:not(.active) {
  display: none;
}

/* stylelint-disable */
body.page-template-archive-institute .header.headroom--top,
body.page-template-archive-content-mama-cancer .header.headroom--top,
body.page-template-archive-content-violence-against-women
  .header.headroom--top {
  background: linear-gradient(180deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

body.page-template-archive-institute .header.headroom--unpinned,
body.page-template-archive-content-mama-cancer .header.headroom--unpinned,
body.page-template-archive-content-violence-against-women
  .header.headroom--unpinned {
  background-color: rgba(255, 255, 255, 0.9);
}

body.page-template-archive-institute .header__open path,
body.page-template-archive-content-mama-cancer .header__open path,
body.page-template-archive-content-violence-against-women .header__open path {
  fill: #aa5049;
}

body.page-template-archive-institute .header__menu__item,
body.page-template-archive-institute .header__menu__link,
body.page-template-archive-content-mama-cancer .header__menu__item,
body.page-template-archive-content-mama-cancer .header__menu__link,
body.page-template-archive-content-violence-against-women .header__menu__item,
body.page-template-archive-content-violence-against-women .header__menu__link {
  color: #777;
}

body.page-template-archive-institute .header__menu__item.current-page,
body.page-template-archive-institute .header__menu__link.current-page,
body.page-template-archive-content-mama-cancer .header__menu__item.current-page,
body.page-template-archive-content-mama-cancer .header__menu__link.current-page,
body.page-template-archive-content-violence-against-women
  .header__menu__item.current-page,
body.page-template-archive-content-violence-against-women
  .header__menu__link.current-page {
  color: #d41581 !important;
}

body.page-template-archive-institute .header__menu__item:hover,
body.page-template-archive-institute .header__menu__link:hover,
body.page-template-archive-content-mama-cancer .header__menu__item:hover,
body.page-template-archive-content-mama-cancer .header__menu__link:hover,
body.page-template-archive-content-violence-against-women
  .header__menu__item:hover,
body.page-template-archive-content-violence-against-women
  .header__menu__link:hover {
  color: inherit;
}

body.page-template-archive-institute .header__search .icon-search path,
body.page-template-archive-content-mama-cancer
  .header__search
  .icon-search
  path,
body.page-template-archive-content-violence-against-women
  .header__search
  .icon-search
  path {
  fill: #d41581;
}

@media only screen and (max-width: 1023px) {
  body.page-template-archive-institute .header__search .icon-search path,
  body.page-template-archive-content-mama-cancer
    .header__search
    .icon-search
    path,
  body.page-template-archive-content-violence-against-women
    .header__search
    .icon-search
    path {
    fill: #4e2583;
  }
}

body.page-template-archive-institute .header .home-logo svg path,
body.page-template-archive-content-mama-cancer .header .home-logo svg path,
body.page-template-archive-content-violence-against-women
  .header
  .home-logo
  svg
  path {
  fill: #666975;
}

@media only screen and (max-width: 1023px) {
  body.page-template-archive-institute .header .home-logo svg path,
  body.page-template-archive-content-mama-cancer .header .home-logo svg path,
  body.page-template-archive-content-violence-against-women
    .header
    .home-logo
    svg
    path {
    fill: #4e2583;
  }
}

body.page-template-archive-coalitionLP .header.headroom--top {
  background: linear-gradient(180deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

body.page-template-archive-coalitionLP .header__open path {
  fill: #aa5049;
}

body.page-template-archive-coalitionLP .header__menu__item,
body.page-template-archive-coalitionLP .header__menu__link {
  color: #777;
}

body.page-template-archive-coalitionLP .header__search .icon-search path {
  fill: #d41581;
}

@media only screen and (max-width: 1023px) {
  body.page-template-archive-coalitionLP .header__search .icon-search path {
    fill: #777;
  }
}

body.page-template-archive-coalitionLP .header .home-logo svg path {
  fill: #666975;
}

@media only screen and (max-width: 1023px) {
  body.page-template-archive-coalitionLP .header .home-logo svg path {
    fill: #4e2583;
  }
}

body.page-template-archive-coalitionLP
  .header.headroom--unpinned
  .header__menu__item,
body.page-template-archive-coalitionLP
  .header.headroom--unpinned
  .header__menu__link {
  color: #eee;
}

body.page-template-archive-coalitionLP
  .header.headroom--unpinned
  .header__search
  .icon-search
  path {
  fill: #d41581;
}

@media only screen and (max-width: 1023px) {
  body.page-template-archive-coalitionLP
    .header.headroom--unpinned
    .header__search
    .icon-search
    path {
    fill: #eee;
  }
}

body .menu-item-1994 .submenu__link.see-all {
  display: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3125rem 4.25rem 0.3125rem 3.125rem;
  width: 100%;
  z-index: 5002;
  background-color: rgba(37, 37, 37, 0.8);
}

@media only screen and (max-width: 1023px) {
  .header {
    padding: 0 1.5625rem 0.3125rem;
  }
}

.footer__copyright {
  display: block;
  padding: 2rem 6.25rem 4.125rem;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer__wrapper {
  display: flex;
  justify-content: center;
  padding: 2rem 3rem;
  max-width: 112.5rem;
  margin: 0 auto;
}

/* @media screen and (min-width: 1600px) {
  .footer__wrapper {
    padding: 5.125rem 12.125rem 5.125rem 4rem;
  }
} */

@media only screen and (max-width: 1023px) {
  .footer__wrapper {
    align-items: center;
    flex-flow: column;
    padding: 2rem 1.5rem;
  }
}

.footer__menu {
  padding: 2rem 1rem;
  border-bottom: 0.0625rem solid #fff;
}

/* @media only screen and (min-width: 1024px) {
  .footer__menu {
    padding-left: 2.5rem;
  }
} */

.footer__menu__items {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .footer__menu__items {
    flex-flow: column;
    align-items: center;
  }
}

.footer__menu__item {
  flex: 1;
}

@media only screen and (min-width: 1024px) {
  .footer__menu__item + .footer__menu__item {
    margin-left: 1.875rem;
  }
}

.footer__menu__link {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .footer__menu__link {
    font-weight: 400;
  }

  .footer__submenu {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .footer__menu__link {
    font-size: 1rem;
  }
}

.footer__social {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 60rem;
  padding: 0 0 3rem;
}

@media screen and (min-width: 1600px) {
  .footer__social {
    max-width: 77.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__social {
    padding: 0 1.5rem 2.0625rem;
  }
}

.footer__social__title {
  display: block;
  color: #fff;
  line-height: 0.875rem;
  margin-bottom: 1.625rem;
}

@media screen and (max-width: 1600px) {
  .footer__social__title {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer__social__title {
    text-align: center;
  }
}

.footer__social__items {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .footer__social__items {
    justify-content: center;
  }
}

.footer__social__item + .footer__social__item {
  margin-left: 1.875rem;
}

.footer__submenu__link,
.footer__submenu__item {
  max-width: 100%;
}

.footer__submenu__link {
  font-weight: 400;
}

.footer__submenu__item {
  font-size: 0.625rem;
  color: #fff;
  max-width: 10rem;
}

@media screen and (min-width: 1600px) {
  .footer__submenu__item {
    font-size: 0.875rem;
  }
}

.footer__submenu__item + .footer__submenu__item {
  margin-top: 0.8125rem;
}

.footer__newsletter {
  padding: 2.625rem 4rem;
  background-image: url('../../images/common_background_desk.png');
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 960px) and (max-width: 1440px) {
  .footer__newsletter {
    padding: 2.625rem 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter {
    padding: 2rem 1.5rem;
    background-image: url('../../images/common_background_mobile.png');
  }
}

.footer__newsletter-form {
  display: flex;
  justify-content: center;
  max-width: 120rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter-form {
    flex-flow: column;
  }
}

.footer__newsletter-form__text {
  margin-right: 2.5rem;
  font-size: 1rem;
  color: #ecedf4;
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter-form__text {
    margin-bottom: 2rem;
    width: 11.875rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__newsletter-form__field input {
  height: 3.1875rem;
  border-bottom: 0.0625rem solid #fff;
  font-family: 'Zona Pro', sans-serif;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .footer__newsletter-form__field input {
    max-width: 19.4375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter-form__field input {
    width: 100%;
  }
}

.footer__newsletter-form__field input::-moz-placeholder {
  color: #fff;
  font-size: 1rem;
}

.footer__newsletter-form__field input:-ms-input-placeholder {
  color: #fff;
  font-size: 1rem;
}

.footer__newsletter-form__field input::placeholder {
  color: #fff;
  font-size: 1rem;
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter-form__field input::-moz-placeholder {
    font-family: 'Zona Pro', sans-serif;
    font-weight: 600;
  }
  .footer__newsletter-form__field input:-ms-input-placeholder {
    font-family: 'Zona Pro', sans-serif;
    font-weight: 600;
  }
  .footer__newsletter-form__field input::placeholder {
    font-family: 'Zona Pro', sans-serif;
    font-weight: 600;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter-form__field + .footer__newsletter-form__field {
    margin: 2rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__newsletter-form__field + .footer__newsletter-form__field {
    margin-left: 2.5rem;
    margin-right: 3.625rem;
  }
}

.footer__newsletter-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__newsletter-form__submit input {
  width: 10.625rem;
  border: 0.0625rem solid #fff;
  color: #fff;
  padding: 1.125rem;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .footer__newsletter-form__submit input {
    padding: 0.5625rem 1.125rem;
  }
}

.footer .wpcf7-form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.footer .wpcf7-form__success--text p {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.075rem;
}

.footer .wpcf7-form__success--icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.footer .wpcf7-form__success--icons a {
  margin: 0px 10px;
}

.footer .wpcf7-form__success--icons a img {
  width: 30px;
}

@media only screen and (max-width: 1023px) {
  .footer__logo {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 250px;
  }
}

.footer {
  background: #101010;
}

.archive-breadcrumb {
  position: absolute;
  left: 4.375rem;
  top: 7.1875rem;
}

.archive-breadcrumb p,
.archive-breadcrumb span,
.archive-breadcrumb strong {
  font-size: 0.75rem !important;
}

.archive-breadcrumb a,
.archive-breadcrumb span {
  color: #dedede;
}

.archive-breadcrumb strong {
  color: #fff;
}

.archive-breadcrumb:not(.category) a,
.archive-breadcrumb:not(.category) span {
  color: #777;
}

.archive-breadcrumb:not(.category) strong {
  color: #171717;
}

.js--toggle-view-more {
  position: relative;
  cursor: pointer;
}

.js--toggle-view-more::after {
  content: '';
  display: block;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  transform: translateY(-50%) rotate(270deg);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' width='%7B%7B width %7D%7D' height='%7B%7B height %7D%7D' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%7B%7B fill %7D%7D' d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.js--dropdown-wrapper:not(.shown) .dropdown-content {
  opacity: 1;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.js--dropdown-wrapper.shown .js--toggle-view-more::after {
  transform: translateY(-50%) rotate(90deg);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' width='%7B%7B width %7D%7D' height='%7B%7B height %7D%7D' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d41581' d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.container {
  padding: 1.5rem 1rem;
}

/* CSS Novo banner */
.home__banner .swiper-banner-button-prev {
  left: 1rem;
}

@media only screen and (max-width: 768px) {
  .home__banner .swiper-banner-button-prev {
    left: 1rem;
  }
}

.home__banner .swiper-banner-button-next {
  right: 1rem;
}

@media only screen and (max-width: 768px) {
  .home__banner .swiper-banner-button-next {
    right: 1rem;
  }
}

.home__banner .swiper-banner-button-prev,
.home__banner .swiper-banner-button-next {
  background: rgba(255, 255, 255, 0.5);
  top: 18.75rem;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .home__banner .swiper-banner-button-prev,
  .home__banner .swiper-banner-button-next {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.home__banner .swiper-banner-button-prev::after,
.home__banner .swiper-banner-button-next::after {
  font-size: 1.25rem;
  border: 0;
  outline: none;
  color: #fff;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .home__banner .swiper-banner-button-prev::after,
  .home__banner .swiper-banner-button-next::after {
    font-size: 0.75rem;
  }
}

/* CSS Banner antigo, com dados preenchidos pelo CMS */
/* .home {
  &__presentation {
    width: 100%;
    padding: rem(88px + $desktopHeaderHeight) rem(163px) 0 rem(140px);
    background-image: url("../../images/home/fundo-desktop.png");
    background-position: center;
    background-size: cover;

    @include mq("md", max) {
      padding: rem($mobileHeaderHeight + 30px) rem(20px) rem(40px);
    }

    &__wrapper {
      display: flex;
      justify-content: space-around;

      @include mq("md", max) {
        flex-flow: column;
      }
    }

    &__left {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;

      @include mq("md", min) {
        height: rem(400px);
        max-width: rem(448px);
        margin-right: rem(138px);
      }

      @include mq("md", max) {
        order: 2;
      }

      &__title {
        font-size: rem(48px);
        color: $color-clear-white;
        margin-bottom: rem(17px);
        line-height: rem(56px);
        font-family: "Zona Pro", sans-serif;
        font-weight: 300;

        @include mq("md", max) {
          margin-top: rem(30px);
          font-size: rem(24px);
          line-height: rem(34px);
        }
      }

      &__text {
        font-size: rem(16px);
        color: $color-clear-white;
      }
    }

    &__right {
      width: rem(557px);
      height: rem(520px);
      box-shadow: 0 rem(4px) rem(4px) rgba(#000, 0.25);
      border-radius: rem(200px) 0 rem(200px) 0;

      @include mq("md", min) {
        transform: translateY(rem(30px));
      }

      @include mq("md", max) {
        order: 1;
        width: 100%;
        max-width: rem(570px);
        height: rem(310px);
        border-radius: rem(100px) 0 rem(100px) 0;
      }

      &__banner {
        border-radius: rem(200px) 0 rem(200px) 0;
        object-fit: cover;
        height: 100%;

        @include mq("md", max) {
          border-radius: rem(100px) 0 rem(100px) 0;
        }
      }
    }
  }
} */
.home__followup {
  width: 100%;
  background-color: #fff;
  flex-flow: column;
  padding: 1.5625rem 5.625rem 1.5625rem;
  max-width: 120rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1600px) {
  .home__followup {
    padding: 1.5625rem 11.25rem 1.5625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__followup {
    padding: 2rem 1.5rem;
  }
}

.home__followup__heading__title {
  color: #4e2583;
  font-size: 3rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
}

@media only screen and (min-width: 1024px) {
  .home__followup__heading__title {
    margin-bottom: 0.5625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__followup__heading__title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
  }
}

.home__followup__heading__note {
  font-size: 1.25rem;
  color: #4e2583;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .home__followup__heading__note {
    font-size: 1rem;
    font-weight: 300;
  }
}

.home__followup__content {
  display: flex;
  flex-flow: column;
  margin-top: 2rem;
  max-width: 66.375rem;
  width: 100%;
}

.home__followup__content__icons,
.home__followup__content__wrapper {
  display: flex;
  width: 100%;
}

.home__followup__content__icon {
  flex: 1;
}

.home__followup__content__wrapper + .home__followup__content__wrapper {
  margin-left: 4.0625rem;
}

.home__followup__content__title,
.home__followup__content .textwidget {
  width: 13.75rem;
}

.home__followup__content__title {
  font-family: 'Zona Pro', sans-serif;
  font-weight: bold;
  color: #4e2583;
  margin-top: 0.9375rem;
  margin-bottom: 0.5rem;
}

.home__followup__content__placeholder::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
  .home__followup__content__placeholder {
    flex: 1;
  }
}

.home__followup__content__placeholder:nth-of-type(1)::before {
  background-image: url('../../images/home/lampada.png');
}

.home__followup__content__placeholder:nth-of-type(2)::before {
  background-image: url('../../images/home/hands.png');
}

.home__followup__content__placeholder:nth-of-type(3)::before {
  background-image: url('../../images/home/hearth.png');
}

.home__followup__content__placeholder:nth-of-type(4)::before {
  background-image: url('../../images/home/megafone.png');
}

.home__our-performance {
  width: 100%;
  background-image: url('../../images/home/atuacoes-fundo-desktop.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1.5625rem 5.625rem 1.5625rem;
  max-width: 120rem;
}

@media screen and (min-width: 1600px) {
  .home__our-performance {
    padding: 1.5625rem 11.25rem 1.5625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__our-performance {
    padding: 2rem 1.5rem;
    background-attachment: fixed;
  }
}

.home__our-performance__heading__title,
.home__our-performance__heading__sub {
  background: linear-gradient(93.19deg, #b71f18 0%, #d65608 98.26%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home__our-performance__heading__title {
  font-size: 2.125rem;
  text-align: center;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  .home__our-performance__heading__title {
    font-weight: 600;
    font-size: 1.5rem;
  }
}

.home__our-performance__heading__sub {
  font-family: 'Zona Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .home__our-performance__heading__sub {
    text-transform: lowercase;
    font-weight: 300;
  }
}

.home__our-performance__heading__options {
  margin-top: 2.125rem;
  border: 0.125rem solid #b71f18;
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
}

.home__our-performance__heading__button {
  color: #b71f18;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .home__our-performance__heading__button {
    white-space: nowrap;
    padding: 0.5rem 1rem;
  }
}

.home__our-performance__heading__button:first-of-type {
  border-radius: 0.3125rem 0 0 0.3125rem;
  width: 50%;
}

.home__our-performance__heading__button:last-of-type {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.home__our-performance__heading__button.active {
  color: #fff;
}

.home__our-performance__heading__button.active:not(.mama-cancer) {
  background-image: linear-gradient(93.19deg, #b71f18 0%, #d65608 98.26%);
}

.home__our-performance__heading__button.active.mama-cancer {
  background-color: #d41581;
  border-color: #d41581;
}

.home__our-performance__wrapper {
  display: flex;
  flex-flow: wrap;
  max-width: 66.375rem;
  margin-top: 2.5rem;
  width: 100%;
}

.home__our-performance__wrapper:not(.active) {
  display: none;
}

.home__our-performance__wrapper__content {
  width: calc(230px - 30px);
}

.home__our-performance__wrapper__content__title {
  font-size: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  white-space: nowrap;
  color: #4e2583;
  margin-bottom: 0.5rem;
  width: 12.5rem;
}

.home__our-performance__wrapper__content .textwidget {
  width: 12.5rem;
}

.home__our-performance__wrapper__content .textwidget p {
  font-size: 1rem;
  color: #777;
}

@media only screen and (min-width: 1024px) {
  .home__our-performance__wrapper__content:not(:nth-of-type(4n)) {
    margin-right: 4.0625rem;
  }
  .home__our-performance__wrapper__content:nth-of-type(n + 5) {
    margin-top: 2rem;
  }
}

.home__histories {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1.5625rem 5.625rem 1.5625rem;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 1600px) {
  .home__histories {
    padding: 1.5625rem 11.25rem 1.5625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__histories {
    padding: 2rem 1.5rem;
  }
}

.home__histories__carousel {
  width: 100%;
}

.home__histories .swiper-wrapper {
  max-width: 66.375rem;
}

.home__histories .swiper-button {
  border: 0.125rem solid #d41581;
  border-radius: 100%;
  height: 2.75rem;
  width: 3rem;
}

.home__histories .swiper-button::after {
  font-size: 1rem;
  color: #d41581;
  font-weight: bold;
}

.home__histories .swiper-button-next {
  right: 3.75rem;
}

.home__histories .swiper-button-prev {
  left: 3.75rem;
}

.home__histories__title {
  margin-bottom: 1.5rem;
  font-size: 2.125rem;
  text-align: center;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  color: #4e2583;
}

@media only screen and (max-width: 1023px) {
  .home__histories__title {
    font-weight: 600;
    font-size: 1.5rem;
  }
}

.home__histories__history {
  background-color: #fff;
}

.home__histories__history__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 248px;
}

.home__histories__history__image {
  margin-bottom: 0.625rem;
  max-width: 21.125rem;
  max-height: 14.875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.home__histories__history__wrapper {
  display: flex;
  height: 8.125rem;
}

@media only screen and (max-width: 1023px) {
  .home__histories__history__wrapper {
    height: 9.375rem;
  }
}

.home__histories__history__wrapper::before {
  content: '';
  display: block;
  max-width: 2.375rem;
  min-width: 2.375rem;
  height: 100%;
  margin-right: 1rem;
  background-image: url('https://institutoavon.org.br/wp-content/uploads/2021/04/seloInstitucionalword.png');
}

.home__histories__history__wrapper-violencia {
  display: flex;
  height: 8.125rem;
}

@media only screen and (max-width: 1023px) {
  .home__histories__history__wrapper-violencia {
    height: 9.375rem;
  }
}

.home__histories__history__wrapper-violencia::before {
  content: '';
  display: block;
  max-width: 2.375rem;
  min-width: 2.375rem;
  height: 100%;
  margin-right: 1rem;
  background-image: url('../../images/home/pattern-violence.png');
}

.home__histories__history__wrapper-cancer {
  display: flex;
  height: 8.125rem;
}

@media only screen and (max-width: 1023px) {
  .home__histories__history__wrapper-cancer {
    height: 9.375rem;
  }
}

.home__histories__history__wrapper-cancer::before {
  content: '';
  display: block;
  max-width: 2.375rem;
  min-width: 2.375rem;
  height: 100%;
  margin-right: 1rem;
  background-image: url('../../images/home/pattern-cancer.png');
}

.home__histories__history__title {
  margin-bottom: 1rem;
  color: #171717;
  font-size: 1rem;
  min-height: 2.5rem;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .home__histories__history__title {
    width: 17.875rem;
  }
}

.home__histories__history__text {
  font-size: 0.875rem;
  color: #777;
}

@media only screen and (min-width: 1024px) {
  .home__histories__history__text {
    width: 17.875rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__histories__history__text {
    font-weight: 600;
  }
}

.home__histories__scrollNews {
  margin-top: 100px;
  padding: 20px;
  border: 0.125rem solid #d41581;
  color: #d41581;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.home__women {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 1.5625rem 0;
}

.home__women__title {
  color: #4e2583;
  font-size: 2.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .home__women__title {
    margin-bottom: 1.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__women__title {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 1.25rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .home__women iframe {
    width: 62.5rem;
    height: 23.125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .home__women iframe {
    width: 100%;
    max-width: 26.875rem;
    height: 15.625rem;
  }
}

.single_main-image {
  width: 100%;
  height: 36.9375rem;
  background: url('../../images/common_background_desk.png');
  background-size: 100% 132%;
  background-repeat: no-repeat;
}

.single_main-image-photo {
  z-index: 5;
  display: block;
  margin: 0 auto;
  max-width: 62.1875rem;
  max-height: calc(430px + 161px);
  transform: translateY(97px);
  padding-top: 161px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1023px) {
  .single_main-image {
    background: url('../../images/common_background_mobile.png');
    height: 21.875rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .single_main-image-photo {
    z-index: 5;
    display: block;
    margin: 0 auto;
    padding-top: 161px;
    width: 20.25rem;
    height: 24.625rem;
    transform: translateY(0);
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.single__container {
  width: 100%;
  background-color: #fff;
  top: 31.375rem;
}

@media only screen and (max-width: 1023px) {
  .single__container {
    top: 33.4375rem;
    width: 100%;
  }
}

.single__container__content {
  padding: 9.375rem 12.5rem 0 12.5rem;
}

@media only screen and (max-width: 1023px) {
  .single__container__content {
    padding: 4.375rem 0 0 0;
    position: relative;
    width: 90%;
    left: 5%;
  }
}

.single__container__title {
  color: #171717;
  font-family: 'Zona Pro', sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2.5rem;
  width: 70%;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 1023px) {
  .single__container__title {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.75rem;
    width: 85%;
    margin-bottom: 1.25rem;
  }
}

.single__container__subtitle {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.171875rem;
  margin-bottom: 2.5rem;
  color: #8899a6;
}

@media only screen and (max-width: 1023px) {
  .single__container__subtitle {
    font-size: 1.125rem;
    line-height: 1.125rem;
    width: 85%;
    margin-bottom: 1.25rem;
  }
}

.single__container_text {
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  line-height: 2.375rem;
  margin-bottom: 1.25rem;
  color: black;
}

.single__container_text a {
  color: #d41581;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .single__container_text {
    font-size: 1rem;
    line-height: 1.5625rem;
    width: 85%;
    margin-bottom: 1.25rem;
  }
}

.single__container__author {
  display: flex;
  width: 60%;
  padding-left: 12.5rem;
  margin-top: 3.125rem;
}

@media only screen and (max-width: 1023px) {
  .single__container__author {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
}

.single__container__author-image {
  width: 9.125rem;
  height: 9.125rem;
  margin-right: 2.3125rem;
}

@media only screen and (max-width: 1023px) {
  .single__container__author-image {
    display: flex;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

.single__container__author-info {
  display: flex;
  flex-direction: column;
}

.single__container__author-info p {
  color: black;
}

@media only screen and (max-width: 1023px) {
  .single__container__author-info {
    align-items: center;
    width: 90%;
    margin-bottom: 2.5rem;
  }
}

.single__container__author-name {
  font-weight: bold;
  padding-bottom: 10px;
}

.related__container {
  border-top: 1px solid #c7c7c7;
  position: relative;
  width: 75%;
  left: 12.5%;
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 1023px) {
  .related__container {
    width: 90%;
    left: 5%;
  }
}

.related__title {
  color: #171717;
  font-family: 'ZonaPro-Regular', sans-serif;
  font-size: 2.125rem;
  font-weight: normal;
  line-height: 2.5rem;
  margin: 2.5rem 0 1.875rem 0;
}

@media only screen and (max-width: 1023px) {
  .related__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.related__news {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .related__news {
    flex-direction: column;
  }
}

.related__content {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .related__content {
    width: 95%;
    margin-bottom: 2.75rem;
  }
}

.related__content img {
  width: 100%;
  height: 13.8125rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin-bottom: 1.25rem;
}

.related__content-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #171717;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 0.9375rem;
}

.related__content span {
  font-family: 'Lato', sans-serif;
  color: #8899a6;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  max-height: 3.4375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.institutional__content {
  padding: 0 1rem;
  margin: auto;
  max-width: 70rem;
}

.instituto-avon .archive-institute__right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 1024px) {
  .instituto-avon .archive-institute__right {
    padding: 9.375rem 9.375rem 5rem 0;
    flex: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__right {
    background-color: #fff;
  }
}

.instituto-avon .archive-institute__post {
  width: 37.5rem;
  min-height: 12.5rem;
  padding: 2rem;
  background-color: #fff;
  border: 0.0625rem solid #dedede;
  box-sizing: border-box;
  box-shadow: -0.25rem 0.25rem 1.5rem rgba(196, 196, 196, 0.25);
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}

.instituto-avon .archive-institute__post:not(:first-of-type) {
  margin-top: 1rem;
}

.instituto-avon .archive-institute__post__title {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.instituto-avon .archive-institute__post > p {
  font-size: 1rem;
  line-height: 1.171875rem;
  color: #000;
  width: 27.375rem;
}

.instituto-avon .archive-institute__post__see-more {
  margin-bottom: 2.5rem;
  transition: all 400ms ease-in-out;
}

.instituto-avon .archive-institute__post__see-more:not(.active) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}

.instituto-avon .archive-institute__post__worker {
  margin-top: 1.5rem;
}

.instituto-avon .archive-institute__post__profile {
  display: flex;
}

.instituto-avon .archive-institute__post__profile__image {
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.instituto-avon .archive-institute__post__profile__information {
  margin-bottom: 1.5rem;
}

.instituto-avon .archive-institute__post__profile__name {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
}

.instituto-avon .archive-institute__post__profile__occupation {
  color: #777;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__post__profile__occupation {
    font-size: 0.875rem;
  }
}

.instituto-avon .archive-institute__post__profile__view-more {
  display: block;
  margin-top: 1rem;
  color: #d41581;
  font-size: 0.875rem;
}

.instituto-avon .archive-institute__post__profile__view-more.view-less::before {
  content: 'ver menos';
}

.instituto-avon
  .archive-institute__post__profile__view-more:not(.view-less)::before {
  content: 'ver mais';
}

.instituto-avon .archive-institute__post__profile__description {
  margin-top: 1rem;
  color: #777;
  font-size: 1rem;
  max-height: 43.75rem;
  transition: all 400ms ease-in-out;
}

.instituto-avon .archive-institute__post__profile__description:not(.show) {
  overflow: hidden;
  max-height: 0;
}

.instituto-avon .archive-institute__post__content.wp-content {
  padding: 0;
  color: #777;
  padding-top: 2.5rem;
}

.instituto-avon .archive-institute__post__content.wp-content strong,
.instituto-avon .archive-institute__post__content.wp-content h3 {
  color: #171717;
}

.instituto-avon .archive-institute__post__content.wp-content h3 {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.instituto-avon .archive-institute__post__content.wp-content ul,
.instituto-avon .archive-institute__post__content.wp-content li {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  list-style: none;
}

.instituto-avon .archive-institute__post__content.wp-content-reports a {
  background-color: #d41581;
  color: #fff !important;
  text-decoration: none !important;
  width: 10rem;
  padding: 15px 0;
  text-align: center;
  margin: 10px 15px 15px 0;
}

.instituto-avon .archive-institute__post__content.wp-content p {
  font-size: 1rem;
  line-height: 1.1875rem;
  max-width: 32.125rem;
  color: #171717;
}

.instituto-avon .archive-institute__post__content.wp-content p a {
  text-decoration: underline;
  color: #d41581;
}

.instituto-avon .archive-institute__post__content.wp-content p a:hover {
  color: black;
}

.instituto-avon .archive-institute__post__content.wp-content .graphic-content {
  display: flex;
  flex-flow: wrap;
}

.instituto-avon
  .archive-institute__post__content.wp-content
  .graphic-content
  .info {
  width: auto;
  margin-right: 2rem;
}

.instituto-avon
  .archive-institute__post__content.wp-content
  .graphic-content
  .info
  h4 {
  color: #4e2583;
  font-size: 2.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}

.instituto-avon
  .archive-institute__post__content.wp-content
  .graphic-content
  .info
  p {
  width: 10rem;
}

.instituto-avon .archive-institute__post__content.wp-content div.flex {
  display: flex;
}

.instituto-avon .archive-institute__post__content.wp-content div.flex > div {
  width: calc(50% - 32px);
}

.instituto-avon
  .archive-institute__post__content.wp-content
  div.flex
  > div:first-of-type {
  margin-right: 2rem;
}

.instituto-avon
  .archive-institute__post__content.wp-content
  div.flex
  > div
  ul:last-of-type {
  margin-left: 2rem;
}

.instituto-avon .archive-institute__post__content.wp-content div.flex > div li {
  position: relative;
  padding-left: 0.5rem;
  white-space: nowrap;
}

.instituto-avon
  .archive-institute__post__content.wp-content
  div.flex
  > div
  li::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #777;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.instituto-avon .archive-institute__view-more {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.25rem;
  height: 1.25rem;
}

.instituto-avon .archive-institute__view-more span {
  width: 0.9375rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background-color: #000;
  display: block;
  transition: all 400ms ease-in-out;
}

.instituto-avon .archive-institute__view-more span:nth-of-type(2) {
  transform: rotate(90deg) translateX(-2px);
}

.instituto-avon .archive-institute__view-more.active span:first-of-type {
  opacity: 0;
}

.instituto-avon .archive-institute__view-more.active span:last-of-type {
  transform: rotate(0);
}

.instituto-avon .archive-institute__left {
  padding: 9.375rem 0.625rem 5rem 9.375rem;
  width: 35.625rem;
  background: linear-gradient(
    90.34deg,
    #fff 0.25%,
    #fff 85.69%,
    rgba(255, 255, 255, 0) 99.67%
  );
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__left {
    background: none;
    padding: 5.625rem 1.625rem 1.25rem;
    width: 100%;
  }
}

.instituto-avon .archive-institute__left__content {
  width: 21.25rem;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__left__content {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 2.5rem;
    border-radius: 0.625rem;
    box-shadow: -0.25rem 0.25rem 1.5rem rgba(196, 196, 196, 0.5);
  }
}

.instituto-avon .archive-institute__left__title {
  color: #d41581;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__left__title {
    font-weight: 600;
    font-size: 1.5rem;
    white-space: nowrap;
    text-align: center;
  }
}

.instituto-avon .archive-institute__left__text {
  color: #777;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__left__text {
    line-height: 1.1875rem;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
}

.instituto-avon .archive-institute__left .author {
  display: block;
  margin: 1.25rem 0;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__left .author {
    text-align: center;
  }
}

.instituto-avon .archive-institute__left__redirect {
  padding: 0.9375rem 1.875rem;
  color: #d41581;
  border: 0.0625rem solid #d41581;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon .archive-institute__left__redirect {
    width: 10rem;
    display: block;
    margin: 0 auto;
    font-weight: 500;
  }
}

.archive-institute__topics {
  background-color: #fff;
  padding: 2rem 1.5rem;
}

.archive-institute__topic__toggle {
  font-size: 0.875rem;
  color: #777;
  border: 0.0625rem solid #777;
  border-radius: 0.1875rem;
  padding: 1.125rem 0.9375rem;
  white-space: nowrap;
  transition: background-color 400ms ease-in-out;
  max-width: 8.4375rem;
}

.archive-institute__topic__toggle.active {
  background-color: #000;
  color: #fff;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
  box-shadow: 0 0 0.3125rem #000;
}

.archive-institute__topic__content__presentation {
  padding: 1.625rem 0;
}

.archive-institute__topic__content__presentation h3 {
  color: #191919;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.archive-institute__topic__content__presentation:not(.shown) {
  display: none;
}

.archive-institute__topic__content__presentation p:not([class]) {
  color: #777;
  font-size: 1rem;
}

.archive-institute__topic__content__presentation p strong {
  color: #171717;
  line-height: 1.1875rem;
}

.archive-institute__topic__content__presentation div:not([class]) > .flex {
  display: flex;
}

.archive-institute__topic__content__presentation div:not([class]) > .flex ul {
  padding: 0;
  width: 50%;
}

.archive-institute__topic__content__presentation
  div:not([class])
  > .flex
  ul
  li {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #777;
}

.archive-institute__topic__content__presentation
  div:not([class])
  > .flex
  ul
  li::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #777;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.archive-institute__topic__content__presentation .graphic-content {
  display: flex;
  flex-flow: wrap;
}

.archive-institute__topic__content__presentation .graphic-content .info {
  width: calc(50% - 16px);
}

.archive-institute__topic__content__presentation .graphic-content .info h4 {
  white-space: nowrap;
  color: #4e2583;
  font-size: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
}

.archive-institute__topic__content__presentation
  .graphic-content
  .info:nth-child(2n) {
  margin-left: 2rem;
}

.archive-institute__topic__content__title {
  font-size: 1.5rem;
}

.archive-institute__topic__content__main {
  font-size: 0.9375rem !important;
  color: #171717 !important;
  font-family: 'Zona Pro', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.1875rem !important;
}

.instituto-avon {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  background-image: url('../../images/instituto-avon/fundo.png');
  background-size: 100%;
  background-attachment: fixed;
}

@media only screen and (max-width: 1023px) {
  .instituto-avon {
    flex-flow: column;
  }
}

.archive-category__presentation {
  width: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
  .archive-category__presentation {
    height: 34.6875rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category__presentation {
    height: 31.25rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
}

.archive-category__presentation__wrapper {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .archive-category__presentation__wrapper {
    height: 100%;
    width: 77.5rem;
    padding: 7.1875rem 6.5625rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category__presentation__wrapper {
    padding: 8.125rem 1.25rem 0;
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category__presentation__person {
    position: absolute;
    bottom: 0.3125rem;
    right: 1.875rem;
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category__presentation__person {
    display: none;
  }
}

.archive-category__presentation__highlight {
  display: flex;
}

.archive-category__presentation__icon {
  width: auto;
}

.archive-category__presentation__title {
  font-size: 3rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  margin: 1.875rem 0 0.9375rem;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .archive-category__presentation__title {
    width: 42.1875rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category__presentation__title {
    font-size: 2.125rem;
    margin: 1rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category__presentation__buttons {
    margin-left: unset;
  }
}

.archive-category__presentation__button {
  width: 8.0625rem;
  min-height: 3.375rem;
  padding: 0.75rem 0.4375rem;
  color: #777;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border-width: 0.0625rem;
  border-color: transparent;
  border-style: solid;
}

@media only screen and (max-width: 1023px) {
  .archive-category__presentation__button {
    padding: 0.625rem 0.3125rem;
  }
}

.archive-category__presentation__button.active {
  color: #fff;
  background-color: #171717;
}

.archive-category__presentation__button:not(.active) {
  border-color: rgba(119, 119, 119, 0.3);
}

@media only screen and (min-width: 1024px) {
  .archive-category__presentation__button
    + .archive-category__presentation__button {
    margin-left: 0.5625rem;
  }
}

.archive-category__presentation__button[data-topic='o-que-podemos-fazer-por-voce'] {
  display: none;
}

.archive-category__text h2 {
  margin-top: 1.25rem !important;
  color: #d65608 !important;
  font-weight: 600 !important;
}

@media only screen and (max-width: 1023px) {
  .archive-category__text h2 {
    padding-left: 0 !important;
  }
}

.archive-category__post-content {
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .archive-category__post-content {
    padding-bottom: 3.75rem;
  }
}

.archive-category__post-content-wrapper {
  box-shadow: 0 -0.25rem 0.3125rem rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .archive-category__post-content-wrapper {
    transform: translateY(-0.625rem);
    box-shadow: none;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category__post-content-wrapper {
    transform: translateY(-5.625rem);
    max-width: 77.5rem;
    border-top-left-radius: 10.625rem;
    padding: 1.875rem 5.5rem 0;
    width: 85%;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content {
    width: 100%;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 1.25rem 1.25rem;
  }
}

.archive-category .wp-content-reports {
  padding: 0;
  color: #777;
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.archive-category .wp-content-reports a {
  background-color: #d41581;
  color: #fff !important;
  text-decoration: none !important;
  width: 10rem;
  padding: 15px 0;
  text-align: center;
  margin: 10px 15px 15px 0;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content-reports a {
    width: 6rem;
  }
}

.archive-category .wp-content div[data-topic] {
  transition: all 400ms ease-in-out;
}

.archive-category .wp-content div[data-topic] > h2 {
  color: #171717;
  font-size: 2.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content div[data-topic] > h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8125rem;
  }
}

.archive-category .wp-content div[data-topic] > p {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin: 0;
}

.archive-category .wp-content div:not(.shown)[data-topic] {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.archive-category .wp-content .archive-category__topic {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__topic {
    margin-top: 3.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__topic {
    padding-left: 3.875rem;
  }
  .archive-category .wp-content .archive-category__topic:not(:first-of-type),
  .archive-category .wp-content .archive-category__topic:not(:last-of-type) {
    padding-top: 3.875rem;
  }
  .archive-category .wp-content .archive-category__topic:last-of-type {
    padding-top: 0;
    border-left: unset;
  }
  .archive-category
    .wp-content
    .archive-category__topic:last-of-type
    .archive-category__topic-icon {
    top: 0;
  }
  .archive-category .wp-content .archive-category__topic:first-of-type {
    padding-top: 0;
    margin-top: 3.875rem;
  }
  .archive-category
    .wp-content
    .archive-category__topic:first-of-type
    .archive-category__topic-icon {
    top: 0;
  }
  .archive-category .wp-content .archive-category__topic:nth-of-type(3) {
    padding-bottom: 3.875rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__topic h2 {
    margin-top: 0;
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__topic h2 {
    margin-top: 0;
  }
}

.archive-category .wp-content .archive-category__topic-icon {
  background-color: #d41581;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-category .wp-content .archive-category__topic-icon img {
  margin: 0;
  max-width: 2rem;
  max-height: 2rem;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__topic-icon {
    left: -1.75rem;
    top: 3.875rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__topic-icon {
    left: -0.5rem;
    top: -0.625rem;
  }
}

.archive-category .wp-content .archive-category__view-more {
  width: 100%;
  border-bottom-width: 0.09375rem;
  border-bottom-style: solid;
  border-bottom-color: rgba(119, 119, 119, 0.3);
  margin: 1.375rem 0;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__view-more {
    padding-left: 1.875rem;
  }
}

.archive-category .wp-content .archive-category__view-more__text {
  padding-bottom: 0.625rem;
}

.archive-category .wp-content .archive-category__view-more__text li {
  list-style: disc;
}

.archive-category .wp-content .archive-category__view-more__text li strong {
  color: black;
}

.archive-category .wp-content .archive-category__view-more__text p,
.archive-category .wp-content .archive-category__view-more__text ul,
.archive-category .wp-content .archive-category__view-more__text li {
  color: #777;
  font-size: 1rem;
  font-weight: 500;
}

.archive-category .wp-content .archive-category__view-more__text p:empty,
.archive-category .wp-content .archive-category__view-more__text ul:empty,
.archive-category .wp-content .archive-category__view-more__text li:empty {
  display: none;
}

.archive-category .wp-content .archive-category__view-more__title {
  color: #171717;
  width: 100%;
  display: flex;
  font-weight: bold;
  position: relative;
  font-size: 1rem;
  cursor: pointer;
  padding-right: 3.75rem;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__view-more__title {
    font-size: 0.8125rem;
  }
}

.archive-category .wp-content .archive-category__view-more.shown {
  border-bottom-color: #777;
}

.archive-category
  .wp-content
  .archive-category__view-more.shown
  .archive-category__view-more__title {
  color: #d41581;
}

.archive-category .wp-content .archive-category__view-more:first-of-type {
  margin-top: 4rem;
}

.archive-category .wp-content .archive-category__title {
  color: #171717;
  font-size: 2.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8125rem;
  }
}

.archive-category .wp-content .archive-category__text {
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin: 0;
  font-weight: 300;
}

.archive-category .wp-content .archive-category__text + p {
  margin-top: 1.875rem;
}

.archive-category .wp-content .archive-category__text > p {
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin: 0;
  font-weight: 300;
}

.archive-category .wp-content .archive-category__text > p:not([class]) {
  margin: 0;
}

.archive-category .wp-content .archive-category__text.margin {
  margin-top: 3.75rem !important;
}

.archive-category .wp-content .archive-category__text.margin + p:not([class]) {
  margin-left: 0;
  margin-top: 1.875rem !important;
}

.archive-category .wp-content .archive-category__text-sub {
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.archive-category .wp-content .archive-category__text-sub strong {
  font-weight: 400;
  color: #171717;
}

.archive-category .wp-content .archive-category__text.main {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
}

.archive-category .wp-content .archive-category__text:not(.main) {
  margin-top: 1.875rem;
}

.archive-category .wp-content .archive-category__text strong {
  font-weight: 500;
  color: #171717;
}

.archive-category .wp-content .archive-category__subtitle {
  font-size: 1.25rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  color: #171717;
  line-height: 1.4375rem;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__subtitle {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__subtitle {
    margin-bottom: 1.5rem;
    margin-top: 4rem;
  }
}

.archive-category .wp-content .archive-category__subnote {
  color: #171717;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__subnote {
    margin-left: 1.25rem;
  }
}

.archive-category .wp-content .archive-category__sublist {
  list-style: none;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__sublist {
    margin-bottom: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-flow: wrap;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__sublist {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__sublist.three-column {
    flex-flow: wrap;
  }
  .archive-category
    .wp-content
    .archive-category__sublist.three-column
    li:nth-of-type(4n) {
    margin-left: 0;
  }
  .archive-category
    .wp-content
    .archive-category__sublist.three-column
    li
    strong {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__sublist.three-column li {
    margin-left: 0;
  }
}

.archive-category .wp-content .archive-category__sublist-item {
  font-size: 1rem;
  color: #777;
  line-height: 1.1875rem;
  text-align: justify;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__sublist-item {
    width: calc(50% - 52px);
    margin-bottom: 1.5625rem;
  }
  .archive-category
    .wp-content
    .archive-category__sublist-item:nth-of-type(odd) {
    margin-right: 3.25rem;
  }
}

.archive-category .wp-content .archive-category__sublist-item strong {
  color: #171717;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__sublist-item strong {
    margin-bottom: 1.25rem;
  }
}

.archive-category .wp-content .archive-category__redirect.cta {
  color: #d41581;
  border: 0.0625rem solid #d41581;
  padding: 0.9375rem;
  display: block;
  margin-top: 1.3125rem;
  width: 12.1875rem;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}

.archive-category .wp-content .archive-category__buttons {
  display: flex;
  justify-content: space-between;
}

.archive-category .wp-content .archive-category__info {
  display: flex;
  padding: 0;
  margin: 0;
  flex-flow: column;
  margin-top: 0.625rem;
}

.archive-category .wp-content .archive-category__info__heading,
.archive-category .wp-content .archive-category__info > li {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__info__heading,
  .archive-category .wp-content .archive-category__info > li {
    flex-flow: column;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__info__heading.not-column,
  .archive-category .wp-content .archive-category__info > li.not-column {
    margin-left: 0 !important;
  }
  .archive-category .wp-content .archive-category__info__heading.not-column p,
  .archive-category .wp-content .archive-category__info > li.not-column p {
    width: 100%;
    display: flex;
  }
  .archive-category
    .wp-content
    .archive-category__info__heading.not-column
    p
    img,
  .archive-category .wp-content .archive-category__info > li.not-column p img {
    transform: translateX(-25px);
    width: auto;
    max-width: 6.1875rem;
  }
  .archive-category
    .wp-content
    .archive-category__info__heading.not-column
    p
    br,
  .archive-category .wp-content .archive-category__info > li.not-column p br {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category
    .wp-content
    .archive-category__info__heading:not(.not-column),
  .archive-category .wp-content .archive-category__info > li:not(.not-column) {
    flex-flow: column;
  }
  .archive-category .wp-content .archive-category__info__heading:not([class]),
  .archive-category .wp-content .archive-category__info > li:not([class]) {
    flex-flow: row nowrap;
  }
  .archive-category .wp-content .archive-category__info__heading.not-column,
  .archive-category .wp-content .archive-category__info > li.not-column {
    display: flex;
    align-items: center;
  }
  .archive-category .wp-content .archive-category__info__heading.not-column p,
  .archive-category .wp-content .archive-category__info > li.not-column p {
    width: 100%;
    margin: 0;
    margin-left: 1rem;
  }
  .archive-category
    .wp-content
    .archive-category__info__heading.not-column
    p
    img,
  .archive-category .wp-content .archive-category__info > li.not-column p img {
    width: 6.25rem;
    margin: 0;
    margin-right: 0.8125rem;
  }
  .archive-category
    .wp-content
    .archive-category__info__heading.not-column
    p.flex,
  .archive-category .wp-content .archive-category__info > li.not-column p.flex {
    display: flex;
  }
  .archive-category
    .wp-content
    .archive-category__info__heading.not-column:last-of-type,
  .archive-category
    .wp-content
    .archive-category__info
    > li.not-column:last-of-type {
    margin-left: 0;
  }
  .archive-category
    .wp-content
    .archive-category__info__heading.not-column:last-of-type
    p,
  .archive-category
    .wp-content
    .archive-category__info
    > li.not-column:last-of-type
    p {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category
    .wp-content
    .archive-category__info__heading:not(:first-of-type),
  .archive-category
    .wp-content
    .archive-category__info__heading:not(:nth-of-type(5n)),
  .archive-category
    .wp-content
    .archive-category__info
    > li:not(:first-of-type),
  .archive-category
    .wp-content
    .archive-category__info
    > li:not(:nth-of-type(5n)) {
    margin-left: 1.5rem;
  }
}

.archive-category .wp-content .archive-category__info__heading h2,
.archive-category .wp-content .archive-category__info > li h2 {
  margin-top: 2.5rem;
  margin-left: 0;
  font-size: 1rem;
  color: #171717;
  text-align: left;
}

.archive-category .wp-content .archive-category__info__heading strong,
.archive-category .wp-content .archive-category__info > li strong {
  font-weight: 900;
  color: #d41581;
  font-family: 'Zona Pro', sans-serif;
  font-size: 2rem;
  white-space: nowrap;
  margin-right: 0.625rem;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info__heading strong,
  .archive-category .wp-content .archive-category__info > li strong {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__info__heading strong,
  .archive-category .wp-content .archive-category__info > li strong {
    white-space: nowrap;
  }
}

.archive-category .wp-content .archive-category__info__left.pink-filter {
  position: relative;
}

.archive-category
  .wp-content
  .archive-category__info__left.pink-filter::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 21, 129, 0.3);
}

.archive-category .wp-content .archive-category__info__left img {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info__left {
    margin-right: 1.875rem;
    margin-top: 5rem;
    width: 26.5rem;
    height: 24.125rem;
    position: relative;
  }
  .archive-category .wp-content .archive-category__info__left:empty {
    background-color: rgba(119, 119, 119, 0.7);
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info__right {
    margin-top: 5rem;
    flex: 1;
  }
  .archive-category .wp-content .archive-category__info__right h2 {
    width: 29.375rem;
    margin-left: 0;
    margin-bottom: 0 !important;
  }
  .archive-category .wp-content .archive-category__info__right p {
    width: 28.75rem;
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info.blocked-flex {
    display: flex;
    flex-flow: row;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category
    .wp-content
    .archive-category__info.blocked-flex.reverse
    .archive-category__info__left {
    order: 2;
  }
  .archive-category
    .wp-content
    .archive-category__info.blocked-flex.reverse
    .archive-category__info__right {
    order: 1;
  }
  .archive-category
    .wp-content
    .archive-category__info.blocked-flex.reverse
    .archive-category__info__right
    h2 {
    margin-top: 0;
  }
  .archive-category
    .wp-content
    .archive-category__info.blocked-flex.reverse
    .archive-category__info__right
    p {
    margin-left: 0;
    width: 90%;
  }
  .archive-category
    .wp-content
    .archive-category__info.blocked-flex.reverse
    .archive-category__info__right
    p:first-of-type {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__info__column-1 p {
    margin: 0;
  }
  .archive-category .wp-content .archive-category__info__column-1 > div {
    margin-left: 0 !important;
  }
  .archive-category .wp-content .archive-category__info__column-1 > div strong {
    margin-right: 0.3125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info__column-1 {
    margin-right: 2.75rem;
  }
  .archive-category .wp-content .archive-category__info__column-1 div {
    border: 0.0625rem solid #d41581;
    padding: 1.875rem 0 0.625rem 0;
    height: 8.75rem;
    width: 11.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .archive-category .wp-content .archive-category__info__column-1 div p {
    margin: 0;
    text-align: center;
    font-size: 0.875rem;
    width: 8.125rem;
  }
  .archive-category .wp-content .archive-category__info__column-1 div p:empty {
    display: none;
  }
  .archive-category
    .wp-content
    .archive-category__info__column-1
    div:first-of-type {
    border-radius: 3.125rem 0 0 0;
  }
  .archive-category
    .wp-content
    .archive-category__info__column-1
    div:last-of-type {
    margin-top: 0.9375rem;
    border-radius: 0 0 3.125rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info__column-2 p {
    width: 37.5rem;
  }
}

.archive-category
  .wp-content
  .archive-category__info__column-2
  p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info.three-column {
    flex-flow: row wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info.three-column li {
    width: calc(33.33% - 24px);
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__info.three-column li {
    flex-flow: column;
  }
}

.archive-category .wp-content .archive-category__info.three-column p {
  margin: 0;
  width: 80%;
}

@media only screen and (min-width: 1024px) {
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders {
    width: 60%;
    margin-top: 1.5625rem;
    margin-bottom: 2.0625rem;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li {
    width: calc(33.33% - 12px + 40px);
    margin-left: 0.75rem;
    border: 0.0625rem solid;
    height: 8.75rem;
    max-width: 10.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li:first-of-type {
    border-top-left-radius: 4.375rem;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li:last-of-type {
    border-bottom-right-radius: 4.375rem;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li:nth-of-type(4),
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li:nth-of-type(5),
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li:nth-of-type(6) {
    margin-top: 0.625rem;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li
    strong {
    width: 100%;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li
    strong,
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li
    p {
    text-align: center;
  }
  .archive-category
    .wp-content
    .archive-category__info.three-column.with-borders
    li
    p {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category
    .wp-content
    .archive-category__info.three-column.mobile-column
    li {
    flex-flow: column;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category
    .wp-content
    .archive-category__info.three-column.mobile-column
    p {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category
    .wp-content
    .archive-category__info.three-column.mobile-column
    p:not([class]) {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category
    .wp-content
    .archive-category__info.three-column.mobile-column
    a {
    align-self: normal;
  }
}

.archive-category .wp-content .archive-category__info__description {
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__info__description {
    width: 10rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__info__description {
    width: 45%;
    margin: 0 0 0 0.625rem;
  }
}

.archive-category .wp-content .archive-category__footernote {
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__footernote {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
  }
}

.archive-category .wp-content .archive-category__footernote-wrapper {
  margin-top: 1.6875rem;
  background-color: rgba(196, 196, 196, 0.12);
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__footernote-wrapper {
    width: calc(100% + 88px * 2);
    margin-left: -5.5rem;
    padding: 0.3125rem 5.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__footernote-wrapper {
    width: calc(100% + 20px * 2);
    margin-left: -1.875rem;
    padding: 0.3125rem 1.875rem;
  }
}

.archive-category .wp-content .archive-category__footernote-wrapper > p {
  width: 70%;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__footernote {
    flex-flow: column;
  }
}

.archive-category .wp-content .archive-category__footernote__content {
  flex: 1;
}

@media only screen and (min-width: 1024px) {
  .archive-category .wp-content .archive-category__footernote__content {
    max-width: 17.5rem;
  }
  .archive-category
    .wp-content
    .archive-category__footernote__content:not(:first-of-type) {
    margin-left: 2.1875rem;
  }
}

.archive-category .wp-content .archive-category__footernote__text {
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
  font-weight: 300;
}

.archive-category .wp-content .archive-category__footernote__title {
  margin-bottom: 1rem;
  color: #171717;
  font-size: 1rem;
  line-height: 1.1875rem;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__footernote__title {
    font-weight: 400;
  }
}

.archive-category .wp-content .archive-category__author {
  font-size: 0.625rem;
  color: #777;
  line-height: 0.875rem;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .archive-category .wp-content .archive-category__author {
    font-size: 0.75rem;
    word-break: break-all;
  }
}

@media only screen and (min-width: 1024px) {
  [data-topic='nossa-atuacao-em-numeros-2'] .archive-category__info {
    flex-flow: row wrap !important;
  }
}

@media only screen and (max-width: 1023px) {
  [data-topic='nossa-atuacao-em-numeros-2'] .archive-category__info__heading {
    margin: 0.625rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  [data-topic='nossa-atuacao-em-numeros-2'] .archive-category__info__heading {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  [data-topic='nossa-atuacao-em-numeros-2']
    .archive-category__info__heading
    strong {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  [data-topic='nossa-atuacao-em-numeros-2']
    .archive-category__info__description {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  [data-topic='nossa-atuacao-em-numeros-2']
    .archive-category__info__description {
    text-align: center;
  }
}

@media only screen and (max-width: 1023px) {
  [data-topic='promessas-para-o-cancer-de-mama']
    .archive-category__subtitle:first-of-type {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 1023px) {
  [data-topic='promessas-para-o-cancer-de-mama']
    .archive-category__info__heading {
    margin: 0.625rem 0;
  }
}

@media only screen and (max-width: 1023px) {
  [data-topic='promessas-para-o-cancer-de-mama']
    .archive-category__info__column-1 {
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  [data-topic='promessas-para-o-cancer-de-mama']
    .archive-category__info__description {
    width: 85% !important;
  }
}

.page-template-archive-mama-cancer .cta {
  border-color: #d41581 !important;
  color: #d41581 !important;
}

@media only screen and (min-width: 1024px) {
  .page-template-archive-mama-cancer .archive-category__topic {
    border-left: 0.0625rem solid #d41581;
  }
}

.page-template-archive-mama-cancer .archive-category__subtitle,
.page-template-archive-mama-cancer .archive-category__subnote {
  color: #d41581 !important;
}

.page-template-archive-mama-cancer .archive-category__topic-icon {
  background-color: #d41581 !important;
}

.page-template-archive-mama-cancer .archive-category li {
  border-color: #d41581 !important;
}

.page-template-archive-mama-cancer .archive-category li strong {
  color: black;
}

.page-template-archive-violence-against-women .cta {
  border-color: #d65608 !important;
  color: #d65608 !important;
}

@media only screen and (min-width: 1024px) {
  .page-template-archive-violence-against-women .archive-category__topic {
    border-left: 0.0625rem solid #d65608;
  }
}

.page-template-archive-violence-against-women .archive-category__subtitle,
.page-template-archive-violence-against-women .archive-category__subnote {
  color: #d65608 !important;
}

.page-template-archive-violence-against-women .archive-category__topic-icon {
  background-color: #d65608 !important;
}

.page-template-archive-violence-against-women .archive-category li {
  border-color: #d65608 !important;
}

.page-template-archive-violence-against-women .archive-category li strong,
.page-template-archive-violence-against-women .archive-category li h2 {
  color: #d65608 !important;
}

@media only screen and (min-width: 1024px) {
  .page-template-archive-activity-reports .archive-category__presentation,
  .page-template-archive-releases .archive-category__presentation {
    height: 20.3125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .page-template-archive-activity-reports .archive-category__presentation,
  .page-template-archive-releases .archive-category__presentation {
    height: 21.875rem;
  }
}

.page-template-archive-activity-reports
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  div,
.page-template-archive-releases
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  div {
  margin-bottom: 1.5625rem;
}

.page-template-archive-activity-reports
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  p,
.page-template-archive-releases
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  p {
  font-size: 1rem;
  line-height: 1.1875rem;
  max-width: 32.125rem;
  color: #171717;
}

.page-template-archive-activity-reports
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  p
  strong,
.page-template-archive-releases
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  p
  strong {
  line-height: 1.875rem;
}

.page-template-archive-activity-reports
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  p
  a,
.page-template-archive-releases
  .archive-category
  .archive-category__post-content-wrapper.wp-content
  p
  a {
  text-decoration: underline;
  color: #d41581;
}

.page-template-archive-activity-reports .archive-category__presentation__button,
.page-template-archive-releases .archive-category__presentation__button {
  display: none;
}

.archive-contact__form {
  width: 100%;
  margin-top: 1.5rem;
}

.archive-contact__form textarea {
  resize: none;
}

.archive-contact__form__field:not(:first-of-type) {
  margin-top: 0.625rem;
}

.archive-contact__form__field [type='submit'] {
  margin-top: 1.5rem;
  color: #fff;
  background-color: #d41581;
  padding: 1.25rem 1.5625rem;
  width: 12.5rem;
}

.archive-contact__form__field.select > span {
  position: relative;
}

.archive-contact__form__field.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.0625rem;
  cursor: pointer;
}

.archive-contact__form__field.select select::-ms-expand {
  display: none;
}

.archive-contact__form__field.flex {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .archive-contact__form__field.flex {
    flex-flow: column;
  }
}

.archive-contact__form__field.flex span {
  flex: 1;
}

@media only screen and (min-width: 1024px) {
  .archive-contact__form__field.flex span:first-of-type {
    margin-right: 0.375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-contact__form__field.flex span:last-of-type {
    margin-left: 0.375rem;
  }
}

.archive-contact__form__input {
  width: 100%;
  border: 0.09375rem solid rgba(119, 119, 119, 0.3);
  padding: 0.9375rem 1.375rem;
  color: #000;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  outline: none;
}

.archive-contact__form__input::-moz-placeholder {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #000;
}

.archive-contact__form__input:-ms-input-placeholder {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #000;
}

.archive-contact__form__input::placeholder {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #000;
}

.archive-contact__heading {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .archive-contact__heading {
    flex-flow: column;
  }
}

.archive-contact__heading h2 {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
  color: #171717;
  margin-bottom: 2.25rem;
  margin-left: 0;
}

.archive-contact__heading p {
  font-size: 1rem;
  line-height: 1.171875rem;
  margin-left: 0;
  color: #777;
}

.archive-contact__heading p:last-of-type {
  font-weight: 500;
  margin-top: 1.25rem;
}

.archive-contact__heading p strong {
  color: #171717;
  font-weight: 700;
}

.archive-contact__heading a {
  color: #d41581;
  text-decoration: underline;
}

.archive-contact__heading[data-topic='imprensa'] {
  flex-flow: column;
}

.archive-contact__heading__column-1 {
  flex: 0.7;
  margin-right: 1.625rem;
}

.archive-contact__heading__column-2 {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .archive-contact__heading__column-2 {
    margin-top: 2.5rem;
    flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-contact__heading__column-2 {
    margin-left: 1.625rem;
    flex: 0.3;
  }
}

.archive-contact__heading__contact {
  padding: 1.5625rem 1.3125rem;
  background-color: #fafafa;
}

@media only screen and (max-width: 1023px) {
  .archive-contact__heading__contact {
    width: 100%;
  }
}

.archive-contact__heading__contact h2 {
  font-size: 1.25rem;
  color: #d41581;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.625rem;
}

.archive-contact__heading__contact strong {
  font-weight: 600;
}

.archive-contact__heading__information {
  white-space: nowrap;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #171717;
}

.archive-contact__information {
  margin-top: 20px;
}

.archive-contact__information a {
  text-decoration: underline;
  margin-bottom: 0.3125rem;
}

.archive-contact__information__wrapper {
  width: 21.875rem;
  border: 0.0625rem solid #d41581;
  border-radius: 3.125rem 0 3.125rem 0;
  padding: 1.75rem 2.625rem;
}

@media only screen and (max-width: 1023px) {
  .archive-contact__information__wrapper {
    width: 100%;
  }
}

.archive-contact__information__wrapper h2 {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  color: #d41581;
  font-weight: 600;
}

.archive-contact__information__wrapper span {
  font-weight: 400;
  display: block;
}

.archive-contact__information__content {
  color: #171717;
}

.archive-takepart {
  background-color: transparent;
}

.archive-takepart__post-content {
  background-color: transparent;
}

.archive-takepart__page-info p {
  width: 78%;
}

.archive-takepart__post-container {
  display: flex;
  position: relative;
  margin-top: 2.1875rem;
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container {
    flex-direction: column;
    position: static;
  }
}

.archive-takepart__post-container__subtitle {
  font-size: 2.25rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  line-height: 2.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
  color: #d41581;
}

@media only screen and (min-width: 1024px) {
  .archive-takepart__post-container__subtitle {
    position: relative;
    top: 3.125rem;
    left: 2.0625rem;
    width: 26.25rem;
  }
}

.archive-takepart__post-container__subtitle strong {
  color: #d41581;
}

.archive-takepart__post-container-image {
  width: 40%;
}

.archive-takepart__post-container-image img {
  min-height: 19.6875rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container-image {
    width: 100%;
  }
}

.archive-takepart__post-container__info {
  position: relative;
  display: flex;
  top: -2.1875rem;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .archive-takepart__post-container__info {
    width: 43.125rem;
  }
}

.archive-takepart__post-container__content {
  color: #8899a6;
  width: 40.625rem;
  margin-top: 30px;
  transform: translateX(35px);
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container__content {
    position: static;
    margin-left: 0;
    width: 100%;
  }
}

.archive-takepart__post-container__content ul {
  margin-top: 3.125rem;
  width: 100%;
  -moz-columns: 2;
  columns: 2;
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container__content ul {
    -moz-columns: 1;
    columns: 1;
    padding-left: 0;
  }
}

.archive-takepart__post-container__content li {
  list-style: none;
  border-left: 1px solid #d41581;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
  padding: 0 0.6875rem;
}

.archive-takepart__post-container__content li strong {
  font-weight: bold;
  color: #d41581;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container__content li {
    width: 100%;
  }
}

.archive-takepart__post-container:nth-of-type(4) {
  margin-top: 0;
}

.archive-takepart__post-container:nth-of-type(4)
  .archive-takepart__post-container__subtitle {
  width: 31.25rem;
}

.archive-takepart__post-container:nth-of-type(4)
  .archive-takepart__post-container__content
  ul {
  -moz-columns: 1;
  columns: 1;
  margin-top: 2.5rem;
}

.archive-takepart__post-container:nth-of-type(4)
  .archive-takepart__post-container__content
  li {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container:nth-of-type(4) {
    margin-top: 0;
  }
  .archive-takepart__post-container:nth-of-type(4)
    .archive-takepart__post-container__subtitle {
    font-size: 26px;
    line-height: 31px;
    width: 50%;
  }
  .archive-takepart__post-container:nth-of-type(4)
    .archive-takepart__post-container__content {
    margin-top: 0.625rem;
  }
}

.archive-takepart__post-container:nth-of-type(3) {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (min-width: 1024px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__subtitle {
    position: relative;
    top: 3.125rem;
    left: 0;
    width: 70%;
  }
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container-image {
  width: 53%;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content {
  position: relative;
  top: -30px;
  transform: translateX(0);
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  ul {
  -moz-columns: 1;
  columns: 1;
  padding-left: 0;
  margin-bottom: 0;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  ul:first-of-type {
  margin-top: 4.375rem;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  li {
  width: 31.25rem;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  table {
  width: 34.375rem;
  position: relative;
  left: -1.25rem;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  tr {
  background-color: #ededed;
  height: 7.5rem;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  tr
  td {
  width: 50%;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 15px 20px;
}

.archive-takepart__post-container:nth-of-type(3)
  .archive-takepart__post-container__content
  tr
  strong {
  color: #d41581;
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container:nth-of-type(3) {
    display: flex;
    flex-direction: column;
  }
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__subtitle {
    width: 65%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 1024px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__subtitle {
    position: relative;
    top: -3.4375rem;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container-image {
    width: 100%;
  }
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    ul {
    margin-top: 0;
  }
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    ul:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) and (min-width: 1024px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    li {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 1023px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    li {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    table {
    left: 0;
  }
}

@media only screen and (max-width: 768px) and (min-width: 1024px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    table {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 1023px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    table {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    tr {
    background-color: #ededed;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    height: 13.125rem;
  }
  .archive-takepart__post-container:nth-of-type(3)
    .archive-takepart__post-container__content
    tr
    td {
    width: 95%;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.archive-resellers__campaign__cards {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.625rem 1.4375rem;
    padding-bottom: 6.25rem;
  }
}

.archive-resellers__campaign__card {
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1.875rem 0;
  padding: 0.875rem;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__card {
    box-shadow: -0.25rem 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
    margin-top: 2.375rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__card {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding-bottom: 2.8125rem;
  }
}

.archive-resellers__campaign__card__description {
  margin: 0.625rem 0;
  padding: 0 0.625rem;
}

.archive-resellers__campaign__card__thumb {
  width: 100%;
  height: 15.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1.875rem 0;
  border: 0.0625rem solid #d3d3d3;
  position: relative;
}

.archive-resellers__campaign__card__soon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #d41581;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  padding: 0.3125rem;
}

.archive-resellers__campaign__card h3 {
  margin: 0;
  margin-top: 1.8125rem;
  padding: 0 0.625rem;
  text-align: center;
  font-size: 1rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  line-height: 1.3125rem;
  color: #d41581;
}

.archive-resellers__campaign__card__cta {
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 1rem 1.25rem;
  border: 0.0625rem solid #d41581;
  font-size: 0.875rem;
  min-width: 10.625rem;
  background-color: #fff;
  color: #d41581 !important;
  font-weight: 500;
  border-bottom: 0.0625rem solid #d41581 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-resellers__campaign__heading h2 {
  color: #d41581;
  font-size: 1.25rem;
}

.archive-resellers__campaign p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #777;
}

.archive-resellers__campaign__prize {
  display: flex;
  position: relative;
  margin-top: 3.8125rem;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize {
    flex-flow: column;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__prize__banner {
    max-width: 20rem;
    top: 2rem;
    position: absolute;
    z-index: 5000;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize__banner {
    width: calc(100% + (22px * 2) + (20px * 2));
    margin-left: -42px;
    margin-bottom: 1.75rem;
  }
}

.archive-resellers__campaign__prize__banner img {
  margin: 0;
  max-height: 30.625rem;
}

.archive-resellers__campaign__prize__content {
  border: 0.0625rem solid #d41581;
  padding: 3.4375rem 2.1875rem;
  border-radius: 5rem 0;
  width: 80%;
  min-height: 430px;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__prize__content {
    position: relative;
    margin-bottom: 3.75rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize__content {
    padding: 1.1875rem 1.375rem;
    width: 100%;
  }
}

.archive-resellers__campaign__prize__content h3 {
  color: #d41581;
  font-size: 1.8125rem;
  line-height: 2.125rem;
  width: 17.5rem;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize__content h3 {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__prize:not(:nth-of-type(2n)) {
    justify-content: flex-end;
  }
  .archive-resellers__campaign__prize:not(:nth-of-type(2n))
    .archive-resellers__campaign__prize__content {
    padding-left: 15.625rem;
  }
  .archive-resellers__campaign__prize:not(:nth-of-type(2n))
    .archive-resellers__campaign__prize__banner {
    left: 0;
  }
  .archive-resellers__campaign__prize:nth-of-type(2n) {
    margin-top: 100px;
  }
  .archive-resellers__campaign__prize:nth-of-type(2n)
    .archive-resellers__campaign__prize__content {
    padding-right: 21.875rem;
  }
  .archive-resellers__campaign__prize:nth-of-type(2n)
    .archive-resellers__campaign__prize__banner {
    right: 0;
  }
  .archive-resellers__campaign__prize:nth-of-type(2n)
    .archive-resellers__campaign__prize__toggle {
    left: 2.0625rem;
  }
}

.archive-resellers__campaign__prize p {
  color: #777;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}

.archive-resellers__campaign__prize__see-more {
  margin-top: 1.25rem;
  transition: all 600ms ease-in-out, opacity 650ms ease-in-out;
}

.archive-resellers__campaign__prize__see-more.visible {
  max-height: 62.5rem;
}

.archive-resellers__campaign__prize__see-more:not(.visible) {
  max-height: 1rem;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize__see-more {
    padding-bottom: 4rem;
  }
}

.archive-resellers__campaign__prize__see-more ul,
.archive-resellers__campaign__prize__see-more li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 1rem;
}

.archive-resellers__campaign__prize__see-more li {
  position: relative;
  padding-left: 1rem;
}

.archive-resellers__campaign__prize__see-more li::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #d41581;
  position: absolute;
  left: 0;
  top: 0;
}

.archive-resellers__campaign__prize__see-more li:not(:first-of-type) {
  margin-top: 1.25rem;
}

.archive-resellers__campaign__prize__toggle {
  width: 7.8125rem;
  padding: 1rem;
  text-align: center;
  border: 0.0625rem solid #d41581;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize__toggle {
    left: 1.375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__prize__toggle {
    right: 2.1875rem;
  }
}

.archive-resellers__campaign__prize__toggle::before {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d41581;
}

.archive-resellers__campaign__prize__toggle:not(.active)::before {
  content: 'Ver mais';
}

.archive-resellers__campaign__prize__toggle.active::before {
  content: 'Ver menos';
}

.archive-resellers__campaign__prize__link {
  width: 7.8125rem;
  padding: 1rem;
  text-align: center;
  border: 0.0625rem solid #d41581;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background-color: #fff;
  color: #d41581;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__prize__link {
    left: 1.375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__prize__link {
    right: 2.1875rem;
  }
}

.archive-resellers__campaign__product {
  display: flex;
  margin-top: 3.3125rem;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__product {
    flex-flow: column;
  }
}

.archive-resellers__campaign__product__image {
  border: 1px solid #d41581;
  border-radius: 3.125rem 0;
  position: relative;
  height: 10rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__product__image {
    margin-bottom: 3.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__product__image {
    width: 12.5rem;
  }
}

.archive-resellers__campaign__product__image img {
  width: 11.25rem;
  max-height: 7.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__product__content {
    margin-left: 3rem;
    width: calc(100% - 248px);
    transform: translateY(-1.875rem);
  }
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__product__content {
    width: 100%;
  }
}

.archive-resellers__campaign__product h3 {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__product h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.archive-resellers__campaign__product__title {
  color: #d41581;
}

.archive-resellers__campaign__product p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 300;
  letter-spacing: unset;
  color: #777;
}

.archive-resellers__campaign__product__description {
  color: #777;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__product__description {
    width: 35.625rem;
  }
}

.archive-resellers__campaign__product a {
  border-bottom: 0.0625rem solid #d41581;
  color: #d41581;
  font-size: 0.875rem;
  text-align: center;
}

.archive-resellers__campaign__product__redirect {
  font-weight: 500;
  border: 0.0625rem solid #d41581;
  padding: 1rem;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__product__redirect {
    width: 7.75rem;
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__product__redirect {
    margin-top: 2.5rem;
    width: 10.3125rem;
  }
}

.archive-news__main__highlighted-news {
  display: flex;
  justify-content: center;
  padding: 0 0.625rem;
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__highlighted-news {
    margin-bottom: 3.9375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__highlighted-news {
    flex-flow: column;
  }
}

.archive-news__main__highlighted-news__showcase {
  border-radius: 0.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-2.5rem);
  padding: 2.0625rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__highlighted-news__showcase {
    height: 34.375rem;
    padding-bottom: 2.1875rem;
    max-width: 23.4375rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__highlighted-news__showcase {
    margin-right: 4.5rem;
    max-width: 33.125rem;
    height: 51.875rem;
    flex: 0.4;
    padding-bottom: 4.6875rem;
  }
}

.archive-news__main__highlighted-news__showcase__info {
  z-index: 2;
}

.archive-news__main__highlighted-news__showcase__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    360deg,
    #000 2.19%,
    rgba(196, 196, 196, 0) 95.63%
  );
}

.archive-news__main__highlighted-news__showcase__title {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 1.25rem;
  font-size: 2.125rem;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__highlighted-news__showcase__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.archive-news__main__highlighted-news__showcase__text {
  color: #fff;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.archive-news__main__highlighted-news__showcase__redirect {
  background-color: #d41581;
  color: #fff;
  width: 10.3125rem;
  text-align: center;
  padding: 0.9375rem;
  font-weight: 500;
  border-radius: 0.3125rem;
}

.archive-news__main__highlighted-news__others {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1.875rem;
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__highlighted-news__others {
    flex: 0.6;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__highlighted-news__others .archive-news__main__post {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__highlighted-news__others .archive-news__main__post {
    width: calc(50% - 32px);
  }
  .archive-news__main__highlighted-news__others
    .archive-news__main__post:nth-of-type(2n) {
    margin-left: 1rem;
  }
  .archive-news__main__highlighted-news__others
    .archive-news__main__post:nth-of-type(2n + 1) {
    margin-right: 1rem;
  }
}

.archive-news__main__post {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__post {
    max-width: 25.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__post {
    width: 100%;
    max-width: 23.4375rem;
    margin: 0 auto;
  }
}

.archive-news__main__post__title {
  color: #171717;
  font-size: 1rem;
  line-height: 1.1875rem;
  margin: 0.9375rem 0;
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__post h3 {
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__post p {
    color: #777;
    font-size: 0.875rem;
    font-weight: 500;
  }
}

.archive-news__main__footposts {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__footposts {
    flex-flow: column;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__footposts .archive-news__main__post {
    width: calc(33% - 16px);
  }
  .archive-news__main__footposts .archive-news__main__post:nth-of-type(2n) {
    margin: 0 1rem;
  }
  .archive-news__main__footposts .archive-news__main__post:nth-of-type(1) {
    margin-right: 1rem;
  }
  .archive-news__main__footposts .archive-news__main__post:nth-of-type(3) {
    margin-left: 1rem;
  }
}

.archive-news__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .archive-news__pagination {
    margin: 1.875rem 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__pagination {
    margin: 4.8125rem 0;
  }
}

.archive-news__pagination__redirect {
  color: #d41581;
  font-weight: 500;
  border: 0.0625rem solid #d41581;
  width: 10.3125rem;
  padding: 0.9375rem;
  text-align: center;
  margin: 0 0.625rem;
}

.archive-news__pagination__redirect:hover {
  color: #d41581;
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__showcase {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-self: center;
    padding: 1.875rem 1.25rem 0;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-news__main__showcase {
    display: flex;
    flex-flow: column;
    padding-top: 1.875rem;
  }
}

.archive-news__main__showcase .archive-news__main__post {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .archive-news__main__showcase .archive-news__main__post {
    place-self: center;
  }
}

.archive-news__heading {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 1023px) {
  .archive-news__heading {
    padding: 1.25rem 1.875rem 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__heading {
    padding: 5rem 4.0625rem;
    height: 370px;
  }
}

.archive-news__heading__text {
  color: #fff;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  line-height: 1.1875rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
  .archive-news__heading__text {
    width: 43.75rem;
  }
}

.archive-news__heading__filters form {
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .archive-news__heading__filters form {
    flex-flow: column;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__filters + .archive-news__filters {
    margin-left: 1.3125rem;
  }
}

.archive-news__filter-remove-filter,
.archive-news__filter-label {
  color: #fff;
  font-size: 1rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .archive-news__filter-remove-filter,
  .archive-news__filter-label {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .archive-news__filter-remove-filter {
    margin-left: 1.3125rem;
  }
}

.archive-news__filter-remove-filter:not(.enabled) {
  display: none;
}

.archive-news__filter-input {
  display: none !important;
}

.media-posts {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 5rem 5.625rem 4rem;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 1600px) {
  .media-posts {
    padding: 5rem 11.25rem 4rem;
  }
}

@media only screen and (max-width: 1023px) {
  .media-posts {
    padding: 2rem 1.5rem;
  }
}

.media-posts__carousel {
  width: 100%;
}

.media-posts .swiper-container {
  padding-left: 1.875rem;
}

.media-posts .swiper-wrapper {
  max-width: 66.375rem;
}

.media-posts .swiper-button {
  border: 0.125rem solid #d41581;
  border-radius: 100%;
  height: 2.75rem;
  width: 3rem;
}

.media-posts .swiper-button::after {
  font-size: 1rem;
  color: #d41581;
  font-weight: bold;
}

.media-posts .swiper-button-next {
  right: 3.75rem;
  top: 14.0625rem;
}

.media-posts .swiper-button-prev {
  left: 3.75rem;
  top: 14.0625rem;
}

.media-posts__title {
  margin-bottom: 2.5rem;
  font-size: 2.125rem;
  text-align: center;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  color: #4e2583;
}

@media only screen and (max-width: 1023px) {
  .media-posts__title {
    font-weight: 600;
    font-size: 1.5rem;
  }
}

.media-posts__history {
  background-color: #fff;
}

.media-posts__history__wrapper {
  display: flex;
  height: 8.125rem;
}

@media only screen and (max-width: 1023px) {
  .media-posts__history__wrapper {
    height: 9.375rem;
  }
}

.media-posts__history__wrapper::before {
  content: '';
  display: block;
  max-width: 2.375rem;
  min-width: 2.375rem;
  height: 100%;
  margin-right: 1rem;
  background-image: url('../../images/home/pattern-violence.png');
}

.media-posts__history__wrapper-cancer {
  display: flex;
  height: 8.125rem;
}

@media only screen and (max-width: 1023px) {
  .media-posts__history__wrapper-cancer {
    height: 9.375rem;
  }
}

.media-posts__history__wrapper-cancer::before {
  content: '';
  display: block;
  max-width: 2.375rem;
  min-width: 2.375rem;
  height: 100%;
  margin-right: 1rem;
  background-image: url('../../images/home/pattern-cancer.png');
}

.media-posts__history__title {
  margin-bottom: 1rem;
  color: #171717;
  font-size: 1rem;
  min-height: 2.5rem;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .media-posts__history__title {
    width: 17.875rem;
  }
}

.media-posts__cta {
  background-color: #fff;
  color: #d41581;
  border: 1px solid #d41581;
  text-align: center;
  padding: 0.75rem 4.6875rem;
}

@media only screen and (max-width: 1023px) {
  .media-posts__cta {
    padding: 0.9375rem 2.8125rem;
  }
}

.archive-news__wrapper {
  max-width: 85.375rem;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .archive-news__wrapper {
    padding-bottom: 1.875rem;
  }
}

.archive-resellers__campaign__event {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 8.125rem;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event {
    flex-flow: column;
  }
  .archive-resellers__campaign__event p {
    position: relative;
    top: -6.25rem;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event__banner {
    width: 100%;
    transform: translateY(-5.625rem);
    padding: 0 1.625rem;
  }
}

.archive-resellers__campaign__event__banner img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__event__banner img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-6.25rem);
    height: 34.375rem;
    max-width: 29.6875rem;
  }
}

.archive-resellers__campaign__event__banner img[src='no-image'] {
  display: none;
}

.archive-resellers__campaign__event__content {
  background-color: #fff;
  border: 0.0625rem solid #d41581;
  border-radius: 6.25rem 0;
  padding-top: 1.6875rem;
}

@media only screen and (min-width: 1024px) {
  .archive-resellers__campaign__event__content {
    width: 70%;
    padding: 2.8125rem 3.3125rem 7.25rem 15rem;
  }
}

.archive-resellers__campaign__event__date {
  background-color: #fbfbfb;
  z-index: 5;
  width: 18.75rem;
  height: 3.875rem;
  box-shadow: 10px 4px 20px rgba(0, 0, 0, 0.1);
  font-family: 'ZonaPro-Regular', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
  display: flex;
  transform: translateY(-45px);
}

@media only screen and (max-width: 768px) {
  .archive-resellers__campaign__event__date {
    width: 15.625rem;
    height: 3.125rem;
    top: -6.0625rem;
    font-size: 0.875rem;
  }
}

.archive-resellers__campaign__event__date span {
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}

.archive-resellers__campaign__event__date p {
  position: relative;
  top: 1.0625rem;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event__date p {
    top: 0.9375rem;
    font-size: 0.875rem;
  }
}

.archive-resellers__campaign__event p {
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.4375rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
}

.archive-resellers__campaign__event ul {
  margin-top: 0.625rem;
  font-family: 'ZonaPro-Regular', sans-serif;
  font-size: 12px;
  line-height: 19px;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event ul {
    position: relative;
    top: -135px;
  }
}

.archive-resellers__campaign__event ul strong {
  font-weight: 600;
  color: black;
  display: block;
}

.archive-resellers__campaign__event ul li {
  list-style: none;
  background-color: #f8f8f8;
  width: 100%;
  padding: 0.75rem 1.25rem;
  margin: 10px 0;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event ul li {
    width: 90%;
  }
}

.archive-resellers__campaign__event__description {
  width: 100%;
  margin: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event__description p {
    position: unset;
    top: unset;
  }
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event__description {
    transform: translateY(-65px);
    padding: 0 1.625rem;
  }
}

.archive-resellers__campaign__event .next-editions {
  transform: translateY(-32px);
  padding: 0 1.625rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  color: #777;
}

.archive-resellers__campaign__event .next-editions strong {
  color: #777;
  display: block;
}

.archive-resellers__campaign__event__redirect {
  background-color: #d41581;
  color: #fff;
  width: 10.3125rem;
  padding: 0.875rem 0;
  text-align: center;
  margin-top: 2.375rem;
  border-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .archive-resellers__campaign__event__redirect {
    transform: translateY(-65px);
    margin-left: 1.625rem;
  }
}

.archive-events__campaign__past {
  width: 100%;
}

.archive-events__campaign__past .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-events__campaign__past .swiper-pagination-bullet {
  width: 1.875rem;
  height: 0.3125rem;
  background-color: rgba(212, 21, 129, 0.7);
  border-radius: 0;
}

.archive-events__campaign__past .swiper-pagination-bullet-active {
  background-color: #d41581;
}

.archive-events__campaign__past
  .swiper-pagination-bullet
  + .archive-events__campaign__past
  .swiper-pagination-bullet {
  margin-left: 0.875rem;
}

.archive-events__campaign__past__banner {
  height: 13.75rem;
  background-color: #c4c4c4;
}

.archive-events__campaign__past h2 {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .archive-events__campaign__past h2 {
    font-size: 30px;
    text-align: center;
  }
}

.archive-events__campaign__past h2::after {
  content: '';
  height: 0.125rem;
  display: block;
  background-color: #d41581;
  margin-top: 1.875rem;
}

@media only screen and (min-width: 1024px) {
  .archive-events__campaign__past h2::after {
    width: 15.875rem;
    transform: translateX(-1.25rem);
  }
}

@media only screen and (max-width: 1023px) {
  .archive-events__campaign__past h2::after {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }
}

.archive-events__campaign__past__title {
  color: #000;
  padding: 0 0.5rem;
}

.search__info {
  display: flex;
  flex-direction: column;
}

.search__term {
  background: url('../../images/common_background_desk.png');
  height: 31.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-family: 'ZonaPro-Regular', sans-serif;
}

@media only screen and (max-width: 768px) {
  .search__term {
    background: url('../../images/common_background_mobile.png');
    height: 21.25rem;
    justify-content: flex-end;
    padding-bottom: 4.8125rem;
  }
}

.search__term p {
  margin-left: 13.0625rem;
  font-size: 3rem;
  line-height: 3.5rem;
  max-width: 60%;
}

@media only screen and (max-width: 768px) {
  .search__term p {
    margin-left: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    max-width: 90%;
  }
}

.search__term p:first-of-type {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.search_container {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 8.125rem;
}

.search_container__news {
  padding: 1.5625rem 0 1.5625rem 13.0625rem;
}

@media only screen and (max-width: 768px) {
  .search_container__news {
    padding: 1.25rem;
  }
}

.search_container__news:hover {
  color: #d41581;
}

.search_container__news-text {
  margin-left: 0.625rem;
}

.search_container form {
  margin-left: 13.0625rem;
  max-width: 967px;
  background: #f8f8f8;
  height: 3.125rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .search_container form {
    margin: 0 1.25rem;
    max-width: 20rem;
  }
}

.search_container form input {
  margin: 0 0 4px 13px;
  width: 56.25rem;
}

@media only screen and (max-width: 768px) {
  .search_container form input {
    margin: 0;
    max-width: 20rem;
  }
}

.search_results {
  background: white;
  width: 100%;
}

.not-found {
  height: 18.75rem;
}

.not-found_text {
  margin: 3.125rem 0 0 13.0625rem;
  font-family: 'ZonaPro-SemiBold', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #171717;
}

@media only screen and (max-width: 768px) {
  .not-found_text {
    margin: 0 1.25rem;
    max-width: 20rem;
  }
}

.archive-policy__text {
  max-width: 85%;
  margin: 15px 0 0 5rem;
}

@media only screen and (max-width: 1023px) {
  .archive-policy__text {
    margin: 1.875rem 0 0 1.5625rem;
  }
}

.archive-policy__text p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}

.archive-policy__text strong {
  color: #d41581;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: none !important;
}

.archive-policy__text li {
  font-family: 'Lato', sans-serif;
  font-size: 0.9375rem;
}

.archive-policy__text li::before {
  content: '\2022   ';
  color: #d41581;
}

.archive-policy__text a {
  text-decoration: underline;
  color: #d41581;
  font-weight: bold;
}

.womansday {
  display: flex;
  flex-direction: column;
}

.womansday-banner {
  color: white;
  background-image: url('../../images/womansdayLP/banner-bg.png');
  background-repeat: no-repeat;
  background-size: 100vw;
  min-height: 40rem;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .womansday-banner {
    flex-direction: column;
    background-image: url('../../images/womansdayLP/banner-bg-mobile.png');
    background-size: 100vw;
    position: relative;
  }
}

.womansday-banner__mobile-title {
  display: flex;
}

.womansday-banner__mobile-info {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__mobile-info {
    margin-top: auto;
    padding-bottom: 1.5rem;
  }
}

.womansday-banner__robot {
  margin-left: 9.375rem;
  margin-top: 7.75rem;
  max-height: 29.6875rem;
  max-width: 25.625rem;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__robot {
    margin-left: 0;
    margin-top: 5rem;
    max-height: 19.625rem;
    max-width: 16.875rem;
  }
}

.womansday-banner__content {
  color: white;
  margin-top: 7.75rem;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__content {
    text-align: right;
    position: absolute;
    right: 1.75rem;
    bottom: 10.9375rem;
    padding-right: 1.25rem;
  }
}

.womansday-banner__title {
  font-size: 1.8125rem;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__title {
    font-size: 1.25rem;
  }
  .womansday-banner__title strong {
    display: block;
  }
}

.womansday-banner__main-title {
  font-size: 6.375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__main-title {
    font-size: 4.4375rem;
    line-height: 5.375rem;
  }
}

.womansday-banner__subtitle {
  border: 1px solid white;
  border-bottom-left-radius: 4.6875rem;
  border-top-right-radius: 4.6875rem;
  font-size: 1.25rem;
  font-weight: bold;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__subtitle {
    border-bottom-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
    font-size: 0.75rem;
    width: 85%;
    height: 2.75rem;
    margin: auto;
    text-align: center;
    padding: 0.3125rem;
  }
}

.womansday-banner__subtitle-text {
  padding: 0.75rem 2.5rem;
}

.womansday-banner__message {
  font-size: 1.25rem;
  text-align: right;
  width: 75%;
  margin-top: 1.5625rem;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__message {
    font-size: 0.75rem;
    text-align: center;
    width: 85%;
    margin: 0.625rem auto 0 auto;
  }
}

.womansday-banner__legal-text {
  font-size: 0.75rem;
  position: absolute;
  bottom: 2%;
  left: 2%;
}

@media only screen and (max-width: 768px) {
  .womansday-banner__legal-text {
    font-size: 0.5rem;
    bottom: 40%;
    width: 40%;
    left: 5%;
  }
}

.womansday-content {
  color: #502682;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 768px) {
  .womansday-content {
    flex-direction: column-reverse;
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.womansday-content__text {
  width: 44%;
}

@media only screen and (max-width: 768px) {
  .womansday-content__text {
    width: 80%;
  }
}

.womansday-content__img {
  max-width: 30%;
}

@media only screen and (max-width: 768px) {
  .womansday-content__img {
    max-width: 100%;
  }
}

.womansday-data {
  color: white;
  background-image: url('../../images/womansdayLP/data-bg.png');
  background-repeat: no-repeat;
  background-size: 100vw;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .womansday-data {
    background-image: url('../../images/womansdayLP/data-bg-mobile.png');
    font-size: 1.125rem;
  }
}

.womansday-data__container p {
  padding: 3.125rem 12.5rem;
}

@media only screen and (max-width: 768px) {
  .womansday-data__container p {
    padding: 1.125rem;
  }
}

.womansday-cta {
  margin: 50px auto;
}

.womansday-cta__button {
  background-image: url('../../images/womansdayLP/cta-bg.png');
  background-repeat: no-repeat;
  height: 5.625rem;
  width: 43.75rem;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .womansday-cta__button {
    background-image: url('../../images/womansdayLP/cta-bg-mobile.png');
    width: 19.1875rem;
    height: 4rem;
    text-align: center;
  }
}

.womansday-cta__text {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
  .womansday-cta__text {
    font-size: 1.125rem;
  }
}

.womansday-message {
  color: #e70f7e;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 3.125rem;
}

.womansday-message__container {
  border: 2px solid #e70f7e;
  width: 70%;
  margin: auto;
  padding: 2rem 3.5625rem;
  border-bottom-right-radius: 4.6875rem;
  border-top-left-radius: 4.6875rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .womansday-message__container {
    padding: 1.125rem;
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .womansday-message {
    font-size: 0.9375rem;
  }
}

.outubrorosa {
  display: flex;
  flex-direction: column;
}

.outubrorosa-banner {
  color: #ffffff;
  background-image: url('../../images/newOutubroRosaLP/2022-INSTITUTO-AVON-OUTUBRO-ROSA-BANNER-LP-DESK.jpg');
  background-size: 100vw;
  background-repeat: no-repeat;
  min-height: 49.25rem;
}

.outubrorosa__cardcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 635px;
  width: 1205px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 90px 0px 0px 0px;
  opacity: 1;
  margin: -140px auto 0 auto;
  align-items: center;
  padding: 42px 45px 46px 45px;
}

.outubrorosa__cardcontainer__infoposition {
  position: absolute;
}

.outubrorosa__cardcontainer__text {
  width: 450px;
  margin-bottom: 40px;
}

.outubrorosa__cardcontainer__text h1 {
  font-size: 36px;
  text-align: left;
  line-height: 40px;
  letter-spacing: -2px;
  font-weight: 900;
  color: #ffaed7;
  font-family: 'Zona Pro';
}

.outubrorosa__cardcontainer__text p:nth-child(even) {
  font-size: 19px;
  letter-spacing: -1px;
  color: #505050;
  font-family: 'Zona Pro';
  width: 490px;
  margin-top: 11px;
}

.outubrorosa__cardcontainer__text p:nth-child(odd) {
  font-size: 20px;
  letter-spacing: -1px;
  color: #505050;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 454px;
}

.outubrorosa__cardcontainer__card:nth-child(2) {
  background-image: url('../../images/outubrorosaLP/Card2.png');
  margin-top: -130px;
}

.outubrorosa__cardcontainer__card:nth-child(3) {
  background-image: url('../../images/outubrorosaLP/Card3.png');
}

.outubrorosa__cardcontainer__card {
  background-image: url('../../images/outubrorosaLP/Card4.png');
  background-repeat: no-repeat;
  height: 316px;
  width: 546px;
  transition: background-size 0.5s ease-in;
}

.outubrorosa__cardcontainer__card__cardtext {
  margin: 80px 0px 0px 42px;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  width: 250px;
  font-family: 'Zona Pro';
}

.outubrorosa__cardcontainer__card__arrow {
  background-image: url('../../images/outubrorosaLP/arrow.svg');
  height: 48px;
  width: 48px;
  margin-top: 20px;
  margin-left: 36px;
  transition: margin-left 0.5s;
}

.outubrorosa__cardcontainer__card:hover
  .outubrorosa__cardcontainer__card__arrow {
  margin-left: 59px;
}

.outubrorosa__cardcontainer__card:hover {
  background-size: 130%;
  background-position: center;
}

.outubrorosa-banner-mobile {
  background-image: url('../../images/newOutubroRosaLP/2022-INSTITUTO-AVON-OUTUBRO-ROSA-BANNER-LP-MBL.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  height: 218.5px;
}

.outubrorosa__cardcontainermobile {
  display: flex;
  flex-direction: column;
  width: 100vw;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 90px 0px 0px 0px;
  opacity: 1;
  margin: -80px auto 0 auto;
  align-items: center;
}

.outubrorosa__cardcontainermobile__text {
  width: 310px;
  margin: 20px 0 40px 20px;
}

.outubrorosa__cardcontainermobile__text h1 {
  font-size: 30px;
  text-align: left;
  line-height: 30px;
  letter-spacing: -2px;
  font-weight: 900;
  color: #ffaed7;
  word-break: break-all;
  font-family: 'Zona Pro';
}

.outubrorosa__cardcontainermobile__text p:nth-child(even) {
  font-size: 20px;
  letter-spacing: -1px;
  color: #505050;
  font-family: 'Zona Pro';
  width: 315px;
  margin-top: 11px;
}

.outubrorosa__cardcontainermobile__text p:nth-child(odd) {
  font-size: 20px;
  letter-spacing: -1px;
  color: #505050;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 315px;
  margin-top: 15px;
}

.outubrorosa__cardcontainermobile__cardmobile:nth-child(2) {
  background-image: url('../../images/outubrorosaLP/Card2mobile.png');
}

.outubrorosa__cardcontainermobile__cardmobile:nth-child(3) {
  background-image: url('../../images/outubrorosaLP/Card3mobile.png');
}

.outubrorosa__cardcontainermobile__cardmobile {
  background-image: url('../../images/outubrorosaLP/Card4mobile.png');
  background-repeat: no-repeat;
  height: 226px;
  width: 100vw;
  margin-bottom: 20px;
}

.outubrorosa__cardcontainermobile__cardmobile__cardtext {
  margin: 40px 0px 0px 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  width: 150px;
  font-family: 'Zona Pro';
}

.outubrorosa__cardcontainermobile__cardmobile__arrow {
  background-image: url('../../images/outubrorosaLP/arrow.svg');
  height: 48px;
  width: 48px;
  margin-top: 10px;
  margin-left: 20px;
}

.embreve-banner {
  color: #ffffff;
  background-image: url('../../images/newOutubroRosaLP/2022-INSTITUTO-AVON-OUTUBRO-ROSA-BANNER-EM-BRVE-DESK v3.jpg');
  background-size: 100vw;
  background-repeat: no-repeat;
  min-height: auto;
  height: 78vh;
}

.embreve-banner-mobile {
  background-image: url('../../images/newOutubroRosaLP/2022-INSTITUTO-AVON-OUTUBRO-ROSA-BANNER-EM-BRVE-MBL.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  height: 38vh;
}

.coalition {
  background-color: #f7f1ec;
  padding-top: 124px;
}

.coalition-header {
  position: relative;
  min-height: 31.25rem;
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 1600px) {
  .coalition-header {
    min-height: 35.625rem;
  }
}

.coalition-header__info {
  width: 50%;
  margin: auto;
  padding-top: 6.25rem;
}

@media only screen and (min-width: 1600px) {
  .coalition-header__info {
    padding-top: 8.875rem;
    width: 40%;
  }
}

.coalition-header__title {
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #ff86d7;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .coalition-header__title {
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}

.coalition-header__subtitle {
  color: black;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

@media only screen and (max-width: 768px) {
  .coalition-header__subtitle {
    padding: 1.25rem;
  }
}

.coalition-header__a-image,
.coalition-header__n-image,
.coalition-header__g-image,
.coalition-header__e-image {
  position: absolute;
}

.coalition-header__a-image,
.coalition-header__n-image {
  left: 0;
  width: 13%;
}

@media only screen and (min-width: 1600px) {
  .coalition-header__a-image,
  .coalition-header__n-image {
    width: 11%;
  }
}

.coalition-header__g-image,
.coalition-header__e-image {
  right: 0;
  width: 17%;
}

@media only screen and (min-width: 1600px) {
  .coalition-header__g-image,
  .coalition-header__e-image {
    width: 14%;
  }
}

.coalition-header__g-image,
.coalition-header__a-image {
  top: 0;
}

.coalition-header__e-image,
.coalition-header__n-image {
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .coalition-header {
    min-height: 0;
  }
  .coalition-header__container {
    display: flex;
    padding-top: 2.5rem;
  }
  .coalition-header__an-image {
    width: 15%;
  }
}

.coalition-number {
  display: flex;
  margin: auto;
  width: 80%;
}

.coalition-number__text {
  color: black;
  font-size: 1.25rem;
  width: 50%;
  line-height: 34px;
  margin-right: 0.625rem;
  padding-right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .coalition-number__text {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}

.coalition-number__info {
  display: flex;
  flex-direction: column;
}

.coalition-number__info-title {
  font-size: 3.125rem;
  color: #7b3ef2;
}

@media only screen and (max-width: 768px) {
  .coalition-number__info-title {
    font-size: 1.6875rem;
  }
}

.coalition-number__info-phone {
  background-image: url('../../images/coalitionLP/number-bg.png');
  background-repeat: no-repeat;
  background-size: 25rem;
  font-size: 3rem;
  padding-left: 1rem;
  color: white;
  height: 5.5rem;
  margin-top: 0.75rem;
}

@media only screen and (max-width: 768px) {
  .coalition-number__info-phone {
    font-size: 1.6875rem;
    background-size: 14.875rem;
    height: 3.4375rem;
  }
}

.coalition-number__info-description {
  color: black;
}

@media only screen and (max-width: 768px) {
  .coalition-number {
    flex-direction: column;
  }
}

.coalition-plain-text {
  font-size: 1.25rem;
  margin: auto;
  width: 80%;
  line-height: 34px;
  padding: 50px 0;
  color: black;
}

@media only screen and (max-width: 768px) {
  .coalition-plain-text {
    width: 90%;
  }
}

.coalition-logo {
  margin: auto;
  width: 80%;
  display: flex;
  font-size: 1.25rem;
  line-height: 34px;
  color: black;
}

@media only screen and (max-width: 768px) {
  .coalition-logo {
    flex-direction: column-reverse;
    width: 90%;
  }
}

.coalition-logo__text {
  margin-bottom: 0.3125rem;
}

@media only screen and (max-width: 768px) {
  .coalition-logo__text {
    margin-bottom: 3.5625rem;
  }
}

.coalition-footer {
  font-size: 1.25rem;
  color: black;
  position: relative;
  min-height: 18.75rem;
  margin-top: 2rem;
}

.coalition-footer__l-image,
.coalition-footer__a-image {
  bottom: 0;
  position: absolute;
}

.coalition-footer__l-image {
  width: 10%;
  left: 0;
}

.coalition-footer__a-image {
  width: 13%;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .coalition-footer {
    width: 90%;
    margin: 3.125rem auto;
    padding-bottom: 1.5625rem;
    min-height: 0;
  }
}

.coalition-footer__text {
  display: flex;
  width: 60%;
  margin: auto;
  line-height: 34px;
}

@media only screen and (max-width: 768px) {
  .coalition-footer__text {
    margin-bottom: 1.5625rem;
    display: block;
    width: 100%;
  }
}

.coalition-footer__number {
  color: white;
  border: 1px solid #ff86d7;
  background-color: #ff86d7;
  border-radius: 2rem;
  padding: 0 12px;
}

.nonogiro {
  display: flex;
  flex-direction: column;
  font-family: 'Zona Pro';
}

.nonogiro-banner {
  color: #ffffff;
  background-image: url('../../images/nonogiroLP/txt@2x.png');
  background-size: 100vw;
  background-repeat: no-repeat;
  min-height: 58.3125rem;
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
}

.nonogiro__datecontainer {
  background-color: #ffc700;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100vw;
  height: 162px;
}

.nonogiro__datecontainer__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nonogiro__datecontainer h1:nth-child(odd) {
  font-size: 48px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: 'Zona Pro';
  width: 740px;
  margin-top: 11px;
}

.nonogiro__datecontainer h1:nth-child(even) {
  font-size: 75px;
  letter-spacing: -1px;
  color: #51a0c9;
  font-family: 'Zona Pro';
  width: 454px;
  margin-top: 11px;
}

.nonogiro__textcontainer {
  width: 100vw;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bf3dfe;
}

.nonogiro__textcontainer h1 {
  color: #ffffff;
  line-height: 58px;
  font-weight: 300;
  font-size: 50px;
  width: 1250px;
  letter-spacing: 0px;
}

.nonogiro__hourcontainer {
  display: flex;
  width: 100vw;
  height: 380px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nonogiro__hourcontainer h1 {
  text-align: center;
  width: 920px;
  font-size: 83px;
  font-family: 'Zona Pro';
  letter-spacing: 0px;
  line-height: 90px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #bf3dfe;
}

.nonogiro__hourcontainer p {
  margin-top: 15px;
  color: #bf3dfe;
  font-size: 34px;
}

.nonogiro__hourcontainer__square {
  width: 90px;
  height: 90px;
  background-color: #bf3dfe;
  margin-top: -120px;
  margin-bottom: 40px;
  transform: rotate(45deg);
}

.nonogiro__womanhosts {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 800px;
  background-color: #51a0c9;
}

.nonogiro__womanhosts__figure {
  background-image: url('../../images/nonogiroLP/figure1@2x.png');
  background-size: cover;
  width: 500px;
}

.nonogiro__womanhosts__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}

.nonogiro__womanhosts__title h1 {
  margin-left: -40px;
  margin-top: 80px;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 340px;
  font-size: 50px;
  color: #ffffff;
  text-align: end;
}

.nonogiro__womanhosts__women {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  margin-left: 76px;
}

.nonogiro__womanhosts__women__sabrina {
  display: flex;
}

.nonogiro__womanhosts__women__sabrina__icon {
  background-image: url('../../images/nonogiroLP/woman1@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts__women__sabrina__text {
  margin-left: 20px;
}

.nonogiro__womanhosts__women__sabrina__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.nonogiro__womanhosts__women__sabrina__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  width: 560px;
}

.nonogiro__womanhosts__women__daniela {
  display: flex;
  margin-top: 20px;
}

.nonogiro__womanhosts__women__daniela__icon {
  background-image: url('../../images/nonogiroLP/woman2@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts__women__daniela__text {
  margin-right: 20px;
}

.nonogiro__womanhosts__women__daniela__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: right;
}

.nonogiro__womanhosts__women__daniela__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: right;
  width: 530px;
}

.nonogiro__womanhosts__women__viviane {
  display: flex;
  margin-top: 20px;
}

.nonogiro__womanhosts__women__viviane__icon {
  background-image: url('../../images/nonogiroLP/woman3@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts__women__viviane__text {
  margin-left: 20px;
}

.nonogiro__womanhosts__women__viviane__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.nonogiro__womanhosts__women__viviane__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  width: 530px;
}

.nonogiro__womanhosts2 {
  display: flex;
  flex-direction: row-reverse;
  width: 100vw;
  height: 800px;
  background-color: #ffaed7;
}

.nonogiro__womanhosts2__figure {
  background-image: url('../../images/nonogiroLP/figure2@2x.png');
  background-size: cover;
  width: 500px;
}

.nonogiro__womanhosts2__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}

.nonogiro__womanhosts2__title h1 {
  margin-top: 80px;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 350px;
  font-size: 50px;
  color: #bf3dfe;
  text-align: left;
}

.nonogiro__womanhosts2__women {
  display: flex;
  flex-direction: column;
}

.nonogiro__womanhosts2__women__regina {
  display: flex;
  width: 700px;
  margin-top: 182px;
}

.nonogiro__womanhosts2__women__regina__icon {
  background-image: url('../../images/nonogiroLP/woman4@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

.nonogiro__womanhosts2__women__regina__text h1 {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.nonogiro__womanhosts2__women__regina__text span {
  font-size: 21px;
  color: #ffffff;
  text-align: left;
}

.nonogiro__womanhosts2__women__renata {
  display: flex;
  width: 750px;
  margin-top: 20px;
  margin-left: -60px;
}

.nonogiro__womanhosts2__women__renata__icon {
  background-image: url('../../images/nonogiroLP/woman5@2x.png');
  background-size: cover;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts2__women__renata__text {
  margin-right: 20px;
}

.nonogiro__womanhosts2__women__renata__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: right;
}

.nonogiro__womanhosts2__women__renata__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: right;
  width: 530px;
}

.nonogiro__womanhosts3 {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 800px;
  background-color: #ffc700;
}

.nonogiro__womanhosts3__figure {
  background-image: url('../../images/nonogiroLP/figure3@2x.png');
  background-size: cover;
  width: 500px;
}

.nonogiro__womanhosts3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}

.nonogiro__womanhosts3__title h1 {
  margin-top: 30px;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 360px;
  font-size: 50px;
  color: #51a0c9;
  text-align: right;
}

.nonogiro__womanhosts3__women {
  display: flex;
  flex-direction: column;
  margin-left: 76px;
  margin-top: 80px;
}

.nonogiro__womanhosts3__women__anabac {
  display: flex;
}

.nonogiro__womanhosts3__women__anabac__icon {
  background-image: url('../../images/nonogiroLP/woman6@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts3__women__anabac__text {
  margin-left: 20px;
}

.nonogiro__womanhosts3__women__anabac__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.nonogiro__womanhosts3__women__anabac__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  width: 530px;
}

.nonogiro__womanhosts3__women__rita {
  display: flex;
  margin-top: 20px;
}

.nonogiro__womanhosts3__women__rita__icon {
  background-image: url('../../images/nonogiroLP/woman7@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts3__women__rita__text {
  margin-right: 20px;
}

.nonogiro__womanhosts3__women__rita__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: right;
}

.nonogiro__womanhosts3__women__rita__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: right;
  width: 530px;
}

.nonogiro__womanhosts3__women__mariana {
  display: flex;
  margin-top: 20px;
}

.nonogiro__womanhosts3__women__mariana__icon {
  background-image: url('../../images/nonogiroLP/woman8@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhosts3__women__mariana__text {
  margin-left: 20px;
}

.nonogiro__womanhosts3__women__mariana__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.nonogiro__womanhosts3__women__mariana__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  width: 530px;
}

.nonogiro__show {
  display: flex;
  flex-direction: row-reverse;
  width: 100vw;
  height: 750px;
  background-color: #bf3dfe;
}

.nonogiro__show__figure {
  background-image: url('../../images/nonogiroLP/figure4@2x.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
}

.nonogiro__show__container {
  display: flex;
  margin: 156px 0 156px 140px;
}

.nonogiro__show__container__title {
  display: flex;
  flex-direction: column;
}

.nonogiro__show__container__title h1:first-child {
  color: #fff;
  font-weight: 900;
}

.nonogiro__show__container__title h1:last-child {
  margin-top: 50px;
}

.nonogiro__show__container__title h1 {
  font-family: 'Zona Pro';
  text-align: left;
  width: 600px;
  font-size: 50px;
  color: #fff;
}

.nonogiro__show__container__image {
  background-image: url('../../images/nonogiroLP/band@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 752px;
  height: 472px;
  margin-right: 68px;
}

.nonogiro__footer {
  width: 100vw;
  height: 120px;
  background-color: #bf3dfe;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nonogiro__footer__svg1 {
  background-image: url('../../images/nonogiroLP/logoavon.svg');
  width: 190px;
  height: 90px;
}

.nonogiro__footer__svg2 {
  background-image: url('../../images/nonogiroLP/nameavon.svg');
  width: 265px;
  height: 20px;
}

.nonogiro__footer__text {
  font-size: 23px;
  font-weight: 900;
  color: #fff;
}

.nonogiro__lastbar {
  width: 100vw;
  height: 27px;
  background-color: #ffaed7;
}

.nonogiro__bannermobile {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
  height: 950px;
  background-color: #efa1c5;
}

.nonogiro__bannermobile__text {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__bannermobile__text h1 {
  line-height: 95px;
  text-align: center;
  width: 300px;
  height: 305px;
  font-family: 'Zona Pro';
  font-size: 110px;
  color: #ffffff;
}

.nonogiro__bannermobile__text h2 {
  text-align: left;
  font-weight: 900;
  width: 300px;
  height: 44px;
  font-size: 44px;
  color: #e20009;
  font-family: 'Zona Pro';
  margin-bottom: 40px;
}

.nonogiro__bannermobile__text p {
  width: 315px;
  height: 25px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Zona Pro';
  color: #ffffff;
}

.nonogiro__bannermobile__text p:last-child {
  margin-bottom: 40px;
}

.nonogiro__bannermobile__text span {
  text-align: left;
  font-size: 16px;
  width: 267px;
  font-family: 'Zona Pro';
  height: 36px;
  color: #ffffff;
  margin-left: -35px;
}

.nonogiro__bannermobile__text span:nth-child(odd) {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nonogiro__bannermobile__text span:nth-child(even) {
  margin-bottom: 40px;
}

.nonogiro__bannermobile__text__image {
  width: 100vw;
  min-width: 370px;
  height: 290px;
  background-image: url('../../images/nonogiroLP/banner-mobile.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nonogiro__datecontainermobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 128px;
  background-color: #ffc700;
}

.nonogiro__datecontainermobile h1:first-child {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__datecontainermobile h1:last-child {
  font-size: 48px;
  color: #51a0c9;
}

.nonogiro__textcontainermobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 330px;
  background-color: #bf3dfe;
}

.nonogiro__textcontainermobile h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  width: 320px;
}

.nonogiro__hourcontainermobile {
  display: flex;
  width: 100vw;
  height: 420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nonogiro__hourcontainermobile__square {
  width: 100px;
  height: 100px;
  background-color: #bf3dfe;
  margin-top: -115px;
  margin-bottom: 70px;
  transform: rotate(45deg);
}

.nonogiro__hourcontainermobile__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nonogiro__hourcontainermobile__text h1 {
  text-align: center;
  width: 320px;
  font-size: 40px;
  font-family: 'Zona Pro';
  letter-spacing: 0px;
  line-height: 40px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #bf3dfe;
}

.nonogiro__hourcontainermobile__text p {
  text-align: center;
  width: 218px;
  margin-top: 15px;
  color: #bf3dfe;
  font-size: 24px;
}

.nonogiro__womanhostsmobile {
  display: flex;
  flex-direction: column;
  width: 100vw;
  background-color: #51a0c9;
}

.nonogiro__womanhostsmobile__figure1 {
  width: 100vw;
  height: 500px;
  background-image: url('../../images/nonogiroLP/figure1@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -60px 0;
}

.nonogiro__womanhostsmobile__figure1__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

.nonogiro__womanhostsmobile__figure1__title h1 {
  margin-left: -40px;
  margin-top: 80px;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 340px;
  font-size: 50px;
  color: #ffffff;
  text-align: end;
}

.nonogiro__womanhostsmobile__women {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
  margin-top: -70px;
}

.nonogiro__womanhostsmobile__women__sabrina {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile__women__sabrina__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman1@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile__women__sabrina__text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile__women__sabrina__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile__women__sabrina__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile__women__daniela {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile__women__daniela__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman2@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile__women__daniela__text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile__women__daniela__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile__women__daniela__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile__women__viviane {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile__women__viviane__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman3@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile__women__viviane__text {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile__women__viviane__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile__women__viviane__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile2 {
  display: flex;
  flex-direction: column;
  width: 100vw;
  background-color: #ffaed7;
}

.nonogiro__womanhostsmobile2__figure1 {
  width: 100vw;
  height: 650px;
  background-image: url('../../images/nonogiroLP/figure2@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 40px;
}

.nonogiro__womanhostsmobile2__figure1__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

.nonogiro__womanhostsmobile2__figure1__title h1 {
  margin-top: 80px;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 300px;
  font-size: 40px;
  color: #bf3dfe;
  text-align: left;
}

.nonogiro__womanhostsmobile2__women {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}

.nonogiro__womanhostsmobile2__women__regina {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile2__women__regina__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman4@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile2__women__regina__text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile2__women__regina__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile2__women__regina__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile2__women__renata {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile2__women__renata__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman5@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile2__women__renata__text {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile2__women__renata__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile2__women__renata__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile3 {
  display: flex;
  flex-direction: column;
  width: 100vw;
  background-color: #ffc700;
  flex-shrink: 0;
}

.nonogiro__womanhostsmobile3__figure1 {
  width: 100vw;
  height: 600px;
  background-image: url('../../images/nonogiroLP/figure3@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.nonogiro__womanhostsmobile3__figure1__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

.nonogiro__womanhostsmobile3__figure1__title h1 {
  margin-top: 30px;
  font-weight: bold;
  font-family: 'Zona Pro';
  width: 300px;
  font-size: 40px;
  color: #51a0c9;
  text-align: left;
}

.nonogiro__womanhostsmobile3__women {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}

.nonogiro__womanhostsmobile3__women__anabac {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile3__women__anabac__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman6@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile3__women__anabac__text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile3__women__anabac__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile3__women__anabac__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile3__women__rita {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile3__women__rita__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman7@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile3__women__rita__text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile3__women__rita__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile3__women__rita__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__womanhostsmobile3__women__mariana {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__womanhostsmobile3__women__mariana__icon {
  align-items: center;
  background-image: url('../../images/nonogiroLP/woman8@2x.png');
  background-size: contain;
  width: 200px;
  height: 200px;
}

.nonogiro__womanhostsmobile3__women__mariana__text {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.nonogiro__womanhostsmobile3__women__mariana__text h1:first-child {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.nonogiro__womanhostsmobile3__women__mariana__text p {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  width: 310px;
}

.nonogiro__showmobile {
  width: 100vw;
  background-color: #bf3dfe;
}

.nonogiro__showmobile__figure {
  background-image: url('../../images/nonogiroLP/figure4@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 735px;
}

.nonogiro__showmobile__container {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  align-items: center;
}

.nonogiro__showmobile__container__image {
  align-self: center;
  background-image: url('../../images/nonogiroLP/band@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 194px;
  border-radius: 10px;
}

.nonogiro__showmobile__container__title {
  display: flex;
  flex-direction: column;
  width: 310px;
  margin: 40px 0;
}

.nonogiro__showmobile__container__title h1:first-child {
  color: #fff;
  font-weight: 900;
}

.nonogiro__showmobile__container__title h1:last-child {
  margin-top: 30px;
  font-size: 26px;
}

.nonogiro__showmobile__container__title h1 {
  font-family: 'Zona Pro';
  text-align: left;
  font-size: 40px;
  color: #fff;
}

.nonogiro__footermobile {
  width: 100vw;
  background-color: #bf3dfe;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nonogiro__footermobile__svg1 {
  background-image: url('../../images/nonogiroLP/logoavon.svg');
  width: 190px;
  height: 90px;
}

.nonogiro__footermobile__svg2 {
  margin: 20px 0;
  background-image: url('../../images/nonogiroLP/nameavon.svg');
  width: 265px;
  height: 20px;
}

.nonogiro__footermobile__text {
  font-size: 23px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
}

.subtitle {
  color: #ffaed7;
  font: 900 36px 'Zona Pro', sans-serif;
  text-transform: uppercase;
  margin: 50px;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 58vw;
  font-size: 0;
}

.pesquisa__button-wrapper {
  background-color: #ffaed7;
  padding: 60px;
  text-align: center;
}

.pesquisa__button-wrapper .button {
  padding: 15px 80px;
  text-transform: uppercase;
  color: white;
  font: 600 24px 'arial', sans-serif;
  border-radius: 100px;
  background-color: #c03cfe;
  word-break: keep-all;
  opacity: 1;
}

.pesquisa__carousel {
  width: 100%;
  height: 48rem;
}

.cancermama-carousel-container {
  position: relative;
}

.cancermama-carousel {
  display: flex;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
}

.cancermama-carousel::-webkit-scrollbar {
  display: none;
}

.cancermama-carousel__item {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.cancermama-carousel__image {
  display: block;
}

.cancermama-controls {
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  text-align: center;
}

.cancermama-controls__dot1 {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cancermama-controls__dot1:not(:first-child) {
  margin-left: 0.25em;
}

.cancermama-controls__dot1:hover,
.cancermama .controls__dot:focus {
  opacity: 1;
}

.cancermama-controlsmobile {
  position: absolute;
  right: 0;
  top: 1em;
  left: 0;
  text-align: center;
}

.cancermama-controlsmobile__dot {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cancermama-controlsmobile__dot:not(:first-child) {
  margin-left: 0.25em;
}

.cancermama-controlsmobile__dot:hover,
.cancermama .controls__dot:focus {
  opacity: 1;
}

.pesquisa,
.services {
  font-family: 'Zona Pro';
}

.pesquisa h1,
.services h1 {
  padding: 60px 30px 0px;
  text-align: center;
  font-size: 45px;
  color: white;
  background: #bf3dfe;
  text-transform: uppercase;
}

.pesquisa__intro,
.services__intro,
.pesquisa__second-intro {
  background-color: #bf3dfe;
  color: white;
  font-size: 19px;
  padding: 30px;
  text-align: center;
}
.pesquisa__second-intro {
  background-color: #ff2cd1;
}
.pesquisa__closure {
  background-color: #bf3dfe;
  color: white;
  font-size: 15px;
  padding: 24px;
}
.pesquisa__intro {
  margin-bottom: 0;
}
.pesquisa__intro strong,
.pesquisa__second-intro strong,
.services__intro strong {
  font-weight: 600;
}
.services__intro p {
  max-width: 880px;
  margin: 0 auto;
}

h2.pesquisa__subtitle {
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bolder;
  max-width: 1000px;
  margin: 0 auto;
}

.pesquisa__cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 50px;
}

article.pesquisa__card {
  background: #51a0c9;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 400px;
  height: auto;
  color: white;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: scale(1.01);
  transition: all 300ms ease-in-out;
}

article.pesquisa__card:hover .pesquisa__card__btn {
  max-width: 200px;
  padding: 8px 12px;
}

.pesquisa__card__btn {
  position: absolute;
  max-width: 34px;
  height: 34px;
  overflow: hidden;
  right: 12px;
  bottom: 12px;
  background-color: #333;
  color: white;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  transition: all 700ms ease;
  border-radius: 30px;
}

.pesquisa__card__btn p {
  white-space: nowrap;
}

.pesquisa__card__btn img {
  width: 18px;
  height: auto;
}

article.pesquisa__card > p {
  transform: rotate(330deg);
}

article.services__card {
  background-image: linear-gradient(165deg, #bf3dfe 40%, #ff442f 250%);
  margin: 30px 20px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-radius: 7px;
  color: white;
  gap: 2rem;
  transition: 0.3s ease-in-out;
  box-shadow: 4px 4px 32px -12px #000000c2;
}

article.services__card.done {
  background: #8899a6 !important;
}

article.services__card:nth-child(1n) {
  background: #51a0c9;
}
article.services__card:nth-child(2n) {
  background: #9999ff;
}
article.services__card:nth-child(3n) {
  background: #bf3dfe;
}
article.services__card:nth-child(4n) {
  background: #ff442f;
}
article.services__card:nth-child(5n) {
  background: #ffc701;
}
article.services__card:nth-child(6n) {
  background: #ff2cd1;
}

@media screen and (min-width: 1025px) {
  article.services__card {
    margin: 45px;
    flex-direction: row;
    gap: 3rem;
    padding: 36px;
  }

  article.services__card:first-of-type {
    padding: 36px;
  }

  .services__date {
    width: 55%;
  }

  .services__resume {
    width: 45%;
  }
}

.services__cards {
  max-width: 1300px;
  margin: 0 auto;
}

.services__title {
  font-size: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.services__date strong {
  font-weight: 800;
  text-transform: uppercase;
}

.services__date a {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.services__resume {
  font-size: 18px;
}
.services__resume__text {
  background: white;
  font-size: 16px;
  color: black;
  padding: 20px;
  border-radius: 20px 0 20px 0;
}

.pesquisa__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.pesquisa__footer p {
  margin-right: 120px;
}
.pesquisa__footer img:first-of-type {
  width: 9rem;
  height: auto;
}
.pesquisa__footer img:last-of-type {
  width: 14rem;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .pesquisa h1 {
    padding: 60px 20px 0;
    font-size: 32px;
  }

  .pesquisa__intro {
    font-size: 17px;
  }

  .pesquisa__cards {
    flex-direction: column;
    padding: 22px;
  }

  article.pesquisa__card {
    width: 100%;
    font-size: 20px;
  }

  .pesquisa__footer {
    flex-direction: column;
  }
  .pesquisa__footer p {
    margin-right: 0;
    margin-top: 32px;
  }

  h2.pesquisa__subtitle {
    margin: 0;
  }
}

#banner-abertura {
  background-image: url('../../images/pesquisacancermamaLP/abertura.png');
  background-position: center center;
  width: 100vw;
  height: 48vw;
}

#banner-abertura2 {
  background-image: url('../../images/pesquisacancermamaLP/abertura2.png');
  background-position: center center;
  width: 100vw;
  height: 48vw;
}

#banner-abertura3 {
  background-image: url('../../images/pesquisacancermamaLP/abertura3.png');
  background-position: center center;
  width: 100vw;
  height: 48vw;
}

#banner-abertura-mobile {
  background-image: url('../../images/pesquisacancermamaLP/abertura-mobile.png');
}

#banner-abertura2-mobile {
  background-image: url('../../images/pesquisacancermamaLP/abertura2-mobile.png');
}

#banner-abertura3-mobile {
  background-image: url('../../images/pesquisacancermamaLP/abertura3-mobile.png');
}

#banner-reportagens1 {
  background-image: url('../../images/pesquisacancermamaLP/reportagens.png');
  width: 50%;
  height: 100%;
  background-position: bottom;
}

#banner-reportagens2 {
  background-image: url('../../images/pesquisacancermamaLP/reportagens2.png');
  width: 50%;
  height: 100%;
  background-size: contain;
}

#banner-linhadotempo {
  background-image: url('../../images/pesquisacancermamaLP/linhadotempo.png');
  height: 190vw;
  width: 80vw;
  background-position: center;
}

#banner-luciane {
  background-image: url('../../images/pesquisacancermamaLP/luciane.png');
  width: 50%;
  height: 100%;
}

.pesquisa-banner {
  background-image: url('../../images/pesquisapesquisaLP/banner.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 58vw;
}

.pesquisa__header {
  background-color: #99f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pesquisa__header__navbar {
  margin-left: auto;
}

.pesquisa__header__navbar ul {
  display: flex;
  align-self: right;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 40px;
}

.pesquisa__header__navbar ul li a {
  color: white;
  font-size: 600 1em 'Zona Pro';
  text-transform: uppercase;
}

.pesquisa__header__logo {
  margin-left: auto;
}

.pesquisa__header__logo img {
  width: 60px;
  margin-right: 10px;
}

.pesquisa__sobre-texto {
  color: #ffaed7;
  background-color: #c03cfe;
  padding: 90px 50px;
}

.pesquisa__sobre-texto p {
  font: 600 1.1em 'Zona Pro', sans-serif;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.pesquisa__sobre-texto p:first-child::first-letter {
  font-size: 2em;
}

.pesquisa__sobre-texto p strong {
  color: #ff6fb8;
  font-weight: 900;
}

.pesquisa__sobre-texto p a {
  text-decoration: underline;
  transition: 0.3s;
}

.pesquisa__sobre-texto p a:hover {
  color: #ff6fb8;
}

.pesquisa__reportagens-article {
  background-color: #ffc701;
  width: 100%;
  display: flex;
  align-items: center;
  height: 20rem;
  margin-bottom: 10px;
}

.pesquisa__reportagens-article h3 {
  font: 800 36px 'Zona Pro', sans-serif;
  width: 50%;
  padding: 60px 40px;
  color: white;
  text-transform: uppercase;
}

.pesquisa__linha-do-tempo {
  display: flex;
  background-color: #f8fafa;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 4rem 0;
}

.pesquisa__depoiment {
  background-color: #ffc701;
  width: 100%;
  display: flex;
  align-items: center;
  height: 20rem;
  margin-bottom: 10px;
}

.pesquisa__depoiment h3 {
  font: 800 36px 'Zona Pro', sans-serif;
  width: 50%;
  padding: 60px 40px;
  color: white;
  text-transform: uppercase;
}

.pesquisa__open-data {
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.pesquisa__open-data a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.pesquisa__open-data p {
  font-weight: bold;
}

.pesquisa__open-data__item {
  padding: 10px;
  background-color: red;
  border-radius: 100%;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  height: 250px;
  width: 250px;
}

.pesquisa__open-data__text {
  background-color: #99f;
  padding: 80px 40px;
  margin-top: 40px;
}

.pesquisa__open-data__text strong {
  font-weight: 800;
}

.pesquisa__open-data__text p {
  color: white;
  font: normal 24px 'Zona Pro', sans-serif;
  margin-bottom: 20px;
}

@media screen and (min-width: 880px) {
  #controls1::before {
    content: 'Clique para mudar';
    top: -1.5rem;
    left: 0;
    right: 0;
    font: normal 16px 'Zona Pro', sans-serif;
    color: #fff;
    opacity: 0.8;
    position: absolute;
  }
  .pesquisa__reportagens-article h3,
  .pesquisa__depoiment h3 {
    padding-right: 120px;
  }
}

@media screen and (max-width: 880px) {
  .subtitle {
    padding: 50px 30px;
    font-size: 30px;
    margin: 0;
  }
  .pesquisa__header {
    height: 100px;
    position: static;
    margin-top: 78px;
  }
  #sobre {
    background-color: #ffaed7;
    padding: 30px 0;
  }
  #banner-abertura {
    background-image: url('../../images/pesquisacancermamaLP/abertura-mobile.png');
    height: 43rem;
  }
  #banner-abertura2 {
    background-image: url('../../images/pesquisacancermamaLP/abertura2-mobile.png');
    height: 43rem;
  }
  #banner-abertura3 {
    background-image: url('../../images/pesquisacancermamaLP/abertura3-mobile.png');
    height: 43rem;
  }
  .pesquisa__sobre-texto {
    padding: 80px 30px;
  }
  .pesquisa__sobre-texto p {
    font-size: 1em;
  }
  .pesquisa__reportagens-article {
    display: block;
    height: auto;
  }
  .pesquisa__reportagens-article h3 {
    width: 100%;
    font-size: 24px;
  }
  .pesquisa__button-wrapper {
    padding: 30px;
  }
  .pesquisa__button-wrapper button {
    font-size: 16px;
  }
  .pesquisa__depoiment {
    display: block;
    height: auto;
  }
  .pesquisa__depoiment h3 {
    width: 100%;
    font-size: 24px;
  }
  .pesquisa__linha-do-tempo {
    background-color: #e1e9e9;
  }
  .pesquisa__open-data__item {
    width: 200px;
    height: 200px;
  }
  #banner-abertura-mobile {
    background-image: url('../../images/pesquisacancermamaLP/abertura-mobile.png');
  }
  #banner-abertura2-mobile {
    background-image: url('../../images/pesquisacancermamaLP/abertura2-mobile.png');
  }
  #banner-abertura3-mobile {
    background-image: url('../../images/pesquisacancermamaLP/abertura3-mobile.png');
  }
  #banner-reportagens1,
  #banner-reportagens2,
  #banner-luciane {
    width: 100%;
    height: 65vw;
  }
  #banner-linhadotempo {
    background-image: url('../../images/pesquisacancermamaLP/timeline-mobile.png');
    height: 800vw;
  }
}

.cancermama {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: 'Zona Pro';
}

.cancermama-message1 {
  display: flex;
  background-color: #c03cfe;
  width: 100vw;
  align-items: center;
  justify-content: center;
}

.cancermama-message1 p {
  padding: 40px;
  color: #ffaed7;
  font-size: 32px;
  text-align: left;
}

.cancermama-campanha {
  background-color: #ffffff;
  width: 100vw;
}

.cancermama-campanha div {
  margin: 70px 80px;
}

.cancermama-title {
  padding: 28px;
}

.cancermama-title h2 {
  font-size: 38px;
  font-weight: 900;
  color: #ffaed7;
}

.cancermama-title span {
  font-size: 22px;
  color: #ffaed7;
}

@media screen and (max-width: 768px) {
  .cancermama-title h2 {
    font-size: 33px;
  }
}

.cancermama-contactmessage {
  padding: 28px;
  background-color: #ffbbdf;
  color: #eb47cc;
  font-size: 28px;
  text-transform: uppercase;
}
.cancermama-contactmessage h2 {
  font-weight: 300;
  font-size: 30px;
}
.cancermama-contactmessage p {
  font-weight: 900;
}

.cancermama-video {
  position: relative;
}
.cancermama-video video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cancermama-videobutton {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cancermama-videobutton img {
  width: 100px;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.cancermama-videobutton img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.cancermama-historias {
  background-color: #ffffff;
  width: 100vw;
}

.cancermama-historias div {
  margin: 40px 80px;
}

.cancermama-historias div h1 {
  font-size: 50px;
  color: #ffaed7;
}

.cancermama-block {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 28px;
}

.cancermama-block p a {
  text-decoration: underline;
}
.cancermama-block p a:hover {
  color: #ffaed7;
}

.cancermama-social img {
  height: auto;
  width: 32px;
}

.cancermama-messagemobile {
  display: flex;
  background-color: #c03cfe;
  width: 100vw;
  align-items: center;
  justify-content: center;
}

.cancermama-messagemobile p {
  color: #ffaed7;
  font-size: 20px;
  text-align: center;
  padding: 25px;
}

.cancermama-campanhamobile {
  background-color: #ffffff;
  width: 100vw;
}

.cancermama-campanhamobile div {
  margin: 30px 20px;
}

.cancermama-campanhamobile div h1 {
  text-align: center;
  font-size: 40px;
  color: #ffaed7;
}

.cancermama-campanhamobile div h1:last-child {
  margin-top: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #ffaed7;
}

.cancermama-historiasmobile {
  background-color: #ffffff;
  width: 100vw;
}

.cancermama-historiasmobile div {
  margin: 30px 20px;
}

.cancermama-historiasmobile div h1 {
  text-align: center;
  font-size: 40px;
  color: #ffaed7;
}

.cancermama-carousel-container {
  position: relative;
}

.cancermama-carousel {
  display: flex;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
}

.cancermama-carousel::-webkit-scrollbar {
  display: none;
}

.cancermama-carousel__item {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.cancermama-carousel__image {
  display: block;
}

.cancermama-controls {
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  text-align: center;
}
.cancermama-controls:before {
  content: '';
  border-top: solid 2px red;
}

.cancermama-controls__dot {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  outline: none;
  background-color: #000;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cancermama-controls__dot:not(:first-child) {
  margin-left: 0.25em;
}

.cancermama-controls__dot:hover,
.cancermama .controls__dot:focus {
  opacity: 1;
}

.cancermama-controlsmobile {
  position: absolute;
  right: 0;
  top: 1em;
  left: 0;
  text-align: center;
}

.cancermama-controlsmobile__dot {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cancermama-controlsmobile__dot:not(:first-child) {
  margin-left: 0.25em;
}

.cancermama-controlsmobile__dot:hover,
.cancermama .controls__dot:focus {
  opacity: 1;
}

.cancermama-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 60em;
  min-height: 100vh;
  box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.1);
  padding-bottom: 6em;
}

.cancermama-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cancermama-intro {
  margin-top: 3.5em;
  max-width: 42em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contents .archive-content__right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 1024px) {
  .contents .archive-content__right {
    padding: 9.375rem 9.375rem 5rem 0;
    flex: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__right {
    background-color: #fff;
  }
}

.contents .archive-content__post {
  width: 37.5rem;
  min-height: 12.5rem;
  padding: 2rem;
  background-color: #fff;
  border: 0.0625rem solid #dedede;
  box-sizing: border-box;
  box-shadow: -0.25rem 0.25rem 1.5rem rgba(196, 196, 196, 0.25);
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
}

.contents .archive-content__post:not(:first-of-type) {
  margin-top: 1rem;
}

.contents .archive-content__post__title {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.contents .archive-content__post > p {
  font-size: 1rem;
  line-height: 1.171875rem;
  color: #000;
  width: 27.375rem;
}

.contents .archive-content__post__see-more {
  margin-bottom: 2.5rem;
  transition: all 400ms ease-in-out;
}

.contents .archive-content__post__see-more:not(.active) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  overflow: hidden;
}

.contents .archive-content__post__worker {
  margin-top: 1.5rem;
}

.contents .archive-content__post__profile {
  display: flex;
}

.contents .archive-content__post__profile__image {
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.contents .archive-content__post__profile__information {
  margin-bottom: 1.5rem;
}

.contents .archive-content__post__profile__name {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
}

.contents .archive-content__post__profile__occupation {
  color: #777;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__post__profile__occupation {
    font-size: 0.875rem;
  }
}

.contents .archive-content__post__profile__view-more {
  display: block;
  margin-top: 1rem;
  color: #d41581;
  font-size: 0.875rem;
}

.contents .archive-content__post__profile__view-more.view-less::before {
  content: 'ver menos';
}

.contents .archive-content__post__profile__view-more:not(.view-less)::before {
  content: 'ver mais';
}

.contents .archive-content__post__profile__description {
  margin-top: 1rem;
  color: #777;
  font-size: 1rem;
  max-height: 43.75rem;
  transition: all 400ms ease-in-out;
}

.contents .archive-content__post__profile__description:not(.show) {
  overflow: hidden;
  max-height: 0;
}

.contents .archive-content__post__content.wp-content {
  padding: 0;
  color: #777;
  padding-top: 2.5rem;
}

.contents .archive-content__post__content.wp-content strong,
.contents .archive-content__post__content.wp-content h3 {
  color: #171717;
}

.contents .archive-content__post__content.wp-content h3 {
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.contents .archive-content__post__content.wp-content ul,
.contents .archive-content__post__content.wp-content li {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  list-style: none;
}

.contents .archive-content__post__content.wp-content-reports a {
  background-color: #d41581;
  color: #fff !important;
  text-decoration: none !important;
  width: 10rem;
  padding: 15px 0;
  text-align: center;
  margin: 10px 15px 15px 0;
}

.contents .archive-content__post__content.wp-content p {
  font-size: 1rem;
  line-height: 1.1875rem;
  max-width: 32.125rem;
  color: #171717;
}

.contents .archive-content__post__content.wp-content p a {
  text-decoration: underline;
  color: #d41581;
}

.contents .archive-content__post__content.wp-content p a:hover {
  color: black;
}

.contents .archive-content__post__content.wp-content .graphic-content {
  display: flex;
  flex-flow: wrap;
}

.contents .archive-content__post__content.wp-content .graphic-content .info {
  width: auto;
  margin-right: 2rem;
}

.contents .archive-content__post__content.wp-content .graphic-content .info h4 {
  color: #4e2583;
  font-size: 2.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}

.contents .archive-content__post__content.wp-content .graphic-content .info p {
  width: 10rem;
}

.contents .archive-content__post__content.wp-content div.flex {
  display: flex;
}

.contents .archive-content__post__content.wp-content div.flex > div {
  width: calc(50% - 32px);
}

.contents
  .archive-content__post__content.wp-content
  div.flex
  > div:first-of-type {
  margin-right: 2rem;
}

.contents
  .archive-content__post__content.wp-content
  div.flex
  > div
  ul:last-of-type {
  margin-left: 2rem;
}

.contents .archive-content__post__content.wp-content div.flex > div li {
  position: relative;
  padding-left: 0.5rem;
  white-space: nowrap;
}

.contents .archive-content__post__content.wp-content div.flex > div li::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #777;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contents .archive-content__view-more {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 1.25rem;
  height: 1.25rem;
}

.contents .archive-content__view-more span {
  width: 0.9375rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background-color: #000;
  display: block;
  transition: all 400ms ease-in-out;
}

.contents .archive-content__view-more span:nth-of-type(2) {
  transform: rotate(90deg) translateX(-2px);
}

.contents .archive-content__view-more.active span:first-of-type {
  opacity: 0;
}

.contents .archive-content__view-more.active span:last-of-type {
  transform: rotate(0);
}

.contents .archive-content__left {
  padding: 9.375rem 0.625rem 5rem 9.375rem;
  width: 35.625rem;
  background: linear-gradient(
    90.34deg,
    #fff 0.25%,
    #fff 85.69%,
    rgba(255, 255, 255, 0) 99.67%
  );
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__left {
    background: none;
    padding: 5.625rem 1.625rem 1.25rem;
    width: 100%;
  }
}

.contents .archive-content__left__content {
  width: 21.25rem;
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__left__content {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 2.5rem;
    border-radius: 0.625rem;
    box-shadow: -0.25rem 0.25rem 1.5rem rgba(196, 196, 196, 0.5);
  }
}

.contents .archive-content__left__title {
  color: #d41581;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__left__title {
    font-weight: 600;
    font-size: 1.5rem;
    white-space: nowrap;
    text-align: center;
  }
}

.contents .archive-content__left__text {
  color: #777;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__left__text {
    line-height: 1.1875rem;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
}

.contents .archive-content__left .author {
  display: block;
  margin: 1.25rem 0;
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__left .author {
    text-align: center;
  }
}

.contents .archive-content__left__redirect {
  padding: 0.9375rem 1.875rem;
  color: #d41581;
  border: 0.0625rem solid #d41581;
}

@media only screen and (max-width: 1023px) {
  .contents .archive-content__left__redirect {
    width: 10rem;
    display: block;
    margin: 0 auto;
    font-weight: 500;
  }
}

.archive-content__topics {
  background-color: #fff;
  padding: 2rem 1.5rem;
}

.archive-content__topic__toggle {
  font-size: 0.875rem;
  color: #777;
  border: 0.0625rem solid #777;
  border-radius: 0.1875rem;
  padding: 1.125rem 0.9375rem;
  white-space: nowrap;
  transition: background-color 400ms ease-in-out;
  max-width: 8.4375rem;
}

.archive-content__topic__toggle.active {
  background-color: #000;
  color: #fff;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
  box-shadow: 0 0 0.3125rem #000;
}

.archive-content__topic__content__presentation {
  padding: 1.625rem 0;
}

.archive-content__topic__content__presentation h3 {
  color: #191919;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.archive-content__topic__content__presentation:not(.shown) {
  display: none;
}

.archive-content__topic__content__presentation p:not([class]) {
  color: #777;
  font-size: 1rem;
}

.archive-content__topic__content__presentation p strong {
  color: #171717;
  line-height: 1.1875rem;
}

.archive-content__topic__content__presentation div:not([class]) > .flex {
  display: flex;
}

.archive-content__topic__content__presentation div:not([class]) > .flex ul {
  padding: 0;
  width: 50%;
}

.archive-content__topic__content__presentation div:not([class]) > .flex ul li {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #777;
}

.archive-content__topic__content__presentation
  div:not([class])
  > .flex
  ul
  li::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #777;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.archive-content__topic__content__presentation .graphic-content {
  display: flex;
  flex-flow: wrap;
}

.archive-content__topic__content__presentation .graphic-content .info {
  width: calc(50% - 16px);
}

.archive-content__topic__content__presentation .graphic-content .info h4 {
  white-space: nowrap;
  color: #4e2583;
  font-size: 1.5rem;
  font-family: 'Zona Pro', sans-serif;
  font-weight: 600;
}

.archive-content__topic__content__presentation
  .graphic-content
  .info:nth-child(2n) {
  margin-left: 2rem;
}

.archive-content__topic__content__title {
  font-size: 1.5rem;
}

.archive-content__topic__content__main {
  font-size: 0.9375rem !important;
  color: #171717 !important;
  font-family: 'Zona Pro', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.1875rem !important;
}

.contents {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  background-image: url('../../images/instituto-avon/fundo.png');
  background-size: 100%;
  background-attachment: fixed;
}

@media only screen and (max-width: 1023px) {
  .contents {
    flex-flow: column;
  }
}