.input_cli_class{
    width: 100%;
    height: 45px;
    padding: 12px;
    border-radius: 12px;
    border: 1.5px solid lightgrey;
    outline: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.22);
    margin-bottom: 1rem;
    color: #003c75;
}
.back_pedidos{
    margin-bottom: 4rem;
}

.input_cli_class::placeholder {
    color: #003c75;
}

.input_cli_class:hover {
    border: 2px solid lightgrey;
}

.input_cli_class:focus {
    border: 2px solid #003c75;
}

.pedidos_izq {
    text-align: center;
    padding: 9rem;
}

.title_pedidos{
    margin-bottom: 2rem;
}

.tit_pedido{
    color: #003c75;
    font-weight: 700;
    font-size: 3.5rem;
}



.mensaje_in_der{
    resize: none;
    height: 6.5rem;
}

.btn_enviar_container{
    background-color: #f4e72f;
    padding: 0.5rem;
    border-radius: 10px;
    width: 14rem;
    margin-top: 1rem;
    text-align: center;
    color: #003c75;
    font-weight: 600;
}

.btn_enviar_container:hover{
    background-color: #003c75;
    color: #f4e72f;
    cursor: pointer;
}

.btn_backin{
    text-align: center;
    padding-left: 5rem;
}

.pedidos_der{
    background-color: #003c75;
    border-radius: 3rem;
    padding: 5rem;
}

.tlte_der{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 3rem;
}

.sub_iner{
    text-align: center;
    padding-bottom: 2.5rem;
}

.sub_title_der{
    color: white;
}

.btn_1{
    padding-left: 8rem !important;
}

.spn_letritas{
    color: white;
    font-size: 0.7rem;
    padding-left: 2rem !important;
    margin-top: -2rem;
}

.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }
  
  .checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098a9;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506eec;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
  }
  .checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #506eec;
  }
  
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #506eec;
    border-color: #506eec;
    animation: wave-46 0.4s ease;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }
  
  @keyframes wave-46 {
    50% {
      transform: scale(0.9);
    }
  }

  .icon_eye{
    position: absolute;
    right: 10px;
    top: 39% !important;
    transform: translateY(-50%);
    cursor: pointer;
    color: #004375;
  }

  @media(min-width: 360px) and (max-width: 844px){
    .back_pedidos {
      margin-bottom: 4rem;
      margin-top: -4rem;
    }

    .pedidos_izq {
      text-align: center;
      padding: 2rem;
    }

    .btn_1 {
      padding-left: 3rem !important;
    }

    .pedidos_der {
      background-color: #003c75;
      border-radius: 0;
      padding: 1.5rem;
      margin-bottom: -4rem;
    }

    .spn_letritas {
        padding-left: 62px !important;
        text-align: left;
    }
    
    .checkbox-wrapper-46 .cbx span:first-child{
      left: -8rem;
    }

    .btn_backin{
      padding-left: 3.5rem;
    }

  }
