/* 
Theme Name: Chrisdiferente Estate
Author: Christoph Sartor
Version: 1.0
Text Domain: chrisdiferente-estate
* (c) 2022, Chrisdiferente
*/
/* Variables */
/* Fonts */
/* Variables */
/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* Variables */
.container-slideshow {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  margin-top: -32px;
}

.carousel-inner {
  height: 680px;
}

.carousel-caption {
  right: 0;
  top: 50%;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  z-index: 100;
  position: absolute;
  animation: zoomIn;
  animation-duration: 2s;
}

.caption-video {
  top: 40%;
}

.title-slider {
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 2px 0 #000000, 1px 5px 3px #aba8a8;
}

p.text-slider {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 2px 0 #000000, 1px 5px 3px #aba8a8;
}

.coolbutton {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  background-color: #003666;
  padding: 10px 30px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  max-width: 200px;
  margin-top: 10px;
}

.coolbutton span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.coolbutton:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #78B9B5;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.coolbutton:hover:after {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.coolbutton {
  color: #fff;
  text-transform: uppercase;
}

a.coolbutton:hover {
  box-shadow: 1px 1px 25px 10px rgba(255, 255, 225, 0.4);
}

.coolbutton:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(146, 148, 248, 0.4), transparent);
  transition: all 650ms;
}

.coolbutton:hover:before {
  left: 100%;
}

.sheen:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(225, 225, 225, 0), rgba(0, 54, 102, 0.2) 50%, rgba(255, 255, 255, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0.5;
}

/*This activates the sheen once the button has been hovered*/
.sheen:hover::after, button:focus::after {
  animation: sheen 1s forwards;
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.carousel-control-next, .carousel-control-prev {
  top: 40%;
  width: 5%;
  opacity: 1;
  color: #17181F;
  z-index: 100;
}

.carousel-control-prev {
  margin-left: -20px;
}

.carousel-control-prev {
  margin-right: -20px;
}

.carousel-indicators {
  z-index: 110;
}

.carousel-item {
  transition: opacity 0.5s ease-in-out; /* Adjust 1.5s for desired duration */
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.8s;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Base */
.align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* 1 - Container */
/* 2 - Pages */
/* 3 - Row */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -1);
  margin-left: calc(var(--bs-gutter-x) / 1);
}

.row-marign-right-container,
.row-marign-right {
  margin-right: calc(var(--bs-gutter-x) / 1);
}

.row-page {
  margin-top: 15px;
}

/* 4 - Columns  */
.wp-block-columns {
  display: flex;
  width: 100%;
}

.wp-block-column {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 30px 0 0;
}

/* 5 - Images */
.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.thumbnail-img img {
  width: 100%;
  height: 100%;
}

.postimg img {
  width: inherit;
  height: inherit;
}

.thumb-container {
  width: 450px;
  height: 550px;
}

.thumbimage {
  position: relative;
  width: 60%;
  height: 60%;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -20px;
  margin-left: -20px;
}

.imagecenter {
  position: absolute;
  top: 50%;
  left: 50%;
}

.wp-block-image img {
  max-width: none;
}

/* 6 - Paragraphs */
.wp-block-column p {
  font-size: 1.2rem;
  line-height: 140%;
  text-align: left;
}

/* 7 - Buttons */
.is-style-outline .wp-block-button__link {
  border: 0px;
}

.wp-block-button__link {
  background-color: transparent;
  border: transparent;
  border-radius: 0px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

/*8 - Separator */
.wp-block-separator {
  border-top: 1px solid #245050;
  border-bottom: 1px solid #245050;
}

/* Variables */
/* Nav */
#menubar {
  margin-right: 0;
  margin-left: 0;
}

.logo-image {
  float: left;
  z-index: 120;
  position: relative;
  left: -150;
  width: 150px;
  top: 5px;
  margin-left: -400px;
}

.navbar {
  width: 100%;
  height: 160px;
  text-align: center;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 120;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
}

.menu-right {
  margin-top: 10px;
}

ul.nav-item {
  width: 100%;
  position: relative;
  z-index: 110;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item li {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 10px;
  font-size: 1.4rem;
  color: #000000;
  position: relative;
  z-index: 110;
}

.nav-item li a {
  text-decoration: none;
  color: #000000;
}

.nav-item ul li a:hover {
  color: #0F828C;
}

/* Dropdwon-Menu */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.navbar-nav {
  padding-top: 1rem;
}
@media (min-width: 1000px) {
  .navbar-nav {
    padding-top: 0;
  }
}

/* Language Switcher */
.nav-switcher {
  margin-top: 60px;
  position: relative;
  float: left;
}

.nav-flag {
  position: fixed;
  z-index: 120;
  background: #ffffff;
}

.menu-switcher li {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #000000;
}

.menu-switcher li a {
  color: #000000;
}

.menu-switcher li a:hover {
  color: #78B9B5;
}

.menu-switcher {
  position: relative;
  z-index: 120;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.menu-ham {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: #003666;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

/* search-box */
.searchicon {
  width: 40px;
  height: 40px;
  background: #78B9B5;
  border-radius: 100%;
  overflow: hidden;
  border: none;
}

.fa-search {
  color: #ffffff;
  font-size: 1.2rem;
}

.dropdown-search {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(15, 130, 140, 0.5);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.dropdown-menu {
  border: none;
}

/* Form-control */
#search-box {
  margin-right: 0;
}

.form-control {
  width: 200px;
  margin: 0.25rem;
  position: relative;
}

.search-lupe {
  margin-left: 25px;
}

.btn-search {
  text-align: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  background: #78B9B5;
  color: #ffffff;
  border-radius: 0.25rem;
  border: none;
  padding: 0.25rem;
  margin: 0.25rem;
  width: 100px;
  height: 50px;
  top: 50%;
}

.btn-search a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.btn-search:hover {
  background: #0F828C;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.25rem;
  border: none;
}

.wrapper-search {
  top: 70px;
  right: 100px;
  position: absolute;
}

.selector {
  cursor: pointer;
  display: block;
}

.menu-icons-wrapper {
  cursor: pointer;
  position: absolute;
  scale: 0.6;
  margin-right: 50px;
}

.circle {
  background-color: #ffffff;
  border: 4px solid #78B9B5;
  border-radius: 50%;
  display: block;
  left: 0;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
}

.line {
  position: absolute;
}
.line::before, .line::after {
  content: "";
  cursor: pointer;
  border-radius: 10px;
  height: 5px;
  width: 50px;
  background: #78B9B5;
  position: absolute;
  left: 0;
  display: block;
  top: 25px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.line::before, .line::after {
  transform: rotate(45deg);
}

.active .circle {
  background-color: transparent;
  transform: scale(0);
}
.active .line::before, .active .line::after {
  border-radius: 0;
}
.active .line::after {
  transform: rotate(-45deg);
}

.menu-items {
  position: absolute;
  float: left;
  top: -5px;
  left: -250px;
  background: rgba(0, 54, 102, 0.6);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 10px;
}

.menu-items.show {
  right: 0;
  opacity: 1;
}

/* Variables */
/* Footer */
footer {
  position: relative;
  z-index: 100;
  bottom: 0;
  background: #16222A;
  background: linear-gradient(59deg, #3A6073, #16222A);
  color: white;
  margin-top: 100px;
}

.logo-footer {
  float: left;
  z-index: 120;
  position: relative;
  width: 120px;
}

.title-footer {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
  position: relative;
  z-index: 110;
  text-transform: uppercase;
}

ul.footer-list {
  float: none;
  text-decoration: none;
  font-size: 0.9rem;
  padding-left: 0;
}

li.footer-item {
  float: none;
  line-height: 2rem;
}

li.footer-privacy {
  display: contents;
}

.footer-item a {
  color: #ffffff;
}

.footer-item a:hover {
  color: #0F828C;
}

.footer-middle {
  padding-left: 10px;
  padding-top: 20px;
  color: white;
  position: relative;
}

.footer-middle::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: 0;
  background: center/cover url("https://localhost/rjrealestate.com.mx/wp-content/uploads/2025/09/Footer-background.png") no-repeat;
  opacity: 0.5;
  margin-top: -20px;
}

.row-social {
  margin-top: 20px;
  z-index: 50;
}

.col-footer {
  z-index: 50;
}

.social-buttons {
  justify-content: center;
}

.social-buttons ul {
  position: relative;
}

.social-buttons li {
  padding: 0 10px 10px;
}

.social-item a {
  color: #ffffff;
}

.social-item a:hover {
  color: #0F828C;
}

.footer-privacy a {
  color: #ffffff;
  padding: 0 5px 0 5px;
}

.footer-privacy a:hover {
  color: #0F828C;
}

.copyright {
  font-size: 0.9rem;
}

.footer-text-col {
  font-size: 0.9rem;
  color: #ffffff;
  margin-top: 5px;
}

.footer-contact-pad {
  margin-left: 50px;
}

/* Variables */
/* Theme */
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Fira Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 160%;
  color: #3C3D37;
  text-align: justify;
  background-color: rgba(253, 253, 251, 0.6);
}

p {
  font-family: "Fira Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 160%;
  color: #3C3D37;
  text-align: justify;
}

h1, h2, h3, h4, h5 {
  margin-top: 1.4em;
  font-family: "Lora", serif;
  color: #003666;
  position: relative;
  z-index: 5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  text-align: center;
  font-weight: 900;
  color: #003666;
}

h2 {
  font-size: 1.5rem; /* 35px */
  color: #003666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

h3 {
  color: #003666;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 100%;
}

h4 {
  font-size: 1.3rem; /* 16px */
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  color: #003666;
}

h5 {
  font-size: 1.2rem; /* 16px */
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  color: #003666;
}

ul {
  list-style: none;
}

li {
  float: left;
}

a {
  color: #4298b5;
  text-decoration: none;
}

a:hover {
  color: #78B9B5;
  text-decoration: none;
}

strong {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: left;
}

em,
blockquote,
.wp-block-quote p {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  text-align: center;
  color: #4298b5;
  margin-top: 10px;
}

strong em,
strong blockquote,
em strong,
blockquote strong {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.btn {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  left: 40%;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  background: #e22e13;
  color: #ffffff;
}

.btn a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.btn:hover {
  background: #f17b68;
  color: #ffffff;
  text-decoration: none;
}

.btn-toggler {
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  left: 40%;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  background: #000000;
  font-size: 1rem;
}

.btn-toggler a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.btn-toggler:hover {
  color: #000000;
  background: #ffffff;
}

.btn-toggler a:hover {
  color: #000000;
}

ul.categories,
ul.tag {
  list-style: none;
  padding-left: 0;
}

.categories li,
.tag li {
  float: left;
}

.categories li a,
.tag li a {
  color: #3C3D37;
  text-decoration: none;
}

.categories li a:hover,
.tag li a:hover {
  color: #4298b5;
  text-decoration: none;
}

.terms {
  margin: 0;
}

.terms li {
  margin: 0;
  padding: 0 5px 0 5px;
}

.terms li:first-child {
  padding-left: 0;
}

ul.point-list {
  list-style: circle;
  font-size: 1rem;
  margin-left: -20px;
  margin-top: 5px;
}

ul.post-categories {
  font-family: "Pangolin", cursive;
  padding-left: 0;
  line-height: 180%;
}

.tag {
  margin-left: 0;
  line-height: 180%;
}

/* Container project */
.row-project {
  margin-right: -10px;
}

.title-project {
  text-align: left;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 15px;
}

.container_foto {
  padding: 0;
  overflow: hidden;
}

.thumb-figure {
  height: 490px;
}

.thumbimage {
  margin-top: 0px;
  margin-left: 0px;
  top: 0;
  left: 0;
  opacity: 0.9;
  border-radius: 10px;
}

.btn-venta {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.17);
  font-weight: 700;
  width: 140px;
  height: 40px;
  padding: 6px 5px 5px 5px;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  margin-left: 550px;
  margin-top: 20px;
}

.btn-venta-prop {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.17);
  font-weight: 700;
  width: 140px;
  height: 40px;
  padding: 6px 5px 5px 5px;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  margin-left: 480px;
  margin-top: 20px;
}

.precio-text {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  margin-top: 60px;
  max-width: 460px;
  margin-left: 15px;
}

.row-info {
  background: rgba(66, 152, 181, 0.25);
  border-radius: 15px;
  padding: 25px;
  margin-right: 20px;
}

.col-info {
  background: rgba(66, 152, 181, 0.25);
  border-radius: 5px;
  height: 100%;
}

.strong-text {
  color: #3C3D37;
}

.svg-icon {
  position: relative;
  width: 25%;
  height: auto;
  fill: #003666;
  margin-left: 70px;
  margin-bottom: 10px;
  overflow: clip;
}

.svg-icon-1 {
  position: relative;
  width: 10%;
  height: auto;
  fill: #003666;
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
}

.svg-icon-2 {
  position: relative;
  width: 25%;
  height: auto;
  fill: #003666;
  margin-left: -150px;
}

.svg-1 {
  display: none;
}

.svg-2 {
  fill: #ffffff;
}

.col-ubi {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  margin-right: 20px;
}

.card-caracter {
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
  margin-left: 25px;
  margin-right: 25px;
  height: 110px;
}

.recamara-text, .bano-text, .estacionamiento-text, .construccion-text {
  color: #003666;
  text-align: center;
  font-size: 1rem;
}

.place-container {
  margin-bottom: 20px;
}

.ubicacion-text {
  margin-top: 10px;
}

.btn-tipo {
  margin-top: 15px;
  margin-left: 200px;
  float: left;
}

.btn-doc {
  text-decoration: none;
  position: relative;
  padding: 10px;
  padding-right: 15px;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #003666;
  z-index: 100;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  margin-left: 220px;
}

.btn-doc:hover {
  background-color: #78B9B5;
  color: #fff;
}

.btn-doc a:hover {
  background-color: #78B9B5;
  color: #fff;
}

.is-style-outline {
  border: 0px;
}

.btn-prop {
  padding: 5px 5px 5px 5px;
  background: #003666;
  color: #ffffff;
  font-weight: 700;
  width: 180px;
  height: 40px;
  font-size: 1rem;
  display: inline-block;
  border-radius: 20px;
}

.btn-prop:hover {
  padding: 5px 5px 5px 5px;
  background: #78B9B5;
  color: #ffffff;
  font-weight: 700;
  width: 180px;
  height: 40px;
  font-size: 1rem;
  display: inline-block;
  border-radius: 20px;
}

.btn-prop a:hover {
  background: #78B9B5;
  color: #ffffff;
}

.btn-none {
  text-decoration: none;
}

.btn-form-prop {
  text-align: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  background: #78B9B5;
  color: #ffffff;
  border-radius: 0.25rem;
  border: none;
  padding: 0.25rem;
  margin: 0.25rem;
  width: 100px;
  height: 50px;
}

.btn-form-prop a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 100;
}

.btn-form-prop:hover {
  background: #0F828C;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.25rem;
  border: none;
}

/* Containers */
.container-main {
  margin-top: 200px;
}

#main-3166, .container-nosotros, .container-blog-entry, .container-project {
  margin-top: 200px;
}

.container-contacto, .container-servicios {
  margin-top: 100px;
}

#container-search {
  margin-top: 200px;
}

.container-billboard {
  margin-top: 200px;
  max-width: 1000px;
  background: rgba(66, 152, 181, 0.25);
  border-radius: 15px;
  padding: 30px;
}

/* Titles */
.contacto-title {
  margin-left: -150px;
}

.blog-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 100px;
  color: #ffffff;
}

.blog-title-entry {
  position: relative;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  color: #003666;
}

.home-typo {
  margin-bottom: 20px;
}

.home-title-2:after {
  content: "";
  width: 220px;
  height: 2px;
  display: inline-block;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 54, 102);
  margin: 6px 10px;
}

.home-text-title {
  text-align: center;
  margin-left: 60px;
  margin-top: -10px;
}

.search-prompt {
  color: #0F828C;
}

/* Blog */
.thumbimage-blog {
  position: relative;
  width: 95%;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -20px;
  margin-left: -20px;
}

.container-blog-content {
  width: 1380px;
  margin-left: 20px;
  margin-top: 20px;
}

/* Prop Filter */
.form-prop {
  text-align: center;
  position: relative;
  display: block;
  width: 200px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.form-prop:hover {
  color: #003666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #003666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.input-group-text {
  text-align: center;
  position: relative;
  width: 200px;
}

.home-prop-2 {
  margin-top: 10px;
  margin-left: 20px;
}

/* Icons */
.bi {
  margin-right: 5px;
}

.icon-mail-2, .icon-tell-2 {
  color: #ffffff;
}

/* Gallery */
.wp-block-group__inner-container {
  align-items: center;
  justify-content: center;
  padding-right: 0;
}

.project-gallery {
  width: 800px;
  position: relative;
}

/* Variables */
/* Cards - SERVICIOS */
.row-servicios {
  margin-top: 50px;
}

.row-itmes {
  margin-right: 0;
  margin-left: 0;
}

.row-item {
  margin-right: 20px;
}

.card-title {
  text-align: center;
  font-size: 1.2rem;
}

.card-text p {
  text-align: left;
  font-size: 0.8rem;
}

.card-title {
  margin-top: 10px;
}

.card-img-top i {
  color: #0F828C;
  font-size: 4rem;
  margin-top: 20px;
}

.card-text {
  text-align: center;
  font-size: 0.9rem;
}

.btn-servicios {
  padding: 5px 5px 5px 5px;
  background: transparent;
  color: #003666;
  font-weight: 700;
  width: 180px;
  height: 40px;
  border: solid 2px #003666;
  border-radius: 5px;
  font-size: 1rem;
  display: inline-block;
  margin-top: 15px;
}

.btn-servicios:hover {
  padding: 5px 5px 5px 5px;
  background: transparent;
  color: #78B9B5;
  font-weight: 700;
  width: 180px;
  height: 40px;
  border: solid 2px #78B9B5;
  border-radius: 5px;
  font-size: 1rem;
  display: inline-block;
  margin-top: 15px;
}

.card {
  margin-top: 20px;
  padding: 10px 10px 10px 10px;
}

.flipPreview {
  animation-name: flip;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
  animation-direction: alternate;
}

@keyframes flip {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
.flip-container {
  width: 100%;
  height: 300px;
}
.flip-container .card {
  width: 100%;
  height: 100%;
}

.flip-container {
  perspective: 1000px;
}
.flip-container:hover .flip {
  transform: rotateY(180deg);
}
.flip-container .flip {
  width: 100%;
  height: 100%;
}
.flip-container .flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-container .flip .flip-front {
  z-index: 2;
  transform: rotateY(0deg);
  background-color: rgba(70, 165, 169, 0.17);
}
.flip-container .flip .flip-back {
  transform: rotateY(180deg);
}
.flip-container .flip .flip-front,
.flip-container .flip .flip-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

/* Cards - PROPIEDADES */
.card-flyer {
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(70, 165, 169, 0.5);
  border-radius: 5px;
  transition: all 0.9s ease;
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

.card-flyer:hover .image-box {
  opacity: 0.7;
  transform: scale(1.15);
}

.card-flyer .text-box {
  text-align: left;
}

.card-flyer .text-box .text-container {
  padding: 15px 15px;
}

.card-flyer {
  background: #FFFFFF;
  margin-top: 50px;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(70, 165, 169, 0.4);
  overflow: hidden;
}

.card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(70, 165, 169, 0.5);
  transition: all 0.2s ease-in;
  margin-top: 50px;
}

.card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1rem;
  color: #000000;
  margin-left: -20px;
}

.card-title-2 {
  margin-top: 0;
  text-align: center;
  font-size: 1.2rem;
}

.btn-venta-2 {
  color: #ffffff;
  background-color: rgba(120, 185, 181, 0.5);
  font-weight: 700;
  width: 100px;
  height: 40px;
  padding: 6px 5px 5px 5px;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  margin-left: 10px;
  margin-top: 50px;
}

.precio-text-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
}

.btn-prop-2 {
  padding: 5px 5px 5px 5px;
  background: #003666;
  color: #ffffff;
  font-weight: 700;
  width: 180px;
  height: 40px;
  font-size: 1rem;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  margin-left: 30px;
}

.btn-prop-2:hover {
  padding: 5px 5px 5px 5px;
  background: #78B9B5;
  color: #ffffff;
  font-weight: 700;
  width: 180px;
  height: 40px;
  font-size: 1rem;
  display: inline-block;
  border-radius: 20px;
}

.btn-prop-2 a:hover {
  background: #78B9B5;
  color: #ffffff;
}

.svg-icon-item {
  position: relative;
  width: 90%;
  height: auto;
  fill: #003666;
  margin-left: 0;
  margin-bottom: 0;
}

.row-prop-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-text {
  font-size: 0.9rem;
}

.col-item {
  margin-top: 20px;
}

.row-prop-item {
  margin-left: -20px;
}

.col-depos {
  float: left;
  position: relative;
}

.col-narrows {
  z-index: 50;
  position: relative;
}

/**

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
**/
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carousel-control-next2,
.carousel-control-prev2 {
  top: 0%;
  width: 5%;
  opacity: 1;
  color: #003666;
  z-index: 100;
  position: relative;
}

.widget {
  position: relative;
  margin-bottom: 30px;
  padding: 0px 20px;
  background-color: rgba(70, 165, 169, 0.17);
  border-radius: 3px;
}

.widget-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 14px;
  font-size: 12px;
}

.widget-controls > a {
  padding: 1px 4px;
  border-radius: 4px;
  color: #fff;
  transition: color 0.15s ease-in-out;
}

.text-white {
  color: #fff;
}

.widget-top-overflow {
  margin-top: -15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.widget-top-overflow, .widget-middle-overflow {
  position: relative;
  margin: 0 -20px;
}

.widget-top-overflow > img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.widget-top-overflow > img, .widget-middle-overflow > img {
  max-width: 100%;
}

.widget-top-overflow > img + .tags {
  position: absolute;
}

.tags {
  padding-left: 0;
  list-style: none;
}

.tags > li {
  float: right;
  margin-top: -35px;
}

.tags > li > a {
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #0F828C;
  color: #0F828C;
  text-decoration: none;
  pointer-events: none;
}

.mt-sm {
  margin-top: 10px;
}

.post-user {
  position: relative;
}

.mr {
  margin-right: 15px;
}

.thumb-xs, .thumb-sm, .thumb-lg, .thumb {
  position: relative;
  display: inline-block;
  text-align: center;
}

.thumb {
  width: 48px;
}

.thumb img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.post-user img {
  border: 3px solid white;
}

.fs-mini {
  font-size: 13px;
}

.text-light {
  opacity: 0.8;
}

.widget > footer {
  margin: 0 -20px -15px;
  padding: 30px 20px;
}

.bg-body-light {
  background-color: #f6f6f6;
}

.post-links {
  margin-bottom: 0;
  font-size: 12px;
  padding-left: 0;
}

.post-links > li {
  float: left;
  list-style: none;
  margin: 4px;
}

.btn-blog-entry {
  padding-left: 15px;
  background: transparent;
  color: #003666;
  font-weight: 700;
  width: 120px;
  height: 35px;
  font-size: 0.9rem;
  display: inline-block;
}

.btn-blog-entry:hover {
  padding-left: 15px;
  background: transparent;
  color: #78B9B5;
  font-weight: 700;
  width: 120px;
  height: 35px;
  font-size: 0.9rem;
  display: inline-block;
}

/* Container */
.container-prop-entry {
  background: #fbf4e0;
  margin: 40px auto 10px;
  padding: 20px 0px;
  max-width: 960px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#residence {
  position: relative;
}

.arrows {
  position: relative;
  margin-top: 530px;
}

.arrow-right {
  margin-top: 5px;
}

.arrow-left {
  margin-top: 10px;
  margin-left: 20px;
}

.fa-chevron-right, .fa-chevron-left {
  font-size: 3rem;
}

.ctrl-prev, .ctrl-next {
  position: relative;
}

.arrow-divider {
  text-align: center;
  color: #003666;
  position: relative;
  font-weight: 400;
  font-size: 1.9rem;
  margin-left: 40px;
  margin-top: -12px;
}

.next2 {
  float: left;
  position: relative;
  margin-left: -15px;
  margin-top: -12px;
}

.icon-arrow {
  color: #003666;
}

.icon-mail, .icon-tell {
  color: #003666;
}

.fa-chevron-left,
.fa-chevron-right {
  color: #003666;
  transition: 200ms;
  font-size: 1.5rem;
}

.fa-chevron-left:hover,
.fa-chevron-right:hover {
  color: #003666;
  transition: 200ms;
}

.prop-item {
  height: 490px;
}

/* Variables */
/* DSVG */
.container-dsvg {
  position: relative;
  margin-top: 100px;
}

ul.privacy-items {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 5px;
}

.privacy-items li {
  padding: 0 8px 0 8px;
}

.privacy-items li:first-child {
  padding-left: 0;
}

/* Variables */
/* Contact */
.container-contact {
  position: relative;
  margin-top: 150px;
  float: left;
}

/* Code */
/* Variables */
/* Laptop - Horizontal (MacBook) */
@media (min-width: 1200px) and (max-width: 1280px) {
  .logo-image {
    margin-left: -300px;
  }
  .btn-venta-prop {
    margin-left: 380px;
  }
  .selector {
    margin-left: -50px;
  }
}
/* -- Lenovo --*/
/* Variables */
/* Tablets - Horizontal (IPAD) */
@media (min-width: 1024px) and (max-width: 1200px) {
  /* Device - 1 Base */
  #wpadminbar {
    display: none;
  }
  .postimg img {
    width: 100%;
    height: 100%;
  }
  .logo-image {
    float: left;
    z-index: 120;
    position: relative;
    width: 150px;
    top: 5px;
    margin-left: -290px;
  }
  .menu-right {
    margin-left: -150px;
  }
  .menu-items.show {
    right: 0;
    opacity: 1;
    width: 180px;
    margin-left: 50px;
  }
  .wrapper-search {
    top: 70px;
    right: 100px;
    position: absolute;
    z-index: 110;
  }
  .thumbimage-blog {
    position: relative;
    width: 95%;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 200px;
    margin-left: -20px;
  }
  .container-blog {
    margin-left: -40px;
  }
  /* Slider */
  #slideshow {
    margin-top: 70px;
    position: relative;
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .container-slideshow {
    margin-top: 180px;
  }
  .carousel-control-prev {
    margin-left: 20px;
  }
  .carousel-control-next {
    margin-right: 20px;
  }
  /* Content */
  .coolbutton {
    max-width: 100px;
    font-size: 0.8rem;
    padding: 5px 5px;
  }
  .ctrl-next {
    margin-left: 100px;
  }
  .ctrl-prev {
    float: left;
  }
  .arrow-right {
    margin-left: -30px;
    margin-top: 3px;
  }
  /* Content */
  .title-project {
    font-size: 1.5rem;
  }
  .btn-venta-prop {
    margin-left: 300px;
  }
  .card-caracter {
    margin-left: 0;
    margin-right: 10px;
    height: 130px;
  }
  .svg-icon {
    position: relative;
    width: 50%;
    height: auto;
    fill: #003666;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: inherit;
    clear: both;
    overflow: clip;
  }
  .svg-palce, .svg-tipo {
    width: 30%;
  }
  .place-container {
    margin-left: -50px;
  }
  .btn-tipo {
    margin-top: -40px;
  }
  #form_lastname, .apellido {
    margin-left: 75px;
  }
  .text-form-field {
    width: 400px;
  }
  .container-servicios {
    margin-top: 50px;
  }
  .row-archive {
    margin-top: 15px;
    margin-left: 0;
  }
  .item-text {
    font-size: 0.7rem;
  }
  .btn-prop-2 {
    margin-left: -10px;
  }
  .btn-prop-2-entry {
    margin-left: -20px;
  }
  .controls {
    margin-right: 0;
  }
  .form-control {
    width: 160px;
    margin: 0.25rem;
    position: relative;
  }
  .btn-form {
    margin-left: 0;
  }
  .float-button {
    margin-left: 100px;
  }
  .icon-mail, .icon-tell {
    margin-left: 0;
  }
  .blog-title {
    margin-left: 20px;
    text-align: left;
  }
  .selector {
    margin-right: 20px;
  }
  .btn-venta {
    margin-left: 320px;
  }
  .contact-form {
    width: 450px;
  }
  .col-input-form {
    width: 50%;
  }
  .row-info {
    margin-top: 60px;
  }
  .footer-pad {
    margin-left: -20px;
  }
  .footer-list {
    margin-right: 40px;
  }
  .logo-footer {
    margin-left: -40px;
  }
}
/* Tablet - Samsung - Vertical - Portrait */
/* Device Mix */
/* ----------- Pc---------- */
@media (min-width: 1024px) {
  .casper {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ghost {
    display: none !important;
  }
}
/* Device Mix */
/* Smartphone - Horizontal / Tablets - Horizontal (Samsung) / Tablet - Vertical (IPAD)*/
/* Variables */
/* Tablets - Vertical */
@media (min-width: 767.98px) and (max-width: 991.98px) {
  /* Device - 1 Base */
  .postimg img {
    width: 100%;
    height: 100%;
  }
  /* Device - 2 Theme */
  /* Device - 3 Nav */
  #wpadminbar {
    display: none;
  }
  #menubar {
    transition: all 0.3s;
    margin-top: 20px;
    position: relative;
  }
  .logo-image {
    width: 20%;
    z-index: 120;
    top: 20px;
    position: absolute;
    margin-left: -75px;
  }
  ul.main_menu {
    width: 100%;
    position: relative;
    z-index: 110;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: 0;
  }
  .main_menu li {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 1.5rem;
    color: #000000;
    position: relative;
    z-index: 110;
    float: none;
  }
  .main_menu li a {
    text-decoration: none;
    color: #000000;
  }
  .main_menu ul li a:hover {
    color: #78B9B5;
  }
  .menu-switcher li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #00B3C6;
  }
  #search-box {
    margin-right: 0;
    position: relative;
    display: inline-block;
  }
  .wrapper-search {
    top: 350px;
    right: 80px;
    position: absolute;
  }
  .menu-switcher li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #00B3C6;
  }
  .nav-switcher {
    margin-top: 360px;
    margin-left: -50px;
    margin-bottom: 20px;
  }
  /* Toggler */
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 110;
    height: 550px;
  }
  .navbar {
    position: relative;
    height: 180px;
  }
  .navbar-toggler {
    z-index: 120;
    margin-left: 30px;
    margin-top: -180px;
    position: relative;
  }
  .navbar-toggler-page {
    z-index: 120;
    margin-left: 30px;
    margin-top: -180px;
    position: fixed;
  }
  .btn-search {
    margin-left: 70px;
  }
  /* Device - 4 Footer */
  #footer {
    position: relative;
    float: left;
    z-index: 100;
    bottom: 0;
    margin-left: 150px;
    margin-top: -40px;
  }
  ul.bottomfooter {
    font-size: 14px;
    display: grid;
  }
  .bottomfooter li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    text-align: center;
    margin-left: 100px;
  }
  .footer-middle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: center/cover url(https://localhost/rjrealestate.com.mx/wp-content/uploads/2025/09/Footer-background.png) no-repeat;
    opacity: 0.5;
    margin-top: -20px;
  }
  .footer-pad, .privacy-list {
    margin-left: -50px;
    width: 250px;
  }
  .logo-footer {
    display: none;
  }
  .footer-contact-pad {
    margin-left: 0;
  }
  /* Device - 5 Slider */
  #slideshow {
    margin-top: 60px;
    position: relative;
    width: 100%;
  }
  .container-slideshow {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 150px;
  }
  .carousel-inner {
    height: auto;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 15%;
    z-index: 50;
  }
  .carousel-control-prev {
    margin-left: 20px;
  }
  .carousel-control-next {
    margin-right: 20px;
  }
  .carousel-caption {
    right: 5%;
    top: 50px;
    left: 0;
    padding-top: 0;
    padding-bottom: 2rem;
    color: #000000;
    width: 100%;
    z-index: 90;
    padding-left: 35px;
    padding-right: 35px;
  }
  .carousel-indicators {
    margin-bottom: 5px;
    padding: 2px;
    margin-right: 15px;
    margin-left: 15px;
    z-index: 50;
  }
  .coolbutton {
    max-width: 100px;
    font-size: 0.8rem;
    padding: 5px 5px;
  }
  .ctrl-next {
    margin-left: 100px;
  }
  .ctrl-prev {
    float: left;
  }
  /* Container */
  .prop-item {
    height: 100%;
  }
  .col-home-2 {
    margin-top: 60px;
    margin-left: -20px;
  }
  .arrow-right {
    margin-left: -25px;
    margin-top: 3px;
  }
  .row-place {
    margin-left: 60px;
  }
  .card-caracter {
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .svg-icon {
    position: relative;
    width: 80px;
    height: auto;
    fill: #003666;
    margin-left: 70px;
    margin-bottom: 10px;
    float: inherit;
    clear: both;
    overflow: clip;
  }
  .svg-tipo {
    width: 90px;
    margin-left: -50px;
  }
  .svg-place {
    width: 90px;
    margin-left: 0;
  }
  .place-container {
    margin-left: -70px;
  }
  .btn-tipo {
    margin-top: 15px;
    margin-left: 350px;
    float: left;
  }
  .btn-prop-2-entry {
    margin-left: -40px;
    margin-bottom: 20px;
  }
  .container-content {
    margin-left: 20px;
  }
  .container-content-single-prop {
    margin-left: 30px;
  }
  .container-billboard {
    margin-top: 150px;
    max-width: 650px;
    background: rgba(66, 152, 181, 0.25);
    border-radius: 15px;
    padding: 30px;
  }
  .container-propiedades {
    margin-left: 0;
  }
  .icon-mail, .icon-tell {
    margin-left: 180px;
  }
  .text-prop-entry {
    font-size: 1.5rem;
    margin-top: -80px;
  }
  .containrer-blog {
    margin-left: 0;
  }
  .container-servicios {
    margin-left: -5px;
  }
  .container-nosotros {
    margin-left: -20px;
  }
  .block-space-contacto {
    display: none;
  }
  .controls {
    margin-top: -150px;
  }
  .container-contacto, .container-nosotros, .container-servicios {
    margin-top: 100px;
  }
  .container-blog-content {
    margin-left: -25px;
  }
  .thumbimage-blog {
    position: relative;
    width: 95%;
    float: left;
    -o-object-fit: cover;
    object-fit: contain;
    margin-top: 200px;
    margin-left: -20px;
  }
  .blog-title {
    text-align: left;
  }
  .container-project {
    margin-top: 200px;
    margin-left: -15px;
  }
  .container-contact-form {
    margin-left: 10px;
  }
  .contact-form-entry {
    margin-top: 200px;
  }
  .row-info {
    background: rgba(66, 152, 181, 0.25);
    border-radius: 15px;
    padding: 25px;
    margin-right: 10px;
    margin-top: 50px;
    margin-left: 50px;
  }
  /* Device - 7 Content */
  .btn-form {
    color: #245050;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    left: 40%;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    background: white;
    font-size: 1rem;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
  }
  .wp-block-image img {
    max-width: 100%;
  }
  .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    margin-right: 0;
    width: 100%;
    margin-left: 50px;
  }
  .wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  /* Device - 8 display none */
}
/* Smartphone - Horizontal */
@media (max-width: 767.98px) {
  /* Device - 1 Base */
  /* Device - 2 Theme */
  /* Device - 3 Nav */
  /* Device - 4 Footer */
  /* Device - 5 Slider */
  /* Device - 6 Container */
  /* Device - 7 Content */
  /* Device - 8 display none */
}
/* Variables */
/* Smartphone - Vertical */
@media (max-width: 575px) {
  /* Smartphone - 1 Base */
  .postimg img {
    width: 100%;
    height: 100%;
  }
  /* Device - 2 Theme */
  /* Device - 3 Nav */
  #wpadminbar {
    display: none;
  }
  #menubar {
    transition: all 0.3s;
    margin-top: -50px;
  }
  .navbar {
    position: fixed;
    width: 430px;
  }
  .logo-image {
    width: 150px;
    z-index: 120;
    top: 0;
    position: fixed;
    margin-left: -100px;
    margin-top: 10px;
  }
  ul.main_menu {
    width: 100%;
    position: relative;
    z-index: 110;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: 0;
  }
  .main_menu li {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 1.5rem;
    color: #000000;
    position: relative;
    z-index: 110;
    float: none;
  }
  .main_menu li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.35s ease;
  }
  .main_menu ul li a:hover {
    color: #78B9B5;
  }
  .menu-switcher li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #00B3C6;
  }
  #search-box {
    margin-right: 0;
    position: relative;
    display: inline-block;
  }
  .nav-switcher {
    margin-top: 0;
    margin-left: 40px;
  }
  /* Toggler */
  .navbar-collapse {
    margin-left: 0px;
    margin-top: 150px;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 110;
    height: 550px;
  }
  .navbar-toggler {
    height: 45px;
    z-index: 120;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
  }
  .navbar-toggler-page {
    height: 45px;
    z-index: 120;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
  }
  .ham-icon {
    margin-top: 60px;
    margin-left: 10px;
    position: fixed;
  }
  .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #00B3C6;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .navbar-toggler:hover span,
  .navbar-toggler:focus span {
    background: #ffffff;
  }
  /* rotate first span */
  .navbar-toggler[aria-expanded=true] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }
  /* hide second span */
  .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
  }
  /* rotate third span */
  .navbar-toggler[aria-expanded=true] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar-toggler span,
  .navbar-toggler:focus span {
    background: #003666;
  }
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: 0;
  }
  .navbar-toggler:not(.collapsed) span:nth-child(1),
  .navbar-toggler:not(.collapsed) span:nth-child(2),
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    background: #003666;
  }
  .wrapper-search {
    top: 350px;
    right: 80px;
    position: absolute;
  }
  .btn-search {
    margin-left: 70px;
  }
  /* Device - 4 Footer */
  #footer {
    position: relative;
    float: left;
    z-index: 100;
    bottom: 0;
  }
  .container-footer {
    max-width: 430px;
    margin-left: -5px;
  }
  ul.bottomfooter {
    font-size: 14px;
    display: grid;
  }
  .bottomfooter li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    text-align: center;
    margin-left: 100px;
  }
  .footer-pad {
    margin-left: -30px;
    margin-right: 20px;
  }
  .footer-menu-list {
    margin-left: 70px;
    margin-top: 20px;
  }
  .privacy-list, .copyright {
    margin-left: -120px;
    font-size: 0.9rem;
  }
  .logo-footer {
    margin-left: 60px;
  }
  .social-buttons {
    margin-top: 20px;
    margin-left: 60px;
  }
  .footer-middle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: center/cover url(https://localhost/rjrealestate.com.mx/wp-content/uploads/2025/09/Footer-background.png) repeat-y;
    opacity: 0.5;
    margin-top: 0;
  }
  /* Device - 5 Slider */
  #slideshow {
    margin-top: 60px;
    position: relative;
    width: 100%;
  }
  .container-slideshow {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 150px;
  }
  .carousel-inner {
    height: auto;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 15%;
    z-index: 50;
  }
  .carousel-control-prev {
    margin-left: 20px;
  }
  .carousel-control-next {
    margin-right: 20px;
  }
  .carousel-caption {
    right: 5%;
    top: 10px;
    left: 0;
    padding-top: 0;
    padding-bottom: 2rem;
    color: #000000;
    width: 100%;
    z-index: 90;
    padding-left: 35px;
    padding-right: 35px;
  }
  .carousel-indicators {
    margin-bottom: 5px;
    padding: 2px;
    margin-right: 15px;
    margin-left: 15px;
    z-index: 50;
  }
  .title-slider {
    font-size: 26px;
  }
  p.text-slider {
    font-size: 14px;
  }
  .coolbutton {
    max-width: 100px;
    font-size: 0.8rem;
    padding: 5px 5px;
  }
  .ctrl-next {
    margin-left: 100px;
  }
  .ctrl-prev {
    float: left;
  }
  /*  Container */
  .container-depos {
    margin-top: -200px;
  }
  .container-blog-entry {
    margin-left: -40px;
  }
  .container-home-prop {
    margin-top: 20px;
  }
  .row-archive {
    margin-top: 100px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-main {
    margin-top: 120px;
    margin-left: -80px;
    width: 100vw;
  }
  .row-home-projects {
    min-width: 360px;
  }
  .card {
    padding-right: 25px;
  }
  /* Device - 7 Content */
  .wp-block-image img {
    max-width: 100%;
  }
  .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    margin-right: 0;
    width: 100%;
    margin-left: 50px;
  }
  .wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  .wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0;
    width: 200px;
    height: 50px;
  }
  /* containers */
  .home-typo {
    margin-bottom: 20px;
    max-width: 200px;
    margin-left: 0;
  }
  .col-home-2 {
    margin-top: 60px;
    margin-left: -20px;
  }
  .prop-item {
    height: 100%;
  }
  .card-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .card-caracter {
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .btn-prop-2-3328 {
    margin-left: -30px;
    margin-bottom: 20px;
  }
  .btn-prop-2 {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .btn-prop-2-entry {
    margin-left: -30px;
  }
  .bventa {
    margin-left: 180px;
  }
  .title-project {
    font-size: 1.6rem;
  }
  .container-foto-single {
    margin-left: -15px;
  }
  .container-contact-form {
    margin-bottom: 20px;
  }
  .btn-form {
    margin-left: -20px;
  }
  .float-button {
    font-size: 0.8rem;
    margin-left: 60px;
  }
  .divider {
    margin-bottom: 50px;
  }
  .row-servicios {
    margin-left: -20px;
  }
  .flip-container {
    width: 95%;
    margin-left: 8px;
  }
  .container-propiedades {
    margin-left: -20px;
  }
  .container-billboard {
    max-width: 320px;
    margin-left: 30px;
  }
  .caracter-container {
    margin-left: -20px;
  }
  .row-place {
    margin-left: -30px;
  }
  .row-info {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .row-place {
    margin-left: 5px;
  }
  .container-nosotros {
    margin-left: -50px;
  }
  .container-contacto {
    margin-top: 0;
  }
  .controls {
    margin-top: 50px;
    margin-left: -15px;
  }
  .container-blog {
    margin-left: -40px;
  }
  .container-content-single-prop {
    margin-left: 10px;
  }
  .widget-post {
    width: 360px;
  }
  .blog-title {
    margin-left: 10px;
    font-size: 1.3rem;
    padding-right: 5px;
    text-align: left;
  }
  .blog-title-entry {
    font-size: 1.6rem;
  }
  .thumbimage-blog {
    position: relative;
    width: 100%;
    float: left;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 100px;
    margin-left: -20px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: -100px;
  }
  #container-search {
    margin-top: 200px;
  }
  h3.page-heading {
    font-size: 1rem;
  }
  /* icons */
  .svg-icon, .svg-icon-1 {
    position: relative;
    width: 25%;
    height: auto;
    fill: #003666;
    margin-left: 65px;
    margin-bottom: 10px;
    float: inherit;
    clear: both;
    overflow: clip;
  }
  .svg-icon-2 {
    margin-left: -100px;
  }
  .btn-tipo {
    margin-left: 0;
  }
  /* plugin */
  #chrisdiferentebox-overlay {
    width: 95%;
  }
}
/* Responsive */
/* Code */
#wpadminbar {
  display: none;
}/*# sourceMappingURL=style.css.map */