/* =======================================================
  * Page Name: Grupovegtor
  * Updated: SEPTIEMBRE 2025
  * Author & Developer : Karla Lara
  * License: https://inboundmkt.com.mx/
  ========================================================*/

body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #F27B35;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*=============HEADER Y NAV==================*/
.hero_area {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 10px 0;
  background-color: #142532;
  font-size: 0.95rem;
  font-weight: 500;
}

.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: flex;
  align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #EEF2E9;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #ffffff;
  margin: 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #ffffff;
}

.header_section .header_top .contact_nav a {
  display: flex;
  align-items: center;
  color: #EEF2E9;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header_section .header_top .contact_nav a i {
  margin-right: 8px;
  color: #f07b26;
  background-color: #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_section .header_top .contact_nav a:hover {
  color: #f07b26;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #f07b26;
  color: #ffffff;
}

.header_section .header_top .social_box {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.header_section .header_top .social_box a {
  text-decoration: none;
}

.header_section .header_top .social_box a i {
  background-color: #ffffff;
  color: #f07b26;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.header_section .header_top .social_box a:hover i {
  background-color: #f07b26;
  color: #ffffff;
}

@media (max-width: 768px) {
  .header_section .header_top .header_top_container {
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  .header_section .header_top .contact_nav {
    justify-content: center;
  }

  .header_section .header_top .social_box {
    justify-content: center;
  }

  .header_section .header_top .contact_nav a span {
    display: none;
  }

  .header_section .header_top .contact_nav a i {
    margin-right: 0;
  }
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

.navbar-brand img {
  width: 200px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #EEF2E9;
  background-color: #6CA632;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  position: relative;
  border-radius: 5px;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  transform: none;
}

.quote_btn-container {
  display: flex;
  align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #bc570d;
}

/* ============== ESTILOS AJUSTADOS PARA HERO SECTION ============== */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-section .carousel {
  height: 100%;
  width: 100%;
}

.hero-section .carousel-inner {
  height: 100%;
}

.hero-section .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 1s ease-in-out;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-section .carousel-caption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}

.hero-section .text-content {
  margin-bottom: 3rem;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.hero-section h2 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}

.btn-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.btn {
  padding: 15px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  font-size: 1.1rem;
}

.btn-primary {
  background-color: #f07b26;
  color: white;
}

.btn-primary:hover {
  background-color: #d46a1a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background-color: #6CA632;
  color: white;
}

.btn-secondary:hover {
  background-color: #5a8e2a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.carousel-indicators {
  bottom: 50px;
  z-index: 3;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 8px;
}

.carousel-indicators .active {
  background-color: #f07b26;
  width: 20px;
  border-radius: 100px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 100px;
  z-index: 3;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-size: 30%, 30%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*=============SECCION NOSOTROS==================*/
.about_section .text-content p {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #555;
  font-size: .9rem;
  /* text-align:left; */
  text-align: justify;
}

.about_section .highlight {
  font-size: 1rem;
  color: #333;
}

.about_section .signature {
  font-style: italic;
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #f07b26;
  color: #1F5373;
}

.about_section .rounded-shadow {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(31, 83, 115, 0.15);
}

/* Estilos generales para las tarjetas */
.about_section .mv-card {
    padding: 1px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #f07b26;
    height: 100%;
}

/* Ajuste responsive para tabletas: que se centren */
@media (max-width: 991px) {
    .about_section .mv-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px; /* opcional: limitar ancho para que no se vean enormes */
        height: auto; /* opcional: que se adapte al contenido */
    }
}


.about_section .mv-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

.about_section .mv-list li {
  margin-bottom: 0.6rem;
  color: #555;
  position: relative;
  padding-left: 20px;
  text-align: left;
  margin-left: 80px;
}

.about_section .mv-list li:before {
  content: "•";
  color: #f07b26;
  position: center;
  left: 0;
  font-weight: bold;
}

/* .mv-list {
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
}

.mv-list li {
  margin-bottom: 8px;
  position: relative;
  list-style-type: none;
}

.mv-list li:before {
  content: "•";
  color: #f07b26;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
} */

/* Contenedor principal de la lista */
.mv-list {
  /* 1. Convertimos el contenedor a Flexbox */
  display: flex;
  flex-direction: column; /* Apilamos los elementos verticalmente */
  align-items: center;   /* Centramos los elementos horizontalmente */

  /* 2. Eliminamos estilos que interfieren con el centrado */
  padding-left: 0;
  
  margin-top: 15px;
  list-style-type: none; /* Mantenemos esto para quitar los puntos por defecto */
}

/* Elementos de la lista */
.mv-list li {
  /* 3. Quitamos el margen izquierdo que empujaba el elemento */
  margin-left: 0; 

  margin-bottom: 0.6rem;
  color: #555;
  position: relative;
  /* El padding-left se mantiene para dar espacio al bullet personalizado */
  padding-left: 20px; 
}

/* "Bullet" o viñeta personalizada */
.mv-list li:before {
  content: "•";
  color: #f07b26;
  font-weight: bold;
  position: absolute; /* Usamos posición absoluta para un mejor control */
  left: 0;
}

.heading_container h2 {
  color: #1F5373 !important;
}

.about_section .compact-img-box {
  padding: 15px;
}

.about_section .compact-logo {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.btn1 {
  display: inline-block;
  padding: 12px 35px;
  background-color: #f07b26;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'Arial', sans-serif;
}

.btn1:hover {
  background-color: #e06d1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .about_section .compact-logo {
    max-width: 70%;
    margin: 0 auto 20px;
    display: block;
  }

  .about_section .detail-box {
    text-align: center;
  }
}

/* ============== ESTILOS CARRUSEL =================== */
.partners-section {
  padding: 80px 0;
  background: #1F5373;
  color: white;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #f07b26;
}

.section-header p {
  max-width: 800px;
  margin: 0 auto;
}

.section-header strong {
  color: #6CA632;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  gap: 40px;
  will-change: transform;
  width: max-content;
}

.partner-slide {
  flex: 0 0 180px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 100px;
  padding: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.partner-logo {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) contrast(60%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.partner-slide:hover {
  transform: translateY(-5px);
}

.partner-slide:hover .partner-logo {
  filter: grayscale(0%) contrast(100%);
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .partner-slide {
    flex: 0 0 140px;
    height: 100px;
    padding: 15px;
  }

  .carousel-track {
    gap: 20px;
  }
}

/* ============= SECCION SERVICIO ================== */
.service_section {
  position: relative;
  margin-top: 5px;
}

.heading_container_centered {
  text-align: center;
  margin-bottom: 40px;
}

.heading_container_centered h2 {
  text-transform: none;
  font-size: 2rem;
  color: #1F5373;
  font-weight: 700;
  margin-bottom: 20px;
}

.heading_container_centered p {
  margin-top: 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service_container .row p {
  color: #555;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 5px;
}

.service_section .service_container {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
  margin: 0 25px;
  background-color: #f7f9f4;
  border-radius: 12px;
}

.service_section .box {
  margin-top: 30px;
  padding: 20px 15px;
  background-color: #f4f4f4;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service_section .box .img-box {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  filter: brightness(0);
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #1F5373;
  text-align: center;
  margin-bottom: 10px;
}

.service_section .box .detail-box a {
  display: inline-block;
  margin-top: 15px;
  color: #555;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
  align-self: center;
}

.service_section .box .detail-box a:hover {
  color: #f07b26;
}

.service_section .box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.service_section .box:hover .img-box img {
  filter: brightness(1);
}

/*============= CINTILLO CON MOVIMIENTO + ICONOS =============*/
.moving-ticker {
  background-color: #123043;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.moving-ticker__wrapper {
  display: flex;
  width: max-content;
  animation: tickerLoop linear infinite;
}

.moving-ticker__inner {
  display: flex;
  white-space: nowrap;
}

/* La animación se definirá dinámicamente con JS */
@keyframes tickerLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*============== PROPIEDADES =====================*/
.property-cta-section {
  padding: 50px 0;
  background: #1F5373;
  color: white;
  text-align: center;
}

.property-cta-section .section-header h2 {
  font-size: 36px;
  font-weight: 800;
  position: relative;
}

.property-cta-section .section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #f07b26;
}

.property-cta-section .section-header p {
  font-size: 18px;
  max-width: 800px;
  margin: 30px auto;
  line-height: 1.7;
  color: #e0e0e0;
  text-align: center;
}

.cta-button-box {
  margin-top: 40px;
}

.section-highlight {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.btn-cta {
  background-color: #f07b26;
  color: white;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s, transform 0.3s;
}

.btn-cta:hover {
  background-color: #bc570d;
  transform: translateY(-3px);
}


/*================= TESTIMONIOS ======================*/
.client_section {
    position: relative;
    background-image: url("../images/propiedad inmobiliaria.webp");
    background-size: cover;
    background-attachment: fixed;
    color: #555;
    padding: 80px 0;
    margin-top: 90px;
    margin-bottom: 90px;
}

.client_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 11, 61, 0.699);
  z-index: 1;
}

.client_section>* {
  position: relative;
  z-index: 2;
}

.client_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
}

.client_section .heading_container h2 {
  color: #ffffff !important;
  text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.6);
  font-size: 2.5rem;
}

.client_section .heading_container h2 strong {
  color: #95e842;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 700px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 60px 25px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.client_section .box .client_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #6CA632;
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #6CA632;
  margin-left: 15px;
}

.client_section .box p {
  margin-top: 15px;
  color: #555;
  line-height: 1.6;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .carousel-indicators li {
  background-color: #f07b26;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 5px;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}


/*=========== CONTACTO ===========*/
.contact_section {
  position: relative;
  margin-top: 100px;
  padding: 0 15px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
  text-align: center;
}

.contact_section .form_container input,
.contact_section .form_container textarea {
  max-width: 90%;
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.contact_section .form_container textarea {
  height: 80px;
  resize: vertical;
  padding-top: 10px;
}

.contact_section .form_container input::placeholder,
.contact_section .form_container textarea::placeholder {
  color: #252525;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  padding: 12px 55px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 50px;
  transition: all .3s;
}

.contact_section .form_container button:hover {
  background-color: #bc570d;
}

.contact_section .map_container {
  height: 100%;
  overflow: hidden;
}

.contact_section .map iframe {
  width: 600px;    /* ancho fijo */
  height: 400px;   /* alto fijo */
  border: 0;
  margin-block: 50px;
  display: block;  /* elimina espacios extra */
  margin: 0 auto;  /* centra el mapa */
}


.contact_section {
  margin-bottom: 110px;
}

/*========== RESPONSIVE ==========*/
@media screen and (max-width: 992px) {
  .contact_section .map iframe {
    width: 100%;    /* ocupa todo el contenedor */
    height: 300px;  /* altura adaptada */
  }
}

@media screen and (max-width: 576px) {
  .contact_section .map iframe {
    width: 100%;
    height: 205px;
  }
}



/*=========== NUEVO ESTILO info_section ===========*/
.info_section {
  background-color: #142532;
  color: #fff;
  padding: 60px 0 30px;
  font-family: 'Segoe UI', sans-serif;
}

.info_section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* .info_section .contact_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(187, 57, 57, 0.1);
} */

/* Busca esta regla */
.info_section .contact_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* CAMBIA ESTA LÍNEA */
  text-align: center; /* Antes decía 'left' */
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(187, 57, 57, 0.1);
}

/* .contact_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
} */

.contact_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 200px;
}

.contact_item i {
  font-size: 20px;
  background-color: #fff;
  color: #f07b26;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.contact_text a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 2px 0;
  font-weight: 500;
}

.contact_text a:hover {
  color: #f07b26;
}

.whatsapp-containerr,
.whatsapp-links {
  flex-direction: column;
  align-items: flex-start;
}

.info_section h4,
.info_section h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

/* Redes y enlaces */
.info_links_menu,
.post_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.info_links_menu a {
  flex: 1 1 45%;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.info_links_menu a:hover {
  color: #f07b26;
}

/* Facebook post preview */
.post_box .img-box {
  flex: 1 1 calc(33.333% - 10px);
  background: #fff;
  padding: 3px;
  border-radius: 5px;
}

.post_box .img-box img {
  width: 100%;
  border-radius: 3px;
}

/* Formulario */
.info_form input {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #eaeaea;
  font-size: 14px;
  color: #333;
}

.info_form button {
  width: 100%;
  background-color: #f07b26;
  border: none;
  padding: 12px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.info_form button:hover {
  background-color: #bc570d;
}

/* Bottom row */
.info_bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.info_logo img {
  width: 120px;
}

.social_box {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.social_box a {
  background-color: #ffffff;
  color: #f07b26;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.social_box a:hover {
  background-color: #f07b26;
  color: #ffffff;
}

/*=========== NUEVO ESTILO footer_section ===========*/
.footer_section {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.footer_section p {
  margin: 0;
  color: #252525;
}

.footer_section p a {
  color: #6CA632;
  text-decoration: none;
  font-weight: bold;
}

.footer_section p a:hover {
  text-decoration: underline;
}

/*=========== RESPONSIVE ===========*/
@media screen and (max-width: 768px) {
  .info_section .contact_nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .info_section .contact_nav a,
  .whatsapp-containerr,
  .whatsapp-links,
  .contact_nav span {
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    flex: none !important;
    width: 100%;
  }

  .contact_nav a i {
    margin-bottom: 5px;
  }

  .contact_nav span {
    display: block;
    margin-top: 10px;
    line-height: 1.5;
  }

  .second-number {
    display: block;
    margin-top: 5px;
  }

  .info_links_menu a {
    flex: 1 1 100%;
  }

  .post_box .img-box {
    flex: 1 1 48%;
  }

  .social_box {
    justify-content: flex-start;
  }

  .footer_section {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .contact_nav a {
    font-size: 14px;
  }

  .info_section h4,
  .info_section h5 {
    font-size: 16px;
  }

  .info_form button {
    font-size: 14px;
  }

  .post_box .img-box {
    flex: 1 1 100%;
  }
}


/*================ WhatsApp ==================*/
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.whatsapp-link i {
  font-size: 36px;
}

.whatsapp-tooltip {
  position: absolute;
  left: 90px;
  width: max-content;
  background: #075E54;
  color: white;
  padding: 20px 15px;
  border-radius: 4px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-tooltip:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #075E54;
  border-left: none;
}

.whatsapp-link:hover {
  background-color: #128C7E;
  transform: translateY(-5px);
}

.whatsapp-link:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  left: 75px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.whatsapp-link {
  animation: pulse 2s infinite;
}


/*===== FLECHA =====*/

.scroll-top-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-top-float.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #1F5373;
  color: white;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.scroll-top-link:hover {
  background-color: #f07b26;
  transform: translateY(-3px);
}

.scroll-top-link:hover .arrow-icon {
  transform: rotate(-90deg) translateY(-2px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-top-float {
  animation: fadeInUp 0.5s ease forwards;
}


/*================= SECCIÓN AVISO DE PRIVACIDAD =================*/

#aviso-privacidad {
  background-color: #f8f9fa;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

#aviso-privacidad .container {
  width: 90%;
  max-width: 2000px;
}

#aviso-privacidad .card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: left;
  width: 100%;
}

#aviso-privacidad h2 {
  font-size: 2.8rem;
  color: #1F5373;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

#aviso-privacidad p {
  color: #555;
  font-size: 1.3rem;
  line-height: 1.6;
}

#aviso-privacidad ol {
  padding-left: 20px;
  margin-top: 15px;
}

#aviso-privacidad ol li {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}

#aviso-privacidad strong {
  color: #1F5373;
}

@media (max-width: 1024px) {
  #aviso-privacidad .container {
    width: 95%;
  }

  #aviso-privacidad .card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  #aviso-privacidad .container {
    width: 100%;
  }

  #aviso-privacidad .card {
    padding: 20px;
  }
}


/* ============ ESTILOS DEL FORMULARIO ============ */

.contact-form-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: transparent;
}

.contact-form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #123043be;
  z-index: 1;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('../images/nave.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 0;
  transition: transform 0.1s ease-out;
}

.contact-form-section .container {
  position: relative;
  z-index: 2;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #fff;
}

.section-header p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.property-contact-form {
  flex: 1;
  min-width: 300px;
  padding: 40px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.form-group {
  flex: 1;
  min-width: 250px;
  margin-bottom: 25px;
  padding: 0 15px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1F5373;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #1F5373;
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 83, 115, 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.submit-btn {
  background-color: #f07b26;
  color: white;
  border: none;
  padding: 14px 35px;
  font-size: 1.1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}

.submit-btn:hover {
  background-color: #d46a1a;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.contact-info {
  flex: 0 0 350px;
  background-color: #1F5373;
  color: white;
  padding: 40px;
}

.contact-info h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.contact-info h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #f07b26;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-item i {
  font-size: 20px;
  margin-right: 15px;
  color: #f07b26;
}

.info-item span {
  flex: 1;
}

.info-item a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.info-item a:hover {
  color: #f07b26;
  text-decoration: underline;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .contact-form-section {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .contact-form-wrapper {
    flex-direction: column;
  }

  .contact-info {
    flex: 1;
  }

  .parallax-bg {
    background-attachment: scroll;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .contact-form-section {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .property-contact-form,
  .contact-info {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .form-group {
    flex: 0 0 100%;
  }

  .section-header p {
    font-size: 1rem;
  }

  .submit-btn {
    width: 100%;
    padding: 12px;
  }

  .info-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-item i {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/* ESTILOS SECCIÓN NOSOTROS HORIZONTAL */
.about_section {
  position: relative;
  padding: 80px 0;
}

.mv-container {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.mv-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mv-icon {
  font-size: 2.5rem;
  color: #f07b26;
  margin-bottom: 20px;
}

.mv-card h3 {
  color: #1F5373;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.img-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;

}

.experience-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #1F5373;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
}

.experience-badge span {
  font-size: 1.8rem;
  display: block;
  line-height: 1;
}

.btn-container {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 992px) {
  .mv-card {
    margin-bottom: 30px;
  }

  .mv-container {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .about_section {
    padding: 60px 0;
  }

  .mv-card {
    padding: 20px;
  }
}

.mv-section {
  padding: 60px 0; /* por ejemplo */
  background-color: #f9f9f9;
}

.mv-section .mv-card {
  padding: 25px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #f07b26;
  height: 100%;
}

@media (max-width: 991px) {
  .mv-section .mv-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    height: auto;
  }
}

.titulos-carrusel{
  display: block;
  font-size: 3.5em; /* Generalmente el doble del tamaño del texto base */
  font-weight: bold;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  color: white;
}

.subtitulos{
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  color: white;
}

.subtitulos_encabezados{
  display: block;
  font-size: 2em !important;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  font-weight: bold;
  color: #1F5373 !important;
}

.titulo-propiedad{ 
  display: block;
  font-size: 2.3em !important; /* Generalmente el doble del tamaño del texto base */
  font-weight: bold;
  color: rgb(255, 255, 255) !important
}

p::after{
  content: '';
  background-color: #f07b26;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: relative;
}

/* Mantener proporción del mapa */
.map {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Ajustes responsive */
@media (max-width: 992px) {
  .contact_section .col-md-5,
  .contact_section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map { padding-bottom: 50%; } /* menos alto en tablet */
}

@media (max-width: 576px) {
  .map { padding-bottom: 66.66%; } /* 3:2 en móvil */
}

/* AÑADE ESTA NUEVA REGLA */
.info_section .contact_item:first-child .contact_text {
  text-align: left;
}
