@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  transition: all 0.6s ease;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

* {
  transition: all 0.6s ease;
}

.site-main,
.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .site-main,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

input[type=checkbox] {
  accent-color: #FCBB45;
}

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,
select {
  color: #666;
  border: 0;
  border-bottom: 1px solid #FCBB45;
  border-radius: 0;
  padding: 10px;
  height: 40px;
  width: 100%;
}
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,
select:focus {
  color: #333333;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #bcc1c5;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #bcc1c5;
}

form {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
form .mid,
form .full {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .mid {
    width: 49%;
  }
}
form .wpcf7-list-item {
  margin-left: 0;
}
form input[type=submit] {
  width: 100%;
}
form .enviar {
  position: relative;
}
form .enviar .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 7px;
}

textarea {
  height: 100px;
}

a {
  color: #fcbb45;
}
a:hover, a:active, a:focus {
  outline: 0;
}
a:visited {
  color: #fcbb45;
}
a:hover, a:focus, a:active {
  color: #fcbb45;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}



@media only screen and (min-width: 768px) {
  .admin-bar .header-landing {
    top: 32px;
  }
}

.header-landing {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  margin: 0 !important;
  left: 0;
  
  padding-right: 0%;
}
.header-landing .logo-dark {
  display: none;
}
.header-landing.active {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.header-landing.active .logo-dark {
  display: block;
}
.header-landing.active .logo-white {
  display: none;
}
.header-landing .logo-white {
  display: block;
}
.header-landing.active .burger {
  color: #333333;
}
.header-landing.active .burger span {
  background: #333333;
}
.header-landing .wpb_content_element {
  margin-bottom: 0;
}
.header-landing .vc_column-inner > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-landing {
  position: fixed !important;
  top: 0;
  z-index: 9999;
  width: 100%;
  margin: 0 !important;
  left: 0;
  padding-top: 30px;
  padding-right: 5%;
}
.header-landing .logo-dark {
  display: none;
}
.header-landing.active {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.header-landing.active .logo-dark {
  display: block;
}
.header-landing.active .logo-white {
  display: none;
}
.header-landing.active .burger {
  color: #333333;
}
.header-landing.active .burger span {
  background: #333333;
}
.header-landing .wpb_content_element {
  margin-bottom: 0;
}
.header-landing .vc_column-inner > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.burger {
  display: block;
  height: 26px;
  width: 32px;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  margin-left: 15px;
  cursor: pointer;
}
.burger span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: white;
  transition: all 0.3s ease;
}
.burger span:first-child {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.burger span:nth-child(2) {
  transition: transform 0.2s ease-in-out;
}
.burger span:nth-child(3) {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.burger:hover span {
  background-color: #FCBB45;
}
.burger.activo span:first-child {
  transform: rotate(45deg);
}
.burger.activo span:nth-child(2) {
  transform: scaleY(0);
}
.burger.activo span:nth-child(3) {
  transform: rotate(-45deg);
}

.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@keyframes animateOutMenu {
  0% {
    left: 0;
  }
  50% {
    left: -60px;
  }
  100% {
    left: 100%;
  }
}
@keyframes animateinMenu {
  0% {
    left: 100%;
  }
  50% {
    left: -60px;
  }
  100% {
    left: 0;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  z-index: 99999;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.site-header::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-header.active {
  opacity: 1;
  visibility: visible;
  animation: animateinMenu 0.8s ease-in-out forwards;
}
.site-header.deactivate {
  opacity: 1;
  visibility: hidden;
  animation: animateOutMenu 0.8s ease-in-out forwards;
}
.site-header.deactivate::before {
  animation-delay: 0.8s;
  animation: animateOutMenu 1s ease-in-out forwards;
}
.site-header__wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 60px 0 0 60px;
  padding: 60px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header__wrapper {
    width: 35%;
  }
}
.site-header__wrapper .close-header {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  transition: all 0.6s ease;
}
.site-header__wrapper .close-header:hover {
  opacity: 0.5;
}
.site-header__wrapper nav ul {
  display: flex;
  flex-direction: column;
}
.site-header__wrapper nav ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #FCBB45;
  position: relative;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 992px) {
  .site-header__wrapper nav ul li a {
    padding: 30px 0;
  }
}
.site-header__wrapper nav ul li a:hover {
  padding-left: 40px;
}
.site-header__wrapper nav ul li a:hover:before {
  opacity: 1;
}
.site-header__wrapper nav ul li a:before {
  content: url(https://seenda.co/wp-content/uploads/2024/08/keyboard_backspace_24dp_5F6368_FILL0_wght100_GRAD0_opsz24.svg);
  position: absolute;
  left: 0;
  top: 31px;
  opacity: 0;
  transition: all 0.6s ease;
}

.hero-landing {
  position: relative;
  min-height: 770px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-bottom: 100px;
  margin-top: -200px;
	overflow: visible !important;
}
@media (max-width: 580px) {
   #form.hero-landing {
        background-size: contain !important;
		background-position-y: top !important;
		margin-bottom: 0 !important;
    }
	.hero-landing{
		min-height:auto;
	}
}

@media (max-width: 580px) {
  .hero-landing:before {
    width: 164px;
    height: 57px;
  }
}
.hero-landing__image {
  position: relative;
}
.hero-landing__image .vc_column-inner {
  padding-top: 0 !important;
}
.hero-landing__image .mood-logo {
  position: absolute;
  right: 0;
  top: 30%;
  background-color: #fff;
  padding: 20px;
  width: 170px;
  height: 170px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 270px;
}
@media only screen and (min-width: 1024px) {
  .hero-landing__image .mood-logo {
    width: 270px;
    height: 270px;
    top: 20%;
  }
}
.hero-landing__form {
  margin-top: -120px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .hero-landing__form {
    margin-top: 307px;
    width: 40% !important;
  }
}
@media only screen and (min-width: 992px) {
  .hero-landing__form {
    width: 30% !important;
  }
}
.hero-landing__form > .vc_column-inner {
  background-color: #fff;
  padding: 30px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 390px;
}
@media (max-width: 580px) {
  .hero-landing__form > .vc_column-inner {
	  margin: 0 auto;
	      margin-top: 13%
  }
}
.hero-landing__form > .vc_column-inner h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  color: #333333;
}
.hero-landing__form > .vc_column-inner .full.enviar {
  position: relative;
  display: flex;
  align-items: center;
}
.hero-landing__form > .vc_column-inner .full.enviar:after {
  content: "";
  background-image: url(https://seenda.co/wp-content/uploads/2024/08/arrow-boton.svg);
  filter: brightness(0) invert(1);
  width: 18px;
  height: 12px;
  position: absolute;
  background-size: 100% 100%;
  right: 19%;
  display: block !important;
}
.hero-landing__form > .vc_column-inner input[type=submit] {
  background-color: #FCBB45;
  color: #333333
  font-size: 14px;
  border: none;
  padding: 13px 40px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-landing__form > .vc_column-inner input[type=submit]:hover {
  background-color: #333333;
	color:white;
}
.hero-landing__form > .vc_column-inner .wpb_content_element {
  margin-bottom: 0;
}

.info-left-seenda h2 {
  color: #634340;
  font-size: 60px;
  line-height: 79px;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .info-left-seenda h2 {
    font-size: 25px;
    line-height: 28px;
  }
}
.info-left-seenda h3 {
  color: #be6f51;
  font-size: 60px;
  line-height: 79px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1024px) {
  .info-left-seenda h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.info-left-seenda p {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}

.galeria-grid.owl-carousel {
    display: block;
}
.galeria-grid > div > div {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr ;
    gap: 15px 15px;
    grid-template-areas: 
        'photo_one photo_two photo_two'
        'photo_three photo_three photo_four'
        'photo_five photo_six photo_four'
        'photo_seven photo_seven photo_eight';
}
@media only screen and (max-width: 768px) {
    .galeria-grid > div > div {
        display: block;
    }
}
.galeria-grid > div > div .photo_one {
    grid-area: photo_one;
}
.galeria-grid > div > div .photo_two {
    grid-area: photo_two;
}
.galeria-grid > div > div .photo_three {
    grid-area: photo_three;
}
.galeria-grid > div > div .photo_four {
    grid-area: photo_four;
}
@media only screen and (min-width: 768px) {
    .galeria-grid > div > div .photo_four img {
        height: 615px;
    }
}
.galeria-grid > div > div .photo_five {
    grid-area: photo_five;
}
.galeria-grid > div > div .photo_six {
    grid-area: photo_six;
}
.galeria-grid > div > div .photo_seven {
    grid-area: photo_seven;
}
.galeria-grid > div > div .photo_eight {
    grid-area: photo_eight;
}
.galeria-grid > div > div img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.galeria-grid > div > div .wpb_single_image {
    margin-bottom: 0;
}
.galeria-grid .vc_single_image-wrapper{
	width: 100%;
}
.galeria-grid figure::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background-color: #634340;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    pointer-events: none;
    z-index: 2;
}
.galeria-grid figure:hover::before {
    content: "Ver Imagen";
    opacity: 1;
    visibility: visible;
}
.galeria-grid > div > div .wpb_single_image figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.galeria-grid > div > div .wpb_single_image figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
	position: relative;
}
.galeria-grid > div > div .wpb_single_image figure,
.galeria-grid > div > div .wpb_single_image div {
    width: 100%;
}


h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
}
h1 strong {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

h2 {
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

.cajas-apartamento .wpb_column .vc_column-inner {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 30px;
  display: grid !important;
  align-items: center;
  text-align: center;
  position: relative;
  transition: all 0.6s ease;
}
.cajas-apartamento .wpb_column .vc_column-inner:hover {
  transform: translateY(-30px);
}
.cajas-apartamento .wpb_column .vc_column-inner .wpb_wrapper p {
  color: #634340;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.cajas-apartamento .wpb_column .vc_column-inner .wpb_wrapper p strong {
  font-weight: 700;
  font-size: 24px;
}
.cajas-apartamento .wpb_column .vc_column-inner .wpb_wrapper p:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
}
.cajas-apartamento .wpb_column .wpb_single_image {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
.cajas-apartamento .wpb_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cajas-apartamento .wpb_column ul li {
  border-right: 2px solid #FCBB45;
  padding: 0 10px;
  font-weight: bold;
  font-size: 24px;
}
.cajas-apartamento .wpb_column ul li strong {
  font-size: 10px;
  position: relative;
  top: -10px;
}
.cajas-apartamento .wpb_column ul li:last-child {
  border-right: 0;
}
.cajas-apartamento .wpb_column p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.cajas-apartamento .wpb_column p:nth-child(1) {
  font-size: 20px;
}
.cajas-apartamento .wpb_column h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.cajas-apartamento .wpb_column h4 strong {
  font-size: 24px;
  font-weight: bold;
}
.cajas-apartamento .wpb_content_element {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .invert-movil {
    flex-direction: column-reverse;
  }
}
.zonas-sociales {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .zonas-sociales {
    padding-bottom: 0;
  }
}
.zonas-sociales .vc_row.wpb_row:nth-child(2) {
  overflow: visible;
}
.zonas-sociales::after {
  content: "";
  background-color:#F7F7F7;
  width: 100%;
  height: 76%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  display: block !important;
}
.zonas-sociales .row-zonas-sociales {
  padding-top: 50px;
  padding-bottom: 150px !important;
}
@media (max-width: 580px) {
	.hero-landing__form {
        margin-top: -75px !important
	}
	
  .zonas-sociales .row-zonas-sociales {
    padding-bottom: 40px !important;
  }
}
.zonas-sociales .row-zonas-sociales:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FCBB45;
  border-radius: 0px 100px 100px 0px;
  display: block !important;
}
@media (max-width: 580px) {
  .zonas-sociales .row-zonas-sociales:before {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media only screen and (min-width: 768px) {
  .zonas-sociales .row-zonas-sociales:before {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .zonas-sociales .row-zonas-sociales:before {
    width: 65%;
  }
}
.zonas-sociales .row-zonas-sociales .zonas-info-left h2 {
  color: #333333;
  font-size: 48px;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
    .zonas-sociales .row-zonas-sociales .zonas-info-left h2 {
        font-size: 30px;
    }
}
.zonas-sociales .row-zonas-sociales .zonas-info-left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin: 0;
  padding: 0;
}
.zonas-sociales .row-zonas-sociales .zonas-info-left ul li {
  color: #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zonas-sociales__carousel {
  margin-top: 70px;
}
.zonas-sociales__carousel.owl-carousel {
  display: block;
}
.zonas-sociales__carousel figure {
  position: relative;
  overflow: hidden;
}
.zonas-sociales__carousel .owl-dots {
  text-align: left !important;
  display: none;
  transform: translateY(30px);
}
@media only screen and (min-width: 768px) {
  .zonas-sociales__carousel .owl-dots {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .zonas-sociales__carousel .owl-nav {
    position: absolute;
    left: -60%;
    bottom: -20%;
  }
}
.zonas-sociales__carousel .owl-nav button {
  transition: 0.3s all ease;
}
.zonas-sociales__carousel .owl-nav button:hover {
  background-color: transparent !important;
  transform: scale(0.9);
}
.zonas-sociales__carousel .owl-nav button:hover i {
  border-color: rgba(224, 200, 176, 0.5019607843);
}
.zonas-sociales__carousel .owl-nav button:hover i::before {
  opacity: 0.5;
}
.zonas-sociales__carousel .owl-nav button i {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #333333;
}
.zonas-sociales__carousel .owl-nav button i:before {
  content: url(https://site.marketeros.com.co/mood51/wp-content/uploads/2025/05/Grupo-3421.svg);
  display: block;
  position: relative;
  top: 5px;
  transition: all 0.3s ease;
  
}
.zonas-sociales__carousel .owl-nav button.owl-prev i {
  transform: rotate(180deg);
}
.zonas-sociales .section-tabs-casas {
  margin-top: 100px;
}
.zonas-sociales .section-tabs-casas .title-top h2 {
  color: #333333;
  font-size: 48px;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 580px) {
  .zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs {
    display: block;
  }
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  width: 27%;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  display: flex;
  flex-direction: column;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
  border-bottom: 1px solid #be6f51;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active {
  padding-left: 45px;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active::before {
  opacity: 1;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li::before {
  content: "";
  background-image: url(https://seenda.co/wp-content/uploads/2024/08/keyboard_backspace_24dp_5F6368_FILL0_wght100_GRAD0_opsz24.svg);
  position: absolute;
  left: 0;
  width: 30px;
  height: 19px;
  opacity: 0;
  transition: all 0.3s ease;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li:hover {
  padding-left: 45px;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li:hover::before {
  opacity: 1;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  color: #634340 !important;
  font-size: 34px !important;
  display: block;
  width: 100%;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container {
  width: 60%;
}
@media (max-width: 580px) {
  .zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container {
    width: 100%;
  }
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-body {
  padding-top: 0 !important;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab h3 {
  color: #634340;
  font-size: 34px;
  font-weight: 700;
  border-bottom: 1px solid #be6f51;
  padding-bottom: 5px;
  margin-top: 0;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  row-gap: 40px;
  padding: 0;
}
@media (max-width: 580px) {
  .zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 780px) {
  .zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab ul li {
  font-size: 16px;
  color: #634340;
  display: flex;
  gap: 10px;
  align-items: center;
	line-height: 19px;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab ul li img {
  width: 35px;
  height: 35px;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab img {
  width: 100%;
}
.zonas-sociales .section-tabs-casas .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .info-primary-tab .wpb_wrapper p:last-child {
  color: #634340;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}
.zonas-sociales .cta-agenda-cita a:hover::before {
    filter: invert(1);
}
.zonas-sociales .cta-agenda-cita a {
  background-color: #FCBB45;
  font-size: 20px;
	line-height:26px;
  color: #333333;
  padding: 10px 62px 12px 24px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 40px;
  text-decoration: none;
  margin: 0 auto;
	border: 1px solid #333333;
	margin-left: 15%;
}

.zonas-sociales .aptos-btn .cta-agenda-cita a {
    margin: 0 auto;
    border: 0;
}
.zonas-sociales .cta-agenda-cita a::before {
  content: "";
  background-image: url(https://site.marketeros.com.co/mood51/wp-content/uploads/2025/05/Grupo-3421.svg);
  
  width: 30px;
  height: 20px;
  position: absolute;
  background-size: 100% 100%;
  right: 25px;
}
.zonas-sociales .cta-agenda-cita a:hover {
  background-color: #333333;
  padding-right: 75px;
	color:#FFFFFF;
}

.owl-dots button span {
  background: #333333 !important;
  opacity: 0.3;
}
.owl-dots button.active span {
  opacity: 1;
  transform: scale(1.2);
}

.section-ubicacion h2 {
  color: #634340;
}
.section-ubicacion .ubicacion-texto {
  margin-top: -70px !important;
  background: #FCBB45;
  max-width: 80%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 80px;
	
}
.section-ubicacion .ubicacion-texto p {
  margin: 0;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .section-ubicacion .ubicacion-texto p {
    font-size: 20px;
  }
}
.section-ubicacion .wpb_wrapper.vc_figure,
.section-ubicacion .vc_single_image-wrapper,
.section-ubicacion img {
  width: 100%;
}

.site-footer {
  background-color: #39464d;
  color: #fff;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .site-footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
.site-footer .container .logo-footer img {
  width: 80%;
}
.site-footer .container h3 {
  margin-bottom: 10px;
  color: #fcbb45;
  font-size: 20px;
  margin-top: 0;
}
.site-footer .container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .container a {
  color: #fff;
  text-decoration: none;
}
.site-footer .lista-contacto ul li {
  display: flex;
  align-items: flex-start;
}
.site-footer .lista-contacto ul li img {
  margin-right: 10px;
}
.site-footer .copy {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #fcbb45;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .site-footer .copy {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.gracias-section {
  position: relative;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .gracias-section {
    padding: 50px !important;
    height: 100vh;
  }
}
.gracias-section:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  background-image: url(https://seenda.co/wp-content/uploads/2024/08/gracias-forma.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media only screen and (min-width: 768px) {
  .gracias-section:before {
    background-size: contain;
    height: 100%;
    background-position: top left;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .gracias-section__content p {
    max-width: 50%;
    font-size: 20px;
    line-height: 23px;
  }
}
.gracias-section__content h1 {
  color: #333333;
}
.gracias-section__redes {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .gracias-section__redes {
    margin-top: 200px !important;
  }
}
@media only screen and (min-width: 768px) {
  .gracias-section__redes {
    margin-top: 80px;
  }
}
.gracias-section__redes ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
}
.gracias-section__contact {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .gracias-section__contact {
    margin-top: 0;
  }
}
.gracias-section__contact h3 {
  color: #FCBB45;
  font-size: 20px;
}
@media (max-width: 790px) {
  .gracias-section__contact h3 {
    color: #634340;
  }
}
.gracias-section__contact ul {
  color: #fff;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .gracias-section__contact ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.gracias-section__contact ul li {
  display: flex;
}
@media (max-width: 790px) {
  .gracias-section__contact ul li {
    color: #634340;
  }
}
.gracias-section__contact ul li img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
 
}
@media (max-width: 790px) {
  .gracias-section__contact ul li img {
    filter: none;
  }
}

.btn-thankyou a {
  background-color: #FCBB45;
  font-size: 16px;
  color: #333333;
  padding: 13px 70px 13px 24px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  text-decoration: none;
}
.btn-thankyou a::before {
  content: "";
  background-image: url(https://seenda.co/wp-content/uploads/2024/08/arrow-boton.svg);
  
  width: 30px;
  height: 20px;
  position: absolute;
  background-size: 100% 100%;
  right: 25px;
}
.btn-thankyou a:hover::before {
 filter: brightness(0) invert(1);
}
.btn-thankyou a:hover {
  background-color: #333333;
  padding-right: 75px;
	color: white;
}

@media (min-width: 1000px) {
  .footer-info-typ {
    width: 150%;
    transform: translateX(-48%);
  }
}
.footer-info-typ p {
  text-align: right;
  color: #ffffff;
  font-size: 16px;
  border-top: 1px solid #FCBB45;
  padding-top: 30px;
}
@media (max-width: 790px) {
  .footer-info-typ p {
    color: #634340;
  }
}/*# sourceMappingURL=solerium.css.map */

.zonas-info-left{
	padding: 0 15%;
}
#casas.section-tabs-casas{
	max-width: 1200px;
    margin: 100px auto 0 auto;

}

.fix-boton{
	display: none ;
	position: fixed;
	bottom: 0%;
	left:0;
	width: 100%;
	margin: 0 !important;
	z-index: 99999999;
}
.fix-boton p{
	text-align: center;
}
.fix-boton a{
	background-color: #f4a91b;
    color: #ffffff;
    font-size: 14px;
    border: none;
    padding: 13px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	font-weight: bold;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    position: relative;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
	gap: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
	text-decoration: none;

}
@media (max-width: 580px){
	.section-ubicacion .ubicacion-texto{
		margin-top:0px !important;
	}
	.fix-boton{
		display: block ;
	}
	.hero-landing__form{
	margin-top: 50px;
}
	.hero-landing.responsive .hero-landing__form{
		display: block !important;
	}
	.hero-landing__form{
		display: none !important;
	}
	.hero-landing.responsive:before{
		display: none !important;
	}
	.hero-landing.responsive{
		display : block !important;
	}
	
}
@media (min-width: 581px){
	.fix-boton{
	display: none !important;
	
}
	.hero-landing.responsive{
		display: none !important;
	min-height: auto !important;
	}
	
}
.hero-landing.responsive{
	min-height: auto !important;
	}

.section-ubicacion{
	margin-top: 80px;
}


.recorrido-modelo {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}
.recorrido-modelo:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 94%;
    right: 0;
    top: 0;
    border-radius: 60px 0 0 60px;
    background-color: #F7F7F7;
}
.recorrido-modelo .recorrido-texto > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.recorrido-modelo .recorrido-texto > div p {
    max-width: 50%;
    font-size: 14px;
}

.ubicacion-texto {
    margin-top: -70px !important;
    background: #fcbb45;
    max-width: 80%;
    margin: 0 auto;
    z-index: 999;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 80px;
}
.ubicacion-texto p {
    margin: 0;
}
@media only screen and (min-width: 768px) {
  .recorrido-modelo {
    padding-bottom: 0;
  }
}
.recorrido-modelo .vc_row.wpb_row:nth-child(2) {
  overflow: visible;
}

.recorrido-modelo .row-recorrido-modelo {
  padding-top: 50px;
  padding-bottom: 150px !important;
}
@media (max-width: 580px) {
  .recorrido-modelo .row-recorrido-modelo {
    padding-bottom: 40px !important;
  }
}
.recorrido-modelo .row-recorrido-modelo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  background-color: white;
  display: block !important;
	z-index:-1;
}
@media (max-width: 580px) {
  .recorrido-modelo .row-recorrido-modelo:before {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media only screen and (min-width: 768px) {
  .recorrido-modelo .row-recorrido-modelo:before {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .recorrido-modelo .row-recorrido-modelo:before {
    width: 100%;
  }
}
.recorrido-modelo .row-recorrido-modelo .zrecorrido-modelo-left h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 50px;
}

.recorrido-modelo .cta-agenda-cita a {
  background-color: #634340;
  font-size: 24px;
  color: #fff;
  padding: 13px 70px 13px 24px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 40px;
  text-decoration: none;
  margin: 0 auto;
}
.recorrido-modelo .cta-agenda-cita a::before {
  content: "";
  background-image: url(https://seenda.co/wp-content/uploads/2024/08/arrow-boton.svg);
  filter: brightness(0) invert(1);
  width: 30px;
  height: 20px;
  position: absolute;
  background-size: 100% 100%;
  right: 25px;
}
.recorrido-modelo .cta-agenda-cita a:hover {
  background-color: #be6f51;
  padding-right: 75px;
}


.btn-amarillo a {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    padding: 15px 24px;
	font-weight: 600;
    border-radius: 30px;
    background-color: #FCBB45;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.btn-amarillo a:after {
    content: url(https://site.marketeros.com.co/mood51/wp-content/uploads/2025/05/Grupo-3421.svg);
    position: relative;
    right: 0;
    top: 0;
    margin-left: 10px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-amarillo a:hover {
   background-color:#333333;
    color: white;
}
.btn-amarillo a:hover:after {
    filter: invert(1);
    -webkit-filter: invert(1); /* Para compatibilidad con Safari */
    transition: filter 0.3s ease;
}
.btn-amarillo a:hover:after {
    
    filter: invert(1);
    -webkit-filter: invert(1);
}
@media (max-width: 768px){
	.recorrido-modelo .row-recorrido-modelo:before{
		display:none;
		
	}
	.recorrido-modelo:before{
		clip-path: none;
		border-radius: 0px;
	}
	.row-recorrido-modelo h2 span{
		color: #333333 !important;
		
	}
	.recorrido-modelo .recorrido-texto > div p{
		max-width: 100%;
	}
	.burger span{
		background-color: white;
	}
	.logo-dark{
		display:none !important;
	}
	.logo-white{
		display:block !important;
	}
	.header-landing.active .logo-dark {
  display: block !important;
}
.header-landing.active .logo-white {
  display: none !important;
}
	.header-landing .logo-dark {
		text-align: right;
	}
	.header-landing .logo-dark img {
		max-width: 100px;
	}
	.header-landing .logo-white img {
		max-width: 80px;
	}
}


.aparta-estudio-teusaquillo h2{
	font-size: 60px ;
	line-height: 79px;
	color: #333333;
	font-weight: 300;
	margin-top: 50px !important;
}
.aparta-estudio-teusaquillo h2 strong{
	font-size: 60px ;
	line-height: 79px;
	color: #333333;
	font-weight: bold;
}
.cajas-apartamento.dan h2{
	font-size: 20px ;
	line-height: 26px;
	color: #333333;
	font-weight: 400;
}
.cajas-apartamento.dan h3 strong{
	font-size: 24px ;
	line-height: 32px;
	color: #333333;
	font-weight: bold;
}
.cajas-apartamento.dan h3{
	font-size: 16px ;
	line-height: 21px;
	color: #333333;
	font-weight: 300;
}
.cajas-apartamento.dan p{
	font-size: 16px ;
	line-height: 21px;
	color: #333333;
	font-weight: 300;
}
.cajas-apartamento.dan p strong{
	font-size: 16px !important ;
	line-height: 21px !important;
	color: #333333;
	font-weight: bold;
}


.section-tabs-casas.dan h3{
	font-size: 34px ;
	line-height: 45px;
	color: #333333;
	font-weight: bold;
}
.section-tabs-casas.dan h3::after {
  content: "";
  position: absolute;
  left: 139px;
  bottom: 109px; /* Distancia desde el texto */
  width: 30px; /* Largo de la línea */
  height: 3px; /* Grosor de la línea */
  background-color: #FCBB45; /* Color amarillo */
  border-radius: 2px;
}
.section-tabs-casas.dan p{
	font-size: 20px ;
	line-height: 30px;
	color: #333333;
	font-weight: 400;
}

.medidas-apartamentos{
	    padding-left: 121px !important;
}

@media (max-width: 1024px) {
	.aparta-estudio-teusaquillo h2 {
    font-size: 32px;
    line-height: 33px;
    color: #333333;
    font-weight: 300;
}
	.aparta-estudio-teusaquillo h2 strong {
    font-size: 23px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
}
	.vc_row.wpb_row.vc_row-fluid.aparta-estudio-teusaquillo.vc_custom_1746575886310{
		margin-top: -170px;
	}
	.zonas-sociales .section-tabs-casas .title-top h2 {
    color: #333333;
    font-size: 39px;
}
	.section-tabs-casas.dan h3::after {
    content: "";
    position: absolute;
    left: 139px;
    bottom: 164px;
    width: 30px;
    height: 3px;
    background-color: #FCBB45;
    border-radius: 2px;
}
	.section-tabs-casas.dan h3 {
    font-size: 29px;
    line-height: 45px;
    color: #333333;
    font-weight: bold;
}
	.vc_column-inner{
		margin-top: 35px;
	}
}


.hero-landing__image img{
    position: absolute;
    top: 110px !important;
    left: -112px !important;
}
.logo-banner-imagee-dan img{
	position: absolute;
    left: -248px !important;
    max-width: 280px !important;
    bottom: 220px !important;
}


@media (max-width: 580px){
	.hero-landing.ras{
		background-image: url('https://site.marketeros.com.co/mood51/wp-content/uploads/2025/05/Grupo-3407.jpg') !important;
		margin-top: 0px!important;
	}
	.hero-landing{
		background-image: url('https://site.marketeros.com.co/mood51/wp-content/uploads/2025/05/Grupo-3407.jpg') !important;
		margin-top: 0px!important;
	}
	.hero-landing__image.dan img{
		display: none;
		
	}
	.logo-banner-imagee-dan img{
		display: none;
	}
}

.zonas-sociales__carousel img {
    border-radius: 10px;
}

@media (max-width: 768px) {
	.aparta-estudio-teusaquillo .vc_column-inner {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	
	.aparta-estudio-teusaquillo .wpb_text_column {
		margin-bottom: 0;
	}
	
	.aparta-estudio-teusaquillo h2 {
		margin-top: 0 !important;
	}
	
	.zonas-info-left {
		padding: 0 5%;
	}
	
	.zonas-sociales .cta-agenda-cita a {
		margin-left: 5%;
	}
	
	.medidas-apartamentos {
		padding-left: 0 !important;
	}
	
	.zonas-sociales .section-tabs-casas {
		margin-top: 0 !important;
	}
	
	.flex-movil {
		flex-direction: column-reverse;
		display: flex;
	}
	
	.recorrido-modelo {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.hero-landing-footer {
		margin-bottom: 0 !important;
	}
	
	.section-ubicacion {
		margin-top: 0;
	}
}

.container-waze-google {
	display: flex;
	max-width: 80%;
	margin: 0 auto !important;
}

.column-waze-google > div > div{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	box-shadow: 0px 0px 24px #00000008;
	padding: 24px;
	border-radius: 24px;
	transition: all .3s ease;
}

.column-waze-google:hover > div > div{
	box-shadow: 0px 0px 24px #00000016;
	transform: translatey(-10px);
}

.column-waze-google a {
	text-decoration: none;
	color: #333;
	width: 100%;
}

.column-waze-google .wpb_single_image, .column-waze-google .wpb_text_column {
	margin-bottom: 0;
}

.column-waze-google img {
	width: 80px;
	border-radius: 16px;
}

.column-waze-google p strong {
	font-size: 20px;
	line-height: 30px;
}

.column-waze-google p  {
	margin: 0;
}

.google-maps-img {
	border: 1px solid #f0f0f0;
	border-radius: 16px;
}

@media (max-width: 768px) {
	
	.container-waze-google {
	display: flex;
	flex-direction: column;
	max-width: 90%;
	margin: 0 auto !important;
}	
	
}




.cta-agenda-cita.btn-movil{
	display: none;
}

@media (max-width: 768px) {
	.cta-agenda-cita.btn-movil{
		display: block;
	}
	
	.cta-agenda-cita.btn-pc{
		display: none;
	}
}










