/*--------------------------------------------------------------------- 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/Verdana-Black.ttf");
    src: url("../fonts/Poppins.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 ---------------------------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .2rem rgba(255, 255, 255, .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 {
    display: flex;
    width: 100%;
}

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

.padding_0 {
    padding: 0px;
}

.logo {
    width: 20%;
    display: flex;
}

/* ===== NUEVO HERO PROFESIONAL ===== */

.header_section {
    background: #0f172a; /* azul oscuro elegante */
    padding: 140px 0 120px 0;
    position: relative;
}

.banner_section {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 16px;
    padding: 80px;
}
.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 11px;              /* 🔥 más profesional */
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0 14px;              /* menos separación exagerada */
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    transform: scale(1.08);  /* pequeño zoom */
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255,255,255,0.6); /* resplandor leve */
}
/* Línea animada debajo */
.navbar-expand-lg .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #2563eb; /* azul eléctrico */
    transition: width 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.search_menu {
    display: flex;
}

.search_menu ul {
    margin: 0px;
    padding: 0px;
}

.search_menu li {
  display: flex;
    padding: 0px 25px;
}

.search_section li a {
    color: #000;
}

.banner_section {
    width: 100%;
    display: flex;
    padding-bottom: 40px;
}

.banner_taital {
    width: 100%;
    display: flex;
    font-size: 50px;
    color: #f1f0f0;
    font-weight: bold;
    line-height: 70px;
}

.banner_text {
    width: 100%;
   display: flex;
    font-size: 16px;
    color: #f1f0f0;
    margin-left: 0px;
}

.taital_main {
    padding-left: 95px;
}

.btn_main {
    width: 100%;
    display: flex;
}

.more_bt {
    width: 170px;
    display: flex;
}

.more_bt a {
    width: 100%;
   display: flex;
    font-size: 18px;
    color: #ffffff;
    background-color: #16a1c9;
    text-align: center;
    padding: 10px 0px;
}
/* ===== BOTONES TEXTO ELEGANTES ===== */

.more_bt a,
.contact_bt a,
.contact_bt_1 a,
.shop_bt a {

    background: none !important;
    border: none !important;
    box-shadow: none !important;

    padding: 0;
    font-size: 13px;          /* 🔥 más fino */
    font-weight: 500;         /* menos pesado */
    letter-spacing: 1.5px;    /* más elegante */
    text-transform: uppercase;
    color: #cab810 !important;

    position: relative;
    transition: all 0.3s ease;
}

/* Glow suave */
.more_bt a:hover,
.contact_bt a:hover,
.contact_bt_1 a:hover,
.shop_bt a:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
}

/* Línea azul más pegada */
.more_bt a::after,
.contact_bt a::after,
.contact_bt_1 a::after,
.shop_bt a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;     /* 🔥 ahora casi pegada */
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.more_bt a:hover::after,
.contact_bt a:hover::after,
.contact_bt_1 a:hover::after,
.shop_bt a:hover::after {
    width: 100%;
}
.contact_bt {
    width: 170px;
   display: flex;
    margin-left: 15px;
}

.contact_bt a {
    width: 100%;
    display: flex;
    font-size: 18px;
    color: #141313;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
}

.contact_bt a:hover {
    color: #f1f0f0;
    background-color: #16a1c9;
}

.image_1 {
    width: 90%;
    display: flex;
    text-align: center;
}

.image_2 {
    width: 30%;
    display: flex;
    position: relative;
    left: -60px;
}

.play_icon {
    width: 100%;
    display: flex;
    text-align: center;
}

.one_text {
    font-size: 22px;
    color: #ffffff;
}

.one_text::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 3px;
    width: 70px;
    margin: 0 auto;
    left: 20px;
    right: 0;
    text-align: center;
    top: 86px;
}

.one_text_1 {
    font-size: 22px;
    color: #ffffff;
}

.one_text_1::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 3px;
    width: 70px;
    margin: 0 auto;
    left: 20px;
    right: 0;
    text-align: center;
    top: 86px;
}

.carousel-control-prev-icon {
    background: transparent;
}

.carousel-control-next-icon {
    background: transparent;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev {
    left: 0px;
    top: -600px;
}

.carousel-control-next {
    right: 520px;
    top: 410px;
}

.sales_section {
    width: 100%;
 
    padding-bottom: 90px;
}

.sales_box {
    width: 100%;
   display: flex;
    background-image: linear-gradient(to right, #060169, #040485, #0404b7,#060650); /* Ajusta los colores */
    height: auto;
    padding: 20px 20px 39px 20px;
}

.left_main {
    width: 50%;
    display: flex;
}

.best_taital {
    width: 100%;
   display: flex;
    color: #fefdfd;
    font-size: 26px;
    font-weight: bold;
}

.best_text {
    width: 100%;
    display: flex;
    color: #fefdfd;
    font-size: 16px;
    margin: 0px;
}

.contact_bt_1 {
    width: 140px;
    display: flex;
    margin-top: 20px;
}

.contact_bt_1 a {
    width: 100%;
    display: flex;
    font-size: 18px;
    color:#2e0433;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}

.contact_bt_1 a:hover {
    color: #f1f0f0;
    background-color: #16a1c9;
}

.sales_box_1 {
    width: 100%;
    display: flex;
    background-image: linear-gradient(to right,  #060169, #040485, #0404b7,#060650); /* Ajusta los colores */
    height: auto;
    height: auto;
    padding: 20px;
}

.image_3 {
    width: 100%;
    display: flex;
    padding-top: 40px;
}

.shop_bt {
    width: 140px;
  display: flex;
    margin-top: 20px;
}

.shop_bt a {
    width: 100%;
  display: flex;
    font-size: 18px;
    color:#2e0433;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}

.shop_bt a:hover {
    color: #f1f0f0;
    background-color: #16a1c9;
}

.category_section {
    width: 100%;
    display: flex;
    background-color: #000a59;
    height: auto;
    padding: 10px 0px;
}

.category_menu {
    width: 100%;
    display: flex;
}

.category_menu ul {
    margin: 0px;
    padding: 0px;
}

/* ===== SUBMENU MODERNO SIN FONDO BLANCO ===== */

.category_section {
    background: linear-gradient(90deg, #0f172a, #111827);
    padding: 20px 0;
}



.category_menu li {
    list-style: none;
}

.category_menu a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

/* 🔥 Zoom + Glow */
.category_menu a:hover {
    transform: scale(1.08);
    text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

/* Línea animada debajo */
.category_menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.category_menu a:hover::after {
    width: 100%;
}


/* ===== SUBMENÚ LIMPIO Y ALINEADO ===== */

.category_section {
    background: linear-gradient(90deg, #0f172a, #111827);
    padding: 18px 0;
}

.category_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; /* separación limpia */
    flex-wrap: nowrap; /* evita salto raro */
}

.category_menu li {
    list-style: none;
}

.category_menu a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 6px 0; /* solo vertical */
    white-space: nowrap; /* evita que se parta */
    transition: all 0.3s ease;
}

/* Hover elegante */
.category_menu a:hover {
    transform: scale(1.08);
    text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

/* Línea azul animada */
.category_menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.category_menu a:hover::after {
    width: 100%;
}

.category_section_2 {
    width: 100%;
   
    padding-top: 40px;
    background-color: #fafafa;
    padding-bottom: 45px;
}

.new_box {
    width: 100%;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
}

.new_text {
    width: 100px;
    display: flex;
    font-size: 20px;
    color: #ffffff;
    background-color: #000a59;
    text-align: center;
    padding: 6px 20px;
    text-transform: uppercase;
}

.new_text a {
    color: #ffffff;
}

.image_5 {
    width: 100%;
    display: flex;
    text-align: center;
    min-height: 210px;
    padding-top: 30px;
}

.new_box_1 {
    width: 100%;
    display: flex;
    padding: 10px 10px 10px 10px;
    background-color: #16a1c9;
}

.box_left {
    width: 50%;
   display: flex;
}

.led_text {
    width: 100%;
    display: flex;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
}

.buy_text {
    width: 100%;
   display: flex;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 13px;
    text-align: right;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 30px;
    top: 35%;
}

#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #464646;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 3px;
}

.padding_top_10 {
    padding-top: 0px;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 30px;
    top: 35%;
    background-color: #464646;
}

#main_slider .carousel-control-prev {
    width: 65px;
    height: 65px;
    background: #16a1c9;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 3px;
}

#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: #16a1c9;
    color: #000;
}

.about_section {
    width: 100%;
    
    padding-bottom: 90px;
}

.image_9 {
    width: 100%;
   display: flex;
    padding-top: 50px;
}


.about_taital {
    width: 100%;
    display: flex;
    font-size: 40px;
    color: #0f0e0e;
}

.about_text {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #0f0e0e;
    margin: 0px;
}

.read_bt {
    width: 150px;
   display: flex;
    margin-top: 30px;
}



.read_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.products_section {
    width: 100%;
   
    background-image: url(../images/products-bg.png);
    height: auto;
    background-size: 100%;
    padding: 40px 0px;
    margin-bottom: 90px;
}

.product_taital {
    width: 100%;
    display: flex;
    font-size: 30px;
    color: #ffffff;
}

.products_main {
    padding-left: 100px;
}

.product_text {
    width: 100%;
    display: flex;
    font-size: 70px;
    color: #ffffff;
}

.shop_bt_1 {
    width: 150px;
    display: flex;
    margin-top: 30px;
}

.shop_bt_1 a {
    width: 100%;
   display: flex;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 9px 0px;
}

.shop_bt_1 a:hover {
    color: #252525;
    background-color: #ffffff;
}

.images_main {
    width: 100%;
    display: flex;
    display: flex;
}

.image_10 {
    width: 100%;
   display: flex;
    padding-top: 30px;
}

.watch_section {
    width: 100%;
   display: flex;
    background-color: #fafafa;
    height: auto;
    padding-bottom: 90px;
}

.watch_taital {
    width: 100%;
    display: flex;
    font-size: 40px;
    color: #0f0e0e;
    padding-top: 70px;
}

.watch_text {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #0f0e0e;
    margin: 0px;
    padding-top: 30px;
}

.read_bt_1 {
    width: 150px;
    display: flex;
    margin-top: 50px;
}

.read_bt_1 a {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 9px 0px;
}

.read_bt_1 a:hover {
    color: #ffffff;
    background-color: #16a1c9;
}

.client_section {
    width: 100%;
    
    padding-bottom: 100px;
}

.client_taital {
    width: 100%;
   display: flex;
    font-size: 40px;
    color: #0f0e0e;
    font-weight: 500;
}

.client_section_2 {
    width: 100%;
   display: flex;
}

.quote_icon {
    width: 100%;
    display: flex;
}

.sandy_text {
    width: 100%;
    display: flex;
    font-size: 30px;
    color: #1a1a1b;
    padding-top: 30px;
}

.lorem_text {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #161617;
    margin-left: 0px;
}

.footer_section {
    width: 100%;
   
    background-color: #1e1e1e;
    height: auto;
}

.footer_taital {
    width: 100%;
    display: flex;
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
}

.dolor_text {
    width: 90%;
    display: flex;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}

.dolor_text_1 {
    width: 60%;
    display: flex;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}

.enter_text {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #ccc8c8;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 5px 20px;
    border: 0px;
}

.subscribe_bt {
    width: 150px;
    display: flex;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #fefeff;
    background-color: #16a1c9;
    border-radius: 40px;
    padding: 7px 0px;
    text-align: center;
    text-transform: uppercase;
}

.social_icon {
    width: 100%;
    display: flex;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    display: flex;
    padding-left: 10px;
    padding-top: 30px;
}

.footer_logo {
    width: 100%;
  display: flex;
    text-align: center;
    padding-top: 80px;
}

.copyright_section {
    width: 100%;
   display: flex;
    margin-top: 55px;
    text-align: center;
}

.copyright_text {
    width: 100%;
    display: flex;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #7b7b7b;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #878686;
}

.contact_section {
    width: 100%;
   
    padding-bottom: 90px;
}

.touch_taital {
    width: 100%;
    display: flex;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    text-align: center;
}

.contact_section_2 {
    width: 100%;
   display: flex;
    margin-top: 30px;
}

.email_text {
    width: 100%;
    display: flex;
    padding: 20px 20px 20px 20px;
}

.email-bt {
    width: 100%;
    display: flex;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid #909090;
}

.massage-bt {
    width: 100%;
   display: flex;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 40px 15px 8px 15px;
    border: 1px solid #909090;
    height: 120px;
}

.send_btn {
    width: 170px;
    display: flex;
}

.send_btn a {
    width: 100%;
    display: flex;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #16a1c9;
    padding: 10px;
    border-radius: 30px;
}

.map_main {
    width: 100%;
    display: flex;
    padding-top: 20px;
}

.margin_top_90 {
    margin-top: 90px;
}

/* Parte de muestra de productos finalesn indepenidente */
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body { height: 100%; font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color:#222; background:#f5f6f8; }

/* Contenedor principal */
.product-page { padding: 28px 16px; display:flex; justify-content:center; }
.product-wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: start;
}

/* Media (imagen grande + thumbs) */
.product-media { background: #fff; border-radius: 8px; padding:18px; box-shadow: 0 6px 20px rgba(0,0,0,0.06); }
.main-image {
  width: 100%;
  background: #fafafa;
  border-radius: 6px;
  padding: 24px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.main-image img { max-width:100%; height:auto; object-fit:contain; display:block; }

/* Thumbnails */
.thumbs { display:flex; gap:10px; margin-top:12px; }
.thumbs img { width:72px; height:72px; object-fit:cover; border-radius:6px; cursor:pointer; border: 1px solid #eee; transition: box-shadow .18s; }
.thumbs img:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.08); }

/* Tarjeta info derecha */
.product-info {
  background:#fff;
  border-radius:8px;
  padding:20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  position:relative;
}

/* Badges / titulo */
.badge { font-size:13px; color:#0073b1; margin-bottom:8px; }
.title { font-size:20px; line-height:1.2; margin-bottom:10px; font-weight:700; color:#111; }

/* Rating */
.rating { margin-bottom:12px; color:#ffb400; font-weight:600; }
.rating .rating-number { color:#666; font-weight:400; margin-left:6px; font-size:13px; }

/* Price */
.price-box { margin:12px 0 16px; }
.price-amount { display:flex; align-items:baseline; gap:6px; }
.price-amount .currency { font-size:18px; color:#12a05b; font-weight:700; }
.price-amount .amount { font-size:40px; color:#12a05b; font-weight:800; line-height:1; }
.price-box .installments { color:#666; font-size:13px; margin-top:6px; }
.price-box .tax { font-size:12px; color:#888; margin-top:4px; }

/* Botones */
.actions { display:flex; gap:12px; margin:18px 0; }
.buy { flex:1; padding:12px 14px; border-radius:6px; font-weight:700; cursor:pointer; border: none; }
.buy.primary { background:#ffdd00; color:#000; }
.buy.outline { background:transparent; color:#111; border:1px solid #ddd; }

/* Extra info */
.extra-info { border-top:1px solid #f0f0f0; padding-top:12px; margin-top:10px; color:#444; font-size:14px; }
.offers { margin-top:10px; color:#2a9d3a; font-weight:700; }
.cashback { color:#2a9d3a; font-weight:800; }
.cashback .sup { font-size:12px; vertical-align:super; }

/* Meta */
.meta { margin-top:14px; font-size:13px; color:#555; display:flex; gap:18px; flex-wrap:wrap; }

/* Responsive: apilar en móvil */
@media (max-width: 880px) {
  .product-wrapper { grid-template-columns: 1fr; }
  .product-info { order: 2; margin-top: 12px; }
  .product-media { order: 1; }
  .thumbs img { width:56px; height:56px; }
  .price-amount .amount { font-size:34px; }
  .product-page { padding: 18px; }
}
body {
    font-family: Arial, sans-serif;
    background: #f5f6f8;
    margin: 0;
    padding: 0;
}

/* CONTENEDOR PRINCIPAL para descripcion de producto */
.product-details {
    display: grid;
    grid-template-columns: 65% 33%;
    gap: 25px;
}

/* TARJETAS */
.card {
    background: #fff;
    padding: 22px;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    margin-bottom: 20px;
}

.card h2, .card h3, .card h4 {
    margin-bottom: 12px;
    color: #333;
}

/* CARACTERÍSTICAS */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    margin-bottom: 15px;
}

.features-grid .item {
    font-size: 15px;
    color: #444;
}

.icon {
    color: #00a650;
    margin-right: 5px;
    font-size: 18px;
}

.view-more {
    font-size: 14px;
    color: #3483fa;
    text-decoration: none;
}

/* DESCRIPCIÓN */
.card p {
    margin-bottom: 14px;
    line-height: 1.5;
}

/* COLUMNA DERECHA */
.right-column {
    position: sticky;
    top: 20px;
}

/* MEDIOS DE PAGO */
.payment-box img {
    height: 38px;
    margin-right: 10px;
}

.payment-box .mp-logo {
    height: 60px;
    margin: 12px 0;
}

.icons-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 20px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .product-details {
        grid-template-columns: 1fr;
    }

    .right-column {
        position: static;
    }
}
.category_menu ul {
   padding: 10px 0;
}

.category_menu li {
   margin: 0 12px;
}

.category_menu a {
   text-decoration: none;
   color: #fdfdfd;
   font-weight: 500;
}


.card-product {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.image_5 img {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
}

.product-body {
  padding: 10px;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}

.price {
  font-size: 20px;
  font-weight: bold;
  color: #00a650;
}

.not-available {
  color: #d32f2f;
  font-weight: 600;
}

.btn-ver {
  display: block;
  background: #fa3434;
  color: white;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 8px;
}

.btn-ver:hover {
  background: #2968c8;
}
.btn-cart {
    background: linear-gradient(135deg, #16a1c9, #0d6efd);
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

.btn-cart:hover {
    background: linear-gradient(135deg, #0d6efd, #16a1c9);
}
/* ====== MODAL FLOTANTE ====== */
.modal-product {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content-product {
  background: white;
  width: 90%;
  max-width: 1000px;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

/* Diseño del producto dentro del modal */
.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.product-media img {
  width: 100%;
  border-radius: 8px;
}

.thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.thumbs img {
  width: 70px;
  cursor: pointer;
  border-radius: 6px;
}

/* Responsive */
@media(max-width: 768px){
  .product-layout {
    grid-template-columns: 1fr;
  }
}
.close-modal {
  position: fixed;      /* muy importante */
  right: 20px;
  top: 20px;
  background: white;
  border: none;
  font-size: 22px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;   /* 🔥 LO CLAVE PARA TRAERLO AL FRENTE */
}

.close-modal:hover {
  background: #f1f1f1;
}


.cart-sidebar{
  position: fixed;/* QUI VA EL MODAL DEL CARRITO */
  right: -400px;
  top: 0;
  width: 400px;
  height: 100vh;
  background: #f2f2f2;
  box-shadow: -3px 0 10px rgba(0,0,0,.2);
  transition: .4s;
  z-index: 9999;
  padding: 15px;
}

.cart-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}

.close-cart{
  font-size:25px;
  cursor:pointer;
}

.cart-table{
  width:100%;
  margin-top:10px;
}

.cart-table img{
  width:50px;
}

.qty-input{
  width:40px;
  text-align:center;
}

.remove-btn{
  background:black;
  color:white;
  border:none;
  border-radius:50%;
  width:25px;
  height:25px;
  cursor:pointer;
}

.btn-buy{
  width:100%;
  background:black;
  color:white;
  border:none;
  padding:10px;
} 
.navbar {
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.6) !important;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 999;
    background: linear-gradient(90deg, #0f172a, #111827) !important;
}
.navbar .nav-link {
    font-weight: 500;
    letter-spacing: 1px;
}
.header_section {
    margin-top: 0;
    padding-top: 80px; /* altura aproximada del navbar */
}
.navbar-nav {
    gap: 20px;   /* separación limpia entre opciones */
}

.navbar .nav-link:hover {
    color: #16a1c9; /* tu azul */
}
/* Forzar ancho completo en productos */
.category_section_2 .container {
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
    

}
.about_section,
.sales_section,
.client_section,
.contact_section,
.products_section,
.category_section_2 {
    width: 100%;
    display: block;
}
/* ===== SECCIÓN QUIÉNES SOMOS LIMPIA ===== */

.about_box_clean {
    padding: 40px 20px;
}

.about_title {
    font-size: 42px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 25px;
}

.about_text_clean {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
    max-width: 520px;
}

/* Botón tipo menú elegante */
.about_link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2563eb; /* azul fuerte */
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Glow suave */
.about_link a:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

/* Línea animada debajo */
.about_link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.about_link a:hover::after {
    width: 100%;
}

.about_img {
    max-width: 90%;
    height: auto;
}
/* ===== SECCIONES SERVICIOS LIMPIAS ===== */

.about_box_clean {
    padding: 40px 20px;
}

.about_title {
    font-size: 40px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 25px;
}

.about_list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about_list li {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.about_list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

/* Botón tipo menú */
.about_link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2563eb;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about_link a:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

.about_link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.about_link a:hover::after {
    width: 100%;
}

.about_img {
    max-width: 85%;
    height: auto;
}
/* ===== CONTACTO MODERNO ===== */

.contact_form_modern {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_form_modern input,
.contact_form_modern textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact_form_modern input:focus,
.contact_form_modern textarea:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 6px rgba(37,99,235,0.2);
}

/* Botón estilo menú */
.about_link button {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2563eb;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about_link button:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

.about_link button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: width 0.3s ease;
}

.about_link button:hover::after {
    width: 100%;
}

/* Mapa elegante */
.map_box_clean {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map_box_clean iframe {
    width: 100%;
    height: 420px;
    border: 0;
}
/* ===== FOOTER MODERNO ===== */

.footer_modern {
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #cbd5e1;
    padding: 80px 0 40px;
    font-size: 14px;
}

.footer_modern .container {
    max-width: 1200px;
}

.footer_title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer_brand img {
    width: 140px;
    margin-bottom: 15px;
}

.footer_brand p {
    color: #94a3b8;
    font-size: 14px;
}

.footer_links {
    list-style: none;
    padding: 0;
}

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

.footer_links a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
}

.footer_links a:hover {
    color: #2563eb;
}

.footer_text {
    color: #94a3b8;
    line-height: 1.6;
}

.footer_phone {
    margin-bottom: 15px;
    font-weight: 500;
    color: #e2e8f0;
}

/* Botón estilo línea animada */
.footer_button a {
    position: relative;
    color: #2563eb;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.footer_button a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #2563eb;
    transition: 0.3s;
}

.footer_button a:hover::after {
    width: 100%;
}

/* Social */
.footer_social {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.footer_social a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #cbd5e1;
    transition: 0.3s;
}

.footer_social a:hover {
    background: #2563eb;
    color: #fff;
}

/* Línea inferior */
.footer_bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
}
/* ===== CAJA TIPO PORTAFOLIO DEV ===== */

.about_code_box {
    background: #0f172a;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    color: #e2e8f0;
}

.about_title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

/* Caja interna con scroll */
.code_scroll_box {
    background: #111827;
    border-radius: 10px;
    padding: 20px;
    max-height: 260px;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid rgba(255,255,255,0.05);
}

/* Scroll elegante */
.code_scroll_box::-webkit-scrollbar {
    width: 6px;
}

.code_scroll_box::-webkit-scrollbar-track {
    background: transparent;
}

.code_scroll_box::-webkit-scrollbar-thumb {
    background: #2563eb;
    border-radius: 10px;
}

/* Código */
.code_scroll_box pre {
    margin: 0;
    color: #38bdf8;
}

/* Imagen moderna */
.about_img_dev {
    width: 100%;
    max-width: 500px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.about_img_dev:hover {
    transform: scale(1.03);
}