 Reset CSS básico


*,
*::before,
*::after {
  margin: 0;
  padding: 0!important;
  box-sizing: border-box;
}



/*
Contenedor principal 
.container {
  display: flex;
  flex-wrap: wrap;
}

/* Compatibilidad con Grid 
@supports (display: grid) {
  .grid-container {
    display: grid;
  }
}

/* Ajuste de logo 
.logocentral {
  margin: 0 auto !important;
}

.acomodar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* Header 
.header2-acomodar {
  margin-top: -32px !important;
}

.header3-acomodar {
  padding-top: 2rem !important;
}

/* Estilos flexibles 
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Estilos de publicidad 
.publicidad1 {
  display: flex;
  justify-content: center !important;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: black;
  margin-top: 2rem !important;
  margin-bottom: -2rem;
}

.publicidad1-ads {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto;
}

.publicidad1-button {
  background-color: black;
  color: gray;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* Estilos de texto 
.ri-global-fill {
  color: midnightblue;
}

.text-center-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto !important;
}

/* Ajustes en el mundo-read 
.mundo-read {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -15px !important;
}

.mundo-read1 {
  width: 100%;
  height: max-content;
  margin-top: -16.9px !important;
}

/* Estilos en modo oscuro 
body.dark-mode .color-title1,
body.dark-mode .logo-acomodar2 {
  color: bisque;
}

/* Publicidad secundaria 
.publicidad2 {
  height: 120px;
}

.publicidad__2 {
  margin-top: -1rem;
} */


/* Reset CSS básico */


/* Contenedor principal */
.container {
  display: flex;
  flex-wrap: wrap;
}

/* Compatibilidad con Grid */
@supports (display: grid) {
  .grid-container {
    display: grid;
  }
}


/* Ajuste de logo */
.logocentral {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto!important;
  width: 100%; /* Define el ancho */
justify-content: center;
transform: translateX(0%);
top: 0;
bottom: 0;
align-items: center;

transform: translateY(0%);

}



.acomodar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0% auto;


  height: 100%!important; /* O establece un alto específico */
}

/* Header */


/* .header2-acomodar {
  margin-top: -9.52px !important; 
  padding-top: 10px;
} */


.header3-acomodar {
  padding-top: 1rem !important;
  padding-bottom: 1rem!important;
  min-height: 50px!important;
}

/* Estilos flexibles */
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

/* Estilos de publicidad */
/* .publicidad1 {
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    height: 70px!important;
    background-color: black;
    margin-top: 2rem !important;
    margin-bottom: -2rem!important;
  
border-top: 2px solid midnightblue;
    /* border: 1px solid violet; */
  

/* .publicidad1-ads {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.publicidad1-button {
  background-color: black;
  color: gray;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
} */

/* Estilos de texto */
/* .ri-global-fill {
  color: midnightblue;
} */

.text-center-title {
  display: flex;
  justify-content: space-around!important;
  align-items: center;
  margin: 0 auto !important;
  white-space: nowrap!important;

  
}

/* Ajustes en el mundo-read */
.mundo-read {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0 !important; /* Se quitó el -15px */
  box-shadow: 0 -5px 10px  rgb(78, 78, 250);
   /* 0 5px 10px rgb(78, 78, 250)!important; */
   height: 400px!important;
  
}

.mundo-read1 {
  width: 100%;


}


/* Publicidad secundaria */
/* .publicidad2 {
  height: 120px;
} */

/* .publicidad__2 {
  margin-top: 0;
}   */


/* .logo-acomodar2-titulo {
    display: inline-block;
    white-space: nowrap;
  
   
} */


.logo-acomodar {
  font-family: "Lilita One";
  font-weight: lighter!important;

}

/* .logo-acomodar2{
  font-family: "Lilita One";
  font-weight: lighter!important;
  

} */

  /* .color--logo--central{
font-family: "Lilita One", serif; 
font-style: italic ; */
/* font-weight: 1000!important; */


/* .titulo--logo--principal{
font-family: fantasy;
font-weight: 500!important;
font-style: ;

} */

.lord-icon{
transform: translateY(-10%)!important;

 display: inline-block;
    /* El tamaño del icono será relativo al tamaño de la fuente del contenedor */
    width: calc(15px + 3vw) !important; /* Ajusta el ancho dinámicamente */
  height: calc(15px + 3vw) !important; /* Ajusta la altura dinámicamente */

}




body.light-mode .lord-icon {
  display: none;
}

/* body.light-mode .lord-icon11 {
  display: none;
} */

.lord-icon2{
  transform: translateY(-10%)!important;

  display: inline-block;
  width: calc(15px + 3vw) !important; /* Ajusta el ancho dinámicamente */
  height: calc(15px + 3vw) !important; /* Ajusta la altura dinámicamente */
}

body.dark-mode .lord-icon2 {
  display: none;
}

/* body.dark-mode .lord-icon22 {
  display: none;
}
 */



/* .lord-icon11{
 

  transform: translateY(15%);



}

.lord-icon22{
  

  transform: translateY(15%);
 


} */

.logo-acomodar{
  font-size: calc(15px + 3vw); /* Ajusta dinámicamente el tamaño */


}

#T3{
  margin-top: 3px;
}