/*-- Las fuentes deben ser aptas para uso comercial --*/

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@600&display=swap"); /*-- IBM Plex Sans --*/
@import url("https://fonts.cdnfonts.com/css/the-bold-font"); /*-- The Bold Font --*/
@import url('https://fonts.cdnfonts.com/css/louis-george-cafe?styles=21448'); /*-- Louis George Café --*/
@import url('https://fonts.cdnfonts.com/css/louis-george-cafe?styles=21447');
@import url('https://fonts.cdnfonts.com/css/moon-get'); /*-- MOON GET! --*/
@import url('https://fonts.cdnfonts.com/css/bebas-neue?styles=17620'); /*-- Bebas Neue --*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap'); /*-- Roboto Slab --*/

@import url('https://fonts.cdnfonts.com/css/coolvetica?styles=15261'); /*-- Coolvetica --*/

@import url('https://fonts.cdnfonts.com/css/roboto?styles=14394,14402,14400,14401,14395,14393,14399,14398,14396,14397,14403,14404'); /*-- Roboto --*/

@import url('https://fonts.cdnfonts.com/css/built-titling?styles=45026'); /*-- Built Titling --*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/* incluir las variables flask en el archivo css */


img.emoji {
    width: 1em;
    pointer-events: none; 
}

html, body {
  word-break: break-word;
  padding: 0px;
  font-family: "Louis George Café", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(135deg, #3b1400 0%, #ff8624 100%);
  background-attachment: fixed;
  scroll-behavior: smooth;
  transition: all 0.3s ease-in-out;
}
#myInput {
  width: 0px;
}
.button-primary {
  background-color: #422a00;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-right: 10px;
  font-size: 16px;
  
  cursor: pointer;
  border-radius: 8px;
  font-family: "Louis George Café", sans-serif;
  transition: all 0.2s ease-in-out;
  &:hover {
    background-color: #ffa200;
    color: #422a00;
    transform: scale(1.1);
  }
}

.button-secondary {
  background-color: rgba(238, 238, 238, 0.0);
  border: 1px solid #422a00;
  color: #422a00;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  
  cursor: pointer;
  border-radius: 8px;
  font-family: "Louis George Café", sans-serif;
  transition: all 0.2s ease-in-out;
  &:hover {
    background-color: #422a00;
    color: #fff;
    transform: scale(1.1);
  }
}

.imagemodal {
  width: 50px; height: 50px; cursor: pointer; float: right; margin: 1px; background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */ border: solid 1px #7f3204; padding: 5px; border-radius: 50%; position: fixed; z-index: 22; box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#swalfire-button {
  border: solid 1px #422a00;
  color: #422a00;
  transition: all 0.3s ease-in-out;
}

#swalfire-button:hover {
  background-color: #422a00;
  color: #fff;
}

#swalfire-button-fill {
  background-color: #422a00;
  color: #fff;
}

#swalfire-button-app {
  display: none;
}

.options-header {
  align-items: center;
  float: right;
  margin: 5px;
  font-size: 50px;
  cursor: pointer;
  color: #422a00;
  display: none;
  &:hover {
    color: #7f3204;
  }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 25; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#home-button {
   position: fixed;
   top: 10px;
   left: 10px;
   background-color: rgba(0, 0, 0, 0.5);
   color: #fff;
   padding: 10px 20px;
   border: none;
   border-radius: 50px;
   font-size: 20px;
   transition: all 0.3s ease-in-out;
   z-index: 999;
   &:hover {
     background-color: rgba(0, 0, 0, 0.8);
   }
 }

main {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px;
}

stripe-pricing-table {
  margin-bottom: 20px;
  border-radius: 40px;
}

.membership {
  border: 1px solid #ffe7bd;
  padding: 20px;
  margin-bottom: 20px;
}

.settings-interface {
  display: flex;
}

/*responsive design */
@media screen and (max-width: 1200px) {
  .column-settings {
    flex-direction: column;
  }
  .edit-text {
    margin: auto;
    width: 90%;
  }
}

.principal-settings {
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  padding: 20px;
  margin: 20px;
  border: 0px solid #7f3204;
  width: 70%;
  height: 80%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.card-preview {
  background: linear-gradient(to left bottom, #aa896e, #83450c);
  padding: 20px;
  width: 200px;
  margin: auto;

  height: 200px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

@media screen and (max-width: 800px) {
  .options-settings {
    display: none;
  }
  .settings-interface {
    display: flex;
    margin-left: 2px;
    margin-right: 2px;
    width: 95%;
  }
  .principal-settings {
    width: 95%;
    margin: 0px;
    height: 90%;
  }
  .button-primary {
    position: fixed;
    z-index: 15;
    bottom: 0px;
    right: 0px;
    margin: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .button-secondary {
    position: fixed;
    background-color: #f9ab53;
    z-index: 15;
    bottom: 0px;
    left: 0px;
    margin: auto;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .g-recaptcha {
    width: 90%;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    transform:scale(0.80);
    -webkit-transform:scale(0.80);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .card-preview {
    width: 90%;
    height: 200px;
    margin: auto;
  }
}

.banner-cut {
  font-family: "Louis George Café", sans-serif;
  font-size: 15px;
  color: #fff;
  border: solid 0px #FFF;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  padding: 12px;
  background-color: #513400;
  transition: all 0.2s ease-in-out;
  margin-bottom: 12px;
  &:hover {
    background-color: #422a00;
  }
}
.avatar-cut {
  font-family: "Louis George Café", sans-serif;
  font-size: 15px;
  border: solid 0px #FFF;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 12px;
  background-color: #513400;
  transition: all 0.2s ease-in-out;
  margin-bottom: 12px;
  &:hover {
    background-color: #422a00;
  }
}

.options-settings {
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
    backdrop-filter: blur(10px); /* Efecto borroso */
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 0px solid #7f3204;
  width: 20%;
  height: 80%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  margin: 20px;
}

.button-settings {
  padding: 10px;
  margin: 5px;
  border: 0px solid #7f3204;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  width: 90%;
  border-radius: 20px;
  transition: all .2s ease-in-out;
  &:hover {
    background: rgb(127, 50, 4, 0.3);
    cursor: pointer; 
    .button-settings-link {
      color: #fff;
    }
  }
  .button-settings-link {
    font-family: sans-serif;
    color: #7f3204;
    text-decoration: none;
    font-weight: bold;
    transition: all .2s ease-in-out;
  }
  
}

.button-settings-active {
  background: #7f3204;
  padding: 10px;
  margin: auto;
  margin-bottom: 15px;
  border: 1px solid #7f3204;
  width: 93%;
  border-radius: 50px;
  cursor: pointer;
  .button-settings-link {
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
}

.button-settings-logout {
  background: #b42727;
  padding: 10px;
  margin: auto;
  margin-bottom: 15px;
  border: 0px solid #420000;
  width: 93%;
  border-radius: 50px;
  cursor: pointer;
  .button-settings-link {
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
}

.photo-avatar-settings {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: rgb(127, 50, 4, 0.3) 0px 0px 0px 3px;
  margin: auto;
  object-fit: cover;
  transition: all .2s ease-in-out;
  &:hover {
    filter: brightness(50%);
  }
}

.link {
  color: #bd6e00;
  text-decoration: none;
  transition: all .2s ease-in-out;
  &:hover {
    color: #ff9500;
  }
}

.column-settings {
  display: inline-flex;
  width: 100%;
  margin: auto;
}
textarea {
  resize: none;
  width: 90%;
  margin: auto;
  border: 1px solid #7f3204;
  border-radius: 10px;
  padding: 15px;
  font-family: "Roboto", sans-serif;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #7f3204;
    margin-bottom: 10px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #7f3204;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.progress {
   width: 211.2px;
   height: 38.7px;
   border-radius: 35.2px;
   color: #ffffff;
   border: 3.5px solid;
   position: relative;
}

.progress::before {
   content: "";
   position: absolute;
   margin: 3.5px;
   inset: 0 100% 0 0;
   border-radius: inherit;
   background: currentColor;
   animation: progress-pf82op 2.4s infinite;
}

@keyframes progress-pf82op {
   100% {
      inset: 0;
   }
}


.edit-avatar {
  display: grid;
  margin: 20px;
}

.dots {
   width: 88px;
   height: 42.2px;
   background: radial-gradient(circle closest-side,#ffffff 90%,#0000) 0%   50%,
          radial-gradient(circle closest-side,#ffffff 90%,#0000) 50%  50%,
          radial-gradient(circle closest-side,#ffffff 90%,#0000) 100% 50%;
   background-size: calc(100%/3) 21.1px;
   background-repeat: no-repeat;
   animation: dots 1.2s infinite linear;
}

@keyframes dots {
   20% {
      background-position: 0%   0%, 50%  50%,100%  50%;
   }

   40% {
      background-position: 0% 100%, 50%   0%,100%  50%;
   }

   60% {
      background-position: 0%  50%, 50% 100%,100%   0%;
   }

   80% {
      background-position: 0%  50%, 50%  50%,100% 100%;
   }
}

.effect-1 {border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #4caf50; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

:focus{outline: none;}

/* necessary to give position: relative to parent. */
input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

:focus{outline: none;}

.name-settings {
  font-family: sans-serif;
  color: #7f3204;
  text-align: center;
  font-weight: bold;
}

.edit-text {
  font-family: "The Bold Font";
  color: #7f3204;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.title-settings-text {
  color: #7f3204;
}

hr {
  border-color: #7f3204;
  margin: auto;
}

.bio-settings {
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}





/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* Chat containers */
  .chat-interface {
    display: flex;
    width: 100%;
    height: 95vh;
  }
  .first-cape {
    overflow-y: scroll !important;
    height: 550px;
    padding: 20px;
    /*gradient*/
    background: linear-gradient(to bottom right, #f9ab53, #ffe7bd); 
    border-radius: 10px;
    max-height: 540px;
    width: 20%;
    max-width: 20%;
  }
  

  .third-cape {
    overflow-y: scroll !important;
    height: 540px;
    padding: 20px;
    /*gradient*/
    background: linear-gradient(to bottom right, #f9ab53, #ffe7bd); 
    border-radius: 10px;
    max-height: 550px;
    width: 20%;
    max-width: 20%;
  }

  
  .name-and-badges {
    display: flex;
    align-items: center;
  }

  .new-message {
    align-items: center;
    display: flex;
  }

  .userAttributes {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }

  .badge-role {
    display: flex;
    align-items: center;
  }

  .role-in-chat {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #422a00;
    border-radius: 50px;
    padding: 3px 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
  }





  /* Style time text */
  .time-right {
    float: right;
    color: #aaa;
    margin-right: 20px;
  }

  /* Style time text */
  .time-left {
    float: left;
    color: #999;
  }
  .username {
    text-shadow: 1px 1px 3px #422a00;
    color: #f1f1f1;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    margin-top: 20px;
  }  
  .id-name {
    color: #dc8f09;
    font-size: 18px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

 
  .titleCape {
    font-family: "The Bold Font";
    font-size: 30px;
    margin: 0px;
  }

  .user-in-chat {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    cursor: pointer;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    &:hover {
      background-color: #ffdb9e;
    }
  }

  .chat-in-chat {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    cursor: pointer;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    &:hover {
      background-color: #ffdb9e;
    }
  }

  .avatar-in-chat {
    float: left;
    object-fit: cover;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    border: 2px solid #704700;
  }

  .icon-in-chat {
    float: left;
    object-fit: cover;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 20px;
  }

  .avatar-popup {
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #704700;
  }

  .infouser-in-chat {
    display: block;
  }

  .username-in-chat {
    text-shadow: 1px 0px 2px rgba(0,0,0,0.6);
    color: #704700;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
  }
  .id-name-in-chat {
    color: #9d6400;
    font-size: 15px;
    margin: 0px;
  }

  .nickname {
    color: #704700;
    font-family: 'Roboto';
    margin-bottom: 0;
  }
  .idnick {
    color: #9d6400;
    margin-top: 0;
  }




 /* .new-message */
  .new-message {
    opacity: 0;
    animation: reveal 0.3s forwards var(--d);
  }
  @keyframes reveal {
    from {
      transform: translateY(20px);
    }
    to {
      transform: none;
      opacity: 1;
    }
  }

  .btn-profile {
    border: solid 2px #704700;
    color: #704700;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    &:hover {
      background-color: #704700;
      color: #fff;
    }
  }

  @media screen and (max-width: 700px) {
    .popupNormal {
      width: 100%;
    }
    .chat-interface {
      display: block;
      width: 100%;
      height: 95vh;
      margin: 0;
    }
    .container {
      width: auto;

    }
    .first-cape {
      display: none;
    }
    .second-cape {
      width: 98%;
      max-width: 100%;
      margin: 0;
      height: 100vh;
      max-height: 100vh;
    }
    .third-cape {
      display: none;
    }
  }


.loading-index {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #3b1400 0%, #ff8624 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
}
.loading-index.show {
  opacity: 1;
  visibility: visible;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #3b1400 0%, #ff8624 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}
.loading.show {
    opacity: 1;
    visibility: visible;
}
/* .loading .spin {
    border: 3px solid rgb(224, 166, 66, 0.2);
    border-top-color: #753900;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
} */

.label-sidebar {
  display: flex;
  align-items: center;
  width: 70px;
  height: 30px;
  background-color: #422a00;
  color: #ffdb9e;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-left: 0px !important;
  font-size: 30px;
  text-align: left;
  transition: all 0.3s ease;
  position: fixed;
  top: 50%;
  right: -50px;
  z-index: 999;
}

.label-sidebar i {
  margin-right: 10px;
  margin-left: 10px;
}

.loading-image {
   height: 200px;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
   animation: reveal 0.6s forwards 0.3s;
}

.loading .spin {
    border: 3px solid rgb(255, 255, 255, 0.2);
    border-top-color: #422a00;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    animation: spin 1s linear infinite;
}

.loading-index .spin {
  border: 3px solid rgb(255, 255, 255, 0.2);
  border-top-color: #422a00;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}

@keyframes reveal {
  from {
    transform: translateY(50px);
  }
  to {
    transform: none;
    opacity: 1;
  }
}


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.swal2-shown::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Color del overlay y opacidad */
    z-index: 9997; /* Asegúrate de que el overlay esté en la parte superior */
}
.swal2-container {
  z-index: 9998;
}
body.swal2-shown > [aria-hidden='true'] {
    
    transition: 0.5s filter ease-in-out;

}

.ads-space {
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  display: none;
  h5 {
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
  }
  a {
    text-align: left;
  }
}

.container-8e3c81d160af57418f4376f43a281b2e__title {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .ad-hiddable {
    display: none;
  }
}

.dropdown-menu {
  size: 200px 400px;
  display: none;
  background: #ffdb9e;
  border-radius: 10px;
  left: 30%; 
  bottom: 30%; 
  z-index: 50;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-family: "Louis George Café";
  text-decoration: none;
  font-size: 15px;
  opacity: 0;
}

/*responsive design*/
@media only screen and (max-width: 700px) {
  .dropdown-menu {
    left: 13%; 
    bottom: -15%;
  }
}

@keyframes reveal {
  from {
    transform: translateY(20px);
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes revealMenu {
  from {
    transform: translateY(20px);
  }
  to {
    transform: none;
    opacity: .8;
  }
}

@keyframes hide {
  from {
    transform: none;
    opacity: 1;
  }
  to {
    transform: translateY(20px);
    opacity: 0;
    display: none;
  }
}

@keyframes hideMenu {
  from {
    transform: none;
    opacity: .8;
  }
  to {
    transform: translateY(20px);
    opacity: 0;
    display: none;
  }
}



.dropdown-menu li a {
  color: #422a00;
  text-decoration: none;
  padding: 10px;
  margin: 15px;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Louis George Café";
  &:hover {
    color: #ffdb9e;
  }
}

.dropdown-menu li {
  text-align: center;
  list-style: none;
  color: #291a00;
  padding: 10px;
  margin: 5px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  &:hover {
    background: #dc8f09;
    color: #ffdb9e;
  }
}
#dropdown .dropdown-item-active {
  padding: 10px;
  width: 90%;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
  background-color: #422a00;
  color: #ffdb9e !important;
}
header {
  z-index: 15;
  float: center;
  border-radius: 100px;
  width: 95%;
  position: relative;
  padding: 0px;
}

header a.active {
background-color: #7f3204;
color: /*text-active*/ white;
}
.mainProfile {
  display: flex;
}
.profile-card {
    position: absolute;
    z-index: 20;
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */
    border-radius: 50px;
    width: 30%;
    padding: 30px;
    margin-top: 50px;
    margin-left: 100px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#popover-koffee {
  z-index: 20;
  background: #f9ce71;
  border-radius: 10px;
  border: solid 2px #704700;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  color: #704700 !important;
}
.bordsolid {
  border: solid 2px #704700;
}
.textsolid {
  color: #704700;
}
.relative {
    position: relative;
}
.status-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px; /* Ajusta el tamaño del círculo */
    height: 12px;
    background-color: #00FF00; /* Color verde para indicar conectado */
    border: 2px solid white; /* Borde para diferenciarlo del avatar */
    border-radius: 50%; /* Convertirlo en un círculo */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}
.new-post, .pfloating {
  z-index: 100 !important;
}
.col-news {
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  width: 16%;
  margin-right: 15px;
  margin-left: 15px;
}

#navbar-top {
  background-color: rgba(0, 0, 0, 0.7);
}

#coffee-wrap {
    width: 800px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mug,
.machine,
.floor {
    position: absolute;
}

.mug {
    width: 72px;
    height: 77px;
    bottom: 6px;
    z-index: 4;
}

.mug1 {
    opacity: 1;
    right: 100px;
    animation: new-mug 3.5s ease infinite;
}

.mug2 {
    opacity: 1;
    right: 220px;
    animation: jump-to-machine 3.5s linear infinite;
}

.mug3 {
    right: 377px;
    bottom: 46px;
    animation: filled-out 3.5s ease infinite;
}

.mug4{
    right: 540px;
    animation: go-out 3.5s ease infinite;
}

.svg-mug {
    width: 100%;
    height: 100%;
}

.mug .cream {
    animation: mug-fill-cream 3.5s ease infinite;
}

.mug .coffee {
    animation: mug-fill-coffee 3.5s ease infinite;
}

.machine {
    width: 173px;
    height: 285px;
    bottom: 6px;
    left: 300px;
    z-index: 2;
    transform: scale(1);
    transform-origin: bottom center;
    animation: machine-coffee 3.5s ease infinite;
}

#hot-coffee-wrap {
    position: absolute;
    bottom: 56px;
    right: 408px;
    height: 100px;
    width: 20px;
    overflow: hidden;
    z-index: 2;
    animation: hot-coffee-wrap 3.5s ease infinite;
}

.last-drop {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 8px;
    border-radius: 50%;
    background: #AB4D37;
    animation: last-drop 3.5s ease infinite;
}

#hot-coffee-down {
    transform: translateY(0);
    animation: hot-coffee-down 3.5s ease infinite;
}

.olhos {
    animation: olhos 3.5s ease infinite;
}

#boca-encher {
    animation: boca-encher 3.5s ease infinite;
}

#boca-sopro {
    opacity: 0;
    animation: boca-sopro 3.5s ease infinite;
}

#boca-pronto {
    opacity: 0;
    animation: boca-pronto 3.5s ease infinite;
}

.svg-machine {
    width: 100%;
    height: 100%;
}

.stars {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 20%;
    background: #F9D67D;
    opacity: 0;
    bottom: 0;
    left: 0;
}

.star1 {
    opacity: 0;
    transform: translate(500px, -120px) scale(0.2);
    animation: star1 3.5s ease infinite;
}

.star2 {
    opacity: 0;
    transform: translate(280px, -170px) scale(0.2);
    animation: star2 3.5s ease infinite;
}

.star3 {
    opacity: 0;
    transform: translate(500px, -250px) scale(0.2);
    animation: star3 3.5s ease infinite;
}



/* Floor */
.floor {
    width: 538px;
    height: 10px;
    bottom: 6px;
    left: 120px;
    z-index: 0;
}

.svg-floor {
    width: 100%;
    height: 100%;
}

/* MUG 1 */

@keyframes new-mug {
    0% {
        opacity: 1;
        right: 220px;
    }

    21.25% {
        opacity: 1;
        right: 220px;
    }
    21.30% {
        opacity: 0;
        right: 100px;
    }
    31.25% {
        opacity: 0;
        right: 100px;
    }

    34% {
        opacity: 1;
    }

    37.5% {
        right: 220px;
    }
    100% {
        opacity: 1;
        right: 220px;
    }

}


/* MUG 2 */

@keyframes jump-to-machine {

    0% {
        opacity: 0;
    }

    21.2% {
        opacity: 0;
    }

    21.25% {
        opacity: 1;
        bottom: 6px;
        right: 220px;
    }

    39.95% {
        opacity: 1;
        bottom: 46px;
        right: 377px;
    }
    40% {
        opacity: 0;
        bottom: 6px;
        right: 220px;
    }

}

/* MUG 3 */

@keyframes mug-fill-coffee {
    0% {
        y: 30;
        height: 47px;
        opacity: 1;
    }

    30% {
        y: 30;
        height: 47px;
        opacity: 1;
    }
    30.1% {
        opacity: 0;
        y: 70;
        height: 0px;
    }
    40.9% {
        opacity: 0;
    }
    41% {
        opacity: 1;
        y: 70;
        height: 0px;
    }

    80% {
        y: 30;
        height: 47px;
        opacity: 1;
    }

    100% {
        y: 30;
        height: 47px;
        opacity: 1;
    }
}

@keyframes mug-fill-cream {
    0% {
        y: 20;
        height: 10px;
        opacity: 1;
    }

    30% {
        y: 20;
        height: 10px;
        opacity: 1;
    }
    30.1% {
        y: 70;
        height: 0px;
        opacity: 1;
    }
    41% {
        y: 70;
        height: 0px;
        opacity: 1;
    }

    80% {
        y: 20;
        height: 10px;
        opacity: 1;
    }

    100% {
        y: 20;
        height: 10px;
        opacity: 1;
    }


}

@keyframes filled-out {
    0% {
        opacity: 1;
    }
    10% {
        bottom: 46px;
        right: 377px;
        opacity: 1;
    }
    30% {
        bottom: 6px;
        right: 540px;
        opacity: 1;
    }
    30.1% {
        opacity: 0;
    }
    39.9% {
        opacity: 0;
        bottom: 46px;
        right: 377px;
    }
    40% { opacity: 1; }
    100% { opacity: 1; }

}


/* MUG 4 */

@keyframes go-out {
    0% {
        opacity: 1;
    }
    7% {
        bottom: 6px;
        right: 540px;
        opacity: 1;
    }
    13% {
        bottom: 6px;
        right: 620px;
        opacity: 0;
    }
    30%  { opacity: 0; right: 540px; }
    30.1%  { opacity: 1 }
    100% { opacity: 1}
}

/* Coffee */


@keyframes hot-coffee-wrap {
    0% {


    }
    39% {

    }
    40% {
        height: 105px;
    }

    70% {
        height: 84px;

    }

    71% {


    }
}

@keyframes hot-coffee-down {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    39% {
         opacity: 0;
    }
    40% {
        opacity: 1;
        transform: translateY(0);
    }

    70% {
         opacity: 1;
        transform: translateY(600px);
    }

    71% {
        opacity: 0;
        transform: translateY(0);
    }
}

@keyframes last-drop {
    0% {
        opacity: 0;
    }

    64% {
        opacity: 0;
        transform: translateY(0);
    }

    66% {
        opacity: 1;
    }

    71% {
        opacity: 1;
        transform: translateY(-40px);
    }

    76% {
        opacity: 1;
        transform: translateY(0px);
    }

    77% {
        opacity: 0;
    }
    100% {
       opacity: 0;
    }

}



/* Machine */

@keyframes machine-coffee {
    0% {

    }

    25% {
        /*width: 165px;
        height: 300px;
        margin-left: 0;*/
        transform: scale(0.95, 1.07);
    }

    40% {
       /*width: 165px;
        height: 300px;
        margin-left: 0;*/
        transform: scale(0.95, 1.07);
    }


    75% {
        /*width: 183px;
        height: 265px;*/
        transform: scale(1.05, 0.92);
    }

    100% {

    }
}

@keyframes olhos {
    3.75% {
        /* cy: 78.666; */
        opacity: 1;
    }
    3.80% { opacity: 0; }
    6% { opacity: 0; }
    6.1% { opacity: 1; }

    10% {
        /*cy: 74.666;*/
    }

    25% {

    }

    40% {
        /*cy: 74.666;*/
    }
    71% {
        /*cy: 83.666;*/
    }

    89% {
        /*opacity: 1;*/
    }
    90% {
        /*opacity: 0;*/
    }

    93% {
        /*opacity: 0;*/
    }
    94% {
        /*opacity: 1;*/
    }

    100% {

    }
}

@keyframes boca-encher {
    0% {
        opacity: 1;
        r: 2.666;
    }

    30% {
        r: 14;
        opacity: 1;
    }

    38% {
        r: 14;
        opacity: 1;
    }
    39% {
        opacity: 0;
    }

    25% {

    }

    40% {

    }


    75% {

    }

    100% {
         opacity: 0;
    }
}

@keyframes boca-sopro {
    0% {
        opacity: 0;
    }

    38% {
        opacity: 0;
    }
    39% {
        opacity: 1;
        transform: translateY(0);
    }

    74% {
        opacity: 1;
        transform: translateY(12px);
    }
    75% {
        opacity: 0;
    }
}

@keyframes boca-pronto {
    0% { opacity: 0; }
    74% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes star1 {
    0% { opacity: 0; }
    28% { opacity: 0; }
    30% {
        opacity: 1;
        transform: translate(500px, -120px) scale(0.2) rotate(-45deg);
    }
    40% {
        opacity: 1;
        transform: translate(500px, -120px) scale(1) rotate(-45deg);
    }
    50% {
        transform: translate(500px, -120px) scale(0.2) rotate(-45deg); 
        opacity: 1;
    }
    51% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes star2 {
    0% { opacity: 0; }
    43% { opacity: 0; }
    45% {
        opacity: 1;
        transform: translate(280px, -170px) scale(0.2) rotate(-45deg);
    }
    55% {
        opacity: 1;
        transform: translate(280px, -170px) scale(1) rotate(-45deg);
    }
    65% {
        transform: translate(280px, -170px) scale(0.2) rotate(-45deg);
        opacity: 1;
    }
    66% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes star3 {
    0% { opacity: 0; }
    53% { opacity: 0; }
    55% {
        opacity: 1;
        transform: translate(500px, -210px) scale(0.2) rotate(-45deg);
    } 
    65% {
        opacity: 1;
        transform: translate(500px, -210px) scale(1) rotate(-45deg);
    }
    75% {
        transform: translate(500px, -210px) scale(0.2) rotate(-45deg);
        opacity: 1;
    }
    76% { opacity: 0; }
    100% { opacity: 0; }
}

@media screen and (max-width: 800px) {
  .col-news {
    display: grid;
    width: 95%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .organize {
    display: flex !important;
  }
}
.organize {
  display: grid;
}
.col-news .featured {
  margin: 15px;
}
.featured img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.button-news {
  background-color: #422a00;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 20px 4px;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  &:hover {
    background-color: #7f3204;
  }
}

.featured p {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 600;
  color: #422a00;
  text-align: left;
  padding: 0px;
}

.featured p a {
  color: #bd6e00;
  text-decoration: none;
}

.card-avatar {
  display: block;
}

.card-avatar .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  object-fit: cover;
  cursor: pointer;
}

.profile-card .nickname {
  font-family: "Roboto Black", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #704700;
  margin-bottom: 2px;
}
.profile-card .idnick {
  font-size: 15px;
  margin-top: 2px;
  color: #9d6400;
}

.profile-card .bio {
  font-size: 15px;
  color: #2f1112;
}

.connections {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.connections a {
  font-family: "Roboto Black", sans-serif;
  text-decoration: none;
  color: #704700;
}

.connections p {
  font-family: "Louis George Café";
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2px;
  color: #704700;
}


.banner-profile {
  width: 100%;
}

.banner {
  border-radius: 0px 0px 40px 40px !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 300px !important;
  margin: 0px !important;
}



.edit-profile-btn {
  color: #ffffff;
  text-align: center;
  z-index: 25;
  cursor: pointer;
  align-items: center;
  display: flex;
  left: 90%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  border-radius: 50%;
  top: 220px;
  transition: .3s;
  width: 60px;
  height: 60px;
  &:hover {
    background-color: rgba(0, 0, 0, .6);
  }
}

/*responsive design */
@media only screen and (max-width: 900px) {
  .edit-profile-btn {
     left: 80%;
  }
}

.btn-follow {
  background-color: #513400;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 250px;
  border: none;
  color: #ffffff;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  &:hover {
    /*brightness*/
    filter: brightness(90%);
  }
}

@media only screen and (max-width: 829px) {
  .btn-follow {
    top: 10px;
    right: 10px;
    left: auto;
  }
}

#button-more-profile {
  background-color: #513400;
  color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  &:hover {
    /*brightness*/
    filter: brightness(90%);
  }
}

#dropdownMoreInfo {
  background-color: #513400;
  color: #ffffff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3);
}

#button-on-dropdown {
  transition: all 0.3s ease;
  &:hover {
    /*brightness*/
    background: #704700;
    color: #ffdb9e !important;
  }
}


.posts-space {
/*  background: linear-gradient(to left bottom, #ffecd1, #ffc23d);
  border-radius: 50px;
  width: 30%;
  padding: 30px;*/
}

.feed {
  display: inline-block;
  background-color: rgb(36, 17, 0, .2);
  border-radius: 50px;
  width: 95%;
  padding: 20px;
}
.attributes {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.attributes img {
  width: 50px;
  height: 50px;
  margin-right: 50px;
}
.containerPost {
  display: inline-block;
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */
  border-radius: 20px;
  width: 42%;
  padding: 25px;
  box-shadow: 0px 0px 10px #422a00;
  float: left;
  margin: 20px;
}

.containerPost .title-and-user-and-date {
  display: flex;
}

.the-badge span {
  z-index: 20;
}

.the-nick {
  font-family: "Coolvetica", sans-serif;
  font-style: italic;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 1px;
  color: #422a00;
}

.the-id {
  font-family: "Louis George Café", sans-serif;
  font-style: italic;
  font-size: 20px;
  margin-top: 2px;
  color: #704700;
}

.the-badge {
  font-family: "The Bold Font", sans-serif;
  font-size: 15px;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  background: #8a2200;
  border-radius: 50px;
  color: white;
  padding: 6px;
  cursor:pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 9px;
  padding-left: 12px;
  transition: all ease 0.5s;
  &:hover {
    box-shadow: 0.5rem 0.5rem #a08346, -0.5rem -0.5rem #ffffff;
  }
}





.the-badge .text-badge {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.the-badge .the-icon-badge {
  padding: 5px;
  padding-left: 12px;
}

.the-id a {
  color: #704700;
  text-decoration: none;
}

.the-date {
  margin-top: 0px;
  color: #9d6400;
}

.containerPost .title-and-user-and-date .the-text {
  display: grid;
  text-align: left;
  margin-left: 20px;
}

.containerPost .title-and-user-and-date .the-text .the-title {
  font-family: "Roboto Slab", sans-serif;
  font-style: normal;
  font-size: 2em;
  color: #704700;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.containerPost .title-and-user-and-date .user-link {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.containerPost .title-and-user-and-date .user-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid #fff;
  float: left;
  object-fit: cover;
}

.the-images {
  display: grid;
  width: 100%;
}
.containerPost .the-images .the-principal-draw {
  border-radius: 10px;
  border: 5px solid #704700;
  width: 90%;
}

.the-text-content {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #422a00;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 400px;
}

.show-more {
  font-family: "Roboto Black", sans-serif;
  font-style: italic;
  text-decoration: none;
  font-size: 15px;
  color: #bd6e00;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  &:hover {
    filter: brightness(40%);
    font-size: 17px;
  }
}


nav {
  float: none;
}


.hide{
  display: none;
}

.reveal{
  display: block;
}
.show {
  opacity: 1 !important;
}

.pfloating + #toShow {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
}

.pfloating:hover + #toShow, 
.pfloating + #toShow:hover {
  opacity: 1;
}



#menu {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  z-index: 15;
  left: 65%;
  position: fixed; 
  background-color: rgba(255, 219, 158, 0.8);
  border-radius: 30px;
  border: 1px solid rgba(127, 50, 4, 0.3);
  padding: 18px;
  transition: opacity 0.3s ease-in-out;
  top: 140px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px) saturate(70%) !important;
  backdrop-filter: blur(30px) saturate(70%) !important;
}

#menu ul {
 list-style:none;
 margin:5px;
 z-index: 15;
 padding:3px;
 display: none;
}

/* items del menu */

#menu ul li {
  background: #ffdb9e;
  background-color: #ffdb9e;
  border-radius: 50px;
  margin: 0;
  text-align: center;
  width: 98%;
  z-index: 15;
  transition: all .3s;
  &:hover { 
    background: #7f3204;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
a.creator {
  z-index: 10;
  background-color: #b3bfff;
  border-radius: 50px;
  z-index: 15;
  padding: 20px;
  transition: all .3s;
  &:hover {
    background: #1a0099;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
}
a.logout {
  background-color: #ffb3b3;
  border-radius: 50px;
  z-index: 15;
  padding: 20px;
  transition: all .3s;
  &:hover {
    background: #bd0000;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
}

/* enlaces del menu */

#menu ul a {
 display:block;
 color:#2f1112;
 text-decoration:none;
 font-weight:bold;
 font-size:18px;
  z-index: 15;
 padding:12px 12px;
 text-transform:uppercase;
  transition: all .5s;
  &:hover {
    color: #fff;
  }

}
#toShow {
  display: block;
  opacity: 1;
  z-index: 15;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3 ease-in-out;
}



/* items del menu */

#menu ul li {
 position:relative;
  z-index: 15;
 float:right;
 margin:0;
 padding:0;
}



/* efecto al pasar el ratón por los items del menu */



nav ul{
  list-style: none;
  overflow: hidden; 
  padding-left: 0;
}



.notification-item:hover {
  transform: brightness(150%);
}

.scroll {
  z-index: 10;
  align-items: center;
  margin-right: 12px;
  margin-left: 12px;
  position: fixed;
  display: flex;
}

.floatingProf {
  z-index: 10;
  align-items: center;
  margin-right: 12px;
  margin-left: 12px;
  position:fixed;
}

.floatingProf img{
  z-index: 10;
  position: fixed;
  height: 100px;
  width: 100px;
  left: 85%;
  border-radius: 50%;
  border: 5px solid rgba(66, 42, 0, .6);
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.3s ease-in-out;
  &:hover {
    filter: brightness(70%);
  }
}

.floatingProf .new-post {
  z-index: 10;
  position: fixed;
  left: 78%;
  height: 70px;
  width: 70px;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: 0px solid #0c0481;
  background: rgba(4, 4, 62, .8);
  background-color: rgba(4, 4, 62, .8);
  border-radius: 50px;
  padding: 0px;
  margin: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  font-size: 30px;
  transition: all .3s;
  display: flex;
  &:hover {
    color: #fff;
    background: rgba(4, 4, 62, .9);
  }
  &:before {
    width: 100%;
  }
}

.scroll #reload {
  padding: 1px 12px;
  z-index: 10;
}

.scroll a {
    z-index: 10;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    border: 0px solid #7f3204;
    background: rgba(66, 42, 0, .8);
    background-color: rgba(66, 42, 0, .8);
    border-radius: 50px;
    padding: 13px;
    margin-right: 0px;
    margin-left: 20px;
    margin-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-size: 20px;
    transition: all .3s;
    &:hover {
      background: rgba(66, 42, 0, .9);
    }
    &:before {
      width: 100%;
    }
  }




nav ul li {
  float: none;
  font-family: Arial, sans-serif;
  font-size: 15px;
}
header a {
    float: left;
    display: grid;
    color: #2f1112;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #7f3204;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 1;
    &:after {
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: $color;
      border-radius: 10rem;
      z-index: -2;
  }
    &:before {
        content: '';
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: darken($color, 15%);
        transition: all .3s;
        border-radius: 10rem;
        z-index: -1;
      }
      &:hover {
        color: #fff;
        background-color: #e3b15d;
        &:before {
          width: 100%;
        }
      }
}


.profile {
  float: right;
}
.square-pf {
  position: relative;
  width: 70px;
  height: 70px;
}

.square-preview {
  object-fit: cover;
  border: 2px solid #7f3204;
}


.container {
  margin-top: 100px;
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */
  border-radius: 10px;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 20px;
  margin-right: 20px;
}



footer ul li {
  padding-left: 20px;
}
.container h2 span {
  font-family: "The Bold Font";
  text-align: center;
  color: #9d6400;
  font-size: 4rem;
  margin-bottom: 10rem;
  transition: 0.6s ease;
  &:hover {
    font-size: 4.3rem; 
  }
}



.logopage p {
  position: relative;
  padding: 0px 0px;
}

.container h2 {
  font-family: "The Bold Font";
  text-align: center;
  color: #422a00;
  margin-bottom: 50px;
}

.box-login a {
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
  color: #422a00;
  text-decoration: none !important;
  font-size: 16px;
}

.box-login a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    color: #422a00;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #422a00, #422a00);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.box-login a:hover::before {
    transform: scaleX(1);
}

.box-login a:hover {
  color: #422a00;
}

.box-login[data-animation="bonus"] a:hover::before {
    transform-origin: left;
    color: #422a00;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}


#customBtn {
  display: inline-block;
  background: #4285f4;
  color: white;
  border-radius: 5px;
  white-space: nowrap;
  margin-bottom: 100px;
}
#customBtn:hover {
  cursor: pointer;
}

span.label {
  font-weight: bold;
}

span.icon {
  background: url('https://iili.io/JKBNbAQ.png') transparent 5px no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  width: 55px;
  height: 42px;
  border-right: #2265d4 2px solid;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}


.button {
  font-family: "The Bold Font";
  text-align: center;
  font-size: 30px;
  display: grid;
  margin: 0 auto;
  color: #ffdb9e;
  background: linear-gradient(to left bottom, #7f3204, #e3b15d);
  text-decoration: none;
  padding: 20px 50px;
  border-radius: 30px;
  justify-content: center;
  outline-offset: 70px;
  transition: all 600ms cubic-bezier(0.2, 0, 0, 0.8);
}

.button span {
  color: #ffdb9e;
  font-size: 20px;
}

.button:hover {
  color: #fff;
  outline-color: #fff;
  outline-offset: 300px;
}


ul {
  padding-left: 0;
}
/* Style the header with a grey background and some padding */
header {
  overflow: hidden;
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */
  padding: 0px 10px;
  border-radius: 50px;
  margin-bottom: 100px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

header #profPage img {
  object-fit: cover;
}


#profPage {
  /*no break text*/
  word-break: keep-all;
}

header .profile {
  padding: 2px;
  border-radius: 100px;
}
header #profPage {
  padding: 8px;
  border-radius: 50px;
  text-transform: none;
  margin-bottom: 0px;
  display: flex;
  font-family: "Roboto Black";
  text-align: left;
  align-items: center;
  background-color: #ffc23d;
  background: linear-gradient(to left bottom, #7f3204, #f9ce71); 
  font-size: 20px;
  transition: all .3s ease-in-out;
  &:hover {
    filter: brightness(70%);
  }
}

#disc-button {
  background-color: #7289da;
  color: #fff;
  display: flex;
  text-align: center;
  font-weight: bold;
  border: none;
  padding: 6px;
  border-radius: 3px;
  margin-bottom: 50px;
  cursor: pointer;
  align-items: center;
  transition: all .3s ease-in-out;
}

#icondisc {
  margin-left: 12px;
}

#discord-button p {
  margin: 0;
  margin-left: 12px;
}




#disc-button:hover {
  background-color: #5a6f8c;
}



/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
header a.logo {
  display: block;
  border-radius: 0px;
  align-items: center;
  float: left;
  background-image: url("https://iili.io/JBpU82s.md.png");
  background-size: cover;
  border: 0px solid #7f3204;
  transition: 0.6s ease;
  margin-bottom: 0px;
}

.logopage p {
  display: grid;
  font-family: "The Bold Font";
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
header a.logo img {
  opacity: 0;
  padding: 0px 0px;
}


header p {
  margin-left: 10px;
  margin-right: 10px;
}

.header ul {
  list-style: none;
  padding-left: 0;
}

header a.logo:hover {
  -webkit-transform: rotateZ(-2deg);
  -ms-transform: rotateZ(-2deg);
  transform: rotateZ(-2deg);
  transition: 0.4s ease;
  background-color: rgba(0, 0, 0, 0);
}

ul li {
  list-style: none;
}


/* Float the link section to the right */
header.header-right {
  float: right;
  display: flex;
}
header a.profile {
  float: right;
  border-radius: 50px;
}


.col-2 col-form-label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  transform: translateY(0rem);
}

.form-control {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 90%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}

.form-control:placeholder-shown + .col-2 col-form-label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
hr {
  color: #000;
}

footer .footer-page {
  font-family: "Louis George Café", 700;
  color: #fbcb79;
  background-color: rgb(181, 115, 0, 0.5);
  padding: 2rem 0;
  margin-top: 2rem;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 95%;
}

footer .footer-page .footer-container {
  display: flex;
  margin: auto;
}
footer .footer-page a {
  background-image: linear-gradient(
    to right,
    #bd6e00,
    #bd6e00 50%,
    #362217 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #bd6e00;
  font-weight: bold;
  letter-spacing: 0px;
}

footer .footer-page a:before {
  content: '';
  background: #bd6e00;
  display: block;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

footer .footer-page a:hover {
  background-position: 0;
}
footer .footer-page a:hover::before {
  width: 100%;
}

footer ul li {
  margin-bottom: 10px;
  z-index: 0;
}
sshshhs {
  color: #362217;
  color: #b88319;
  color: #bd5685;
}

footer span {
  font-family: "The Bold Font";
  font-size: 25px;
  color: #362217;
  margin-bottom: 20px;
}

footer ul {
  text-align: left;
  padding-left: 15px;
}

.footer-section {
  font-family: "Louis George Café", 700;
  color: #fbcb79;
  background-color: #e69d1e;
  padding: 20px;
  margin: 10px;
  margin-bottom: 2rem;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 85%;
}

.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.buttons {
  padding: 20px;
  display: flex;
}

.buttons .buttn {
  box-shadow: 2px 2px 14px rgba(0,0,0,.4);
  border-radius: 30px;
  padding: 12px;
  margin: 12px;
  display: grid;
  align-items:center;
  margin-bottom: 20px;
  width: 50%;
  transition: all .5s ease-in-out;
  &:hover {
   background: #e3b15d;
   transform: scale(1.1);
   box-shadow: 2px 2px 14px rgba(0,0,0,.4);
  }
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ad0000;
}
.popup .close:hover {
  color: #a35700;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popupNormal {
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  overflow-y: hidden !important;
  max-height: 100%;
  padding: 20px;
  /*gradient*/
  z-index: 99999999;
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  backdrop-filter: blur(10px); /* Efecto borroso */
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all .1s ease-in-out;
}

.popupNormal h2 {
  font-size: 2em;
  margin-top: 0;
  color: #704700;
  z-index: 99999999;
  font-family: "The Bold Font";
}
.popupNormal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #704700;
}
.popupNormal .close:hover {
  color: #dc8f09;  
}
.popupNormal .content {
  z-index: 99999999;
  overflow: auto;
}

.consent-checkbox {
  display: flex;
  align-items: center;
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 23;
top:0;
left: 0;
left: 0;
background-color: #b87400;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;

}


/* los links de navegacion */

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #ffdb9e;
display: block;
transition: 0.3s;


}

.sidenav a:hover {
  color: #f1f1f1;
  transform: scale(1.1);
}

/* posicion y estilo al boton de cierre */

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;

}


.column {
  display: flex;
  padding: 10px;
  background: rgba(255, 231, 189, 0.5);
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  transition: all .2s ease-in-out;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(to bottom, #ffe7bd, #f9ab53); 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc8f09; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #513400; 
}

.column-avatar {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 3px solid #513400 !important;
  margin: 10px !important;
  display: block !important;
  max-width: 100% !important; /* Asegura que no se expanda más allá del contenedor */
}

.column-text {
  display: block;
  width: auto !important;
}

.column-nick {
  font-size: 25px;
  font-weight: bold;
  color: #513400;
  font-family: "Roboto Black";
  margin: 0px;
}

.column-id {
  font-size: 15px;
  color: #513400;
  margin: 0px;
 
}

.column-bio {
  font-size: 15px;
  color: #422a00;
  margin: 0px;
  margin-top: 10px;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Animación de fade-in con desplazamiento a la izquierda */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animación de fade-in con desplazamiento a la derecha */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-left {
  animation: fadeInLeft 0.5s ease-in-out forwards;
}

.fade-right {
  animation: fadeInLeft 0.5s ease-in-out forwards;
}

.content-in-tab {
  display: flex;
  align-items: start;
  text-align: center;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.hide-scrollbar {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

#tabs-profile {
  border-bottom: solid 1px #ffe7bd;
}

.more-info {
  background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
  border-radius: 20px;
  display: block;
  width: 100%;
  padding: 10px;
  padding-top: 50px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-info .text-comms {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Roboto Black";
  margin: 0px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .2s ease-in-out;
  cursor: pointer;
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  &:hover {
    /*aumentar el brillo*/
    filter: brightness(120%);
  }
}

.bottom-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rounded-box {
  border-radius: 30px;
  padding: 12px;
  width: 40%;
  background: rgba(255, 231, 189, 0.5);
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all .2s ease-in-out;
  .number {
    margin: 0px;
  }
  .text-number {
    margin: 0px;
    margin-top: 10px;
  }
}


@media screen and (max-width: 700px) {
  .top-info {
    display: block;
  }
}
@media screen and (max-width: 829px) {
  .bottom-info {
    display: block;
    margin: auto;
  }
  .rounded-box {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* stilo del contenido de la pagina */

/*
#main {
  transition: margin-left .5s;
  padding: 20px;
}

*/
/* para pantallas mas pequñas cuando la altura es menos de 450px , cambiar el stilo de la barra lateral (menos el relleno y el tamaño de fuente mas pequeño) */
@media screen and (max-height:450px){
  .sidenav { padding-top: 15px; }
  .sidenav a {font-size: 18px;}
}

.innerPage h2 {
  text-align: center;
  font-family: "Louis George Café";
  color: #ffffff;
  padding: 20px;
  margin: 10px;
  font-weight: 400;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.innerPage img {
  border-radius:30px; 
  height: 150px; 
  margin: auto;
  transition: all 0.3s ease-in-out;
  &:hover {
    transform: scale(1.1);
  }
}
.innerPage {
  display: block;
}
@media screen and (max-width: 700px){

  .more-info {
    float: none;
  }
  
  .box{
    width: 70%;
  }
  .popup{
    width: 90%;
  }
}
/* Add media queries for responsiveness - when the screen is 700px wide or less */
@media screen and (max-width: 700px) {

  .floatingProf img {
    left: 70% !important;
    height: 70px !important;
    width: 70px !important;
  }
  
  .column {
    margin: 3px;
    margin-bottom: 10px;
  }
  .popupNormal {
    width: 90%;
    max-height: 100%;
    margin-top: 0px;
  }

  .buttons {
    display: block;
    width: 100%;
  }
  .buttons .buttn {
    width: 90%;
  }
  .modal-content {
    width: 100%;
  }
  
  .mainProfile {
    display: flex;
    width: 100%;
  }
  .profile-card {
    float: none;
    position: absolute;
    z-index: 20;
    background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
    backdrop-filter: blur(10px); /* Efecto borroso */
    border-radius: 50px;
    width: 73%;
    padding: 30px;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .card-avatar .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    object-fit: cover;
    cursor: pointer;
  }

  .profile-card .nickname {
    font-family: "Roboto Black", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 2px;
  }
  .profile-card .idnick {
    font-size: 15px;
    margin-top: 2px;
  }

  .connections {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .connections a {
    font-family: "Roboto Black", sans-serif;
    text-decoration: none;
  }

  .connections p {
    font-family: "Louis George Café";
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2px;
  }

  .banner-profile {
    width: 100%;
  }
  .banner {
    border-radius: 0px 0px 40px 40px;
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0) 0px -50px 36px -28px inset;
  }

  

  .edit-profile-btn {
    left: 70%;
    bottom: 80%;
  }

  
  
  .attributes img {
    width: 30px;
    height: 30px;
    margin-right: 50px;
  }
  .feed {
    width: 90%
  }
  .containerPost { /* listo */
    display: inline-block;
    background: rgba(255, 231, 189, 0.5); /* Blanco con 50% de opacidad */
    backdrop-filter: blur(10px); /* Efecto borroso */
    border-radius: 20px;
    width: 90%;
    right: 0%;
    left: 0%;
    padding: 25px;
    box-shadow: 0px 0px 10px #422a00;
    float: none;
    margin: 0px;
    margin-bottom: 20px;
  }

  .containerPost .title-and-user-and-date {
    display: flex;
  }

  .the-nick {
    font-family: "Coolvetica", sans-serif;
    font-style: italic;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 1px;
  }

  .the-id {
    font-family: "Louis George Café", sans-serif;
    font-style: italic;
    font-size: 15px;
    margin-top: 0px;
  }

  .the-nick .the-badge {
    font-family: "The Bold Font", sans-serif;
    font-size: 15px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    background: #8a2200;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: white;
    margin-left: 9px;
    padding: 5px;
  }

  header .profile {
    margin-bottom: 20px;
  }

  .the-nick .the-badge .the-icon-badge {
    padding: 0px;
    width: 16px;
    height: 16px;
    padding-left: 0px;
    margin: 0px;
  }
  .the-nick .the-badge p {
    display: none;
  }

  .the-id a {
    text-decoration: none;
  }

  .the-date {
    margin-top: 0px;
  }

  .containerPost .title-and-user-and-date .the-text {
    display: grid;
    text-align: left;
    margin-left: 10px;
  }

  .donate {
    margin-left: 20px;
  }

  .containerPost .title-and-user-and-date .the-text .the-title {
    font-family: "Roboto Black", sans-serif;
    font-style: normal;
    font-size: 25px;

    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .containerPost .title-and-user-and-date .user-link {
    border-radius: 50%;
    width: 75px;
    height: 75px;
  }
  .containerPost .title-and-user-and-date .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    object-fit: cover;
  }

  .the-images {
    display: inline-grid;
  }
  .containerPost .the-images .the-principal-draw {
    border-radius: 10px;
    width: 95%;
    float: left;
  }

  .the-text-content {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 290px;
  }
  

  .show-more {
    font-family: "Roboto Black", sans-serif;
    font-style: italic;
    text-decoration: none;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
    &:hover {
      font-size: 17px;
    }
  }
  
  #box-state {
    width: 83%;
  }

  .innerPage {
    display: block;
  }
  footer .footer-page .footer-container .footer-section {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  footer .footer-page .footer-container {
    display: inline-grid;
    text-align: center;
    width: 95%;
    margin: auto;
  }
  .container {
    margin-top: 100px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
    width: 95%;
  }
  
  #menu {
    padding-left: 0;
    padding-top: 0;
    display: block;
    left:38%;
    position: fixed;
    border-radius: 30px;
    padding: 18px;
    opacity: .5;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3 ease-in-out;
    top: 100px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  
  
  .box-login {
    float: none;
    display: block;
    text-align: center;
  }
  
  
  
  html, body {
    padding: 0;
  }
  
  .floatingProf .new-post {
    left: 70% !important;
    bottom: 5% !important;
  }
  
  .buttons .buttn {
    box-shadow: 2px 2px 14px rgba(0,0,0,.4);
    border-radius: 30px;
    padding: 12px;
    display: grid;
    align-items:center;
    margin-bottom: 20px;
    width: 80%;
    transition: all .5s ease-in-out;
    &:hover {
     transform: scale(1.1);
     box-shadow: 2px 2px 14px rgba(0,0,0,.4);
    }
  }
}
@media screen and (max-width: 990px) {
  .floatingProf .new-post {
    z-index: 10;
    position: fixed;
    left: 84%;
    bottom: 10%;
    width: 70px;
    height: 70px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 0px solid #060481;
    background: rgba(4, 4, 62, .8);
    background-color: rgba(4, 4, 62, .8);
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    align-items: center;
    transition: all .3s;
    display: flex;
    &:hover {
      background: rgba(10, 10, 150, .9);
    }
  }
  .floatingProf .new-post i {
    font-size: 3.5rem;
    margin: auto;
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
}
a {
  -webkit-tap-highlight-color: transparent; /* Para navegadores WebKit (Chrome, Safari, etc.) */
  tap-highlight-color: transparent; /* Para navegadores que no son WebKit */
  outline: none; /* Desactivar contorno por completo - ten en cuenta que esto también afectará a otros elementos enfocables */
}
.floatingProf .new-post i {
  font-size: 3.5rem;
  margin: auto;
  margin-right: 6px !important;
  margin-left: 6px !important;
}
/*responsive design for the header */
@media screen and (max-width: 1282px) {
  .floatingProf img{
    z-index: 10;
    position: fixed;
    height: 90px;
    width: 90px;
    left: 86%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  header a.logo {
    display: block;
    align-items: center;
    float: left;
    background-image: url("https://iili.io/JBpU82s.md.png");
    background-size: cover;
    transition: 0.6s ease;
    height: 50px;
    width: 120px;
  }
  .options-header {
    display: block;
  }
  header.header-right {
    float: none;
  }
  header a.logo {
    margin: 0;
  }
  header a {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    float: none;
    text-align: left;
    width: 78%;
  }
  .profile {
    float:none;
    display: none;
  }
}