:root {
  --purple01: #522657;
  --purple-dark: #401247;
  --purple-darktwo: #b082b8;
  --purpleH1: #470945;
  --purpleH2: #8e3d8a;
  --purple300: #bc62b7;
  --purple200: #d49bd1;
  --purple100: #e0b8de;
  --pink300: #91128d;
  --pink-cards: #faf3fd;
  --pink-hover: rgb(181 98 188 / 32%);
  --gradient1: linear-gradient(
    0deg,
    rgba(39, 3, 47, 1) 0%,
    rgba(64, 18, 71, 1) 100%
  );
  --neutro-text: #574d60;
  --N500: #7b6d88;
  --N400: #998ea4;
  --N300: #b8b0bf;
  --N200: #d6d2da;
  --N100: #f5f4f6;
  --white: #ffffff;
  --gray-bg: #f6f6f6;
  --CTA-mustard: #ffce53;
}

.bg-light-gray {
  background-color: var(--gray-bg);
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: var(--neutro-text);
}

.seccion-cortes {
  background-color: var(--purple-dark);
  padding: 30px;
  margin-top: 30px;
  border-radius: 15px;
}

.cortes-title{
  color: var(--N100);
  font-family: 'Space grotesk';
  font-size: 1.5rem;
}

.general-title {
  color: var(--purpleH2);
  font-family: 'Space grotesk';
  font-size: 1.5rem;
}

.download-excel-bt {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 35px;
}

.home-container {
  overflow: hidden;
}

.focus-filter .filter-group .btn-filter:first-child button{
  display: none;
}

.focus-filter .filter-group .btn-filter:first-child{
  padding: 0;
  margin: 0;
}

.page-title {
  font-family: "Space Mono", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--purpleH1);
  font-size: 2.3rem;
  text-align: center;
  margin: 30px 0;
}

.graph-list {
  margin-top: 30px;
}

.title-separator {
  font-size: 1.8em;
  font-family: "Space mono";
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--N200);
  color: var(--purpleH1);
}

.img-container {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.img-container img {
  width: 100%;
  box-sizing: border-box;
}

.info-pagina {
  color: var(--N500);
  font-weight: 100;
  font-size: 0.85rem;
  font-style: italic;
}

.info-table,
.info-superior,
.info-inferior {
  font-family: "Space Grotesk", sans-serif;
  color: var(--N400);
  font-weight: 100;
  font-size: 0.85rem;
}

.info-table ul,
.info-superior ul,
.info-inferior ul {
  padding: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
/*  * {
    scrollbar-width: auto;
    scrollbar-color: #470945 #ffffff;
  }*/

/* Chrome, Edge, and Safari */
/*  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #470945;
    border-radius: 10px;
  }

  .rounded-3{
    border-radius: 30px !important;
  }*/

.boxFunnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 35px;
  background-color: white;
  /* box-shadow: 0 0 2px rgb(128 128 128 / 29%); */
  border: 1px solid rgb(128 128 128 / 29%);
  border-radius: 12px;
}

.boxFunnel > .MuiBox-root {
  width: 100%;
}

.boxFunnel .tabPanelFunnel {
  width: 100%;
}

.boxFunnel button {
  font-family: "Space Mono";
}

.boxFunnel .tabPanelFunnel > div {
  padding: 0;
  padding-top: 20px;
}

.boxFunnel .tabPanelFunnel .chart-container {
  border: none;
  margin: 0;
  padding: 15px;
}

.nav-tabs-href {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nav-tabs-href a{
  width: 100%;
  margin-bottom: 25px;
  margin-right: 45px;
  padding: 0 5px;
  padding-bottom: 2px;
  color: var(--purpleH1);
  font-family: 'Space Mono';
  text-decoration: none;
  border-bottom: 1px solid var(--purpleH1);
}

.css-heg063-MuiTabs-flexContainer {
  flex-wrap: wrap;
}

.css-k008qs {
  display: flex;
  flex-wrap: wrap;
}

/*Grupo de tarjetas*/
.emotion-evolution {
  background-color: #fff;
  border: 1px solid rgb(128 128 128 / 29%);
  border-radius: 12px;
  padding: 30px;
  color: var(--N100);
  position: relative;
  height: 100%;
}

.emotion-evolution h2{
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.2rem;
  text-align: left;
  color: var(--purpleH2);
  margin-bottom: 20px;
}

.emotion-section {
  margin-bottom: 40px;
}

.emotion-section h3 {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 2.2rem;
  text-align: left;
  color: var(--purple300);
}

.emotion-group {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.emotion-group::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-left: 1px solid #767676;
  top: 0;
  left: 0;
}

.emotion-group::before {
  content: "";
  position: absolute;
  /* height: 100%; */
  bottom: -12px;
  left: -8px;
  border: 8px solid transparent;
  border-top-color: #767676;
}

.emotion-group-noevolution {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}



/*POS NEG*/
.emotion-group-posneg {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}

.emotion-group-posneg > * {
  margin-bottom: 30px;
}

.emotion-group-posneg .happy{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  border-radius: 0 50% 50% 0;
  background-color: #36ab36;
  margin-bottom: 20px;
  /* border-bottom: 1px solid white; */
}

.emotion-group-posneg .sad{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  border-radius: 50% 0 0 50% ;
  background-color: #e9a325;
}

.emotion-group-posneg .happy svg,
.emotion-group-posneg .sad svg{
  fill: white;
}


@media (min-width: 768px) {
  .nav-tabs-href a{ width: auto;}

  .img-container {
    display: flex;
    justify-content: center;
  }

  .img-container img {
    width: 70%;
  }
}

@media (min-width: 992px) {


  .img-container img {
    width: 50%;
  }

  .emotion-evolution {
    padding: 50px;
  }

  .emotion-evolution .direction-group {
    justify-content: space-between;
  }

  .emotion-group {
    padding-top: 18px;
    padding-left: 0;
    flex-direction: row;
  }
  
  .emotion-group::after {
    border-left: 0;
    border-top: 1px solid #767676;
  }
  
  .emotion-group::before {
    bottom: initial;
    left: initial;
    top: -8px;
    right: -12px;
    height: initial;
    border-top-color: transparent;
    border-left-color: #767676;
  }

  .emotion-group-noevolution {
    padding-top: 18px;
    padding-left: 0;
    flex-direction: row;
  }

  /*pos neg*/
  .emotion-group-posneg {
    flex-direction: row;
  }

  .emotion-group-first .green {
    border-radius: 60px 0 0 60px ;
  }

  .emotion-group-second ~ .orange {
    border-radius: 0 60px 60px 0;
  }

  .emotion-group-first .orange {flex-grow: 1;}
  .emotion-group-second .green {flex-grow: 1;}

  .emotion-evolution h2 {
    font-size: 1.34rem;
  }

  .page-title {
    font-size: 2.5rem;
  }
}


@media (min-width: 1200px) {
  .page-title {
    font-size: 3.2rem;
  }
}


/*# sourceMappingURL=main.css.map*/