/**
* Template Name: Groovin
* Template URL: https://bootstrapmade.com/groovin-free-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
 
  background-color:red;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}


.wa_nuevo svg{
  width: 60px;
  position: fixed;
  bottom:10px;
  right:10px;
  filter: drop-shadow(.8rem .8rem .8rem #0008);
  transition: all .3s ease;
}


  


.wa_nuevo svg:hover{
  width: 65px;
}


.whatsapp-icon {
  margin-top:13px;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #fc5a08;
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 80px;
  z-index: 996;
  background: #fc5a08;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fc5a08;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



.back-to-top1 {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 100px;
  bottom: 15px;
  z-index: 5;
  background: #fc5a08;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top1 i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top1:hover {
  background: #fc5a08;
  color: #fff;
}

.back-to-top1.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background:#FF8C2F;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
}

#header .logo {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:900;
  
  margin: 0;
  padding: 0;
  line-height: 1;
  
  letter-spacing: 1px;

}

#header .logo a {
  color: #000000;
}

#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin:0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items:end;
}

.navbar li {
  margin-left: 2px;
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 22px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 10px 15px;
  margin-left: 30px;
  border-radius: 4px;
  color: #FF8C2F;
  background-color: #ffffff;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  border: 3px solid #000000;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #000000;
  background: #FF8C2F;
}

.navbar .getstarted:hover:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 22px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2a2a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fc5a08;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fc5a08;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fc5a08;
}

.navbar-mobile>ul>li {
  white-space: nowrap;
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #fc5a08;
  padding-left: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fc5a08;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
  padding-top: 60px; /* Reducir padding superior */
  margin-bottom: 40px; /* Separar de la siguiente sección */
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0; /* Eliminar padding duplicado */
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fefefe;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
}

#hero .hero-title {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Responsive font sizes for hero title */
@media (max-width: 768px) {
  #hero .hero-title {
    font-size: 36px;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  #hero .hero-title {
    font-size: 28px;
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  #hero .hero-title {
    font-size: 24px;
    padding: 0 5px;
  }
}

#hero h2 span {
  color: #fc5a08;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* Asegurar que los indicadores del carousel se vean */
#hero .carousel-indicators {
  z-index: 1000;
  bottom: 20px; /* Darles espacio desde abajo */
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
  z-index: 1000; /* Asegurar que los indicadores se vean por encima de otros elementos */
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #fc5a08;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  border-radius: 6px;
  transition: 0.5s;
  line-height: 1;
  margin: 8px 6px;
  color: #fff;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #fc5a08;
  background: #fc5a08;
  margin-top: 25px;
}

#hero .btn-get-started:hover {
  background: #e84e06;
  border-color: #e84e06;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 90, 8, 0.3);
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  
  #hero .btn-get-started {
    font-size: 14px;
    padding: 6px 16px 8px 16px;
    margin: 6px 4px;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f1f1f1;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fc5a08;
}

/* Título específico para sección de filtros */
#temporarios .section-title h2 {
  position: relative;
  display: inline-block;
}

#temporarios .section-title h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #fc5a08 0%, #e84e06 100%);
  border-radius: 2px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #fc5a08;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background: url("../../img/about/about.webp") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about .image {
    text-align: center;
  }

  .about .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0 0 30px 0;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #fc5a08;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2a2a2a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #505050;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #505050;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #777777;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #fc5a08;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services:hover .icon {
  box-shadow: 0px 0 25px rgba(92, 159, 36, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #fc5a08;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #fc5a08;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fc5a08;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #000000;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #fc5a08;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio{
  padding: 15px;
}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #fc5a08;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 16rem;
  object-fit: cover;
  object-position: center;
}

/* Ajustes responsivos para altura de imágenes de tarjetas */
@media (max-width: 768px) {
  .portfolio .portfolio-wrap img {
    height: 14rem;
  }
}

@media (max-width: 576px) {
  .portfolio .portfolio-wrap img {
    height: 12rem;
  }
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;

}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fc5a08;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 5;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Mantener altura uniforme del slider aun con fotos verticales/horizontales */
.portfolio-details .portfolio-details-slider .swiper-slide {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 360px; /* fallback razonable */
  overflow: hidden;
}

.portfolio-details .portfolio-details-slider .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-details-slider .swiper-slide {
    aspect-ratio: 16 / 10;
    min-height: 320px;
  }
}

@media (max-width: 576px) {
  .portfolio-details .portfolio-details-slider .swiper-slide {
    aspect-ratio: 4 / 3;
    min-height: 240px;
  }
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fc5a08;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fc5a08;
}

.portfolio-details .portfolio-info {
  padding: 10px;
  box-shadow: 0px 0 30px rgba(204, 30, 30, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}

.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #fc5a08;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f7f7f7;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
}

.pricing .box h4 {
  font-size: 42px;
  color: #fc5a08;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #2a2a2a;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #fc5a08;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  border: 2px solid #fc5a08;
  color: #fc5a08;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #fc5a08;
  color: #fff;
}

.pricing .recommended {
  background: #fc5a08;
}

.pricing .recommended h3,
.pricing .recommended h4,
.pricing .recommended h4 span,
.pricing .recommended ul,
.pricing .recommended ul .na {
  color: #fff;
}

.pricing .recommended .btn-buy {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #fff;
  border-color: #fff;
  color: #fc5a08;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #fc5a08;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #fc5a08;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fc5a08;
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

.contact .contact-info a {
  color: #000;
}

.contact .contact-info a:hover {
  color: #fc5a08;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #fc5a08;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #fc5a08;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #fc5a08;
}

.contact .php-email-form button[type=submit] {
  background: #fc5a08;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #fc5a08;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f6;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111111;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #1d1d1d;
  border-bottom: 1px solid #2f2f2f;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size:30px;
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fc5a08;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fc5a08;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fc5a08;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fc5a08;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fc5a08;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  margin: auto;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


.text1 {
  font-size:25px;
  font-family:helvetica;
  font-weight:bold;
  color:red;
  text-transform:uppercase;
  text-align: center;
}

.text_venta h2  {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#fc5a08;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}


.galeria_vertical{
  width: 350px;
  height: 250px;
  object-fit:cover;
  margin:auto;
}

.galeria_horizontal{
  width: 600px;
  height: 400px;
  object-fit:cover;
  margin:auto;
}

.redes{
  display: flex;
}


.property-wrap .img .rent-sale {
  position: absolute;
  top: 10px;
  left: 25px; }
  .property-wrap .img .rent-sale .sale {
    background: #e16262;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px; }
  .property-wrap .img .rent-sale .rent {
    background: #24A148;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 10px; }






    /* * {
    
  } */
  
 /* cuerpo {
      box-sizing: border-box;
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      background-color: #f5f5f5;
  } */
  
  
  /* ===== FILTROS MODERNOS ===== */
  .modern-search-filters {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(252, 90, 8, 0.1);
    margin: 20px 0;
  }

  .filter-form {
    width: 100%;
  }

  .filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 20px;
    align-items: end;
  }

  .filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .filter-group label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .filter-group label i {
    color: #fc5a08;
    font-size: 16px;
  }

  .filter-group select,
  .filter-group input {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: none;
  }

  .filter-group select:focus,
  .filter-group input:focus {
    border-color: #fc5a08;
    box-shadow: 0 0 0 3px rgba(252, 90, 8, 0.1);
    transform: translateY(-1px);
  }

  .filter-group select:hover,
  .filter-group input:hover {
    border-color: #fc5a08;
  }

  .filter-actions {
    display: flex;
    gap: 12px;
    align-items: end;
  }

  .btn-search {
    background: linear-gradient(135deg, #fc5a08 0%, #e84e06 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(252, 90, 8, 0.3);
  }

  .btn-search:hover {
    background: linear-gradient(135deg, #e84e06 0%, #d44405 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(252, 90, 8, 0.4);
  }

  .btn-search:active {
    transform: translateY(0);
  }

  .btn-clear {
    background: #6c757d;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .btn-clear:hover {
    background: #5a6268;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    border-color: #5a6268;
  }

  /* Responsive Design */
  @media (max-width: 992px) {
    .filter-row {
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
    
    .filter-actions {
      grid-column: 1 / -1;
      justify-content: center;
      margin-top: 10px;
    }
  }

  @media (max-width: 576px) {
    .filter-row {
      grid-template-columns: 1fr;
    }
    
    .modern-search-filters {
      padding: 20px 15px;
      margin: 15px 0;
    }
    
    .filter-actions {
      flex-direction: column;
      width: 100%;
    }
    
    .btn-search,
    .btn-clear {
      justify-content: center;
      width: 100%;
    }
  }

  /* Mantener estilos antiguos ocultos */
  .search-filters {
      display: none;
  }

  /* ===== SECCION ESTADISTICAS ===== */
  .stats-section {
    background: linear-gradient(135deg, #fc5a08 0%, #e84e06 100%);
    padding: 30px 0;
    color: white;
  }

  .stats-category {
    margin-bottom: 20px;
  }

  .stats-category:last-child {
    margin-bottom: 0;
  }

  .stats-category h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
    text-transform: capitalize;
    letter-spacing: 0.5px;
  }

  .stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 6px 12px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  .stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
  }

  .stat-name {
    font-weight: 500;
  }

  .stat-count {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
  }

  /* Estilos específicos para operaciones */
  .stat-item.venta .stat-count {
    background: rgba(76, 175, 80, 0.7);
  }

  .stat-item.temporal .stat-count {
    background: rgba(33, 150, 243, 0.7);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .stats-section {
      padding: 25px 0;
    }
    
    .stats-category {
      margin-bottom: 15px;
    }
    
    .stats-category h4 {
      font-size: 14px;
      margin-bottom: 10px;
    }
    
    .stats-grid {
      gap: 6px;
    }
    
    .stat-item {
      font-size: 11px;
      padding: 5px 10px;
      gap: 4px;
    }
    
    .stat-count {
      font-size: 10px;
      padding: 1px 5px;
    }
  }




  /* Nuevo BOTON WHATSAPP */


  .whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.whatsapp-button img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-button img:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

  /* Badge en la esquina superior izquierda */
  .badge-overlay-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/* Badge en la esquina superior derecha */
.badge-overlay-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 5px;
}
/* Badge en la esquina inferior izquierda */
.badge-overlay-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #f78f1e; /* Naranja */
    border-radius: 5px;
}


/* Badge video */
.badge-overlay-bottom1 {

  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 5px;
}





/* Badge en la esquina inferior derecha */
.badge-overlay-bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #28a745; /* Verde */
    border-radius: 5px;
}


/* BOTON WHASTAPP RECTANGULAR */
.boton-whatsapp {
  display: inline-block;
  background-color: #25D366; /* Verde WhatsApp */
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.boton-whatsapp:hover {
  background-color: #1DA1F2; /* Azul WhatsApp */
}

.boton-whatsapp i {
  margin-left: 10px;
}

/* CARACTERISTICAS */

.body-cara {
  font-family: Arial, sans-serif;
  color: #2F4F4F;
}
.container-cara {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.item_cara {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.item-cara i {
  margin-right: 10px;
}
.column_cara {
  font-family: Arial, Helvetica, sans-serif;
  
  display: flex;
  flex-direction: column;
}


/* comodidades */

.body-comodidades {
  font-family: Arial, sans-serif;
  color: #2d4b46;
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  background-color: #fff;
}
.icon-grid-comodidades {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  text-align: center;
}
.icon-item-comodidades {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-item-comodidades i {
  font-size: 24px;
  margin-bottom: 8px;
}





.features{
  list-style: none;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}


/* chatbot */

  /* Contenedor flotante del chat */
  .chat-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 9999;
    display: none; /* Oculto inicialmente */
    animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.chat-header {
    background: #fc5a08;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.chat-body {
    padding: 15px;
    height: 250px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chat-message {
    display: flex;
    align-items: center;
}
.chat-message.user {
    justify-content: flex-end;
}
.chat-message.bot {
    justify-content: flex-start;
}
.chat-message span {
    padding: 8px 12px;
    border-radius: 15px;
    font-size: 14px;
    max-width: 70%;
}
.chat-message.user span {
    background: #fc5a08;
    color: #fff;
}
.chat-message.bot span {
    background: #ddd;
    color: #000;
}
.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #f1f1f1;
}
.chat-footer input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}
.chat-footer button {
    padding: 10px;
    margin-left: 10px;
    background: #fc5a08;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.chat-footer button:hover {
    background: #fc5a08;
}
/* Botón para abrir el chat */
.chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fc5a08;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10000;
    display: none; /* Oculto porque el chat se activa automáticamente */
}
 


.boton-video {
  display: inline-block;
  align-items: center;
  background-color: #fc5a08;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}


.boton-video:hover {
  background-color: #1DA1F2; /* Azul WhatsApp */
}

/* ========================================
   CLASES PARA DETALLE.PHP - Estados y elementos específicos
   ======================================== */

/* Estados de disponibilidad */
.estado-libre {
  color: #28a745;
  font-weight: bold;
}

.estado-alquilado {
  color: #dc3545;
  font-weight: bold;
}

/* Títulos y descripciones */
.descripcion-titulo {
  text-align: left;
  margin-bottom: 20px;
}

.descripcion-texto {
  text-align: justify;
  line-height: 1.6;
}

.interes-titulo {
  text-align: center;
}

/* Mapa de Google */
.mapa-google {
  height: 300px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.mapa-nota {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  text-align: center;
}

/* Logos del footer */
.footer-logo {
  max-height: 110px;
  margin-bottom: 10px;
}

.footer-logo-secondary {
  max-height: 80px;
  margin-bottom: 10px;
}

.social-text {
  padding-top: 10px;
  padding-left: 5px;
}

/* ========================================
   RESPONSIVE DESIGN - DETALLE.PHP
   ======================================== */

/* Tablets (768px y menos) */
@media (max-width: 768px) {
  /* Logo responsivo para tablets */
  #header .logo img {
    max-height: 45px;
  }
  
  /* Ajuste de altura del header en tablets */
  #header {
    height: 75px;
  }
  
  /* Galería responsiva */
  .galeria_horizontal {
    width: 100%;
    max-width: 500px;
    height: 300px;
  }
  
  /* Precios más pequeños en tablet */
  .text_venta h2 {
    font-size: 24px;
  }
  
  /* Mapa más pequeño */
  .mapa-google {
    height: 250px;
  }
  
  /* Descripción */
  .descripcion-texto {
    text-align: left;
    line-height: 1.5;
  }
  
  /* Logos más pequeños */
  .footer-logo {
    max-height: 90px;
  }
  
  .footer-logo-secondary {
    max-height: 70px;
  }
  
  /* Características mejor espaciadas en tablet */
  .features li {
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
  
  /* Comodidades en tablet */
  .icon-grid-comodidades {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

/* Móviles (576px y menos) */
@media (max-width: 576px) {
  /* Logo optimizado para móviles */
  #header .logo img {
    max-height: 35px;
  }
  
  /* Header más compacto en móvil */
  #header {
    height: 65px;
  }
  
  /* Ajuste del contenedor del header para mejor alineación */
  #header .container {
    padding: 0 15px;
  }
  
  /* Galería adaptada a móvil */
  .galeria_horizontal {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
  }
  
  /* Precios centrados y más pequeños */
  .text_venta h2 {
    font-size: 20px;
    text-align: center;
  }
  
  /* Títulos más pequeños */
  .descripcion-titulo {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .interes-titulo {
    font-size: 1.1rem;
  }
  
  /* Texto más legible en móvil */
  .descripcion-texto {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  
  /* Mapa más pequeño en móvil */
  .mapa-google {
    height: 200px;
    border-radius: 4px;
  }
  
  .mapa-nota {
    font-size: 11px;
  }
  
  /* Logos del footer más pequeños */
  .footer-logo {
    max-height: 70px;
  }
  
  .footer-logo-secondary {
    max-height: 60px;
  }
  
  /* Ajustes de padding y margen */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Mejor espaciado entre secciones */
  .row.gy-4 {
    margin-bottom: 2rem;
  }
  
  /* Estados de disponibilidad más pequeños */
  .estado-libre,
  .estado-alquilado {
    font-size: 14px;
  }
  
  /* Características en móvil */
  .features li {
    margin-bottom: 0.75rem;
    font-size: 14px;
  }
  
  .features i {
    margin-right: 8px;
  }
  
  /* Portfolio info más compacto */
  .portfolio-info {
    margin-bottom: 2rem;
  }
  
  /* Swiper en móvil */
  .swiper-slide {
    text-align: center;
  }
  
  /* Mejor espaciado en móvil */
  .tab-pane {
    padding: 1rem 0;
  }
  
  /* Section title responsivo */
  .section-title h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  /* Items de características más legibles */
  .item-cara {
    padding: 0.5rem 0;
    font-size: 13px;
  }
  
  .item-cara i {
    min-width: 20px;
    font-size: 14px;
  }
  
  /* COMODIDADES RESPONSIVAS */
  .icon-grid-comodidades {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .icon-item-comodidades {
    font-size: 12px;
  }
  
  .icon-item-comodidades i {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

/* Móviles pequeños (375px y menos) */
@media (max-width: 375px) {
  /* Logo extra pequeño para dispositivos muy compactos */
  #header .logo img {
    max-height: 30px;
  }
  
  /* Header aún más compacto */
  #header {
    height: 60px;
  }
  
  .galeria_horizontal {
    height: 200px;
  }
  
  .text_venta h2 {
    font-size: 18px;
  }
  
  .mapa-google {
    height: 180px;
  }
  
  .descripcion-texto {
    font-size: 13px;
  }
  
  .descripcion-titulo {
    font-size: 1.1rem;
  }
  
  .footer-logo {
    max-height: 60px;
  }
  
  .footer-logo-secondary {
    max-height: 50px;
  }
  
  /* Comodidades en móviles muy pequeños */
  .icon-grid-comodidades {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .icon-item-comodidades {
    font-size: 11px;
  }
  
  .icon-item-comodidades i {
    font-size: 18px;
  }
}

/* Landscape móvil (orientación horizontal) */
@media (max-width: 768px) and (orientation: landscape) {
  .mapa-google {
    height: 200px;
  }
  
  .galeria_horizontal {
    height: 200px;
  }
}

/*--------------------------------------------------------------
# Clases para eliminar CSS inline de index.php
--------------------------------------------------------------*/

/* Card header con color naranja */
.card-header-orange {
  color: #fc5a08 !important;
}

/* Iconos con colores específicos */
.icon-location {
  color: #fc5a08;
}

.icon-cube {
  color: #4a90e2;
}

.icon-bed {
  color: #28a745;
}

.icon-shower {
  color: #17a2b8;
}

/* Separadores en card footer */
.card-separator {
  margin: 0 8px;
}

/* Estilos para la sección About */
.about-contact-info {
  padding-bottom: 5px;
}

/* Estilos para iframe de mapa */
.mapa-contacto {
  border: 0;
}

/* Logos del footer */
.footer-logo-main {
  max-height: 110px;
  margin-bottom: 10px;
}

.footer-logo-colegio {
  max-height: 80px;
  margin-bottom: 10px;
}

/* Texto de redes sociales */
.redes-texto {
  padding-top: 10px;
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Clases para eliminar CSS inline del hero
--------------------------------------------------------------*/

/* Slide backgrounds */
.hero-slide-1 {
  background-image: url(../../img/banner1/faro.webp);
}

.hero-slide-2 {
  background-image: url(../../img/banner1/casitas.webp);
}

/* Texto blanco para títulos del hero */
.hero-white-text {
  color: white;
}

/* Iconos con margen derecho */
.btn-icon {
  margin-right: 8px;
}

/* === IMAGE ROTATION UTILITIES === */
/* Usamos una variable --rot para poder combinar con otros transforms (hover scale) */
.rotate-0 { 
  --rot: 0deg;
  transform: rotate(var(--rot)); 
}
.rotate-90 { 
  --rot: 90deg;
  transform: rotate(var(--rot)); 
}
.rotate-180 { 
  --rot: 180deg;
  transform: rotate(var(--rot)); 
}
.rotate-270 { 
  --rot: 270deg;
  transform: rotate(var(--rot)); 
}
.rotate--90 { 
  --rot: -90deg;
  transform: rotate(var(--rot)); 
}
.rotate--180 { 
  --rot: -180deg;
  transform: rotate(var(--rot)); 
}
.rotate--270 { 
  --rot: -270deg;
  transform: rotate(var(--rot)); 
}

/* Galería horizontal con rotación */
.galeria_horizontal {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

/* Importante: preservar la rotación en hover y sólo aplicar zoom */
/* Esta regla sobreescribe la del tema que hacía transform: scale(1.2) */
.portfolio .portfolio-wrap:hover img.galeria_horizontal {
  transform: rotate(var(--rot)) scale(1.2);
}

/* Evitar que lightbox/fancybox vuelva a aplicar escalados que rompan la rotación física ya normalizada */
/* Aplicar rotación en lightboxes solo si la imagen tiene clase rotate- */
.fancybox-content img.galeria_horizontal[class*="rotate-"],
.lb-image.galeria_horizontal[class*="rotate-"], /* Lightbox2 */
.glightbox-container img.galeria_horizontal[class*="rotate-"] { /* GLightbox */
  transform: rotate(var(--rot)) !important;
}

/* Forzar no rotación para propiedad 65 (imagenes ya correctas físicamente) */
img.galeria_horizontal[data-prop-id="65"],
.fancybox-content img.galeria_horizontal[data-prop-id="65"],
.glightbox-container img.galeria_horizontal[data-prop-id="65"],
.lb-image.galeria_horizontal[data-prop-id="65"] {
  transform: none !important;
}

/* Si las imágenes ya están normalizadas (rotación física), permitir que rotacion=0 no añada transform redundante */
.rotate-0 { transform: none; }

/* Corrección específica: propiedad 65, imagen ID 896 aún invertida físicamente en detalle/lightbox */
img.force-rotate-180,
#portfolio-details img[data-img-id="896"],
.fancybox-content img[data-img-id="896"],
.glightbox-container img[data-img-id="896"],
.lb-image[data-img-id="896"] {
  transform: rotate(180deg) !important;
}
