html,body {
    overflow-x:hidden;
}
body.modal-open {
    height: 100vh;
    overflow-y: hidden!important;
}
.logo {
    max-width: 230px;
    margin: 0 auto;
}

#section1 {
    min-height:auto
}
.bg-offwhite {
    background: #f6f6f6;
}

#cabecera .h1 {
    font-size: 3.5rem;
    letter-spacing: 3px;
    word-wrap: break-word;
}
.titular {
    font-size: 3rem;
    word-break: break-word;
}

#contador {
    min-height:0;
}
#contador .card:hover {
    cursor:pointer;
    transform:translateY(-3px);
    transition:400ms ease-in-out;
    box-shadow:-5px 5px 10px var(--bs-RojoLight);
}
p {
    font-size: 18px;
    font-weight: 100;
}

#section2 {
    position:relative;
    background: url(../img/decor/01_Master_source.png) center center /contain no-repeat;
    /* background: url(../img/decor/gaming-girl-bg.jpg) center center / cover no-repeat; */
}
#section2:before {
    content: '';
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index:0
}
.red {
    color: var(--bs-RojoLight);
}

.light {
    color: var(--bs-light); 
}

.btn-primary {
    font-weight: 700;
}

#form input, #textarea  {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid var(--bs-light);
}

#form input:not([type=checkbox]):focus, #textarea:focus  {
    /*background:rgba(255,255,255,.1)!important;*/
}

#form input[type=checkbox] {
    width:20px;
    height:20px;
    border:1px solid #ccc;
}

ul.social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* flex-direction: column; */
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /* top: 30px; */
    right: 30px;
    z-index: 99999;
}
ul.social li {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    /* border: 2px solid #282828; */
    border-bottom: none;
    text-align: center;
    font-size: 1.5em;
}

ul.social li a {
    color: hsla(0,0%,100%,.75);
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}
ul.social, ul.social * {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#cuentaatras .card {
    background:rgba(255,255,255,.8);
    box-shadow:2px 2px 10px #111;
}

#cuentaatras .inverse .card {
    background:rgba(0,0,0,.6);
    color:white!important;
    border:1px solid white;
}

ul.social {
    flex-flow:row;
}

.gradient-nav {
    background: linear-gradient(to bottom right, var(--bs-RojoLight),var(--bs-AzulLight));
}

.bg-gradient-dark {
    background: linear-gradient(#000 0%, transparent 80%);
}

#input1::after {
    content: '';
    font-size: 20px;
    position: absolute;
    top: 0.81em;
    left: 0.6em;
    z-index: 4;
    background: url(../img/decor/ninja-emoji.png) center center / contain no-repeat;
    width: 25px;
    height: 25px;
}

.dropdown-toggle::after{
    color: white !important;
}

@media (max-width:1800px) {
    #cabecera {
        min-height:70vh;
    }
}

@media (min-width:1400px) {
    #cuentaatras {
        zoom: 1.5;
    }
}

@media (max-width:1400px) {
    #cabecera {
        background: url(../img/decor/Ninjas.png) center bottom / contain no-repeat;
        min-height:50vh;
    }
    #cabecera .h1 {
        font-size: 5vh;
    }
    #section2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo {
        margin:0;
    }
}

@media (max-width:768px) {
    #cabecera { 
        background: url(../img/decor/Ninjas.png) 80% bottom / contain no-repeat;
        min-height: 50vh;
    }
    #section2 {
        min-height:100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-position: center bottom;
    }
    #section2 p {
        padding: 0.45em;
    }
    #contador {
        min-height:auto;
    }
    ul.social{
        right:0;
    }
    ul.social li {
        width: 1.5em;
        height: 1.5em;
        font-size: 1.4em;
        line-height: 0;
    }
}
@media (max-width:500px) {
    #cabecera { 
        background: url(../img/decor/Ninjas.png) 80% bottom / cover no-repeat;
    }
    .logo {
        max-width:200px;
        margin:0;
    }
    #section2 {
        min-height:100vw;
    }
    ul.social {
        right: 0;
        flex-flow: column;
        position: absolute;
        top: 0;
        background: #333;
    }
    ul.social li {
        display:flex;
        align-items:center;
        justify-content: center;
        width:40px!important;
        height:40px!important;
        font-size:1.2em;
    }

    .titular{
        font-size:2.3rem
    }
}
 

/* .social-icon.steam {
    position:relative;
    margin-bottom:-15px;
  }
  .social-icon.steam input {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 0;
    opacity:0;
    position: absolute;
    color: transparent;
    z-index: 111;
    border-radius: 50%;
    left: 0;
    top: 0;
}
  .social-icon.steam:before {
    content: '\f1b6';
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
    display:flex;
    position:absolute;
    top:18px;
    left:9px;
    align-items: center;
    justify-content: center;
  } */

  .social-buttons {
      padding:1em 0;
  }