.bg-light {
  background: var(--text-white, #fff) !important;
  box-shadow: 0px 4px 4px 0px rgba(37, 42, 45, 0.04) !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.container {
  padding: 179px 0 40px 0;
}
.text-container {
  padding: 179px 0 40px 25px;
}
.global-map-container {
  padding: 179px 0 40px 24px;
}
.social-media-bar {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-top: 8px;
}
.social-media-bar a > img {
  width: 24px;
  height: 24px;
}

.btn-header {
  display: flex;
  width: 165px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--q-morado-40, #9a3295);
  background: var(--text-white, #fff);
}
.small-btn {
  display: flex;
  width: 99px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--q-morado-40, #9a3295);
  background: var(--text-white, #fff);
}

.link-btn {
  color: var(--q-morado-40, #9a3295);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  display: flex;
  padding: 8px 1px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.text-label {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--q-morado-40, #9a3295);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
}

.container-actions {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.container-search {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.container-search p {
  margin-top: revert;
}

.img-horizontal-header {
  width: 136.977px;
  height: 42px;
  flex-shrink: 0;
  margin-left: 8px;
}

.container-logotype {
  display: flex;
  align-items: center;
  gap: 2px;
}

.img-size-32 {
  width: 32px;
  height: 32px;
}

.arrow-icon {
  background-image: url('../assets/icons/expand_more.svg');
  fill: var(--gray-100, #fff);
  width: 24px;
  height: 24px;
  position: relative;
  left: -6px;
  top: 3px;
}
.container-flags-selector {
  display: flex;
  align-items: center;
  gap: -4px;
}

hr {
  display: flex;
}
.hr-header {
  width: 1110px;
  height: 1px;
  background: var(--ui-colors-steel-10, #d8dada);
}
.dropdown-menu {
  border-color: #fff !important;
}
.item-banner img {
  width: 178px;
  height: 113px;
}

.banner-container-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.small-text {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.text-colored {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  background: var(
    --gradient-secundary,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h6.text-colored {
  margin-top: -24px;
}

.submenu-btn-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.text-normal {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.submenu-container h6.text-title-dark {
  display: flex;
  width: 1109px;
  justify-content: space-between;
  align-items: flex-start;
}
.header-submenu-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  width: 1097px;
}
.header-box-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.header-close {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.submenu-container ul {
  padding-left: 1.1rem;
  width: 275px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.submenu-container ul li,
.modal-country .modal-body ul li {
  list-style-type: none;
}
.submenu-container ul li a {
  color: var(--text-dark-gray, #5b6b7e);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.dropdown-item {
  white-space: unset;
  padding: 0.25rem 12px;
}
.submenu-container .items ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-item-start {
  align-items: flex-start;
}

.content-bg {
  background: var(--ui-colors-steel-whity, #fff);
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.dropdown-toggle::after {
  content: url('../assets/icons/expand_more.svg');
  display: inline-block;
  margin-left: unset;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  vertical-align: -0.4em;
}
.dropdown-menu[data-bs-popper].position-top {
  top: 120%;
  background: var(--text-white, #fff);
  width: 1440px;
  height: 394px;
  flex-shrink: 0;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}

.modal-country {
  border-radius: 16px;
  padding: 40px 32px;
  width: 69%;
}
.modal-country .modal-header {
  border-bottom: unset;
}
.modal-country .modal-body ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-left: 0;
}
.modal-country .modal-body ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.text-label-dark {
  color: var(--text-dark-gray, #5b6b7e);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.w-169 {
  width: 169px;
}

.banner-container {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 1088px;
  height: 400px;
}
.banner-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
}

.text-font-size-32 {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.card-img {
  width: 78px;
  height: 78px;
  position: relative;
  top: 8px;
}
.img-60 {
  width: 60px;
  height: 60px;
}
.remove-marings {
  margin-left: -113px;
}

.card-sections {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  width: 255px;
  height: 215px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}

.section-1 {
  display: flex;
  width: 1110px;
  justify-content: space-between;
  align-items: center;
}
.card-container {
  display: flex;
  width: 1110px;
  height: 245px;
  justify-content: space-between;
  align-items: flex-start;
}
.card-action {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-text {
  display: flex;
  padding-top: 6px;
  height: 79px;
  flex-direction: column;
  justify-content: center;
}

.card-info-qualibot {
  display: flex;
  width: 350px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 0.5px solid var(--text-white, #fff);
  background: rgba(255, 255, 255, 0.25);
}
.card-info-container {
  display: flex;
  width: 1110px;
  justify-content: space-between;
  align-items: flex-start;
}

.card-info-body {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: -20px;
}
.img-blogs-footer {
  padding-bottom: 13px;
}
.card-info-img {
  margin-top: 11px;
  width: 78px;
  height: 78px;
  flex-shrink: 0;
}
.text-size-13 {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.text-gray {
  color: var(--text-light-grey, #939ba1);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.card-img-middle {
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  border: 0.5px solid var(--text-white, #fff);
  background: rgba(255, 255, 255, 0.25);
}
.text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.card-description-size {
  width: 286px;
  height: 40px;
}
.img-middle {
  width: 280px;
  height: 177px;
  flex-shrink: 0;
}
.card-img-body {
  width: 286px;
  height: 200px;
  flex-shrink: 0;
  background: #d9d9d9;
}
.card-footer-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-purple {
  border-radius: 100px;
  background: var(--q-morado-40, #9a3295);
}

.card-footer-buttons button {
  display: flex;
  width: 140px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.text-white {
  color: var(--text-white, #fff);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.btn-large {
  display: flex;
  width: 272px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--q-morado-40, #9a3295);
  background: var(--text-white, #fff);
}
.card-tall {
  width: 445px;
  height: 400px;
  flex-shrink: 0;
}

.content-two-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.section-container-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.width-content {
  width: 1110px;
}

.content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.two-cols {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rounded-img-card img {
  padding: 69px 55px;
  border-radius: 1000px;
}
.light-circle {
  border-radius: 100px;
  background: var(--background-light, #fafafa);
}

footer {
  width: 100%;
  display: inline-flex;
  padding: 0px 164px 65px 164px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  background: var(--background-light, #fafafa);
}
.card-rectangle-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.card-rectangle {
  width: 540px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
}
.border-secondary-color {
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%) border-box;
  border-width: 53%;
  border: 1px solid transparent;
}

.rectangle-body {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.text-rectangle-spacing {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 40px 32px;
}

.card-footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.img-horizontal-footer {
  display: flex;
  width: 260.674px;
  height: 80px;
  padding: 0px 0.043px 0px 0px;
  justify-content: center;
  align-items: center;
}
.section-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.card-container-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.card-footer {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.card-footer h5 {
  width: 255px;
}

.footer-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hr-bg-gray {
  width: 525px;
  height: 1px;
  background: var(--ui-colors-steel-10, #d8dada);
}

.footer-to-up {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  border-radius: 100px;
  background: var(--text-white, #fff);

  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}
.container-legacy {
  display: flex;
  width: 1110px;
  justify-content: space-between;
  align-items: flex-start;
}
.legal-text {
  color: var(--text-dark-gray, #5b6b7e);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.chat-float {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  top: 89%;
  right: 3%;
  float: right;
  z-index: 2;
}
.boot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: -9px;
}

.popover-body {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.popover-icon {
  width: 20px;
  height: 20px;
}
.carousel-control-prev-icon {
  background-image: url('../assets/icons/chevron_left.svg');
}
.carousel-control-next-icon {
  background-image: url('../assets/icons/chevron_right.svg');
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: unset;
}
.carousel-control-next,
.carousel-control-prev {
  color: #7d127b;
}

.carousel {
  height: 400px;
  width: 1206px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.box-banner-left {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px 0px 0px 16px;
  background: var(--gray-100, #fff);
}
.box-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.box-banner-right {
  fill: url('../assets/img/pc.png'), lightgray 50% / cover no-repeat;
}

.container-secondary {
  width: 1110px;
  height: 42px;
  display: flex;
  align-items: flex-end;
  gap: 540px;
}
.box-nav {
  display: flex;
  width: 1100px;
  justify-content: space-between;
  align-items: flex-start;
  height: 29px;
}
.navbar-nav {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.nav-link {
  color: var(--gray-10, #26292b) !important;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.box-cards-two-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.box-four-cards {
  display: flex;
  width: 1110px;
  justify-content: space-between;
  align-items: flex-start;
}

.title-footer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-top: 82px;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
}

.breadcrumb a {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 100px;
  background: var(--text-white, #fff);
  text-decoration: none;
}
.breadcrumb-text {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.4px;
}
.text-disbled {
  color: var(--ui-colors-steel-40, #afb3b6);
}
.text-balck-primary {
  color: var(--ui-colors-steel-black, #252a2d);
}
.slash-purple {
  color: var(--strokes-q-morado, #90288c);
}
.page-content {
  padding: 184px 384px 80px 399px;
}
.section-form {
  display: flex;
  padding: 40px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  border-radius: 16px;
  background: var(--text-white, #fff);
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 1095px;
}
.title-form {
  display: flex;
  width: 1110px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.title {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.description-text {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form-badge {
  display: flex;
  width: auto;
  max-width: 920px;
  padding: 24px 16px;
  align-items: flex-start;
  gap: 40px;
  border-radius: 16px;
  background: var(--alert-info-10, #f2fbff);
}
.badge-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.text-badge {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  align-self: stretch;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.badge-link {
  display: flex;
  width: 127px;
  padding: 8px 0px;
  align-items: center;
  gap: 8px;
}
.badge-link a {
  color: var(--alert-info-50, #0277bd);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.form-title-container {
  display: flex;
  width: 920px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.form-title-text {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.form-description {
  color: var(--text-light-grey, #939ba1);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form-imput-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 920px;
  padding: 0 16px;
}
.form-three-imputs {
  display: flex;
  width: 920px;
  justify-content: center;
  align-items: center;
  gap: 31px;
  border-radius: 16px;
}
.input-select {
  display: flex;
  width: 323px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
label {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
select,
input[type='text'] {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--strokes-gray, #caccce);
  width: 100%;
}
.form-helper-text {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.input-disabled {
  border: 1px solid var(--gray-95, #eaebec) !important;
}
.form-text-disabled {
  color: var(--gray-90, #d3d6d7);
}
.text-form-purple {
  color: var(--q-morado-40, #9a3295);
}
.border-purple {
  border-radius: 12px;

  border: 1px solid var(--q-morado-40, #9a3295);
}
.border-red {
  border-radius: 12px;
  border: 1px solid var(--alert-error-50, #bf0d3e) !important;
}
.text-red {
  color: var(--alert-error-50, #bf0d3e) !important;
}
.input-group-text {
  background-color: unset;
}
.input-group input[type='text'] {
  width: 237px;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-right-width: 0;
}
#filter-places .input-group input[type='text'] {
  width: 206px;
}
.input-group-text {
  border-radius: 12px;
  border-left-width: 0;
}
.terms-content {
  display: flex;
  width: 920px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.form-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.form-button-border-purple {
  display: flex;
  width: 255px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--q-morado-40, #9a3295);
  background: var(--text-white, #fff);
}
.form-button-purple {
  display: flex;
  width: 255px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--q-morado-40, #9a3295);
  border: none;
}

.text-purple {
  display: flex;
  width: 255px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--q-morado-40, #9a3295);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.form-cards {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.card-title {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.card-container-body {
  display: flex;
  width: 540px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 0.5px solid var(--text-white, #fff);
  background: rgba(255, 255, 255, 0.25);
}
.section-body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-top: 40px;
}
.form-text-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: var(--text-white, #fff);
  width: 1097px;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  padding: 40px 0;
}
.title-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 800px;
}
.width-70 {
  width: 70%;
}
.subtitle-text,
.text-body p,
.text-image p {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.text-body p,
.text-image p {
  text-align: start !important;
}
.text-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 920px;
}
.text-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.text-image p {
  width: 445px;
}
.image-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.image-content img {
  height: 296.667px;
}
.image-content img,
.image-content span {
  width: 445px;
}

.text-subtitle {
  display: flex;
  width: 920px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.emphasized-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 920px;
  height: 185px;
}
.emphasized-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 888px;
  height: 120px;
}
.emphasized-text {
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.emphasized-text-color {
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  background: var(
    --gradient-secundary,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.emphasized-box hr {
  background: var(
    --gradient-secundary,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%)
  );
  width: 100%;
}
.emphasized-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.box-blue-small {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--alert-info-10, #f2fbff);
}
.text-blue {
  color: var(--alert-info-50, #0277bd);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.text-cards {
  display: flex;
  width: 920px;
  height: 348px;
  justify-content: space-between;
  align-items: center;
}

.card-box {
  display: flex;
  padding: 44px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%) border-box;
  border-width: 53%;
  border: 1px solid transparent;
}

.img-1 {
  width: 150px;
  height: 104px;
  flex-shrink: 0;
}
.img-2 {
  width: 125px;
  height: 119px;
  flex-shrink: 0;
}

.img-3 {
  width: 125px;
  height: 119px;
  flex-shrink: 0;
}
.card-body-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 240px;
  height: 104px;
}
.card-box-img {
  width: 240px;
  height: 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.body-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.input-group,
.form-check {
  position: initial;
}
.form-check {
  display: inline-flex;
}
.form-check-input {
  position: unset;
  margin-top: unset;
}
.form-check-label {
  margin-left: 6px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
input[type='checkbox'] {
  height: 24px;
  width: 24px;
}
.card-footer {
  background-color: unset;
}

.fw-bolder {
  font-weight: bolder;
}

.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: 400;
}
.text-start {
  text-align: start;
}

.navbar-light .navbar-toggler {
  border: none;
}
button[aria-expanded='true'] .navbar-toggler-icon {
  background-image: url('../assets/icons/arrow-left.svg');
}

.form-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.container-accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding-left: 20px;
}
.container-accordion .btn.btn-link {
  float: right;
}

.container-accordion .card-header span {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.accordion {
  width: 100%;
  border-bottom: 1px !important;
}
.container-accordion .card {
  border-radius: 16px !important;
  background: var(--text-white, #fff);
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  margin-bottom: 20px;
  border-bottom: 1px !important;
}
.container-accordion .card-header {
  background-color: unset;
  border-bottom: unset;
}
.container-accordion button {
  display: flex;
  justify-content: flex-end;
}
.container-accordion button[aria-expanded='true'] img {
  content: url('../assets/icons/arrow-up-panel.svg');
}
.container-accordion .card-body {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.card-files {
  display: flex;
  height: 40px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.card-files .btn {
  display: flex;
  padding: 8px 0px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;

  color: var(--q-morado-40, #9a3295);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.container-map {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #e5e9ea;
  width: 1097px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
input:focus {
  outline: none;
}
.card-places {
  width: 350px;
  height: 780px;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  background-clip: border-box;
}
.card-map {
  width: 743px;
  height: 830px;
  flex-shrink: 0;
}
.places-header {
  display: inline-flex;
  padding: 24px 7px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  background: var(--text-white, #fff);
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}

.header-places {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.header-places h3,
.header-filter h3 {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.header-places h3 span {
  color: var(--q-morado-40, #9a3295);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.box-places {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.box-places .input-group input[type='text'],
.box-places .input-group-text {
  background: var(--background-light, #fafafa);
}
.icon-places {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 14px;
  background: var(--background-light, #fafafa);
  width: 73px;
}

.places-body,
.filters-body {
  display: inline-flex;
  height: 695px;
  padding: 24px 8px 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  overflow: auto;
}

.filters-body {
  height: 738px;
}

.places-body::-webkit-scrollbar {
  width: 7px;
}

.places-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.places-body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: var(--ui-colors-steel-10, #d8dada);
}
.places-body::-webkit-scrollbar-thumb:hover {
  border-radius: 100px;
  background: var(--ui-colors-steel-10, #d8dada);
}

.card-locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 17px;
  border-bottom: 1px #cfd4d6 solid;
  width: 100%;
}
.location {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.location-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.location-text button,
.location-text h6 {
  color: var(--gray-10, #26292b);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
  width: 100%;
  justify-content: flex-start;
}

.location-text span {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.office-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.office-subtitles {
  color: var(--gray-50, #6c7579);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.office-text {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.office-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 132px;
}

.office-services {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.office-text-blue {
  color: var(--system-info-60, #0277ba);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.box-services {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 100px;
  background: var(--alert-info-10, #f2fbff);
}
.office-social {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.office-social img {
  width: 24px;
  height: 24px;
}

.maps-float-menu {
  display: flex;
  width: 94%;
  padding: 8px 70px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--text-white, #fff);
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}
.section-menu-mobile {
  position: fixed;
  bottom: 96px;
  width: 84%;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-menu-text {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.item-selected {
  color: var(--q-morado-40, #9a3295);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.menu-icon button.link-btn {
  display: contents;
  padding: unset;
}
.maps-float-menu .menu-icon button img {
  height: 24px;
  width: 24px;
}

.header-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.filter-text-img {
  display: flex;
  width: 137px;
  align-items: center;
  gap: 8px;
}

.filter-text-img img,
.office-detail img {
  padding-bottom: 7px;
}
.clear-filters {
  display: flex;
  align-items: center;
  gap: 4px;
}

.clear-filters button {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  padding-bottom: 17px;
}

.filter-ubication {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.filter-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.filter-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-top: 130px;
}
.filter-buttons button {
  width: 100%;
}
.filter-subtitle {
  color: var(--gray-10, #26292b);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.filter-ubication .input-select select {
  width: 100%;
}
.filter-services .form-check-input {
  width: 20px;
  height: 18px;
}

.office-detail {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}

.details-body {
  display: inline-flex;
  height: 696px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.location-detail {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.detail-services {
  display: flex;
  width: 316px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 11px;
  flex-wrap: wrap;
}

.products-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.section-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.products-title {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.card-products {
  display: flex;
  padding: 40px 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid var(--text-white, #fff);
  background: rgba(255, 255, 255, 0.25);
  width: 325px;
}

.card-products .card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background-color: unset;
  border-bottom: none;
  padding: 0 32px;
}
.card-products .card-body img {
  width: 280px;
  height: 177px;
  flex-shrink: 0;
}

.card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
  background-color: unset;
  border-bottom: none;
  padding: unset;
  padding: 14px;
}
.card-title {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.card-desc {
  color: var(--text-light-grey, #939ba1);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.grid-products {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  grid-template-columns: 300px 300px 300px;
  padding-left: 25px;
}

.card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: none;
}
.btn-lnk-products {
  color: var(--q-morado-40, #9a3295);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.btn-products {
  display: flex;
  width: 140px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--q-morado-40, #9a3295);
}

.products-title::after {
  content: 'Seguros automotrices';
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 100%;
  background-color: #ffd7f5;
}
.carousel-indicators .active {
  background-color: #90288c;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: #ffffff;
}
.carousel-info-left {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px 0px 0px 16px;
  background: var(--gray-100, #fff);
}
.carousel-inner {
  width: 96%;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
}
.carousel-content {
  display: flex;
  align-items: flex-start;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  width: 1015px;
  padding-left: 88px;
}
.carousel-control-prev {
  left: -4.5%;
}
.carousel-legend {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;

  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.carousel-title {
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
  background: var(
    --gradient-secundary,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carousel-description {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.carousel-btn-banner {
  display: flex;
  width: 272px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--q-morado-40, #9a3295);
}

.carousel-btn-white-banner {
  display: flex;
  width: 272px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--q-morado-40, #9a3295);
  background: var(--text-white, #fff);
}

.carousel-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.bd-example {
  padding: 30px 0;
}

.body-section {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding-top: 70px;
}

.home-section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 1110px;
}
.home-section-title {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.section-cards {
  display: flex;
  width: 1110px;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.square-cards {
  display: flex;
  width: 540px;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 24px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.square-cards .card-sections {
  display: flex;
  height: 200px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}

.square-cards .card-sections .remove-marings {
  margin-top: unset;
}

.rectangle-cards-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.rectangle-cards-home .card-rectangle {
  width: 540px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 16px;
  display: flex;
}
.bg-ligth-pruple {
  background: var(--q-morado-95, #ffebf7);
}
.rectangle-cards-home .card-rectangle .card-body {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-right: initial;
  flex: none;
  padding: 36px 24px;
  border: 0.1px solid transparent;
}
.rectangle-cards-home .card-rectangle .card-description {
  display: flex;
  width: 301px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.card-rectangle .card-description p {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.card-rectangle .card-description button {
  display: flex;
  padding: 8px 0px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  color: var(--q-morado-40, #9a3295);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.img-rectangle {
  width: 255px;
  height: 209px;
  top: -11px;
  right: 67px;
  position: relative;
}

.bg-ligth-blue {
  border-radius: 16px;
  background: #def6f8;
}

.bg-ligth-blue .card-description button {
  color: var(--strokes-q-verde, #008c99);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.bg-ligth-blue .img-rectangle {
  width: 297px;
  height: 180px;
  top: 18px;
  position: relative;
  right: 75px;
}

.home-section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  background: var(--text-white, #fff);
}

.qualitas-profits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.profits-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.profit-paid {
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  height: 640px;
  width: 50%;
}

.profit-paid-container {
  width: 100%;
  display: flex;
  padding: 0px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.paid-title {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.paid-text-color {
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  background: var(
    --gradient-secundary,
    linear-gradient(90deg, #941b80 0%, #0096ae 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paid-description {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.profit-paid .form-badge {
  display: flex;
  width: 100%;
  padding: 16px;
  align-items: flex-start;
  gap: 40px;
}

.profit-paid .form-badge .badge-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.profit-paid .form-badge .badge-body .title-badge {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.profit-button {
  display: flex;
  width: 272px;
  height: 49px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid var(--q-morado-40, #9a3295);
  background: var(--text-white, #fff);
}

.profit-text-button {
  color: var(--q-morado-40, #9a3295);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.profit-button:hover {
  background-color: #ffebf7;
  border: none;
}
.profit-button button:hover {
  color: #9a3295;
}
.info-qualibot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form-badge-success {
  display: flex;
  width: 100%;
  padding: 16px;
  align-items: flex-start;
  gap: 40px;
  border-radius: 16px;
  background: var(--alert-success-10, #ebf7f4);
}

.form-badge-success .text-badge {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.qualitas-professionals {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.professionals-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.home-section3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding-top: 50px;
}
.home-section3 .card-content {
  display: flex;
  width: 1110px;
  justify-content: space-between;
  align-items: flex-start;
}

footer .grid-cards-help .card-sections {
  border: none;
}
.grid-cards-help {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px 90px;
  grid-template-columns: 200px 200px 200px 200px;
  padding: 0 10px 24px 10px;
}

.grid-info-footer {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  grid-template-columns: 200px 200px 200px 200px;
}
.footer-text-title {
  color: var(--gray-10, #26292b);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.footer-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.footer-text-description {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.banner-img {
  width: 577px;
  height: 400px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.carousel-indicators {
  bottom: -70px;
}

.form-packs {
  display: flex;
  width: 826px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  background: var(--gray-100, #fff);
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
}

.title-formpacks {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.form-packs .input-select select {
  width: 451px;
}
.comparer-container {
  display: flex;
  align-items: center;
  gap: 232px;
  align-self: stretch;
}

.buttons-container .profit-button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  width: 102px;
  margin-bottom: -23px;
}
.buttons-container {
  display: flex;
  width: 204px;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
}
.clean-button {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  padding-top: 32px;
}

.comparision-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 1110px;
  padding-top: 30px;
}

.grid-comparision-names {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 74%;
}

.pack-name {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;

  width: 206px;
  border-radius: 16px 16px 0px 0px;
  background: var(--gray-100, #fff);
  border: 1px #cdcaca solid;
}

.text-pack {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
}

.color-green {
  color: #008c99;
}
.color-yellow {
  color: #c3a954;
}
.color-black {
  color: #522d6d;
}
.color-purple {
  color: #9a3295;
}

.btn-contract {
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.border-bottom-color-green {
  border-bottom-color: #008c99;
}

.border-bottom-color-yellow {
  border-bottom-color: #c3a954;
}

.border-bottom-color-black {
  border-bottom-color: #522d6d;
}

.border-bottom-color-purple {
  border-bottom-color: #9a3295;
}
.border-bottom-tabs {
  border-bottom-width: 5px;
}
.coverage-list {
  display: flex;
  align-items: flex-start;
  width: 1110px;
}

.pack-info {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
}
.coverage-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 280px;
  background: rgba(255, 255, 255, 0.25);
}
.coverage-item span {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  flex: 1 0 0;
  align-items: center;
  display: flex;
  gap: 4px;
}

.col-xl,
.col-2 {
  display: flex;
  padding-top: 18px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #f3e6e6;
  padding-bottom: 18px;
}
.col {
  display: flex;
  padding-left: unset;
  padding-right: unset;
}
.coverage-item span img,
.col-xl img {
  height: 24px;
  width: 24px;
}
.text-col {
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.more-coverage {
  display: flex;
  width: 1110px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.coverage-info {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  width: 1110px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.coverage-recomended {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: -27px;
  border-radius: 16px 16px 0px 0px;
  background: var(--terciary-purple, #522d6d);
  color: var(--gray-100, #fff);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  height: 27px;
}

.coverage-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.25px;
}

.form-coverage {
  display: flex;
  padding: 40px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: unset;
  width: 1110px;
}
.section-coverages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.coverage-title-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.filter-coverages {
  display: flex;
  width: 1114px;
  padding: 0 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.blured-purple-top {
  position: absolute;
  top: 17%;
  left: 33%;
  transform: translate(-50%, 0%);
  width: 20%;
  height: 566px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(300px);
  background: radial-gradient(circle at 50% 50%, #d567cc, rgba(76, 0, 255, 0));

  z-index: -4;
}

.blured-blue-top {
  position: absolute;
  top: 17%;
  left: 60%;
  transform: translate(-50%, 0%);
  width: 20%;
  height: 566px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(300px);
  background: radial-gradient(circle at 50% 50%, rgba(76, 0, 255, 0), #008c99);

  z-index: -4;
}

.blured-purple-middle {
  position: absolute;
  top: 88%;
  left: 60%;
  transform: translate(-50%, 0%);
  width: 20%;
  height: 433px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(260px);
  background: radial-gradient(circle at 50% 50%, #d567cc, rgba(76, 0, 255, 0));

  z-index: -4;
}

.blured-blue-middle {
  position: absolute;
  top: 88%;
  left: 31%;
  transform: translate(-50%, 0%);
  width: 20%;
  height: 433px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(260px);
  background: radial-gradient(circle at 50% 50%, rgba(76, 0, 255, 0), #008c99);

  z-index: -4;
}

.blured-white-top {
  position: absolute;
  width: 94%;
  height: 286px;
  background: #fff;
  z-index: -1;
}

.blured-white-bottom {
  position: absolute;
  width: 94%;
  height: 117px;
  background: #fff;
  z-index: -1;
}

.blured-purple-bottom {
  position: absolute;
  left: 33%;
  transform: translate(-50%, 0%);
  width: 20%;
  height: 272px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(260px);
  background: radial-gradient(circle at 50% 50%, #d567cc, rgba(76, 0, 255, 0));

  z-index: -4;
}

.blured-blue-bottom {
  position: absolute;
  left: 60%;
  transform: translate(-50%, 0%);
  width: 20%;
  height: 378px;
  border-radius: 50% 22% 40% 80%;
  filter: blur(260px);
  background: radial-gradient(circle at 50% 50%, rgba(76, 0, 255, 0), #008c99);

  z-index: -4;
}

.section-form .blured-blue-top,
.body-content .blured-blue-top,
.form-center .blured-blue-top,
.grid-products .blured-blue-top {
  top: 45%;
  left: 34%;
  width: 39%;
  height: 436px;
}

.form-coverage .blured-blue-top {
  top: 34%;
  left: 26%;
  width: 22%;
  height: 436px;
  filter: blur(150px);
  opacity: 0.5;
}

.form-center .blured-blue-top,
.form-center .blured-purple-top,
.grid-products .blured-purple-top,
.grid-products .blured-blue-top {
  opacity: 0.7;
}

.section-form .blured-purple-top,
.body-content .blured-purple-top,
.form-center .blured-purple-top,
.grid-products .blured-purple-top {
  top: 54%;
  left: 73%;
  width: 20%;
  height: 485px;
  filter: blur(150px);
  opacity: 0.5;
}
.card-container-body .blured-purple-top,
.card-products .blured-purple-bottom {
  top: unset;
  left: 33%;
  width: 26%;
  height: 300px;
  filter: blur(150px);
  opacity: 0.5;
}

.card-container-body .blured-blue-top,
.card-products .blured-blue-bottom {
  top: unset;
  left: 67%;
  width: 44%;
  height: 328px;
  filter: blur(150px);
  opacity: 0.5;
}

.multiselect-selected-text {
  display: inline-flex;
  width: 250px;
  overflow: hidden;
}
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 1.4rem 1.4rem 1.4rem 0;
  border-right-color: #fff;
}
.bs-tooltip-auto[x-placement^='right'],
.bs-tooltip-right {
  left: 1% !important;
}

.tooltip-inner {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  color: var(--text-dark-gray, #5b6b7e);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;

  max-width: unset;
  width: 300px;
}

a:hover,
.btn-lnk-products:hover {
  color: #9a3295;
  text-decoration: underline;
}
.btn-products:hover {
  background-color: #7d127b;
}
.card-rectangle {
  border: 0.1px solid transparent;
}

.card-sections:hover {
  box-shadow: 4px 4px 4px 4px rgba(37, 42, 45, 0.04);
}

.container-flags-selector a {
  padding-left: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.navbar-light .navbar-toggler-icon {
  background-image: url('../assets/icons/hamburger-icon.svg');
}
.card-products:hover {
  border: 0.1px solid #008c99;
}

.pt-12 {
  padding-top: 12px;
}
.products-general {
  padding-bottom: 56px;
}
.profit-desc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.profits-img {
  width: 540px;
  height: 440px;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--background-light, #fafafa);
}

.card-title {
  margin-bottom: unset;
  padding-top: 17px;
}

.card-body {
  padding: 24px 32px 0;
}

.pl-15 {
  padding-left: 15px;
}

.pl-37 {
  padding-left: 37px;
}

.carousel-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.carousel-description img {
  width: 170px;
  height: 35px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  top: 114%;
  left: -75%;
  width: 1400px;
  align-content: center;
  justify-content: center;
}
.menu-banner-img {
  width: 207px;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-phone-header {
  width: 20px;
  padding: 0;
}
.btn-phone-header img {
  position: relative;
  left: -3px;
}

.popover[x-placement='bottom'] {
  display: inline-flex;
  padding: 0px 11px 18px 11px;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  width: 200px;
}
.popover[x-placement='left'] {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.box-phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.divider-popover {
  width: 148px;
  height: 1px;
  background-color: #d8dada;
  margin-top: unset;
  margin-bottom: unset;
  border: 0;
  border-top: unset;
}
.phone-uses {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.phone-numbers {
  color: var(--gray-20, #363a3c);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.phones-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.popover-body {
  padding: unset;
}

.subtitle-statics {
  align-self: stretch;
  color: var(--gray-20, #363a3c);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.tooltip-container {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tooltip-phones {
  padding: 18px 32px;
  background: #fff;
  position: absolute;
  width: 220px;
  border-radius: 5px;
  text-align: center;
  filter: drop-shadow(0 3px 5px #ccc);
  line-height: 1.5;
  display: none;
  bottom: 40px;
  right: 50%;
  margin-right: -66px;
}

.tooltip-phones:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: white;
  transform: rotate(45deg);
}

.tooltip-trigger:hover + .tooltip-phones {
  display: block;
}

@media (min-width: 1200px) {
  .col-xl-3 {
    padding-right: 0;
    flex: 0 0 26%;
    max-width: 28%;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

/* Tablet and mobile */

@media (max-width: 1024px) {
  .navbar-collapse {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: absolute;
    justify-content: flex-start;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    background: #fff;
  }
  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
  }
  .navbar-collapse.show {
    left: 0;
    height: 183vw;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }
  .navbar-nav {
    width: 100%;
    padding-top: 14px;
    display: flex;
    padding-left: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .navbar-collapse {
    width: 80vw;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .bread {
    content: url('../assets/icons/more_vert.svg');
  }
  .container-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 16px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 100%;
  }
  .nav-link {
    padding: 16px 0;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem 0.25rem 0;
  }
  .container-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px 0px;
  }

  footer {
    display: inline-flex;
    padding: 40px 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
  }
  .title-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: unset;
  }

  .box-cards-two-lines {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .box-four-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .card-sections {
    display: flex;
    height: 79px;
    padding: 0px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: var(--ui-colors-steel-whity, #fff);

    box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  }
  .card-img {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--text-white, #fff);
    width: 48px;
    height: 48px;
  }
  .remove-marings {
    margin-top: unset;
    margin-left: unset;
  }

  .section-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }

  .text-rectangle-spacing {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: unset;
  }

  .card-info-body {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 47px;
  }
  .card-rectangle {
    width: 100%;
    height: 340px;
  }

  .img-blogs-footer {
    width: 197.473px;
    height: 174px;
    flex-shrink: 0;
  }

  .img-horizontal-footer {
    display: flex;
    width: 195.506px;
    height: 60px;
    padding: 0px 0.033px 0px 0px;
    justify-content: center;
    align-items: center;
  }
  .card-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-top: unset;
  }

  .hr-bg-gray {
    width: 132px;
  }

  .container-legacy {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .menu-banner-img,
  .card-text,
  .card-action,
  .breadcrumb,
  select,
  input[type='text'],
  .card-box,
  .products-container,
  .card-rectangle-container,
  .filter-services,
  .places-body,
  .filters-body,
  .filter-ubication {
    width: 100%;
  }
  .input-group input[type='text'] {
    width: 81%;
  }

  .form-imput-container,
  .form-three-imputs {
    width: 100%;
  }
  .nav-item {
    border-bottom: 1px solid #d8dada;
    width: 94%;
  }
  .container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 10px 0 40px 0;
  }
  .section-form {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    border-radius: unset;
    box-shadow: 0px 4px 4px 0px rgba(37, 42, 45, 0.04);
  }
  .breadcrumb {
    padding: 0 13px;
  }
  .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .card-info-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
  }

  .card-form-body {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-direction: initial;
    margin-top: unset;
  }

  .section-buttons {
    align-self: unset;
    margin-top: unset;
  }

  .form-badge {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .title-footer,
  .box-four-cards,
  .card-sections,
  .form-container,
  .form-badge,
  .emphasized-box,
  .emphasized-content,
  .title-content,
  .text-body,
  .text-body p,
  .text-image,
  .text-image p,
  .image-content img,
  .image-content span,
  .title-form,
  .emphasized-box hr,
  .text-subtitle,
  .form-title-container,
  .form-buttons,
  .section-body,
  .card-container-body,
  .text-cards,
  .modal-body,
  .modal-body ul li,
  .modal-body ul li span h5,
  .text-content,
  .card-places,
  .details-body,
  .qualitas-profits {
    width: 100%;
  }

  .subtitle-text {
    width: 84%;
  }
  .container-accordion {
    width: 97%;
  }
  .subtitle-statics {
    padding: 0 21px;
  }
  .terms-content {
    width: 100%;
  }
  .emphasized-box,
  .emphasized-content {
    height: 281px;
  }
  .title-content {
    padding-top: unset;
  }
  .image-content img {
    height: 218px;
  }

  .text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .text-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .form-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .input-select {
    width: 100%;
  }

  .form-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .social-media-bar {
    padding: 8px 0;
  }

  .form-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 36px;
  }

  .section-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 0 20px;
  }

  .card-container-body {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .title {
    font-size: 24px;
    line-height: 32px;
  }

  .form-three-imputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .text-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: unset;
  }

  .form-text-header {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: unset;
    width: 100%;
  }

  .body-content {
    width: 100%;
  }
  .text-container .body-content {
    width: 100%;
  }

  .modal-country {
    display: inline-flex;
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 94%;
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .modal-country .modal-body ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .dropdown-menu[data-bs-popper].position-top {
    width: unset;
  }
  .submenu-container .item-banner {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: var(--q-morado-95, #ffebf7);
    margin-left: -7px;
  }

  .submenu-container .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .navbar-collapse {
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .navbar-nav {
    padding-top: 14px;
    display: flex;
    width: 100%;
    padding-left: 10px;
    justify-content: space-between;
  }

  .box-nav.collapse.show {
    overflow-y: auto;
  }

  .submenu-container ul {
    margin-left: -25px;
  }
  .dropdown-toggle::after {
    float: right;
  }

  .small-btn {
    width: 251px;
  }

  .img-horizontal-header {
    width: 117px;
    height: 36px;
  }
  .padding-header-icon {
    padding-right: 10px;
    padding-left: 28px;
  }

  .card-files {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: auto;
  }

  .container-map {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e9ea;
  }
  .card-map {
    width: 100%;
    height: 93vh;
  }
  .places-header .box-places .input-group input[type='text'] {
    width: 240px;
  }

  .header-places {
    display: flex;
    flex-direction: initial;
    align-items: center;
    gap: 55px;
    width: 100%;
  }

  .header-places img {
    padding-bottom: 7px;
  }

  .filter-buttons {
    padding-top: 76px;
  }

  .img-detail {
    width: 412px;
  }
  .form-center {
    gap: 9px;
  }

  .products-title::after {
    content: 'Nuestros seguros';
  }

  .section-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
  }
  .grid-products {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: unset;
    padding-left: unset;
  }

  .card-products {
    display: flex;
    width: 91%;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 200px;
  }
  .card-body {
    padding: unset;
  }
  .card-info .card-body img {
    width: 125px;
    height: 79px;
    top: 15px;
    position: relative;
  }
  .card-info {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-content: revert;
    flex-direction: row-reverse;
  }
  .card-products .card-footer {
    display: flex;
    align-items: center;
    flex-direction: initial;
    gap: 8px;
    padding: unset;
    width: 100%;
  }

  .home-section1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 40px;
    gap: 16px;
  }
  .home-section-title.pt-5 {
    padding-top: unset !important;
  }
  .square-cards .card-sections {
    display: flex;
    padding: 0px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    height: 79px;
    width: 100%;
  }

  .section-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .rectangle-cards-home {
    display: flex;
    width: 100%;
    padding-left: 0px;
    align-items: center;
    gap: 8px;
  }
  .rectangle-cards-home .card-rectangle {
    width: 100%;
    height: 320px;
    flex-shrink: 0;
  }

  .img-rectangle {
    width: 279px;
    height: 229px;
    top: -55px;
    right: -33px;
    position: relative;
  }

  .bg-ligth-blue .img-rectangle {
    width: 294px;
    height: 202px;
    top: -26px;
    right: -75px;
    position: relative;
  }

  .square-cards {
    width: 100%;
    padding-left: 21px;
  }

  .profits-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-left: 28px;
  }

  .home-section-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .carousel-inner {
    width: 100%;
    border-radius: 16px;
  }
  #carouselExampleCaptions .carousel-inner {
    border-radius: unset;
  }
  .profits-section .profits-img {
    width: 75%;
    height: 250px;
  }

  .qualitas-professionals .profits-img {
    width: 326px;
  }

  .grid-cards-help,
  .square-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: unset;
    padding-left: unset;
    width: 92%;
    padding-bottom: 20px;
  }
  .grid-cards-help {
    padding: unset;
    width: 100%;
  }
  .grid-info-footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    height: unset;
    padding: unset;
  }

  .profit-paid-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    padding: 0px 24px 0 27px;
  }
  .profit-desc-content {
    align-items: center;
  }
  .profit-paid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: unset;
    width: 100%;
  }
  .paid-description {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }

  .profit-paid .form-badge {
    display: flex;
    width: 100%;
    padding: 16px;
    align-items: flex-start;
    gap: 40px;
  }

  .profits-section.mobile {
    flex-direction: column-reverse;
    padding-left: 35px;
  }

  .profits-section .form-badge-success {
    display: flex;
    width: 100%;
    padding: 16px;
    align-items: flex-start;
    gap: 40px;
  }
  .carousel {
    width: 100%;
    height: 620px;
    align-items: baseline;
    justify-content: initial;
  }
  .carousel-content {
    flex-direction: column-reverse;
    width: 100%;
    padding-left: unset;
  }
  .banner-img {
    width: 416px;
    height: 271px;
    border-radius: unset;
  }
  .bd-example {
    padding: unset;
    width: 100%;
  }
  .home-container {
    padding: 0 0 40px 0;
  }
  .carousel-info-left {
    gap: 24px;
    width: 100%;
    border-radius: unset;
    height: 374px;
  }

  .carousel-button {
    align-items: center;
    width: 100%;
  }

  .body-section {
    padding-top: unset;
    gap: 20px;
    width: 100%;
  }

  .carousel.carousel-custom {
    height: 407px;
    width: 100%;
  }
  .carousel-custom .carousel-indicators {
    bottom: -4px;
  }

  .carousel-custom .card-body {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 1.25rem;
  }
  .footer-box {
    width: 350px;
  }
  .filter-coverages {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .form-packs {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .comparer-container {
    display: flex;
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1px;
  }

  .btn-group,
  .btn-group > .btn {
    width: 100%;
  }

  .buttons-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
  }
  .form-packs .input-select select {
    width: 100%;
  }

  .form-coverage {
    width: 100%;
    gap: 4px;
    padding: 40px 7px;
  }

  .more-coverage {
    padding: 24px 0;
  }

  .comparision-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .grid-comparision-names {
    display: flex;
    align-items: flex-end;
  }
  .content-packs {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .pack-name {
    display: flex;
    padding: 16px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;
    width: 100%;
  }

  .title-formpacks {
    color: var(--gray-20, #363a3c);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
  }
  .text-pack {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .btn-contract {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  .coverage-list,
  .grid-comparision-names {
    width: 100%;
  }

  .row {
    margin: unset;
  }
  .coverage-item {
    display: flex;
    padding: 16px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.25);
  }

  .more-coverage {
    display: flex;
    width: 385px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 24px;
  }

  .coverage-info {
    width: 328px;
  }
  .home-container .blured-blue-top,
  .section-form .blured-blue-top,
  .body-content .blured-blue-top,
  .form-center .blured-blue-top,
  .grid-products .blured-blue-top {
    left: 66%;
    width: 50%;
    top: 83%;
    height: 891px;
  }

  .home-container .blured-purple-top,
  .section-form .blured-purple-top,
  .body-content .blured-purple-top,
  .form-center .blured-purple-top,
  .grid-products .blured-purple-top {
    left: 24%;
    top: 91%;
    width: 50%;
    height: 891px;
  }
  .form-coverage .blured-blue-top {
    top: 21%;
    left: 55%;
    width: 50%;
    height: 541px;
    filter: blur(215px);
    opacity: unset;
  }
  .form-coverage .blured-purple-top {
    top: 21%;
    left: 26%;
    width: 50%;
    height: 541px;
    filter: blur(215px);
    opacity: unset;
  }

  .card-container-body .blured-blue-top,
  .card-products .blured-blue-bottom {
    left: 46%;
    width: 50%;
    height: 541px;
    filter: blur(215px);
    opacity: unset;
  }
  .card-container-body .blured-purple-top,
  .card-products .blured-purple-bottom {
    left: 26%;
    width: 50%;
    height: 541px;
    filter: blur(215px);
    opacity: unset;
  }
  .blured-purple-bottom {
    height: 378px;
    filter: blur(130px);
    transform: rotate(179deg);
  }

  .blured-blue-bottom {
    height: 80px;
    left: unset;
    transform: rotate(179deg);
    flex-shrink: 0;
    filter: blur(70px);
    width: 79%;
  }
  .blured-blue-middle,
  .blured-purple-middle {
    width: 30%;
    height: 650px;
    left: 41%;
  }

  .blured-white-bottom {
    height: 75px;
    width: 100%;
    left: 0%;
  }

  .profesionals-img {
    height: 127px;
    width: 326px;
  }

  .home-section2 {
    gap: 48px;
    padding-top: 60px;
    width: 100%;
  }

  .qualitas-professionals,
  .professionals-text-content {
    width: 91%;
  }

  .home-section3 {
    width: 100%;

    gap: 32px;
  }
  .card-products .card-header {
    padding: unset;
  }
  .card-box-img {
    width: unset;
    height: unset;
  }
  .card-box {
    height: 244px;
  }

  .img-1 {
    width: 90px;
    height: 62.4px;
  }
  .img-2 {
    width: 75px;
    height: 71.4px;
  }
  .img-3 {
    width: 86.4px;
    height: 82.2px;
  }
  .card-body-text {
    width: 280px;
  }
}
@media (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .bread {
    content: url('../assets/icons/more_vert.svg');
  }

  .container {
    max-width: unset;
    padding: 10px 0 40px 0;
  }
  .section-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }

  .card-files {
    display: flex;
    height: 40px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-direction: initial;
  }

  .card-map {
    width: 822px;
    height: 676px;
    margin-left: -23px;
  }
  .container-map {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e9ea;
    margin-left: unset;
  }
  .places-header {
    width: 661px;
  }

  footer,
  .details-body,
  .places-body,
  .filters-body,
  .card-places,
  .places-header,
  .filter-ubication .input-select select,
  .input-select,
  .filter-ubication,
  .bd-example {
    width: 100%;
  }

  .places-header .box-places .input-group input[type='text'] {
    width: 89%;
  }

  .global-map-container {
    padding: 77px 0 2px 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .bread {
    content: url('../assets/icons/more_vert.svg');
  }
  .card-files {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: auto;
  }

  .card-map {
    width: 685px;
    height: 676px;
    margin-left: -23px;
  }

  .places-header .box-places .input-group input[type='text'] {
    width: 88%;
  }

  .img-detail {
    content: url('../assets/img/qualitas-office-large.svg');
    width: 542px;
    height: 142px;
  }

  .detail-services {
    width: 100%;
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .bread {
    content: url('../assets/icons/more_vert.svg');
  }
  .img-detail {
    content: url('../assets/img/qualitas-office-large.svg');
    width: 633px;
  }

  .detail-services {
    width: 100%;
  }
  .carousel-inner {
    width: 97%;
  }
  .carousel {
    width: 870px;
    height: 384px;
  }
  .bd-example {
    width: 729px;
  }
  .carousel-indicators {
    bottom: -19px;
  }
  .carousel-content {
    flex-direction: initial;
    width: 822px;
    padding-left: 7%;
  }
  .banner-img {
    width: 422px;
    height: 328px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .carousel-info-left {
    width: 422px;
  }
  .home-section1,
  .body-section {
    width: 996px;
  }
  .home-section-title,
  .home-section2,
  .qualitas-profits,
  .profits-section,
  .section-cards,
  .paid-description,
  .professionals-text-content,
  .qualitas-professionals,
  .home-section3 {
    width: 100%;
  }
  .card-products {
    width: 90%;
  }
  .qualitas-professionals {
    padding-left: 160px;
  }
  .section-cards {
    flex-direction: initial;
    gap: 58px;
  }
  .bg-ligth-blue .img-rectangle {
    top: 33px;
    right: 168px;
    width: 168px;
  }

  .rectangle-cards-home .card-rectangle {
    width: 412px;
    height: 191px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
  }
  .rectangle-cards-home {
    height: 411px;
  }
  .img-rectangle {
    top: 42px;
    right: 116px;
    width: 166px;
    height: 154px;
  }

  .square-cards {
    padding-left: 13%;
    width: 479px;
    gap: 26px;
  }
  .rectangle-cards-home .card-rectangle .card-body {
    padding: 1.25rem;
  }

  .profits-section .profits-img {
    width: 379px;
    height: 358px;
  }
  .profesionals-img {
    height: 261px;
    width: 681px;
  }
  .grid-cards-help,
  .grid-info-footer {
    display: grid;
    grid-template-columns: 280px 280px;
    width: 100%;
  }

  .profits-section,
  .profits-section.mobile {
    width: 100%;
    padding-left: 262px;
    flex-direction: initial;
  }
  .section-1 {
    width: 90%;
    flex-direction: row;
  }
  .card-rectangle {
    width: 100%;
    height: 340px;
  }

  .qualitas-professionals .profits-img {
    width: 718px;
  }

  .grid-products {
    width: 100%;
  }

  .navbar-nav {
    width: 98%;
  }
  .filter-coverages {
    width: 438px;
    align-items: baseline;
  }
  .form-coverage {
    width: 100%;
    gap: 2px;
    padding: unset;
  }
  .form-packs {
    width: 100%;
  }
  .form-packs .input-select select {
    width: 488px;
  }

  .grid-comparision-names {
    width: 100%;
  }
  .pack-name,
  .content-packs {
    width: 100%;
  }

  .comparision-panel {
    width: 100%;
    align-items: flex-end;
  }

  .coverage-list {
    width: 100%;
  }

  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24.1%;
    max-width: 25%;
  }

  .more-coverage {
    width: 472px;
    align-items: flex-end;
  }

  .coverage-info {
    width: 573px;
  }
  .body-content {
    width: 560px;
  }
  .form-text-header {
    width: 827px;
  }

  .section-form {
    width: 100%;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .bread {
    content: url('../assets/icons/more_vert.svg');
  }
  .img-detail {
    content: url('../assets/img/qualitas-office-large.svg');
    width: 700px;
  }

  .detail-services {
    width: 100%;
  }
  .location {
    gap: 88px;
  }

  .carousel-inner {
    width: 100%;
  }
  .carousel {
    width: 870px;
    height: 384px;
  }
  .bd-example {
    width: 729px;
  }
  .carousel-content {
    flex-direction: initial;
    width: 1015px;
  }
  .banner-img {
    width: 422px;
    height: 314px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .carousel-info-left {
    width: 422px;
  }

  .body-section {
    width: 996px;
  }

  .section-form,
  .home-section-title,
  .home-section2,
  .qualitas-profits,
  .profits-section,
  .section-cards,
  .paid-description,
  .professionals-text-content,
  .qualitas-professionals,
  .home-section3,
  .card-products {
    width: 100%;
  }
  .qualitas-professionals {
    padding-left: 160px;
  }

  .home-section3 {
    padding-left: 10%;
  }
  .section-cards {
    padding-right: 59px;
  }
  .section-cards {
    flex-direction: initial;
    gap: 0px;
  }
  .bg-ligth-blue .img-rectangle {
    top: 11px;
    right: 121px;
    width: 253px;
  }
  .box-nav.collapse.show,
  .submenu-container {
    overflow-y: auto;
    height: 57vw;
  }
  .navbar-collapse {
    width: 91vw;
  }

  .submenu-container .items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 85vh;
    padding-left: 4%;
  }
  .rectangle-cards-home .card-rectangle {
    width: 408px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 16px;
    display: flex;
  }

  .img-rectangle {
    top: -12px;
    right: 116px;
    width: 260px;
    height: 211px;
  }

  .square-cards {
    padding-left: unset;
    width: 418px;
    gap: 26px;
  }
  .rectangle-cards-home .card-rectangle .card-body {
    padding: 1.25rem;
  }

  .profits-section .profits-img {
    width: 409px;
    height: 358px;
  }

  .profits-section,
  .profits-section.mobile {
    width: 860px;
    padding-left: 262px;
    flex-direction: initial;
  }

  .qualitas-professionals .profits-img {
    width: 718px;
  }

  .grid-products {
    width: 90%;
  }

  .filter-coverages {
    width: 100%;
    align-items: baseline;
  }
  .form-coverage {
    width: 100%;
    gap: 2px;
    padding: unset;
  }
  .form-packs {
    width: 100%;
  }
  .form-packs .input-select select {
    width: 488px;
  }

  .grid-comparision-names {
    width: 100%;
  }
  .pack-name,
  .content-packs {
    width: 100%;
  }

  .comparision-panel {
    width: 100%;
    align-items: flex-end;
  }

  .coverage-list {
    width: 100%;
  }

  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24.1%;
    max-width: 25%;
  }

  .more-coverage {
    width: 472px;
    align-items: flex-end;
  }

  .coverage-info {
    width: 573px;
  }

  .blured-purple-top {
    height: 566px;
    opacity: unset;
  }
  .blured-blue-top {
    height: 566px;
    left: 93%;
    opacity: unset;
  }
  .home-section1 {
    padding-left: 19%;
    width: 686px;
  }

  .img-rectangle {
    width: 207px;
    height: 139px;
    top: 59px;
    right: 118px;
    position: relative;
  }

  .bg-ligth-blue .img-rectangle {
    width: 172px;
    height: 114px;
    top: 84px;
    position: relative;
    right: 102px;
  }

  .blured-white-bottom {
    width: 789px;
  }
  .text-container {
    width: 806px;
  }
  .footer-ipad {
    width: 731px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-text,
  .card-action,
  .nav-item,
  .breadcrumb,
  select,
  input[type='text'],
  .card-box {
    width: 100%;
  }

  .submenu-container .items {
    display: inline-block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .submenu-container .item-banner {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--q-morado-95, #ffebf7);
    margin-top: 20px;
  }

  .breadcrumb {
    padding: unset;
  }
  .submenu-container ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 22px;
    width: 100%;
  }
  .container-secondary {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: flex-end;
    gap: 294px;
  }

  .container-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 16px;
  }

  .container-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px 0px;
  }
  .section-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
  footer {
    display: flex;
    padding: 56px 33px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .title-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: unset;
  }

  .box-cards-two-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex-direction: initial;
  }

  .box-four-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .card-sections {
    display: flex;
    height: 95px;
    padding: 5px 12px;
    flex-direction: initial;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: var(--ui-colors-steel-whity, #fff);

    box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
  }
  .card-img {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--text-white, #fff);
    width: 48px;
    height: 48px;
    margin-top: 9px;
  }
  .remove-marings {
    margin-left: unset;
  }

  .section-1 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: initial;
    width: 725px;
  }

  .text-rectangle-spacing {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: unset;
  }

  .card-info-body {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 47px;
  }
  .card-rectangle {
    width: 339px;
    height: 340px;
  }

  .img-blogs-footer {
    width: 197.473px;
    height: 174px;
    flex-shrink: 0;
  }

  .img-horizontal-footer {
    display: flex;
    width: 195.506px;
    height: 60px;
    padding: 0px 0.033px 0px 0px;
    justify-content: center;
    align-items: center;
  }
  .card-footer {
    display: inline-block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 78px;
    width: 678px;
    border-top: unset;
  }
  .card-footer div {
    padding-bottom: 10px;
  }
  .hr-bg-gray {
    width: 309px;
  }

  .container-legacy {
    display: flex;
    width: 678px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .card-text,
  .card-action,
  .nav-item,
  .breadcrumb,
  select,
  input[type='text'],
  .card-box {
    width: 100%;
  }
  .input-group input[type='text'] {
    width: 84%;
  }

  .container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 22px 22px 9px 22px;
    max-width: none;
  }

  .global-map-container {
    padding-top: 70px;
  }
  .box-nav {
    height: unset;
  }
  .coverage-page {
    padding: 10px 10px 9px 10px;
  }
  .section-form {
    display: flex;
    padding: 2px 10px 23px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    border-radius: unset;
    box-shadow: 0px 4px 4px 0px rgba(37, 42, 45, 0.04);
  }
  .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .card-info-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
  }

  .card-form-body {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-direction: initial;
    margin-top: unset;
  }

  .section-buttons {
    align-self: unset;
    margin-top: unset;
  }

  .form-badge {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 98%;
    padding-left: 2%;
  }

  .title-footer,
  .box-four-cards,
  .card-sections,
  .form-container,
  .form-badge,
  .emphasized-box,
  .emphasized-content,
  .title-content,
  .subtitle-text,
  .text-body,
  .text-body p,
  .text-image,
  .text-image p,
  .image-content img,
  .image-content span,
  .title-form,
  .emphasized-box hr,
  .text-subtitle,
  .text-content,
  .form-title-container,
  .form-buttons,
  .section-body,
  .card-container-body,
  .text-cards,
  .modal-country,
  .modal-body,
  .modal-body ul li,
  .modal-body ul li span h5,
  .form-imput-container,
  .form-three-imputs,
  .form-three-imputs .input-select,
  .form-container {
    width: 100%;
  }

  .emphasized-box,
  .emphasized-content {
    height: 281px;
  }

  .image-content img {
    width: 324px;
    height: 272px;
  }

  .text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .text-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .form-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .form-imput-container {
    display: inline-block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 678px;
  }

  .terms-content {
    display: flex;
    width: 678px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }
  .form-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .form-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 678px;
    justify-content: center;
  }

  .section-body {
    display: flex;
    width: 777px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: initial;
    padding-bottom: 40px;
  }

  .card-container-body {
    display: flex;
    width: 414px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
  }

  .title {
    font-size: 24px;
    line-height: 32px;
  }

  .form-three-imputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .text-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: unset;
  }

  .form-text-header {
    display: flex;
    padding: 40px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: unset;
    width: 100%;
  }
  .form-text-header {
    box-shadow: 0px 4px 4px 0px rgba(37, 42, 45, 0.04);
  }
  .card-box {
    display: flex;
    padding: 24px;
    justify-content: center;
    flex-direction: initial;
    align-items: center;
    gap: 16px;
  }
  .card-body-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 600px;
  }
  .modal-country {
    display: inline-flex;
    padding: 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .modal-country .modal-body ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 16px 1px;
  }

  .navbar-nav {
    gap: 5px;
  }

  .card-places,
  .places-header,
  .places-body,
  .filter-ubication,
  .filters-body,
  .input-select,
  .filter-ubication .input-select select,
  .body-content,
  .form-coverage,
  .comparision-panel,
  .coverage-list,
  .grid-comparision-names,
  .more-coverage,
  .coverage-info,
  .container-map,
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 100%;
  }

  .card-places {
    height: max-content;
  }

  #filter-places .input-group input[type='text'] {
    width: 92%;
  }
  .box-places .input-group input[type='text'] {
    width: 92%;
  }
  .header-places {
    flex-direction: initial;
    gap: 228px;
  }
  .location {
    gap: 175px;
  }

  .form-center {
    gap: 13px;
  }
  .filter-buttons {
    flex-direction: row;
  }
  .filter-buttons button {
    width: 50%;
  }

  .places-body,
  .filters-body {
    padding: 24px 16px 0px 16px;
  }
  .card-map {
    width: 100%;
    height: 862px;
    flex-shrink: 0;
  }
  .card-products .card-footer {
    display: flex;
    align-items: center;
    gap: 37px;
    flex-direction: initial;
    width: 335px;
  }
  .grid-products {
    display: grid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    grid-template-columns: 350px 350px;
    padding-left: unset;
    width: 100%;
  }
  .card-info .card-body img {
    width: 125px;
    height: 90px;
  }
  .card-info {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-content: revert;
    flex-direction: row-reverse;
    height: 183px;
  }
  .products-container {
    width: 723px;
  }
  .card-products {
    padding: 4px 2px;
    height: unset;
    gap: 24px;
  }

  .card-products .card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    background-color: unset;
    border-bottom: none;
    padding: unset;
    padding: 12px;
  }

  .filter-coverages {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
  }
  .form-packs {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    background: var(--gray-100, #fff);
    box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
    height: 152px;
  }

  .comparer-container {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    width: 100%;
  }

  .form-packs .input-select select {
    width: 519px;
  }

  .coverage-item {
    display: flex;
    padding: 16px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.25);
  }

  .pack-name {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .content-packs {
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: flex-start;
  }

  .col-3 {
    max-width: 24.5%;
  }
  .col {
    padding-right: 15px;
  }
}

/* ----------- iPad  ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .grid-cards-help {
    gap: 19px;
    grid-template-columns: 400px 400px;
  }
  .profits-img {
    width: 326px;
  }

  .qualitas-profits {
    padding-left: 85px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-section3 {
    padding-left: unset;
  }

  .blured-white-bottom {
    width: 100%;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .box-nav.collapse.show {
    overflow-y: auto;
    height: 66vw;
  }

  .navbar-collapse {
    flex-basis: unset;
    top: 90px;
  }
  .text-cards .text-normal {
    text-align: left;
  }
  .img-content {
    padding-bottom: 20px;
  }
}

/* iPad Mini and Air  */

@media only screen and (device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section-menu-mobile.d-lg-none {
    display: flex !important;
  }
  .nav-item {
    border-bottom: 1px solid #d8dada;
    padding-left: 56px;
  }

  .global-map-container {
    padding: 113px 1px 9px 2px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .card-map {
    width: 100%;
    height: 889px;
    flex-shrink: 0;
  }

  .nav-item {
    border-bottom: 1px solid #d8dada;
    padding-left: 56px;
  }

  .products-container {
    width: 826px;
  }
  .nav-link {
    padding: 16px 0;
  }
  .home-section1 {
    gap: 32px;
  }

  .home-section2 {
    width: 909px;
    gap: 48px;
  }
  .blured-white-bottom,
  .form-badge-success {
    width: 100%;
  }
  .navbar-collapse.show {
    width: 82vw;
  }
  .profits-img {
    width: 100%;
    height: 333px;
  }
  .img-content {
    padding-right: 2px;
  }
  .professionals-text-content {
    width: 100%;
  }

  .qualitas-profits {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .carousel-title {
    font-size: 24px;
  }
  .carousel-inner {
    border-radius: 16px;
    background: #fff;
  }

  .profit-paid-container {
    padding: unset;
  }

  .home-section-title,
  .paid-text-color {
    font-size: 24px;
  }
  .home-section-title {
    padding-bottom: 40px;
  }
  .home-footer .paid-text-color {
    font-size: 32px;
  }

  .square-cards .card-sections {
    width: 100%;
  }

  .qualitas-profits {
    padding-left: unset;
  }
  .carousel-info-left {
    width: 384px;
  }
  .banner-img {
    width: unset;
  }

  .carousel-button,
  .carousel-button button,
  .bd-example,
  .profesionals-img {
    width: 100%;
  }

  .card-img {
    top: unset;
  }

  .divider {
    width: 3px;
    background-color: #d8dada;
    height: 24px;
  }

  .products-container {
    width: 100%;
  }

  .text-cards .text-normal {
    text-align: left;
  }
  .places-body,
  .filters-body {
    gap: 32px;
  }
  .global-map-container .container-map,
  .card-map {
    height: 90vh;
  }

  .section-body {
    width: 107vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .container {
    padding: 40px 22px 9px 22px;
  }
  .submenu-container .items {
    display: inline-block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .submenu-container .item-banner {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: var(--q-morado-95, #ffebf7);
    right: -5.2%;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 80%;
  }
  .submenu-container {
    width: 100%;
  }
  .header-submenu-container {
    display: none;
  }
  .carousel {
    width: 100%;
  }
  .carousel-content {
    display: flex;
    align-items: flex-start;
    width: 97%;
    padding-left: 0;
  }
  .carousel-indicators {
    bottom: -54px;
  }
  .home-section1,
  .home-section2,
  .qualitas-profits,
  .profits-section,
  .section-cards,
  .paid-description,
  .qualitas-professionals,
  .home-section3,
  .card-products,
  .body-section {
    width: 100%;
  }

  .section-cards {
    display: flex;
    flex-direction: column;
  }

  .square-cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: unset;
    padding-left: 13px;
    width: 400px;
    padding-bottom: 20px;
    grid-template-columns: 400px 400px;
    display: grid;
    justify-content: center;
    width: 100%;
  }
  .rectangle-cards-home {
    padding-left: 28px;
    flex-direction: initial;
    align-items: flex-start;
    gap: 53px;
    justify-content: center;
    width: 100%;
  }

  .rectangle-cards-home .card-rectangle {
    width: 376px;
    height: 320px;
    flex-shrink: 0;
  }

  .square-cards .card-sections {
    height: 84px;
  }

  .img-rectangle {
    width: 255px;
    height: 209px;
    top: 110px;
    right: 246px;
    position: relative;
  }
  .bg-ligth-blue .img-rectangle {
    width: 297px;
    height: 186px;
    top: 135px;
    position: relative;
    right: 269px;
  }

  .profits-img {
    width: 480px;
    height: 333px;
  }

  .qualitas-professionals {
    gap: 0;
  }

  .grid-cards-help {
    gap: 19px;
    grid-template-columns: 400px 400px;
  }

  .grid-info-footer {
    gap: 22px;
    grid-template-columns: 400px 400px;
  }
  .hr-bg-gray {
    width: 395px;
  }
  .form-content {
    width: 895px;
  }

  .form-imput-container {
    width: 961px;
  }
  .form-three-imputs {
    width: 410px;
  }

  .input-group input[type='text'] {
    width: 362px;
  }
  .products-container {
    width: 826px;
  }

  .global-map-container {
    padding: 113px 1px 9px 2px;
  }
  .card-map {
    width: 1014px;
  }
  .form-container.mobile-text {
    width: 925px;
  }
}
/* ----------- iPad Pro " ----------- */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-map {
    width: 100%;
    height: 1205px;
    flex-shrink: 0;
  }

  .places-body,
  .filters-body {
    height: max-content;
  }

  .location {
    gap: 393px;
  }

  .img-detail {
    content: url('../assets/img/qualitas-office-large.svg');
    width: 1017px;
    height: 270px;
  }

  .detail-services,
  .bd-example {
    width: 100%;
  }

  .grid-cards-help {
    gap: 19px;
    grid-template-columns: 450px 450px;
    padding: 0 10px 24px 10px;
  }
  .form-coverage {
    width: 1030px;
  }
  .form-packs .input-select select {
    width: 528px;
  }
  .comparision-panel {
    width: 1010px;
  }
  .filter-coverages {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
  }
  .form-packs {
    display: flex;
    width: 801px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    background: var(--gray-100, #fff);
    box-shadow: 2px 4px 4px 0px rgba(37, 42, 45, 0.04);
    height: 152px;
  }

  .home-section2 {
    width: 100%;
  }

  .qualitas-profits,
  .home-section2,
  .home-section1 {
    padding-left: unset;
  }

  .card-img {
    margin-top: 15px;
  }

  .global-map-container {
    padding: 101px 1px 9px 2px;
  }
  .container-map,
  .form-container {
    width: 1017px;
  }

  .section-menu-mobile.d-lg-none {
    display: flex !important;
  }

  .global-map-container .form-container {
    width: 997px;
  }

  .global-map-container .form-center {
    width: 79vh;
    padding-left: 4%;
  }
  .global-map-container .container-map,
  .card-map {
    height: 91vh;
  }

  .grid-products {
    grid-template-columns: 400px 400px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .img-detail {
    content: url('../assets/img/qualitas-office-large.svg');
    width: 1017px;
    height: 270px;
  }

  .detail-services {
    width: 100%;
  }

  .carousel-content {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
  }
  .carousel-indicators {
    bottom: -54px;
  }
  .carousel,
  .home-section1,
  .qualitas-profits,
  .section-cards,
  .card-products,
  .body-section,
  .home-section3,
  .home-section2,
  .qualitas-professionals {
    width: 100%;
  }
  .profit-paid {
    padding: unset;
  }
  .profits-section {
    padding: unset;
    width: 100%;
    padding-left: 40px;
  }
  .profits-section.mobile {
    padding-left: 40px;
  }
  .home-section3 {
    padding-bottom: 40px;
  }

  .section-cards {
    display: flex;
    flex-direction: column;
  }
  .section-1 {
    display: flex;
    align-items: normal;
    gap: 40px;
    flex-direction: initial;
  }

  .square-cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 11px;
    height: unset;
    padding-left: 13px;
    width: 400px;
    padding-bottom: 20px;
    grid-template-columns: 380px 380px;
    display: grid;
    justify-content: center;
    width: 100%;
  }
  .rectangle-cards-home {
    flex-direction: initial;
    align-items: flex-start;
    gap: 30px;
    justify-content: center;
    width: 100%;
    padding-left: 1%;
  }

  .rectangle-cards-home .card-rectangle {
    width: 48%;
    height: 320px;
    flex-shrink: 0;
  }

  .square-cards .card-sections {
    height: 84px;
  }

  .img-rectangle {
    width: 221px;
    height: 185px;
    top: 130px;
    right: 209px;
    position: relative;
  }
  .bg-ligth-blue .img-rectangle {
    width: 260px;
    height: 186px;
    top: 135px;
    position: relative;
    right: 243px;
  }

  .profits-img {
    width: 50%;
    height: 331px;
  }

  .grid-cards-help {
    gap: 22px 30px;
    grid-template-columns: 350px 350px;
  }

  .grid-info-footer {
    gap: 22px;
    grid-template-columns: 350px 350px;
  }

  .blured-blue-top {
    top: 5%;
    left: 72%;
    width: 56%;
    filter: blur(265px);
    height: 566px;
  }

  .blured-purple-top {
    top: 5%;
    left: 33%;
    width: 56%;
    height: 510px;
    filter: blur(265px);
  }
  .blured-blue-bottom {
    left: 84%;
    height: 381px;
    filter: blur(150px);
  }
  .blured-purple-bottom {
    height: 463px;
    filter: blur(150px);
  }

  .card-info {
    height: unset;
  }

  .img-60 {
    width: 40px;
    height: 40px;
  }

  .card-img {
    margin-top: -5px;
  }

  .card-rectangle {
    width: 351px;
    height: 365px;
  }

  .img-horizontal-footer {
    width: 260px;
    height: 80px;
  }

  .hr-bg-gray {
    width: 395px;
  }

  .footer-divider {
    width: 710px;
  }
  .section-body {
    width: 100%;
  }

  .card-container-body {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-toggle::after {
    float: right;
  }
  .social-media-bar {
    padding-left: 56px;
  }
  .nav-item {
    border-bottom: 1px solid #d8dada;
    padding-left: 38px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu.position-top.show {
    display: flex;
  }

  .container-fluid {
    display: inline-flex !important;
    padding: 16px 102px;
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 812px) and (max-device-width: 896px) and (orientation: landscape) {
  .card-map {
    width: 1038px;
    height: 676px;
    margin-left: -23px;
  }

  .card-places {
    width: 100%;
    height: max-content;
    flex-shrink: 0;
  }

  .places-header,
  .places-body,
  .filters-body,
  .filters-body,
  .filter-ubication,
  .filter-ubication .input-select select,
  .input-select {
    width: 100%;
  }

  .location {
    gap: 230px;
  }

  .header-places {
    gap: 228px;
    align-self: stretch;
    flex-direction: initial;
  }

  .box-places .input-group input[type='text'] {
    width: 93%;
  }

  .global-map-container {
    padding: 77px 0 2px 0;
  }

  .container-map {
    width: 100%;
    margin-left: unset;
  }
  .carousel-indicators {
    bottom: -56px;
  }

  .home-container {
    padding: unset;
  }

  .square-cards .card-sections {
    display: flex;
    padding: 0px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    height: 79px;
    width: 337px;
  }
  .square-cards {
    padding-left: 97px;
  }
  .rectangle-cards-home .card-rectangle {
    height: 183px;
  }
  .img-rectangle {
    top: -27px;
  }
  .profits-section {
    gap: 1px;
  }
  .qualitas-profits {
    width: 845px;
  }
  .bg-ligth-blue .img-rectangle {
    top: 3px;
  }
  .profits-img {
    width: 470px;
  }
  .profit-paid-container {
    gap: 1px;
  }

  .grid-cards-help {
    grid-template-columns: 350px 350px;
    gap: 30px;
  }

  .grid-info-footer {
    gap: 30px;
    grid-template-columns: 170px 170px 170px 170px;
    padding-top: 20px;
  }

  .home-section3 {
    padding-bottom: 20px;
  }
}
/* ----------- iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .grid-cards-help,
  .square-cards {
    width: 100%;
    padding-left: 0;
    align-items: center;
  }
  .card-rectangle {
    width: 100%;
  }
  .square-cards .card-sections {
    width: 100%;
  }

  .carousel-item .card-rectangle {
    width: 100%;
  }

  .carousel-custom .carousel-inner {
    width: 100%;
  }
  .home-section1 {
    width: 360px;
  }

  .carousel.carousel-custom {
    height: 407px;
    width: 100%;
  }

  .profits-section {
    padding-left: 0;
  }
  .text-container {
    padding: 20px 0 40px 0;
  }
  .bd-example {
    padding: 30px 0;
  }
}

/* Portrait and Landscape */
@media only screen and (device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .bread {
    content: url('../assets/icons/more_vert.svg');
  }
  .img-detail {
    width: 801px;
  }
  .card-map {
    width: 100%;
  }
  .square-cards {
    width: 100%;
  }

  .rectangle-cards-home .card-rectangle {
    width: 52%;
  }
  .rectangle-cards-home .card-rectangle .card-body {
    padding: 1.25rem;
  }
  .rectangle-cards-home .card-rectangle {
    width: 372px;
  }

  .rectangle-cards-home {
    gap: 29px;
  }

  .img-rectangle {
    width: 186px;
    height: 111px;
    top: 70px;
    right: 123px;
    position: relative;
  }

  .bg-ligth-blue .img-rectangle {
    width: 180px;
    height: 86px;
    top: 95px;
    position: relative;
    right: 95px;
  }

  .profesionals-img {
    width: 679px;
  }
  .profit-paid .form-badge,
  .form-badge-success {
    margin-bottom: 12px;
  }

  .coverage-page {
    padding: 8px 0 40px 0;
  }
  .form-container {
    width: 893px;
  }
  .global-map-container .form-container {
    width: 774px;
  }
  .global-map-container {
    width: 759px;
    padding: 21px 0 2px 0;
  }
  .section-menu-mobile {
    width: 74%;
  }
  .card-map {
    width: 806px;
    height: 676px;
    margin-left: -23px;
  }
  .profits-img {
    width: 345px;
    height: 272px;
  }
}

@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .display-none {
    display: none !important;
  }

  .display-flex {
    display: flex !important;
  }

  .container {
    padding: 87px 0 40px 0;
  }
  .coverage-list {
    width: 100%;
  }
  .coverage-item {
    width: 100%;
  }

  .comparision-panel {
    align-items: center;
    width: 100%;
  }
  .grid-comparision-names {
    width: 100%;
  }
  .pack-name {
    width: 100%;
  }
  .content-packs {
    width: 25%;
  }

  .col {
    padding-left: 15px;
  }

  .section-form,
  .section-body {
    width: 100%;
  }

  .section-menu-mobile {
    width: 78%;
  }
  .card-map {
    width: 1095px;
  }
  .submenu-container .items {
    display: inline-block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 74%;
  }
  .submenu-container {
    width: 100%;
  }
  .section-menu-mobile.d-lg-none {
    display: flex !important;
  }
  .submenu-container .item-banner {
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--q-morado-95, #ffebf7);
    margin-top: 20px;
    width: 84%;
  }
  .nav-item {
    width: 100%;
  }
  .navbar-nav {
    padding-top: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .navbar-collapse {
    display: flex;
    width: 87%;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .dropdown-toggle::after {
    float: right;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 100%;
  }
  .box-nav.collapse.show {
    overflow-y: auto;
    height: 71vw;
  }
  .navbar-collapse {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: absolute;
    justify-content: flex-start;
    top: 70px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 90vw;
    background: #fff;
  }
  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
  }
  .navbar-collapse.show {
    left: 0;
    height: 183vw;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }
  .navbar-nav {
    width: 100%;
    padding-top: 14px;
    display: flex;
    padding-left: 10px;
    justify-content: space-between;
  }
}

/* Laptop Only */
@media screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  .submenu-container .items {
    display: inline-flex;
    align-items: flex-start;
    gap: 18px;
    margin-left: -14px;
  }

  .submenu-container {
    position: relative;
    padding: 1%;
    left: 1%;
  }

  .submenu-container .item-banner {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: var(--q-morado-95, #ffebf7);
    right: 1.8%;
    position: relative;
  }

  .card-container-body:hover,
  .card-rectangle.bg-ligth-pruple:hover {
    border: 0.1px solid #9a3295;
  }

  .card-rectangle.bg-ligth-pruple:hover .card-title {
    color: #9a3295;
  }
  .card-rectangle.bg-ligth-pruple:hover .img-rectangle {
    transform: scale(1.05);
    transition: transform 0.5s, filter 0.5s ease-out;
    height: 204px;
  }

  .card-rectangle.bg-ligth-blue:hover {
    border: 0.1px solid #008c99;
  }

  .card-rectangle.bg-ligth-blue:hover .card-title {
    color: #008c99;
  }
  .card-rectangle.bg-ligth-blue:hover .img-rectangle {
    transform: scale(1.05);
    transition: transform 0.5s, filter 0.5s ease-out;
    height: 175px;
  }

  .card-products:hover .card-title {
    background: var(
      --gradient-secundary,
      linear-gradient(90deg, #941b80 0%, #0096ae 100%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .card-products:hover .card-body img {
    transform: scale(1.07);
    transition: transform 0.5s, filter 0.5s ease-out;
  }
  .padding-button {
    padding-left: 67px;
  }
}

.test1{
		color: red;
	}