@font-face {
    font-family: 'neue_haas_unica_proregular';
    src: url('../fonts/NeueHaasUnicaW1G-Regular.woff2') format('woff2'),
        url('../fonts/NeueHaasUnicaW1G-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'monument_grotesk_mono';
    src: url('../fonts/MonumentGrotesk-Mono.woff2') format('woff2'),
        url('../fonts/MonumentGrotesk-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	background: #f1ede7;
  color:#282828;
}

#header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index:9;
}
.inside-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width:100%;
}
.header-buttons > .buttons, .menu-buttons {
	background:white;
	padding: 5px 15px;
	border-radius: 20px;
	text-align: center;
	font-size: 22px;
	font-family: 'neue_haas_unica_proregular';
	margin-left: 10px;
	cursor:pointer;
}
.img-logo {
	padding: 7px 25px;
	background: white;
	display: inline-flex;
	border-radius: 50px;
	justify-content: center;
}
.img-logo img {
	height:50px;
}

.slides-container {
  // Efecto de Fade para las transiciones de arriba y abajo.
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.slides-container .slide {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position:relative;
}
.slide > .background:not(.mascara-h1) {
	background: #f1ede7;
}
.slider-title, .slider-big-title, .slider-medium-title {
	font-family: 'neue_haas_unica_proregular';
	font-weight: normal;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 40px;
}
.slider-big-title {
  font-size: 120px;
  word-break: break-word;
}
.slider-medium-title {
  font-size: 110px;
  word-break: break-word;
}
.slide p {
	font-family: 'monument_grotesk_mono';
	line-height: 160%;
	font-size:24px;
}
.slide li {
  font-family: 'monument_grotesk_mono';
  line-height: 160%;
  font-size:20px;
}
.slide.con-img p {
	font-size:24px;
}
.slide.con-img .left-container .titulos .slider-title {
	font-size: 130px;
	margin-bottom: 20px;
}
.slide.con-img .seccion-icon {
	margin-bottom:15px;
}

body:not(.index) .slide-0 p {
	font-family: 'neue_haas_unica_proregular' !important;
}
.slide-0 .slider-title {
	font-size: 120px;
	display: inline-block;
	line-height: 100%;
	margin-bottom: 60px;
	margin-top: 0px;
	color: #282828;
}
.slide-0 .slider-title > div {
  background: white;
  display: inline-block;
  font-family: 'neue_haas_unica_proregular';
  font-weight: normal;
  border-radius: 25px;
  padding: 0px 100px 13px 100px;
  vertical-align: middle;
  line-height: 140px;
  margin-left: 50px; 
}
.slide-0 .slider-title > div > div {
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	white-space: nowrap; /* Keeps the content on a single line */
	border-right: 5px solid black;
	padding-right: 5px;
}
.animate-typing {
	animation: typing 3.5s steps(20, end), 	blink-caret .75s step-end infinite;
}
.homeIntro > div {
	display: flex;
	font-size: 24px;
	line-height: 135%;
	font-family: 'monument_grotesk_mono';
}
.bullet-before:before {
  content: ".";
  font-size: 220px;
  vertical-align: baseline;
  line-height: 20px;
  font-family: initial;
  margin-left: -76px;
  @include lhCrop(1.1); 
}
@mixin lhCrop($line-height) {
  &::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - #{$line-height}) * 0.5em);
  }
}
.homeIntro > div > div {
  padding-left: 50px;
}
.contact-button {
  margin-top: 30px;
  /*position: sticky;
  bottom: 6%;*/
  display: flex;
  align-items: center;		
  transition: transform 0.5s ease;
}
.contact-button .texto {
  border: none;
  background: #77FB6C;
  font-family: 'neue_haas_unica_proregular';
  font-size: 54px;
  line-height: 100%;
  padding: 15px;
  border-radius: 50px;
  width:500px;
  text-align:center;
}
.contact-button .flecha {
  border: none;
  background: #77FB6C;
  padding: 20px 40px;
  border-radius: 50px;
  vertical-align: bottom;
  margin-left:10px;
  display: inline-flex;		
}
.contact-button .flecha img {
	height:44px;
}

.contact-button a:first-child:hover {
  transform: translate(0, -5px);
  transition: transform 0.5s ease;
}

.owl-carousel .owl-item img {
	width:auto;
}

.slide table {
  width: 100%;
  font-family: 'monument_grotesk_mono';
  border-bottom: 2px solid black;
  border-collapse: collapse;
  margin-top: 20px;
}
.slide table tr {
  border-top: 2px solid black;
  vertical-align: top;
  margin: 20px 0;
}
.slide table .td-1 {
  line-height: 100%;
  font-size: 72px;
  font-family: 'neue_haas_unica_proregular';
	padding: 15px;
}
.slide table .td-2 {
  padding: 30px 15px;
  text-align: right;
  width: 120px;
}
.slide table .td-2 > div {
	text-align:right;
}
.slide table .td-3 {
  padding: 30px 45px 30px 15px;
  text-align: right;
  width: 160px;
  font-size: 18px;
}
.slide table .td-3 > div {
  text-align: left;
}
.slide-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.homeIntro {
	display: flex;
  flex-flow: unset;
  align-items: normal;
}
.slide-container.centrar {
  align-items: center;
}
.flex-centrado {
  display: flex;
	align-items: center;
}
.entre-bullets {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(241,237,231,1) 48%, rgba(241,237,231,1) 52%, rgba(0,0,0,0) 53%, rgba(0,0,0,0) 100%);
  width: 100px;
  margin-top: 20px;
  margin-bottom: 26px;
}

.empujar-boton-abajo {
	flex-grow:1;
}
.list-bullet {
	display:block;font-size: 220px;vertical-align: top;width: 10px;padding-left: 20px;margin-top: -62px;font-family: auto;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black; }
}



.slide-container .left-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
  /* justify-content: space-between;  */
  /* height: 100%;  */
  /* padding: 0 5% 0 0; */
}


.loader {
  margin: auto;
  border: 20px solid #EAF0F6;
  border-radius: 50%;
  border-top: 20px solid #FF7A59;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.overlay {
  max-height: 0px;
  height:100%;
  width: 100%;
  position: fixed; 
  background-color: #f1ede7; 
  transition: 0.5s;
  overflow:hidden;
  transition: max-height 0.3s ease-in;
  z-index:99999999999;	
}
.overlay.abierto {
	/*overflow:auto;*/
	max-height: 100vh;
}
.overlay-content {
  position: relative;
  height:100%;	
  width: 100%;
	/*overflow: auto;*/
  text-align: left;
}

a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: black;
  display: block; 
  transition: 0.3s; 
}

.links, .menu-buttons, .header-buttons .buttons {
	transition:0.3s;
}
.menu-parent.active > .links, .menu-parent:hover > .links, .menu-buttons:hover {
  color: black;
  background:#77FB6C;
  border-color: #77FB6C;
}
.header-buttons .buttons:hover, .header-buttons .buttons.active {
  color: white;
  background: black;
  border-color: black;
}


.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 120px;
  z-index: 999999999;
}
.slider-title.iconos:after {
  content: " ";
  background-image: url(../img/iconos.png);
  width: 300px;
  display: inline-block;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
	margin-left: 30px;
}

.tarjetas-alt {
  display: flex;
  flex-direction: row;
  margin: 20px 0px;
  /* justify-content: center;
  flex-wrap: wrap; */
}
.tarjetas-alt > div, .tarjetas.dos .tarjeta {
  width: calc(50% - 25px);
  margin: 0 50px 0 0;
  background: white;
  border-radius: 20px;
}
.tarjetas-alt.casos-exito > div {
  width: calc(25% - 50px);
  margin: 0;
  background: white;
  border-radius: 20px;
}
.tarjetas-alt .inner-div, .tarjetas.dos .inner-div {
  padding: 30px 40px 20px 40px;
}
.tarjetas-alt.centrado > div, .tarjetas.centrado .tarjeta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.tarjetas-alt.centrado .contact-button, .tarjetas.centrado .contact-button {
	justify-content: center;
}
.tarjetas-alt .contact-button .texto, .tarjetas .contact-button .texto {
	font-size: 36px;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;	
}

.tarjetas-alt span {
  font-family: 'neue_haas_unica_proregular';
  font-size: 42px;
}
.tarjetas-alt p {
  font-family: 'neue_haas_unica_proregular';
}

.tarjeta {
  margin: 0 15px 20px 0px;
  background: white;
  border-radius: 20px;    
  width: calc(20% - 14px);
  transition: transform 0.6s ease-in-out;
}

.tarjeta:hover {
  transform: translate(0,-15px);
  transition: transform 0.6s ease-in-out;
}

.tarjeta .inner-div {
  padding: 30px 25px;
}
.tarjetas {
  height: auto;
  flex-wrap:wrap;
  display:flex;
  align-items:normal !important;
}
.tarjetas. tarjeta {
  flex:1;
}
.tarjetas .title {
  font-family: 'neue_haas_unica_proregular' !important;
  font-weight: normal;
  margin: 5px 0;
  font-size: 42px;
  line-height: 110%;
}
.tarjetas .title.big {
  font-size: 52px;
  height:auto;
}
.tarjetas img {
  margin-bottom: 15px;
  max-width: 100%;
}
.tarjetas .owl-stage-outer {
  padding-top:15px;
}
.iconos-home {
  height: 85px;
  margin-bottom: 20px;
}
.tarjetas p {
  font-family: 'neue_haas_unica_proregular' !important;
  font-weight: normal;
  font-size: 24px;
  margin:10px 0;
}
.overlay-content .links {
  border: 1px solid black;
  padding: 10px 40px 20px 40px;
  border-radius: 80px;
  font-size: 76px;
  font-family: 'neue_haas_unica_proregular';
  margin-right: 30px;
	margin-bottom:20px;
  cursor: pointer;
  display: inline-block;
  line-height: 100%;
  color: black;
}
.row-triple > div {
	display:inline-block;
	vertical-align:top;
}


.pasos .tarjetas.tres .tarjeta {
  text-align:left;
}
.tarjetas-slide .slider-title {
	margin-bottom: 60px;
}
.numero-paso {
  background: black;
  color: white;
  font-size: 72px;
  font-family: 'neue_haas_unica_proregular' !important;
  line-height: 80%;
  padding: 15px 30px 25px 30px;
  width: fit-content;
  border-radius: 50%;
  margin-bottom: 25px;
  width:40px;
  height:60px;
  text-align: center;
}

.oficinas-container a {
  font-family: 'monument_grotesk_mono';
  font-size:10px;
  line-height:120%;
  padding-bottom: 2px;
}
.oficinas-container .oficina-title {
  font-family: 'neue_haas_unica_proregular';
  font-size:22px;
  line-height:110%;
}
.copyright {
  min-width: 35%;
  margin:20px 30px 20px 0px;
}
.oficinas-container {
  width:100%;
}
.oficinas-servicios {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
}
.oficinas-servicios a, .oficinas-servicios span {
  font-family: 'monument_grotesk_mono';
  font-size:10px;
  line-height:120%;
  padding:0 0 4px 8px;
  text-decoration:underline;
}
.oficinas-servicios span {
  padding:8px 0 8px 8px;
  text-decoration:none;
}
.oficinas-tarjeta {
  max-width: 180px;
  padding-top: 25px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
.oficinas-direccion {
  font-size: 20px;
  display:inline-block;
  margin: 0 0 auto;
}
.oficinas-row {
  display: flex; 
  justify-content: flex-start; 
  flex-direction: row;
}

.footer-menu {
  border-bottom: 1px solid #a7a7a7; 
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-menu.landing-md{
  justify-content: space-evenly;
}
.footer-menu a {
  padding: 10px 30px 10px 30px;
  font-family: 'neue_haas_unica_proregular';
  font-size: 14px !important;
  width: max-content;
  margin: 20px 20px 20px 0;
  border-radius:50px;
  border: 1px solid black;
}
.footer-iconos {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  font-family: 'neue_haas_unica_proregular';
}
.footer-iconos a {
  font-size: 18px;
  padding-top:0;
}

.menu-container {
  padding: 80px 210px;
  height: calc( 100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 3%;
	flex-grow: 1;
	height:100%;
}
.slide-container.centrarVertical {
  padding-left: 0px;
	flex-flow: unset;
	align-items:normal;
	justify-content: center;
	align-items: normal;
	flex-direction: column;
}
.subtitle {
  font-family: 'neue_haas_unica_proregular';
  font-weight: normal;
  margin: 0px;
  line-height: 105%;
}
.partners {
  margin: 50px 0;
  height:auto;
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*max-height: 70vh;*/
}
#portfolio-menu-box .partners {
	overflow-y: scroll;
}
.partner, .portfolio-client {
  display: flex;
  align-items: center;
}
.partner img, .portfolio-client img {
  width: 100%;
  filter:grayscale(1);
}
.seccion-icon {
  display: flex;
  align-items: baseline;
  max-width: 300px;
}
.presentacion-seccion .seccion-icon {
	margin-bottom:10px;
	display:none;
}
.tag-seccion {
  border: none;
  display: flex;
  border-radius: 75px;
  align-items: center;
  padding: 10px 30px 10px 15px;
}
.tag-seccion img {
  width: auto;
  height: 50px;
  margin-right: 15px;
}
.left-container .titulos {
  display: flex;
  flex-direction: column;
}
.left-container .titulos .slider-title {
  font-size: 150px;
}
#casos-IT .left-container .titulos .slider-title {
  font-size: 100px;
  margin-top: 40px;
}
#casos-IT .left-container.container-small{
  padding-right: 50px;
}

#casos-rrss-paid-media .left-container .titulos .slider-title,
#casos-ecommerce-SEO .left-container .titulos .slider-title {
  font-size: 90px;
  margin-top: 20px;
}

.q-a .answer {
  padding-left: 20px;
  line-height: 130%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  transform: translateY(-40px);
	margin:0px;
  text-align: justify;
  font-family: 'neue_haas_unica_proregular';	
}
.q-a .question {
  transition: 0.3s;
  font-family: 'neue_haas_unica_proregular';
  font-weight: normal;
  font-size: 36px;
  margin: 0px;
  border-top: 1px solid;
  line-height: 1.5;
  padding: 15px 0;
  cursor: pointer;
}
.q-a.active .answer {
  padding-bottom: 40px;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
input,
#lastSlide input,
textarea, 
#lastSlide textarea, 
select, 
#lastSlide select, 
.service-container {
  font-family: 'monument_grotesk_mono';
  border: none;
  padding: 20px;
  font-size: 22px;
  border-radius: 15px;
  background: white;
  margin-bottom: 10px;
}
.formBox2 p{
  margin: revert;
}
.copyright-text {
  margin: 0;
  font-family: 'neue_haas_unica_proregular';
  font-size: 54px;
  line-height: 120%;
}
.bullets {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48.5%, rgba(241,237,231,1) 48.5%, rgba(241,237,231,1) 51.5%, rgba(0,0,0,0) 51.5%, rgba(0,0,0,0) 100%);	
}
.bullets span, .bullets h3 {
  background: #f1ede7;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: center;
  height: auto;
  border-radius: 50px;
  font-family: 'monument_grotesk_mono';
  font-weight: normal;
  margin-top: 0px;
}
.bullets span:last-of-type, .bullets h3:last-of-type {
  transform: translateY(2px);
}
.linea-derecha:after {
  content: "";
  width: 55px;
  height: 4px;
  background: rgb(241 237 231);
  display: block;
}
.linea-izquierda:before {
  content: "";
  width: 95px;
  height: 5px;
  background: rgb(241 237 231);
  display: block;
  z-index: 1;
  transform: translate(-65px, 10px);
}
.tag-seccion span {
	font-family: 'monument_grotesk_mono';
	font-size: 18px;
}
.slide.con-img .tag-seccion span {
	font-size: 16px;
}		
.slide.con-img .slider-title {
	font-size: 66px;
}
body {
	margin:0px;
}
.header-buttons {
	display: flex;
	align-items: center;
}
.formas-home {
	display: flex;
  flex-direction: column;
}
.formas-home img {
  height: 150px;
	margin-bottom: 10px;
}
.dynamic {
	background: #f55b23;
}
.dynamic p, .dynamic .subtitle {
	color: #282828;
}
.dynamic .long-arrow-left {
	position: absolute;
	top: 160px;
	transform: rotate(90deg) translate(-60px, -58px);	
}
.dynamic .long-arrow-up {
	position: absolute;
	top: 160px;	
}
.dynamic .long-arrow-down {
	position: absolute;
	bottom: 60px;
	right: 100px;
}
.dynamic .smily {
  margin-right: 10px;
}
.dynamic .squiggly {
	position: absolute;
	bottom: 160px;	
}
.dynamic .smily-container {
	position: absolute;
	top: 160px;
	right: 150px;
}
.dynamic .hash-characters {
  position: absolute;
  bottom: 60px;
}
.dynamic.black {
  background: #282828;
}
.dynamic.black p, .dynamic.black .slider-big-title, .dynamic.black .slider-title, .dynamic.black .mascara-h1 {
  color: #f1ede7;
}
.dynamic.black img {
  filter: invert(1);
}
.presentacion-seccion p {
  font-family: 'neue_haas_unica_proregular';
}
.presentacion-seccion .logo-seccion {
	display:block;
	filter: invert(1);
}
.blog-title {
	font-family: 'neue_haas_unica_proregular';
	font-size:42px; 
	line-height: 120%;
	display:block;
}

.formulario .input-container {
	display: flex;
	justify-content: space-between;
}
form .contact-button {
  margin-top:20px;
  width: 100%;
  border: none;
  bottom: auto !important;
}
.formulario .contact-button .texto {
	font-weight: normal;
	color: #282828;
}
.formulario .contact-button .flecha img {
  height: 27px;
}
.background:not(.mascara-h1) {
	z-index: 3;
}
.mascara-h1 > h1, .mascara-h1 > h2, .mascara-h1 > h3, .mascara-h1 > h4 {
	font-family: 'monument_grotesk_mono';
	font-size: 18px;
	z-index: 4;
	font-weight: normal;
	/*padding: 6px 15px;
	border-radius: 75px;*/
	margin:0px;
	text-align:center;
}	

.inside-container {
  width: 100%;
}

.menu-parent {
  overflow:hidden;
}
.submenu {
  max-height: 0px;
  transition: 0.3s ease-out;
  opacity: 0;
  background: #f1ede7;
  width: 90%;	
}
.submenu > div {
	/* padding:20px 0; */
  padding: 0;
}
.menu-parent.active .submenu, .menu-parent.active .submenu {
	max-height: 700px;
	opacity: 1;
	transition: 0.5s ease-in-out;;
}
.submenu p {
	margin: 0;
	font-family: 'neue_haas_unica_proregular';
	font-size: 36px;	
}
.submenu .contact-button {
  margin: 15px 0px 25px 0;
}

.formBox {
  height: auto;
  display: flex;
  align-items: flex-start;
}

.formBox .left-container {
  margin-top: -25px;
}

.formBox2 {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formBox2 .left-container {
  text-align:center;
}

.formBox2 .right-container {
  height: auto;
  width: 90%;
  max-width: 1000px;
}

.submenu .contact-button .flecha {
	margin-left: 5px;
}
.imagen-completa > div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.imagen-completa img {
	max-width: 95%;
	max-height: 90%;
	height: auto;
}
.caja-simil-buscador {
	background: white;
	display: inline-flex;
	width: fit-content;
	padding: 10px 35px;
	align-items: center;
	border-radius: 50px;
	margin-top:40px;
}
.caja-simil-buscador .lupa {
	margin-right: 20px;
}
.caja-simil-buscador .voz {
	margin-left: 40px;
}
.caja-simil-buscador p {
	margin:0px !important;
}

.owl-stage {
	display: flex;
}
.owl-carousel-1 .owl-item > div, .owl-carousel-nav .owl-item > div {
	width: calc(100% - 20px);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.owl-carousel-2 .owl-item {
	height:0;
}
/*https://stackoverflow.com/questions/29769409/owl-carousel-2-autoheight-multiple-items*/
.owl-carousel-2 .owl-item.active {
	height:auto;
}
.tarjetas .owl-item {
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
}
.owl-item .tarjeta .tarjeta-inner {
	display: flex;
	flex-direction: column;
}


.arrow-down-scroll {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 99999999999;
	padding: 5px;
}
.arrow-up-scroll {
	position: fixed;
	top: 130px;
	right: 30px;
	z-index: 9;
	padding: 5px;
}	
.svg-arrow-down, .svg-arrow-up{
  height: 22px;
  width: 60px;
  opacity: 0.5;
  transition: 250ms all ease;
  cursor: pointer;
  display:flex;
  align-items:center;
  path {
    transition: 250ms all ease;
    height:100%;
  }
  &:hover {
    opacity: 1;
  }
}
.svg-arrow-up{
  transform:rotate(270deg);
}
.svg-arrow-down{
  transform:rotate(90deg); 
}
.svg-arrow-down:hover path {
 d: path(
    "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z"
  );
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
.svg-arrow-up:hover path {
  d: path(
    "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z"
  );
  d: "M0 9.35772H50.9956L44.2001 2.29941L46.4134 0L57 11L46.4134 22L44.2001 19.7006L50.9956 12.6423H0V9.35772Z";
}
button {
	cursor:pointer;
}
.titulo-seccion {
  display: flex;
  flex-direction: column;
}
.titulos-libres .title {
	height:auto !important;
}

.squiggly {
  width: 300px;
  height: 30px;
  background-image: url(../img/squiggly-line.svg);
  animation-name: ondular;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center left;
}
.black .squiggly {
  filter: invert(1);
}

@keyframes ondular {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  40% {
    transform: scaleY(1.4) scaleX(0.6);
  }
  60% {
    transform: scaleY(1.2) scaleX(0.8);
  }
  80% {
    transform: scaleY(1.0) scaleX(1);
  }
  90% {
    transform: scaleY(0.6) scaleX(1.1);
  }
  
  95% {
    transform: scaleY(0.8) scaleX(1.2);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }

}
.presentacion-seccion .slider-title {
	margin-bottom:0px;
	line-height: 100%;
}

.fChatBox {
  z-index: 999999;
  margin-right: 120px;
  border-radius: 10px 10px 0 0;
}
.fChatBox.abierto {
  box-shadow: 1px 1px 10px black;
  width: 320px;
}
.fChatBox.abierto .fChatContainer {
  display:block;
}

#linkWhatsapp a, .fChatBox * {
  font-family: 'neue_haas_unica_proregular';
  font-weight: normal;
  font-size: 18px;
}

.fChatTitle {
	padding: 8px 20px;
	background: #3c8bd9;
	color: white;
	text-align: center;
	border-radius: 10px 10px 0 0;
	cursor:pointer;
}

.fChatTitle:hover {
  cursor: pointer
}

.fChatTitle #fChatAni {
  height: auto;
  margin-left: 10px
}

.fChatTitle #fChatAni, .fChatTitle img, #linkWhatsapp img {
  height: 30px;
  vertical-align: middle;
}

.fChatTitle #fChatArr {
  max-width: 10px;
  margin-right: 10px
}

.fChatFlip {
  transform: rotate(-180deg)
}

.fChatContainer {
  display: none;
  background: #fff;
  padding: 20px;
}

.fChatContainer form {
  margin: 0
}

.fChatContainer form .btn.submit, .fChatContainer form input, .fChatContainer form textarea {
  color: #000000;
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #bbb;
  padding: 5px;
}

.fChatContainer p {
  margin:0 0 20px 0;
  color: #282828;
}

.fChatContainer label {
  display: block;
  color: #282828;
  margin-bottom: 5px;
}

.fChatContainer form .btn.submit,
.fChatContainer form input[type=submit] {
  cursor: pointer;
  margin-top: 20px !important;
  padding: 0 !important;
  color: #ffffff;
  font-weight: 700;
  background: #3586b7 !important;
  border: none;
  height: 30px
}

.fChatBox.active {
  width: 280px;
  background: #ffffff
}

.fChatBox.active .fChatTitle {
  padding: 2px 0
}

.fChatBox .fChatResponse:not(.active),
.fChatBox .white-mask:not(.active) {
  display: none
}

.fChatBox .white-mask.active {
  height: 100%;
  display: block;
  width: 100%;
  background: #ffffff;
  opacity: .85;
  z-index: 2;
  border-radius: 5px 5px 0 0
}

.fChatBox .fChatResponse.active {
  padding: 45px 5%;
  height: 100%;
  z-index: 9;
  border-radius: 5px 5px 0 0
}

.fChatResponse span {
  color: #666666;
  display: block;
  text-align: center;
  margin-bottom: 15px
}

.fChatResponse span.title {
  font-size: 22px;
  line-height: 30px
}

.fChatResponse span.subtitle {
  font-size: 16px !important
}

#linkWhatsapp {
  z-index: 99999999;
  border-radius: 10px 10px 0 0;
  padding: 0px 15px;
  color: black;
  background: #77fb6c;
  margin-right: 20px;
}

html.no-acepta-cookie #mdmarketingdigital {
	margin-bottom:75px;
}

.loading:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite
}
.loading.botonCaptcha {
  background: #444444 !important;
}
.loading.botonCaptcha:before {
  content: "Enviando";
}

.bottom-block {
	/* position: absolute; SnapScroll backup */
	position: sticky;
	bottom: 0;
	width: 100%;
	z-index: 9;
	display: flex;
	flex-direction: column;
}
.chats-block {
	display: flex;
	align-items: flex-end;
	margin-right: 0px;
	margin-left: auto;	
}
.cookies-block {
  background: white;
  border-top: 1px solid black;
  padding: 15px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;	
}
.cookies-botton-container {
	display: flex;
}
.cookies-block p {
	font-family: 'neue_haas_unica_proregular';
	font-weight: normal;
	font-size: 18px;
	margin:0;
}
.cookies-block .button {
	border-radius: 10px;
	border: none;
	background: black;
	color: white;
	padding: 15px;
	font-size: 20px;
	width: 150px;
	margin-left: 25px;	
	font-family: 'neue_haas_unica_proregular';
	font-weight: normal;
  text-align:center;
}


.noshow, input[name="email"], input[name="web"] {
  display: none !important;
  visibility: hidden !important;
}

.chatForm .botonCaptcha {
  cursor: pointer;
  margin: 20px 0px 0 0;
  width: 100%;
  background: #3586b7;
  padding: 5px;
  background-image: none !important;
  color: white;
  border: none;
  justify-content:center;
}
.owl-stage-outer {
  margin-left: 3px;
  padding-left: 3px;
}
.owl-stage-outer, .owl-stage, .owl-item {
	max-height: 100%;
}
.img-box {
	height:50vh;
	border-radius:10px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.portfolio-img-box {
	height: 100px;
	background-position: left;
	margin: 25px 0;
	background-size: contain;
	background-repeat:no-repeat;
	border-radius: 0px !important;	
}
.team-tarjeta .ver-mas {
	text-decoration:underline;
	cursor:pointer;
	text-transform:uppercase;
}
.team-tarjeta .ver-mas:before {
	content:"+ "
}
.team-tarjeta .position {
	margin:5px 0;
}
.team-tarjeta .team-title {
	font-family: 'neue_haas_unica_proregular';
	display: block;	
	margin-top:15px
}
.team-tarjeta {
	display: flex;
	flex-direction: column;
}

.owl-carousel-2-5 .owl-next span {
  font-size: 80px;
  line-height: 30px;
  color: white;
  font-weight: bold;		
}
.owl-carousel-2-5 .owl-nav {
  position: absolute;
  z-index: 99999999;
  height: 50px;
  right: 20%;
  top: calc(25vh - 23px);	
}
.owl-carousel-2-5 .owl-prev {
	display: none;
}
.owl-carousel-nav .owl-next span, .owl-carousel-nav .owl-prev span {
  font-size: 80px;
  line-height: 30px;
  color: black;
  font-weight: bold;
}
.owl-carousel-nav .owl-next, .owl-carousel-nav .owl-prev {
	position: absolute;
	z-index: 99999999;
	height: 50px;
	top: calc(25vh - 23px);
}
.owl-carousel-nav .owl-next {
	right:-20px;
}
.owl-carousel-nav .owl-prev {
	left:-40px;
}

.team-carousel .owl-next span, .team-carousel .owl-prev span {
  font-size: 80px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  text-shadow: 4px 1px #2c2c2c;
}
.team-carousel .owl-next, .team-carousel .owl-prev {
  display: block;
}
.team-carousel .owl-nav {
  width: 78%;
  display: flex;
  justify-content: space-between;
}

.formulario .mensaje {
	display:none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  transition:0.3s;
}

/* Modal Content/Box */
.modal-content {
  background-color: #f1ede7;
  padding: 40px;
  border: 1px solid #888;
	width:600px;
	max-width: calc(90vw - 20px);	
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.team-tarjeta .resumen, .team-tarjeta .social, .team-tarjeta .superpoder {
	display:none;
}

.modal.active {
	display:flex;
	align-items: center;
	justify-content: center;
}
.modal.active {
	display:flex;
	align-items: center;
	justify-content: center;
}
.modal .img-box {
  height: 30vh;
  background-position: top;
  background-size: cover;
  border-radius: 0px !important;
}
.modal-close {
  float: right;
  font-size: 60px;
  line-height: 40px;
  padding: 20px;
  margin-top: -20px;
  margin-right: -20px;
  cursor: pointer;		
}
.modal .team-title {
  font-family: 'neue_haas_unica_proregular';
  font-size: 56px;
  line-height: 100%;	
}
.superpoder, .position {
  margin: 15px 0;
}
.modal .resumen {
  font-size: 22px;
  font-family: 'neue_haas_unica_proregular';
  margin: 20px 0 30px 0;
}
.modal .social {
  display:flex;
}
.modal .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .social a {
  font-size: 18px;
  font-family: 'monument_grotesk_mono';
  text-transform: uppercase;
  margin-right: 20px;
  text-decoration:none;
}
.blog-perfil {
  font-size: 18px;
  font-family: 'monument_grotesk_mono';
  border:none;
  border-radius: 25px;
  background: #77FB6C;
  padding: 3px 25px;
  margin-right: 20px;
  text-decoration:none;
  transition: transform 0.5s ease;
}
.blog-perfil:hover {
  transform: translate(0, -5px);
  transition: transform 0.5s ease;
}
.sin-margen {
  margin:0px !important;
}
::marker {
  content:none;
}

.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'monument_grotesk_mono';
}
/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}


/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-container p {
	margin: 0 0 20px 0;
  font-family: 'neue_haas_unica_proregular';
  font-size: 32px;
}
.inner-service-container {
  width: auto;
  margin: 5px auto 35px auto;
  max-width: 400px;
}
.hidden  {
	display:none !important;
}
.portfolio-title {
  font-family: 'monument_grotesk_mono';
  line-height: 160%;
  font-size: 24px;
  padding: 15px 0;
}
.portfolio-menu {
  font-size: 24px;
  margin-right: 25px;
  font-family: 'neue_haas_unica_proregular';
  cursor:pointer;
}
.portfolio-menu.active-portfolio {
	text-decoration:underline;
}
#portfolio-menu-box {
	display:flex;
}
.portfolio-client .img-src {
  border-radius: 15px;
  transition:0.3s;
}
.portfolio-client:hover .img-src {
  filter: none;
}
.chevron{width:26px; margin-right:20px; transition:all cubic-bezier(0, 1.14, 0, 1.18) .2s;}
.q-a.active .chevron{transform: rotate(90deg);}

.boton-enviar-form{
  display: flex;	
	justify-content: center;
  background-color: #f1ede7;
}

.div-boton .boton-circular{
  padding: 5px 15px 5px 15px;
  font-family: 'neue_haas_unica_proregular';
  font-size: 18px;
  width: max-content;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  border: 1px solid black;
}

.flecha-container{
  position: relative;
  display: inline-block;
  text-align: center;
}

.flecha-texto span{
  font-family: 'neue_haas_unica_proregular';
  font-weight: normal;
  line-height: 100%;
  margin-top: 0px;
}

.flecha-imagen{
  width: 100%;
  display: block;
}

.title-chico{
  font-size: 50px !important;
}

.title-medio{
  font-size: 70px;
}

.container-small{
  max-width: 25%;
}

.container-small.border-right{
  max-width: 25%;
  border-right: 2px solid #000000;
}

.border-left{
  border-left: 2px solid #000000;
}

.tarjetas-alt .div-interno{
  padding: 30px;
}

.tarjetas-alt .div-interno .titulo{
  font-family: 'neue_haas_unica_proregular';
  font-size: 40px;
  line-height: 35px;
}

.tarjetas-alt .div-interno p{
  font-size: 16px;
  margin-top: 25px;
}

.tarjetas-alt .arrow{
  width: 70px;
  height: 70px;
  position: relative;
  top: 50%;
  margin: auto 0px;
  margin-right: 4px;
}

.tarjetas-alt .div-contenido{
  width: calc(50% - 25px);
  background: #ECFF7A;
  border-radius: 20px;
  margin: 0px;
}

#casos-IT .tarjetas-alt .arrow{
  filter: brightness(0) saturate(100%) invert(71%) sepia(11%) saturate(2034%) hue-rotate(91deg) brightness(89%) contrast(93%);
}

.tarjetas-alt.casos-exito .tarjeta .casos-exito{
  padding: 30px 35px;
}

.tarjetas-alt.casos-exito{
  margin-top: 35px;
}

.tarjetas-alt.casos-exito .tarjeta .casos-exito .title{
  font-family: 'neue_haas_unica_proregular';
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}

.tarjetas-alt.casos-exito .tarjeta .casos-exito p{
  font-size: 16px;
  margin: 0px;
}

.linea-amarilla {
  width: 100%;
  height: 3px;
  background-color: #ECFF7A;
  margin: 15px 0;
}

.linea-celeste {
  width: 100%;
  height: 3px;
  background-color: #6cbffb;
  margin: 15px 0;
}

#casos-IT .linea-amarilla{
  background-color: #d4fade;
}


.graphsContainer{
  display: flex;
  width: 100%;
  border-bottom: solid 1px #000000;
  flex:1;
  align-items: center;

}

.caseGraph{
  display: flex;
  flex-direction: column;
  font-family: 'neue_haas_unica_proregular';
  color:#282828;
  justify-content: center;
  transition: height 2s ease-in-out;
  overflow: hidden;
  height: 80%;

}

.caseGraph img{
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  transition: height 2s ease-in-out;

}

#casos-IT .caseGraph img{
  max-height: 80%;
  filter: brightness(0) saturate(100%) invert(62%) sepia(35%) saturate(629%) hue-rotate(91deg) brightness(96%) contrast(95%);
}

.caseGraph .title{
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  height: 20%;
}

#casos-IT .caseGraph .title{
  text-align: center;
  height: auto;
  padding-bottom: 50px;
}

.caseGraph .graph{
  height: 100%;
  display: flex;
  flex-direction: column;
}

#casos-IT .caseGraph .graph{
  height: auto;
}

#casos-IT .caseGraph p{
  font-family: 'neue_haas_unica_proregular';
  font-size: 16px !important;
  padding-top: 40px;
}

#casos-IT .caseGraph a{
  font-family: 'neue_haas_unica_proregular';
  font-size: 16px !important;
  padding: 0px;
  display: inline;
  color: #282828;
  text-decoration: underline;
}

.caseGraph p{
  font-size: 9px !important;
  text-align: left;
  margin:0;

}

#casos-IT .caseGraph h3{
  text-decoration-color:#48c078 ;
}

.caseGraph h3, .caseGraph span{
  font-size: 40px;
  margin: 0 0 10px 0;
  text-decoration: underline;
  text-decoration-color:#FF8B61 ;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
  font-weight: 400;
  display: inline;
}

.caseGraph .title,.caseGraph .graph{
  padding: 0 10%;
}

.contTarjeta{
  background: #ECFF7A;
  border-radius: 20px; 
  padding: 25px 20px; 
  width: 80%;
}

#casos-IT .contTarjeta{
  background: #48c078;
}

#case-study .contTarjeta .title{
  font-size: 45px;
}

#case-study .contTarjeta span{
  font-size: 64px;
}

#case-study .tarjetas span{
  font-family: 'neue_haas_unica_proregular' !important;
  font-weight: normal;
  margin: 10px 0;
}

#casos-SEO .tarjetas-alt.casos-exito,
#casos-rrss-paid-media .tarjetas-alt.casos-exito,
#casos-ecommerce-SEO .tarjetas-alt.casos-exito,
#casos-IT .tarjetas-alt.casos-exito{
  gap: 35px 50px;
  justify-content: center;
}

#casos-exito .flecha-texto,
#casos-rrss-paid-media .flecha-texto,
#casos-ecommerce-SEO .flecha-texto,
#casos-SEO .flecha-texto{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 1.5em;
  width: 100%;
}

#casos-SEO .tarjetas-alt,
#casos-rrss-paid-media .tarjetas-alt,
#casos-ecommerce-SEO .tarjetas-alt,
#casos-IT .tarjetas-alt{
  display: flex;
  flex-direction: row;
  margin: 20px 0px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#casos-SEO .tarjetas-alt .div-contenido,
#casos-rrss-paid-media .tarjetas-alt .div-contenido,
#casos-ecommerce-SEO .tarjetas-alt .div-contenido,
#casos-IT .tarjetas-alt .div-contenido{
  width: calc(25% - 74px);
  background: #ECFF7A;
  border-radius: 20px;
  margin: 0px;
  padding: 0 0 10px 0;
  min-width: 290px;
}

#casos-IT .tarjetas-alt .div-contenido{
  background: #48C078;
}

#casos-exito .div-boton .boton-circular{
  margin: 5px 20px 20px 0px;
}

#casos-SEO .tarjetas-alt .div-interno a,
#casos-rrss-paid-media .tarjetas-alt .div-interno a,
#casos-ecommerce-SEO .tarjetas-alt .div-interno a{
  font-size: 16px;
  padding: 0px;
  color: #282828;
  display: inline;
  text-decoration: underline;
}

/*
.flecha-texto{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 1.5em;
  width: 100%;
}
*/

.uno-tres{
  width: calc(100% / 3);
}
.uno-seis{
  width: calc(100% / 6);
}
.dos-nueve{
  width: calc(200% / 9);
}

#testimonios .left-container{
  max-width: 60%;
  justify-content: center;
}
#testimonios .right-container{
  max-width: 40%;
}

#testimonios .tarjeta .title{
  font-size: 36px;
  font-family: 'monument_grotesk_mono' !important;
}

#testimonios .tarjetas,#testimonios .tarjeta{
  margin:0;
}

#testimonios .subtitle{
  font-size: 120px;
}

#testimonios .owl-nav span{
  color: #282828;
  position: absolute;
  bottom: 160%;
  font-weight: normal;
}

.lnd-googleads .slide p, #lnd-agenciagenerico .slide p{
  font-size:32px;
}

.lnd-googleads .slider-title{
  font-size: 80px;
}

#testimonios .tarjeta-inner .autor{
  font-size: 26px;
}

#lnd-agenciagenerico .slide-2 .contact-button, #testimonios .subtitle{
  margin-bottom:40px;
}

/* STYLE UPDATE 2024/12/19 */
.btn-transparent .texto,
.btn-transparent .flecha{
  background: transparent;
  border: 2px #282828 solid;
  color: #282828;
}

.slides-container .slide.formulario{
  align-items: center;
  padding-top: 20px;
}

#testimonios .left-container{
  padding: 0 3% 0 0;
}

/* END STYLE UPDATE 2024/12/19 */

/*Cambios Landing SEO*/
.slides-container.seo-md .slider-title {
	font-size: 120px;
}

.slides-container.seo-md .slider-title.banner-validaciones {
	font-size:110px;
}

.slides-container.seo-md .slide-container .slider-big-title {
	font-size:85px;
}

@media only screen and (max-width: 1024px) {
  .slides-container.seo-md .slider-title {
      font-size: 42px !important;
  }
  .slides-container.seo-md .slider-title.banner-validaciones {
    font-size:42px !important;
  }
  .slides-container.seo-md .slide-container .slider-big-title {
    font-size:42px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-msg {
      font-size: 45px !important;
  }
}


/* Insertar estos estilos para cuando se inserte la nueva libreria */
#casos-rrss-paid-media *,
#casos-ecommerce-SEO *{
  box-sizing: initial;
}


/* 24/07/2025 */
/* Nuevos estilos casos de exito */
#casos-ecommerce-SEO .chart-card {
  background-color: #FDFBF8; /* Fondo ligeramente más claro para las tarjetas */
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
}
#casos-ecommerce-SEO .stat-value {
  font-size: 2rem;
  line-height: 1.5;
}
#casos-ecommerce-SEO .stat-label {
  font-size: 22px;
  font-weight: 500;
}
#casos-ecommerce-SEO .divider {
  border-top: 1px solid #000000;
  margin: 2rem 0;
}
#casos-ecommerce-SEO .orange-underline {
  border-bottom: 3px solid #F98866;
  padding-bottom: 4px;
}

#casos-ecommerce-SEO .right-container{
  font-family: 'neue_haas_unica_proregular';
}

#casos-ecommerce-SEO .ventas-online{
  height: auto;
  padding-bottom: 100px;
}

#casos-ecommerce-SEO .pasos{
  height: auto;
  padding: 50px 0 20px;
}

.donuts p{
  font-size: 10px !important;
  text-align: left;
}

.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.animated-chart-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animated-chart-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#casos-ecommerce-SEO .img-degrade {
  /* --- ESTILOS IMPORTANTES --- */
  
  /* 1. Definimos el degradado como fondo del contenedor */
  background: linear-gradient(to bottom, #f98866, #ecff7a);

  /* 2. Usamos la URL de la imagen como máscara */
  /* La propiedad -webkit- es para máxima compatibilidad con navegadores como Chrome y Safari */
  -webkit-mask-image: url('https://www.mdmarketingdigital.com/img/simbolo-de-moneda.png');
  mask-image: url('https://www.mdmarketingdigital.com/img/simbolo-de-moneda.png');

  /* 3. Ajustamos cómo se muestra la máscara para que ocupe todo el contenedor sin repetirse */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;

  /* --- AJUSTES ADICIONALES --- */
  
  /* Asegúrate de que el contenedor tenga un tamaño definido. */
  width: 620px;
  height: 620px;
}

/* 08/08/2025 */
/* Estilos casos de exito rrss paid media */

#casos-rrss-paid-media .pasos{
  height: auto;
  margin: 120px 0;
}

#casos-rrss-paid-media .img-degrade {
  /* --- ESTILOS IMPORTANTES --- */
  
  /* 1. Definimos el degradado como fondo del contenedor */
  background: linear-gradient(to bottom, #986fbe, #6cbffb);

  /* 2. Usamos la URL de la imagen como máscara */
  /* La propiedad -webkit- es para máxima compatibilidad con navegadores como Chrome y Safari */
  -webkit-mask-image: url('https://www.mdmarketingdigital.com/img/flecha-casos-de-exito.png');
  mask-image: url('https://www.mdmarketingdigital.com/img/flecha-casos-de-exito.png');

  /* 3. Ajustamos cómo se muestra la máscara para que ocupe todo el contenedor sin repetirse */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;

  /* --- AJUSTES ADICIONALES --- */
  
  /* Asegúrate de que el contenedor tenga un tamaño definido. */
  width: 620px;
  height: 620px;
}

.arrow-up {
  opacity: 0;
  transform: translateY(20px); /* Empieza desde abajo */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* La clase 'is-visible' se añade con JS cuando la tarjeta entra en la pantalla */
.animated-chart-card.is-visible .arrow-up {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s; /* Pequeño retraso para que la flecha aparezca después del número */
}

#casos-rrss-paid-media .tarjetas-alt .arrow {
  filter: invert(30%) sepia(87%) saturate(1478%) hue-rotate(178deg) brightness(102%) contrast(98%);
}

#casos-rrss-paid-media .tarjetas-alt .div-contenido,
#casos-rrss-paid-media .contTarjeta{
  background: #6cbffb;
}

/* ANIMACONES */

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pop {
  0%  {
    height: 0px;
  }
  85%{
    height: 100%;
    transform: scaleY(1.2) scaleX(1.2);
  }
  100% {
    height: 100%;
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes tilt {
  0%{
    transform: rotate(0deg);
  }
  15%{
    transform: rotate(10deg);
  }
  30%{
    transform: rotate(-10deg);
  }
  45%{
    transform: rotate(10deg);
  }
  60%{
    transform: rotate(-10deg);
  }
  75%{
    transform: rotate(10deg);
  }
  90%{
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes spinY {
  from {
    transform: rotateY(0deg); /* Starting position */
  }
  to {
    transform: rotateY(360deg); /* Spin 360 degrees */
  }
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.8, 1.2); }
  50% { transform: scale(1.2, 0.8); }
  75% { transform: scale(0.95, 1.05); }
}

@keyframes moveup {
  0% {
    transform: translateY(50px); 
    opacity: 0;
  }
  100% {
    transform: translateY(0); 
    opacity: 1; 
  }
}


@keyframes 
  aparecer { 
    from { transform: translateY(100%); opacity: 0; } 
    to { transform: translateY(0); opacity: 1; } 
  } 

@keyframes 
  rebote { 
    0% { transform: translateY(0); } 
    30% { transform: translateY(-40px); } 
    50% { transform: translateY(0); } 
    65% { transform: translateY(-20px); } 
    100% { transform: translateY(0); } 
  }

.graph.active img{animation: slideUp 1s ease-in-out forwards}

.flecha-imagen {animation: none;}
.flecha-imagen.active{ animation: slideUp 1s ease-out forwards;}

.arrow.active {animation: slideRight 1s 0.5s ease-in-out forwards;}

.pop.active{animation: pop 0.8s ease-in forwards;}

.tilt.active{animation: tilt 1.2s ease-in-out forwards;}

.partners.active{animation: slideUp 1s ease-in-out forwards;}

.spinY.active{animation: spinY 2s ease-in-out forwards;}

.gelatine.active{animation: gelatine 1.8s;}

.moveup{animation: moveup 1.5s;}

.imagen-rebote { 
  animation: aparecer 0.5s ease-out, rebote 0.5s 0.5s ease-in-out; 
} 

@media only screen and (max-width: 425px){}

@media only screen and (min-width: 425px) and (max-width: 1024px){}

@media only screen and (min-width: 1024){
  .tarjetas-alt .div-contenido.active {animation: growUp 1s ease-in-out forwards;}
}
