 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
  --accent-color: #8787871e;
  --accent-alpha: #eef2ff;
  --title-color: #ebebebe2;
  --text-color: #d9d9d900;
  --gradient: linear-gradient(0deg, var(--accent-color), #eef2ff);
  --green: #10b981;
  --border: 1px solid #1e293b0d;
  --shadow: 1px 1px 5px 0 #1e293b0d;
  --radius: 4.5px;

  --mau-active: #FF0000;
  --main-color: #065fd4;
  --blue: #1565C0;
  --pink: #e83e8c;
  --red: #fb0018;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1565C0;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;



}


* {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;

user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

-webkit-tap-highlight-color: transparent; /* Para navegadores basados en Webkit */
-tap-highlight-color: transparent; /* Para navegadores modernos */
outline: none; /* Para eliminar cualquier borde de enfoque adicional */

  
}

*:before,
*:after {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-weight: 400;
  font-style: normal
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1f1f1f;
  background-color: #000000;
  margin: 0;
  padding: 0;
  display: block;
}


.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}



.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  color: #e9e9e9;
  transition: color 0.3s;
  font-size: 19px;
  
}














img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: 5px;
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
}

[type=button][type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}


.small,
small {
  font-size: 80%;
  font-weight: 400;
  margin-top: .5rem;
  color: #adadad;
}



.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-12,
.col-6,
.col-lg,
.col-lg-12,
.col-lg-6,
.col-md,
.col-md-12,
.col-md-6,
.col-sm,
.col-sm-12,
.col-sm-6,
.col-xl,
.col-xl-12,
.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #0e0e0e;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #111111;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.collapse:not(.show) {
  display: none;
}



.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  padding: 10px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f2f2f2b3;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 5px;
  margin-bottom: -1px
}

.bg-light {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ecebeb;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-center {
  text-align: center ;
}



.text-muted {
  color: #6c757d !important;
}

[type=button],
[type=submit],
button {
  -webkit-appearance: button;
}



@media (min-width:768px) {

  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

  .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }
}

@media(max-width:768px) {
  footer.foot {
      position: unset !important;
  }

  .mb-hidden {
      display: none;
  }
}

@media(min-width:769px) {
  main.main {
      margin-bottom: 60px;
  }

  .content-box {
      margin-top: 24px;
  }
}












.hero-h2 {
  font-size: 16px;
  font-weight: 400;
}

.hero .hero-header {
  font-size: 29px;
  margin-top: 0;
  line-height: 1.5 !important;
  padding-top: 20px;
  font-weight: 400;
}

.search-box form {
  max-width: 600px;
  position: relative;
  margin: 20px auto;
  margin-bottom: 5px
}

.search-box .form-control {
  width: 100%;
  border: 3px solid var(--main-color);
  border-radius: 4px;
  height: 60px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgb(19 19 19 / 40%);
}

.search-box .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 120px;
  border-radius: 0 4px 4px 0
}

.search-box img {
  margin: -1px 0 0 3px;
  height: 21.5px
}

.hero {
  padding: 20px 5px 8px 5px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}

.ol-decorated {
  counter-reset: zone-counter;
  margin: 0;
  text-align: left;
  list-style: none
}

.ol-decorated li {
  position: relative;
  line-height: 22px;
  margin-bottom: 10px
}

.ol-decorated li:before {
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  color: var(--main-color);
  content: counter(zone-counter);
  counter-increment: zone-counter;
  display: block;
  height: 25px;
  left: -37px;
  position: absolute;
  text-align: center;
  width: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.title {
  margin-top: 1.2rem;
  color: #0084ff;
}

.btn.btn-link {
  color: var(--blue);
  text-align: left;
  padding: 0;
}

footer p {
  padding: 10.5px;
  margin: 0;
  font-size: 14px
}

footer.foot a {
  color: #262626
}

ul {
  margin-top: 6px;
}

ul li {
  line-height: 22px;
  margin-bottom: 8px
}

ul li span {
  color: var(--orange);
}

.ol-decorated span {
  color: var(--main-color);
}

.tiktoklink-ex span {
  color: #007bff;
  font-size: 15px;
}

.sl_language a:after {
  content: "•";
  margin: 0 4px;
  color: #6c757d !important
}

.sl_language a:last-child:after {
  content: "";
  margin: 0
}

.select_language {
  font-size: 15px;
  font-weight: 400
}

.sl-lg_title {
  margin-bottom: 2px
}

@media(max-width:768px) {
  .search-box .btn {
      width: 60px
  }
}

.accordion .collapse:not(.show) {
  max-height: 0;
  transition: .4s;
  display: block
}

.alert {
  position: relative;
  padding: .3rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

@media (min-width:768px) {
  .col-md-4 {
      flex: 0 0 auto;
      width: 33.3333333333%
  }
}

.icon-holder {
  display: flex;
  justify-content: center
}

.desc {
  text-align: center;
  margin-top: 16px
}

.why-section {
  margin-top: 24px
}

.desc h5 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 14px
}

.desc b {
  font-weight: 600
}

.why-section .col-md-4 {
  margin-top: 24px
}

.icon-holder {
  position: relative
}

.arrow-holder {
  display: none
}

@media (min-width:992px) {
  .arrow-holder {
      display: inline-block
  }
}

.why-section .arrow-holder {
  content: "";
  width: 100%;
  height: 15px;
  background: url(fonts/line-with-arrow.svg) no-repeat center center;
  background-size: 120px 15px;
  position: absolute;
  right: -50%;
  top: 40%;
}

.step-count {
  border-radius: 50%;
  background: #e2f5fd;
  color: #3498db;
  width: 36px;
  height: 36px;
  font-size: 1.25rem;
  padding-top: .2rem;
  display: inline-block;
  text-align: center;
  margin-right: .5rem;
}

.why-title {
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width:768px) {
  .why-section img {
      width: 50px
  }

  .desc {
      text-align: left
  }

  .why-title {
      justify-content: start;
      font-weight: 600;
      font-size: 20px
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.alert-warning {
  display: none
}

.alert-warning.active {
  display: block
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.progress-dl {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: solid #dee2e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px
}

.progress-dl.active {
  visibility: visible
}

@keyframes spinner-border {
  100% {
      transform: rotate(360deg)
  }
}

footer {
  padding: 30px 0 20px;
  background: #000000
}

footer {
  padding-bottom: 18px !important
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (min-width:576px) {
  .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
}

@media (min-width:768px) {
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }
}

@media (min-width:992px) {
  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
}

@media (min-width:1200px) {
  .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }
}

footer -label {
  font-weight: 700;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 7px;
  font-size: 15px;
}

footer ul li a {
  color: #747474;
  text-decoration: none;
}

footer .social-icons svg {
  width: 22px;
  margin-right: 5px
}

footer .social-icons .twitter-icon svg {
  fill: #3cacf2;
}

footer .social-icons .reddit-icon {
  position: relative;
  top: -2px;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer .row {
  margin: 0 auto !important;
  padding: 0 !important;
}



select {
  word-wrap: normal;
}

button,
select {
  text-transform: none;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1rem
}

option {
  font-weight: 400;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0 2px 1px;
  box-sizing: border-box
}

.mb-10 {
  margin-bottom: 10px !important
}

.savetik-downloader {
  overflow: hidden;
  margin-top: 1.5rem
}

.left {
  float: left
}

.savetik-downloader-left {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}

.savetik-downloader img {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
}

.savetik-downloader .right {
  width: 100%
}

.right {
  float: right;
}

.abuttons {
  margin-bottom: 1em;
  align-items: center;
  display: block;
}

.abutton {
  display: inline-flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px .75em;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  align-items: center;
  -webkit-appearance: none;
  white-space: nowrap;
  background-color: #fff;
}

.abuttons .abutton {
  margin-bottom: .75rem;
  display: inline-block;
}

.abutton.is-fullwidth {
  display: block;
  width: 100%;
}

.abutton.is-success {
  background-color: var(--main-color);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.savetik-downloader .center {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.savetik-downloader .center>* {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.savetik-downloader .center>div {
  color: #333
}

.savetik-downloader .center h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline;
}

.savetik-downloader .center p {
  display: inline;
  vertical-align: top;
  margin-top: -3px;
}

.savetik-downloader .center h2,
.savetik-downloader .center p {
  color: #333;
}

.savetik-downloader .center p span {
  max-width: 50%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

@media screen and (max-width:1024px) {
  .is-desktop-only {
      display: none !important
  }
}

@media screen and (min-width:1025px),
print {
  .is-mobile-only {
      display: none !important;
  }
}

@media screen and (min-width:1025px) {
  .is-mobile-only {
      display: none !important;
  }
}



.at-expanding-share-button[data-position=bottom-right] {
  bottom: 88px !important
}

i.icon {
  display: table-cell;
  height: 1em;
  width: 1em
}

.paste {
  height: 100%;
  pointer-events: unset;
  position: absolute;
  top: 0;
  right: 128px;
  z-index: 0;
  display: none;
  justify-content: center;
  align-items: center
}

.paste span {
  display: flex;
  cursor: pointer;
  padding: .25rem .5rem;
  font-size: 14px;
  color: #ededed;
  background-color: #353535;
  border: 1px solid #252525;
  border-radius: 4px;
  align-items: center;
  height: 37px;
  box-shadow: 0 2px 6px rgb(19 19 19 / 5%);
}


.icon-menu {
  width: 32px;
  height: 32px;
  background-image: url('fonts/menu.svg');

}

.icon-icon {
  width: 26px;
  height: 26px;
  background-image: url('fonts/icon.svg');

}

.icon-home {
  width: 25px;
  height: 25px;
  background-image: url('fonts/inicio.svg');

}

.icon-music {
  width: 25px;
  height: 25px;
  background-image: url('fonts/music.svg');

}

.icon-video {
  width: 25px;
  height: 25px;
  background-image: url('fonts/video.svg');

}


.icon.icon-clear,
.icon.icon-paste {
  background: url(fonts/paste.svg) no-repeat center;
  margin-right: 3px;
  width: 14px;
  height: 14px;

}

i.icon-clear {
  background: url(fonts/times.svg) no-repeat center !important
}

@media (max-width:768px) {
  .paste {
      right: 68px;
  }
}

.app-section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%
}

a {
  color: var(--accent-color)
}

ul>li {
  list-style: inside disc
}

.pd-1 {
  padding: 0 8%;
}

.pd-2 {
  padding: 0 20%;
}

.btnnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  box-shadow: 0 1px 2px #1e293b0d;
  border-radius: var(--radius)
}

.btnnav:hover {
  opacity: .9;
}

.excerpt {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.6em;
}

.container {
  position: relative;
  width: 61.5rem;
  max-width: calc(100% - 2.5rem);
  margin: 0 auto;
}

.site-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.site-header {
  position: relative;
  background: var(--gradient)
}

.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffe6;
}

.site-header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 4rem;
  background: #202020;
  z-index: 9999;
  padding: 0 4.5rem;
  transition: background .8s linear;
  box-shadow: 0 2px 6px rgb(19 19 19 / 7%);
}

.site-header .header.fixed {
  background: #141414;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: var(--shadow);
}

.logo {
  display: flex;

}

.logo img {
  max-height: 2.25rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu a {
  font-size: 15px;
  color: var(--title-color);
  padding: 0.5rem 0;
  font-family: 'Roboto', sans-serif;
}

.menu a i {
  font-size: 0.875rem;
  line-height: 1;
}

.menu a.btnnav {
  height: 2.25rem;
  background: var(--accent-color);
  color: #fff;
  padding: 0 1rem;
  border-radius: 18px;
}

.menu a:not(.btnnav):hover {
  color: var(--accent-color)
}

.hero {
  position: relative;
  padding: 4.5rem 0 0;
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 0;
}

.hero-logo {
  margin: 0 0 2rem;
}

.hero-logo img {
  display: inline-block;
  max-height: 6rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
}

.hero p {
  margin: 0 0 2rem
}

.hero-actions {
  display: flex;
  gap: 1rem
}

.hero-actions a {
  height: 2.75rem;
  font-size: 1rem;
  color: #fff;
  padding: 0 1.5rem
}

.hero-actions .go-preview {
  background: var(--accent-color)
}

.hero-actions .purchase {
  background: var(--green)
}

.section {
  position: relative;
  padding: 4rem 0
}

.section .header {
  display: block;
  text-align: center;
  margin: 0 0 3rem
}

.section .header h2 {
  font-size: 1.875rem;
  margin: 0 0 1rem
}

.demos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem
}

.demos .demo {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .10s ease
}

.demo-inner {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #0f172a0d
}

.demo-inner img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  object-position: center top;
  z-index: 5
}

.demos .demo:hover .demo-inner img {
  opacity: .9
}

.demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem
}

.demo-title {
  display: block;
  font-size: 1.125rem;
  color: var(--title-color);
  font-weight: 700;
  transition: color .10s ease
}

.demos .demo:hover .demo-title {
  color: var(--accent-color)
}

.demo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.25rem;
  background: var(--accent-alpha);
  font-size: 1.125rem;
  color: var(--accent-color);
  border-radius: var(--radius)
}

.demo-link .bi {
  position: absolute;
  transition: opacity .25s ease
}

.demo-link .bi-eye-fill,
.demos .demo:hover .demo-link .bi-box-arrow-up-right {
  opacity: 1
}

.demo-link .bi-box-arrow-up-right,
.demos .demo:hover .demo-link .bi-eye-fill {
  opacity: 0
}

.demos .demo:hover {
  transform: translate3d(0, -0.5rem, 0)
}

.all-features {
  background: #fff
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem
}

.features .feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: #f8fafc;
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius)
}

.features i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--accent-color);
  font-size: 1.125rem;
  color: #fff;
  border-radius: 50%
}

.features h3 {
  font-size: 1.125rem
}

.features p {
  font-size: 0.875rem
}


.show-menu-toggle {
  display: none;
  font-size: 1.875rem;
  color: var(--title-color);
  cursor: pointer;
  padding: 0.5rem 1.25rem
}

.show-menu-toggle:hover {
  color: var(--accent-color)
}

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0b0c0e80;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 99997;
  visibility: hidden;
  opacity: 0;
  transition: all 0s ease
}

.menu-on .mobile-menu {
  visibility: visible;
  opacity: 1
}

.mobile-menu-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99998
}

.mobile-menu-inner {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  background: #1a1a1a;
  z-index: 99999;
  padding: 1.5rem;
  box-shadow: var(--shadow), 0 10px 15px -3px #1e293b0d;
  border-radius: var(--radius);
  border: 1px solid rgba(78, 78, 78, 0.384);
}

@keyframes menuOn {
  0% {
      transform: scale(.98)
  }

  100% {
      transform: scale(1)
  }
}

.menu-on .mobile-menu-inner {
  transform-origin: top right;
  animation: menuOn 0s ease
}

.close-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  color: var(--title-color);
  padding: 1.5rem
}

.close-menu-toggle:hover {
  color: var(--accent-color)
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}

.mobile-nav a:not(.btnnav) {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--title-color);
  gap: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
}

.mobile-nav a:not(.btnnav):hover {
  color: var(--accent-color)
}

.mobile-nav .btnnav {
  height: 2.75rem;
  background: var(--accent-color);
  font-size: 15px;
  color: #fff
}

@media (max-width: 1024px) {
  .site-header .header {
      padding: 0 1.25rem
  }

  .pd-1 {
      padding: 0 5%
  }

  .pd-2 {
      padding: 0 10%
  }

  .demo-inner img {
      min-height: 10rem
  }
}

@media (max-width: 980px) {
  .site-header .header {
      padding: 0;
      height:54px ;
  }

  .logo {
      padding: 0 1.40rem
  }

  .menu {
      display: none
  }

  .mobile-menu {
      display: block
  }

  .show-menu-toggle {
      display: flex
  }

  .show-menu-toggle .bi-list:before {
      transform: scaleX(1.2)
  }

  .demos,
  .features {
      grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 780px) {

  .pd-1,
  .pd-2 {
      padding: 0
  }

  .hero .container {
      padding: 4rem 0
  }

  .hero h1 {
      font-size: 2.25rem
  }


}

@media (max-width: 580px) {
  .excerpt {
      font-size: 0.938rem
  }

  .hero-logo img {
      max-height: 5rem
  }

  .hero h1 {
      font-size: 1.625rem
  }

  .hero-actions {
      flex-direction: column;
      align-items: center
  }

  .section .header h2 {
      font-size: 1.625rem
  }

  .demos,
  .features {
      grid-template-columns: 1fr
  }

  .features .feat {
      padding: 2.5rem 1.5rem
  }

  .features i {
      width: 3.5rem;
      height: 3.5rem;
      font-size: 1.25rem
  }



}


/* Estilo para ocultar el scroll vertical del iframe */

@media (max-width: 767px) {

  /* Estilo para ocultar el scroll vertical del iframe */
  #iframe_container iframe {
  
      height: 388px;
      /* Ajusta la altura del iframe según lo desees */
      overflow-y: auto;
      /* Mostrar el scroll solo cuando sea necesario */
      -webkit-overflow-scrolling: touch;
      /* Propiedad específica para mejorar el scrolling en dispositivos iOS */
      scrollbar-color: transparent transparent;
      /* Color transparente para el scroll */
  }
  
  }
  
  
  /* Estilo para ocultar el scroll vertical del iframe */
  #iframe_container iframe {
  
  height: 398px;
  /* Ajusta la altura del iframe según lo desees */
  overflow-y: auto;
  /* Mostrar el scroll solo cuando sea necesario */
  -webkit-overflow-scrolling: touch;
  /* Propiedad específica para mejorar el scrolling en dispositivos iOS */
  scrollbar-color: transparent transparent;
  /* Color transparente para el scroll */

  }
  
  
  


  .video-list-item {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
}

#thumbnail_container {
    flex: 0 0 auto;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden; /* Añadido para asegurar que la imagen no sobresalga del contenedor */
}

#thumbnail_container img {
    width: 120px; /* Ajustado el ancho para que se vea más similar a las miniaturas de YouTube */
    height: 90px; /* Ajustado el alto para mantener la proporción */
    border-radius: 4px;
}

.video-details {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #030303;
    text-align: left;
}

.duration {
    color: #c6c6c6;
    font-size: 12px; /* Reducido el tamaño de la fuente para que se vea más discreto */
}


/* Estilo para centrar la miniatura y el título en dispositivos móviles */
@media (max-width: 767px) {
  #thumbnail_container {
      display: flex;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(19, 19, 19, 0.1); /* Corregido el formato de color */
  }

  #thumbnail_container img {
      width: auto; /* Restaurado el ancho automático para mantener la proporción */
      height: 100%; /* Ajustado el alto al 100% para ocupar el espacio disponible */
      border-radius: 0; /* Eliminado el borde redondeado en dispositivos móviles */
  }

  #videoTitle {
      text-align: center;
      font-size: 14px; /* Reducido el tamaño de la fuente para dispositivos móviles */
  }
}

.copyright {
  margin-top: 10px;
  background: #d5d5d51e;
  padding: 10px;
  border-radius: 5px;
  color: #e1e1e1;
}


/* FIN DE LOS Estilo para ocultar el scroll vertical del iframe */





.elcreative_alert {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--radius);
  padding: .75rem 1rem;
  font-size: 13px;
  line-height: 1.25rem;
  margin-top: 15px;
  text-align: center;
  background-color: #b50707;
  color: #e8e8e8;

}








pan.deleteicon {
  position: relative;
  display: inline;
  align-items: center;
}

span.deleteicon span {
  margin-right: 8px;
  position: absolute;
  display: block;
  right: 20px;
  width: 0;
  height: 0;
  border-radius: 15%;
  color: #ccc;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  top: -9px
}

.glyphicon-repeat {
  top: 2.5px
}

.conv-more {
  color: #333;
  font-size: 17px
}

a.conv-more:hover {
  color: unset
}

.alert {
  margin-top: 30px
}

@media only screen and (max-width:3900px) {
  .mystyle {
      height: calc(28em * 0.7) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:1399px) {
  .mystyle {
      height: calc(28em * 0.7) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:1199px) {
  .mystyle {
      height: calc(13em * 1.5) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:1138px) {
  .mystyle {
      height: calc(13em * 1.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:1065px) {
  .mystyle {
      height: calc(13em * 1.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:1059px) {
  .mystyle {
      height: calc(12em * 1.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:991px) {
  .mystyle {
      height: calc(40em * 0.7) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:798px) {
  .mystyle {
      height: calc(46em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:785px) {
  .mystyle {
      height: calc(62em * 0.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:708px) {
  .mystyle {
      height: calc(79em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:686px) {
  .mystyle {
      height: calc(59em * 0.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:675px) {
  .mystyle {
      height: calc(79em * 0.2) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:671px) {
  .mystyle {
      height: calc(55em * 0.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:634px) {
  .mystyle {
      height: calc(70em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:604px) {
  .mystyle {
      height: calc(66em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:533px) {
  .mystyle {
      height: calc(20em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:569px) {
  .mystyle {
      height: calc(61em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:569px) {
  .mystyle {
      height: calc(61em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:528px) {
  .mystyle {
      height: calc(35em * 0.5) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:508px) {
  .mystyle {
      height: calc(42em * 0.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:487px) {
  .mystyle {
      height: calc(26em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:453px) {
  .mystyle {
      height: calc(38em * 0.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:440px) {
  .mystyle {
      height: calc(38em * 0.4) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:436px) {
  .mystyle {
      height: calc(48em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:421px) {
  .mystyle {
      height: calc(46em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:421px) {
  .mystyle {
      height: calc(46em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:403px) {
  .mystyle {
      height: calc(42em * 0.3) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:370px) {
  .mystyle {
      height: calc(20em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:356px) {
  .mystyle {
      height: calc(19em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:338px) {
  .mystyle {
      height: calc(17em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}

@media only screen and (max-width:306px) {
  .mystyle {
      height: calc(16em * 0.6) !important;
      object-fit: cover;
      object-position: center
  }
}





.tool-intro {
  font-size: unset !important;
  margin: 5px 0
}

#divThumbnail a {
  cursor: default
}

.extension.is-rolledUp {
  margin-right: 20px;
  border-radius: 5px;
  animation: extRollUp 3s ease-in-out
}





.extension {
  display: block;
  position: fixed;
  bottom: 14px;
  right: 0;
  z-index: 1200;
  width: 220px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  background: #ff0068;
  transform: translateZ(0)
}






.dropdown,
.dropup {
  margin: 0 15px
}

.btn .caret {
  margin-left: 5px
}

.dropdown-menu>li>a {
  padding: 10px 20px !important
}

#dropdown {
  padding: 15px 20px
}

.caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent
}

.itemstyle {
  list-style: decimal;
  padding-left: 15px
}

#DownloadTip {
  margin-top: 20px
}

.glyphicon-arrow-right {
  top: 2px;
  margin: 0 0 0 5px !important
}




.glyphicon40 {
  font-size: 40px;
}

.footer-link {
  margin: 10px 0 0
}

.copyright {
  margin: 0 0 10px;
}

.glyphicon-heart {
  color: red;
  margin: 0 !important;
  font-size: 14px;
}

.img-tip {
  max-height: 60px;
  max-width: 100%;
  margin-bottom: 10px;
}

.second-line {
  margin: 10px 0 0;
}

hr {
  border-top: 2px solid #eee;
}

.intro-h1 {
  font-size: 30px;
  color: #f3f3f3;
  font-family: "Roboto";
  font-weight: 500;
}

.intro-h2 {
  font-size: 23px;
  margin: 10px 0;
  color: #acacac;
  
}

.intro-text {
  margin: 20px 0;
}

.features {
  line-height: 30px;
}

.glyphicon {
  margin: 0 5px;
}

#google_translate_element {
  margin: 15px 0 0;
}

.custom_container {
  width: 1140px;
  margin: 0 auto;
}

.mt-10 {
  padding-top: 0px;
}
.mb-20 {
  padding-top: 20px;
}

.mt-20 {
  margin-top: 5%;
}

.pt-5 {
  padding: 10px 15px 0;
}

a {
  color: #777;
}

a:hover {
  color: #ff0068;
  text-decoration: none;
}

th,
td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

table {
  width: 100%;
}



#videoTitle {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f3f3f3;
  user-select: text !important;
  text-align: left;
}

table tr td button {
  border: none;
  padding: 4px 12px;
  background-color: #ff0068;
  color: #fff;
  border-radius: 5px;
}

.ythumbnail img {
  height: 210px;
  width: 368px;
}

.video_container_section {
  background-color: #202020;
  padding-top: 2%;
  padding-bottom: 2%;
  height: auto;
  border-radius: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 85px;
  border-radius: var(--radius);
  box-shadow: 0 2px 6px rgb(19 19 19 / 70%);
}

.video_container_section h3 {
  letter-spacing: 3px;
}


.ythumbnail img {
  width: 100%;
  height: auto;
}

.svg-loader {
  display: none
}

#listFormats {
  display: none
}

.text-section h3 {
  font-weight: 700
}

.text-section p {
  font-size: 16px;
  color: var(--text-color);
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px
}

footer ul {
  margin: unset
}

footer ul li {
  display: inline;
  list-style-type: none;
  color: #000;
  padding-right: 10px;
  padding-left: 10px
}


#buttongo {
  background: #2b99e2;
  font-family: inherit;
  padding: 0.6em 0.4em;
  font-weight: 900;
  font-size: 16px;
  border: 3px solid black;
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
}

#buttongo:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

#buttongo:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}

.descripcion {
  text-align: center !important;
  padding: 10px 15px 0;
  color: #bababaee;
}








#btnSubmit {
  border-radius: 1px;
  padding: 10px;
  background-color: #f20a51;
  border: none;
  color: #fff;
  cursor: pointer;
  border: 3px solid #f20a51;
}

#btnSubmit::-moz-focus-inner {
  border: 0;
}

.start-btn {
  font-family: trebuchet ms, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #0c69c0;
}

#btnSubmit:hover {
  background-color: #0c69c0;
  color: #fff;
}

.thumnail-img {
  max-width: 100%;
  width: 700px;
  height: 100%
}

#result {
  display: none;
  justify-content: space-around;
  padding-top: 10px;
}

.btn a {
  color: inherit;
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  display: none;
  border-radius: 5px 5px 0 0;
}

.tab button {
  background-color: #333333;
  float: left;
  border: 5px solid #101010;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
  transition: .5s;
  font-size: 18px;
  width: 50%;
  font-weight: 700;
  color: #f3f3f3;
}

.tab button:hover {
  background-color: #4a4a4a;
}

.tab button.active {
  background-color: #1a1a1a;
}
#tabVideo, #tabAudio {
  border: 5px solid #0e0e0e;
}


@media only screen and (max-width:1200px) {
  .custom_container {
      width: 90%;
      margin: 0 auto;
  }

  .video_container_section {
      margin-top: 20%;
  }
}






@media only screen and (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
      margin: 5px 0;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
  }

  #dropdown {
      padding: 10px 20px;
  }

  .dropdown,
  .dropup {
      margin: 5px 20px;
  }
}

@media only screen and (max-width:450px) {
  .intro-h1 {
      font-size: 26px;
      color: #f4f4f4;
      font-family: "Roboto";
      font-weight: 500;
      margin-top: 15px;
      margin-bottom: 0px
  }

  .intro-h2 {
      font-size: 26px;
      margin: 10px 0;
      color: #777;
      font-family: trebuchet ms, Arial, Helvetica, sans-serif;
  }
}

@media only screen and (max-width:600px) {
  .custom_container {
      width: 90%;
      margin: 0 auto;
  }

  .navbar-brand img {
      height: 36px;
  }

  .mt-20 {
      margin-top: 15%;
  }

  input[type=text] {
      width: auto;
  }

  form {
      width: 100%;
  }



 
}

.svg-loader {
  margin: -10px 0 -30px;
}

.nav-tabs {
  border-bottom: unset;
  font-size: 16px;
}

#error {
  margin: 0 auto;
  width: 100%;
}

.alert {
  margin-bottom: unset;
  border: 1px solid transparent;
  border-radius: 0;
}

#imgAnalyzer {
  padding-top: 26px;
}

.fa.fa-arrow-right {
  margin: 0 0 0 5px;
}

.brand-text:hover {
  color: #c10841 !important;
}

.brand-text {
  color: #ff0068;
  font-weight: 700;
}

.img1x1 {
  width: 1px;
  height: 1px;
}

.nav-tabs>li {
  margin-bottom: 5px;
}

.text-section h3 {
  font-size: 18px;
}

.li-items {
  font-size: 14px !important;
  margin: unset;
  line-height: 30px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: absolute !important;
}

@media(max-width:1025px) {
  .extension {
      display: none;
      animation: extAppear 1s ease-in-out;
  }
}

.w-100 {
  width: 100%;
  background-color: #ccc;
  padding: 10px;
  font-size: 16px;
  margin: 10px 0 0;
  cursor: pointer;
}

.w-100:hover {
  background-color: #ccc;
  animation: extAppear 1s ease-in-out;
}

.conv-more {
  color: #333;
}

















