﻿*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
}

img{
  max-width: 100%;
  display: block;
}

a{
  text-decoration: none;
  color: inherit;
}

button{
  font-family: inherit;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-300.woff2') format('woff2');
  font-weight:300;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-400.woff2') format('woff2');
  font-weight:400;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-500.woff2') format('woff2');
  font-weight:500;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-600.woff2') format('woff2');
  font-weight:600;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-700.woff2') format('woff2');
  font-weight:700;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'IBM Plex Sans';
  src:url('../fonts/ibmplex-400.woff2') format('woff2');
  font-weight:400 700;
  font-display:swap;
  font-style:normal;
}

@keyframes rrWaPulse{
  0%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 0 rgba(37,211,102,.55);
  }
  70%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 16px rgba(37,211,102,0);
  }
  100%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 0 rgba(37,211,102,0);
  }
}

@keyframes rr-nhBridgeSpin{
  from{
    transform:translateX(-50%) rotate(0deg);
  }
  to{
    transform:translateX(-50%) rotate(360deg);
  }
}

@keyframes rrProcessGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

@keyframes rrMvLinesDrift{
  0%{
    background-position:0 0;
  }
  100%{
    background-position:400px 400px;
  }
}

@keyframes rrMvLogoSpin{
  from{
    transform:translateY(-50%) rotate(0deg);
  }
  to{
    transform:translateY(-50%) rotate(360deg);
  }
}

@keyframes rrUnifyGradient{
  0%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
  100%{
    background-position:0% 50%;
  }
}

@keyframes rrLoaderBreathe{
  0%,
  100%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.12);
  }
}

@keyframes rrFndGreenGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

.rr-footer{
  background:#12203F;
  color:rgba(255,255,255,.85);
  padding:clamp(56px,7vw,80px) clamp(20px,5vw,64px) 28px;
  font-family:'IBM Plex Sans',sans-serif;
}

.rr-footer__grid{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.rr-footer__brand{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.rr-footer__brand img{
  width:56px;
  height:56px;
  object-fit:contain;
  display:block;
  margin:0 auto 12px;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.rr-footer__brand p{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.65);
  max-width:260px;
  margin:0 auto;
}

.rr-footer h4{
  text-align:center;
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,.5);
  margin:0 0 18px;
}

.rr-footer__nav{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.rr-footer__nav a{
  color:rgba(255,255,255,.85);
  font-size:15px;
  text-decoration:none;
}

.rr-footer__contact{
  text-align:center;
}

.rr-footer__contact p{
  font-size:14px;
  line-height:1.8;
  color:rgba(255,255,255,.75);
  margin:0;
}

.rr-footer__contact a{
  color:rgba(255,255,255,.75);
  text-decoration:none;
}

.rr-footer__social{
  display:flex;
  gap:16px;
  justify-content:center;
}

.rr-footer__social a{
  color:rgba(255,255,255,.85);
  transition:color .2s;
}

.rr-footer__social a:hover{
  color:#25D366;
}

.rr-footer__grid > div:has(> .rr-footer__dev){
  display:flex;
  flex-direction:column;
}

.rr-footer__dev{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:auto;
  padding-top:28px;
}

.rr-footer__dev span{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:12px;
  letter-spacing:.06em;
  color:rgba(255,255,255,.45);
}

.rr-footer__dev img{
  height:40px;
  width:auto;
  max-width:150px;
  object-fit:contain;
  display:block;
  opacity:.8;
}

.rr-footer__bottom{
  max-width:1440px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  padding-top:22px;
  font-size:13px;
  color:rgba(255,255,255,.5);
}

.rr-wa-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  display:flex;
  align-items:center;
  background:#25D366;
  color:#fff;
  border-radius:999px;
  height:72px;
  padding:0 20px;
  box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32);
  text-decoration:none;
  transition:transform .2s;
  animation:rrWaPulse 2.4s ease-out infinite;
}

.rr-wa-float:hover{
  transform:scale(1.08);
}

.rr-wa-float span{
  max-width:0;
  opacity:0;
  margin-left:0;
  white-space:nowrap;
  overflow:hidden;
  font-weight:700;
  font-size:16px;
  transition:max-width .25s,opacity .2s,margin .25s;
  font-family:'IBM Plex Sans',sans-serif;
}

.rr-wa-float:hover span{
  max-width:120px;
  opacity:1;
  margin-left:12px;
}

.rr-nh{
  position:relative;
  width:100%;
  min-height:clamp(500px,42vh,620px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:radial-gradient(circle at 25% 25%,#65C5E8,transparent 62%),radial-gradient(circle at 78% 82%,#0F1A38,transparent 45%),#2C4A94;
}

.rr-nh__bridge-logo{
  position:absolute;
  bottom:-220px;
  left:50%;
  width:440px;
  height:440px;
  pointer-events:none;
  z-index:0;
  mix-blend-mode:overlay;
  opacity:.6;
}

.rr-nh__bridge-logo img{
  width:100%;
  height:100%;
  display:block;
  animation:rr-nhBridgeSpin 50s linear infinite;
}

.rr-nh__content{
  position:relative;
  z-index:2;
  max-width:1440px;
  margin:0 auto;
  width:100%;
  padding:120px clamp(20px,5vw,64px) clamp(220px,22vw,280px);
  box-sizing:border-box;
  color:#fff;
  text-align:center;
}

.rr-nh__content h1{
  font-family:Chillax,sans-serif;
  font-weight:400;
  font-size:70px;
  line-height:1.1;
  margin:0 auto;
  max-width:900px;
}

.rr-process{
  position:relative;
  max-width:1080px;
  margin:0 auto;
  padding:clamp(80px,9vw,110px) clamp(20px,5vw,64px);
  text-align:center;
}

.rr-process__gradient-bg{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  animation:rrProcessGrad 16s ease-in-out infinite;
  z-index:-1;
  pointer-events:none;
}

.rr-process p{
  position:relative;
  z-index:1;
  font-family:'IBM Plex Sans',sans-serif;
  font-size:27px;
  line-height:1.55;
  color:#253677;
  font-weight:500;
  margin:0;
}

.rr-process__steps{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:clamp(28px,6vw,64px);
  margin-top:64px;
  flex-wrap:wrap;
}

.rr-process__line{
  position:absolute;
  height:3px;
  background:linear-gradient(90deg,#9fd8ef 0%,#3E7DB8 50%,#1B2C63 100%);
  z-index:0;
  transform-origin:left center;
  transform:scaleX(0);
  transition:transform 1.1s cubic-bezier(.22,.7,.32,1);
}

.rr-process__line.is-visible{
  transform:scaleX(1);
}

.rr-process__step{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  opacity:0;
  transform:translateY(18px) scale(.92);
  transition:opacity .5s ease,transform .5s ease;
}

.rr-process__step.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

.rr-process__icon-wrap{
  position:relative;
  width:88px;
  height:88px;
}

.rr-process__icon-circle{
  width:88px;
  height:88px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 25%,#eaf6fc 0%,#9fd8ef 45%,#4a9fd0 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(37,54,119,.3),inset 0 2px 5px rgba(255,255,255,.7);
  transition:transform .3s ease,box-shadow .3s ease;
}

.rr-process__step.is-visible .rr-process__icon-circle{
  box-shadow:0 10px 24px rgba(37,54,119,.4),inset 0 2px 5px rgba(255,255,255,.7);
}

.rr-process__icon-circle svg{
  width:32px;
  height:32px;
  color:#1B2C63;
}

.rr-process__badge{
  position:absolute;
  top:-4px;
  left:-4px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:linear-gradient(135deg,#1B2C63 0%,#2C4A94 55%,#3E7DB8 130%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Chillax,sans-serif;
  font-weight:700;
  font-size:14px;
  box-shadow:0 3px 8px rgba(0,0,0,.28);
  border:2px solid #fff;
}

.rr-process__label{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:20px;
  font-weight:600;
  color:#253677;
}

.rr-teamfull{
  position:relative;
  background:radial-gradient(circle at 12% 18%, rgba(101,197,232,.3), transparent 48%), radial-gradient(circle at 88% 15%, rgba(101,197,232,.26), transparent 45%), radial-gradient(circle at 15% 88%, rgba(101,197,232,.26), transparent 45%), radial-gradient(circle at 88% 85%, rgba(101,197,232,.3), transparent 48%), linear-gradient(rgba(255,255,255,.72),rgba(255,255,255,.72)), url('../img/Retina-193-scaled.jpg') center/cover no-repeat;
}

.rr-teamfull__inner{
  max-width:1440px;
  margin:0 auto;
  padding:100px clamp(20px,5vw,64px) clamp(90px,10vw,120px);
  position:relative;
  z-index:1;
}

.rr-teamfull__head{
  text-align:center;
  max-width:640px;
  margin:0 auto 48px;
}

.rr-teamfull__head h3{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  color:#253677;
  margin:0 0 16px;
  line-height:1.1;
}

.rr-teamfull__head p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:25px;
  color:#3E4759;
  margin:0;
}

.rr-teamfull__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,260px));
  gap:28px;
  justify-content:center;
}

.rr-teamfull-card{
  background:#fff;
  border-radius:20px;
  box-shadow:0 12px 32px rgba(37,54,119,.14);
  position:relative;
  padding:64px 18px 26px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  transition:box-shadow .25s ease,transform .25s ease;
}

.rr-teamfull-card:hover{
  box-shadow:0 22px 46px rgba(37,54,119,.3);
  transform:translateY(-6px);
}

.rr-teamfull-card__band{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:96px;
  background:#253677;
  border-radius:20px 20px 0 0;
}

.rr-teamfull-card__avatar{
  position:relative;
  width:100px;
  height:100px;
  border-radius:50%;
  overflow:hidden;
  border:4px solid #fff;
  margin-bottom:16px;
  z-index:1;
  box-shadow:0 4px 12px rgba(37,54,119,.2);
}

.rr-teamfull-card__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.rr-teamfull-card h4{
  font-family:Chillax,sans-serif;
  font-weight:700;
  font-size:22px;
  color:#65C5E8;
  margin:0 0 4px;
  line-height:1.2;
}

.rr-teamfull-card__role{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:20px;
  color:#253677;
  font-weight:500;
  margin:0 0 6px;
}

.rr-teamfull-card__specialty{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:15px;
  font-weight:600;
  letter-spacing:.06em;
  color:#2C8FB8;
  line-height:1.4;
  min-height:31px;
  display:flex;
  align-items:center;
  margin-bottom:18px;
}

.rr-btn--navy2{
  margin-top:auto;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  background-size:200% 100%;
  background-position:left center;
  color:#fff;
  font-family:'IBM Plex Sans',sans-serif;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.04em;
  padding:12px 22px;
  border-radius:999px;
  display:inline-block;
  text-decoration:none;
  transition:transform .2s,background-position .4s ease;
}

.rr-btn--navy2:hover{
  transform:scale(1.06);
  background-position:right center;
}

.rr-teamfull__more{
  display:none;
  margin:32px auto 0;
  background:#253677;
  color:#fff;
  border:none;
  padding:14px 30px;
  border-radius:999px;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:14px;
  cursor:pointer;
  transition:transform .2s;
}

.rr-teamfull__more:hover{
  transform:scale(1.05);
}

.seccion-institucional{
  --azul-oscuro:#1B2C63;
  --azul-claro:#65C5E8;
  --blanco:#ffffff;
  --gris-claro:rgba(255,255,255,.82);
  position:relative;
  background:radial-gradient(circle at 10% 8%,rgba(101,197,232,.7),transparent 48%),radial-gradient(circle at 95% 12%,rgba(101,197,232,.5),transparent 42%),radial-gradient(circle at 50% 112%,rgba(4,8,24,.8),transparent 55%),linear-gradient(125deg,#050a1e 0%,#152048 20%,#1B2C63 42%,#2C4A94 66%,#3E8FC4 88%,#65C5E8 125%);
  color:var(--blanco);
  padding:100px 20px;
  font-family:'IBM Plex Sans',sans-serif;
  overflow:hidden;
}

.seccion-institucional .rr-mv2-lines{
  position:absolute;
  inset:-20%;
  background:repeating-linear-gradient(115deg,transparent 0 58px,rgba(101,197,232,.16) 59px,transparent 60px 140px);
  animation:rrMvLinesDrift 22s linear infinite;
  pointer-events:none;
  z-index:0;
  mix-blend-mode:screen;
}

.seccion-institucional .rr-mv2-watermark{
  position:absolute;
  top:50%;
  right:-60px;
  transform:translateY(-50%);
  width:clamp(260px,32vw,420px);
  opacity:.16;
  filter:brightness(0) invert(1);
  animation:rrMvLogoSpin 16s linear infinite;
  pointer-events:none;
  z-index:0;
}

.seccion-institucional .contenedor{
  max-width:1080px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:44px;
  position:relative;
  z-index:1;
}

.seccion-institucional .fila{
  display:flex;
  align-items:center;
  gap:32px;
}

.seccion-institucional .vision{
  justify-content:flex-end;
}

.seccion-institucional .columna-texto{
  flex:1;
}

.seccion-institucional .texto-derecha{
  text-align:right;
}

.seccion-institucional .columna-texto h3{
  font-family:Chillax,sans-serif;
  font-size:50px;
  margin:0 0 14px;
  font-weight:600;
  color:#ADDADB;
  letter-spacing:.5px;
}

.seccion-institucional .columna-texto p{
  font-size:25px;
  line-height:1.75;
  color:var(--gris-claro);
  margin:0;
}

.seccion-institucional .linea-divisoria{
  width:100%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);
  margin:6px 0;
}

.seccion-institucional .fade-in{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .8s ease-out,transform .8s ease-out;
}

.seccion-institucional .fade-in.visible{
  opacity:1;
  transform:translateY(0);
}

.rr-btn{
  display:block;
  text-align:center;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  text-decoration:none;
  border-radius:999px;
  transition:transform .2s;
}

.rr-btn:hover{
  transform:scale(1.06);
}

.rr-nv-ig{
  position:relative;
  padding:clamp(70px,9vw,100px) clamp(20px,5vw,64px) clamp(60px,7vw,90px);
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrUnifyGradient 16s ease-in-out infinite;
  overflow:hidden;
}

.rr-nv-ig__panel{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
  opacity:0;
  transform:translateY(24px);
  transition:opacity .6s ease .1s,transform .6s ease .1s;
}

.rr-nv-ig__panel.is-in{
  opacity:1;
  transform:translateY(0);
}

.rr-nv-ig__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.rr-nv-ig__tile{
  position:relative;
  aspect-ratio:1/1;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(135deg,#EAF6FC,#CDEAF7);
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 10px 26px -14px rgba(37,54,119,.3);
  transition:transform .3s ease,box-shadow .3s ease;
}

.rr-nv-ig__tile:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px -14px rgba(37,54,119,.4);
}

.rr-nv-ig__tile svg.rr-nv-ig__tile-icon{
  width:32%;
  height:32%;
  color:#9fd8ef;
}

.rr-nv-ig__tile-overlay{
  position:absolute;
  inset:0;
  background:rgba(15,26,56,.6);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  opacity:0;
  transition:opacity .3s ease;
}

.rr-nv-ig__tile:hover .rr-nv-ig__tile-overlay{
  opacity:1;
}

.rr-nv-ig__tile-overlay svg{
  width:26px;
  height:26px;
  color:#fff;
}

.rr-nv-ig__tile-overlay span{
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:12px;
  color:#fff;
  letter-spacing:.02em;
}

.rr-nv-ig__cta{
  text-align:center;
  margin-top:32px;
}

.rr-nv-ig__btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:none;
  cursor:pointer;
  text-decoration:none;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:22px;
  border-radius:999px;
  padding:15px 30px;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  background-size:200% 100%;
  background-position:left center;
  color:#fff;
  transition:transform .25s cubic-bezier(.34,1.4,.4,1),box-shadow .25s ease,background-position .4s ease;
}

.rr-nv-ig__btn:hover{
  transform:scale(1.04);
  box-shadow:0 10px 24px -8px rgba(37,54,119,.4);
  background-position:right center;
}

.rr-nv-ig__btn svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
}

.rr-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:transparent;
  padding:16px clamp(14px,3vw,32px) 0;
  box-sizing:border-box;
  transition:padding .3s;
}

.rr-header__inner{
  max-width:1320px;
  margin:0 auto;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 34px 15px 40px;
}

.rr-header__pill-bg{
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:999px;
  background:rgba(15,22,50,.42);
  backdrop-filter:blur(16px) saturate(160%);
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 30px rgba(10,15,35,.28);
  pointer-events:none;
  transition:background .3s ease,box-shadow .3s ease;
  transform:translateZ(0);
  will-change:transform;
  isolation:isolate;
}

.rr-header.is-scrolled .rr-header__pill-bg{
  background:rgba(12,18,42,.62);
  box-shadow:0 14px 34px rgba(5,8,25,.4);
}

.rr-header__logo{
  display:flex;
  align-items:center;
  line-height:1;
}

.rr-header__logo img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.rr-header__right{
  display:flex;
  align-items:center;
  gap:44px;
}

.rr-header__nav{
  display:flex;
  align-items:center;
  gap:32px;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.rr-header__nav a{
  color:#fff;
  font-family:Chillax,sans-serif;
  font-weight:500;
  font-size:19.5px;
  text-decoration:none;
  border-bottom:2px solid transparent;
  padding-top:10px;
  padding-bottom:10px;
  text-transform:lowercase;
}

.rr-header__nav a.is-active{
  font-weight:600;
  border-bottom-color:#ADDADB;
}

.rr-header__nav a:hover{
  border-bottom-color:#ADDADB;
}

.rr-nav-item{
  position:relative;
  -webkit-tap-highlight-color:transparent;
}

.rr-nav-item *{
  -webkit-tap-highlight-color:transparent;
}

.rr-nav-item__toggle{
  outline:none;
}

.rr-nav-item__toggle:focus,
.rr-nav-item__link:focus,
.rr-nav-item__dropdown a:focus{
  outline:none;
}

.rr-nav-item__row{
  display:flex;
  align-items:center;
  gap:2px;
}

.rr-nav-item__toggle{
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
  padding:4px;
  display:none;
  align-items:center;
  line-height:0;
}

.rr-nav-item__toggle svg{
  transition:transform .2s ease;
}

.rr-nav-item.is-open .rr-nav-item__toggle svg{
  transform:rotate(180deg);
}

.rr-nav-item__dropdown{
  position:absolute;
  top:100%;
  left:0;
  padding-top:16px;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:1010;
}

.rr-nav-item:hover .rr-nav-item__dropdown,
.rr-nav-item.is-open .rr-nav-item__dropdown{
  opacity:1;
  pointer-events:auto;
}

.rr-nav-item__dropdown-inner{
  background:rgba(15,22,50,.62);
  backdrop-filter:blur(16px) saturate(160%);
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:12px;
  min-width:220px;
  box-shadow:0 18px 36px rgba(10,15,35,.32);
  display:flex;
  flex-direction:column;
  gap:6px;
  transform:translateY(-6px);
  transition:transform .2s ease;
}

.rr-nav-item:hover .rr-nav-item__dropdown-inner,
.rr-nav-item.is-open .rr-nav-item__dropdown-inner{
  transform:translateY(0);
}

.rr-nav-item__dropdown a{
  color:#fff;
  font-size:14.5px;
  font-weight:500;
  padding:12px 16px;
  border-radius:8px;
  white-space:nowrap;
  border-bottom:none;
}

.rr-nav-item__dropdown a:hover{
  background:rgba(255,255,255,.12);
}

.rr-header__actions{
  display:flex;
  align-items:center;
  gap:18px;
}

.rr-header__socials{
  display:flex;
  align-items:center;
  gap:18px;
}

.rr-social{
  color:#fff;
  display:flex;
  transition:color .2s;
}

.rr-social:hover{
  color:#25D366;
}

.rr-btn--lime{
  display:block;
  background:#ADDADB;
  color:#253677;
  padding:21px 28px;
  font-size:17px;
  line-height:0;
  border:2px solid #65C5E8;
  font-family:Chillax,sans-serif;
  text-transform:lowercase;
  transition:background .3s ease,color .3s ease,border-color .3s ease;
}

#rrHeader .rr-btn--lime:hover{
  transform:scale(1.03);
}

#rrHeader .rr-btn--lime{
  font-family:Chillax,sans-serif;
  text-transform:lowercase;
}

.rr-header__burger{
  position:relative;
  z-index:1002;
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:32px;
  height:32px;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.rr-header__burger span{
  display:block;
  width:100%;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .25s ease,opacity .2s ease;
}

.rr-header__burger.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.rr-header__burger.is-open span:nth-child(2){
  opacity:0;
}

.rr-header__burger.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.rr-header__overlay{
  position:fixed;
  inset:0;
  background:rgba(15,22,50,.55);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
  z-index:1000;
}

.rr-header__overlay.is-open{
  opacity:1;
  pointer-events:auto;
}

body.rr-menu-open .rr-wa-float{
  display:none;
}

.elementor-widget-html:has(> #rrHeader){
  font-size:0;
  line-height:0;
}

.elementor-column:has(#rrHeader),
.elementor-container:has(#rrHeader),
.elementor-top-section:has(#rrHeader),
.elementor-widget-wrap:has(#rrHeader){
  min-height:0 !important;
  height:0 !important;
}

#rrPageLoader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#1B3A78;
  opacity:1;
  visibility:visible;
  transition:opacity .45s ease,visibility .45s ease;
}

#rrPageLoader::before{
  content:'';
  position:absolute;
  inset:-25%;
  background:radial-gradient(circle at 14% 18%,#0A1730 0%,transparent 40%),radial-gradient(circle at 58% 42%,#8FE3FB 0%,transparent 36%),radial-gradient(circle at 88% 85%,#0A1730 0%,transparent 42%),radial-gradient(circle at 20% 85%,#2C4A94 0%,transparent 45%),linear-gradient(135deg,#1B3A78 0%,#2C4A94 55%,#1B3A78 100%);
  filter:blur(70px);
  z-index:0;
}

.rr-loader__wrap{
  position:relative;
  z-index:1;
}

#rrPageLoader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.rr-loader__wrap{
  position:relative;
  width:150px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rr-loader__logo{
  width:120px;
  height:120px;
  object-fit:contain;
  animation:rrLoaderBreathe 1.4s ease-in-out infinite;
  animation-play-state:paused;
}

.rr-fnd{
  position:relative;
  background:linear-gradient(120deg,#ffffff 0%,#CFEEDD 25%,#ffffff 50%,#CFE6F7 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrFndGreenGrad 16s ease-in-out infinite;
  overflow:hidden;
  padding:clamp(50px,5vw,70px) clamp(24px,5vw,64px);
}

.rr-fnd__row{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:clamp(40px,5vw,80px);
  flex-wrap:wrap;
}

.rr-fnd__img{
  flex:1 1 44%;
  min-width:280px;
}

.rr-fnd__img img{
  width:100%;
  height:auto;
  display:block;
  max-width:260px;
  margin:0 auto;
}

.rr-fnd__text{
  flex:1 1 48%;
  min-width:300px;
  box-sizing:border-box;
  text-align:center;
}

.rr-fnd__text h3{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  line-height:1.1;
  color:#253677;
  margin:0 0 18px;
  white-space:nowrap;
}

.rr-fnd__text p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:clamp(20px,2vw,30px);
  line-height:1.5;
  color:#253677;
  margin:0 0 28px;
}

.rr-fnd__btn{
  display:inline-block;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  background-size:200% 100%;
  background-position:left center;
  color:#fff;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:22px;
  text-decoration:none;
  padding:14px 34px;
  border-radius:999px;
  transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease,background-position .4s ease;
}

.rr-fnd__btn:hover{
  transform:scale(1.06) translateY(-3px);
  background-position:right center;
  box-shadow:0 14px 30px -10px rgba(37,54,119,.45);
}

@media (max-width:780px){
  .rr-wa-float{
    width:72px;
    padding:0;
    justify-content:center;
  }

  .rr-wa-float:hover{
    transform:none;
  }

  .rr-wa-float span,
  .rr-wa-float:hover span{
    display:none;
    max-width:0;
    opacity:0;
    margin-left:0;
  }

  .rr-process p{
    font-size:20px;
  }

  .rr-btn:hover,
  .rr-btn--lime:hover,
  #rrHeader .rr-btn--lime:hover,
  .rr-btn--lime-lg:hover,
  .rr-btn--outline-white:hover,
  .rr-fdprev__btn:hover,
  .rr-fdprev__btn--fill:hover,
  .rr-fdprev__btn--outline:hover,
  .rr-svc-stack__cta:hover,
  .rr-svc-video__cta:hover,
  .rr-eo-btn:hover,
  .rr-tc-btn:hover,
  .rr-di-card__cta:hover,
  .rr-nv-ig__btn:hover,
  .rr-dif-submit:hover,
  .rr-intro__text a:hover{
    transform:none !important;
    background-position:left center !important;
    box-shadow:none !important;
  }

  .rr-fnd__row{
    flex-direction:column;
  }

  .rr-fnd__img,
  .rr-fnd__text{
    flex:1 1 auto;
    width:100%;
    min-width:0;
  }

  .rr-fnd__text{
    text-align:center;
  }

  .rr-fnd__text h3{
    font-size:34px;
  }

  .rr-fnd__text p{
    font-size:20px;
  }

  .rr-fnd__btn{
    font-size:16px;
    padding:13px 26px;
  }

  .rr-fnd__btn:hover{
    transform:none;
    background-position:left center;
    box-shadow:none;
  }
}

@media (max-width:600px){
  .rr-nh{
    align-items:center;
  }

  .rr-nh__bridge-logo{
    bottom:-110px;
    width:220px;
    height:220px;
  }

  .rr-process__steps{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    row-gap:40px;
    column-gap:16px;
    justify-items:center;
  }

  .rr-process__line{
    display:none;
  }
}

@media (max-width:900px){
  .rr-nh__bridge-logo{
    bottom:-150px;
    width:300px;
    height:300px;
  }

  .rr-fnd{
    background-attachment:scroll;
  }

  .rr-fnd__text h3{
    white-space:normal;
  }
}

@media (max-width:640px){
  .rr-nh__content h1{
    font-size:40px;
  }

  .rr-nv-ig__btn{
    font-size:16px;
  }
}

@media (max-width:768px){
  .rr-teamfull-card--extra{
    display:none;
  }

  .rr-teamfull__grid.is-expanded .rr-teamfull-card--extra{
    display:flex;
  }

  .rr-teamfull__more{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
  }

  .rr-teamfull__head h3{
    font-size:36px;
  }

  .rr-teamfull__head p{
    font-size:20px;
  }

  .seccion-institucional .rr-mv2-watermark{
    width:220px;
    right:-50px;
  }

  .seccion-institucional .fila{
    flex-direction:column;
    text-align:center;
  }

  .seccion-institucional .vision{
    flex-direction:column-reverse;
  }

  .seccion-institucional .texto-derecha{
    text-align:center;
  }

  .seccion-institucional .columna-texto h3{
    font-size:30px;
  }

  .seccion-institucional .columna-texto p{
    font-size:20px;
  }
}

@media (max-width:700px){
  .rr-nv-ig__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:1024px){
  .rr-header__inner{
    padding:10px 20px 10px 18px;
  }

  .rr-header__burger{
    display:flex;
  }

  .rr-header__right{
    position:fixed;
    top:0;
    right:0;
    height:100vh;
    width:min(78vw,320px);
    background:radial-gradient(circle at 90% -8%, rgba(101,197,232,.5), transparent 55%),radial-gradient(circle at -10% 105%, rgba(44,74,148,.6), transparent 60%),linear-gradient(165deg,#0F1A38 0%,#1B2C63 45%,#2C4A94 100%);
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:36px;
    padding:32px;
    transform:translateX(100%);
    transition:transform .3s;
    z-index:1001;
    box-shadow:-10px 0 40px rgba(0,0,0,.35);
    overflow:hidden;
  }

  .rr-header__right::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='104' viewBox='0 0 60 104'%3E%3Cpath d='M30 0L60 17.3V52L30 69.3L0 52V17.3Z' fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1'/%3E%3C/svg%3E");
    background-size:52px 90px;
    pointer-events:none;
    z-index:0;
  }

  .rr-header__right>*{
    position:relative;
    z-index:1;
  }

  .rr-header__right.is-open{
    transform:translateX(0);
  }

  .rr-header__nav{
    position:static;
    transform:none;
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
    width:100%;
  }

  .rr-nav-item{
    width:100%;
  }

  .rr-nav-item__link{
    flex:0 1 auto;
  }

  .rr-nav-item__row{
    justify-content:space-between;
    width:100%;
  }

  .rr-nav-item__toggle{
    padding:4px 4px 4px 16px;
    display:flex;
  }

  .rr-nav-item__dropdown{
    position:static;
    opacity:1;
    pointer-events:auto;
    padding-top:6px;
    display:none;
  }

  .rr-nav-item.is-open .rr-nav-item__dropdown{
    display:flex;
  }

  .rr-nav-item__dropdown-inner{
    background:rgba(255,255,255,.06) !important;
    box-shadow:none !important;
    border-radius:12px !important;
    padding:14px 16px 14px 18px !important;
    min-width:0 !important;
    gap:14px !important;
    transform:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    border:none !important;
    border-left:2px solid rgba(101,197,232,.55) !important;
    margin-left:16px;
  }

  .rr-nav-item__dropdown a{
    padding:6px 0;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,.85);
    transition:color .2s ease;
  }

  .rr-nav-item__dropdown a:active,
  .rr-nav-item__dropdown a:hover{
    color:#65C5E8;
  }

  .rr-header__actions{
    flex-direction:column;
    align-items:center;
    gap:18px;
    width:100%;
  }

  .rr-header__socials{
    display:flex;
    align-items:center;
    gap:22px;
  }

  .rr-header__actions .rr-social svg{
    width:24px;
    height:24px;
  }

  .rr-header__actions .rr-btn--lime{
    padding:14px 32px;
    font-size:15.5px;
    width:100%;
    box-sizing:border-box;
    text-align:center;
  }
}

@media (prefers-reduced-motion:reduce){
  #rrPageLoader{
    transition:opacity .2s ease,visibility .2s ease;
  }

  .rr-loader__logo{
    animation:none;
  }
}
