/*cookies*/
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:99;
  width: 100%;
  font-size:14px;
  background-color: #f1f1f1;
  text-align: center;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: none; /* Oculto por defecto */
}

.cookie-consent p {
  margin: 0;
  padding: 0;
}

.cookie-consent button {
    margin-top: 1%;
    margin-left: 20px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid;
}
/*cookies*/

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.clickable,
.clickable2 {
  cursor: none;
}

body {
  transition: background-color 1s ease;
  margin: 0 !important;
  background-color: #ededed;
  cursor: auto;
  font-family: 'Poppins', sans-serif;
  /* Fuente por defecto */
  -webkit-font-smoothing: antialiased;


}

.slick-initialized .slick-slide {
  display: flex !important;
  height: 20vh !important;
  justify-content: center !important;
  align-items: center !important;
}

.color-blanco {
  background-color: #EDEDED;
}

.color-azul {
  background-color: #CEF8F4;
}

/*nuevo cursor*/

.cursor {
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  pointer-events: none;

}

.cursorclic {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  margin-top: 35%;
  margin-left: 35%;
  font-size: 15px;
  font-family: 'Popins';
  color: white;
}

.cursor.cursor-follower {
  background-color: transparent;
  transition: top .25s, left .25s,
    width .5s, height .5s;
  transition-timing-function: 1s ease-in-out;
  transition: background-color 1s ease;

  font-size: 0px;

}



.cursor-follower.focus {
  --size: 100px;
}

/*nuevo cursor*/



*,
html {
  font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

p {
  font-family: 'Poppins', sans-serif;
}

/*flechas*/
.link {
  display: inline-flex;
  margin-left: 0.125em;
  font-size: 20px;
  font-weight: 100;
}

.icon-arrow {
  stroke: #1F232E;
  stroke-width: 1px;
}

.link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.5ex;
  left: 1.125em;
  width: 2.25em;
  height: 2.25em;
  color: #EDEDED;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.link .icon-circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  fill: transparent;
}

.link:hover .icon-circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s ease, fill 0.4s ease 0.4s;
}

.link:hover .icon-arrow {
  stroke: #EDEDED;
  transition: stroke 0.1s ease 0.2s;
}

.link:hover .icon-circle {
  stroke: #1F232E;
  fill: #1F232E;
}


/*Video*/
.contenedor-videoMob {
  display: none;
}

.contenedor-video {

  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  /* Esto hace que el contenedor ocupe toda la altura de la pantalla */
  overflow: hidden;
  /* Para asegurarse de que el video no se desborde */
}

.contenedor-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Para que el video se ajuste al tamaño del contenedor sin distorsionarse */
}


/* menu*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 100px;
  background-color: transparent;
  color: #EDEDED;
  font-size: 20px;
  transition: background-color 0.3s;
  z-index: 50;
  display: flex;
  align-items: center;
}


nav#nvarM {
  display: none;
}

.nav-bar {
  margin-left: -10%;
}


.nav-bar ul li a {
  position: relative;
}

.nav-bar ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  background-color: var(--after-background-color, #EDEDED);
  position: absolute;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}



.nav-bar ul li a:hover:after {
  width: 100%;
  left: 0;
}

.logo img {
  /* width: 35%; */

  /* Tamaño de la imagen del "logo" */
  cursor: none;
}

.nav-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-bar li {
  display: inline-block;
  margin-left: 20px;
  padding: 0rem 1rem 0rem 1rem;
}

.nav-bar a {
  color: #EDEDED;
  text-decoration: none;
}

.ul-mobile {
  display: none !important;
}

/*Termina menu*/

.section {


  transition: background-color 0.5s;
}

section.section.reel {
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;

}



a {
  text-decoration: none;
  color: #1F232E;
}

.section {
  transition: background-color 0.5s ease;
}

.premios,
.trabajos,
.partners,
.footer {
  background-color: #EDEDED;

}

.clientes {
  /*background-image: linear-gradient(#EDEDED 90%, #CEF8F4 );*/
  background-color: #EDEDED;
}

.contenido {
  /*background-image: linear-gradient(#CEF8F4 -5%, #EDEDED 40%);*/
  background-color: #EDEDED;
}

.podcast {
  background-color: #EDEDED;
  color: #1F232E;
}

.darken {
  transition: 300ms ease-in-out;
  background-color: var(--#1F232E);
  color: var(--concrete);
}

.lighten {
  transition: 300ms ease-in-out;
  background-color: var(--concrete);
  color: var(--#1F232E);
}

/*footer*/
.container-footer {
  margin-left: 3%;
  margin-right: 0%;
  border-top: 1px solid #1F232E;
  margin-top: 0;
  height: auto;
  font-size: 14px;
  width: 94%;
  display: flex;
  justify-content: center;

}

.container-footer-izq {
  border-right: 1px solid #1F232E;
  margin-left: 0%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: baseline;
}

.escribes {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}

.flechaescribe {
  margin-top: 3.5ex;
  font-size: 16px;
}

.container-footer-der {
  padding-left: 5%;
  margin-top: 17%;
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.direccionfooter {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;

}

/* Estilos específicos para el footer */
.containerfooter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 200px;
}

.div {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.div.izq {
  display: block;
}

.container-social {
  line-height: 1;
}

.container-text-direccion {
  border-bottom: 0px solid #1F232E;
}

.cajacontacto {
  box-sizing: border-box;
  position: relative;
}

.input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1F232E;
  color: #1F232E;
  box-sizing: border-box;
  font-family: "Poppins" !important;
  font-size: 14px;
  height: 35px;
  left: 25%;
  font-size: 18px;
  margin: -30px 0 0 -100px;
  padding: 10px 0px;
  position: relative;
  top: 45%;
  width: 500px;

  &:focus {
    outline: none;
  }
}

input::-webkit-input-placeholder {
  color: #AAA;
}

/*input:focus::-webkit-input-placeholder {
color: #1F232E;underline
}*/

.input:focus+.underline {
  transform: scale(1);
}

.underline {
  /*background-color: purple;/*underline*/
  display: inline-block;
  height: 2px;
  left: 0px;
  margin-top: -40px;
  position: absolute;
  top: 68px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 500px;
}

/*termina footer*/
.content {
  /*padding: 5rem 2rem 5rem 2rem;*/

  transition: background-color 3s ease;
}

.content.premios,
.content.clientes,
.content.podcast,
.content.partner {
  padding: 10rem 2rem 5rem 2rem;
}

.content.footer {
  padding: 0rem 2rem 5rem 2rem;
}

.content.casos {
  padding: 3rem 2rem 5rem 2rem;
}

.content.trabajos {
  padding: 5rem 0rem 5rem 0rem;
}

/*Cursor*/

body::after {
  /*cursor: none;
    content: "";
    position: fixed;
    z-index: 999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    pointer-events: none;
    background-color: red;
    font-family: "Popins";
    font-size: 14px;
    transform-origin: center;*/
  cursor: none;
  content: "";
  position: fixed;
  z-index: 999;
  top: var(--y);
  left: var(--x);
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  pointer-events: none;
  font-size: 14px;
  font-family: 'Popins';
  transform-origin: center;


}


.texto-poppins {
  font-family: "Poppins", sans-serif;
}

/*body.clic-hovered::after {
  width: 108px;
  height: 108px;
  content: "Click";
  text-align: center;
  color: #eeedee;
  background-color: #5d55ff;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Popins";
  -webkit-font-family: "Poppins";
  font-weight: 700;
  animation: shrink 0.4s ease-in-out forwards;
}*/
/*
body.arrastrar-hovered::after {
  width: 108px;
  height: 108px;
  content: "Arrastrar";
  text-align: center;
  color: #eeedee;
  background-color: #5d55ff;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  -webkit-font-family: "Poppins";
  font-weight: 700;
  animation: shrink 0.4s ease-in-out forwards;
  
}*/

@keyframes shrink {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes shrink2 {
  0% {
    width: 108px;
    height: 108px;
    opacity: 1;
  }

  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }

}


/*termina cursor*/
/*Clic/Arrastra
body::after {
    cursor: none;
    content: "";
    position: fixed;
    z-index: 999;
    top: var(--y);
    left: var(--x);
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    pointer-events: none;
    font-family: "Popins";
    font-size: 14px;
    transform-origin: center;
}*/
/*
body.clic-hovered::after {
  width: 108px;
  height: 108px;
  content: "Click";
  text-align: center;
  color: #eeedee;
  background-color: #5d55ff;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Popins";
  font-weight: 700;
  animation: shrink 0.4s ease-in-out forwards;
}

body.arrastrar-hovered::after {
  width: 108px;
  height: 108px;
  content: "Arrastrar";
  text-align: center;
  color: #eeedee;
  background-color: #5d55ff;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Popins";
  font-weight: 700;
}*/

/*termina Clic/Arrastra*/
.linea-separador {
  margin-left: 3%;
  margin-right: 3%;
  border-bottom: 1px solid #1F232E;
}

.linea-separadorp {
  padding: 2rem 3rem 0rem 3rem;
  border-bottom: 1px solid #1F232E;
  background-color: #EDEDED;
}

.linea-separadorp.premios {
  padding: 11rem 3rem 0rem 3rem;
  border-bottom: 1px solid #1F232E;
  background-color: #EDEDED;
}

/*flecha abajo*/
.flecha {
  z-index: 5;
  position: absolute;
  margin-top: 40%;
  margin-left: 50%;
  display: none;
}

.flecha .abajo {
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: none;
  margin: -10px;
  animation: animate 2s infinite;
  margin-left: 50%;

}

.abajo {
  margin-top: 12%;
}

.flecha .abajo:nth-child(2) {
  animation-delay: -0.2s;
}

.flecha .abajo:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: rotate(45deg) translate(10px, 10px);
  }

  100% {
    opacity: 0;
  }
}

/*termina flecha abajo*/

/*Content reel*/
.light {
  font-size: 130px;
  line-height: 113px;
  position: relative;
  color: #EDEDED;
  margin-top: 5%;
  margin: 8rem 6rem 3rem 6rem;
  position: absolute;
  z-index: 2;
  /*opacity: 0;*/
  opacity: 1;
  transform: translateY(70px);
  transition: opacity 2s, transform 3s;
  height: 100vh;
}

/*terminaContent reel*/
/*Content premios*/
.text-premios {
  border: 1px solid #1F232E;
  font-size: 20px;
  cursor: auto !important;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: 5%;
  padding: 6px 25px 6px 25px;

}

.container-premios {
  padding-bottom: 5%;
  margin-top: 15%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 60%;
  transition: transform 0.7s ease;
}

.part img {
  width: 85%;
  transition: transform 0.7s ease;
}

.PremiosHover:hover {
  transform: scale(1.2);
}

/*termina Content premios*/
.container-text-Trabajos {
  padding-top: 3%;
  margin-left: 5%;
  padding-bottom: 8%;
  font-size: 30px;
}

.titulares {
  width: 40rem;

}

.linea-separadorp.casosl {
  width: 89%;
  margin-left: 2%;
  margin-bottom: 5rem;
}

.container-text-Trabajos p {
  color: #1F232E;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: -6px;
  font-size: 50px;
  line-height: 60px;
}

.container-card-trabajos {
  display: flex;
  overflow-x: auto;
  padding: 0px 60px 0px 60px;
  user-select: none;
  cursor: none;
  font-family: 'Popins' !important;

}

.contenido {

  transition: opacity 10s ease-in-out;
}

.container-card-casos {
  display: flex;
  overflow-x: auto;
  padding: 0px 60px 0px 20px;
}

.escribenos {
  font-size: 50px;
  cursor: auto !important;
}

.container-card-noticias {
  margin-bottom: 6%;
  width: 100%;

  overflow-x: auto;

  wite-space: nowrap;

}

.card-clientes {
  overflow: auto;
  width: 260px;
  flex: 0 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.card-clientes img {
  width: 50%;
  transition: transform 0.7s ease;
}

.PremiosHover.img-clientes2 {
  width: 20%;
}

.clientess {
  margin-top: 13%;
  margin-bottom: 10%;

}

.card {

  overflow: hidden;
  width: 340px !important;
  flex: 0 0 auto;
  padding: 5px;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s ease;

}

.slick-next,
.slick-prev {
  visibility: hidden !important;
}


.slick-dots {
  visibility: hidden !important;
}

.card img {
  width: 100%;
  height: 550px;
  user-select: none;
  /* transform: translate3d(0, 0, 0);*/
}

.cardcasos {
  overflow: hidden;
  width: 481px !important;
  flex: 0 0 auto;
  padding: 5px;
  overflow: hidden;
  position: relative;

}

.card-body {
  margin: 10px;
}

.cardcasos img {
  width: 90%;
  height: 334px;
  user-select: none;
  transform: translate3d(0, 0, 0);

}

.negritas {
  font-weight: bold;
}

.card-content {
  padding: 15px;

}

.card-title {
  font-size: 25px;

  margin-bottom: 10px;

}

.card-titlesub {
  font-size: 20px;

}

.card-text {
  font-size: 20px;
  line-height: 25px;
  color: #1F232E;
}

.escucha {
  margin-top: -27%;
}

.la {
  margin-top: 8%;
}

.card-text-podcast {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  width: 85%;
  margin-top: 10%;
  margin-bottom: 0;
}

.card-textcasos {
  font-size: 20px;
  color: #1F232E;
  font-weight: bold;
  margin-right: 0% !important;
}



.container-clientes {
  padding-bottom: 10%;
  margin-top: 10%;
  display: flex;

  margin-left: 5%;
  margin-right: 10%;
  justify-content: space-between;
  align-items: center;
}



.container-card-clientes {
  margin-bottom: 10%;
  margin-top: 10%;
  display: flex;
  overflow-x: auto;
  align-items: center;

}

section.escribenos {
  display: none;
}



/*Scroll X*/
.container-card-trabajos::-webkit-scrollbar {
  width: 0px;
  /* Ancho del scrollbar */
  background-color: transparent;
}

.container-card-casos::-webkit-scrollbar {
  width: 0px;
  /* Ancho del scrollbar */
  background-color: transparent;
}

.container-card-clientes::-webkit-scrollbar {
  width: 0px;
  /* Ancho del scrollbar */
  background-color: transparent;
}

/*Efecto/animacion imagenes casos*/
.imgCasosHover {
  transition: transform 0.2s ease;
}

.imgCasosHover:hover {
  transform: scale(1.01);
}

span.text-premios {
  border: 1px solid #1F232E;
  font-size: 14px;
  /* background-color: cadetblue; */
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: 5%;
  padding: 6px 25px 6px 25px;
  /* padding-right: 1%; */
}

.contenido.privacidad {
  padding: 6rem 6rem;
  /* display: flex; */
  text-align: justify;
}

.hide-on-scroll {
  display: none;
}

.divcontenido {
  cursor: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.txtcontenido {
  color: #1F232E;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  width: 28%;
  margin-bottom: 5%;
  margin-top: 5%;
  margin-left: 5%;
  cursor: none;
}


.text-podcast {
  border: 1px solid #1F232E;
  font-size: 14px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 6px 25px 6px 25px;
  font-weight: 100;
}



iframe {
  margin-top: 2%;
}

.container-podcast {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;

}

.container-podcast-mas {
  padding: 0% 0% 0% 5%;
  display: flex;
  width: 90%;
  justify-content: left;
}

.container-podcast-conoce {
  padding: 2rem 0rem 0rem 4rem;
  display: flex;
  width: 80%;
  justify-content: start;

}

.container-podcast-text {

  padding-right: 5%;
  width: 40%;
  margin-left: 5%;
}

.title-podcast {
  font-size: 130px;
  font-weight: bold;
  line-height: 105px;
}

.text-escucha {
  font-size: 25px;
  line-height: 20px;
  font-weight: bold;
}

.container-episode {
  padding: 5% 5% 3%;
  color: #1F232E;
  cursor: auto !important;

}

.container-podcast-img {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}



.container-podcast-img img {
  border-radius: 41px;
}

.conocemas {
  color: #1F232E;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-out;
  width: 30%;
  padding: 10px;
  font-weight: 100;
}

.icono2:hover {
  background-color: #1F232E;
  color: #EDEDED;
  border-radius: 37px;
}

.card-img-top {
  width: 100%;
}

.conocemasn {
  margin-top: 10%;
  margin-left: 40%;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.container-parners {
  padding-bottom: 10%;
  margin-top: 10%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
}

.icono {
  margin-left: 3%;
}

.icono2 {
  margin-left: 5%;
  width: 20%;
}


.icono3 {
  margin-left: 5%;
  width: 8%;
}

.container-politicas-mescalina {
  color: #c7c6c6;
  font-size: 14px;
  font-weight: 500;
}

.imgpod {
  padding: 5px;
  width: 50px;
  cursor: pointer;
}

.masmobile {
  display: none;
}

.videomobile {
  display: none;
}

/* Estilos para tablets en modo retrato todas*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  /* Tus estilos aquí */
  .linea-separadorp.casosl {
    width: 82%;
    margin-left: 2%;
    margin-bottom: 5rem;
  }

  .videomobile {
    display: block;
    width: 100%;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 40px;
  }

  .content.casos {
    padding: 3rem 0rem 5rem 2rem;
  }
  .container-podcast {
    display: block;
  }
  .container-podcast-text {
    padding-right: 5%;
    width: 90%;
    margin-left: 5%;
}
.container-podcast-img {
  display: flex;
  width: 50%;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 3%;
  justify-content: left;
  align-items: flex-start;
}
}

/* Estilos para iPads */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
(min-width: 1024px) and (max-width: 1280px) {
  .txtcontenido {
    width: 60%;
  }

  .videomobile {
    display: block;
  }

  .videodesk {
    display: none;
  }

  /* Estilos para iPads y laptops similares */
  .card img {
    width: 100%;
    height: 450px;
  }

  .card {
    width: 265px !important;
  }

  .container-text-trabajos {
    line-height: 20px;
  }

  .cardcasos {
    width: 350px !important;
  }

  .cardcasos img {
    height: 270px !important;
  }
}

/*Media Querys*/
@media only screen and (max-width: 600px) {
  .nav-barM.active ul {
    font-size: 14px;
  }

  .videomobile {
    display: block;
    height: 100%;
    width: 100%;
  }

  .escribes {
    font-size: 30px;
  }

  .flechaescribe {
    margin-top: 1.5ex;
    font-size: 16px;
  }

  .videodesk {
    display: none;
  }

  .linea-separadorp.casosl {
    width: 60%;
    margin-left: 7%;
  }

  .card-title {
    font-size: 22px;

  }

  /*footer*/
  .container-footer {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0;
    height: auto;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    justify-content: center;
  }

  .container-footer-izq {
    border-right: 1px solid transparent;
    width: 100%;
    font-size: 20px;
    display: flex;
    margin-top: 15%;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: baseline;
  }

  .link {
    display: inline-flex;
    margin-left: 0.125em;
    font-size: 14px;
    font-weight: 100;
  }

  .container-footer-der {
    margin-right: 5%;
    width: 100%;
    display: inline-block;
    flex-direction: row;
    /* justify-content: space-between; */
    /* align-items: flex-end; */
    padding-left: 0;
    margin-top: 5%;
  }

  .input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1F232E;
    color: #1F232E;
    box-sizing: border-box;
    font-family: "Poppins" !important;
    font-size: 14px;
    height: 10px;
    left: 47%;
    font-size: 18px;
    margin: -30px 0 0 -100px;
    padding: 10px 0px;
    position: relative;
    top: 45%;
    width: 320px;
  }

  /*footer*/
  .clientess {
    margin-top: 20%;
    margin-bottom: -10%;
  }

  .container-podcast-mas {
    padding: 0% 0% 0% 0%;
    width: 90%;
    margin-top: 15%;
    justify-content: left;
  }

  .container-podcast-conoce {
    padding: 0rem 0rem 0rem 1.7rem;
    display: flex;
    width: 80%;
    justify-content: left;
    cursor: auto;
  }

  /*Animacion de scroll*/
  .mouse {
    width: 24px !important;
    height: 52px !important;
  }

  .mouse:before {
    width: 23px !important;
    height: 50px !important;
  }

  .mouse:after {
    width: 5px !important;
    height: 5px !important;
  }

  .txtscroll {
    margin-top: 5px !important;
    margin-left: -5px !important;
    font-size: 12px !important;
  }

  body {
    font-size: 18px;
  }

  /*Menu*/
  header {
    width: 100%;
    display: flex;
    padding: 0px;
    justify-content: space-between;
  }

  .ul-mobile {
    margin-top: 30% !important;
  }

  .snap-container {
    height: auto;
  }

  .bars {
    margin: 1rem 2rem;
    z-index: 99;
  }

  .bars {
    display: block;
    cursor: none;
  }

  .bars .line {
    height: 2px;
    width: 30px;
    background-color: #EDEDED;
    margin: 6px 0;
    transition: all 0.3s;
  }

  .nav-bar {
    display: none;
  }

  .nav-barM {
    position: fixed;
    z-index: 9;
    height: 120vh;
    top: 0px;
    left: 0;
    right: 0;
    transition: 0.5s;
    overflow: hidden;
    width: 100%;
    display: none;
  }

  .nav-barM li {
    display: block;
    margin: 5px;
  }

  .nav-barM ul {
    display: block;
    width: fit-content;
    margin: 0px 0 80px 0;
    transition: 0.5s;
    opacity: 0;
  }

  .nav-barM.active {
    overflow: hidden !important;
    height: 120vh;
    background-color: #20242E;
    color: #EDEDED !important;


  }

  .nav-barM.active ul {
    opacity: 1;
    transform: translateY(100%);
    transition: transform 1s;

  }

  .nav-barM ul li a {
    text-align: left;
    width: 85vw;
    padding: 1rem 20rem 1rem 0rem;
    margin: 0;
  }

  .nav-barM a {
    color: #EDEDED;
    text-decoration: none;
  }

  .nav-barM ul {
    margin: 80px 0 0 0;
  }

  .ul-mobile {
    display: block !important;
  }

  /*Convertir lineas en x de menu*/
  .bars.actives .line:first-child {
    transform: rotate(45deg);
    margin-top: 0;
    margin: 6px 6px;
  }

  .bars.actives .line:last-child {
    transform: rotate(-45deg);
    margin-top: 0;
    margin: -7px 0px 6px 6px;
  }

  /*Termina convertir lineas en x*/
  /*termina menu mobile*/

  /*footer*/
  .item-redes {
    border-top: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .item-redes {
    font-size: 14px;
  }



  /*termina footer*/
  .seleccionesmenu {
    line-height: 55px;
    margin-top: -36% !important;
    width: 80% !important;
    margin-bottom: 50% !important;
  }

  .fondoli {
    border-bottom: 0.5px solid #EDEDED;
    width: 100%;
  }

  .fondoli:active {
    border-bottom: 0.5px solid #EDEDED;
    border-top: 0.5px solid #EDEDED;
    color: #1F232E;
    text-decoration: none;
    width: 100%;
  }

  .card-slider-casos {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .card-slider-casos .slick-list {
    margin: 0;
    padding: 0;
  }

  .cardcasos img {
    width: 100%;
    height: 234px;
    border-radius: 37px;
  }

  .container-parners {
    padding-bottom: 0%;
    margin-top: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 3%;
    margin-right: 3%;
  }

  .cardcasos {
    overflow: hidden;
    width: 290px !important;
    flex: 0 0 auto;
  }

  .card-textcasos {
    font-size: 15px;
  }

  .container-card-casos {
    display: flex;
    overflow-x: auto;
    padding: 0px 0px 0px 0px;
  }

  .card-text {
    font-size: 14px;
    line-height: 20px;
    color: #1F232E;
  }

  .card-clientes img {
    width: 35%;
  }



  .cardcasos {
    margin: 0px 20px 0px 10px;
    margin-bottom: 10%;
  }

  .card-text-podcast {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    width: 90%;
  }

  .text-escucha {
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
  }

  .container-episode {
    padding: 0;
    margin-top: 15%;
  }

  .divcontenido {
    display: block;
  }

  .txtcontenido {
    font-size: 30px;
    line-height: 30px;
    margin-top: 15%;
    margin-left: 7%;
    width: 90%;


    margin-bottom: 10%;
  }

  .conocemasn {
    display: none;
  }

  .masmobile {
    display: block;
    font-size: 12px;
    margin-top: -2%;
    margin-left: 5%;
    display: flex;
    align-items: center;
  }

  .icono2.cas {
    width: 10%;
  }

  .imgpod {
    width: 35px;
    margin-top: 15%;
    justify-content: flex-start;
  }

  .la {
    margin-top: 5%;
  }

  .container-podcast-img {
    width: 100%;
    justify-content: flex-start;
  }

  .conocemas {
    color: #1F232E;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.25s ease-out;
    width: 45%;
    margin-top: 10%;
    font-weight: 100;
  }

  .container-text-Trabajos p {
    color: #1F232E;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: -6px;
    font-size: 35px;
    margin-left: 1rem;
    margin-top: 5%;
    line-height: 35px;
    width: 100%;
  }

  .container-podcast {
    display: block;
  }

  .container-text-Trabajos {
    padding-bottom: 15%;
    margin-top: 5%;
    width: 90%;
  }

  .title-podcast {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: -6px;
    font-size: 60px;
    line-height: 55px;
    margin-left: -8%;

    margin-top: 20% !important;
  }

  .container-podcast-text {
    margin-left: 7%;
    float: none;
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
  }

  .linea-separadorp {
    margin: 9rem 0rem 0rem 0rem;
    border-bottom: 1px solid #1F232E;
  }

  .contenido.privacidad {
    padding: 2rem;
    text-align: justify;
    margin-top: 10%;
  }

  span.text-premios {
    font-size: 12px;
    margin-left: 0% !important;
  }

  span.text-premios.carrusel {
    font-size: 12px;
    margin-left: 2rem !important;
  }

  .text-podcast {
    font-size: 12px;
    margin-left: 0% !important;
  }



  .part img {
    width: 100%;
  }

  .card-clientes {
    width: 125px;
  }

  .container-card-clientes {
    margin-bottom: -20%;
  }

  .slide img {
    width: 80%;
  }

  .container-premios {
    margin-bottom: -10%;
    margin-top: 30%;
  }

  .content.trabajos {
    padding: 0rem 0rem 0rem 0rem;
  }

  .content.casos {
    padding: 0rem 0rem 0rem 0rem;
  }

  .light {
    font-size: 70px;
    line-height: 64px;
    position: relative;
    color: #EDEDED;
    margin-top: 5%;
    margin: 9rem 0rem 0rem 1.7rem;
    position: absolute;
    z-index: 2;
  }

  .flecha {
    z-index: 5;
    position: absolute;
    margin-top: 145%;
    display: none;
  }

  .content.premios,
  .content.clientes,
  .content.podcast,
  .content.partner {
    padding: 5rem 1.7rem 5rem 1.7rem;
  }

  .card {
    padding: 0px 30px 0px 30px !important;
    overflow: hidden;
    width: 270px !important;
    flex: 0 0 auto;
  }


  .card img {
    width: 100%;
    height: 450px;
  }

  .container-card-trabajos {
    display: flex;
    overflow-x: auto;
    padding: 0px;
  }

  .linea-separadorp.premios {
    padding: 0rem 3rem 0rem 3rem;
  }

  .linea-separadorp.casosl {
    margin-top: 10%;
  }

  .linea-separadorp.casosl2 {
    margin-top: 25%;
  }

  .logo img {
    margin-left: 10%;
    width: 50% !important;
    margin-top: 1%;
  }

}

/*termina media querys*/


/*Nueva animacion scroll*/

.txtscroll {
  margin-top: 15px;
  margin-left: -5px;
  font-family: "Popins";
  color: #EDEDED;
  -webkit-animation: colorText 7s ease-out infinite, nudgeText 7s ease-out infinite;
  animation: colorText 7s ease-out infinite, nudgeText 7s ease-out infinite;
}

.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #EDEDED 50%, #EDEDED 100%);
  position: relative;
  width: 32px;
  height: 68px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 7s linear infinite, nudgeMouse 7s ease-out infinite;
  animation: colorSlide 7s linear infinite, nudgeMouse 7s ease-out infinite;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 31px;
  height: 66px;
  background-color: #11131B;
  border-radius: 100px;
}

.mouse:after {
  background-color: #EDEDED;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 7s linear infinite;
  animation: trackBallSlide 7s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }

  20% {
    background-position: 0% 0%;
  }

  21% {
    background-color: #4e5559;
  }

  29.99% {
    background-color: #EDEDED;
    background-position: 0% 0%;
  }

  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  50% {
    background-position: 0% 0%;
  }

  51% {
    background-color: #4e5559;
  }

  59% {
    background-color: #EDEDED;
    background-position: 0% 0%;
  }

  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  80% {
    background-position: 0% 0%;
  }

  81% {
    background-color: #4e5559;
  }

  90%,
  100% {
    background-color: #EDEDED;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }

  20% {
    background-position: 0% 0%;
  }

  21% {
    background-color: #4e5559;
  }

  29.99% {
    background-color: #EDEDED;
    background-position: 0% 0%;
  }

  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  50% {
    background-position: 0% 0%;
  }

  51% {
    background-color: #4e5559;
  }

  59% {
    background-color: #EDEDED;
    background-position: 0% 0%;
  }

  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  80% {
    background-position: 0% 0%;
  }

  81% {
    background-color: #4e5559;
  }

  90%,
  100% {
    background-color: #EDEDED;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(8px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(8px);
  }

  90% {
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(8px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(8px);
  }

  90% {
    transform: translateY(0);
  }
}

@-webkit-keyframes nudgeText {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(2px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(2px);
  }

  90% {
    transform: translateY(0);
  }
}

@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(2px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(2px);
  }

  90% {
    transform: translateY(0);
  }
}

@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }

  30% {
    color: #EDEDED;
  }

  51% {
    color: #4e5559;
  }

  60% {
    color: #EDEDED;
  }

  81% {
    color: #4e5559;
  }

  90% {
    color: #EDEDED;
  }
}

@keyframes colorText {
  21% {
    color: #4e5559;
  }

  30% {
    color: #EDEDED;
  }

  51% {
    color: #4e5559;
  }

  60% {
    color: #EDEDED;
  }

  81% {
    color: #4e5559;
  }

  90% {
    color: #EDEDED;
  }
}

/*termina nuefva animacion de scroll*/



/******* Casos home ******/
/******* Middle section CSS Start ******/
/* -------- Landing page ------- */

.game-section .owl-stage {

  display: flex;
  display: -webkit-flex;
}

.item.imgCasosHover.primercaso {
  margin-left: 4rem;
}

.game-section .item {
  margin: 0rem 1rem 0rem 0rem;
  padding: 5px;
  width: 481px;
  height: auto;
  align-items: flex-end;
  -webkit-align-items: flex-start;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: none !important;
}

.trabajos .item {
  margin: 0rem 1rem 0rem 0rem;
  padding: 5px;
  width: 360px;
  height: auto;
  align-items: flex-end;
  -webkit-align-items: flex-start;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: none !important;
}

.owl-dots {
  display: none;
}

section.game-section,
section.game-section.trabajos {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: none;

}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section .item {
    margin: 0px 20px 0px 20px;
    padding: 5px;
    width: 450px;
    height: auto;
  }


}

/*ipad*/
@media (min-width: 768px) and (max-width: 991px) {
  .game-section .item {
    margin: 0px 20px 0px 20px;
    padding: 5px;
    width: 450px;
    height: auto;
  }

  .txtcontenido {
    width: 70%;
  }

  .container-podcast-conoce {
    padding: 1% 5% 7%;
    display: flex;
    width: 30%;
    justify-content: right;
    cursor: auto;
  }
}

@media (max-width: 767px) {

  .game-section {
    padding: 30px 15px 20px;
  }

  .game-section .item {
    width: 290px;
  }

  .item.imgCasosHover.primercaso {
    margin-left: 1.5rem;
  }


}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  cursor: none !important;
}

/*Termina estilos nuevos casos*/

.card-slider.clickable2.slick-initialized.slick-slider.slick-dotted {
  left: 0 !important;
}

.section.game-section.clickable2 {
  left: 0 !important;
}