body {
  margin: 0;
  background:white;
}

.navbar {
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: transparent;
  transition: all 0.4s ease;
  z-index: 1000;
}
.navbar.activo{
  background-color: #f9f9f9d9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  height: 3em;
  .logo li a img {
  width: 150px;
  transition: all 0.4s ease;
}
}

.logo {
  display: flex;
}
.logo li {
  list-style: none;
}
.logo li a img {
  width: 180px;
}
.logo li a {
  text-decoration: none;
}
.logo li a:hover {
  text-decoration: none;
  opacity: 80%;
}

.menu-celular-btn {
  display: none;
}
#menu-desplegado {
  display: none;
}

/*Menú botón*/
.menu-dropdown {
  display: flex;
}
.dropdown ul {
  padding-left: 20px;
  display: inline-block;
}
.dropdown a {
  color:#000000;
  font-family: "Sen", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}
.dropdown ul li {
  margin: 8px;
  list-style: none;
}
.button {
  border-style: none;
  margin-left: 1px;
  background-color: #f9f9f9;
}
.dropdown-content {
  display: none;
  position: absolute;
  width:10%;
  z-index: 1;
  margin: 8px 0px 0px 0px;
  background-color: #f9f9f9;
  padding-right: 12px;

}
.dropdown-content a {
  color: #000000;
  padding: 5px 5px 5px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  left: 2px;
  border-bottom: 2px solid black;
  border-bottom-width: 50%;
  transition: 2s;
}
.dropdown:hover .dropdown-content {
  display: block;
  min-width: 150px;
}
#dropbtn:hover {
  border-bottom: 2px solid black;
  border-bottom-width: 100%;
  transition: transform 0.15s;
}
/*Fin Menú botón Dropdownn */
/*Menú botón Sin Dropdownn -celu*/
.dropdown1 ul {
  padding-left: 25px;
  display: inline-block;
}
.dropdown1 ul li {
  margin: 10px;
  list-style: none;
}
.dropdown1 a {
  color: whitesmoke;
  font-family: "Sen", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}
#btn-external-link{
  font-size: 15px;
}

/*Fin Menú botón Sin Dropdownn */

/*-----------------------------------------------------------------Home 2*/
.splash::before{
  content: '';
  pointer-events: none;
  transition: opacity 5s ease-in-out;
  transition-delay: 0.2s;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.splash2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: all 10s ease-in-out;
}
.splash::after{
  content: '';
  pointer-events: none;
  box-sizing: inherit;
  transition: opacity 10s ease-in-out;
  transition-delay: 10s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.splash2 .video-fondo{
  position: fixed;
  overflow: hidden;
  z-index: -100;
}


.titulo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.titulo h1::before{
  content: '';
  transition-delay: 0s;
  display: block;
  position: absolute;
  width: 100%;
  color: #000000;
}
.titulo h1 {
  font-family: "Sen", sans-serif;
  font-weight: 400;
  color:white;
  text-transform: uppercase;
  font-size: 65px;
  text-align: center;
  margin: auto;

  transition: opacity 5s ease;
  display: inline-block;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.titulo h1::after{
  content: '';
  transition: width 0.85s ease;
  transition-delay: 5s;
  display: block;
  position: absolute;
  width: 100%;
}
.titulo .texto-titulo{
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  color: whitesmoke;
  font-size: 24px;
  text-align: center;
}

.splash2.video-fondo{
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.sectionText{
  max-width: 100vw;
  max-height: max-content;
  background-color: white;
}
.sectionText .texto-somosH2 {
  display: flex;
  flex-wrap: wrap;
}

.foto-home{
  width: 540px;
  height: auto;
}
.sectionText .texto-somosH2 p {
  width: 45%;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-size: 17px;
  color:#1c1d1d;
  padding-top: 45px;
  padding-left: 70px;
  line-height: 34px;
}
.sectionText .texto-somosH3{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
}
.sectionText .texto-somosH3 p {
  width: 45%;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-size: 17px;
  line-height: 34px;
  color:#1c1d1d;
  padding-top: 45px;
  padding-right: 70px;
  
}
.sectionText2{
  height: 55vh;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  background-color:#edebeb;
  align-items: center;
}
.sectionText2 p {
  width: 80%;
  font-family: "JetBrains Mono", monospace;
  font-weight: 100;
  font-size: 30px;
  color:#1c1d1d;
  line-height: 54px;
  text-align: center;
}

strong {
  font-weight: 700;
}

/*---------------------------------------------Botones principales del Home*/
.seccionBotonesPrincipales{
  width: 100%;
  height: max-content;
  padding: 5% 0 8%;
  background-color: white;
}
.cont-botones{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  gap: 25px;
}
.botones-principales{
  display: flex;
/*para celu flex-wrap: wrap;*/
}
.botones-principales a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.botones-principales a img{
  width: 100%;
}
.botones-principales a img:hover {
  transition: 0.5;
}


.botones-principales a .btn-icon {
  width: 230px;
  position: absolute;
  border: none;
  color: whitesmoke;
  background-color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  z-index: 10;
  font-family: "JetBrains Mono", monospace;
}
.botones-principales a:hover .btn-icon {
  background: white;
  color: black;
}
/*----------------------------------------------------------------Fin Botones principales del Home*/



.espacios {
  padding-bottom: 20vh;
  padding-top: 15vh;
}


/* -----------------------------------------------------Footer */
footer {
  height: 55%;
  background: #1c1d1d;
  color: whitesmoke;
  display: flex;
  justify-content: center;
}
.contenedor-footer {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 30px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  background: url(../image/footer-background.jpg);
  background-size: cover;
  background-attachment: fixed;
  gap: 60px;
}
.h3-footer {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  flex-wrap: wrap;
  min-height: min-content;
  border: 2px solid black;
  display: inline-block;
  padding: 3px;
  margin: 0;
}
.site-map {
  display: flex;
  flex-wrap: wrap;
}
.site-map ul {
  list-style: none;
}
.site-map ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  line-height: 29px;
}
.site-map ul li a:hover {
  color: #f9f9f9;
  text-decoration: underline;
}
.redes {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.redes ul {
  list-style: none;
  margin: 0;
}
.redes ul li p{
  color: black;
}
.redes ul li a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  line-height: 29px;
}
#iconos-redes {
  width: 25px;
  color: black;
  margin: 0;
}
.redes ul li a:hover {
  text-decoration: underline;
  color: #f9f9f9;
}
.redes ul li a:hover #iconos-redes {
  color: #f9f9f9;
}

/*-------------------------------------- Fin Home 2*/
/* ---------------------------------------------------- Portada Secundaria */
.banner {
  max-width: 100vw;
  margin-bottom: 17vh;
}
.texto-titulo-principal {
  height: 100px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
}
.txt-ppal {
  color: #1c1d1d;
  padding: 10px;
  background: whitesmoke;
  line-height: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 33px;
}

/*--------------------------------------------------------------------Banner con video*/
.banner-video {
  display: flex;
  min-height: 55vh;

  height: 80.0%;
  padding-top: 9vh;
  position: relative;
}
.video-celular {
  display: none;
}
.contenedor-video {
  display: flex;
  width: 100%;
  height: 100%;
}
.texto-titulo-principal-video {
  font-family: "Montserrat", sans-serif;

  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -28%);
}
.txt-ppal-video {
  position: relative;
  color: #1c1d1d;
  padding: 10px;
  background: whitesmoke;
  line-height: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 33px;
}
.txt-ppal-video video {
  position: absolute;
  max-width: 100%;
}
.contenedor-ppal {
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  margin-top: 17vh;
}

/*---------------------------------------------------------------------------Performance*/
/*-----------------------------------------------------------------------(antes acciones)*/

.aside-movil {
  display: none;
}
aside {
  width: 260px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin: 6% 0% 0% 6%;
  float: left;
}
aside ul {
  list-style: none;
  margin-block-start: 0px;
  padding-inline-start: 0px;
  margin: 0;
}
aside ul li {
  list-style: none;
  display: block;
}
aside ul li button {
  text-decoration: none;
  border-style: none;
  background: none;
  line-height: 24px;
}
.btn-fecha {
  font-size: 15.5px;
  color: #9e5ddf;
}
aside ul li .btn-fecha:hover {
  text-decoration: underline 0.5px;
}
aside ul li .btn-fecha:focus-within {
  color: rgb(5, 231, 231);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
}
.titulo-menu {
  font-family: "Montserrat", sans-serif;
  color: #727575;
  padding: 0px;
  font-size: 16px;
  margin: 3px;
  line-height: 30px;
  text-align: left;
}
#flecha-aside {
  color: #727575;
}
.btn-titulo-aside .titulo-menu:hover {
  text-decoration: none;
  transform: translate3d(6%, 0, 0);
  animation: 0.5s;
}
.btn-titulo-aside .titulo-menu i:hover {
  text-decoration: none;
}
.btn-titulo-aside:focus-within .titulo-menu {
  color: rgb(5, 231, 231);
}
.btn-titulo-aside:focus-within #flecha-aside {
  color: rgb(5, 231, 231);
}

#lista2 {
  display: none;
}

.data-acciones {
  display: flex;
  flex-wrap: wrap;
  margin-left: 380px;
  margin-top: 117px;
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
}
.data-acciones h2 {
  color: rgb(5, 231, 231);
  margin: 7px 0 1px;
  font-size: 50px;
  font-weight: 300;
}
.data-acciones h3 {
  color: #727575;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.data-acciones img {
  width: 620px;
}
.data-acciones p {
  max-width: 650px;
  padding-top: 8px;
  font-weight: 300;
  font-size: 16px;
  color: whitesmoke;
  line-height: 28px;
}
.data-acciones .creditos{
  line-height: 23px;
  font-size: 14px;
  color:#898b8b;
  font-style: italic;
}
.espacio-2do-evento {
  padding-top: 70px;
}
.acciones-digi {
  margin-bottom: 100px;
}
.data-acciones-digi {
  display: flex;
  flex-wrap: wrap;
  margin-left: 380px;
  margin-top: 100px;
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
}
.data-acciones-digi h2 {
  color: rgb(5, 231, 231);
  font-size: 50px;
  font-weight: 300;
  margin: 8px 0px 0px 0px;
}
.data-acciones-digi h3 {
  color: #727575;
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 15px;
}
.data-acciones-digi img {
  width: 620px;
}
.data-acciones-digi p {
  max-width: 650px;
  font-weight: 300;
  font-size: 16px;
  color: whitesmoke;
  line-height: 25px;
  margin-top: 5px;
}
.espacio-p {
  margin-bottom: 80px;
}
#espacio-entre-videos{
  margin: 50px;
}
#espacio-entre-fotos{
  margin-bottom: 30px;
}
#pieza1 {
  display: none;
}
#pieza2 {
  display: none;
}
#pieza3a {
  display: none;
}
#pieza3b {
  display: none;
}
#pieza3b video {
  position: relative;
  max-width: 70%;
}
#pieza4 {
  display: none;
}
#pieza5a {
  display: none;
}
#pieza5b {
  display: none;
}
hr {
  border: 0;
  border-top: 1px solid #898b8b;
  height:0;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
  }
#pieza5b video{
  position: relative;
  max-width: 70%;
}
#pieza5c {
  display: none;
}
#pieza5d {
  display: none;
}
#pieza6 {
  display: none;
}
#pieza7 {
  display: none;
}
#pieza7 video {
  position: relative;
  max-width: 70%;
}
#pieza8 {
  display: none;
}
#pieza8b {
  display: none;
}
#pieza8c {
  display: none;
}
#pieza9a {
  display: none;
}
#pieza9b {
  display: none;
}
#pieza9b video {
  position: relative;
  max-width: 70%;
}
#pieza10 {
  display: none;
}
#pieza11 {
  display: none;
}
#pieza12 {
  display: none;
}
#pieza12b {
  display: none;
}
#pieza13 {
  display: none;
}
#pieza13 video {
  position: relative;
  max-width: 70%;
}
#pieza14 {
  display: none;
}
#pieza14 video {
  position: relative;
  max-width: 70%;
}
#pieza15 {
  display: none;
}
#pieza16 {
  display: none;
}
#pieza17 {
  display: none;
}
#pieza17 video {
  position: relative;
  max-width: 70%;
}
#pieza18 {
  display: none;
}
#pieza19 {
  display: none;
}
#pieza20 {
  display: none;
}
#pieza20 video {
  position: relative;
  max-width: 70%;
}
#serie1 {
  display: none;
}
#serie2a {
  display: none;
}
#serie2b {
  display: none;
}
#serie3 {
  display: none;
}
#serie4 {
  display: none;
}
#serie5 {
  display: none;
}
#serie6 {
  display: none;
}
#serie6 video {
  position: relative;
  max-width: 70%;
}
#serie7 {
  display: none;
}
#serie8 {
  display: none;
}
#serie9 {
  display: none;
}
#serie11 {
  display: none;
}
#serie12 {
  display: none;
}
#serie13 {
  display: none;
}
#serie10 {
  display: none;
}
#serie10 video {
  position: relative;
  max-width: 70%;
}
.seccion-cont-btn {
  display: flex;
  width: 100%;
}
/*---------------------------------------------------Botones internos*/
.contenedor-mediosP {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  margin: auto;
  padding: 0px 0 67px 0;
  margin-top: 10vh;
}
.contenedorP {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 30px;
}
.contenedor-mediosP a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  margin: 0;
}
.pantalla-txtP {
  z-index: 10;
  display: flex;
  position: absolute;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.btn-icon {
  position: absolute;
  border: solid 1px whitesmoke;
  padding: 5px 15px 5px 15px;
  background: whitesmoke;
  color: #1c1d1d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
}
.contenedor-mediosP a img {
  position: relative;
  width: 273px;
}

/* -----------------------------------------------Talleres*/
.img-talleres {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/2performance-portadaTalleres.jpg) center fixed;
  background-size: 1450px;
  background-repeat: no-repeat;
  background-position-y: 0px;
  display: flex;
}
.aside-talleres {
  width: 260px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin: 311px 17px 0px 51px;
  float: left;
}
.aside-talleres ul {
  list-style: none;
  margin-block-start: 0px;
  padding-inline-start: 0px;
  margin: 0;
}
.aside-talleres ul li {
  list-style: none;
  display: block;
}
.aside-talleres ul li button {
  text-decoration: none;
  border-style: none;
  background: none;
  line-height: 18px;
}
.imagen-fondo-talleres {
  height: 27vh;
}
.fondo-imagen-talleres {
  display: flex;
  background: url(../image/2performance-fondoTalleres.jpg);
  background-repeat: no-repeat;
  background-position-y: 70px;
  background-position-x: right;
  background-size: 360px;
}
.data-talleres {
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
  min-height: 60vh;
}
.data-talleres h2 {
  color: rgb(5, 231, 231);
  margin-bottom: 1px;
  font-size: 50px;
  font-weight: 300;
}
.data-talleres h3 {
  color: #727575;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.data-talleres p {
  max-width: 660px;
  padding-top: 10px;
  font-weight: 300;
  font-size: 16px;
  color: whitesmoke;
  line-height: 28px;
}
#pieza0T {
  height: 80vh;
  justify-content: left;
  margin-bottom: 10vh;
}
#pieza1T {
  display: none;
  min-height: 70vh;
  margin-top: 48px;
}
#pieza2T {
  display: none;
  min-height: 70vh;
  margin-top: 48px;
}
#pieza3T {
  display: none;
  min-height: 70vh;
  margin-top: 48px;
}
#pieza4T {
  display: none;
  min-height: 70vh;
  margin-top: 48px;
}

#mc_embed_signup{
  background:#000000; 
  color: #f9f9f9;
  clear:left; 
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.form{
  width: 60%;
  margin: auto;
}
#mc_embed_signup .button{
  height: 40px;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-style: none;
  color: rgb(5, 231, 231);
  background: #1c1d1d;
  text-transform: uppercase;
  border-radius: 10px;
}
#mc_embed_signup .button:hover{
  background: #663399;
  color: #f9f9f9;
}
/*-----------------------------------------------------------------------------Feminismo*/
.contenedor-ppal-feminismo {
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  padding: 15vh;
  background: url(../image/3feminismo-fondo.jpg);
  background-repeat: no-repeat;
  background-position-y: 31%;
  background-position-x: right;
  background-size: 550px;
}
.texto-derecha-feminismo {
  max-width: 59%;
  font-family: "Montserrat", sans-serif;
  margin: auto;
  display: block;
}
.texto-derecha-feminismo p {
  font-weight: 300;
  font-size: 16px;
  color:#000000;
  line-height: 28px;
  display: inline-block;
}
.texto-derecha-feminismo h2 {
  color: #1c1d1d;
  background: whitesmoke;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 17px;
  display: inline;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px;
}
.texto-izquierda-feminismo {
  max-width: 680px;
  font-family: "Montserrat", sans-serif;
  margin-left: 35px;
}
.texto-izquierda-feminismo p {
  font-weight: 300;
  font-size: 16px;
  color: whitesmoke;
  line-height: 28px;
  display: inline-block;
}

/*--------------------------------------------------------------------------------Rondas*/
.img-rondas {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/3feminismo-portadaRondas.jpg) fixed;
  background-size: cover;
  display: flex;
}
.secundario {
  min-height: 50vh;
  max-width: 61%;
  margin: auto;
  background: #000000;
}
.contenedor-secun {
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
}
.texto-Hija {
  max-width: 680px;
  font-family: "Montserrat", sans-serif;
  margin: auto;
}
.texto-Hija p {
  max-width: 680px;
  padding-top: 10px;
  font-weight: 300;
  font-size: 16px;
  color: whitesmoke;
  padding-bottom: 20px;
  line-height: 28px;
  margin: 0px;
}

/*----------------------------------------------------------------------------Sanacion*/
.contenedor-ppal-sanacion {
  font-family: "Montserrat", sans-serif;
  padding-top: 15vh;
  background: url(../image/4sanacion-fondo.jpg);
  background-repeat: no-repeat;
  background-position-y: 295px;
  background-position-x: center ;
  background-size: 600px;
}
.texto-derecha-sanacion {
  max-width: 61%;
  height: 67vh;
  font-family: "Montserrat", sans-serif;
  margin: auto;
  display: block;
  
}
.texto-derecha-sanacion h2 {
  color: #304242;
  background: whitesmoke;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 17px;
  display: inline;
  padding: 0 3px 0 3px;
}
.texto-derecha-sanacion p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: whitesmoke;
  display: inline;
}

/*----------------------------------------------------------------------------Terapia*/
.img-terapia {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/4sanacion-portadaTerapia.jpg) center center fixed;
  background-size: cover;
  display: flex;
}

/*----------------------------------------------------------------------------Deseo*/
.img-deseo {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/4sanacion-portadaDeseo.jpg) center fixed;
  background-size: cover;
  display: flex;
}
.secundario-deseo {
  min-height: 70vh;
  max-width: 100vw;
  margin-top: 17vh;
  background: #000000;
}
.contenedor-secun-deseo {
  font-family: "Montserrat", sans-serif;
}
.texto-Hija-deseo {
  max-width: 680px;
  margin: auto;
}
.texto-Hija-deseo p {
  max-width: 650px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: whitesmoke;
  padding-bottom: 20px;
  line-height: 28px;
  margin: 0px;
}

.texto-imagen-deseo {
  background: url(../image/4sanacion-fondoDeseo.jpg);
  background-repeat: no-repeat;
  background-size: 660px;
  background-position-x: 140px;
}
.p-imagen-deseo {
  max-width: 490px;
  margin-left: 50vw;
  font-size: 16px;
  font-weight: 300;
  color: whitesmoke;
  line-height: 28px;
}

/*----------------------------------------------------------------------------Nosotras*/
.img-nosotras {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/5-nosotras-portada2.jpg) center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.secundario-nosotras {
  min-height: 100vh;
  max-width: 100vw;
  margin-top: 17vh;
  background: #000000;
}
.contenedor-secun-nosotras {
  min-height: 300vh;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.texto-Hija-nosotras {
  max-width: 61%;
  display: block;
  margin: auto;
}
.texto-Hija-nosotras h3 {
  color: #1c1d1d;
  background: whitesmoke;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 17px;
  display: inline;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px;
}
.texto-Hija-nosotras p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: whitesmoke;
  padding-bottom: 20px;
  line-height: 28px;
  margin: 0px;
  display: inline;
}
.subtítulo-nosotras {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  width: 100%;
}
.subtítulo-nosotras h2 {
  color: rgb(5, 231, 231);
  margin-bottom: 1px;
  font-size: 50px;
  font-weight: 300;
}
.texto-imagen-nosotras-derecha {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
  justify-content: center;
  margin: 50px 30px 100px 30px;
  border: solid 1px;
  border-color: rgb(5, 231, 231);
}
.imagen-nosotras {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  width: 30%;
}
.imagen-nosotras img {
  width: 400px;
  height: 400px;
  border-radius: 500px;
  margin: auto;
}
.imagen-nosotras-movil{
  display: none;
}
.contenedor-cajaDeTexto {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  width: 60%;
  align-items: center;
}
.cajaDeTexto {
  display: block;
  margin: 50px;
}
.cajaDeTexto h3 {
  color: #1c1d1d;
  background: whitesmoke;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  display: inline;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px;
}
.cajaDeTexto h4{
  color: whitesmoke;
  font-size: 14px;
  display: inline;
  text-transform: uppercase;
}
.p-imagen-nosotras {
  margin: 0px;
  max-width: 650px;
  font-size: 15px;
  font-weight: 300;
  color: whitesmoke;
  line-height: 28px;
}
.agradecimiento{
  font-family: "Montserrat", sans-serif;
  
}
.texto-agradecimiento {
  max-width: max-content;
  display: block;
  margin: auto;
}

.texto-agradecimiento p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: whitesmoke;
  line-height: 28px;
  margin: 0px;
  display: block;
}
.texto-agradecimiento a{
  color: whitesmoke ;
}
.texto-agradecimiento a:hover{
  color: rgb(5, 231, 231) ;
}

/*------------------------------------------------------FIN--Nosotras*/
/*----------------------------------------------------------------------------Nuestro Espacio*/
.img-espacio {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/5b-nuestroespacio-portada-vibramujer.jpg) center
  fixed;
  background-size: cover;
  display: flex;
}
.contenedor-fotosEspacio {
  display: flex;
  margin: auto;
  height: 45vh;
  width: 70%;
  border: solid 1px;
  border-color: rgb(5, 231, 231);
  box-sizing: border-box;
  justify-content: space-evenly;
  padding: 0px 15px 0px 15px;
}
/*--------------------------foto1*/
.espacio-foto {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px 0 10px;
  align-content: center;
}
.espacio-foto figure {
  width: 250px;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.espacio-foto img {
  width: 250px;
  height: 250px;
}


.secundario-espacio {
  min-height: 20vh;
  max-width: 100%;
  margin: auto;
  background: #000000;
}
.contenedor-secun-espacio {
  min-height: 20vh;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  margin-top: 20vh;
}
.texto-Hija-espacio {
  max-width: 46%;
  font-family: "Montserrat", sans-serif;
  margin: auto;
}
.texto-Hija-espacio p {
  max-width: 680px;
  padding-top: 10px;
  font-weight: 300;
  font-size: 16px;
  color: whitesmoke;
  padding-bottom: 20px;
  line-height: 28px;
  margin: 0px;
  margin-bottom: 40vh;
}
/*--------------------------------------------------FIN--Nuestro Espacio*/

/*----------------------------------------------------------------------------Colaboracion*/
.img-colaboracion {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/6-colaboracion-portada.jpg) center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.secundario-colaboracion {
  min-height: 30vh;
  max-width: 100vw;
  margin-top: 17vh;
  background: #000000;
}
.contenedor-secun-colab {
  min-height: 20vh;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.texto-Hija-colab {
  max-width: 61%;
  display: block;
  margin: auto;
}
.texto-Hija-colab h3 {
  color: #1c1d1d;
  background: whitesmoke;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 17px;
  display: inline;
  padding: 0 3px 0 3px;
  margin: 0 3px 0 3px;
}
.texto-Hija-colab p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: whitesmoke;
  padding-bottom: 20px;
  line-height: 28px;
  margin: 0px;
  display: inline;
}
.contenedor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
a .btn-cafecito {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 50px;
  border-style: none;
  color: #1c1d1d;
  background: rgb(5, 231, 231);
  padding: 12px 80px 12px 80px;
  text-transform: uppercase;
  border-radius: 10px;
}
a:hover .btn-cafecito {
  transition: 0.5s;
  background: #1c1d1d;
  color: rgb(5, 231, 231);
  letter-spacing: 3px;
}
.section-ebooks {
  min-height: 50vh;
  max-width: 100vw;
  margin: 14vh 0 8vh 0;
}
.contenedor-ebooks {
  min-height: 50vh;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.texto-ebooks {
  max-width: 45%;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.texto-ebooks p {
  padding-top: 10px 0 20px 0;
  font-size: 16px;
  font-weight: 300;
  color: whitesmoke;
  line-height: 28px;
  margin: 0px;
  display: inline;
}
.texto-ebooks h2 {
  color: rgb(5, 231, 231);
  margin-bottom: 1px;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
.contenedor-cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
  justify-content: center;
}
.card-ebook {
  width: 25%;
  margin: 25px;
  border: solid 1px;
  border-color: rgb(5, 231, 231);
  text-align: center;
}
.card-ebook h4 {
  margin-top: 20px;
  font-size: 15px;
  color: #bbb0b0;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.ebook-portada {
  margin: 0;
  margin-top: 27px;
}
.ebook-portada img {
  width: 176px;
}
.ebook-texto {
  width: 80%;
  box-sizing: border-box;
  margin: auto;
}


/*----------------------------------------------------------------------------Tienda*/
.img-tienda {
  max-width: 100vw;
  min-height: 60vh;
  background: url(../image/7-tienda-portada.jpg) center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
#txt-ppal-tienda {
  font-family: "Montserrat", sans-serif;
  color: #1c1d1d;
  padding: 10px;
  background: whitesmoke;
  line-height: 30px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.section-tienda {
  min-height: 45vh;
  max-width: 100vw;
  margin: 10vh 0 17vh 0;
  background: #f9f9f9;
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.contenedor-tienda {
  min-height: 50vh;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.secundario-tienda {
  min-height: 15vh;
  max-width: 100vw;
  margin-top: 17vh;
  background: #000000;
}
.contenedor-secun-tienda {
  height: 10vh;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.texto-Hija-tienda {
  max-width: 61%;
  display: block;
  margin: auto;
}
.texto-Hija-tienda h2 {
  color: rgb(5, 231, 231);
  margin-bottom: 1px;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.contenedor-cards-tienda {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 80%;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.card-ebook-tienda {
  font-family: "Montserrat", sans-serif;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  height: 400px;
  width: 26%;
  margin: 15px;
  border: solid 1px;
  border-color: #663399;
  background: white;
}
.card-ebook-tienda:hover {
  box-shadow: #898b8b;
}
.card-ebook-tienda figure {
  display: flex;
  height: 200px;
  justify-content: center;
  margin-top: 15px;
}
.card-ebook-tienda figure img {
  height: 200px;
}
.card-ebook-tienda p {
  margin: 0;
}
.card-ebook-tienda h3 {
  display: block;
  margin: 0;
  font-size: 21px;
  color: #663399;
  font-weight: 600;
}
.card-ebook-tienda h4 {
  display: block;
  color: #1c1d1d;
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
}
.card-ebook-tienda button {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  border-style: none;
  width: 200px;
  height: 37px;
  padding: 8px 0px 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.card-ebook-tienda button a {
  text-decoration: none;
}
.ver {
  display: inline-block;
  text-align: center;
  background: none;
  border-color: #663399;
  color: #663399;
  font-size: 16px;
}
.ver:hover {
  background: none;
  color: #000000;
  text-decoration: underline;
}
.comprar {
  display: inline-block;
  background: #1c1d1d;
  text-align: center;
}
.comprar a {
  color: #f9f9f9;
  font-size: 15px;
}
.comprar:hover {
  background: #663399;
}
.modal-dialog {
  min-width: 43vw;
}
.modal-header .btn-close {
  padding: 0.5rem 4.5rem;
  margin: -0.5rem -4.5rem -0.5rem auto;
}
.modal-body {
  display: flex;
  text-align: left;
}
.modal-body p {
  width: 380px;
  padding-top: 5px;
}
.modal-body figure {
  width: 300px;
  margin-right: 15px;
}
/*--------------------------------------------------FIN--Tienda*/




/*-------------------------------------------------------------------------celular*/
@media only screen and (max-width: 768px) {
  .navbar {
      justify-content: space-between;
  }
  .navbar .logo{
    margin-left: 1em;
  }
  .menu-dropdown {
      display: none;
  }
  /*Menú hamburguesa:*/
  .menu-celular-btn {
      display: block;
      margin-right: 20px;
  }
  .menu-celular-btn button {
      width: 35px;
      border-style: none;
      background: none;
  }
  .menu-celular-btn button:hover {
      opacity: 80%;
  }
  #menu-desplegado {
      display: none;
      width: 100%;
      height: 100%;
      background: white;
  }
  .menu {
      padding: 116px 0 0 13px;
  }
  .menu-btn-close {
      position: absolute;
      margin-left: 88.5%;
      padding-top: 12px;
  }
  .menu-btn-close button {
      width: 35px;
      border-style: none;
      background: none;
  }
  .menu-btn-close button:hover {
      opacity: 80%;
  }
  .menu ul {
      line-height: 54px;
      list-style: none;
  }
  .menu-link-sub {
      border-style: none;
      background: none;
      text-align: initial;
  }
  .menu-link-sub a {
    text-decoration: none;
    color: black;
    font-family: "JetBrains Mono", monospace;
    font-weight: 200;
    font-size: 29px;
  }
  #btn-external-link{
      font-size: 18px;
  }
  .principal {
      padding-top: 1vh;
      margin-bottom: 4px;
  }
  .contenedor-principal {
      min-height: 100vh;
  }
  .texto-derecha {
      max-width: 71%;
  }   
  .contenedor-medios {
      display: inline-block;
  }
  .contenedor {
      width: 100%;
  }
  .banner {
      max-width: 100%;
  }
  .imagen {
      min-height: 70vh;
  }
  .video-pantalla {
      display: none;
  }
  .video-celular {
      display: block;
  }
  footer {
      height: 90vh;
  }
  .h3-footer {
      font-size: 21px;
  
  }
  #espacio-movil{
      margin-top: 32px;
      margin-bottom: 20px;
  }
  #espacio-movil2{
      margin-top: 24px;
  }
  .contenedor-footer {
      padding-top: 70px;
      background-position-x: -110em;
      gap: 0px;
  }
  .site-map {
      flex-wrap: nowrap;
      padding-right: 30px;
      margin-top: 70px;
      height: fit-content;
  }
  .site-map ul {
      margin-left: 0px;
      margin: 0;
  }
  .site-map ul li {
      line-height: 15px;
  }
  .site-map ul li a {
      font-size: 18px;
      line-height: 33px;
  }
  .redes ul{
    padding: 0;
  }
  .redes .redes-columna2{
  padding-left: 12px;
  }
  .redes p {
      font-size: 15px;
  }
  .redes ul li a {
      font-size: 17px;
      line-height: 28px;
  }


  /*------------------------------------index*/
  .splash2{
      height: 100vh;
  }
  .splash2 .video-fondo{
    height: 100vh;
    max-width: max-content;
    background-position-x: -150em;
  }

  .imagen-fondo-home2{
    height: 172vh;
    background-position-y: -65px;
    background-size: 68vh;
  }
  .sectionText{
    max-width: 100vw;
  }
  .texto-somosH2{
    max-width: 100vw;
    flex-direction: column-reverse;
  }
  .texto-somosH2 .foto-home{
    max-width: 97vw;
    height: auto;
  }
  .sectionText .texto-somosH2 p{
    width: 70vw;
    padding-bottom: 3em;
  }
  .texto-somosH3{
    max-width: 100vw;
  }
  .texto-somosH3 .foto-home{
    width: 100vw;
  }
  .sectionText .texto-somosH3 p{
    width: 70vw;
    padding-bottom: 3em;
  }
  a .pantalla-txt{
      margin-top: 0px;
      display: block;
      margin-left: 20px;
  }
  .sectionText2{
    padding: 6em 0 6em 0;
    height: 60%;
  }
  .sectionText2 p{
    width: 90%;
    font-size: 27px;
  }
  .seccionBotonesPrincipales{
      padding-top: 20%;
  }
  .botones-principales{
      margin-bottom: 50px;
      width: 60%;
  }
  /*---------performance*/
  .txt-ppal-video{
      font-size: 20px;
      margin-top: 31vh;
  }
  .contenedor-ppal{
      margin-top: 39vh;
  }
  .contenedor-mediosP {
      padding: 0px;
      margin-top: 0px;
  }
  /*---------acciones*/
  #menu-ul-acciones{
      line-height: 42px;
  }
  aside {
      display: none;
  }
  .banner {
      margin-bottom: 5vh;
  }
  .img-acciones{
      background-size: 302%;
      background-position-x: center;
      background-repeat: no-repeat;
  }
  .aside-movil {
      display: block;
      width: 80vw;
      font-family: "Montserrat", sans-serif;
      flex-wrap: wrap;
      margin-left: 50px;
      float: left;
  }
  .aside-movil ul {
      list-style: none;
      margin-block-start: 0px;
      padding-inline-start: 0px;
      margin: 0;
  }
  .aside-movil ul li {
      list-style: none;
      display: block;
  }
  .aside-movil ul li button {
      text-decoration: none;
      border-style: none;
      background: none;
      line-height: 24px;
  }
  .aside-movil ul li .btn-fecha:focus-within {
      color: rgb(5, 231, 231);
      font-weight: 600;
      font-style: italic;
  }
  .btn-titulo-aside .titulo-menu:hover {
      text-decoration: none;
      transform: none;
      animation: none;
  }
  .aside-movil .btn-titulo-aside {
      color: #663399;
      background: #1c1d1d;
      text-transform: uppercase;
      border-radius: 10px;
      border-style: none;
      width: 280px;
      margin-bottom: 7px;
      padding-left: 9px;
  }
  .titulo-menu {
      font-family: "Montserrat", sans-serif;
      color: #9e5ddf;
      font-size: 16px;
      margin: 3px;
      line-height: 30px;
      text-align: left;
  }
  #flecha-aside {
      color: #9e5ddf;
  }
  .aside-dropdown {
      position: relative;
      display: flex;
  }
  .dropdown-menu {
      display: none;
      position: absolute;
      background: #1c1d1d;
      width: 280px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      padding: 26px 10px 10px 0px;
  }
  .dropdown ul {
      display: none;
  }
  .data-acciones {
      display: none;
      margin: 125px 0 45px 0 ;
      justify-content: center;
      font-family: "Montserrat", sans-serif;
  }
  .data-acciones img {
      width: 80%;
      margin-left: 10%;
  }
  .data-acciones h3 {
      font-size: 18px;
      margin-left: 10%;
      max-width: 81%;
  }
  .data-acciones h2 {
      margin-left: 9%;
      max-width: 83%;
  }
  .data-acciones p {
      width: 80%;
      font-size: 18px;
      margin-left: 10%;
  }
  .data-acciones-digi {
      display: block;
      margin-left: 0px;
      margin-top: 12vh;
      font-family: "Montserrat", sans-serif;
      min-height: 132vh;
  }
  .data-acciones-digi img {
      width: 80%;
      margin-left: 10%;
      margin-top: 15px;
  }
  .data-acciones-digi h3 {
      font-size: 18px;
      margin-left: 10%;
      max-width: 81%;
  }
  .data-acciones-digi h2 {
      margin-left: 9%;
      max-width: 84%;
  }
  .data-acciones-digi p {
      width: 80%;
      font-size: 18px;
      margin-left: 10%;
  }
  .seccion-cont-btn{
      margin-bottom: 90px;
      display: none;
  }
  #pieza13 video{
      max-width: 100%;
  }
  #serie10 video{
      max-width: 100%;
  }
  #origen-titulo-video{
      font-size: 41px;
  }
  /*--------fin acciones*/
  /*--------talleres*/
  .img-talleres{
      background-position-y: 0px;
      background-position-x: -280px;
  }
  .aside-talleres{
      display: none;
  }
  .data-talleres{
      min-height: 105vh;
      margin-bottom: 175px;
  }
  .data-talleres h2{
      font-size: 35px;
      width: 71%;
      margin: auto;
  }
  .data-talleres p{
      max-width: 71%;
      margin: auto;
  }
  .fondo-imagen-talleres{
      background-size: 300px;
      background-position-y: 290px;
  }
  .imagen-fondo-talleres{
      height: min-content;
  }
  .aside-movil{
      margin-top: 32px;
      margin-bottom: 14px;
  }
  .form{
      width: 70%;
  }
  /*---------paginas secundarias*/
  .texto-titulo-principal {
      width: min-content;
      margin: auto;
  }
  .txt-ppal {
      line-height: 35px;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
  }
  /*---------feminismo*/
  .contenedor-ppal-feminismo{
      padding: 0px;
      margin-top: 39vh;
      background-size: 497px;
      background-position-x: -79px;
      background-position-y: 35%;
  }
  .texto-derecha-feminismo{
      max-width: 71%;
  }
  .texto-derecha-feminismo .parrafo-celular{
      margin: 0px;
  }
  .texto-izquierda-feminismo{
      max-width: 71%;
      margin: auto;
      margin-top: 45vh;
  }
  /*---------rondas*/
  .secundario{
      margin-bottom: 90px;
  }
  /*---------sanacion*/
  .contenedor-ppal-sanacion{
      padding: 0px;
      margin-top: 39vh;
      background-position-y: 390px;
  }
  .texto-derecha-sanacion{
      max-width: 71%;
      height: 117vh;
  }
  /*---------deseo y trnasformacion*/
  .txt-ppal-deseo-movil{
      font-size: 20px;
  }
  .texto-Hija-deseo{
      max-width: 71%
  }
  .texto-imagen-deseo{
      background-size: 488px;
      background-position-x:center;
      background-position-y: -47px;
  }
  .p-imagen-deseo{
      margin:auto;
      max-width: 71%;
  }
  .esp{
      padding-top: 200px;
  }
  .secundario-deseo{
      margin-bottom: 90px;
      margin-top: 0px;
  }
  /*---------nosotras*/
  .img-nosotras{
      background-size: 138%;
      background-position-x: -77px;
      background-position-y: 210px;
  }
  .contenedor-secun-nosotras{
      min-height: min-content;
  }
  .secundario-nosotras{
      margin-top: 0px;
  }
  .texto-Hija-nosotras{
      max-width: 71%;
  }
  .texto-imagen-nosotras-derecha{
      display: block;
  }
  .contenedor-cajaDeTexto{
      margin: auto;
      width: 79%;
      margin-bottom: 25px;
  }
  .cajaDeTexto{
      margin: 0px;
      margin-top: 20px;
  }
  .imagen-nosotras img{
      width: 300px;
      height: 300px;
  }
  .imagen-nosotras-movil{
      display: flex;
      justify-content: center;
      margin-top: 20px;
  }
  .imagen-nosotras-movil img{
      width: 300px;
      height: 300px;
      border-radius: 500px;
  }
  .imagen-nosotras-web{
      display: none;
  }
  .agradecimiento{
      max-width: 100vw;
  }
  .texto-agradecimiento{
      max-width: 65%;
  }
  /*---------nuestro espacio*/
  .contenedor-secun-espacio {
      margin-top: 13vh;
      height: 29vh;
  }
  .texto-Hija-espacio {
      max-width: 71%;
  }
  .contenedor-fotosEspacio {
      flex-wrap: wrap;
      height: min-content;
      width: 71vw;
      padding: 25px 0 25px;
      margin-bottom: 80px;
  }
  .secundario-espacio {
      height: 37vh;
      margin: 25px;
  }
  /*---------colaboracion*/
  .secundario-colaboracion{
      margin-top: 0px;
  }
  .texto-Hija-colab{
      max-width: 71%;
  }
  a .btn-cafecito{
      padding: 12px 100px 12px 100px;
  }
  .texto-ebooks{
      max-width: 76%;
  }
  .section-ebooks{
      margin: 14vh 0 11vh 0;
  }
  .card-ebook{
      width: 100%;
      margin: 6px 6px 30px 6px;
  }
  #mc_embed_signup .foot{
      display: block;
  }
  /*---------tienda*/
  .img-tienda{
      background-position-x: -169px;
  }
  .secundario-tienda{
      margin-top: 8vh;
  }
  .section-tienda{
      padding-top: 10vh;
      margin: 10vh 0 0.5vh 0;
  }
  .card-ebook-tienda{
      width: 80%;
      height: 415px;
      padding: 15px 10px 15px 10px;
  }
  .contenedor-cards-tienda{
      max-width: 94%;
  }
  .modal-body{
      display: block;
  }
  .modal-body p{
      max-width: 99%;
  }
  .modal-body figure{
      width: 100%;
      margin-right: 0px;
  }
  
}

/*--------------------------------------------------FIN--Celular*/

/*-------------------------------------------------------------------------celular*/
@media only screen and (max-width: 321px){
  /*---------------------------index*/
  .menu ul {
      line-height: 29px;
      list-style: none;
  }
  .menu-link-sub a{
      font-size: 25px;
  }
  #btn-external-link{
      font-size: 18px;
  }
  .imagen-fondo-home2{
      height: min-content;
  }
  .texto-somosH2 h1{
      font-size: 12vw;
  }
  .texto-somosH2 p{
      padding: 95px 0px 0px 0px;
      max-width: 75vw;
  }
  .site-map ul li a {
      font-size: 16px;
      line-height: 41px;
  }
  .h3-footer {
      font-size: 16px;
      width: min-content;
  }
  .redes p {
      font-size: 21px;
  }
  .redes a {
      font-size: 24px;
  }
  a .pantalla-txt{
      margin-left: 0px;
  }
  .seccion-botones-principales{
      margin: 25% 0 21%;
  }
  /*---------------------------performance*/
  .data-acciones-digi{
      min-height: 190vh;
  }
  .txt-ppal-video{
      font-size: 21px;
      margin-top: 32vh;
  }
  /*---------------------------acciones*/
  .txt-ppal{
      font-size: 21px;
  }
  .aside-movil{
      margin-top: 20px;
      margin-left: 19px;
  }
  #menu-ul-acciones{
      line-height: 33px;
  }
  .img-talleres{
      background-position-y: 0px;
      background-position-x: -280px;
  }
  .data-acciones h3{
      font-size: 18px;
  }
  /*---------------------------talleres*/
  .fondo-imagen-talleres{
      background-position-y: 341px;
  }
  #pieza0T{
      margin-bottom: 38vh;
  }
  /*---------------------------feminismo*/
  .contenedor-ppal-feminismo{
      background-position-x: center;
  }
  /*---------------------------sanacion*/
  .contenedor-ppal-sanacion{
      background-position-y: 455px;
  }
  .texto-derecha-sanacion{
      margin-bottom: 15vh;
      height: 150vh;
  }
  /*--------------------------deseo*/
  .txt-ppal-deseo-movil{
      letter-spacing: 4px;
  }
  /*--------------------------nosotras*/
  .imagen-nosotras-celu{
    display: block;
  }
  .img-nosotras{
      background-position-x: -58px;
      background-position-y: 193px;
      background-size: 134%;
  }
  .imagen-nosotras img{
      width: 250px;
      height: 250px;
  }
  .imagen-nosotras-movil img{
      width: 250px;
      height: 250px;
      margin-left: 0vw;
  }
  #prueba{
      width: 200px;
      height: 200px;
  }
  /*--------------------------espacio*/
  .secundario-espacio{
      height: 36vh;
  }
  .contenedor-fotosEspacio{
      height: min-content;
      padding: 21px 0 12px;
  }
  .espacio-foto figure{
      width: 200px;
      height: 200px;
  }

  /*--------------------------colaboracion*/
  .img-colaboracion .txt-ppal{
      letter-spacing: 0px;
  }
  a .btn-cafecito{
      padding: 12px 70px 12px 70px;
  }
  /*--------------------------tienda*/
  #txt-ppal-tienda{
      font-size: 21px;
  }
  .texto-Hija-tienda h2{
      font-size: 41px;
  }
  .modal-body p{
      width: 266px;
      margin: auto;
  }

}

/*-------------------------------------------------------------------------celular*/
@media only screen and (max-width: 1200px){
      /*--------------------------espacio*/
      .contenedor-fotosEspacio{
          width: 80%;
          justify-content: center;
      }
}

@media only screen and (max-width: 321px){
  .menu ul {
      line-height: 25px;
      list-style: none;
      padding-left: 20px;
  }
  .menu-link-sub a{
      font-size: 18px;
  }

}