@media screen and (max-height: 1024px) {

  .main-container {
    width: 80%;
    max-width: 1000px;
    margin: 150px 100px 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .containers {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: rgba(240, 241, 241, 0.7);
  }

}
@media screen and (max-width: 1370px) {

  .main-container {
    width: 80%;
    max-width: 1000px;
    margin: 80px -80px 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .containers {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: rgba(240, 241, 241, 0.7);
  }
  .timeline-item:before {
  
    font-size: 20px;

  }
  .hero_area {
    height: auto;
  }

  .slider_section {
    padding: 50px 0;
  }

  .quote_btn-container {
    display: none;
  }

  .quote_btn-container a {
    display: none;
  }
 
  .header_section {
    background-color: #F5F9F8;
  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px; /* Redondear las esquinas */
    width:70%;
    margin: auto;
  }
  .header_section .quote_btn-container a {
    color: #000000;
    text-transform: uppercase;
  }
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 30px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
  }

.ver{
  display: block;
}
.toggle-button {
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.toggle-button img {
    width: 24px;
    height: 24px;
}



.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}




.toggle-button img {
  width: 24px;
  height: 24px;
}


.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}





.toggle-button {
  width: 50px;
  height: 50px;
  background-color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}


}
.Conocenos{
  display:  none;
}

@media screen and (max-width: 992px) {
  .custom_nav-container .nav_search-btn {
    background-position: center;
  }

  .map_section .form_container form {
    width: 450px;
  }
  .logo-item-desktop{
    display: none;
  }
  .Conocenos{
    display:  block;
  }
}
@media screen and (min-width: 992px) {

  .logo-item{
    display: none;
  }

  
}
@media screen and (max-width: 768px) {
    .slider_detail-box {
    text-align: center;
  }

  
  .info_section .col-md-3 {
    text-align: center;
  }

  .info_section .col-md-3:not(:nth-last-child(1)) {
    margin-bottom: 35px;
  }

  .tasty_section h2 {
    font-size: 80px;
  }

  .contact_section {
    background-size: cover;
  }

  .info_items {
    flex-direction: column;
    align-items: center;
  }

  .info_items .item {
    margin: 20px 0;
  }

  .info_items::before {
    display: none;
  }

  .slider_img-box {
    margin: 25px 0 45px 0;
  }

  .carousel-indicators {
    bottom: -5%;
  }

  .col-md-6.offset-md-2 {
    margin: 40px 0;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .client_section .client_container {
    flex-direction: column;
    align-items: center;
  }

  .client_section .pl-100 {
    padding-left: 0;
  }

  .client_section .client_container .img_box {
    margin: -150px auto 25px auto;
  }

  .client_section .client_container {
    margin-top: 100px;
  }

  .gallery-section .container {
    flex-direction: column;
  }

  .gallery-section .img_box {
    width: 100% !important;
  }

  .map_section .form_container {
    width: 100%;
  }

  .map_section .form_container form {
    width: 100%;
  }

  .map_section #map {
    position: relative;
    height: 450px !important;
  }
}

@media (max-width: 480px) {
  .slider_detail-box h1 {
    font-size: 40px;
  }
}

@media (max-width: 420px) {
}

@media (max-width: 360px) {
  .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider_detail-box .btn-box .btn-1 {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

}
/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .main-container {
      max-width: 1100px;
      padding: 15px;
  }

  .containers {
      padding: 15px;
      margin-top: 15px;
      margin-bottom: 25px;
  }

  .search-container input, .search-container select {
      width: 80%;
      padding: 8px;
  }

  table, th, td {
      padding: 8px;
      font-size: 14px;
  }
}

@media (max-width: 768px) {
  .main-container {
      max-width: 750px;
      padding: 10px;
  }

  .containers {
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 20px;
  }

  .search-container {
      flex-direction: column;
  }

  .search-container input, .search-container select {
      width: 100%;
      padding: 8px;
      margin-bottom: 10px;
  }

  table, th, td {
      padding: 6px;
      font-size: 12px;
  }

  th, td {
      white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .main-container {
      max-width: 100%;
      padding: 5px;
  }

  .containers {
      padding: 5px;
      margin-top: 5px;
      margin-bottom: 15px;
  }

  .search-container input, .search-container select {
      width: 100%;
      padding: 5px;
      margin-bottom: 5px;
  }

  table, th, td {
      padding: 4px;
      font-size: 10px;
  }

  th, td {
      white-space: nowrap;
  }
}
/* Media query para pantallas medianas (tablets) */
@media (max-width: 1200px) {
  .main-container {
      max-width: 1100px; /* Reducción para pantallas medianas */
  }
}

/* Media query para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .main-container {
      max-width: 750px; /* Reducción adicional para pantallas pequeñas */
  }
}

/* Media query para pantallas muy pequeñas */
@media (max-width: 480px) {
  .main-container {
      max-width: 100%; /* Para pantallas muy pequeñas, usar el 100% del ancho */
      padding: 10px;   /* Reducir el padding para ajustarlo a pantallas pequeñas */
  }
}
