.block___search__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
  position: relative;
  z-index: 2;
  padding-left: 2rem;
  padding-right: 2rem;
}

.block__tabs__search {
  width: 100%;
  max-width: 450px;
}
.tabs__search {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 1rem 1rem 1rem 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs__search a {
  font-weight: 600;
  text-decoration: none;
  color: #3e3322;
  margin-right: 1.5rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
}
.tabs__search a svg {
  margin-right: 0.5rem;
}
.tabs__search a svg path {
  fill: #f79d65;
}
.tabs__search a.active {
  border-bottom: 2px solid #f27059;
}
.tabs__search a.active svg path {
  fill: #f27059;
}

.block__search__options {
  background-color: #fff;
  border-radius: 0 8px 8px 8px;
  padding: 1.5rem 5rem 1.5rem 1rem;
  position: relative;
  z-index: 1;
}
.block__search__options .form-label {
  font-family: "Montserrat", sans-serif;
  color: #3e3322;
  font-size: 0.75rem;
}

.block__search__options .block__search__send {
  position: absolute;
  right: 1rem;
  max-width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.block__search__options .trigger__search {
  font-size: 0.875rem;
  cursor: pointer;
}
.block__tabs__search {
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.input__schedule{
  margin-bottom: 1rem;
  border: 1px solid #868E96;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input__schedule svg {
  margin-left: 0.5rem;
}
.input__schedule span{
  color: #646668;
  font-weight: 600;
  font-size: 0.875rem;
}
.input__schedule span:last-of-type{
  font-weight: 400;
}

/* calendar0 */
.wrap__calendar input{
  display: none;
}
.wrap__calendar.no__shadow__calendar .lightpick{
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block__search__options .wrap__input__hidden {
  position: relative;
  min-height: 60px;
}
.block__search__options .wrap__input__hidden.error{
  border-radius: 0.25rem;
          -webkit-box-shadow: 0 -1px rgba(220, 53, 69, 1),
                      1px 0 rgba(220, 53, 69, 1),
                      0 1px rgba(220, 53, 69, 1),
                      -1px -1px rgba(220, 53, 69, 1),
                      inset 0 0 5px rgba(220, 53, 69, 0.25);
                  box-shadow: 0 -1px rgba(220, 53, 69, 1),
                      1px 0 rgba(220, 53, 69, 1),
                      0 1px rgba(220, 53, 69, 1),
                      -1px -1px rgba(220, 53, 69, 1),
                      inset 0 0 5px rgba(220, 53, 69, 0.25);
}
.block__search__options .hidden__inputs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  visibility: hidden;
  z-index: -1;
}

/* modal pettype */
.modal__select__pettype {
  position: absolute;
  bottom: 50px;
  left: 0;
  max-width: 240px;
  width: 220px;
  border-radius: 1rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.modal__select__pettype.open {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  bottom: 70px;
}

.block__selector__pets .btn {
  background-color: #fff;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.block__selector__pets input {
  width: 1.5rem;
  max-width: 1.5rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.inner__modal__pettype span {
  font-size: 0.875rem;
}

/* autocomplete */

.autoComplete_wrapper > input {
  width: 100%;
  height: 2rem;
  border: none;
  background-image: none;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.autoComplete_wrapper > ul {
  bottom: 80px;
  -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;
}
.block___search__container.is__filter .autoComplete_wrapper > ul{
  bottom: auto;
    top: 60px;
}
.block___search__container.is__filter .selector__sizes__pets,
.block___search__container.is__filter .modal__select__pettype,
.block___search__container.is__filter .modal__select__schedule{
  bottom: auto;
  top: 100px;
}
.results__autocomplete {
  min-width: 240px;
}
.results__autocomplete li {
  background-image: url("../img/icons/location.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 20px 20px;
  padding-left: 2rem !important;
}
.autoComplete_wrapper > input {
  font-size: 0.875rem;
  color: #3e3322 !important;
  padding-left: 0 !important;
  text-align: left;
  border-radius: 0;
  height: 24px;
}

.autoComplete_wrapper > input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3e3322 !important;
}
.autoComplete_wrapper > input:hover {
  font-size: 0.875rem;
  color: #3e3322 !important;
}

.autoComplete_wrapper > input:focus {
  outline: 0;
  border-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* calendar */
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  background-color: #f27059;
}
.lightpick__day.is-in-range {
  background-color: rgba(242, 112, 89, 0.16);
}

.lightpick__day.is-in-range:hover,
.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23f27059' cx='16' cy='16' r='16'/%3E%3C/svg%3E")
}
.lightpick__day-of-the-week{
  font-size: 0.75rem;
  color: #3E3322;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.lightpick__month-title-bar{
  position: relative;
}
.lightpick__month-title{
  position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}
.lightpick__toolbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.wrap__sizes__pets {
  position: relative;
}
.selector__sizes__pets {
  position: absolute;
  min-width: 700px;
  right: 0;
  bottom: 60px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.selector__sizes__pets .sizes__pets__wrap {
  max-height: 400px;
  overflow-y: auto;
}


.selector__sizes__pets.open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  bottom: 60px;
}

.sizes__pets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner__sizes__pets {
  padding: 1rem;
}

.block__sizes__pets {
  font-size: 0.875rem;
}

.sizes__pets__item {
  border: 1px solid #e7e9ec;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.075) !important;
}
.sizes__pets__item:hover,
.sizes__pets__item:focus,
.sizes__pets__item.active {
  border-color: #f27059;
}

.sizes__pets__item svg {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.sizes__pets__item:hover svg path,
.sizes__pets__item:focus svg path,
.sizes__pets__item.active svg path {
  fill: #f27059;
}

.sizes__pets__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sizes__pets__item div span {
  font-weight: 700;
  color: #3e3322;
}
.sizes__pets__item:hover div span,
.sizes__pets__item:focus div span,
.sizes__pets__item.active div span {
  color: #f27059;
}
.sizes__pets__item div span:last-of-type {
  font-weight: 400;
}

.modal__select__schedule {
  width: 500px;
  padding: 2rem 1rem;
  position: absolute;
  bottom: 50px;
  left: 0;
  max-width: 500px;
  border-radius: 1rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.modal__select__schedule.open {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  bottom: 70px;
}
.card__schedule {
  cursor: pointer;
  padding: 1rem 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__schedule.no__bordered{
  border-color: #fff;
}
.card__schedule.small {
  max-width: 180px;
}
.card__schedule svg {
  margin-bottom: 1rem;
}
.card__schedule strong {
  font-size: 1rem;
  font-weight: 700;
  color: #3e3322;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.card__schedule p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #3e3322;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.card__schedule.active,
.card__schedule:hover,
.card__schedule:focus {
  border: 1px solid #f4845f;
}
.card__schedule.active strong,
.card__schedule:hover strong,
.card__schedule:focus strong,
.card__schedule.active p,
.card__schedule:hover p,
.card__schedule:focus p {
  color: #f4845f;
}

.modal__select__walk {
  position: absolute;
  width: 570px;
  right: 0;
  bottom: 60px;
  padding: 1rem;
  background-color: #fff;
  overflow-x: auto;
  padding-right: 1rem;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}
.modal__select__walk.open {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  bottom: 80px;
}
.inner__walk__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 1rem;
}
.card__walk__schedule {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
  border: 1px solid #e7e9ec;
}

.card__walk__schedule:hover,
.card__walk__schedule:focus,
.card__walk__schedule.active {
  color: #f4845f;
  border-color: #f4845f;
}
.card__walk__schedule p {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  border: none;
}

.wrap__title__modal,
.wrap__title__submodal {
  position: relative;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block__search__options .block__search__send span {
  display: none;
}

.wrap__button__closesubmodal {
  display: none;
}
.block___search__container.is_section {
  margin-top: 0;
}
.block__pagination.right__pagination ul{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pagination__element .page-link{
  border: none;
  font-weight: 700;
  color: #3E3322;
  background-color: transparent;
}
.pagination__element .is__next,
.pagination__element .is__prev{
  background-color: #F27059;
  color: #fff;
  border-radius: 0.5rem !important;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__element ul{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__element .page-item{
  padding: 0.25rem;
}

.ctn__empty__information{
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ctn__empty__information.is__404{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.list__reviews{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list__reviews.white__version{
  padding: 2rem 1rem;
  background-color: #fff;
}
.list__reviews__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list__reviews__item .img__cuidador{
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 2rem;
  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  margin-top: 0.5rem;
}
.list__reviews__item .info__cuidador{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list__reviews__item .info__cuidador p{
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.list__reviews__item {
  color: #3E3322;
}
.list__reviews__item .show__more{
  color: #646668;
}

.chaperons__recomended__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chaperons__recomended__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
}
.chaperons__recomended__item p {
  margin-top: 0.25rem;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.chaperons__recomended__item p:first-of-type {
  margin-top: 1rem;
}
.img__chaperon__recomended{
  width: 100%;
  border-radius: 4px;
  height: 174px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



.progressbar__steps {
  counter-reset: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.progressbar__steps li {
  position: relative;
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}

/* Circles */
.progressbar__steps li:before {
  content: counter(step);
  counter-increment: step;
  width: 32px;
  height: 32px;
  border: 1px solid #F27059;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #F27059;
   color: #fff;
   font-weight: 700;
  /* Center # in circle */
  line-height: 32px;
  z-index: 2;
  position: relative;
}

.progressbar__steps li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F27059 ;
  top: 20px; /*half of height Parent (li) */
  left: -50%;
  z-index: -1;
}

.progressbar__steps li:first-child:after {
  content: none;
}

.progressbar__steps li.active:before {
    border: 2px solid #F27059;
}

.progressbar__steps li.active + li:after {
  background: #F27059;
}
.progressbar__steps li.active{
  font-weight: 700;
}
.progressbar__steps li.active span{
  position: absolute;
  left: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  top: -6px;
  border-radius: 50%;
  border: 2px solid #F27059;
  z-index: 1;
  background-color: #fff;
}

.alert-warning{
  background-color: #F79D65;
  color: #fff;
}
.alert-success{
  background-color: #13A699;
  color: #fff;
}
.alert-danger{
  background-color: #DC3545;
  color: #fff;
}
.alert-chaperon{
  background-color: #F4845F;
  color: #fff;
}

.messages__history .message__item{
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.messages__history .message__text{
  padding: 0.5rem;
  max-width: 90%;
}
.messages__history .message__user{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.messages__history .message__user .message__text{
  background-color: #E7E9EC;
  margin-right: 1rem;
}
.messages__history .message__chaperon{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.messages__history .message__chaperon .message__text{
  background-color: #FCFCFC;
  margin-left: 1rem;
}
.messages__history .message__text p{
  margin: 0;
  font-size: 0.875rem;
}
.messages__history .message__text .message__date{
  color: #939393;
}
.messages__history .message__item img{
  max-width: 50px;
  height: 52px;
  border-radius: 50%;
}
/* tables */
table.dataTable thead th, table.dataTable thead td{
  border-bottom-color: #E7E9EC;
}
.table.dataTable>:not(caption)>*>*{
  border-color: #E7E9EC;
}
table.dataTable.no-footer{
  border-color: #E7E9EC;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  font-weight: 700;
  color: #3E3322;
  margin: 10px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: #F27059 !important;
  border: none;
  background: transparent;
}
.dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button.previous{
  background-color: #F27059 !important;
    color: #fff;
    border-radius: 0.5rem !important;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
    cursor: pointer;
}
.dataTables_paginate{
  margin-top: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dataTables_paginate .paginate_button.previous.disabled{
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px;
}
.dataTables_paginate .paginate_button.previous.disabled,
.dataTables_paginate .paginate_button.previous{
  background-image: url('../img/icons/icon__prev__white.svg');
}
.dataTables_paginate .paginate_button.next{
  background-image: url('../img/icons/icon__next__w.svg');
}
.dataTables_info{
  display: none;
}

.breadcrumb__list li{
  font-size: 0.875rem;
}
.breadcrumb__list li a{
  text-decoration: none;
  color: #646668;
}
.breadcrumb__list .breadcrumb-item.active{
  color: #3E3322;
  font-weight: 700;
}

.toggle__ios {
  display: none;
}
.toggle__ios + .toggle__btn {
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3rem;
  min-width: 3rem;
  height: 1.75rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #939393;
  border-radius: 2rem;
  padding: 2px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
}
.toggle__ios + .toggle__btn:after {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -o-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.toggle__ios:checked + .toggle__btn {
  background: #F4845F;
}
.toggle__ios:checked + .toggle__btn:after {
  left: 50%;
}

.list__week__available{
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding-left: 0;
          margin-bottom: 0;
}
.list__week__item{
  padding: 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
}

.wrap__timepicker{
  border: 1px solid #939393;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 2.75rem;
  min-width: 240px;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timepicker__input{
  border-radius: 0;
  background-color: transparent;
  border: none;
  max-width: 100px;
  background-image: url('../img/icons/icon__time.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 20px;
}
.timepicker__input:disabled{
  background-color: #939393;
}

.accordion__list {
  max-width: 100%;
  margin: 0 auto 2rem;
  padding-left: 0;
  list-style: none;
}
.accordion__list li {
  border-bottom: 1px solid #E4E4E4;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.accordion__list li p {
  display: none;
  padding: 10px 25px 30px;
  color: #3E3322;
  font-weight: 500;
}
.accordion__list a {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  line-height: 2em;
  font-size: 14px;
  color: #3E3322;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordion__list a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  position: absolute;
  right: 10px;
  content: " ";
  top: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion__list p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

.accordion__list a.active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .block___search__container {
    margin-top: -7rem;
  }
  
  .block__tabs__search {
    border-radius: 16px 16px 0 0;
  }
  .tabs__search {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  .block___search__container.is_section .block__tabs__search {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .wrap__title__submodal,
  .wrap__title__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap__title__submodal .btn__back__submodal,
  .wrap__title__modal .btn__back__modal {
    width: 40px;
    height: 40px;
    border: none;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wrap__title__submodal .btn__back__submodal svg,
  .wrap__title__submodal .btn__back__modal svg,
  .wrap__title__submodal .btn__back__submodal span,
  .wrap__title__submodal .btn__back__modal span {
    pointer-events: none;
  }
  .wrap__title__submodal .title__submodal,
  .wrap__title__modal .title__modal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block__search__options {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block__search__options .row__lodging > .wrap__input__hidden {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 1px solid #656565;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block__search__options .wrap__input__hidden {
    min-height: auto;
  }
  .block__search__options .block__search__send {
    position: static;
    width: 100%;
    max-width: 100%;
    background-color: #f27059;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block__search__options .block__search__send svg {
    display: none;
  }
  .block__search__options .block__search__send span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }

  .modal__select__pettype {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px !important;
    bottom: 0;
    padding-top: 1rem;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    bottom: -10px;
  }
  .modal__select__pettype.open {
    bottom: 0 !important;
  }
  .block__selector__pets .btn {
    color: #f27059;
    font-weight: 700;
  }
  .block__selector__pets {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }


  .modal__select__schedule {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px !important;
    bottom: 0 !important;
    padding-top: 1rem;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    bottom: -10px;
  }
  .modal__select__schedule.open {
    bottom: 0;
  }
  .modal__select__walk,
  .selector__sizes__pets {
    width: 100vw;
    min-width: 100vw;
    position: fixed;
    left: 0;
    top: 60px !important;
    right: 0;
    bottom: 0;
    padding-bottom: 70px;
  }
  .modal__select__walk .inner__walk__schedule {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal__select__walk .wrap__title__submodal {
    width: 100%;
  }
  .card__walk__schedule {
    width: 47%;
    margin-bottom: 1rem;
  }

  .modal__select__walk.open,
  .selector__sizes__pets.open {
    bottom: 0;
  }
  .selector__sizes__pets .sizes__pets__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block__sizes__pets > strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.25rem;
  }
  .sizes__pets__item {
    width: 47%;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .selector__sizes__pets {
    overflow-y: auto;
  }
  .wrap__button__closesubmodal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #block__mascota__paseo .block__selector__pets {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .list__reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list__reviews__item .img__cuidador{
    margin-bottom: 1rem;
  }

  .chaperons__recomended__list{
    min-width: 800px;
  }

  .progressbar__steps li:before{
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px;
  }
  .progressbar__steps li:first-of-type:before{
    background-image: url('../img/icons/icon__contact.svg');
  }
  .progressbar__steps li:nth-of-type(2):before{
    background-image: url('../img/icons/icon__receipt.svg');
  }
  .progressbar__steps li:nth-of-type(3):before{
    background-image: url('../img/icons/icon__coins.svg');
    background-size: 24px;
  }
  .progressbar__steps li:nth-of-type(4):before{
    background-image: url('../img/icons/icon__success.svg');
  }
  .progressbar__steps li.completed:before{
    background-color: #F7B267;
    border-color: #F7B267;
    background-image: url('../img/icons/icon__completed.svg');
    background-size: 16px;
  }
  .progressbar__steps.only__numbers li:before{
    content: counter(step);
    background-image: none;
  }
  .progressbar__steps.only__numbers li.completed:before {
    content: "";
    background-image: url('../img/icons/icon__completed.svg');
  }
  .input__schedule{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
