:root {
    --mf-blue1: #000A27;
    --mf-blue2: #002369;
    --mf-blue3: #0045AD;
    --mf-blue4: #0070F0;
    --mf-blue5: #479DF4;
    --mf-blue6: #8FC7F8;
    --mf-blue7: #D6ECFD;
    --mf-blue8: #F5FAFF;
    --mf-green1: #082118;
    --mf-green2: #165A3A;
    --mf-green3: #259355;
    --mf-green4: #33CC66;
    --mf-green5: #6CDA8E;
    --mf-green6: #A5E9B7;
    --mf-green7: #DEF7E4;
    --mf-green8: #F7FDF8;
    --mf-gold1: #291F01;
    --mf-gold2: #705403;
    --mf-gold3: #B88A05;
    --mf-gold4: #FFBF07;
    --mf-gold5: #FFD14C;
    --mf-gold6: #FFE392;
    --mf-gold7: #FFF5D7;
    --mf-gold8: #FFFCF5;
    --mf-red1: #27100B;
    --mf-red2: #692B1D;
    --mf-red3: #AD4730;
    --mf-red4: #F06242;
    --mf-red5: #F48E77;
    --mf-red6: #F8BAAC;
    --mf-red7: #FDE6E1;
    --mf-red8: #FFF9F7;
    --mf-black: #0E1116;
    --mf-gray1: #1A1E28;
    --mf-gray2: #222835;
    --mf-gray3: #3D424E;
    --mf-gray4: #575B65;
    --mf-gray5: #72767E;
    --mf-gray6: #8C8F96;
    --mf-gray7: #A7A9AE;
    --mf-gray8: #C1C3C7;
    --mf-gray9: #DADEE0;
    --mf-gray10: #E9EAEB;
    --mf-gray11: #F4F4F5;
    --mf-gray12: #F6F6F7;
    --mf-gray13: #F9F9F9;
    --navy: #0e365a;
    --navy-dark: #071c2e;
    --blue: #14599d;
    --blue-dark: #0e3f70;
    --green: #00794a;
    --green-dark: #00462b;
    --muted: #666;
    --red: #9a2222;
    --red-dark: #701919;
    --orange: #c94100;
    --orange-dark: #963100;
    --purple: #670a6f;
    --purple-dark: #331f5f;
    --yellow: #ffc615;
    --yellow-light: #fffbf4;
    --white: #fff;
    --black: #000;
    --opaque: rgba(255, 255, 255, 0.2);
    --gray-50: #fafafa;
    --gray-100: #f2f2f2;
    --gray-200: #ddd;
    --gray-300: #ccc;
    --gray-400: #b3b3b3;
    --gray-500: #999;
    --gray-600: #666;
    --gray-700: #4d4d4d;
    --gray-800: #333;
    --gray-900: #1a1a1a;
    --facebook: #4267b2;
    --flickr: #ff0084;
    --google: #dd4b39;
    --instagram: #3897f0;
    --linkedin: #0077b5;
    --pinterest: #e60023;
    --twitter: #00aced;
    --yahoo: #720e9e;
    --youtube: #c00;
    --input-btn-focus-color: rgba(0, 0, 0, 0.75);
    --input-btn-focus-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.75);
    --form-label-color: ;
    --input-plaintext-color: #1a1a1a;
    --body-bg: #fff;
    --body-color: #1a1a1a;
    --body-text-align: ;
    --border-color: #ddd;
    --border-width: 1px;
    --border-radius-sm: 0.25rem;
    --border-radius: 0.5rem;
    --border-radius-lg: 1rem;
    --box-shadow-sm: 0 0 4px rgba(0, 0, 0, 0.04);
    --box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    --box-shadow-lg: 0 0 16px rgba(0, 0, 0, 0.16);
    --code-color: #670a6f;
    --code-font-size: 0.875em;
    --pre-color: ;
    --dt-font-weight: 700;
    --hr-color: inherit;
    --hr-height: 1px;
    --hr-margin-y: 10px;
    --hr-opacity: 0.1;
    --kbd-bg: #1a1a1a;
    --kbd-color: #fff;
    --kbd-font-size: 0.875em;
    --kbd-padding-x: 0.4rem;
    --kbd-padding-y: 0.2rem;
    --nested-kbd-font-weight: 700;
    --legend-font-size: 1.5rem;
    --legend-font-weight: ;
    --legend-margin-bottom: 0.5rem;
    --link-color: #14599d;
    --link-decoration: none;
    --link-hover-color: #0b3359;
    --link-hover-decoration: underline;
    --list-item-margin-bottom: unset;
    --list-margin-bottom: 1rem;
    --list-padding-left: 2rem;
    --mark-bg: #fffbf4;
    --mark-padding: 0.2em;
    --paragraph-margin-bottom: 1rem;
    --font-family-base: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Roboto, Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Roboto, Arial, sans-serif;
    --font-family-serif: Georgia, serif;
    --font-size-base: 1rem;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-weight-base: 400;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semi-bold: 600;
    --font-weight-bold: 700;
    --font-weight-extra-bold: 800;
    --h1-font-size: clamp(3.2rem, 3.5vw, 3.7rem);
    --h2-font-size: clamp(1.25rem, 2vw, 1.5rem);
    --h3-font-size: 1.25rem;
    --h4-font-size: 1.125rem;
    --h5-font-size: 1rem;
    --h6-font-size: 1rem;
    --headings-font-family: ;
    --headings-font-style: ;
    --headings-font-weight: 700;
    --headings-line-height: 1.2;
    --headings-margin-bottom: 20px;
    --display1-size: 2.8rem;
    --display2-size: 2.25rem;
    --display3-size: 2.25rem;
    --display4-size: 2.25rem;
    --display1-weight: 700;
    --display2-weight: 700;
    --display3-weight: 700;
    --display4-weight: 700;
    --display-line-height: 1.2;
    --letter-spacing-normal: normal;
    --letter-spacing-lg: 0.05em;
    --line-height-sm: 1.2;
    --line-height-base: 1.4;
    --line-height-lg: 1.6;
    --small-font-size: 0.875em;
}

img {
    max-width: 100%;
}

.CookieAcceptance {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: hsla(220,21%,12%,.95);
    border-top: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 13px;
    z-index: 5000;
}

.CookieAcceptance p {
    padding-right: 250px;
}

.CookieAcceptance-buttons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.CookieAcceptance-close {
    position: relative;
    height: 44px;
    width: 44px;
    opacity: .7;
}

.CookieAcceptance-close span {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 50%;
    font-size: 0;
}

.CookieAcceptance-accept {
    padding: 12px 50px;
    margin-left: 10px;
    background: #0070F0;
    background: var(--mf-blue4);
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.CookieAcceptance-close span:before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.CookieAcceptance-close span:before, .CookieAcceptance-close span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 12px;
    background: hsl(220,21%,12%);
    top: 50%;
    left: 50%;
}

.CookieAcceptance-close span:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.CookieAcceptance-close span:before, .CookieAcceptance-close span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 12px;
    background: hsl(220,21%,12%);
    top: 50%;
    left: 50%;
}

.ads .dl-btn-cont {
    width: auto;
    margin: 0;
    border-radius: 6px 6px 0 0;
}

.dl-btn-cont {
    margin: 15px auto 0px;
    background: #292929;
    width: 100%;
    /*width: 604px;*/
    padding: 20px;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
}

.icon.audio {
    background-image: url(//static.mediafire.com/images/filetype/file-music-v3.png);
}


.dl-btn-cont>.icon {
    display: inline-block;
    width: 46px;
    height: 58px;
    margin-right: 15px;
}

.icon {
    background-image: url(//static.mediafire.com/images/filetype/file-default-v3.png);
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
}


.dl-btn-labelWrap {
    position: absolute;
    top: 25px;
    left: 80px;
    right: 290px;
}

.dl-btn-form {
    float: right;
    width: 250px;
}

p, form {
    margin: 0 !important;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, hr, input {
    overflow: visible;
}

.download_link {
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
}

.download_test_link {
    display: none;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    background-color: #eee;
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 1px 0 0 #ddd;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.DLMobile-shareOptions {
    display: none;
    text-align: center;
    max-width: 450px;
    padding-top: 15px;
}

.DLMobile-shareOptions>ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 -5px;
}

ul, ol {
    list-style: none;
    padding: 0;
}

.DLMobile-shareOptions {
    display: none;
    text-align: center;
    max-width: 450px;
    padding-top: 15px;
}

.DLMobile-shareOptions li {
    flex-basis: 50%;
}

.download_link a.input, .download_link input {
    padding: 0;
    width: 100%;
    height: 100%;
}

.btn {
    display: inherit !important;
}


.modal {
	display: block;
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
@media (min-width: 43.75em) {

.modal {
  padding: 1em 2em;
  text-align: right;
}
}

.modal > label {
  background: #000;
  border-radius: .2em;
  color: #FFDE16;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em 1em;
  padding: 0.75em 1.5em;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.modal > label:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}


.modal__overlay {
  text-align: center;
}

.modal__box {
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 1em .75em;
  position: relative;
  margin: 1em auto;
  max-width: 500px;
  width: 90%;
}
@media (min-width: 50em) {

.modal__box { padding: 1.75em; }
}

.modal__box label {
  background: #2c444d;
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  right: .5em;
  top: .5em;
  width: 1.5em;
}

.modal__box h2 {
  margin-bottom: 1em;
  text-transform: uppercase;
}

.modal__box p {
  text-align: left;
}

div#framePost iframe {
	border: 1px solid red;
	width: 100%;
	max-width: 100%;
}


/*****************/
figure#imgDown {
    /*margin-bottom: 3%;*/
}

figure#imgDown figcaption{
  display: inline-block;
}

#btn_float {
    background-image: linear-gradient(to right, #010101, #010101, #63e286);
    /* background: linear-gradient(120deg, #fe81bb, #fbc4e6); */
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    z-index: 999;
    padding: 0 20px 0 70px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    transition: background-color 250ms linear;
    position: fixed;
    top: 100px;
    left: 0px;
    opacity: 0.9;
}

#btn_float:hover {
  /*background: linear-gradient(135deg, transparent 7px, #f889cd 7px, #d59cbf 100%) !important;*/
  background-image: linear-gradient(to right, #010101, #4aa864, #142d1b);
}

#btn_float .num {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.075);
  width: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#btn_float .fa-arrow-right {
  line-height: 50px;
  margin: 0 0 0 20px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -50px;
  top: 0px;
}

.upload-file {
    color: #9b9b9b !important;
    font-size: 15px;
    height: auto;
    max-width: 100%;
    padding: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.btntooltip {
  position: relative;
  display: inline-block;
}

.btntooltip .btntooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.btntooltip .btntooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.btntooltip:hover .btntooltiptext {
  visibility: visible;
  opacity: 1;
}

.btntooltip a {
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.upload-file .btn:hover {
  color: #9b9b9b !important;
}

.download-btn{
  position: relative;
  font-size: 1.3em;
  font-weight: 400;
  background: #0070f0;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.26);
}
.download-btn:hover{
  background: #116cff;
  color: #fff !important;
}
.download-btn i{
  margin-right: 10px;
}

.botones-register a {
  background-image: linear-gradient(to right, #010101, #010101, #63e286);
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 50px;
  margin-top: 20px;
  text-decoration: none;
}

.botones-register {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.site-header {
  position: relative;
  z-index: 100;
  display: inline-block;
  min-height: 180px;
  width: 100%;
  background-color: #010101;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  }

#bg-page {
  background-color: #eee;
}

.container-bg {
  margin-bottom: 6%;
  padding: 0;
  box-shadow: 0 2px 0 #d9e1e7;
  border-radius: 3px;
  background: #fff;
}

#articlePost {
    padding: 3%;
    color: #010101;
    font-family: Georgia,serif;
}

#articlePost p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 0 !important;
    margin-bottom: var(--paragraph-margin-bottom) !important;
}

#articlePost h1 {
  font-family: var(--font-family-serif);
  font-size: var(--h1-font-size);
}

figure {
    margin: 0 0 1rem;
}

.card-media:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.card-media {
    overflow: hidden;
}

.md-assembly img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.card-body-post {
  text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.section.topics ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #e0e0e0;
}

.section.topics ul li a {
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s;
    text-decoration: none;
    color: #2e2e2e;
}