:root {
  --tierra: #d9b991;
  --café-oscuro: #9d5940;
  --rojo-oscuro: #a7575d;
  --naranjo: #df7957;
  --color: white;
  --black: black;
  --crema: #f2e0cc;
}

.container {
  min-height: 15vh;
  overflow: hidden;
}

.container.nav {
  min-height: 13vh;
}

.logo-div {
  justify-content: flex-start;
  display: flex;
}

.nav_items_div {
  max-width: 50vw;
  min-width: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.log_in_div {
  flex-direction: row;
  display: none;
}

.columns {
  z-index: 888;
  max-width: 99.9999%;
  min-height: 13vh;
  align-items: center;
  display: flex;
  position: relative;
}

.link_navbar {
  color: #8e5e24;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
}

.link_navbar:hover {
  border-bottom: 2px solid #9e837d;
}

.link_navbar.blog {
  display: none;
}

.link_navbar.cuenta {
  color: #8e5e24;
  text-transform: none;
  border: 1px #000;
  font-size: .7rem;
  font-weight: 500;
  text-decoration: none;
}

.div-block {
  max-width: 100%;
  min-height: 70vh;
  min-width: 100%;
  object-fit: contain;
  background-image: linear-gradient(rgba(32, 28, 28, .31), rgba(32, 28, 28, .31)), url('../images/medium-shot-happy-women-posing-together-1.jpg');
  background-position: 0 0, 0 6%;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
  border: 2px #fff;
  border-bottom-style: solid;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  min-height: 30vh;
  min-width: 30vw;
  background-color: rgba(167, 87, 93, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 12vh;
  display: flex;
}

.column {
  max-height: 30vh;
  min-height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/pexels-mart-production-7088498.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 639px;
  border: 2px solid #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.column-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  color: #edb18f;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 40px;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 30px;
}

.div-block-3 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  display: none;
}

.button:hover {
  transform: scale(1.1);
}

.button-2 {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  margin-left: 10px;
  display: none;
}

.button-2:hover {
  transform: scale(1.1);
}

.div-block-4 {
  max-height: 30vh;
  max-width: 20vw;
  min-height: 20vh;
  min-width: 20vw;
  margin-left: 20px;
}

.heading-2 {
  color: #edb18f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-2 {
  color: #f1d5c6;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.column-02 {
  min-height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/Cursos.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border: 2px solid #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.column-02._04 {
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/pexels-dani-hart-3719037.jpg');
}

.link_navbar-copy {
  color: var(--café-oscuro);
  text-transform: uppercase;
  border-bottom: 2px solid #a28a86;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0;
  font-weight: 600;
  text-decoration: none;
}

.presentation_div {
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.container_presentation {
  max-width: 60%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.column-5 {
  max-height: 80vh;
  min-height: 80vh;
  padding-top: 60px;
}

.column-6 {
  max-height: 80vh;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  min-height: 70vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #8e5e24;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.button-3 {
  background-color: #edb18f;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.button-3:hover {
  transform: scale(1.1);
}

.paragraph-3 {
  color: #edb18f;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.label {
  color: #ae7878;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 50px;
  font-family: Great Vibes, cursive;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 44px;
}

.slider-link {
  z-index: 1;
  width: 100%;
  height: 300px;
  color: #000;
  display: block;
  position: relative;
}

.link-block {
  width: 70%;
  height: 100%;
  min-height: 100%;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.image-4 {
  max-width: 20%;
}

.image-5 {
  z-index: 98;
  max-width: none;
  min-width: 20vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-4 {
  color: #edb18f;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-5 {
  width: 100%;
  color: #edb18f;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-5 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.columns-3 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  width: 20%;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-7 {
  display: none;
}

.column-04 {
  min-height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/S.Education.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border: 2px solid #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-002 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.button-002:hover {
  transform: scale(1.1);
}

.button-002.cs-cursor2 {
  min-width: 11vw;
  text-align: center;
  border-radius: 20px;
}

.button-003 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
}

.button-003:hover {
  transform: scale(1.1);
}

.button-003.cs-cursor2 {
  min-width: 11vw;
  text-align: center;
  border-radius: 20px;
}

.hero {
  overflow: hidden;
}

.columns-4 {
  max-height: 30vh;
  overflow: hidden;
}

.paragraph-7 {
  color: #ccb2a3;
  font-family: Freehand, sans-serif;
  font-size: 1.7rem;
  position: relative;
  top: 24%;
  left: 62%;
}

.about {
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-seccion-8 {
  max-width: 80%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.daniela-ribbeck {
  max-width: 60%;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
}

.d-r---especialidad {
  max-width: 60%;
  justify-content: flex-end;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.d-r---foto {
  max-height: none;
  max-width: 60%;
  min-height: auto;
  min-width: auto;
  object-fit: contain;
  border-radius: 20px;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.bio {
  max-width: 70%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.conquientrabajo {
  max-width: 100%;
  flex-direction: column;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pilares.conquientrabajo {
  margin-left: auto;
  margin-right: auto;
}

.pilares.movil {
  display: none;
}

.heading-6 {
  max-width: 40vw;
  color: var(--rojo-oscuro);
  cursor: grab;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-6.cs-cursor {
  max-width: 60vw;
  margin-top: 10vh;
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 3.5rem;
}

.paragraph-8 {
  max-width: 80vh;
  color: var(--tierra);
  text-align: justify;
  justify-content: flex-end;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.image-10 {
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: cover;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.paragraph-9 {
  color: var(--café-oscuro);
  text-align: justify;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9rem;
  display: block;
}

.heading-dr {
  color: var(--rojo-oscuro);
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
}

.parrafo-dr {
  color: var(--café-oscuro);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9rem;
}

.paragraph-104 {
  color: var(--rojo-oscuro);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: flex;
}

.fc-secondary {
  color: #d9b991;
  font-size: 24px;
}

.columns-6 {
  max-width: 70%;
  min-width: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-7 {
  max-width: 70%;
  min-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.columns-8 {
  max-width: 70%;
  min-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  min-height: 150px;
  min-width: 150px;
  background-color: rgba(223, 121, 87, .73);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
}

.div-block-12 {
  min-height: 150px;
  background-color: rgba(167, 87, 93, .75);
  border-radius: 20px;
}

.heading-74 {
  min-height: 150px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.column-9 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-13 {
  min-height: 150px;
  min-width: 220px;
  background-color: rgba(157, 89, 64, .64);
  border-radius: 20px;
}

.div-block-14 {
  min-height: 150px;
  min-width: 280px;
  background-color: var(--rojo-oscuro);
  border-radius: 20px;
}

.div-block-15 {
  min-height: 150px;
  min-width: 200px;
  background-color: rgba(217, 185, 145, .77);
  border-radius: 20px;
}

.div-block-16 {
  min-height: 150px;
  min-width: 200px;
  background-color: var(--naranjo);
  border-radius: 20px;
}

.column-10, .column-11, .column-12, .column-13, .column-14 {
  padding-left: 5px;
  padding-right: 5px;
}

.blog_heading_cont {
  text-align: center;
  flex: 1;
  font-family: Montserrat, sans-serif;
}

.blog_content {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}

.ig {
  margin-bottom: 40px;
  overflow: hidden;
}

.blog_heading {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: block;
}

.blog_padding {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-icon-9 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  color: #5da103;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical_padding {
  padding-top: 40px;
  padding-bottom: 2rem;
}

.blog_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blogsection_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blogsection_arrow-2 {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.blogsection_arrow-2:hover {
  background-color: #f9fafb;
}

.blogsection_arrow-2.left {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 5%;
}

.blogsection_image-link {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 2rem;
  transition: all .3s;
}

.blogsection_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.blogsection_slide-2 {
  margin-right: 20px;
  padding-right: 2rem;
}

.blogsection_image-wrapper-2 {
  width: 100%;
  min-height: 250px;
  min-width: 250px;
  border-radius: 20px;
  margin-right: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogsection_item-2 {
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.blogsection_cont-2 {
  width: 33.33%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  overflow: visible;
}

.blogsection_image-2 {
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-13 {
  margin-bottom: 20px;
}

.link-4 {
  color: var(--naranjo);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav {
  min-height: 0;
  display: none;
  overflow: hidden;
}

.sub-hero, .footer {
  min-height: 0;
  overflow: hidden;
}

.pop-up-consulta_presencial {
  z-index: 99;
  width: 100%;
  height: 100vh;
  max-height: none;
  max-width: 100%;
  background-color: rgba(48, 31, 25, 0);
  border: 2px #d2b996;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-17 {
  max-width: 45%;
  min-height: 45vh;
  min-width: 45vw;
  background-color: var(--color);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 10px;
  display: block;
  position: relative;
}

.columns-9 {
  min-height: auto;
  min-width: auto;
  align-items: center;
  padding: 18px;
  display: flex;
}

.column-15 {
  z-index: 99;
  max-height: 40vh;
  min-height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 0 5px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.column-16 {
  max-height: 40vh;
  min-height: 40vh;
  background-image: url('../images/Imagen154.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.column-16._3 {
  max-height: none;
  min-height: 60vh;
  background-image: url('../images/Imagen2jfj.png');
  background-position: 50%;
  border-radius: 20px;
  flex: 0 auto;
}

.div-block-18 {
  color: var(--rojo-oscuro);
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 0 0;
  padding-right: 10px;
  font-weight: 500;
  display: flex;
}

.div-block-18.o {
  margin: 0 5px 0 0;
  padding-right: 5px;
  line-height: 14px;
}

.image-14 {
  width: auto;
  height: auto;
  max-width: 10%;
  min-width: auto;
  padding-right: 0;
  display: block;
}

.paragraph-105 {
  margin-top: 10px;
  font-weight: 700;
}

.paragraph-106 {
  text-align: justify;
  margin-left: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 18px;
}

.paragraph-106.o {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-106.y {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 10px;
  line-height: 20px;
}

.paragraph-107 {
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
}

.paragraph-107.o {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 12px;
}

.paragraph-108 {
  min-height: auto;
  min-width: auto;
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-size: 13px;
}

.paragraph-108.o {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-108.y {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.paragraph-109 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: 10px;
  padding-left: 0;
  display: block;
}

.paragraph-109.o {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
}

.heading-75 {
  color: var(--rojo-oscuro);
  text-align: left;
  border-bottom: 1px solid #d2b996;
  align-self: auto;
  margin: 0 10px 20px 0;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
}

.x {
  z-index: 99;
  color: var(--tierra);
  margin-top: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.x:hover {
  color: var(--café-oscuro);
}

.image-15 {
  max-height: none;
  max-width: none;
  flex: none;
  display: none;
  position: relative;
  left: 10px;
  overflow: visible;
}

.pop-up-cursos_salud {
  z-index: 99;
  max-width: 100%;
  min-height: 100vh;
  background-color: rgba(48, 31, 25, 0);
  border: 2px #d9b991;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-17-cursos {
  z-index: auto;
  max-width: 70%;
  min-height: 75vh;
  min-width: 60%;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.x-cursos {
  z-index: 99;
  color: var(--tierra);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.x-cursos:hover {
  color: var(--rojo-oscuro);
}

.columns-9-cursos {
  min-height: auto;
  min-width: auto;
  align-items: center;
  margin: 40px 18px 20px;
  padding: 40px 18px;
  display: flex;
}

.button-5 {
  background-color: var(--rojo-oscuro);
  border-radius: 20px;
}

.button-5:hover {
  transform: scale(1.1);
}

.pop-up-conferencias {
  z-index: 99;
  max-height: 100vh;
  max-width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  border: 2px #f2e0cc;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 53px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-block-17-conf {
  max-width: 45%;
  min-height: auto;
  min-width: auto;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.x-conf {
  z-index: 99;
  color: var(--tierra);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.x-conf:hover {
  color: var(--rojo-oscuro);
}

.columns-9-conf {
  max-height: 500px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 10px 20px;
  display: flex;
}

.column-15-copy {
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.column-16-copy {
  max-height: 40vh;
  min-height: 40vh;
  background-image: url('../images/Imagen356.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
  display: flex;
  overflow: visible;
}

.paragraph-110 {
  display: none;
}

.bold-type {
  font-size: 13px;
  font-weight: 700;
}

.pop-up-overlay {
  background-color: rgba(167, 87, 93, .8);
  border: 1px #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---accordion-btn-vertical-line-v2 {
  width: 2px;
  height: 28px;
  background-color: var(--café-oscuro);
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-title {
  color: var(--café-oscuro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.brix---accordion-btn-horizontal-line-v2 {
  width: 28px;
  height: 2px;
  background-color: var(--café-oscuro);
  border-radius: 20px;
  position: absolute;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.about-copy {
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bio-expandido {
  max-width: 70%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin: -30px auto 10vh;
  padding-right: 0;
  display: none;
}

.bio-continuar-leyendo {
  max-width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.bio-2 {
  max-width: 70%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.bio-2.continuar-leyendo {
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  .heading-2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .paragraph-2 {
    font-size: 1.3rem;
  }

  .image-5 {
    z-index: 98;
  }

  .button-002.cs-cursor2, .button-003.cs-cursor2 {
    font-size: 1rem;
  }

  .bio {
    max-width: 60%;
    margin-bottom: 28px;
  }

  .conquientrabajo {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pilares.conquientrabajo {
    margin-top: 10vh;
  }

  .paragraph-104 {
    font-size: 13px;
  }

  .fc-secondary {
    font-size: 40px;
    line-height: 44px;
  }

  .blog_container {
    max-width: 100%;
  }

  .pop-up-consulta_presencial {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    max-width: none;
    background-color: rgba(48, 31, 25, 0);
    border-style: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17 {
    z-index: 9;
    max-width: 50%;
    min-height: 50vh;
    min-width: 50vw;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
    position: static;
  }

  .columns-9 {
    padding: 32px;
  }

  .column-15 {
    max-height: 40vh;
    min-height: 40vh;
    padding: 20px 20px 20px 10px;
  }

  .column-16 {
    max-height: 50vh;
    min-height: 50vh;
    border-radius: 20px;
    flex-wrap: nowrap;
    padding-right: 10px;
  }

  .column-16._3 {
    min-height: 55vh;
  }

  .div-block-18 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .paragraph-105 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-106 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-106.o {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-106.y {
    text-align: justify;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-107.o {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-108 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-108.o {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-108.y {
    font-size: 20px;
  }

  .paragraph-109.o {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-75 {
    text-align: left;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 30px;
    padding-right: 10px;
    font-size: 38px;
    line-height: 44px;
  }

  .x {
    margin-top: 32px;
    margin-right: 32px;
    font-size: 38px;
    line-height: 38px;
    top: 19%;
    right: 25%;
  }

  .pop-up-cursos_salud {
    max-width: 100%;
    min-height: 100vh;
    background-color: rgba(48, 31, 25, 0);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17-cursos {
    z-index: 9;
    max-height: none;
    max-width: 80%;
    min-height: 0%;
    min-width: 0%;
    flex-flow: row;
    align-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 20px;
    display: block;
    position: static;
  }

  .x-cursos {
    font-size: 32px;
    top: 16.5%;
    right: 12%;
  }

  .columns-9-cursos {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button-5 {
    padding: 15px 20px;
    font-size: 20px;
  }

  .pop-up-conferencias {
    max-height: none;
    max-width: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17-conf {
    z-index: 9;
    max-width: 50%;
    min-width: auto;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    position: relative;
  }

  .x-conf {
    font-size: 34px;
    position: absolute;
    top: 3%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .columns-9-conf {
    margin: 40px 20px;
    padding: 0 20px;
  }

  .column-15-copy {
    align-items: flex-start;
    padding-right: 20px;
  }

  .column-16-copy {
    max-height: none;
    min-height: 450px;
    border-radius: 20px;
  }

  .bold-type {
    font-size: 22px;
    line-height: 26px;
  }

  .pop-up-overlay {
    background-color: rgba(167, 87, 93, .8);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bio-expandido {
    max-width: 60%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .bio-2 {
    max-width: 60%;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }

  .image-5 {
    display: block;
  }

  .div-block-6 {
    width: 27%;
  }

  .paragraph-104 {
    font-size: 11px;
  }

  .fc-secondary {
    font-size: 22px;
  }

  .div-block-11 {
    min-width: 20px;
  }

  .heading-74 {
    min-width: 80px;
  }

  .div-block-13 {
    min-width: 40px;
  }

  .div-block-14 {
    min-width: 140px;
  }

  .div-block-15 {
    min-height: 165px;
    min-width: 40px;
  }

  .blog_heading_cont {
    margin-right: 3rem;
  }

  .blog_content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_heading {
    grid-column-gap: 3rem;
  }

  .vertical_padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blogsection_arrow-2 {
    left: 10%;
  }

  .blogsection_arrow-2.left {
    right: 10%;
  }

  .blogsection_cont-2 {
    width: 50%;
  }

  .pop-up-consulta_presencial {
    min-height: 75vh;
    border-style: none;
    flex-direction: column;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17 {
    max-width: 60%;
    min-width: 60vw;
    background-color: #fff;
    flex-direction: column;
    display: flex;
  }

  .columns-9 {
    flex-direction: row;
  }

  .column-15 {
    max-height: 100%;
    min-height: 100%;
    padding-right: 5px;
  }

  .column-16 {
    display: block;
  }

  .column-16._3 {
    min-height: 70vh;
    background-position: 50%;
  }

  .div-block-18 {
    margin-right: 10px;
    padding-right: 0;
  }

  .div-block-18.o {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .paragraph-106 {
    font-size: 11px;
  }

  .paragraph-106.y {
    margin-right: 0;
    font-size: 12px;
  }

  .paragraph-108 {
    text-align: left;
    font-size: 11px;
  }

  .paragraph-108.y {
    font-size: 12px;
  }

  .heading-75 {
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .x {
    top: 3%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .pop-up-cursos_salud {
    max-height: 100vh;
    max-width: 100%;
    min-height: 100vh;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17-cursos {
    max-height: 90%;
    max-width: 90%;
    min-height: 40vh;
    min-width: 80%;
    flex-direction: row;
    padding: 40px 20px;
  }

  .columns-9-cursos {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .pop-up-conferencias {
    max-width: 100%;
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: none;
  }

  .div-block-17-conf {
    max-width: 60%;
    min-width: 60%;
    flex-direction: column;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .x-conf {
    top: 3%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .columns-9-conf {
    justify-content: center;
    margin-left: 10px;
    padding-top: 40px;
  }

  .column-15-copy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 24px;
  }

  .column-16-copy {
    display: block;
  }

  .bold-type {
    font-size: 13px;
  }

  .pop-up-overlay {
    height: 100vh;
    max-height: 100vh;
    max-width: 100%;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .bio-expandido {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-5 {
    display: block;
  }

  .pilares.movil {
    display: none;
  }

  .fc-secondary {
    font-size: 22px;
  }

  .blog_heading_cont {
    margin-right: 0;
  }

  .blog_content {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .blog_heading {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical_padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blogsection_arrow-2:hover {
    background-color: #fff;
  }

  .blogsection_arrow-2.left {
    right: 3.5rem;
  }

  .blogsection_image-link {
    margin-bottom: 1.5rem;
  }

  .blogsection_image-link:hover {
    box-shadow: none;
  }

  .blogsection_slide-2 {
    padding-right: 1.5rem;
  }

  .blogsection_cont-2 {
    width: 80%;
  }

  .pop-up-consulta_presencial {
    border-style: none;
    display: none;
    position: fixed;
  }

  .div-block-17 {
    max-width: 80%;
  }

  .column-16._3 {
    min-height: 65vh;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .paragraph-106 {
    font-size: 9px;
    line-height: 12px;
  }

  .paragraph-107 {
    line-height: 13px;
  }

  .paragraph-108 {
    font-size: 9px;
    line-height: 12px;
  }

  .paragraph-108.y {
    line-height: 20px;
  }

  .heading-75 {
    font-size: 22px;
  }

  .x {
    top: 4%;
    right: 3%;
  }

  .pop-up-cursos_salud {
    display: none;
  }

  .columns-9-cursos {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pop-up-conferencias {
    max-width: 100%;
    justify-content: center;
    display: none;
  }

  .div-block-17-conf {
    max-width: 80%;
    min-width: 80%;
  }

  .x-conf {
    right: 4%;
  }

  .bold-type {
    font-size: 11px;
    line-height: 12px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .bio-expandido {
    display: none;
  }

  .bio-continuar-leyendo {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-height: auto;
    flex-direction: column;
    display: flex;
  }

  .div-block {
    background-image: linear-gradient(rgba(64, 59, 54, .56), rgba(64, 59, 54, .56)), url('../images/medium-shot-happy-women-posing-together-1.jpg');
    background-position: 0 0, 0 2%;
    background-size: auto, cover;
  }

  .div-block-2 {
    max-width: 90%;
  }

  .column {
    align-self: auto;
  }

  .heading {
    color: var(--tierra);
    font-size: 2rem;
    line-height: 30px;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 20px;
  }

  .div-block-4 {
    max-width: 20%;
    min-width: 90%;
    align-self: auto;
  }

  .label {
    margin-top: 0;
  }

  .image-5 {
    display: block;
  }

  .div-block-6 {
    width: 80%;
    margin-bottom: 20px;
  }

  .columns-4 {
    max-height: none;
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .paragraph-7 {
    left: 0%;
  }

  .about, .container-seccion-8 {
    max-width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .daniela-ribbeck {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .d-r---especialidad {
    max-width: 90%;
    justify-content: center;
    display: flex;
  }

  .d-r---foto {
    max-width: 80%;
    display: flex;
  }

  .bio {
    max-width: 90%;
    margin-bottom: 10px;
    display: flex;
    overflow: hidden;
  }

  .conquientrabajo {
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .pilares.conquientrabajo {
    display: none;
  }

  .pilares.movil {
    display: block;
  }

  .heading-6.cs-cursor {
    max-width: 90%;
    text-align: center;
    margin-top: 5vh;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .paragraph-8 {
    max-width: 90%;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
  }

  .paragraph-9 {
    flex-direction: column;
    font-size: .9rem;
    line-height: 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .heading-dr {
    text-align: center;
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
  }

  .parrafo-dr {
    flex-direction: column;
    font-size: .9rem;
    line-height: 1.5rem;
    display: flex;
    overflow: hidden;
  }

  .paragraph-104 {
    justify-content: center;
    align-items: center;
  }

  .columns-6 {
    max-width: 90%;
    flex-direction: column;
    margin-bottom: 0;
    display: none;
  }

  .columns-7 {
    flex-direction: column;
    margin-bottom: 0;
    display: none;
  }

  .columns-8 {
    flex-direction: column;
    display: none;
  }

  .div-block-11 {
    max-height: 80px;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    max-height: 80px;
    min-height: 50px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-74 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-13 {
    max-height: 80px;
    min-height: 50px;
    min-width: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    min-width: 20px;
  }

  .div-block-15 {
    min-height: 150px;
    min-width: 20px;
  }

  .div-block-16 {
    min-width: 20px;
  }

  .blog_content {
    overflow: visible;
  }

  .ig {
    padding-top: 0;
    display: flex;
  }

  .vertical_padding {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .blogsection_arrow-2 {
    display: flex;
    left: 28%;
  }

  .blogsection_arrow-2.left {
    display: flex;
  }

  .blogsection_cont-2 {
    width: 95%;
  }

  .sub-hero {
    min-height: auto;
    min-width: auto;
    flex-direction: column;
    display: flex;
  }

  .footer {
    max-width: 100%;
  }

  .pop-up-consulta_presencial {
    max-width: 100%;
    min-height: 0;
    border-style: none;
    padding: 10px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17 {
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .columns-9 {
    padding-bottom: 0;
  }

  .column-15 {
    max-height: 60vh;
    min-height: 60vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .column-16 {
    display: none;
  }

  .div-block-18 {
    text-align: center;
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-18.o {
    text-align: center;
    flex-direction: column;
    margin-right: 0;
  }

  .paragraph-106 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-106.o {
    text-align: center;
    margin-left: 0;
  }

  .paragraph-106.y {
    text-align: center;
    line-height: 20px;
  }

  .paragraph-107.o {
    margin-left: 0;
  }

  .paragraph-108 {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-108.o {
    margin-left: 0;
  }

  .paragraph-108.y {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-109.o {
    margin-left: 0;
  }

  .heading-75 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }

  .x {
    top: 4%;
    bottom: auto;
    left: auto;
    right: 7%;
  }

  .pop-up-cursos_salud {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-17-cursos {
    z-index: auto;
  }

  .x-cursos {
    margin-right: 0;
    line-height: 24px;
    display: flex;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 6%;
  }

  .columns-9-cursos {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pop-up-conferencias {
    max-width: 100%;
    padding: 10px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-17-conf {
    max-width: 90%;
    min-height: 45px;
    min-width: 60%;
  }

  .x-conf {
    font-size: 20px;
    top: 4%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .columns-9-conf {
    margin-left: 0;
    padding-top: 0;
  }

  .column-15-copy {
    text-align: center;
    padding-right: 0;
  }

  .column-16-copy {
    display: none;
  }

  .paragraph-110 {
    color: var(--rojo-oscuro);
    text-align: center;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.6rem;
    display: flex;
  }

  .text-block-99 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 500;
  }

  .text-block-100 {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 500;
  }

  .text-block-101 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    display: flex;
  }

  .text-block-102, .text-block-103, .text-block-104 {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    font-weight: 500;
  }

  .div-block-19 {
    min-height: 10vh;
    background-color: var(--naranjo);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    display: flex;
  }

  .div-block-19._2 {
    background-color: var(--tierra);
  }

  .div-block-19._3 {
    background-color: var(--rojo-oscuro);
  }

  .div-block-19._4 {
    background-color: var(--naranjo);
  }

  .div-block-19._5 {
    background-color: var(--tierra);
  }

  .div-block-19._6 {
    background-color: var(--rojo-oscuro);
  }

  .bold-type {
    font-size: 13px;
    line-height: 16px;
  }

  .brix---accordion-title {
    padding-top: 8px;
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .about-copy {
    max-width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: hidden;
  }

  .bio-expandido {
    max-width: 90%;
    display: none;
    overflow: hidden;
  }

  .bio-continuar-leyendo {
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .bio-2 {
    max-width: 90%;
    margin-bottom: 10px;
    display: flex;
    overflow: hidden;
  }

  .bio-2.continuar-leyendo {
    max-width: 90%;
    margin-left: 16px;
    margin-right: 12px;
  }
}


