/* Estilos Generales */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
body {
  background-color:#FAFAFA;
  overflow-x: hidden;
}  
h1,h2,h3,h4,h5,h6{
  font-weight:lighter;
}
.border-radius-full{
  border-radius:1000px !important;
}
.all img{
  max-width:80%;
}
.logo-sm{
  max-width:150px !important;
}
.btn{
  border-radius:12px;
}
.btn-block{
  min-width:320px;
  max-width:80%;
}
.btn-block img{
  max-height:30px;
  float:left;
}
.btn-white, .btn-white:hover, .btn-white:active{
  color:#ffffff;
  background-color:transparent;
  border-color:#ffffff;
}
.opacity-02{
  opacity:0.2;
}
.inline-block{
  display:inline-block;
}

/* Registro */
.all-registro{
  background-image:url('../img/guitarrista.png');
  background-size:cover;
  background-position:center;
  height:100vh;
  opacity: 0.9;

}
.all-registro img{
  max-width:80%;
}

/* Preguntas */
.all-pregunta .accordion-item{
  border:0px;
}
.all-pregunta .accordion-button{
  text-decoration:none;
}
.all-pregunta .accordion-button:hover{
  color:inherit;
  background:transparent;
}
.all-pregunta .accordion-button:not(.collapsed){
  color:inherit;
  background:transparent;
}
.all-pregunta #texto1{
  color: #E74C3C;
}
.all-pregunta #texto2{
  color: #E74C3C;
}

/* Vista previa perfil */
.all-vpperfil .img-container{
  display:inline-block;
  background-color:#f3f3f3;
  background-size:cover;
  background-position:center;
  width:200px;
  height:200px;
  border-radius:100px;
  border: 12px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
}
.all-vpperfil #texto1{
  color: #E74C3C;
}
.all-vpperfil #texto2{
  color: #5787A4;
}

/* Notificaciones */
.all-notificaciones .img-container{
  display:inline-block;
  background-color:#f3f3f3;
  background-size:cover;
  background-position:center;
  width:70px;
  height:70px;
  border-radius:100px;
  border: 3px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
}
.all-notificaciones .notify, .dot-blue{
  background: rgb(64,197,213);
  background: linear-gradient(90deg, rgba(64,197,213,1) 0%, rgba(59,170,231,1) 100%);
  border-radius:15px;
  box-shadow:0px 0px 18px rgba(59,170,231,0.4);
}
.all-notificaciones .dot-blue{
  width:10px;
  height:10px;
}
.all-notificaciones #btn1{
  Background-color: #FF0642;
  color: white;
}

/* Carga dinero */
.all-cargad .img-container{
  display:inline-block;
  background-color:#f3f3f3;
  background-size:cover;
  background-position:center;
  width:90px;
  height:90px;
  border-radius:100px;
  border: 3px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
}
.all-cargad .notify{
  background: rgb(64,197,213);
  background: linear-gradient(90deg, rgba(64,197,213,1) 0%, rgba(59,170,231,1) 100%);
  border-radius:15px;
  box-shadow:0px 0px 18px rgba(59,170,231,0.4);
}
.all-cargad #texto1{
  color: #5787A4;
}
.all-cargad #textoAgregar{
  color: #2395FF;
}

/* Mensajes */
.mensajes .img-container{
  display:inline-block;
  background-color:#f3f3f3;
  background-size:cover;
  background-position:center;
  width:50px;
  height:50px;
  border-radius:100px;
  border: 3px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
}
.mensajes #texto1{
  color: #5787A4;
}
.mensajes #textoNotificaciones{
  background-color: #E74C3C;
}

/* Movimientos */
.all-movimientos .accordion-button{
  text-decoration:none;
}
.all-movimientos .accordion-button:hover{
  color:inherit;
  background:transparent;
}
.all-movimientos .accordion-button:not(.collapsed){
  color:inherit;
  background:transparent;
}
.all-movimientos #texto1{
  color: #5787A4;
}
.all-movimientos #btn1{  
  width: 100%;      
  border-radius:100px;
  background-color: #E74C3C;
  color: white;      
} 

/* Saldo actual */
.all-saldo .tarjeta{
  width:320px;
  height:250px;
  display:inline-block;
  background-image:url('../img/tarjeta_fondo.png');
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
}
.all-saldo #texto1{
  color: #5787A4;
}
.all-saldo #link{
  color: #5787A4;
}
.all-saldo #pagoPositivo{
  color: #E74C3C;
}

/* Modificar perfil */
.all-modperfil .contenedor_portada{
  width:100%;
  height:197px;
  background-size:cover;
  background-position:center; 
}
.all-modperfil .img-container{
  display:inline-block;
  background-size:cover;
  background-position:center;
  width:200px;
  height:200px;
  border-radius:100px;
  box-sizing:border-box;
}
.all-modperfil .user_ph{
  background-color:#EDEDED;
  display:inline-block;
  height: 0;
  padding-bottom: 33%;
  width: 33%;
  margin:0.15%;
}
.all-modperfil .form-control {
  display:block;
  border-radius: 4px;
  border: 0;
  background-color: #eee;                    
}
.all-modperfil #text1{
  color: #5787A4; 
}

/* Login */


.form-control {
  width: 100%;
  border-radius: 4px;
  border: 0;
  background-color: #eee;
}

input[type=number] {
  width: 100%;
  border-radius: 4px;
  border: 0;
  background-color: #eee;
}


.all-login #btn1{  
  width:95%;   
  margin-left: 10px; 
  background-color: #3A6182;
  color:white;
  position:relative;
  
}
.all-login #btn2{   
  width:95%; 
  margin-left: 10px;   
  background-color: #FF0642;
  color:white;
  position:relative;
  
}

.all-login #btn3{   
  width:95%; 
  margin-left: 10px;   
  background-color: #000000;
  color:white;
  position:relative;
  
}
.all-login #btnIcon1 {
    max-width: 24px;
    height: 24px;
    margin-right: 10px;
}
.all-login #btnIcon2 {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: -40px;
}
.all-login #titulo{
  color: #5787A4;
}
.all-login #inputText{
  color: #5787A4;      
}
.all-login #opcionContrasena1{
  position:absolute;
  color: #5787A4;
}
.all-login #opcionContrasena2{
  position:relative;
  color: #E74C3C;
}

/* Detalle */
.all-detalle .contenedor_portada{
    max-width:100%;
    height:60%;
  
}
.all-detalle .img-container{
  display:inline-block;
  background-size:cover;
  background-position:center;
  width:200px;
  height:200px;
  border-radius:100px;
  box-sizing:border-box;
}
.all-detalle .row{
  margin-left: 30px;
}      
.all-detalle #tableContainer{
  width: 80%;
}
.all-detalle #iconBtn1{
  width: 35px;
  height: 35px;
}
.all-detalle #iconBtn2{
  margin-left: 10px;
  width: 35px;
  height: 35px;
}
.all-detalle #iconBtn3{
  margin-left: 10px;
  width: 35px;
  height: 35px;
}
.all-detalle #iconBtn4{
  margin-left: 30px;
  width: 20px;
  height: 20px;
}

/* Perfil 1 */
.all-perfil1 .contenedor_portada{
  width:100%;
  height:197px;
  background-size:cover;
  background-position:center;
}
.all-perfil1 .img-container{
  display:inline-block;
  background-color:#f3f3f3;
  background-size:cover;
  background-position:center;
  width:200px;
  height:200px;
  border-radius:100px;
  box-sizing: border-box;
}
.all-perfil1 .user_ph{
  background-color:#EDEDED;
  display: inline-block;
  height: 0;
  padding-bottom: 33%;
  width: 33%;
  margin:0.15%;
}
.all-perfil1 .cantidad{
  color: #E74C3C;
}
.all-perfil1 #text1{
  color: #5787A4;
}
.all-perfil1 .text2{
  color: #5787A4;
}

/* Perfil 2 */
.all-perfil2 .contenedor_portada{
  width:100%;
  height:400px;
  background-size: cover;
  object-fit: cover;
  display: flex;
}
.all-perfil2 .img-container{
  display:inline-block;
  background-color:#f3f3f3;
  background-size:cover;
  background-position:center;
  width:130px;
  height:130px;
  border-radius:100px;
  box-sizing: border-box;
}
.all-perfil2 .user_ph{
  background-color:#EDEDED;
  display: inline-block;
  height: 0;
  padding-bottom: 33%;
  width: 33%;
  margin:0.15%;
}
.all-perfil2 .num{
  color: #E74C3C;
}
.all-perfil2 .text1{
  color: #5787A4;
}
.all-perfil2 #text1{
  color: #5787A4;
}

  .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed #212529;
    border-radius: 3px;
    transition: 0.2s;
    &.is-active {
      background-color: rgba(255, 255, 255, 0.05);
    }
  }

  .fake-btn {
    flex-shrink: 0;
    background-color: #FF0642;
    /*border: 1px solid #4e4ac8;*/
    color: #fff;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }

  .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    &:focus {
      outline: none;
    }
  }


.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
    padding-bottom: 3rem;
}

.gallery-item {
    position: relative;
    flex: 1 0 22rem;
    margin: 1rem;
    color: #fff;
    cursor: pointer; 
    height: 400px;
}

.gallery-item:hover .gallery-item-info,
.gallery-item:focus .gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-item-info {
    display: none;
}

.gallery-item-info li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
}

.gallery-item-likes {
    margin-right: 2.2rem;
}

.gallery-item-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
    transform: rotateY(180deg);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Loader */

.loader {
    width: 5rem;
    height: 5rem;
    border: 0.6rem solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    animation: loader 500ms linear infinite;
}

/* Spinner Animation */

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

@supports (display: grid) {
   
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
        grid-gap: 2rem;
    }

    .gallery-item,
    .gallery {
        width: auto;
        margin: 0;
    }
}

 dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20000;
  margin: 0;
  min-height: 100vh;

}
x {
  --dpad: 0.85%;
  display: flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  background: rgba(52, 59, 64, 0.77);
  border-radius: 5000px;
  position: absolute;
  transition-duration: 0.2s;
  z-index: 20498349844;
  cursor: pointer;
}
x {
  left: var(--dpad);
  top: var(--dpad);
}
x:hover {
  background: rgba(72, 79, 83, 0.77);
}
x svg {
  height: 1.5em;
  fill: #ffffff6b;
  pointer-events: none;
}

.img-container{

  border: 4px solid #f8f9fa;
}

.pagination {
     justify-content: center;
}

.alert {
  background-color: #29d2e4;
  border: 1px solid #29d2e4;
  color: #fff;
  padding: 15px 20px;
}
.alert .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert .close-icon:before, .alert .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert .close-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert .close-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert.alert-custom {
  background-color: #66615b;
  border: 1px solid #66615b;
}
.alert.alert-custom .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert.alert-custom .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert.alert-custom .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert.alert-custom .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert.alert-custom .close-icon:before, .alert.alert-custom .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert.alert-custom .close-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert.alert-custom .close-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert.alert-info {
  background-color: #29d2e4;
  border: 1px solid #29d2e4;
}
.alert.alert-info .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert.alert-info .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert.alert-info .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert.alert-info .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert.alert-info .close-icon:before, .alert.alert-info .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert.alert-info .close-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert.alert-info .close-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert.alert-success {
  background-color: #8bc34a;
  border: 1px solid #8bc34a;
}
.alert.alert-success .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert.alert-success .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert.alert-success .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert.alert-success .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert.alert-success .close-icon:before, .alert.alert-success .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert.alert-success .close-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert.alert-success .close-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert.alert-warning {
  background-color: #f87d09;
  border: 1px solid #f87d09;
}
.alert.alert-warning .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert.alert-warning .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert.alert-warning .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert.alert-warning .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert.alert-warning .close-icon:before, .alert.alert-warning .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert.alert-warning .close-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert.alert-warning .close-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert.alert-danger {
  background-color: #e91e63;
  border: 1px solid #e91e63;
}
.alert.alert-danger .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert.alert-danger .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert.alert-danger .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert.alert-danger .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert.alert-danger .close-icon:before, .alert.alert-danger .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert.alert-danger .close-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert.alert-danger .close-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.card-img, .card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
#sticky-sidebar {
position:fixed;
border: 0px;  
background: none;
}
.middlearea {
  height: 200px !important;
}
.postuserfont {
  font-size: 15px;
  color: black;
}
.card-header {
  background-color: white;
  padding: 18px;
}
.card-footer {
  background-color: white;
}
.storyphoto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgb(238, 39, 82);
  margin-right: 7px;
}
.storytext {
  font-size: 12px;
  color: black;
}
.rightpanel {
  border: 0;
  background-color: #FAFAFA;
}
.rightpanellinks {
  text-decoration: none;
  color: lightgrey;
}
.rightpanellinks:hover {
  text-decoration: none;
  color: lightgrey;
}
.base{
  position: relative;
  z-index: 50;
  height: 500px;
  width: 100%;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0.85;
}
.content{
  margin-top: -500px;  
  z-index: 51;
}
.post-image-card{
    object-fit: contain; /* Cover  means that the img will fill the box and preserve its aspect ratio  */
    object-position:center; /* Position of the image in it's parent */
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2;
}
.summary p.collapse:not(.show) {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}
.summary a.collapsed:after  {
    content: '+ mas';
}
.summary a:not(.collapsed):after {
    content: '- menos';
}

.post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 293px));
  justify-content: center;
  grid-gap: 28px;
  margin-bottom: 20px;
}
.post {
  cursor: pointer;
  position: relative;
  display: block;
}
.post-image {
  margin: 0;
}
.post-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  vertical-align: top;
}
.post-overlay {
  background: rgba(0,0,0, .4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.post:hover .post-overlay{
      display: flex;
}

.post-like,
.post-comments {
  width: 80px;
  margin: 5px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .post-list {
    grid-gap: 3px;
  }
  .post-image img {
    height: 200px;
    object-fit: cover;
    vertical-align: top;
  }
} 


@media only screen and (max-device-width: 767px) {

    .all-perfil2 .contenedor_portada{
      width:100%;
      height:140px;
      background-position: center center;
      background-size: cover;
    }

    .all-perfil2 .img-container{
      width:150px;
      height:150px;
    }
}
@media only screen and (max-width: 767px) {

    .all-perfil2 .contenedor_portada{
      width:100%;
      height:140px;
    }

    .all-perfil2 .img-container{
      width:140px;
      height:140px;
    }
}