@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

body { font-family: 'Fira Sans', sans-serif;}


/* colores proyecto */

:root {
    --mcd-verde: #274F35;
    --mcd-verde-focus: #39744e;
    --mcd-amarillo: #FFBC0D;
   
}

.bgr-prueba{
    background-color: yellow;
}

.bgr-biege{
    background-color: beige;
}

.bgr-verde{
    background-color:var(--mcd-verde);
}

.bgr-prueba2{
    background-color: tomato;
}
.txt-color-prim{
 color: var(--mcd-verde) !important;
}

.txt-color-sec{
    color: var(--mcd-amarillo) !important;
}

/* fin colores proyecto */

/*  ELEMENTOS COMUNES EN PAGINAS*/

.max-w-700{
    max-width: 700px !important;
}

.max-w-900{
    max-width: 900px !important;
}


.ancho-50{
    width: 50%!important;
   }

.ancho-20{
 width: 30%!important;
}
.line-height3{
    line-height: 3;
}

.mt-lft-5-p{
    margin-left: 2%;
}

.font-25{
    font-size: 25px;
}


.font-20{
    font-size: 20px;
}

.txt-bla{
    color: white;
}


.button-hover{
    background-color: var(--mcd-verde);
    color: #fff;
    width: 150px;
    padding: 9px;
    border: var(--mcd-verde);
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}
.button-hover:hover{
    background-color: var(--mcd-verde-focus);
}

.flex-end{ 
display: flex;
align-items: flex-end;
}

.flex-cent{ 
    display: flex;
    align-items: center;
}
.mt-p-3{
    margin-top: 5vh;

}

.mg-b-05{
    margin-bottom: 0.5rem !important;
}

.mg-r-2{
    margin-right: 2%;
}

.mg-r-10{
    margin-right: 10%;
}

.pad-5{
    padding: 5px;
}

.neo-effect{
    margin: 5px;
    padding: 5px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    border-radius: 8px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
 }

.footer-guardar{
    background-color: #fffefe;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.btn-guardar{
 background-image: url(../images/guardar.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 width: 50px;
 height: 50px;
 color: transparent;

}



.btn-guardar:focus{
    background-image: url(../images/guardar-amarillo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    color: transparent;
}


.btn-happy{
    background-image: url(../images/happy-verde.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    color: transparent;
   
   }
   
   
   
.btn-happy:focus{
       background-image: url(../images/happy-verde.png);
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       width: 60px;
       height: 60px;
       color: transparent;
}
   
.btn-sad{
    background-image: url(../images/sad-rojo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    color: transparent;
   
   }
   
   
   
.btn-sad:focus{
       background-image: url(../images/sad-rojo.png);
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       width: 60px;
       height: 60px;
       color: transparent;
}
   

.btn-checks{
    background-image: url(../images/check-gris.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    color: transparent;
}

.btn-checks:focus{
    background-image: url(../images/check-verde.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    color: transparent;
}

.btn-xx{
    background-image: url(../images/xx-gris.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    color: transparent;
}

.btn-xx:focus{
    background-image: url(../images/xx-roja.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    color: transparent;
}

.div-btn{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 4%;
}



.tpr{
    background: #315B02;
    border: 1px solid #FEBB24;
    box-sizing: border-box;
    box-shadow: 0px 3.20346px 3.20346px rgba(0, 0, 0, 0.25);
    border-radius: 40.0433px;
    color: antiquewhite;
    font-size: 18px;
    width: 95px;
}

.div-tpr{
    display: flex;
    justify-content: center;
}

 .form-control:focus {
    color: var(--mcd-verde);
    background-color: rgb(238, 237, 237); 
    outline: 0;
    box-shadow:  0 0 0 0.25rem rgb(255 188 13 / 50%);
}

.form-select:focus {
    color: var(--mcd-verde);
    background-color: rgb(238, 237, 237); 
    outline: 0;
    box-shadow:  0 0 0 0.25rem rgb(255 188 13 / 50%);
}
select option {

    background-color: rgb(238, 237, 237); 
  }


  
/* FIN ELEMENTOS COMUNES EN PAGINAS*/
/* PAGINA LOGIN  */

.img-header {

    background-color: var(--mcd-verde);
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.img-header img{
    max-width: 150px;
}



.img-footer {
    display: flex;
    justify-content: center;
}
.img-footer img{
    max-width: 50px;
}
.footer-link{
    padding-top: 3%;
    background-color: white;
    display: flex;
    flex-direction: row;
}
/* fin PAGINA LOGIN  */

.resturant-date{

    padding-top: 3%;
    display: flex;
    flex-direction: row;
}
.nom-rest{
    padding-left: 2%;
    color: var(--mcd-verde);
    font-weight: 550;
}

p#date {
    text-align: end;
    padding-right: 2%;
    color: var(--mcd-verde);
    font-weight: 550;
}


.informes{
    text-align: left;
    padding-left: 2%;
}

p.informes.col-6 >a , p.yes-we.col-6 > a {
     text-decoration: none;
     color: #444344;
}

p.informes.col-12 >a , p.yes-we.col-12 > a {
    text-decoration: none;
    color: #444344;
}

p.informes.col-6 >a:hover {
    color: var(--mcd-verde);
    font-weight: 550;
}

p.yes-we.col-6 > a:hover  {
    color:var(--mcd-verde);
    font-weight: 550;
}

p.volver.col-12 > a  {
    text-decoration: none;
    color: #444344;
}

p.volver.col-4 > a  {
    text-decoration: none;
    color: #444344;
}

.ar-volver{
    margin-right: 10px;
}

p.volver.col-12 > a:hover  {
    color:var(--mcd-verde);
    font-weight: 550;
}

p.volver.col-4 > a:hover  {
    color:var(--mcd-verde);
    font-weight: 550;
}

.volver{
    text-align: start;
    margin-left: 2%;
    
}

.yes-we{
    text-align: end;
    padding-right: 2%;
}

.main{
    display: flex;
    flex-direction: column;
    align-content: center;
}
.img-trabajador{
    display: flex;
    flex-direction: column;
    align-content: center;
}
div.img-trabajador > img{
    border: 3px solid var(--mcd-amarillo) !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    height: 150px; 
}

.tu-plan{
    margin-left: auto;
    margin-right: auto;
    display: block;

}

div.tu-plan > img{
    width: 130px;
    height: 130px;
}

.datos-trabajador{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tra-sel{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nom-trabaj{ 
    color: var(--mcd-verde);
    font-weight: 550;
}
.rol-trabaj{
    color: var(--mcd-verde);
    text-transform:uppercase;
}

.div-restorante{
  margin: 0 auto;
}

.div-logout {
    margin-bottom: 2%;
   }
   
   .icon-off{
    color: var(--mcd-verde) !important;
    font-size: 2em !important;
   }
   /* .icon-off:hover{
       color: var(--mcd-amarillo) !important;
   } */

/*  PAGINA ENTRRADA  */

/* PAGINA ENCARGADO-CREW */
.space-box{
    width: 100px;
}

.btn-enc , .btn-crew {
    width: 230px;
    background-color: var(--mcd-verde) !important;
    color: var(--mcd-amarillo);
}

.btn-enc:hover, .btn-crew:hover {
    background-color: var(--mcd-amarillo) !important;
    color: var(--mcd-verde);
}

.btn-crew:focus, .btn-enc:focus{
    outline: 0;
    box-shadow:  0 0 0 0.25rem rgb(49 91 2 / 90%);
}

.space-box{
    width: 5px;
}
.btn-retificar{
    margin-right: 3px;
    width: 130px;
    background-color: #FF4D4D !important;
    color: var(--mcd-amarillo);
    font-weight: 500;
   
}
.btn-confirmar{
    margin-left: 3px;
    width: 130px;
    background-color: #47CA8E !important;
    color: var(--mcd-amarillo);
    font-weight: 500;
}

/* FIN PAGINA ENCARGADO-CREW */

/*  PAGIAS SOLO-ENC Y SOLO-CREW*/

.valora{
    color: var(--mcd-verde);

}

.list-group-item {
  padding: 0.5rem 0.5rem;
  text-align: inherit;
  border: none;
}

 .li-check{
    margin-right: 20px;
    color: var(--mcd-verde) !important;
}

.div-lista{
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow:  0 0 0 0.25rem rgb(255 188 13 / 50%);
}

/*  FIN PAGIAS SOLO-ENC Y SOLO-CREW*/

/*   PAGIAS YES YOU CAN*/

.tit{ 
    color: var(--mcd-verde);
    font-weight: 550;
    font-size: 25px;
}

.yes-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-top: 7px;
    padding-left: 5px;
    background-color: rgba(234, 234, 234, 0.699);
    margin-bottom: 3%;
    border-radius: 5px;
}



/*  FIN PAGIAS YES YOU CAN*/
/* PAGINA EVALUATION */


.div-radio{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 2%;
    color:var(--mcd-verde)
}

.tipo-turno.col-5 {
    padding-left: 9%;
}

.form-check-input:checked {
    background-color: var(--mcd-amarillo);
    border-color:  #ffe159;
}

.form-check-input:focus{
    box-shadow:  0 0 0 0.25rem rgb(255 188 13 / 50%);
}

.form-check {
 
    margin-bottom: 1rem !important;
}

.box-espacio{
    margin-top: 10px;
    background-color: #ffffff;
    height: 130px;
    width: 100%;
}

.div-general-item{
    background-color: rgba(230, 230, 230, 0.692);
    margin-bottom: 3%;
    border-radius: 5px;
    margin-right: 1px;
    margin-left: 1px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
}

.div-groups-items{
    
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.div-sub-item{
    background-color: rgba(234, 234, 234, 0.699);
    margin-bottom: 3%;
    border-radius: 5px;
    
    
}

.fa-circle{
    font-size: 13px !important;
    margin-right: 5px;
}

.modal-main{

    margin: 5px;
    padding: 20px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    border-radius: 8px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    font-style: italic;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.hide{
    display: none;
}

.btn:focus {
    outline: 0;
    box-shadow:  0 0 0 0.25rem rgb(255 188 13 / 50%);
}

.btnEncendido {
    outline: 0;
    box-shadow:  0 0 0 0.25rem rgb(255 188 13 / 50%);
}



.checkEncendido{
    background-image: url(../images/check-verde.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    color: transparent;
}

.XXEncendido{
    background-image: url(../images/xx-roja.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    color: transparent;
}

.add-button {
}

.btn-app{
    display: flex;
    align-items: center;
    justify-content: center;

}

.general-item{
    font-size: 14px;
}

/* FIN PAGINA EVALUATION */

/* PAGINA ADMIN */

.main-admin{
    height: 100vh;
    width: 100wh;
    width: 100%;
    background-color: var(--mcd-verde);
    display: flex;
    flex-direction: row;
  
    align-items: center;
}
.log-adm-mcd{
    text-align: center;

}
.log-form{
    max-height: 96%;
    background-color: beige;
    border-radius: 20px;
    box-shadow: inset -20px -20px 60px #aaaaaa52, inset 20px 20px 60px beige;
}


.action-admin{
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}


body {
    font-size: .875rem;
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem;
    }
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
  }
  
  .sidebar .nav-link.active {
    color: var(--mcd-amarillo);
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: var(--mcd-verde);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  

  .navbar-dark .navbar-brand{
      color: var(--mcd-amarillo);
  }

  .sidebar .nav-link.active {
    color: var(--mcd-amarillo);
}

.btn-outline-secondary:active{
    background-color: var(--mcd-verde);
    border-color: var(--mcd-amarillo);
}
.btn-outline-secondary:hover {
    background-color: var(--mcd-verde);
    border-color: var(--mcd-amarillo);
}

.cabecera-tab{
    color: var(--mcd-verde);
    background-color: var(--mcd-amarillo);
}

.form-control-dark {
    color: var(--mcd-verde);
    background-color: rgba(255, 255, 255, 0.849);
    border-color: rgba(255, 255, 255, .1);
}

/* .div-filtro{
    display: flex;
    flex-direction: row;
    margin: 5px;
    padding: 20px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    border-radius: 8px;
    justify-content: center;
} */

.div-filtro {
    display: flex;
    flex-direction: row;
    margin: 5px;
    padding: 20px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    border-radius: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.div-filtro-center {
    display: flex;
    flex-direction: row;
    margin: 5px;
    padding: 20px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    border-radius: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.div-filtro-col {
    display: flex;
    flex-direction: column;
    margin: 5px;
    padding: 20px;
    box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
    border-radius: 8px;
    justify-content: center;
    flex-wrap: wrap;
}


#containerInformes{
    display: flex;
    flex-wrap: wrap;
}

.caja2{
    margin-top: -11%;
    margin-bottom: 4%;
    z-index: 10;
    border: solid 1px #ffeb3b;
    border-radius: 15px;
    width: 150px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bolder;
    margin-left: 14%;
    font-size: 18px
}

.dsp-flx-w{
    display: flex;
    flex-wrap: wrap; 
}

/* FIN PAGINA ADMIN */


/* RESPONSIVE
   ========================================================================= */
 
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */

   @media (min-width: 985px)  { 
    .ancho-25{
        width: 50%;
        display: flex;

    }
}


@media (max-width: 985px)  { 
    #containerInformes{
        display: flex;
        flex-direction: column;
    }

    .caja2 {
        
        margin-top: 14% !important;
        margin-bottom: 31% !important;
        z-index: 10;
        border: solid 1px #ffeb3b;
        border-radius: 15px;
        width: 150px;
        text-align: center;
        font-weight: bolder;
        margin-left: 5%;
        font-size: 20px;
        margin-left: 14%;
    }



}

@media (min-width: 768px) and (max-width: 900px) { 
    .logo{
        width: 90%;
    }

    .div-filtro {
        display: flex;
        flex-direction: row;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .div-filtro-center {
        display: flex;
        flex-direction: row;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .div-filtro-col {
        display: flex;
        flex-direction: column;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
}
 
/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 767px) { 
    #btSalir{
        margin-right: 100px;
    }

    .main-admin{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo{
        width: 40%;

    }
    .log-adm-mcd {
        display: flex;
        justify-content: center;
    }

    .div-filtro {
        display: flex;
        flex-direction: row;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .div-filtro-center {
        display: flex;
        flex-direction: row;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .div-filtro-col {
        display: flex;
        flex-direction: column;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
 }
 
/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) { 


    .caja2{
   
       margin-top: -10% !important; 
           margin-bottom: 0 !important; 
            
    
    }


    #btSalir{
        margin-right: 100px;
    }

    .main-admin{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo{
        width: 50%;

    }
    .log-adm-mcd {
        display: flex;
        justify-content: center;
    }

    .div-filtro {
        display: flex;
        flex-direction: row;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .div-filtro-center {
        display: flex;
        flex-direction: row;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .div-filtro-col {
        display: flex;
        flex-direction: column;
        margin: 5px;
        padding: 20px;
        box-shadow: inset -1px -3px 6px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);
        border-radius: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
 }