html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  max-width: 1600px;
  margin: auto;
}

@media (max-width: 960px) {
  html {
    margin: 0;
    max-width: none;
  }
}

body {
  background-color: #FFF4FD;
  max-width: 1600px;
  margin: auto;
}

body.night {
  background-color: #110038;
}

.full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-left: 0.4375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  max-width: 1600px;
}

.container {
  max-width: 1500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 6.328%;
  margin-right: 9.736%;
}

@media (max-width: 960px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.bienvenida {
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
}

header {
  margin-top: 2.1875rem;
}

@media (max-width: 960px) {
  header {
    margin-top: 1rem;
  }
}

.buscador {
  margin-top: 38px;
}

@media (max-width: 960px) {
  .buscador {
    margin-top: 1rem;
  }
}

.ventana {
  background: #E6E6E6;
  -webkit-box-shadow: inset -2px -2px 0 0 #B4B4B4, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #B4B4B4, inset 2px 2px 0 0 #FFFFFF;
  padding: 3px;
}

body.night .ventana {
  background: #B4B4B4;
  -webkit-box-shadow: inset -2px -2px 0 0 #8F8F8F, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #8F8F8F, inset 2px 2px 0 0 #FFFFFF;
}

.ventana-title {
  font-family: "Chakra Petch", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  font-size: 0.9rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, right top, left top, from(#F7C9F3), to(#4180F6));
  background-image: linear-gradient(270deg, #F7C9F3 0%, #4180F6 100%);
  padding: 4.8px 0px 4.8px 3px;
}

body.night .ventana-title {
  background-image: -webkit-gradient(linear, right top, left top, from(#EE3EFE), to(#2E32FB));
  background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%);
}

.separador {
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.9rem;
  color: #110038;
  padding: 9px 0px 9px 7px;
  background: #FFFAFE;
  -webkit-box-shadow: inset -2px -2px 0 0 #E6DCE4, inset 2px 2px 0 0 #80687D;
          box-shadow: inset -2px -2px 0 0 #E6DCE4, inset 2px 2px 0 0 #80687D;
  border: 1px solid #E6BBE2;
  margin-top: 64px;
  margin-bottom: 16px;
}

body.night .separador {
  border: 1px solid #2E32FB;
}

@media (max-width: 960px) {
  .separador {
    margin-top: 40px;
  }
}

.tags-buscados {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.logoconflecha {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.creacion-gif {
  margin-top: 55px;
}

@media (max-width: 960px) {
  .creacion-gif {
    margin-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.permiso-comenzar {
  width: 684px;
  margin: auto;
}

@media (max-width: 960px) {
  .permiso-comenzar {
    width: 90vw;
    margin: auto;
  }
}

.capturando {
  width: 860px;
  margin: auto;
}

@media (max-width: 960px) {
  .capturando {
    width: 99%;
  }
}

.share-container {
  width: 721px;
  height: 391px;
  margin: auto;
}

@media (max-width: 960px) {
  .share-container {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

p {
  font-family: "Chakra Petch", sans-serif;
}

/*BUTTON*/
.btn {
  font-family: "Chakra Petch", sans-serif;
  font-size: 1rem;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

@media (max-width: 960px) {
  .btn {
    font-size: 0.875rem;
  }
}

.primary {
  padding: 0.5625rem 1.5625rem 0.5625rem 1.5625rem;
  background-color: #F7C9F3;
  border: 1px solid #110038;
  -webkit-box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
  color: #110038;
}

.primary:hover {
  background-color: #E6BBE2;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .primary {
  background-color: #EE3EFE;
  border: 1px solid #110038;
  -webkit-box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF;
  color: #FFFFFF;
}

body.night .primary:hover {
  background-color: #CE36DB;
}

.dropdown-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hover-dropdown {
  background-color: #E6BBE2;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .hover-dropdown {
  background-color: #CE36DB;
}

.v-icon {
  padding: 6.6px 12px 6.6px 12px;
  display: inline;
}

.gray {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
  background-color: #F0F0F0;
  border: 1px solid #808080;
  -webkit-box-shadow: inset -1px -1px 0 0 #B4B4B4, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #B4B4B4, inset 1px 1px 0 0 #FFFFFF;
  color: #110038;
}

.gray:hover {
  background-color: #E6E6E6;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .gray {
  background-color: #CCCCCC;
}

.theme-selected {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
  color: #110038;
  background-color: #FFF4FD;
  border: 1px solid #CCA6C9;
  -webkit-box-shadow: inset -1px -1px 0 0 #E6DCE4, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #E6DCE4, inset 1px 1px 0 0 #FFFFFF;
}

.theme-selected::first-letter {
  text-decoration: underline;
}

body.night .theme-selected {
  background-color: #2E32FB;
  border: 1px solid rgba(51, 53, 143, 0.2);
  -webkit-box-shadow: inset -1px -1px 0 0 #E6DCE4, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #E6DCE4, inset 1px 1px 0 0 #FFFFFF;
  color: #FFFFFF;
}

#sailor-day {
  margin-bottom: 10px;
}

.misguifos {
  margin-top: 4px;
  margin-left: -14px;
  color: #110038;
}

.misguifos::after {
  content: '_';
  position: relative;
  right: 72px;
  top: 1px;
}

.misguifos:active {
  opacity: 50%;
}

body.night .misguifos {
  color: #FFFFFF;
}

@media (max-width: 960px) {
  .misguifos {
    display: none;
  }
}

.vermas {
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  background-color: #4180F6;
  border: 1px solid #4C2F99;
  -webkit-box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: absolute;
  -webkit-transform: translate(14px, -45px);
          transform: translate(14px, -45px);
}

.vermas:hover {
  background-color: #3A72DB;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .vermas {
  background-color: #2E32FB;
  border: 1px solid #4C2F99;
  -webkit-box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
}

@media (max-width: 960px) {
  .vermas {
    font-size: 0.625rem;
    padding: 6px 7.5px 6px 7.5px;
    -webkit-transform: translate(10px, -35px);
            transform: translate(10px, -35px);
  }
}

.tag-search {
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  background-color: #4180F6;
  border: 1px solid #4C2F99;
  -webkit-box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-left: 8px;
}

.tag-search:hover {
  background-color: #3A72DB;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .tag-search {
  background-color: #2E32FB;
  border: 1px solid #4C2F99;
  -webkit-box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #284F99, inset 2px 2px 0 0 #FFFFFF;
}

@media (max-width: 960px) {
  .tag-search {
    font-size: 0.625rem;
    padding: 6px 7.5px 6px 7.5px;
    margin-top: 2px;
  }
}

.capturandobtn {
  background-color: #FF6161;
  border: 1px solid #110038;
  color: #FFFFFF;
  -webkit-box-shadow: inset -1px -1px 0 0 #993A3A, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #993A3A, inset 1px 1px 0 0 #FFFFFF;
}

.capturandobtn:hover {
  background-color: #FF6161;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .capturandobtn {
  background-color: #FF6161;
  border: 1px solid #110038;
  color: #FFFFFF;
  -webkit-box-shadow: inset -1px -1px 0 0 #993A3A, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #993A3A, inset 1px 1px 0 0 #FFFFFF;
}

body.night .capturandobtn:hover {
  background-color: #FF6161;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

.secondary {
  padding: 0.5625rem 1.5625rem 0.5625rem 1.5625rem;
  background-color: #FFF4FD;
  border: 1px solid #110038;
  -webkit-box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
  color: #110038;
}

.secondary:hover {
  background-color: #F0E5EE;
  -webkit-box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .secondary {
  background-color: #110038;
  border: 1px solid #B4B4B4;
  -webkit-box-shadow: inset -1px -1px 0 0 #5C5C5C, inset 1px 1px 0 0 #FFF4FD;
          box-shadow: inset -1px -1px 0 0 #5C5C5C, inset 1px 1px 0 0 #FFF4FD;
  color: #FFFFFF;
}

body.night .secondary:hover {
  outline: 1px dotted #FFFFFF;
  outline-offset: -4px;
}

/* navbar */
header, .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  header, .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bienvenida {
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, right top, left top, from(#F7C9F3), to(#4180F6));
  background-image: linear-gradient(270deg, #F7C9F3 0%, #4180F6 100%);
  -webkit-box-shadow: 0 1px 0 0 #110038;
          box-shadow: 0 1px 0 0 #110038;
}

body.night .bienvenida {
  background-image: -webkit-gradient(linear, right top, left top, from(#EE3EFE), to(#2E32FB));
  background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%);
}

.nav {
  margin-top: 0.5625rem;
  width: 430px;
}

@media (max-width: 960px) {
  .nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .primary {
    margin-bottom: 4px;
  }
}

.drop-down {
  width: 95px;
  height: 30px;
  margin-top: 6px;
  text-align: center;
}

.drop-down:hover {
  border: dotted 1px #110038;
  margin: 5px -1px -1px -1px;
}

body.night .drop-down:hover {
  border: dotted 1px #FFFFFF;
}

@media (max-width: 960px) {
  .drop-down {
    display: none;
  }
}

.elegir-theme {
  width: 150px;
  position: absolute;
  padding: 10px;
  -webkit-transform: translate(0px, 36px);
          transform: translate(0px, 36px);
}

.themebtn {
  width: 100%;
  text-align: start;
}

.arrow {
  position: absolute;
  -webkit-transform: translate(-30px, 10px);
          transform: translate(-30px, 10px);
}

@media (max-width: 960px) {
  .arrow {
    -webkit-transform: translate(-100px, 10px);
            transform: translate(-100px, 10px);
  }
}

.opacity {
  opacity: 50%;
}

.buscador form {
  width: 97.25%;
  margin: 12px 0px 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inputbuscar {
  font-family: "Chakra Petch", sans-serif;
  font-size: 1rem;
  color: #B4B4B4;
  letter-spacing: 0;
  line-height: 22px;
  background: #FFFFFF;
  padding: 11.5px 0px 11.5px 16px;
  width: 88.8%;
}

.inputbuscar:focus {
  outline: none;
  color: #110038;
  caret-color: #4180F6;
}

@media (max-width: 500px) {
  .inputbuscar {
    width: 78vw;
  }
}

@media (max-width: 420px) {
  .inputbuscar {
    width: 75vw;
  }
}

@media (max-width: 370px) {
  .inputbuscar {
    width: 70vw;
  }
}

.btn-buscar {
  padding-left: 0.625rem;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.btn-buscar:hover {
  outline: none;
  background-color: #F0F0F0;
}

.btn-buscar span {
  margin-left: 10px;
  line-height: 18px;
}

@media (max-width: 960px) {
  .btn-buscar {
    padding: 11px 14px 11px 12px;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-left: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .btn-buscar span {
    display: none;
  }
}

.normal-text {
  color: #B4B4B4;
}

body.night .normal-text {
  color: #8F8F8F;
}

.active-text {
  color: #110038;
}

body.night .active-text {
  color: #FFFFFF;
}

.active-buscar {
  background-color: #F7C9F3;
  border: 1px solid #110038;
  -webkit-box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
  color: #110038;
}

.active-buscar:hover {
  background-color: #E6BBE2;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .active-buscar {
  background-color: #EE3EFE;
  border: 1px solid #110038;
  -webkit-box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF;
  color: #FFFFFF;
}

.search-sugerencias {
  display: none;
  padding: 16px 129px 7px 15px;
  position: absolute;
  -webkit-transform: translate(-4px, 3px);
          transform: translate(-4px, 3px);
  width: 83.95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1343.2px;
}

@media (max-width: 960px) {
  .search-sugerencias {
    width: 98%;
    padding: 10px 15px 5px 15px;
  }
}

.search-sugerencia {
  margin-bottom: 10px;
  width: 100%;
  text-align: start;
}

.busqueda-on {
  background-color: #E6BBE2;
  border: 1px solid #110038;
  -webkit-box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #997D97, inset 1px 1px 0 0 #FFFFFF;
  color: #110038;
  outline: 1px dotted #110038;
  outline-offset: -4px;
}

body.night .busqueda-on {
  background: #CE36DB;
  color: #FFFFFF;
  -webkit-box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF;
          box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF;
}

/*containergif */
.gifs-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template: 1fr / 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  grid-auto-flow: dense;
}

@media (max-width: 960px) and (max-width: 960px) {
  .gifs-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto / 1fr;
  }
}

.gif {
  display: block;
  height: 19.4714vw;
  width: 19.4714vw;
  max-width: 280px;
  max-height: 280px;
  min-width: 250px;
  min-height: 250px;
}

.ventana-gif {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 960px) {
  .ventana-gif {
    margin: auto;
  }
}

.sinventana {
  height: 20.72vw;
  width: 20.02vw;
  max-width: 288px;
  max-height: 298px;
  min-width: 205px;
  min-height: 212.17px;
}

@media (max-width: 960px) {
  .sinventana {
    display: block;
    margin: auto;
    width: 99%;
  }
  .miguifo .sinventana {
    margin: 0;
    height: 298px;
  }
}

.archivo-gif {
  height: 20.72vw;
  width: 20.02vw;
  max-width: 288px;
  max-height: 298px;
  min-width: 205px;
  min-height: 212.17px;
}

@media (max-width: 960px) {
  .archivo-gif {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.gif-hovered {
  display: block;
  margin: auto;
  width: 99%;
  height: 99%;
}

@media (max-width: 960px) {
  .gif-hovered {
    width: 98%;
    height: 98.5%;
    min-height: 100px;
  }
}

.ventana-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imgbtncerrar {
  margin-right: 5px;
}

#separador-resultname {
  display: none;
}

.hover-dotted {
  outline: 1px dotted #110038;
  outline-offset: -5px;
}

.hover-dotted-img {
  outline: 1px dotted #110038;
  outline-offset: -3px;
}

.hover-gifsearch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 1px dotted #110038;
  outline-offset: -9px;
  -webkit-box-shadow: inset -2px -2px 0 0 #B4B4B4, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #B4B4B4, inset 2px 2px 0 0 #FFFFFF;
  background-color: #E6E6E6;
  padding: 4px;
  cursor: pointer;
}

.hover-gifsearch::after {
  content: attr(data-content);
  overflow: hidden;
  font-family: "Chakra Petch", sans-serif;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  background-image: -webkit-gradient(linear, right top, left top, from(#F7C9F3), to(#4180F6));
  background-image: linear-gradient(270deg, #F7C9F3 0%, #4180F6 100%);
  display: block;
  position: relative;
  line-height: 17px;
  left: 1px;
  bottom: 22px;
  width: 19vw;
  max-width: 276px;
  min-width: 200px;
  height: 15px;
  text-align: left;
  text-transform: lowercase;
  padding: 3px 2px;
}

@media (max-width: 960px) {
  .hover-gifsearch::after {
    width: 96%;
  }
}

body.night .hover-gifsearch {
  -webkit-box-shadow: inset -2px -2px 0 0 #8F8F8F, inset 2px 2px 0 0 #FFFFFF;
          box-shadow: inset -2px -2px 0 0 #8F8F8F, inset 2px 2px 0 0 #FFFFFF;
  background-color: #B4B4B4;
}

body.night .hover-gifsearch::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#EE3EFE), to(#2E32FB));
  background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%);
}

/* crear gif */
.imagencontexto-permiso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 93px 28px 25px;
}

@media (max-width: 960px) {
  .imagencontexto-permiso {
    margin: 10px 10px 10px 10px;
  }
}

.permiso-text-container p {
  font-size: 14px;
  line-height: 20px;
  width: 518px;
  margin-bottom: 8px;
}

.permiso-text-container .texttitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 17px;
}

.permiso-text-container span {
  font-weight: 900;
  font-style: italic;
}

.permiso-text-container .list-pasos span {
  font-style: normal;
  margin-right: 3px;
}

@media (max-width: 960px) {
  .permiso-text-container {
    width: 80%;
  }
  .permiso-text-container p {
    font-size: 10px;
    line-height: 16px;
    width: 90%;
    margin-bottom: 8px;
  }
  .permiso-text-container .texttitle {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .permiso-text-container span {
    font-weight: 900;
    font-style: italic;
  }
}

.window-img {
  display: block;
  width: 32px;
  height: 32px;
}

.btn-permiso-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 36px 36px 344px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .btn-permiso-container {
    margin: 5px 4px 5px 4px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#permiso-cancelar {
  padding: 9px 38.875px 9px 38.875px;
}

@media (max-width: 960px) {
  #permiso-cancelar {
    padding: 9px 20px 9px 20px;
  }
}

#permiso-comenzar {
  padding: 9px 34.42px 9px 34.42px;
}

@media (max-width: 960px) {
  #permiso-comenzar {
    padding: 9px 20px 9px 20px;
    margin-left: 3px;
  }
}

.captura-container {
  width: 860px;
}

@media (max-width: 960px) {
  .captura-container {
    width: 99%;
    margin: auto;
  }
}

.capturar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-stream {
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: inset -2px -2px 0 0 #E6E6E6, inset 2px 2px 0 0 #000000;
          box-shadow: inset -2px -2px 0 0 #E6E6E6, inset 2px 2px 0 0 #000000;
  margin: 8px 14px 21px 8px;
  height: 440px;
}

@media (max-width: 960px) {
  .video-stream {
    height: 400px;
  }
}

.record-container {
  margin: 0px 16px 16px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.record-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-text {
  padding: 9px 39.5px 9px 39.5px;
}

@media (max-width: 960px) {
  .btn-text {
    padding: 9px 20px 9px 20px;
  }
}

.btn-img {
  padding: 8.5px 8px 8.5px 8px;
}

#camera-button {
  display: block;
  width: 18px;
  height: 16.5px;
}

#timer {
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: inset -2px -2px 0 0 #E6E6E6, inset 2px 2px 0 0 #000000;
          box-shadow: inset -2px -2px 0 0 #E6E6E6, inset 2px 2px 0 0 #000000;
  width: 124px;
  padding-top: 7px;
  height: 29px;
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  color: #110038;
  line-height: 22px;
}

@media (max-width: 960px) {
  #timer {
    width: 80px;
    font-size: 12px;
  }
}

#restart {
  padding: 9px 13.5px 9px 13.5px;
}

@media (max-width: 960px) {
  #restart {
    padding: 9px 7px 9px 7px;
    margin-left: 5px;
  }
}

#upload {
  padding: 9px 31.5px 9px 31.5px;
}

@media (max-width: 960px) {
  #upload {
    padding: 9px 7px 9px 7px;
  }
}

.video-uploadbtn {
  width: 302px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 322px;
  height: 25px;
  background-color: #B4B4B4;
  -webkit-box-shadow: inset -2px -2px 0 0 #FFFCFC, inset 2px 2px 0 0 #000000;
          box-shadow: inset -2px -2px 0 0 #FFFCFC, inset 2px 2px 0 0 #000000;
}

body.night .progress-bar {
  border: 1px solid #979797;
  -webkit-box-shadow: inset 2px 2px 0 0 #E6E6E6, inset -2px -2px 0 0 #746262;
          box-shadow: inset 2px 2px 0 0 #E6E6E6, inset -2px -2px 0 0 #746262;
}

@media (max-width: 960px) {
  .progress-bar {
    width: 241.5px;
  }
}

.progress-bar-item {
  width: 12px;
  height: 20px;
  background-color: #999999;
}

@media (max-width: 960px) {
  .progress-bar-item {
    width: 9px;
  }
}

.progress-bar-item-active {
  width: 12px;
  height: 20px;
  background-color: #F7C9F3;
}

body.night .progress-bar-item-active {
  background-color: #EE3EFE;
}

@media (max-width: 960px) {
  .progress-bar-item-active {
    width: 9px;
  }
}

.globeimg {
  -ms-grid-column-align: center;
      justify-self: center;
  margin-bottom: 8px;
}

.video-upload-message {
  padding-top: 139px;
  font-family: "Chakra Petch", sans-serif;
  color: #110038;
  line-height: 22px;
  text-align: center;
  margin: auto;
}

.video-upload-message p {
  font-weight: 900;
  margin-bottom: 39px;
}

.video-upload-message span {
  font-size: 12px;
  color: rgba(17, 0, 56, 0.64);
  line-height: 14px;
  margin-bottom: 8px;
}

video {
  padding: 2px;
  width: 830px;
  height: 436px;
}

@media (max-width: 960px) {
  video {
    width: 99%;
    height: 99%;
  }
}

#preview {
  padding: 2px;
  width: 834px;
  height: 436px;
}

@media (max-width: 960px) {
  #preview {
    width: 99%;
    height: 99%;
  }
}

.error-msg {
  font-family: "Chakra Petch", sans-serif;
  color: #110038;
  line-height: 22px;
}

.line-through {
  text-decoration: line-through;
}

.share-modal {
  height: 196px;
  margin: 27px 46px 61px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .share-modal {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px 2px 3px 2px;
  }
}

.text-bold {
  font-weight: 900;
  font-family: "Chakra Petch", sans-serif;
  color: #110038;
  line-height: 22px;
}

.share-img {
  width: 371px;
  height: 196px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: inset -2px -2px 0 0 #E6E6E6, inset 2px 2px 0 0 #000000;
          box-shadow: inset -2px -2px 0 0 #E6E6E6, inset 2px 2px 0 0 #000000;
}

@media (max-width: 960px) {
  .share-img {
    width: 98.5%;
    height: 280px;
  }
}

.share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .share-btns {
    margin-top: 20px;
  }
}

.share-button {
  width: 143px;
  padding: 9px 56.5px 9px 56.5px;
  margin-bottom: 4px;
  text-align: center;
}

.share-done {
  margin-right: 46px;
}

@media (max-width: 960px) {
  .share-done {
    margin: 0;
  }
}

#share-done {
  padding: 9px 53.5px 9px 53.5px;
}

@media (max-width: 960px) {
  #share-done {
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    padding: 9px 30px 9px 30px;
    text-align: center;
  }
}

#download {
  text-decoration: none;
  color: #110038;
}

body.night #download {
  color: #FFFFFF;
}

#share-modal-preview {
  display: block;
  width: 100%;
  height: 100%;
}

.miguifo {
  margin-right: 16px;
}

@media (max-width: 960px) {
  .miguifo {
    margin: 0;
    -ms-grid-column-align: center;
        justify-self: center;
    height: 298px;
  }
}

#results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 960px) {
  #results {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto / 1fr;
  }
}

#copy-success {
  color: #110038;
  font-size: 22px;
  font-family: "Chakra Petch", sans-serif;
  margin-left: 20px;
  margin-bottom: 10px;
  font-weight: 900;
}

.hidden {
  display: none !important;
}
/*# sourceMappingURL=styles.css.map */