/* REDES SOCIALES */
/* From Uiverse.io by Praashoo7 */ 
.main_back {
    position: absolute;
    border-radius: 10px;
    transform: rotate(0);
    width: 100%;
    height: 50px;
    background: linear-gradient(193deg, #22cfff 0%, #7f68ef 100%);
    z-index: -2;
    box-shadow: inset 0px 0px 180px 5px rgba(0,0,0,.7);
    opacity: 0;
  }
  
  .main {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    align-items: center;
    justify-content: center;
    z-index: 0;
    height: 50px;
  }
  .fa-secondary {
        opacity: .2;
        fill: #000000;
    }
    path.fa-primary {
        fill: #000000;
    }
  .card-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    background: lightgrey;
    transition: 0.4s ease-in-out, 0.2s background-color ease-in-out,
      0.2s background-image ease-in-out;
    background: rgba(40, 39, 39, 00);
    backdrop-filter: blur(5px);
    border: 1px solid transparent;
    -webkit-backdrop-filter: blur(5px);
  }
  
  .card-social .instagram {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: #cc39a4;
  }
  
  .card-social:nth-child(2) {
    border-radius: 0px;
  }
  
  .card-social:nth-child(2) .twitter {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: #03a9f4;
  }
  
  .card-social:nth-child(3) {
    border-top-right-radius: 0;
    border-top-left-radius: 0px;
  }
  
  .card-social:nth-child(3) .dribble {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: #25d366;
  }
  
  .card-social:nth-child(4) {
    border-radius: 0px;
  }
  
  .card-social:nth-child(4) .codepen {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: #0866ff;
  }
  
  .card-social:nth-child(5) {
    border-radius: 0px;
  }
  
  .card-social:nth-child(5) .uiverse {
    position: absolute;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  
  .card-social:nth-child(6) {
    border-radius: 0px;
  }
  
  .card-social:nth-child(6) .discord {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: #8c9eff;
  }
  
  .card-social:nth-child(7) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0px;
  }
  
  .card-social:nth-child(7) .github {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: black;
  }
  
  .card-social:nth-child(8) {
    border-radius: 0px;
  }
  
  .card-social:nth-child(8) .telegram {
    opacity: 0;
    transition: 0.2s ease-in-out;
    fill: #29b6f6;
  }
  
  .card-social:nth-child(9) {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
  }
  
  .card-social:nth-child(9) .reddit {
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  
  .main:hover {
    width: max-content;
    cursor: pointer;
  }
  
  .main:hover .main_back {
    opacity: 0;
  }
  .card-social a {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
  .main:hover .card-social {
    margin: 0 0.2em;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
  }
  
  .card-social i
  {
    font-size:1.3rem
  }
  .main:hover .card-social:nth-child(5) {
    border: transparent;
  }
  
  .main:hover .text {
    opacity: 0;
    z-index: -3;
    width: 50px;
  }
  
  .main:hover .instagram {
    opacity: 1;
  }
  
  .main:hover .twitter {
    opacity: 1;
  }
  
  .main:hover .dribble {
    opacity: 1;
  }
  
  .main:hover .codepen {
    opacity: 1;
  }
  
  .main:hover .uiverse {
    opacity: 1;
  }
  
  .main:hover .discord {
    opacity: 1;
  }
  
  .main:hover .github {
    opacity: 1;
  }
  
  .main:hover .telegram {
    opacity: 1;
  }
  
  .main:hover .reddit {
    opacity: 1;
  }
  
  .card-social:nth-child(1):hover {
    background-color: #cc39a4;
  }
  
  .card-social:nth-child(1):hover .instagram {
    fill: white;
  }
  
  .card-social:nth-child(2):hover {
    background-color: #03a9f4;
  }
  
  .card-social:nth-child(2):hover .twitter {
    fill: white;
  }
  
  .card-social:nth-child(3):hover {
    background-color: #25d366;
  }
  
  .card-social:nth-child(3):hover .dribble {
    fill: white;
  }
  
  .card-social:nth-child(4):hover {
    background-color: #1e1f26;
  }
  
  .card-social:nth-child(4):hover .codepen {
    fill: white;
  }
  
  .card-social:nth-child(5):hover {
    animation: backgroundIMG 0.1s;
    animation-fill-mode: forwards;
  }
  
  .card-social:nth-child(5):hover .uiverse #paint0_linear_501_142 stop {
    stop-color: white;
  }
  
  .card-social:nth-child(5):hover .uiverse #paint1_linear_501_142 stop {
    stop-color: white;
  }
  
  .card-social:nth-child(5):hover .uiverse #paint2_linear_501_142 stop {
    stop-color: white;
  }
  
  @keyframes backgroundIMG {
    100% {
      background-image: linear-gradient(#bf66ff, #6248ff, #00ddeb);
    }
  }
  
  .card-social:nth-child(6):hover {
    background-color: #8c9eff;
  }
  
  .card-social:nth-child(6):hover .discord {
    fill: white;
  }
  
  .card-social:nth-child(7):hover {
    background-color: #0866ff;
  }
  
  .card-social:nth-child(7):hover .github {
    fill: white;
  }
  
  .card-social:nth-child(8):hover {
    background-color: #29b6f6;
  }
  
  .card-social:nth-child(8):hover .telegram > path:nth-of-type(1) {
    fill: white;
  }
  
  .card-social:nth-child(8):hover .telegram > path:nth-of-type(2) {
    fill: #29b6f6;
  }
  
  .card-social:nth-child(8):hover .telegram > path:nth-of-type(3) {
    fill: #29b6f6;
  }
  
  .card-social:nth-child(9):hover {
    background-color: #0a66c2;
  }
  
  .card-social:nth-child(9) .reddit > g circle {
    fill: #0a66c2;
  }
  
  .card-social:nth-child(9) .reddit > g path {
    fill: white;
  }
  
  .text {
    position: absolute;
    font-size: 0.7em;
    transition: 0.4s ease-in-out, width 0.2s linear;
    color: black;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.33em;
    z-index: 3;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(203deg, #ff5b8c 0%, #5241a9 100%);
    padding: 0 0.5rem;
    border-radius: 10px;
  }
  .main .text svg {
    width: 100%;
    height: auto;
    position: relative;
}
/* REDES SOCIALES */

.b-radius-10
{
    border-radius: 10px;
    overflow: hidden;
}