@font-face {
    font-family: 'GothamBold';
    src: url('../assets/Gotham-Font/Gotham-Bold.otf');  
}

@font-face {
    font-family: 'GothamBook';
    src: url('../assets/Gotham-Font/DidactGothic-Regular.ttf');
}
.btn-dark{
    font-family: 'GothamBook';
}

body{  
    text-align: center;
    font-family: 'GothamBook';
}
#login{
    margin-top: 50px;
}
#login form{
   width: 80%;
   margin-left: 10%;
}
a:hover{
    font-weight: bold;
    color: #00664d !important;
}

input[type="file"] {
    padding: 0.5rem !important;
}

button:focus{
    outline: none !important;
}

.form-group a:hover{
    color: white !important;
}
.form-control{
    height: 40px !important;
    font-size: 12px !important;
}
.btn-modal{
    border:2px solid white ; 
    background-color:#00664d; 
    color: white; 
    padding: 10px; 
    margin-right:30px; 
    height: 50px !important;
    border-radius: 6px;
    font-family: 'GothamBook';
}

.btn-search{
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 0.8em;
    height: 40px;
    font-family: 'GothamBook';
}
.modal-subtitle{
    font-size: 0.75rem;
    margin-left: 5%;
}

.title-page{
    color:#00664d; 
    text-align:center; 
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'GothamBold';
    font-size: 1.5rem;
}

.label-search{
    margin-right: 10px;
    text-transform: uppercase;
    font-family: 'GothamBold';
}

.table-header{
    background-color: #00664d; 
    color: #FFF;
    font-family: 'GothamBook';
}

.table td, .table th {
    vertical-align: middle !important;
    font-family: 'GothamBook';
}
.total-warning{
    background-color: #888888; 
}

.total-success{
    background-color: #00664d; 
    color: white !important;
}
.positivo{
    color: white !important;
}

.btn.updatebtn{
    line-height: 1 !important;
}

.sin-cobrar, .negativo{
    color: red !important;
}
.color-success-icon{
    color: #00664d !important;
}

.color-danger-icon{
    color: red  !important;
}

.color-info-icon{
    color: #888888 !important;
}

.color-white-icon{
    color: #fff !important;
}

.form-select{
    width: 100%;
    height: 40px;
    font-size: 12px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    min-width: 80px;
}

.menu-lateral{
    background-color:#00664d;
    max-width: 60px !important;
    padding-left: 0px !important;
    min-width: 60px;
}
.botones_usuario li:hover{
    background-color: white;
    color: #00664d !important;
    list-style: none;
    border: 2px solid #00664d;
    
}
.botones_usuario li:hover a{
    color: #00664d !important;
    text-decoration: none;
    
    
}
.botones_usuario li:hover button{
    color: #00664d !important;
}

h4{
    font-family: 'GothamBold' !important; 
}


@media only screen and (max-width: 910px) {

    .menu-lateral{
        display: none;
        background-color:#00664d;
        max-width: 60px;
    }
    #menu-mobile{
       display: contents !important;
    }
    #logout-desktop{
        display: none;
    }
    #logout-mobile{
        display: grid !important;
    }
    .tarjetas2{
        margin-top: 10px;  
        margin-left: 25px;
    }
    .card2{
        margin-top: 10px;  
        margin-left: 25px;
    }

    #busqueda{
        margin-right: 10px;
    }
    #menu-listas{
        display: none;
    }
    #div-tabla{
        width: 100% !important;
        margin-left: 10px !important;
    }
    #perfil{
        width: 150px !important;
        height: 150px !important;
        border-radius: 75px !important;
    }
   #inicio2 select{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
   }
    #informacion h1{
        font-size: 1em !important;
    }
    #informacion{
        padding-left: 35px;
    }
    #login-mobile{
        display: grid !important;
        float:inline-start
    }
    .right{
        display:none;
    }
    .left{
        width: 100% !important; 
    }
    .left #logo{
        margin-left: 10%;
    }
    
    .icono-index{
        height:100% ;  
        text-align:center
    }
    .tarjetas2{
        padding-top: 0px !important;
    }
    #titulo-form{
        margin-top: 0px !important;
    }
    #fondo-login{ 
        margin-top: 0px !important;
    }
    #fondo-login2{ 
        margin-top: 0px !important;
    }
    #login{
        margin-top: 35px !important;
    }
}

@media only screen and (min-width: 910px) {

    #fondo-login2{
        height: 550px !important;
    }
    #titulo-form{
        margin-left: 3%;
    }
        
}
    
#buscador{
    float: right;
}

.menu-icon-container{
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}
.menu-icon-container2{
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
}


#fondo-login{
    width: 50%;
    text-align: center;
    background-color: #00664d;
    margin: 20px auto 0;
    padding: 30px;
    border-radius: 0.5rem;
}
#fondo-login2{
    width: 50%;
    text-align: center;
    background-color: #00664d;
    margin: 20px auto 0;
    margin-left: 27%;
    padding: 30px;
    border-radius: 0.5rem;
}
#fondo-login2 label{
    color: #FFF;
}

.box-container {
    margin: 0 auto;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex: 1 1 100%;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 0 20px 6px #00664d;
    height: 100%;
}

.box-container .left {
    color: #FFFFFF;
    width: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/foto-login.jpg');
    overflow: hidden;
}

.box-container .right {
    background-color: #00664d;
    width: 30%;
}
.ficha_usuario{
    
    margin-top: 50px;
    border-radius: 15px;
    
}
.ficha_usuario img{
    width:100px;
    height:100px;
    border-radius:50px;
    margin-top: 25px;
}
.ficha_usuario h1{
  
  color: white;
  margin-top: 25px;
  width: 80%;
  margin-left: 10%;

}
.ficha_usuario h4{
    color: white;
    margin-top: 25px;
    width: 90%;
    margin-left: 5%;
  }

  .ficha_usuario i{
    font-size: 1.5em;
    padding-top: 10px;
  }
  
.mini-help{
    font-size:3rem;
    font-family: 'GothamBook';
}  
.botones_usuario li{
    background-color: #00664d;
    padding: 5px;
    border: 2px solid white;
    margin-top: 4px !important;
    text-decoration: none;
    color: white;
    font-size: 1em;
    width: 80%;
    font-family: 'GothamBook';
}
.botones_usuario a{
    text-decoration: none;
    color: #FFF;
}

span.number{
    font-size: 2.5em;
    
}
span.level{
    font-size: 2.5em;
    
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

#input{
    margin-top: 10px;
    width: 95%;
    margin-left: 2.5%;
    text-align: left;
}
label{
    color: #00664d;
    margin-bottom: 7px;
}
#env-button{
    border:2px solid white ; 
    background-color:#00664d;
    color: white;
    margin-right:30px;
    width : 120px;
    height: 40px !important;
    font-weight: 500;

}
#env-button-sale{
    border:2px solid white ; 
    background-color:#fff;
    color: #00664d;
    padding-left:10px;
    padding-right: 10px;
    height: 45px;
    font-weight: 500;
}

#logout{
    width: 10%;
    background-color: #00664d;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.link-edit{
    background-color: #00664d;
    border: 1px solid black;
    border-radius: 5px;
    padding: 3px;

}
.link-delete{
    background-color: red;
    border: 1px solid black;
    border-radius: 5px;
    padding: 3px;
}

.form_search{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: right;
    background: initial;
    border-radius: 10px;
}

.avatar-table{
    width:36px;
    height:36px;
    border-radius:30px;
}

.form_search .btn_search{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8em;
    width: 100px;
    background-color: #00664d;
    color: white;
    border-radius: 5px;
    border: none;
    font-family: 'GothamBook';
    max-height: 40px;
}
.img-redonda {
    width:60px;
    height:60px;
    border-radius:30px;
    padding: 5px;
}

.nav-link{
    color: black !important;
    width: 100%;
    height: 25px;
    margin-top: 10px;
}

.active{
    color: #00664d!important;
    font-weight: bold;

}

.nav-link:hover{
    color: #00664d !important;
    font-weight: bold;
}

.rojo td{
    color: #FFF;
}


.card2{
    background-color: #00664d;
    color: #fff;
    min-height: 10rem;
    padding-top: 25px;
    margin-top: 30px;

}


.card-text{
    font-size: 0.75rem;
}

.card-body{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.icono-index{
    padding-left: 55px;
}
#cartas{
    width: 100%;    
}
.icono-index i{
    padding-top: 20px;
    
}
#config-card{
    border: #00664d;
    border-radius: 25px;
    margin-top: 15px;
    
}
#config-titles{
    background-color: #00664d;
    padding: 10px;
}
#config-titles h3{
    color: #FFF;
}
#form-conf label{
    color: #FFF;
    font-weight: bold;
}
#form-conf input{
    width: 80%;
    height: 25px;
}
#form-conf label{
    font-size: 0.8em;
}
#botones button{
    border:2px solid #00664d ; 
    background-color:white;
    color: #00664d;
    padding:5px;
    height: 50px;
    font-weight: 500;
}
#botones button.active{
    border:2px solid white ; 
    background-color:#00664d;
    color: white !important;
    padding:5px;
    height: 50px;
    font-weight: 500;
}
.btnCreate{
    padding: 10px;
    font-size: 0.8em;
    background-color: #00664d;
    color: white;
    border-radius: 5px;
    border: none;
    font-family: 'GothamBook';
}
.card-title a{
    color:#00664d; 
    font-size: 0.9em;
    text-decoration: none;
    font-family: 'GothamBold' !important;
}

th,td{
    text-align: center !important;
}

.modal-title{
    color: #00664d;
    font-family: 'GothamBold'
}

.tarjetas2{
    text-align: center;
    color: #00664d;
    margin-top: 40px;
    height: 150px;
    box-shadow:
       inset 0 -3em 3em rgb(255, 255, 255),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.tarjetas2 a {
    font-family: 'GothamBold';
    color: #00664d;
    text-decoration: none;
}
.tarjetas{
    margin-left:20px;
    text-align: center;
    color: #00664d;
    margin-top: 20px;
    padding-top: 10px;
    box-shadow:
       inset 0 -3em 3em rgb(255, 255, 255),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
    min-width: 300px;
}

.title-tarjetas{
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: 'GothamBook';
}
.icon-tarjetas{
    width:50px;
    height:50px; 
    border-radius:25px; 
    background-color:#00664d;
    padding-top:6px;
    margin:0px auto;
}

.number-tarjetas{
    font-size: 3em;
    font-family: 'GothamBold';
    line-height: 1;
}
  #inicio2 input, #inicio2 select{
            height: 40px;
            font-size: 12px ;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
   
        }
        #inicio2 #env-button{
            height: 40px;
            
        }
        #inicio2 label{
            font-size: 0.75em;
            
        }
        #inicio input, #inicio select{
            height: 40px;
            font-size: 12px ;
        }
        #inicio #env-button{
            height: 40px;
            
        }
        #inicio label{
            font-size: 0.75em;
            
        }

@media only screen and (max-width: 1910px) {
    .icono-index i{
        font-size: 2.3em !important;
        
    }

}
@media only screen and (max-width: 1470px) {
    .icono-index{
        padding-left: 30px !important;
    }
    .icono-index i{
        font-size: 2.5em !important;
    }
    .card-title{
        font-size: 1.25rem !important;
    }
    
}

@media only screen and (max-width: 991px){
    .icono-index{
        padding-left: 25px !important;
    }
    .icono-index i{
        font-size: 1.4em !important;
        
    }
    .card-title{
        font-size: 1.25rem !important;
    }
    .card-text{
        font-size: 0.7em !important;
    }
    .form_search{
        margin-top: 10px !important;
    }
    #form{
        width: 100% !important;
        margin-left: 0% !important;
    }
}
       
    @media only screen and (max-width: 910px)  and (min-width: 768px){
        #contenido-form{
           margin-left: 5%;
        }
        .tarjetas2{
            height: 100px !important;
            margin-left: 0px !important;
        }
        .icono-index{
            padding-left: 20px !important;
            font-size: 1em;
        }
        .icono-index i{
            font-size: 0.8em !important;
            
        }
        .card-title{
            font-size: 0.6em !important;
        }
       
    }
    
    @media only screen and (max-width: 910px){
        #contenido-form{
            margin-left: 10px !important;
         }
         #regenPass{
            width: 100% !important;
            margin-left: 0% !important;

         }
    }
    @media only screen and (max-width: 768px){
        #fondo-login{
            width: 80%;
         }
         #fondo-login2{
            width: 80%;
         }
         #config-card{
            margin-left: 0px !important;
           

        }
        #botones{
            margin-left: 0px !important;
        }
        #nivel{
            text-align: left !important;
            margin-bottom: 25px;
        }
        #cartas{
            width: 100%;
            margin-top: 30px;
        }
        #fondo-login2{
            width: 80%;
            text-align: center;
            background-color: #00664d;
            margin: 20px auto 0 !important;
            padding: 30px;
            border-radius: 0.5rem;
        }
        .logo{
            margin: 0px !important;
        }
        .ficha_usuario{
            width: 90%;
            margin-left: 5% !important;
        }
        #levels{
            margin-left: 0px !important;
            padding-left:0px;
        }
        .icono-index{
            padding-left: 10px !important;
        }
        #env-button{
            margin-right: 0px !important;
        }
        .img-redonda {
            width: 40px !important;
            height: 40px !important;
            border-radius: 20px !important;
            padding: 5px;
        }
        #tarjetas{
            margin-left: 0px !important;
        }
        .botones_usuario li{
          
            width: 100% !important;
        }
        .botones_usuario hr{
          
            width: 100% !important;
        }
        #conf-cards{
            margin-left: 10px !important;
        }
        .icono-index i{
            font-size: 3em !important;
        }
        #inicio2{
            width: 100% !important;
            margin-left:0% !important;
        }
        #input{
            width: 100% !important;
            margin-left: 0%;
        }

    }
    @media only screen and (max-height: 910px) {
        .card2{
            margin-top: 20px;
        }
    }

    @media only screen and (max-width: 1730px) {

       
        #cont-img{
            font-size: 1em !important;
            padding-top: 10px !important;
            margin-left: 10px;
        }
        #contador2{
            font-size: 3em !important;
        }
    }
    @media only screen and (max-width: 991px) {

        .ficha_usuario{
            width: 90%;
            
        }
        
        .botones_usuario{
            padding: 0px !important;
            text-align: center;
        }
        .botones_usuario hr{
            width: 80% !important;
            margin-left: 10% !important;
        }
        .botones_usuario li{
            width: 80% !important;
            margin-left: 10% !important;
        }
        #usuario{
            height: 280px !important;
        }
        #count-v{
            height: 150px !important;
        }
        .ficha_usuario{
            margin-left: 10%;
        }
        #tarjetas{
            margin-left: 30px;
        }
        #img-perfil{
            text-align: center !important;
        }
        #img-perfil button{
            margin-left: 0px !important;
        }
    }
    @media only screen and (max-width: 828px) and (min-width: 768px){
        #tarjetas{
            margin-left: 27px !important;
            font-size: 0.8em;
        }
    }
    @media only screen and (max-width: 1500px) {
        .botones_usuario li{
            background-color: #00664d;
            padding: 5px;
            text-decoration: none;
            color: white;
            font-size: 0.8em;
            width: 80%;
        }
        
    }
    @media only screen and (max-width: 1271px) and (min-width: 991px)  {
        #img-perfil img{
            width: 100px !important;
            height: 100px !important;
        }
        #img-perfil button{
            margin-left:20px !important;
        }
    }

    @media only screen and (max-height: 1000px) {
    .modal-body input, .modal-body select {
        height: 40px;
        font-size: 12px !important;
        border: 1px solid #ced4da !important;
        border-radius: 0.25rem !important;
        width: 100%;
        padding: 0 1rem;
        font-family: 'GothamBook';
    }

    #boton{
       text-align: center;
    }
    #send{
        border:2px solid white ; 
        background-color:#00664d;
        color: white;
        margin-top:10px;
        width : 120px;
        height: 40px !important;
        font-weight: 500;
     }

    .modal-body label{
        font-size: 0.75em;
        font-family: 'GothamBold';
     }
     
    }
    @media only screen and (max-height: 800px) {
        .modal-body input, .modal-body select {
            height: 40px !important;
            font-size: 12px !important;
            border: 1px solid #ced4da !important;
            border-radius: 0.25rem !important;
            padding: 0 1rem;
            font-family: 'GothamBook';
        }
        #inicio2 input, #inicio2 select{
            height: 40px;
            font-size: 12px ;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            font-family: 'GothamBook';
   
        }
    }
    @media only screen and (max-width: 370px) {
        .form_search #busqueda{
            width: 100px !important;
            
        }
        .btnCreate{
            padding: 5px !important;
            font-size: 0.6em !important;
            width: 80px !important;
            height: 30px !important;
        }
        .btn_search{
            padding: 5px !important;
            font-size: 0.6em !important;
            width: 80px !important;
            height: 30px !important;
        }
    }