.ctn__solicitud {
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}
.details__solicitud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.inner__solicitud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#filecomprobante, #fileidentificacion, #fileestadocuenta {
  display: none;
}
.right__solicitud {
  width: 100%;
  padding-left: 2rem;
}
.left__solicitud {
  max-width: 360px;
}
.left__solicitud .card__petchaperon {
  padding: 2rem 1rem;
}
.left__solicitud .card__petchaperon a,
.left__solicitud .card__petchaperon button {
  width: 100%;
  margin-top: 1rem;
}

.title__conversation,
.left__solicitud h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4f4f4f;
  margin-bottom: 2rem;
}
.title__conversation span,
.left__solicitud h2 span {
  color: #f4845f;
}
.left__solicitud h2 span:last-of-type {
  color: #4f4f4f;
}
.title__conversation {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps__solicitud {
  margin-bottom: 4rem;
}
.left__solicitud .card__petchaperon p {
  font-size: 1rem;
  color: #656565;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.left__solicitud .card__petchaperon p b {
  color: #4f4f4f;
}
.left__solicitud .card__petchaperon .item__left__solicitud {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.left__solicitud .card__petchaperon .item__left__solicitud p:nth-of-type(2) {
  margin-top: 0;
}
.left__solicitud
  .card__petchaperon
  .item__left__solicitud.col-6:nth-of-type(2n) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}
.left__solicitud .card__petchaperon small {
  font-size: 0.75rem;
  line-height: 0.75em;
}

.wrap__alerts {
  width: 100%;
}
.wrap__alerts .alert {
  width: 100%;
}

.card__petchaperon.inner__messages {
  padding: 1rem;
}
.card__petchaperon.inner__messages h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
}
.block__message__sender {
  width: 100%;
  padding: 1rem;
  background-color: #e7e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inner__messages .disclaimer {
  margin-top: 1rem;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.block__message__sender .inner__message__sender {
  background-color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}

.block__message__sender .inner__message__sender textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #939393;
  padding: 1rem;
}
.block__message__sender button {
  margin-left: auto;
}
.left__solicitud h2.title__detail__solicitud svg {
  display: none;
}

.img__cuidadora {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 1rem;
}
.ctn__edit__reserva,
.ctn__extraservices__reserva {
  margin-top: 6rem;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: block;
}

.info__extraservices__reserva .card__cuidadora {
  margin-bottom: 2rem;
}
.title__extraservices {
  color: #4f4f4f;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.title__reserva {
  margin-bottom: 4rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title__reserva span {
  color: #f4845f;
  margin-left: 0.5rem;
}
.divider {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.resume__totals {
  max-width: 600px;
}
.extra__service__item {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
  margin-bottom: 1rem;
  background-position: 90% 0.5rem;
}
.extra__service__item svg {
  margin-bottom: 1rem;
  width: 24px;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.extra__service__item p {
  margin-bottom: 0;
  margin-top: 0.25rem;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.extra__service__item:active,
.extra__service__item.active,
.extra__service__item:hover {
  cursor: pointer;
  border: 1px solid #f4845f;
}
.extra__service__item.active svg path,
.extra__service__item:hover svg path {
  fill: #f4845f;
}
.extra__service__item.active p,
.extra__service__item:hover p {
  color: #f4845f;
}
.extra__service__item.active {
  background-image: url("../img/icons/icon__check.svg");
  background-repeat: no-repeat;
  background-position: 90% 0.5rem;
  background-size: 20px;
}

.resume__payment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resume__payment.thankyou {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.resume__payment .personal__data {
  width: 100%;
  padding-right: 2rem;
}
.resume__payment .resume__total__payment {
  min-width: 360px;
  max-width: 360px;
}
.subtitle__payment {
  color: #4f4f4f;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.personal__data__info {
  padding-top: 0;
  padding-bottom: 1rem;
}
.personal__data__info p {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.personal__data__info p small {
  font-size: 0.875rem;
}
.list__credit__cards {
  margin-bottom: 2rem;
}

.list__credit__cards ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__credit__cards ul.list__credit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list__credit__cards ul.list__credit li {
  margin-right: 1rem;
}

.payment__form .help__trigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.payment__form .form-floating > label {
  color: #7b7b7b;
  font-weight: 700;
}

.form__information {
  margin-bottom: 1rem;
}

.checks__openpay p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.checks__openpay .payment__via {
  border-right: 1px solid #e4e4e4;
  padding-right: 2rem;
}
.options__payment .btn {
  margin: 1rem;
}
.list__credit__cards .wrap__credit {
  border-right: 1px solid #e4e4e4;
  margin-right: 1rem;
}
.list__credit__cards p {
  color: #3e3322;
  font-size: 0.875rem;
  font-weight: 600;
}

.personal__data__info p.size__total {
  font-size: 1.25rem;
}

.options__thankyou {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 3rem 0;
}
.options__thankyou .btn {
  margin: 1rem 1rem;
}
.ctn__payment {
  margin-top: 7rem;
}

.card__calendar {
  padding: 0;
  position: relative;
  z-index: 1;
}

.inner__card__calendar {
  max-width: 330px;
  padding: 1rem;
}

.card__calendar h2 {
  font-size: 1.125rem;
  color: #3e3322;
  font-weight: 700;
  margin-bottom: 1rem;
}
.selected__dates__indicator {
  font-size: 0.75rem;
  color: #3e3322;
  font-weight: 500;
}
.title__subsection {
  font-size: 1.25rem;
  color: #3e3322;
  font-weight: 700;
  margin-bottom: 1rem;
}
.subtitle__subsection {
  font-size: 1rem;
  color: #3e3322;
  font-weight: 700;
  margin-bottom: 1rem;
}
.card__calendar select {
  font-size: 1rem;
  font-weight: 600;
}

.wrap__calendar__profile {
  margin-bottom: 2rem;
}
.wrap__calendar__profile input {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.wrap__dates__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input__dates__profile {
  margin-bottom: 1rem;
  border: 1px solid #868e96;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__calendar .contactar__chaperon {
  width: 100%;
}

.styled-checkbox.with__image:checked + label:after{
  top: 0;
  bottom: 0;
  margin: auto;
}
.desc__add__button{
  font-size: 0.875rem;
}
.available__time p{
  margin-top: 0;
  font-size: 0.75rem;
}
.available__time p:first-of-type {
  margin-bottom: 0.5rem;
}
.available__time p span{
  
  padding: 0.5rem 0;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.ctn__register__chaperon{
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
}
.ctn__register__chaperon .card__form{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.button__upfile{
  position: relative;
}
.button__upfile input{
  width: 0;
    height: 0;
    position: absolute;
}
.block__upfile .form-control {
  height: 42px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.block__upfile .form-floating > label {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.ctn__register__chaperon{
  background-color: #fff;
  
}

.check__terms.is-invalid + label:before{
  border-color: #dc3545;
}


.block__mascotas__item img{
  max-width: 60px;
  border-radius: 1rem;
}

.form__group__double{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__group__double .form-floating{
  width: 48%;
}

.active_select{
  border-radius: 12px;
  color: #F4845F;
}

@media screen and (max-width: 1240px) {
  .actions__edit___reservation,
  .title__reserva,
  .resume__payment,
  .ctn__extraservices__reserva {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .right__solicitud {
    width: 100%;
  }
  .inner__solicitud {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .detail__solicitud {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(100% - 50px);

    background-color: #fff;
    z-index: 3;
    padding-top: 1rem;
    padding-left: 2rem;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    padding-right: 2rem;
    border-radius: 1rem 1rem 0 0;
    -webkit-box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 -1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  .detail__solicitud.open {
    top: auto;
    bottom: 0;
  }
  .left__solicitud .card__petchaperon p {
    font-size: 0.875rem;
  }
  .left__solicitud h2.title__detail__solicitud {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    font-size: 1rem;
  }
  .left__solicitud h2.title__detail__solicitud span {
    color: #4f4f4f;
  }
  .left__solicitud h2 span:last-of-type {
    display: none;
  }
  .left__solicitud .card__petchaperon {
    background-color: transparent;
  }
  .ctn__solicitud {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .progressbar__steps li {
    font-size: 0.625rem;
  }
  .right__solicitud {
    padding-left: 0;
  }
  .left__solicitud h2.title__detail__solicitud svg {
    display: inline-block;
    float: right;
  }
  .wrap__alerts .alert {
    font-size: 0.75rem;
  }

  .resume__payment .resume__total__payment {
    position: fixed;
    top: calc(100% - 64px);
    z-index: 10;
    left: 0;
    right: 0;
    min-width: 100%;
    max-width: 100%;
    border-radius: 1rem 1rem 0 0;
    background-color: #fff;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-box-shadow: 0 -1rem 5rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 -1rem 5rem rgba(0, 0, 0, 0.075) !important;
  }
  .resume__payment .resume__total__payment .card__resume__payment {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .resume__payment .resume__total__payment.open {
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .resume__payment .personal__data {
    position: relative;
    z-index: 1;
    padding-right: 0;
  }
  .resume__payment .personal__data .subtitle__payment {
    margin-top: 0;
  }
  .resume__payment .resume__total__payment .subtitle__payment {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .resume__payment .resume__total__payment .subtitle__payment svg {
    width: 30px;
    height: 30px;
  }
  .ctn__payment {
    margin-top: 100px;
  }
  .list__credit__cards ul {
    margin-bottom: 2rem;
  }
  .checks__openpay .payment__via {
    border: none;
  }
  .checks__openpay .payment__via img {
    margin-top: 0.5rem;
  }
  .options__payment .btn {
    margin: 1rem 0 0 0;
  }
  .options__thankyou .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .options__thankyou .row {
    width: 100%;
  }
  .title__subsection {
    font-size: 1.125rem;
  }
  .card__calendar h2{
    font-size: 1rem;
  }
  .subtitle__subsection{
    font-size: 0.875rem;
  }
  .ctn__register__chaperon{
    width: calc(100% + 64px);
    margin-left: -32px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .block__upfile .form-floating > label {
    font-size: 0.75rem;
    padding-left: 0.5rem;
  }
  .block__upfile label {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
