/*BASE*/
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

::placeholder {
  color: gray;
  opacity: 1;
  /* Firefox */
}

input {
  color: lightgray;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: lightgray;
}

a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin: 20px 0;
}

.box-subtitle .subtitle {
  background: #263238;
  width: 40%;
  text-align: end;
  padding: 15px 15px;
  font-size: 28px;
  color: white;
  font-weight: 100;
}

.box-subtitle2 .subtitle2 {
  font-size: 28px;
  color: #fff;
  margin: 10px 0;
  font-weight: 1000;
}

.box-button {
  display: inline-flex;
}

.btn-style {
  background: #263238;
  color: #fff;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 12px 40px;
  transition: 0.8s;
  position: static;
  text-decoration: none;
  display: inline;
}
.btn-style:hover {
  background: #CD9A00;
  color: white;
}

.box-button .btn-whats {
  background: #25D366;
  color: white;
  border: none;
  padding: 6px; /* más alto y cómodo */
  transition: 0.8s;
  text-decoration: none;
  width: 100%; /* ocupa todo el contenedor */
  text-align: center;
  display: block; /* asegura que se extienda al 100% */
  font-size: 16px; /* texto más grande */
  font-weight: bold; /* texto más visible */
}
.box-button .btn-whats i {
  margin-right: 8px;
}
.box-button .btn-whats:hover {
  background: #075E54;
}

.bg-crystal {
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1) 65%);
  background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1) 65%);
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1) 65%);
  backdrop-filter: blur(0.85em);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
}

.bg-crystal-black {
  background-color: rgba(38, 50, 56, 0.77);
  backdrop-filter: blur(5px);
}

#menu {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
}
#menu .stick {
  display: none;
  transition: 0.9s;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .menu-section {
  width: 100%;
  background: #CD9A00;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
#menu.sticky .menu-section .stick {
  display: block;
}
#menu.sticky .menu-section .nav-link {
  color: #fff;
}

.rede {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin-top: 10px;
}
.rede li {
  margin: 0 5px;
}
.rede li a {
  color: white;
}

.bg {
  background: #CD9A00;
}

.blg {
  background-color: #263238;
}

.menu-section {
  padding: 5px 15px;
  top: 0;
  height: auto;
  transition: 0.9s;
}
.menu-section .logo {
  height: 30px;
  width: 230px;
  display: inline-flex;
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-section .logo img {
  object-fit: contain;
  width: 100%;
}
.menu-section .nav-secundario {
  flex-direction: initial;
}
.menu-section .nav-secundario .redes {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.menu-section .nav-secundario .redes li {
  margin: 0 5px;
}
.menu-section .nav-secundario .redes li a {
  color: white;
}
.menu-section .nav-link {
  color: #fff;
  transition: 0.7s;
}
.menu-section .nav-link:hover {
  opacity: 0.7;
}

.sub-navbar {
  margin-top: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.v-norm {
  display: block;
}

.v-resp {
  display: none;
}

#principal {
  height: calc(100vh - 100px);
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0)), url(../img/fijas/back.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#principal .box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 100px);
  color: white;
}
#principal .box-title .box-content {
  padding: 25px 60px;
}
#principal .box-title .box-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  margin: 25px 0 15px;
}
#principal .box-title .box-content p {
  font-size: 30px;
  font-weight: 100;
}
#principal .box-title .box-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#principal .box-title .box-buttons .button-prop {
  padding: 25px 70px;
  font-size: 20px;
  border: 0;
  color: white;
  transition: 0.7s;
  margin-top: 25px;
  border: 2px solid #263238;
}
#principal .box-title .box-buttons .button-prop p {
  margin: 0;
}
#principal .box-title .box-buttons .button-prop:hover {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.51) 65%);
  color: #263238;
}

#nosotros {
  position: relative;
  padding: 50px 0;
}
#nosotros .box-img {
  background: linear-gradient(360deg, #15332c, rgba(21, 51, 44, 0.5), rgba(0, 0, 0, 0)), url(../img/fijas/casa-fondo.jpeg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 85%;
  z-index: 1;
}
#nosotros .box-title {
  position: absolute;
  background: #263238;
  width: 95%;
  left: 0;
  top: 20%;
  height: 100px;
}
#nosotros h2 {
  color: white;
  padding: 20px 6px;
  margin-top: 13%;
  z-index: 1;
  position: relative;
}
#nosotros .box-text {
  margin-top: 50px;
}
#nosotros .box-text p {
  font-size: 20px;
  font-weight: 100;
}

#categorias .casa {
  background: linear-gradient(1deg, #0959bb91, rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/fijas/casa.jpeg);
  height: 80vh;
}
#categorias .depto {
  background: linear-gradient(1deg, #0959bb91, rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/fijas/departamento.jpeg);
  height: calc(40vh - 12px);
}
#categorias .oficina {
  background: linear-gradient(1deg, #0959bb91, rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/fijas/oficina.jpeg);
  height: calc(40vh - 12px);
}
#categorias .terreno {
  background: linear-gradient(1deg, #0959bb91, rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/fijas/terreno.jpeg);
  height: calc(40vh - 12px);
}
#categorias .box-categoria {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 12px 0;
  transition: 0.7s;
}
#categorias .box-categoria:hover {
  transform: scale(1.04);
}
#categorias .box-categoria h3 {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 36px;
  color: white;
}

#destacados {
  padding: 60px 0px;
}
#destacados .prop1 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/destacados/ch68.jpeg);
}
#destacados .prop2 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/destacados/casa2.jpeg);
}
#destacados .prop3 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/destacados/casa3.jpeg);
}
#destacados .prop4 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/destacados/casa4.jpeg);
}
#destacados .prop5 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/destacados/casa5.webp);
}
#destacados .box-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#destacados .box-propiedad {
  margin: 0 15px 20px;
  height: 77vh;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#destacados .box-propiedad .box-text {
  position: absolute;
  bottom: -43px;
  background: white;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
  font-size: 10px;
}
#destacados .box-propiedad .box-text p {
  margin: 0px 0 6px;
}
#destacados .box-propiedad .box-text .box {
  display: inline-flex;
}
#destacados .box-propiedad .box-text .box .box-icon {
  width: 18px;
  height: 18px;
  display: flex;
  margin-right: 8px;
}
#destacados .box-propiedad .box-text .box .box-icon img {
  width: 100%;
  object-fit: contain;
}
#destacados .box-propiedad .box-text .box-estimacion {
  background: #263238;
  color: white;
}
#destacados .box-propiedad .box-text .box-estimacion span {
  font-size: 8px;
}
#destacados .box-propiedad .box-text .box-estimacion p {
  text-decoration: line-through;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
#destacados .box-propiedad .box-text .box-remate {
  background: #CD9A00;
  color: white;
}
#destacados .box-propiedad .box-text .box-remate span {
  font-size: 8px;
}
#destacados .box-propiedad .box-text .box-remate p {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
#destacados .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
#destacados .owl-stage .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#destacados .owl-stage .item-desc p {
  color: white;
}

#somos {
  padding: 60px 0;
  background: #fafafa;
}
#somos .box-text {
  padding: 15px 30px;
}
#somos .box-text h2 {
  font-size: 36px;
  color: #CD9A00;
}
#somos .box-text p {
  font-size: 24px;
  font-weight: 100;
  margin: 0;
}
#somos .box-text ul {
  font-size: 22px;
  font-weight: 200;
}
#somos .box-img {
  display: flex;
  width: 70%;
  height: 347px;
  align-items: center;
  margin: 0 auto;
}
#somos .box-img img {
  width: 100%;
  object-fit: contain;
}

#sedes {
  padding: 60px 0;
}
#sedes .box-info {
  padding: 35px 0;
}
#sedes .box-info .box-text {
  height: 48vh;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
#sedes .box-info .box-text h2 {
  font-size: 30px;
}
#sedes .box-info .box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 20px;
  transition: 0.9s;
}
#sedes .box-info .box:hover {
  background: white;
  transform: scale(1.02);
  border: 1px solid #f7f7f7;
}
#sedes .box-info .box .box-serv {
  text-align: center;
}
#sedes .box-info .box .box-serv h5 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 200;
  color: #CD9A00;
}
#sedes .box-info .box .box-serv img {
  width: 100%;
  object-fit: contain;
}

#info {
  padding: 0 20px;
}
#info .box-serv {
  padding: 20px;
  color: #263238;
  margin: 10px 0;
  text-align: left;
}
#info .box-serv span {
  border: 1px solid white;
}
#info .box-serv span .box-img {
  display: flex;
  height: 65px;
}
#info .box-serv span .box-img img {
  object-fit: contain;
  height: 100%;
}
#info .box-serv span p {
  font-size: 22px;
  font-weight: 200;
}
#info .box-serv hr {
  border: 1px solid #263238;
}

#cta {
  background: -webkit-linear-gradient(356deg, rgba(80, 80, 80, 0.57), rgba(35, 35, 35, 0.5)), url(../img/fijas/pareja.jpeg);
  background: -o-linear-gradient(356deg, rgba(80, 80, 80, 0.57), rgba(35, 35, 35, 0.5)), url(../img/fijas/pareja.jpeg);
  background: linear-gradient(86deg, rgba(80, 80, 80, 0.57), rgba(35, 35, 35, 0.5)), url(../img/fijas/pareja.jpeg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 60vh;
  display: flex;
  align-items: center;
}
#cta .box {
  color: white;
  width: 500px;
  padding: 35px;
  margin: 0 30px 0 auto;
}
#cta .box h3 {
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 25px;
}
#cta .box p {
  font-size: 20px;
  font-weight: 400;
}

#esquema {
  padding: 40px 25px;
}
#esquema .esquema-box .seccionsita-mob {
  display: none !important;
}
#esquema .esquema-box .especialito {
  margin-top: 3px;
  font-size: 11px !important;
  line-height: 14px !important;
}
#esquema .esquema-box h2 {
  font-size: 28px;
  color: #263238;
  font-weight: 700;
  text-align: center;
}
#esquema .esquema-box .box-serv {
  color: #263238;
  margin: 10px 0;
  text-align: left;
}
#esquema .esquema-box .box-serv span {
  border: 1px solid white;
}
#esquema .esquema-box .box-serv span .box-img {
  display: flex;
  height: 65px;
}
#esquema .esquema-box .box-serv span .box-img img {
  object-fit: contain;
  height: 100%;
}
#esquema .esquema-box .box-serv span p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
#esquema .esquema-box .box-serv hr {
  border: 1px solid #263238;
  margin: 2px;
}
#esquema .flecha {
  height: 100%;
  display: flex;
  align-items: center;
}
#esquema .flecha .box-img {
  display: flex;
  width: 100%;
  height: 50px;
}
#esquema .flecha .box-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

#testimonios {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: url(../img/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#testimonios .owl-item {
  width: 370px;
}
#testimonios .owl-stage {
  display: flex;
  align-items: center;
}
#testimonios .box-carousel .active {
  opacity: 0.5;
  transition: all 0.3s;
}
#testimonios .box-carousel .center {
  opacity: 1;
}
#testimonios .box-carousel .center h5 {
  font-size: 24px;
}
#testimonios .box-carousel .center h5 span {
  font-size: 20px;
}
#testimonios .box-carousel .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #153b6873;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
#testimonios .box-carousel .card .box-img {
  height: 120px;
  width: 120px;
  display: flex;
  margin: 0 auto;
  border-radius: 83px;
  padding: 20px;
}
#testimonios .box-carousel .card .box-img img {
  width: 100%;
  object-fit: contain;
}
#testimonios .box-carousel .card .card-body h5 {
  color: #263238;
  font-size: 21px;
  line-height: 1.3;
}
#testimonios .box-carousel .card .card-body h5 span {
  font-size: 16px;
  color: #d41715;
}
#testimonios .box-carousel .card .card-body p {
  font-size: 14px;
  color: #CD9A00;
  padding-bottom: 15px;
}
#testimonios .box-carousel .owl-nav {
  display: none;
}
#testimonios .box-carousel .owl-stage-outer {
  padding: 30px 0;
}
#testimonios .box-carousel .owl-dots {
  text-align: center;
}
#testimonios .box-carousel .owl-dots .active {
  box-shadow: none;
}
#testimonios .box-carousel .owl-dots .active span {
  background: #263238;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
#testimonios .box-carousel .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #00112a;
  margin: 0 5px;
}
#testimonios .owl-carousel .owl-nav button.owl-next, #testimonios .owl-carousel .owl-nav button.owl-prev, #testimonios .owl-carousel button.owl-dot {
  outline: 0;
}

#contacto {
  padding: 10px 0 80px;
}
#contacto .box-img {
  background: linear-gradient(1deg, #0959bb00, rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/fijas/contacto.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  margin: 0 auto;
  height: 57vh;
}
#contacto .box-img .box-title {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#contacto .box-img .box-title h3 {
  color: white;
  font-size: 57px;
}
#contacto .box-img .box-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#propiedades {
  padding: 50px 0;
}
#propiedades .qro1 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/destacados/casa4.jpeg);
}
#propiedades .box-propiedad {
  margin: 0 15px 20px;
  box-shadow: 0 0 4px 0px #00000040;
  height: 35vh;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
#propiedades .box-propiedad .number {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -15px;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background-color: #252A3D;
}
#propiedades .box-propiedad .box-text {
  position: relative; /* antes estaba absolute */
  bottom: auto; /* quitamos posición forzada */
  background: white;
  width: 100%;
  margin-top: 10px; /* separación de la imagen */
  padding: 8px 10px;
  text-align: center;
  font-size: 10px;
}
#propiedades .box-propiedad .box-text p {
  margin: 0px 0 6px;
}
#propiedades .box-propiedad .box-text .box {
  display: inline-flex;
}
#propiedades .box-propiedad .box-text .box .box-icon {
  width: 18px;
  height: 18px;
  display: flex;
  margin-right: 8px;
}
#propiedades .box-propiedad .box-text .box .box-icon img {
  width: 100%;
  object-fit: contain;
}
#propiedades .box-propiedad .box-text .box-estimacion {
  background: #263238;
  color: white;
}
#propiedades .box-propiedad .box-text .box-estimacion span {
  font-size: 8px;
}
#propiedades .box-propiedad .box-text .box-estimacion p {
  text-decoration: line-through;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
#propiedades .box-propiedad .box-text .box-remate {
  background: #CD9A00;
  color: white;
}
#propiedades .box-propiedad .box-text .box-remate span {
  font-size: 8px;
}
#propiedades .box-propiedad .box-text .box-remate p {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}

#propiedades .chi .ch1 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH01.jpg);
}
#propiedades .chi .ch2 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH02.jpg);
}
#propiedades .chi .ch3 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH03.jpg);
}
#propiedades .chi .ch4 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH04.png);
}
#propiedades .chi .ch5 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH05.jpg);
}
#propiedades .chi .ch6 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH06.jpg);
}
#propiedades .chi .ch7 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH07.jpg);
}
#propiedades .chi .ch8 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH08.jpg);
}
#propiedades .chi .ch9 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH09.jpg);
}
#propiedades .chi .ch10 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH10.jpg);
}
#propiedades .chi .ch11 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH11.png);
}
#propiedades .chi .ch12 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH12.png);
}
#propiedades .chi .ch13 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH13.png);
}
#propiedades .chi .ch14 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH14.png);
}
#propiedades .chi .ch15 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH15.png);
}
#propiedades .chi .ch16 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH16.png);
}
#propiedades .chi .ch17 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH17.png);
}
#propiedades .chi .ch18 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH18.png);
}
#propiedades .chi .ch19 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH19.png);
}
#propiedades .chi .ch20 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH20.png);
}
#propiedades .chi .ch21 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH21.png);
}
#propiedades .chi .ch22 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH22.png);
}
#propiedades .chi .ch23 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH23.png);
}
#propiedades .chi .ch24 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH24.png);
}
#propiedades .chi .ch25 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH25.png);
}
#propiedades .chi .ch26 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH26.png);
}
#propiedades .chi .ch27 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH27.png);
}
#propiedades .chi .ch28 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH28.png);
}
#propiedades .chi .ch29 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH29.png);
}
#propiedades .chi .ch30 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH30.png);
}
#propiedades .chi .ch31 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH31.png);
}
#propiedades .chi .ch32 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH32.png);
}
#propiedades .chi .ch33 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH33.png);
}
#propiedades .chi .ch34 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH34.png);
}
#propiedades .chi .ch35 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH35.png);
}
#propiedades .chi .ch36 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH36.png);
}
#propiedades .chi .ch37 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH37.png);
}
#propiedades .chi .ch38 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH38.png);
}
#propiedades .chi .ch39 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH39.png);
}
#propiedades .chi .ch40 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH40.png);
}
#propiedades .chi .ch41 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH41.png);
}
#propiedades .chi .ch42 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH42.png);
}
#propiedades .chi .ch43 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH43.png);
}
#propiedades .chi .ch44 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH44.png);
}
#propiedades .chi .ch45 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH45.png);
}
#propiedades .chi .ch46 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH46.png);
}
#propiedades .chi .ch47 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH47.png);
}
#propiedades .chi .ch48 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH48.png);
}
#propiedades .chi .ch49 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH49.png);
}
#propiedades .chi .ch50 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH50.png);
}
#propiedades .chi .ch51 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH51.png);
}
#propiedades .chi .ch52 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH52.png);
}
#propiedades .chi .ch53 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH53.png);
}
#propiedades .chi .ch54 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH54.png);
}
#propiedades .chi .ch55 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH55.png);
}
#propiedades .chi .ch56 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH56.png);
}
#propiedades .chi .ch57 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH57.png);
}
#propiedades .chi .ch58 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH58.png);
}
#propiedades .chi .ch59 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH59.png);
}
#propiedades .chi .ch60 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH60.png);
}
#propiedades .chi .ch61 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH61.png);
}
#propiedades .chi .ch62 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH62.png);
}
#propiedades .chi .ch63 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH63.png);
}
#propiedades .chi .ch64 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH64.png);
}
#propiedades .chi .ch65 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH65.png);
}
#propiedades .chi .ch66 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH66.png);
}
#propiedades .chi .ch67 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH67.png);
}
#propiedades .chi .ch68 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH68.png);
}
#propiedades .chi .ch69 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH69.png);
}
#propiedades .chi .ch70 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/chihuahua/CH70.png);
}
#propiedades .quere .qro1 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro01.png);
}
#propiedades .quere .qro2 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro02.png);
}
#propiedades .quere .qro3 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro03.png);
}
#propiedades .quere .qro4 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro04.png);
}
#propiedades .quere .qro5 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro05.png);
}
#propiedades .quere .qro6 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro06.png);
}
#propiedades .quere .qro7 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro07.png);
}
#propiedades .quere .qro8 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro08.png);
}
#propiedades .quere .qro9 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro09.png);
}
#propiedades .quere .qro10 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro10.png);
}
#propiedades .quere .qro11 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro11.png);
}
#propiedades .quere .qro12 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro12.png);
}
#propiedades .quere .qro13 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro13.png);
}
#propiedades .quere .qro14 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro14.png);
}
#propiedades .quere .qro15 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro15.png);
}
#propiedades .quere .qro16 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro16.png);
}
#propiedades .quere .qro17 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro17.png);
}
#propiedades .quere .qro18 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro18.png);
}
#propiedades .quere .qro19 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro19.png);
}
#propiedades .quere .qro20 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro20.png);
}
#propiedades .quere .qro21 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro21.png);
}
#propiedades .quere .qro22 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro22.png);
}
#propiedades .quere .qro23 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro23.png);
}
#propiedades .quere .qro24 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro24.png);
}
#propiedades .quere .qro25 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro25.png);
}
#propiedades .quere .qro26 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro26.png);
}
#propiedades .quere .qro27 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro27.png);
}
#propiedades .quere .qro28 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro28.png);
}
#propiedades .quere .qro29 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro29.png);
}
#propiedades .quere .qro30 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro30.png);
}
#propiedades .quere .qro31 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro31.png);
}
#propiedades .quere .qro32 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro32.png);
}
#propiedades .quere .qro33 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro33.png);
}
#propiedades .quere .qro34 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro34.png);
}
#propiedades .quere .qro35 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro35.png);
}
#propiedades .quere .qro36 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro36.png);
}
#propiedades .quere .qro37 {
  background: linear-gradient(1deg, rgba(255, 255, 255, 0), rgba(21, 51, 44, 0), rgba(0, 0, 0, 0)), url(../img/queretaro/qro37.png);
}
#propiedades .box-propiedad {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#gallery img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#propiedades .box-propiedad .box-img {
  display: flex;
  align-items: center;   /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
  height: 100%; /* ocupa todo el alto del contenedor */
  overflow: hidden;
}

#propiedades .box-propiedad .box-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* mantiene proporción con espacio arriba y abajo */
  display: block;
}

.box-propiedad .box-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


#lista {
  padding: 20px 45px;
}
#lista .remate {
  position: relative;
  visibility: hidden;
  animation: rolldown 0.7s 1;
  transform-origin: 50% 0;
  animation-fill-mode: forwards;
  align-items: center;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1294117647);
  transition: 0.8s;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#lista .remate:hover {
  box-shadow: none;
}
#lista .remate .number {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -15px;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  background-color: #252A3D;
}
#lista .remate #gallery {
  transition: 0.8s;
}
#lista .remate #gallery:hover {
  transform: scale(1.05);
}
#lista .remate .box-number {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lista .remate .box-img a {
  height: 200px;
  display: flex;
  width: 100%;
}
#lista .remate .box-img a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
#lista .remate .box-info {
  padding: 25px 0 5px;
  text-align: center;
}
#lista .remate .box-info a {
  color: black;
  text-decoration: none;
  margin: 0;
  font-size: 21px;
  font-weight: 300;
  transition: 0.7s;
  padding-top: 20px;
}
#lista .remate .box-info a:hover {
  color: #CD9A00;
}
#lista .remate .box-precio {
  text-align: center;
}
#lista .remate .box-precio .box {
  display: grid;
}
#lista .remate .box-precio .box p {
  color: #ee2020;
  margin-bottom: 3px;
  text-decoration: line-through;
}
#lista .remate .box-precio .box b {
  font-size: 18px;
}

footer {
  background: #263238;
  color: white;
  padding: 0 0 60px 0;
}
footer .topy {
  margin-top: 60px;
}
footer .logofoot {
  height: 60px;
}
footer .logofoot img {
  object-fit: contain;
  width: 40%;
}
footer .menufoot ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  margin-bottom: 0;
}
footer .menufoot ul a {
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
}
footer .register {
  margin-left: 80px;
  padding: 5px 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
footer .register:hover {
  opacity: 0.8;
}
footer .register a {
  color: #CD9A00;
  text-decoration: none;
}
footer .register a b {
  font-size: 16px;
}
footer .contactfoot {
  height: auto;
  display: flex;
  margin: 20px 0;
}
footer .contactfoot .icon {
  height: 100%;
  width: 40px;
}
footer .contactfoot .icon img {
  object-fit: contain;
  width: 100%;
}
footer .contactfoot .text {
  margin-left: 10px;
}
footer .contactfoot .text a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
}
footer .contactfoot .text p {
  margin-bottom: 0;
  font-size: 11px;
}
footer .copy {
  margin: 20px 0 0 0;
}
footer .copy .first {
  display: flex;
}
footer .copy .second {
  opacity: 0.7;
  text-align: right;
}
footer .copy p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
footer .copy a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

@media (max-width: 450px) {
  body {
    width: 100%;
  }

  .box-subtitle .subtitle {
    background: #263238;
    width: 85%;
    font-size: 2.4rem;
  }

  #menu {
    top: 0;
  }
  #menu .menu-section {
    width: 100%;
    border-radius: 0;
  }
  #menu .menu-section .tel {
    margin: 0;
  }
  #menu .menu-section .register {
    margin-left: 0;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: #263238;
  }

  #menu.sticky .box-nav i {
    color: #263238;
  }

  #principal {
    height: auto;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/fijas/back.jpeg);
  }
  #principal .box-title {
    width: 100%;
    bottom: 10px;
    line-height: 24px;
    padding: 130px 20px 20px 20px;
  }
  #principal .box-title h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #principal .box-title p {
    font-size: 12px;
    line-height: 18px;
  }
  #principal .box-back {
    height: 42vh;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    background: url(../img/floatm.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .seccionsita-mob {
    display: block !important;
  }

  #cta .box {
    width: 100%;
  }

  #contacto .box-img .box-title h3 {
    color: white;
    font-size: 30px;
  }

  #testimonios p {
    font-size: 13px;
  }

  footer p {
    font-size: 12px;
  }
  footer ul {
    flex-direction: column;
    padding: 0;
    display: none !important;
  }
  footer a {
    margin-left: 0 !important;
  }
  footer .register {
    margin: 0;
  }
  footer .loc {
    flex-direction: column;
  }
  footer .loc .icon {
    margin-bottom: 10px;
  }
}
/* whatsapp */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats {
  z-index: 999;
}
#whats .pulse {
  animation: pulse 1.2s 4s ease 4;
}
#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}
#whats .whatsapp-button:focus {
  outline: none;
}
#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 0;
}
#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}
#whats .title {
  background: #095e54;
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 10px 10px 0 0;
}
#whats .title small {
  font-weight: 100;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}
#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 25px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}
#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}
#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}
#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}
@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > div {
  margin: 5px;
}
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}
#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 215px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}
#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 91px;
  cursor: auto;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 2px 15px;
  border-radius: 25px;
  background: white;
  width: 250px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
}

/* End whatsapp */

/*# sourceMappingURL=styles.css.map */
