.overlay::after{
    /* background-color: tran; */
    height: 200vh;
}
.card {
    color:white;
    background-color: rgba(0,0,0,.8);
    margin-top: 10px;
}
.card:hover{
    box-shadow: 0px 0px 10px 1px #737299;
}

.music-player-container{
    /* background-image: url('../../images/img-project/Fondo 2.png'); */
    background-size: cover;
    background: linear-gradient(30deg, rgba(0,0,0,0.65), rgba(0,0,0,0.85));
    backdrop-filter: blur(10px);
    height: fit-content;
    /* width: 35vw; */
    border-radius: 10px;
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.35);
}

.title-music-container{
    width: 80%;
    height: 80%;
    width: fit-content;
    color: white;
    margin-right: auto;
    margin-left: 10%;
}

.song-title{
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.song-author{
    margin-top: 0.1rem;
    font-size: 12px;
    color: rgb(167, 167, 167);
    letter-spacing: 0.1px;
}

.controls-music-container{
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-song-container{
    margin-top: 0.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-bar{
    height: 3px;
    border-radius: 3px;
    width: 100%;
    background-color: rgb(102, 102, 102);
    position: relative;
}

.progress{
    position: absolute;
    height: 100%;
    width: 0%;
    border-radius: 3px;
    background-color: white;
}

.time-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(167, 167, 167);
    font-size: 12px;
}

.time-left{
    margin-top: 0.3rem;
}

.main-song-controls{
    height: 30px;
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon{
    height: 100%;
    width: auto;
    opacity: 0.6;
    cursor: pointer;
    border-color: transparent;
}

.icon:hover{
    opacity: 1;
}

audio{
    display: none;
}

/* html, body {
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;

}
.slides, .dg {
  display: none;
} */

@media (min-width: 1000px) {
  body {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAgCAMAAAAmC6asAAAAMFBMVEX19vf19vft7u/19vfp6uv19vfx8vP19vf19vf19vf19vfm5+j19vcAAAD19vfl5udu+MchAAAADnRSTlOIVcIz10StZneZEewiAMEzGswAAAF/SURBVHja7ZXZbsQwCEXjneXa/P/fFntm0uRpVGkaqVX8YAW4cMCxkq1ftW7STbpJP1sJb0lFPkJiekuq4TMkfkti+gxpe0uivRmB9LQOlHraNixnYErPONAfcYZntYfv9aDtJTmUO5OCeukGR5paqZtbGaSVzYWIlZ9DI6vVpC6shJw5TzdlZk47qZpldAkteBVToxNJrLGqoil6MPE9A1bSNorUXPYWvbLUjbg37lwRNPYW6x6eJK4ilB2hVmChJw2nWx4He3Map1exMVFvQyMVN78rlexbY7Gk0tWUm7gsHUnikQ6dwzLRLM/tRKIlGMMFoijmpthqBocLFTLWO41GnhrFXZIGTiTz5pIyA9G4uqSeSV3W4bSsqvycg0x9RTpcKHaHHybNOZBXfPa41jNjLCeqjRopzgI4kXYcsDqVZWJaZwVWHpYBTOuoACCvEpjTC3DFd6/oVV9YmPw+CWsb+H1SxVWkkgkoV5B6ijasXnMjBPIf/u436e+TvgDCaqPX6lO5yQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    
    }
    body .dg {
    display: block;
    }
}

/* // dribbble - twitter */
.dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
.dribbble img {
  display: block;
  height: 28px;
}
.twitter {
  position: fixed;
  display: block;
  right: 64px;
  bottom: 14px;
}
.twitter svg {
  width: 32px;
  height: 32px;
  fill: #1da1f2;
}


.closeBg{
    background-color: transparent;
    color: white;
	cursor: pointer;
	font-size: 20px;
}

.bgNoBorder{
    /* .modal-header{
        border-bottom : none;
    }
    .modal-footer{
        border-top : none;
    } */
}

.bgTransparentModal{
    background-color: transparent;

    /* .modal-header{
        .closeBg{
            display: none;
        }
    }
    .modal-dialog{
        .bgNoBorder{
            height: 100%;
            width: 100%;
        }
    } */
}

.bgDarkModal{
    background-color: black;
    color: white;
}

.bgDarkImportant{
    background-color: black !important;
}

.ModalBlue{
    background-image: url('../../images/img-project/FondoAzul.png');
    text-align: justify;
    background-size: cover;
    font-family: sans-serif;
    box-shadow: 0px 0px 30px transparent, 0px 0px 60px #2f2bd6;
}

.ModalRed{
    background-image: url('../../images/img-project/FondoRojo.png');
    text-align: justify;
    background-size: cover;
    font-family: sans-serif;
    box-shadow: 0px 0px 30px transparent, 0px 0px 60px #d82b2b;
}

.ModalGray{
    background-image: url('../../images/img-project/Fondo 2.png');
    text-align: justify;
    background-size: cover;
    font-family: sans-serif;
    box-shadow: 0px 0px 30px transparent, 0px 0px 60px #ada3a3;
}

.ModalVirtual {
    background: transparent;
    /* border: 2px solid #2f2bd6; */
    box-shadow: 2px 2px 15px #000000 inset;
    text-align: center;
    color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pacifico';
    transition: all 0.3s;
}

.modal-body > h4 {
    font-size: 1.2rem !important;
}

.imgPuntos{
    cursor:pointer;
    position: absolute;
    z-index: 999;
    background-size: cover;
    width: 35px;
    height: 35px;
}

.imgPuntoPodcast{
    background-image: url('../../images/img-project/PuntoRojo.gif');
    top: 75%;
    left: 14.5%;
}

.imgPuntoMicroPodcast{
    background-image: url('../../images/img-project/PuntoAzul.gif');
    top: 27%;
    left: 38%;
}

.imgPuntoEntrevistas{
    background-image: url('../../images/img-project/PuntoVerde.gif');
    bottom: 25%;
    right: 22%;
}

.imgPuntoEstrella{
    background-image: url('../../images/img-project/Estrella2.gif');
    top: 6%;
    left: 64%;
}