body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#f6f6f6;
}

.login-page{
  display:flex;
  min-height:100vh;
}

.login-left{
  width:50%;
  position:relative;
  overflow:hidden;
  background-color:silver;
}

/*.login-left::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
                   url("images/edificios.jpg");
  background-size:cover;
  background-position:center bottom;
  animation:moverEdificio 18s ease-in-out infinite alternate;
}*/

@keyframes moverEdificio{
  from{
    transform:scale(1.12) translateY(0);
  }
  to{
    transform:scale(1.12) translateY(-90px);
  }
}


.fondo-animado{
   height:100%;
   width:100%;

   position:relative;
   overflow:hidden;

   isolation:isolate;

   display:flex;
   flex-direction:column;

   justify-content:center;
}




.fondo-animado::before{
    content:"";

  position:absolute;

  width:120%;
  height:120%;

  left:-10%;
  top:-10%;
 z-index:1;
  background-image:url("images/edificios.jpg");

    background-size:130% auto;
  background-repeat:no-repeat;
  background-position:center;
   pointer-events:none;
  animation:moverImagen 10s ease-in-out infinite alternate;
}
@keyframes moverImagen{

  0%{
    transform:translate(0,0) scale(1.05);
  }

  50%{
    transform:translate(-40px,-30px) scale(1.08);
  }

  100%{
    transform:translate(30px,-60px) scale(1.05);
  }

}

.fondo-animado h1{
  font-size:48px;
  margin:0 0 15px;
    z-index:5;
	  position:relative;
	  color:white;
}

.fondo-animado p{
  font-size:22px;
  margin:0;
    z-index:5;
	  position:relative;
	    color:white;
}

.contenido_e{
   position:relative;
   z-index:5;

   color:white;

   padding-left:80px;
}


.login-right{
  width:50%;
  display:flex;
  align-items:center;
  justify-content:center;
 
  box-sizing:border-box;
  background-color:#f6f6f6;
}

.login-fondo{
height:90%;
  width:85%;
   max-width:85%;
   text-align:center;
  background-color:white;
  padding:20px;
  border-radius:10px;
  box-shadow:0 8px 10px rgba(0,0,0,.18);
	
}

.login-card{
  width:100%;
  background:white;
  padding:10px;
  box-sizing:border-box;
  
   display:flex;

   justify-content:space-between;

   align-items:center;
   
}


.login-logo{
  width:180px;
  display:block;
}


.login-card h2{
  text-align:center;
  color:#ff6600;
  font-size:44px;
  margin:10px 0;
}

.subtitulo-login{
  text-align:center;
  color:#888;
  font-size:16px;
  margin-bottom:5px;
}

.login-card label{
  display:block;
  font-size:20px;
  font-weight:bold;
  color:#555;
  margin:25px 0 10px;
}

.login-card input{
  width:100%;
  height:58px;
  border:1px solid #bbb;
  border-radius:8px;
  padding:0 18px;
  font-size:22px;
  box-sizing:border-box;
}

.login-card button{
  width:100%;
  margin-top:35px;
  padding:22px;
  border:0;
  border-radius:10px;
  background:#ff6b00;
  color:white;
  font-size:18px;
  cursor:pointer;
  box-shadow:0 8px 15px rgba(0,0,0,.18);
}

.olvide{
  display:block;
  text-align:center;
  margin-top:35px;
  color:#ff6600;
  text-decoration:none;
  font-size:14px;
}

#encabezado {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  
}

.marquee-container {

  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  background: linear-gradient(90deg, #111, #1a1a1a, #111);
  color: #fff;
  overflow: hidden;
}


.marquee-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 170px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 1px 0 20px;
  font: bold 12px Arial;
  letter-spacing: 1px;
  color: #4D4763;
  background: linear-gradient(90deg, #111 75%, rgba(17,17,17,0.92) 88%, rgba(17,17,17,0) 100%);
}

.dot {
margin-top:4px;
  width: 4px;
  height: 4px;
  background: gray;
  border-radius: 50%;
  box-shadow: 0 0 10px gray;
}

.dot-#4D4763 {
  width: 8px;
  height: 8px;
  background: #4D4763;
  border-radius: 50%;
  box-shadow: 0 0 10px #4D4763;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  margin-left: 170px; /* igual al width del label */
}

.marquee-content {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content span {
  font: bold 14px Arial;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-container:hover {
  cursor: pointer;
}

.texto-cyan {		
  height: 8px;
      color: cyan;
	  font-size: 16px;
}

.texto-lime {		
  height: 8px;
      color: lime;
	  font-size: 16px;
	    cursor: pointer;
}


.gradient {		
height: 600px;

background: #daf5e3;
background: linear-gradient(143deg,rgba(218, 245, 227, 1) 0%, rgba(122, 224, 101, 1) 44%, rgba(0, 0, 0, 1) 100%);
}




/* === MNU VARIABLES CSS === */
:root {
  --header-height: 60px;

  /* COLORS */
  --color-white: #fff;
  --color-dark: #22282e;
  --color-dark-secondary: #33363b;
  --color-dark-border: #282b30;
  --color-primary: #ffc700;
  --color-primary-hover: #e0a500;
  --color-accent: #f78ca0;
  --color-shadow: rgba(0, 0, 0, 0.5);
}

/* === HEADER === */
.site-header {
  background: var(--color-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  position: relative;
  width: 100%;
  padding: 10px 20px;
}

.site-logo {
  width: auto;
}

.site-logo-link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: var(--color-accent);
  font-weight: bold;
  font-size: 22px;
  line-height: 44px;
  text-transform: uppercase;

  &:hover {
    color: var(--color-primary);
  }
}

/* === MAIN NAV === */
.main-nav {
  display: flex;
  align-items: center;
}

/* === NAV MENU === */
.nav-menu {
  position: absolute;
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;

  /* CSS Nesting */
  li {
    background: var(--color-dark-secondary);
    display: block;
    border-bottom: 1px solid var(--color-dark-border);
  }

  a {
    display: block;
    color: var(--color-white);
    text-decoration: none;
    line-height: 60px;
    padding: 0 26px;

    &:active,
    &:focus {
      color: var(--color-primary);
    }
  }

  &.is-open {
    box-shadow: 0 1px 2px var(--color-shadow);
    max-height: fit-content;
  }
}

/* === MOBILE TOGGLE BTN === */
.mobile-toggle-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 0;
  opacity: 0.6;

  &.nav-open {
    opacity: 1;
  }

  span {
    display: block;
    width: 60%;
    margin: 4px auto;
    height: 4px;
    background: var(--color-white);
  }
}

/* === NAV RIGHT === */
.nav-right {
  display: flex;
  gap: 16px;
}

/* === HEADER PRIMARY BTN === */
.header-primary-btn {
  background: var(--color-primary);
  color: var(--color-dark);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;

  &:hover {
    background: var(--color-primary-hover);
  }
}



.m_CAPSULA {
  width: 95%; height: 70px;
  background-color: WHITESMOKE;
   padding: 15px;
  border-radius: 10px;
  margin:20px:
  text-align: center;
}

.m_CAPSULA_#4D4763 {
  width: 170px; height: 20px;
  background-color: #F1D4A0;;
COLOR:#FA8900;
   padding: 10px;
  border-radius: 20px;
    font: bold 16px Arial;
  text-align: center;
}


.texto1 {
	margin-top:10px;
	COLOR:#4D4763;
	padding: 10px;
	border-radius: 20px;
	font: bold 70px Arial;
	text-align: center;
}

.til, .fecha {
  display: inline-block;
  padding: 5px 7px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
}

.til {
  background-color: PaleGreen;
  color: teal;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
}

.gri {
  background-color: Gainsboro;
  color: black;
     font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
}

.BW {
		background-color: white smaoke;
		color: black;
		font-size: 14px;
		padding: 5px 7px;
		font-family: Arial, Helvetica, sans-serif;
		border-radius: 5px;
}
.fecha {
		background-color: #fff;
		color: silver;
		margin-left: 5px; /* espacio entre ambos */
		font-size: 14px;
}

.naranja {
		color: #4D4763;
		margin-left: 5px; /* espacio entre ambos */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 800;
}

.titulo {
 position: relative;
  top: 220px;
  left: 80px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 60px; 
  font-weight: 900; 
  color: #1a1a1a; 
  line-height: 1;
  margin: 0;
  z-index: 1;
}

.subtitulo {
  position: relative;
  top: 230px;
  left: 80px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px; 
  color: #1a1a1a; 
  line-height: 1.5; 
  margin: 0;
  z-index: 1;
}


@keyframes moveUpDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}

.gbcontainer {

position:absolute;
 top:450px;
 left:80px;
 }
 
.granboton {

   font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin: 0;  
  background-color: #4D4763;
  padding:20px;
  border-radius: 10px;
  position: relative;
  /* Apply the animation: name duration timing-function infinite alternate */
  animation: moveUpDown  0.5s 1s ease-in-out infinite alternate;
}
.granboton:hover {
  cursor: pointer;
  background-color:  #d16200;  
}

.cerrar3 { float: right; 
cursor: pointer; 
COLOR:gray; 
font-size: 40px; }

.contenedor {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
}

/* la forma inicia fuera del contenedor */
.forma {
	  display: none;
  position: absolute;
  width: 520px;
  text-align:center;
  height: 700px;
  background: white;
  margin: 1% auto;
  padding: 20px;
  top: 0px;
  right: -520px; /* empieza fuera (ancho + margen) */
}


/* activa la animación */
.forma.entrar {
  animation: entrar 0.8s ease-out forwards;
}



@keyframes entrar {
  from {
    right: -470px;
    opacity: 0;
  }
  to {
    right: 20px; /* queda visible con margen */
    opacity: 1;
  }
}



/************************************ menu ************************************/

/************************************ menu  ********************************************/

@import url(http://fonts.googleapis.com/css?family=roboto);

body {
  background: #fff;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin: 0;
  padding: 0;
  word-wrap: break-word !important;
  font-family: 'roboto', sans-serif;
}

h1 {
  font-size: 60px;
  text-align: center;
  color: #000;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #000;
}

h3 a { color: #000; }

a { color: #000; }

h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: 'roboto', sans-serif;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}


nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  transition: all 0.25s ease;
  
  display: flex;
  align-items: center;
  gap: 20px;
}

nav.scrolled {
  top: 10px; /* separación */
  border: 2px solid gray;
  border-radius: 12px;
 
  margin-left: 15px;
  margin-top: 10px;
  background-color: white;
}


#logo {
  display: block;
  padding: 0 1px;
 
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

nav ul li {
 ;
  margin: 0px;
  display: inline-block;
  float: left;
   flex-wrap: nowrap;
  background-color: transparent;
}

nav a {
  display: block;
  padding: 0 10px;
  color: #000;
  font-size: 20px;
  line-height:30px;
  text-decoration: none;
}

nav ul li ul li:hover { background: transparent}

nav a:hover { color: #4D4763;}

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 170px;
  color: #4D4763;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: left;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; 
 			 margin-right: auto;}

.toggle {
  display: block;
  background-color: transparent;
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: transparent; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { color: #4D4763; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: transparent; }

nav ul ul {
  float: none;
  position: static;
  color: #000;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
 
.boton_login {
   width: 100px;
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  margin-right:5px;  
  background-color: #4D4763;
  background-color: green;
  padding:10px;
  display: block;
   margin-left:auto;
  font-weight: 700;
  border-radius: 10px;
   text-decoration: none;
  transition: transform 0.2s ease;
}

.boton_login:hover {
  cursor: pointer;
  background-color:  #8E88A8; 
  background-color: PaleGreen;
  color:black; 
    transform: translateY(-2px);
}

.boton_registrate {
  margin:0;
   width: 100px;
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4D4763;
  line-height: 1.5;
  font-weight: 700;
    
  background-color: #fff;
  padding:10px;
  border: 2px solid green;   
  border-radius: 10px;
  display: block;  
  float: left;
  text-align:center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.boton_registrate:hover {
  cursor: pointer;
  background-color:  PaleGreen; 
  color:green; 
    transform: translateY(-2px);
	opacity: 0.5;
}

/*******************************************************************************************/


.wrapper {
  display: flex;
  justify-content: center; /* centra todo el bloque */
}

.contenedorx {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 20px;
}

.celular {
  display: relative;
  height:675px;
  width: 322px;
  margin: 0 auto;
   border: 10px solid black;   
  border-radius: 50px;
  display: block; 
}


#banner {
  opacity: 1;
  transition: opacity 0.8s ease;
}


.botonnaranja {
   width: max-content;
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  margin: 0;  
  background-color: #4D4763;
  padding:10px;
   display: block;
  
  float: left;
  border-radius: 10px;
   text-decoration: none;

  
  transition: all 0.3s ease;
}
}
.botonnaranja:hover {
  cursor: pointer;
  background-color:  #d16200;  
     transform: translateY(-5px);
}

.botonblanco {
   width: max-content;
   font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4D4763;
  line-height: 1.5;
  margin: 0;  
  background-color: #fff;
  padding:10px;
  border: 2px solid #4D4763;   
  border-radius: 10px;
  display: block;  
  float: left;
  text-decoration: none;
  transition: all 0.3s ease;
}
}
.botonblanco:hover {
  cursor: pointer;
  background-color:  #d16200;   
  transform: translateY(-5px);
}

.contenedor-pasos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.caja {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


.pasos {
  display: relative;
  height:250px;
  width: 500px;
  psdding:20px;
  margin: 10px:
    color:#797979;
	font-size:16px;
  display: block; 
  text-align: justify;
}

.numerobola {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  color: #4D4763;
  font-weight: bold;
  border: 2px solid #4D4763;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}



.contenedor-general {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  width: 95%;
  margin: 80px auto 0;

  background: blue;

  align-items: start;
}

.contenedor5 {
  width: auto;
  height: auto;
  margin: 0;

  padding: 20px;
  border-radius: 15px;
  background: green;
  text-align: center;
}

.derecha {
  width: auto;
  margin: 0;
background: red;
  display: grid;
  gap: 20px;
  
   align-self:start;
     align-content: start;
  align-items: start;
}

.contacto {
  width: 50%;
  max-width: 50%;
  height: auto;
  align-self: start;
  margin: 0;
  padding: 20px;

  background-color: red;

  border: 2px solid gainsboro;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);

  overflow: visible;
   align-self: start;
}







table {
border:0px;
  border-collapse: collapse;
    width:80%;
   margin:0 auto;
	border-spacing: 0px;
	margin-top:0px;
	
}

th {
 text-align: left;
 font-size:12px;
 vertical-align: bottom; 
 padding-bottom: 0px; 
}
td {
 text-align: left;
}

td, th {padding: 0px;}

.campos {
  width: 400px;;            /* Full-width input */
  padding: 10px;     /* Internal spacing */
  margin:0;          /* External spacing */
  box-sizing: border-box; /* Ensures padding doesn't affect width */
  border: 1px solid silver; /* Basic border */
  border-radius: 4px;
  color:silver;
}
