body {
  margin: 0;
  background-color: white;
}

.glowCookies__banner__1 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 7px;
  z-index: 99999999 !important;
}

button#toggleThumbs {
  display: none;
}

button#zoom {
  display: none;
}

@media (min-width: 992px) {
  h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 36px !important;
  }
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}

@media (min-width: 992px) {
  p {
    font-family: 'Montserrat' , sans-serif;
    letter-spacing: 1px;
    font-size: 16px !important;
    color: #333333;
  }
}

p {
  font-family: 'Montserrat' , sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  color: #333333;
}

.header2 {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #fc3170 40%, #FC3472 100%);
  color: white;
}

.header {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #6917D3 40%, #7d35b0 100%);
  color: white;
}

.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: 0px;
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}

/* Shrinking for mobile */

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

@media (max-width: 768px) {
  .content {
    /*height: 30vh;*/
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

.icon {
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translateX(-50%) translateY(-50%);
}

.hamburger {
  content: ' ';
  position: relative;
  width: 20px;
  border: 2px solid #5704C8;
  border-radius: 5px;
  transition: all 0.333333333333333s ease;
}

.hamburger:after, .hamburger:before {
  content: ' ';
  position: absolute;
  left: 50%;
  width: 100%;
  border: 2px solid #5704C8;
  border-radius: 5px;
  transform: translateX(-50%);
  transition-property: top, bottom, transform;
  transition-duration: 1s, 1s, 0.25s;
}

.hamburger:after {
  top: -8px;
}

.hamburger:before {
  bottom: -8px;
}

.menu {
  pointer-events: none;
}

.menu--circle {
  position: absolute;
  z-index: 13;
  width: 265.333333px;
  height: 243.33333333333334px;
  overflow: hidden;
}

.menu__active {
  position: relative;
}

.menu__toggle {
  z-index: 11;
  position: absolute;
  top: -100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  left: -100px;
  width: 185px;
  margin-top: 20px;
  background: url("../../assets/img//patron-fondo.svg") !important;
  height: 166px;
  background-color: #fff !important;
  border-radius: 50%;
  transition: transform 1.3s;
  cursor: pointer;
  pointer-events: auto;
}

.menu__listings {
  z-index: 10;
  position: absolute;
  top: -200px;
  left: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  transform: scale(0.1) rotate(150deg);
  transition: transform 1s;
}

.menu__arrow {
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 28px !important;
  background: #5704C8;
  top: 1em;
  left: 223px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 11px;
  font-size: 8px;
}

.menu__arrow input[type="radio"] {
  position: fixed;
  top: -99999px;
  left: -99999px;
}

.menu__arrow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu__arrow--top {
  top: 0.5em;
  left: 220px;
}

.menu__arrow--top .arrow {
  transform: rotate(-45deg);
}

.menu__arrow--left {
  top: 220px;
  left: 0.5em;
}

.menu__arrow--left .arrow {
  transform: rotate(-135deg);
}

.arrow {
  margin-top: 6px;
  width: 20px;
  height: 20px;
  border-right: 3.666667px solid #fff;
  border-top: 3.666667px solid #fff;
  border-radius: 3px;
  transition: border-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}

.arrow:hover {
  border-color: #ff947f;
  transition: border-color 0.3s;
}

.circle {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #5704c838;
  border-radius: 50%;
  overflow: hidden;
  list-style: none;
}

.circle li {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0 100%;
}

.placeholder {
  opacity: 1 !important;
  background: transparent;
}

.circle li .placeholder {
  position: absolute;
  left: -100%;
  padding-top: 2.5em;
  width: 200%;
  height: 200%;
  text-align: center;
  transform: skewY(54deg) rotate(18deg);
}

.circle li .placeholder .upside {
  transform: rotate(180deg);
}

.circle li .placeholder a {
  text-decoration: none;
  pointer-events: auto;
}

.circle li .placeholder button {
  pointer-events: auto;
}

.circle li .placeholder .button {
  font-size: 2.3em;
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.circle li:nth-child(1) {
  transform: rotate(0deg) skewY(-54deg);
  background-color: #FC3472 !important;
  background-size: 900px;
  background-image: url(../../assets/img//circulo1.svg);
}

.circle li:nth-child(2) {
  transform: rotate(36deg) skewY(-54deg);
  background-color: #5A00D8 !important;
  background-size: 1800px;
  background-image: url(../../assets/img//patron-fondo-2.svg);
}

.circle li:nth-child(3) {
  transform: rotate(72deg) skewY(-54deg);
  background-color: #5704C8;
  background-size: 900px;
  background-image: url(../../assets/img//circulo4.svg);
}

.circle li:nth-child(4) {
  transform: rotate(108deg) skewY(-54deg);
  background-size: 900px;
  background-image: url(../../assets/img//circulo3.svg);
}

.circle li:nth-child(5) {
  transform: rotate(108deg) skewY(-54deg);
  background-size: 900px;
  background-image: url(../../assets/img//circulo3.svg);
}

.circle li:nth-child(6) {
  transform: rotate(180deg) skewY(-54deg);
  background-color: #FCCD03;
  background-size: 900px;
  background-image: url(../../assets/img//circulo6.svg);
}

.circle li:nth-child(7) {
  transform: rotate(216deg) skewY(-54deg);
  background-color: #A3F307;
  background-size: 900px;
  background-image: url(../../assets/img//circulo5.svg);
}

.circle li:nth-child(8) {
  transform: rotate(252deg) skewY(-54deg);
  background-color: #04F9E2;
  background-size: 900px;
  background-image: url(../../assets/img//circulo4.svg);
}

.circle li:nth-child(9) {
  transform: rotate(288deg) skewY(-54deg);
  background-color: #E2F705;
  background-size: 900px;
  background-image: url(../../assets/img//circulo3.svg);
}

.circle li:nth-child(10) {
  transform: rotate(324deg) skewY(-54deg);
  background-color: #FF7001;
  background-size: 900px;
  background-image: url(../../assets/img//circulo2.svg);
}

#menu__active {
  position: fixed;
  top: -99999px;
  left: -99999px;
}

#menu__active:checked ~ label .menu__listings {
  transform: rotate(118deg) scale(1);
  transition: transform 1s;
}

#menu__active:checked ~ label .menu__toggle {
  transition: all 1s;
}

#menu__active:checked ~ label .hamburger {
  border-color: transparent;
  transition: border-color 0.333333333333333s;
}

#menu__active:checked ~ label .hamburger:after {
  top: -2px;
  border-color: #5704c8;
  transform: translateX(-50%) rotate(45deg);
  transition-property: top, transform;
  transition-duration: 0.25s, 1s;
}

#menu__active:checked ~ label .hamburger:before {
  bottom: -2px;
  border-color: #5704c8;
  transform: translateX(-50%) rotate(-45deg);
  transition-property: bottom, transform;
  transition-duration: 0.25s, 1s;
}

#menu__active:checked ~ label .button:hover {
  color: #c1264e;
}

#menu__active:checked ~ label .menu__arrow {
  visibility: visible;
  transition: all 1s 1.111111111111111s;
}

#menu__active:checked ~ label .menu__arrow--top label {
  display: none;
}

#menu__active:checked ~ label .menu__arrow--top label[for="degree--up-0"] {
  display: block;
}

#menu__active:checked ~ label #degree--up-0:checked ~ .menu__listings {
  transform: rotate(224deg);
}

#menu__active:checked ~ label #degree--up-0:checked ~ .menu__arrow--top label {
  display: none;
}

#menu__active:checked ~ label #degree--up-0:checked ~ .menu__arrow--top label[for="degree--up-1"] {
  display: block;
}

#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings {
  transform: rotate(270deg);
}

#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings ~ .menu__arrow--top label {
  display: none;
}

#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings ~ .menu__arrow--top label[for="degree--up-2"] {
  display: block;
}

.fondo2 {
  z-index: 0;
  background-image: url(../../assets/img/circulo1.svg);
  width: 100%;
  height: 100vh;
  position: absolute;
  background-size: cover;
}

.fondo {
  z-index: 0;
  background-image: url(../../assets/img//fondo.svg);
  width: 100%;
  height: 100vh;
  position: absolute;
  background-size: cover;
}

.elementoprincipal {
  z-index: 1;
}

.elementoprincipal img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}

.sobremi {
  background-image: url("../../assets/img/onda2.svg");
  background-repeat: no-repeat;
  height: 405px;
}

.container2 {
  height: 120px;
  width: 120px;
  margin: 250px auto 0;
  position: relative;
}

.tituloprincipal {
  font-family: sumida_script_demoregular;
  color: #2b0599;
  font-size: 46px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@media (min-width: 992px) {
  .scroll-btn {
    margin-top: -44px !important;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
}

.scroll-btn {
  margin-top: -120px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
  color: #ffffff;
}

.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 24px;
  height: 37px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.clients-indicators {
  position: static;
  margin-top: 8px;
}

.clients-arrow {
  width: 27px !important;
  height: 25px !important;
  background: transparent !important;
  border-radius: 50%;
  top: 24% !important;
  transform: translateY(-50%);
  opacity: 1;
}

.clients-section {
  background: #f9f9f9;
  overflow: hidden;
}

.clients-title {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.clients-title::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #0d6efd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.client-logo {
  height: 110px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.client-logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.client-logo img {
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
}

/* Flechas */

.clients-arrow {
  width: 46px;
  height: 46px;
  background: #111;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: -15px;
}

.carousel-control-next {
  right: -15px;
}

.clients-arrow:hover {
  background: #0d6efd;
}

/* Puntitos */

.clients-indicators {
  position: static;
  margin-top: 35px;
}

.clients-indicators button {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  background-color: #111 !important;
  opacity: 0.3;
}

.clients-indicators .active {
  opacity: 1;
  background-color: #0d6efd !important;
}

/* Responsive */

@media (max-width: 768px) {
  .client-logo {
    height: 95px;
    padding: 18px;
  }
}

@media (max-width: 768px) {
  .carousel-control-prev {
    left: 0;
  }
}

@media (max-width: 768px) {
  .carousel-control-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .clients-arrow {
    width: 38px;
    height: 38px;
  }
}

.carousel-indicators .active {
  width: 40px !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 21px;
  border: none !important;
  height: 6px;
  width: 22px;
  background-color: #2b0599;
}

.carousel-indicators {
  contain-intrinsic-block-size: auto 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: left;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
}

.carousel-control-next, .carousel-control-prev {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0px;
  color: #fff;
  width: 21px;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
  flex-direction: row;
  justify-content: flex-end;
}

.flech {
  background-color: #2b0599;
  padding: 6px;
  position: static;
  width: 27px;
  margin: 0px 4px;
  border-radius: 26px;
  height: 28px;
}

.logocliente {
  width: 100%;
}

.logoclientevariacion {
  width: 100%;
  padding: 0px 30px;
}

.logoclientevariacion2 {
  width: 100%;
  padding: 0px 20px;
}

strong {
  font-weight: 900 !important;
}

/* ============================= */

/* SCROLLBAR PORTFOLIO CREATIVO */

/* ============================= */

html {
  scrollbar-width: 10px;
  scrollbar-color: #ffd400 #5a00d8;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: repeating-linear-gradient( 180deg, #5a00d8 0px, #5a00d8 12px, #6f19e8 12px, #6f19e8 24px );
  border-left: 2px dashed rgba(255, 212, 0, 0.55);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle at center, #ffffff 0 22%, transparent 24%), linear-gradient(180deg, #ffd400, #ffea70, #ffd400);
  border-radius: 999px;
  border: 4px solid #5a00d8;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55), 0 0 12px rgba(255, 212, 0, 0.8), 0 0 28px rgba(255, 212, 0, 0.45);
}

::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle at center, #5a00d8 0 18%, transparent 20%), linear-gradient(180deg, #ffffff, #ffd400, #ffffff);
}

/* ================================= */

/* CURSORES MASDEJORGE MEJORADOS */

/* Flecha + Mano click + Texto */

/* ================================= */

/* Cursor normal: flecha creativa */

html, body {
  cursor: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5 L39 25 L27 29 L35 43 L28 46 L20 32 L11 41 Z' fill='%235a00d8' stroke='%23ffd400' stroke-width='3.5' stroke-linejoin='round'/%3E%3C/svg%3E") 9 5, auto;
}

/* Mano para elementos clicables */

a, button, .btn, .nav-link, .dropdown-item, [role="button"], input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"], label, select, .clickable {
  cursor: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 6 C20.8 6 19 7.8 19 10 L19 29 L16.5 26.5 C14.8 24.8 12.1 24.8 10.5 26.4 C9 27.9 8.9 30.4 10.3 32 L20.4 44 C22.2 46.1 24.8 47.4 27.6 47.4 L38 47.4 C42.9 47.4 46.8 43.5 46.8 38.6 L46.8 24 C46.8 21.9 45.1 20.2 43 20.2 C41.8 20.2 40.8 20.7 40.1 21.5 C39.7 19.7 38.1 18.4 36.2 18.4 C35 18.4 34 18.9 33.3 19.7 C32.8 18.1 31.3 17 29.6 17 C28.6 17 27.7 17.4 27 18 L27 10 C27 7.8 25.2 6 23 6 Z' fill='%235a00d8' stroke='%23ffd400' stroke-width='3.2' stroke-linejoin='round'/%3E%3Cpath d='M27 19 L27 31 M33.2 20.5 L33.2 32 M40 22.5 L40 33' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='0.9'/%3E%3C/svg%3E") 23 7, pointer;
}

/* Mano cuando estás pulsando click */

a:active, button:active, .btn:active, .nav-link:active, .dropdown-item:active, [role="button"]:active, input[type="submit"]:active, input[type="button"]:active, label:active, select:active, .clickable:active {
  cursor: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 8 C20.8 8 19 9.8 19 12 L19 30 L16.6 27.6 C14.9 25.9 12.2 25.9 10.6 27.5 C9.1 29 9 31.5 10.4 33.1 L20.3 44.5 C22.1 46.6 24.7 47.8 27.5 47.8 L38.2 47.8 C43 47.8 46.8 44 46.8 39.2 L46.8 25 C46.8 22.9 45.1 21.2 43 21.2 C41.8 21.2 40.8 21.7 40.1 22.5 C39.7 20.7 38.1 19.4 36.2 19.4 C35 19.4 34 19.9 33.3 20.7 C32.8 19.1 31.3 18 29.6 18 C28.6 18 27.7 18.4 27 19 L27 12 C27 9.8 25.2 8 23 8 Z' fill='%23ffd400' stroke='%235a00d8' stroke-width='3.2' stroke-linejoin='round'/%3E%3Cpath d='M27 20 L27 31 M33.2 21.5 L33.2 32 M40 23.5 L40 33' stroke='%235a00d8' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") 23 9, pointer;
}

/* Cursor de texto: solo para textos y campos editables */

p, h1, h2, h3, h4, h5, h6, span, strong, em, li, small, blockquote, input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], textarea, [contenteditable="true"], .text-select {
  cursor: url("data:image/svg+xml,%3Csvg width='40' height='56' viewBox='0 0 40 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8 L23 8 L23 48 L17 48 Z' fill='%235a00d8' stroke='%23ffd400' stroke-width='2.8'/%3E%3Cpath d='M10 8 L30 8 M10 48 L30 48' stroke='%23ffd400' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") 20 28, text;
}

/* Color al seleccionar texto */

::selection {
  background: #ffd400;
  color: #5a00d8;
}

::selection {
  background: #ffd400;
  color: #5a00d8;
}

/* Clase manual para cualquier elemento clicable */

.cursor-click, .clickable {
  cursor: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 6 C20.8 6 19 7.8 19 10 L19 29 L16.5 26.5 C14.8 24.8 12.1 24.8 10.5 26.4 C9 27.9 8.9 30.4 10.3 32 L20.4 44 C22.2 46.1 24.8 47.4 27.6 47.4 L38 47.4 C42.9 47.4 46.8 43.5 46.8 38.6 L46.8 24 C46.8 21.9 45.1 20.2 43 20.2 C41.8 20.2 40.8 20.7 40.1 21.5 C39.7 19.7 38.1 18.4 36.2 18.4 C35 18.4 34 18.9 33.3 19.7 C32.8 18.1 31.3 17 29.6 17 C28.6 17 27.7 17.4 27 18 L27 10 C27 7.8 25.2 6 23 6 Z' fill='%235a00d8' stroke='%23ffd400' stroke-width='3.2' stroke-linejoin='round'/%3E%3Cpath d='M27 19 L27 31 M33.2 20.5 L33.2 32 M40 22.5 L40 33' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='0.9'/%3E%3C/svg%3E") 23 7, pointer !important;
}

/* Detecta automáticamente elementos clicables normales */

:is( a, button, .btn, .nav-link, .dropdown-item, .navbar-toggler, .carousel-control-prev, .carousel-control-next, .carousel-indicators button, .accordion-button, summary, label, select, video, .video-frame video, .portfolio-player video, [role="button"], [onclick], [data-bs-toggle], [data-bs-target], input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radio"]) {
  cursor: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 6 C20.8 6 19 7.8 19 10 L19 29 L16.5 26.5 C14.8 24.8 12.1 24.8 10.5 26.4 C9 27.9 8.9 30.4 10.3 32 L20.4 44 C22.2 46.1 24.8 47.4 27.6 47.4 L38 47.4 C42.9 47.4 46.8 43.5 46.8 38.6 L46.8 24 C46.8 21.9 45.1 20.2 43 20.2 C41.8 20.2 40.8 20.7 40.1 21.5 C39.7 19.7 38.1 18.4 36.2 18.4 C35 18.4 34 18.9 33.3 19.7 C32.8 18.1 31.3 17 29.6 17 C28.6 17 27.7 17.4 27 18 L27 10 C27 7.8 25.2 6 23 6 Z' fill='%235a00d8' stroke='%23ffd400' stroke-width='3.2' stroke-linejoin='round'/%3E%3Cpath d='M27 19 L27 31 M33.2 20.5 L33.2 32 M40 22.5 L40 33' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='0.9'/%3E%3C/svg%3E") 23 7, pointer !important;
}

.scroll-to-top {
  background: #ffd400;
  width: 45px;
  font-size: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 45px;
  background-image: url("../../assets/img//patron-fondo-3.svg") !important;
  color: #2b0599;
  border-radius: 24px;
  position: fixed;
  background-size: 312px;
  display: flex;
  bottom: 20px;
  right: 20px;
  align-items: center;
  justify-content: center;
}

.contacta {
  background: #ffd400;
  width: 47px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  height: 45px;
  color: #2b0599;
  background-image: url("../../assets/img//patron-fondo-3.svg") !important;
  border-radius: 24px;
  background-size: 362px;
  position: fixed;
  display: flex;
  top: 20px;
  right: 20px;
  align-items: center;
  justify-content: center;
}

.circulo {
  background: #FC3472;
  height: 225px;
  width: 225px;
  font-size: 20px;
  background-image: url("../../assets/img/circulo1.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo2 {
  background: #FC3472;
  height: 193px;
  width: 177px;
  font-size: 20px;
  background-image: url("../../assets/img/circulo1.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo1 {
  background: #FF7001;
  height: 225px;
  background-image: url("../../assets/img/circulo2.svg");
  background-size: cover;
  width: 225px;
  border-radius: 150px;
}

.circulo2 {
  background: #e2f705;
  background-image: url("../../assets/img/circulo3.svg");
  height: 225px;
  width: 225px;
  background-size: cover;
  border-radius: 150px;
}

.circulo9 {
  background: #fc3472;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/fondo.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo10 {
  background: #fc3472;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo1.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo10 {
  background: #FB6B01;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo2.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo17 {
  background: #A3F307;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo5.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo15 {
  background: #04F9E2;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo4.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo12 {
  background: #e2f705;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo2.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo12 {
  background: #e2f705;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo3.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo11 {
  background: #FB6B01;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo2.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo11 {
  background: #2c3134;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo2.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo8 {
  background: #fc3472;
  height: 135px;
  width: 135px;
  background-image: url("../../assets/img/circulo1.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo6 {
  background: #FCCD03;
  height: 225px;
  width: 225px;
  background-image: url("../../assets/img/circulo6.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo5 {
  background: #A3F307;
  height: 225px;
  width: 225px;
  background-image: url("../../assets/img/circulo5.svg");
  background-size: cover;
  border-radius: 150px;
}

.circulo4 {
  background: #04F9E2;
  height: 225px;
  background-image: url("../../assets/img/circulo4.svg");
  background-size: cover;
  width: 225px;
  border-radius: 150px;
}

.seccion-arriba {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-bottom: 120px;
}

/* Onda morada al final de la sección de arriba */

.servicios, .servicios-wave {
  background-image: url("patron-morado.svg");
}

.servicios {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background-color: #5a00d8 !important;
  background-image: url("../../assets/img/patron-fondo-2.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat;
  background-position: center -29px !important;
  padding-bottom: 90px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.servicios-wave {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 95px;
  background-color: #5a00d8 !important;
  background-image: url("../../assets/img/patron-fondo-2.svg") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center 41px !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.servicios-contenido {
  position: relative;
  z-index: 2;
}

.servicios, .servicios-wave {
  background-image: url("patron-morado.svg");
}

.servicios2, .servicios-wave2 {
  background-image: url("patron-morado.svg");
}

.servicios2 {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background-color: #FCCD03 !important;
  background-image: url("../../assets/img/patron-fondo-3.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat;
  background-position: center -29px !important;
  padding-bottom: 90px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.servicios-wave2 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 95px;
  background-color: #FCCD03 !important;
  background-image: url("../../assets/img/patron-fondo-3.svg") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center 41px !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.servicios-contenido2 {
  position: relative;
  z-index: 2;
}

.creativo {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background-color: white !important;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat;
  background-position: center -29px !important;
  padding-bottom: 90px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.creativo-wave {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 95px;
  background-color: white !important;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center 41px !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.creativo-contenido {
  position: relative;
  z-index: 2;
}

.tituloserviciosnegativo {
  color: #320ba6;
  font-weight: 700;
  font-size: 24px;
  padding-top: 10px;
}

.tituloservicios3 {
  color: #320ba6;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}

.tituloservicios2 {
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}

0 {
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}

.tituloservicios {
  color: white;
  font-weight: 700;
  font-size: 24px;
  padding-top: 10px;
}

.video-section {
  width: 100%;
  padding: 30px 14px;
}

.portfolio-player {
  width: 100%;
  margin: auto;
  position: relative;
  border-radius: 42px;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #ffffff;
  cursor: pointer;
}

.poster-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: #ffffff;
  background-image: url("../../assets/img/portfolio.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}

.portfolio-player.is-playing .poster-layer, .portfolio-player.has-started .poster-layer {
  opacity: 0;
  transform: scale(.98);
}

.big-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 18px;
  background: #ffd400;
  color: #000;
  z-index: 6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18), inset 0 -4px 0 rgba(0,0,0,.08);
  transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.big-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 27px solid #000;
  margin-left: 7px;
}

.big-play:hover {
  transform: translate(-50%, -50%) scale(1.045);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.23), inset 0 -4px 0 rgba(0,0,0,.08);
}

.portfolio-player.is-playing .big-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.92);
}

.player-controls {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  min-height: 48px;
  background: #ffd400;
  border-radius: 13px;
  background-image: url("../../assets/img//patron-fondo-3.svg") !important;
  background-size: 464px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), inset 0 -3px 0 rgba(0,0,0,.08);
  opacity: 1;
  transform: translateY(0);
  transition: opacity .25s ease, transform .25s ease;
}

.portfolio-player.controls-hidden.is-playing .player-controls {
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}

.control-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 9px;
  color: #000;
  transition: background .2s ease, transform .2s ease;
}

.control-btn:hover {
  background: rgba(0,0,0,.08);
  transform: translateY(-1px);
}

.control-btn.play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #000;
  margin-left: 3px;
}

.portfolio-player.is-playing .control-btn.play::before {
  width: 13px;
  height: 17px;
  border: 0;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  margin-left: 0;
}

.control-btn.mute {
  position: relative;
}

.control-btn.mute::before, .control-btn.mute::after {
  display: none !important;
  content: none !important;
}

.control-btn.mute .volume-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #000;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.control-btn.mute .icon-volume-on {
  display: block !important;
}

.control-btn.mute .icon-volume-off {
  display: none !important;
}

.portfolio-player.is-muted .control-btn.mute .icon-volume-on {
  display: none !important;
}

.portfolio-player.is-muted .control-btn.mute .icon-volume-off {
  display: block !important;
}

.progress-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 80px;
}

.progress-range {
  width: 100%;
  height: 5px;
  border: 0;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient( to right, #000 0%, #000 0%, rgba(0,0,0,.32) 0%, rgba(0,0,0,.32) 100% );
}

.progress-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(0,0,0,.08);
  transition: transform .2s ease;
}

.progress-range::-webkit-slider-thumb:hover {
  transform: scale(1.18);
}

.progress-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  box-shadow: 0 0 0 5px rgba(0,0,0,.08);
}

.time {
  min-width: 58px;
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(0,0,0,.08);
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  flex: 0 0 auto;
}

.control-btn.fullscreen::before {
  content: "";
  width: 17px;
  height: 17px;
  background: linear-gradient(#000 0 0) left top / 7px 3px no-repeat, linear-gradient(#000 0 0) left top / 3px 7px no-repeat, linear-gradient(#000 0 0) right top / 7px 3px no-repeat, linear-gradient(#000 0 0) right top / 3px 7px no-repeat, linear-gradient(#000 0 0) left bottom / 7px 3px no-repeat, linear-gradient(#000 0 0) left bottom / 3px 7px no-repeat, linear-gradient(#000 0 0) right bottom / 7px 3px no-repeat, linear-gradient(#000 0 0) right bottom / 3px 7px no-repeat;
}

.video-caption {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  margin: 18px 0 0;
  text-align: center;
}

.video-caption strong {
  color: #fff25c;
}

@media (max-width: 768px) {
  .portfolio-player {
    padding: 12px;
    border-radius: 30px;
  }
}

@media (max-width: 768px) {
  .video-frame {
    border-radius: 24px;
  }
}

@media (max-width: 768px) {
  .player-controls {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 10px;
    padding: 7px 10px;
  }
}

@media (max-width: 768px) {
  .big-play {
    width: 132px;
    height: 70px;
    border-radius: 15px;
  }
}

@media (max-width: 768px) {
  .big-play::before {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 22px;
  }
}

@media (max-width: 768px) {
  .time {
    min-width: 50px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .control-btn.mute {
    display: none;
  }
}

@media (max-width: 480px) {
  .player-controls {
    min-height: 44px;
  }
}

.big-play, .control-btn, .progress-range, .poster-layer, .video-frame video {
  cursor: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 6 C20.8 6 19 7.8 19 10 L19 29 L16.5 26.5 C14.8 24.8 12.1 24.8 10.5 26.4 C9 27.9 8.9 30.4 10.3 32 L20.4 44 C22.2 46.1 24.8 47.4 27.6 47.4 L38 47.4 C42.9 47.4 46.8 43.5 46.8 38.6 L46.8 24 C46.8 21.9 45.1 20.2 43 20.2 C41.8 20.2 40.8 20.7 40.1 21.5 C39.7 19.7 38.1 18.4 36.2 18.4 C35 18.4 34 18.9 33.3 19.7 C32.8 18.1 31.3 17 29.6 17 C28.6 17 27.7 17.4 27 18 L27 10 C27 7.8 25.2 6 23 6 Z' fill='%235a00d8' stroke='%23ffd400' stroke-width='3.2' stroke-linejoin='round'/%3E%3Cpath d='M27 19 L27 31 M33.2 20.5 L33.2 32 M40 22.5 L40 33' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='0.9'/%3E%3C/svg%3E") 23 7, pointer !important;
}

.portfolio-section {
  overflow: hidden;
}

.portfolio-eyebrow {
  display: inline-block;
  color: #5a00d8;
  background: #ffffff;
  border: 2px solid #5a00d8;
  padding: 6px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
  box-shadow: 5px 5px 0 #ffd600;
}

.portfolio-title {
  color: #211132;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}

.portfolio-description {
  max-width: 720px;
  margin: 0 auto;
  color: #5f526d;
  font-size: 18px;
  line-height: 1.7;
}

.portfolio-gallery {
  position: relative;
}

/* Ocultar inputs */

.portfolio-gallery > input[type="radio"], .portfolio-menu-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Botón menú móvil */

.portfolio-menu-mobile {
  display: none;
}

/* Filtros escritorio */

.portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 45px;
}

.portfolio-filters label {
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #5a00d8;
  border: 2px solid #5a00d8;
  font-weight: 800;
  transition: all 0.25s ease;
  box-shadow: 4px 4px 0 rgba(90, 0, 216, 0.18);
  user-select: none;
}

.portfolio-filters label:hover {
  transform: translateY(-3px);
  background: #5a00d8;
  color: #ffffff;
  box-shadow: 6px 6px 0 #ffd600;
}

/* Estado activo */

#filter-all:checked ~ .portfolio-filters label[for="filter-all"], #filter-diseno:checked ~ .portfolio-filters label[for="filter-diseno"], #filter-web:checked ~ .portfolio-filters label[for="filter-web"], #filter-marketing:checked ~ .portfolio-filters label[for="filter-marketing"], #filter-it:checked ~ .portfolio-filters label[for="filter-it"], #filter-apps:checked ~ .portfolio-filters label[for="filter-apps"] {
  background: #5a00d8;
  color: #ffffff;
  box-shadow: 6px 6px 0 #ffd600;
}

/* Tarjetas */

.portfolio-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  background: #211132;
  box-shadow: 0 18px 45px rgba(39, 16, 67, 0.16);
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

/* Capa hover */

.portfolio-overlay {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient( 180deg, rgba(33, 17, 50, 0.05) 0%, rgba(33, 17, 50, 0.35) 38%, rgba(33, 17, 50, 0.92) 100% );
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.portfolio-card:hover .portfolio-overlay, .portfolio-card:focus .portfolio-overlay, .portfolio-card:focus-visible .portfolio-overlay {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.1) contrast(1.08);
}

.portfolio-category {
  display: inline-flex;
  width: fit-content;
  background: #ffd600;
  color: #211132;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.portfolio-overlay h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
}

.portfolio-overlay p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

/* Filtros solo CSS */

#filter-diseno:checked ~ .portfolio-grid .portfolio-item:not(.cat-diseno) {
  display: none;
}

#filter-web:checked ~ .portfolio-grid .portfolio-item:not(.cat-web) {
  display: none;
}

#filter-marketing:checked ~ .portfolio-grid .portfolio-item:not(.cat-marketing) {
  display: none;
}

#filter-it:checked ~ .portfolio-grid .portfolio-item:not(.cat-it) {
  display: none;
}

#filter-apps:checked ~ .portfolio-grid .portfolio-item:not(.cat-apps) {
  display: none;
}

/* Móvil */

@media (max-width: 767px) {
  .portfolio-description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    background: #5a00d8;
    color: #ffffff;
    border: 2px solid #5a00d8;
    border-radius: 20px;
    padding: 15px 18px;
    font-weight: 900;
    margin-bottom: 14px;
    cursor: pointer;
    box-shadow: 6px 6px 0 #ffd600;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-icon::before, .portfolio-menu-icon::after, .portfolio-menu-icon {
    border-top: 3px solid #ffffff;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-icon::before, .portfolio-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-icon::before {
    top: 6px;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-icon::after {
    top: 15px;
  }
}

@media (max-width: 767px) {
  .portfolio-filters {
    display: none;
    flex-direction: column;
    gap: 10px;
    background: #ffffff;
    border: 2px solid rgba(90, 0, 216, 0.18);
    border-radius: 24px;
    padding: 14px;
    margin-bottom: 32px;
    box-shadow: 0 18px 40px rgba(39, 16, 67, 0.12);
  }
}

@media (max-width: 767px) {
  #portfolio-menu-toggle:checked ~ .portfolio-filters {
    display: flex;
  }
}

@media (max-width: 767px) {
  .portfolio-filters label {
    width: 100%;
    text-align: center;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .portfolio-card {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
  }
}

/* En móvil dejamos la info visible porque no hay hover real */

@media (max-width: 767px) {
  .portfolio-overlay {
    opacity: 1;
    transform: none;
    padding: 22px;
    background: linear-gradient( 180deg, rgba(33, 17, 50, 0.02) 0%, rgba(33, 17, 50, 0.18) 35%, rgba(33, 17, 50, 0.9) 100% );
  }
}

@media (max-width: 767px) {
  .portfolio-overlay h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .portfolio-overlay p {
    font-size: 12px;
  }
}

.portfolio-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #5a00d8;
  color: #ffffff;
  border: 2px solid #5a00d8;
  border-radius: 999px;
  padding: 15px 28px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 6px 6px 0 #ffd600;
  transition: all 0.25s ease;
}

.portfolio-load-more::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.portfolio-load-more:hover {
  transform: translateY(-4px);
  border-color: #370087;
  box-shadow: 8px 8px 0 #ffd600;
}

.portfolio-load-more.is-hidden {
  display: none;
}

.portfolio-load-more.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.portfolio-empty {
  text-align: center;
  color: #5f526d;
  font-weight: 700;
  padding: 40px 0;
}

.resenas {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background-color: #fccd03 !important;
  background-image: url("../../assets/img/patron-fondo-3.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
  background-position: center -29px !important;
  padding-bottom: 90px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.resenas-wave {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 95px;
  background-image: url("../../assets/img//patron-fondo-3.svg") !important;
  background-color: #fccd03 !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center 41px !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.resenas-contenido {
  position: relative;
  z-index: 2;
}

.reviews-section {
  background: #ffffff;
  overflow: hidden;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #5a00d8;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.reviews-carousel {
  position: relative;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fefbfb;
  border-radius: 28px;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(90, 0, 216, 0.14);
}

.review-card::after {
}

.review-stars {
  color: #ff9d00;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 16px;
}

.review-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.review-text {
  color: #222222;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-toggle:checked + .review-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.review-more {
  display: inline-block;
  width: fit-content;
  color: #0a66c2;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  margin-bottom: 24px;
}

.review-more:hover {
  text-decoration: underline;
}

.review-more .text-less {
  display: none;
}

.review-toggle:checked + .review-text + .review-more .text-more {
  display: none;
}

.review-toggle:checked + .review-text + .review-more .text-less {
  display: inline;
}

.review-profile {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}

.review-profile h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 800;
  color: #111111;
}

.review-profile h3::after {
  content: "in";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  width: 18px;
  height: 18px;
  border-radius: 24px;
  background: #5a00d8;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 900;
  font-family: Arial, sans-serif;
  vertical-align: middle;
}

.review-profile span {
  display: block;
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.3;
}

.review-profile small {
  display: block;
  color: #5a00d8;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 2px;
}

.reviews-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 42px;
}

.reviews-indicators {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.reviews-indicators button {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50%;
  border: 0 !important;
  background-color: #5a00d8 !important;
  opacity: 0.25;
  margin: 0 !important;
}

.reviews-indicators .active {
  opacity: 1;
}

.reviews-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-control {
  position: static;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #5a00d8;
  color: #ffffff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.reviews-control:hover {
  background: #3f0099;
  color: #ffffff;
  transform: translateY(-2px);
}

.reviews-control:focus {
  box-shadow: 0 0 0 4px rgba(90, 0, 216, 0.2);
}

@media (max-width: 767px) {
  .review-card {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .review-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .reviews-bottom {
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  .reviews-indicators {
    flex-wrap: wrap;
  }
}

.text-more {
  color: #5a00d8;
}

.review-text {
  font-size: 13px;
}

.text-less {
  color: #5a00d8;
}

/* Evita que todas las tarjetas se estiren cuando una se abre */

.reviews-carousel .carousel-item .row {
  align-items: flex-start;
}

/* Oculta el checkbox */

.review-card .review-toggle {
  display: none;
}

/* Texto recortado por defecto */

.review-card .review-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Solo se abre la reseña concreta que has pulsado */

.review-card .review-toggle:checked + .review-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* Botón leer más / leer menos */

.review-card .review-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: #5a00d8;
  cursor: pointer;
}

.review-card .text-less {
  display: none;
}

.review-card .review-toggle:checked ~ .review-more .text-more {
  display: none;
}

.review-card .review-toggle:checked ~ .review-more .text-less {
  display: inline;
}

.reviews-control.flech2 {
  padding: 0px !important;
  height: 29px;
  width: 29px;
}

#2b0599 {
}

.descripcionneg {
  color: #2b0599;
}

.formularios {
  background: #fefbfb;
  border-radius: 28px;
  font-size: 18px;
  padding: 16px;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
}

.envio {
  border-radius: 20px;
  height: 100%;
}

.envio:hover {
  background: #fccd03 !important;
  color: #2b0599;
  font-weight: 500;
  font-size: 20px;
  background-image: url("../../assets/img/patron-fondo-3.svg") !important;
}

.envio {
  background: #fccd03 !important;
  color: #2b0599;
  font-weight: 500;
  font-size: 20px;
  background-image: url("../../assets/img/patron-fondo-3.svg") !important;
}

.text-amarillo {
  color: #ffd400;
  text-decoration: none;
}

.servicios, .servicios-wave {
  background-image: url("patron-morado.svg");
}

.contacto {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background-color: #5a00d8 !important;
  background-image: url("../../assets/img/patron-fondo-2.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat;
  background-position: center -29px !important;
  padding-bottom: 20px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.contacto-wave {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 95px;
  background-color: #5a00d8 !important;
  background-image: url("../../assets/img/patron-fondo-2.svg") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center 41px !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.contacto-contenido {
  position: relative;
  z-index: 2;
}

.contacto, .contacto-wave {
  background-image: url("patron-morado.svg");
}

.iconocontacto {
  color: #5a00d8;
  background: #ffd400;
  font-size: 34px;
  border-radius: 20px;
  padding: 7px;
  margin-right: 10px;
}

.menu-item {
  position: relative;
}

/* Nombre del botón */

.menu-item::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 28px);
  background: #0000003b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  opacity: 1 !important;
  padding: 7px 10px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 99;
}

/* Que aparezca al pasar el ratón */

.menu-item::after {
  opacity: 1;
  transform: translate(-50%, 38px);
}

#bigPlay {
  background-image: url("../../assets/img//patron-fondo-3.svg") !important;
  background-size: 454px;
}

#loadMorePortfolio {
}

.portfolio-load-more {
}

.portfolio-load-more {
  background-image: url("../../assets/img/patron-fondo-2.svg") !important;
}

.envio {
  border: none;
}

.open-accessibility-container {
  position: fixed;
  bottom: 36px;
  left: 34px;
  z-index: 1000;
}

.open-accessibility-menu {
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 4px 4px 18px 5px rgba(0, 0, 0, 0.15);
  padding: 9px;
  width: 258px;
  display: none;
  flex-wrap: wrap;
  gap: 9px;
}

.open-accessibility-menu-button {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 8px;
  border-radius: 8px;
  color: #1c1f7d;
  cursor: pointer;
}

.open-accessibility-menu-button svg {
  width: 125px;
  height: 72px;
  fill: #1c1f7d;
  margin-bottom: -15px;
}

.open-accessibility-close-button {
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
}

.open-accessibility-close-button svg {
  width: 20px;
  height: 20px;
}

/* Oculta el cursor predeterminado cuando se activa el cursor grande */

.big-cursor-enabled {
  cursor: none;
}

.big-cursor {
  position: fixed;
  width: 105px;
  height: 105px;
  background-color: rgba( 35, 31, 116, 0.8 );
  border: 2px solid white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.btn-convert {
  background-color: #231f74;
}

.accessibility-toggle {
  width: 45px;
  height: 45px;
  background-size: 312px !important;
  border-radius: 40px;
  background: #fccd03;
  border: none;
  color: #5a00d8;
  cursor: pointer;
  background-image: url("../../assets/img//patron-fondo-3.svg") !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.accessibility-widget {
  position: fixed;
  bottom: 20px;
  left: 27px;
  z-index: 1000;
}

.accessibility-toggle:hover {
  transform: scale(1.05);
}

.accessibility-menu.show {
  display: flex;
}

.accessibility-option {
  padding: 10px;
  font-weight: 600;
  line-height: 17px;
  justify-content: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -10px;
  border-radius: 4px;
  transition: background 0.2s;
  flex-wrap: wrap;
}

.accessibility-option:hover {
  background: rgba(240,240,240,0.63);
  padding-top: 54px;
  border-radius: 15px;
}

.holvel {
  padding-top: 54px;
}

.accessibility-option svg {
  fill: #454360;
  margin-top: -65px;
  position: absolute;
  font-weight: 900;
  width: 184px !important;
  padding: 37px;
}

/* Estilos para las modificaciones de accesibilidad */

body.accessibility-zoom main {
  transform-origin: top left;
  width: 100%;
  min-height: 100vh;
}

body.accessibility-invert {
  filter: invert(1);
}

body.accessibility-contrast {
  filter: contrast(150%);
}

body.accessibility-grayscale {
  filter: grayscale(100%);
}

body.accessibility-big-cursor * {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="16" fill="black"/></svg>') 16 16, pointer !important;
}

#accessibility-menu {
  flex-direction: row !important;
  position: fixed;
  background-color: white !important;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
  z-index: 1100;
  background-size: 494px !important;
  display: none;
  bottom: 93px;
  left: 38px;
  background: white;
  border-radius: 21px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px;
  padding-top: 23px;
  padding-bottom: 11px;
  width: 281px;
  flex-direction: column;
}

#accessibility-menu.show {
  display: block;
}

@media only screen and (max-width: 991px) {
  #accessibility-menu {
    bottom: 150px;
    left: 31px;
  }
}

.servicios3, .servicios-wave3 {
  background-image: url("patron-morado.svg");
}

.servicios3 {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background-color: #fc3472 !important;
  background-image: url("../../assets/img/patron-fondo-4.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat;
  background-position: center -29px !important;
  padding-bottom: 90px !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.servicios-wave3 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 95px;
  background-color: #fc3472 !important;
  background-image: url("../../assets/img/patron-fondo-4.svg") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center 41px !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 140' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,75 C180,110 360,40 560,70 C760,100 930,120 1120,75 C1280,35 1370,50 1440,65 L1440,140 L0,140 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.servicios-contenido3 {
  position: relative;
  z-index: 2;
}

.servicios3, .servicios-wave3 {
  background-image: url("patron-morado.svg");
}

/* CUSTOM CLASSES */

.glowCookies__border {
  border: 1px solid #e6e6e6 !important;
}

.glowCookies__left {
  left: 15px;
}

.glowCookies__right {
  right: 15px;
}

.glowCookies__show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}

/* COMMON STYLES */

/* ========================= */

.glowCookies__banner {
  opacity: 0;
  color: white !important;
  background-color: #5a00d8 !important;
  background-image: url(../../assets/img//patron-fondo-2.svg) !important;
  visibility: hidden;
  transform: scale(0.9);
  font-family: inherit;
  position: fixed;
  width: auto;
  max-width: 375px;
  z-index: 999;
  -webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  -moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  transition: transform .2s ease, opacity .2s ease !important;
}

.glowCookies__banner .accept__btn__styles {
  border: none;
  padding: 13px 15px;
  background-size: 312px !important;
  background: #fccd03 !important;
  background-image: url(../../assets/img//patron-fondo-3.svg) !important;
  font-family: inherit;
  color: #5704c8 !important;
  font-size: 15px;
  font-family: inherit;
  width: 49%;
  cursor: pointer;
  font-weight: bolder;
  transition: filter 0.15s;
  user-select: none;
}

.glowCookies__banner .settings__btn__styles {
  border: none;
  padding: 13px 15px;
  font-family: inherit;
  font-size: 15px;
  width: 49%;
  background-size: 1012px !important;
  background-color: white !important;
  background-image: url(../../assets/img//patron-fondo.svg) !important;
  cursor: pointer;
  font-weight: bolder;
  transition: filter 0.15s;
  user-select: none;
}

.glowCookies__banner .btn__section button:focus {
  outline: none;
  transform: scale(0.95);
  -webkit-filter: contrast(75%);
  filter: contrast(75%);
}

.glowCookies__banner .btn__section button:hover {
  -webkit-filter: contrast(85%);
  filter: contrast(85%);
}

@media (max-width: 455px) {
  .btn__section .btn__accept {
    width: 100%;
    margin-bottom: 7px;
  }
}

@media (max-width: 455px) {
  .btn__section .btn__settings {
    width: 100%;
  }
}

/* BANNER STYLE 1 */

/* ========================= */

.glowCookies__banner__1 {
  bottom: 15px;
  border-radius: 20px;
  color: white !important;
}

.glowCookies__banner__1 > h3 {
  font-size: 24px;
  margin: 0px;
  padding: 8px 0;
  border-radius: 20px;
  color: white !important;
}

.glowCookies__banner__1 > p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
  color: white !important;
}

.glowCookies__banner__1 .read__more {
  font-weight: bolder;
  color: white !important;
}

.glowCookies__banner__1 .read__more:hover {
  color: white !important;
}

.glowCookies__banner__1 .btn__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}

.glowCookies__banner__1 .btn__section button {
  border-radius: 10px;
}

@media (max-width: 455px) {
  .glowCookies__banner__1 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 7px;
  }
}

@media (max-width: 455px) {
  .glowCookies__banner__1 .btn__section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
  }
}

/* BANNER STYLE 2 */

/* ========================= */

.glowCookies__banner__2 {
  bottom: 15px;
  border-radius: 5px;
  padding: 25px 35px;
}

.glowCookies__banner__2 > h3 {
  font-size: 24px;
  margin: 0px;
  padding: 8px 0;
}

.glowCookies__banner__2 > p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}

.glowCookies__banner__2 .read__more {
  font-weight: bolder;
}

.glowCookies__banner__2 .read__more:hover {
  opacity: 0.8;
}

.glowCookies__banner__2 .btn__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}

.glowCookies__banner__2 .btn__section button {
  border-radius: 5px;
}

@media (max-width: 455px) {
  .glowCookies__banner__2 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    border: 0px;
    max-width: 550px;
  }
}

@media (max-width: 455px) {
  .glowCookies__banner__2 .btn__section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
  }
}

/* BANNER STYLE 3 */

/* ========================= */

.glowCookies__banner__3 {
  bottom: 15px;
  border-radius: 0px;
  padding: 25px 35px;
}

.glowCookies__banner__3 > h3 {
  font-size: 30px;
  margin: 0px;
  padding: 8px 0;
}

.glowCookies__banner__3 > p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}

.glowCookies__banner__3 .read__more {
  font-weight: bolder;
}

.glowCookies__banner__3 .read__more:hover {
  opacity: 0.8;
}

.glowCookies__banner__3 .btn__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 25px;
}

.glowCookies__banner__3 .btn__section button {
  border-radius: 0px;
}

@media (max-width: 455px) {
  .glowCookies__banner__3 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    border: 0px;
    max-width: 550px;
  }
}

@media (max-width: 455px) {
  .glowCookies__banner__3 .btn__section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
  }
}

/* Prebanner styles */

/* =========================== */

.prebanner {
  position: fixed;
  bottom: 19px !important;
  right: 79px !important;
  z-index: 999;
  border-radius: 37px !important;
  min-height: 50px;
  min-width: 125px;
  color: white !important;
  background-color: #5a00d8 !important;
  background-image: url(../../assets/img//patron-fondo-2.svg) !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: bolder;
  line-height: normal;
  border: none;
  padding: 12px 18px;
  text-decoration: none;
  user-select: none;
  background-size: 489px !important;
  -webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
  -moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
  box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
}

.prebanner__border__1 {
  border-radius: 15px;
}

.prebanner__border__2 {
  border-radius: 10px;
}

.prebanner__border__3 {
  border-radius: 2px;
}

.animation {
  transition: .2s;
}

.animation:hover {
  transform: scale(.97);
}

.prebanner:hover {
  text-decoration: none;
}

.btn__section button {
  border-radius: 42px !important;
}

#fondopaginas {
  background-color: white !important;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
}

.tituloprincipal2 {
  font-family: sumida_script_demoregular;
  color: #2b0599;
  font-size: 44px;
  line-height: 48px !important;
}

.tituloprincipal2 {
  font-family: sumida_script_demoregular;
  color: #2b0599;
  font-size: 44px;
  line-height: 48px !important;
}

.table > :not(caption) > * > * {
  background: transparent !important;
}

.tituloprincipal3 {
  font-family: 'Montserrat';
  color: rgb(0,0,0);
  font-weight: bold;
  font-size: 21px;
}

.cuadritos2 {
  color: #F05B00;
  font-weight: 500;
  border-color: #F05B00;
  font-size: 13px;
  border-radius: 20px;
  border-width: 1px;
  padding: 7px 17px;
  border-style: solid;
}

.cuadritos3 {
  color: #2B0599;
  font-weight: 500;
  border-color: #2B0599;
  border-radius: 20px;
  border-width: 1px;
  padding: 7px 17px;
  border-style: solid;
}

.cuadritos {
  color: #F90450;
  font-weight: 500;
  border-color: #F90450;
  border-radius: 20px;
  border-width: 1px;
  padding: 7px 17px;
  border-style: solid;
}

.imagenflotante {
  position: relative !important;
  top: 0px !important;
}

.formaflotante {
}

@media only screen and (min-width: 1400px) {
  .diseno {
    margin-top: -405px !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 992px) {
  .diseno {
    margin-top: -246px;
    margin-bottom: 61px;
  }
}

@media only screen and (max-width: 768px) {
  .diseno {
    margin-top: -236px;
  }
}

@media (min-width: 768px) {
  .diseno {
    margin-top: -236px;
  }
}

@media only screen and (min-width: 1400px) {
  .diseno2 {
    margin-top: -405px !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 992px) {
  .diseno2 {
    margin-top: -262px;
    margin-bottom: 162px;
  }
}

@media only screen and (max-width: 768px) {
  .diseno2 {
    margin-top: -45px;
  }
}

@media (min-width: 768px) {
  .diseno2 {
    margin-top: -120px;
  }
}

.iconosser2 {
  width: 74px;
  height: 50px;
}

.iconosser {
  width: 74px;
  height: 50px;
  filter: invert(100%);
}

.iconosser1 {
  width: 74px;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(6873%) hue-rotate(256deg) brightness(58%) contrast(122%);
}

html body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
}

.bordesportfolio {
  border-radius: 30px;
}

.formularios {
  font-size: 16px;
}

.form-check-label {
  font-size: 14px;
}

.envio {
  font-size: 17px !important;
}

@media (min-width: 768px) {
  .carru {
    overflow: hidden;
    height: 90px !important;
  }
}

* {
  box-sizing: border-box !important;
}

a {
  text-decoration: none !important;
}

.tituloservicios2 {
  color: white !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding-top: 10px;
}

.porta {
  width: 100%;
  height: 640px;
  border-radius: 27px;
}

@media (max-width: 768px) {
  .porta {
    width: 100%;
    height: 440px !important;
    border-radius: 27px;
  }
}

.textocentrado {
  text-align: center;
}

.textocentradoblanco {
  text-align: center;
  color: #ffffff !important;
}

.posicionabs {
  position: absolute;
  margin-top: 49px;
  margin-left: -26px;
}

.margenbot {
  margin-bottom: -900px;
}

.lineaheight {
  line-height: 56px;
}

.margenbot2 {
  margin-bottom: 52px;
}

.tamanio {
  font-size: 13px !important;
}

.iconio {
  font-size: 19px;
}

.posicionfija {
  position: fixed;
  top: 0px;
  left: 0px;
}

.formacirc {
  background: #FF7001;
  background-image: url("../../assets/img/circulo2.svg");
  background-size: cover;
}

.formacirc3 {
  background: #e2f705;
  background-image: url("../../assets/img/circulo3.svg");
  background-size: cover;
}

.formacirc4 {
  background: #04F9E2;
  background-image: url("../../assets/img/circulo4.svg");
  background-size: cover;
}

.formacirc6 {
  background: #A3F307;
  background-image: url("../../assets/img/circulo5.svg");
  background-size: cover;
}

.formacirc7 {
  background: #FCCD03;
  background-image: url("../../assets/img/circulo6.svg");
  background-size: cover;
}

.textcolor {
  color: rgb(255,255,255);
}

.altura {
  height: 200px;
}

.filtroblanco {
  filter: brightness(0%) invert(100%);
  width: 100%;
}

.posiabso {
  position: absolute;
  margin-top: 61px;
  margin-left: -26px;
}

.fontcolorcenter {
  text-align: center;
  color: #2b0599 !important;
}

.patronfondo {
  background: url("../../assets/img/patron-fondo-2.svg");
}

.patronfondo2 {
  background-color: white !important;
  background-image: url("../../assets/img/patron-fondo.svg") !important;
  background-size: 100% !important;
  background-repeat: repeat;
}

.patronfondo3 {
  background: url("../../assets/img/patron-fondo-4.svg");
}

.relativa {
  position: relative;
}

.posiabsol {
  position: absolute;
  margin-top: 51px;
  margin-left: -26px;
}

.margenlft {
  margin-left: -10px;
}

.imgcambios {
  margin-top: -81px;
  width: 775px;
  margin-bottom: 286px;
}

.patronfondo4 {
  background: url("../../assets/img/patron-fondo-4.svg");
  margin-top: -62px !important;
}

.filtronegativo {
  width: 100%;
  filter: brightness(0%) invert(100%);
}

.patronfondo7 {
  background: url("../../assets/img/patron-fondo-2.svg");
  margin-top: -88px !important;
}

.parrafos {
  color: rgb(255,255,255);
  text-align: center;
}

.colorttitulo {
  color: #2b0599;
}

.posimg {
  position: absolute;
  margin-top: 46px;
  margin-left: -26px;
}

.contatos {
  position: fixed;
  top: 0px;
  overflow: hidden !important;
  left: 0px;
}

.imgarriba {
  margin-top: -81px;
  width: 355px;
  margin-bottom: 181px;
}

.cabecerarriba {
  text-align: center;
  color: #ffffff !important;
  line-height: 46px;
}

.imagendeeventos {
  position: absolute;
  margin-top: 55px;
  margin-left: -26px;
}

.fondopatron8 {
  background: url("../../assets/img/patron-fondo-4.svg");
  margin-top: -215px !important;
}

.sonrisa2 {
  position: absolute;
  margin-top: 43px;
  margin-left: -26px;
}

.bgwhite {
  background: #ffffff;
}

.zindex9 {
  z-index: 99;
}

.imgit {
  height: 50px;
  width: 50px;
}

.parrafo1 {
  text-align: center;
  color: #2b0599;
}

.sonrisa {
  position: absolute;
  margin-top: 54px;
  margin-left: -26px;
}

.postop {
  margin-top: -10px;
}

.sonrisa6 {
  position: absolute;
  margin-top: 41px;
  margin-left: -26px;
}

.sonrisa5 {
  position: absolute;
  margin-top: 52px;
  margin-left: -26px;
}

.sonrisa4 {
  position: absolute;
  margin-top: 47px;
  margin-left: -26px;
}

.subcabe {
  font-size: 23px;
}

.altos {
  height: 180px;
}

