@charset "UTF-8";
.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;
  }
}
