.cabecera {
  background-image: url(/img/laurisilva-7.jpg);
}

.main--trabaja .sec2 {
  padding-top: 8em;
  position: relative;
}

main h2,
main h3 {
  margin: 2em 0 1.5em;
}

main p {
  font-size: 1.1em;
  margin-bottom: .5em;
  line-height: 1.5em;
}

main {
  padding-bottom: 5em;
}

ol {
  margin: .5em 0;
}

main li {
  padding-right: .5em;
  margin-left: 2em;
  list-style: circle;
}

blockquote {
  border-radius: 1em;
  background-color: blanchedalmond;
  padding: 3em 8%;
  margin-bottom: 10em;
  font-style: italic;
}


.div-img-ico {
  width: 170px;
  height: 170px !important;
  position: absolute;
  top: -85px;
  right: calc(50% - 75px);
  background-color: white !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-items: center;
  z-index: 2;
}

.div-img-ico>img {
  width: 100px;
  max-width: 80%;
  aspect-ratio: 1/1;
  margin: auto;
}

.div_img--blog {
  display: flex;
  margin: 2em 0 3em;
}

.div_img--blog img {
  width: 100%;
  max-width: 800px;
  height: 550px;
  margin: 0 auto;
  object-fit: cover;
}

.div-duo svg,
.div-duo img {
  width: 100px;
  height: auto;
  margin: 0 1em 0 1.5em;
  opacity: .5;
}

.main--trabaja .flexRowCol>div>.img-blockquote {
  filter: brightness(0.7) sepia(.8);
  width: 250px;
  height: 250px;
  top: 0px;
  position: relative;
}

.img-derecha {
  width: 400px;
  max-width: 50%;
  aspect-ratio: 1/1;
  float: right;
  margin: 1em 0 1em 1em;
}

.img-izquierda {
  width: 400px;
  max-width: 50%;
  aspect-ratio: 1/1;
  float: left;
  margin: 1em 1em 1em 0;
}

.img-derecha img,
.img-izquierda img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.sec3>div:nth-child(1) {
  margin: 0 auto;
  width: 1100px;
  max-width: 80%;
}

.sec3 svg,
.sec3 .flexRowCol img {
  width: 100px;
  height: auto;
  margin: 0 1em;
  opacity: .5;
  border-radius: 3em;
}

.sec3>h3>span {
  font-size: 1em;
}

.a-terapeutas .listado-terapeutas img {
  opacity: 1;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 75px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.listado-terapeutas {
  margin: 2em 0;
  padding: 1em;
  align-items: center;
  background-color: #f3f3ea;
  border-radius: 1em;
  overflow: hidden;
}

.listado-terapeutas h3 {
  margin: 0;
  font-size: .9em;
  max-width: 90%;
}

.listado-terapeutas h4 {
  font-size: 1.4em;
  color: var(--color-black06);
  max-width: 90%;
}

.listado-terapeutas .listado_terapeuta--txt {
  width: calc(100% - 100px);
  position: relative;
  padding-left: 3%;
}

.listado-terapeutas .link {
  height: 3em;
  width: 3em;
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(50% - 1.5em);
  display: flex;
  right: 1em;
  border-radius: 1.5em;
}

.div_autor_fecha {
  margin: 1em 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.div_autor_fecha p {
  display: inline-flex;
}

.div_autor_fecha .ico_autor {
  height: 3em;
  width: 3em;
  background-color: var(--color-primary3);
  border-radius: 50%;
  opacity: .5;
  display: inline-flex;
}

.div_autor_fecha .ico_autor img {
  max-width: 1.7em;
  aspect-ratio: 1/1;
}

.div_autor_fecha span {
  margin-right: 1em;
  font-size: .75rem;
  line-height: 1;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.div_autor_fecha time {
  font-size: .75rem;
  line-height: 1;
  color: #747474;
  text-transform: uppercase;
}

.cursor_desplegable {
  display: none;
}


@media (max-width: 700px) {

  .img-derecha,
  .img-izquierda {
    width: 100%;
    max-width: 100%;
    margin: 1em;
  }

  .listado-terapeutas .listado_terapeuta--txt {
    width: 95%;
    padding-right: 5%;
  }

  .listado-terapeutas {
    margin: .5em 0;
  }

  .a-terapeutas .listado-terapeutas img {
    width: 50px;
    height: 50px;
    margin-right: 1em;
  }

  .a-terapeutas:hover img {
    transform: scale(1.1);
    transition: ease .3s;
  }

  .listado-terapeutas h4 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .listado-terapeutas .link {
    width: 1em;
    height: 1em;
    bottom: 0;
    top: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prof_ocultos {
    width: 100%;
    padding: 1em 15% 1em 2%;
    border-radius: .5em;
    border-color: #747474;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

  .prof_ocultos>div {
    width: 2em;
    height: 2em;
    position: absolute;

  }

  .desplegable_terapeutas {
    display: none;
  }

  .cursor_desplegable {
    display: flex;
    position: absolute;
    right: 0;
  }
}

.sec_destacados_pares {
  margin: 5em 0;
  display: flex;
  flex-direction: column;
}

.sec_destacados_pares .destacado {
  width: 100%;
  min-height: 26em;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sec_destacados_pares .destacado .img_destacado {
  width: 100%;
  height: 100%;
  max-height: 50vh;
  min-height: 8em;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sec_destacados_pares .destacado .img_destacado img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_destacados_pares .destacado .txt_destacado {
  width: 100%;
  height: 100%;
  min-height: 8em;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  text-align: center;
}

.sec_destacados_pares .destacado .txt_destacado h3 {
  color: var(--color-yellow3);
  margin: 0em 0 1.5em;
  font-weight: 600;
  max-width: 80%;
  font-size: 1.2em;
}



.sec_destacados_pares .destacado .txt_destacado p {
  max-width: 80%;
  display: flex;
  font-style: normal;
  font-size: .9em;
}

.sec_destacados_pares .destacado .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em .5em 0;
  font-style: normal;
  padding: 1em;
  line-height: 1em;
}


@media (min-width: 700px) {
  .sec_destacados_pares .destacado:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .sec_destacados_pares .destacado:nth-child(even) {
    flex-direction: row;
  }

  .sec_destacados_pares .destacado .img_destacado {
    width: 50%;
  }

  .sec_destacados_pares .destacado .txt_destacado {
    width: 50%;
  }
}