/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
/* Variables de Color */
:root {
  --rojo-primario: #ec3b38;
  --rojo-oscuro: #c32928;
  --gris-oscuro: #333333;
  --gris-claro: #f8f9fa;
  --color-primario: #ec3b38;
}

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 60px;
  color: #666666;
  font-size: 14px;
  font-family: Poppins;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

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

.padding_0 {
  padding: 0px;
}

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/banner-bg.png);
  height: auto;
  background-size: 100%;
}
.bg-light {
  background-color: transparent !important;
}
.logo {
  width: 25%;
  float: left;
}
.navbar-light .navbar-nav .nav-link {
  color: #111111;
  font-size: 18px;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffb607;
}

.mr-auto,
.mx-auto {
  margin: 0 auto;
}

.search_icon {
  width: auto;
  float: right;
  text-align: right;
}
.search_icon ul {
  margin: 0px;
  padding: 0px;
}
.search_icon li {
  float: left;
  padding-left: 5px;
  font-size: 18px;
  color: #000;
}
.search_icon li a {
  color: #000;
}
.search_icon li a:hover {
  color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-item {
  position: relative;
}

.navbar-nav.mr-auto ul {
  margin: 0px;
  padding: 0px;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
}
.banner_section {
  width: 100%;
  float: left;
  padding: 90px 0px;
}
.icon_1 {
  width: 100%;
  float: left;
  text-align: center;
}
.furniture_text {
  width: 100%;
  float: left;
  font-size: 3.2rem;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.there_text {
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #090808;
  text-align: center;
}
.contact_bt_main {
  width: 17%;
  margin: 0 auto;
  text-align: center;
}
.contact_bt {
  width: 100%;
  float: left;
  margin-top: 360px;
}
.contact_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #ffb607;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.contact_bt a:hover {
  color: #ffffff;
  background-color: #000;
}

.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f105";
}
#costum_slider a.carousel-control-prev {
  position: absolute;
  left: -153px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
  border-radius: 100px;
}

#costum_slider a.carousel-control-next {
  position: absolute;
  right: -150px;
  top: 57%;
}
#costum_slider .carousel-control-prev,
#costum_slider .carousel-control-next {
  width: 85px;
  height: 85px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
  border-radius: 100px;
}
#costum_slider .carousel-control-prev:hover,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.services_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.many_taital {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.services_section2 {
  width: 100%;
  float: left;
}
.furnitures_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #090808;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.dummy_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}

.read_bt_main {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.read_bt {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #ec393c;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  /* text-transform: uppercase; */
}
.read_bt a:hover {
  color: #ffffff;
  background-color: #a31a1c;
}
.about_section {
  width: 100%;
  float: left;
  /* background-color: #ec393c; */
  /* Degradado rojo oscuro profesional */
  background: linear-gradient(270deg, #ec393c 0%, #b11217 50%, #7a0c10 100%);
  height: auto;
  padding-bottom: 90px;
}
.image_1 {
  width: 100%;
  float: left;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.lorem_text {
  width: 100%;
  float: left;
  font-size: 1.5rem;
  color: #ffffff;
  margin-left: 0px;
  padding-top: 40px;
  line-height: 1.6;
}
.descripcion-quienes-somos {
  width: 100%;
  float: left;
  font-size: 1.2rem;
  color: #ffffff;
  margin-left: 0px;
  padding-top: 40px;
  line-height: 1.6;
}
.read_bt1 {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.read_bt1 a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt1 a:hover {
  color: #000;
  background-color: #ffffff;
}
.furnitures_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.our_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.furnitures_section2 {
  width: 100%;
  float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22%;
  width: 15%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #fabc26;
  margin: 0 auto;
  border-radius: 100px;
  top: 130px;
}

.container_main:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.temper_text {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #ec393c;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 35px;
}
.dololr_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #121111;
  margin-top: 10px;
  margin-left: 0px;
}

.who_section {
  width: 100%;
  float: left;
  background-image: url(../images/bg-1.png);
  background-size: cover; /* IMPORTANTE */
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh; /* hace la sección más grande */
  padding: 20px 0 120px 0; /* espacio arriba y abajo */
  display: flex;
  align-items: center; /* centra el contenido vertical */
}
.who_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.designer_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.text-quienes-somos {
  width: 100%;
  float: left;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
  line-height: 1.3;
  font-weight: 400;
}
.get_bt_main {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.get_bt {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.get_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.get_bt a:hover {
  color: #000;
  background-color: #ffffff;
}
.projects_section {
  width: 100%;
  float: left;
}
.projects_section2 {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.container_main1 {
  /* position: relative; */
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
}
.container_main2 {
  width: 100%;
  float: left;
}
.container_main1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 100%;
  background-color: rgba(236, 59, 56, 0.116);
  z-index: 11;
  display: none;
}
.container_main1:hover::after {
  display: block;
}
.modern_text {
  background-color: #0000007a;
  width: 100%;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  top: -50px;
  text-align: center;
  z-index: 22;
}
#main_slider a.carousel-control-prev {
  position: absolute;
  left: -94px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -95px;
  top: 57%;
}
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
}
#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}
.clients_section {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 90px;
}
.client_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.clients_section2 {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.client_1 {
  width: 60%;
  float: left;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
}
.image_7 {
  width: 100%;
  float: left;
}
.quote_icon {
  width: 85%;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 35px;
}

.loksans_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #191919;
  text-transform: uppercase;
}
.dolor_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #191919;
  margin-left: 0px;
  margin-top: 0px;
}
.client_2 {
  width: 60%;
  float: right;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
  margin-top: 30px;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #ffb607;
  border-radius: 20px;
}
.carousel-indicators .active {
  background-color: #111111;
}

.carousel-indicators {
  justify-content: left;
  margin-left: 0%;
  bottom: 50px;
}
.contact_section {
  width: 100%;
  float: left;
  background-image: url(../images/contact-bg.png);
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}
.mail_sectin {
  width: 100%;
  float: left;
}
.contact_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
}
.email-bt {
  color: #989696;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px;
  margin-top: 25px;
  border: 0px;
  border-radius: 5px;
}
input.email-bt::placeholder {
  color: #989696;
}
.massage-bt {
  color: #989696;
  width: 100%;
  height: 100px;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  margin-top: 25px;
  border: 0px;
  border-radius: 5px;
}
textarea#comment::placeholder {
  color: #989696;
}
.send_bt {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.send_bt a {
  width: 50%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  padding: 10px 0px;
  font-weight: bold;
}
.send_bt a:hover {
  color: #989696;
  background-color: #ffffff;
}
.image_9 {
  width: 100%;
  float: left;
  padding-top: 83px;
}
.input-group {
  width: 45%;
  float: right;
}

.form-control {
  display: block;
  /* width: 100%; */
  padding: 0px 15px 10px 0px;
  font-size: 18px;
  /* line-height: 1.5; */
  color: #fff;
  background-color: transparent;
  /* background-clip: padding-box; */
  border-bottom: 1px solid #fff !important;
  border-radius: 0px;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  border: 0px;
}
.input-group-text {
  padding: 0px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.input-group-text a {
  color: #ffffff;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0px;
  background: transparent !important;
  border-bottom: 1px solid #ffff;
}
.footer_section {
  width: 100%;
  float: left;
  background-color: #313131;
  height: auto;
  padding-bottom: 90px;
}

.customer_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_lorem_text {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #fefefe;
  margin-left: 0px;
}
.footer_lorem_text1 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefe;
  margin-left: 0px;
}
.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
.social_icon li {
  float: left;
  padding-right: 5px;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}
.copyright_text a {
  color: #000;
}
.copyright_text a:hover {
  color: #fdbe28;
}

/* ================================================================== */
/* MENU */
/* ================================================================== */

.menu_wrapper {
  position: relative;
  width: 100%;
  z-index: 999;
}

/* Estado normal */
.main_navbar {
  transition: all 0.3s ease;
}

/* Estado fijo al hacer scroll */
.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.35s ease;
}

/* Animación suave */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Ajuste logo */
.menu_fixed .logo img {
  max-height: 55px;
}

/* Separación para evitar salto del contenido */
body.menu-padding {
  padding-top: 90px;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.btn_cotizar_nav {
  display: inline-block;
  background-color: #ec393c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn_cotizar_nav:hover {
  background-color: #d83234; /* un tono un poco más oscuro al pasar el mouse */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.nav-item {
  position: relative;
}

.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
}

.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.submenu li a:hover {
  background: #f5f5f5;
  color: #000;
}
.has-submenu > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.has-submenu > .nav-link::after {
  content: "▼";
  font-size: 10px;
  line-height: 1;
}

#puerta_lisa,
#puerta_clasica,
#puerta_mixta,
#puerta_media_luna,
#puerta_vitral,
#tambor_lisa,
#tambor_okume,
#tambor_chocolate,
#tambor_roble {
  scroll-margin-top: 120px; /* ajusta según la altura de tu menú */
}

/* ================================================================== */
/* SECCION SLIDER ACORDEON */
/* ================================================================== */

.services-accordion-title .container .section-header h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 50px;
}
.services-accordion {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.accordion-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.accordion-item {
  position: relative;
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: flex 0.6s ease;
  cursor: pointer;
}

.accordion-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(236, 59, 56, 0.35);
  transition: background 0.4s ease;
}

.accordion-item:hover {
  flex: 4;
}

.accordion-item:hover::before {
  background: rgba(0, 0, 0, 0.35);
}
.accordion-item .accordion-content h3 {
  color: #fff;
}
.accordion-content {
  position: absolute;
  left: 0;
  top: 30%;
  bottom: 0;
  padding: 40px;
  max-width: 420px;
  color: #fff !important;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s ease;
  z-index: 2;
}
@media (min-width: 1200px) {
  .accordion-content {
    top: 10%;
  }
}

.accordion-item:hover .accordion-content {
  opacity: 1;
  transform: translateX(0);
}

.accordion-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.accordion-content h3 span {
  font-size: 18px;
  font-weight: 400;
}

.accordion-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.accordion-btn {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 25px;
  background-color: #c62828;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.accordion-btn:hover {
  background-color: #a81f1f;
}

.service-btn {
  background-color: #e0e0e0;
  color: #000000;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition:
    background 0.8s ease-in-out,
    transform 0.6s ease,
    box-shadow 0.6s ease;
}

.service-btn:hover {
  background-color: #ec3b38;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

/* PARA ACTIVAR UN ITEM DEL ACORDEON */
.accordion-item.active {
  flex: 4;
}
.accordion-item.active::before {
  background: rgba(0, 0, 0, 0.35);
}
.accordion-item.active .accordion-content {
  opacity: 1;
  transform: translateX(0);
}
/* Cuando hay hover en el acordeón, el activo pierde prioridad */
.accordion-container:hover .accordion-item.active {
  flex: 1;
}

/* Excepto si el hover es sobre el mismo activo */
.accordion-container:hover .accordion-item.active:hover {
  flex: 4;
}
/* Cuando hay hover en el acordeón, ocultar el contenido del activo */
.accordion-container:hover .accordion-item.active .accordion-content {
  opacity: 0;
  transform: translateX(-30px);
}

/* Mostrar contenido solo del item en hover */
.accordion-container:hover .accordion-item:hover .accordion-content {
  opacity: 1;
  transform: translateX(0);
}

/* ================================================================== */
/* SECCION DE SERVICIOS HOME */
/* ================================================================== */

.icon_1 i {
  font-size: 48px;
  color: #1f3c88; /* ajusta al color corporativo */
  margin-bottom: 15px;
}
.icon_1 {
  width: 100%;
  /* height: 80px; */
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================================================== */
/* SECCION DE PRODUCTOS */
/* ================================================================== */

/* Tarjeta de producto */
.wd-product-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  border: 1px solid #eee;
}

/* Hover effect */
.wd-product-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

/* Imagen */
.wd-product-card img {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Botón */
.wd-product-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  background-color: #ec393c; /* rojo Windoor */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wd-product-btn:hover {
  background-color: #6f1f1f;
  color: #ffffff;
}
/* FONDO PARA CADA SERVICIO */

.catalog_category {
  position: relative;
  padding: 10px 40px;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}

/* Líneas diagonales sutiles */
.catalog_category::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(236, 57, 60, 0.09) 0px,
    rgba(236, 57, 60, 0.09) 1px,
    transparent 1px,
    transparent 14px
  );
  pointer-events: none;
}

/* Asegura que el contenido quede arriba */
.catalog_category > * {
  position: relative;
  z-index: 2;
}
/* ================================================================== */
/* FONDO PARA LAS DIFERENTES SECCIONES DEL HOME */
/* ================================================================== */

.services_section,
.furnitures_section,
.projects_section {
  background-color: #fff;
}

.contact_subtext {
  color: #fff;
}
/* ================================================================== */
/* BARRA PIE DE PAGINA */
/* ================================================================== */
.copyright_section {
  background-color: #0f172a; /* Azul oscuro corporativo */
  padding: 15px 0;
  font-size: 14px;
  color: #cbd5e1;
}

.copyright_section p {
  margin: 0;
  font-weight: 400;
}

.copyright_section a {
  color: #38bdf8; /* Azul acento */
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright_section a:hover {
  color: #0ea5e9;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .copyright_section .container {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* ================================================================== */
/* FOOTER */
/* ================================================================== */

.footer_links {
  padding-left: 0;
}

.footer_links li {
  margin-bottom: 8px;
}

.footer_links a {
  color: #ffffff;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer_links a:hover {
  color: #e73b3c;
  text-decoration: none;
}

.footer_contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_contact_list li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #ffffff;
}

.footer_contact_list a {
  color: #e73b3c;
  text-decoration: none;
  font-weight: 500;
}
.footer_contact_list a:hover {
  color: #c16364;
}

.footer_contact_list a:hover {
  text-decoration: underline;
}

/* ================================================================== */
/* PAGINA DE SERVICIOS / SERVICIOS */
/* ================================================================== */
/* ====== SECCIÓN GENERAL ====== */
.services_detail_section {
  background-color: #f7f7f7;
}

.service_detail_box {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px;
  margin-bottom: 60px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.service_detail_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* ====== IMÁGENES ====== */
.service_img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* ====== TEXTOS ====== */
.service_title {
  font-size: 34px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.service_text {
  font-size: 17px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 30px;
}

/* ====== BOTÓN ====== */
.btn_cotizar {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(90deg, #ec393c, #b71c1c);
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn_cotizar:hover {
  background: linear-gradient(90deg, #b71c1c, #ec393c);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(236, 57, 60, 0.4);
  color: #ffffff;
}

/* ====== CINTILLA DE BENEFICIOS ====== */
.service_benefits {
  margin-top: 40px;
  padding: 22px 30px;
  background: linear-gradient(90deg, #ec393c, #9c1c1f);
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(236, 57, 60, 0.35);
}

.benefit_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.benefit_item i {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 991px) {
  .service_detail_box {
    padding: 35px 25px;
  }

  .service_title {
    font-size: 28px;
  }

  .service_text {
    font-size: 16px;
  }

  .service_benefits {
    justify-content: center;
    text-align: center;
  }

  .benefit_item {
    width: 48%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .benefit_item {
    width: 100%;
  }
}
/* ================================================================== */
/* BANNER PARA LAS PAGINAS DE SERVICIOS, PRODUCTOS, NOSOTROS Y CONTACTO */
/* ================================================================== */
.banner_servicios {
  background: url("../images/banners/servicios.png") center center / cover
    no-repeat;
}
.banner_productos {
  background: url("../images/banners/productos.png") center center / cover
    no-repeat;
}
.banner_nosotros {
  background: url("../images/banners/nosotros.png") center center / cover
    no-repeat;
}
.banner_contacto {
  background: url("../images/banners/productos.png") center center / cover
    no-repeat;
}
/* ================================================================== */
/* PAGINA DE PRODUCTOS */
/* ================================================================== */

.banner_banner {
  position: relative;
  width: 100%;
  height: 380px;
  /* background: url("../images/banners/productos.png") center center / cover
    no-repeat; */
  display: flex;
  align-items: center;
}

.banner_banner_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.35)
  );
}

.banner_banner_content {
  position: relative;
  max-width: 650px;
  color: #fff;
}

.banner_banner_content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.banner_banner_content p {
  font-size: 18px;
  line-height: 1.6;
  color: #f1f1f1;
}

/* Responsive */
@media (max-width: 768px) {
  .banner_banner {
    height: 280px;
  }

  .banner_banner_content h1 {
    font-size: 34px;
  }

  .banner_banner_content p {
    font-size: 16px;
  }
}

/* ////////////////////////////// */
.catalog_category {
  margin-bottom: 80px;
}

.catalog_title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.catalog_desc {
  color: #666;
  margin-bottom: 40px;
  max-width: 700px;
}

.product_card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.product_card img {
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 20px;
}

.product_card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product_card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

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

.btn_cotizar_sm {
  display: inline-block;
  padding: 10px 22px;
  background: #ec393c;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn_cotizar_sm:hover {
  background: #b92a2c;
}

/* ================================================================== */
/* COTIZAR AHORA */
/* ================================================================== */
.contact-form {
  margin-top: 20px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-input,
.contact-select,
.contact-textarea {
  width: 100%;
  height: 50px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  background-color: #fff;
}

.contact-textarea {
  height: auto;
  resize: none;
}

.contact-select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  appearance: auto;
}

.contact-btn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 6px;
  background-color: #ff5a00; /* ajusta al color de marca */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #e24f00;
}
.contact_section,
.contact-form {
  overflow: visible;
}
.contact-form,
.contact_section,
.mail_sectin,
.col-md-6 {
  overflow: visible !important;
}
/* =================================================================================================== */
/* PARA SCROLL  */
/* =================================================================================================== */

#puertas,
#ventanas,
#marcos,
#cerraduras,
#proyectos_a_medida,
#instalacion_profesional {
  scroll-margin-top: 100px; /* 90px del menú + un poco de aire */
}

/* ================================================================== */
/* NOSOTROS */
/* ================================================================== */
/* ================================
   SECCIÓN ABOUT – MISIÓN / VISIÓN
================================ */

.about_section {
  background: linear-gradient(
    270deg,
    rgb(236, 57, 60) 0%,
    rgb(177, 18, 23) 50%,
    rgb(122, 12, 16) 100%
  );
  color: #ffffff;
}

/* Tarjetas */
.about-box-valores {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  height: 100%;
}
.about-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  height: 100%;
}

/* Hover elegante */
.about-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35);
}

/* Títulos */
.about-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #b11217; /* rojo oscuro */
  margin-bottom: 15px;
  position: relative;
}

/* Línea decorativa bajo título */
.about-subtitle::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ec393c;
  margin-top: 8px;
  border-radius: 3px;
}

/* Texto */
.about-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
}

/* Lista de valores */
.about-values {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-values li {
  font-size: 15px;
  color: #333333;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

/* Icono tipo check */
.about-values li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ec393c;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .about-box {
    padding: 25px 20px;
  }

  .about-subtitle {
    font-size: 20px;
  }
}

/* ================================
   VALORES COMO TAGS
================================ */

.about-values-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.about-values-tags span {
  background: linear-gradient(135deg, #ec393c, #b11217);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

/* Hover elegante */
.about-values-tags span:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  background: linear-gradient(135deg, #ff4b4e, #c4161a);
}

/* Responsive */
@media (max-width: 768px) {
  .about-values-tags span {
    font-size: 13px;
    padding: 7px 12px;
  }
}

/* SECCION IMAGENES DE LAS INSTALACIONES */
.instalaciones_section {
  background: #f8f9fa;
}

.section-title {
  font-weight: 700;
  font-size: 32px;
}

.section-subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.instalacion-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.instalacion-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.instalacion-card h4 {
  margin: 15px 0 5px;
  font-weight: 600;
}

.instalacion-card p {
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666;
}

.instalacion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ================================================================== */
/* BOTON WHATSAPP */
/* ================================================================== */
.whatsapp-windoor {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #1f1f1f; /* negro arquitectónico */
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: all 0.3s ease;
}

.whatsapp-windoor i {
  font-size: 28px;
  color: #25d366;
}

.whatsapp-windoor span {
  font-size: 14px;
  line-height: 1.1;
}

.whatsapp-windoor strong {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.whatsapp-windoor:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  background: #ec393c; /* rojo Windoor */
}

.whatsapp-windoor:hover i {
  color: #ffffff;
}
@media (max-width: 576px) {
  .whatsapp-windoor {
    bottom: 20px;
    right: 20px;
    padding: 12px 14px;
  }

  .whatsapp-windoor span {
    font-size: 13px;
  }
}

/* ================================================================== */
/* DETALLE PAGINAS DE PRODUCTOS */
/* ================================================================== */
.product-hero {
  position: relative;
  padding: 160px 0 120px;
  color: #fff;
  background: url("../images/banners/puertas-exteriores.jpg") center/cover
    no-repeat;
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.product-hero .container {
  position: relative;
  z-index: 2;
}

.product-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-hero p {
  font-size: 1.2rem;
  max-width: 820px;
  margin: 0 auto;
  opacity: 0.95;
}
.product-description,
.product-features,
.product-models,
.product-specs {
  padding: 90px 0;
}

.product-description p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.product-features {
  background: #f7f7f7;
}

.product-features h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #b11217;
}

.product-features ul {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  padding: 0;
  list-style: none;
}

.product-features li {
  background: #fff;
  padding: 18px 22px;
  border-left: 4px solid #ec393c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  color: #333;
}

.product-models h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #111;
}

.product_card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.product_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* .product_card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
} */

.product_card h3 {
  font-size: 1.25rem;
  margin: 20px 15px 10px;
  color: #111;
  font-weight: 600;
}

.product_card p {
  font-size: 0.95rem;
  color: #555;
  padding: 0 18px;
  min-height: 60px;
}
.btn_cotizar_sm {
  display: inline-block;
  margin: 18px auto 25px;
  padding: 10px 26px;
  background: #ec393c;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.btn_cotizar_sm:hover {
  background: #b11217;
  color: #fff;
  transform: scale(1.05);
}
.product-specs {
  background: linear-gradient(135deg, #1a1a1a, #2b2b2b);
  color: #fff;
}

.product-specs h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.2rem;
}

.product-specs p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.product-specs ul {
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.product-specs li {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1rem;
}
.product-cta {
  padding: 90px 0;
  background: linear-gradient(270deg, #ec393c, #7a0c10);
  color: #fff;
}

.product-cta h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: 700;
}

.product-cta .service-btn {
  background: #fff;
  color: #b11217;
  padding: 14px 40px;
  border-radius: 40px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.product-cta .service-btn:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 768px) {
  .product-hero h1 {
    font-size: 2.2rem;
  }

  .product-hero p {
    font-size: 1rem;
  }

  .product_card img {
    height: 200px;
  }
}

/* ================================================================== */
/* PAGINAS INDIVIDUALES */
/* ================================================================== */

/* Banner Principal */
.hero-puertas {
  background: url("../images/banners/banner-puertas-bg.png") no-repeat center
    center; /* Cambio aquí */
  background-size: cover;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}
.hero-puertas .hero-content .titulo {
  color: white;
}
.hero-puertas .hero-content .descripcion {
  color: white;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(82, 1, 1, 0.4), rgba(0, 0, 0, 0.4));
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* Tarjetas de Producto */
.producto-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.badge-categoria {
  background-color: var(--rojo-primario);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.titulo-puerta {
  color: var(--rojo-oscuro);
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 5px solid var(--rojo-primario);
  padding-left: 15px;
}

/* Especificaciones */
.lista-especificaciones {
  list-style: none;
  padding: 0;
}

.lista-especificaciones li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  color: var(--gris-oscuro);
}

.lista-especificaciones li strong {
  color: var(--rojo-oscuro);
}

/* Imágenes */
.img-principal {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-height: 500px;
}

.thumb-galeria {
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
  border: 2px solid transparent;
}

.thumb-galeria:hover {
  opacity: 0.8;
  border-color: var(--rojo-primario);
}

.divisor-rojo {
  border-top: 3px solid var(--rojo-primario);
  width: 80px;
  margin: 50px auto;
  opacity: 1;
}

.thumb-galeria {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumb-galeria:hover {
  transform: scale(1.05);
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
}

.btn-cotizar {
  display: inline-block;
  background-color: var(--rojo-primario); /* amarillo marca */
  color: #1a1a1a;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-cotizar:hover {
  background-color: var(--rojo-oscuro);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

/* PAGINA VENTANAS */
/* =====================================================
   HERO VENTANAS
===================================================== */
.hero-ventanas {
  /* position: relative; */
  background: url("../images/banners/hero_ventanas.jpg") no-repeat center center;
  background-size: cover;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}
.hero-ventanas .hero-content .titulo {
  color: white;
  text-align: left;
}
.hero-ventanas .hero-content .descripcion {
  color: white;
  text-align: left;
}

.hero-ventanas .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(82, 1, 1, 0.4), rgba(0, 0, 0, 0.4));
}

.hero-ventanas .hero-content {
  position: relative;
  z-index: 2;
}

.hero-ventanas h1 {
  letter-spacing: 1px;
}

.hero-ventanas p {
  font-size: 1.15rem;
  opacity: 0.95;
}

.modelo-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modelo-card .btn-cotizar {
  margin-top: auto;
}
.modelo-card .text-center {
  margin-top: auto;
  padding-top: 2rem;
}

.modelo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.modelo-card {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}
/* =====================================================
   SECCIONES GENERALES
===================================================== */
section {
  position: relative;
}

.section-light {
  background-color: var(--color-gris);
}

.section-dark {
  background-color: var(--color-oscuro);
  color: #fff;
}

/* =====================================================
   INTRO
===================================================== */
.ventanas-intro h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.ventanas-intro p {
  color: var(--color-texto);
  font-size: 1rem;
}

/* =====================================================
   LISTAS TÉCNICAS
===================================================== */
.lista-especificaciones {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.lista-especificaciones li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 0.95rem;
}

/* .lista-especificaciones li::before {
  content: "▪";
  color: var(--color-primario);
  position: absolute;
  left: 0;
} */

/* =====================================================
   SUBTÍTULOS
===================================================== */
.subtitulo {
  font-weight: 700;
  margin-bottom: 15px;
  border-left: 4px solid var(--color-primario);
  padding-left: 10px;
}

/* =====================================================
   MODELOS DE VENTANAS
===================================================== */
.ventanas-modelos .section-header h2 {
  font-weight: 700;
}

.ventanas-modelos .section-header p {
  color: #666;
}

.modelo-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.modelo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.modelo-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-oscuro);
}

.modelo-card p {
  font-size: 0.95rem;
  color: #555;
}

/* =====================================================
   CANCELes Y PUERTAS BATIENTES
===================================================== */
.ventanas-canceles h2 {
  font-weight: 700;
}

.ventanas-canceles .lista-especificaciones {
  max-width: 750px;
  margin: 0 auto;
  list-style: none !important;
  /* padding-left: 0;
  margin: 0; */
}

.ventanas-canceles .lista-especificaciones li {
  color: #292929;
}

/* =====================================================
   BOTÓN COTIZAR
===================================================== */
.btn-cotizar {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--color-primario);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.btn-cotizar:hover {
  background-color: #8f0000;
  transform: translateY(-2px);
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
  .hero-ventanas {
    min-height: 50vh;
  }

  .hero-ventanas h1 {
    font-size: 2.2rem;
  }

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

/* =====================================================
PAGINA MARCOS
===================================================== */
.hero-marcos {
  /* position: relative; */
  background: url("../images/banners/marcos_intro.png") no-repeat center center;
  background-size: cover;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}

.hero-marcos .hero-content .titulo {
  color: white;
  text-align: left;
}
.hero-marcos .hero-content .descripcion {
  color: white;
  text-align: left;
}

/* BOTON SUBMIT FORM */
.send_bt_1 button {
  background: linear-gradient(135deg, #000000, #000000);
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Hover */
.send_bt_1 button:hover {
  background: linear-gradient(135deg, #f80000, #f80000);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Click */
.send_bt_1 button:active {
  transform: scale(0.97);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Full width en móvil */
@media (max-width: 576px) {
  .send_bt_1 button {
    width: 100%;
  }
}

/* =====================================================
   REDES SOCIALES
===================================================== */
.social-bar {
  background: var(--gris-claro);
  padding: 15px 0;
  border-bottom: 3px solid var(--rojo-primario);
}

.social-title {
  font-weight: 600;
  color: var(--gris-oscuro);
  margin: 0;
  font-size: 2rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 992px) {
  .social-icons {
    justify-content: flex-end;
  }
}

.social-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Colores por red */
.social-icon.facebook {
  background: #1877f2;
}

.social-icon.tiktok {
  background: #000000;
}

.social-icon.instagram {
  background: #e4405f;
}

.social-icon.linkedin {
  background: #0077b5;
}

.social-icon.x {
  background: #111111;
}

/* Hover */
.social-icon:hover {
  transform: translateY(-3px);
  background: var(--rojo-primario);
}

.btn_llamar_nav {
  /* background: #ec393c; */
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn_llamar_nav i {
  font-size: 16px;
}

.btn_llamar_nav:hover {
  background: rgb(233, 34, 70);
  color: #ffffff;
}
