@charset "UTF-8";
body {
  --primary-color: #1B1B1B;
  --secondary-color: #D9D9D6;
  --black: black;
  --white: white;
  --light_silver:#D9D9D6;
  --light_gray:#EEEEED;
  --whatsapp: #25d366;
  --yellow:#FCD13C;
  --gray: #BDBDB8;
  --grayDark: #737373;
}

.bg_light_gray {
  background-color: var(--light_gray);
}
.bg_white {
  background-color: white;
}

.button_hero {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  background-color: var(--light_gray);
  color: var(--primary-color);
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button_hero_bold {
  font-weight: 700;
}
.button_hero_white {
  background-color: var(--white);
}
@media screen and (max-width: 1200px) {
  .button_hero {
    font-size: 1rem;
  }
}
.button_filter_section {
  font-size: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .button_filter_section {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .button_filter_section {
    padding: 10px;
  }
}
.button_filter_section.inactive {
  background-color: var(--light_gray);
}
.button_filter {
  padding: 10px 20px;
  background-color: var(--light_gray);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .button_filter {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .button_filter {
    padding: 10px 30px;
  }
}
.button_filter_white {
  background-color: var(--white);
}
.button_filter_white:hover, .button_filter_white:active, .button_filter_white.show {
  background-color: var(--white) !important;
}
.button_filter:hover {
  background-color: var(--light_gray);
}
.button_filter::after {
  border: none;
  vertical-align: 0.055em;
  content: url("../../../front/images/icons/select-arrow.svg");
}
@media screen and (max-width: 992px) {
  .button_more_filters {
    border: 1px solid black;
  }
  .button_more_filters span {
    display: none;
  }
}
.button_dark {
  font-weight: 700;
  font-size: 18px;
  color: var(--light_gray);
  background-color: var(--primary-color);
  border: none;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  text-decoration: none;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 1200px) {
  .button_dark {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    padding: 10px;
    font-size: 1.0625rem;
  }
}
.button_dark_fit_content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .button_dark_fit_content {
    width: 100%;
  }
}
.button_dark svg path {
  stroke: var(--light_gray);
}
.button_view_all {
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .button_view_all {
    font-size: 1rem;
  }
}
.button_active_filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  border: 2px solid;
  border-color: var(--light_silver);
  background-color: white;
  border-radius: 4px;
  padding: 4px 12px;
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .button_active_filter {
    padding: 4px 8px;
    font-size: 0.875rem;
  }
}
.button_active_filter svg {
  padding-top: 1px;
}
.button_active_filter_clean {
  border: 2px solid;
  border-color: var(--grayDark);
  background-color: transparent;
}
.button_category {
  position: absolute;
  border-radius: 4px;
  background-color: var(--primary-color);
  color: var(--light_silver);
  top: 10px;
  left: 10px;
  border: none;
  padding: 4px 15px;
  text-align: center;
}
.button_property_nav {
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1450px) {
  .button_property_nav {
    padding: 8px 12px;
  }
}
.button_property_nav.active {
  background-color: var(--light_gray);
}
.button_contact {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: var(--primary-color);
  font-size: 16px;
  margin-bottom: 15px;
}
.button_back {
  background-color: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .button_back {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -ms-flex-align: center;
        align-items: center;
  }
}

.owl-carousel {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  color: var(--black);
  opacity: 0;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

/* Satoshi */
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/NWBQYJIM7GCZ5XWD7D26ARB3VDY55ZRT/K63EV2KZIGKLE7RANQ2U42S6SVHU5RJ7/X6XYTKIVDUW7GZTZPZNN4EUM5KH54KHF.woff2") format("woff2"), url("//cdn.fontshare.com/wf/NWBQYJIM7GCZ5XWD7D26ARB3VDY55ZRT/K63EV2KZIGKLE7RANQ2U42S6SVHU5RJ7/X6XYTKIVDUW7GZTZPZNN4EUM5KH54KHF.woff") format("woff"), url("//cdn.fontshare.com/wf/NWBQYJIM7GCZ5XWD7D26ARB3VDY55ZRT/K63EV2KZIGKLE7RANQ2U42S6SVHU5RJ7/X6XYTKIVDUW7GZTZPZNN4EUM5KH54KHF.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/3JZIFUW7KLFSPLVCIUI2DLGNIER6IFCX/MMP4RUF5LYGUAZS3DCJC3GJ6F6SAGKSN/E3NEPGEAHYCHR37DSBXHV33XCYYRE2CY.woff2") format("woff2"), url("//cdn.fontshare.com/wf/3JZIFUW7KLFSPLVCIUI2DLGNIER6IFCX/MMP4RUF5LYGUAZS3DCJC3GJ6F6SAGKSN/E3NEPGEAHYCHR37DSBXHV33XCYYRE2CY.woff") format("woff"), url("//cdn.fontshare.com/wf/3JZIFUW7KLFSPLVCIUI2DLGNIER6IFCX/MMP4RUF5LYGUAZS3DCJC3GJ6F6SAGKSN/E3NEPGEAHYCHR37DSBXHV33XCYYRE2CY.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.woff2") format("woff2"), url("//cdn.fontshare.com/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.woff") format("woff"), url("//cdn.fontshare.com/wf/D7WD5OXZFWQ5T76HSPWAC7MNKAJXE2YG/LUGNSPO5YC34ABNB2O6K7AFDSOJZT56V/WNDVG7O66ENLOD43GS7FBUCC4KMT5OM2.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/BRQAKSEW34X5RMZXKNWSVNXMNXSLSG6X/DOBF42XRXCZ2WDWJNNFFNBHBHYFWLRQD/MVBFGLEMN2LQF4RKXAFO4YZFKXTEZ7FQ.woff2") format("woff2"), url("//cdn.fontshare.com/wf/BRQAKSEW34X5RMZXKNWSVNXMNXSLSG6X/DOBF42XRXCZ2WDWJNNFFNBHBHYFWLRQD/MVBFGLEMN2LQF4RKXAFO4YZFKXTEZ7FQ.woff") format("woff"), url("//cdn.fontshare.com/wf/BRQAKSEW34X5RMZXKNWSVNXMNXSLSG6X/DOBF42XRXCZ2WDWJNNFFNBHBHYFWLRQD/MVBFGLEMN2LQF4RKXAFO4YZFKXTEZ7FQ.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2") format("woff2"), url("//cdn.fontshare.com/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff") format("woff"), url("//cdn.fontshare.com/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/MPIFA4B3XXRNY2MJDGP6GOOOAF6EOCLO/W5E4ZFYPJ3V6JKMBGHB6YMITK6EWS2XA/QOMBWPST76ICDYF6WOBS7SQ7RBT67QW2.woff2") format("woff2"), url("//cdn.fontshare.com/wf/MPIFA4B3XXRNY2MJDGP6GOOOAF6EOCLO/W5E4ZFYPJ3V6JKMBGHB6YMITK6EWS2XA/QOMBWPST76ICDYF6WOBS7SQ7RBT67QW2.woff") format("woff"), url("//cdn.fontshare.com/wf/MPIFA4B3XXRNY2MJDGP6GOOOAF6EOCLO/W5E4ZFYPJ3V6JKMBGHB6YMITK6EWS2XA/QOMBWPST76ICDYF6WOBS7SQ7RBT67QW2.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2") format("woff2"), url("//cdn.fontshare.com/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff") format("woff"), url("//cdn.fontshare.com/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2") format("woff2"), url("//cdn.fontshare.com/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff") format("woff"), url("//cdn.fontshare.com/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2") format("woff2"), url("//cdn.fontshare.com/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff") format("woff"), url("//cdn.fontshare.com/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2") format("woff2"), url("//cdn.fontshare.com/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff") format("woff"), url("//cdn.fontshare.com/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2") format("woff2"), url("//cdn.fontshare.com/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff") format("woff"), url("//cdn.fontshare.com/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("//cdn.fontshare.com/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff2") format("woff2"), url("//cdn.fontshare.com/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.woff") format("woff"), url("//cdn.fontshare.com/wf/5ICO57VJIN252OT5L2KLEIPW754DTLAO/ZU64SLR2IEO66N27IVY5Z6JJJRTJECJK/TCTRLNEXANFIGSFCZTGQL7PZ5362GYK6.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
 * @license
 *
 * Font Family: Clash Grotesk
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-grotesk
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Clash Grotesk Variable(Variable font)
 * Clash Grotesk Extralight
 * Clash Grotesk Light
 * Clash Grotesk Regular
 * Clash Grotesk Medium
 * Clash Grotesk Semibold
 * Clash Grotesk Bold
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/
@font-face {
  font-family: "ClashGrotesk-Variable";
  src: url("../fonts/ClashGrotesk-Variable.woff2") format("woff2"), url("../fonts/ClashGrotesk-Variable.woff") format("woff"), url("../fonts/ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Extralight";
  src: url("../fonts/ClashGrotesk-Extralight.woff2") format("woff2"), url("../fonts/ClashGrotesk-Extralight.woff") format("woff"), url("../fonts/ClashGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Light";
  src: url("../fonts/ClashGrotesk-Light.woff2") format("woff2"), url("../fonts/ClashGrotesk-Light.woff") format("woff"), url("../fonts/ClashGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Regular";
  src: url("../fonts/ClashGrotesk-Regular.woff2") format("woff2"), url("../fonts/ClashGrotesk-Regular.woff") format("woff"), url("../fonts/ClashGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Medium";
  src: url("../fonts/ClashGrotesk-Medium.woff2") format("woff2"), url("../fonts/ClashGrotesk-Medium.woff") format("woff"), url("../fonts/ClashGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Semibold";
  src: url("../fonts/ClashGrotesk-Semibold.woff2") format("woff2"), url("../fonts/ClashGrotesk-Semibold.woff") format("woff"), url("../fonts/ClashGrotesk-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Bold";
  src: url("../fonts/ClashGrotesk-Bold.woff2") format("woff2"), url("../fonts/ClashGrotesk-Bold.woff") format("woff"), url("../fonts/ClashGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.footer {
  background-color: var(--primary-color);
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 40px 0;
  }
}
.footer_col {
  width: 40%;
}
.footer_col_big {
  width: 60%;
}
.footer_inner_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer_inner_col {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 40px;
  }
}
.footer .copyright {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .footer .copyright {
    margin-top: 50px;
  }
}
.footer .redes_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .footer .redes_block {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer .redes_block {
    margin-top: 40px;
    margin-bottom: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.footer .redes_block a {
  color: transparent;
}
.footer_nav {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .footer_nav {
    margin-top: 50px;
  }
}
.footer_nav li {
  list-style: none;
  margin-bottom: 10px;
}
.footer_nav a {
  text-decoration: none;
}

.whatsapp_fixed {
  position: fixed;
  width: 100px;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .whatsapp_fixed {
    max-width: 60px;
  }
}

.whatsapp_container {
  position: relative;
  max-width: 100px;
  transition: all 5s ease;
}
@media screen and (max-width: 992px) {
  .whatsapp_container {
    max-width: 60px;
  }
}
.whatsapp_container .whatsapp_link {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
}
.whatsapp_container .whatsApp_icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 4;
}
.whatsapp_container .whatsApp_icon svg {
  transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  width: 25px;
  height: auto;
}
.whatsapp_container .whatsApp_icon svg path {
  stroke: var(--primary-color);
}

.whatsapp_container:hover {
  cursor: pointer;
}
.whatsapp_container:hover .textcircle {
  -webkit-transform: scale(1.2) rotate(90deg);
          transform: scale(1.2) rotate(90deg);
}
.whatsapp_container:hover .whatsApp_icon svg {
  -webkit-transform: scale(1.2) rotate(360deg);
          transform: scale(1.2) rotate(360deg);
}
.whatsapp_container .whatsapp_text {
  position: relative;
  z-index: 3;
  max-width: 100px;
  border-radius: 50%;
}
.whatsapp_container .whatsapp_text svg {
  max-width: 100px;
  overflow: visible;
}
.whatsapp_container .whatsapp_text .textcircle {
  transition: -webkit-transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 1s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform-origin: 250px 250px;
          transform-origin: 250px 250px;
}
@media screen and (max-width: 992px) {
  .whatsapp_container .whatsapp_text .textcircle:last-child {
    display: none;
  }
}
.whatsapp_container .whatsapp_text text {
  font-size: 60px;
  fill: var(--primary-color);
  letter-spacing: 6px;
  -webkit-transform-origin: 250px 250px;
          transform-origin: 250px 250px;
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.grecaptcha-badge {
  bottom: 200px !important;
}
@media screen and (max-width: 576px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

form .form-password {
  position: relative;
}
form .form-password #form-eye {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
form .form-password .form-control:valid, form .form-password .form-control:invalid {
  background-position: right calc(0.375em + 2.1875rem) center;
}
form .form-password .was-validated .form-control:valid, form .form-password .was-validated .form-control:invalid {
  padding-right: calc(1.5em + 2.75rem);
}
form.was-validated .form-control:invalid {
  background-image: url("../../../images/warning-invalid.svg");
}
form.was-validated input:invalid, form.was-validated select:invalid, form.was-validated textarea:invalid {
  -webkit-animation: shake 300ms;
          animation: shake 300ms;
}
@-webkit-keyframes shake {
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  75% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@keyframes shake {
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  75% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
form .file {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
form .file #customFile {
  display: none !important;
}
form .file #fileInputName {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
form .file .file-button {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  padding: 7px 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
  min-width: 195px;
  text-align: center;
  margin: 0 10px 0 0;
}
form .file img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar.show-background {
  background-color: rgba(27, 27, 27, 0.4);
}
@media screen and (max-width: 992px) {
  .navbar {
    background-color: rgba(27, 27, 27, 0.4);
  }
  .navbar.open {
    background-color: var(--primary-color);
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 1s ease;
  }
  .navbar .navbar-collapse {
    margin-top: 100px;
    text-align: center;
  }
}

.navbar-black .nav-item a {
  color: var(--primary-color);
}
.navbar-black .navbar-brand svg path {
  fill: var(--primary-color);
}
.navbar-black.show-background {
  background-color: rgba(255, 255, 255, 0.4);
}
.navbar-black .icon-bar {
  background-color: var(--primary-color) !important;
}

.navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  width: 50px;
  height: 40px;
  margin: 0 !important;
  transition: 0.3s;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler .icon-bar {
  width: 100%;
  height: 3px !important;
  background-color: var(--white);
  display: block;
  position: relative;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 0 5px 0;
}
.navbar-toggler .icon-bar:last-child {
  margin: 0;
}
.navbar-toggler .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}
.navbar-toggler .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
}
.navbar-toggler .icon-bar:nth-child(3) {
  visibility: hidden;
  opacity: 0;
  width: 50%;
  margin-left: auto;
}
.navbar-toggler.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
}
.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
  background-color: var(--white);
}
@media screen and (max-width: 576px) {
  .dropdown-menu {
    border: 0;
  }
}

.col-megamenu {
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }
  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .megamenu .row {
    width: 100%;
  }
}
.nav-item {
  padding: 20px;
}
.nav-item a {
  text-decoration: none;
}
.nav-item.active a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.filterNav_container {
  position: relative;
  bottom: 70px;
  margin-bottom: -70px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .filterNav_container {
    bottom: 170px;
    margin-bottom: -170px;
  }
}
.filterNav_container .filters_buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: white;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (max-width: 992px) {
  .filterNav_container .filters_buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .filterNav_container .filters_buttons #precioHiden, .filterNav_container .filters_buttons #ambienteHiden {
    display: none;
  }
}
.filterNav_container .filter_category_buttons {
  display: -ms-flexbox;
  display: flex;
}
.filterNav_container .filter_category_buttons .button_filter_section {
  background-color: var(--light_gray);
  color: var(--gray);
  text-decoration: none;
}
.filterNav_container .filter_category_buttons .button_filter_section:first-of-type {
  border-radius: 4px 0 0 0;
}
.filterNav_container .filter_category_buttons .button_filter_section:last-child {
  border-radius: 0 4px 0 0;
}
.filterNav_container .filter_category_buttons .button_filter_section.active {
  background-color: var(--white);
  color: var(--primary-color);
}
.filterNav_container .filters-col {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 992px) {
  .filterNav_container .filters-col {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.filterNav_container #estadoHiden {
  display: none;
}

.dropdown-menu {
  min-width: 220px;
  padding: 20px;
  margin-bottom: 20px;
}
.dropdown-menu .inputs_text_container {
  margin: 20px 0;
}
.dropdown-menu .form-price {
  margin-bottom: 10px;
}
.dropdown-menu .form-check-label {
  font-weight: 400;
}

.input-text {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid;
  border-radius: 4px;
  border-color: var(--light_silver);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 27, 27, 0.062745098);
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media screen and (max-width: 992px) {
  .dropdown_price, .dropdown_rooms, .dropdown_status {
    display: none;
  }
}

#filterModal .modal-dialog {
  max-width: 610px;
}
@media screen and (max-width: 992px) {
  #filterModal .modal-content {
    max-height: 75lvh;
  }
}
#filterModal .modal-body {
  padding: 30px;
}
#filterModal .modal-body .inputs_text_container {
  margin: 25px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#filterModal .modal-body .inputs_text_container .form-check {
  width: 50%;
}
@media screen and (max-width: 992px) {
  #filterModal .modal-body .inputs_text_container .form-check {
    width: 100%;
  }
}
#filterModal .form-text {
  margin-right: 20px;
}
#filterModal .btn-group {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#filterModal .btn-group .btn {
  height: 48px;
  width: 48px;
  max-width: 48px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  font-weight: 700;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--light_gray);
  color: var(--primary-color);
  border: none;
}
#filterModal .btn-group .btn-check:checked + .btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
#filterModal .btn-close {
  display: none;
}
@media screen and (max-width: 992px) {
  #filterModal .btn-close {
    display: block;
    opacity: 1;
    background: url("../../../../front/images/icons/close-cross.svg") center/1em auto no-repeat;
  }
}
@media screen and (max-width: 992px) {
  #filterModal .modal-footer {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #filterModal .modal-footer button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#filterModal .filter_title {
  display: inline;
}

.text_secondary {
  font-family: "ClashGrotesk-Semibold";
}
.text_size_72 {
  font-size: 72px;
  line-height: 72px;
}
@media screen and (max-width: 1200px) {
  .text_size_72 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_72 {
    font-size: 48px;
    line-height: 48px;
  }
}
.text_size_48 {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .text_size_48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_48 {
    font-size: 28px;
  }
}
.text_size_36 {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .text_size_36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_36 {
    font-size: 24px;
  }
}
.text_size_28 {
  font-size: 28px;
}
.text_size_26 {
  font-size: 26px;
}
@media screen and (max-width: 1450px) {
  .text_size_26 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_26 {
    font-size: 20px;
  }
}
.text_size_24 {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .text_size_24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_24 {
    font-size: 24px;
  }
}
.text_size_20 {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .text_size_20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_20 {
    font-size: 18px;
  }
}
.text_size_18 {
  font-size: 18px;
}
@media screen and (max-width: 1450px) {
  .text_size_18 {
    font-size: 16px;
  }
}
.text_size_17 {
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  .text_size_17 {
    font-size: 15px;
  }
}
.text_size_16 {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .text_size_16 {
    font-size: 14px;
  }
}
.text_size_15 {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .text_size_15 {
    font-size: 13px;
  }
}
.text_size_14 {
  font-size: 14px;
}
.text_size_12 {
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .text_size_mob_36 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_32 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_28 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .text_size_mob_12 {
    font-size: 12px;
  }
}
.text_reg {
  font-weight: 400;
}
.text_medium {
  font-weight: 500;
}
.text_semi_bold {
  font-weight: 600;
}
.text_bold {
  font-weight: 700;
}
.text_extra_bold {
  font-weight: 800;
}
.text_white {
  color: var(--white);
}
.text_primarycolor {
  color: var(--primary-color);
}
.text_light_silver {
  color: var(--light_silver);
}
.text_black {
  color: var(--black);
}
.text_grayDark {
  color: var(--grayDark);
}

#float-cta {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999999999;
}
#float-cta a {
  display: inline-block;
  background-color: var(--whatsapp);
  border-radius: 50%;
  text-decoration: none;
  width: 55px;
  height: 55px;
  color: white;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 30px;
  transition: 0.3s;
}
#float-cta a:hover, #float-cta a:focus {
  text-decoration: none;
  background-color: #128c7e;
}
#float-cta a .fa-times, #float-cta a .fa-whatsapp {
  transition: 0.3s;
}
#float-cta a .fa-times {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#float-cta a.open .fa-times {
  visibility: visible;
  opacity: 1;
  display: block;
}
#float-cta a.open .fa-whatsapp {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#float-cta .float-bubble {
  background-color: red;
  border-radius: 50%;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  border: 1px solid white;
  right: 0;
  top: -10px;
  opacity: 0;
  transition: 0.3s;
}
#float-cta .float-bubble.alert-bubble {
  top: -3px;
  opacity: 1;
}
#float-cta .whatsapp-reply {
  padding: 25px 15px 0 15px;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: 0.5s;
  position: relative;
  opacity: 0;
  top: -30px;
}
#float-cta .whatsapp-reply.open-reply {
  top: 0;
  opacity: 1;
}
#float-cta .whatsapp-reply-image {
  font-size: 25px;
  text-align: right;
}
#float-cta .whatsapp-reply-msg {
  background-color: #e0fdc8;
  border-radius: 5px;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#float-cta .whatsapp-reply-msg p {
  margin: 0;
}
#float-cta .float-msg {
  position: absolute;
  left: -150px;
  width: 190px;
  top: 16px;
  background-color: var(--gray);
  color: var(--white);
  padding: 5px 3px;
  border-radius: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
#float-cta .whatsapp-msg-container {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: -20px;
  opacity: 0;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  width: 300px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--white);
  background-image: url("https://i.pinimg.com/originals/98/da/8f/98da8f9306de27424460d16e53938b72.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
#float-cta .whatsapp-msg-container.open {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
#float-cta .whatsapp-msg-header {
  text-align: center;
  background-color: var(--whatsapp);
  color: var(--white);
  padding: 10px;
}
#float-cta .whatsapp-msg-header h6 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
#float-cta .whatsapp-msg-close {
  margin: 0;
  padding: 0;
  outline: none;
  background-color: var(--white);
  color: var(--black);
  border: 2px solid var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  transition: 0.3s;
}
#float-cta .whatsapp-msg-close:hover {
  background-color: var(--black);
  color: var(--white);
}
#float-cta .whatsapp-msg-body {
  padding: 5px 15px;
  margin-top: 20px;
}
#float-cta .whatsapp-msg-body textarea {
  background-color: white;
  width: 100%;
  height: 60px;
  border: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-webkit-input-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-moz-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea:-ms-input-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea.placeholder, #float-cta .whatsapp-msg-body textarea::placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-footer {
  text-align: center;
  background-color: var(--white);
  border-top: 1px solid lightgray;
  padding: 5px;
}
#float-cta .btn-whatsapp-send {
  display: block;
  width: 100%;
  border: 2px solid var(--whatsapp);
  font-weight: 700;
  color: var(--white);
  background-color: var(--whatsapp);
  padding: 7px 15px;
  transition: 0.3s;
}
#float-cta .btn-whatsapp-send:hover {
  background-color: var(--white);
  color: var(--whatsapp);
}
#float-cta:hover .float-msg {
  opacity: 1;
  left: -200px;
  visibility: visible;
}
#float-cta.open .float-msg {
  display: none;
}
@media screen and (max-width: 576px) {
  #float-cta {
    display: none;
  }
}

.big_hero_container {
  height: 93vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1450px) {
  .big_hero_container {
    height: 90vh;
  }
}
@media screen and (max-width: 992px) {
  .big_hero_container {
    height: 100vh;
  }
}
.big_hero_container::before {
  content: "";
  background-color: #979797;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.big_hero_image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big_hero_content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 40%;
  row-gap: 20px;
}
@media screen and (max-width: 1450px) {
  .big_hero_content {
    max-width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .big_hero_content {
    max-width: 85%;
  }
}
.big_hero_subtitle {
  max-width: 90%;
}

.property_card_container {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: var(--white);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.property_card_container:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.property_card_container .card_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.property_card_container .card_image_container {
  width: 100%;
  height: 220px;
  border-radius: 4px 4px 0 0;
}
.property_card_container .card_image_container img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property_card_container .card_title {
  max-width: 95%;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.property_card_container .card_location {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.property_card_container .card_text_container {
  padding: 20px;
  border-radius: 0 0 4px 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.property_card_container .card_text_container_inner {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.property_card_container .price_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.property_card_container .price_block .meters-block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.property_card_container .price_block .meters {
  padding: 4px 8px;
  background-color: var(--light_silver);
}
.property_card_container .card_footer {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.property_card_container .card_footer_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 33.333%;
  border-right: 1px solid;
  border-color: var(--light_silver);
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.property_card_container .card_footer_item:last-child {
  border: none;
}
.property_card_container .card_footer_item_date {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: 100%;
}

.comment_container {
  background-color: var(--white);
  padding: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 25px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .comment_container {
    padding: 40px;
  }
}
@media screen and (max-width: 992px) {
  .comment_container {
    padding: 35px;
  }
}

.author_block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.author_block img {
  width: 48px !important;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#commentCarousel.owl-carousel, #looksLikeCarousel.owl-carousel {
  overflow: visible !important;
}
#commentCarousel.owl-carousel:hover .owl-prev, #looksLikeCarousel.owl-carousel:hover .owl-prev {
  left: -55px;
}
@media screen and (max-width: 992px) {
  #commentCarousel.owl-carousel:hover .owl-prev, #looksLikeCarousel.owl-carousel:hover .owl-prev {
    top: -50px;
    left: 0px;
  }
}
#commentCarousel.owl-carousel:hover .owl-next, #looksLikeCarousel.owl-carousel:hover .owl-next {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  #commentCarousel.owl-carousel:hover .owl-next, #looksLikeCarousel.owl-carousel:hover .owl-next {
    top: -50px;
    right: auto;
    left: 50px;
  }
}
#commentCarousel .owl-stage, #looksLikeCarousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
#commentCarousel .owl-nav button, #looksLikeCarousel .owl-nav button {
  opacity: 1;
  border: none;
}
#commentCarousel .owl-nav .owl-prev, #looksLikeCarousel .owl-nav .owl-prev {
  left: -55px;
}
@media screen and (max-width: 992px) {
  #commentCarousel .owl-nav .owl-prev, #looksLikeCarousel .owl-nav .owl-prev {
    top: -50px;
    left: 0px;
  }
}
#commentCarousel .owl-nav .owl-next, #looksLikeCarousel .owl-nav .owl-next {
  right: -55px;
}
#commentCarousel .owl-nav .owl-next svg, #looksLikeCarousel .owl-nav .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  #commentCarousel .owl-nav .owl-next, #looksLikeCarousel .owl-nav .owl-next {
    top: -50px;
    right: auto;
    left: 50px;
  }
}

.personalized_advice_section {
  background-color: var(--light_silver);
  position: relative;
  margin-bottom: 50px;
}
.personalized_advice_image {
  position: absolute;
  right: 0;
  height: 600px;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .personalized_advice_image {
    height: 520px;
  }
}
@media screen and (max-width: 992px) {
  .personalized_advice_image {
    position: relative;
    height: 336px;
    width: 100%;
  }
}
.personalized_advice_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 600px;
  max-width: 75%;
}
@media screen and (max-width: 1450px) {
  .personalized_advice_container {
    height: 520px;
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .personalized_advice_container {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .personalized_advice_container {
    height: auto;
    padding: 40px 0;
    max-width: 95%;
  }
  .personalized_advice_container button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.small_hero_container {
  height: 430px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .small_hero_container {
    -ms-flex-align: start;
        align-items: flex-start;
    height: 390px;
  }
}
.small_hero_container::before {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.5;
}
.small_hero_content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 40%;
}
@media screen and (max-width: 1450px) {
  .small_hero_content {
    max-width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .small_hero_content {
    top: 110px;
    max-width: 50%;
  }
}
.small_hero_image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_entrepreneurship_container {
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .card_entrepreneurship_container {
    margin: 30px 0;
  }
}

.entrepreneurship_card_container {
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  background-color: white;
  position: relative;
  margin-bottom: 25px;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 1450px) {
  .entrepreneurship_card_container {
    height: 290px;
  }
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 475px;
    border-radius: 0 0 4px 4px;
  }
}
.entrepreneurship_card_container:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.entrepreneurship_card_container .card_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.entrepreneurship_card_container .card_image_container {
  width: 35%;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 1200px) {
  .entrepreneurship_card_container .card_image_container {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container .card_image_container {
    width: 100%;
    height: 240px;
    border-radius: 4px 4px 0 0;
  }
}
.entrepreneurship_card_container .card_image_container img {
  border-radius: 4px 0 0 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container .card_image_container img {
    border-radius: 4px 4px 0 0;
  }
}
.entrepreneurship_card_container .card_text_container {
  padding: 40px;
  width: 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 1200px) {
  .entrepreneurship_card_container .card_text_container {
    padding: 25px;
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container .card_text_container {
    width: 100%;
    padding: 15px;
    border-radius: 0 0 4px 4px;
  }
}
.entrepreneurship_card_container .card_text_container .card_title, .entrepreneurship_card_container .card_text_container .card_description {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container .card_text_container .card_title, .entrepreneurship_card_container .card_text_container .card_description {
    -webkit-box-orient: unset;
    display: block;
    overflow: visible;
  }
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container .card_text_container .card_description {
    max-width: 90%;
  }
}
.entrepreneurship_card_container .from_block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.entrepreneurship_card_container .card_footer {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .entrepreneurship_card_container .card_footer {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.entrepreneurship_card_container .card_footer_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: 33.333%;
  border-right: 1px solid;
  border-color: var(--light_silver);
}
.entrepreneurship_card_container .card_footer_item:last-child {
  border: none;
}
@media screen and (max-width: 992px) {
  .entrepreneurship_card_container .card_footer_item {
    border: none;
    width: 100%;
  }
  .entrepreneurship_card_container .card_footer_item:first-of-type, .entrepreneurship_card_container .card_footer_item:nth-child(2) {
    display: none;
  }
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 16px;
}
@media screen and (max-width: 768px) {
  .row {
    --bs-gutter-x: 8px;
  }
}

.section-hero {
  height: 100lvh;
  position: relative;
}
.section-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.44);
  height: 100%;
  width: 100%;
}
.section-hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section-hero .hero-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
  max-width: 40%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  .section-hero .hero-container {
    max-width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  .section-hero .hero-container {
    max-width: 56%;
  }
}
@media screen and (max-width: 992px) {
  .section-hero .hero-container {
    max-width: 90%;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.section-hero .hero_block_button {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .section-hero .hero_block_button {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 10px;
    text-align: center;
    margin-bottom: 60px;
  }
}

.hide-desktop {
  display: none;
}
@media screen and (max-width: 992px) {
  .hide-desktop {
    display: block;
  }
}

.hide-mobile {
  display: block;
}
@media screen and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

.container {
  max-width: 1440px !important;
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1070px !important;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 900px !important;
  }
}

.recent_properties_section {
  margin: 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 992px) {
  .recent_properties_section {
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 0 80px 0;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
  }
}

.background_phone_img {
  position: relative;
  width: 40vw;
}
@media screen and (max-width: 1450px) {
  .background_phone_img {
    width: 50vw;
  }
}
@media screen and (max-width: 992px) {
  .background_phone_img {
    width: 100%;
  }
}
.background_phone_img img {
  width: 100%;
}

.phone-image {
  position: relative;
  z-index: 1;
  bottom: 130px;
}

.recent_text_contain {
  max-width: 15%;
}
@media screen and (max-width: 1450px) {
  .recent_text_contain {
    max-width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .recent_text_contain {
    max-width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .recent_text_contain {
    max-width: 70%;
    padding: 0 12px;
  }
}

.featured_section_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  -ms-flex-align: end;
      align-items: flex-end;
}
.featured_section_title svg {
  width: 16px;
  height: auto;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .featured_section {
    margin: 20px 0 60px 0;
  }
}

.card_section_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0;
}
@media screen and (max-width: 1450px) {
  .card_section_container {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .card_section_container {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .card_section_container {
    margin: 0;
  }
}
.card_section_container .property_card_container {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1450px) {
  .card_section_container .property_card_container {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .card_section_container .property_card_container {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 992px) {
  .card_section_container .property_card_container {
    width: 100%;
  }
}

@media screen and (max-width: 1450px) {
  #page-quiero-comprar .card_section_container .property_card_container:last-child, #page-quiero-comprar .card_section_container .property_card_container:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #page-quiero-comprar .card_section_container {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #page-quiero-comprar .filterNav_container {
    bottom: 70px;
    margin-bottom: -70px;
  }
}
#page-quiero-comprar .big_hero_subtitle {
  max-width: 75%;
}

.our_ventures_section {
  height: 55vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-image: url("../../../../front/images/our-ventures-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .our_ventures_section {
    height: 80vh;
    background-image: url("../../../../front/images/our-ventures-image-mob.jpg");
  }
}
.our_ventures_section::before {
  content: "";
  background-color: var(--primary-color);
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.our_ventures_section .button_hero {
  padding: 10px 40px;
}
.our_ventures_section .our_ventures_text_container {
  position: relative;
  z-index: 2;
  max-width: 25%;
}
.our_ventures_section .our_ventures_text_container .button_hero {
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .our_ventures_section .our_ventures_text_container {
    max-width: 34%;
  }
}
@media screen and (max-width: 1200px) {
  .our_ventures_section .our_ventures_text_container {
    max-width: 44%;
  }
}
@media screen and (max-width: 992px) {
  .our_ventures_section .our_ventures_text_container {
    max-width: 84%;
  }
}

.carousel_section {
  padding: 0px 0 150px 0;
}
@media screen and (max-width: 992px) {
  .carousel_section {
    padding: 0px 0 80px 0;
  }
}

.feature_cards_carousel_mob {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .feature_cards_carousel_mob {
    margin: 20px 0;
    display: block !important;
  }
}

.results_block {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .results_block {
    margin-top: 20px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    row-gap: 25px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.order_block {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .order_block {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.pagination {
  margin-bottom: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: white;
}
.pagination .page-link {
  min-width: 35px;
  min-height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-color: var(--light_silver);
  color: var(--primary-color);
  font-size: 16px;
  padding: 0;
  border-radius: 4px;
  font-weight: 500;
}
.pagination .page-link:focus {
  background-color: var(--primary-color);
  color: white;
  box-shadow: unset;
}
.pagination .page-link.arrow-link {
  background-color: transparent;
  border: none;
}
.pagination .page-link.arrow-link-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#pagination .small.text-muted {
  display: none;
}
#pagination .page-link[aria-label="Siguiente »"] {
  background-color: transparent !important;
  border: none;
}
#pagination .page-link[aria-label="« Anterior"] {
  border: none !important;
  background-color: transparent !important;
}
#pagination .page-item.disabled .page-link {
  border: none !important;
  background-color: transparent !important;
}

.map_view {
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 60px 0;
}
.map_view .card_col_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-y: scroll;
  padding-right: 10px;
  row-gap: 30px;
  width: 25%;
}
@media screen and (max-width: 1450px) {
  .map_view .card_col_container {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .map_view .card_col_container {
    width: 35%;
  }
}
@media screen and (max-width: 992px) {
  .map_view .card_col_container {
    display: none;
  }
}
.map_view ::-webkit-scrollbar-thumb {
  background: #B1B1B1;
}
.map_view ::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.map_view .map {
  width: 75%;
  height: 100%;
}
@media screen and (max-width: 1450px) {
  .map_view .map {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .map_view .map {
    width: 65%;
  }
}
@media screen and (max-width: 992px) {
  .map_view .map {
    width: 100%;
  }
}
.map_view .map iframe {
  height: 100%;
  width: 100%;
}

.featured_section.change_view .map_view {
  display: -ms-flexbox;
  display: flex;
}
.featured_section.change_view .grid_view {
  display: none;
}
.featured_section .map_view {
  display: none;
}
.featured_section .grid_view {
  display: block;
}

.toogle_button.change_view .grid_button_view {
  display: -ms-flexbox;
  display: flex;
}
.toogle_button.change_view .map_button_view {
  display: none;
}
.toogle_button .grid_button_view {
  display: none;
}
.toogle_button .map_button_view {
  display: -ms-flexbox;
  display: flex;
}

.no_results_container {
  margin: 120px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  row-gap: 20px;
  max-width: 50%;
}
@media screen and (max-width: 1450px) {
  .no_results_container {
    max-width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .no_results_container {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .no_results_container {
    max-width: 100%;
  }
}
.no_results_container .no_result_title {
  margin: auto;
  max-width: 75%;
}
@media screen and (max-width: 1200px) {
  .no_results_container .no_result_title {
    max-width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .no_results_container .no_result_title {
    max-width: 90%;
  }
}
.no_results_container .no_result_description {
  margin: auto;
  max-width: 55%;
}
@media screen and (max-width: 1200px) {
  .no_results_container .no_result_description {
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .no_results_container .no_result_description {
    max-width: 80%;
  }
}
.no_results_container .active_filter_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}

.property_header {
  height: 430px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .property_header {
    min-height: 340px;
    height: auto;
  }
}
.property_header a {
  text-decoration: none;
}
.property_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../../../../front/images/texture-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.property_header_container {
  position: relative;
  z-index: 2;
  top: 130px;
}
@media screen and (max-width: 992px) {
  .property_header_container {
    top: 80px;
  }
}
.property_header_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .property_header_row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.property_header_col {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  max-width: 40%;
}
@media screen and (max-width: 1450px) {
  .property_header_col {
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .property_header_col {
    max-width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
  }
  .property_header_col.hide-mobile {
    display: none;
  }
}
.property_header_col.hide-desktop {
  display: none;
}
@media screen and (max-width: 992px) {
  .property_header_col.hide-desktop {
    display: block;
  }
}
.property_header_col a {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .property_header_col a {
    -ms-flex-align: center;
        align-items: center;
  }
}
.property_header_location {
  margin-left: 45px;
}
@media screen and (max-width: 992px) {
  .property_header_location {
    margin-left: 0;
  }
}
.property_header .dual_price {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -ms-flex-align: end;
      align-items: flex-end;
}

.property_carousel_container {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 992px) {
  .sidebar_content {
    margin-bottom: 50px;
  }
}
.sidebar_content .author_contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.sidebar_content .author_contact svg path {
  stroke: #000000;
}
.sidebar_content .author_contact a {
  text-decoration: none;
}

.property_carousel_section {
  position: relative;
  bottom: 120px;
  margin-bottom: -120px;
}
@media screen and (max-width: 992px) {
  .property_carousel_section {
    bottom: 0px;
    margin-bottom: 0px;
  }
  .property_carousel_section .container {
    max-width: 100% !important;
    padding: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .property_carousel_section .container {
    margin: 0;
    padding: 0;
  }
  .property_carousel_section .container .row {
    --bs-gutter-x: 0!important;
  }
}
.property_carousel_section .property_carousel .owl-nav .owl-next, .property_carousel_section .property_carousel .owl-nav .owl-prev {
  opacity: 1;
}
.property_carousel_section .property_carousel img {
  border-radius: 4px;
  width: 100%;
  height: 943px;
  background-color: var(--white);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1450px) {
  .property_carousel_section .property_carousel img {
    height: 697px;
  }
}
@media screen and (max-width: 1200px) {
  .property_carousel_section .property_carousel img {
    height: 583px;
  }
}
@media screen and (max-width: 992px) {
  .property_carousel_section .property_carousel img {
    height: 240px;
    border-radius: 0;
  }
}

.option_video iframe, .option_360 iframe {
  height: 760px;
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .option_video iframe, .option_360 iframe {
    height: 580px;
  }
}
@media screen and (max-width: 1200px) {
  .option_video iframe, .option_360 iframe {
    height: 450px;
  }
}
@media screen and (max-width: 992px) {
  .option_video iframe, .option_360 iframe {
    height: 230px;
  }
}

.nav_buttons {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 30px;
  background-color: white;
  border-radius: 0 0 8px 8px;
  padding: 8px 12px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .nav_buttons {
    left: 10px;
    top: -30px;
    border-radius: 4px;
  }
  .nav_buttons span {
    display: none;
  }
}

.property_category {
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 4;
  padding: 4px 25px;
  border-radius: 4px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .property_category {
    bottom: -10px;
    right: 10px;
    top: auto;
  }
}

.property_carousel.owl-carousel {
  overflow: visible !important;
}
.property_carousel.owl-carousel:hover .owl-prev {
  left: 25px;
}
@media screen and (max-width: 992px) {
  .property_carousel.owl-carousel:hover .owl-prev {
    left: 10px;
  }
}
.property_carousel.owl-carousel:hover .owl-next {
  right: 25px;
}
@media screen and (max-width: 992px) {
  .property_carousel.owl-carousel:hover .owl-next {
    right: 10px;
  }
}
.property_carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.property_carousel .owl-nav button {
  opacity: 1;
  border: none;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 992px) {
  .property_carousel .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.property_carousel .owl-nav button svg {
  width: 18px;
}
.property_carousel .owl-nav .owl-prev {
  left: 25px;
}
@media screen and (max-width: 992px) {
  .property_carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.property_carousel .owl-nav .owl-next {
  right: 25px;
}
.property_carousel .owl-nav .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .property_carousel .owl-nav .owl-next {
    right: 10px;
  }
}

.property_container {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 992px) {
  .property_container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.property_container .main_content {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .property_container .main_content {
    width: 100%;
  }
  .property_container .main_content ul {
    padding-left: 1.5rem;
  }
}
.property_container .property_character {
  margin: 30px 0;
  border-radius: 4px;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .property_container .property_character {
    padding: 25px;
  }
}
.property_container .property_description p, .property_container .property_description span {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: var(--primary-color) !important;
}
.property_container .sidebar_content {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .property_container .sidebar_content {
    width: 100%;
  }
}
.property_container .datails {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 992px) {
  .property_container .datails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.property_container .datails_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 5px 30px;
  border-right: 1px solid;
  border-color: var(--light_silver);
}
@media screen and (max-width: 1200px) {
  .property_container .datails_item {
    padding: 5px 15px;
  }
}
.property_container .datails_item:last-child {
  border: none;
}

.room_button {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--light_gray);
  text-align: center;
}
.room_button.active_focus {
  border-color: var(--grayDark);
  background-color: var(--light_gray);
}
.room_button:hover {
  cursor: pointer;
}
.room_button hr {
  margin: 0.5rem 0;
}
.room_button .rooms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.available_units {
  margin-bottom: 25px;
}

.unit_card {
  height: 220px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 25px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .unit_card {
    height: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .unit_card {
    height: 180px;
  }
}
@media screen and (max-width: 992px) {
  .unit_card {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.unit_card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.unit_card .card_image_container {
  width: 35%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .unit_card .card_image_container {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .unit_card .card_image_container {
    height: 175px;
    width: 100%;
  }
}
.unit_card .card_image_container .card_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.unit_card .card_text_container {
  width: 65%;
  padding: 12px 24px;
}
@media screen and (max-width: 1200px) {
  .unit_card .card_text_container {
    width: 60%;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 992px) {
  .unit_card .card_text_container {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .unit_card .card_text_container {
    padding: 10px 15px;
  }
}
.unit_card .card_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .unit_card .card_footer {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .unit_card .card_footer hr {
    width: 100%;
  }
}
.unit_card .card_footer_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-right: 1px solid;
  border-color: var(--light_silver);
  padding: 5px 20px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (max-width: 1200px) {
  .unit_card .card_footer_item {
    padding: 5px 10px;
  }
}
.unit_card .card_footer_item:last-child {
  border: none;
}
.unit_card .card_footer_block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.unit_card .card_title {
  max-width: 65%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .unit_card .card_title {
    max-width: 95%;
  }
}
.unit_card .card_location {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.unit_card .card_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main_content .map {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .main_content .map {
    margin-bottom: 20px;
  }
}
.main_content .map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1450px) {
  .main_content .map iframe {
    height: 385px;
  }
}
@media screen and (max-width: 992px) {
  .main_content .map iframe {
    height: 250px;
  }
}
.main_content .map hr {
  opacity: 1;
  width: 20%;
}

#othersPropertiesCarousel {
  margin-top: 20px;
  max-width: 87%;
  margin-left: auto;
  padding-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  #othersPropertiesCarousel {
    max-width: 93%;
  }
}
@media screen and (max-width: 992px) {
  #othersPropertiesCarousel {
    max-width: 95%;
  }
}
#othersPropertiesCarousel.owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
#othersPropertiesCarousel.owl-carousel .owl-stage-outer .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
#othersPropertiesCarousel.owl-carousel .owl-stage-outer .owl-stage .property_card_container {
  height: 100%;
}

.characteristics_block_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  row-gap: 20px;
}
.characteristics_block_container .character_item {
  width: 45%;
}
@media screen and (max-width: 1450px) {
  .characteristics_block_container .character_item {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .characteristics_block_container .character_item {
    width: 100%;
  }
}
.characteristics_block_container .character_item svg {
  margin-right: 10px;
}

.vision_section {
  margin: 100px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 75px;
}
@media screen and (max-width: 992px) {
  .vision_section {
    margin: 50px 0;
  }
}

.vision_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 992px) {
  .vision_block {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
  }
  .vision_block:last-of-type {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.vision_block .mision_image {
  width: 50%;
  height: 470px;
  position: relative;
}
.vision_block .mision_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .vision_block .mision_image {
    width: 100%;
  }
}
.vision_block .mision_image::before {
  content: "";
  background-color: #979797;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
  border-radius: 4px;
}
.vision_block .mision_image:first-of-type::after {
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../../../../front/images/vision-images-lines.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.vision_block .mision_image img {
  width: 100%;
  border-radius: 4px;
}
.vision_block .vision_text {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .vision_block .vision_text {
    width: 100%;
  }
}
.vision_block .vision_text_content {
  max-width: 80%;
}
@media screen and (max-width: 992px) {
  .vision_block .vision_text_content {
    max-width: 100%;
  }
}

.founder_section {
  background-image: url("../../../../front/images/empresa-texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin: 100px 0;
}
@media screen and (max-width: 992px) {
  .founder_section {
    margin: 140px 0 50px 0;
    height: 530px;
  }
}

.founder_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 35%;
  text-align: center;
  margin: auto;
  row-gap: 20px;
  position: relative;
  top: -100px;
}
@media screen and (max-width: 992px) {
  .founder_block {
    max-width: 75%;
    top: -140px;
  }
}
.founder_block img {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .founder_block img {
    width: 210px;
    height: 210px;
  }
}

.staff_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 65%;
  margin: 50px auto 100px auto;
}
@media screen and (max-width: 1450px) {
  .staff_block {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .staff_block {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .staff_block {
    gap: 20px;
  }
}
.staff_block .staff_card {
  background-color: white;
  padding: 40px 50px;
  width: calc(33.33% - 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  row-gap: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (max-width: 992px) {
  .staff_block .staff_card {
    row-gap: 10px;
    padding: 20px;
    width: calc(50% - 10px);
  }
}
.staff_block .staff_card img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .staff_block .staff_card img {
    width: 95px;
    height: 95px;
  }
}

@media screen and (max-width: 992px) {
  #page-empresa .big_hero_container, #page-quiero-vender .big_hero_container {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  #page-empresa .big_hero_content, #page-quiero-vender .big_hero_content {
    max-width: 90%;
    padding-bottom: 90px;
  }
  #page-empresa .big_hero_subtitle, #page-quiero-vender .big_hero_subtitle {
    max-width: 85%;
  }
}

#page-quiero-vender .big_hero_content button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sell_description_section {
  margin: 130px 0;
  position: relative;
  background-color: rgba(217, 217, 217, 0.3);
}
@media screen and (max-width: 992px) {
  .sell_description_section {
    margin: 70px 0;
  }
}
.sell_description_section .image_container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .sell_description_section .image_container {
    overflow: hidden;
    top: auto;
    width: 100vw;
    bottom: -20px;
  }
}
.sell_description_section .image_container img {
  width: 100%;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .sell_description_section .image_container img {
    padding-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .sell_description_section .image_container img {
    padding-top: 0px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.sell_description_section .sell_description_block {
  min-height: 640px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1450px) {
  .sell_description_section .sell_description_block {
    min-height: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .sell_description_section .sell_description_block {
    min-height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .sell_description_section .sell_description_block {
    padding-top: 30px;
    min-height: 470px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.sell_description_section .sell_description_block_content {
  max-width: 66%;
}
@media screen and (max-width: 1450px) {
  .sell_description_section .sell_description_block_content {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .sell_description_section .sell_description_block_content {
    max-width: 100%;
  }
}
.sell_description_section .sell_description_block p {
  font-family: ClashGrotesk-Medium;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  .sell_description_section .sell_description_block p {
    line-height: 28px;
  }
}

.value_block_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 80px 0;
}
@media screen and (max-width: 992px) {
  .value_block_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    row-gap: 20px;
    margin: 75px 0;
  }
}
.value_block_container .value_block {
  text-align: center;
  width: 10%;
}
@media screen and (max-width: 1450px) {
  .value_block_container .value_block {
    width: 15%;
  }
}
@media screen and (max-width: 992px) {
  .value_block_container .value_block {
    width: calc(50% - 20px);
  }
}
.value_block_container .value_block .icon_container {
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.value_block_container .value_block hr {
  border-top: 2px solid;
  border-color: var(--light_silver);
  opacity: 1;
  margin: 30px auto;
  width: 40px;
}

@media screen and (max-width: 992px) {
  .phone_section .container {
    padding: 0;
  }
  .phone_section .container .row {
    --bs-gutter-x: 0!important;
  }
}

.phone_block {
  background-color: var(--light_silver);
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 180px 0;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .phone_block {
    height: 390px;
  }
}
@media screen and (max-width: 1200px) {
  .phone_block {
    height: 335px;
  }
}
@media screen and (max-width: 992px) {
  .phone_block {
    margin: 60px 0;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
.phone_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../../../../front/images/value_texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.phone_block .phone_image_container {
  margin: auto;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .phone_block .phone_image_container {
    width: 100%;
  }
}
.phone_block .phone_image_container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
@media screen and (max-width: 1450px) {
  .phone_block .phone_image_container img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media screen and (max-width: 1200px) {
  .phone_block .phone_image_container img {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 992px) {
  .phone_block .phone_image_container img {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    width: 100%;
    padding: 0 10px;
  }
}
.phone_block .phone_icons_block_container {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 1450px) {
  .phone_block .phone_icons_block_container {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .phone_block .phone_icons_block_container {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 992px) {
  .phone_block .phone_icons_block_container {
    padding: 50px 0;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 100%;
  }
}
.phone_block .phone_icons_block_container .phone_icons_block {
  text-align: center;
  max-width: 22%;
}
@media screen and (max-width: 1450px) {
  .phone_block .phone_icons_block_container .phone_icons_block {
    max-width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .phone_block .phone_icons_block_container .phone_icons_block {
    max-width: 32%;
  }
}
@media screen and (max-width: 992px) {
  .phone_block .phone_icons_block_container .phone_icons_block {
    max-width: 40%;
  }
}
.phone_block .phone_icons_block_container .phone_icons_block .icon_container {
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.phone_block .phone_icons_block_container .phone_icons_block hr {
  width: 38px;
  border-top: 2px solid #fff;
  opacity: 1;
  margin: 36px auto;
}

.pdf_section {
  background-color: var(--primary-color);
  border-radius: 4px;
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 992px) {
  .pdf_section {
    margin: 120px 0 80px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.pdf_section .pdf_text_container {
  padding: 50px;
  max-width: 45%;
}
@media screen and (max-width: 1450px) {
  .pdf_section .pdf_text_container {
    max-width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .pdf_section .pdf_text_container {
    padding: 20px 20px 50px 20px;
    max-width: 100%;
  }
}
.pdf_section .pdf_text_container a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pdf_section .pdf_image {
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
  border-radius: 4px;
}
@media screen and (max-width: 1450px) {
  .pdf_section .pdf_image {
    right: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .pdf_section .pdf_image {
    right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .pdf_section .pdf_image {
    right: 0;
    left: 20px;
    width: 215px;
    position: relative;
    top: -50px;
    margin: 0 0 -50px 0;
  }
}

.logos_section {
  margin: 150px 0;
  background-color: #F0F0EE;
}
@media screen and (max-width: 992px) {
  .logos_section {
    margin: 10px 0 100px 0;
  }
}
.logos_section .boxs_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  top: -110px;
  margin-bottom: -60px;
}
@media screen and (max-width: 992px) {
  .logos_section .boxs_container {
    top: 0px;
    margin: 40px 0;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 30px;
  }
}
.logos_section .boxs_container .box {
  background-color: white;
  width: 50%;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .logos_section .boxs_container .box {
    width: 100%;
  }
}
.logos_section .boxs_container .box_text {
  max-width: 40%;
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .logos_section .boxs_container .box_text {
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .logos_section .boxs_container .box_text {
    max-width: 70%;
    text-align: center;
  }
}
.logos_section .boxs_container .boxs_logo_image_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1200px) {
  .logos_section .boxs_container .boxs_logo_image_container img {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .logos_section .boxs_container .boxs_logo_image_container img {
    width: 45%;
  }
}
.logos_section .logos_container {
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 85px;
}
@media screen and (max-width: 992px) {
  .logos_section .logos_container {
    padding-bottom: 50px;
  }
}
.logos_section .logos_container img {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .logos_section .logos_container img {
    width: 180px;
  }
}
@media screen and (max-width: 992px) {
  .logos_section .logos_container img {
    width: 150px;
  }
}

.looks_like_section {
  padding: 90px 0;
}
@media screen and (max-width: 992px) {
  .looks_like_section {
    padding: 40px 0;
  }
  .looks_like_section .container {
    padding: 0;
  }
  .looks_like_section .container .row {
    --bs-gutter-x: 0!important;
  }
  .looks_like_section .section_title {
    max-width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}

#looksLikeCarousel {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  #looksLikeCarousel {
    display: none;
  }
}
#looksLikeCarousel iframe, #looksLikeCarousel .item_image {
  height: 650px;
  width: 100%;
}
@media screen and (max-width: 1450px) {
  #looksLikeCarousel iframe, #looksLikeCarousel .item_image {
    height: 534px;
  }
}
@media screen and (max-width: 1200px) {
  #looksLikeCarousel iframe, #looksLikeCarousel .item_image {
    height: 450px;
  }
}
#looksLikeCarousel .carousel_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#looksLikeCarousel .matterport_image {
  width: 156px;
  height: 39px;
}
#looksLikeCarousel .carousel_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item_image {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .item_image {
    overflow: hidden;
  }
}
.item_image .phone {
  position: relative;
  width: 320px;
  height: 591px;
  right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1450px) {
  .item_image .phone {
    width: 272px;
    height: 543px;
  }
}
@media screen and (max-width: 1200px) {
  .item_image .phone {
    width: 210px;
    height: 345px;
  }
}
@media screen and (max-width: 992px) {
  .item_image .phone {
    width: 272px;
    height: 543px;
    margin: auto;
  }
}
.item_image .carousel_absolute {
  position: absolute;
}
.item_image .carousel_absolute_computer {
  width: 50% !important;
  height: auto;
  left: 0;
  z-index: 2;
  top: 5%;
}
@media screen and (max-width: 992px) {
  .item_image .carousel_absolute_computer {
    width: 100% !important;
    position: relative;
    bottom: 150px;
    margin-bottom: -150px;
    left: 60px;
  }
}
.item_image .carousel_absolute_depto {
  width: 60% !important;
  height: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .item_image .carousel_absolute_depto {
    width: 100% !important;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    top: -50px;
    left: 0;
    position: relative;
  }
}
.item_image .carousel_absolute_mockup {
  z-index: 4;
  width: 100% !important;
  height: auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .item_image .carousel_absolute_mockup {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.item_image .carousel_absolute_video {
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 292px;
  height: 630px;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  border-radius: 40px;
}
@media screen and (max-width: 1450px) {
  .item_image .carousel_absolute_video {
    width: 270px;
    height: 543px;
  }
}
@media screen and (max-width: 1200px) {
  .item_image .carousel_absolute_video {
    width: 200px;
    height: 415px;
  }
}
@media screen and (max-width: 992px) {
  .item_image .carousel_absolute_video {
    width: 270px;
    height: 543px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.look_like_mobile {
  background-image: url("../../../../front/images/look-like-mobile-texture.png");
  background-repeat: repeat;
}
@media screen and (max-width: 992px) {
  .look_like_mobile .iframe_360 {
    width: 100%;
    height: 636px;
    margin: 50px 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .look_like_mobile .matterport_image {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .look_like_mobile .iframe_youtube {
    width: 100%;
    height: 440px;
    margin: 40px 0;
    padding: 0 20px;
  }
  .look_like_mobile .looks_like_image_container {
    margin: 40px 0;
  }
}

#page-quiero-vender #commentCarousel .comment_container {
  background-color: var(--light_gray);
}
#page-quiero-vender #commentCarousel .owl-prev, #page-quiero-vender #commentCarousel .owl-next {
  background-color: white;
}

.request_appraisal_section {
  height: 600px;
  margin-bottom: 180px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1450px) {
  .request_appraisal_section {
    height: 525px;
  }
}
@media screen and (max-width: 1200px) {
  .request_appraisal_section {
    height: 480px;
  }
}
@media screen and (max-width: 992px) {
  .request_appraisal_section {
    height: auto;
    padding: 0 20px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.request_appraisal_section .appraisal_image_container {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .request_appraisal_section .appraisal_image_container {
    width: 100%;
  }
}
.request_appraisal_section .appraisal_image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media screen and (max-width: 992px) {
  .request_appraisal_section .appraisal_image {
    position: relative;
  }
}
.request_appraisal_section .appraisal_text_container {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .request_appraisal_section .appraisal_text_container {
    margin-top: 20px;
    width: 100%;
  }
}
.request_appraisal_section .appraisal_text_container .appraisal_text_inner_container {
  max-width: 45%;
}
@media screen and (max-width: 1450px) {
  .request_appraisal_section .appraisal_text_container .appraisal_text_inner_container {
    max-width: 58%;
  }
}
@media screen and (max-width: 1200px) {
  .request_appraisal_section .appraisal_text_container .appraisal_text_inner_container {
    max-width: 75%;
  }
}
@media screen and (max-width: 992px) {
  .request_appraisal_section .appraisal_text_container .appraisal_text_inner_container {
    max-width: 100%;
  }
  .request_appraisal_section .appraisal_text_container .appraisal_text_inner_container button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.request_appraisal_section .appraisal_text_container .appraisal_text_inner_container .title_block {
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .request_appraisal_section .appraisal_text_container .appraisal_text_inner_container .title_block {
    max-width: 100%;
  }
}

.dual_color_background {
  height: 400px;
  background-color: var(--light_silver);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .dual_color_background {
    height: 280px;
  }
}
.dual_color_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../../../../front/images/dual-color-texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 992px) {
  .dual_color_background::before {
    background-repeat: repeat;
    background-size: auto;
    background-image: url("../../../../front/images/dual-color-texture-mob.png");
  }
}

.work_with_us {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin: 200px 0 60px 0;
}
@media screen and (max-width: 992px) {
  .work_with_us {
    row-gap: 20px;
    margin: 130px 0 100px 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.work_with_us .work_col {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .work_with_us .work_col {
    width: 100%;
  }
}
.work_with_us .work_title {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .work_with_us .work_title {
    margin-bottom: 120px;
  }
}
.work_with_us .work_description {
  line-height: 28px;
  max-width: 65%;
}
@media screen and (max-width: 1450px) {
  .work_with_us .work_description {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .work_with_us .work_description {
    max-width: 85%;
  }
}
.work_with_us .work_description a {
  font-weight: 700;
  text-decoration: none;
  color: var(--primary-color);
}
.work_with_us .work_image {
  border-radius: 4px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.contact_container {
  top: 180px;
  position: relative;
  height: 680px;
}
@media screen and (max-width: 1450px) {
  .contact_container {
    top: 130px;
    height: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_container {
    height: 420px;
  }
}
@media screen and (max-width: 992px) {
  .contact_container {
    height: 280px;
  }
}

.contact_image {
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_form {
  width: 40%;
  position: absolute;
  z-index: 1;
  right: 45px;
  background-color: white;
  bottom: -45px;
  padding: 20px 25px;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 1450px) {
  .contact_form {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .contact_form {
    width: 50%;
    padding: 15px;
    right: 35px;
  }
}
@media screen and (max-width: 992px) {
  .contact_form {
    right: 0;
    left: 0;
    bottom: -350px;
    margin: auto;
    width: 95%;
    padding: 20px;
  }
}
.contact_form .row-space {
  margin-bottom: 25px;
}
@media screen and (max-width: 1450px) {
  .contact_form .row-space {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_form .row-space {
    margin-bottom: 15px;
  }
}
.contact_form .is-invalid ~ .invalid-feedback, .contact_form .is-invalid ~ .invalid-tooltip, .contact_form .was-validated :invalid ~ .invalid-feedback, .contact_form .was-validated :invalid ~ .invalid-tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.contact_form .form-control.is-invalid, .contact_form .was-validated .form-control:invalid {
  border-color: rgb(227, 0, 0);
}
.contact_form .invalid-feedback {
  color: rgb(227, 0, 0);
}
.contact_form .invalid-feedback svg {
  width: 15px;
  height: 15px;
}
.contact_form .btn-group {
  width: 85%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1450px) {
  .contact_form .btn-group {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .contact_form .btn-group {
    width: 95%;
  }
}
@media screen and (max-width: 992px) {
  .contact_form .btn-group {
    width: 100%;
  }
}
.contact_form .btn {
  color: var(--primary-color);
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}
.contact_form .btn:hover {
  background-color: var(--light_gray);
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .contact_form .btn {
    text-transform: capitalize;
  }
  .contact_form .btn span {
    display: none;
  }
}
.contact_form .btn-check:checked + .btn {
  background-color: var(--light_gray);
  color: var(--primary-color);
  border-radius: 4px;
}
.contact_form input {
  border: 1px solid;
  border-color: var(--light_gray);
}
.contact_form textarea {
  border: 1px solid;
  border-color: var(--light_gray);
  resize: none;
  height: 125px;
}
@media screen and (max-width: 1450px) {
  .contact_form textarea {
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_form textarea {
    height: 80px;
  }
}
.contact_form button {
  margin-left: auto;
}
.contact_form .form_footer {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .contact_form .form_footer {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.contact_form .form_send {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (max-width: 992px) {
  .contact_form .form_send {
    width: 100%;
  }
}
.contact_form .form_send span {
  max-width: 75%;
}
@media screen and (max-width: 1450px) {
  .contact_form .form_send span {
    max-width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  .contact_form .form_send span {
    max-width: 91%;
  }
}
@media screen and (max-width: 992px) {
  .contact_form .form_send span {
    max-width: 80%;
  }
}
.contact_form .form_send svg {
  margin-top: 5px;
}

.contact_hidden_text {
  font-weight: 700;
}
.contact_hidden_text a {
  color: var(--primary-color);
}

.contact_map_section {
  margin-top: 400px;
  margin-bottom: 120px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
@media screen and (max-width: 1450px) {
  .contact_map_section {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_map_section {
    margin-top: 250px;
  }
}
@media screen and (max-width: 992px) {
  .contact_map_section {
    margin: 550px auto 80px auto;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 95%;
  }
}
.contact_map_section .contact_info_block {
  width: 50%;
  padding: 70px 50px;
  border-radius: 4px 0 0 4px;
  background-color: white;
}
@media screen and (max-width: 1450px) {
  .contact_map_section .contact_info_block {
    padding: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_map_section .contact_info_block {
    padding: 30px 20px 5px 20px;
  }
}
@media screen and (max-width: 992px) {
  .contact_map_section .contact_info_block {
    width: 100%;
  }
  .contact_map_section .contact_info_block .mb-5 {
    margin-bottom: 2rem !important;
  }
}
.contact_map_section .contact_info_block svg path {
  stroke: var(--primary-color);
}
.contact_map_section .map {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .contact_map_section .map {
    width: 100%;
    height: 340px;
  }
}
.contact_map_section .map iframe {
  border-radius: 0 4px 4px 0;
  width: 100%;
  height: 100%;
}

#page-contacto .dual_color_background {
  height: 550px;
}
@media screen and (max-width: 1450px) {
  #page-contacto .dual_color_background {
    height: 460px;
  }
}
@media screen and (max-width: 1200px) {
  #page-contacto .dual_color_background {
    height: 400px;
  }
}

.appraisal_container {
  position: relative;
  z-index: 3;
  top: 180px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1450px) {
  .appraisal_container {
    top: 150px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .appraisal_container {
    top: 180px;
  }
}
@media screen and (max-width: 992px) {
  .appraisal_container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    top: 110px;
  }
}
.appraisal_container .appraisal_col {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .appraisal_container .appraisal_col {
    width: 100%;
  }
}
.appraisal_container .to_back {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .appraisal_container .to_back svg {
    width: 6px;
    height: 12px;
  }
}
.appraisal_container .to_back a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
}
.appraisal_container .contact_form {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
}
.appraisal_container .appraisal_description {
  margin-top: 60px;
  max-width: 60%;
}
@media screen and (max-width: 1450px) {
  .appraisal_container .appraisal_description {
    margin-top: 80px;
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .appraisal_container .appraisal_description {
    margin-top: 100px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.appraisal_container .contact_map_section {
  margin-top: 130px;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 25px;
}
@media screen and (max-width: 992px) {
  .appraisal_container .contact_map_section {
    width: 100%;
    margin: 30px 0 80px 0;
    row-gap: 0px;
  }
}
.appraisal_container .contact_map_section .contact_info_block {
  width: 100%;
  padding: 50px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .appraisal_container .contact_map_section .contact_info_block {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 992px) {
  .appraisal_container .contact_map_section .contact_info_block {
    border-radius: 4px 4px 0 0;
  }
}
.appraisal_container .contact_map_section .map {
  width: 100%;
  height: 410px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 1450px) {
  .appraisal_container .contact_map_section .map {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .appraisal_container .contact_map_section .map {
    height: 300px;
  }
}
.appraisal_container .contact_map_section .map iframe {
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .appraisal_container .form_footer .button_dark {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1200px) {
  .appraisal_container .form_footer .form_send {
    width: 65%;
  }
}
@media screen and (max-width: 992px) {
  .appraisal_container .form_footer .form_send {
    width: 100%;
  }
}
.appraisal_container .form_footer .form_send span {
  max-width: 60%;
}
@media screen and (max-width: 1450px) {
  .appraisal_container .form_footer .form_send span {
    max-width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  .appraisal_container .form_footer .form_send span {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .appraisal_container .form_footer .form_send span {
    max-width: 80%;
  }
}
.appraisal_container .row-space.hide-desktop {
  display: none;
}
@media screen and (max-width: 992px) {
  .appraisal_container .row-space.hide-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.upload_button_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.upload_button_block .upload_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--light_silver);
  color: var(--primary-color);
  border-radius: 4px;
  cursor: pointer;
  font-size: 30px;
  border-style: dotted;
  border-width: 1px;
  border-color: var(--primary-color);
}
.upload_button_block span {
  width: 2px;
  height: 100%;
  background-color: var(--light_silver);
}

.filled-input-file {
  font-size: 8px;
  width: 100% !important;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.error_container {
  position: relative;
  z-index: 1;
  max-width: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
  row-gap: 70px;
  height: 80vh;
}
@media screen and (max-width: 1450px) {
  .error_container {
    height: 95vh;
    max-width: 48%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .error_container {
    margin-top: 80px;
    height: 90vh;
    max-width: 50%;
    row-gap: 60px;
  }
}
@media screen and (max-width: 992px) {
  .error_container {
    height: 85vh;
    margin-top: 0px;
    max-width: 100%;
    row-gap: 70px;
  }
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::-webkit-scrollbar-track {
  background: gray;
}

body {
  scrollbar-face-color: black;
  scrollbar-track-color: gray;
}

body, html {
  font-family: "Satoshi";
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#toTop {
  position: fixed;
  bottom: 35px;
  left: 35px;
  background: var(--white);
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid var(--black);
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#toTop i {
  line-height: 0;
  position: relative;
  top: -2px;
}
#toTop:hover {
  background: var(--primary-color);
  color: var(--white);
}
