/* INICIO */
  body {    
    background-image:url(/img/cuadrito.png);
    background-color:white;
    background-repeat: repeat;
    background-attachment: fixed;
    
    color:#aaa;
    font-family:ms gothic;
    
    max-width: 50rem;
    text-align:center;
    
    top:3vh;
    left: 0;
    right:0;
    margin:0 auto;
    position: absolute;    
    }
    
/* ENLACES */
  a:link, a:visited{
    color: #aaa;
    text-decoration:none;
    background-color: transparent;
    }
    
  a:hover, a:active, a:focus{
    color: yellowgreen;
    background-color: transparent;
    }

/* BANNER IMAGEN Y CONTENT */
   .card{
    border:none;
    width: auto;
    
    padding: 1em;
    text-align:justify;
    
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    }

/* X BOTOM */
  span {
    color:LightGray;
    margin:6px;
    }
  
  span:hover {
    color: #e64553;
    background-color: transparent;
    }

/* ICONOS PFP */
  button{
    border: none;
    cursor: pointer;
    color:white;
    
    padding:100px 60px;
    
    background-color: transparent;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    
    border-radius:10px;
    margin:5px;
    transition: 0.5s;
    }
        
  button:hover{
    transform:scale(1.1);
    }
    
/* WOMP WOMP WOMP  */

/* MODAL  */
    
  .modal-header {
    padding: 5px 20px;
    color: DimGray;
    background-color:transparent;
    }
  
  .modal-body {
    padding: 2px 16px;
    }
  
  .modal-footer {
    padding: 2px 16px;
    background-color:transparent;
    }
  
  .modal-content {
    top:10%;
    left: 0;
    right:0;
    position: absolute;
    
    margin: 0 auto;
    margin-top:-3%;
    
    max-width: 47rem;
    max-height: 100%;
    
    animation-name: animate;
    animation-duration: 0.4s;
  
  
    padding: 10px;

    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }
  
  @keyframes animate {
    from {top: 12%; opacity: 0}
    to {top: 10%; opacity: 1}
    }
    
/* MODAL CONTENT (TAB)  */
    
    ul {
      list-style: none;
    }

    h2 {
      margin-bottom: 0.3rem;
    }

    p {
      font-weight: 400;
    }

    .tabs-header {
      display: flex;
      justify-content: center;
      gap: 3rem;
      background: #333;
      color: #fff;
      padding: 1rem 3rem;
    }

    .tabs-header li {
      cursor: pointer;
      font-weight: 400;
    }

    .tabs-content {
      padding: 20px;
      border: 1px solid #333;
      font-weight: bold;
      background: #f4f4f4;
    }

    .tab {
      display: flex;
      flex-direction: column;
    }

    .active {
      color: orange;
      font-weight: 800;
    }
/* MODAL CONTENT (TAB)  */
    
/* SWITCHE INI */
  .btn {
    border: 1px solid #f0eff2;
    display: inline-block;
    padding: 5px;
    position: relative;
    text-align: center;
    -webkit-transition: background 600ms ease, color 600ms ease;
    transition: background 600ms ease, color 600ms ease;
    }
  
  input[type="radio"].toggle {
    display: none;
    }
  input[type="radio"].toggle + label {
    cursor: pointer;
    min-width: 80px;
    height: 18px;
    }
  input[type="radio"].toggle + label:hover {
    background: #f0eff2;
    color: #7866D3;
    
    background-color:red;
    
    }
  input[type="radio"].toggle + label:after {
    background: #2D297A;
    
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
    border-radius: 50px;
    }
  input[type="radio"].toggle.toggle-left + label {
    background:#f0eff2;
    border-right: 0;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 3;
    }
  input[type="radio"].toggle.toggle-left + label:after {
    left: 100%;
    }
  input[type="radio"].toggle.toggle-right + label {
    margin-left: -5px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #f0eff2;
    
    }
  input[type="radio"].toggle.toggle-right + label:after {
    left: -100%;
    }
  input[type="radio"].toggle:checked + label {
    cursor: default;
    color: #f0eff2;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    }
  input[type="radio"].toggle:checked + label:after {
    left: 0;
    }
    
  .realm {
    position: absolute;
    top: -3px;
    right: auto;
    z-index: 3;
    }
    
  .lucid {
    position: absolute;
    top: -3px;
    left: 2rem;
    z-index: 3;
    }

/* SWITCHE END */


/* << GALLERY INI >> */


/* LYTEBOX INI */

/* GALLERY 1 END */

/* GALLERY 2 INI */

/* GALLERY 2 INI */