@font-face {
  font-family: "WideScreenPM";
  src: url("../../fonts/Widescreen_Rg.woff2") format("woff2"),
    url("../../fonts/Widescreen_Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WideScreenPM";
  src: url("../../fonts/Widescreen_Md.woff2") format("woff2"),
    url("../../fonts/Widescreen_Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WideScreenPM";
  src: url("../../fonts/Widescreen_SBd.woff2") format("woff2"),
    url("../../fonts/Widescreen_SBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WideScreenPM";
  src: url("../../fonts/Widescreen.woff2") format("woff2"),
    url("../../fonts/Widescreen.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

main#property-management::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

/* Track */
main#property-management::-webkit-scrollbar-track {
  background-color: transparent;
  opacity: 0;
}

/* Handle */
main#property-management::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 4px solid transparent;
  background-color: #e4e4e4;
  background-clip: content-box;
}
/* Handle on hover */
main#property-management::-webkit-scrollbar-thumb:hover {
  background-color: #cecece;
}

main#property-management {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
}

main#property-management {
  font-family: WideScreenPM, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial,
    sans-serif;
  color: #808080;
  background: #fff;
  line-height: 1.6rem;
  position: relative;
  min-height: 100%;
  margin: 0;
  font-feature-settings: "kern";
  overflow: hidden; /* Overlay */
}

main#property-management h2 {
  font-weight: 500;
  font-size: 70.21px;
  line-height: 93px;
  font-family: WideScreenPM, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial,
    sans-serif;
}

main#property-management .containerPM {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}

main *,
::after,
::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.flex-rowPM {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.section1 {
  position: relative;
  display: flex;
  height: 720px;
  flex-direction: row;
  justify-content: flex-start;
  background-image: url(../../img/property-management/main_resized_2.jpg);
  /* background-image: image-set(
    url("./assets/img/main_resized.jpg") 1x,
    url("./assets/img/main_resized_2.jpg") 2x
  ); */
  background-size: cover;
  background-position: center bottom;
  align-items: flex-end;
}

.logocontainerPM {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 642px;
  height: 213px;
  background-color: #b8be14;
  margin-left: 100px; /* auto */
}

.logo {
  background: url(../../img/property-management/logo.svg);
  width: 100%;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.leftcontainerPM {
  width: 100%;
}
/* ====== Green Line ======= */
.leftcontainerPM::after { /* Mobile */
  content: url(../../img/property-management/GreenLine.svg);
  position: absolute;
  max-width: 420px;
  width: 100%;
  bottom: -20px;
  right: -220px;
}
@media(min-width: 550px) { /* Tablets */
  .leftcontainerPM::after {
    max-width: 500px;
    bottom: -45px;
    right: -250px;
  }
}
@media(min-width: 767px) { /* Tablets */
  .leftcontainerPM::after {
    max-width: 500px;
    bottom: -20px;
    right: -220px;
  }
}
@media(min-width: 820px) { /* PC */
  .leftcontainerPM::after { 
    max-width: 1000px;
    width: 50%;
    bottom: -85px;
    right: -50px;
  }
}
/* ======================== */
.divisor {
  border: 4px solid #ffffff;
}

#section2 {
  display: flex;
  background-color: #fff;
  padding: 80px 0;
}

#section2 .title h2 {
  /* max-width: 458px; */
  font-weight: 500;
  font-size: 70px;
  line-height: 60px;
  color: #b8be14;
}

#section2 p {
  font-size: 18px;
  max-width: 507px;
  width: 100%;
}

#section2 .flex-rowPM {
  overflow: hidden;
}

#section2 .rowPM {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#section2 .imagecontainerPM {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
}

#section2 .imagecontainerPM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section3 {
  display: flex;
  height: 737px;
  background-image: url(../../img/property-management/pattern-min.png);
  background-size: cover;
  background-position: center;
  background-color: #29333d;
  align-items: center;
}

#section3 .title {
  max-width: 458px;
}

#section3 .title h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 60px;
  color: #b8be14;
}

#section3 .title .divisor {
  width: 90%;
}

#section3 .cardcontainerPM {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  flex-wrap: wrap;
}

#section3 .card {
  flex: 1 0 23%;
  margin-right: 22px;
  transition: all 0.3s ease-in-out;
}

#section3 .card-content {
  position: relative;
  padding-top: 40px;
  height: 213px;
  background: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  align-content: center;
  transition: all 0.3s ease-in-out;
}

#section3 .card:hover .card-content {
  background-color: #b8be14;
}

#section3 .card.center {
  justify-content: center;
}

#section3 .card:last-of-type {
  margin-right: 0;
}

#section3 .cardCheck {
  position: absolute;
  width: 36px;
  height: 36px;
  left: auto;
  top: -18px;
  border-radius: 50%;
  background-color: #b8be14;
  background-image: url(../../img/property-management/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

#section3 .card:hover .cardCheck {
  background-color: #ffffff;
  background-image: url(../../img/property-management/check-2.svg);
}

#section3 .cardTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #b8be14;
  text-align: center;
  max-width: 250px;
  transition: all 0.3s ease-in-out;
}

#section3 .card:hover .cardTitle {
  color: #fff;
}

#section3 .cardSubtitle {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #808080;
  max-width: 213px;
  margin: 12px auto 0;
}

#section3 .card:hover .cardSubtitle {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#section4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #b8be14;
  background-image: url(../../img/property-management/section4_resized.jpg);
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
}

#section4 .flex-rowPM {
  width: 100%;
}

#section4 .title {
  max-width: 550px;
}

#section4 .title h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 60px;
  color: #333f49;
}

#section4 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333f49;
}

#section4 p {
  color: #ffffff;
}

#section4 .rowPM {
  width: 50%;
}

#section4 .rowPM.text {
  padding: 80px 0;
  max-width: 486px;
}

#section5 {
  padding: 55px 0 0;
}

#section5 .containerPM {
  background-image: url(../../img/property-management/parterre_resized.jpg);
  background-size: contain;
  background-position: -90%;
  background-repeat: no-repeat;
}

#section5 .rowPM {
  width: 50%;
}

#section5 .rowPM.bgcolor {
  background-color: #29333d;
  width: 40%;
}

#section5 .wrapper {
  height: 481px;
  padding: 0 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 77px;
}

#section5 .title h2 {
  color: #b8be14;
  font-size: 66px;
  line-height: 60px;
}

#section5 .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

#section5 ul {
  padding: 0;
  margin: 0;
}

#section5 li {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  list-style-type: none;
}

#section6 {
  background-color: #f0f0f0;
}

.rentalHeader {
  background-color: #b8be14;
}

.rentalHeader .wrapper {
  padding: 30px 72px;
}

.rentalHeader .title {
  max-width: 280px;
}

main#property-management .rentalHeader .title h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 60px;
  color: #333f49;
}

.rentalHeader .border {
  width: 2px;
  height: 100px;
  background: #ffffff;
  margin: 0 auto;
}

.rentalHeader .rowPM.text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

.services {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 50px;
}

.services:last-of-type {
  padding-top: 0;
}

.cardService {
  display: flex;
  background: #e4e4e4;
  width: 50%;
  margin-right: 30px;
  padding: 36px;
  align-items: center;
  justify-content: flex-start;
}

.cardService:last-of-type {
  margin-right: 0;
}

.cardService .icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cardService .icon.i1 {
  background-image: url(../../img/property-management/icons/1.svg);
}
.cardService .icon.i2 {
  background-image: url(../../img/property-management/icons/2.svg);
}
.cardService .icon.i3 {
  background-image: url(../../img/property-management/icons/3.svg);
}
.cardService .icon.i4 {
  background-image: url(../../img/property-management/icons/4.svg);
}

.cardService .description {
  border-left: 5px solid #e4e4e4;
  mix-blend-mode: multiply;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #808080;
  margin-left: 24px;
  padding-left: 24px;
}

#section7 {
  background-color: #b8be14;
  background-image: url(../../img/property-management/section7_resized.jpg);
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
  padding-bottom: 82px;
}

#section7 .rowPM {
  width: 50%;
}

#section7 .wrapper {
  max-width: 488px;
}

#section7 .title {
  padding: 46px 0 22px 0;
}

#section7 .title h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 66px;
  color: #333f49;
  margin: 0;
}

#section7 .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 22.05px;
  line-height: 29px;
  color: #29333d;
}

#section7 .list {
  padding-top: 42px;
}

#section7 .list .item {
  padding-bottom: 20px;
}

#section7 .list .item:last-of-type {
  padding-bottom: 0;
}

#section7 .list .item .head {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #333f49;
}

#section7 .list .item .description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

#section8 {
  background-color: #ffffff;
  padding-top: 200px;
  height: 744px;
  padding-bottom: 62px;
}

#section8 .rentalHeader {
  position: absolute;
  top: -145px;
}

#section8 .rentalHeader .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.pattern {
  background-image: url(../../img/property-management/pattern-min.png);
  background-size: cover;
  background-position: center;
  background-color: #29333d;
  height: 100%;
  padding-bottom: 62px;
}

#section8 .carousel-container {
  position: absolute;
  top: 200px;
  width: 100%;
}

#section8 .cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#section8 .card {
  max-width: 33.3333%;
  margin-right: 24px;
}

#section8 .card:last-of-type {
  margin-right: 0;
}

#section8 .card .header {
  height: 250px;
  display: flex;
  background-color: #b8be14;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#section8 .card .icon {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#section8 .card .icon.i1 {
  background-image: url(../../img/property-management/icons/6.svg);
}

#section8 .card .icon.i2 {
  background-image: url(../../img/property-management/icons/5.svg);
}

#section8 .card .icon.i3 {
  background-image: url(../../img/property-management/icons/7.svg);
}

#section8 .card .body {
  background-color: #ffffff;
  padding: 32px;
  min-height: 215px;
}

#section8 .card .body .title {
  font-weight: 500;
  font-size: 22.05px;
  line-height: 29px;
  color: #404041;
}

#section8 .card .body .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #808080;
  margin-top: 8px;
}

#section9 {
  background-color: #b8be14;
  padding: 72px 0;
}

#section9 .title h2 {
  font-weight: 500;
  font-size: 50.21px;
  line-height: 50px;
  color: #333f49;
  margin: 0 0 17px 0;
}

#section9 .rowPM {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 33.3333%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
#section9 .points {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  list-style: "• ";
}
#section9 .socialNetworks {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  width: 50px;
}
#section9 .socialNetworks .TW {
  content: url(../../img/property-management/icons/TW.svg);
}
#section9 .socialNetworks .FB {
  content: url(../../img/property-management/icons/FB.svg);
}
#section9 .socialNetworks .IG {
  content: url(../../img/property-management/icons/IG.svg);
}
#section9 .socialNetworks .LD {
  content: url(../../img/property-management/icons/LD.svg);
}
.footerPM {
  background-color: #b8be14;
  padding: 32px 0;
}

.logos .rowPM {
  margin-right: 34px;
}

.logos .rowPM:last-of-type {
  margin-right: 0;
}

.logo_panama_pacifico {
  width: 120px;
  height: 37px;
  background-image: url(../../img/property-management/PanamaPacifico.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_househunters {
  width: 232px;
  height: 37px;
  background-image: url(../../img/property-management/HouseHunterPanama.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.copyright p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.carousel-button {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  background: transparent;
  border: none;
  color: #b8be14;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.carousel-button-prev {
  left: 15%;
}

.carousel-button-next {
  right: 15%;
}

/* Para móvil */
@media (max-width: 1024px) {
  #section4 .title h2 {
    font-size: 42px;
    line-height: 40px;
  }
  #section5 .title h2 {
    font-size: 42px;
    line-height: 40px;
  }
}

/* Para tablet */
@media (max-width: 1024px) {
  main#property-management h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .containerPM {
    max-width: 960px;
  }
  .w-60 {
    width: 100%;
  }
  .w-40 {
    width: 100%;
  }
  .w-50 {
    width: 100%;
  }
  .section1 {
    height: 480px;
  }
  .logocontainerPM {
    width: 320px;
    height: 106px;
  }
  .logo {
    height: 40px;
  }
}
/* Cambiar luego prueba */
@media (max-width: 825px) { 
  .carousel-container {
    position: relative;
  }
  .carousel {
    scrollbar-width: none;
    scrollbar-height: none;
  }
  .carousel::-webkit-scrollbar {
    display: none; /* para Chrome, Safari, etc. */
  }
  #section3 {
    height: auto;
  }
  #section3 .carousel,
  #section8 .carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
  }
  #section3 .carousel .card,
  #section8 .carousel .card {
    flex: 1 0 100% !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    max-width: 100%;
  }
  .carousel-button {
    display: flex;
  }

  .carousel .card-content {
    width: 50%;
    margin: 0 auto;
  }
}

/* Para móvil */
@media (max-width: 768px) {
  main#property-management h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .containerPM {
    max-width: 720px;
  }
  .w-60 {
    width: 100%;
  }
  .w-40 {
    width: 100%;
  }
  .w-50 {
    width: 100%;
  }
  .section1 {
    height: 360px;
  }
  /* .logocontainerPM {
    width: 160px;
  } */
 /*  .logo {
    height: 20px;
  } */
}
/* ==== Mobile ===== */
@media (min-width: 320px) and (max-width: 767px) {
  .subtitle p {
    max-width: 420px;
  }
  /* ==== SECCIÓN #1 ==== */
  /* ---- Panamá Pacífico ---- */
  .section1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .topcontainerPM {
    width: 100%;
    height: 35px;
    background-color: #b8be14;
  }
  .logoContainerPP {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .logoPP {
    background-image: url(../../img/property-management/PanamaPacifico.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
  }
  /* ---- House Hunters Panamá ---- */
  .leftcontainerPM {
    width: 100%;
  }
  .logocontainerPM {
    width: 100%;
    height: 53px;
    background-color: #29333d;
    margin-left: unset;
  }
  .logo {
    height: 35px;
    max-height: 60px;
  }
  /* ===== SECCIÓN #2 ===== */
  .flex-rowPM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
  /* ----- Titulo y Descripcion ---- */
  #section2 .rowPM {
    align-items: center;
  }
  #section2 .title h2 {
    max-width: unset;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
  }
  #section2 p {
    font-size: 13px;
    text-align: center;
  }
  .infoPM {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  #section2 {
    padding: unset;
  }
  /* ----- Imagen ----- */
  #section2 .imagecontainerPM {
    padding: unset;
  }
  /* ===== SECCIÓN #3 ===== */

  /* ----- Titulo ---- */
  #section3 .containerPM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
  #section3 .title {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section3 .title h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
  }
  .divisor {
    border: 2px solid #ffffff;
  }
  #section3 .title .divisor {
    width: 90%;
  }
  /* ---- Cards ---- */
  #section3 .cardcontainerPM {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #section3 .card-content {
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section3 .cardBody {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  #section3 .cardTitle {
    font-size: 20px;
  }
  /* -- Buttons -- */
  #section3 .carousel-button {
    width: 30px;
    height: 30px;
    align-items: unset;
    justify-content: center;
  }

  .carousel-button-prev {
    left: 16.5%;
  }

  .carousel-button-next {
    right: 16.5%; /* 15 */
  }
  /* ===== SECCIÓN #4 ===== */
  .containerSec4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #section4 .rowPM {
    width: 100%;
  }
  .mincontainerPM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #section4 .title {
    width: 100%;
    max-width: 300px;
    margin: unset;
  }
  #section4 .divisorMB {
    margin-bottom: 20px;
  }
  #section4 .title h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
  }
  #section4 h3 {
    font-size: 13px;
    font-weight: bold;
  }
  .sectioncontainerPM p {
    font-size: 13px;
  }
  .sectioncontainerPM {
    text-align: center;
  }
  /* --- Imagen --- */
  #section4 {
    background-image: unset;
  }
  #section4 .imgSec4 {
    content: url(../../img/property-management/section4_resized.jpg);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ==== SECCIÓN #5 ==== */
  #section5 {
    padding: unset;
  }
  #section5 .containerPM .flex-rowPM {
    padding-top: unset;
    display: flex;
    flex-direction: column-reverse;
  }
  .divisorMB {
    width: 100%;
    border: 2px solid #ffffff;
  }
  #section5 .rowPM.bgcolor {
    width: 100%;
    height: 100%;
    background-image: url(../../img/property-management/pattern-min.png);
    background-size: cover;
    background-position: center;
  }
  #section5 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    /* padding-bottom: 80px; */
  }
  #section5 .title h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  #section5 .title {
    padding-bottom: 30px;
    max-width: 200px;
  }
  #section5 .subtitle p {
    text-align: center;
    font-size: 13px;
  }
  /* --- lista --- */
  #section5 ul {
    text-align: center;
  }
  #section5 li {
    font-size: 13px;
  }
  #section5 .image {
    content: url(../../img/property-management/parterre_resized.jpg);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ====== SECCIÓN 6 ======= */
  #section6 .rentalHeader {
    padding: 20px 0;
  }
  #section6 .flex-rowPM {
    display: flex;
    flex-direction: row;
    padding-top: unset;
  }
  #section6 .containerSec6 {
    display: flex;
    flex-direction: row;
    /* width: auto; */
  }
  #section6 .w-40 {
    width: auto;
  }
  /* --- Rental Service --- */
  .rentalHeader {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rentalHeader .title {
    max-width: 110px;
    margin-right: 10px;
  }
  main#property-management .rentalHeader .title h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: unset;
  }
  #section6 .rentalHeader .border {
    margin: 0 5px;
    margin-right: 10px;
  }
  .rentalHeader .wrapper {
    padding: 0 20px;
  }
  .rentalHeader .rowPM.text p {
    max-width: 300px;
    font-size: 13px;
    line-height: normal;
  }
  /* --- Cards Services --- */
  main#property-management .containerPM {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: unset;
    row-gap: 10px;
  }

  .cardService {
    display: flex;
    background: #e4e4e4;
    width: 90%;
    max-width: 420px;
    padding: 36px;
    align-items: center;
    margin: unset;
  }
  .cardService .icon {
    width: 30px;
    height: 30px;
  }
  .sv1 {
    padding-top: 80px;
  }
  .sv2 {
    padding-bottom: 80px;
  }
  /* ===== SECCIÓN 7 ===== */
  #section7 {
    background-image: unset;
    padding-bottom: unset;
  }
  /* #section7 .containerPM {
    width: 100%;
    height: 100%;
    
  } */
  #section7 .rowPM {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section7 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
  }
  #section7 .title h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  #section7 .title {
    padding: unset;
    padding-bottom: 10px;
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section7 .subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  #section7 .divisorMB {
    margin-bottom: 5px;
  }
  /* --- lista --- */
  #section7 .list {
    text-align: center;
    padding-top: 10px;
  }
  #section7 .list .item .head,
  #section7 .list .item .description {
    font-size: 13px;
  }
  #section7 .image {
    content: url(../../img/property-management/section7_resized.jpg);
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  /* ====== SECCIÓN 8 ======= */
  #section8 {
    width: 100%;
    height: 100%;
    padding: unset;
  }
  #section8 .rentalHeader {
    padding: 20px 0;
    position: unset;
  }
  #section8 .flex-rowPM {
    display: flex;
    flex-direction: row;
    padding-top: unset;
  }
  #section8 .containerSec8 {
    display: flex;
    flex-direction: row;
    /* width: auto; */
  }
  #section8 .rowPM .text {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  #section8 .rentalHeader .text p {
    max-width: 300px;
    font-size: 13px;
  }
  #section8 .w-40 {
    width: auto;
  }
  #section8 .rowPM .w-60 {
    width: auto;
  }
  /* --- Rental Service --- */
  .rentalHeader {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rentalHeader .title {
    max-width: 110px;
    margin-right: 10px;
  }
  #section8 .rentalHeader .border {
    margin-right: 10px;
  }
  /* --- Carrusel --- */
  #section8 .carousel .card-content {
    width: 80%;
    margin: unset;
  }
  #section8 .carousel-container {
    position: unset;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #section8 .carousel-container__cards {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 100%;
  }
  #section8 .carousel-button__container {
    position: absolute;
    width: 100%;
    /* padding: 0 10px 0; */
  }
  #section8 .carousel-buttons {
    display: flex;
    justify-content: space-between;
  }
  #section8 .carousel .card {
    display: flex;
    justify-content: center;
  }
  #section8 .card .header {
    height: 150px;
  }

  #section8 .card .icon {
    width: 100px;
    height: 100px;
  }
  #section8 .card .body .title {
    font-size: 20px;
  }
  #section8 .card .body .description {
    font-size: 13px;
  }
  /* -- Buttons -- */
  .carousel-button {
    width: 30px;
    height: 30px;
  }

  .carousel-button-prev {
    left: 16.5%;
  }

  .carousel-button-next {
    right: 16.5%; /* 15 */
  }
  #section8 .carousel-button {
    position: unset;
    /* z-index: 2; */
    transform: unset;
    text-align: unset;
    align-items: unset;
    justify-content: center;
  }
  /* ===== SECCIÓN 9 ===== */
  #section9 .containerPM {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #section9 .title {
    width: 100%;
    max-width: 200px;
    margin-bottom: unset;
  }
  #section9 .divisorMB {
    width: 100%;
  }
  #section9 .title h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  #section9 .flex-rowPM {
    padding: unset;
  }
  #section9 .flex-rowPM .rowPM {
    width: 100%;
  }
  #section9 .socialNetworks {
    cursor: none;
    justify-content: center;
    width: 35px;
  }
  .footerPM {
    padding: 32px 24px;
  }
  /* .logo_panama_pacifico {
    padding-bottom: 24px;
  } */
  .footerPM .flex-rowPM {
    padding-top: 0;
  }
  .flex-rowPM.logos {
    padding-top: 0;
    padding-bottom: 24px;
  }
  #section9 {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 24px 0;
  }
  #section9 .points {
    font-weight: bolder;
    color: #29333d;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: unset;
  }
  #section9 .flex-rowPM .rowPM {
    text-align: center;
    font-size: 13px;
  }
  #section9 .rowPM {
    max-width: 420px;
    justify-content: none;
    padding-bottom: 16px;
  }
  /* ==== FOOTER ==== */
  .footerPM {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 32px 0; */
  }
  .footerPM .containerPM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footerPM .flex-rowPM {
    max-width: 420px;
  }
  .footerPM .flex-rowPM .logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: unset;
    justify-content: space-evenly;
  }
  .footerPM .rowPM {
    margin: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_panama_pacifico {
    width: 100px;
  }
  .logo_househunters {
    width: 142px;
  }
}
/* ==== Tablets ==== */
@media (min-width: 768px) and (max-width: 1023px) {
  .leftcontainerPM {
    width: 100%;
  }
  .subtitle p {
    max-width: 420px;
  }
  /* ==== SECCIÓN #1 ==== */
  /* ---- Panamá Pacífico ---- */
  .section1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* ---- House Hunters Panamá ---- */
  .leftcontainerPM {
    width: 100%;
  }
  .logocontainerPM {
    /* margin-left: unset; */
  } 
  /* ===== SECCIÓN #2 ===== */
  .flex-rowPM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
  /* ----- Titulo y Descripcion ---- */
  #section2 .rowPM {
    align-items: center;
  }
  #section2 .title h2 {
    max-width: unset;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
  }
  #section2 p {
    font-size: 16px;
    text-align: center;
  }
  .infoPM {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  #section2 {
    padding: unset;
  }
  /* ----- Imagen ----- */
  #section2 .imagecontainerPM {
    padding: unset;
  }
  /* ===== SECCIÓN #3 ===== */

  /* ----- Titulo ---- */
  #section3 .containerPM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }
  #section3 .title {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section3 .title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
  }
  .divisor {
    border: 4px solid #ffffff;
  }
  #section3 .title .divisor {
    width: 90%;
  }
  /* ---- Cards ---- */
  #section3 .cardcontainerPM {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #section3 .card-content {
    padding: 25px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section3 .cardBody {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  #section3 .cardTitle {
    max-width: 260px;
    font-size: 25px;
  }
  #section3 .cardSubtitle {
    max-width: 230px;
    font-size: 14px;
  }
  #section3 .carousel-button {
    width: 40px;
    height: 40px;
    justify-content: center;
  }
  /* ===== SECCIÓN #4 ===== */
  .containerSec4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #section4 .rowPM {
    width: 100%;
  }
  .mincontainerPM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #section4 .title {
    width: 100%;
    max-width: 400px;
    margin: unset;
  }
  #section4 .divisorMB {
    margin-bottom: 30px;
  }
  #section4 .title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
  }
  #section4 h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .sectioncontainerPM p {
    font-size: 16px;
  }
  .sectioncontainerPM {
    text-align: center;
  }
  /* --- Imagen --- */
  #section4 {
    background-image: unset;
  }
  #section4 .imgSec4 {
    content: url(../../img/property-management/section4_resized.jpg);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ==== SECCIÓN #5 ==== */
  #section5 {
    padding: unset;
  }
  #section5 .containerPM .flex-rowPM {
    padding-top: unset;
    display: flex;
    flex-direction: column-reverse;
  }
  .divisorMB {
    width: 100%;
    border: 4px solid #ffffff;
  }
  #section5 .rowPM.bgcolor {
    width: 100%;
    height: 100%;
    background-image: url(../../img/property-management/pattern-min.png);
    background-size: cover;
    background-position: center;
  }
  #section5 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    /* padding-bottom: 80px; */
  }
  #section5 .title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
  }
  #section5 .title {
    padding-bottom: 30px;
    max-width: 500px;
  }
  #section5 .subtitle p {
    text-align: center;
    font-size: 16px;
  }
  /* --- lista --- */
  #section5 ul {
    text-align: center;
  }
  #section5 li {
    font-size: 16px;
  }
  #section5 .image {
    content: url(../../img/property-management/parterre_resized.jpg);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ====== SECCIÓN 6 ======= */
  #section6 .rentalHeader {
    padding: 20px 0;
  }
  #section6 .flex-rowPM {
    display: flex;
    flex-direction: row;
    padding-top: unset;
  }
  #section6 .containerSec6 {
    display: flex;
    flex-direction: row;
    /* width: auto; */
  }
  #section6 .w-40 {
    width: auto;
  }
  /* --- Rental Service --- */
  .rentalHeader {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rentalHeader .title {
    max-width: 110px;
    margin-right: 10px;
  }
  main#property-management .rentalHeader .title h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: unset;
  }
  .rentalHeader .border {
    margin: 0 5px;
    margin-right: 10px;
  }
  .rentalHeader .wrapper {
    padding: 0 20px;
  }
  .rentalHeader .rowPM.text p {
    max-width: 500px;
    font-size: 16px;
    line-height: normal;
    margin: unset;
  }
  /* --- Cards Services --- */
  main#property-management .containerPM {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: unset;
    row-gap: 10px;
  }

  .cardService {
    display: flex;
    background: #e4e4e4;
    width: 90%;
    max-width: 420px;
    padding: 36px;
    align-items: center;
    margin: unset;
  }
  .cardService .icon {
    width: 30px;
    height: 30px;
  }
  .sv1 {
    padding-top: 80px;
  }
  .sv2 {
    padding-bottom: 80px;
  }
  /* ===== SECCIÓN 7 ===== */
  #section7 {
    background-image: unset;
    padding-bottom: unset;
  }
  #section7 .rowPM {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section7 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
  }
  #section7 .title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #section7 .title {
    padding: unset;
    padding-bottom: 10px;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #section7 .subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  #section7 .divisorMB {
    margin-bottom: 20px;
  }
  /* --- lista --- */
  #section7 .list {
    text-align: center;
    padding-top: 10px;
  }
  #section7 .list .item .head,
  #section7 .list .item .description {
    font-size: 16px;
  }
  #section7 .list .item .head {
    font-weight: bold;
  }
  #section7 .image {
    content: url(../../img/property-management/section7_resized.jpg);
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  /* ====== SECCIÓN 8 ======= */
  #section8 {
    width: 100%;
    height: 100%;
    padding: unset;
  }
  #section8 .rentalHeader {
    padding: 20px 0;
    position: unset;
  }
  #section8 .flex-rowPM {
    display: flex;
    flex-direction: row;
    padding-top: unset;
  }
  #section8 .containerSec8 {
    display: flex;
    flex-direction: row;
    /* width: auto; */
  }
  #section8 .rowPM .text {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  #section8 .rentalHeader .text p {
    font-size: 16px;
    margin: unset;
  }
  #section8 .w-40 {
    width: auto;
  }
  #section8 .w-60 {
    width: auto;
  }
  /* --- Rental Service --- */
  .rentalHeader .title {
    max-width: 110px;
    margin-right: 20px;
  }
  /* --- Carrusel --- */
  #section8 .carousel .card-content {
    width: 80%;
    margin: unset;
  }
  #section8 .carousel-container {
    position: unset;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #section8 .carousel-container__cards {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: unset;
    height: 100%;
  }
  #section8 .cards {
    align-items: flex-start;
  }
  #section8 .carousel-button__container {
    position: absolute;
    width: 100%;
    /* padding: 0 10px 0; */
  }
  #section8 .carousel-buttons {
    display: flex;
    justify-content: space-between;
  }
  #section8 .carousel .card {
    display: flex;
    justify-content: center;
    margin-right: unset;
  }
  #section8 .card .header {
    height: 150px;
  }

  #section8 .card .icon {
    width: 100px;
    height: 100px;
  }
  #section8 .card .body .title {
    font-size: 25px;
  }
  #section8 .card .body .description {
    font-size: 16px;
  }
  /* -- Buttons -- */
  #section8 .carousel-button {
    width: 40px;
    height: 40px;
    justify-content: center;
    position: unset;
    transform: unset;
  }

  .carousel-button-prev {
    left: 16.5%;
  }

  .carousel-button-next {
    right: 16.5%; /* 15 */
  }
  /* ===== SECCIÓN 9 ===== */
  #section9 .containerPM {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #section9 .title {
    width: 100%;
    max-width: 400px;
    margin-bottom: unset;
  }
  #section9 .divisorMB {
    width: 100%;
    margin-bottom: 20px;
  }
  #section9 .title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #section9 .flex-rowPM {
    padding: unset;
  }
  #section9 .flex-rowPM .rowPM {
    width: 100%;
  }
  .footerPM {
    padding: 32px 24px;
  }
  .footerPM .flex-rowPM {
    padding-top: 0;
  }
  .flex-rowPM.logos {
    padding-top: 0;
    padding-bottom: 24px;
  }
  #section9 {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 24px 0;
  }
  #section9 .points {
    font-weight: bolder;
    color: #29333d;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: unset;
  }
  #section9 .flex-rowPM .rowPM {
    text-align: center;
    font-size: 16px;
  }
  #section9 .rowPM {
    max-width: 420px;
    justify-content: none;
    padding-bottom: 16px;
  }
  #section9 .socialNetworks {
    cursor: none;
    justify-content: center;
  }
  /* ==== FOOTER ==== */
  .footerPM {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 32px 0; */
  }
  .footerPM .containerPM {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footerPM .flex-rowPM {
    max-width: 420px;
  }
  .footerPM .flex-rowPM .logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: unset;
    justify-content: space-evenly;
  }
  .footerPM .rowPM {
    margin: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_panama_pacifico {
    width: 150px;
  }
  .logo_househunters {
    width: 192px;
  }
}
/* ========== Carrusel =============== */
@media (min-width: 320px) and (max-width: 824px) {
  #section8 .carousel-container__cards {
    max-width: 500px;
  }
}
/* ====== Padding secciones ====== */
@media (min-width: 1024px) and (max-width: 1240px) {
  #section2 .containerPM, #section3 .containerPM, #section4 .containerPM,
  #section7 .containerPM, #section9 .containerPM, .footerPM .containerPM {
    padding: 0px 24px; 
  }
  #section5 .wrapper {
    padding: 0 10px;
    padding-bottom: 77px;
  }
}
/* Logo Sección 1 */ 
@media (min-width: 1024px) and (max-width: 1400px) {
  .logocontainerPM {
    width: 40%;
    height: 200px;
  }
  .logocontainerPM .logo {
    height: 55px;
  }
}