
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, input{
    font-family: "Raleway", sans-serif;
}


.Barlow{
    font-family: "Raleway", sans-serif;
}

.bg-body-login{
    background-color:#233d48;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}


.title-dorado h1, p{
    color: #233d48;
}



.ctn-login{
    margin-top: 30px;
}

.ctn-login input{
    background-color: #cfcfcf;
    outline: none !important;
    border: 0px !important;
    border-radius: 20px;
}
input:focus{
    outline: none !important;  
    background-color: #cfcfcf !important;
}
.input-group-text{
    color:#cfcfcf !important;
    font-size: 25px;
}
*:focus {
    outline: none !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
button:focus{   
  outline: none !important;
  box-shadow: 0 0px 0px !important;
}

.btn-primary:focus{
    box-shadow: 0 0px 0px !important; 
}
.bg-form-login{
    background-color:#39eca3;
    padding: 20px;
    border-radius: 10px;
}

.btn-login{
    width: 100% !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;  
    font-size: 16px;  
    background-color: #233d48 !important;
    border-color: #233d48 !important;
    display: block !important;
}


.form-check{
    text-align: left !important;
}
.form-check-label{
    text-align: left !important;
    color:#7e7e78;
}

footer{
    margin-top: 50px;
    background-image: url('../img/bg-footer.png');
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 170px;
}


/*******************************************/
/***********GAMES***************************/
/*******************************************/

.games{
    background-image: url('../img/bg-games.png');
    background-position: center top;
    background-repeat: repeat;   
    min-height: 100vh;
    width: 100%;

}
.header{
    position: relative;
}


.logo{
    max-width: 200px;
}
 

.section-game{
    padding: 60px 0 60px 0;
    
    
    background-repeat: no-repeat;
    background-color: #fff;
    
}
.section-game-dark{
    padding: 60px 0 60px 0;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    
    
}


  .bg-filter {
    position: absolute;
    width: 100%; min-height: 500px;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 2;
  }


.description-game{
    
    border-radius: 10px;
    
    color:#000;
    line-height: 1.0em;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.description-game-right{
    
    border-radius: 10px;
    
    color:#000;
    line-height: 1.0em;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.title-game{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    color:#233d48 !important;
}




/*******************************************/
/***********ALBUM***************************/
/*******************************************/

.redeemed-code{
    margin: auto;
    margin-top: -28px;
    background-color: #FFF;
    width: 90%;
    height: 30px;
    padding: 1px;
    text-align: center;
    color:#656573;
    border-radius: 15px;
    font-weight: 900;
    font-size: 20px;
}

.redeemed-code-2{
    margin: auto;
    margin-top: 5px;
    background-color: #FFF;
    width: 90%;
    height: 30px;
    padding: 1px;
    text-align: center;
    color:#656573;
    border-radius: 15px;
    font-weight: 900;
    font-size: 20px;
}

.input-album:focus{
    background-color: #FFF !important;
}

.ctn-input-album{
    margin: auto !important;
    margin-top: 0px;
}
.ctn-input-album form{
    margin: auto !important;
    margin-top: 0px;
}
.input-album{
    border-radius: 0px 0 0 0px !important;
    height: 30px !important;
}

.btn-album{
    border-radius: 0 15px 15px 0 !important;
    background: rgb(35,61,71);
    background: linear-gradient(90deg, rgba(35,61,71) 0%, rgba(51,73,81,1) 70%);
    color:#FFF;    
    height: 30px;
    padding: 3px 20px 0 20px;
}

.btn-album:hover{
    background: #FFF;
    color:rgb(0,94,155);     
    border: 1px solid #cfcfcf !important;   
}


.btn-paste{
    border-radius: 15px 0px 0px 15px !important;
    background: rgb(255, 87, 51);
    background: linear-gradient(90deg, rgba(255, 87, 51) 0%, rgba(246, 130, 106) 70%);
    color:#FFF;    
    height: 30px;
    padding: 3px 20px 0 20px;
}
.btn-paste:hover{
    background: #FFF;
    color:rgb(0,94,155);      
    border: 1px solid #cfcfcf !important;  
}



.pagination {
    justify-content: center;
 }
 .sheet{
     margin-bottom: 29px;
 }

 .btn-terms{
     color: #233d48 !important;
     width: 100% !important;
     border-radius: 20px;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;      
     background-color: transparent !important;
     border: 1px solid #233d48 !important;  
     display: inline;
 }


#header .header-nav-main.header-nav-main-square nav > ul > li > a {
    font-size: 1.2em !important;
    color: #233d48 !important;
}

#header .header-nav-main.header-nav-main-square nav > ul > li > a.active {
    color: #233d48 !important;
}

#header .header-nav-main.header-nav-main-square nav > ul > li > a:hover {
    color: #233d48 !important;
}
.footer-logos{
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: auto;
}

.bg-game{
    
}

.logo-equipos{
    width: 300px;
}
.logo-synlab{
    width: 153px;
    margin-left:50px
}
.date-game{
    font-size: 1.5em;
    color:#233d48;
    margin-bottom: 20px;
}


.divider-title-amarillo{
    background-color: #cf9b0f;
    width: 80px;
    height: 5px;
    margin-bottom: 20px;
}

.btn-amarillo{
    background-color:#cf9b0f;
    color:#FFF;
    border: 0px;
}

.btn-amarillo:hover{
    background-color:#dbab29;
    color:#FFF;
    border: 0px;
}

.text-border-amarillo{
    font-size: 4.0em;
    letter-spacing: -0.1em;
    font-weight: bold;    
    color: #233d48;
    text-align: right;
    line-height: 1.0em;    
}

.border-bottom-rojo{
    border-bottom: 5px solid #cf9b0f !important;
    float: right;
    text-align: center;
}
.border-bottom-amarillo{
    border-bottom: 5px solid #cf9b0f !important;
    float: right;
    text-align: center;
}
.divider-title{
    background-color: #233d48;
    width: 80px;
    height: 5px;
    margin-bottom: 20px;
}


.btn-rojo{
    background-color: #233d48;
    color:#FFF;
    border: 0px;
}
.btn-rojo:hover{
    background-color: #233d48;
    color:#FFF;
}

.text-border-right{
    font-size: 5.0em;
    letter-spacing: -0.1em;
    font-weight: bold;    
    margin-top: 30px;
    text-align: center;
    line-height: 1.0em;
    color: #233d48;
    
}
.letter-spacing-number{
    letter-spacing: 0px !important;
}

.btn-game{
    width: 100% !important;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;  
    font-size: 24px;      
}
.btn-game:hover{
    border: none !important;
}

.footer-game{
    padding-top: 100px;
    
    background-repeat: no-repeat;    
}

.footer-bottom{
    background-color: #113a60;
    height: 100px;
    padding-top: 20px;
}

.bg-cancha{
    padding: 100px 0;
    background-image: url('../../images/fondo-pasto-3.jpg');
    
            
}

.hcpc{
    display: inline;
}
.hcmb{
    display: none;
}
.uso-interno{
    color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 0.8em;
    padding: 5px 0;
    margin: auto;
    max-width: 300px;
}
.footer-login{
    position: absolute;
    left: 10px;
    bottom: 30px;
}

.text-gray{
    color: #6e6c6b;
}

#header .header-nav-main nav > ul > li > a.active{
    background-color: #ffe01b;
    border-radius: 99px !important;
} 

#header .header-nav-main nav > ul > li:hover > a{
    background-color: #ffe01b;
    border-radius: 99px !important;
}
#footer-riopaila{
    width: 300px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}


.franja{
    width: 100%;
    
    left: 0;
    right: 0;
    bottom: 0px;    
    background-color:#233d48;
    text-align: center;
    color: #FFF;
    font-size: 1.4em;
    padding: 10px 0;
}
#header .header-btn-collapse-nav {
    background-color:#233d48;
}
@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background-color: #ffe01b;
        border-radius: 99px !important;
    } 
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background-color: #ffe01b;
        border-radius: 99px !important;        
    }
    #header .header-nav-main nav > ul > li:hover > a{
        background-color: #ffe01b;
        border-radius: 99px !important;
    }   
}
.logo-eduteka{
    max-width: 400px;
}

.bg-body-login{
    background:url('/images/bg-login-coomeva.jpg'); 
    background-size: cover; 
    background-position: center top; 
    background-repeat:no-repeat;        
}
@media (max-width: 600px) {
    #header .header-nav-main.header-nav-main-square nav > ul > li > a {
        font-size: 1.2em !important;
        color: #233d48 !important;
    }

    .bg-body-login{
        background:url('/images/bg-login-coomeva.jpg'); 
        background-size: cover; 
        background-position: center top; 
        background-repeat:no-repeat;     
        background-color:#39eca3;   
    }    

    .btn-terms{
        color: #233d48 !important;
        width: 100% !important;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;      
        background-color: #fff !important;
        border: 1px solid #233d48 !important;  
        display: inline;
    }    
    .logo-eduteka{
        max-width: 150px;
    }
    .hcpc{
        display: none;
    }

    .hcmb{
        display: inline;
        text-align: right !important;
        padding-right: 20px;
    }
    


    .logo-equipos{
        width: 150px;
    }
    .logo-synlab{
        width: 100px;
        margin-left:20px
    }    
    .text-border{
        -webkit-text-stroke: 1px white;
        color: transparent; 
        font-size: 10.0em;
        letter-spacing: -0.1em;
        font-weight: bold;    
        margin-top: 30px;
        text-align: left;
        line-height: 10.em;
        margin-bottom: 50px;
        
    }

    .btn-game{
        margin-bottom: 20px;
        font-size: 18px; 
    }

    .section-game{
        padding: 60px 0 60px 0;
        
        background-repeat: repeat-y !important;   
        
        
    }
    .section-game-dark{
        padding: 60px 0 60px 0;

    }    
    .bg-cancha{
        padding: 100px 0;
        background-image: url('../../images/fondo-pasto-3.jpg');
        
             
    }    

    .footer-game{
        padding-top: 100px;        
    }    
}

.notifyjs-foo-base {
    opacity: 0.85;
    width: 200px;
    background: #F5F5F5;
    padding: 5px;
    border-radius: 10px;
  }
  
  .notifyjs-foo-base .title {
    width: 100px;
    float: left;
    margin: 10px 0 0 10px;
    text-align: right;
  }
  
  .notifyjs-foo-base .buttons {
    width: 70px;
    float: right;
    font-size: 9px;
    padding: 5px;
    margin: 2px;
  }
  
  .notifyjs-foo-base button {
    font-size: 9px;
    padding: 5px;
    margin: 2px;
    width: 60px;
  }