.container-0 {
  background-color: #d2263d;
  position: fixed;
  top: 0;
  z-index: 1001;
  padding-bottom: 10px;
}

.container-1 {
  position: relative;
  min-height: 100vh;
  background-color: #ef7083;
  background-image: url(../img/top.svg);
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  background-size: cover;
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 1.1rem;
  padding-top: 120px;
}

@media (max-width: 1100px) {
  .container-1 {
    background-image: none !important;
  }
}

.container-2 {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 80px;
}

.container-3 {
  position: relative;
  background-color: #e5596e;
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 1.2rem;
  padding-bottom: 80px;
}

.container-4 {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
  padding-bottom: 80px;
}

.container-5 {
  margin: 20px 0 0 0;
  background-image: url(../img/globo.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 1.2rem;
}

.container-6 {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 80px;
}

.container-7 {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 100px;
}

.container-8 {
  position: relative;
  background-color: #ef7083;
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 1.2rem;
  padding-top: 80px;
}

.img-modelo {
  position: absolute;
  bottom: 0;
  right: 0;
  animation-name: float-bob;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 0px right 0px;
}

@keyframes float-bob {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

/* Menu desktop */
.menu {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.menu .menu-list li {
  float: left;
  position: relative;
  list-style: none;
}

.menu .menu-list li a {
  color: #fff;
  font-family: 'Poppins';
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  margin: 0 35px 0 0;
  padding: 0 3px;
}

.menu .menu-list li .sub-menu {
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #d2263d;
  z-index: 1000;
  display: none;
  padding-bottom: 10px;
}

.menu .menu-list li:hover .sub-menu {
  display: block;
}

.menu .menu-list .sub-menu li {
  float: none;
  display: block;
  white-space: nowrap;

}

.hover {
  --s: 0.15em;
  /* the thickness of the line */
  --c: #ffffff;
  /* the color */
  color: #ffffff;
  padding-bottom: var(--s);
  background:
    linear-gradient(90deg, var(--c) 50%, #ffffff 0) calc(100% - var(--_p, 0%))/200% 100%,
    linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) var(--s) no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.5s;
}

.hover:hover {
  --_p: 100%
}

/* Menu desktop */

.btn-doar {
  display: block;
  margin-top: 10px;
  background-color: #ffffff;
  color: #d2263d;
  text-decoration: none;
  font-family: 'Poppins';
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.btn-doar:hover {
  color: #ffffff;
  background-color: #ef7083;
}

.h2 {
  font-family: 'Poppins';
  text-align: center;
  color: #d2263d;
  font-weight: 700;
  margin-top: 80px;
}

.h5 {
  color: #d2263d;
  font-family: 'Poppins';
  font-weight: 700;
  margin-top: 30px;
}

.h5 a,
.h5 a:hover {
  color: #d2263d;
  text-decoration: none;
}

.h2-alt {
  color: #ffffff;
}

.h6 {
  text-decoration: none;
  color: #767676;
  font-family: 'Poppins';
  font-weight: 700;
  margin-top: 30px;
  font-size: 1.2rem;
}

.h6:hover {
  color: #d2263d;
}

.btn-more {
  display: block;
  margin-top: 10px;
  background-color: #d2263d;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins';
  font-size: .9rem;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.btn-more:hover {
  color: #ef7083;
}

.depoimentos {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .9rem;
}

.author {
  color: #d2263d;
  font-weight: 700;
  font-size: 1.2rem;
}

.small {
  font-size: 0.8rem;
  border-top: solid 1px #fff;
  padding: 10px 0;
}

.footer,
.footer:hover {
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
}

.social {
  background-color: #d2263d;
  border-radius: 3rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
}

.social a {
  color: #fff;
}

.social:hover {
  background-color: #fff;
}

.social:hover a,
.social a:hover {
  color: #d2263d;
}

@media (max-width: 576px) {
  .container-1 {
    background-image: none;
  }

  .img-modelo {
    display: none;
  }
}

/* Menu Mobile */

.menu-toggle {
  display: grid;
  margin-left: 10px;
  cursor: pointer;
  align-items: end;
  justify-items: end;
}

.menu-toggle svg {
  width: 18px;
  height: auto;
  fill: #fff;
}

.menu-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 90%;
  max-width: 350px;
  height: 100vh;
  display: none;
  background-color: rgba(210, 38, 61, 0.9);
  transition-duration: 1.5s;
}

.menu-section.on {
  display: block;
}

.off {
  display: none;
}

.hamburger {
  overflow: scroll;
  height: calc(100vh - 220px);
}

.hamburger ul {
  padding: 0;
  font-family: "Poppins";
  list-style: none;
  margin: 30px 30px 0 30px;
  text-align: left;
}

.hamburger ul ul {
  padding: 0;
  font-family: "Poppins";
  list-style: none;
  margin: 0 0 0 30px;
  text-align: left;
}

.hamburger ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 1.3em;
  line-height: 2rem;
  width: 100%;
  display: block;
}

.hamburger ul ul a {
  font-size: 1.1em;
}

/* Menu */

/* Internas */
.container-single {
  position: relative;
  color: #000;
  font-family: 'Poppins';
  font-size: 1rem;
  padding-top: 120px;
}

.h3 {
  font-family: 'Poppins';
  text-align: center;
  color: #707070;
  font-weight: 700;
}

.page-numbers {
  background-color: #d2263d;
  border-radius: 3rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-family: 'Poppins';
  font-size: .9rem;
  font-weight: 400;
}

a.page-numbers {
  text-decoration: none;
  color: #ffffff;
}

.current {
  color: #ffffff;
  font-weight: 700;
}

.the-content a {
  color: #d2263d;
  text-decoration: none;
}

.the-content a:hover {
  color: #d2263d;
  text-decoration: underline;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-image {
  padding: .2rem;
}

.wp-block-image figcaption {
  background: rgba(0, 0, 0, 0.45) !important;
  margin: 0 !important;
  position: relative;
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  padding: 5px !important;
  text-align: center !important;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-gallery .wp-block-image figcaption {
  margin: 0 auto 2px 4px !important;
  width: calc(100% - 8px) !important;
}

.wp-block-embed__wrapper {
  position: relative;
  text-align: center;
}

.more {
  display: none;
}