   *{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   }
   
   /* OCULTAR MENÚ LATERAL Y BOTÓN ORIGINAL EN TABLET/CELULAR */
.menuDos a{
          width:100%;
      background:transparent;
      border:1px solid #d0ea27;
      color:white;
      padding:6px;
      letter-spacing:1px;
      text-decoration: none;
      font-size: 12px;
      transition: 0.3s;
        font-weight: 600;
}
.menuDos a:hover{
      background:#d0ea27;
      border:1px solid #d0ea27;
      color:black;
}

    /*INDEX */
    .index { 
        background:#d0ea27; 
        overflow-x:hidden; }
    .left-panel {
      color:white;
      display:flex;
      flex-direction:column;
      justify-content:center;
      text-align:center;
      position: relative;
    }
    .left-panel .logo { margin-top:30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 600px;
    background-color: #00000081;
    border-radius: 10px;
}
@media (max-width: 1200px) {
.left-panel .logo { 
    padding: 10px;
    width: 100%;
}
}
.left-panel h5{
        font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 3px;
}
    .menu-btn {
      border:2px solid #333;
      color: #333;
text-align: center;
      background:transparent;
      padding:12px;
      width:100%;
      margin-bottom:10px;
      letter-spacing:2px;
      text-decoration: none;
    }
    .menu-container { max-width:500px; margin:auto; display: flex; flex-direction: column; gap: 10px;}
    @media (max-width: 1200px) {
.menu-container { max-width:100%; }
}
    @media (max-width:768px){
      .left-panel { min-height:50vh; }
      .left-panel .logo {
        width: 100%;
            top: 50%;
      }
    }

    .indexHr{
        width: 600px;
        border: 2px solid #000000;
        opacity: 1;
        margin-bottom: 30px;
    }
       @media (max-width:1200px){
    .indexHr{
        width: 100%;
    }
    }
     /*FIN INDEX */

     /* REGGINA */
     /* MENU LATERAL */
    #sideMenu {
position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  background: #1f1b1a;
  color: white;
  padding: 20px;
    padding-top: 20px;
  transform: translateX(-100%);
  transition: 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
    }
    #sideMenu.open { transform: translateX(0); }

    #sideMenu a {
      width:100%;
      background:transparent;
      border:1px solid #d0ea27;
      color:white;
      padding:6px;
      letter-spacing:1px;
      text-decoration: none;
      font-size: 12px;
      transition: 0.3s;
            font-weight: 600;
    }
    #sideMenu a:hover {
      background:#d0ea27;
      border:1px solid #d0ea27;
      color:black;
    }
    /* BOTÓN HAMBURGUESA */
#menuBtn {
position: fixed;
  top: 6px;
  left: 12px;
  z-index: 1000;
  background: #d0ea27;
  color: #000;
  border: none;
  padding: 10px 14px;
  font-size: 20px;
  border-radius: 4px;
}



    /* CONTENIDO */
    .content-wrapper {
      padding:60px 20px;
      margin-left:0;
    }

    .product-box {
      background:white;
      border-radius:6px;
      padding:15px;
      margin-bottom:25px;
      border:1px solid #ccc;
    }

    .product-box img { width:100%; }

    @media (min-width:992px){
      .content-wrapper { margin-left:260px; }
      #menuBtn { display:none;left: 20px; }
      #sideMenu { transform:none; }
    }

    .logo{
        width: 100%;
    }

    .rProd{
      box-shadow: 6px 5px 12px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 6px 5px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 5px 12px 0px rgba(0,0,0,0.75);
    }

    /* OTROS PRODUCTOS */
.new-content {
    background: #009cc1;
    min-height: 100vh;
    padding: 40px 20px;
    position: relative;
    border: 20px solid #c8e000;
}

/* CAJA DE TEXTO */
.inner-box {
    max-width: 900px;
    margin: auto;
    color: #002b39;
}

/* TÍTULO */
.section-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 40px;
    padding: 8px 0;
    border: 2px solid #002b39;
    display: inline-block;
    padding: 10px 12px;
}

/* ITEMS */
.item {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .section-title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .item {
        font-size: 15px;
    }
}


/* ======================================
   ACERCA DE PERFILART — ESTILO COMPLETO
====================================== */

.otros-wrapper {
    background: #d0ea27 !important;
    min-height: 100vh;
    padding: 120px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Caja central */
.otros-box {
    max-width: 950px;
    padding: 50px 40px;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    letter-spacing: 2px;
    z-index: 10;
}

.otros-title {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #000;
    display: inline-block;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.otros-text p {
    font-size: 16px;
    margin-bottom: 4px;
}

/* ==============================
   LÍNEA SUPERIOR
============================== */

.decor-top {
    position: absolute;
    top: 40px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decor-top .line {
    flex-grow: 1;
    height: 2px;
    background: #000;
    max-width: 1100px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
}

.left-dot {
    margin-right: 20px;
}

.right-dot {
    margin-left: 20px;
}

/* ==============================
   LÍNEA INFERIOR
============================== */

.decor-bottom {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 2px;
    background: #000;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
}

/* Responsive */
@media (max-width: 768px) {

    .otros-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .otros-box {
        padding: 25px;
    }

    .otros-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .otros-text p {
        font-size: 14px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .decor-top .line,
    .decor-bottom {
        max-width: 90%;
    }
}


/* zocalos */
.b-grey{
    background-color: rgb(150, 150, 150);
    border: 20px solid #d0ea27;
}
.b-green{
    background-color: #d0ea27 ;
}

.body{
    padding: 0px 25px 0px 85px;
    background-image: url("../img/Untitled-1-01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
  #sideMenu,
  #menuBtn {
    display: none !important;
  }

  .body {
    padding-left: 0 !important;
        padding: 0px 0px 0px 0px;
  }
  
}


/* ===========================
   PRODUCTOS - NUEVO DISEÑO
=========================== */

.productos-wrapper {
    background:#d0ea27 !important;
    min-height: 100vh;
    padding: 120px 20px;
    position: relative;
}

.productos-box {
    max-width: 1400px;
    margin: auto;
}

.productos-title {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 25px;
    border: 2px solid #000;
    display: inline-block;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.productos-grid p {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 3px 0;
}

/* COLUMNAS DE IMÁGENES */
.side-img-box .side-img {
    width: 100%;
    border: 3px solid #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {


    .productos-title {
        font-size: 22px;
    }

    .productos-grid p {
        font-size: 14px;
    }
        .decor-top {
    position: absolute;
    top: 40px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.b-agusth{
    background-color: #b8d578;
    border: 20px solid #d0ea27;
}
.b-april{
    background-color: #f7d981;
    border: 20px solid #d0ea27;
}
@media (max-width: 767px) {
    .ocultar{
        display: none;
        
    }
    .b-grey{
    border: 8px solid #d0ea27;
}
    .b-agusth{
    border: 8px solid #d0ea27;
}
.b-april{
border: 8px solid #d0ea27;
}
.productos-wrapper {
    background:#d0ea27 !important;
    min-height: 100vh;
    padding: 120px 5px;
    position: relative;
}
    }
@media (max-width: 500px) {
    .b-grey{
    border: none;
}
.b-april{
border: none;
}
        .content-wrapper {
    padding: 43px 5px;
    margin-left: 0;
}
    .b-agusth{
    border: none;
}
    }


  .btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    text-decoration: none;
  }

  .btn-whatsapp img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    margin-top: 0px !important;
  }

  .btn-whatsapp:hover {
    background-color: #1ebe5d;
  }