/* BOUTIQUE */

/*========= MEDIA QUERIES 320 =========*/
@media only screen and (min-width: 310px) and (max-width: 320px) {

  h1, .h1 {
    font-size: 1.4rem;
  }
  
  h5, .h5 {
    font-size: 1.25rem;
  }

  h1 {
    overflow: hidden;
    text-align: center;
  }
  h1:before,
  h1:after {
    background-color:var(--rojo);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h1:before {
    right: 0.5em;
    margin-left: -50%;
  }
  h1:after {
    left: 0.5em;
    margin-right: -50%;
  }


  .logo_desktop {
    display: none;
    }

  .menu-bar-fix{
    display: none;
     }
     .brand_box-3{
      display: none;
       }
  
  
  .menu_platos{
       display: grid;
       position: relative;
       top:2px;
       width: 100%;/*60%*/
       right: auto;
       z-index: 900;
       row-gap: 5px;
  }
  
  .precio_suite {
    right: 5%;
   }


  .cont_boutique {
      display: inline-block;
      position: relative;
      margin: auto;
      left: 4%;
      
      height: 56.25vw;
    
      top: 50px;
    }
  

    .volver-boutique{
      font-family: "Nexa Bold";
      font-size: 1rem;
      background-color: #D70A17;
      color: #fff;
      position: relative;
      width:50%;
      margin: auto;
      display:block;
      text-align: center;
      cursor: pointer;
      margin-bottom: 15px;
      float: none;
     }
    
     .volver-boutique:hover{
      background-color:#fff;
      color: #D70A17;
      transition: all .5s ease-in-out; 
      cursor: pointer;
     }
    


  .caja_fotos_det{
      
          display: inline-block;/*flex*/
          width: 100%;
          position: relative;
          bottom: 400px;
          right:auto;
          left: auto;
       
  }
       .main-menu {
         width: 100%;
          position: fixed;
          z-index: 2000;
          color: white;
          font-family: 'Bebas Neue';
          font-size: 1.2rem;
          top: 60px;
          right: 0%;
        }
  
      .navbar{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        width: 100%;
        z-index: 9000;
    }
    
    .chica_boutique_big {
      display: none;
    }
  
    .tit_sec{
      display:block;
      font-family: "Nexa Light";
      color: white;
      text-align: center;
      position: relative;
      bottom: 110px;
      left:auto;
     
    }


    /* .tit_sec_movil{
      font-family: "Nexa Light";
      font-size: 0.9rem;
      color: white;
      text-align: center;
      position: relative;
      bottom: 50px;
      left:4%;
    } */

  
    .tit_boutique{
      font-family: "Nexa Light";
      font-size: 0.9rem;
      color: white;
      text-align: center;
      position: relative;
      right: auto;
    }
    
    .tit_erotica_detalle {
      display:block;
      position: relative;
      font-family: "Nexa Light";
      font-size: 0.9rem;
      color: white;
      text-align: center;
      padding: 10px;
      left:auto;
      top: 30px;
      margin: auto;
      right:auto;
      width: 100%;
    }
    
    
    .icono_boutique{
    display: none;
      height: 0px;
      width: 180px;
      bottom: 70px;
      position: relative;
      left: 120px;
      
    }
    
    .nombre_prod{
      display: none;
    }
  
  
    .nombre_prod_movil{
        display: inline-block;
      font-family: "Nexa Light";
      color: white;
      font-size: 1.1rem;
      font-weight: bold;
      text-align: start;
  }
    
    .linea_b_l{
      position:relative;
      border: 1px solid #D70A17;
      width:12%; 
      left: 310px;
      top:20px;
      z-index: 1200;
    }
    
    .linea_b_r{
      position:relative;
      border: 1px solid #D70A17;
      width:12%; 
      left:680px;
      bottom:36px;
      z-index: 1205;
    }
    
    
    
    .cont_boutique{
     display:inline-block;
      position: relative;
      margin: auto;
      left: auto;/*4*/
      right: auto;
      width: 100%;
      height: 56.25vw; 
      max-height: 100vh;
      top:120px;
    }
    
    .cont_boutique_detalle{
      display:inline-block;
      position: relative;
      margin: auto;
      left:auto;
      right: auto;
      width: 100%;
    
    }
    
    
    .cont_btn_boutique{
      display:inline-block;
      position: relative;
      z-index: 2000;
      margin: auto;
      top:50px;
      left: 25%;
    }
    
    
    .btn_sec_boutique{
      display: block;
      border: 1px solid;
      color:white;
      font-family: "Nexa Light";
      font-size: 16px;
      transition: all .3s ease-in-out;  
      list-style: none;
      width: 130px;/*140px*/
      text-align: center;
      position: relative;
      top: 150px;
      z-index: 8000;
      left: 130px;
      cursor: pointer;
      
    }
    
    .btn_sec_boutique:hover{
      display: inline-block;
      border: 1px solid;
      color:#D70A17;
      font-family: "Nexa Light";
      font-size: 16px;
      transition: all .5s ease-in-out;  
    }
    
    .btn_sec_boutique_active{
      display: block;
      border: 1px solid;
      font-family: "Nexa Light";
      color:#D70A17;
      font-size: 16px;
      list-style: none;
      width: 130px;
      text-align: center;
      position: relative;
      top: 150px;
      z-index: 8000;
      left: 130px;
      
      
    }
    
    
    .chica_boutique{
      position: fixed;
      bottom:0%;
      width: 241px;
      height: 380px;
      margin-left: -125px;
      z-index:1554;
      background-image: url(../images/chica_boutique.png);
      background-repeat: no-repeat;
      background-size: 0;
      background-attachment:fixed;
      }
    
    
      .chica_boutique_big{
        position: fixed;
        bottom:0%;
        width: 285px;/*304*/
        height: 450px;/*480*/
        margin-left: -60px;/*-120*/
        z-index:1554;
        background-image: url(../images/chica_boutique.png);
        background-repeat: no-repeat;
        background-size: 0;
        background-attachment:fixed;
        }
    
    
    
      .cont_prod{
        display:inline-block;
        cursor: pointer;
    
        }
    
    
    .caja_prod{
      position: relative;
      display: inline-block;
    
      }
    
    .caja_info_prod{
      background-color: rgba(0, 0, 0, 0.80);
      text-align: center;
      color: white;
      font-family: "Nexa Light";
      font-size: 13px;
      position: relative;
      z-index: 800;
      margin-left: auto;
      margin-right: auto;
      width: 230px;
      height: 50px;
      padding: 10px;
    }
    
    .img_prod{
      width: 220px;/* 180px*/
      height: auto;
      margin-right: auto;
      margin-left: auto;
    }
    
    .precio_prod{
      background-color:#D70A17;
      text-align: center;
      color: white;
      font-family: "Nexa Light";
      font-size: 24px;
      position: relative;
      z-index: 802;
      width: 120px;
      padding-top: 5px;
      text-align: center;
      bottom: 12px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .cont_pag{
    
     position: relative;
    top:25px;
     margin: auto;
     width: 54%;/*50%*/
    }
    
    .btn_pag{
      display: inline-block;
      text-align: center;
      padding: 7px;
      height: 30px;
      width: 30px;
      font-family: "Nexa Light";
      font-size: 12px;
      font-weight: bolder;
      color: white;
      background-color:#D70A17;
      border-radius: 50%;
      position: relative;
      list-style: none;
      transition: all .3s ease-in-out;
      cursor: pointer;  
      }
    
    .btn_pag:hover{
      color:white;
      background-color:black;
      }
    
    .active, .btn_pag:hover{
      color:white;
      background-color:black;
      }
  
    
    /*============EMPIEZA BOUTIQUE DETALLE============ */


    .img_prod{
      display: inline-block;
      
      height: auto;
      margin: auto;
      
    }
  
    .glasscase{
  
      width: 50% !important;
  }
    .main_info_boutique{
      background-color: rgba(0, 0, 0, 0.60);
      position: relative;
      z-index: 100;
      margin: 0 auto;
      top: 96px;/*185*/
      right:auto;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    
    .caja_info_boutique{
      font-family: "Nexa Light";
      color: white;
      font-size: 15px;
      text-align: start;
      padding-top: 0;
      margin: auto;
      position:relative ;
    }
    
    .caja_precio{
      position: absolute;
      display: inline-block;
      width: 80%;
      bottom:-40px;
      margin-left: 20px;
      z-index: 1006;
    }
    
  
  
    .logo_wp {
      display: inline-block;
      position: relative;
      margin: auto;
      top: 90px;
      left: 10%;
    }
  
  
    .info_wp{
     display: none;
    }
  
  
    .numerowp{
      font-family: "Nexa Light";
      color: white;
      font-size: 18px;
  }  
  
  
  
  
  .info_wp_movil {
      display: block;
      font-family: "Nexa Light";
      color: white;
      font-size: 0.8em;
      position: relative;
      right:auto;
      text-align: center;
      bottom: 30px;
    }
  
    .icon_wp{
      width: 50px;
      height: auto;
      padding: 5px;
    }
    


}


/*========= MEDIA QUERIES 375 =========*/

/* @media only screen and (min-width: 321px) and (max-width: 375px) { */
  @media only screen and (min-width: 321px) and (max-width: 425px) { 
  h1, .h1 {
    font-size: 1.8rem;
  }
  
 /*  h5, .h5 {
    font-size: 1.25rem;
  } */

  h1 {
    overflow: hidden;
    text-align: center;
  }
  h1:before,
  h1:after {
    background-color:var(--rojo);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  h1:before {
    right: 0.5em;
    margin-left: -50%;
  }
  h1:after {
    left: 0.5em;
    margin-right: -50%;
  }


 
  h5:before,
  h5:after {
    background-color:var(--rojo);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 20%;
  }
  h5:before {
    right: 0.5em;
    
    /* margin-left: -50%; */
  }
  h5:after {
    left: 0.5em;
    margin-right: -50%;
  }
 
 
  .logo_desktop {
    display: none;
    }


  .menu-bar-fix{
    display: none;
     }
     .brand_box-3{
      display: none;
       }
  
  
  .menu_platos{
       display: grid;
       position: relative;
       top:2px;
       width: 60%;
       right: auto;
       z-index: 900;
       row-gap: 24px;/*10px*/
  }
  
  .cont_boutique {
      display: inline-block;
      position: relative;
      margin: auto;
      left: 4%;
      height: 56.25vw;
      top: 50px;
    }
  

    .tit_sec{
     display:block;
     color: white;
     text-align: center;
     position: relative;
     bottom: 110px;
     left: auto;
     right: auto;
     margin: auto;
     align-items: center;
    }


    .volver-boutique{
      font-family: "Nexa Bold";
      font-size: 1rem;
      background-color: #D70A17;
      color: #fff;
      position: relative;
      width:50%;
      margin: auto;
      display:block;
      text-align: center;
      cursor: pointer;
      margin-bottom: 15px;
      top:-51%;
      float: none;
     }
    
     .volver-boutique:hover{
      background-color:#fff;
      color: #D70A17;
      transition: all .5s ease-in-out; 
      cursor: pointer;
     }


  .caja_fotos_det{
      
          display: inline-block;
          width: 100%;
          position: relative;
          bottom: 550px;
          right:auto;
          left: auto;
          padding-bottom:5%;
       
  }
       .main-menu {
          position: fixed;
          z-index: 2000;
          color: white;
          font-family: 'Bebas Neue';
          font-size: 1.2rem;
          top: 60px;
          right: 0%;
          width: 100%;
        }
  
      .navbar{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        width: 100%;
        z-index: 9000;
    }
    
    .chica_boutique_big {
      display: none;
    }
  
  
    .tit_boutique{
      font-family: "Nexa Light";
      font-size: 0.9rem;
      color: white;
      text-align: center;
      position: relative;
      right: auto;
      left: auto;
      
    }
    
    .tit_erotica_detalle {
      display: inline-block;
      position: relative;
      font-family: "Nexa Light";
      font-size: 0.9rem;
      color: white;
      text-align: center;
      padding: 10px;
      top: -74px;/*40px*/
      width: 100%;
      left: auto;
      right: auto;
      margin: auto;
    }
    
    
    .icono_boutique{
    display: none;
      height: 0px;
      width: 180px;
      bottom: 70px;
      position: relative;
      left: 120px;
      
    }
    
    .nombre_prod{
      display: none;
    }
  
  
    .nombre_prod_movil{
        display: inline-block;
      font-family: "Nexa Light";
      color: white;
      font-size: 1.1rem;
      font-weight: bold;
      text-align: start;
  }
    
    .linea_b_l{
      position:relative;
      border: 1px solid #D70A17;
      width:12%; 
      left: 310px;
      top:20px;
      z-index: 1200;
    }
    
    .linea_b_r{
      position:relative;
      border: 1px solid #D70A17;
      width:12%; 
      left:680px;
      bottom:36px;
      z-index: 1205;
    }
    
    .precio_suite {
     right: 5%;
    }
    .cont_boutique{
      display:inline-block;
      position: relative;
      margin: auto;
      left: auto;
      right: auto;
      width: 100%;
      height: 56.25vw; 
      max-height: 100vh;
      top:50px;
    }
    
    .cont_boutique_detalle{
      display:inline-block;
      position: relative;
      margin: auto;
      left:auto;
      right: auto;
      width: 100%;
      top: 140px;
    }
    
    
    .cont_btn_boutique{
      display:inline-block;
      position: relative;
      z-index: 2000;
      margin: auto;
      top:50px;
      left: 25%;
    }
    
    
    .btn_sec_boutique{
      display: block;
      border: 1px solid;
      color:white;
      font-family: "Nexa Light";
      font-size: 16px;
      transition: all .3s ease-in-out;  
      list-style: none;
      width: 130px;/*140px*/
      text-align: center;
      position: relative;
      top: 150px;
      z-index: 8000;
      left: 130px;
      cursor: pointer;
      
    }
    
    .btn_sec_boutique:hover{
      display: inline-block;
      border: 1px solid;
      color:#D70A17;
      font-family: "Nexa Light";
      font-size: 16px;
      transition: all .5s ease-in-out;  
    }
    
    .btn_sec_boutique_active{
      display: block;
      border: 1px solid;
      font-family: "Nexa Light";
      color:#D70A17;
      font-size: 16px;
      list-style: none;
      width: 130px;
      text-align: center;
      position: relative;
      top: 150px;
      z-index: 8000;
      left: 130px;
      
      
    }
    
    
    .chica_boutique{
      position: fixed;
      bottom:0%;
      width: 241px;
      height: 380px;
      margin-left: -125px;
      z-index:1554;
      background-image: url(../images/chica_boutique.png);
      background-repeat: no-repeat;
      background-size: 0;
      background-attachment:fixed;
      }
    
    
      .chica_boutique_big{
        position: fixed;
        bottom:0%;
        width: 285px;/*304*/
        height: 450px;/*480*/
        margin-left: -60px;/*-120*/
        z-index:1554;
        background-image: url(../images/chica_boutique.png);
        background-repeat: no-repeat;
        background-size: 0;
        background-attachment:fixed;
        }
    
    
    
      .cont_prod{
        display:inline-block;
        cursor: pointer;
    
        }
    
    
    .caja_prod{
      position: relative;
      display: inline-block;
    
      }
    
    .caja_info_prod{
      background-color: rgba(0, 0, 0, 0.80);
      text-align: center;
      color: white;
      font-family: "Nexa Light";
      font-size: 13px;
      position: relative;
      z-index: 800;
      margin-left: auto;
      margin-right: auto;
      width: 230px;
      height: 50px;
      padding: 10px;
    }
    
    .img_prod{
      width: 220px;/* 180px*/
      height: auto;
      margin-right: auto;
      margin-left: auto;
    }
    
    .precio_prod{
      background-color:#D70A17;
      text-align: center;
      color: white;
      font-family: "Nexa Light";
      font-size: 24px;
      position: relative;
      z-index: 802;
      width: 120px;
      padding-top: 5px;
      text-align: center;
      bottom: 12px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .cont_pag{
    
     position: relative;
    top:25px;
     margin: auto;
     width: 54%;/*50%*/
    }
    
    .btn_pag{
      display: inline-block;
      text-align: center;
      padding: 7px;
      height: 30px;
      width: 30px;
      font-family: "Nexa Light";
      font-size: 12px;
      font-weight: bolder;
      color: white;
      background-color:#D70A17;
      border-radius: 50%;
      position: relative;
      list-style: none;
      transition: all .3s ease-in-out;
      cursor: pointer;  
      }
    
    .btn_pag:hover{
      color:white;
      background-color:black;
      }
    
    .active, .btn_pag:hover{
      color:white;
      background-color:black;
      }
    /*============TERMINA BOUTIQUE============ */
    
    /*============EMPIEZA BOUTIQUE DETALLE============ */

    
    .img_prod{
      display: inline-block;
      
      height: auto;
      margin: auto;
      
    }
  
    .glasscase{
  
      width: 50% !important;
  }
    .main_info_boutique{
      background-color: rgba(0, 0, 0, 0.60);
      position: relative;
      z-index: 100;
      margin: auto;
      top: 21px;
      right: auto;
      left: auto;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    
    
    .caja_info_boutique{
      font-family: "Nexa Light";
      color: white;
      font-size: 0.9rem;/*0.8rem*/
      text-align: start;
      padding-bottom:80px;
      /* padding-top: 20px; */
      margin: auto;
      position:relative ;
      line-height: 0.9rem;
      width: 95%;
    }
    
    .caja_precio{
      position: absolute;
      display: inline-block;
      width: 80%;
      bottom:-40px;
      margin-left: 20px;
      z-index: 1006;
    }
    
  
  
    .logo_wp {
      display: inline-block;
      position: relative;
      margin: auto;
      top: 66px;
      left:15%;
      right: auto;
      bottom: 130px;
      padding-bottom: 14px;
    }
  
  
    .info_wp{
     display: none;
    }
  
  
    .numerowp{
      font-family: "Nexa Light";
      color: white;
      font-size: 18px;
  }  
  
  
  
  
  .info_wp_movil {
      display: block;
      font-family: "Nexa Light";
      color: white;
      font-size: 0.8em;
      position: relative;
      left: auto;
      right: auto;
      text-align: center;
      bottom: 46px;
    }
  
    .icon_wp{
      width: 50px;
      height: auto;
      padding: 5px;
    }
    


}
/*========= MEDIA QUERIES 425========= */

/*========== Tablet Vertical ==========*/
@media only screen and (min-width: 425px) and (max-width: 767px)  {
 
  h1, .h1 {
    font-size: 2rem;
  }
  
  h5, .h5 {
    font-size: 1.25rem;
  }

  /* h1 {
    overflow: hidden;
    text-align: center;
  } */


  h1:before,
  h1:after {
    background-color:var(--rojo);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 3%;
  }
  h1:before {
    right: 0.5em;
    margin-left: -50%;
  }
  h1:after {
    left: 0.5em;
    margin-right: -50%;
  }


  .menu-bar-fix{
  display: none;
   }
   .brand_box-3{
    display: none;
     }


.menu_platos{
     display: grid;
     position: relative;
     top:2px;
     width: 60%;
     right: auto;
     z-index: 900;
     row-gap: 14px;/*5px*/
}

.cont_boutique {
    display: inline-block;
    position: relative;
    margin: auto;
    left: 4%;
    
    height: 56.25vw;
  
    top: 50px;
  }

  .tit_sec{
   
    display:block;
    font-family: "Nexa Light";
    color: white;
    text-align: center;
    position: relative;
    bottom: 50px;
  }



.caja_fotos_det{
        display: inline-block;
        width: 100%;
        position: relative;
        bottom: 436px;
        right:auto;
        left: auto;
     
}
     .main-menu {
        position: fixed;
        z-index: 2000;
        color: white;
        font-family: 'Bebas Neue';
        font-size: 1.2rem;
        top: 60px;
        right: 0%;
        width: 100%;
      }

    .navbar{
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0.5rem 1rem;
      width: 100%;
      z-index: 9000;
  }
  
  .chica_boutique_big {
    display: none;
  }


  .tit_boutique{
    font-family: "Nexa Light";
    font-size: 0.9rem;
    color: white;
    text-align: center;
     position: relative;
    
  }
  
  .tit_erotica_detalle {
    display: inline-block;
    position: relative;
    font-family: "Nexa Light";
    font-size: 0.9rem;
    color: white;
    text-align: center;
    padding: 10px;
    top: 5px;/*30px*/
  }
  
  
  .icono_boutique{
  display: none;
    height: 0px;
    width: 180px;
    bottom: 70px;
    position: relative;
    left: 120px;
    
  }
  
  .nombre_prod{
    display: none;
  }


  .nombre_prod_movil{
      display: inline-block;
    font-family: "Nexa Light";
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: start;
}
  
  .linea_b_l{
    position:relative;
    border: 1px solid #D70A17;
    width:12%; 
    left: 310px;
    top:20px;
    z-index: 1200;
  }
  
  .linea_b_r{
    position:relative;
    border: 1px solid #D70A17;
    width:12%; 
    left:680px;
    bottom:36px;
    z-index: 1205;
  }
  
  
  
  .cont_boutique{
   display:inline-block;
    position: relative;
    margin: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 56.25vw; 
    max-height: 100vh;
    top:50px;
  }
  
  .cont_boutique_detalle{
    display:inline-block;
    position: relative;
    margin: auto;
    left:auto;
    width: 100%;
    right: auto;
    top: 70px;
  
  }
  
  
  .cont_btn_boutique{
    display:inline-block;
    position: relative;
    z-index: 2000;
    margin: auto;
    top:50px;
    left: 25%;
  }
  
  
  .btn_sec_boutique{
    display: block;
    border: 1px solid;
    color:white;
    font-family: "Nexa Light";
    font-size: 16px;
    transition: all .3s ease-in-out;  
    list-style: none;
    width: 130px;/*140px*/
    text-align: center;
    position: relative;
    top: 150px;
    z-index: 8000;
    left: 130px;
    cursor: pointer;
    
  }
  
  .btn_sec_boutique:hover{
    display: inline-block;
    border: 1px solid;
    color:#D70A17;
    font-family: "Nexa Light";
    font-size: 16px;
    transition: all .5s ease-in-out;  
  }
  
  .btn_sec_boutique_active{
    display: block;
    border: 1px solid;
    font-family: "Nexa Light";
    color:#D70A17;
    font-size: 16px;
    list-style: none;
    width: 130px;
    text-align: center;
    position: relative;
    top: 150px;
    z-index: 8000;
    left: 130px;
    
    
  }
  
  
  .chica_boutique{
    position: fixed;
    bottom:0%;
    width: 241px;
    height: 380px;
    margin-left: -125px;
    z-index:1554;
    background-image: url(../images/chica_boutique.png);
    background-repeat: no-repeat;
    background-size: 0;
    background-attachment:fixed;
    }
  
  
    .chica_boutique_big{
      position: fixed;
      bottom:0%;
      width: 285px;/*304*/
      height: 450px;/*480*/
      margin-left: -60px;/*-120*/
      z-index:1554;
      background-image: url(../images/chica_boutique.png);
      background-repeat: no-repeat;
      background-size: 0;
      background-attachment:fixed;
      }
  
  
  
    .cont_prod{
      display:inline-block;
      cursor: pointer;
  
      }
  
  
  .caja_prod{
    position: relative;
    display: inline-block;
  
    }
  
  .caja_info_prod{
    background-color: rgba(0, 0, 0, 0.80);
    text-align: center;
    color: white;
    font-family: "Nexa Light";
    font-size: 13px;
    position: relative;
    z-index: 800;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 50px;
    padding: 10px;
  }
  
  .img_prod{
    width: 220px;/* 180px*/
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  
  .precio_prod{
    background-color:#D70A17;
    text-align: center;
    color: white;
    font-family: "Nexa Light";
    font-size: 24px;
    position: relative;
    z-index: 802;
    width: 120px;
    padding-top: 5px;
    text-align: center;
    bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .cont_pag{
  
   position: relative;
  top:25px;
   margin: auto;
   width: 54%;/*50%*/
  }
  
  .btn_pag{
    display: inline-block;
    text-align: center;
    padding: 7px;
    height: 30px;
    width: 30px;
    font-family: "Nexa Light";
    font-size: 12px;
    font-weight: bolder;
    color: white;
    background-color:#D70A17;
    border-radius: 50%;
    position: relative;
    list-style: none;
    transition: all .3s ease-in-out;
    cursor: pointer;  
    }
  
  .btn_pag:hover{
    color:white;
    background-color:black;
    }
  
  .active, .btn_pag:hover{
    color:white;
    background-color:black;
    }
  /*============TERMINA BOUTIQUE============ */
  
  /*============EMPIEZA BOUTIQUE DETALLE============ */

  .img_prod{
    display: inline-block;
    
    height: auto;
    margin: auto;
    
  }

  .glasscase{

    width: 50% !important;
}
  .main_info_boutique{
    background-color: rgba(0, 0, 0, 0.60);
    position: relative;
    z-index: 100;
    margin: auto;
    top: 116px;/*140*/
    right: auto;
    left: auto;
    width: 100%;
  }
  
  
  .caja_info_boutique{
    font-family: "Nexa Light";
    color: white;
    font-size: 0.9rem;
    text-align: start;
    padding-top: 20px;
    margin: auto;
    position:relative ;
    width: 90%;
  }
  
  .caja_precio{
    position: absolute;
    display: inline-block;
    width: 80%;
    bottom:-40px;
    margin-left: 20px;
    z-index: 1006;
  }
  


  .logo_wp {
    display: inline-block;
    position: relative;
    top: 116px;
    left: 21%;
    padding-bottom: 20px;
  }


  .info_wp{
   display: none;
  }


  .numerowp{
    font-family: "Nexa Light";
    color: white;
    font-size: 18px;
}  




.info_wp_movil {
    display: block;
    font-family: "Nexa Light";
    color: white;
    font-size: 0.8em;
    position: relative;
    right:auto;
    left: auto;
    text-align: center;

  }

  .icon_wp{
    width: 50px;
    height: auto;
    padding: 5px;
  }
  
 
  
}
   
 /*============TERMINA BOUTIQUE DETALLE============ */
    