:root {
    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.7em;
    font-weight: 400;

    color-scheme: light dark;
    /*color: rgba(255, 255, 255, 0.87);
    background-color: #242424;*/

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3em;

    color: #213547;
    background-color: #ffffff;
    
}
#logo_colors{
  color: #4a478c;
  color: #1b7fb9;
  color: #13804f;
  color: #fe792a;
  
}


#page {
  margin: 0px auto;
  width: 100%;
  margin-top: 4%; 
  margin-left: 13%; 
  margin-right: 13%;
  margin-bottom: 5%;
  

}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0.2em 0.2em;
  background-color: #FFFFFF;
  font-size: 20px;
  color: #FFFFFF;
  box-shadow: 5px 5px 2px lightblue;
  

}

#content {
  /*color: rgb( 0, 0, 0);*/
  height: 100%;
  overflow: auto;
  padding: 2% 1% 0% 1%;
  width: 98%;

}
.background_image{
  
  /* background-image: url('public/coolbackgrounds-fractalize-tune.png');*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 160%;
  height: 160%;
  resize: both;
  overflow: scroll;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;

}

h2 {
  font-size: 2.3em;
  line-height: 1.1;
}

img.company_logo {
  height: 6%;
  width:  6%;
  margin-left: 13%; 
}
h1.company_name_bkp {
   font-family: "Audiowide", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 6em;
  line-height: 0.1;
  display: inline-block;
  color: #646cff;
  background: #fff;
  mix-blend-mode: multiply;
  position: relative;
 /* text-shadow: 0.05em 0.05em grey;*/
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;

}

h1.company_name_bkp:before {
  content: '';
  display: block;
  width: 100%; /*Ancho del efecto*/
  height: 100%; /*Alto del efecto*/
  background: linear-gradient(to right, rgb(0, 255, 255), rgb(50, 0, 255));
  mix-blend-mode: screen; /*Para aplicar solo a las letras*/
  position: absolute;
  top: 0;
  left: 0;
}
/*
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  
}*/
/** Pantallas grandes */
/*
@media (max-width: 2000px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
*/
/** Tabletas */
/*
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
*/
/** Celulares */
/*
@media (max-width: 450px) {
  html {
    font-size: 8px;
  }
}
  */
