.caja_login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_login {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    background: #18374C;
    padding: 35px;
    margin-right: 10vw;
    margin-left: 10vw;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    align-self: center;
}
.caja_logo{    
  
    margin-top: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .logo_login{
    
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
    
}


.form-element{
  display: flex;
    flex-direction: column;
    font-family: system-ui;
    color: whitesmoke;
    font-weight: bold;
    gap: 10px;
}

.fixedArea {
    position: fixed;
    left: 0%;
    top: 0px;
    z-index: 9;
    padding-left: 10px;
    width: 100%;
}


.noPadding{
    padding: 0px;
}


p.colorfullText {
    color: #fab000;
    letter-spacing: 2px;
}



* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Poppins';
    scroll-behavior: smooth;
 
/* color original
  background-color: rgb(41, 41, 41);
*/

background-color:#E4ECEF;
  margin: 0;
  padding: 0;
  

  

}

/*---------------------------------------------*/
a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.logo-text a{
  display: block;
  line-height: 0;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}




/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
outline: none;
border: none;
}

textarea:focus, input:focus {
border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }



/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*
* ==========================================
* GENERAL AND HEADER END
* ==========================================
*/

/*
* ==========================================
* MAIN SLIDER START
* ==========================================
*/

.classic{
    max-width: 300px !important; 
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    visibility: visible;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
}

.info_alergenos{
  /*width: 120%;
  /* display: block; */
  /* float: none; */
  /* margin: auto; */
  /* border-radius: 20px; */
  /* margin-left: -22%; */
  margin-bottom: -45px;
  /* margin-top: -20px;*/
}

.contenedor_logo2{
  width: 100%;
  height: 120px !important;
  display: flex;
    justify-content: space-around;
}

.contenedor_alergenos{
    /* width: 100%; */
    display: flex;
    background-color: whitesmoke;
    /* padding-left: 75px; */
    padding-top: 30px;
    /* padding-bottom: 45px; */
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.titulo_info_aler{
  padding-bottom: 30px;
  padding-left: 0%;
  margin-top: -20px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
}

.logo_alergeno {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.slide-content h3{
    font-family: 'Roboto';
    margin-bottom: 20px;
    font-size: 22px;
}


.owl-item.active .slide-content h2, 
.owl-item.active .slide-content h3, 
.owl-item.active .slide-content p
{
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}



.slide-content h2{
    font-family: 'Kanit';
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 52px;
    visibility: hidden;

}


.slide-content p{
    margin-bottom: 20px;
    margin-top: 20px;
    color: #ffffff70;
    font-family: 'Roboto';
    font-size: 18px;
    visibility: hidden;

}

.slider-content-area{
position: absolute;
    top: 5%;
    /* background: #dddddd38; */
    color: #fff;
    font-size: 30px;
    /* left: 10%; */
    /* right: 10%; */
    width: 100%;
}

.slider-area, .main-slider {
  position: relative;
  height: 100%;

}


.slide-content .default-btn{
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  font-size: 22px;
  color: #fff;
}

.main-slider div:not(.owl-nav):not(.owl-prev):not(.owl-prev):not(.owl-next) {
  height: 100%;
}






.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.owl-dots {
    counter-reset: dots;
    position: absolute;
    bottom: 95px;
    display: flex;
}
.owl-dot {
    margin-left: 10px;
    border: 2px solid;
    padding:8px;
    border-radius: 40px;
    width: 35px;
    height: 35px;
}
.owl-dot.active {
    margin-left: 10px;
    border: 2px solid #ffffff70;
    padding:10px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff70;
}
.owl-carousel .owl-dot, 
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    text-align: center;
}

/*
* ==========================================
* MAIN SLIDER END
* ==========================================
*/


/*
* ==========================================
* SECTION1 START
* ==========================================
*/


.topOff{
  padding-top: 50px;
}

.colorfullPanel{
  background-color: #333333;
  color: #fff;
  transition: background-color 0.5s ease;
}

.colorfullPanel h3{
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: 'Righteous';
  position: relative;
}

.colorfullPanel h2{
  margin-bottom: 15px;
  font-size: 36px;
  position: relative;

}


.colorfullPanel h2 span{
    font-size: 36px;
    color: #85a900;
    position: relative;

}

.colorfullPanel p{
  margin-bottom: 40px;
  position: relative;

}

.colorfullPanel:hover {
  background-color: #000;
}


/*
* ==========================================
* SECTION1 END
* ==========================================
*/



/*
* ==========================================
* SECTION2 START 
* ==========================================
*/
section {
  padding-top: 20px;
  padding-bottom: 60px;
}

section .maintext span{
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;

}



section#section2 .maintext h2 {
  font-size: 70px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
section#section2 .maintext p {

  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;


}

section#section2 .shapes span{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}

section#section2 .shapes p{
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(119, 119, 119);
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
}

.minHeightProp{
  min-height: 150px;
}



.section-title h3{
  margin-top: 90px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  
  }

.section-title h2 {
  margin-top: 30px;
  font-size: 70px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}


.imagen_dep {
  
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 150px;
  border: 1px solid #282828;
  transition: all 0.5s;
  display: block;
  margin-bottom: 10px;

}

.imagen_art_mini{

  
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 150px;
  border: 1px solid #282828;
  transition: all 0.5s;
  display: block;
  margin-bottom: 0px;
  margin-right: 10px;
}




.imgback {
  background-image: url(../img/shape/backgroundshape.png);
  /* max-width: 100%; */
  padding-right: 35px;
  background-repeat: no-repeat;
  display: block;
  float: none;
  margin: auto;
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: padding-top 0.5s;
}


img.imgback:hover {
  padding-top: 32px;
}

.shapes{
  margin-top: 50px;
  margin-bottom: 50px;
}


/*
* ==========================================
* SECTION2 END 
* ==========================================
*/
.content h3{
  transition: color 0.5s;

}

.content h3:hover {
  color: rgb(68, 68, 68);

}


/*
* ==========================================
* PRODUCTS SECTION (SECTION3) START  
* ==========================================
*/

.post-slide .post-title {
  font-size: 17px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}


.post-slide .post-description {
  font-size: 22px;
  font-family: 'Righteous';
  color: rgb(252, 177, 0);
  line-height: 1.1;
  text-align: center;
  padding-bottom: 30px;
}

div#news-slider {
    margin-bottom: 50px;
}
  
div#news-slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  bottom: -20px;
  display: flex;
  /* margin-left: 10px; */
  /* margin-top: 20px; */
  left: 46%;
}
  
div#news-slider .owl-dot.active {
  margin-left: 10px;
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  width: 30px;
  height: 40px;
  color: #270909a6;
  border-bottom: 3px solid #83ad00;
  font-size: 22px;
  font-weight: bold;
}

div#news-slider .owl-dot{
  border: 0px;
  padding: 10px;
  /* border-radius: 40px; */
  width: 30px;
  height: 40px;
  color: #270909a6;
}

div#news-slider .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  
}




div#news-slider .owl-next {
  position: absolute;
  bottom: -20px;
  right: 40%;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(204, 204, 204);
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}

.post-slide{margin-left: 10px;margin-right: 10px;background:#fff;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.post-slide .post-img{position:relative;margin-bottom:20px}
.post-slide .post-img img{width:100%;height:auto}


.post-abs {
  width: 0px;
  height: 100%;
  position: absolute;
  background: rgba(221, 221, 221, 0.4);
  transition: width 0.5s;
}

.post-img:hover .post-abs{
  width: 100%;
}

.post-img p {
  color: #fff;
  margin-top: 150px;
  text-align: center;
  visibility: hidden;
}

.post-img:hover p {
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}




/*
* ==========================================
* PRODUCTS SECTION (SECTION3) END  
* ==========================================
*/


/*
* ==========================================
* NAVBAR START
* ==========================================
*/

.navbar.active {
    background: #18374c;
    border-radius: 0px;
    /* padding-bottom: 10px; */
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
}

#navbarResponsive{
  width: 100%;
}

.myNavBar {
 /* 
  ORIGINAL
  background-color: #00000000;
  border-color: #e7e7e700;
  padding-bottom: 0px !important;
  padding-top: 5px !important;*/

    background-color: #18374C;
    border-color: #18374C;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: 50px;

}

.navbar {
  transition: all 0.4s;
 
}

.navbar .nav-link {
  color: #fff ;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}

.navbar .navbar-brand {
  color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
}

/* Change navbar styling on scroll */

.navbar.active .nav-link {
  color: #ffffff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #555;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background: none;
}

.navBrandText{
  padding: 0px !important;
  margin-left: 15px;
  width: 100%;
}

.navBrand img{
  margin-left:5px;

}

.navBar li>.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background: #f9b000;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.navBar li.active>.nav-link::before,
.navBar li>.nav-link:hover::before,
.navBar li>.nav-link.active::before {
  width: 100%;
  background: #f9b000;

}

/* Menú vertical en pantallas grandes */
@media (min-width: 992px) {
  .navbar.navbar-default.myNavBar {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 290px;
      background-color: #18374C;
      display: flex;
      flex-direction: column;
      padding: 20px 10px;
      overflow-y: auto;
      z-index: 1050; /* Asegura que esté por encima de otros elementos */
  }

  .navbar.navbar-default.myNavBar .navbar-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px;
  }

  .navbar.navbar-default.myNavBar .nav {
      display: flex;
      flex-direction: column;
      gap: 10px;
  }

  .navbar.navbar-default.myNavBar .nav>li>a {
      color: #F2A541;
      padding: 10px 15px;
      text-align: left;
      font-size: 0.95rem;
      font-family: 'Roboto', sans-serif;
      transition: background 0.3s ease;
      width: 100%;
      border-radius: 50px;
      margin-bottom: 3px;
  }

  .navbar.navbar-default.myNavBar .nav>li>a:hover {
      background-color: #96b8cf;
      color: #F2A541;
  }

  .navbar.navbar-default.myNavBar .nav>li.active>a {
      background-color: #fff;
  }
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 991px) {
  .navbar.navbar-default.myNavBar .navbar-header {
    /*  display: flex;
      justify-content: space-between;
      align-items: center;*/
      padding: 0px;
  }

  .navbar.navbar-default.myNavBar .navbar-header .logo {
      max-height: 50px; /* Ajusta el tamaño del logotipo */
      margin-right: 10px;
  }

  .navbar.navbar-default.myNavBar .navbar-header .nombre_establecimiento {
      font-size: 1rem;
      font-weight: bold;
      color: #F2A541;
      margin: 0;
      white-space: nowrap;
  }

  .navbar.navbar-default.myNavBar .navbar-toggle {
            /* margin: 0; */
        /* padding: 5px 10px; */
        background: none;
        border: none;
        margin-left: 25px;
  }

  .navbar.navbar-default.myNavBar .navbar-toggle .icon-bar {
      background-color: #fff;
  }
}




/*
* ==========================================
* NAVBAR END
* ==========================================
*/



/*
* ==========================================
* TESTIMONIALS START
* ==========================================
*/

#section4{
  padding-top: 30px;
  min-height: 400px;
  background: transparent;
}


#section4 h3{

  margin-top: 20px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;

}


#section4  h2 {
  font-size: 70px;
  font-family: 'Righteous';
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#section4 .owl-item h2, 
#section4 .owl-item h3, 
#section4 .owl-item h4, 
#section4 .owl-item h5, 
#section4 .owl-item p
{
  visibility: hidden;
}



#section4 .owl-item.active h2, 
#section4 .owl-item.active h3, 
#section4 .owl-item.active h4, 
#section4 .owl-item.active h5, 
#section4 .owl-item.active p
{
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInUp;
}


.section-title{
    margin-top: 50px;
    margin-bottom: 50px;
}



.testimonial-content {
  position: absolute;
  top: 90%;
  color: #fff;
  left: 15%;
  right: 15%;
} 
.testimonial-content p{
  color: #ffffff;
  margin-bottom: 20px;
}

.testimonial-content  h4{

  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;

}

.testimonial-content h5 {
  font-weight: 800;
  color: #fff;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #f9b000;
  padding-left: 10px;
  padding-right: 10px;
}


.testimonial-area .owl-prev {
  position: absolute;
  bottom: -40px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.testimonial-area .owl-next  {
  position: absolute;
  bottom: -40px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}


/*
* ==========================================
* TESTIMONIALS END
* ==========================================
*/


/*
* ==========================================
* BANNER SECTION START
* ==========================================
*/
.banner {
    color: white;
    padding-bottom: 45px;
    padding-top: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -100px;
}

.content span {
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(119, 119, 119);
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.content h2 {
  font-size: 60px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  line-height: 1;
  text-align: center;
}

.content h3 {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(132, 171, 0);
    line-height: 1.7;
    text-align: center;  
    padding-top: 25px;
}
/*
* ==========================================
* BANNER SECTION END
* ==========================================
*/

/*
* ==========================================
* BLOG SECTION START
* ==========================================
*/


.blog-area {
  padding: 40px;
}
.blog-section{
  margin-top: 30px;
  margin-bottom: 90px;
}

.blog-section-title h3{
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(248, 176, 0);
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin-top: 80px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 15px;
}
.blog-section-title h2{
    font-size: 70px;
    font-family: 'Righteous';
    color: rgb(68, 68, 68);
    line-height: 1;
    text-align: center;
    margin-bottom: 85px;
}

.blog-section-date{
  text-align: center;
}

.blog-section-date .month{
    font-size: 60px;
    font-family: 'Righteous';
    color: rgb(221, 221, 221);
    line-height: 0.85;
}

.blog-section-date .date{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(221, 221, 221);
    line-height: 1.1;
    margin-left: 5px;
  
}

.blog-section-description h2{
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(51, 51, 51);
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
  
}

.blog-section-description p{
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(76, 76, 76);
  line-height: 1.4;
  text-align: left;
}

/*
* ==========================================
* BLOG SECTION END
* ==========================================
*/

/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES START
* ==========================================
*/

.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}

.owl-prev{
  position: absolute;
  bottom: 100px;
  left: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.owl-next{
  position: absolute;
  bottom: 100px;
  right: 40%;
  text-transform: uppercase;
  color: #ffffff70;
}

.owl-height{
  min-height: 150px;
}
/*
* ==========================================
* OWL CAROUSEL GENERAL STYLES END
* ==========================================
*/

/*
* ==========================================
* CONTACT FORM STARTS
* ==========================================
*/

.contact{
  background: #f7f7f7;
}

.contact100-form{
    margin-top: 50px;
}

  

  
  .container-contact100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  
  .contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .wrap-contact100 {
    width: 1170px;
    background: #fff;
    border-radius: 10px;
    padding: 82px 180px 33px 180px;
    position: relative;
    display: none;
  }
  
  .show-wrap-contact100 {
    visibility: visible;
    opacity: 1;
  }
  
  
  .contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 100px;
    padding-bottom: 68px;
  }
  
  .contact100-form-title h3{
      font-size: 15px;
      font-family: "Roboto";
      color: rgb(248, 176, 0);
      font-weight: bold;
      line-height: 1.7;
      text-align: center;
      margin-top: 80px;
      letter-spacing: 6px;
      text-transform: uppercase;
    
  }

  .contact100-form-title h2{
      font-size: 70px;
      font-family: 'Righteous';
      color: rgb(68, 68, 68);
      line-height: 1;
      text-align: center;  
}
  
  
  
  .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 13px;
    margin-bottom: 65px;
  }
  
  .rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
  }
  
  .label-input100 {
    font-family: "Roboto";
    font-size: 15px;
    color: #999999;
    line-height: 1.5;
    padding-left: 5px;
  }
  
  .input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: "Roboto";
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 5px;
  }
  
  .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    background: #ff4b5a;
  }
  
  
  input.input100 {
    height: 40px;
  }
  
  
  textarea.input100 {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 13px;
  }
  
  
  .input100:focus + .focus-input100::before {
    width: 100%;
  }
  
  .has-val.input100 + .focus-input100::before {
    width: 100%;
  }
  
  

  .container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
    justify-content: center;
  }
  
  .contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: rgb(248, 176, 0);
    border-radius: 25px;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -o-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0px 0px 10px 0px rgba(255, 75, 90, 0.5);
  }
  
  .contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .contact100-form-btn:hover {
    background-color: #333333;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  }
  
  .contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  
  
  @media (max-width: 992px) {
    .wrap-contact100 {
      padding: 82px 80px 33px 80px;
    }
  }
  
  @media (max-width: 768px) {
    .rs1-wrap-input100 {
      width: 100%;
    }
  }
  
  @media (max-width: 576px) {
    .wrap-contact100 {
      padding: 82px 15px 33px 15px;
    }
  }
  

  
  .validate-input {
    position: relative;
  }
  
  .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
  
    font-family: 'Poppins';
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  
  .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
  }
  
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  @media (max-width: 992px) {
    .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }
  
  

  
  .contact100-more {
    font-family: 'Poppins';
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
  }
  
  .contact100-more-highlight {
    color: #ff4b5a;
  }
  

  .contact100-btn-hide {
    color: #333333;
    font-size: 14px;
  
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 50%;
    top: -15px;
    right: -15px;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .contact100-btn-hide:hover {
    background-color: #333333;
    color: #fff;
  }
  

  
  .contact100-btn-show {
    color: #fff;
    font-size: 39px;
  
    position: fixed;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .contact100-btn-show::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #ff4b5a;
    border-radius: 50%;
  
    top: 0;
    left: 0;
    
    box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  
    -webkit-animation: beatbtn 0.9s ease-in-out infinite;
    animation: beatbtn 0.9s ease-in-out infinite;
  }
  
  
  @keyframes beatbtn {
    0% {
      background-color: rgba(255, 75, 90, 1);
      transform-origin: center;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      background-color: rgba(255, 75, 90, 0.8);
      transform-origin: center;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  }


  


/*
* ==========================================
* CONTACT FORM ENDS
* ==========================================
*/
/*
* ==========================================
* ADRESS SECTION STARTS
* ==========================================
*/

.address {
    width: 100%;
    color: #fff;
    margin: 0px;
}

.addess-description{
  padding: 70px;
}

.addess-description span{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(248, 176, 0);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 80px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
.addess-description h2{
  font-size: 30px;
  font-family: 'Righteous';
  color: rgb(68, 68, 68);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: left;
  
}

.addess-description p{
  font-size: 15px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
}


.addess-map {
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
}


li.address-section{

  margin-top: 20px;
  margin-bottom: 20px;

}
li.address-section .fa{

  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid rgb(248, 176, 0);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}



.single-widget li.address-section .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
  color: rgb(248, 176, 0);
}


#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

.lineHeight{
  line-height: 30px;
}

/*
* ==========================================
* ADRESS SECTION ENDS
* ==========================================
*/

/*
* ==========================================
* FOOTER SECTION START
* ==========================================
*/
.main-footer {
  padding: 50px;
}

.footer-social li:first-child {
  margin-left: 0px;
}

.footer-social li {
  float: left;
  margin-left: 10px;
}

.single-widget h3{
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(51, 51, 51);
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}



.lock{
  font-weight: bold;
  border-bottom: 2px solid rgb(248, 176, 0);
  width: 40px;
  height: 3px;
  margin-bottom: 10px;

}


.single-widget-description {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1;
  color: #666666;
}

.footer-section .footer-icon {
  width: 25px;
  height: 25px;
  border-radius: 10px solid #83ac00;
  border: 2px solid #83ac00;
  border-radius: 15px;
  text-align: center;
}

.footer-section .footer-icon::after{
  content: ' \25CF';
  font-size: 10px;
  text-align: center;
  justify-content: center;
  width: 2px;
  height: 2px;
  margin-top: 0px;
  padding-top: 0px;
  color: #83ac00;
}
li.footer-section{
  margin-bottom: 12px;
}

li.footer-section a:hover p,
li.footer-section a:focus p{
  color: #23527c;
}

/*
* ==========================================
* FOOTER END
* ==========================================
*/


.vacio{

  margin-bottom: 50px;
  color: #333333;
}

.logo{
  width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 150px;
   
    transition: all 0.5s;
}

.logo2{
  width: 110px !important; 
    height: 110px;
    object-fit: cover;
    border-radius: 150px;
    border: 1px solid #282828;
    transition: all 0.5s;
    visibility: visible;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fadeInUp;
}

.contenedor_logo {
  /*  background-color: red;*/
    height: 99%;
    width: 40px;
    display: flex;
    align-items: center;
    margin-left: 0px;
}

.imagen_art_detalle{
  width: 15em !important;
  height: 15em;
  object-fit: cover;
  border-radius: 150px;
  border: 1px solid #282828;
  transition: all 0.5s;
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeInRight;
  margin-bottom: 15px;
}

.nombre_establecimiento{

  color: #F2A541;
  font-weight: bolder;
  font-size: 15px;
}

.contenedor_nombre{

  margin-top: 10px;
  margin-left: -20px;
}

.contenedor_imagen{
  display: flex;
  justify-content: space-around;
}

.pie_pagina{
  background-color: whitesmoke;
}

.linea1_art {
  display: flex;
  justify-content: space-between;
  padding-left: 0.5vh;
  padding-right: 0.5vh;
  margin-left: 1vh;
  margin-right: 0.5vh;
  align-items: center;
  margin-bottom: 10px;
}

.nombre_articulo{
    font-weight: bold;
    color: aliceblue;
    font-size: 2vh;
    width: 100%;
}

.precio_articulo{
  font-weight: bold;
  color: aliceblue;
  font-size: 2vh;
width: -1%;
}
.detalles_art {
  padding-left: 9px;




  margin-left: 3vw;
  margin-right: 5vw;
}

.texto_detalle{
  font-style: italic;
  text-align: justify;
  font-size: 1.5vh !important;
  color: #c3c3c3;
  margin-bottom: 5px;
}

.formatos_art {
  background: #5a5a5a;
  border-radius: 5px;
  margin-left: 1vh;
  margin-right: .5vh;
  margin-bottom: 0.5vh;
  padding-bottom: 0.5vw;
}

.linea_formato{
  display: flex;
  justify-content: space-between;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: 0vw;
  margin-right: 0vw;
}

.nombre_formato{
  font-weight: bold;
  color: #f0f8f2;
  font-size: 1.5vh;
  font-style: oblique;
 /* padding-left: 90px;*/
}

.alergenos {
  display: flex;
   margin-top: -10px;
  margin-left: 2vw;
  /* margin-right: 3vw; */
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
}

.articulo{
  margin-bottom: 10px;

}

.departamentos_superior{

  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  padding: 0px;
  list-style-type: none !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dep_sup{
  display: none;
  margin-bottom: -5px;
  padding-right: 10px;
}

.nombre_dep_sup{
  color: #fff;
}

.separador{
  font-weight: bolder;
  color: #eaa051;
 
}

.test_inicio{

  position: relative;
  height: 100%;
  background: #E4ECEF;
  top: 55px;

}

.separador_alergenos{
  border: 0;
  height: 12px;
  box-shadow: inset 0px -10px 8px -8px #f6a854;
  border-radius: 10px;
  margin-top: -10px;
  margin-bottom: 5px;
  margin-left: 4vw;
  margin-right: 4vw;

}

.contenedor_botones_pedido{
  display: flex;
  justify-content: space-evenly;
  background: #3c3c3c;
  margin-left: 10vw;
  margin-right: 10vw;
  border-radius: 5px;
  padding: 5px;
  color: #f9b000;
  margin-bottom: 10px;
}

.boton_pedido{
  
}

.boton_pedido.pulsada{

  animation: shakeCart 0.4s ease-in-out forwards;
  /*color: rgb(255, 0, 0);*/
  transition: color 0.5s;
}

.unidades{

  color: whitesmoke;
  font-weight: bolder;
  transition: color 0.5s;
}


.unidades.pulsada{

  animation: shakeCart 0.4s ease-in-out forwards;
  /*color: rgb(255, 0, 0);*/
  transition: color 0.5s;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.cart {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  transition: color 0.5s;
  
  box-shadow: 0px 0px 5px #d1d1d1;
}
.cart i {
  font-size: 15px;
  color: white;
}
.cart:before {
  display: none;
  content: attr(data-totalitems);
  font-size: 8px;
  font-weight: 600;
  position: absolute;
  top: -20px;
  right: 15px;
  background: #2bd156;
  line-height: 21px;
  padding: 0 5px;
  height: 20px;
  min-width: 19px;
  color: white;
  text-align: center;
  border-radius: 24px;
}
.cart.shake {
  animation: shakeCart 0.4s ease-in-out forwards;
  color: rgb(255, 0, 0);
  transition: color 0.5s;
}
@keyframes xAxis {
  100% {
    transform: translateX(calc(-50vw - 105px));
  }
}
@keyframes yAxis {
  100% {
    transform: translateY(calc(10vh + 75px));
  }
}
@keyframes shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}


.ver_carrito{

  margin-top: 35px;
 /* height: 100%;*/
}

.contenedor_carrito{
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vw;
}

.titulo_carrito{
    display: flex;
    justify-content: space-evenly;
}
.texto_titulo_carrito{
  color: whitesmoke;
    font-size: 7vw;
    font-weight: bolder;
}

.caja_carrito{

  background: whitesmoke;
  padding: 4vw;
  border-radius: 10px;
  margin-top: 15px;
}

.caja_botones{
  margin-top: 15px;
  display: flex;
  justify-content: space-around;

}

.caja_botones_enviar{
  margin-top: 15px;
  display: flex;
  justify-content: space-around;

}


.boton_cancelar{
    background: maroon;
    padding: 10px;
    border-radius: 5px;
    color: whitesmoke;
}

.boton_confirmar{
  background: rgb(3, 85, 0);
  padding: 10px;
  border-radius: 5px;
  color: whitesmoke;
}
.boton_volver{
  border-radius: 5px;
  color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

.dos_botones{
    display: flex;
    justify-content: space-between;
  }

.linea_carrito{
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  justify-content: space-around;
  width: 100%;
}

.texto_mensajes_modal{
  color: white;
}

.uds_carrito{
  width: 20%;
  text-align: right;
  padding-right: 15px;
}

.des_carrito{

  width: 50%;
}

.precio_unidad{

  width: 15%;
  text-align: right;
  padding-right: 15px;
}

.total_linea{

  width: 20%;
  text-align: right;
  padding-right: 15px;
  font-weight: bold;
}

.caja_boton_volver{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.totales_pedido{

  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;

}

.totales_pedido_formulario{
  color: #333333;
 /* margin-top: 15px;*/

  display: flex;
  justify-content: space-between;

}

.fila_botones{

  width: 100%;

}

.contenedor_botones_pedido_modificar {
  display: flex;
  justify-content: space-evenly;
  background: #3c3c3c;
  margin-left: 0vw;
  margin-right: 10vw;
  border-radius: 5px;
  padding: 5px;
  color: #f9b000;
  margin-bottom: 10px;
}

.caja_masmenos_carrito{
  width: 100%;
}

.popup{
  position: fixed;
  z-index: 10001;
  top: 60px;
  width: 100%;
  display: none;
  justify-content: space-around;
  transition: all 0.5s;
  visibility: hidden;
  transition: all 1s;

}

.texto_en_popup{
  color: whitesmoke;
  font-weight: bolder;
}

.contenido_popup {
  width: 75%;
  max-width: 600px; /* Para limitar el ancho máximo */
  background-color: #000000;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  border: solid;
  border-color: black;
  border-width: 1px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0px 0 13px 0px #000000;

  position: fixed; /* Fijo en relación a la pantalla */
  top: 50%; /* Centrado vertical */
  left: 50%; /* Centrado horizontal */
  transform: translate(-50%, -50%); /* Ajustar el punto de referencia al centro */
  color: #ffc800;
  font-weight: bolder;
  z-index: 1000; /* Asegurar que esté sobre otros elementos */
}


.contenido_popup_error{

  width: 75%;
  background-color: #850000;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  border: solid;
  border-color: 850000;
  border-width: 1px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0px 0 13px 0px #000000;

  position: fixed;
  bottom: 6vh;
  color: #ffc800;
    font-weight: bolder;

}

.popup.test{

}

.popup.visible{
  display: flex;
  transition: all 1s;
  visibility: visible; 
}


.formulario{
  margin-top: 25px;
  background: whitesmoke;
  padding: 15px;
  border-radius: 10px;
}

.linea_formulario{
  display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: column;
}

.input_formulario{
    background: #5a5a5a;
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input_formulario.error{
  background-color: #f74747;
  transition: all 0.5s;
}

.observaciones_formulario{
  background: #5a5a5a;
  border-radius: 5px;
  color: white;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.texto_formulario{
  font-weight: bold;
    font-style: oblique;
}

.texto_formulario2{
  margin-top: -15px;
  margin-bottom: -10px;
  font-weight: bold;
  font-style: oblique;
}
.radio{

  display: flex;
    justify-content: flex-start;
    margin-left: 30px;
}

.ancla_oculta{
  top: -50px;
  position: relative;
visibility: hidden;
background-color: red;
}

.texto_abajo_carrito{

  color: #333333;
 
}

.texto_total_carrito{

  color: #333333;
  font-weight: bolder;
}

.unidades_totales{
  color: #333333;
  font-weight: bolder;
}
.enlace_abajo{
  display: contents;
}

.datos_envio{
  display: none;
}

.datos_envio.visible{
  display: block;
}
.coste_envio{

  font-size: 10px;
    margin-top: -15px;
    margin-left: 30px;

}

.texto_totales_abajo{
  color: rgb(34, 34, 34);
    font-size: 4vw;
    font-weight: bolder;
    
}

.costes_envio{
  display: none;
}
.costes_envio.visible{
  display: block;
}

.carrito_menu{
  color: #f9b000 !important;
  font-weight: bolder !important;
}

.volver_atras{
  color: whitesmoke;
  font-size: 15px;
  margin-right: 5px;
}

.contenedor_volver_atras{
  display: flex;
  align-items: center;
}

.al_carrito_label{
  color: #f9b000;
  padding-right: 5px;
}
.al_carrito{
  display: flex;
    flex-direction: row;
    align-items: center;

}

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 999;
  left: 0;
  padding-top: 0vh;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
    background-color: rgb(0 0 0 / 95%);
}

/* Modal Content */

.modal-content {
    background-color: #E4ECEF;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    transition: all 0.5s;
    visibility: visible;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
    max-height: 80vh;
    margin: auto;
    
}

.modal_contenido_overlay {
    transition: all 0.5s;
    background: #E4ECEF;
    padding: 20px;
    border-radius: 10px;
    width: 98%;
    max-width: 900px;
    height: 90vh;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,1);
    animation: crecerModal 0.3s ease-out;
    scrollbar-width: none;
}


.close {
    color: #f2a541 !important;
    float: right;
    font-size: 35px;
    font-weight: bold;
    margin-top: -10px;
    opacity: 100%;
}

.contendor_ventas_articulos {
    max-height: 72vh;
    overflow-y: scroll;
    /* padding: 10px; */
    /* box-sizing: border-box; */
    width: 100%;
    scrollbar-width: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.boton_cerrar_modal{
  transition: all 0.5s;
  visibility: visible; 
  animation-duration: 3s;
  animation-iteration-count: 1;  
  animation-name: fadeIn;

 /* background: #1c1c1c;
    color: white;
    border-radius: 5px;
    height: 25px;
    width: 80px;
    box-shadow: 0px 0px 2px 0px #161616;*/
}

.cerrar {
  
    color: #f2a541 !important;
  
   
}
.caja_modal{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.superior_modal{

  margin-top: -1em;
  width: 100%;
  display: flex;
  justify-content: flex-end;

}

.inferior_modal{

  height: 100%;

}




.precio_detalle{
  transition: all 0.5s;
  visibility: visible; 
  animation-duration: 3s;
  animation-iteration-count: 1;  
  animation-name: fadeIn;

  color: black;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: bolder;
}

.dos_columnas{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
}

.art_titulo_detalle{


  font-weight: 600;
  font-size: 1.1em;
  text-align: left;
  line-height: 1;
  color: #9b9b9b;

}

.art_desc_amp_detalle{
  transition: all 0.5s;
  visibility: visible; 
  animation-duration: 3s;
  animation-iteration-count: 1;  
  animation-name: fadeIn;
  line-height: 1.05;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contenido_detalles{
  width: 85vw;
}

.contenido_detalles_imagen{
  width: 85vw;
    display: flex;
    justify-content: center;
}

.alergenos_detalle {
  transition: all 0.5s;
  visibility: visible;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  display: flex;
  margin-top: 0px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.logo_alergeno_det {
  transition: all 0.5s;
  visibility: visible;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}


.formatos_art_detalle{
  transition: all 0.5s;
  visibility: visible;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: fadeIn;

  background: #e7e7e7;
  border-radius: 5px;
  margin-left: 1vh;
  margin-right: 0.5vh;
  margin-bottom: 0.5vh;
  padding-bottom: 0.5vw;
}

.linea_formato_detalle{
  transition: all 0.5s;
  visibility: visible;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: fadeIn;

  display: flex;
  justify-content: space-between;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: 0vw;
  margin-right: 0vw;
  color: black;
}

.nombre_formato_detalle{
  font-weight: bold;
  color: #141414;
  font-size: 1.5vh;
  font-style: oblique;
 /* padding-left: 90px;*/
}

.contenedor_botones_pedido_detalle{
  transition: all 0.5s;
  visibility: visible;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  
  display: flex;
  justify-content: space-evenly;
  background: #3c3c3c;
  margin-left: 10vw;
  margin-right: 10vw;
  border-radius: 5px;
  padding: 5px;
  color: #f9b000;
  margin-bottom: 10px;
}

.titulo {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    color: rgb(64, 64, 64);
    font-weight: bolder;
}

.contenedor_inicio{
 
  position: absolute;
  top: 65px;
  color: #fff;
 /* font-size: 30px;*/
	overflow-x:hidden;
  width: 100%;

  display: flex;
  flex-direction: column;
 

}

.contenedor_inicio_grande {
  position: absolute;
  top: 0vh;
  color: #fff;
  /* font-size: 30px;*/
  overflow-x: hidden;
  padding-left: 15px;
  margin-left: 295px; /* Agrega un margen izquierdo de 300px */
  width: calc(100% - 295px); /* Calcula el ancho restando 300px del 100% */
  display: flex;
  flex-direction: column;
  background-color: #E4ECEF;
}


.seccion_panel{

  width: 100%;
  
    position: relative;
    padding: 0px;
    margin-bottom: 20px;

}

.seccion_panel_busca_dest{

  width: 95%;
    left: 2.5%;
    position: relative;
    padding: 0px;

    top: 120px;

}

.titulo_seccion_panel{
  margin-bottom: 15px;
}

.lb_titulo_seccion_panel{
  color: #f6a853;
  font-weight: bolder;
  font-size: 0.8em;
  text-transform: uppercase;
}



.caja_seccion {
  display: flex;
  width: 98%;
  background-color: whitesmoke;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  border: solid;
  border-width: 1px;
  border-color: #4e4e4e;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  height: auto !important;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-bottom: 15px;
  gap: 20px !important;
  padding: 15px;
  flex-direction: column;
}

.caja_seccion_articulos {
  width: 98%;
  background-color: whitesmoke;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  border: solid;
  border-width: 1px;
  border-color: #4e4e4e;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  /*height: calc(100vh - 130px) !important;*/
  height: 600px;
  margin-bottom: 25px;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-top: 15px;
}


.caja_botonera {
  position: fixed;
  top: 0;
  left: 0;
  
  z-index: 1000;
  /*background-color: #4e4e4e;*/
  text-align: center;
  -moz-box-shadow: 0 8px 6px -6px black;
  /*padding: 8px;*/
  margin: 0;
 /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);*/
  margin-left: 295px;
  height: 60px;
  width: calc(100% - 294px);


  /*display: flex;
  align-items: center;*/
  justify-content: space-around;
  background-color: #333;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #f5f5f5;



}

.caja_botonera_movil{
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
 
  text-align: center;
  -moz-box-shadow: 0 8px 6px -6px black;
  padding: 8px;
  margin: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
 
  height: 60px;

  justify-content: space-around;
  background-color: #18374C;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  border-top: 2px solid #000000;
  
}

.fila_articulo_lista{

}

.tabla_articulos{}

.cont_busca_dest{

}

.cabecera_fija_arts_col1{
  font-size: 16px;
  color: black;
  font-weight: bolder;
  text-align: left;
  width: 60%;

}
.cabecera_fija_arts_col2{
  font-size: 16px;
  color: black;
  font-weight: bolder;
  text-align: right;
  width: 30%;

}
.cabecera_fija_arts_col3{
  font-size: 16px;
  color: black;
  font-weight: bolder;
  text-align: right;
  width: 10%;

}

.cabecera_izq{
  font-size: 16px;
  color: black;
  font-weight: bolder;
  text-align: left;
 

}

.cabecera_der{
  font-size: 16px;
  color: black;
  font-weight: bolder;
  text-align: right;
}

.col1_art{

  text-align:left;
  width: 60%;

}

.col2_art{

  text-align: right;
  width: 30%;
  padding-right: 0.5em;
}

.col3_art{
text-align: right;
width: 109%;
color: #292929;
padding-right: 3px;
}

/* Table */

table {
  /*margin-bottom: 1em;*/
  width: 100%;
}

  table tbody tr:nth-child(1n+1) {
    /* filas pares */	
          background: #edeeed;
  }	
  table tbody tr:nth-child(2n+1) {
    /* filas impares */
          background: #fdfdfd;
  }

table td {
    /* padding: 0.1em 0.3em 0.1em 0.3em; */
    padding-left: 0.25em;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    padding-right: 0.25em;
}

  table th {
    text-align: left;
    font-weight: 700;
    padding: 0.1em 0.3em 0.4em 0.3em;
  }

  table thead {

    border-bottom: solid 1px #ddd;
  }

  table tfoot {
    border-top: solid 1px #ddd;
    background: #eee;
  }

  .texto_nor_tabla{
    font-size: 14px;
    font-weight: bold;
  }

  .texto_peq_tabla{
    font-size: 9px;
  }

  .labels_form{
    font-size: 15px;
    color: black;
  }

  .labels_form_tarifa_formatos{
    margin-right: 10px;
    font-size: 15px;
    color: black;
   /* width: 130px;*/
  }

  .labels_form_desc_paginas_packs{
   /* margin-right: 10px;*/
    font-size: 15px;
    color: rgb(48, 48, 48);
   /* width: 130px;*/
  }

  .form-group {
    margin-bottom: 15px;
    text-align: left;
    
}

.sep_formato{
 
}

.bt_no_activo{
  color: #a50000 !important;
  cursor: pointer;
  background-color: #a50000 !important;
  border-radius: 0.4em;
  text-align: center;
  text-shadow: none !important;
  font-size: 60%;
  width: 25px;
  height: 25px;
  padding: 5px 5px;
  border: none;
  box-shadow: 0px 0 2px 0px black;
}

.bt_activo{
  color: #a50000 !important;
    cursor: pointer;
    background-color: #05a907 !important;
    border-radius: 0.4em;
    text-align: center;
    text-shadow: none !important;
    font-size: 60%;
    width: 25px;
    height: 25px;
    padding: 5px 5px;
    border: none;
    box-shadow: 0px 0 2px 0px black;
}

.bt_entrar{
  color: #18374C   !important;
  cursor: pointer;
  background-color: #F2A541  !important;
  border-radius: 0.4em;
  text-align: center;
  text-shadow: none !important;
  font-size: 100%;
  width: 90px;
  height: 45px;
  padding: 5px 5px;
  border: none;
  box-shadow: 0px 0 2px 0px black;
  font-family: system-ui;
  font-weight: bolder;
}

.caja_form{
  border-radius: 5px;
  padding: 5px;
  color: #18374C  ;
  font-family: system-ui;
}

.asterisco_requerido{
  font-weight: bolder;
  color: maroon;
  padding-left: 5px;
}

.text_area_desc_amp{
  display: block;
    width: 100%;
    height: 15vh;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bt_guardar{
  color: #f1f1f1 !important;
  cursor: pointer;
  background-color: #008302 !important;
  border-radius: 0.4em;
  text-align: center;
  text-shadow: none !important;

  width: 100px;
  padding: 10px 15px;
  border: none;
  box-shadow: 0px 0 5px 0px black;
}

.bt_volver{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

}

.bt_volver:hover{
  background-color: #555;
  color: #ffd700;
  border-radius: 8px;
 /* padding: 5px;*/
}

.bt_volver_busca_dest{
  color: #f1f1f1 !important;
  cursor: pointer;
  background-color: maroon !important;
  border-radius: 0.4em;
  text-align: center;
  text-shadow: none !important;
  /* font-size: 60%; */
  width: 100px;
  padding: 10px 0px;
  border: none;
  margin-bottom: 10px;
  box-shadow: 0px 0 5px 0px black;

}




.cont_botones_funcion {
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bt_articulo_activo{
  background: green;
  padding: 10px 31px;
  font-size: 25px;
  border-radius: 10px;
  box-shadow: 0px 0 5px 0px black;

}

.bt_articulo_no_activo{
  background: maroon;
  padding: 10px 31px;
  font-size: 25px;
  border-radius: 10px; 
  box-shadow: 0px 0 5px 0px black;

}
.estado_art_edicion{
  display: flex;
    flex-direction: row;
    justify-content: center;
}

.cont_imagen_edita_art{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.imagen_art{
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #282828;
  transition: all 0.5s;
}

.imagen_portada{
  width: 350px;
  height: 175px;
  object-fit: fill;
  border-radius: 15px;
  border: 1px solid #282828;
  transition: all 0.5s;
}

.cont_botones_guarda_imagen{

}

.cont_botones_funcion_abajo{
  margin-top: 20px;
  padding: 0px 3vw 0px 2vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
}

.botones_guarda_imagen{
font-size: 15px;
    color: wheat;
    background: black;
    padding: 10px;
    line-break: auto;
    width: 90px;
    border-radius: 10px;
    margin-top:15px;
}

.botones_elimina_imagen{
  font-size: 15px;
      color: wheat;
      background: rgb(70, 1, 1);
      padding: 10px;
      line-break: auto;
      width: 90px;
      border-radius: 10px;
      margin-top:15px;
  }

.form-control-file{
  color: black;
    font-size: 10px;
    margin-top: 10px;
}


.caja_alergenos_edita_art{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.img_aler_edita_art{
    padding: 10px;
   background:red;
    border-radius: 10px;
    transition: all .5s;

}


.img_aler_edita_art_selec{
      padding: 10px;
    background: green;
    border-radius: 10px;
    box-shadow: inset #ffd15c 0px 0px 7px 1px;
    transition: all .5s;
}

.div_aler_edita_art{
      width: 25vw;
    margin-bottom: 25px;

}

.atajos{

  margin-top: 15px;
  margin-bottom: 15px;

}


.atajo{
  color: white !important;
  padding-left: 10px;
  font-size: 20px;
}

.fila_atajo{

  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 10px;
}

.precio_desc_formato{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.linea_precio_desc_formato{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.ancho_precio_formato{
  width: 100px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #21f33d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #21f33d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.label_slider{
  font-size: 15px;
    color: black;
    margin-left: 10px;
}

.linea_slider_formatos_activos{
  display: flex;
  align-items: center;
  justify-content: center;
}

.linea_slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.un_formato{
  padding-bottom: 15px;
  background: #dbdbdf;
  text-align: left;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.add_destacado{
  background-color: #008302 !important;
  transition: 0.2s all;
  padding: 8px 15px 15px 15px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 25px;
  box-shadow: 0px 0 5px 0px black;
  width: 100px;
  height: 40px;
  margin-bottom: 10px;
}

.cambia_boton_rojo{
  background-color: maroon !important;
  transition: 0.2s all;
}

.confirma_fila{
  background-color: #008302 !important;
  /* padding: 5px; */
  padding: 8px 15px 15px 15px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 25px;
  box-shadow: 0px 0 5px 0px black;
  width: 300px;
  height: 40px;
  display: none;
}

.titulo_busca_dest{
  color: wheat;
  font-size: 25px;
  font-weight: bolder;
}


.cont_busca_dest{

}

.cabecera_modal_busca_dest{
  position: fixed;
    z-index: 100001;
    background: black;
    width: 100%;
    padding: 10px;
    top: 0;
    box-shadow: 0 0 4px 1px #e3e3e3;
}

.cabecera_fija_tabla{
  box-shadow: 0px 2px 2px -1px black;
}

.fila_tabla{

}

.boton_check{
  color: #666666;
}

.div_sup_busqueda{
  background-color: red;
  position: fixed;
  top: 0;
  height: 75px;
  width: 100%;
}


.div_med_busqueda{
margin-top: 75px;
}

.caja_oculta{
  padding-right: 5px;
 /* background-color: red;*/
  height: auto;
}


.caja_busca_articulo_des{

 /* background-color: #05a907;*/
  height: 300px;
/*  border-radius: 15px;*/
  margin-top: 15px;
  overflow: scroll;

}

.caja_lista_articulos{

  /* background-color: #05a907;*/
   height: 468px;
 /*  border-radius: 15px;*/
   margin-top: 5px;
   overflow: scroll;
 
 }


.pie_fantasma{

  background-color: red;
  height: 1000px;

}

.fila_busco_para_dest{



}

.fila_seleccionada{
  background: #f9b000 !important;
}

.fila_seleccionada2{
  background-color: red !important;
}

.texto_modal_mensajes{
  color: red;
  /* text-shadow: 0 -1px 0px black; */
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  padding: 10px;

}

.boton_si{
	border: none;
    color: white !important;
    background-color: green !important;
    font-size: 20px;
    font-weight: bolder;
    width: 80px !important;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0px black;
}

.boton_no{

	border: none;
    color: white !important;
    background-color: maroon !important;
    font-size: 20px;
    font-weight: bolder;
    width: 80px !important;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 0 4px 0px black;
}

.botones_si_no{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}














@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading {
  height: 100px;
  width: 100px;
  border: 13px solid transparent;
  border-top-color: #4a4a4a;
  border-bottom-color: #b5b5b5;
  border-radius: 100%;
  animation: loading 1s infinite linear;
  display: none;
  position: absolute;
  transition: 0.5s all;
  
}


.linea_menu_padre {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: bolder;
  font-style: italic;
  border-top: none;
  border-bottom: solid;
  border-bottom-color: #fad0a2;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  height: 35px;
}

.linea_menu_hijo {
  display: flex !important;
  align-items: center;
  padding-left: 15px !important;
  margin-bottom: -10px;
  margin-top: -10px;
  background: #E4ECEF;
  font-family: 'Poppins' !important;
  font-size: 16px !important;
  text-transform: capitalize;
  gap: 5px;
  color: #18374C !important;
  font-weight: bold;

}

.bt_nuevo {
  color: #f1f1f1 !important;
  cursor: pointer;
  background-color: #000000 !important;
  border-radius: 0.4em;
  text-align: center;
  text-shadow: none !important;
  /* width: 100px; */
  padding: 10px 15px;
  border: none;
  box-shadow: 0px 0 5px 0px black;
}

.labels_form{
  font-size: 15px;
  color: #009983;;
  margin-bottom: 5px;
}

.labels_form2{
  font-size: 15px;
   color: #292929;
  margin-bottom: 5px;
}

.labels_form_tarifa_formatos{
  margin-right: 10px;
  font-size: 15px;
  color: black;
  width: 130px;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
  
}
  .modal_guardando {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal_contenido {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.spinner {
    margin: 20px auto;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tipo-pack {
  margin: 5px;
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #535353;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

.tipo-pack.activo {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.botones_pack {
  display: flex;
  justify-content:space-between;
  
}

.ancho-4 {
  width: 4ch; /* Ancho para 4 caracteres */
  text-align: center; /* Centra el texto dentro del campo */
}


.ancho-40 {
  width: 100%;
  max-width: 300px; /* Máximo ancho para campos de texto */
}

.unidad-pagina {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.unidad-pagina input {
  margin-left: 10px;
  margin-right: 10px;
}

.seccion_pagina_packs{
  margin-top: 10px;
  margin-bottom: 5px;
}

/* Contenedor principal para menú y contenido */
#main-container {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

/* Menú lateral fijo */
#menu {
  width: 300px;
  background-color: #18374C;
  color: white;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -5px;
  scrollbar-color: #E4ECEF;
  ;
}

/* Contenido principal */
#content {
  margin-top: -40px;
  margin-left: 300px; /* Deja espacio para el menú */
  flex: 1; /* Ocupa el resto del espacio */
  overflow-y: auto; /* Permite desplazamiento vertical si es necesario */
  padding: 20px;
  
  color: white;
  box-sizing: border-box;
}

/* Menú colapsable para pantallas pequeñas */
@media (max-width: 991px) {
  #menu {
      position: static;
      width: 100%;
      height: auto;
      overflow-y: visible;
     
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      background-color: #333;
  }

  #content {
      margin-left: 0; /* Elimina el margen para pantallas pequeñas */
  }
}

/* Menú oculto en pantallas pequeñas (cuando está colapsado) */
.navbar-collapse.collapse:not(.in) {
  display: none; /* Ocultar completamente el menú */
}

/* Menú en transición (mientras se está desplegando) */
.navbar-collapse.collapsing {
  display: block;
  width: 100%;
  background-color: #18374C; /* Ajusta el fondo si es necesario */
  position: absolute; /* Asegura que no ocupe espacio cuando aparece */
  z-index: 1000;
  left: 0;
  top: 50px; /* Ajusta según la altura del navbar */
  

}

/* Menú visible cuando está expandido */
.navbar-collapse.collapse.in {
  display: block;
  width: 100%;
  background-color: #18374C; /* Ajusta el fondo si es necesario */
  position: absolute; /* Asegura que no ocupe espacio cuando aparece */
  z-index: 1000;
  left: 0;
  top: 50px; /* Ajusta según la altura del navbar */
  height: 100vh;
}


.solo_pant_grande {
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 10px; */
  gap: 10px;
  margin-left: 20px;
  margin-top: -5px;

}


/* Ocultar en pantallas pequeñas */
@media (max-width: 991px) {
  .solo_pant_grande {
      display: none; /* Oculta el contenedor en pantallas pequeñas */
  }
}


/* Animación fade-in */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/* Clase para activar el fade-in */
.fade-in {
  animation: fadeIn 0.2s ease-in-out; /* Duración de 1 segundo */
  opacity: 1; /* Asegura que el contenedor sea completamente visible después del fade-in */
}

.oculto{
  display: none;
}

.oculto--{
  height: 0px;
    visibility: hidden;
}


/* Estilos para navegadores modernos */
::-webkit-scrollbar {
  width: 12px; /* Ancho de la barra vertical */
  height: 12px; /* Altura de la barra horizontal */
}

::-webkit-scrollbar-track {
  background: #f0f0f0; /* Color del fondo del track */
  border-radius: 10px; /* Bordes redondeados */
}

::-webkit-scrollbar-thumb {
  background: #888; /* Color del "pulgar" de desplazamiento */
  border-radius: 10px; /* Bordes redondeados */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color del "pulgar" al pasar el cursor */
}

/* Opcional: Estilo para cuando la barra está activa */
::-webkit-scrollbar-thumb:active {
  background: #333; /* Color cuando se está usando la barra */
}

.caja_de_precios {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.caja_un_precio {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.es_precio{
  width: 75px;
  text-align: center;
}

.caja_checks_articulo {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 5%;
}

.caja_un_check {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fila_formato {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
  border: solid 1px black;
  margin: 10px;
  border-color: black;
  display: flex;
  flex-direction: column;
}

.detalles_fila_formato {
  display: flex;
  flex-wrap: wrap; /* Permite que los elementos se ajusten en varias líneas si es necesario */
  justify-content: space-between; /* Distribuye los elementos horizontalmente con espacio entre ellos */
  align-items: center; /* Centra los elementos verticalmente */
  gap: 15px; /* Espacio entre los elementos */ 

}

.detalles_fila_formato > * {
  flex: 1 1 auto; /* Los elementos se ajustan automáticamente según el espacio disponible */
  min-width: 120px; /* Establece un ancho mínimo para evitar que los elementos se reduzcan demasiado */
  box-sizing: border-box; /* Asegura que el padding y el borde se incluyan en el ancho total */
}

@media (max-width: 768px) {
  .detalles_fila_formato {
    flex-direction: column; /* Cambia a diseño vertical en pantallas más pequeñas */
    align-items: flex-start; /* Alinea los elementos a la izquierda */
  }

  .detalles_fila_formato > * {
    flex: 1 1 100%; /* Los elementos ocupan el 100% del ancho disponible */
  }
}

.ancho_desc_formato{
  width: 250px;  
}
.color_negro{
  color:#000 !important;
}

.pestana_articulos{
  display: none;
}

.titulo_pestana{
  font-weight: bolder;
  scroll-margin-top: 
  60px; /* Espacio superior compensado para la barra */
}

.pestana {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.pestana.expandido {
  height: auto; /* Permite que el contenido crezca automáticamente */
 /* padding: 15px; /* Padding cuando está expandido */
  opacity: 1; /* Hace visible el contenido */
  padding-left: 10px;
}

.dos_opciones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  justify-items: center;
  align-items: center;
}


.una_opcion {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  background: #e9e9e9;
  padding: 10px;
  border-style: solid;
  border-radius: 10px;
  width: 185px;
}

.select{
  color:#000;
}


.card-terminal {
  max-width: 500px;
    background:#18374c;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

   
}
.card-terminal:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.card-header {
    background-color: #F2A541;
    color: #18374C;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.card-body {
    padding: 20px;
    /* background-color: #1a1a1a; */
    background-color: #18374c;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    color: #F2A541;
    gap: 15px;
    padding-left: 3vw;
    padding-right: 3vw;
}
.card-linea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-linea span:first-child {
    font-weight: 500;
}
.card-linea span:last-child {
    font-weight: bold;
}

.linea-superior {
  margin-top: -10px;
    font-size: 14px;
       color:#E4ECEF  ;
}

.linea-operaciones {
  margin-top: -10px;
  font-size: 12px;
  color:#E4ECEF  ;
  
}

.linea-fps-terminal {
    font-size: 12px;
    color: #E4ECEF;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); 
    justify-items: center;
    gap: 4px; /* opcional, espacio entre columnas */
}


.linea-superior span {
    font-weight: bold;
      color:#E4ECEF  ;
}

.linea-total {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linea_saldos_pendientes {
    font-size: 16px;
    /* font-weight: bold; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e4ecef;
}

.linea_saldos_pendientes_sublinea {
    font-size: 12px;
    /* font-weight: bold; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e4ecef;
    margin-top: -10px;
}

.linea-total-turno {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* color:#E4ECEF  ;*/
}


.linea_botones_orden {
    font-size: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    gap: 10px;
}


.linea-fp-turno {
    font-size: 14px;
    /*font-weight: bold;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* color:#E4ECEF  ;*/
    margin-bottom: 5px;
}


.linea-operaciones-turno {
    font-size: 12px;
    /* font-weight: bold; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* color: #E4ECEF; */
    margin-bottom: 5px;
    gap: 5px;
}

.negrita{
  font-weight: bolder;
}

.color_primario{
  color: #18374c;
}

.linea-anulacion {
    font-size: 14px;
    /* font-weight: bold; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    flex-direction: row;
    gap: 10px;
}


.titulo_anulacion {
 color:#4A768D;  
}

.desglose-fps-turnos{
  margin-top:5px;
 
}

.panel_informacion {
    background-color: transparent;
    padding: 3px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); /* ← clave */
    gap: 16px;
    justify-content: center;
    margin-left: 2.5px;
    margin-right: 2.5px;
    width: 99%; /* puedes activarlo si ayuda */
}


.mas_info_caja_terminal{

}

.linea_en_modal {
    display: flex;
    align-items: center;
    gap: 10px;
}


.info_desglose_turnos {
    background-color: #E4ECEF;
    color: #4A768D;
    border-radius: 7.5px;
    box-shadow: 0 0px 2px 0px rgb(228 236 239);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.grafico-terminal {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 10px;
}


.resumen-caja-mov {
    background-color: #E4ECEF;
    color: #4A768D;
    padding: 10px;
    border-radius: 7.5px;
    box-shadow: 0 0px 2px 0px rgb(228 236 239);
}

.tabla_datos {
    background-color: #E4ECEF;
    color: #4A768D;
    padding-top: 10px;
    padding-bottom: 10px;
   /* padding-left: 3px;
    padding-right: 3px;*/
    border-radius: 7.5px;
    box-shadow: 0 0px 2px 0px rgb(228 236 239);
}


.resumen-caja-mov p {
    margin: 4px 0;
}

.resumen-caja-mov h5 {
    margin-top: 10px;
    font-weight: bold;
}

.btn-detalles {
    margin-top: 10px;
    background-color: #f2a541;
    color: #18374c;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.btn-ver-anulacion {
    /* margin-top: 10px; */
    background-color: #f2a541;
    color: #18374c;
    border: none;
    border-radius: 6px;
    padding: 0px 6px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    height: 20px;
}


.btn_ver_ventas_dep {
    /* margin-top: 10px; */
    background-color: #f2a541;
    color: #18374c;
    border: none;
    border-radius: 6px;
    /* padding: 0px 6px; */
    font-weight: bold;
    cursor: pointer;
    width: 80%;
    height: 20px;
    /* margin-left: 5px;*/
}


.detalles-caja-mov table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.detalles-caja-mov table td,
.detalles-caja-mov table th {
    padding: 4px 4px;
    border-bottom: 1px solid #ccc;
}

.detalles-caja-mov table tr:last-child td {
    border-bottom: none;
}


.selector-fecha {
    font-size: 125% !important;
    margin-bottom: 1em !important;
    text-align: center;
    color: #18374c;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-shadow: -1px -1px 0px rgb(0 0 0 / 25%);
    /* padding-left: .5em; */
    gap: 25px;
    display: flex;
    justify-content: center;
    margin-left: 0px;
}

@keyframes textoParpadeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.cambio-destacado {
    animation: textoParpadeo 1s ease-in-out 2;
}

.tabla_anulaciones{
  font-size: .75em;
}

.si_comp {
    font-size: 12px;
    font-weight: bolder;
    color: #d60e00;
    padding-top: 0px;
    margin-top: -4px !important;
    margin-bottom: -4px !important;
    display: flex;
}

.dato_anulacion{
    color: #18374c;
    font-weight: bolder;
}

.sublinea_resumen {
    margin-top: 5px;
    margin-bottom: 10px;
}

.tabla_ventas_horas {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
   
}

.cabecera_derecha {
    text-align: right;
}

.caja_operaciones_turno {
    margin-bottom: 10px;
    /* background: white; */
    /* padding: 10px; */
    /* border-radius: 10px; */
    /* border-style: solid; */
    /* border-color: #18374c; */
    /* border-width: 1px; */
}


.tabla_ventas_dep{

}

.modal_fullScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8); /* Fondo semitransparente oscuro */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_fullScreen_contenido {
    background-color: #E4ECEF;
    width: 95%;
    height: 95%;
    border-radius: 10px;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    animation: crecerModal 0.3s ease-out;
}




@keyframes crecerModal {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.tabla_lineas_factura{
  font-size: 12px;
}



.separador_fra {
    /* margin-top: 10px !important; */
    /* margin-bottom: 5px !important; */
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #eeb76e, transparent);
    margin-top: 5px;
}

.contenedor_todas_fras {
    overflow: scroll;
    height: 80vh;
    width: 100%;
    scrollbar-width: none;
}

.contenedor_todos_saldos {
    overflow: scroll;
   /* height: 80vh;*/
   margin-bottom: 25px;
    width: 100%;
    scrollbar-width: none;
}


.titulo_modal {
    font-size: 1.25rem;
    font-weight: bold;
    color: #F2A541;
    margin: 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    
}

.accesos_anclas {
 /*   padding-left: 10px;
    padding-right: 10px;*/
}

.boton_up {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.icono_up  {
    color: #18374c;
    font-size: 2rem;
}


/* Contenedor para los enlaces de navegación de terminales */
.terminal-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 20px;
    overflow: scroll;
    flex-direction: row;
    scrollbar-width: none;
}

/* Estilo de cada enlace (píldora) */
.terminal-link {
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 11px;
    background-color: #18374c;
    color: #f0f0f0;
    transition: all 0.3s ease;
    border: 0px;
    white-space: nowrap;
    margin-left: 8px;
    margin-right: -8px;
    height: 30px;
}
/* Efecto al pasar el ratón por encima */
.terminal-link:hover {
    background-color: #5a677d;
  /*  transform: translateY(20px); /* Pequeño efecto de elevación */
        border-color: #f39c12;
}

/* Estilo para el enlace que está ACTIVO */
.terminal-link.active {
    background-color: #f39c12; /* Color naranja principal de tu web */
    color: #2c3e50;            /* Texto oscuro para buen contraste */
    font-weight: bold;
    border-color: #f39c12;
}
.terminal-link:visited{
  color: #f0f0f0;
}