* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #572EE5;
  min-height: 100vh;
}

#modal-content {
  width: 550px;
}

.gif-max {
  margin: 0 auto;
  display: block;
  padding-top: 50px;
}

.data-right input {
  margin-top: 10px;
  border: 1px solid #CED7E1;
  border-radius: 6px;
}

.data-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 550px;
  margin-top: 20px;
}

.data-left {
  margin-right: 25px;
}

.data-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dark {
  background-color: #37383C;
}

.dark #Fill-1 {
  fill: white;
}

.dark #titulo-main {
  color: #ffffff;
}

.dark .welcome h1 {
  color: #ffffff;
}

.dark .welcome .buscador-container {
  border: 0.5px solid #ffffff;
}

.dark .welcome #lupa {
  color: #ffffff;
}

.dark .welcome .titulo-trending,
.dark .welcome .txt-trending {
  color: #ffffff;
}

.dark .welcome .navbar-container .navbar-dark {
  color: #ffffff;
}

.dark .welcome #switch {
  color: #ffffff;
}

.dark header,
.dark input,
.dark .footer-container {
  background-color: #37383C;
}

.dark header svg:hover path,
.dark input svg:hover path,
.dark .footer-container svg:hover path {
  fill: #5ED7C6;
}

.dark .trending h2,
.dark .main h2 {
  color: #ffffff;
}

.dark .bajada-trending p {
  color: #ffffff;
}

.dark .trending {
  background-color: #222326;
}

.dark .footer-container {
  color: #ffffff;
}

.dark .banner-text {
  color: #ffffff;
}

.dark .video-container {
  border: 1px solid #ffffff;
}

.dark .video-container p {
  color: #ffffff;
}

.dark .icon-numbers {
  color: #ffffff;
}

.dark .icon-numbers .botones-numeros {
  border: 1px solid #ffffff;
}

.dark .icon-numbers .botones-numeros-activos {
  background-color: #5ED7C6;
  color: #572EE5;
}

.dark .divider-div {
  border-top: 6.9px solid #ffffff;
}

.dark .botones-camara:hover {
  background-color: #572EE5;
  color: #ffffff;
}

@media (min-width: 768px) {
  .dark .navbar-container .navbar-light {
    color: #ffffff;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:active {
  font-family: "IBM Plex Mono";
  color: #000000;
  opacity: 56%;
}

.sin-contenido {
  display: block;
  margin: 0 auto;
}

.animate-txt {
  text-align: center;
  margin-top: 40px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  color: #50e3c2;
  line-height: 25px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .titulos {
    font-size: 48px;
  }
}

header {
  background: #ffffff;
}

.hamburguesa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburguesa .fas .fa-bars .fa-lg {
  color: #572EE5;
}

.logo-big {
  display: none;
}

.navbar-container {
  position: absolute;
  background: #572EE5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  opacity: 0.9;
  z-index: 2;
}

.navbar-link {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
}

.navbar-link:active {
  color: #9cafc3;
  font-family: "Montserrat";
  border-bottom: unset;
}

#hamburguesa:target .navbar-container {
  height: 200vh;
}

#hamburguesa:target .abrir {
  display: none;
}

#hamburguesa:target .cerrar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cerrar {
  display: none;
}

@media (max-width: 768px) {
  .navbar-container {
    display: block;
    text-align: center;
  }
  .navbar-container .hr {
    display: inline-block;
    width: 8%;
    border-top: 1px solid white;
    opacity: 0.5;
  }
  .navbar-container .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2em;
  }
}

@media (min-width: 768px) {
  .logo-small {
    display: none;
  }
  .logo-big {
    display: block;
    margin-left: 26px;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero {
    width: 399px;
    height: 190px;
  }
  .circulo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .crear-gifo-light {
    display: block;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    background-image: url("../assets/button-crear-gifo.png");
  }
  .crear-gifo-dark {
    display: block;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    background-image: url("../assets/button-crear-gifo-dark.png");
  }
  .crear-gifo-light:hover {
    background: url("../assets/button-crear-gifo-hover.png");
    z-index: 3;
  }
  .crear-gifo-dark:hover {
    background: url("../assets/button-crear-gifo-dark-hover.png");
  }
  .navbar-item:hover {
    border-bottom: 2px solid #5ED7C6;
    z-index: 20;
  }
  .navbar-menu-mobile {
    display: none;
  }
  .navbar-container {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    width: 60%;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }
  .navbar-container svg:hover {
    fill: white;
  }
  .navbar-container .navbar-link {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat";
  }
  .navbar-container .navbar-light {
    color: #572EE5;
  }
  .close {
    display: none;
  }
  #hamburguesa:target .navbar-container {
    height: initial;
  }
}

@media (min-width: 1024px) {
  .logo-big {
    margin-left: 76px;
  }
}

@media (min-width: 1400px) {
  .navbar-container {
    width: 40%;
    margin-right: 46px;
  }
}

.welcome {
  text-align: center;
  margin-right: 45px;
  margin-left: 45px;
  margin-bottom: 45px;
}

.welcome .hello {
  line-height: 43px;
  color: #572EE5;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 40px;
  padding-top: 20px;
  display: inline-block;
}

.welcome .color {
  color: #5ED7C6;
}

.welcome .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto 0 auto;
  width: 80%;
}

.welcome .buscador-container {
  position: relative;
  border: 1px solid #572EE5;
  border-radius: 40px;
}

.welcome .divider-search {
  display: none;
  height: 5px;
  width: 90%;
  border-top: 1px solid #9cafc3;
  margin: 5px auto;
  opacity: 50%;
}

.welcome #buscador {
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}

.welcome .buscador:active .welcome .lupa {
  display: none;
}

.welcome .cruz {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0px;
  right: 16px;
  margin: 20px 20px;
  height: 14px;
}

.welcome #sugerencias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.welcome .item {
  padding-bottom: 0.4em;
  padding-top: 0.8em;
  margin-left: 2em;
  display: inline-block;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #9CAFC3;
}

.welcome .lupalista {
  display: inline-block;
  margin-right: 0.8em;
  font-size: 18px;
  color: #9CAFC3;
}

.welcome .lupa {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px 1.6em;
  z-index: 1;
  height: 20px;
  width: 20px;
  color: #572EE5;
}

.welcome .titulo-trending {
  font-family: "Montserrat";
  font-size: 16px;
  padding-top: 31px;
  font-weight: 700;
  color: #572EE5;
}

.welcome #txt-trending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 2px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 auto;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #572EE5;
}

.welcome #txt-trending .trendingItem {
  padding-right: 10px;
  cursor: pointer;
}

.welcome #txt-trending .trendingItem:hover {
  border-bottom: 2px solid #5ED7C6;
}

@media (min-width: 768px) {
  .buscador-container {
    width: 551px;
    display: inline-block;
  }
  .hello {
    width: 70%;
    display: inline-block;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .hello {
    width: 45%;
  }
}

.trending {
  height: 430px;
  width: 100%;
  background-color: #F3F5F8;
}

.trending .titulo {
  color: #572EE5;
  font-family: "Montserrat";
  font-size: 20px;
  margin-bottom: 7px;
  text-align: center;
  margin-top: 10%;
  z-index: 2;
  padding-top: 46px;
}

.trending .bajada-trending {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}

.trending .bajada-trending p {
  text-align: center;
  width: 35%;
  margin: 0 auto 0 auto;
}

.carrusel-container {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  -ms-grid-columns: 22px;
      grid-template-columns: 22px;
  -ms-grid-rows: minmax(187px, 1fr);
      grid-template-rows: minmax(187px, 1fr);
  grid-auto-flow: column;
  overflow-x: scroll;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  padding-bottom: calc(0.75 * var(--gutter));
  padding-top: 32px;
  margin-bottom: calc(-0.25 * var(--gutter));
}

.carrusel-container:before {
  content: "";
  width: 10px;
}

.carrusel-container:after {
  content: "";
  width: 10px;
}

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

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.iframe-container {
  position: relative;
  padding-bottom: 82px;
}

.iframe-container img {
  width: 243px;
  height: 187px;
}

.iframe-container:hover .overlay {
  opacity: 0.7;
}

#button {
  display: none;
}

.btn-hover {
  opacity: 0.7;
  position: absolute;
  right: 0;
  padding-top: 10px;
  padding-right: 4px;
}

.btn-hover-fav,
.btn-hover-download,
.btn-hover-max {
  border-radius: 6px;
  outline: 0;
  margin-right: 6px;
}

.adelante {
  right: 1em;
}

.atras {
  left: 1em;
}

@media (min-width: 768px) {
  .titulos {
    padding-left: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .episodios {
    height: 1000px;
  }
  .episodios .titulos {
    padding-left: 200px;
  }
}

@media (min-width: 1024px) {
  .carrusel-container {
    grid-auto-columns: minmax(243px, 1fr);
  }
}

.main {
  display: none;
}

.divider {
  position: relative;
  height: 5px;
  width: 200px;
  border-bottom: 1px solid #9cafc3;
  padding-top: 100px;
  margin: 10px auto;
  opacity: 50%;
}

#titulo-main {
  font-family: "Montserrat";
  font-size: 25px;
  padding-top: 2em;
  font-weight: 700;
  color: #572EE5;
  text-align: center;
}

#ouch {
  display: block;
  margin: 109px auto 29px auto;
}

#otra-busqueda {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  color: #5ED7C6;
  text-align: center;
}

.resultados-busqueda-contenedor {
  display: block;
  position: relative;
  margin-top: 35px;
}

.resultados-busqueda-contenedor::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1;
  left: calc(50% - 78.5px);
  width: 157px;
  border-bottom: 1px solid gray;
  opacity: 0.5;
}

.resultados-busqueda {
  margin: 38px 10px 53px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resultados-gif-box {
  width: 156px;
  height: 120px;
  overflow: hidden;
  margin: 0 10px 25px 10px;
}

.gif-acciones-resultados {
  display: none;
}

.resultados-gif {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.textos-descripcion-gif-resultados {
  color: white;
}

#sin_resultados {
  display: none;
}

#ver-mas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 127px;
  height: 50px;
  margin: auto;
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid #572EE5;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 700;
  color: #572ee5;
  letter-spacing: 0;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
}

#ver-mas:hover {
  background-color: #572EE5;
  color: #ffffff;
}

.oculto {
  display: none;
}

.transition {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #ver-mas {
    margin-top: 78px;
    margin-bottom: 0;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 3;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.cerrar-modal {
  color: #572EE5;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cerrar-modal:hover,
.cerrar-modal:focus {
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .resultados-busqueda {
    margin: 38px 10px 53px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resultados-gif-box {
    width: 220px;
    height: 200px;
    margin: 0 10px 25px 10px;
  }
  .gif-acciones-resultados {
    position: absolute;
    z-index: 0;
    background-color: rgba(87, 46, 229, 0.6);
    width: 220px;
    height: 200px;
  }
  .iconos-acciones-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .iconos-acciones-box {
    margin: 5px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    border: none;
    outline: none;
  }
  .favorito {
    cursor: pointer;
  }
  .download {
    margin-left: 10px;
    cursor: pointer;
  }
  .max {
    margin-left: 10px;
    cursor: pointer;
  }
  .resultados-gif-box:hover .gif-acciones-resultados {
    display: block;
  }
  .iconos-acciones-box:hover {
    background-color: white;
  }
  .resultados-gif-box:hover .acciones-gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .textos-descripcion-gif-resultados {
    position: absolute;
    bottom: 30px;
    left: 18px;
  }
  #ver-mas {
    margin-top: 78px;
    margin-bottom: 0;
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 4;
  }
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  height: 196px;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 5px solid #572EE5;
}

.footer-container .compartir {
  font-family: "Roboto";
  font-size: 15px;
  margin-bottom: 22px;
  margin-top: 47px;
}

.footer-container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  width: 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}

.footer-container svg:hover path {
  fill: #572EE5;
}

.footer-container .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 23px;
  margin-top: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 116px;
  }
  .footer-container .compartir {
    margin-bottom: initial;
    margin-top: initial;
    margin-left: 156px;
  }
  .footer-container .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: initial;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .footer-container .copyright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: unset;
    margin-top: unset;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-right: 158px;
  }
}

.favoritos-container {
  display: -ms-grid;
  display: grid;
}

.icon-favoritos {
  margin: 0 auto;
}

h3 {
  font-weight: 500;
}

.hello-small {
  color: #572EE5;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 40px;
  padding-top: 20px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .hello-small {
    font-size: 25px;
  }
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.overlay-video {
  display: none;
  width: 480px;
  height: 320px;
  background-color: rgba(87, 46, 229, 0.6);
  text-align: center;
  position: absolute;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconos-acciones-gif {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

#overlay-video-textos {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#overlay-video-textos p {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.container-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-creargifo {
  text-align: center;
  display: block;
}

.camara-container {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.video-container {
  border: 1px solid #572EE5;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gif-video {
  display: none;
}

.camara {
  display: none;
}

.video-container:before,
.video-container:after,
.video-container > :first-child:before,
.video-container > :first-child:after {
  position: absolute;
  margin: 10px 10px 10px 10px;
  width: 18px;
  height: 20px;
  border-color: #5ED7C6;
  border-style: solid;
  content: " ";
}

.video-container:before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.video-container:after {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.video-container > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.video-container > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.icon-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  height: 75px;
}

.botones-numeros {
  border: 1px solid #572EE5;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 26px 0 26px;
}

.botones-numeros-activos {
  background-color: #572EE5;
  color: white;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 26px 0 26px;
}

.divider-div {
  border-top: 6.9px solid #572ee5;
  width: 340px;
  border-bottom: none;
  margin: 0 auto;
}

h1 {
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: 700;
  padding: 0 70px 10px 70px;
  line-height: 35px;
}

p {
  color: black;
  line-height: 29px;
}

#repetir {
  display: none;
  text-transform: uppercase;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
}

#repetir:hover {
  border-bottom: 2px solid #5ED7C6;
}

.contador-container {
  position: absolute;
  right: 0;
}

#contador {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}

.textos-descripcion-gif-resultados p {
  color: #ffffff;
}

.video-container h1,
.video-container p {
  margin: 0;
  text-align: center;
}

.color {
  color: #5ED7C6;
}

.botones-camara {
  height: 50px;
  width: 127px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #572EE5;
  font-family: "Montserrat";
  font-weight: 700;
  color: #572EE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

#cam-grabar,
#cam-finalizar,
#gif-upload {
  display: none;
}

.pelicula-container {
  display: none;
}

button {
  outline: none;
}

@media (min-width: 768px) {
  .video-container:before,
  .video-container:after,
  .video-container > :first-child:before,
  .video-container > :first-child:after {
    margin: 24px 20px 20px 20px;
    width: 25px;
    height: 27px;
  }
  .video-container {
    margin: 0 auto;
    height: 390px;
    width: 688px;
  }
  .divider-div {
    width: 795px;
  }
  .icon-numbers {
    width: 670px;
  }
}

.control-section {
  margin-bottom: 200px;
}

@media (min-width: 1024px) {
  .video-container {
    margin: 0 24px 40px 33px;
  }
}

.control-section {
  margin-bottom: 147px;
}

@media (min-width: 1440px) {
  .video-container {
    margin-right: 200px;
  }
  .camara-container {
    width: 162px;
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 300px;
  }
  .camara-container #luz-camara {
    width: 60px;
    padding-top: 5px;
    padding-left: 3px;
  }
  .pelicula-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 340px;
  }
}
/*# sourceMappingURL=styles.css.map */