@charset "UTF-8";
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---          DEFINICIONES         --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/*    COLORES     */
/*    FUENTES     */
@font-face {
  font-family: 'BigNoodleTitling';
  src: url("../fonts/big_noodle_titling.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  --principal: #024F6B;
  --secundario: #76C5BB;
  --terciario: #B3C0C6;
  --white: #FFFFFF;
  --dark: #01060a; }

/* animated pulsating glow */
@-webkit-keyframes neon-pulse {
  0% {
    -webkit-filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
            filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-filter: drop-shadow(0 0 18px rgba(118, 197, 187, 0.6)) saturate(1.2);
            filter: drop-shadow(0 0 18px rgba(118, 197, 187, 0.6)) saturate(1.2);
    -webkit-transform: translateY(-3px) scale(1.02);
            transform: translateY(-3px) scale(1.02); }
  100% {
    -webkit-filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
            filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
@keyframes neon-pulse {
  0% {
    -webkit-filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
            filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-filter: drop-shadow(0 0 18px rgba(118, 197, 187, 0.6)) saturate(1.2);
            filter: drop-shadow(0 0 18px rgba(118, 197, 187, 0.6)) saturate(1.2);
    -webkit-transform: translateY(-3px) scale(1.02);
            transform: translateY(-3px) scale(1.02); }
  100% {
    -webkit-filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
            filter: drop-shadow(0 0 6px rgba(118, 197, 187, 0.3)) saturate(1.05);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
@-webkit-keyframes neon-glow {
  0% {
    -webkit-filter: drop-shadow(0 0 5px #76C5BB);
            filter: drop-shadow(0 0 5px #76C5BB); }
  50% {
    -webkit-filter: drop-shadow(0 0 20px #76C5BB);
            filter: drop-shadow(0 0 20px #76C5BB); }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #76C5BB);
            filter: drop-shadow(0 0 10px #76C5BB); } }
@keyframes neon-glow {
  0% {
    -webkit-filter: drop-shadow(0 0 5px #76C5BB);
            filter: drop-shadow(0 0 5px #76C5BB); }
  50% {
    -webkit-filter: drop-shadow(0 0 20px #76C5BB);
            filter: drop-shadow(0 0 20px #76C5BB); }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #76C5BB);
            filter: drop-shadow(0 0 10px #76C5BB); } }
@-webkit-keyframes neon-glow-blanco {
  0% {
    -webkit-filter: drop-shadow(0 0 5px #FFFFFF);
            filter: drop-shadow(0 0 5px #FFFFFF); }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #024F6B);
            filter: drop-shadow(0 0 10px #024F6B); } }
@keyframes neon-glow-blanco {
  0% {
    -webkit-filter: drop-shadow(0 0 5px #FFFFFF);
            filter: drop-shadow(0 0 5px #FFFFFF); }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #024F6B);
            filter: drop-shadow(0 0 10px #024F6B); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-transform: translateY(-3px) scale(1.03);
            transform: translateY(-3px) scale(1.03); }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
  50% {
    -webkit-transform: translateY(-3px) scale(1.03);
            transform: translateY(-3px) scale(1.03); }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); } }
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---          GENERALES            --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
html, body {
  height: 100%; }

body {
  margin: 0;
  font-family: "Oswald", sans-serif;
  background-color: #01060a;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---          NAV BAR              --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
.fondo-menu {
  background: rgba(0, 52, 71, 0.1) !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: 0 0 15px rgba(118, 197, 187, 0.5) !important;
          box-shadow: 0 0 15px rgba(118, 197, 187, 0.5) !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.encabezado {
  background: rgba(0, 52, 71, 0.9);
  border-bottom: 2px solid #76C5BB;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 0.5rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.encabezado a {
  text-decoration: none; }

.encabezado .collapse {
  display: block; }

.boton-menu {
  display: none; }

.encabezado .logo {
  font-family: "BigNoodleTitling", sans-serif;
  font-size: 2rem;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(2, 79, 107, 0.8), 0 0 20px rgba(118, 197, 187, 0.6);
  letter-spacing: 2px;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate;
  margin: 0;
  text-decoration: none;
  padding-left: 10rem; }

.encabezado .boton-menu {
  border: 0;
  margin: 0;
  margin-left: auto;
  font-size: 2rem;
  background: transparent;
  color: #FFFFFF;
  padding-right: 2rem; }

.encabezado .menu-principal {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto;
  padding-right: 10rem; }

.encabezado .menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0; }

.encabezado .menu-principal ul li a {
  display: block;
  margin: 0 auto;
  font-family: "BigNoodleTitling", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem;
  display: inline;
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 400;
  font-size: 1.5rem; }

.encabezado .menu-principal ul li a:hover {
  color: #76C5BB !important;
  text-shadow: 0 0 5px #76C5BB, 0 0 15px #76C5BB, 0 0 30px #024F6B; }

/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---        INICIO (PORTADA)       --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* --- Hero / Portada (INICIO) --- */
.hero {
  height: 100vh;
  /* ocupa toda la pantalla */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  /* Imagen de fondo abstracta/digital*/
  /*background-image:
    radial-gradient(ellipse at center, rgba(2,79,107,0.7), rgba(0,0,0,1)),
    url('../images/fondo-principal.png');*/
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(2, 82, 107, 0.7)), color-stop(90%, black)), url("../images/fondo-principal.png");
  background-image: linear-gradient(180deg, rgba(2, 82, 107, 0.7) 25%, black 90%), url("../images/fondo-principal.png");
  background-size: contain;
  background-position: center;
  background-attachment: scroll,fixed !important;
  -webkit-filter: contrast(110%) saturate(120%);
          filter: contrast(110%) saturate(120%);
  z-index: 0; }

/*LOGO CENTRAL*/
.hero img {
  -webkit-animation: neon-glow 1s;
          animation: neon-glow 1s; }

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px; }

/* Logo con resplandor/neón pulsante */
.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  padding: 0 30px;
  max-width: 420px; }

.logo-glow {
  display: inline-block;
  padding: 18px;
  border-radius: 18px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* gentle neon background and multiple glows */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.logo-glow img {
  display: block;
  width: 200px;
  -webkit-animation: neon-glow-blanco 2s infinite alternate;
          animation: neon-glow-blanco 2s infinite alternate;
  mix-blend-mode: screen; }

.brand-title {
  font-family: "BigNoodleTitling", sans-serif;
  font-size: 5rem;
  color: #76C5BB;
  text-shadow: 0 0 10px rgba(2, 79, 107, 0.8), 0 0 20px rgba(118, 197, 187, 0.6);
  letter-spacing: 2px;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate;
  margin: 0; }

.brand-sub {
  color: #B3C0C6;
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  margin: 0; }

/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---           NOSOTROS            --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
.nosotros-section {
  /*background: linear-gradient(black 0%,
                              rgba(2, 79, 107, 0.7) 30%,
                              rgba(2, 79, 107, 0.7) 20%,
                              black 80%)
              ,url("../images/fondo-nosotros.png");*/
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(30%, rgba(2, 79, 107, 0.7)), color-stop(70%, rgba(118, 197, 187, 0.7)), color-stop(90%, black));
  background: linear-gradient(black 0%, rgba(2, 79, 107, 0.7) 30%, rgba(118, 197, 187, 0.7) 70%, black 90%);
  background-size: cover;
  padding-top: 80px;
  height: 100vh; }

.nosotros-titulo {
  color: #76C5BB;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(2, 79, 107, 0.12);
  font-variant: small-caps;
  font-size: 3.5rem; }

.nosotros-intro {
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 2rem;
  color: #FFFFFF; }

.nosotros-diferencias h2 {
  color: #76C5BB;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(2, 79, 107, 0.12);
  font-variant: small-caps;
  font-size: 3.5rem; }

.pregunta-diferencias {
  -ms-flex-item-align: center;
      align-self: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 30px 30px 100px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: 0px 0px 20px 12px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 20px 12px rgba(255, 255, 255, 0.6); }

.pregunta-diferencias h3 {
  font-family: "BigNoodleTitling", sans-serif;
  text-align: right;
  font-size: 7rem;
  color: #76C5BB;
  -ms-flex-item-align: center;
      align-self: center;
  font-variant: small-caps; }

.pregunta-diferencias p {
  text-align: right;
  font-size: 1.7rem;
  color: #B3C0C6;
  font-family: "Encode Sans Condensed", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.diferencias-listado {
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.diferencias-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s ease;
  transition: background 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s;
  transition: transform 0.3s ease, background 0.3s, -webkit-transform 0.3s ease; }

.diferencias-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0));
  border-radius: 12px;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate;
  cursor: pointer; }

.diferencias-item:hover p {
  color: #024F6B;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.diferencias-item .dif-icon {
  background: #FFFFFF;
  text-align: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2rem; }

.diferencias-item i {
  background: #024F6B;
  -webkit-box-shadow: 0 0 15px white;
          box-shadow: 0 0 15px white;
  text-align: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2rem; }

.diferencias-item p {
  margin: 0;
  font-size: 1.6rem;
  color: #B3C0C6;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 1.5rem; }

.diferencias-item-grande {
  display: inline; }

.diferencias-item-pequeño {
  display: none; }

/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---          SERVICIOS            --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
.services-section {
  padding: 80px 3rem;
  position: relative;
  height: 100vh;
  z-index: 2;
  background-image: radial-gradient(ellipse at center, rgba(2, 79, 107, 0.7) 0%, rgba(2, 79, 107, 0.7) 20%, black 70%, black), url("../images/fondo-servicios.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll,fixed; }

.servicio-titulo-principal {
  color: #76C5BB;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(2, 79, 107, 0.12);
  font-variant: small-caps;
  font-size: 3.5rem; }

.cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.service-card {
  height: 300px;
  min-height: 220px;
  margin: 0 20px;
  width: 100%;
  background-color: rgba(0, 19, 28, 0.8);
  border: 2px solid #024F6B;
  color: #B3C0C6;
  text-align: center;
  padding: 20px 30px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 15px rgba(118, 197, 187, 0.3);
          box-shadow: 0 0 15px rgba(118, 197, 187, 0.3);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.service-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 25px rgba(118, 197, 187, 0.7);
          box-shadow: 0 0 25px rgba(118, 197, 187, 0.7);
  border-color: #76C5BB;
  cursor: pointer; }

.service-icon {
  font-size: 4rem;
  color: #76C5BB;
  margin-bottom: 15px;
  text-shadow: 0 0 30px #76C5BB; }

.service-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.2rem;
  font-variant: small-caps; }

.service-title-pequeño {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2rem;
  font-variant: small-caps;
  display: none; }

.service-desc {
  font-size: 1.5rem;
  font-family: "Encode Sans Condensed", sans-serif;
  color: #FFFFFF;
  margin-bottom: 2.5rem; }

.more-btn {
  background-color: #01060a;
  border: 1px solid rgba(118, 197, 187, 0.12);
  -webkit-box-shadow: 0 0 25px rgba(118, 197, 187, 0.6);
          box-shadow: 0 0 25px rgba(118, 197, 187, 0.6);
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 8px;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate; }

.more-btn:hover {
  background-color: #76C5BB;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  color: #000; }

.service-backend {
  background-color: #003447;
  position: absolute;
  border: 2px solid #024F6B;
  padding: 10px 20px;
  border-radius: 15px;
  inset: 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 25px rgba(118, 197, 187, 0.6);
          box-shadow: 0 0 25px rgba(118, 197, 187, 0.6);
  z-index: 2;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.service-card:hover .service-backend {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate; }

/* --- ----------------------------- --- */
/* ---            MODALES            --- */
/* --- ----------------------------- --- */
.modal-title {
  color: #76C5BB; }

.modal-header {
  border-width: 3px; }

.modal-body ul {
  color: #FFFFFF;
  margin-left: 16px; }

.btn-close {
  color: #FFFFFF !important; }

.modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  height: 70vh;
  color: #B3C0C6;
  border: 2px solid #76C5BB;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0px;
  -webkit-animation: neon-glow 2s infinite alternate;
          animation: neon-glow 2s infinite alternate; }

/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---            FOOTER             --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#00141d), to(#000000));
  background: linear-gradient(180deg, #00141d, #000000);
  color: #B3C0C6;
  padding: 48px 18px;
  border-top: 1px solid rgba(118, 197, 187, 0.08); }

footer h3 {
  color: #76C5BB;
  font-weight: 700; }

footer a {
  color: #76C5BB;
  text-decoration: none; }

/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
/* ---        BOTON WHATSAPP         --- */
/* --- ----------------------------- --- */
/* --- ----------------------------- --- */
.whatsapp-float {
  position: fixed;
  text-decoration: none;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#25d366), to(#1ebe57));
  background: linear-gradient(180deg, #25d366, #1ebe57);
  -webkit-box-shadow: 0 8px 28px rgba(37, 211, 102, 0.18);
          box-shadow: 0 8px 28px rgba(37, 211, 102, 0.18);
  -webkit-transition: -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  transition: -webkit-transform .18s ease, -webkit-box-shadow .18s ease;
  transition: transform .18s ease, box-shadow .18s ease;
  transition: transform .18s ease, box-shadow .18s ease, -webkit-transform .18s ease, -webkit-box-shadow .18s ease; }

.whatsapp-float:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 0 25px rgba(37, 211, 102, 0.9);
          box-shadow: 0 0 25px rgba(37, 211, 102, 0.9); }

@media (max-width: 1600px) {
  .nosotros-section {
    padding-top: 55px; }

  .diferencias-item {
    padding: 7px 25px; }

  .diferencias-item i {
    width: 70px;
    height: 70px; }

  .services-section {
    padding-top: 55px; }

  .servicio-titulo-principal {
    margin-bottom: 2.2rem; }

  .service-card {
    padding: 10px 30px;
    max-height: 200px; } }
@media (max-width: 1150px) {
  .encabezado .logo {
    padding-left: 8rem; }

  .encabezado .menu-principal {
    padding-right: 8rem; }

  .nosotros-titulo {
    margin-bottom: 25px; }

  .nosotros-intro {
    font-size: 1.5rem; }

  .pregunta-diferencias h3 {
    font-size: 5rem; }

  .pregunta-diferencias p {
    font-size: 1.4rem; }

  .diferencias-item p {
    font-size: 1.3rem; }

  .service-title {
    font-size: 2rem; }

  .service-desc {
    font-size: 1.25rem; } }
@media (max-width: 990px) {
  .encabezado .logo {
    padding-left: 6rem; }

  .encabezado .menu-principal {
    padding-right: 6rem; }

  .nosotros-titulo {
    margin-bottom: 25px; }

  .nosotros-intro {
    font-size: 1.2rem; }

  .pregunta-diferencias {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 100px; }

  .pregunta-diferencias h3 {
    font-size: 4rem;
    text-align: center; }

  .pregunta-diferencias p {
    font-size: 1.3rem;
    text-align: center; }

  .diferencias-listado {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .diferencias-item {
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    width: 300px; }

  .diferencias-item p {
    text-align: center;
    padding: 0 1rem; }

  .diferencias-item i {
    text-align: center;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 2rem; }

  .diferencias-item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0)); }

  .service-title {
    font-size: 1.75rem; }

  .service-desc {
    font-size: 1.1rem; } }
@media (max-width: 768px) {
  .encabezado .logo {
    padding-left: 4rem; }

  .encabezado .menu-principal {
    padding-right: 4rem; }

  .nosotros-titulo {
    margin-bottom: 25px; }

  .nosotros-intro {
    margin-bottom: 1.2rem; }

  .pregunta-diferencias {
    padding: 10px 60px; }

  .pregunta-diferencias p {
    font-size: 1.1rem; }

  .diferencias-item {
    padding: 0.5rem 0;
    width: 200px; }

  .diferencias-item p {
    font-size: 1.1rem; }

  .service-card {
    width: 175px;
    margin: 0 10px;
    min-height: 250px; }

  .service-title {
    font-size: 1.25rem; }

  .service-desc {
    font-size: 1.1rem; }

  .service-backend {
    padding: 10px; } }
@media (max-width: 600px) {
  .encabezado {
    padding: 0; }

  .encabezado .boton-menu {
    border: 0;
    margin: 0;
    margin-left: auto;
    display: inline;
    padding-right: 2rem; }

  .encabezado .menu-principal {
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    clear: var(display);
    padding-right: 0; }

  .encabezado .collapse {
    display: none; }

  .collapse.show {
    display: unset; }

  .encabezado .logo {
    padding-left: 2rem; }

  .encabezado .boton-menu {
    padding-right: 2rem; }

  .encabezado .menu-principal ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }

  .encabezado .menu-principal ul li a {
    display: block;
    margin: 0 auto; }

  .encabezado .menu-principal ul li a:hover {
    border-top: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-bottom: 0; }

  .pregunta-diferencias p {
    font-size: 1.1rem; }

  .diferencias-item {
    padding: 0.5rem 0;
    width: 170px; }

  .diferencias-item p {
    font-size: 0.9rem; }

  .diferencias-item .diferencias-item-grande {
    display: none; }

  .diferencias-item .diferencias-item-pequeño {
    display: block; }

  .services-section {
    padding: 80px 0rem; }

  .service-card {
    padding: 10px;
    width: 170px; }

  .service-backend {
    padding: 10px; }

  .service-title {
    font-size: 1.25rem;
    display: none; }

  .service-title-pequeño {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.5rem;
    font-variant: small-caps;
    display: inline; }

  .service-icon {
    font-size: 3.5rem; }

  .service-desc {
    font-size: 1rem; } }
@media (max-width: 410px) {
  .logo-glow img {
    width: 150px;
    -webkit-animation: neon-glow-blanco 2s infinite alternate;
            animation: neon-glow-blanco 2s infinite alternate;
    mix-blend-mode: screen; }

  .nosotros-titulo {
    margin-bottom: 1rem; }

  .nosotros-intro {
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1rem; }

  .pregunta-diferencias h3 {
    font-size: 3.2rem; }

  .pregunta-diferencias p {
    font-size: 1rem; }

  .diferencias-listado {
    padding: 0; }

  .diferencias-item {
    width: 100px; }

  .services-section {
    padding: 80px 0; }

  .service-card {
    padding: 10px;
    margin: 5px;
    width: 125px;
    min-height: 200px; }

  .service-backend {
    padding: 5px; }

  .service-title-pequeño {
    font-size: 1.2rem; }

  .service-desc {
    font-size: 0.8rem;
    margin-bottom: 0.8rem; } }
/*# sourceMappingURL=estilos.css.map */