.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;
}

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

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

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

.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);
    }
  }


  .contain_ppal{
    padding-top: 2rem;
    padding-left: 18rem;
    padding-right: 18rem;
    margin-bottom: 5rem;
  }

  .bg_formulario{
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .Title_asesores{
    margin-bottom: 3rem;
  }

  .asesores_title{
    color: #003c75;
    font-size: 3.5rem;
    text-align: center;
  }

  .msg_in_asesores {
    height: 7rem;
    resize: none;
  }

  .spn_letritas{
    text-align: left;
    margin-top: 0;
    color: #003c75;
  }

  .btn_backin{
    margin-top: 2rem;
  }

  .btn_enviar_container{
    background-color: #003c75;
    color: white;
    font-weight: 600;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    border-radius: 10px;
  }

  .img_T_asesores{
    position: absolute;
    width: 27rem;
    top: 31.5rem;
    z-index: -2;
  }
  
  @media(min-width: 360px) and (max-width: 844px){

    .contain_ppal{
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
      padding-right: 0;
      margin-bottom: 11rem;
    }

    .bg_formulario {
        padding-top: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .asesores_title {
      font-size: 2.5rem;
    }

    .checkbox-wrapper-46 .cbx span:first-child{
      top: 1.2rem;
      left: -9rem;
    }

    .spn_letritas{
      padding-left: 4rem !important;
    }

    .img_T_asesores {
        position: absolute;
        width: 15rem;
        top: 51.5rem;
        z-index: -2;
    }

  }