/* Notas: este c&oacute;digo fue pensado para armar una p&aacute;gina legible en 4k a 3840 x 2160 . Futuras combinaciones como 8k requerir&aacute;n p&aacute;ginas adicionales */

/* Inicio 3000 */

html {
  height: 100%;
  margin: 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Rubik', sans-serif;
  color: #222222;
  }

a:link {
  color: #1C71D8;
  text-decoration: none;
  }
a:hover {
  color: #1C71D8;
  text-decoration: none;
  }
a:visited {
  color: #1C71D8;
  text-decoration: none;
  }
a:active {
  color: #1C71D8;
  text-decoration: none;
  }

/* Inicio de navegacion global en negro */
.megahojagobal {
    margin: 0px;
    padding: 0px;
    background-color: #222222;
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 122px;
  }
.contenavglobal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 2908px;
    height: 122px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
.cajaintglobalizq {
    color: white;
    margin: 0px;
    padding: 0px;
    align-self: center;
    text-align: left;
    font-weight: bold;
    display: grid;
    grid-template-columns: 104px auto;
  }
.cglbizqico {
    align-self: center;
    width: 90px;
    height: 90px;
  }
.logoutm {
    width: 100%;
    height: 100%;
  }
.cglbizqtxt {
    padding-left: 5px;
    align-self: center;
  }
.cajaintglobalder {
    color: white;
    align-self: center;
    text-align: right;
    font-weight: bold;
  }
.amenu:link {
    font-size: 200%;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
  }
.amenu:hover {
    color: #ffffff;
    text-decoration: none;
  }
.amenu:visited {
    color: #ffffff;
    text-decoration: none;
  }
.amenu:active {
    color: #c1c1c1;
    text-decoration: none;
  }
/* Fin de navegacion global en negro */

/* Inicio de contenido principal */
main {
    background-image: url("../../intro/assets/images/fondodir.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #74623e;
 }
.megahoja {
    height: 93vh;
    min-height: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
  }
.tituloh1intro  {
    margin-top: 80px; /* compensador de barra negra*/
    margin-bottom: 50px;
    font-size: 1040%;
    font-weight: bold;
  }
.txtintro  {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-weight: 500;
    line-height: 150%;
    font-style: italic;
    max-width: 960px;
    font-size: 281%;
  }
.txtbotones  {
    margin-left: auto;
    margin-right: auto;
  }
.botonlleno {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    border: none;
    background-color: #9a6c1e;
    color: white;
    padding: 30px 60px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 400%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.botonlleno:hover {
    background-color: #523b14;
  }
.botonvacio {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    border: 2px solid #ffffff;
    background-color: #96825f00;
    color: white;
    padding: 27px 57px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 400%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.botonvacio:hover {
    background-color: #ffffff;
    color: black;
  }
.greeninput[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    border: none;
    background-color: #005b00;
    color: white;
    padding: 28px 60px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 192%;
    font-weight: bold;
    white-space: nowrap;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.greeninput[type=submit]:hover {
    background-color: #003300;
  }
.btnrojo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    border: none;
    background-color: #800000;
    color: white;
    padding: 30px 60px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 400%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.btnrojo:hover {
    background-color: #330000;
  }
.btnazul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    border: none;
    background-color: #004080;
    color: white;
    padding: 30px 60px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 200%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 400%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.btnazul:hover {
    background-color: #00264d;
  }
/* Fin de contenido principal */

/* Inicio Pie de pagina */
.compartirpag {
    font-size: 320%;
    font-style: italic;
    font-weight: 600;
    margin-top: 56px;
  }
.botonerasoc {
    margin-top: 28px;
    margin-bottom: 56px;
  }
footer {
    background-color: #222222;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 200%;
    text-align: justify;
  }
.megahojapie {
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
  }
.piedepagina {
    margin-left: 46px;
    margin-right: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
.lnkpie:link {
    color: #daa347;
    text-decoration: underline;
  }
.lnkpie:hover {
    color: #aa7822;
    text-decoration: underline;
  }
.lnkpie:visited {
    color: #aa7822;
    text-decoration: underline;
  }
.lnkpie:active {
    color: #aa7822;
    text-decoration: underline;
  }
/* Fin Pie de pagina */

/* Fin 3000 */
