/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #A09EFF;
  color: #292775;
  font-family: "SN Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin: 0 auto;
  padding: 10px;
  
  width: 1500px;  /* Cambia esto al ancho total de tu diseño */
            height: 500px;  /* Cambia esto al alto total de tu diseño */
            overflow: auto; /* Muestra barras de scroll solo si la pantalla es menor a 1400x900 */
            position: relative;
}

h1 {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
    font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

.Intro {
 background-color: #ffffff;
 color: #292775;
 border: 2px #292775;
 border-radius: 20px;
 padding: 15px;
 margin: 40px 170px;
 text-align: left;
 box-shadow: 0 4px 8px;
}


.directory{
  background-color: #ffffff;
 color: #292775;
 border: 2px #292775;
 border-radius: 20px;
 padding: 15px;
 margin: 40px 170px;
 text-align: left;
 width: 280px;
 box-shadow: 0 4px 8px;
}

 
 a {
   color: #292775;
   text-decoration: none;
 }
 
 a:hover {
   color: #E8AD31;
 }
 
 


   
 .blog {
   position: sticky;
   background-color: #ffffff;
   border: 7px #292775;
   border-radius: 12px;
   padding-left: 10px;
   box-shadow: 0 4px 8px;
   box-sizing: border-box;
   
   height:400px;
   width: 520px;
   overflow: auto;
   position: absolute;
   right: 495px;
   top: 405px;
   bottom: 100px
   scrollbar-color: #A09EFF #EEEBFF;
 }
 
 .BOB {
   position: absolute;
   right: 170px;
   top: 815px;
 }
 
 .bobn {
   position: absolute;
   right: 260px;
   top: 810px;
   text-align: center;
 }
 
 .sites {
   position: absolute;
   right: 460px;
   top: 840px;
 }
 
.krisro img{
  height: 230px;
  width: auto;
  image-rendering: pixelated; 
  
  position: absolute;
  top: 600px;
  right: 1070px;
}

.ralg {
  position: absolute;
  top: 100px;
  right: 210px;
}

.chat {
  position: absolute;
  top: 405px;
  right: 170px;
}

 
 
 .banner-bienvenida {
            position: absolute;
            top: 30px;
            right: 400px;
            width: 700px;
            background-color: #5844CF;
            color: #fff;
            padding: 15px 25px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
            font-family: Arial, sans-serif;
            z-index: 1000;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .btn-cerrar {
            background: none;
            border: none;
            color: #CFC7FF;
            cursor: pointer;
            font-weight: bold;
            font-size: 20px;
        }
      