@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.entero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.medio {
  max-width: 1820px;
  width: 90%;
}

a {
  display: block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center !important;
}
h1.left,
h2.left,
h3.left,
h4.left,
h5.left {
  text-align: left !important;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right {
  text-align: right !important;
}

p,
li {
  line-height: 1.5;
}

p,
b,
a,
li,
div,
span,
strong,
button,
label,
input,
textarea,
th,
td,
select,
option {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

li {
  list-style: none;
}

body {
  position: relative;
}

.h1 {
  font-size: 2.75rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
}

.h2 {
  font-size: 2.25rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
}

.h3 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.h4 {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
}

.h5 {
  font-size: 0.875rem;
  color: #333333;
  font-weight: SemiBold;
  word-break: break-word;
}

.h-paragraph {
  font-size: 1.375rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.n-paragraph {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.s-paragraph {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}
.s-paragraph a {
  color: #95a1bb !important;
  font-weight: normal !important;
}
.s-paragraph a:hover {
  text-decoration: underline;
}

body {
  background: #fff5f5;
}

ul.simple-list {
  padding: 0;
  color: #333333;
  padding-left: 1rem;
}
ul.simple-list li {
  list-style: disc;
}

.text-a-left {
  text-align: left !important;
}
.text-a-right {
  text-align: right !important;
}
.text-a-center {
  text-align: center !important;
}

.flex-flow-column {
  flex-flow: column;
}

.hr-small-orange,
.hr-medium-orange {
  height: 2px;
  border: none;
  margin: 26px 0;
  background-color: #fec4b0;
}

.hr-small-orange {
  width: 100px;
}

.hr-medium-orange {
  width: 200px;
}

.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.btn-base {
  border: none;
  display: inline;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.btn-base:hover {
  box-shadow: 0px 10px 20px -10px #383838;
}
.btn_back {
  right: 0;
  top: 80px;
  z-index: 2;
  padding: 16px 25px 16px 45px !important;
  border-radius: 5px 0px 0px 5px !important;
}
.btn_delete {
  right: 0;
  top: 10px;
  z-index: 2;
  padding: 10px 25px !important;
  border-radius: 5px 0px 0px 5px !important;
}
.btn_gray {
  font-size: 16px;
  color: #333333;
  padding: 15px;
  background: #95a1bb;
  color: white;
  cursor: pointer;
  letter-spacing: 0.2rem;
  border-radius: 4px;
}
.btn_gray:not(:disabled):hover {
  color: white;
  background: #e83687;
}
.btn_primary {
  color: white;
  background: #e83687;
  font-size: 16px;
  padding: 16px 60px;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  border: none;
}
.btn_primary:not(.hover-off):not(:disabled):hover, .btn_primary:not(.hover-off):not(.disabled):hover {
  background: #95a1bb;
  color: white;
}
.btn_primary:disabled, .btn_primary.disabled {
  background: #95a1bb;
}
.btn_secondary {
  color: #e83687;
  background: #fec4b0;
  font-size: 16px;
  padding: 16px 60px;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  border: none;
}
.btn_secondary:not(:disabled):hover, .btn_secondary:not(.hover-off):hover {
  background: #333333;
  color: white;
}
.btn_large {
  padding: 15px 64px;
  margin: 1rem auto;
}
.btn_flex {
  display: flex;
  align-items: center;
}
.btn_thin {
  font-size: 0.8rem !important;
  padding: 8px !important;
}

.hidden {
  display: none !important;
}

/* Container for one o more buttons */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Container with Border Radius */
.container-b10 {
  border-radius: 10px;
}

.container-b15 {
  border-radius: 15px;
}

.container-b20 {
  border-radius: 20px;
}

/* Background Colors */
.bg-white {
  background-color: #fff;
}

.bg-light_pink {
  background-color: #fff5f5;
}

span.bg {
  position: relative;
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
}
span.bg.fs-small {
  font-size: 0.85rem;
  font-weight: 500;
}
span.bg-default {
  background-color: #95a1bb;
}
span.bg-success {
  background-color: #00994e;
}
span.bg-danger {
  background-color: #ff0000;
}
span.bg-warning {
  background-color: #dbc502;
}
span.bg-warning-2 {
  background-color: #db7602;
}
span.bg-info {
  background-color: #00c1da;
}
span.bg .notification {
  align-items: center;
  background-color: #e83687;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  line-height: 12px;
  padding: 3px 5px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: -moz-min-content;
  width: min-content;
}

.bold_pink {
  font-weight: bold;
  color: #e83687;
}

.bold_gray {
  font-weight: bold;
  color: #95a1bb;
}

.rate .stars-outer {
  display: flex;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}
.rate .stars-inner {
  width: 100%;
  font-size: 30px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute;
}
.rate .stars-inner::before {
  color: #e83687;
  content: "★★★★★";
}

.loader-btn {
  width: 20px;
  height: 20px;
}

.close-modal,
.close-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #fec4b0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  top: -16px;
  right: -16px;
  position: absolute;
}
.close-modal img,
.close-carousel img {
  max-width: 35px;
  max-height: 35px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.m-0 {
  margin: 0rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

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

.m-4 {
  margin: 4rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

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

.m-5 {
  margin: 5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-t-7 {
  padding-top: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

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

.m-9 {
  margin: 9rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

.page-wrapper {
  width: 100%;
  display: flex;
  padding-top: 40px;
  align-items: center;
  justify-content: center;
}

.page-inner {
  width: 90%;
  overflow: hidden;
  padding: 40px 0 40px 0;
  max-width: 1640px;
  box-shadow: -1px 3px 14px rgba(209, 213, 223, 0.4196078431);
}
.page-inner.full-width {
  max-width: unset !important;
}
.page-inner .icon-light {
  opacity: 0.1;
  /* The image is placed in the middle, each side is 274px  */
  width: 548px;
  top: 50px;
  left: -274px;
  position: absolute;
  z-index: 0;
}
.page-inner .icon-light-2 {
  top: 1350px;
  right: -274px;
  left: unset;
}

.page-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.page-content .h1,
.page-content .h2,
.page-content .sub_title {
  max-width: 800px;
  text-align: center;
}
.page-content .phrase {
  display: block;
  text-align: center;
  margin: 10px 0 30px 0;
}

.text_top_section {
  position: relative;
}
.text_top_section .medio {
  margin: 1rem 0;
}
.text_top_section .medio .h1 {
  margin-bottom: 10px;
  font-size: 2.75rem;
  color: #333333;
  font-weight: bold;
  word-break: break-word;
  font-size: 1.5rem !important;
  text-align: center;
}
.text_top_section .medio p {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  text-align: center;
}

.width-secound {
  max-width: 1640px;
}

.category {
  position: relative;
  background: #000201;
  padding: 40px 0;
  overflow: hidden;
  min-height: 746px;
}
.category .medio {
  position: relative;
  z-index: 1;
}
.category .model-bg {
  width: auto;
  height: 100%;
  right: 0;
  z-index: 0;
  position: absolute;
}
.category .model-bg > picture img {
  -webkit-mask-image: linear-gradient(transparent 5%, black 10%, black 90%, transparent);
          mask-image: linear-gradient(transparent 5%, black 10%, black 90%, transparent);
}

.category_group {
  max-width: 1200px;
}
.category_group h2,
.category_group h3 {
  color: white;
  margin-bottom: 10px;
}
.category_group p {
  color: #95a1bb;
}
.category_group p:not(:last-child) {
  margin-bottom: 10px;
}
.category_group p a {
  color: #e83687;
  font-weight: bold;
  display: inline;
}

.category_group_items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}

.category_items {
  width: 50%;
  max-width: 527px;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.category_items img {
  margin-right: 15px;
}
.category_items:last-child, .category_items:nth-child(7) {
  margin-bottom: 0;
}

.category_img {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_img img {
  width: auto;
  margin: unset;
}
.category_img:hover {
  cursor: pointer;
}
.category_img:hover ~ .category_text a {
  color: #e83687;
}

.category_text {
  width: calc(100% - 55px);
  padding: 0 2rem 0 1rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.category_text .h3 {
  color: white;
  margin-bottom: 5px;
  transition: 0.3s color ease;
}
.category_text .h3:hover {
  color: #e83687;
}

.cropper-view-box {
  outline: 2px solid !important;
  outline-color: #e83687 !important;
}

.img_box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img_box-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.img_box picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: cover;
}

.btn-dropdown {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  overflow: visible;
}
.btn-dropdown .btn-base {
  padding: 0.7rem 1rem !important;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 2;
}
.btn-dropdown .btn-base img {
  width: 20px;
  height: 20px;
  display: flex;
}
.btn-dropdown .dropdown-list {
  position: absolute;
  top: 0%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  padding: 0.5rem;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 20px 1px rgba(209, 213, 223, 0.6);
  transition: all 0.3s ease;
}
.btn-dropdown .dropdown-list.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.indicators-container {
  width: 95%;
  position: relative;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.indicators-container.small {
  max-width: 607.5px;
}
.indicators-container .indicators-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.indicators-container .indicators-title h2 {
  font-size: 39.6px !important;
  text-align: center;
}
.indicators-container .indicators-items {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.indicators-container .indicators-items .indicators-item {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7b87a3;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  font-weight: 700;
}
.indicators-container .indicators-items .indicators-item.active {
  background-color: #e83687;
}
.indicators-container .indicators-items hr {
  width: auto !important;
  height: 2px;
  border: 2px solid #7b87a3 !important;
  flex: auto;
}
.indicators-container .indicators-items hr.active {
  border: 2px solid #e83687 !important;
}

@media screen and (max-width: 1300px) {
  .category {
    min-height: auto;
    padding: 50px 0 0 0;
    flex-direction: column;
  }
  .category .category_group_items {
    margin-bottom: 40px;
  }
  .category .model-bg {
    height: 500px;
    display: block;
    text-align: right;
    mix-blend-mode: lighten;
    position: relative;
  }
  .category .model-bg > picture img {
    height: auto;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.table {
  display: table;
  margin: 0 auto;
}
.table.loading::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.table-xs {
  max-width: 420px;
}
.table-sm {
  max-width: 576px;
}
.table-md {
  max-width: 680px;
}
.table-lg {
  max-width: 820px;
}
.table-xl {
  max-width: 1200px;
}
.table-responsive {
  width: 100%;
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border-radius: 5px;
}
.table-responsive.max-responsive {
  max-width: 550px;
}
.table-horizontal {
  display: table;
  position: relative;
  border-collapse: collapse;
}
.table-horizontal thead,
.table-horizontal tbody {
  padding: 8px 10px;
  display: block;
}
.table-horizontal thead tr,
.table-horizontal tbody tr {
  width: 100%;
  display: flex;
}
.table-horizontal thead tr th,
.table-horizontal thead tr td,
.table-horizontal tbody tr th,
.table-horizontal tbody tr td {
  width: auto;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.table-horizontal thead tr th.number,
.table-horizontal thead tr td.number,
.table-horizontal tbody tr th.number,
.table-horizontal tbody tr td.number {
  width: 3rem;
}
.table-horizontal thead tr th.email,
.table-horizontal thead tr td.email,
.table-horizontal tbody tr th.email,
.table-horizontal tbody tr td.email {
  width: 14rem;
}
.table-horizontal thead tr th.regular-text,
.table-horizontal thead tr td.regular-text,
.table-horizontal tbody tr th.regular-text,
.table-horizontal tbody tr td.regular-text {
  width: 10rem;
}
.table-horizontal thead tr th.token,
.table-horizontal thead tr td.token,
.table-horizontal tbody tr th.token,
.table-horizontal tbody tr td.token {
  width: 14rem;
}
.table-horizontal thead tr th.url,
.table-horizontal thead tr td.url,
.table-horizontal tbody tr th.url,
.table-horizontal tbody tr td.url {
  width: 16rem;
}
.table-horizontal thead tr th.date,
.table-horizontal thead tr td.date,
.table-horizontal tbody tr th.date,
.table-horizontal tbody tr td.date {
  width: 9rem;
}
.table-horizontal thead tr th.date-x-2,
.table-horizontal thead tr td.date-x-2,
.table-horizontal tbody tr th.date-x-2,
.table-horizontal tbody tr td.date-x-2 {
  width: 18rem;
}
.table-horizontal thead tr th.date-x-3,
.table-horizontal thead tr td.date-x-3,
.table-horizontal tbody tr th.date-x-3,
.table-horizontal tbody tr td.date-x-3 {
  width: 27rem;
}
.table-horizontal thead tr th.date-x-4,
.table-horizontal thead tr td.date-x-4,
.table-horizontal tbody tr th.date-x-4,
.table-horizontal tbody tr td.date-x-4 {
  width: 36rem;
}
.table-horizontal thead tr th.options,
.table-horizontal thead tr td.options,
.table-horizontal tbody tr th.options,
.table-horizontal tbody tr td.options {
  width: 9rem;
}
.table-horizontal thead tr th.btn-options,
.table-horizontal thead tr td.btn-options,
.table-horizontal tbody tr th.btn-options,
.table-horizontal tbody tr td.btn-options {
  width: 12rem;
}
.table-horizontal thead tr th.col-12,
.table-horizontal thead tr td.col-12,
.table-horizontal tbody tr th.col-12,
.table-horizontal tbody tr td.col-12 {
  width: 100%;
  min-width: 60rem;
}
.table-horizontal thead tr th.col-11,
.table-horizontal thead tr td.col-11,
.table-horizontal tbody tr th.col-11,
.table-horizontal tbody tr td.col-11 {
  width: 91.6666666667%;
  min-width: 55rem;
}
.table-horizontal thead tr th.col-10,
.table-horizontal thead tr td.col-10,
.table-horizontal tbody tr th.col-10,
.table-horizontal tbody tr td.col-10 {
  width: 83.3333333333%;
  min-width: 50rem;
}
.table-horizontal thead tr th.col-9,
.table-horizontal thead tr td.col-9,
.table-horizontal tbody tr th.col-9,
.table-horizontal tbody tr td.col-9 {
  width: 75%;
  min-width: 45rem;
}
.table-horizontal thead tr th.col-8,
.table-horizontal thead tr td.col-8,
.table-horizontal tbody tr th.col-8,
.table-horizontal tbody tr td.col-8 {
  width: 66.6666666667%;
  min-width: 40rem;
}
.table-horizontal thead tr th.col-7,
.table-horizontal thead tr td.col-7,
.table-horizontal tbody tr th.col-7,
.table-horizontal tbody tr td.col-7 {
  width: 58.3333333333%;
  min-width: 35rem;
}
.table-horizontal thead tr th.col-6,
.table-horizontal thead tr td.col-6,
.table-horizontal tbody tr th.col-6,
.table-horizontal tbody tr td.col-6 {
  width: 50%;
  min-width: 30rem;
}
.table-horizontal thead tr th.col-5,
.table-horizontal thead tr td.col-5,
.table-horizontal tbody tr th.col-5,
.table-horizontal tbody tr td.col-5 {
  width: 41.6666666667%;
  min-width: 25rem;
}
.table-horizontal thead tr th.col-4,
.table-horizontal thead tr td.col-4,
.table-horizontal tbody tr th.col-4,
.table-horizontal tbody tr td.col-4 {
  width: 33.3333333333%;
  min-width: 20rem;
}
.table-horizontal thead tr th.col-3,
.table-horizontal thead tr td.col-3,
.table-horizontal tbody tr th.col-3,
.table-horizontal tbody tr td.col-3 {
  width: 25%;
  min-width: 15rem;
}
.table-horizontal thead tr th.col-2,
.table-horizontal thead tr td.col-2,
.table-horizontal tbody tr th.col-2,
.table-horizontal tbody tr td.col-2 {
  width: 16.6666666667%;
  min-width: 10rem;
}
.table-horizontal thead tr th.col-1,
.table-horizontal thead tr td.col-1,
.table-horizontal tbody tr th.col-1,
.table-horizontal tbody tr td.col-1 {
  width: 8.3333333333%;
  min-width: 4rem;
}
.table-horizontal thead tr th.align-right,
.table-horizontal thead tr td.align-right,
.table-horizontal tbody tr th.align-right,
.table-horizontal tbody tr td.align-right {
  text-align: right !important;
  align-items: flex-end !important;
}
.table-horizontal thead {
  background-color: rgba(149, 161, 187, 0.15);
  border-radius: 5px;
  display: block;
}
.table-horizontal thead tr th {
  color: #333333;
  font-weight: bolder;
  padding: 5px;
}
.table-horizontal thead tr th:nth-child(even):not(:last-child) {
  border: 2px solid #F3FEFF;
  border-bottom: none;
  border-top: none;
}
.table-horizontal thead tr th:nth-child(even):last-child {
  border-left: 2px solid #F3FEFF;
}
.table-horizontal tbody tr {
  height: 70px;
  border: 1px solid transparent;
}
.table-horizontal tbody tr:not(:last-child) {
  border-bottom: 1px solid #cad1e1;
}
.table-horizontal tbody tr:not(.hover-off):hover {
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #95a1bb;
}
.table-horizontal tbody tr:not(.hover-off):hover td {
  border: 0px solid transparent !important;
}
.table-horizontal tbody tr td {
  font-weight: normal;
  height: 100%;
  text-align: center;
  padding: 5px 10px;
  border: 0px solid transparent !important;
}
.table-horizontal tbody tr td.a-left {
  text-align: left;
}
.table-horizontal tbody tr td.break-word {
  word-wrap: anywhere;
  white-space: initial;
}
.table-horizontal tbody tr td.options {
  display: flex;
  flex-flow: row;
}
.table-horizontal tbody tr td.full {
  text-align: center;
  width: 100%;
}
.table-horizontal tbody tr td .opt-buttons {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}
.table-horizontal tbody tr td .opt-buttons a {
  margin: 0 5px;
}
.table-horizontal tbody tr td .show-dots {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  display: block;
}
.table-horizontal tbody tr td .show-dots.cookie {
  width: 100%;
  max-width: 400px;
}
.table-horizontal tbody tr td .btn-new, .table-horizontal tbody tr td .btn-edit, .table-horizontal tbody tr td .btn-delete, .table-horizontal tbody tr td .btn-details {
  background: #e83687;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 3px solid #e83687;
  cursor: pointer;
  text-decoration: none;
}
.table-horizontal tbody tr td .btn-new:hover, .table-horizontal tbody tr td .btn-edit:hover, .table-horizontal tbody tr td .btn-delete:hover, .table-horizontal tbody tr td .btn-details:hover {
  background: #fff;
  color: #e83687;
  transition: all 0.4s;
}
.table-horizontal tbody tr td .status-check,
.table-horizontal tbody tr td .tasa_real-check {
  cursor: pointer;
  margin-right: 5px;
}
.table-horizontal tbody tr td:nth-child(even):not(:last-child) {
  border: 1px solid #95a1bb;
  border-bottom: none;
  border-top: none;
}
.table-horizontal tbody tr td:nth-child(even):last-child {
  border-left: 1px solid #95a1bb;
}
.table-horizontal tbody tr td a {
  font-size: 16px;
  text-decoration: underline;
  color: #95a1bb;
  position: relative;
}
.table-vertical {
  display: block;
  border-collapse: collapse;
}
.table-vertical tbody {
  display: block;
}
.table-vertical tbody tr {
  width: 100%;
  display: flex;
  border: 1px solid #95a1bb;
  border-radius: 10px;
  margin: 10px 0;
  overflow: hidden;
}
.table-vertical tbody tr th,
.table-vertical tbody tr td {
  width: 50%;
  padding: 10px;
  font-size: 20px;
}
.table-vertical tbody tr th {
  font-weight: bolder;
  text-align: center;
  background-color: rgba(149, 161, 187, 0.15);
}
.table-vertical tbody tr th.a-left {
  text-align: left;
  padding-left: 5%;
}
.table-vertical tbody tr td {
  text-align: left;
  font-weight: normal;
  background-color: #fff;
  padding-left: 5%;
}
.table-vertical tbody tr.error-row {
  border-color: red;
  box-shadow: 0 0 1px 1px red;
}
.table-vertical tbody tr.error-row th {
  background-color: rgba(255, 0, 0, 0.15);
}
.table-child tbody {
  padding: 0;
}
.table-child tbody tr {
  border: none !important;
}

.bg-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

a.for-tool-tip {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
a .tool-tip {
  position: absolute;
  width: 6rem;
  bottom: 2rem;
  text-align: center;
  background-color: #e83687;
  box-shadow: 0px 0px 2px 1px #ffeeee;
  font-size: 0.8rem;
  border-radius: 5px;
  padding: 0.4rem;
  text-decoration: none;
  color: #fff;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 10;
}
a .tool-tip-sm {
  width: 10rem;
}
a .tool-tip-md {
  width: 14rem;
}
a .tool-tip-lg {
  width: 18rem;
}
a .tool-tip::after {
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-color: #e83687;
  box-shadow: 1px 1px 1px 0px #ffeeee;
  content: "";
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
a .tool-tip-left {
  left: 0;
}
a .tool-tip-left::after {
  transform: rotate(45deg);
  left: 10%;
}
a .tool-tip-right {
  right: 0;
}
a .tool-tip-right::after {
  transform: rotate(45deg);
  left: unset;
  right: 10%;
}
a:hover .tool-tip-hover {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 950px) {
  .page-wrapper {
    padding: 40px 25px;
  }
  .page-inner {
    width: 100%;
    padding: 40px 20px;
  }
  .btn_back {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .category {
    min-height: auto;
    padding: 50px 0 0 0;
  }
  .category_text p.s-paragraph {
    display: none;
  }
  .category_group h3 {
    text-align: center;
  }
  .category_group_items {
    margin-top: 30px;
  }
  .category_items {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .category_items img {
    margin: 0;
    margin-bottom: 15px;
  }
  .category_text {
    padding: 0;
    align-items: center;
  }
  .category_text .h3 {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .btn_large {
    width: 100%;
    padding: 1rem 0.5rem;
    margin: auto !important;
  }
}
@media screen and (max-width: 576px) {
  .page-wrapper {
    padding: 30px 15px 10px;
  }
  .page-inner {
    padding: 20px 5px;
  }
  .page-content {
    padding: 5px !important;
  }
  .category {
    padding: 2rem 0 !important;
  }
  .category_group_items {
    margin-bottom: 0 !important;
  }
  .category_group h2 {
    text-align: center;
  }
  .category .model-bg {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .button .normal {
    width: 100%;
    margin: auto !important;
  }
}
@media screen and (max-width: 430px) {
  body:not(.admin) {
    overflow-x: hidden;
  }
  body div.g-captcha-styles {
    left: 0 !important;
    width: 100vw !important;
  }
  body div.g-captcha-styles > div:last-child {
    left: 0 !important;
    width: 100vw !important;
  }
  body div.g-captcha-styles > div:last-child > iframe {
    left: 0 !important;
    width: 100vw !important;
  }
}
.iti__flag {
  background-image: url(/images/flags.png?007b2705c0a8f69dfdf6ea1bfa0341c9);
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/flags@2x.png?9d5328fb490cddd43f6698012123404b);
  }
}
.el-hide {
  display: none;
}

.row-flex {
  width: calc(100% + 10px);
  position: relative;
  display: flex;
  flex-flow: row;
  margin: 5px -5px;
  flex-wrap: wrap;
  gap: 10px 0;
}
.row-flex:first-child {
  margin-top: 0;
}
.row-flex:last-child {
  margin-bottom: 0;
}
.row-flex.justify-content-center {
  justify-content: center;
}
.row-flex.align-items-center {
  align-items: center;
}
.row-flex.justify-content-start {
  justify-content: flex-start;
}
.row-flex.align-items-start {
  align-items: flex-start;
}
.row-flex.justify-content-end {
  justify-content: flex-end;
}
.row-flex.align-items-end {
  align-items: flex-end;
}
.row-flex .col-flex {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 0 5px;
}
.row-flex .col-flex-1 {
  width: 8.3333333333%;
}
.row-flex .col-flex-2 {
  width: 16.6666666667%;
}
.row-flex .col-flex-3 {
  width: 25%;
}
.row-flex .col-flex-4 {
  width: 33.3333333333%;
}
.row-flex .col-flex-5 {
  width: 41.6666666667%;
}
.row-flex .col-flex-6 {
  width: 50%;
}
.row-flex .col-flex-7 {
  width: 58.3333333333%;
}
.row-flex .col-flex-8 {
  width: 66.6666666667%;
}
.row-flex .col-flex-9 {
  width: 75%;
}
.row-flex .col-flex-10 {
  width: 83.3333333333%;
}
.row-flex .col-flex-11 {
  width: 91.6666666667%;
}
.row-flex .col-flex-12 {
  width: 100%;
}
.row-flex .col-flex-1, .row-flex .col-flex-2, .row-flex .col-flex-3, .row-flex .col-flex-4, .row-flex .col-flex-5, .row-flex .col-flex-6, .row-flex .col-flex-7, .row-flex .col-flex-8, .row-flex .col-flex-9, .row-flex .col-flex-10, .row-flex .col-flex-11, .row-flex .col-flex-12 {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 0 5px;
}
.row-flex .col-flex-1.justify-content-center, .row-flex .col-flex-2.justify-content-center, .row-flex .col-flex-3.justify-content-center, .row-flex .col-flex-4.justify-content-center, .row-flex .col-flex-5.justify-content-center, .row-flex .col-flex-6.justify-content-center, .row-flex .col-flex-7.justify-content-center, .row-flex .col-flex-8.justify-content-center, .row-flex .col-flex-9.justify-content-center, .row-flex .col-flex-10.justify-content-center, .row-flex .col-flex-11.justify-content-center, .row-flex .col-flex-12.justify-content-center {
  justify-content: center;
}
.row-flex .col-flex-1.align-items-center, .row-flex .col-flex-2.align-items-center, .row-flex .col-flex-3.align-items-center, .row-flex .col-flex-4.align-items-center, .row-flex .col-flex-5.align-items-center, .row-flex .col-flex-6.align-items-center, .row-flex .col-flex-7.align-items-center, .row-flex .col-flex-8.align-items-center, .row-flex .col-flex-9.align-items-center, .row-flex .col-flex-10.align-items-center, .row-flex .col-flex-11.align-items-center, .row-flex .col-flex-12.align-items-center {
  align-items: center;
}
.row-flex .col-flex-1.justify-content-start, .row-flex .col-flex-2.justify-content-start, .row-flex .col-flex-3.justify-content-start, .row-flex .col-flex-4.justify-content-start, .row-flex .col-flex-5.justify-content-start, .row-flex .col-flex-6.justify-content-start, .row-flex .col-flex-7.justify-content-start, .row-flex .col-flex-8.justify-content-start, .row-flex .col-flex-9.justify-content-start, .row-flex .col-flex-10.justify-content-start, .row-flex .col-flex-11.justify-content-start, .row-flex .col-flex-12.justify-content-start {
  justify-content: flex-start;
}
.row-flex .col-flex-1.align-items-start, .row-flex .col-flex-2.align-items-start, .row-flex .col-flex-3.align-items-start, .row-flex .col-flex-4.align-items-start, .row-flex .col-flex-5.align-items-start, .row-flex .col-flex-6.align-items-start, .row-flex .col-flex-7.align-items-start, .row-flex .col-flex-8.align-items-start, .row-flex .col-flex-9.align-items-start, .row-flex .col-flex-10.align-items-start, .row-flex .col-flex-11.align-items-start, .row-flex .col-flex-12.align-items-start {
  align-items: flex-start;
}
.row-flex .col-flex-1.justify-content-end, .row-flex .col-flex-2.justify-content-end, .row-flex .col-flex-3.justify-content-end, .row-flex .col-flex-4.justify-content-end, .row-flex .col-flex-5.justify-content-end, .row-flex .col-flex-6.justify-content-end, .row-flex .col-flex-7.justify-content-end, .row-flex .col-flex-8.justify-content-end, .row-flex .col-flex-9.justify-content-end, .row-flex .col-flex-10.justify-content-end, .row-flex .col-flex-11.justify-content-end, .row-flex .col-flex-12.justify-content-end {
  justify-content: flex-end;
}
.row-flex .col-flex-1.align-items-end, .row-flex .col-flex-2.align-items-end, .row-flex .col-flex-3.align-items-end, .row-flex .col-flex-4.align-items-end, .row-flex .col-flex-5.align-items-end, .row-flex .col-flex-6.align-items-end, .row-flex .col-flex-7.align-items-end, .row-flex .col-flex-8.align-items-end, .row-flex .col-flex-9.align-items-end, .row-flex .col-flex-10.align-items-end, .row-flex .col-flex-11.align-items-end, .row-flex .col-flex-12.align-items-end {
  align-items: flex-end;
}
.row-flex .col-flex-1 .form-group, .row-flex .col-flex-2 .form-group, .row-flex .col-flex-3 .form-group, .row-flex .col-flex-4 .form-group, .row-flex .col-flex-5 .form-group, .row-flex .col-flex-6 .form-group, .row-flex .col-flex-7 .form-group, .row-flex .col-flex-8 .form-group, .row-flex .col-flex-9 .form-group, .row-flex .col-flex-10 .form-group, .row-flex .col-flex-11 .form-group, .row-flex .col-flex-12 .form-group {
  min-height: 50px;
}
.row-flex .col-flex-1 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-1 .form-group input[type=password],
.row-flex .col-flex-1 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-1 .form-group .input, .row-flex .col-flex-2 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-2 .form-group input[type=password],
.row-flex .col-flex-2 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-2 .form-group .input, .row-flex .col-flex-3 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-3 .form-group input[type=password],
.row-flex .col-flex-3 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-3 .form-group .input, .row-flex .col-flex-4 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-4 .form-group input[type=password],
.row-flex .col-flex-4 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-4 .form-group .input, .row-flex .col-flex-5 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-5 .form-group input[type=password],
.row-flex .col-flex-5 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-5 .form-group .input, .row-flex .col-flex-6 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-6 .form-group input[type=password],
.row-flex .col-flex-6 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-6 .form-group .input, .row-flex .col-flex-7 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-7 .form-group input[type=password],
.row-flex .col-flex-7 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-7 .form-group .input, .row-flex .col-flex-8 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-8 .form-group input[type=password],
.row-flex .col-flex-8 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-8 .form-group .input, .row-flex .col-flex-9 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-9 .form-group input[type=password],
.row-flex .col-flex-9 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-9 .form-group .input, .row-flex .col-flex-10 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-10 .form-group input[type=password],
.row-flex .col-flex-10 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-10 .form-group .input, .row-flex .col-flex-11 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-11 .form-group input[type=password],
.row-flex .col-flex-11 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-11 .form-group .input, .row-flex .col-flex-12 .form-group input[type=text]:not(.multi-select),
.row-flex .col-flex-12 .form-group input[type=password],
.row-flex .col-flex-12 .form-group input[type=email]:not(.multi-select),
.row-flex .col-flex-12 .form-group .input {
  height: 100%;
}

@media (min-width: 576px) {
  .el-hide-sm {
    display: none;
  }
  .row-flex .col-flex-sm-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-sm-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-sm-3 {
    width: 25%;
  }
  .row-flex .col-flex-sm-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-sm-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-sm-6 {
    width: 50%;
  }
  .row-flex .col-flex-sm-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-sm-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-sm-9 {
    width: 75%;
  }
  .row-flex .col-flex-sm-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-sm-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .el-hide-md {
    display: none;
  }
  .row-flex .col-flex-md-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-md-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-md-3 {
    width: 25%;
  }
  .row-flex .col-flex-md-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-md-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-md-6 {
    width: 50%;
  }
  .row-flex .col-flex-md-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-md-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-md-9 {
    width: 75%;
  }
  .row-flex .col-flex-md-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-md-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .el-hide-lg {
    display: none;
  }
  .row-flex .col-flex-lg-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-lg-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-lg-3 {
    width: 25%;
  }
  .row-flex .col-flex-lg-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-lg-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-lg-6 {
    width: 50%;
  }
  .row-flex .col-flex-lg-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-lg-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-lg-9 {
    width: 75%;
  }
  .row-flex .col-flex-lg-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-lg-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .el-hide-xl {
    display: none;
  }
  .row-flex .col-flex-xl-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-xl-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-xl-3 {
    width: 25%;
  }
  .row-flex .col-flex-xl-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-xl-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-xl-6 {
    width: 50%;
  }
  .row-flex .col-flex-xl-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-xl-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-xl-9 {
    width: 75%;
  }
  .row-flex .col-flex-xl-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-xl-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .el-hide-xxl {
    display: none;
  }
  .row-flex .col-flex-xxl-1 {
    width: 8.3333333333%;
  }
  .row-flex .col-flex-xxl-2 {
    width: 16.6666666667%;
  }
  .row-flex .col-flex-xxl-3 {
    width: 25%;
  }
  .row-flex .col-flex-xxl-4 {
    width: 33.3333333333%;
  }
  .row-flex .col-flex-xxl-5 {
    width: 41.6666666667%;
  }
  .row-flex .col-flex-xxl-6 {
    width: 50%;
  }
  .row-flex .col-flex-xxl-7 {
    width: 58.3333333333%;
  }
  .row-flex .col-flex-xxl-8 {
    width: 66.6666666667%;
  }
  .row-flex .col-flex-xxl-9 {
    width: 75%;
  }
  .row-flex .col-flex-xxl-10 {
    width: 83.3333333333%;
  }
  .row-flex .col-flex-xxl-11 {
    width: 91.6666666667%;
  }
  .row-flex .col-flex-xxl-12 {
    width: 100%;
  }
}
/* Formateo de estilos */
textarea,
.custom-select,
input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=range]):not(.options-searcher):not(.multi-select) {
  background-color: transparent;
  border: none;
  color: #333;
  font-family: inherit;
  font-size: 18px;
  padding: 16px 24px;
  resize: none;
  width: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #7b87a3 !important;
  position: relative;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7b87a3;
}

input::placeholder,
textarea::placeholder {
  color: #7b87a3;
}

.input-group,
.form-fieldset > .input-wrapper {
  margin-bottom: 1rem;
  transition: margin-bottom 0.2s ease;
}
.input-group.justify-content-center,
.form-fieldset > .input-wrapper.justify-content-center {
  justify-content: center;
}
.input-group.align-items-center,
.form-fieldset > .input-wrapper.align-items-center {
  align-items: center;
}
.input-group.justify-content-start,
.form-fieldset > .input-wrapper.justify-content-start {
  justify-content: flex-start;
}
.input-group.align-items-start,
.form-fieldset > .input-wrapper.align-items-start {
  align-items: flex-start;
}
.input-group.justify-content-end,
.form-fieldset > .input-wrapper.justify-content-end {
  justify-content: flex-end;
}
.input-group.align-items-end,
.form-fieldset > .input-wrapper.align-items-end {
  align-items: flex-end;
}

/* Divisor Line */
hr.form-line {
  width: 100%;
  position: relative;
  margin: 4rem auto;
  border: 1px solid #fec4b0;
}

/* Label */
.form-label {
  margin: 0 0 0 10px;
  cursor: pointer;
}

/* Select Nativo */
.select-hidden {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* Fieldset Formateo */
.form-fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 0;
  min-inline-size: unset;
  /* Varición - Cuando Fieldset es Padre */
  /* Varición - Cuando Fieldset es hijo */
}
.form-fieldset.outof {
  margin: 0 0 60px 0;
}
.form-fieldset.outof legend {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
.form-fieldset.within {
  margin: 0 0 24px 0;
}
.form-fieldset.within legend {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}

/* Agrupación para Checkboxes */
.form-fieldset.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 24px 0;
  gap: 10px;
}

.form-group-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.form-group-tags.justify-content-center {
  justify-content: center;
}
.form-group-tags.align-items-center {
  align-items: center;
}
.form-group-tags.justify-content-start {
  justify-content: flex-start;
}
.form-group-tags.justify-content-around {
  justify-content: space-around;
}
.form-group-tags.justify-content-between {
  justify-content: space-between;
}
.form-group-tags.justify-content-evenly {
  justify-content: space-evenly;
}
.form-group-tags.align-items-start {
  align-items: flex-start;
}
.form-group-tags.justify-content-end {
  justify-content: flex-end;
}
.form-group-tags.align-items-end {
  align-items: flex-end;
}
.form-group-tags input[type=checkbox],
.form-group-tags input[type=radio] {
  display: none;
}
.form-group-tags input[type=checkbox]:checked + .label-tag.label-default,
.form-group-tags input[type=radio]:checked + .label-tag.label-default {
  background-color: #333333;
}
.form-group-tags input[type=checkbox]:checked + .label-tag.label-success,
.form-group-tags input[type=radio]:checked + .label-tag.label-success {
  background-color: #00994e;
}
.form-group-tags input[type=checkbox]:checked + .label-tag.label-info,
.form-group-tags input[type=radio]:checked + .label-tag.label-info {
  background-color: #00c1da;
}
.form-group-tags input[type=checkbox]:checked + .label-tag.label-warning,
.form-group-tags input[type=radio]:checked + .label-tag.label-warning {
  background-color: #dbc502;
}
.form-group-tags input[type=checkbox]:checked + .label-tag.label-danger,
.form-group-tags input[type=radio]:checked + .label-tag.label-danger {
  background-color: #ff0000;
}
.form-group-tags .label-tag {
  display: flex;
  align-items: center;
  height: unset !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  border-radius: 5px;
  color: #ffffff;
  background-color: #7b87a3;
  transition: 0.2s background-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-group-tags .label-tag:hover.label-default {
  background-color: #333333;
}
.form-group-tags .label-tag:hover.label-success {
  background-color: #00994e;
}
.form-group-tags .label-tag:hover.label-info {
  background-color: #00c1da;
}
.form-group-tags .label-tag:hover.label-warning {
  background-color: #dbc502;
}
.form-group-tags .label-tag:hover.label-danger {
  background-color: #ff0000;
}

.input-wrapper {
  /* Envoltura/Wrapper de todos los elementos del formulario */
  /* Envoltura/Wrapper de unicamente los checkbox */
  /* Envoltura/Wrapper de unicamente los password */
  /* Envoltura/Wrapper de unicamente los select */
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) {
  position: relative;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-handle-error {
  display: flex;
  align-items: center;
  color: red;
  margin-top: 0;
  opacity: 0;
  transition: opacity 0.5s ease, margin-top 0.5s ease;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-handle-error.show {
  opacity: 1;
  margin-top: 4px;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-handle-error img {
  display: inline-flex !important;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #7b87a3 !important;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group > label {
  padding: 16px 12px;
  background-color: #f2f2f2;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  cursor: pointer;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group > label:first-of-type {
  border-right: 1px #7b87a3 solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group > label:last-of-type:not(:first-child) {
  border-left: 1px #7b87a3 solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group > label.label-sm {
  min-width: 8rem;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group > label.label-md {
  min-width: 12rem;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group > label.label-lg {
  min-width: 16rem;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group-textarea {
  flex-flow: column;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group-textarea > label:first-of-type {
  border-right: none;
  border-bottom: 1px #7b87a3 solid;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group-textarea > label:last-of-type:not(:first-child) {
  border-left: none;
  border-top: 1px #7b87a3 solid;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group textarea,
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group .custom-select,
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group multi-input,
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group input:not(input[type=checkbox]):not(input[type=range]):not(.options-searcher):not(.multi-select) {
  border: none !important;
}
.input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group multi-input {
  margin-bottom: 0;
}
.input-wrapper[data-type=checkbox] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.input-wrapper[data-type=checkbox] .input-group.input-group-check {
  margin-bottom: 0 !important;
}
.input-wrapper[data-type=checkbox] input[type=radio], .input-wrapper[data-type=checkbox] input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  min-height: 22px;
  min-width: 22px;
  position: relative;
}
.input-wrapper[data-type=checkbox] input[type=radio]::before, .input-wrapper[data-type=checkbox] input[type=checkbox]::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  border: 1px solid #95a1bb;
  border-radius: 4px;
}
.input-wrapper[data-type=checkbox] input[type=radio]:checked::before, .input-wrapper[data-type=checkbox] input[type=checkbox]:checked::before {
  background-color: #e83687;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  border: 1px solid transparent;
}
.input-wrapper[data-type=checkbox] input[type=radio]:checked::after, .input-wrapper[data-type=checkbox] input[type=checkbox]:checked::after {
  border: 1px solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  content: "";
  height: 10px;
  left: 7px;
  top: 2px;
  width: 4px;
  pointer-events: none;
  position: absolute;
}
.input-wrapper[data-type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.input-wrapper[data-type=password] .show-password {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 24px;
  background-size: cover;
  background-image: url(/images/visibilityoff.svg?c3a96369679c199788c75ee6424933f0);
}
.input-wrapper[data-type=password] .show-password.showing {
  background-image: url(/images/visibility.svg?3c519d929b1435dbd9dae7825c238a44);
}
.input-wrapper[data-type=select-one]::after {
  border: 1px solid #95a1bb;
  border-width: 2px 2px 0 0;
  content: "";
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 16px;
  transform: rotate(135deg);
  transition: transform 0.8s ease-in-out;
  width: 12px;
}
.input-wrapper[data-type=select-one].active::after {
  transform: rotate(-45deg);
}
.input-wrapper[data-type=select] .input-wrapper-group > .select-wrapper, .input-wrapper[data-type=select] .input-wrapper-group > .select-wrapper > .input-wrapper {
  margin-bottom: 0 !important;
}
.input-wrapper.active .data-autocomplete,
.input-wrapper.active .options-select {
  max-height: 380px;
  opacity: 1;
  overflow-y: scroll;
}
.input-wrapper .input-button {
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.input-wrapper .input-button a {
  width: auto;
  height: 56px;
  position: relative;
  padding: 0 10px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e83687;
  border: 1px solid #e83687;
  color: #fff;
}
.input-wrapper .input-button a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 1px;
}
.input-wrapper .input-button a:not(.disabled):hover {
  background-color: #fff;
  color: #e83687;
}
.input-wrapper .input-button a.btn-verify-phone {
  background-color: transparent;
  color: #e83687;
  border: 1px transparent;
  margin: -1px;
}
.input-wrapper .input-button a.btn-verify-phone:not(.border-right) {
  border-right: none;
}
.input-wrapper .input-button a.btn-verify-phone:hover {
  text-decoration: underline;
  background-color: transparent;
  border: 1px transparent;
}
.input-wrapper .input-button a:disabled, .input-wrapper .input-button a.disabled {
  background: #95a1bb !important;
  border: 1px solid #95a1bb;
  cursor: default;
}

.custom-select {
  color: #7b87a3;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem 2.5rem 1rem 1rem;
}

.options-searcher {
  border: 1px solid #d9deea;
  border-radius: 4px;
  border-width: 0 0 2px 0;
  display: block;
  font-size: 16px;
  margin: 10px auto;
  outline: 2px solid transparent;
  padding: 16px 24px;
  width: 95%;
  transition: outline 0.5s ease;
}
.options-searcher:focus {
  outline: 2px solid #d9deea;
  border-width: 0 0 0 0;
}

.options-select,
.data-autocomplete {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #7b87a3;
  left: 0;
  list-style: none;
  margin: 0 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50px;
  transition: 0.8s opacity, 0.8s max-height;
  width: 100%;
  z-index: 2;
  /* Firefox */
  scrollbar-color: #d9deea #f1f1f1;
  scrollbar-width: thin;
}
.options-select li:not(.li-searcher),
.data-autocomplete li:not(.li-searcher) {
  padding: 16px 24px;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.options-select li:not(.li-searcher).filter, .options-select li:not(.li-searcher).selected,
.data-autocomplete li:not(.li-searcher).filter,
.data-autocomplete li:not(.li-searcher).selected {
  display: none;
}
.options-select li:not(.li-searcher):hover,
.data-autocomplete li:not(.li-searcher):hover {
  background-color: #fff9f9;
}
.options-select::-webkit-scrollbar,
.data-autocomplete::-webkit-scrollbar {
  width: 8px;
  border-radius: 0 0 0 5px;
  background-color: #f1f1f1;
}
.options-select::-webkit-scrollbar-thumb,
.data-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 0 0 0 5px;
  background-color: #d9deea;
}
.options-select .input-wrapper-group,
.data-autocomplete .input-wrapper-group {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #7b87a3 !important;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
}
.options-select .input-wrapper-group > label,
.data-autocomplete .input-wrapper-group > label {
  padding: 16px 12px;
  background-color: #f2f2f2;
  border-right: 1px #7b87a3 solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 !important;
}
.options-select .input-wrapper-group > label.label-sm,
.data-autocomplete .input-wrapper-group > label.label-sm {
  min-width: 8rem;
}
.options-select .input-wrapper-group > label.label-md,
.data-autocomplete .input-wrapper-group > label.label-md {
  min-width: 12rem;
}
.options-select .input-wrapper-group > label.label-lg,
.data-autocomplete .input-wrapper-group > label.label-lg {
  min-width: 16rem;
}
.options-select .input-wrapper-group textarea,
.options-select .input-wrapper-group .custom-select,
.options-select .input-wrapper-group multi-input,
.options-select .input-wrapper-group input:not(input[type=checkbox]):not(input[type=range]):not(.options-searcher):not(.multi-select):not(.option-radio),
.data-autocomplete .input-wrapper-group textarea,
.data-autocomplete .input-wrapper-group .custom-select,
.data-autocomplete .input-wrapper-group multi-input,
.data-autocomplete .input-wrapper-group input:not(input[type=checkbox]):not(input[type=range]):not(.options-searcher):not(.multi-select):not(.option-radio) {
  border: none !important;
}
.options-select .input-wrapper-group multi-input,
.data-autocomplete .input-wrapper-group multi-input {
  margin-bottom: 0;
}

.data-autocomplete {
  top: 98%;
  border-top: none;
}

/* Envoltura/Wrapper de unicamente los textarea */
#counter .counting {
  color: #7b87a3;
}
#counter.valid .counting {
  color: #00994e;
}
#counter.invalid .num-offset,
#counter.invalid .counting {
  color: #ff0000;
}

/*Variaciones que usan decoradores*/
.input-after[data-format=hora]::after {
  color: #7b87a3;
  content: attr(data-format);
  font-size: 18px;
  line-height: 18px;
  pointer-events: none;
  position: absolute;
  right: 60px;
  top: 18px;
}
.input-after[data-format=€]::after {
  color: #7b87a3;
  content: attr(data-format);
  font-size: 18px;
  line-height: 18px;
  pointer-events: none;
  position: absolute;
  right: 48px;
  top: 19px;
}

/* Agrupación de Inputs  */
.input-group {
  align-items: center;
  display: flex;
  gap: 10px;
  width: 100%;
}
.input-group.justify-content-center {
  justify-content: center;
}
.input-group.align-items-center {
  align-items: center;
}
.input-group.justify-content-start {
  justify-content: flex-start;
}
.input-group.align-items-start {
  align-items: flex-start;
}
.input-group.justify-content-end {
  justify-content: flex-end;
}
.input-group.align-items-end {
  align-items: flex-end;
}
.input-group .input-wrapper,
.input-group .select-wrapper,
.input-group .input-group {
  margin: 0 !important;
}
.input-group.one-half .input-wrapper {
  width: 50%;
}
.input-group.one-third .input-wrapper:first-child {
  width: 70%;
}
.input-group.one-third .input-wrapper:last-child {
  width: 30%;
}
.input-group.togheter {
  flex-direction: row;
  gap: 0;
  margin: 0;
}
.input-group.togheter .input-wrapper:first-child input, .input-group.togheter .input-wrapper:first-child .custom-select {
  border-radius: 4px 0px 0px 4px;
}
.input-group.togheter .input-wrapper:last-child input, .input-group.togheter .input-wrapper:last-child .custom-select {
  border-width: 1px 1px 1px 0;
  border-radius: 0px 4px 4px 0px;
}
.input-group.three .input-wrapper {
  width: 33.333%;
}
.input-group-check input[type=radio] {
  width: auto !important;
}

.input-tel {
  padding-left: 54px !important;
}

.iti {
  width: 100%;
}
.iti__flag-container {
  height: calc(100% - 24px);
}
.iti:not(.iti--allow-dropdown) .iti__flag-container {
  display: none !important;
}

multi-input {
  display: block;
  margin: 0 0 20px 0;
  border: 1px solid #7b87a3 !important;
  padding: 16px 24px !important;
  cursor: text;
  /* NB use of pointer-events to only allow events from the × icon */
}
multi-input input {
  width: calc(100% - 22px);
  border: none;
  font-size: var(--multi-input-input-font-size, 14px);
  outline: none;
  padding: 0;
  color: #333;
  font-size: 18px;
  margin: 2.5px 0;
  padding-right: 22px;
}
multi-input input::-webkit-calendar-picker-indicator {
  display: none;
}
multi-input input::-moz-placeholder {
  color: #333;
}
multi-input input::placeholder {
  color: #333;
}
multi-input input.hide-placeholder::-moz-placeholder {
  color: transparent;
}
multi-input input.hide-placeholder::placeholder {
  color: transparent;
}
multi-input div.item {
  background-color: var(--multi-input-item-bg-color, #dedede);
  border: var(--multi-input-item-border, 1px solid #ccc);
  border-radius: 2px;
  color: #222;
  display: inline-block;
  font-size: var(--multi-input-item-font-size, 14px);
  margin: 2.5px 5px 2.5px 0;
  padding: 2px 25px 2px 5px;
  pointer-events: none;
  position: relative;
  top: -1px;
}
multi-input div.item:hover {
  background-color: #eee;
  color: black;
}
multi-input div.item::after {
  color: black;
  content: "×";
  cursor: pointer;
  font-size: 18px;
  pointer-events: auto;
  position: absolute;
  right: 5px;
  top: -1px;
}
multi-input button.add-option {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 2.5px 0 2.5px -28px;
  font-size: 20px;
  z-index: 2;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #e83687;
}
multi-input button.add-option.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
multi-input button.add-option img {
  width: 12px;
  height: 12px;
  margin: 0 auto;
  display: table;
}

.multi-select-autocomplete {
  display: block;
  margin: 0;
  border: none !important;
  padding: 16px 24px !important;
  cursor: text;
}
.multi-select-autocomplete .input-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
}
.multi-select-autocomplete .input-content .input-base {
  width: calc(100% - 4rem);
  max-height: 3rem;
  border: 1px solid #7b87a3;
}
.multi-select-autocomplete .input-content .input-base::-moz-placeholder {
  color: #333;
}
.multi-select-autocomplete .input-content .input-base::placeholder {
  color: #333;
}
.multi-select-autocomplete .input-content .input-base.hide-placeholder::-moz-placeholder {
  color: transparent;
}
.multi-select-autocomplete .input-content .input-base.hide-placeholder::placeholder {
  color: transparent;
}
.multi-select-autocomplete .input-content .data-autocomplete {
  width: calc(100% - 4rem);
}
.multi-select-autocomplete .input-content .btn_primary {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multi-select-autocomplete .selected-items-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row;
  flex-wrap: wrap;
}
.multi-select-autocomplete .selected-items-content .item {
  height: unset !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  border-radius: 5px;
  color: #fff;
  background-color: #7b87a3;
  text-decoration: none;
  transition: 0.2s background-color ease;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0.5rem 0 0;
}
.multi-select-autocomplete .selected-items-content .item:hover {
  cursor: pointer;
  background-color: #333333;
}
.multi-select-autocomplete .selected-items-content .item .delete-item {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

:host {
  border: var(--multi-input-border, 1px solid #ddd);
  display: block;
  overflow: hidden;
  padding: 5px;
}

/* NB use of pointer-events to only allow events from the × icon */
::slotted(div.item) {
  background-color: var(--multi-input-item-bg-color, #dedede);
  border: var(--multi-input-item-border, 1px solid #ccc);
  border-radius: 2px;
  color: #222;
  display: inline-block;
  font-size: var(--multi-input-item-font-size, 14px);
  margin: 5px;
  padding: 2px 25px 2px 5px;
  pointer-events: none;
  position: relative;
  top: -1px;
}

/* NB pointer-events: none above */
::slotted(div.item:hover) {
  background-color: #eee;
  color: black;
}

::slotted(input) {
  border: none;
  font-size: var(--multi-input-input-font-size, 14px);
  outline: none;
  padding: 10px 10px 10px 5px;
}

@media screen and (max-width: 767px) {
  .input-group:not(.input-group.togheter) {
    flex-direction: column;
  }
  .input-group:not(.input-group.togheter) textarea,
  .input-group:not(.input-group.togheter) .custom-select,
  .input-group:not(.input-group.togheter) input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=range]):not(.options-searcher):not(.multi-select),
  .input-group:not(.input-group.togheter) .input-wrapper-group,
  .input-group:not(.input-group.togheter) .input-group.togheter {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .input-group.input-group-check .input-group {
    flex-direction: row !important;
  }
  .input-group.input-group-check input[type=radio] {
    width: 22px !important;
    height: 22px !important;
  }
  .input-wrapper.input-wrapper[data-type=checkbox] .input-group:not(.input-group.togheter) {
    flex-direction: row;
  }
}
@media screen and (max-width: 620px) {
  .input-group:not(.input-group.togheter) textarea,
  .input-group:not(.input-group.togheter) .custom-select,
  .input-group:not(.input-group.togheter) input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=range]):not(.options-searcher):not(.multi-select),
  .input-group:not(.input-group.togheter) .input-wrapper-group,
  .input-group:not(.input-group.togheter) .input-group.togheter {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .input-group.one-half > .input-wrapper {
    width: 100%;
  }
  .input-group.one-third > .input-wrapper:first-child, .input-group.one-third > .input-wrapper:last-child {
    width: 100%;
  }
  .input-group .input-wrapper:first-child,
  .input-group .select-wrapper:first-child {
    margin-bottom: calc(1rem - 10px);
  }
  .input-group.input-group-check .input-group {
    flex-direction: row !important;
  }
  .input-group.input-group-check input[type=radio] {
    width: 22px !important;
    height: 22px !important;
  }
  .form-base .input-group-check input[type=radio] {
    width: 22px !important;
    height: 22px !important;
  }
  .input-wrapper.input-wrapper[data-type=checkbox] .input-group.grid {
    display: flex !important;
    flex-flow: row !important;
    flex-wrap: wrap !important;
  }
  .input-wrapper.input-wrapper[data-type=checkbox] .input-group.grid .check {
    width: 50%;
    padding-right: 15px;
  }
  .form-fieldset.grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .multi-select-autocomplete {
    padding: 10px 5px !important;
  }
  .multi-select-autocomplete .input-content .input-base {
    width: calc(100% - 3.5rem);
    padding: 16px 12px;
  }
}
@media screen and (max-width: 480px) {
  .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group, .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-group:not(.input-group.togheter) {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group label, .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-group:not(.input-group.togheter) label {
    width: 100% !important;
    max-width: unset;
    padding: 8px 12px;
    border: none;
    margin: 0;
  }
  .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group label:first-of-type, .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-group:not(.input-group.togheter) label:first-of-type {
    border-right: none;
    border-bottom: 1px #7b87a3 solid;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
  }
  .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-wrapper-group label:last-of-type:not(:first-child), .input-wrapper:not(.input-wrapper[data-type=checkbox]) .input-group:not(.input-group.togheter) label:last-of-type:not(:first-child) {
    width: 100% !important;
    border-left: none;
    border-top: 1px #7b87a3 solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }
  .input-wrapper[data-type=password] .show-password {
    top: unset;
    bottom: 16px;
  }
}
@media screen and (max-width: 450px) {
  .all-phones input:not(input[type=checkbox]):not(input[type=range]):not(.options-searcher):not(.multi-select) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: transparent !important;
  }
  .all-phones .hidden-code.show {
    max-height: 110px;
    margin-top: 0 !important;
  }
  .all-phones .hidden-code.show input:not(input[type=checkbox]):not(input[type=range]):not(.options-searcher):not(.multi-select) {
    border-radius: 0 !important;
    border-bottom: transparent !important;
  }
  .all-phones .hidden-code.show .input-button {
    border: 1px solid #95a1bb !important;
    border-radius: 0;
  }
  .all-phones .input-wrapper .input-button {
    width: 100%;
    position: relative;
    border: 1px solid #e83687;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
  }
  .all-phones .input-wrapper .input-button a {
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .all-phones .input-wrapper .input-button a.btn-verify-phone {
    min-width: 50% !important;
  }
}
.parent#modal-announcement, .parent#model-announcement {
  flex-direction: column;
}
.parent#modal-announcement {
  padding: 20px 20px;
}
.parent#modal-announcement .close-modal {
  position: fixed;
  top: 14px;
  right: 2rem;
}
.parent#model-announcement {
  padding: 40px 20px;
}

.modal-new.show_carousel {
  overflow: hidden;
}
.modal-new .arrow {
  top: calc(50vh - 3.5rem);
  position: fixed;
  padding: 1.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  background: #e83687;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  transform: scaleY(1.7);
}
.modal-new .arrow.disabled {
  background: rgba(254, 196, 176, 0.5);
  cursor: default;
}
.modal-new .arrow-left {
  left: 2.5vw;
  border-radius: 10px 0 0 10px;
}
.modal-new .arrow-right {
  right: 2.5vw;
  border-radius: 0 10px 10px 0;
}
.modal-new .child {
  padding: 30px 45px !important;
}

.modal-announcement {
  display: grid;
  gap: 15px;
  grid-template-columns: min-content 1fr;
  width: 100%;
}
.modal-announcement mark {
  padding: 0 2.5px;
  margin: 0 -2.5px;
  font-weight: 700;
  background: #e83687;
  color: #fff;
}

#modal_tag_destacar {
  margin-top: 0;
  margin-bottom: 2.8rem;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem !important;
  letter-spacing: 0.2rem;
  text-align: center;
}
#modal_tag_destacar img {
  margin: 0 5px;
}

.close-modal {
  z-index: 1;
}

.close-carousel {
  top: 1.5rem;
  right: 1.5rem;
  z-index: 999;
}

/* Elementos Generales */
.data-item {
  width: 100%;
}
.data-item .data-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.data-item .data-value {
  font-size: 14px;
  font-weight: 18px;
}
.data-item .data-value::marker {
  display: none;
}
.data-item .data-value.label-tag.featured {
  color: #fff !important;
  padding: 5px 10px !important;
  margin: 1.5px 5px 1.5px 0 !important;
  font-size: 14px !important;
  display: inline-flex;
}

.breadcrumb-general {
  display: flex;
  font-size: 16px;
  color: #333333;
  margin: 0 0 20px 0;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.breadcrumb-general > span {
  margin: 0.25rem 18px;
}
.breadcrumb-general > a {
  font-weight: 700;
  color: #333333;
  margin: 0.25rem 0;
}
.breadcrumb-general > a:visited {
  color: #333333;
}
.breadcrumb-general > b {
  margin: 0.25rem 0;
}
.breadcrumb-general > a.inside, .breadcrumb-general > a.inside + span {
  color: #95a1bb;
  font-weight: bold;
}

#panel-page .breadcrumb-general {
  max-width: 1320px;
  margin: 0.2rem auto;
  position: relative;
  width: calc(90% + 40px);
  padding: 0 20px;
}

.announcement-title {
  width: 100%;
  position: relative;
  color: #333;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}
.announcement-title h1 {
  margin: 0;
  padding-right: 2rem;
}
.announcement-title:visited {
  color: #333;
}
.announcement-subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.announcement-sometext {
  font-weight: 700;
}
.announcement-footer {
  width: 60%;
  max-width: 420px;
  min-width: 350px;
  position: fixed;
  bottom: 0;
  background-color: #e83687;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.announcement-footer .af-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.announcement-footer .af-container .col-flex-4:not(:first-child):not(:last-child) {
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.announcement-footer .af-container .col-flex-3:not(:last-child) {
  border-right: 2px solid #fff;
}
.announcement-footer .af-container .col-flex-3 .f-button,
.announcement-footer .af-container .col-flex-4 .f-button {
  width: 100%;
  height: 24px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcement-footer .af-container-mobile {
  max-width: unset;
  display: flex;
  gap: 10px;
  align-items: center;
}
.announcement-footer .af-container-mobile .row-flex {
  width: calc(100% - 9rem);
  margin: 0;
}
.announcement-footer .af-container-mobile .row-flex .col-flex-4 {
  border-right: 2px solid #fff !important;
  border-left: none !important;
}
.announcement-footer .af-container-mobile #share-mobile {
  width: 9rem;
  height: 24px;
  padding: 0.5rem 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #e83687;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.left {
  width: 100%;
  max-width: 370px;
  min-width: 340px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
  height: -moz-fit-content;
  height: fit-content;
}
.left .profile {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 0 14px 20px 14px;
}
.left .profile.in-page {
  gap: 12px 0;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-around;
}
.left .profile.in-page .profile-aboutme, .left .profile.in-page .profile-phones {
  gap: 10px;
  flex-flow: column;
}
.left .profile.in-page .profile-aboutme {
  width: 40%;
  border: 1px solid #fec4b0;
  border-width: 0 2px 0 0;
  padding-right: 5px;
}
.left .profile.in-page .profile-phones {
  width: 60%;
  padding-left: 5px;
}
.left .profile.in-page .profile-phones .data-item:not(.btn-whatsapp):not(.no-phones) {
  justify-content: flex-start !important;
}
.left .profile-banner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 300px;
}
.left .profile-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.left .profile-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px 0 20px 0;
}
.left .profile-picture .photo {
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  height: 100px;
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 5px 10px rgba(209, 213, 223, 0.5019607843);
}
.left .profile-picture .photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.left .profile-name {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 100%;
}
.left .profile-name p {
  margin: 0;
  text-align: center;
}
.left .profile-name .check {
  background-color: #e83687;
  border-radius: 50%;
  height: 15px;
  position: relative;
  width: 15px;
}
.left .profile-name .check::after {
  border: 1px solid #ffffff;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  height: 8px;
  left: 6px;
  top: 2px;
  width: 2px;
  pointer-events: none;
  position: absolute;
}
.left .profile-aboutme {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.left .profile-rates {
  width: 100%;
}
.left .profile-rates .data-title {
  text-align: left;
}
.left .profile-rates .data-element {
  display: flex;
  align-items: center;
  background-color: #e83687;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 11px 22px;
}
.left .profile-rates .data-element .rate-price {
  display: flex;
  align-items: center;
  height: 34px;
  justify-content: center;
  font-weight: 18px;
  margin: 0;
  width: 100%;
  color: #fff;
}
.left .profile-rates .data-element .rate-price.promo {
  background-color: #fff;
  border-radius: inherit;
  color: #95a1bb;
}
.left .profile-rates .data-element .rate-price span {
  display: block;
  font-weight: 700;
  margin-left: 8px;
}
.left .profile-phones {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.left .profile-phones .data-item:not(.no-phones) {
  display: flex;
  cursor: pointer;
  color: #333;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.left .profile-phones .data-item:not(.no-phones):first-child img {
  margin-right: 2px;
}
.left .profile-phones .data-item:not(.no-phones):last-child {
  margin-top: 5px;
}
.left .profile-phones .data-item:not(.no-phones) img {
  max-width: 24px;
  max-height: 24px;
}
.left .profile-phones .data-item:not(.no-phones) .data-value {
  font-size: 16px;
  font-weight: 700;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: unset;
  padding: 0.5rem 5px;
  background: #00da6f;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: all 0.5s;
  border: 2px solid #00da6f;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp .logo-white {
  display: inline-flex;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp .logo-green {
  display: none;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp img {
  transition: all 0.5s;
  margin-right: 5px;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp:not(:disabled):hover {
  background: #fff;
  color: #00da6f;
  border-color: #00da6f;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp:not(:disabled):hover .logo-white {
  display: none;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp:not(:disabled):hover .logo-green {
  display: inline-flex;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp:not(:disabled):hover img {
  transition: all 0.5s;
}
.left .profile-phones .data-item:not(.no-phones).btn-whatsapp .data-value {
  font-weight: 500;
}
.left .profile-btn {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.left .profile-btn .btn-base {
  margin: 0;
  width: 100%;
}

.right {
  width: 100%;
  max-width: 1024px;
  min-width: calc(100% - 340px);
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
  padding: 30px 60px;
}
.right .button-fav {
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 19px 16px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fec4b0;
  position: absolute;
  display: none;
}
.right .button-fav.hide {
  display: none;
}
.right .button-fav.show {
  display: block;
}
.right .button-fav > img {
  width: 30px;
  height: auto;
}
.right .announcement {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
}
.right .announcement > .line {
  margin: 50px 0;
}
.right .announcement-date {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
.right .announcement-date .data-item {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.right .announcement-date .data-item hr {
  background-color: #333;
  border: none;
  height: 100%;
  margin: 0 10px;
  width: 1px;
}
.right .announcement-description {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
  word-break: break-word;
}
.right .announcement-description-page {
  display: flex;
  gap: 10px;
  margin-bottom: 45px;
}
.right .announcement-description-page .announcement-description {
  margin: 0;
}
.right .announcement-description-page .profile-rates {
  width: 50%;
}
.right .announcement-description-page .profile-rates .data-element {
  padding: 15px 10px;
}
.right .announcement-description-page .profile-rates .data-title {
  text-transform: uppercase;
  color: #fff;
}
.right .announcement-description-page.no-margin {
  margin-bottom: 0;
}
.right .announcement-description-page.low-margin {
  margin-bottom: 15px;
}
.right .announcement-description.no-margin {
  margin-bottom: 0;
}
.right .announcement-note {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  line-height: 1.5;
  color: #e83687;
  font-weight: bold;
  text-align: center;
}
.right .announcement-note img {
  width: 1.2rem;
  margin-right: 5px;
  display: inline;
}
.right .announcement-note span {
  display: inline;
}
.right .announcement-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.right .announcement-gallery .gallery:not(#modal_gallery_comments) {
  -moz-columns: 3;
       columns: 3;
  gap: 35px;
  width: 100%;
}
.right .announcement-gallery .gallery:not(#modal_gallery_comments)#modal_gallery_video {
  -moz-columns: 2;
       columns: 2;
}
.right .announcement-gallery .data-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.right .announcement-gallery .data-item .zoom {
  content: "";
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.3764705882);
  background-image: url(/images/search-white.png?1ff6d38892b76a51f33d531d66e599eb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  height: 26px;
  top: 0.5vw;
  right: 0.5vw;
  position: absolute;
  width: 26px;
}
.right .announcement-gallery .data-item:last-child {
  margin-bottom: 0px;
}
.right .announcement-gallery .data-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.right .announcement-services .container {
  gap: 35px;
  margin: 20px 0;
}
.right .announcement-services .container .line {
  width: 2px;
  height: 180px;
  margin: 0;
}
.right .announcement-services .line {
  margin: 40px 0;
}
.right .announcement-services .services-list {
  width: 100%;
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
}
.right .announcement-services .services-list .data-item {
  width: 50%;
}
.right .announcement-services .services-list .data-item .data-value {
  color: #7b87a3;
}
.right .announcement-services .other-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.right .announcement-services .other-tags .announcement-sometext {
  display: block;
  margin: 20px 0 10px 0;
}
.right .announcement-services .other-tags .labels-tags {
  margin: 0;
  justify-content: flex-start;
}
.right .button {
  margin: 50px 0 0 0;
  gap: 10px;
}
.right .labels-tags {
  display: flex;
  gap: 16px 8px;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 10px 0;
  justify-content: flex-start;
}
.right .labels-tags .label-tag {
  height: unset;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background-color: #7b87a3;
  text-decoration: none;
  transition: 0.2s background-color ease;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.right .labels-tags .label-tag:hover {
  background-color: #333333;
}
.right .labels-tags .label-tag.linked {
  padding: 0 !important;
}
.right .labels-tags .label-tag.linked .label-tag-link {
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
.right .labels-tags .label-tag.linked:hover {
  background-color: #333333;
}
.right .labels-tags .label-tag.featured {
  background-color: #e83687;
}
.right .labels-tags .label-tag.verified {
  background-color: #fec4b0;
  color: #e83687;
  font-weight: 600;
}
.right .labels-tags .label-tag.verified img {
  transition: all 0.5s;
  width: 1rem;
  margin-right: 5px;
}
.right .labels-tags .label-tag.verified img.logo-pink {
  display: inline-flex;
}
.right .labels-tags .label-tag.verified img.logo-white {
  display: none;
}
.right .comments {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.right .comments .comments-quantity span {
  color: #e83687;
}
.right .comments .write-comment {
  width: 100%;
  margin: 20px 0;
}
.right .comments .write-comment .btn-comment {
  width: inherit;
  text-transform: uppercase;
}
.right .comments .comments-group {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.right .comments .comments-group .comment {
  display: flex;
  padding: 20px 28px;
  border-radius: 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff9f9;
}
.right .comments .comments-group .comment .rate .stars-outer {
  display: flex;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}
.right .comments .comments-group .comment .rate .stars-outer::before {
  color: #e83687;
  content: "☆☆☆☆☆";
}
.right .comments .comments-group .comment .rate .stars-inner {
  width: 100%;
  font-size: 30px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  top: 0;
  left: 0;
  position: absolute;
}
.right .comments .comments-group .comment .rate .stars-inner::before {
  color: #e83687;
}
.right .comments .comments-group .comment .rate .stars-inner-1::before {
  content: "★";
}
.right .comments .comments-group .comment .rate .stars-inner-2::before {
  content: "★★";
}
.right .comments .comments-group .comment .rate .stars-inner-3::before {
  content: "★★★";
}
.right .comments .comments-group .comment .rate .stars-inner-4::before {
  content: "★★★★";
}
.right .comments .comments-group .comment .rate .stars-inner-5::before {
  content: "★★★★★";
}
.right .comments .comments-group .comment .commet-txt {
  text-align: center;
  margin: 10px 0 10px 0;
  word-break: break-word;
}
.right .comments .nav-comments {
  width: 100%;
  display: flex;
  max-width: 250px;
  align-items: center;
  margin: 30px 0 0 0;
  justify-content: space-between;
}
.right .comments .nav-comments > a > span:last-child, .right .comments .nav-comments > a > span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #e83687;
}
.right .comments .nav-comments .pages {
  width: 100%;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: space-evenly;
}
.right .comments .nav-comments .pages > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.right .comments .nav-comments .pages > a:visited {
  color: #333333;
}
.right .comments .nav-comments .pages > a.active {
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50%;
  background-color: #e83687;
}
.right .comments .nav-comments .pages > span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.right .profile-rates {
  width: 100%;
}
.right .profile-rates .data-title {
  text-align: left;
}
.right .profile-rates .data-element {
  display: flex;
  align-items: center;
  background-color: #e83687;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 11px 22px;
}
.right .profile-rates .data-element .rate-price {
  display: flex;
  align-items: center;
  height: 34px;
  justify-content: center;
  font-weight: 18px;
  margin: 0;
  width: 100%;
  color: #fff;
}
.right .profile-rates .data-element .rate-price.promo {
  background-color: #fff;
  border-radius: inherit;
  color: #95a1bb;
}
.right .profile-rates .data-element .rate-price span {
  display: block;
  font-weight: 700;
  margin-left: 8px;
}
.right .interactive-map {
  width: 100%;
  height: 300px;
  z-index: 2;
}
.right .interactive-map.hide {
  display: none;
}
.right .interactive-map .map-icon {
  filter: drop-shadow(4px -2px 3px #383838);
}
.right #share-buttons #goToPhotos,
.right #share-buttons #share-mobile {
  position: fixed;
  bottom: 1rem;
  z-index: 3;
  padding: 0.5rem;
  gap: 10px;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  color: #fff;
  background: #e83687;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  box-shadow: 0px 5px 10px -2px #000201;
}
.right #share-buttons #share-mobile {
  left: 1vw;
}
.right #share-buttons #goToPhotos {
  left: calc(1vw + 8.3rem);
}

.tab_carousel_content {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.tab_carousel_content.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  top: 0;
}
.tab_carousel_content.planes {
  min-height: 1200px;
  background: none;
}
.tab_carousel_content .carousel {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.tab_carousel_content .carousel.active {
  opacity: 1;
  z-index: 10;
}
.tab_carousel_content .carousel .arrow {
  position: absolute;
  padding: 1.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  background: #e83687;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  transform: scaleY(1.7);
}
.tab_carousel_content .carousel .arrow.disabled {
  background: rgba(254, 196, 176, 0.5);
  cursor: default;
}
.tab_carousel_content .carousel .arrow-left {
  left: 3.5rem;
  border-radius: 10px 0 0 10px;
}
.tab_carousel_content .carousel .arrow-right {
  right: 3.5rem;
  border-radius: 0 10px 10px 0;
}
.tab_carousel_content .carousel_items {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.tab_carousel_content .carousel_items .item {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: opacity 0.3s ease-in, transform 0.5s ease-in;
}
.tab_carousel_content .carousel_items .item h2 {
  position: absolute;
  z-index: 2;
}
.tab_carousel_content .carousel_items .item .img_box {
  padding-top: 57.344%;
}
.tab_carousel_content .carousel_items .item .img_box-content {
  width: 100%;
  max-width: 994px;
}
.tab_carousel_content .carousel_items .item picture {
  height: 100vh;
  max-height: 95%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tab_carousel_content .carousel_items .item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  border: 5px solid #fff;
  border-radius: 10px;
}
.tab_carousel_content .carousel_items .item.active {
  opacity: 1;
  transform: translateX(0%);
  position: relative !important;
}
.tab_carousel_content .carousel_items .item.hide {
  opacity: 0;
  transform: translateX(-100%);
}

@media screen and (max-width: 1380px) {
  .modal-new .child {
    padding: 80px 20px;
  }
  .right {
    padding: 30px;
  }
  .right .announcement-gallery .gallery:not(#modal_gallery_comments) {
    -moz-columns: 2;
         columns: 2;
  }
  .right .announcement-services .container {
    flex-direction: column !important;
  }
  .right .announcement-services .container .line {
    height: 2px;
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1800px) {
  .modal-new .arrow-left {
    left: calc(48vw - 820px);
    border-radius: 10px 0 0 10px;
  }
  .modal-new .arrow-right {
    right: calc(48vw - 820px);
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 890px) {
  .right {
    padding: 30px 30px 40px;
  }
  .modal-announcement {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    display: flex;
    flex-flow: column;
  }
  .right .announcement-date .data-item {
    justify-content: center;
  }
  .right .announcement-title h1 {
    text-align: center;
    padding: 0 2rem;
  }
  .right .labels-tags:not(.point-meet) {
    justify-content: center;
  }
  .right .announcement-description {
    text-align: center;
  }
  .right .announcement-gallery .data-item {
    max-width: 100%;
  }
  .right .announcement-gallery .data-item .zoom {
    top: 1vw;
    right: 1vw;
  }
  .right .announcement-services .other-tags .labels-tags {
    align-items: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 890px) {
  .left {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-flow: row;
  }
  .left .profile-banner {
    width: 50%;
    border-bottom-left-radius: 20px;
    height: auto;
  }
  .left .profile-banner img {
    max-width: unset;
  }
  .left .profile {
    width: 55%;
    margin-left: -5%;
    border-radius: 20px;
    box-shadow: -15px 0px 10px -10px rgba(209, 213, 223, 0.5019607843);
  }
  .left .profile .profile-phones .data-item:not(.no-phones) {
    justify-content: center !important;
  }
  .breadcrumb-general {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .parent#modal-announcement .close-modal {
    right: 1rem;
  }
  .modal-new .child {
    padding: 65px 30px 40px !important;
  }
  .modal-new .arrow {
    padding: 0.5rem 0.25rem;
    font-size: 3rem;
  }
  .left .profile .profile-phones {
    flex-flow: column;
  }
  .left .profile .profile-phones .data-item:not(.no-phones):first-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 680px) {
  .right {
    padding: 40px 15px;
  }
  .right .button-fav {
    padding: 12px;
  }
  .tab_carousel_content .carousel .arrow-left {
    left: 1rem;
  }
  .tab_carousel_content .carousel .arrow-right {
    right: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .right .announcement-gallery .gallery:not(#modal_gallery_comments), .right .announcement-gallery .gallery:not(#modal_gallery_comments)#modal_gallery_video {
    -moz-columns: 1;
         columns: 1;
  }
  .right .announcement-description-page {
    flex-direction: column;
  }
  .right .announcement-description-page .profile-rates {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .announcement-footer {
    width: 100%;
    max-width: unset;
  }
  #modal-announcement .close-modal {
    width: 45px;
    height: 45px;
    top: 14px;
    right: 3px;
  }
  .modal-new .child {
    padding: 30px 20px 40px !important;
  }
  .left {
    width: 100%;
    min-width: unset;
  }
  .left .profile-phones {
    flex-flow: column;
  }
  .left .profile-phones a {
    margin: 0.5rem 0;
  }
  .right .button {
    margin-top: 25px;
  }
  .right .button .normal {
    width: 100%;
    margin: 0.5rem auto;
  }
  .tab_carousel_content .carousel_items .item img {
    max-width: 90%;
    max-height: 95%;
  }
  .tab_carousel_content .carousel .arrow {
    padding: 0 0.5rem;
    font-size: 2.5rem;
  }
  .tab_carousel_content .carousel .arrow-left {
    left: 0.5rem;
  }
  .tab_carousel_content .carousel .arrow-right {
    right: 0.5rem;
  }
  .modal-new .arrow {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 420px) {
  .right .announcement,
  .right .comments .comments-group {
    display: flex;
    flex-flow: column;
  }
  .announcement-title {
    font-size: 17px;
  }
  .tab_carousel_content .carousel .arrow {
    font-size: 2rem;
  }
  .modal-new .arrow {
    font-size: 2rem;
  }
}
.general-msg {
  width: 100%;
  position: relative;
  max-width: 650px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.general-msg.show {
  padding: 1rem 2rem;
  margin: 1rem auto 0.5rem;
  visibility: visible;
  opacity: 1;
}
.general-msg.success {
  color: #00a71a;
}
.general-msg.error {
  color: #e40101;
}

.form-base {
  width: 100%;
  max-width: 650px;
  height: auto;
  max-height: 100%;
  position: relative;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  z-index: 2;
}
.form-base.form-loading {
  min-height: 150px;
  max-height: 500px;
  overflow: hidden !important;
  border-radius: 5px;
}
.form-base::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.form-base.loading::after {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.form-base .span-block {
  display: block;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin: 35px 0 20px 0;
}
.form-base .title-icon-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #333333;
  word-break: break-word;
  text-transform: uppercase;
}
.form-base .title-icon-text::after {
  content: "";
  width: calc(100% - 2rem - 5px);
  height: 2px;
  border-radius: 2px;
  background-color: #e83687;
  left: calc(2rem + 5px);
  bottom: -5px;
  position: absolute;
}
.form-base .title-icon-text img {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-right: 5px;
}
.form-base .title-block {
  display: block;
  color: #333333;
  text-align: center;
  margin: 70px 0 30px 0;
}
.form-base .input-label {
  display: block;
  font-size: 16px;
  margin: 0 0 12px 0;
}
.form-base .input-base {
  width: 100%;
  font-size: 16px;
  color: #333333;
  padding: 18px 22px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #d9deea;
  resize: none;
}
.form-base .input-base.textarea {
  width: 100%;
  max-width: 650px;
  height: 200px;
}
.form-base .input-base.textarea:not(:-moz-placeholder):invalid {
  border: 1px solid #ff0000;
}
.form-base .input-base.textarea:not(:placeholder-shown):invalid {
  border: 1px solid #ff0000;
}
.form-base .input-base.textarea::-webkit-scrollbar {
  width: 8px;
  border-radius: 0 0 0 5px;
  background-color: #f1f1f1;
}
.form-base .input-base.textarea::-webkit-scrollbar-thumb {
  border-radius: 0 0 0 5px;
  background-color: #d9deea;
}
.form-base .input-base::-moz-placeholder {
  color: #7b87a3;
}
.form-base .input-base::placeholder {
  color: #7b87a3;
}
.form-base .input-base:focus:invalid {
  border: 1px solid #ff0000;
}
.form-base .input-base[data-invalid=true] {
  border: 1px solid #ff0000;
}
.form-base .input-base::-ms-reveal {
  display: none;
}
.form-base .item-captcha {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-base .selected {
  order: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent !important;
  z-index: 1;
}
.form-base .select-box {
  display: flex;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}
.form-base .select-box::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-down.png?c3de48cd5efff6778a027aeea4b51118);
  transform: rotate(0);
  transition: 0.4s transform ease-in-out;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 1vw;
  position: absolute;
  z-index: 0;
}
.form-base .select-box .options-list {
  order: 1;
  width: 100%;
  font-size: 16px;
  color: #333333;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  border: 1px solid #d9deea;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s opacity, 0.5s max-height;
  left: 0;
  top: 56px;
  z-index: 2;
  position: absolute;
}
.form-base .select-box .options-list.active {
  opacity: 1;
  overflow-y: scroll;
  max-height: 380px;
}
.form-base .select-box .options-list::-webkit-scrollbar {
  width: 8px;
  border-radius: 0 0 0 5px;
  background-color: #f1f1f1;
}
.form-base .select-box .options-list::-webkit-scrollbar-thumb {
  border-radius: 0 0 0 5px;
  background-color: #d9deea;
}
.form-base .select-box .option {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-base .select-box .option.hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.form-base .select-box .option > label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 24px;
  cursor: pointer;
}
.form-base .select-box .option > input[type=radio] {
  left: 0;
  position: absolute !important;
  opacity: 0;
  z-index: -1;
}
.form-base .select-box .option:hover {
  background-color: #fff5f5;
}
.form-base .select-box .input-wrapper-group {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #7b87a3 !important;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: center;
}
.form-base .select-box .input-wrapper-group > label {
  padding: 16px 12px;
  background-color: #f2f2f2;
  border-right: 1px #7b87a3 solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  cursor: pointer;
}
.form-base .select-box .input-wrapper-group > label.label-sm {
  min-width: 8rem;
}
.form-base .select-box .input-wrapper-group > label.label-md {
  min-width: 12rem;
}
.form-base .select-box .input-wrapper-group > label.label-lg {
  min-width: 16rem;
}
.form-base .select-box .input-wrapper-group textarea,
.form-base .select-box .input-wrapper-group .custom-select,
.form-base .select-box .input-wrapper-group .options-list,
.form-base .select-box .input-wrapper-group multi-input,
.form-base .select-box .input-wrapper-group input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=range]):not(.options-searcher):not(.multi-select):not(.option-radio) {
  border: none !important;
}
.form-base .select-box .input-wrapper-group multi-input {
  margin-bottom: 0;
}
.form-base .select-box.active::after {
  transform: rotate(180deg);
}
.form-base .input-group {
  display: flex;
  align-items: center;
}
.form-base .input-group[data-grow="70/30"] > *:first-child {
  width: 70%;
}
.form-base .input-group[data-grow="70/30"] > *:last-child {
  width: 30%;
}
.form-base .input-group[data-grow="30/70"] > *:first-child {
  width: 30%;
}
.form-base .input-group[data-grow="30/70"] > *:last-child {
  width: 70%;
}
.form-base .input-group[data-grow="40/60"] > *:first-child {
  width: 40% !important;
}
.form-base .input-group[data-grow="40/60"] > *:last-child {
  width: 60% !important;
}
.form-base .input-group[data-grow="60/40"] > *:first-child {
  width: 60% !important;
}
.form-base .input-group[data-grow="60/40"] > *:last-child {
  width: 40% !important;
}
.form-base .input-group.select-and-input .input-wrapper {
  width: 100%;
}
.form-base .input-group.togheter {
  flex-direction: row;
  gap: 0;
  margin: 0;
}
.form-base .input-group.togheter > .input-wrapper, .form-base .input-group.togheter > .input-base, .form-base .input-group.togheter > .custom-select {
  width: 50%;
  margin: 0;
}
.form-base .input-group.togheter > .input-wrapper:first-child, .form-base .input-group.togheter > .input-base:first-child, .form-base .input-group.togheter > .custom-select:first-child {
  border-radius: 4px 0px 0px 4px !important;
}
.form-base .input-group.togheter > .input-wrapper:last-child, .form-base .input-group.togheter > .input-base:last-child, .form-base .input-group.togheter > .custom-select:last-child {
  border-width: 1px 1px 1px 0 !important;
  border-radius: 0px 4px 4px 0px !important;
}
.form-base .input-group.grid {
  gap: 24px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.form-base .input-group .check {
  display: flex;
  align-items: center;
}
.form-base .input-group .check input[type=checkbox] {
  margin-right: 10px;
}
.form-base .input-group .check label {
  cursor: pointer;
}
.form-base .input-group .group-wrap {
  flex-wrap: wrap;
}
.form-base .input-group .group-column {
  flex-flow: column;
}
.form-base .input-group label {
  cursor: pointer;
}
.form-base .input-wrapper,
.form-base .select-wrapper {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #fff;
}
.form-base .input-wrapper.mb-0,
.form-base .select-wrapper.mb-0 {
  margin-bottom: 0;
}
.form-base .input-wrapper .m-error,
.form-base .input-wrapper .m-success,
.form-base .select-wrapper .m-error,
.form-base .select-wrapper .m-success {
  margin: 10px 0 0 0;
  align-items: center;
  transition: 0.8s ease;
  display: none;
}
.form-base .input-wrapper .m-error > img,
.form-base .input-wrapper .m-success > img,
.form-base .select-wrapper .m-error > img,
.form-base .select-wrapper .m-success > img {
  margin-right: 5px;
}
.form-base .input-wrapper .m-error.show,
.form-base .input-wrapper .m-success.show,
.form-base .select-wrapper .m-error.show,
.form-base .select-wrapper .m-success.show {
  display: flex;
  animation: show-message 1s 1 normal 0s ease-out both;
}
.form-base .input-wrapper .m-error,
.form-base .select-wrapper .m-error {
  width: 100%;
  color: #ff0000;
}
.form-base .input-wrapper .m-success,
.form-base .select-wrapper .m-success {
  font-weight: 900;
  color: #00994e;
}
.form-base .select-wrapper .input-wrapper {
  margin-bottom: 0;
}
.form-base .input-wrapper.search::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/search.png?f5f6958a3e48c5b7b8ff994823748b4c);
  transform: rotate(0);
  transition: 0.4s transform ease-in-out;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 1vw;
  position: absolute;
}
.form-base .min-characters {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
.form-base .show-password {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  right: 13px;
  /* Hight Input - Hight Icon / 2 */
  top: 20.5px;
}
.form-base #accepting,
.form-base .accepting {
  margin-left: 5px;
  margin-top: 3px;
}
.form-base #accepting a,
.form-base .accepting a {
  display: inline;
  font-weight: bold;
  color: #e83687;
}
.form-base .btn-action {
  border: 0;
  outline: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  background-color: transparent;
  color: #333;
}
.form-base .btn-action span {
  margin: 0 0 0 10px;
  font-size: 30px;
  font-weight: 400;
  z-index: -1;
}
.form-base .btn-submit {
  margin-top: 24px;
  text-transform: uppercase;
}
.form-base .button {
  margin: 40px 0 0 0;
  gap: 10px;
}
.form-base input[type=checkbox],
.form-base input[type=radio] {
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  width: 22px;
  height: 22px;
}
.form-base input[type=checkbox]::before,
.form-base input[type=radio]::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: -1px;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #95a1bb;
}
.form-base input[type=checkbox]:checked:before,
.form-base input[type=radio]:checked:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #e83687;
  border: 2px solid #e83687;
}
.form-base input[type=checkbox]:checked:after,
.form-base input[type=radio]:checked:after {
  content: "";
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0px 4px 4px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 8px;
  position: absolute;
}
@keyframes show-message {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.form-base .group-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.form-base .group-tag .icon-tag {
  margin-right: 5px;
}
.form-base .group-tag .label-tag-pink:hover {
  background-color: #e83687;
}
.form-base .group-tag .label-tag.centered {
  flex: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-base .group-tag input[type=checkbox],
.form-base .group-tag input[type=radio] {
  display: none !important;
}
.form-base .group-tag input[type=checkbox]:checked + .label-tag,
.form-base .group-tag input[type=radio]:checked + .label-tag {
  background-color: #333333;
}
.form-base .group-tag input[type=checkbox]:checked + .label-tag-pink,
.form-base .group-tag input[type=radio]:checked + .label-tag-pink {
  background-color: #e83687;
}
.form-base .group-tag input[type=checkbox]:not(:checked) + .label-tag,
.form-base .group-tag input[type=radio]:not(:checked) + .label-tag {
  background-color: #7b87a3 !important;
}
.form-base .group-tag input[type=checkbox]:not(:checked) + .label-tag-pink,
.form-base .group-tag input[type=radio]:not(:checked) + .label-tag-pink {
  background-color: #7b87a3 !important;
}

.all-phones,
.all-tariff {
  width: 100%;
}

.password_validate_details {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}
.password_validate_details.show {
  max-height: 100%;
}
.password_validate_details .validation_list {
  width: 100%;
  position: relative;
  padding-left: 2rem;
  gap: 5px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.password_validate_details .validation_list_item {
  width: 100%;
  position: relative;
}
.password_validate_details .validation_list_item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/images/icon-checkbox-unmarked.png?7a551c9dfbcaa08b4de45c68ecb104ed);
  background-size: contain;
  background-repeat: no-repeat;
}
.password_validate_details .validation_list_item.error {
  color: #ff0000;
}
.password_validate_details .validation_list_item.error::before {
  background-image: url(/images/icon-error.png?0a217d83a8e33bcfb7dd4b77ae0e19f1);
}
.password_validate_details .validation_list_item.success {
  color: #00994e;
}
.password_validate_details .validation_list_item.success::before {
  background-image: url(/images/icon-success.png?2870ce2e2ac9353aeb40594e6fa70adc);
}

@media screen and (max-width: 767px) {
  .form-base .input-group[data-grow="70/30"] > *:first-child {
    width: 100%;
  }
  .form-base .input-group[data-grow="70/30"] > *:last-child {
    width: 100%;
  }
  .form-base .input-group[data-grow="30/70"] > *:first-child {
    width: 100%;
  }
  .form-base .input-group[data-grow="30/70"] > *:last-child {
    width: 100%;
  }
  .form-base .input-group[data-grow="40/60"] > *:first-child {
    width: 100% !important;
  }
  .form-base .input-group[data-grow="40/60"] > *:last-child {
    width: 100% !important;
  }
  .form-base .input-group[data-grow="60/40"] > *:first-child {
    width: 100% !important;
  }
  .form-base .input-group[data-grow="60/40"] > *:last-child {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .form-base .title-block {
    margin: 20px 0;
  }
  .group-tag label {
    padding: 10px;
    height: auto;
    flex: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header {
  background: white;
}

.header-text {
  font-weight: normal;
  text-align: center;
  color: #95a1bb;
  font-size: 13px;
  letter-spacing: 0.2rem;
}

.header_gruop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid #e1e5ee;
}

.menu,
.menu_items_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.menu_items_icons {
  position: relative;
}
.menu_items_icons p {
  background: #e83687;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: -1px;
  left: 14px;
}

.menu_items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 20px;
}
.menu_items li {
  margin-left: 10px;
  font-size: 1.375rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.filter {
  background: #ffeeee;
  border-bottom: 2px solid #fec4b0;
}

.filter_group > form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 0;
}
.filter_group > form input,
.filter_group > form select {
  font-size: 18px !important;
  color: #333333 !important;
  background-color: #fff5f5 !important;
  padding: 15px !important;
  border-radius: 4px;
  border: 1px solid #95a1bb !important;
}
.filter_group > form input:disabled,
.filter_group > form select:disabled {
  background-color: #e1e5ee !important;
  color: #95a1bb !important;
}
.filter_group > form select:not(:disabled) {
  cursor: pointer;
}
.filter_group > form input {
  width: 100%;
  padding-right: 30px;
}
.filter_group > form input::-moz-placeholder {
  color: #95a1bb !important;
}
.filter_group > form input::placeholder {
  color: #95a1bb !important;
}
.filter_group > form .group_input,
.filter_group > form select,
.filter_group > form button,
.filter_group > form .filter_more {
  margin: 0 6px;
  flex: auto;
  max-width: 385px;
}
.filter_group > form > *:last-child {
  margin-right: 0;
}
.filter_group > form .btn_gray {
  max-width: 122px;
}
.filter_group > form .filter_more {
  padding: 15px;
  border: 1px solid #e83687;
  background: #fec4b0;
  font-size: 18px;
  border-radius: 4px;
  max-width: 95px;
  cursor: pointer;
}
.filter_group > form .filter_more span {
  color: #e83687;
  font-size: 18px;
  font-weight: bold;
}

.group_input {
  position: relative;
}
.group_input img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateX(0) translateY(-50%);
}

.items_menu_mobile,
.mobile_menu {
  display: none;
}

.form_mobile {
  display: none;
}

@media screen and (max-width: 1500px) {
  .filter_group > form .group_input,
  .filter_group > form select,
  .filter_group > form button,
  .filter_group > form .filter_more {
    width: 10%;
    flex: auto;
  }
}
@media screen and (max-width: 1130px) {
  .logo img {
    width: 170px;
  }
  .menu_items {
    margin-left: 10px;
  }
  .menu_items:first-child {
    margin-left: 0;
  }
  .menu_items li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .filter {
    display: none;
  }
  .form_mobile {
    margin-bottom: 30px;
    display: block;
  }
  .form_mobile .filter {
    display: flex;
    background: none;
    border: none;
  }
  .form_mobile .filter .filter_group > form {
    padding: 0;
  }
  .filter_group > form .group_input,
  .filter_group > form select,
  .filter_group > form button,
  .filter_group > form .filter_more {
    width: 45%;
    margin: 5px;
    font-size: 14px;
    max-width: initial;
  }
  .filter_more {
    display: none;
  }
  .filter_group > form .btn_gray {
    max-width: initial;
  }
  .filter_group > form > *:last-child {
    margin-right: 5px;
  }
}
@media screen and (max-width: 880px) {
  .header-text {
    font-size: 12px;
    letter-spacing: normal;
  }
  .logo img {
    width: 186px;
  }
  .menu {
    position: absolute;
    background: #fec4b0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    left: -100%;
    top: 130px;
    z-index: 999;
  }
  .menu a {
    padding: 20px 10px;
    width: 100%;
  }
  .menu a:first-child {
    border-bottom: 1px solid #ffeeee;
  }
  .menu a li {
    color: white;
  }
  .items_menu_mobile {
    display: block;
  }
  .items_menu_mobile.btn_primary {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0;
    margin-top: 10px;
  }
  .mobile_menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .items_menu_mobile {
    margin-left: 20px;
  }
  .icon-menu {
    width: 22px;
    height: 18px;
    cursor: pointer;
  }
  .menu_items.btn_primary,
  .menu_items.fav_menu_desktop {
    display: none;
  }
}
/* GENERAL STYLES */
html.modal_active,
html body.modal_active {
  overflow: hidden;
}

.modal-container {
  width: 100%;
  height: 100%;
  height: 100vh;
  display: none;
  padding: 1rem 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(255, 245, 245, 0.5019607843);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.modal-container#modal-comments {
  z-index: 99999;
}
.modal-container .modal {
  top: 10%;
  transition: top 0.8s ease-in-out;
}
.modal-container .modal::after {
  width: 1rem;
  height: 3rem;
  position: absolute;
  content: "";
  bottom: -2rem;
}
.modal-container.modal-active {
  opacity: 1;
  display: flex;
  visibility: visible;
  position: fixed;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.modal-container.modal-active .modal {
  top: 15px;
  transition: top 0.7s ease-in-out 0.7s;
}
.modal-container.modal-inactive {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: visibility 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.modal-container.modal-inactive .modal {
  top: 10%;
  transition: top 0.4s ease-in-out 0.4s;
}
.modal-container .footer-modal {
  width: 100%;
  display: none;
  position: absolute;
}
.modal-container .footer-modal .footer-outside {
  width: 100%;
  padding: 12px 50px;
  background-color: #e83687;
  top: calc(100vh - 68px);
  position: fixed;
}
.modal-container .footer-modal .footer-outside .footer-modal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-container .footer-modal .footer-outside .footer-modal-inner .separator-v.white {
  height: 30px;
  margin: 7px 14px;
}

.modal {
  width: 90%;
  min-width: 380px;
  position: absolute;
  max-width: 1640px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 45px 20px 0 20px;
  box-shadow: 0px 10px 40px -15px #333333;
}
.modal[data-direction=column] {
  flex-direction: column;
}
.modal .nav-container {
  z-index: -1;
  width: 110%;
  height: 95%;
  display: none;
  position: absolute;
}
.modal .nav-container .nav-card {
  display: flex;
  justify-content: space-between;
  top: 50%;
  position: sticky;
}
.modal .nav-container .nav-card .nav-buttons {
  width: 30px;
  height: 70px;
  outline: none;
  border: none;
  background-color: #e83687;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.modal .nav-container .nav-card .nav-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .nav-container .nav-card .nav-left .nav-buttons {
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 3px;
}
.modal .nav-container .nav-card .nav-right {
  align-self: flex-end;
}
.modal .nav-container .nav-card .nav-right .nav-buttons {
  border-radius: 0 10px 10px 0;
}
.modal .close-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #fec4b0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  top: -16px;
  right: -16px;
  position: absolute;
}
.modal .close-modal img {
  max-width: 35px;
  max-height: 35px;
}

.tag {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  font-size: 12px;
  padding: 6px 11px;
  border-radius: 5px;
  margin: 0 0.5rem 1rem 0;
  background-color: #95a1bb;
  transition: 0.25s background ease-in-out;
}
.tag.rose {
  background-color: #e83687;
}
.tag.black {
  background-color: #333333;
}

.separator-v {
  width: 1px;
  height: 14px;
  background-color: #333;
}
.separator-v::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  width: 1px;
  margin: 0 14px;
}
.separator-v.orange {
  height: 100%;
  width: 2px;
  background-color: #fec4b0;
}
.separator-v.white {
  background-color: #fff;
}

.separator-h {
  width: 100%;
  display: flex;
  align-items: center;
}
.separator-h.orange {
  background-color: #fec4b0;
}

.separator-h::before {
  content: "";
  width: inherit;
  height: 1px;
}

.separator-h-image {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 23px;
}
.separator-h-image > span {
  font-weight: 600;
}
.separator-h-image > i {
  margin-right: 5px;
}

.separator-h[data-mt] {
  margin: 40px 0 40px 0;
}

@media screen and (max-width: 950px) {
  .modal-container .footer-modal {
    display: block;
  }
  .modal {
    width: 85%;
  }
  .modal .nav-container {
    width: 108%;
    display: block;
  }
  .modal .close-modal {
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
  }
  .modal .close-modal img {
    max-width: 35px;
    max-height: 35px;
  }
}
@media screen and (max-width: 840px) {
  .separator-h[data-mt] {
    margin: 23px 0 40px 0;
  }
  .modal .nav-container {
    display: block;
    width: 110%;
  }
}
@media screen and (max-width: 768px) {
  .modal-container.modal-active .modal {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  .modal .nav-container {
    display: block;
    width: 115%;
  }
}
#form-comments .input-group {
  justify-content: space-around;
}
#form-comments .input-group .rate .stars-outer {
  width: 125px;
  height: 30px;
}
#form-comments .input-group .rate .stars-outer::before {
  position: absolute;
}
#form-comments .input-group .rate .stars-outer .stars-inner {
  width: 25px;
  position: relative;
  cursor: pointer;
}
#form-comments .input-group .rate .stars-outer .stars-inner::before {
  content: "";
}
#form-comments .input-group .rate .stars-outer .stars-inner.active::before, #form-comments .input-group .rate .stars-outer .stars-inner.hovered::before, #form-comments .input-group .rate .stars-outer .stars-inner:not(.active):hover::before {
  content: "★";
}

#modal-age-verification {
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  padding: 30px 20px;
}
#modal-age-verification.modal-active {
  transition: visibility 0s ease-in-out, opacity 0s ease-in-out !important;
}
#modal-age-verification.modal-active .modal {
  transition: top 0s ease-in-out !important;
}
#modal-age-verification .modal {
  max-width: 680px;
  padding: 45px 50px 0;
  box-shadow: 0px 0px 20px -5px #95a1bb;
}
#modal-age-verification .modal .header-modal {
  margin: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#modal-age-verification .modal .header-modal .img_box {
  padding-top: 100%;
}
#modal-age-verification .modal .header-modal .img_box-content {
  width: 64px;
}
#modal-age-verification .modal-body {
  width: 100%;
  padding-bottom: 20px;
}
#modal-age-verification .modal-body h3,
#modal-age-verification .modal-body p,
#modal-age-verification .modal-body ul,
#modal-age-verification .modal-body .message-container {
  width: 100%;
}
#modal-age-verification .modal-body h3:not(:last-child),
#modal-age-verification .modal-body p:not(:last-child),
#modal-age-verification .modal-body ul:not(:last-child),
#modal-age-verification .modal-body .message-container:not(:last-child) {
  margin-bottom: 1rem;
}
#modal-age-verification .modal-body h3 .site-link,
#modal-age-verification .modal-body p .site-link,
#modal-age-verification .modal-body ul .site-link,
#modal-age-verification .modal-body .message-container .site-link {
  color: #e83687;
  font-weight: bold;
  display: inline;
}
#modal-age-verification .modal-body .message {
  text-align: left;
  line-height: 1.5;
}
#modal-age-verification .modal-body .message b {
  display: inline-flex;
}
#modal-age-verification .modal-body ul,
#modal-age-verification .modal-body .message-container {
  padding-left: 2rem;
  position: relative;
}
#modal-age-verification .modal-body ul li,
#modal-age-verification .modal-body ul .message-paragraph,
#modal-age-verification .modal-body .message-container li,
#modal-age-verification .modal-body .message-container .message-paragraph {
  min-height: 27px;
  list-style-type: none;
  padding: 5px 5px 5px 0;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
}
#modal-age-verification .modal-body ul li label,
#modal-age-verification .modal-body ul .message-paragraph label,
#modal-age-verification .modal-body .message-container li label,
#modal-age-verification .modal-body .message-container .message-paragraph label {
  cursor: pointer;
}
#modal-age-verification .modal-body ul li input[type=checkbox],
#modal-age-verification .modal-body ul .message-paragraph input[type=checkbox],
#modal-age-verification .modal-body .message-container li input[type=checkbox],
#modal-age-verification .modal-body .message-container .message-paragraph input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  left: calc(-1rem - 11px);
  top: 2.5px;
}
#modal-age-verification .modal-body ul li input[type=checkbox]::before,
#modal-age-verification .modal-body ul .message-paragraph input[type=checkbox]::before,
#modal-age-verification .modal-body .message-container li input[type=checkbox]::before,
#modal-age-verification .modal-body .message-container .message-paragraph input[type=checkbox]::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  border: 1px solid #95a1bb;
  border-radius: 4px;
}
#modal-age-verification .modal-body ul li input[type=checkbox]:checked::before,
#modal-age-verification .modal-body ul .message-paragraph input[type=checkbox]:checked::before,
#modal-age-verification .modal-body .message-container li input[type=checkbox]:checked::before,
#modal-age-verification .modal-body .message-container .message-paragraph input[type=checkbox]:checked::before {
  background-color: #e83687;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  border: 1px solid transparent;
}
#modal-age-verification .modal-body ul li input[type=checkbox]:checked::after,
#modal-age-verification .modal-body ul .message-paragraph input[type=checkbox]:checked::after,
#modal-age-verification .modal-body .message-container li input[type=checkbox]:checked::after,
#modal-age-verification .modal-body .message-container .message-paragraph input[type=checkbox]:checked::after {
  border: 1px solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  content: "";
  height: 10px;
  left: 7px;
  top: 2px;
  width: 4px;
  pointer-events: none;
  position: absolute;
}
#modal-age-verification .modal-body .m-error {
  width: 100%;
  color: #ff0000;
  margin: 0 0 10px 0;
  align-items: center;
  transition: 0.8s ease;
  display: none;
}
#modal-age-verification .modal-body .m-error > img {
  margin-right: 7px;
}
#modal-age-verification .modal-body .m-error.show {
  display: flex;
  animation: show-message 1s 1 normal 0s ease-out both;
}
#modal-age-verification .modal-body .site-name {
  font-weight: 900;
  color: #e83687;
}
#modal-age-verification .modal-body .limit {
  display: block;
  text-align: center;
  margin: 10px 0 25px 0;
}
#modal-age-verification .modal-body .buttons {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 10px;
}

@media screen and (max-width: 680px) {
  #modal-age-verification .modal {
    width: 95%;
    min-width: unset !important;
    padding: 45px 30px 0;
  }
  #modal-age-verification .modal-body .buttons .btn_large {
    width: 100%;
    margin: 0.5rem auto;
  }
}
@media screen and (max-width: 576px) {
  #modal-age-verification {
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #modal-age-verification .modal {
    width: 90vw;
    min-width: unset !important;
    padding: 10px !important;
    top: unset;
  }
  #modal-age-verification .modal .header-modal {
    gap: 0;
  }
  #modal-age-verification .modal .header-modal .img_box-content {
    width: 48px;
  }
  #modal-age-verification .modal .modal-body {
    padding-bottom: 0;
  }
  #modal-age-verification .modal .modal-body h3:not(:last-child),
  #modal-age-verification .modal .modal-body p:not(:last-child),
  #modal-age-verification .modal .modal-body ul:not(:last-child) {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
  }
  #modal-age-verification .modal::after {
    display: none;
  }
}
.hr-small-orange {
  margin: 0.5rem 0;
}

#form-comments {
  max-width: 450px;
}
#form-comments .input-group {
  justify-content: space-around;
}
#form-comments .input-group .rate .stars-outer {
  width: 125px;
  height: 30px;
}
#form-comments .input-group .rate .stars-outer::before {
  position: absolute;
}
#form-comments .input-group .rate .stars-outer .stars-inner {
  width: 25px;
  position: relative;
  cursor: pointer;
}
#form-comments .input-group .rate .stars-outer .stars-inner::before {
  content: "☆";
  width: 25px;
  display: flex;
  color: #e83687;
}
#form-comments .input-group .rate .stars-outer .stars-inner.active::before, #form-comments .input-group .rate .stars-outer .stars-inner.hovered::before, #form-comments .input-group .rate .stars-outer .stars-inner:not(.active):hover::before {
  content: "★";
}

#modal-comments .modal {
  padding-top: 30px;
}
#modal-comments .header-modal {
  margin: 0;
  gap: unset;
}
#modal-comments .header-modal > img {
  width: 56px;
  margin-bottom: 5px;
}
#modal-comments .header-modal .h2 {
  text-align: center;
}
#modal-comments .modal-body {
  width: 100%;
  max-width: 650px;
  padding-bottom: 1rem;
}
#modal-comments .modal-body .message {
  text-align: center;
  margin: 0 0 1rem 0;
}
#modal-comments .modal-body .limit {
  display: block;
  text-align: center;
  margin: 10px 0 25px 0;
}

@media screen and (max-width: 500px) {
  #modal-comments .modal {
    min-width: unset;
    width: 90%;
  }
}
.hidden {
  display: none !important;
}

#modal-complaint .header-modal {
  margin: 0;
}

.page-complaint {
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
}
.page-complaint .icon-light {
  width: 468px;
  top: 50px;
  left: -234px;
  position: absolute;
}

.form-complaint {
  width: 100%;
  max-width: 650px;
  margin-top: 36px;
}
.form-complaint .input-wrapper[data-type=checkbox] {
  flex-flow: column;
}
.form-complaint .input-wrapper[data-type=checkbox] .input-group {
  margin: 0;
}
.form-complaint .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-complaint input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  top: -1px;
  left: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d9deea;
}
.form-complaint input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #e83687;
  border: 1px solid transparent;
}
.form-complaint input[type=checkbox]:checked:after {
  content: "";
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 1px;
  left: 5px;
  position: absolute;
}
.form-complaint #accepting {
  margin-left: 5px;
}
.form-complaint #accepting a {
  display: inline;
  font-weight: bold;
  color: #e83687;
}

#response-message {
  width: 100%;
  max-width: 650px;
  padding: 3rem 2rem 5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.complaint-send {
  width: 100%;
  max-width: 650px;
}
.complaint-send .message {
  margin: 0 0 30px 0;
  padding: 80px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.complaint-send .button {
  width: 100%;
  flex-wrap: nowrap;
}
.complaint-send .button .btn-base {
  margin: 0 15px 15px 0;
}
.complaint-send .button .btn-base:last-child {
  margin-right: 0;
}
.complaint-send .button .btn_large {
  padding: 16px 55px;
}

@media screen and (max-width: 950px) {
  .complaint-send .button {
    flex-direction: column;
  }
  .complaint-send .button .btn-base:not(:last-child) {
    margin: 0 0px 15px 0 !important;
  }
  .complaint-send .button .btn_large {
    width: 100%;
    padding: 16px;
    max-width: 240px;
  }
  #modal-complaint .modal {
    min-width: unset;
    width: 90%;
  }
}
@media screen and (max-width: 680px) {
  .complaint-send .button .btn-base:not(:last-child) {
    margin: 0 0px 15px 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .complaint-send .message {
    padding: 20px;
    margin-bottom: 15px !important;
  }
  .complaint-send .button .btn-base {
    max-width: 100%;
  }
  .complaint-send .button .btn-base:not(:last-child) {
    margin: 0 0px 15px 0 !important;
  }
}
.card_item, .card_sizer {
  width: 100%;
  max-width: 280px;
}
.card_sizer {
  position: absolute;
}
.card_item {
  box-shadow: -1px 3px 14px rgba(209, 213, 223, 0.4196078431);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
}
.card_item_cover_image {
  position: relative;
  cursor: pointer;
}
.card_item_cover_image .cover_image_hover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(244, 129, 78, 0.64) 0%, rgba(232, 54, 135, 0.64) 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s visibility ease-in-out, 0.3s opacity ease-in-out;
}
.card_item_cover_image .cover_image_hover .cover_play {
  opacity: 0.64;
  width: 70px;
  height: 70px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.card_item_cover_image .cover_image_hover .cover_play > img {
  width: 100%;
  height: 100%;
}
.card_item_cover_image .cover_image_hover .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: inherit;
  padding: 10px;
  justify-content: flex-start;
}
.card_item_cover_image .cover_image_hover .actions > span {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}
.card_item_cover_image .cover_image_hover .actions .actions-icon {
  width: 25px;
  height: 25px;
}
.card_item_cover_image .cover_image_hover .actions .actions-icon > img {
  width: 100%;
  height: 100%;
}
.card_item_cover_image .cover_image_hover .separator-v.white {
  height: 25px;
  margin: 0 5px;
}
.card_item_cover_image:hover .cover_image_hover {
  opacity: 1;
  visibility: visible;
}
.card_item_cover_image .img_box {
  padding-top: 100%;
}
.card_item_cover_image .img_box img,
.card_item_cover_image .img_box picture {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: unset;
}
.card_item_top {
  background-color: #ec94a0;
  width: 100%;
  transition: 0.5s background-color ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px;
}
.card_item_top.featured, .card_item_top:hover {
  background-color: #e83687;
}
.card_item_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.card_item_top p {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  padding: 5px 0;
  color: white;
}
.card_item_profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
}
.card_item_profile > img,
.card_item_profile picture {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.card_item_profile > img img,
.card_item_profile picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_item_profile_group {
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_item_profile_name {
  display: flex;
  justify-content: start;
  align-items: center;
}
.card_item_profile_name p {
  margin-right: 5px;
  font-size: 14px;
  color: #333333 !important;
  font-weight: bold;
  word-break: break-all;
}
.card_item_profile_name img {
  width: 15px;
  height: 15px;
}
.card_item_love {
  width: 30px;
  height: 30px;
  max-width: 20%;
  border-radius: 50%;
  position: relative;
  background-color: #e1e5ee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.5s background-color ease-in-out;
}
.card_item_love:hover {
  background-color: #fec4b0;
}
.card_item_love:hover .default {
  opacity: 0;
  z-index: -1;
}
.card_item_love:hover .red {
  opacity: 1;
  z-index: 1;
}
.card_item_love img {
  width: 15px;
  height: auto;
  position: absolute;
  display: flex;
  transition: 0.2s opacity ease;
}
.card_item_love img.red {
  opacity: 0;
  z-index: -1;
}
.card_item_love img.default {
  opacity: 1;
  z-index: 1;
}
.card_item_love.favorite {
  background-color: #fec4b0;
}
.card_item_love.favorite img.red {
  opacity: 1;
  z-index: 1;
}
.card_item_love.favorite img.default {
  opacity: 0;
  z-index: -1;
}
.card_item_info {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_item_info > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.card_item_info_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.card_item_info_contact_wsp {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.card_item_info_contact_wsp img {
  margin-right: 10px;
  display: inline-flex;
}
.card_item_info_contact_wsp a {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  word-wrap: break-word;
  padding-right: 5px;
}
.card_item_info_tags {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 10px 10px;
  justify-content: flex-start;
  gap: 3px;
}
.card_item_info_tags_item {
  background-color: #95a1bb;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  padding: 7px;
  margin: 0;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.card_item_info_tags_item:first-child {
  margin-left: 0;
}
.card_item_info_tags_item:last-child {
  margin-right: 0;
}
.card_item_info_tags_item.tag_active {
  background: #e83687;
  color: white;
}
.card_item mark {
  padding: 0 2.5px;
  margin: 0 -2.5px;
  font-weight: 700;
  background: #e83687;
  color: #fff;
}
.card_m .card_item_cover_image {
  width: 100%;
}
.card_m .card_item_cover_image .img_box {
  padding-top: 75% !important;
}
.card_m .card_item_info_contact {
  display: none;
}
.card_premium {
  background: #f7f19d;
}
.card_premium .card_item_info_tags_item.tag_active {
  background: #e83687;
  color: white;
}

p.card_item_info_price {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.load_more {
  text-align: center;
}
.load_more .medio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 32px 0;
}
.load_more .medio span {
  margin-bottom: 20px;
}
.load_more .medio p {
  font-size: 1.375rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  margin-top: 15px;
}

.announce_yourself {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.announce_yourself .medio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}
.announce_yourself .medio span {
  margin-bottom: 20px;
}
.announce_yourself .medio p {
  font-size: 1.375rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  margin-top: 15px;
}

.cards-line {
  width: 90%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto 1rem;
  border: 1px solid #fec4b0;
}
.cards-line.small {
  width: 100px;
}

#region-cards-content,
#profiles-content,
#cards-content,
#show-vip {
  padding: 0 20px;
  position: relative;
}
#region-cards-content .cards_group,
#profiles-content .cards_group,
#cards-content .cards_group,
#show-vip .cards_group {
  width: 100%;
  position: relative;
  max-width: 1800px;
  flex-flow: column;
}
#region-cards-content .cards_group .cards-line,
#region-cards-content .cards_group p.block_description,
#profiles-content .cards_group .cards-line,
#profiles-content .cards_group p.block_description,
#cards-content .cards_group .cards-line,
#cards-content .cards_group p.block_description,
#show-vip .cards_group .cards-line,
#show-vip .cards_group p.block_description {
  width: calc(90% + 40px);
}
#region-cards-content .cards_group p.block_description,
#profiles-content .cards_group p.block_description,
#cards-content .cards_group p.block_description,
#show-vip .cards_group p.block_description {
  max-width: 1280px;
  position: relative;
  margin: 2rem auto 0.2rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#region-cards-content .cards_group p.block_description:first-child,
#profiles-content .cards_group p.block_description:first-child,
#cards-content .cards_group p.block_description:first-child,
#show-vip .cards_group p.block_description:first-child {
  margin-top: 0.2rem;
}
#region-cards-content .cards_group p.block_description img,
#profiles-content .cards_group p.block_description img,
#cards-content .cards_group p.block_description img,
#show-vip .cards_group p.block_description img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
#region-cards-content .cards_group .columns-fluid,
#profiles-content .cards_group .columns-fluid,
#cards-content .cards_group .columns-fluid,
#show-vip .cards_group .columns-fluid {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

#show-cards-content {
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.msg-no-cards {
  width: 90%;
  overflow: hidden;
  padding: 40px 0;
  max-width: 1640px;
  margin: 0 auto 2rem;
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
}
.msg-no-cards h3 {
  text-align: center;
}

@media screen and (min-width: 1441px) {
  .columns-fluid {
    padding: 0px 40px 5px;
    gap: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .columns-fluid {
    padding: 0 40px 5px;
  }
}
@media screen and (max-width: 1024px) {
  .columns-fluid {
    -moz-columns: 1;
         columns: 1;
  }
  .card_item_profile_group,
  .card_item_info,
  .card_item_info_tags {
    padding-right: 15px;
    padding-left: 15px;
  }
  .card_item_cover_image .cover_image_hover {
    bottom: 0;
    right: 0;
    top: unset;
    width: auto;
    opacity: 1;
    height: auto;
    visibility: visible;
    border-radius: 20px 0px 0px 0px;
  }
  .card_item_cover_image .cover_image_hover .cover_play {
    display: none;
  }
  .card_item_cover_image .cover_image_hover .actions {
    padding: 15px 17px 5px 17px;
  }
  .card_item_cover_image .cover_image_hover .actions > span:first-child, .card_item_cover_image .cover_image_hover .actions > span:last-child .comments, .card_item_cover_image .cover_image_hover .actions > .nm {
    display: none;
  }
  .card_item_cover_image .cover_image_hover .actions .separator-v.white:first-child {
    display: none;
  }
  .card_item_cover_image .cover_image_hover .actions .actions-icon {
    width: 25px;
    height: 25px;
  }
  .card_item_cover_image .cover_image_hover .actions > span {
    margin-left: 7px;
  }
  .card_s_mobile .cover_image_hover {
    display: none;
  }
}
@media screen and (max-width: 615px) {
  #show-vip .cards_group .columns-fluid,
  #cards-content .cards_group .columns-fluid {
    padding: 0 0 10px !important;
    width: 100% !important;
  }
  .card_s_mobile .card_item_info_contact {
    display: none;
  }
  .card_s_mobile.card_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .card_s_mobile .card_item_profile_group,
  .card_s_mobile .card_item_info,
  .card_s_mobile .card_item_info_tags {
    width: calc(100% - 107px);
    padding-right: 14px;
    padding-left: 10px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
  }
  .card_s_mobile .card_item_cover_image {
    position: absolute;
    top: calc(50% + 17px);
    transform: translateY(-50%);
    left: 14px;
  }
  .card_s_mobile .card_item_cover_image img {
    width: 97px;
    height: 120px;
  }
  .card_s_mobile .card_item_profile > img {
    display: none;
  }
  .card_s_mobile.card_premium .card_item_info_tags_item:first-child {
    display: none;
  }
  .card_s_mobile .card_item_profile_name p {
    text-shadow: none;
    color: #333333;
  }
  .card_s_mobile .card_item_info_tags {
    margin-bottom: 15px;
  }
  .card_item,
  .card_sizer {
    width: 100%;
    max-width: unset;
  }
  .card_item {
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
  }
  .card_item_cover_image img {
    width: 100%;
    height: 316px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .card_item_profile > img {
    box-shadow: 0 0 0 3px white;
  }
  .card_item_profile_group {
    position: absolute;
    padding: 10px;
  }
  .card_item_info > p {
    line-height: initial;
    font-size: 14px;
  }
  .card_item.card_m {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-height: 150px;
  }
  .card_item.card_m .card_item_profile_group {
    position: relative;
    max-width: calc(100% - 130px);
    padding: 10px 5px 5px 10px;
  }
  .card_item.card_m .card_item_cover_image {
    width: 130px;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card_item.card_m .card_item_cover_image .img_box {
    padding-top: 132.222% !important;
  }
  .card_item.card_m .card_item_cover_image .cover_image_hover {
    display: none;
  }
  .card_item.card_m .card_item_info, .card_item.card_m .card_item_info_tags {
    width: 100%;
    max-width: calc(100% - 130px);
  }
  .card_item.card_m .card_item_info {
    padding: 5px !important;
    padding-left: 10px !important;
  }
  .card_item.card_m .card_item_info_tags {
    padding-right: 5px;
    padding-left: 10px;
  }
  .card_item.card_m .card_item_info_tags .card_item_info_tags_item {
    padding: 5px !important;
    font-size: 10px;
    margin: 0;
  }
  .load_more .medio {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .load_more .medio p {
    text-align: center;
    font-size: 18px;
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .announce_yourself .btn_primary {
    width: 100%;
    padding: 1rem;
  }
}
* {
  /* Firefox */
  scrollbar-color: #d9deea #f1f1f1;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e1e5ee;
}

.parent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parent .column {
  flex-direction: column;
}

.child {
  width: 100%;
  max-width: 1220px;
}
.child.full {
  max-width: 1920px;
}

.container.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container.flex-up {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.container.flex-down {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  /* Position */
  /* Size */
  /* Color */
}
.button a.base,
.button button.base,
.button input[type=submit].base {
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.button.group-left {
  justify-content: flex-start;
}
.button.group-center {
  justify-content: center;
}
.button.group-right {
  justify-content: flex-end;
}
.button .small {
  padding: 16px 12px;
}
.button .normal {
  padding: 16px 20px;
  margin: 1rem auto;
}
.button .large {
  padding: 16px 60px;
  margin: 1rem auto;
}
.button .gray {
  border: 1px solid #7b87a3;
  background-color: #7b87a3;
}
.button .pink {
  border: 1px solid #e83687;
  background-color: #e83687;
}
.button .orange {
  border: 1px solid #fec4b0;
  background-color: #fec4b0;
}

.label-tag {
  height: unset !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  border-radius: 5px;
  color: #ffffff;
  background-color: #7b87a3;
  transition: 0.2s background-color ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.label-tag:hover {
  background-color: #333333;
}
.label-tag.featured {
  background-color: #e83687;
}

.line {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #fec4b0;
}

.message > p {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.special-separator {
  gap: 0 5px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
  width: 100%;
}
.special-separator:first-child ~ .special-separator {
  margin-top: 50px;
}
.special-separator .icon {
  width: 22px;
  height: auto;
}
.special-separator .text {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 600;
  font-size: 18px;
}

.wrapper-range {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.wrapper-range .slider-track {
  position: absolute;
  width: 100%;
  background-color: #95a1bb;
  height: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 8px;
}
.wrapper-range input[type=range] {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.wrapper-range input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  -moz-appearance: none;
}
.wrapper-range input[type=range]::-moz-range-track {
  height: 6px;
  -moz-appearance: none;
}
.wrapper-range input[type=range]::-ms-track {
  height: 6px;
  -moz-appearance: none;
}
.wrapper-range input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border: #e1e5ee 2px solid;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  margin-top: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrapper-range input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: #e1e5ee 2px solid;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrapper-range input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  border: #e1e5ee 2px solid;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main-loader {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  clip-path: circle(0% at 100% 0);
  transition: clip-path 0.3s ease-in-out;
}
#main-loader.loading {
  clip-path: circle(150% at 100% 0);
}
#main-loader.loading .container-loader {
  opacity: 1;
  visibility: visible;
}

/* Pure CSS Loaders - Loading.io */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fec4b0;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fec4b0 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-filter .modal,
#modal-filter .modal {
  flex-direction: column;
}

.modal-new#modal-filter {
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 0;
  height: calc(100vh - 285px);
  top: 285px !important;
}
.modal-new#modal-filter .close-modal {
  height: 45px;
  right: 2vw;
  top: 2vh;
  width: 45px;
}
.modal-new#modal-filter .child {
  border-radius: 0;
  max-width: 100%;
  padding: 20px 20px 0;
  top: 0;
  width: 80%;
}

.header-modal {
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: bold;
  gap: 10px;
  justify-content: center;
  margin: 0px 0 1rem 0;
  width: 100%;
}
.header-modal .container {
  display: flex;
  gap: 5px !important;
  align-items: center;
  justify-content: center;
}
.header-modal .container img {
  max-width: 35px;
}
.header-modal small {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  padding: 0 40px;
}
.header-modal .h2 {
  text-align: center;
}

.modal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-filter .modal-body form,
#modal-filter .modal .modal-body form {
  -moz-columns: 2;
       columns: 2;
  max-width: 1087px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px 10px 95px;
}
.modal-filter .modal-body form fieldset,
#modal-filter .modal .modal-body form fieldset {
  border: 0px;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 20px;
  border: 1px solid #95a1bb;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.modal-filter .modal-body form fieldset:last-child,
#modal-filter .modal .modal-body form fieldset:last-child {
  margin-bottom: 0;
}
.modal-filter .modal-body form input[type=checkbox],
#modal-filter .modal .modal-body form input[type=checkbox] {
  display: none;
}
.modal-filter .modal-body form input[type=number],
#modal-filter .modal .modal-body form input[type=number] {
  border: 1px solid #d9deea;
  border-radius: 4px;
  height: 51px;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px !important;
}
.modal-filter .modal-body form label,
#modal-filter .modal .modal-body form label {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.modal-filter .modal-body form .title-group,
#modal-filter .modal .modal-body form .title-group {
  position: relative;
  display: block;
  font-weight: bold !important;
  margin-bottom: 20px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  text-transform: uppercase;
}
.modal-filter .modal-body form .title-group::after,
#modal-filter .modal .modal-body form .title-group::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #e83687;
  left: 0;
  bottom: -5px;
  position: absolute;
  transform-origin: left;
  transition: width 0.5s ease-in-out;
}
.modal-filter .modal-body form .group-tag,
#modal-filter .modal .modal-body form .group-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.modal-filter .modal-body form .group-tag .icon-tag,
#modal-filter .modal .modal-body form .group-tag .icon-tag {
  margin-right: 5px;
}
.modal-filter .modal-body form input[type=checkbox]:checked + label,
#modal-filter .modal .modal-body form input[type=checkbox]:checked + label {
  background-color: #333333;
}
.modal-filter .modal-body form input[type=checkbox]:not(:checked) + label,
#modal-filter .modal .modal-body form input[type=checkbox]:not(:checked) + label {
  background-color: #7b87a3 !important;
}
.modal-filter .modal-body .minmax,
#modal-filter .modal .modal-body .minmax {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #7b87a3;
}
.modal-filter .modal-body .minmax .min span,
.modal-filter .modal-body .minmax .max span,
#modal-filter .modal .modal-body .minmax .min span,
#modal-filter .modal .modal-body .minmax .max span {
  display: block;
  font-size: 12px;
}
.modal-filter .modal-body .m-error,
#modal-filter .modal .modal-body .m-error {
  color: #ff0000;
  margin: 10px 0 0 0;
  align-items: center;
  transition: 0.8s ease;
  display: none;
}
.modal-filter .modal-body .m-error.show,
#modal-filter .modal .modal-body .m-error.show {
  display: flex;
  animation: show-message 1s 1 normal 0s ease-out both;
}
.modal-filter .group-buttons,
#modal-filter .modal .group-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 0;
  position: fixed;
  top: calc(100vh - 51px - 2rem);
  width: 100%;
  max-width: calc(100vw - 20%);
}
.modal-filter .group-buttons button,
#modal-filter .modal .group-buttons button {
  margin: 1rem;
  height: 51px;
  padding: unset;
  border: none;
  letter-spacing: unset !important;
  flex: auto;
  max-width: 15rem;
  width: 100%;
}

#modal-filter > .group-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 0;
  position: fixed;
  top: calc(100vh - 51px - 2rem);
  width: 100%;
  max-width: calc(100vw - 20%);
}
#modal-filter > .group-buttons button {
  margin: 1rem;
  height: 51px;
  padding: 0 4rem;
  border: none;
}

@keyframes show-message {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1380px) {
  .modal-filter-new .child,
  #modal-filter .modal-new .child {
    padding: 0 !important;
  }
  .modal-filter .group-buttons,
  #modal-filter .modal .group-buttons {
    box-shadow: 0px -10px 40px -25px #383838;
  }
  #modal-filter > .group-buttons {
    box-shadow: 0px 10px 40px -25px #383838;
  }
}
@media screen and (max-width: 950px) {
  .modal-new .container {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 840px) {
  .modal-filter .modal-body form,
  #modal-filter .modal .modal-body form {
    -moz-columns: 1;
         columns: 1;
  }
  .modal-filter .modal-body form fieldset .title-group,
  #modal-filter .modal .modal-body form fieldset .title-group {
    text-align: center;
  }
}
@media screen and (max-width: 680px), (max-height: 600px) {
  .modal-filter .modal-body form,
  #modal-filter .modal .modal-body form {
    padding-bottom: calc(51px + 2rem);
  }
  .modal-filter .group-buttons,
  #modal-filter .modal .group-buttons {
    max-width: calc(100vw - 10%);
    top: calc(100vh - 51px);
    gap: 5px;
    padding: 0.5rem;
  }
  .modal-filter .group-buttons button,
  #modal-filter .modal .group-buttons button {
    margin: unset;
    height: unset;
    padding: 8px;
    width: 100%;
    max-width: calc(50% - 5px);
  }
  #modal-filter > .group-buttons {
    top: calc(100vh - 51px - 1rem);
  }
  #modal-filter > .group-buttons button {
    margin: 0.5rem auto;
    padding: 1rem;
  }
  .modal-new#modal-filter {
    top: 0 !important;
    height: 100%;
    padding-top: 20px;
    justify-content: center;
    align-items: flex-start;
  }
  .modal-new#modal-filter .child {
    width: 90%;
    top: unset !important;
    padding: 20px 0 0 !important;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .modal-filter .modal-body form label,
  #modal-filter .modal .modal-body form label {
    padding: 10px;
    height: auto;
    flex: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .modal-filter .modal-body form label,
  #modal-filter .modal .modal-body form label {
    font-size: 14px !important;
  }
}
.accordeon_block {
  width: 100%;
  position: relative;
  z-index: 1;
}
.accordeon_block .accordeon_item {
  width: 100%;
  position: relative;
  margin: 0.5rem 0;
}
.accordeon_block .accordeon_item .item_header {
  width: 100%;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s;
}
.accordeon_block .accordeon_item .item_header:hover {
  transition: all 0.5s;
}
.accordeon_block .accordeon_item .item_header .toggle_button {
  width: 100%;
  text-decoration: none;
  flex-flow: row;
  display: flex;
  align-items: center;
}
.accordeon_block .accordeon_item .item_header .toggle_button h3,
.accordeon_block .accordeon_item .item_header .toggle_button .toggle-title {
  width: 100%;
  padding-left: 20px;
  padding-right: 35px;
}
.accordeon_block .accordeon_item .item_header .toggle_button h4 {
  width: calc(100% - 23px);
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.accordeon_block .accordeon_item .item_header .toggle_button .toggle-title {
  font-size: 2.25rem;
  color: #e83687;
  font-weight: bold;
  word-break: break-word;
}
.accordeon_block .accordeon_item .item_header .toggle_button .title_icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.accordeon_block .accordeon_item .item_header .toggle_button .title_icon.square {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-image: url(/images/plus.png?f7eea259dc03f5337bec39fa42f2ada1);
  background-color: #e83687;
  background-size: 15px auto;
  border-radius: 5px;
}
.accordeon_block .accordeon_item .item_body {
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 0rem 1.5rem;
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  gap: 10px;
}
.accordeon_block .accordeon_item .item_body ul {
  padding-left: 2rem;
  gap: 5px;
  display: flex;
  flex-flow: column;
  font-weight: normal;
  color: #333333;
}
.accordeon_block .accordeon_item .item_body ul li {
  font-size: 1rem;
  line-height: 22px;
  list-style: disc !important;
  text-align: left;
}
.accordeon_block .accordeon_item.show .item_header .toggle_button .title_icon.square {
  background-image: url(/images/minus.png?3a4088d1e5c7f5342c6275ed766f13cc);
}
.accordeon_block .accordeon_item.show .item_body {
  max-height: 600px;
  padding: 1rem 1.5rem;
  transition: all 0.5s ease;
}
.accordeon_block .accordeon_item.show .item_body.item_body_lg {
  max-height: 2600px;
}
.accordeon_block-primary .accordeon_item .item_header {
  background-color: #95a1bb;
}
.accordeon_block-primary .accordeon_item .item_header:hover {
  background-color: #e83687;
}
.accordeon_block-primary .accordeon_item .item_header .toggle_button {
  padding: 8px 23px;
}
.accordeon_block-primary .accordeon_item .item_header .toggle_button h4 {
  color: #333333;
}
.accordeon_block-primary .accordeon_item .item_header .toggle_button .title_icon {
  background-image: url(/images/plus.png?f7eea259dc03f5337bec39fa42f2ada1);
}
.accordeon_block-primary .accordeon_item .item_header.show .item_header {
  background-color: #e83687;
}
.accordeon_block-primary .accordeon_item .item_header.show .item_header .toggle_button .title_icon {
  background-image: url(/images/minus.png?3a4088d1e5c7f5342c6275ed766f13cc);
}
.accordeon_block-secondary .accordeon_item .item_header {
  background-color: #ffffff;
}
.accordeon_block-secondary .accordeon_item .item_header .toggle_button {
  padding: 8px 1rem;
}
.accordeon_block-secondary .accordeon_item .item_header .toggle_button h4 {
  color: #333333;
}
.accordeon_block-secondary .accordeon_item .item_header .toggle_button .title_icon {
  background-image: url(/images/icon-circle-right.png?25df4621bd65ae560a8c880d5aa40f18);
}
.accordeon_block-secondary .accordeon_item.show .item_header .toggle_button .title_icon {
  background-image: url(/images/icon-circle-down.png?51cffacef46111ce478179503c1aaba6);
}

.container-loader {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.container-loader.active {
  opacity: 1;
  visibility: visible;
}

@keyframes ldio-hc2dbaigoyo {
  0% {
    transform: scale(0.85);
  }
  5% {
    transform: scale(1);
  }
  39% {
    transform: scale(0.75);
  }
  45% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.8);
  }
}
.ldio-hc2dbaigoyo > div {
  animation: ldio-hc2dbaigoyo 1s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 100px 100px;
}

.ldio-hc2dbaigoyo > div div {
  top: 72px;
  left: 60px;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #e83687;
  transform: rotate(45deg);
}

.ldio-hc2dbaigoyo > div div:after,
.ldio-hc2dbaigoyo > div div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background: #e83687;
}

.ldio-hc2dbaigoyo > div div:before {
  left: -52px;
  border-radius: 50% 0 0 50%;
}

.ldio-hc2dbaigoyo > div div:after {
  top: -52px;
  border-radius: 50% 50% 0 0;
}

.loadingio-spinner-heart-c67gi33n1yh {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}

.ldio-hc2dbaigoyo {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-hc2dbaigoyo div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */
.panel-menu {
  background-color: #fff5f5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.2s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.panel-menu.active {
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  visibility: visible;
}
.panel-menu > .child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.panel-menu > .child .container.flex-center {
  width: 90%;
  max-width: 1640px;
  background: #ffffff;
  padding: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 3px 14px rgba(209, 213, 223, 0.4196078431);
}
.panel-menu .panel {
  margin: 70px 0;
  max-width: 740px;
  width: 100%;
  z-index: 1;
}
.panel-menu .panel > p {
  color: #e83687;
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px 0;
  max-width: 740px;
  width: 100%;
  text-align: center;
}
.panel-menu .panel-item {
  background-color: rgba(255, 255, 255, 0);
}
.panel-menu .bg-icon-light.absolute {
  width: 274px;
  top: 50px;
  left: -100px;
  opacity: 0.3;
  z-index: 0;
}

.panel-page {
  flex-flow: column;
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  visibility: visible;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.panel-page.hide {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.panel-items {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, 180px);
  justify-content: space-around;
  width: 100%;
}

.panel-item {
  display: flex;
  align-items: center;
  border-radius: 20px;
  color: #333333;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  max-width: 180px;
  padding: 18px;
  width: 100%;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 0px rgba(209, 213, 223, 0.5019607843);
}
.panel-item:hover {
  box-shadow: 0px 10px 30px rgba(209, 213, 223, 0.5019607843);
  background-color: rgb(255, 255, 255) !important;
}
.panel-item > span {
  display: block;
  margin: 20px 0 0 0;
  font-weight: 600;
}
.panel-item .img_box {
  padding-top: 100%;
}
.panel-item .img_box-content {
  width: 70px;
  height: auto;
}

@media screen and (max-width: 730px) {
  .panel-items {
    justify-content: center;
    gap: 10px;
  }
  .panel-menu .panel > p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .panel-menu {
    background-color: #f1f1f1;
    border-radius: 8px;
    top: 135px;
    max-width: unset;
    right: 0.5vw;
    width: 100%;
    z-index: 3;
    height: calc(100vh - 125px);
  }
  .panel-menu.active {
    overflow: visible;
  }
  .panel-menu.active::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: inherit;
    bottom: -10px;
    right: 4vw;
    transform: rotate(45deg);
  }
  .panel-menu > .child {
    padding: 10px;
    height: 100%;
  }
  .panel-menu > .child .container.flex-center {
    width: 100%;
    height: 100%;
    align-items: flex-start;
  }
  .panel-menu .panel {
    margin: 0;
  }
  .panel-menu .panel > p {
    display: none;
  }
  .panel-menu .panel-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .panel-menu .panel-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
    width: 100%;
    max-width: unset;
    border: 1px solid #d9deea;
  }
  .panel-menu .panel-item > span {
    margin: 0;
    display: block;
    margin: 0 0 0 20px;
    width: 100%;
    max-width: calc(100% - 126px);
    text-align: left;
    font-size: 1.5rem;
  }
  .panel-menu .panel-item .img_box {
    padding-top: 100%;
  }
  .panel-menu .panel-item .img_box-content {
    width: 70px;
    height: auto;
  }
}
.header {
  position: relative;
}
.header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0 50px;
  gap: 25px;
}
.header .container .menu-item.search-button {
  display: none;
}
.header .btn-container {
  width: 100%;
  position: relative;
  background-color: transparent;
  padding: 10px;
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  top: 65px;
  z-index: 9;
  order: 4;
  margin-top: -50px;
}
.header .btn-container .btn_primary {
  width: 100%;
  position: relative;
  padding: 0.7rem 1rem;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 12px 20px -14px #383838;
  z-index: 9999;
}
.header.fixed .child,
.header.fixed .container {
  position: fixed !important;
}
.header.fixed .child {
  box-shadow: 0px 10px 30px -25px #383838;
}
.header.fixed .slogan {
  display: none;
}
.header.mobile-header .child,
.header.mobile-header .container {
  position: relative;
}
.header.mobile-header .container {
  margin-bottom: 0 !important;
}
.header.fixed .child, .header.mobile-header .child {
  z-index: 100;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  top: 0;
  max-width: unset;
}
.header.fixed .container, .header.mobile-header .container {
  width: 100%;
  max-width: 1920px;
  top: 0;
  margin-top: 0;
  padding: 20px 50px;
  background: #fff;
}
.header.fixed #mobile-announce, .header.mobile-header #mobile-announce {
  display: none;
}

.slogan {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #7b87a3;
  border-bottom: 1px solid #d9deea;
}

.logo {
  align-items: flex-start;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.logo .logo-img {
  width: 100%;
  height: auto;
  min-width: 180px;
  max-width: 220px;
}
.logo .logo-img img {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
}
.logo .logo-phrase {
  font-size: 12px;
  color: #7b87a3;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.menu-items {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin: 13px 0;
}

.menu-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu-item#hamburguer-button {
  font-weight: bold;
  color: #e83687;
}
.menu-item#hamburguer-button span {
  font-size: 18px;
}
.menu-item > a {
  display: flex;
  color: #333333;
  align-items: center;
  font-size: 18px;
}
.menu-item > span,
.menu-item > a > span {
  position: relative;
  font-size: 18px;
}
.menu-item:not(.menu-item-2) > span::after,
.menu-item:not(.menu-item-2) > a > span::after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #e83687;
  left: 0;
  bottom: -5px;
  position: absolute;
  transform-origin: left;
  transition: width 0.5s ease-in-out;
}
.menu-item:not(.menu-item-2):hover > span::after,
.menu-item:not(.menu-item-2):hover > a > span::after {
  width: 100%;
}
.menu-item.menu-item-2 > span,
.menu-item.menu-item-2 > a > span {
  padding-right: 20px;
}
.menu-item.menu-item-2 > span::after,
.menu-item.menu-item-2 > a > span::after {
  border: 1px solid #333333;
  border-width: 2px 2px 0 0;
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 5px;
  transform: rotate(135deg);
  transition: all 0.8s;
  width: 7px;
}
.menu-item.menu-item-2:hover > span::after,
.menu-item.menu-item-2:hover > a > span::after {
  transform: rotate(-45deg);
  top: 9px;
}

.menu-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menu-icon > img {
  width: 30px;
  height: 30px;
}
.menu-icon .notification {
  width: -moz-min-content;
  width: min-content;
  height: 18px;
  display: flex;
  padding: 3px 5px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border-radius: 20px;
  align-items: center;
  line-height: 12px;
  justify-content: center;
  background-color: #e83687;
  top: 0;
  right: 0;
  position: absolute;
}

.menu-icon:not(.menu-icon.hamburguer) {
  margin: 0 10px 0 0;
}

/*Hamburguer Menu*/
.hamburguer {
  height: 28px;
}
.hamburguer .line {
  height: 4px;
  width: 28px;
  border-radius: 8px;
  position: relative;
  background-color: #e83687;
  transition: transform 0.5s ease, height 0.5s ease, width 0.5s ease;
}
.hamburguer .line::after, .hamburguer .line::before {
  height: inherit;
  width: inherit;
  border-radius: 8px;
  background-color: #e83687;
  position: absolute;
  transition: transform 0.5s ease, height 0.2s ease, width 0.2s ease;
}
.hamburguer .line::before {
  content: "";
  top: -8px;
}
.hamburguer .line::after {
  content: "";
  bottom: -8px;
}
.hamburguer.active .line {
  transform: rotate(45deg);
}
.hamburguer.active .line::before {
  content: "";
  top: 0px;
  transform: rotate(90deg);
}
.hamburguer.active .line::after {
  content: "";
  width: 0px;
  height: 0px;
  bottom: -8px;
}

#mobile-announce {
  display: none;
}

.filter-header {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  gap: 10px;
  width: 100%;
}
.filter-header .input-group {
  margin: 0;
  height: 100%;
}
.filter-header .input-group.togheter .input-wrapper:first-child input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=range]):not(.options-searcher):not(.multi-select) {
  border-width: 1px 0px 1px 1px !important;
  border-radius: 4px 0 0 4px !important;
}
.filter-header .input-group:last-child {
  justify-content: center;
}
.filter-header .input-wrapper {
  width: 100%;
  margin: 0 !important;
}
.filter-header .special-input {
  width: 100%;
  max-width: 200px;
}
.filter-header .special-input::after {
  border: 1px solid #ffffff !important;
  border-width: 2px 2px 0 0 !important;
  content: "" !important;
  height: 8px !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  transform: rotate(135deg) !important;
  transition: all 0.8s ease-in-out !important;
  width: 8px !important;
}
.filter-header .special-input.active::after {
  transform: rotate(-45deg) !important;
  top: 12px !important;
}
.filter-header .special-input .custom-select {
  background-color: #e83687;
  color: #ffffff !important;
  border: none !important;
  padding: 4px 20px 4px 6px;
  width: 100%;
  text-align: center;
}
.filter-header .special-input .options-select {
  top: 28px;
  z-index: 9;
}
.filter-header #filter-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 10px;
  border: 1px solid #7b87a3;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 4px 4px 0px;
}
.filter-header #filter-button-2 {
  width: 100%;
  max-width: 8rem;
  display: none;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media screen and (max-width: 1250px) {
  .header .container {
    flex-wrap: wrap;
    align-items: center;
  }
  .header.fixed .container, .header.mobile-header .container {
    gap: 0;
  }
  .header.fixed .container .menu-item.search-button, .header.mobile-header .container .menu-item.search-button {
    display: flex;
  }
  .header.fixed .filter-header, .header.mobile-header .filter-header {
    flex-direction: column;
    overflow: hidden;
    transition: all 0.5s;
    height: auto;
    max-height: 0;
    margin-top: 0;
  }
  .header.fixed .filter-header.show, .header.mobile-header .filter-header.show {
    max-height: 300px;
    margin-top: 10px;
  }
  .logo {
    align-items: center;
    order: 0;
  }
  .-menu {
    order: 1;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-items {
    gap: 0 10px;
    margin: 0;
  }
  #mobile-announce {
    order: 2;
  }
  .filter-header {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .header .container {
    margin: 0;
    padding: 10px 50px;
    gap: 0;
  }
  .header .container .menu-item.search-button {
    display: flex;
  }
  .filter-header {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
  }
  .filter-header.show {
    max-height: 300px;
    margin-top: 10px;
  }
  .filter-header #filter-button {
    height: 56px;
  }
  .filter-header .button {
    width: 100%;
  }
  .filter-header .button #btn-submit-filter {
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .filter-header > .input-group:not(.input-group.togheter) {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .filter-header > .input-group:not(.input-group.togheter) .input-group {
    height: unset;
    width: calc(50% - 5px) !important;
  }
  .filter-header > .input-group:not(.input-group.togheter) .input-group.togheter {
    width: calc(50% - 5px) !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    max-width: 170px;
  }
  .logo .logo-img {
    min-width: unset;
  }
  .header .container {
    padding: 0 20px;
    gap: 0;
    justify-content: center;
  }
  .header.fixed .container, .header.mobile-header .container {
    padding: 5px 10px;
  }
  .header.fixed .btn-container {
    display: flex;
  }
  .filter-header {
    flex-direction: column;
    transition: all 0.5s;
    height: auto;
    max-height: 0;
    margin-top: 0;
  }
  .filter-header.show {
    max-height: 300px;
    margin-top: 10px;
  }
  .filter-header .button {
    width: 100%;
  }
  .filter-header .button #btn-submit-filter {
    width: 100%;
  }
  .filter-header .input-group:last-child:not(.input-group.togheter) {
    align-items: center;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .-menu {
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    padding: 0.5rem 0 0.5rem 0.5rem;
    width: 100%;
    width: calc(100% - 170px);
    position: relative;
  }
  .-menu .menu-items {
    gap: 0 15px;
  }
  .-menu .menu-item > span,
  .-menu .menu-item > a > span {
    display: none;
  }
  .-menu .menu-icon {
    width: 25px;
  }
  .-menu .menu-icon:not(.menu-icon.hamburguer) {
    margin: 0;
  }
  .-menu .menu-icon img {
    width: 25px;
    height: 25px;
  }
  .-menu .menu-icon.hamburguer {
    width: 25px;
  }
  .-menu .menu-icon.hamburguer .line {
    width: 25px;
  }
  #hamburguer-button > span {
    display: none;
  }
  #mobile-announce {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .filter-header .input-group.input-group-container {
    flex-flow: row !important;
    flex-wrap: wrap !important;
    z-index: 99;
  }
  .filter-header .input-group .input-group {
    width: 100% !important;
    height: auto !important;
  }
  .filter-header .input-group .input-group.togheter {
    width: 100% !important;
    max-width: calc(100% - 8rem - 10px) !important;
    margin-right: 0 !important;
    flex-flow: row !important;
    flex-wrap: wrap !important;
  }
  .filter-header .input-group .input-group.togheter .input-wrapper:first-child input:not(input[type=checkbox]):not(input[type=radio]):not(input[type=range]):not(.options-searcher):not(.multi-select) {
    border-width: 1px !important;
    border-radius: 4px !important;
  }
  .filter-header #filter-button {
    display: none !important;
  }
  .filter-header .button {
    width: 100% !important;
    max-width: 8rem !important;
  }
  .filter-header #select-categorias-container label {
    display: none !important;
  }
  .filter-header #select-categorias-container .special-input {
    max-width: calc(100% - 8rem - 10px) !important;
  }
  .filter-header #select-categorias-container #filter-button-2 {
    display: flex !important;
  }
}
html,
html body {
  width: 100%;
}
html.body-modal,
html body.body-modal {
  overflow: hidden;
}
html.body-hidden,
html body.body-hidden {
  overflow: hidden;
}

.modal-new {
  z-index: 9999;
  height: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background-color: rgba(255, 238, 238, 0.5019607843);
  opacity: 0;
  visibility: hidden;
  top: 0 !important;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
}
.modal-new.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  z-index: 9999;
}
.modal-new.inactive {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.modal-new iframe {
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: relative;
}
.modal-new:not(#modal-filter) .child::after {
  width: 1rem;
  height: 3rem;
  position: absolute;
  content: "";
  bottom: -2rem;
}
.modal-new .child {
  width: 90%;
  max-width: 1640px;
  padding: 30px 95px;
  border-radius: 20px;
  background-color: #ffffff;
  top: 40px;
  position: absolute;
  touch-action: pan-y;
  align-items: flex-start;
}
.modal-new .child.small {
  max-width: 820px;
  padding: 40px 50px;
}
.modal-new .child.x-small {
  max-width: 680px;
  padding: 40px 50px;
}
.modal-new .container {
  gap: 0 50px;
}

@media screen and (max-width: 950px) {
  .modal-new .container {
    align-items: center;
    flex-direction: column;
  }
  .modal-new .child {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal-new .child {
    padding-bottom: 30px !important;
  }
}
.hr-small-orange {
  margin: 0.5rem 0;
}

.hide {
  display: none;
}

.modal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#regiones,
#links-sign {
  padding: 1rem 0;
}
#regiones .page-inner,
#links-sign .page-inner {
  padding: 0;
  width: 90% !important;
}
#regiones .page-inner .icon-light,
#regiones .page-inner .icon-light-2,
#links-sign .page-inner .icon-light,
#links-sign .page-inner .icon-light-2 {
  opacity: 0.3;
  width: 274px;
  max-width: unset !important;
  top: -40px;
  position: absolute;
  z-index: 0;
}
#regiones .page-inner .icon-light,
#links-sign .page-inner .icon-light {
  left: -74px;
}
#regiones .page-inner .icon-light-2,
#links-sign .page-inner .icon-light-2 {
  right: -74px;
}
#regiones .medio,
#links-sign .medio {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#regiones .medio .group-tags,
#links-sign .medio .group-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap !important;
  flex-flow: row;
}
#regiones .medio .all_tags,
#links-sign .medio .all_tags {
  margin: 20px 0 0;
}
#regiones .medio .all_tags .tag,
#links-sign .medio .all_tags .tag {
  min-height: 32px;
  font-weight: 500;
}
#regiones .medio .all_tags .tag .span-cant,
#links-sign .medio .all_tags .tag .span-cant {
  min-width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 5px;
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

#regiones .medio {
  padding: 1rem 2rem;
}

#region-links .icon-light {
  opacity: 0.3;
  width: 274px;
  max-width: unset !important;
  left: -74px;
  top: -40px;
  position: absolute;
  z-index: 0;
}
#region-links .icon-light-2 {
  left: unset !important;
  top: 1350px !important;
  right: -74px !important;
}

#links-sign .medio {
  padding: 1rem;
  width: 100% !important;
}
#links-sign .h1.text-a-center {
  line-height: 1;
  margin-bottom: 5px;
}
#links-sign .buttons {
  width: 100%;
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#links-sign .buttons .btn-base {
  width: 100%;
  max-width: 350px;
  padding: 15px !important;
}

.info_home {
  background: white;
  position: relative;
  padding: 30px 0;
}
.info_home .icon-light {
  opacity: 0.1;
  /* The image is placed in the middle, each side is 274px  */
  width: 548px;
  top: 50px;
  left: -274px;
  position: absolute;
  z-index: 0;
}
.info_home .icon-light-2 {
  top: 1350px;
  right: -274px;
  left: unset;
}
.info_home .img_absolute {
  width: 548px;
  height: 924px;
  top: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -274px;
}
.info_home .img_absolute .icon-light {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.1;
  z-index: 0;
}
.info_home .medio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 812px;
  z-index: 1;
}
.info_home .medio::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.info_home .medio #home-faq {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.info_home .medio picture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_home .medio .logo_vip,
.info_home .medio p {
  z-index: 2;
}
.info_home .medio .img_lg {
  display: flex;
}
.info_home .medio .img_lg .logo_vip {
  max-width: 460px;
  max-height: 86px;
}
.info_home .medio .img_sm {
  max-width: 350px;
  max-height: 66px;
  display: none;
}
.info_home .medio .img_lg,
.info_home .medio .img_sm {
  margin-bottom: 50px;
}
.info_home .medio .logo_vip {
  width: 100%;
  position: relative;
}
.info_home .medio p {
  text-align: center;
  margin-bottom: 30px;
}
.info_home .medio p span {
  font-weight: bold;
  color: #e83687;
}
.info_home .medio p:last-child {
  margin-bottom: 0;
}
.info_home .medio .n-paragraph {
  font-weight: normal !important;
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
}
.info_home .medio .n-paragraph span {
  font-weight: bold;
  color: #e83687;
}
.info_home .medio .n-paragraph:last-child {
  margin-bottom: 0;
}
.info_home .medio .title-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 3rem;
  z-index: 2;
}
.info_home .medio .title-content h2,
.info_home .medio .title-content h3,
.info_home .medio .title-content hr {
  z-index: 1;
}
.info_home .medio .title-content h3.h2 {
  font-size: 1.8rem;
}
.info_home .medio #home-faq .accordeon_block {
  width: 100%;
  position: relative;
  z-index: 1;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item {
  width: 100%;
  position: relative;
  margin: 0.5rem 0;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item .item_header {
  width: 100%;
  position: relative;
  background-color: #95a1bb;
  border-radius: 10px;
  transition: all 0.5s;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item .item_header:hover {
  background-color: #e83687;
  transition: all 0.5s;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item .item_header .toggle_button {
  width: 100%;
  padding: 8px 23px;
  text-decoration: none;
  flex-flow: row;
  display: flex;
  align-items: center;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item .item_header .toggle_button h4 {
  width: calc(100% - 23px);
  position: relative;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item .item_header .toggle_button .title_icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  background-image: url(/images/plus.png?f7eea259dc03f5337bec39fa42f2ada1);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item .item_body {
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 0rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item.show .item_header {
  background-color: #e83687;
}
.info_home .medio #home-faq .accordeon_block .accordeon_item.show .item_header .toggle_button .title_icon {
  background-image: url(/images/minus.png?3a4088d1e5c7f5342c6275ed766f13cc);
}
.info_home .medio #home-faq .accordeon_block .accordeon_item.show .item_body {
  max-height: 600px;
  padding: 1.5rem 1.5rem;
  transition: all 0.5s ease 0.25s;
}

.img_info_home {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(transparent 0%, white 10%, white 80%, transparent);
          mask-image: linear-gradient(transparent 0%, white 10%, white 80%, transparent);
}

@media screen and (max-width: 768px) {
  .text_top_section {
    flex-flow: column;
  }
  #eliminar-favoritos {
    position: relative !important;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 700px) {
  .info_home .medio .img_lg {
    display: none;
  }
  .info_home .medio .img_sm {
    display: flex;
  }
  .img_info_home {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #links-sign .h1.text-a-center {
    font-size: 2.3rem !important;
  }
  #regiones .medio {
    padding: 1rem 0;
  }
  #regiones .medio .all_tags .tag {
    padding: 5px;
    min-height: unset;
  }
  #regiones .medio .all_tags .tag .span-cant {
    min-width: 15px;
    height: 15px;
  }
}
.footer {
  background-color: #fff5f5;
}
.footer > .medio {
  position: relative;
}
.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  gap: 10px;
}

.site-links, .site-social-media, .site-rights, .site-note, .site-prenote {
  width: 100%;
}
.site-links nav, .site-social-media nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
}
.site-links nav {
  justify-content: space-around;
}
.site-links nav > a {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  padding: 0 1rem;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}
.site-links nav > a:first-child {
  text-align: right;
}
.site-links nav > a:last-child {
  text-align: left;
}
.site-links:not(.es-links) nav {
  justify-content: space-around;
}
.site-links:not(.es-links) nav > a {
  width: auto;
  display: flex;
}
.site-links:not(.es-links) nav > a:first-child {
  justify-content: flex-end;
}
.site-links:not(.es-links) nav > a:last-child {
  justify-content: flex-start;
}
.site-links:not(.es-links) nav > a:not(:first-child):not(:last-child) {
  flex: 1;
  max-width: 300px;
  justify-content: center;
}
.site-links.es-links nav {
  justify-content: space-around;
  margin-bottom: 1rem;
}
.site-links.es-links nav > a {
  width: 33.3333333333%;
}
.site-social-media nav > a {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
  margin: 1rem;
}
.site-social-media nav > a img {
  width: 35px;
}
.site-note, .site-prenote {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}
.site-note p, .site-prenote p {
  text-align: center;
}
.site-note {
  padding-top: 0;
}
.site-note p {
  font-family: "Agency FB", "Montserrat", sans-serif;
}
.site-prenote {
  padding-bottom: 0px;
}
.site-prenote p {
  line-height: 1;
}
.site-prenote.links {
  gap: 10px;
}
.site-rights {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
  word-break: break-word;
}

.to-up {
  position: fixed;
  bottom: 3vw;
  right: 1vw;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e83687;
  border: none;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 3;
  box-shadow: 0px 5px 10px -2px #000201;
}
.to-up.show {
  opacity: 1;
  visibility: visible;
}
.to-up#up-modal {
  right: 2.5vw;
  border: 2px solid #fff;
}
.to-up img {
  max-width: 18px;
  max-height: 10px;
  margin: 0 auto;
  filter: brightness(2);
}

.body-modal .to-up:not(#up-modal) {
  opacity: 0;
  visibility: hidden;
}

.grecaptcha-badge {
  z-index: 2;
}

@media screen and (max-width: 680px) {
  .footer-inner {
    padding-top: 1rem;
  }
  .site-links nav {
    margin-bottom: 0;
    flex-flow: column;
  }
  .site-links nav > a {
    width: 50%;
    text-align: center !important;
    justify-content: center !important;
    padding: 10px 15px;
    border: none;
  }
  .site-social-media nav {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    margin-bottom: 4rem;
  }
  .to-up:not(#up-modal) {
    bottom: 0.5rem;
    z-index: 3;
  }
  .to-up#up-modal {
    width: 50px;
    height: 50px;
    left: 2px;
    bottom: 45px;
  }
  .grecaptcha-badge {
    bottom: 5rem !important;
  }
}
@media screen and (max-width: 576px) {
  .site-links nav > a {
    width: auto;
  }
}
