:root{
    --blanco: #FFFFFF;
    --blanco2: #E2E2E2;
    --negro: #000000;
    --negro2: #1D1D1D;
    --negro3: #393939;
    --negro4: #555555;
    --azul1: #0079DB;
    --azul11: #357B84;
    --azul12: #0E202B;
    --azul2: #46A7DB;
    --azul21: #347BA1;
    --azul22: #2A6483;
    --azul23: #4e9dc7;
    --azul3: #2A77DC;
    --azul31: #194784;
    --verdeazul: #58CADC;
    --verdeazul1: #357B85;
    --verdeazul2: #295F67;

    --morado1: #4727ce;
    --morado2: #351da9;
    --morado3: #231385;
    --morado4: #120a60;
    --morado5: #00003c;

    --azulpro: #447782;
    --azulpro1: #335962;
    --azulpro2: #223b41;
    --azulpro3: #111e21;

    --azulpr02: #1FA6FF;
    --azulpr01: #1380CC;
    --azulpr0: #0F5A91;
    --azulpr: #0c3f66;
    --azulpr1: #092f52;
    --azulpr2: #061f3e;
    --azulpr3: #03102a;
    --azulpr4: #000016;



    /* .color1 { #447782 };
.color2 { #335962 };
.color3 { #223b41 };
.color4 { #111e21 };
.color5 { #000000 }; */

/* .color1 { #0c3f66 };
.color2 { #092f52 };
.color3 { #061f3e };
.color4 { #03102a };
.color5 { #000016 }; */


    --negroOpaco: rgba(85, 96, 121, 0.229);
    --blancoOpaco: rgba(255, 255, 255, 0.086);
    --blancoOpaco2: rgba(255, 255, 255, 0.445);
    --blancoOpaco3: rgba(255, 255, 255, 0.715);
    --azulOpaco: rgba(5, 32, 46, 0.908);
    --azulOpaco2: rgba(52, 123, 161, 0.464);
    --azulOpaco3: rgba(52, 123, 161, 0.227);


    --degradado: linear-gradient(90deg,var(--negro),var(--azulpr2));
    --degradado2: linear-gradient(180deg,var(--negro),var(--azulpr0));
    --degradado3: linear-gradient(330deg,var(--azulpr4),var(--azulpr));
    --degradado4: linear-gradient(180deg,var(--azul21),var(--azul2));
    --degradado5: linear-gradient(180deg,var(--azul21),var(--azulpr3));

    --degradado6: linear-gradient(180deg,var(--verdeazul2),var(--azulpro2));
    
    



  --color-black: #0b1220;
  --color-white: #ffffff;
  --color-blue: #0a7bff;
  --color-blue-dark: #0456c7;
  --color-muted: #9aa3b2;
  --max-width: 1100px;
  --radius: 10px;
  --gap: 1rem;
  --font-sans: "Exo 2", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --font-sans2: "Orbitron", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* RESET / BASE */
*,
*::before,
*::after { 
    box-sizing: border-box; 
}

* {
    margin:0; 
    padding:0; 
    font-family: var(--font-sans);
    line-height:1.45;
    /* -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale; */
}

a{
    text-decoration: none;
    color: var(--blanco);
}


.S_Fondo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100svh;
    min-height: 38rem;
    background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("img/FondoEclipse2.png");

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    z-index: -1;
    
}

html{
    color-scheme: dark;
}





/* PÁGINA PRINCIPAL */
/* HEADER */

header{
    display: flex;
    position: relative;
}

.D_Header{
    background-color: transparent;
    color: var(--blanco);
    width: 100%;
    min-height: 120px; 
    padding-left: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1{
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 3px;
    padding-bottom: 1rem;
    font-family: var(--font-sans2);
}



nav{
    width: 65%;
    display: flex;
    justify-content: flex-end;
    padding-right: 1.2rem;
    overflow: hidden;
}

nav ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 2svw;
}

nav ul li{
    list-style: none;
}

nav ul a{
    list-style: none;
    color: var(--blancoOpaco2);
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 300;
}

nav ul a:hover{
    color: var(--blanco);
    
}

nav .A_Whats{
    color: var(--blanco);
    font-weight: 600;
    display: block;
    height: 3rem;
    width: fit-content;
    padding: 0 1rem;
    background: var(--degradado6);
    border-radius: 3rem;
    transition: linear .1s;
    margin-left: 1.5rem;
}

nav .A_Whats:hover{
    background: var(--verdeazul1);
    transform: scale(1.02);
}

.D_AWhats{
    height: 100%;
    display: flex;
    align-items: center;
}

nav .A_Whats i{
    font-size: 1.2rem;
    margin-right: 10px;
}



/*MENU RESPONSIVE*/

.menu-bars{
	display: none;
    color: var(--blanco);
    margin-left: 2rem;
    font-size: 1.5rem;
    z-index: 100;
    position: fixed;
    top: 2.6rem;
    right: 17px;
}

.menu-x{
    position: fixed;
	z-index: 300;
	width: 2rem;
	right: 17px;
    top: 2.6rem;
    color: var(--azul12);
    font-size: 1.5rem;
}

.menu-xI{
    display: none;
}

.menu-bars:hover{
	color: var(--azul21);
}



.Nav_R{
    position: fixed;
    width: 50%;
    background-color: var(--blancoOpaco3);
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 3rem 0 0 3rem ;
    top: 10px;
    right: 0;
    z-index: 150;
    margin: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0%);
    transition: 0.4s ease;
}

.Nav_R a{
    color: var(--negro);
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 2px;

}

.Nav_R a:hover{
    color: var(--azul23);
    text-shadow: 1px 1px var(--blancoOpaco);
    
}


/* MAIN */
/* HERO */


.S_Hero{
    height: calc(100svh - 11.9rem);
    
}


.D_Hero{
    color: var(--blanco);
    margin: 2rem 0 0 5rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.D_HeroH2 h2{
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: .5rem;
    line-height: 1.7;
}

.D_HeroH2 b{
    font-size: 5rem;
    font-weight: bolder;
    color: var(--azul21);
}




.D_HeroCopy{
    max-width: 40rem;
    margin: 3rem 4rem 0 0;
}

.Span_Hero{
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--blancoOpaco3);
}

.D_HeroCopy div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 2rem;
    margin: 1rem 0;

}

.Span_HeroCopy{
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 5px;
    color: var(--blancoOpaco3);
}

.D_HeroCopy p{
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 200;
    margin: .5rem 0 2.5rem .5rem;
}

.D_HeroCopy b{
    font-weight: bold;
    color: var(--azul21);
}

.D_HeroCopy a{
    display: block;
    width: fit-content;
    height: 3rem;
    color: var(--negro);
    background-color: var(--azul21);
    padding: .5rem 2rem;
    border-radius: 2.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;   
    transition: linear .1s;
}

.S_Hero .D_Hero a:hover{
    transform: scale(1.1);
    background-color: var(--azul22);
    color: var(--blanco);
    transition: linear .1s;
}

#particles-js  {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
}


/* SECTION TYPES */

.S_Types{  
    padding: 4rem 2rem;
    background-color: var(--blanco);
}

.S_Types ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.S_Types ul li{
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--azul21);
    margin: 1rem 2rem;
}


/* .S_Types2{
    margin: 2rem 0;
    padding: 2rem 0;
    background: var(--degradado5);
    border-radius: 4rem;
    box-shadow: 0 0 15px 5px var(--azulpr2);
}

.S_Types2 ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.S_Types2 ul li{
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--blanco);
    margin: 1rem 2rem;
    list-style: circle;
} */


/* SECTION COPYWRITTING */

.S_CopyWritting{
    background-color: var(--blanco);  
    padding: 5rem 7rem 2rem 7rem;
}

.S_CopyWritting h4{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    text-align: center;
    color: var(--negro);
}

.S_CopyWritting span{
    color: var(--azul21);
    font-weight: bold;
}

.S_CopyWritting p{
    color: var(--negro);
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
}

.S_CopyWritting b{
    font-size: 2rem;
    color: var(--azul21);
}

hr{
    width: 60vw;
    max-width: 800px;
    height: 3px;
    margin: 6rem auto 2rem auto;
    background-color: var(--azulpr0);
}


/* SECTION INFO */

.S_Info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 3rem 0 1rem 0;
    background-color: var(--blanco);
}

.S_Info picture:first-child{
    width: 50vw;
    min-width: 30rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.S_Info picture img{
    width: 25vw;
    min-width: 25rem;
    height: auto;
}

.S_Info .D_Info{
    width: 45vw;
    min-width: 30rem;
    margin: auto;
    z-index: 100;
    position: relative;
}

.S_Info .D_Info h3{
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: var(--negro);
}

.S_Info .D_Info h3 span{
    color: var(--azul21);
}

.D_Info b{
    color: var(--azul21);
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

.S_Info .D_Info p{
    color: var(--negro);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
}



.S_Info .D_Info ul{
    margin: 1rem 0;
}

.S_Info .D_Info ul li{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: var(--negro);
    list-style: circle;
}

.Pic_Info{
    position: absolute;
    bottom: -15%;
    right: 20%;
    transform: translateX(-10%);
    transform: translateY(-0%);
}

.Pic_Info img{
    height: 50rem;
    opacity: 10%;
    z-index: 0;
}


/* SECTION FEATURES */

.S_Features{
    background-color: var(--blanco);
    padding: 5rem 0;
    margin-top: -2px;
}

.D_Features{
    background-color: var(--azulOpaco2);
    border-radius: 3rem;
    padding: 2rem 0;
}

.D_Features h4{
    flex: 100%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 2rem;
}

.D_Feature{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.D_Features1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15rem;
    border-radius: 1rem;
    margin: auto 2rem;
    padding: 2rem 1rem;
}

.D_Features1 i{
    font-size: 3rem;
    color: var(--blanco);
    margin-bottom: .7rem;
}

.D_Features1 p{
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: var(--negro);
}



/* .S_Features{
    margin: 4rem 0 7rem 0;
}

.S_Features h4{
    flex: 100%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 6rem;
}

.D_Feature{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;

}

.D_Features{
    background: var(--degradado5);
    border-radius: 2rem;
    box-shadow: 0 0 10px 3px var(--azulpr2);
    max-width: 500px; 
    width: 90%;
    padding: 2rem;
    margin: auto;
}

.D_Features p{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: var(--blanco);
}

.S_Features .D_Features:hover{
    transform: scale(1.03);
    background-color: var(--azul21);
} */


/* SECTION PROCESO */

/* .S_Proceso{
    background: var(--degradado3);
    height: 100vh;
    position: relative;
    margin-bottom: 5rem;
}

.S_Proceso picture{
    position: absolute;
    top: 0;
    left: 0;
}

.S_Proceso picture img{
    height: 12rem;
    max-width: 100%; 
}

.S_Proceso h4{
    font-size: 3rem;
    font-weight: bold;
    color: var(--blanco);
    letter-spacing: 1px;
    padding: 1.5rem 0 2rem 0;
    width: 100%;
    text-align: center;
}

.D_Proceso{
    position: absolute;
    height: 15rem;
    width: 25rem;
    max-width: 700px; 
    width: 90%;
    background: var(--degradado2);
    color: var(--blanco);
    border-radius: 50%;
    padding: 1rem 1.5rem 0 1.5rem;
    box-shadow: 10px 3px 10px var(--negro);
}

.D_Proceso span{
    margin: 1rem 10.5rem 0 10.5rem;
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--azul21);
}

.S_Proceso .D_Proceso h5{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin:0 0 .5rem 0;
}

.S_Proceso .D_Proceso p{
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 2rem;
    text-align: center;
}

.S_Proceso .D_P1{
    left: 5vw;
    animation: float 3s linear infinite;
}

.S_Proceso .D_P2{
    left: 37vw;
    top: 7rem;
    animation: float 2s linear infinite;
}

.S_Proceso .D_P3{
    right: 5vw;
    top: 30%;
    animation: float 3s linear infinite;
}

.S_Proceso .D_P4{
    left:10vw;
    bottom: 2.3rem;
    animation: float 4s linear infinite;
}

.S_Proceso .D_P5{
    bottom: 1rem;
    left: 45%;
    animation: float 5s linear infinite;
} */




/* PROCESO 2 */

.S_Proceso2{
    min-height: 34rem;
    background: var(--degradado);
    padding: 3rem 0;
}

.S_Proceso2 h4{
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--blanco);
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

.D_Procesos{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 4rem;
}

.D_Proceso2{
    flex: 1;
    height: 28rem;
    color: var(--blanco);
    padding: .5rem 1rem;
    background: var(--degradado5);
    cursor: pointer;
    overflow: hidden;
    transition: .7s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.D_Proceso2 span{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    transition: 1s ease;
    
}

.D_Proceso2 h5{
    display: flex;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.4rem;
    letter-spacing: 2px;
}

.D_Proceso2 p{
    margin-top: 3rem;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 2;
    opacity: 0;
    max-height: 0;
}

/* Panel activo */

.D_Proceso2.active{
  flex: 4;
  opacity: 1;
  background: var(--blanco);
  color: var(--negro);
}

.D_Proceso2.active span{
    color: var(--azul22);
}

.D_Proceso2.active h5{
    writing-mode: horizontal-tb;
    transform: rotate(0);
    color: var(--azul21);
}

.D_Proceso2.active p{
  opacity: 1;
  max-height: 200px;
}






/* SECTION PLANES */

.S_Planes{
    height: fit-content;
    background-color: var(--blanco);
    width: 100%;
    padding: 1rem 0;
}

.S_Planes h4, .S_Suscripciones h4{
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin: 2rem auto;
    color: var(--negro);
}

.S_Planes .D_Planes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.D_Lunas{
    max-width: 29rem; /* AJUSTE 18: max-width */
    width: 100%;
    margin: 1rem;
    height: 55rem;
    border-radius: 3rem;
    padding: 2rem 1rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
}




.D_Lunas hr{
    width: 20rem;
    height: 2px;
    background-color: var(--blancoOpaco);
    border: none;
    margin: 1.3rem auto;
}

.D_L1, .D_L3{
    background: var(--degradado);
    box-shadow: 4px 5px 15px var(--negro4);
}

.D_L2{
    background: var(--degradado4);
    box-shadow: 0 0 15px 3px var(--negro);
    width: 29rem;
    position: relative;
    padding-top: 3.5rem;
}

.D_L2 span, .D_S2 span{
    position: absolute;
    top: 0;
    height: 3rem;
    left: 0;
    width: 29rem;
    border-radius: 3rem 3rem 0 0;
    background: var(--degradado3);
    color: var(--blanco);
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding-top: .5rem;
}

.D_L1 ul li{
    list-style: circle;
}




.D_Lunas picture{
    display: flex;
    width: 100%;
    justify-content: center;
    align-self: center;
    margin-bottom: 1.5rem;
}

.D_Lunas img{
    height: 10rem;
    width: 10rem;
}

.D_L2 img{
    transform: rotate(20deg);
}

.D_L3 img{
    transform: rotate(30deg);
}

.D_Lunas h5{
    color: var(--blanco);
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto 1rem auto;
    font-weight: bold;
    text-shadow: 1px 2px 6px var(--azul1);
}

.D_Lunas div{
    align-self: normal;
    margin-bottom: 1rem;
}

.D_Lunas div p{
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto .7rem auto;
    color: var(--blanco);
}

.D_Lunas div p b{
    font-size: 1rem;
}

.D_Lunas div ul, .D_Astronauta ul{
    color: var(--blanco);
    list-style: none;
    margin: .5rem 1rem;

}

.D_Lunas div ul li, .D_Astronauta ul li{
    line-height: 1.7;
    font-size: .9rem;
}

.D_Lunas a, .D_Astronauta a{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    color: var(--azul12);
    background-color: var(--azul21);
    border-radius: 2rem;
    padding: .3rem 5rem;
    width: 17rem;
    display: block;
    transition: linear .1s;
    justify-self: center;
    margin-bottom: 20px;
}

.D_Lunas a:hover, .D_Astronauta a:hover{
    transform: scale(1.03);
    color: var(--negro3);
    background-color: var(--blanco2);
}



/* SUSCRIPCIONES */

.S_Suscripciones{
    background-color: var(--blanco);
    padding: 2rem 0;
    margin-top: -2px;
}

.D_Suscripciones{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.D_Astronauta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 3rem;
    padding: 3.5rem 1rem 2rem 1rem;
    width: 30rem;
    height: 32rem;
    background: var(--degradado);
    position: relative;
}

.D_S1 ul li{
    list-style: circle;
}

.D_S2 span{
    width: 30rem;
    background: var(--degradado2);
}

.D_Astronauta h5{
    color: var(--blanco);
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto 1rem auto;
    font-weight: bold;
    text-shadow: 1px 2px 6px var(--azul1);
    z-index: 10;
}

.D_Astronauta p{
    font-size: .8rem;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto .7rem auto;
    color: var(--blanco);
    z-index: 10;
}

.D_Astronauta hr{
    width: 17rem;
    height: 2px;
    background-color: var(--blancoOpaco);
    border: none;
    margin: 1.3rem auto;
    z-index: 10;
}

.D_Astronauta ul {
    z-index: 10;
}

.D_Astronauta a{
    margin-top: auto;
    z-index: 10;
}

.D_Astronauta i{
    position: absolute;
    bottom: 5rem;
    left: 6rem;
    font-size: 20rem;
    z-index: 1;
    color: var(--azulOpaco3);
}



/* CONTACTO */
.S_Contacto{ 
    height: fit-content;
    width: 100%;
    padding: 3rem 4rem 5rem 4rem;
}

.S_Contacto h4{
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.D_Contacto{
    background: var(--degradado2);
    box-shadow: 3px 5px 15px var(--azul12);
    border-radius: 4rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap; /* AJUSTE 23: permite wrap en móviles */
    height: fit-content; 
    padding: 1.5rem 2rem; 
    max-width: 1300px; /* AJUSTE 24 */
}

.F_Form{ 
    padding:1rem; 
    border-radius:8px; 
    max-width: 50rem; /* AJUSTE 25: max-width en lugar de width fijo */
    width: 100%; /* AJUSTE 26: ancho flexible */
    display:flex; 
    flex-direction:column; 
    gap:0.6rem; 
}

.F_Label{ 
    display:flex; 
    flex-direction:column; 
    gap:0.7rem; 
    font-size:1.15rem; 
    font-weight: 500;
    letter-spacing: 1px;
    color:var(--blanco2); 
}

.F_Input, .F_Textarea{ 
    padding:0.6rem; 
    border-radius:6px; 
    border:1px solid rgba(255, 255, 255, 0.3); 
    background:transparent; 
    color:var(--blanco); 
    margin-bottom: .7rem;
}

.F_Input::placeholder, .F_Textarea::placeholder{
    color: rgba(255, 255, 255, 0.538);
    letter-spacing: 1px;
}

.F_Hp{ 
    display:none; 
}

.F_Actions{ 
    display:flex; 
    gap:0.5rem; 
    margin-top:0.5rem; 
    flex-wrap: wrap; /* AJUSTE 27: botones responsive */
}

.F_Actions button{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: .5rem 1.3rem;
    border-radius: 2rem;
    color: var(--azulpr1);
    background-color: var(--azul21);
    transition: linear .1s;
    margin: 0 auto;
    min-width: 150px; /* AJUSTE 28 */
}

.F_Actions button:hover{
    cursor: pointer;
    transform: scale(1.05);
    color: var(--negro3);
    background-color: var(--blanco2);
}

.F_Flash{ 
    color:var(--azul22); 
    margin-top:0.5rem; 
}




.A_ContactInfo{
    height: 100%;
    padding: 3rem 1rem;
    flex: 1; /* AJUSTE 29 */
    min-width: 250px; /* AJUSTE 30 */
}

.A_ContactInfo h3{
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--blanco);
    text-align: center;
    margin-bottom: 4rem;
}

.A_ContactInfo p{
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 1px;
    color: var(--blanco2);
    margin: 1rem 2rem;
}

.A_ContactInfo p a{
    color: var(--azul21);
}

.A_ContactInfo p a:hover{
    color: var(--azul2);
    font-weight: bold;
}






/* FOOTER */
footer{ 
    border-top:1px solid rgba(255,255,255,0.02); 
    padding:1rem 0; 
    background: var(--degradado); 
    color:var(--color-muted); 
    padding: 3rem 0;
}

footer h2{
    color: var(--blanco);
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center; 
    padding: 0 1rem;
}

footer h2 span{
    font-size: 2rem;
    font-weight: 300;
    display: block; 
}

.F_QuickLinks{
    height: fit-content;
    padding: 2rem 0;
    margin: 0 auto;
    max-width: 800px; /* AJUSTE 33 */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* AJUSTE 34 */
}

.F_QuickLinks a{ 
    color:var(--blancoOpaco3); 
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 2px;
    margin: .5rem; /* AJUSTE 35 */
}

.F_QuickLinks a:hover{
    color: var(--azul21);
}

.D_Copy{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1rem; /* AJUSTE 36 */
}

.D_Copy small{
    text-align: center; /* AJUSTE 37 */
}



@keyframes float {
	0%, 100%{
		transform: translateY(.2rem);
	}
	50%{
		transform: translateY(-.1rem);
	}
}


/* ______________RESPONSIVE DESIGN_____________ */

/* ----------------------------------------------------------------------------
   ULTRA WIDE / 4K (Ultra-wide & 4K displays)
   2561px+
---------------------------------------------------------------------------- */
@media only screen and (min-width: 2561px) {
    
}

/* ----------------------------------------------------------------------------
   DESKTOP GRANDE (Large desktop)
   1921px - 2560px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 2560px) {
    
}

/* ----------------------------------------------------------------------------
   DESKTOP ESTÁNDAR (Standard desktop)
   1441px - 1920px
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1600px) {

    .D_Hero{
        justify-content: space-around;
        max-width: 115rem;
        margin: 5rem auto 0 auto;
    }

    .D_HeroCopy{
        margin-right: 0;
    }
}

/* ----------------------------------------------------------------------------
   LAPTOPS ESTÁNDAR (Standard laptops)
   1281px - 1440px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px) {
    
}

/* ----------------------------------------------------------------------------
   LAPTOPS PEQUEÑAS (Small laptops)
   1025px - 1280px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
    html{
		font-size: 90%;
	}

    header{
        height: 7rem;
    }

    .D_Header{
        min-height: 80px;
    }

    .S_Hero{
        height: calc(100svh - 7rem);
        padding-bottom: 8rem;
    }

    .D_Hero{
        align-items: center;
    }

    .D_Features1{
        width: 13rem;
        margin: auto 1rem;
    }

    .D_Features1 p{
        font-size: 1rem;
    }

    .D_Proceso2{
        height: 30rem;
    }
}


@media only screen and (max-width: 1130px){
    html{
		font-size: 85%;
	}

    .D_Hero{
        margin: 2rem 0 0 2rem;
    }

    .D_HeroCopy{
        margin: 3rem 2rem 0 0;
    }
}

@media only screen and (max-width: 1143px){
    .F_Form{
        max-width: none;
    }

    .A_ContactInfo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* ----------------------------------------------------------------------------
   TABLETS GRANDES (Large tablets - Portrait/Landscape)
   835px - 1024px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    html{
		font-size: 80%;
	}

    .S_CopyWritting{
        padding: 4rem 4rem 2rem 4rem;
    }

    .D_Hero{
        margin: 2rem 0 0 4rem;
    }

    .D_HeroCopy{
        margin: 3rem 4rem 0 0;
    }


    .D_HeroH2 h2{
        font-size: 3.5rem;
    }

    .D_HeroH2 b{
        font-size: 4.5rem;
    }
}


@media only screen and (max-width: 950px){
    html{
        font-size: 70%;
    }
    .D_Hero{
        margin: 2rem 0 0 2rem;
    }

    .D_HeroCopy{
        margin: 3rem 2rem 0 0;
    }
}

/* ----------------------------------------------------------------------------
   TABLETS ESTÁNDAR (Standard tablets - Portrait)
   769px - 834px
---------------------------------------------------------------------------- */

@media only screen and (max-width: 830px) {

    /* HEADER */
    nav ul{
        opacity: 0;
        position: fixed;
        visibility: hidden;
    }

    .menu-bars_Active{
        display: block;
    }

    nav{
        padding-right: 5rem;
    }

    .Nav_RI{
        position: fixed;
        height: 60%;
        top: 10px;
        right: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateX(100%);
        transition: 0.4s ease;
    }



    /* HERO */
    .S_Fondo{
        min-height: 100svh;
    }

    .S_Hero{
        height: calc(100svh - 7rem);
        display: flex;
        align-items: center;
        padding: 0;
    }

    .D_Hero{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        margin: 0;
        padding-bottom: 3rem;
        gap: 2rem;
    }

    .D_HeroH2 h2{
        font-size: 3.2rem;
        text-align: center;
        line-height: 1.5;
    }

    .D_HeroH2 b{
        font-size: 4rem;
    }

    .D_HeroCopy{
        margin: 2rem 0 0 0;
        max-width: 100%;
        text-align: center;
    }

    .D_HeroCopy div{
        font-size: 1.3rem;
        flex-wrap: wrap;
        gap: 0.3rem;
        margin: 0.5rem 0;
    }

    .D_HeroCopy p{
        display: none;
    }

    .D_HeroCopy a{
        margin: 2.5rem auto 0 auto;
        height: auto;
        padding: 0.7rem 2.5rem;
    }

    .Span_Hero{
        font-size: 1.6rem;
    }

    .Span_HeroCopy{
        font-size: 1.1rem;
    }


    /* COPYWRITTING */
    .S_CopyWritting{
        padding: 3rem 3rem 2rem 3rem;
        min-height: auto;
    }


    /* PROCESO */
    .D_Proceso2{
        min-height: 32rem;
    }

    .D_Proceso2 h5{
        font-size: 1.2rem;
    }


    /* SUSCRIPCIONES */
    .D_Astronauta,
    .D_S2 span{
        width: 27rem;
    }

    .D_Astronauta i{
        left: 4.6rem;
    }
}

/* ----------------------------------------------------------------------------
   TABLETS PEQUEÑAS (Small tablets - Portrait)
   601px - 768px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    html{
		font-size: 70%;
	}

}

@media only screen and (max-width:615px){
    .D_Astronauta{
        margin: 2rem 1rem;
    }
}

/* ----------------------------------------------------------------------------
   MÓVILES GRANDES (Large phones)
   426px - 600px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {

    .Nav_R{
        width: 70%;
    }

    /* HERO */
    .D_HeroH2 h2{
        font-size: 2.8rem;
    }

    .D_HeroH2 b{
        font-size: 3.5rem;
    }

    .Span_Hero{
        font-size: 1.4rem;
    }


    /* COPYWRITTING */
    .S_CopyWritting{
        padding: 3rem 1.5rem 2rem 1.5rem;
    }


    /* INFO */
    .S_Info picture:first-child{
        min-width: unset;
        width: 90%;
    }

    .S_Info picture img{
        min-width: unset;
        width: 80%;
    }

    .S_Info .D_Info{
        min-width: unset;
        width: 90%;
        margin: 1rem auto;
    }


    /* FEATURES */
    .D_Features1{
        width: 45%;
        margin: 0.5rem;
    }


    /* PROCESO */
    .D_Procesos{
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .D_Proceso2{
        width: 100%;
        min-height: auto;
    }

    .D_Proceso2 h5{
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
    }

    .D_Proceso2.active{
        padding-bottom: 3rem;
    }


    /* PLANES */
    .D_Lunas{
        max-width: 70%;
        margin: 1rem 0.5rem;
    }

    .D_L2{
        width: 70%;
    }

    .D_L2 span, .D_S2 span{
        width: 100%;
    }

    .D_Lunas hr{
        width: 90%;
    }

    .D_Lunas a{
        width: 14rem;
        padding: .3rem 2rem;
    }


    /* SUSCRIPCIONES */
    .D_Astronauta{
        width: 70%;
        height: auto;
        padding-bottom: 3rem;
        margin: 1rem .5rem;
    }


    .D_Astronauta i{
        left: 49.5%;
        transform: translateX(-50%);
        font-size: 20rem;
    }

    .D_Astronauta a{
        width: 13rem;
        padding: .3rem 1rem;
    }


    /* CONTACTO */
    .S_Contacto{
        padding: 2rem 1rem;
    }

    .D_Contacto{
        padding: 1.5rem 1rem;
        border-radius: 2rem;
    }

    .A_ContactInfo{
        padding: 1.5rem 0.5rem;
    }

    .A_ContactInfo h3{
        margin-bottom: 1.5rem;
    }

    .A_ContactInfo p{
        margin: 0.5rem 0.5rem;
    }


    /* FOOTER */

    .F_QuickLinks{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

}

/* ----------------------------------------------------------------------------
   MÓVILES ESTÁNDAR (Standard phones)
   376px - 425px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 425px) {

    .Nav_R{
        width: 90%;
    }

    /* HERO */

    .D_HeroH2 h2{
        font-size: 2.5rem;
    }

    .D_HeroH2 b{
        font-size: 3.2rem;
    }

    /* Productos */

    .D_Lunas{
        max-width: 95%;
        height: 59rem;
    }

    .D_L2{
        width: 95%;
    }

    /* Suscripciones */

    .D_Astronauta{
        width: 85%;
    }
}

/* ----------------------------------------------------------------------------
   MÓVILES PEQUEÑOS (Small phones)
   321px - 375px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 375px) {


    /* HERO */

    .D_HeroH2 h2{
        font-size: 2.3rem;
    }

    .D_HeroH2 b{
        font-size: 3rem;
    }

    .Span_Hero{
        font-size: 1.2rem;
    }

    .D_Features1{
        width: 100%;
    }

    .D_Lunas a,
    .D_Astronauta a{
        width: 12rem;
    }

    .S_Contacto{
        padding: 2rem 0.5rem;
    }
}

/* ----------------------------------------------------------------------------
   MÓVILES ULTRA PEQUEÑOS (Smartwatches, mini phones)
   0px - 320px
---------------------------------------------------------------------------- */
@media only screen and (max-width: 330px) {
    body{
        min-width: 330px;
    }

    .S_Fondo{
        min-width: 330px;
    }
    
}






/* ----------------------------------------------------------------------------
   LANDSCAPE EN MÓVIL
   Celular volteado: height bajo + width de móvil
---------------------------------------------------------------------------- */
@media only screen and (max-height: 400px) and (max-width: 1000px) {

    header{
        height: 8rem;
    }

    .D_Header{
        min-height: fit-content;
    }

    .S_Fondo{
        min-height: 52rem;
    }

    .S_Hero{
        min-height: 28rem;
        padding: 0 0 2rem 0;
    }

    .D_Hero{
        max-height: 20rem;
    }

    .D_HeroH2 h2{
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .D_HeroH2 b{
        font-size: 3rem;
    }

    .Span_Hero{
        font-size: 1.3rem;
    }

    .Span_HeroCopy{
        font-size: 1rem;
    }
}

@media only screen and (max-height: 1000px) and (max-width: 500px){
    .S_Hero{
        min-height: 93svh;
    }
}

@media only screen and (max-height: 870px) and (max-width: 500px){
    .S_Hero{
        min-height: calc(100svh - 7rem);
    }
}

@media only screen and (min-width: 830px) and (max-width: 1100px) and (orientation: landscape) {

    .S_Fondo{
        min-height: 100svh;
    }

    .S_Hero{
         height: calc(100svh - 9rem);
    }

    .D_Hero{
        justify-content: space-around;
    }

    .D_HeroH2 h2{
        font-size: 3.5rem;
    }

    .D_HeroH2 b{
        font-size: 4.2rem;
    }

    .D_HeroCopy{
        margin: 2rem 2rem 0 0;
    }

    .Span_Hero{
        font-size: 1.6rem;
    }

    .Span_HeroCopy{
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1440px) and (orientation: landscape) {

    .S_Fondo{
        min-height: 100svh;
    }

    .S_Hero{
         height: calc(100svh - 7.5rem);
        /* min-height: 90svh; */
    }

    .D_Hero{
        margin: 0;
        height: 80svh;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .D_HeroH2, .D_HeroCopy{
        height: fit-content;
    }

    .D_HeroH2 h2{
        font-size: 4.5rem;
        line-height: 1.5;
    }

    .D_HeroH2 b{
        font-size: 5.5rem;
    }

    .D_HeroCopy{
        margin-right: 0;
    }

    .D_HeroCopy div{
        
    }


    .D_HeroCopy a{
        
    }
}

@media only screen and (min-width: 835px) and (max-width: 1200px) and (min-height: 750px) and (orientation: portrait) {

    .S_Fondo{
        max-height: 60svh;
    }

    .S_Hero{
        height: 50svh;
    }

    .D_Hero{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .D_HeroH2 h2{
        font-size: 3.5rem;
        line-height: 1.5;
    }

    .D_HeroH2 b{
        font-size: 4.3rem;
    }

    .D_HeroCopy{
        margin: 2rem 0 0 0;
    }
    

    .Span_Hero{
        font-size: 2.2rem;
    }

    .Span_HeroCopy{
        font-size: 1.5rem;
    }

    .D_HeroCopy p{
        font-size: 1.2rem;
    }
    .D_HeroCopy a{
        font-size: 1.5rem;
        padding: .7rem 2rem;
        height: auto;
    }
}