@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer
# Animaciones

# Home
    ## Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'conceptbold';
    src: url('../../assets/fonts/concept_bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/concept_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akira_expandedsuper_bold';
    src: url('../../assets/fonts/akira_expanded_demo-webfont.woff2') format('woff2'),
         url('../../assets/fonts/akira_expanded_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
    padding-right: 0 !important;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #a4a4a4;
  border: none;
  background: transparent;
  border-bottom: 1px solid #a4a4a4;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
  font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #a4a4a4;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #a4a4a4;
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a4a4a4;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4a4a4;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a4a4a4;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    border: 2px solid #67b989;
    background-color: #67b989;
    padding: 10px 44px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 6px;
    position: relative;
    text-transform: uppercase;
}

/*.cta::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 16 9"%3E%3Cpath fill="white" d="M12.5 5h-9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h9c.28 0 .5.22.5.5s-.22.5-.5.5"%2F%3E%3Cpath fill="white" d="M10 8.5a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l3.15-3.15l-3.15-3.15c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l3.5 3.5c.2.2.2.51 0 .71l-3.5 3.5c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    right: 24px;
    line-height: normal;
}*/

.cta:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.seccion {
    padding: 120px 0;
}

.cl-amarillo {
    color: #67b989;
}

.bg_gray {
    background-color: #E5E5E5;
}

.seccion ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #67b989;
    float: left;
    margin-top: 8px;
}

.seccion ul li p {
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    padding: 20px 0;
    width: 100%;
    background: #fff;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.3;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-header_center {
    /* flex-grow: 0.6;
    justify-content: center; */
    display: none;
}

.header-row .col-header.col-header_left,
.header-row .col-header.col-header_right {
    flex-grow: 0.5;
}

.header-row .col-header.col-header_right {
    justify-content: flex-end;
    align-items: center;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: 600;
    font-size: 0.875rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 20px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #112b27;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-transform: uppercase;
}

.menu-burger {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-burger .menu-burger_inner {
    position: relative;
    width: 44px;
    max-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-left: 32px;
    cursor: pointer;
    padding: 0px;
}

.menu-burger .menu-burger_inner span {
    width: 100%;
    height: 2px;
    background-color: #112b27;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.header_social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header_social li {
        line-height: 1;
}
.header_social li a {}

.ic-facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23112b27' d='M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4z'/%3E%3C/svg%3E");
}

.ic-instagram {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23112b27' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

.logo {
    width: 121px;
    max-width: 100%;
    height: auto;
}

.ic--baseline-whatsapp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.264 8.264 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.183 8.183 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07c0 1.22.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
}

.cta-wsp {
    border: 1px solid #0BD561;
    background-color: #0BD561;
}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    padding: 10px 0;
}

.Web-Header.Sticky .navigation-sticky {
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding: 32px 0 64px;
}

.widget-footer-1 {
    border-top: 1px solid #ccc;
    padding-top: 90px;
}

.footer_wsp {}
.footer_wsp .link_numero {
    font-family: 'stolzlmedium';
    font-size: 3.188rem;
    line-height: 1;
    text-decoration: none;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.footer_wsp .link_numero .small {
    font-size: 1.875rem;
    display: inline-block;
    vertical-align: 0.15em;
}

.footer_wsp .cta.cta_wsp {
    font-size: 0.938rem;
    padding: 8px 41px;
}

.footer_wsp .cta.cta_wsp::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2367ba8a' d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.26 8.26 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07s.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
  margin-right: 10px;
}

.footer_copy {}
.footer_copy p {
    font-weight: 500;
}
.footer_copy p .bold {
    font-weight: 700;
}

/*--------------------------------------------------------------
##  Hero
--------------------------------------------------------------*/
.imagen_hero {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/*--------------------------------------------------------------
##  Asesor
--------------------------------------------------------------*/
.seccion_asesor {
    height: 260px;
    background-color: #67b989;
}

.seccion_asesor > .container-lg {
    position: relative;
    top: -18px;
}

.seccion_asesor .text_large {
    font-size: 1.25rem;
    font-weight: 500;
}

.asesor_perfil {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    text-align: center;
    position: relative;
    padding: 100px 0 48px;
    max-width: 300px;
}

.asesor_perfil .foto {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: 2px solid #D3D3D3;
}

.asesor_perfil h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
}

.asesor_perfil p {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
}

.asesor_nombre {
    padding: 0 12px 20px 12px;
    border-bottom: 1px solid #D3D3D3;
}

.asesor_contacto {
    padding: 20px 12px 0 12px;
}

.asesor_contacto a {
    font-size: 1.125rem;
    line-height: 1;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.asesor_contacto a.link_tel {
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

.asesor_contacto a.link_email {
    overflow-wrap: anywhere;
    font-size: 1rem;
}

.asesor_redes {
    margin-top: 16px;
}

.asesor_redes a {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
}

.asesor_redes a:hover {
    background-color: #000;
    color: #67b989;
}

/*--------------------------------------------------------------
##  Detalle Lote
--------------------------------------------------------------*/
.box_content .title {
    font-size: 1.375rem;
    line-height: 1.688rem;
    font-weight: 700;
}

.box_content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.linea {
    display: block;
    width: 64px;
    height: 3px;
    background-color: #000;
    max-width: 100%;
}

.seccion_detalle_lote .box_content .cta {
    display: block;
    max-width: 174px;
    font-size: 0.875rem;
    padding: 10px 35px;
    color: #000;
}

.seccion_detalle_lote .box_content .cta:last-child {
    background-color: #fff;
}

.seccion_detalle_lote .box_content .cta:last-child:hover {
    background-color: #67b989;
}

.border_r10 {
    border-radius: 10px;
}

.cartel {
    display: block;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 24px;
    width: 174px;
    height: 44px;
    border-radius: 6px;
    display: grid;
    place-content: center;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}

.cartel.right {
    left: auto;
    right: 24px;
}

.linea02 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 100%;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shape {
    position: relative;
}

.shape::after {
    content: '';
    position: absolute;
    top: -24px;
    left: -30px;
    width: 64px;
    height: 4px;
    background-color: #67b989;
}

.seccion_propiedades .box_content .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.seccion_propiedades .box_content p {
    font-size: 1rem;
    line-height: 1.5;
}

.seccion_propiedades .box_content .cta {
    color: #000;
    width: 174px;
    max-width: 100%;
}