@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600&display=swap');

@font-face {
    font-family: 'Lora';
    src: url('https://cientifica.site/css/Lora-Regular.ttf') format('opentype');
  }

  div.cien {font-size: 100%}

  h1.titulo {
      background-color: #036564bf;
      color: #ffffff;
      font-size: 8em;
      font-family: 'Lora', Times, serif;
      text-align: center;
      margin-bottom: 0%;
      padding-bottom: 80px;
  }
  
  @media screen and (max-width: 64em) {
  h1.titulo {
      font-size: 6em;
    }
  }
  
  @media screen and (max-width: 50em) {
  h1.titulo {
      font-size: 4em;
    }
  }
  
  @media screen and (max-width: 30em){
  h1.titulo {
      font-size: 2em;
    }
  }


h2.issntitulo {
    background-color: #036564bf;
    color: #ffffff;
    font-family: 'Lora', Times, serif;
    font-size: 1.5em;
    text-align: right;
    padding-top: 55px;
    padding-right: 5%;
    margin-bottom: 0%;
}

@media screen and (max-width: 50em) {
    h2.issntitulo {
        font-size: 1em;
      }
    }

@media screen and (max-width: 30em){
    h2.issntitulo {
        font-size: 0.5em;
      }
    }

p.legal {
    font-family: 'Arial Narrow';
}

h1.volume {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: xx-large;
    color: #6c1d45;
}

h2.title1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    text-decoration: none;
    color: #6c1d45;
}

a.principalTitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    text-decoration: none;
    color: #6c1d45;
}

h2.title2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    font-style: italic;
}

h3.authors {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
}

a.language {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: #6c1d45;
    text-decoration: none;
}

p.letterhead {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: medium;
}

p.doi {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    text-align: right;
}

h1.title01 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    color: #6c1d45;
}

h1.text01 {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    color: #6c1d45;
}

h2.title02 {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    color: #6c1d45;
}

h4.cien {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    color: #6c1d45;
}

p.authors {
    font-family: 'Arial Narrow', Arial;
    font-size: large;
    color: #6c1d45;
}

p.dates {
    font-family: 'Arial Narrow', Arial;
    font-size: small;
    text-align: right;
}

p.texto {
    font-family: 'Arial Narrow', Arial;
    font-size: medium;
}

p.textos {
    font-family: 'Arial Narrow', Arial;
    font-size: large;
}

ul.textos {
    font-family: 'Arial Narrow', Arial;
    font-size: large;
}

p.iso {
    font-family: 'Arial Narrow', Arial;
    font-size: medium;
}

a.edAsoc {
    font-family: 'Arial Narrow', Arial, sans-serif;    
    font-size: medium;
    text-decoration: none;
    color: #6c1d45;
}

h1.invisible {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    color: #ffffff;
}

a.issue {
    text-decoration: none;
    color: #6c1d45;
}

div.titulo {
    background-color: #036564;
    color: #ffffff;
    font-family: 'Times', serif;
    font-size: 100px;
    text-align: center;
}

div.marco {
    background-color: #036564;
    text-align: center;
}

p.issn {
    color: #036564;
    font-family: 'Times', serif;
    font-size: large;
    text-align: right;
}

