/* Create two equal columns that floats next to each other */
.lrc-row .columnone {
    width: 100%;
  }
  
  /* Create two equal columns that floats next to each other */
  .lrc-row .columntwo {
    float: left;
    width: 50%;
  }
  
  .lrc-row .columntree {
    float: left;
    width: 33.333%;
  }
  
  /* Clear floats after the columns */
  .lrc-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .lrc-row .columntree, .lrc-row .columntwo, .lrc-row .columnone{
    line-height: 15px;
    padding: 8px;
  }

  .lrc-row .lrc-label{
    display: inline-block;
    margin-bottom: .3rem;
    line-height: 18px;
    font-weight: 600;
    color: #2f2f2f;
  }

  .lrc-row .lrc-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.lrc-form-control {
  height: 38px;
}

.lrc-row .lrc-form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 38px;
    appearance: none;
}

.lrc-form-select span.current {
  line-height: 22px;
}

.lrc-row .lrc-form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
}

.lrc-row .lrc-form-check-input{
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    cursor: pointer;
}

.lrc-row .lrc-form-check-input[type=checkbox]{
    width: 1.2em;
    height: 1.2em;
    border-radius: .25em;
    margin-left: -1.5em;
    margin-right: 10px;
}

.lrc-row .lrc-form-check-input[type=radio]{
    margin-top: -1px;
    width: 1.3em;
    height: 1.28em;
    border-radius: 1em;
    margin-right: 0.3em;
}


.lrc-row .lrc-form-check-inline .lrc-form-check-label{
 font-weight: bold;
}


.lrc-card{
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 12px 12px;
    margin-bottom: 17px;
    background: #f3f3f3;
}

.lrc-card h4{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.lrc-card h5{
    font-size: 14px;
    margin-bottom: 8px;
    color: #242424;
}

.lrc-row .lrc-form-check-input:checked[type=checkbox], .lrc-row .lrc-form-check-input:checked[type=radio]{
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


.lrc-form-check-inline {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 1.2rem;
  margin-top: 0.5rem;
}

.btnsendreclamo{
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #464646 !important;
    color: #f9f9f9 !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
}

.librecokregistro{
  background: #d4ffd6;
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(0 128 0 / 49%);
    margin-top: 60px;
    margin-bottom: 60px;
}

.librecokregistro p{
    text-align: center;
    font-size: 17px;
    color: green;
    margin-bottom: 20px;
}

.librecokregistro a{
  background: #4caf50;
  padding: 10px 20px;
  color: white;
  border-radius: 2px;
}

.divcupon{
  display: flex;
}

.divcupon input{
  border-radius: 5px 0px 0px 5px !important;;
}

.divcupon .button{
   padding: 10px 15px;
    line-height: 17px;
    border-radius: 0px 5px 5px 0px;
}

.fwbold{
  font-weight: bold;
}

.cardinfopay{
  background: #f4b66459;
  border-radius: 10px;
  padding: 10px;
}

.cardinfopay h5{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.cardinfopay p{
  text-align: center;
  line-height: 20px;
}

.titcdr{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
}

.listopsreg{
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.optsbtns{
  background: #284f9a;
    color: white;
    padding: 15px 30px;
    margin: 0px 5px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 115px;
    width: 250px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgb(40 79 154 / 46%) !important;
}

.optsbtns:hover{
  color: white;
  background: #1a3c7a;
  -webkit-animation: easeout 0.5s;
  animation: easeout 0.5s;

}

.titregpts{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btndatsevent{
  text-align: center;
  background: #284f9a;
  color: white;
  padding: 15px 15px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px rgb(40 79 154 / 46%) !important;
  }

.btndatsevent:hover{
  color: white;
  background: #1a3c7a;
  -webkit-animation: easeout 0.5s;
  animation: easeout 0.5s;
}

.btndatsevent .fas{
  margin-right: 10px;
}

.toggle-radio {
  border-radius: 4px;
  display: inline-flex;
  background: #f5f5f5;
  border: 1px solid #ccc;
  margin-top: 25px;
}

.toggle-radio > input[type='radio'] {
  display: none;
  box-sizing: border-box;
  padding: 0;
}

.toggle-radio > input + label:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.toggle-radio > input + label {
  display: inline-block;
    margin-bottom: 0;
    padding: 10px 10px;
    font-size: 15px;
    float: left;
    cursor: pointer;
}

.toggle-radio > input:checked + label {
  background: lightblue;
  font-weight: bold;
}

.toggle-radio > input:checked + label:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.inpurequired{
  border-color: red;
    box-shadow: 0px 0px 10px 0px #ff000029;
}

.inpurequired:focus-visible{
  outline-color: red;
}



.nextstep{
  background: #f7bd50;
  border: 1px solid #f7bd50;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgb(247 189 80 / 25%) !important;
  }

  .nextstep:disabled{
    cursor: no-drop;
    opacity: 0.5;

  }

  .inputvalidate{
    margin-top: 20px;
  }

  .smsforresumen{
    margin-top: 10px;
    margin-bottom: 9px;
    line-height: 20px;
    background: #b80000;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 9px;
  }

  .msjeresult{
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .msjeresult.warning{
    color: #e7ae43;
    background-color: #fff3e0;
    padding: 15px 10px;
    border: 1px solid #e7ae43;
    border-radius: 5px;
    display: block;
  }

  .msjeresult.danger{
    color: red;
    background-color: #ffd6d6;
    padding: 15px 10px;
    border: 1px solid red;
    border-radius: 5px;
    display: block;
  }

  .msonlinereg{
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .msonlinereg .fas{
    font-size: 45px;
    color: #428ed6;
  }

  .msonlinereg p{
    color: #284f9a;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .msjeresult.success{
    color: green;
    background-color: #d4ffd6;
    padding: 15px 10px;
    border: 1px solid green;
    border-radius: 5px;
    display: block;

  }

.nextstep:hover{
  color: white;
  background: #e7ae43;
  -webkit-animation: easeout 0.5s;
  animation: easeout 0.5s;
}

.itemconfimdata{
  color: green;
  background-color: #d4ffd6;
  padding: 10px 10px;
  border: 1px solid green;
  border-radius: 5px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}

.itemconfimdata::before{
  font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    margin-left: -23px;
    top: 40%;

}

.itemconfimdata strong{
  display: block;
  margin-bottom: 3px;
}

.itemconfimdata p{
  margin-bottom: 0px;
}




@-webkit-keyframes easeout {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .lrc-row .columntwo {
      width: 100%;
    }
    
    .lrc-row .columntree {
      width: 100%;
    }
  }