* {box-sizing: border-box; margin: 0}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: Arial, Helvetica, Verdana;
    color: #0d0d0d;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.header {
    background-color: #1A1A1A;
    width: 100%;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 2;
    top: 0;
}
.header_inner {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}
a.btn-volver {
    background: #92c020;
    padding: .5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.ruta {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.logo {
    max-height: 30px;
    width: auto;
}
a.logo-link {
    display: contents;
}
.bloque-cuerpo {
    max-width: 1000px;
    padding: 1rem;
    margin: auto;
    margin-top: 100px;
}
.emudesktop {
    max-width: 1000px;
    padding: 1rem;
    margin: auto;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.titulodemo {
    color: #fff;
}
.contenido {
    flex: 0 1 640px;
}
.contenido p {
    line-height: 1.5em;
    margin: 1rem 0;
}
.sidebar {
    background-color: #f7f7f7;
    flex: 1 1 0px;
    padding: 1rem;
    margin-left: 1rem;
}
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width 16:9. */
    display: flex;
}
.aspect-ratio.cuatroatres {
    padding-bottom: 75% !important;
}
.aspect-ratio.tresacuatro {
    padding-bottom: 133.5% !important;
}
.aspect-ratio.unoauno {
    padding-bottom: 100% !important;
}
.aspect-ratio.ttd {
    padding-bottom: 78.125% !important;
}
/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.iframepubli {
    border: none;
    width: 100%;
}

.iframe-demoadserver {
    border: none;
    display: inline-block;
    height: 0;
    width: 0;
}

/* device emulation */

.nav {
    padding: 0;
    margin: 0em;
    display: flex;
    justify-content: space-around;
    line-height: 2.5em;
}
.nav li {
    list-style: none;
}
.nav li a {
    color: #fff;
    cursor: pointer;
    background: gray;
    padding: .5rem;
    white-space: nowrap;
}

/* tester de skins */
.linkdevice.activo {
    background: #03a9f4;
}

.barra-drop {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 600px;
    background: #081E2C;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
    color: #fff;
    z-index: 3;
}
.barra-drop #progress-bar {
    display: none;
}
.barra-drop .button {
    display: inline-block;
    padding: 15px;
    background: #92c020;
    cursor: pointer;
    border-radius: 5px;
    border-top: none;
    color: #081e2c;
}
.barra-drop .button:hover {
    background: #03a9f4;
}

.barra-drop #drop-area {
    border: 2px dashed #92c020;
    border-radius: 10px;
    /* margin: 20px; */
    padding: 15px;
    text-align: center;
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    margin: 0 10px;
}
.barra-drop #drop-area:hover {
    border-color: #03a9f4;
}
img.icotxt {
    height: 1em;
    display: inline;
}
a.linkdevice {
    text-decoration: none;
}

.barra-drop .bloqueupload {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
}

.emudesktop {
    background-color: #fff;
    margin-top: 250px; /* espacio superior skin desktop */
  }
  .faketitle {
    background-image: url(titulo.png);
    height: 3em;
  }
  .fakecontent {
    background-image: url(lineas.png);
    height: 32em;
  }
  /* .header {
    box-shadow: none !important;
    background-color: transparent !important;
  } */

  .emu-skin > img {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  #drop-area.highlight {
    border-color: purple;
  }
  #gallery {
    margin-top: 10px;
  }
  #gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .button:hover {
    background: #ddd;
  }
  #fileElem {
    display: none;
  }

  .nav.devices li {
    border-right: 1px solid #081e2c;
    }

/* fin testers skins */
.emumobile > .movil {
    width: 425px;
    height: 858px;
    display: block;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -213px;
    pointer-events: none;
}
.emumobile > .contenido {
    max-width: 375px;
    margin: auto;
    height: 667px;
    overflow: auto;
    margin-top: 190px;
}
.emumobile > .sidebar {
    display: none;
}
.emudesktop > .movil {
    display: none;
}
.emudesktop.skin .plyr {
    margin: auto;
}
.emudesktop.skin #player {
    margin: auto;
}
.emumobile p {
    margin: 1rem;
}
.img-article {
    max-width: 100%;
    height: auto;
  }
.contenido h2 {
    margin: 1rem;
    margin-top: 1em;
}
/* contenidos falsos */
.faketitle {
    background-image: url(../img/titulo.png);
    height: 3em;
  }
  .fakecontent {
    background-image: url(../img/lineas.png);
    height: 27.9em;
  }

/* modificadores para mediakit */  
.modo-mediakit .emudesktop {
    margin-top: 72px;
    height: 100%;
}
/* .modo-mediakit .fakecontent {
    display: none;
} */
.modo-mediakit .header {
    /* background-color: transparent; */
    box-shadow: none;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(8,30,44,1) 25%, rgba(23,92,117,1) 100%);
}
/* .modo-mediakit .header_inner {
    background: #081E2C;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.4);
} */
.modo-mediakit .header_inner h3 {
    color: #92c020;
    font-size: 24px;
    font-family: montserrat;
}
body.modo-mediakit {
    /* height: calc(100vh - 72px); */
    height: calc(100vh - 190px);
}
.modo-mediakit .emudesktop #creatividad {
    /* top: calc(50vh + 72px - 360px) */
    outline: 25px white solid;
}
.modo-mediakit .fakecontent {
    height: 10vh;
}

.modo-mediakit .sidebar .fakecontent {
    height: 50vh;
}

.modo-mediakit a.logo-link {
    display: none;
}

.modo-mediakit .emudesktop .simplebar-wrapper {
    height: 100%;
}

.modo-mediakit .emudesktop .simplebar-content {
    height: 100%;
}


@media (max-width: 768px) {
    .emudesktop > .sidebar {
        display: none;
    }
    .nav.devices {
        display: none;
    }
}
@media (max-width: 480px) {
    .btn-volver {
        display: none;
    }
}