/* Inicio 1000 */

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: 80px;
  }
.contenavglobal {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 652px;
    height: 80px;
    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: 70px auto;
  }
.cglbizqico {
    align-self: center;
    width: 60px;
    height: 60px;
  }
.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:120%;
    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: 600px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   color: white;
 }
.tituloh1intro  {
    margin-top: 74px; /* compensador de barra negra*/
    margin-bottom: 30px;
    font-size: 280%;
    font-weight: bold;
  }
.txtintro  {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-weight: 500;
    line-height: 150%;
    font-style: italic;
    max-width: 260px;
    font-size: 105%;
  }
.txtbotones  {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }
.botonlleno {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background-color: #9a6c1e;
    color: white;
    padding: 16px 33px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 105%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 500%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.botonlleno:hover {
    background-color: #4a3508;
  }
.botonvacio {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #ffffff;
    background-color: #96825f00;
    color: white;
    padding: 14px 34px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 105%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 500%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.botonvacio:hover {
    background-color: #ffffff;
    color: black;
  }
.greeninput[type=submit] {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background-color: #005b00;
    color: white;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    white-space: nowrap;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.greeninput[type=submit]:hover {
    background-color: #003300;
  }
.btnrojo {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background-color: #800000;
    color: white;
    padding: 16px 33px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 105%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 500%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.btnrojo:hover {
    background-color: #330000;
  }
.btnazul {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    background-color: #004080;
    color: white;
    padding: 16px 33px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 105%;
    font-weight: bold;
    white-space: nowrap;
    line-height: 500%;
    transition-duration: 0.4s;
    cursor: pointer;
  }
.btnazul:hover {
    background-color: #00264d;
  }
/* Fin de contenido principal */

/* Inicio Pie de pagina */
.compartirpag {
    font-size: 203%;
    font-style: italic;
    font-weight: 600;
    margin-top: 45px;
  }
.botonerasoc {
    margin-top: 23px;
    margin-bottom: 45px;
  }
footer {
    background-color: #222222;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 97%;
    text-align: justify;
  }
.megahojapie {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
.piedepagina {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
.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 1000 */
