* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: Gotham;
}

@font-face {
  font-family: Gotham-Medium;
  src: url("../assets/Gotham-Medium.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Baloo;
  src: url("../assets/fonts/Baloo-Regular.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: HighVoltageRough;
  src: url("../assets/fonts/HighVoltageRough.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Monserrat;
  src: url("../assets/fonts/Montserrat-ExtraBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Gotham-Book;
  src: url("../assets/Gotham-Book.otf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Gotham-Black;
  src: url("../assets/Gotham-Black.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('../assets/fonts/icomoon.eot?iug1by');
  src: url('../assets/fonts/icomoon.eot?iug1by#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon.ttf?iug1by') format('truetype'),
    url('../assets/fonts/icomoon.woff?iug1by') format('woff'),
    url('../assets/fonts/icomoon.svg?iug1by#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Antonio;
  src: local(Antonio-Bold),
    url('../assets/fonts/antonio-bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: HelveticaNeueRegular;
  src: local(Antonio-Bold),
    url('../assets/fonts/HelveticaNeue-Regular.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: HelveticaNeueBold;
  src: local(Antonio-Bold),
    url('../assets/fonts/HelveticaNeue-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.respmenu {
  display: none;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

h1 {
  font-size: 60px;
}

@font-face {
  font-family: 'icomoon';
  src: url('../assets/fonts/icomoon2.eot?qwabdg');
  src: url('../assets/fonts/icomoon2.eot?qwabdg#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon2.ttf?qwabdg') format('truetype'),
    url('../assets/fonts/icomoon2.woff?qwabdg') format('woff'),
    url('../assets/fonts/icomoon2.svg?qwabdg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-face:before {
  content: "\e900";
}

.icon-twit:before {
  content: "\e901";
}

.icon-what:before {
  content: "\e902";
}

.icon-share:before {
  content: "\e903";
}

#vmc, #vmm, #vmmm, #vmmc, #vmva, #vmmva {
  color: #010e29;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  -webkit-box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.75);
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

iframe {
  display: block;
  margin: 0 auto;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3%;
}

.video-perfiles {
  display: flex;
}

.logo-2 {
  /*border-right: solid;
  border-left: solid;
  border-width: 1px;
  border-color: #ffffff;*/
}

.volver-canal {
  background-color: #0B0120;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 100;
}

.volver-canal a {
  color: white;
  font-family: 'Gotham-book';
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}

.menu {
  display: flex;
  width: 100%;
  /*background: url(../assets/bg-menu.png);*/
  height: 106px;
  position: fixed;
  background-image: linear-gradient(to right, #ff6949, #d34b71, #8e477c, #4a3f67, #242d3b);
}

.menu .contentMenu {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.menu nav ul {
  display: flex;
}

.logo {
  display: flex;
  align-items: center;
}

.items {
  display: flex;
  align-items: center;
}

.logo-redes {
  display: flex;
  align-items: center;
  font-size: 23px;
}

.logo-redes a {
  width: 14%;
  color: #ffffff;
  margin-left: 15px;
}

.logo-redes a img {
  width: 100%;
}

.logo img {
  width: 300px;
}

.logo img {
  width: 100%;
  position: relative;
  margin-top: -17px;
}

.menu nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Antonio;
}

.menu nav ul li {
  padding-left: 19px;
  padding-right: 19px;
  border-left: solid;
  border-color: #6c9f97;
  border-width: 1px;
}

.contenedor-contenido .apertura p {
  padding: 2% 0;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  /*background-color: rgba(222, 222, 222, 0.6);*/
}

#texto-video-apertura {
  display: none;
}

.menu nav ul li a:hover {
  color: #ffffff;
}

.menu nav ul li:first-child {
  border-left: none;
}

.galeria-capitulos:hover {
  transform: scale(1.02);
}

.galeria-capitulos:hover h3 {
  color: #28D8E2;
}

.galeria-capitulos:hover p {
  color: #28D8E2;
}

.nota-cocreacion:hover {
  transform: scale(1.02);
}

.nota-cocreacion:hover h3 {
  color: #28D8E2;
}

.nota-cocreacion:hover p {
  color: #28D8E2;
}

.galeria-notas:hover p {
  color: #010e29;
  /*font-size: 22px;*/
  font-weight: bold;
}

.galeria-perfiles:hover img {
  transform: scale(1.02);
}

section#contenedor-pocimas {
  background-image: url(../assets/fondo-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.content-pocimas {
  width: 72%;
  margin: 0 auto;
}

.sliderCapital {
  width: 80%;
  margin: 0 auto;
  vertical-align: middle;
}

.contentImage {
  margin: 0;
}

.contentImage img {
  width: 100%;
  height: auto;
}

.slick-list {
  margin: 0 20px;
}

.slick-slide {
  width: 450px !important;
  margin-top: 50px;
}

.slick-slide p {
  display: none;
}

.slick-active {
  width: 550px !important;
  margin-top: 0px;
}

.slick-active p {
  display: block;
}

.contenedor-pocimas p {
  text-align: center;
  font-size: 17px;
  font-weight: 100;
  margin: 8% 0 4% 0;
  color: #193b57;
}

button.slick-prev.slick-arrow {
  background-image: url(../assets/previa.png) !important;
  background-size: cover;
  height: 47px;
  width: 19px;
}

button.slick-next.slick-arrow {
  background-image: url(../assets/next.png) !important;
  background-size: cover;
  height: 47px;
  width: 20px;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.contenedor-exclusivo:hover {
  transform: scale(1.02);
}

.galeria-perfiles:hover img {
  transform: scale(1.02);
}

.galeria-notas:hover {
  transform: scale(1.02);
}

.contenedor-apertura {
  background-image: url(../assets/fondo-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7% 0 2% 0;
}

.contenedor-cocreacion {
  background-image: url(../assets/fondo-cocreacion.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1% 0 2% 0;
}

.contenedor-perfil {
  background-image: url(../assets/fondo-perfil.png);
  background-repeat: no-repeat;
  padding-bottom: 4%;
  background-size: 100%;
}

.apertura {
  width: 70%;
  margin: 4% auto 4%;
}

.internas .apertura {
  margin: 8% auto 4%;
  background-color: #fff;
}

.contenedor-texto {
  /*background: url(../assets/fondo-ficha.png);*/
  padding: 5% 0 0 0;
  /*margin-top: -53px;*/
  background-size: cover;
  /*height: 183px;*/
  background-color: #fac556;
}

.texto h3 {
  color: #6B6B6B;
  font-weight: bold;
  padding-top: 26px;
  font-size: 28px;
  justify-content: center;
  text-align: center;
}

.interes .texto {
  margin: 0 auto;
  height: 60px;
}

.interes .foto a img {
  width: 100%;
}

.interes span {
  width: 100%;
  display: block;
  text-align: end;
  text-transform: uppercase;
}

.interes .especial a {
  padding: 1% 2% 1% 2%;
  background-color: #8564f0;
  border-radius: 30px;
  font-family: 'Gotham';
  color: #ffffff;
  font-style: italic;
}

.flecha1 {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

.contenedor-texto .flecha3 {
  padding-top: 1%;
}

.contenedor-texto h2 {
  font-family: Antonio;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin: 0 0px 3% 0;
}

.contenedor-capitulos, .contenedor-perfiles-ciudadanos {
  background-image: url(../assets/fondo-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedor-videografia {
  background-image: url(../assets/fondo-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedor-especiales {
  background-image: url(../assets/fondo-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-apertura, .titulo-capitulos, .titulo-notas, .titulo-perfil, .titulo-perfiles, .titulo-galeria2, .titulo-exclusivo {
  padding: 3% 0 2% 15%;
}

.titulo-pocimas {
  font-size: 34px;
  color: #193b57;
  padding: 3% 0 5%;
}

.fondo-titulos {
  display: inline-block;
  padding: 0 2% 1% 0;
}

.puede-interesar .titulo-capitulos h2, .puede-interesar .notas-web h2, .titulo-cocreacion h2 {
  color: #ffffff;
}

.titulo-capitulos h2, .notas-web h2, .titulo-cocreacion h2 {
  font-size: 34px;
  color: #0C5E71;
}

.notas-web h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}

.notas-web .flecha3 {
  text-align: center;
}

.titulo-cocreacion {
  padding-left: 15%;
}

.titulo-capitulos h2 {
  font-family: Baloo;
  color: #ffffff;
}

.titulo-apertura h2 {
  color: #ffffff;
}

.titulo-perfiles h2 {
  color: #ffffff;
}

.titulo-apertura h2, .titulo-capitulos h2, .titulo-notas h2, .contenedor-pocimas h2, .titulo-perfiles h2 {
  font-family: Antonio;
  font-size: 60px;
}

.titulo-cocreacion h3.titulo-video {
  color: #0C5E71;
  font-weight: 400;
}

.titulo-perfil h2 {
  font-size: 34px;
  color: black;
}

.titulo-capitulos h3 {
  color: #0C5E71;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 5px;
  display: none;
}

.titulo-capitulo h2 {
  font-weight: 100;
  color: #ffffff;
}

.texto-capitulo p {
  font-weight: 100;
  color: #ffffff;
  text-align: justify;
  padding-top: 3%;
  font-size: 17px;
  font-family: 'HelveticaNeueRegular';
}

.capitulos {
  width: 100%
}

.content-perfil {
  margin: 0 auto;
  width: 70%;
  display: flex;
  background: white;
}

.content-cocreacion {
  margin: 0 auto;
  width: 70%;
}

.apertura-cocreacion img {
  width: 100%;
}

.apertura-cocreacion p {
  color: #565656;
  font-size: 18px;
  text-align: justify;
  margin-top: 15px;
  font-weight: 100;
}

.info-perfil, .image-perfil {
  width: 48%;
  justify-content: space-between;
}

.info-perfil {
  padding: 13% 5% 0 4%;
}

.info-perfil h3 {
  font-size: 65px;
  font-weight: 100;
  color: #42978f;
}

.info-perfil p {
  color: #3e645d;
  margin-top: 10%;
  font-size: 23px;
  text-align: justify;
  line-height: 27px;
}

.image-perfil {
  padding: 7% 3% 6% 0;
}

.image-perfil img {
  width: 100%;
}

.capitulos-video {
  margin: 0 auto;
  width: 70%;
}

.galeria1 {
  width: 70%;
  margin: 0 auto;
  margin-top: 4%;
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 3%;
}

.notas-cocreacion {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}

#obras-cocreacion {
  animation-duration: 3s;
  animation-name: slidein;
}

.galeria-capitulos {
  /*width: 92%;
  margin-bottom: 15%;*/
  width: 23%;
  margin-bottom: 4%;
  transition: all ease-in-out .2s;
}
.galeria-videografia {
  /*
  margin-bottom: 15%;*/
  width: 23%;
  margin-bottom: 4%;
  transition: all ease-in-out .2s;
}

.nota-cocreacion {
  flex: 1 0 20%;
  margin: 6px 14px 26px 4px;
  transition: all ease-in-out .2s;
}


.galeria-capitulos img, .nota-cocreacion img, .galeria-videografia img {
  width: 100%;
  object-fit: cover;
  display: block;
  -webkit-box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.75);
}

.galeria-capitulos h3, .nota-cocreacion h3, .galeria-videografia h3  {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 0 0 0;
  font-family: 'HelveticaNeueBold';
}

.contenedor-capitulos .flecha2 a {
  width: 100%;
  display: block;
}

.nota-cocreacion h3 {
  color: #565656;
}

.galeria-capitulos p, .nota-cocreacion p {
  color: #ffffff;
  text-align;
  justify;
  line-height: 18px;
  font-weight: 100;
  font-size: 18px;
  font-family: 'HelveticaNeueRegular';
}

.nota-cocreacion p {
  color: #565656;
  margin-top: 3px;
}

.flecha2 {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 2%;
  padding-bottom: 0px;
  transform: rotate(180deg);
}

.flecha2 img {
  width: 28px;
}

.contenedor-capitulos .flecha2, .contenedor-texto .flecha2, .contenedor-notas .flecha2 {
  transform: rotate(270deg);
}

.contenedor-pocimas .flecha2 {
  transform: rotate(90deg);
}

.flecha3 a2 img {
  transform: rotate(180deg);
}

.contenedor-notas {
  padding-bottom: 1%;
  display: block;
  background-image: url(../assets/fondo-notas.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: -62px;*/
  padding-top: 2%;
}

.contenedor-video-perfiles {
  background-image: url(../assets/fondo-4.png);
}

.contenedor-making-of {
  background-image: url(../assets/fondo-5.png);
  padding-bottom: 17%;
}

.fondo-titulos2 {
  width: 16%;
  height: 30px;
  position: relative;
  margin: 60px 0 0 162px;
  background-color: #fbab31;
}

.galeria-notasweb {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 72%;
  margin: 0 auto;
}

.galeria-notas {
  justify-content: space-between;
  width: 32%;
  margin-bottom: 24px;
  margin-left: 5px;
  position: relative;
  -webkit-box-shadow: -7px 6px 19px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 6px 19px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 6px 19px -9px rgba(0, 0, 0, 0.75);
  transition: all ease-in-out .2s;
}

.galeria-notas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.texto-notas {
  background-color: #ffff;
}

.galeria-notas p {
  color: #010e29;
  font-size: 18px;
  height: 117px;
  padding: 18px 9px 9px 9px;
  text-align;
  justify;
  line-height: 18px;
  font-weight: 100;
  font-family: HelveticaNeueBold;
}

.galeria-notas p:hover {
  /*color: #0C5E71;
  font-size: 15px;
  font-weight: 500;*/
}

.flecha3 {
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.contenedor-perfiles {
  background-image: url("../assets/fondo-3.png");
  z-index: initial;
  background-position: 100%;
}

.perfiles {
  padding-top: 25px;
  width: 100%;
}

.fondo-titulos3 {
  height: 30px;
  width: 14%;
  position: relative;
  margin: 60px 0 0 162px;
  background-color: #fbab31;
}

.contenedor-perfiles h2 {
  font-size: 60px;
  font-weight: bold;
  color: white;
}

.perfil .contenido {
  width: 70%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 8%;
  border-radius: 1%;
}

.perfil .texto-nomre {
  padding: 0 5% 0 5%;
}

.perfil .contenido .texto-nombre .nombre h3 {
  text-transform: uppercase;
  font-size: 30px;
}

.galeria-de-perfiles {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 77%;
  margin-top: 2%;
}

.galeria-perfiles {
  justify-content: space-between;
  width: 17%;
  margin-bottom: 24px;
  margin-left: 5px;
  position: relative;
}

.galeria-perfiles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.galeria-perfiles h3 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding: 6px 0 0 0;
  text-align: center;
  font-family: "HelveticaNeueBold";
}

.galeria-perfiles p {
  color: white;
  line-height: 17px;
  font-size: 15px;
  /*padding: 2px 35px 0 2px;*/
  text-align: center;
}

.flecha4 {
  display: flex;
  justify-content: center;
}

.contenedor-galeria {
  background: #628896;
  border-width: 0px;
}

.fondo-titulos4 {
  height: 30px;
  width: 13%;
  position: relative;
  margin: 60px 0 0 162px;
  background-color: #fbab31;
}

.galeria2 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  font-family: HighVoltageRough;
}

.galeria-galeria {
  padding-bottom: 3%;
  width: 85%;
  margin: 0 auto;
  display: flex;
}

.container-slider img {
  width: 100%;
  justify-content: center;
  border: white 12px solid;
}

.textos-galeria-galeria {
  font-size: 14px;
  justify-content: space-between;
  margin-top: 8px;
}

.titulo-numero {
  justify-content: inherit;
  color: #f47637;
}

.titulo-numero .numero {
  width: 100%;
  text-align: end;
  padding-right: 1%;
  font-size: 13px;
}

.titulo-numero .titulo {
  width: 100%;
  padding-left: 2%;
}

.slides p {
  color: #ffffff;
  padding-left: 2%;
  font-size: 13px;
  font-weight: 100;
  padding-bottom: 3%;
}

.flecha-izq, .flecha-der {
  align-items: center;
  display: flex;
  cursor: pointer;
}

.textos-galeria-galeria h3 {
  font-weight: 100;
  width: 92%;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-family: 'HelveticaNeueRegular';
}

.textos-galeria-galeria h3.numero {
  font-weight: 400;
  width: 5%;
  text-align: right;
  font-size: 21px;
}

.flecha-izq img {
  transform: rotate(90deg);
}

.flecha-der img {
  transform: rotate(270deg);
}

.flecha5 {
  text-align: center;
}

.flecha5 img {
  padding-bottom: 55px;
}

div#bgadicional {
  background-image: url(../assets/fondo-final.png);
  width: 100%;
  background-size: cover;
  height: 312px;
}

.contenedor-exclusivo-digital {
  background-image: url("../assets/volveremos-fondo6.png");
  border-top: solid;
  border-color: white;
  border-width: 2px;
  background-size: cover;
}

.fondo-titulos5 {
  height: 30px;
  width: 26%;
  position: relative;
  margin: 60px 0 0 162px;
  background-color: #fbab31;
}

.exclusivo {
  width: 100%;
}

.titulo-exclusivo h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-top: -16px;
}

.contenedor-eclusivodigital {
  width: 77%;
  margin: 0 auto;
}

.contenedor-exclusivo {
  background-color: #ffff;
  display: flex;
  width: 100%;
  align-items: center;
  box-shadow: 0 0 20px 0 black;
  margin: 2%;
}

.contenedor-exclusivo img {
  width: 400px;
  height: 220px;
  object-fit: cover;
  display: block;
}

.texto-tarjeta h3 {
  width: 80%;
  color: #006b7f;
  font-size: 26px;
  padding-left: 30px;
}

.texto-tarjeta p {
  width: 75%;
  color: #6B6B6B;
  font-size: 20px;
  padding-left: 30px;
}

.flecha6 {
  display: flex;
  justify-content: center;
  padding: 4% 4% 0 4%;
}

.contenedor-footer {
  background-image: url("https://conexioncapital.co/wp-content/uploads/2016/09/pw_maze_white.png");
  background-repeat: repeat;
}

.menu-footer {
  display: flex;
  text-align: center;
  /* height: 50px; */
  flex-grow: 8;
  justify-content: center;
  position: relative;
}

.menu-footer::after {
  content: '';
  display: block;
  width: 55%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
}

.menu-footer nav ul {
  display: flex;
}

.menu-footer nav ul li a {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-footer nav ul li {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.contenido-footer {
  display: flex;
  padding-top: 110px;
  margin: 0 400px 20px 200px;
}

.nosotros {
  color: #575757;
  padding: 0 70px 24px 70px;
}

.nosotros h4 {
  font-size: 16px;
  margin-top: 6%
}

.nosotros p {
  font-size: 14px;
  padding-top: 22px;
  font-weight: normal;
}

.contenedor-siguenos {
  color: #3f3f3f;
  font-size: 24px;
}

.siguenos {
  color: #575757;
  font-size: 16px;
}

.redes {
  display: flex;
}

.redes span {
  margin: 20px;
  color: #000000;
}

.terminos {
  color: #ff1f69;
  padding-top: 22px;
  font-weight: normal;
}

.contacto {
  font-size: 14px;
  font-weight: normal;
}

.cierre {
  background-color: #ff1f69;
  color: white;
  padding: 12px;
}

.cierre-footer {
  font-size: 12px;
  padding-left: 200px;
}

/*estilos-modal*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: Lato;
}

.flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  margin-top: 5%;

}

.contenedor-modal {
  position: relative;
  margin: auto;
  width: 65%;
  background-image: url("../assets/volveremos-fondo-perfil.png");
  background-size: 104%;
  background-position: 15% 76%;
  border-radius: 10px;
  animation-name: modal;
  animation-duration: 1s;
}

@keyframes modal {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

.cerrar {
  color: #FFC100;
  cursor: pointer;
  /*background-color: #A2A2A2;*/
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-family: 'HelveticaNeueRegular';
}

.cerrar:hover {
  color: darkgray;
  cursor: pointer;
  text-decoration: none;
}

.titulo-modal {
  position: absolute;
  width: 100%;
}

.fondo-titulo-modal img {
  width: 254%;
}

.titulo-modal h2 {
  margin: 1% 0 0 24px;
  position: absolute;
  font-size: 32px;
  color: white;
  font-family: 'HelveticaNeueBold';
}

.espacio-cerrar {
  display: flex;
  justify-content: flex-end;
}

.espacio-cerrar span {
  font-size: 30px;
  font-weight: bold;
  align-items: center;
  margin: 10px 10px 0 0;
}

.contenido-modal {
  width: 100%;
}

.contenido-modal p {
  color: #A2A2A2;
  margin-right: 30px;
  padding-top: 64px;
  font-family: 'Gotham';
}

.contenido-modal .foto img {
  width: 100%;
}

.contenido-modal p {
  width: 100%;
}

.contenido-modal .foto {
  width: 50%;
}

.contenido-modal {
  display: flex;

}
.titulo-texto{
  display: flex;
  flex-direction:column;
  width: 60%;
  margin-left: 3%;
}

.redes-modal {
  width: 12px;
  display: table-column;
  position: absolute;
  top: 389px;
}

.redes-modal img {
  height: 26px;
  padding-left: 24px;
}

.redes-modal a img {
  margin-top: 4px;
}

.contenedor-exclusivo a {
  display: contents;
}

.contenedor-contenido {
  margin: auto;
  border-radius: 10px;
}
.contenido{
  background-color: #ffffff;
  margin-left: 3%;
margin-right: 3%;
}

.contenedor-contenido .apertura img {
  width: 100%;
}

.internas {
  background-image: url("../assets/fondo-nota.png");
}

.titulo-internas {
  color: #8a8a8a;
  font-size: 39px;
  margin-bottom: 2%;
  margin-left: 3%;
  margin-right: 3%;
  font-weight: bolder;
  font-family: 'HelveticaNeueBold';
}

.contenedor-siguenos .redes a {
  color: #000000;
}

a {
  font-family: 'HelveticaNeueRegular';
}

strong {
  font-family: 'HelveticaNeueBold';
}

.contenido .texto {
  width: 100%;
  text-align: justify;
  font-weight: 100;
  font-size: 14px;
}

.contenido .texto li {
  font-family: 'HelveticaNeueRegular';
  color: gray;
  font-size: 17px;
}

.contenido .texto p {
  font-family: 'HelveticaNeueRegular';
  color: gray;
}

.contenido .texto-nombre .nombre h3 {
  color: #5d87aa;
  text-transform: uppercase;
}

.contenedor-te-puede-interesar .contenedor {
  display: flex;
  width: 70%;
  padding-bottom: 5%;
  margin: 0 auto;
}

.contenedor-te-puede-interesar .contenedor .interes {
  width: 86%;
  padding: 1%;
  background-color: #ffffff;
}

.interes-1 {
  margin-right: 2%;
}

.interes-2 {
  margin-right: 0;
}

.contenedor-websodios {
  background-image: url('../assets/fondo-4.png');
}

.interes .texto p {
  color: gray;
  font-size: 30px;
}

.contenedor-websodios .flecha2 img {
  transform: rotate(180deg);
}

.contenedor-contenido .fondo {
  width: 100%;
  height: 300px;
  background-color: #6c2690;
}

.apertura-interna {
  width: 76%;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: -300px;
}

.contenedor-te-puede-interesar {
  /*background: linear-gradient(180deg, #e3e3e3 40%, #80E8D9 40%);*/
  background-color: #8564f0;
}

.ficha {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 0 0 0 0;
  width: 65%;
  color: #ffffff;
}

.n-capitulos, .productora, .produccion, .conducida {
  display: flex;
  align-items: flex-start;
  width: 33%;
}

.productora {
  margin-left: 6%;
}

.produccion {
  width: 25%;
  padding-left: 3%;
}

.n-capitulos img, .productora img, .produccion img, .conducida img {
  width: 40px;
  height: auto;
  display: inline-block;
}

.n-capitulos .description, .productora .description, .produccion .description, .conducida .description {
  margin-left: 2%;
  font-size: 1.1em;
  display: inline-block;
  color: #000000;
}

.n-capitulos .description span, .productora .description span, .conducida .description span, .produccion .description span, .produccion .description span {
  font-weight: 100;
  font-family: 'HelveticaNeueRegular';
}

.n-capitulos .description p, .productora .description p, .conducida .description p, .produccion .description p, .produccion .description p {
  font-family: 'HelveticaNeueRegular';
}

.redes-internas a {
  padding: 1%;
  color: #ef6746;
  font-size: 23px;
}

.interes .especial a:hover {
  background-color: #207069;
}

.interes .especial:hover a {
  background-color: #207069;
}

.interes:hover .especial a {
  background-color: #207069;
}

/*.interes .foto:hover a {
  background-color: #AA00D1;
}*/
.interes .texto:hover a {
  background-color: #207069;
}

.mujer-derecha-1 {
  position: absolute;
  left: 81%;
  top: 633px;
  width: 19%;
}

.hombre-derecha-1 {
  position: absolute;
  left: 85%;
  top: 2934px;
  width: 15%;
}

.mujer-derecha-2 {
  position: absolute;
  left: 0%;
  top: 4920px;
  width: 13%;
}

.mano-der {
  position: absolute;
  left: 83%;
  top: 1000px;
  width: 17%;
}

.mano-izq {
  position: absolute;
  left: 0%;
  top: 1081px;
  width: 17%;
}

.mujer-izq-1 {
  position: absolute;
  left: 0%;
  top: 2134px;
  width: 13%;
}
.slider{
  display: flex;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 380px) {
  .mujer-derecha-1 {
    display: none;
  }

  .hombre-derecha-1 {
    display: none;
  }

  .mujer-derecha-2 {
    display: none;
  }

  .mano-der {
    display: none;
  }

  .mano-izq {
    display: none;
  }

  .mujer-izq-1 {
    display: none;
  }

  .respmenu img {
    width: 52px !important;
    margin-left: 2%;
    margin-top: 17px important;
    padding-bottom: 0px;
  }

  i.fas.fa-times, i.fas.fa-bars {
    margin: 2% 2% 0 0 !important;
  }

  .logos {
    flex-direction: column;
  }

  .logo-2 {
    border-right: none;
    border-left: none;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #ffffff;
  }

  .produccion {
    padding-left: 0;
  }
  .slider{
    width: 100%
  }
}

@media screen and (max-width: 894px) {
  .slider{
    width: 100%
  }
  .respmenu img {
    width: 51px;

  }
  .mujer-derecha-1 {
    display: none;
  }

  .hombre-derecha-1 {
    display: none;
  }

  .mujer-derecha-2 {
    display: none;
  }

  .mano-der {
    display: none;
  }

  .mano-izq {
    display: none;
  }

  .mujer-izq-1 {
    display: none;
  }

  .menu {
    display: none;
  }

  .logo-2 {
    /*border-right: none;
    border-left: none;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #ffffff;*/
  }

  .logos {
    flex-direction: column;
  }

  .contenedor-making-of {
    background-size: cover;
    background-position: 42%;
    padding-bottom: 26%;
  }

  .nosotros p {
    font-size: 12px;
    padding-top: 22px;
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
  }

  .galeria-perfiles h3 {
    font-size: 15px;
  }

  .ficha {
    display: block;
    width: 84%;
  }

  .texto-notas {
    height: 56px;
  }

  .contenido-footer {
    padding-top: 0px;
  }

  .menu-footer nav {
    display: none;
  }

  .n-capitulos img, .productora img, .produccion img, .conducida img {
    width: 12.5%;
    margin-left: 6%;
  }

  .n-capitulos .description, .productora .description, .produccion .description, .conducida .description {
    width: 77%;
  }

  .n-capitulos, .productora, .produccion, .conducida {
    width: 92%;
    margin: 1%;
    display: inline-block;
  }

  .n-capitulos .description, .productora .description, .produccion .description {
    /* font-size: 12px; */
  }

  .respmenu {
    display: block;
  }

  .apertura {
    width: 93%;
    padding: 10px 8px 20px;
  }

  .apertura p {
    padding: 5% 0;
    text-align: justify;
  }

  .n-capitulos .description, .productora .description, .produccion .description, .conducida .description {
    margin-left: 2%;
    font-size: 13px;
  }

  .content-perfil, .content-cocreacion {
    width: 88%;
  }

  .content-perfil {
    flex-wrap: wrap;
  }

  .info-perfil, .image-perfil {
    width: 93%;
    justify-content: space-between;
    margin-left: 5%;
  }

  .image-perfil {
    order: 1;
  }

  .info-perfil {
    order: 2;
    padding: 0% 0% 0 0%;
  }

  .info-perfil h3 {
    font-size: 35px;
    width: 70%;
  }

  .info-perfil p {
    margin-top: 3%;
    font-size: 17px;
    line-height: 20px;
    padding: 0 2% 5% 0;
  }

  .contenedor-perfil {
    background: url(../assets/back_perfil_mobile.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 4%;
  }

  .ficha {
    padding: 0 0 0 0;
  }

  .contenedor-texto {
    padding: 21px 0 0 0;
  }

  .flecha1, .flecha2, .flecha3, .flecha4, .flecha5, .flecha6 {
    /*  display:none;*/
    padding-top: 4%;
  }

  .flecha1 img, .flecha2 img, .flecha3 img, .flecha4 img, .flecha5 img, .flecha6 img {
    width: 20%;
  }

  .contenedor-galeria .flecha5 {
    display: block;
  }

  .flecha5 img {
    padding-bottom: 0px;
  }

  .flecha1 {
    display: block;
    text-align: center;
  }

  .flecha1 img {
    width: 20%;
  }

  .redes-menu a.twitter-menu-resp {
    display: block;
    width: 25%;
  }

  .redes-menu img {
    margin-top: 10px;
    padding-bottom: 2%;
    width: 15% !important;
  }

  .titulo-capitulos, .titulo-notas, .titulo-perfiles, .titulo-galeria2, .titulo-exclusivo, .titulo-cocreacion, .titulo-perfil {
    margin: 0;
    padding-top: 3%;
    margin-left: 3%;
    margin-bottom: 3%;
    padding: 6% 0 3% 3%;
  }

  .titulo-notas {
    margin-bottom: 0%;
    padding: 6% 0 2% 3%;
  }

  .content-pocimas {
    width: 95%;
  }

  .titulo-pocimas {
    font-size: 19px;
    padding: 5% 0 0% 3%;
  }

  .slick-slide {
    width: 130px !important;
    margin-top: 50px;
  }

  .slick-active {
    width: 170px !important;
    margin-top: 30px;
  }

  .contenedor-pocimas p {
    font-size: 11px;
  }

  .puede-interesar .titulo-capitulos {
    margin-left: 0%;
  }

  .puede-interesar .titulo-capitulos h2 {
    font-size: 19px;
  }


.titulo-apertura h2, .contenedor-texto h2, .titulo-capitulos h2, .notas-web h2, .titulo-perfiles h2, .titulo-galeria2 h2, .titulo-cocreacion h2, .titulo-perfil h2 {
    font-size: 21px;
  }

  .titulo-cocreacion h2 {
    font-size: 18px;
  }

  .capitulos .titulo-capitulos h3 {
    font-size: 17px;
    letter-spacing: 1px;
  }

  .capitulos-video {
    width: 85%;
  }

  .galeria1, .notas-cocreacion, .galeria1, .notas-cocreacion {
    flex-wrap: nowrap;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    margin-top: 1%;
  }

  .notas-cocreacion {
    width: 100%;
  }

  .apertura-cocreacion p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 21px;
  }

  .interes .foto a img {
    width: 100%;
  }

  .contenedor-te-puede-interesar .contenedor, {
    flex-wrap: nowrap;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    margin-top: 2%;
  }

  .contenedor-te-puede-interesar .contenedor .interes {
    flex: 0 0 auto;
    width: 79%;
    padding-bottom: 2%;
  }

  .interes .texto p {
    font-size: 29px;
    line-height: 27px;
  }

  .especial {
    margin-top: 3%;
  }

  .interes .especial a {
    font-size: 10px;
    padding: 2% 5%;
    background-color: #8564f0;
  }

  .galeria-capitulos, .nota-cocreacion, .galeria-videografia{
    width: 64%;
    margin: 1%;
    flex: 0 0 auto;
  }

  .nota-cocreacion {
    width: 71%;
    margin: 5% 5% 0px 0;
    flex: 0 0 auto;
  }

  .nota-cocreacion h3 {
    font-weight: 400;
  }

  .nota-cocreacion p {
    line-height: 19px;
    font-size: 13px;
  }

  .flecha2 {
    display: block;
    text-align: center;
    transform: rotate(180deg);
    margin-top: 9px;
  }

  .flecha2 img {
    width: 20px;
  }

  div#bgadicional {
    background-image: url(../assets/fondo-final-mobile.png);
    width: 100%;
    background-size: cover;
    height: 130px;
  }

  .contenedor-apertura {
    background-image: url(../assets/fondo-1.png);
  }

  .contenedor-texto {
    /*background: url(../assets/fondo-ficha-mobile.png);*/

    background-color: #fac556;
  }

  .contenedor-apertura {
    padding: 3% 0 2% 0;
    margin-top: -12px;
  }

  .apertura p {
    font-size: 14px;
  }

  .contenedor-cocreacion {
    background: #e7e7e7;
  }

  .contenedor-capitulos {
    background-image: url(../assets/fondo-2.png);
  }

  .galeria-capitulos p {
    font-size: 16px;
  }

  .galeria-capitulos h3 {
    font-size: 17px;
    font-family: 'HelveticaNeueBold';
  }

  .texto h3 {
    padding-top: 0px;
    font-size: 16px;
  }

  .contenido-footer {
    margin: 0;
  }

  .perfiles {
    padding-top: 0;
  }

  .contenedor-notas {
    padding-bottom: 4%;
    background-image: url(../assets/fondo-notas.png);
    /*margin-top: -20px;*/
  }

  .notas-web {
    padding-top: 0;
  }

  .notas-web h2 {
    color: white;
    margin-bottom: 10px;
    margin-top: -7px;
  }

  .galeria-notasweb, .contenedor-te-puede-interesar .contenedor {
    flex-wrap: nowrap;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    margin-top: -1%;
  }

  .galeria-notasweb {
    margin-top: -5%;
  }

  .galeria-notas {
    margin: 0% 5% 0 4%;
    flex: 0 0 auto;
    width: 68%;
  }

  .galeria-notas p {
    font-size: 16px;
    padding: 4% 2% 2% 3%;
    line-height: 15px;
  }

  .contenedor-perfiles {
    padding-top: 0px;
    margin-top: 0px;
  }

  .galeria-de-perfiles {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .galeria-perfiles {
    width: 42%;
    flex: 0 0 auto;
  }

  .galeria-perfiles p {
    padding: 0px;
    font-size: 13px;
    height: 32px;
  }

  .contenido-footer {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-top: 5%;
    align-items: center;
  }

  .menu-footer {
    padding-left: 0px;
    justify-content: center;
  }

  .menu-footer nav ul {
    flex-wrap: wrap;
  }

  .nosotros {
    padding: 0px;
  }

  .cierre-footer {
    padding: 0px;
  }

  .cierre {
    text-align: center;
  }

  /*********/
  .respmenu nav ul li>a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 2%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .respmenu nav ul li:last-child>a {
    display: contents !important;
    color: #ffffff;
  }

  .respmenu input[type="checkbox"],
  .respmenu .fa-bars,
  .respmenu .fa-times {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
  }

  .respmenu .fa-bars,
  .respmenu .fa-times {
    font-size: 48px;
    pointer-events: none;
  }

  .respmenu input[type="checkbox"] {
    opacity: 0;
  }

  .respmenu {
    color: white;
    position: relative;
    /*background: url(../assets/bg-menu-mobile.png);*/
    height: 60px;
    background-size: cover;
    z-index: 9999;
    background-image: linear-gradient(to right, #ff6949, #d34b71, #8e477c, #4a3f67, #242d3b);
  }

  .respmenu nav {
    display: none;
  }

  .respmenu input:checked~nav {
    display: block;
    background: url(../assets/bk-menu-movil-frlos-n.png);
    margin: 15px 0 0 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding-top: 50px;
    position: fixed;
    z-index: 2;
    bottom: 0;
    top: 76px;
    background-image: linear-gradient(to right, #ff6949, #d34b71, #8e477c, #4a3f67, #242d3b);
  }

  .respmenu input:checked~.fa-bars {
    display: none;
  }

  .respmenu input:checked~.logo-redes-2 {
    display: none;
  }

  .respmenu input:not(:checked)~.logo-redes-2 {
    display: block;
  }

  .respmenu input:not(:checked)~.fa-times {
    display: none;
  }

  .respmenu img {
    width: 52px;
    margin-left: 2%;
    margin-top: 1%;
    padding-bottom: 0px;
  }

  .respmenu .redes-menu img {
    margin-left: 1%;
    margin-top: 5px;
    padding-bottom: 0px;
  }

  .respmenu nav ul {
    width: 100%;
    display: inherit;
    margin-bottom: 15px;
    ;
    /* border-bottom: solid; */
    /* border-width: 1px; */
  }

  .respmenu nav ul li {
    width: 80%;
    display: inherit;
    border-bottom: solid;
    border-color: #e3e3e32b;
    text-align: center;
    border-width: 0.5px;
    padding: 16px 0;
    margin: 0 auto;
  }

  .respmenu nav ul li:nth-child(4) {
    border: none;
  }

  .respmenu nav ul li.redes-menu {
    border: none;
    margin-top: 8%;
  }

  .redes-menu>a {
    padding: 0;
    display: contents;
    width: 15%;
  }

  .redes-menu>a>img {
    width: 15%;
  }

  .redes-menu {
    display: flex;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .logo-redes-2 {
    width: 81%;
    position: absolute;
    top: 11px;
    display: inline-table;
    width: 69%;
    text-align: center;
    margin: 0 auto;
  }

  li.redes-menu a span {
    padding: 0px;
  }

  span.icon-face {
    display: inline-block;
    margin-right: 4px;
  }

  /*********/
  .sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .sticky-menu nav {
    top: 43px !important;
  }

  .contenedor-modal {
    width: 99%;
  }

  .contenido-modal p {
    padding-top: 20%;
    margin-right: 0px;
    font-size: .6em;
  }

  .titulo-modal {
    padding: 0;
  }

  .titulo-modal img {
    width: 50%;
  }

  .titulo-modal h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
  }

  .foto img {
    width: 129px;
  }

  .resdes-modal {
    top: 170px;
  }

  .galeria-galeria {
    width: 100%;
  }

  .galeria-galeria img {
    border: white 3px solid;
    margin-top: 0;
  }

  .textos-galeria-galeria {
    justify-content: space-between;
  }

  .textos-galeria-galeria h3 {
    font-size: 15px;
    font-family: 'HelveticaNeueRegular';
  }

  .flecha-izq, .flecha-der {
    width: 10%;
  }

  .flecha-izq img, .flecha-der img {
    width: 100%;
    border: 0;
  }

  .container-slider {
    width: 100%;
  }

  .contenedor-exclusivo img {
    width: 46%;
    height: auto;
  }

  .texto-tarjeta h3 {
    font-size: 13px;
    padding-left: 4%;
  }

  .texto-tarjeta p {
    font-size: 6px;
    padding-left: 4%;
  }

  .contenedor-exclusivo {
    margin: 2% 0% 0% 0%;
  }

  .contenedor-eclusivodigital {
    width: 95%;
    padding-bottom: 12%;
  }

  .titulo-exclusivo h2 {
    font-size: 21px;
    margin-top: -9px;
  }

  .contenido {
    display: flex;
    flex-direction: column;
  }

  .contenido .redes-internas {
    display: flex;
    width: 25%;
  }

  .contenedor-contenido {
    width: 100%;
  }

  .titulo-internas {
    font-size: 1.5em;
  }

  .redes-internas a {
    padding: 3%;
    color: ##628896;
    font-size: 23px;
    margin: 2%;
  }

  .contenedor-contenido {
    border-radius: 0;
  }

  .galeria-de-perfiles {
    flex-wrap: nowrap;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    margin-top: 1%;
  }

  .galeria-perfiles {
    margin-left: 3%;
  }

  i.fas.fa-bars {
    font-style: inherit;
    font-family: 'Gotham';
    margin: 1% 1% 0 0;
    font-size: 33px;
    text-align: center !important;
    color: #e3e3e3;
  }

  .fas img {
    width: 100% !important;
    margin-top: 5px;
  }

  i.fas.fa-times {
    margin: 1% 1% 0 0;
    font-size: 33px;
    font-style: inherit;
    text-align: center;
    font-family: 'HelveticaNeueRegular';
    text-align: center !important;
    color: #f6f7fc;
    font-weight: 100;
  }

  .twitter-menu-resp {
    display: contents !important;
  }

  .facebook-menu-res {
    display: contents !important;
  }

  .whatsapp-menu-resp {
    display: contents !important;
  }

  .logo-redes-2 {
    display: none;
  }

  .galeria-notas p {
    height: 48px;
  }

  .texto-capitulo {
    padding-bottom: 6%;
  }

  .texto-capitulo p {
    font-size: 15px;
  }

  .interes .texto {
    height: 14%;
  }

  .icon-twit {
    font-size: 30px;
    padding: 4%;
  }

  .icon-face {
    font-size: 30px;
    padding: 4%;
  }

  .icon-what {
    font-size: 30px;
    padding: 4%;
  }

  iframe {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1441px) and (min-width: 895px) {
  /*.mujer-derecha-1 {
    display: none;
  }

  .hombre-derecha-1 {
    display: none;
  }

  .mujer-derecha-2 {
    display: none;
  }

  .mano-der {
    display: none;
  }

  .mano-izq {
    display: none;
  }

  .mujer-izq-1 {
    display: none;
  }*/

  .menu nav ul li {
    padding-left: 14px;
    padding-right: 14px;
    /* margin-top: 33px; */
  }

  .logo img {
    /* height: 38px;
    margin-top: 22px;
    margin-left: 6%; */
  }

  .logo-redes {
    /* margin-top: 7px;
      margin-right: 3%; */
  }

  .foto img {
    width: 100%;
  }

  .logo-redes a {
    width: 100%;
  }

  .galeria-galeria {
    width: 78%;
  }
  .slider{
    width: 80%
  }
}

@media only screen and (max-width: 2560px) and (min-width: 1441px) {
  .items {
    /* display: flex;
    justify-content: center;
    margin-left: 9%;
    flex-grow: 7;
    max-width: 600px; */
  }

  .menu {
    height: 106px;
  }

  .menu nav ul li {
    margin-top: 0;
  }

  .logo img {
    /* margin-left: 14%;
    width: 21%;
    margin-top: 18px;
    height: 47px; */
  }

  .foto img {
    width: 100%;
  }

  .logo-redes a {
    width: 100%;
  }

  .menu nav ul {
    /* margin-top: 6%; */
  }

  .galeria-galeria {
    width: 78%;
  }
  .mujer-derecha-1 {
      position: absolute;
      left: 82%;
      top: 1137px;
      width: 17%;
  }

  .hombre-derecha-1 {
    position: absolute;
    left: 85%;
    top: 4679px;
    width: 15%;
  }

  .mujer-derecha-2 {
    position: absolute;
    left: 0%;
    top: 6642px;
    width: 13%;
  }

  .mano-der {
    position: absolute;
    left: 83%;
    top: 1700px;
    width: 17%;
  }

  .mano-izq {
    position: absolute;
    left: 0%;
    top: 1881px;
    width: 17%;
  }

  .mujer-izq-1 {
    position: absolute;
    left: 0%;
    top: 3486px;
    width: 13%;
  }
  .n-capitulos .description, .productora .description, .produccion .description, .conducida .description {

    font-size: 2em;
  }
  .texto-capitulo p {
    font-size: 2em;
  }
  .galeria-perfiles h3 {
    font-size: 2em;
  }
  .galeria-perfiles p {
    font-size: 1.5em;
  }
  .galeria-notas p {
    font-size: 1.7em;
    line-height: 1em;
  }
  .galeria-capitulos h3, .nota-cocreacion h3 {
    font-size: 2em;
  }
  .galeria-capitulos p, .nota-cocreacion p {
    font-size: 2em;
  }
  .menu nav ul li a {
    font-size: 2em;
  }
  .contenido-modal p {
    font-size: 1.5em;
  }
}
