
@media (max-width: 768px){
    .center2,.boton-aportes{
        width: 100%!important
    }
    .box-monto{
        width: 50%!important
    }
}

.flotante{
    position: fixed;
    bottom: 37px;
    right: 14px;
    z-index: 11;
    border-radius: 40px!important;
    padding: 10px 20px;
    color: white;
    background: #da8028;
}
.flotante:hover{
    color:white
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #da8028; 
    border-radius: 0px;
}

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

.home{
    overflow: hidden;
    max-height: 100vh;
    width: 100%
}
@media (max-width: 1208px){
    .smoke-video{
        width: auto!important
    }
}

.background-estadio{
    background-image: url('../bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.smoke-video{opacity: .6;width: 100%}
.layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.layer-container{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.layer-container img{
    max-width:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width: 768px){
    .layer-container{
        margin-top: 120px
    }
    .layer-container img{
        max-width: 230px
    }
}
@media (max-width: 321px){
    .layer-container{
        margin-top: 100px
    }
    .layer-container img{
        max-width: 200px
    }
    .login-button {
        margin-right: 5px!important
    }
    .btn{
        padding: .625rem .9rem!important
    }
    button.facebook-button {
        margin-left: 5px!important
    }
}


/*BOTONES*/

.login-buttons{
    flex-direction: row;display: flex;justify-content: center; width: 100%;
  align-items: center;
}

.login-button{
    margin-right: 10px;
}

button.facebook-button{
    margin-left: 10px;
    color: #862221;
    background: #F8FBE4;
    border-color: #F8FBE4;
}

button.facebook-button:hover{
    margin-left: 10px;
    color: #862221;
    background: #F8FBE4;
    border-color: #F8FBE4;
}

.facebook-button img{
    max-width: 18px;
    margin: 0 5px 0 0;
    display: initial;
}

.registrarme{
    margin-top: 20px
}

.registrarme p {
    color: #F8FBE4;font-size: 14px
}

.copyright-footer{
    padding: 20px 0
}

.color-granate{
    color: #da8028!important
}


.container2 { 
height: 80px;
position: relative;
}

.center2 {
margin: 0;
position: absolute;
top: 40px;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.loader-container{
   margin-top:270px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    }
.loader-logo{
   display: flex;
   justify-content: center;
   align-items: center;
   height:100px;margin-bottom:15px
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    
}

.ajax-loader img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}