#pro_ct .container {
      margin-bottom: -30px;
    }
    
   #pro_ct .row {
      display: flex;
      flex-wrap: wrap;
      
    }

                 
    .productos {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: 50%; /* Mantiene las columnas iguales */
      box-sizing: border-box;
      
    }
    
    .about_box {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 180px; /* Ajusta según tus necesidades */
      margin-top: 20px;
      
    }
    
    .about_imagen {
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 300px;
    }
    
    .about_imagen img {
      max-height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }
    
    p {
      max-width: 100%;
      word-wrap: break-word;
      text-align: justify;
      line-height: 1.5;
    }
    
   #productModalLabel{
      margin-left: 15%;
      margin-top: 15px;
      color: green;
      font-weight: bold;
      font-size: 25px;
   }  
   .modal-image {
    max-height: 400px;
    object-fit: cover;
   }
   .modal-body {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .col-md-5 {
      width: 100%;
      max-width: 100%;
    }
    
    .col-md-7 {
      width: 100%;
      max-width: 100%;
    }
    
    .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      border-radius: 8px;
    }
    
    .table {
      width: 100%;
      border-collapse: collapse;
    }
    
    .table th, .table td {
      padding: 5px;
      text-align: left;
      border: 1px solid #ddd;
    }
    #pro_ct p {
      font-size: 11px;
    }
    #productTabs p {
      text-align: auto;
      line-height: 1.3;
      hyphens: auto;
    }
    .info-text {
      font-size: 14px;
      text-align: justify;
      margin: 0;
      word-wrap:normal;
      max-width: 100%;
    }
    .modal-open {
      overflow: hidden;
      background: none;
    }
    
    
    

    
    @media (min-width: 768px) {
    
      .col-md-5 {
        width: 40%;
        max-width: 40%;
        margin-left: 20px;
      }
    
      .col-md-7 {
        width: 60%;
        max-width: 60%;
      }
      .productos {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          max-width: 40%; /* Mantiene las columnas iguales */
          box-sizing: border-box;
          
        }

        .about_imagen img {
          max-height: 50%;
          object-fit: cover;
          border-radius: 8px;
        }
        
        #pro_ct.container {
          margin-bottom: -50px;
        }
        #pro_ct .about_box {
          margin-top: 40px;
          
        }
        #specificationsInfo {
          font-size: 12px !important;
          text-align: justify !important;
          word-break: break-word !important;
          white-space: normal !important;
          overflow-wrap: break-word !important;
          max-width: 100% !important;
          padding: 10px !important;
          box-sizing: border-box !important;
        }
        .modal-header {
          display: flex;
          align-items: center;
          padding: 1rem;
        }
        
        .modal-title {
          white-space: nowrap;
        }
        
        .logos {
          position: absolute;
          left: 1rem;
        }
        
        .btn-sm {
          font-size: 10px;
          margin-left: 10rem;
          
        }
        .modal {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6);
          z-index: 1050;
          justify-content: center;
          align-items: center;
        }
      
        .modal-dialog {
          background: white;
          width: 90%;
          max-width: 700px;
          border-radius: 8px;
          overflow: hidden;
        }
      
        .modal-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 1rem;
          background-color: #f1f1f1;
        }
      
        .btn-close {
          background: transparent;
          border: none;
          font-size: 1.5rem;
          cursor: pointer;
        }
      
        .modal-body {
          padding: 1rem;
        }
      
        .content-wrapper {
          display: flex;
          flex-wrap: wrap;
          gap: 1rem;
        }
      
        .image-section {
          flex: 1 1 40%;
        }
      
        .modal-image {
          width: 90%;
          border-radius: 15px;
        }
      
        .table-section {
          flex: 1 1 55%;
        }
      
        .table {
          width: 100%;
          border-collapse: collapse;
          margin-top: 1rem;
        }
      
        .table th,
        .table td {
          border: 1px solid #ddd;
          padding: 0.5rem;
          font-size: 12px;
        }
      
        
        
    }
    @media (max-width: 767px) {

      #pro_ct.container {
          margin-bottom: -50px;
        }
        #pro_ct .about_box {
          margin-top: 40px;
          
        }
        #pro_ct .row{
          display: flex;
          flex-wrap: wrap;
        }
        #pro_ct .row p{
          font-size: 9px;
          white-space:unset;
        }

      .table {
              width: 100%;
              overflow-x: auto;
      }
      
      .table tr {
            margin-bottom: 0.625em;
            display:grid;
            border-bottom: 2px solid #ddd;
            padding-right:5%;
      }
      
      .table td {
           display:grid;
           text-align: right;
          
           padding-left: 15%;
      }

      .about_imagen img {
          max-height: 300px;
         
          border-radius: 8px;
          max-width: 100%;
      
        }
    

        
       
          .logos {
            width: 80px;
            height: 80px;
          }
          .modal-title {
            font-size: 10px;
            
            
          }
          .btn-sm {
            font-size: 8px;
            margin-right: 85%;
            width: 35%; /* Asegura que ocupe todo el ancho */
            padding: 0 15px; /* Opcional: margen interno estándar de Bootstrap */
            margin-top: 5rem;

          }   
          .modal-image {
              max-width: 100%;
              border-radius: 15px;
              max-height: 100%;
              margin-bottom: 20px;
            }   
            .btn-close {
              background: transparent;
              border: none;
              font-size: 1.5rem;
              cursor: pointer;
              margin-left: -20rem;
            }    
            #productModalLabel{
              font-size: 18px;
            }             
        
      }