/* Inicio 1920 */

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

body {
  height: 100%;
  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: 30px;
     padding-right: 30px;
     max-width: 1500px;
     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:140%;
     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: 700px;
    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: 30px;
    font-size: 660%;
    font-weight: bold;
  }
.txtintro  {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-weight: 500;
    line-height: 150%;
    font-style: italic;
    max-width: 610px;
    font-size: 180%;
  }
.txtbotones  {
    margin-left: auto;
    margin-right: auto;
  }
.botonlleno {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border: none;
    background-color: #9a6c1e;
    color: white;
    padding: 18px 42px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 120%;
    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: 15px;
    margin-right: 15px;
    border: 2px solid #ffffff;
    background-color: #96825f00;
    color: white;
    padding: 15px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 120%;
    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: 15px;
    margin-right: 15px;
    border: none;
    background-color: #005b00;
    color: white;
    padding: 15px 42px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 113%;
    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: 15px;
    margin-right: 15px;
    border: none;
    background-color: #800000;
    color: white;
    padding: 18px 42px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 120%;
    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: 15px;
    margin-right: 15px;
    border: none;
    background-color: #004080;
    color: white;
    padding: 18px 42px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 120%;
    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: 250%;
    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: 120%;
    text-align: justify;
  }
.megahojapie {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
.piedepagina {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
.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 1920 */
