:root {
  --color-orange: #fa9c50;
  --color-white: #ffffff;
  --color-dark: #202020;
  --color-gradient-start: #212121;
  --color-gradient-end: #2d2c2c;
  --color-box-header: #484242;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}

.logos {
  display: flex;
  background-color: var(--color-white);
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.logos img:first-child {
  margin-right: 28px;
}

.banner {
  position: relative;
  margin-bottom: 18px;
  top: -10px;
}

.mobile-banner {
  display: none;
}

#iconDown {
display: none;
}

.boxText {
  position: absolute;
  top: 20%;
  left: 15%;
  background: #484242;
  color: #fff;
  padding: 20px;
  border-radius: 25px;
  width: 28rem;
  height: 14rem;
  margin: 16px 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.texts {
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.texts h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.texts hr {
  border: none;
  width: 75%;
  height: 3px;
  background: var(--color-orange);
  margin-bottom: 16px;
}

.texts p {
  width: 340px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.7;
}

.containerInformations {
  display: flex;
  justify-content: center;
}

.informations {
  display: flex;
  width: 55%;
  padding: 25px;
  border: 1px solid #000000;
  justify-content: center;
  border-radius: 35px;
  align-items: center;
}

.informations hr {
  border: none;
  background: var(--color-orange);
  width: 3px;
  height: 70px;
  margin: 0 4.5vw;
}

.information p {
  text-align: center;
}

.roundedArrow {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#roundedArrowBottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: -105px;
}

.benefits {
  background: linear-gradient(180deg, var(--color-dark) 0%, #2d2c2c 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  padding-bottom: 6rem;
  position: relative;
}

.titlesBenefits {
  width: 90%;
  padding-left: 240px;
}

.titlesBenefits h2 {
  margin-top: 48px;
  font-size: 1.5rem;
  color: var(--color-white);
}

.titlesBenefits hr {
  border: none;
  width: 23%;
  height: 3px;
  background: #f9824d;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cardFotolivro42 {
  display: flex;
  flex-direction: row;
}

#iconRightcardFotolivro {
  color: var(--color-orange);
  padding-right: 50px;
  padding-top: 28px;
}

#iconDowncardFotolivro {
  display: none;
}

.containerCard {
  display: flex;
  width: 48rem;
  height: 17rem;
  flex-direction: row;
  border: 1px solid #f9824d;
  border-radius: 47px;
  margin-top: 28px;
  position: relative;
}

.containerCard .image42x {
  position: absolute;
  bottom: -70px;
  left: 20%;
  transform: translateX(-50%);
}

.cardTextContainer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.cardText {
  width: 60%;
}

.cardText h1 {
  color: transparent;
  -webkit-text-stroke: 2px #f9824d;
  margin: 0;
  padding: 0;
  font-size: 8rem;
  text-align: center;
  line-height: 1;
}

.cardTexts {
  width: 60%;
}

.cardTexts p {
  text-align: center;
  color: #d9d9d9;
  margin: 5px 0;
  font-size: 1rem;
}

.cardTexts p:last-child {
  font-size: 0.8rem;
  color: #a9a9a9;
}

.titleShare {
  margin-top: 20px;
  align-self: flex-end;
  padding-right: 310px;
}

.titleShare h2 {
  margin-top: 48px;
  font-size: 28px;
  color: var(--color-white);
}

.titleShare hr {
  border: none;
  width: 85%;
  height: 3px;
  background: #f9824d;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
}

.cardFotolivro17 {
  display: flex;
  flex-direction: row;
}

.fa-arrow-left {
  color: var(--color-orange);
  padding-left: 110px;
  padding-top: 28px;
}

.containerCard .image17x {
  position: absolute;
  right: -90px;
  bottom: -38px;
}

.cardTextContainer17 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.experienceText {
  margin-top: 60px;
}

.experienceText h2 {
  color: var(--color-white);
}

.experienceText hr {
  border: none;
  width: 30%;
  height: 3px;
  background: var(--color-orange);
  margin-bottom: 16px;
  margin-left: 41%;
  margin-right: auto;
}

.morePageContainer {
  display: flex;
  width: 70rem;
  height: 33rem;
  flex-direction: column;
  border: 1px solid #f9824d;
  border-radius: 47px;
  margin-top: 28px;
  position: relative;
}

.morePageTitle {
  padding-top: 30px;
  padding-left: 50px;
  color: var(--color-white);
}

.morePageTitle p {
  font-size: 22px;
  margin-bottom: 8px;
}

.morePageTitle h1 {
  font-size: 34px;
}

.morePageTitle hr {
  border: none;
  width: 46%;
  height: 3px;
  background: var(--color-orange);
  margin-bottom: 16px;
}

.morePageContent {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
}

.card-morePageContainer {
  display: flex;
  flex-direction: column;
}

.card-morePage {
  border: 1px solid #f9824d;
  border-radius: 25px;
  width: 28rem;
  padding: 32px 0;
  margin-bottom: 1rem;
  color: var(--color-white);
}

.card-morePage p {
  font-size: 0.9rem;
  text-align: center;
}

#iconRightx {
  color: var(--color-orange);
  padding-right: 10px;
}

.imageContainer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
  margin-left: 80px;
}

.imageContainer img {
  position: absolute;
  /* right: -80px; */
}

.fotolivroButton {
  padding: 10px 0;
  background: transparent linear-gradient(99deg, #fca351 0%, #f7774a 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-align: center;
  width: 20.5rem;
}

.fotolivroButton p {
  font-size: 1rem;
}

.fotolivroButton a {
  text-decoration: none;
  color: var(--color-white);
}

.textsImage {
  z-index: 1;
  margin-top: 40px;
}

.childrenText {
  text-align: center;
  color: var(--color-white);
  opacity: 0.7;
  margin: 5px 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.models {
  position: relative;
  margin-top: 60px;
}

.modelsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titleModel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titleModel hr {
  border: none;
  width: 100%;
  height: 3px;
  background: var(--color-orange);
  margin-bottom: 16px;
}

.cardModel {
  display: flex;
  width: 58rem;
  height: 21rem;
  flex-direction: row;
  border: 1px solid #202020;
  border-radius: 47px;
  margin-top: 28px;
  margin-bottom: 80px;
  position: relative;
}

.cardModel img {
  position: absolute;
  left: -70px;
  top: -41px;
}

.cardTextModel {
  line-height: 1.5;
  text-align: end;
}

.cardTextModel p {
  font-size: 1.9rem;
}

.cardTextModel h1 {
  font-size: 2.3rem;
}

.cardMiddleText p {
  margin: 18px 0;
  font-size: 0.8rem;
}

.cardTextsModel p {
  width: 30rem;
  font-size: 0.8rem;
  text-align: end;
  text-wrap: wrap;
}

.cardModelLeft {
  display: flex;
  width: 58rem;
  height: 21rem;
  flex-direction: row;
  border: 1px solid #202020;
  border-radius: 47px;
  margin-top: 28px;
  margin-bottom: 80px;
  position: relative;
}

.cardModelLeft img {
  position: absolute;
  right: -70px;
  top: -41px;
}

.cardTextContainerLeft {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.cardTextModelLeft {
  line-height: 1.5;
  text-align: start;
}

.cardTextModelLeft p {
  font-size: 1.9rem;
}

.cardTextModelLeft h1 {
  font-size: 2.3rem;
}

.cardMiddleTextLeft p {
  margin: 18px 0;
  font-size: 0.8rem;
}

.cardTextsModelLeft p {
  width: 30rem;
  font-size: 0.8rem;
  text-align: start;
  text-wrap: wrap;
}

.whyOffer {
  background-color: #f9f9f9;
}

.whyOfferContainer {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.titleWhyOffer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  align-self: center;
}

.titleWhyOffer hr {
  border: none;
  width: 35%;
  height: 3px;
  background: var(--color-orange);
  margin-bottom: 16px;
}

.cardWhyOffer {
  display: flex;
  width: 58rem;
  height: 21rem;
  flex-direction: row;
  border: 1px solid #202020;
  border-radius: 47px;
  margin-top: 28px;
  margin-bottom: 80px;
  position: relative;
}

.cardWhyOffer img {
  position: absolute;
  right: -410px;
  top: -60px;
}

.cardTextWhyOffer {
  line-height: 1.5;
  text-align: end;
}

.cardTextWhyOffer p {
  font-size: 1.9rem;
}

.cardTextWhyOffer h1 {
  font-size: 2.3rem;
}

.cardMiddleText p {
  margin: 18px 0;
  font-size: 0.8rem;
}

.cardTextsWhyOffer p {
  width: 30rem;
  font-size: 0.8rem;
  text-align: end;
  text-wrap: wrap;
}

.cardWhyOfferLeft {
  display: flex;
  width: 46rem;
  height: 21rem;
  flex-direction: row;
  border: 1px solid #202020;
  border-radius: 47px;
  margin-top: 4rem;
  margin-bottom: 80px;
  position: relative;
  margin-left: 2rem;
}

.cardWhyOfferLeft img {
  position: absolute;
  right: -410px;
  top: -60px;
}

.cardTextWhyOfferContainerLeft {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  padding: 50px;
  position: relative;
}

.largeNumber {
  margin-right: 30px;
  align-items: center;
  align-self: center;
}

.largeNumber p {
  text-align: center;
  font-size: 12rem;
  color: transparent;
  -webkit-text-stroke: 1px #fca352;
}

.textsContainerColumn {
  display: flex;
  flex-direction: column;
}

.cardTextWhyOfferLeft h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.cardTextWhyOfferLeft hr {
  border: none;
  width: 60%;
  height: 3px;
  background: var(--color-orange);
}

.cardTextsWhyOfferLeft {
  margin-top: 20px;
  font-size: 0.8rem;
}

.cardWhyOfferRight {
  display: flex;
  width: 46rem;
  height: 21rem;
  flex-direction: row;
  border: 1px solid #202020;
  border-radius: 47px;
  margin-top: 4rem;
  margin-bottom: 80px;
  position: relative;
  margin-right: 4rem;
  align-self: end;
}

.cardWhyOfferRight img {
  position: absolute;
  left: -350px;
  top: -60px;
}

.cardTextWhyOfferContainerRight {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  padding: 50px;
  position: relative;
}

.largeNumberRight {
  margin-left: 30px;
  align-items: center;
  align-self: center;
}

.largeNumberRight p {
  text-align: center;
  font-size: 12rem;
  color: transparent;
  -webkit-text-stroke: 1px #fca352;
}

.textsContainerColumnRight {
  display: flex;
  flex-direction: column;
}

.cardTextWhyOfferRight h1 {
  font-size: 2rem;
  text-align: end;
  margin-bottom: 10px;
}

.cardTextWhyOfferRight hr {
  border: none;
  width: 65%;
  height: 3px;
  background: var(--color-orange);
  margin-left: auto;
}

.cardTextsWhyOfferRight {
  margin-top: 20px;
  text-align: end;
  font-size: 0.8rem;
}

.introduction {
  position: relative;
  padding-top: 50px;
}

.cardsIntroduction {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(to bottom, #262626, #1c1c1c);
  padding-bottom: 4rem;
}

.blush-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/Group-1896.png");
  background-position: left center, right center;
  background-repeat: no-repeat;
  filter: blur(33px);
  pointer-events: none;
}

.cardIntroductionRight {
  position: relative;
  display: flex;
  width: 24rem;
  height: 12rem;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  margin-top: 4rem;
  margin-right: 1.3rem;
}

.cardIntroductionRightFullWidth {
  position: relative;
  display: flex;
  width: 53%;
  height: 12rem;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  margin-top: 1.5rem;
  margin-right: 1.3rem;
}

.cardTextIntroductionContainerRight {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 40px 20px;
  align-items: center;
}

.largeNumberIntroductionRight {
  margin-left: 5px;
  align-items: center;
  align-self: center;
}

.largeNumberIntroductionRight p {
  text-align: center;
  font-size: 12rem;
  color: transparent;
  opacity: 0.2;
  -webkit-text-stroke: 1px var(--color-white);
}

.textsContainerColumnRight {
  display: flex;
  z-index: 1;
  flex-direction: column;
  color: var(--color-white);
}

.cardTextsIntroductionRight {
  font-size: 1rem;
}

aside {
  position: relative;
  background: transparent linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
}

.containerEditorIA {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.editorTitleIA {
  text-align: center;
}

.editorTitleIA p {
  font-size: 1.5rem;
}

.editorTitleIA hr {
  border: none;
  width: 65%;
  height: 3px;
  background: var(--color-orange);
  margin-bottom: 16px;
  margin-left: auto;
}

.cardEditor {
  display: flex;
  width: 48rem;
  height: 25rem;
  flex-direction: row;
  border: 1px solid #202020;
  border-radius: 47px;
  margin-top: 5rem;
  margin-bottom: 80px;
  position: relative;
}

.cardEditor img {
  position: absolute;
  left: -25px;
  top: -41px;
}

.cardTextContainerEditor {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.cardTextEditor {
  text-align: end;
}

.cardTextEditor p {
  font-size: 1.3rem;
}

.cardTextEditor h1 {
  font-size: 1.9rem;
}

.cardEditorMiddleText p {
  margin: 18px 0;
  font-size: 1.3rem;
}

.cardTextsEditor p {
  font-size: 0.7rem;
  text-align: end;
}

.interactionsContainer {
  position: relative;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.interactionsTitle {
  text-align: center;
}

.interactionsTitle h1 {
  font-size: 38px;
}

.interactionsTitle p {
  font-size: 18px;
  margin-bottom: 1rem;
}

.interactionsImages {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 3rem 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer p {
  text-align: center;
  color: #566361;
  font-size: 12px;
}

/* carrossel instragram */
.boton-carrusel {
  position: absolute;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgb(248 128 76 / 53%);
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 25px;
}

.boton-carrusel.izquierda {
  left: 10px;
  top: 50%;
}

.boton-carrusel.derecha {
  right: 10px;
  top: 50%;
}
.carrusel {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -50px;
  margin-bottom: -3%;
}

.carrusel-imagenes {
  margin: 5% 0;
  display: flex;
  width: auto;
  height: auto;
  white-space: nowrap;
  transition: transform .5s ease-in-out;
}

.item-imagen-carrusel {
  flex: 0 0 20%;
  margin-right: 10px;
  overflow: hidden;
}

.item-imagen-carrusel img {
  width: 100%;
  height: auto;
  transition: transform .5s ease-in-out;
  transform-origin: center bottom;
}

.item-imagen-carrusel:hover img {
  transform: scale(1.3);
}




