@media (min-width: 200px) and (max-width: 767px) {
    .secc_desktop{
        display: none !important;
    }

    .secc_phone{
        display: -webkit-box !important;
    }
    
    .section-padding-slider {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .carousel-indicators{
        display: none;  
    }

    .navbar-light .navbar-nav .nav-link{
        color: rgba(0,0,0,1);
        font-weight: 300;
    }

    .font-curve{
      font-family: 'Barcelony';
      text-transform: capitalize !important;
      font-size: 20px;
    }

    .bar-promo{
      background-color: #FF4848;
      color: #fff;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .text-promo{
      margin-bottom: 0px;
      text-align: center;
      color: #fff;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .box-login{
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: 30px;
    }

    .btn-login{
      color: #000;
      font-weight: 300;
    }

    .btn-login:hover, .btn-login:focus{
      color: #7CC0C0;
      font-weight: 300;
    }

    .logo-mobile{
        width: 130px;
    }

    .navbar-light .navbar-toggler{
        outline: 0;
    }

    .navbar-toggler{
        margin-left: 0px; /* margin-left 120px; */
    }

    .header-menu{
      border-top: 1px solid #000;
      -webkit-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.1);
      box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.1);
    }

    .search-bar{
      border: 2px solid #c3c3c3;
      border-radius: 10px;
    }

    .btn-cart{
        float: right;
        display: inline-flex;
        background-color: #7CC0C0;
        border: 0px;
        height: 38px;
        border-radius: 40px 40px 40px 40px;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .number-cart{
        color: #3C3C3C;
        margin-top: 5px;
        margin-bottom: 0px;
        padding: 0px 18px;
    }

    .line-btn{
        padding: 12px 20px 12px 20px;
        border-right: 1px solid #fff;
    }

    .carousel-indicators li{
      height: 15px !important;
      width: 15px !important;
      border: 0px solid #7CC0C0 !important; 
      border-radius: 30px;
      background-color: rgba(255,255,255,0);
      margin-left: 8px;
      margin-right: 8px;
      margin-bottom: 15px;
    }

    .carousel-indicators .active{
      background-color: #7CC0C0;
    }

    .bg-sellers{
      background-color: rgba(233, 232, 234, .3);
    }

    .bg-sellers02{
      background-color: #fff;
    }

    .alinear-select{
        align-self: center;
        text-align: center;
    }

    .section-padding-sellers {
      padding-top: 30px;
      padding-bottom: 0px;
    }

    .title-sellers{
      text-align: center;
      color: #241b2e;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .title-sellers02{
      text-align: center;
      color: #241b2e;
      text-transform: uppercase;
      font-weight: 600;
    }

    .btn-sellers, .btn-sellers:hover, .btn-sellers:focus{
      background-color: #fff;
      color: #3c3c3c;
      font-size: 14px;
      font-weight: 400;
      padding: 7px 20px;
      border: 1px solid rgba(219, 146, 18, 1);
      border-radius: 12px;
    }

    .bg-card{
      background-color: #fff;
      border: 1px solid #db9212;
      border-radius: 10px;
    }

    .bg-mensaje{
      background-color: #fff;
      border: 0px solid #db9212;
      border-radius: 10px;
    }

    .btn-agregar{
      background: #db9212;
      display: block;
      width: 100%;
      text-decoration: none;
      border-top: 1px solid #db9212;
      border-left: 1px solid #db9212;
      border-right: 1px solid #db9212;
      border-bottom: 0px;
      outline: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 8px;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      transition: .5s ease-in-out;
    }

    .btn-agregar:hover, .btn-agregar:focus{
      background: transparent;
      display: block;
      width: 100%;
      text-decoration: none;
      border-top: 1px solid #db9212;
      border-left: 1px solid #db9212;
      border-right: 1px solid #db9212;
      border-bottom: 0px;
      outline: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 8px;
      color: #db9212;
      font-size: 16px;
      font-weight: 300;
      transition: .5s ease-in-out;
    }

    .btn-agotado, .btn-agotado:hover, .btn-agotado:focus{
      background: #FF4848;
      display: block;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 8px;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
    }

    .descuento{
      position: absolute;
      top: 30px;
      left: 75%;
      font-size: 18px;
      font-weight: 500;
      background: #FF4848;
      border: 1px solid #FF4848;
      border-radius: 50px;
      color: #fff;
      line-height: 250%;
      width: 50px;
      height: 50px;
    }

    .tachado {
        text-decoration-color: #FF4848 !important;
        text-decoration: line-through;
        font-weight: 300 !important;
    }

    .new{
      color: #FF4848 !important; 
    }

    .bg-solares{
      background-color: #fff;
    }

    .bg-mensaje{
      background-color: #fff;
    }

    .title-solares{
      text-align: center;
      color: #241b2e;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .btn-solares, .btn-solares:hover, .btn-solares:focus{
      background-color: #fff;
      color: #3c3c3c;
      font-size: 14px;
      font-weight: 400;
      padding: 7px 20px;
      border: 1px solid rgba(219, 146, 18, 1);
      border-radius: 12px;
    }

    .bg-skintest{
      background-color: rgba(233, 232, 234, .3);
    }

    .title-skin{
      font-family: 'Barcelony';
      color: #3C3C3C;
      text-align: center;
      font-size: 30px;
    }

    .btn-skin, .btn-skin:hover, .btn-skin:focus{
        background-color: #fff;
        color: #3c3c3c;
        border: 1px solid #db9212;
        border-radius: 15px;
        float: right;
        font-weight: 300;
        padding: 12px 10px;
        margin-bottom: 20px;
    }

    .title-valorados{
      text-align: center;
      color: #241b2e;
      text-transform: uppercase;
      font-weight: 600;
    }

    .bg-kits-exclusivos{

    }

    .title-alta-gama{
      text-align: center;
      color: #241b2e;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 120%;
    }

    /* Modal Cupón */
    .medidas-logo-modal{
        width: 230px !important;
        margin-left: 50px;
        margin-bottom: 30px;
    }

    .medidas-logo-modal02{
        width: 230px !important;
        margin-left: 50px;
        margin-bottom: 50px;
    }

    .texto-modal{
        width: 250px !important;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .texto-modal02{
        width: 350px !important;
        margin-left: 50px;
        margin-bottom: 30px;
    }

    button.close {
        padding: 0;
        background-color: #fff !important;
        width: 60px;
        height: 60px;
        outline: 0  !important;
        border: 0 !important;
        -webkit-appearance: none !important;
        border-radius: 40px;
    }

    .close {
        float: right;
        position: relative;
        right: 30px;
        top: 30px;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 1 !important;
    }

    .modal-header{
        border-bottom: 0px solid #e9ecef !important;
        z-index: 99999;
    }

    .modal-footer{
        border-top: 0px solid #e9ecef !important;
    }

    .bg-modal01{
        background-image: url(img/fondo_cupon01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        border-radius: 20px !important;
    }

    .bg-modal02{
        background-image: url(img/cupon_02.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 20px !important;
        height: 30vh;
    }

    .margin-mobile-left{
        margin-left: 0px !important;
    }

    .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }

    .move-input{
        position: absolute;
        bottom: 10%;
        left: 5%;   
    }

    .form-control{
        margin-bottom: 15px;
        border: 1px solid #3C3C3C !important;
        border-radius: 15px !important;
        font-size: 14px !important;
        height: 45px !important;
        margin-left: 50px;
    }

    .btn-registro-cupon{
        background-color: #fff !important;
        border: 1px solid #3C3C3C !important;
        color: #3C3C3C !important;
        border-radius: 15px !important;
        font-size: 14px !important;
        width: 100% !important;
        margin-left: 0px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-transform: uppercase;
    }

    ::-webkit-input-placeholder { /* Edge */
      color: #3C3C3C !important;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #3C3C3C !important;
    }

    ::placeholder {
      color: #3C3C3C !important;
    }

    .select-filtro {
        color: #fff;
        font-weight: 300;
        background-color: #db9212;
        border: 1px solid #db9212;
        border-radius: 10px;
        padding: 7px 15px;
    }

    option{
        background-color: #fff;
        font-weight: 500;
        color: #db9212;
        bottom: #db9212;
    }

    .line-bottom{
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #db9212;
    }

    .line-bottom2{
        margin-top: 20px;
        margin-bottom: 0px;
        border-bottom: 1px solid #db9212;
    }

    .cuadro{
        background-color: #ccc;
        width: 100%;
        height: 150px;
    }

    .bg-envio{
      background-color: #db9212;
    }

    .section-padding-envios {
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .title-checkout{
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 25px;
      line-height: 120%;
    }

    .margin-phone{
        margin-left: 10px;
        margin-right: 10px;
    }

    .subtitle-checkout{
        color: #3C3C3C;
        font-size: 18px;
        line-height: 120%;
    }

    .align-self{
        align-self: center;
    }

    .align-self-center{
        align-self: center;
    }

    .logo-checkout{
        display: none;
        width: 150px;
    }

    .text-cupon{
        color: #3C3C3C;
        font-size: 18px;
        line-height: 120%;
        margin-top: 20px;
    }

    .btn-cupon{
        background-color: #3C3C3C !important;
        color: #db9212 !important;
        width: 100%;
        border: 2px solid #3C3C3C !important;
        border-radius: 15px !important;
        height: 45px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        transition: .5s ease-in-out;
    }

    .btn-cupon:hover, .btn-cupon:focus{
        background-color: #db9212 !important;
        color: #3C3C3C !important;
        width: 100%;
        border: 2px solid #3C3C3C !important;
        border-radius: 15px !important;
        height: 45px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        transition: .5s ease-in-out;
    }

    .title-carrito{
      color: #7CC0C0;
      text-transform: uppercase;
      font-weight: 600;
    }

    .th-eliminar{}
    .th-img{}
    .th-producto{}
    .th-precio{
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
    }
    .th-descuento{
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
    }
    .th-cantidad{
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
    }
    .th-total{
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        height: 50px;
        vertical-align: middle;
    }

    .td-eliminar{}
    
    .btn-eliminar, .btn-eliminar:hover, .btn-eliminar:focus{
        background: transparent;
        border: 0px;
        padding: 5px;
        outline: 0;
    }
    .td-img{
        text-align: center;
    }
    .img-product-cart{
        width: 120px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .td-producto{
        font-weight: 300;
        font-size: 15px;
        line-height: 140%;
        color: #3C3C3C;
        margin-top: 20px;
    }
    .td-precio{
        text-align: left;
        font-size: 15px;
        line-height: 140%;
        color: #3C3C3C;
        font-weight: 300;
        margin-bottom: 0px;
    }
    .td-descuento{
        text-align: left;
        font-size: 15px;
        line-height: 140%;
        color: #3C3C3C;
        font-weight: 300;
        margin-bottom: 0px;
    }
    .td-cantidad{
    }
    .td-total{
        text-align: left;
        vertical-align: middle;
        font-size: 15px;
        line-height: 140%;
        color: #3C3C3C;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .tr{
        border-bottom: 1px solid #db9212;   
    }

    .input-group{
        justify-content: center;
    }

    .input-number{
        width: 30px;
        height: 29px;
        text-align: center;
        border-top: 1px solid #db9212;
        border-bottom: 1px solid #db9212;
        border-left: 0px;
        border-right: 0px;
    }

    .btn-minus, .btn-minus:hover, .btn-minus:focus{
        border-top: 1px solid #db9212;
        border-bottom: 1px solid #db9212;
        border-left: 1px solid #db9212;
        border-right: 0px;
        border-radius: 10px 0px 0px 10px;
        background-color: #fff;
        outline: 0px;
        display: inline-block;
        font-weight: 400;
        padding: 0.375rem 0.75rem;
        font-size: .65rem;
        line-height: 1.5;
    }

    .btn-plus, .btn-plus:hover, .btn-plus:focus{
        border-top: 1px solid #db9212;
        border-bottom: 1px solid #db9212;
        border-right: 1px solid #db9212;
        border-left: 0px;
        border-radius: 0px 10px 10px 0px;
        background-color: #fff;
        outline: 0px;
        display: inline-block;
        font-weight: 400;
        padding: 0.375rem 0.75rem;
        font-size: .65rem;
        line-height: 1.5;
    }

    .text-subtotal{
        color: #3C3C3C;
        margin-top: 25px;
        margin-bottom: 0px;
        text-align: right;
        font-size: 16px;
        line-height: 150%;
    }

    .text-envio{
        color: #3C3C3C;
        margin-bottom: 0px;
        text-align: right;
        font-size: 16px;
        line-height: 150%;
    }

    .text-total{
        color: #3C3C3C;
        font-weight: 600;
        margin-bottom: 0px;
        text-align: right;
        font-size: 16px;
        line-height: 150%;
    }

    .tabla{
        float: right;
        margin-top: 10px;
    }

    .align-buttons{
        display: grid;
        grid-gap: 10px;
        text-align: center;
    }

    .btn-regresar{
        background-color: #db9212;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        outline: 0;
        text-decoration: none;
        padding: 5px 22px;
        border: 2px solid #db9212;
        border-radius: 15px;
        margin-right: 0px;
        transition: .5s ease-in-out;
    }

    .btn-regresar:hover, .btn-regresar:focus{
        background-color: transparent;
        color: #db9212;
        font-size: 14px;
        font-weight: 300;
        outline: 0;
        text-decoration: none;
        padding: 5px 22px;
        border: 2px solid #db9212;
        border-radius: 15px;
        margin-right: 15px;
        transition: .5s ease-in-out;
    }

    .btn-pagar{
        background-color: #db9212;
        color: #fff !important;
        font-size: 14px;
        outline: 0;
        text-decoration: none;
        font-weight: 300;
        padding: 5px 22px;
        border: 2px solid #db9212;
        border-radius: 15px;
        transition: .5s ease-in-out;
    }

    .btn-pagar:hover, .btn-pagar:focus{
        background-color: transparent;
        color: #db9212;
        font-size: 14px;
        outline: 0;
        text-decoration: none;
        font-weight: 300;       
        padding: 5px 22px;
        border: 2px solid #db9212;
        border-radius: 15px;
        transition: .5s ease-in-out;
    }

    .section-padding-producto {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .titulo-marca-producto{
        color: #3C3C3C;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    
    .titulo-producto{
        color: #3C3C3C;
        font-size: 20px;
        line-height: 130%;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .precio-producto{
        color: #3C3C3C;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .stock-producto{
        color: #db9212;
        font-size: 18px;
        font-weight: 600;
    }

    .img-tarjetas{
        margin-top: 15px;
        width: 300px;
    }

    .margen-top-movil{
        margin-top: 20px;
    }

    .btn-agregar-producto, .btn-agregar-producto:hover, .btn-agregar-producto:focus{
      background: #db9212;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 8px;
      color: #000;
      font-size: 16px;
      font-weight: 300;
      padding: 5px 20px;
    }

    .bg-descripcion{
        background-color: rgba(233, 232, 234, .3);
    }

    .descripcion-producto{
        color: #3C3C3C;
        font-size: 18px;
        text-align: justify;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .text-ingredientes{
        color: #3C3C3C;
        font-size: 18px;
        text-align: justify;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .text-aplicacion{
        color: #3C3C3C;
        font-size: 18px;
        text-align: justify;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0px;
    }

    .title-complementos{
      color: #7CC0C0;
      text-transform: uppercase;
      font-weight: 600;
    }

    .arrow{
        font-size: 20px !important;
    }

    .promedio{
        display: inline-block;
        padding: 0px 20px;
        background-color: #db9212;
        border: 1px solid #db9212;
        border-radius: 100%;
        text-align: center;
        font-size: 70px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .califica-producto{
        background: #db9212;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        padding: 5px 12px;
        border: 1px solid #db9212;
        border-radius: 15px;
        transition: .5s ease-in-out;
    }

    .califica-producto:hover, .califica-producto:focus{
        background: #fff;
        color: #db9212;
        font-size: 16px;
        font-weight: 300;
        padding: 5px 12px;
        border: 1px solid #db9212;
        border-radius: 15px;
        transition: .5s ease-in-out;
    }

    .texto-sesion{
        color: #3C3C3C;
        font-size: 14px;
        line-height: 150%;
        margin-top: 15px;
        text-align: center;
    }

    .link-sesion, .link-sesion:hover, .link-sesion:focus{
        color: #3C3C3C;
        font-size: 14px;
        font-weight: 600;
        line-height: 150%;
    }

    .datos-cliente{
        color: #3C3C3C;
        font-size: 16px;
        line-height: 140%;
        font-weight: 600;
    }

    .box-review{
        border-bottom: 1px solid #7CC0C0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bg-skintest02{
        background-color: #db9212;
    }

    .section-padding-skintest{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .title-skintest{
        font-family: 'Barcelony';
        text-align: center;
        line-height: 150%;
        color: #3C3C3C;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .subtitle-skintest{
        text-align: center;
        line-height: 130%;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    .text-pregunta{
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .tabla-radios{
        width: 100%;
        text-align: center;
        border-top: 0px;
    }

    .tag-radios{
        display: inline-grid;
        text-align: center !important;
    }

    .name-radios{
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin-top: 20px;
        line-height: 130%;
    }

    [type=radio] { 
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }

    /* IMAGE STYLES */
    [type=radio] + img {
      cursor: pointer;
      width: 60px;
      place-self: center;
    }

    /* CHECKED STYLES */
    [type=radio]:checked + img {
      outline: 0px solid #f00;
      transform: scale(1.1);
      transition: .5s;
    }

    .title-resultado{
        font-family: 'Barcelony';
        color: #3C3C3C;
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .text-resultado{
        color: #3C3C3C;
        font-size: 18px;
        line-height: 150%;
        font-weight: 300;
        text-align: justify;
    }

    .logo-footer{
        width: 200px;
        margin-bottom: 10px;
    }

    .text-direccion{
        color: #3C3C3C;
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .text-redes{
        color: #3C3C3C;
        font-size: 18px;
        line-height: 150%;
    }

    .icon-size{
        width: 35px;
        margin-right: 8px;
    }

    .docs-link{
        color: #fff !important;
        font-weight: 300 !important;
    }

    .docs-link:hover, .docs-link:focus{
        color: #3C3C3C !important;
        font-weight: 300 !important;
    }

    .bg-docs{
        background-color: #241b2e;
    }

    .rating {
        --starsize: 1.3rem !important;
    }

    .tag-stars {
        display: flex;
        align-items: center;
        font-size: 16px;
        text-indent: 10px !important;
        margin-bottom: 0px;
    }

}