@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

* {
  box-sizing: border-box;
  /* overflow-x: hidden; */
  overflow-y: hidden; 
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
  background-color: #000;
  overflow: hidden;
}


.modal-backdrop {
  background-color: rgba(0, 0, 0, 1) !important;
  height: 100vh !important;;
  width: 100vw !important;;
}

.modal-header {
  border-bottom: none;
  border-top: none;
}

.modal-dialog {
  max-height: 100vh !important;
  margin: 0 auto; /* This will horizontally center the modal */
  /* left: 5%; 
  transform: translateY(-50%);  */
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}


.modal {
  background-color: rgb(33, 37, 41, 0.7) !important;
  overflow: hidden !important;
  height: 100vh !important;
  max-height: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: center !important;
}

.modal-content{
  background-color: rgba(0, 0, 0, 0) !important;
   z-index: 2147483643;
   overflow-y: auto !important;
   max-height: 100vh !important;
   max-width: 90vw;
   display: flex;
   position: center;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
}

modal-header {
    border-bottom: 0px !important;;
}


/*.offcanvas-top {
  background-color: rgb(33, 37, 41, 0.7) !important;
} */

  p {
    font-size: small;
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #label1 {

    position: absolute;
    max-width: 70%;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 901;
  }

  #myVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .play-btn {
    width: 94px;
    height: 94px;
    margin: 0 auto;
    background: radial-gradient(#c21a1a00 50%, rgba(130, 197, 255, 0.7) 52%);
    border-radius: 50%;
    display: block;
    overflow: hidden;
    animation: pulse-animation 2s infinite;
  }

  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 3s;
    animation: pulsate-btn 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(130, 197, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

  .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }

  #myBtn {
    background-color: rgb(70, 131, 244);;
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 903;
  }

  #myBtn:hover {
    background: rgb(107, 74, 44);
    color: rgb(255, 255, 255);
  }

#framyframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
}

/**** REVISADO HASTA AQUI *****/

    .blinkyblink {
        text-decoration: none;
        transition: all 0.5s;
        font-size: 2.5em;
        color: #228DFF;
        font-family: Pacifico;
        -webkit-animation: neon2 1.2s ease-in-out infinite alternate;
        animation: neon2 1.2s ease-in-out infinite alternate;
    }

        @-webkit-keyframes neon2 {
            from {
            text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
            }

            to {
            text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
            }
        }

        @keyframes neon2 {
            from {
            text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
            }

            to {
            text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
            }
        }

        .pulse {
            animation: pulse-animation 2s infinite;
        }

        @keyframes pulse-animation {
            0% {
            box-shadow: 0 0 0 0px rgba(89, 0, 255, 0.4);
            }

            100% {
            box-shadow: 0 0 0 20px rgba(209, 221, 255, 0.226);
            }
        }

        .offcanvas-size-xl {
            --bs-offcanvas-width: min(95vw, 600px) !important;
        }

        .pulse {
    animation: pulse-animation 2s infinite;
  }

  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 119, 255, 0.4);
    }

    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
  }



@keyframes pulse-red-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.719);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 154, 154, 0.144);
  }
}

/** Revisado hasta aqui **/

      .profile-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        margin: 20px;
        bottom: 10px;
        right: 10px;
        z-index: 904;
      }

      .profile-circle img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

        .iframe-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; 
        height: 0;
        }
        .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        }


  #collapse-toggler {
      position:fixed;
      width: 60px;
      height: 60px;
      border-radius: 50px;
      top: 30px;
      right: 20px;
      color: rgb(70, 131, 244);
      font-size: 38px;
      z-index: 9990 !important;
      animation: pulse-animation 2s infinite;
      justify-content: center;
      align-items: center;
  }

  .hidden {
  display: none !important;
}

#collapse-toggler.hidden {
  display: none;
}

/* Revisado hasta aqui */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    /* background-color: rgba(255, 255, 255, 1); */
    /*color: rgb(27, 106, 253);*/
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  

      .float_2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    /* background-color: rgba(255,255,255,1); */
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

        .float_3 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 200px;
    right: 20px;
    /* background-color: rgba(255, 255, 255, 1); */
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .float_3.open {
  animation: pulse-red-animation 2s infinite;
}

        .float_4 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 280px;
    right: 20px;
    /* background-color: rgba(255, 255, 255, 1); */
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.float_4:active {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 280px;
    right: 20px;
    background-color: rgba(0, 183, 255, 0.2);
    /* color: rgb(27, 106, 253);; */
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

   .float_1_2 {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2147483647 !important;
    animation: pulse-animation 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    #share-collapse {
      position: absolute;
      top: 200px;
      right: calc(100% - 60px);
  }

      .bi_x {
      font-size: 48px;
      cursor: pointer;
      margin-left: 1rem;
    }

    .swiper-container {
      width: 100vw;
      z-index: 2147483645 !important;
      overflow-y: hidden;
      background-color: yellowgreen;
    }

    .swiper-slide {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .scrollable-wrapper {
      max-height: 35vh;
      position: relative;
      overflow-x: hidden;
      overflow-y: scroll;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    
    .scrollable-wrapper::-webkit-scrollbar {
      display: none;
    }

    .glide__bullet--active {
      width: 18px !important;
      height: 15px !important;
      border-radius: 3px;
      border-top:none;
      border-bottom:none;
      border-left: 5px;
      border-right: 5px;
      background-color: rgb(70, 131, 244);
      transition: background 0.3s ease !important;
      /* border-radius: 50% !important; */
      cursor: pointer !important;
  }

  .scrollable-wrapper44 {
    max-height: 75vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .scrollable-wrapper44::-webkit-scrollbar {
    display: none;
  }
