 /* SIDEBAR */

 body.prevent-background-scroll {
  min-height: 100dvh;
  overflow-y: hidden;
 }
 .sidebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  animation: openSidebar 0.6s ease-in-out 1 normal;
 }
 /* ---------- */

 /* SCROLLBAR */

 .sidebar-body::-webkit-scrollbar, .song-list-body::-webkit-scrollbar {
  width: 0.7rem;
 }
 .sidebar-body::-webkit-scrollbar-track, .song-list-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgb(79, 78, 78);
  border-radius: 0.8rem;
 }
 .sidebar-body::-webkit-scrollbar-thumb, .song-list-body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0.375rem rgba(238, 238, 238, 0.9);
  outline: none;
  border-radius: 0.8rem;
 }
 .sidebar-body {
  align-items: center;
  padding: 20px 50px 60px
 }
 .btn-position {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
 }
 .modal.right.fade.in .modal-dialog {
  right: 0 !important;
  transform: translateX(-50%);
 }
 .modal.right .modal-content {
  height: 100%;
  overflow: auto;
  border-radius: 0;
 }
 .modal.right .modal-dialog {
  position: fixed;
  border: 1px solid rgb(255 255 255 / 58%);
  text-align: left;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
 }
 .modal.right.fade.in .modal-dialog {
  transform: translateX(0%);
 }
 .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
 }
 .modal.right .modal-header {
  color: #fff
 }
 .modal.right .modal-header::after {
  content: "";
  display: inline-block;
 }
 .modal.right .close {
  text-shadow: none;
  opacity: 1;
  color: #ff4d4d;
  font-size: 26px
 }
 
 .cover-container {
  max-width: 63rem;
 }
 /*
 * Header
 */

 .nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
 }
 .nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
 }
 .nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
 }
 .nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
 }
 h1 {
  font-weight: 900!important;
 }


   .cerati {
  background-image: url("../img/bg1.jpg");
background-color: #0e184a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
 }

.cerati2 {
  background-image: url("../img/bg2.jpg");
background-color: #0e184a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
 }

 .cerati3 {
  background-image: url("../img/bg3.jpg");
background-color: #0e184a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
 }


  .h1, h1 {
    font-size: 2.5rem!important;
    font-weight: 900!important;
  }
  
/*Tablet*/
 .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  color: #cbd5e1;
  background: rgb(255 255 255 / 4%);
  box-shadow: inset 2.01px -2.01px 20px rgba(214, 214, 214, 0.17), inset -3.01333px 3.01333px 3.01333px rgba(255, 255, 255, 0.39);
  backdrop-filter: blur(30px);
  padding: 10px;
 }
 .modal-content>p {
  margin-bottom: 20px;
  color: #94a3b8;
 }
 .modal-content {
  position: relative;
  display: flex;
  width: 40%;
  background: rgba(133, 133, 133, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #fff0;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
 }
 .modal-header {
  border-bottom: var(--bs-modal-header-border-width) solid #dee2e600;
 }
 .bs-btn-close-bg {
  background-image: url("img/atras.png");
 }
 

 


 @media only screen and (max-width: 767px) {
   .alto4{
      height: 0vh!important;
      display: BLOCK!important;
    }

.contaabajo{
    display: block;
  }
  
  .cerati {
    background-position-y: 0rem !important;
    background-image: url(../img/bg1_movil.jpg);
    background-color: #0e184a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: 0rem !important;
  }

  .cerati2 {
    background-position-y: 0rem !important;
    background-image: url(../img/bg2_movil.jpg);
    background-color: #0e184a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: 0rem !important;
  }

  .cerati3 {
    background-position-y: 0rem !important;
    background-image: url(../img/bg3_movil.jpg);
    background-color: #0e184a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: 0rem !important;
  }
  .h1{
  font-size: 2.2rem!important;
  }
  .cover-container {
    max-width: 42em;
    max-height: 45em;
    margin-top: 5em !important;
  }
  .sidebar-body {
    align-items: center;
    padding: 1px 1px 1px;
  }
  .altura {
    margin-top: 0rem!important;
  }
  .contaabajo {
    text-align: center;
    display: block !important;
}

.altura3 {
    margin-top: 0rem!important;
}

 }
 .contador {
  color: #ffffffb5;
 
 }
 .altura {
  margin-top: 3rem;
 
 }

.altura3 {
  margin-top: 9rem;
 
 }
 .btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 1.0;
    --bs-btn-close-hover-opacity: 1.0; 
    --bs-btn-close-focus-opacity: 1; 
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
   
    
    color: var(--bs-btn-close-color);
    background: white var(--bs-btn-close-bg) center / 1em auto no-repeat;
    
    opacity: var(--bs-btn-close-opacity);
}
.m-3 {
    margin: 0.7rem !important;
}

.lead {
    font-size: 1.2rem!important;
    font-weight: 300;
}

.contaabajo{
    text-align: center;
    display: flex;
    }

    .alto4{
      height: 95vh!important;
      display: flex!important;
    }


    /*Portrait*/
@media only screen and (min-width: 576px) {

 

   .cerati {
      background-image: url("../img/bg1.jpg");
      background-color: #0e184a;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
   }

   .cerati2 {
      background-image: url("../img/bg2.jpg");
      background-color: #0e184a;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
   }

   .cerati3 {
      background-image: url("../img/bg3.jpg");
      background-color: #0e184a;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
   }
}
.regresamos{
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    text-shadow: -4px 1px 2px #00000080, 0 0 1em #9623ab, -5px 3px 0.2em #2c2c8b;
    }

    .graciastotales{
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    }