/* ==============================================
   Definiciones de Fuentes
   ============================================== */
   @font-face {
    font-family: 'Montserrat';
    src: url('./font/Montserrat-VariableFont_wght.ttf');
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.montserrat-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

/* ==============================================
   Estilos de Tipografía
   ============================================== */
.titulos-pago {
    font-weight: 900;
    font-size: 80px;
}

.subtitulo-click {
    color: #399ad5;
    font-weight: 900;
}

.wsp {
    color: rgb(66, 210, 81);
}

.titulo {
    font-size: xx-large;
    font-weight: bold;
    color: rgb(56, 155, 214);
}

.subtitulo {
    color: rgb(240, 159, 0);
}

.btn-select {
    color: rgb(56, 155, 214);
    text-decoration: underline;
}

.texto-medium {
    font-size: medium;
}

/* ==============================================
   Estilos de Sección
   ============================================== */
.seccion {
    margin-top: 58vh;
}

.seccion2 {
    margin-top: 45vh;
}

.seccion3 {
    margin-top: 8vh;
}

.seccion4 {
    margin-top: 18vh;
}

.seccion5 {
    margin-top: 90vh;
}

/* ==============================================
   Diseño y Posicionamiento
   ============================================== */
.redes-top {
    width: 220px;
    margin-left: -95px; 
    transform: rotate(90deg);
    margin-top: -50vh;
}

.red-top {
    transform: rotate(-90deg);
}

.btn-login {
    border-top-left-radius: 40px;  
    border-bottom-left-radius: 40px;
}

.tarjeta {
    border-top-left-radius: 20px;  
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;  
    border-bottom-right-radius: 20px;
    min-height: 580px;
}

.tarjetas-diseño, .tarjeta2 {
    border-top-left-radius: 20px;  
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;  
    border-bottom-right-radius: 20px;
}

.tarjeta2 {
    min-height: 490px;
}

/* ==============================================
   Estilos de Fondo
   ============================================== */
.fondo-jubilados {
    background-color: rgb(0, 110, 158);
}

.fondo-celeste-negro {
    background-image: linear-gradient(to right, #399ad5, #030303);
    border-top-left-radius: 20px;  
    border-top-right-radius: 20px; 
}

.fondo-celeste-negro-celular {
    background-image: linear-gradient(to right, #399ad5, #030303);
    border-bottom-left-radius: 20px;  
    border-bottom-right-radius: 20px; 
}

.fondo-itel-degrade {
    background-image: linear-gradient(to right, #399ad5, #030303);
}

.fondo-itel-negro {
    background-image: linear-gradient(to right, #030303, #399ad5);
}

.fondo-itel-naranja {
    background-image: linear-gradient(to right, #FF8B00, #FFAA00);
}

.fondo-wsp {
    background-image: linear-gradient(to right, rgb(132, 190, 99), rgb(10, 159, 85), rgb(10, 159, 85));
}

.fondo-subtitulo {
    background-color: rgb(240, 159, 0);
}

.fondo-titulo {
    background-color: #399ad5;
}

.fondo-titulo-2 {
    background-color: rgb(57, 149, 208);
}

.fondo-negro {
    background-color: rgb(0, 0, 0);
}





/* ==============================================
   Estilos de Footer
   ============================================== */
.footer {
    margin-top: 100px;
}

/* ==============================================
   Estilos de Botones
   ============================================== */
.custom-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    background-color: #f8f9fa;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
}

.custom-button .bi {
    font-size: 24px;
    margin-right: 10px;
}

.custom-button b {
    margin-right: 5px;
}

.boton-secundario {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #00a5e0;
    border-radius: 25px;
    background-color: white;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.boton-secundario-pc {
    display: inline-block;
    padding: 20px 70px;
    border: 5px solid #00a5e0;
    border-radius: 60px;
    background-color: white;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
}

/* ==============================================
   Estilos de Dropdown
   ============================================== */
.dropdown-css {
    width: 217px; 
}

.dropdown-css2 {
    width: 175px; 
}

/* ==============================================
   Estilos de Preload
   ============================================== */
#preload {
    height: 100vh;
}

.escondido {
    overflow: hidden;
}

/* ==============================================
   Estilos de Hover
   ============================================== */
.hover {
    transition: 0.5s;
    object-fit: cover;
}

.hover:hover {
    transform: scale(1.07);
}

.hover-2 {
    transition: 0.5s;
    object-fit: cover;
}

.hover-2:hover {
    transform: rotate(270deg);
}

.hover-celeste:hover {
    color: #399ad5;
    font-weight: 900;
}

/* ==============================================
   Estilos de Texto
   ============================================== */
.justificar-texto {
    text-align: justify;
}

.rotar {
    animation: rotacion 30s linear infinite;
}

@keyframes rotacion {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.sol{
    position: fixed;
    top: 8px; /* Ajusta este valor para superponerlo sobre el sol */
    left: 180px; /* Ajusta este valor según sea necesario */
    z-index: 2;
}

.nube{        
    position: fixed;
    top: 27px; /* Ajusta este valor para superponerlo sobre el sol */
    left: 172px; /* Ajusta este valor según sea necesario */
    z-index: 2; /* Mayor valor para que esté al frente */
}

.nube-celular{        
    position: fixed;
    top: 30px; /* Ajusta este valor para superponerlo sobre el sol */
    left: 127px; /* Ajusta este valor según sea necesario */
    z-index: 2; /* Mayor valor para que esté al frente */
}






/* TEST */

/* igualar alturas con flex */

.border-radius-top{
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.border-radius-bottom{
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}


.pricing-card{
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* la parte azul crece y empuja el botón al final */
.pc-top{
  background:#3A90C7;
  color:#fff;
  padding:28px 18px 26px;
  display:flex;
  flex-direction:column;
  flex: 1 1 auto;         /* ocupa el alto disponible */
}

/* botón dentro del top, pegado abajo */
.pc-top .btn-whatsapp{
  align-self:center;
  margin-top:auto;
}

/* parte gris inferior */
.pc-bottom{
  background:#EEEEEE;
  padding:22px 18px 26px;
}

/* botón: que texto e ícono cambien juntos */
.btn-whatsapp{
  display:inline-flex; align-items:center; gap:8px;
  background:#fff; color:#2B86BE;
  border:2px solid #2B86BE; border-radius:999px;
  padding:8px 14px; font-weight:700; text-decoration:none;
  transition:background-color .2s ease, box-shadow .2s ease;
}
.btn-whatsapp *{ color: currentColor; }
.btn-whatsapp svg{ fill: currentColor; }
.btn-whatsapp:hover{ background:#2B86BE; color:#fff; box-shadow:0 4px 10px rgba(0,0,0,.12); }

/* 28/10/2025 */

sup.small {
  font-size: 0.5em;
  top: -0.4em;
  position: relative;
}


.lista-plan {
  background-color: #3A90C7; /* mismo azul de fondo */
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

.lista-plan > div {
  padding: 10px 0;
  border-top: 1px solid white;
}

.lista-plan > div:first-child {
  border-top: none;
}

.monto {
    font-size: 50px;
}

.seccion6 {
    margin-top: 5vh;
}