/* 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 */

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 Encabezado */
.megahojatop {
    max-width: 3000px;
    margin-top: 122px;
    margin-left: auto;
    margin-right: auto;
  }
.logoyfecha {
    margin-left: 46px;
    margin-right: 46px;
  }
.columnasdelogoyfecha {
    display: flex;
    justify-content: space-between;
  }
.logotxt {
    text-align: left;
    vertical-align: middle;
  }
.txtbrand {
    margin-top: 41px;
    margin-bottom: 24px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    font-size: 560%;
    font-weight: 600;
  }
.fechapack {
    margin-top: 36px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    text-align: right;
    font-size: 130%;
  }
/* Fin Encabezado */

/* Inicio Nav de boletin */
.barranegra {
    background-color: #222222;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
.naveg {
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-around;
  }
.inpgnav {
    display: inline-block;
    color: #ffffff;
    font-size: 172%;
    text-decoration: none;
    font-weight: 600;
  }
.inpgnav:link {
  color: #ffffff;
  text-decoration: none;
  }
.inpgnav:hover {
  color: #ffffff;
  text-decoration: none;
  }
.inpgnav:visited {
  color: #ffffff;
  text-decoration: none;
  }
.inpgnav:active {
  color: #c1c1c1;
  text-decoration: none;
  }
/* Fin Nav de boletin */

/* Inicio de estructura de la hoja */
.megahoja {
    max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 550%;
  }
/* Fin de estructura de la hoja */

/* Inicio de contenedores anidados dentro de megahoja main y megahoja nav*/
.articpincipal {
    margin-left: 46px;
    margin-right: 46px;
  }
.panelbajo {
    margin-left: 46px;
    margin-right: 46px;
  }
/* Fin de contenedores anidados dentro de megahoja main y megahoja nav*/

/* Inicio de secciones del articulo */
.encabezadodeart {
    margin-top: 100px;
  }
.secctwintopart {
    margin-top: 84px;
    display: flex;
    justify-content: space-between;
  }
.seccartctxt {

  }
.seccartimgtwin {
    display: flex;
    justify-content: space-around;
  }
.seccartimgtetra {
    display: flex;
    justify-content: space-around;
  }
.seccartvid {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 53%;
    /* height: 860px; */
    min-width: 320px;
  }
/* Fin de secciones del articulo */

/* Inicio de armado publicitario para articulo */
.seccpubadv {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 53%;
    line-height: 300%;   /* interlineado para zona de publicidad */
  }
.seccpubvid {
    margin-top: 0px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 53%;
    height: 860px;
  }
.txtadvpub {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 180%;
    text-align: center;
  }
/* Fin de armado publicitario para articulo */

/* Inicio de partes del articulo */
.titulo {
    border-left-style: solid;
    border-left-width: 12px;
    border-left-color: #daa347;
    text-align: left;
    font-size: 520%;
    font-weight: 600;
    padding: 25px;
  }
.coltoptxt {
    width: 50%;
  }
.txttop {
    padding-top: 50px;
    padding-bottom: 320px;
    font-size: 350%;
    text-align: justify;
  }
.coltopimg {
    margin-bottom: 32px;
    background-image: url("../../movilresp/inaco231026tou1915/img/rojorubihx636.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 45%;
  }
.h2cuerart {
   font-size: 440%;
   margin-top: 100px;
   margin-bottom: 100px;
  }
.h3cuerart {
   font-size: 370%;
   margin-top: 100px;
   margin-bottom: 100px;
   font-weight: 600;
  }
.txtcuerart {
    margin-top: 64px;
    margin-bottom: 64px;
    font-size: 350%;
    text-align: justify;
  }
.listacuerart {
    margin-top: 88px;
    margin-bottom: 120px;
    font-size: 350%;
    text-align: justify;
  }
.vidcuerart {
    width: 100%;
    height: auto; /* height: 100%; */
    border-style: solid;
    border-width: 1px;
    border-color: black;
  }
.imgtwin1 {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 45%;
    /* height: auto; */
  }
.imgtwin2 {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 45%;
    /* height: auto; */
  }
.twinimgbasics {
    width: 100%;
    height: auto;
  }
.imgtetra1 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 21%;
  }
.imgtetra2 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 21%;
  }
.imgtetra3 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 21%;
  }
.imgtetra4 {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 21%;
  }
.imgtetrabasics {
    width: 100%;
    height: auto;
  }
.advertcuerart {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 350%;
    text-align: justify;
    border-style: solid;
    border-width: 2px;
    border-color: #daa347;
    background-color: #faefde;
  }
/* Fin de partes del articulo*/

/* Inicio de opinion del columnista */
.contenedoropdcol {
    margin-top: 120px;
    margin-bottom: 100px;
  }
.twincontainer {
    margin-top: 120px;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
  }
.txtopdcontainer {
    padding-top: 8px;
    padding-bottom: 7px;
    width: 79%;
  }
.txtopdcol {
    font-size: 350%;
    text-align: justify;
  }
.imgopdcontainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 100px;
    width: 21%;
    max-width: 536px;
    height: 360px;
  }
.imgopdcol {
    width: 100%;
    height: 100%;
  }
/* Fin de opinion del columnista */

/* Inicio panel bajo de navegacion */
hr {
    height: 5px;
    border-width: 0;
    color: #daa347;
    background-color: #daa347;
  }
.txtpanelbajo {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 250%;
  }
/* Fin panel bajo de navegacion */

/* 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 */
