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


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

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');

@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 ---------------------------------------------------------------------*/

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

html {
    scroll-behavior: smooth;
}

body {
   font-family: 'Work Sans', sans-serif !important;
  font-weight: 300; /* más liviano */
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
}
body, h1, h2, h3, h4, h5, h6, p, a {
   font-family: 'Work Sans', sans-serif !important;
}



/* body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Inter','Poppins', sans-serif;
} */

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%;
    width: 100px;
}

 :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 {
    float: left;
    width: 100%;
}

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

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/weke/inicio/start\ 2.jpg);
    height: auto;
    background-size: cover;
    padding: 0px 0px 0px 0px;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 5px 0px;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}

.menu_main ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.menu_main li {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu_main li a {
    color: #1a1a1a; /* mejor que negro puro */
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
}

.menu_main li a:hover {
    background-color: #2b2278;
    color: #fff; /* blanco al pasar el mouse para que contraste */
}


/* .menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
   color: #000;
    border-radius: 40px;
}

.menu_main li a {
   color: #000;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu_main li a:hover {
   color: #000;
    background-color: #2b2278;
} */

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

/* .header_main {
    width: 100%;
    background-image: url(../images/weke/inicio/start.png);
    background-size: 100%;
    padding: 10px 0px 0px 0px;
} */

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 305px;
}

/* .banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
   
} */

.banner_taital {
   font-family: 'Work Sans', sans-serif !important;
    font-weight: 300px;
    font-size: 70px; 
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 8, 0.933);
}


.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 20px;
    color: #000000;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.933);
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

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

/* banner section end */

/* services section */
.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.services_taital {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.services_text {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 90px;
}

.services_img {
    width: 100%;
    float: left;
    border-radius: 12px;
    text-align: center;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}

/* about section */
.about_section {
   padding: 80px 0;
   background-color: #ffffff;
}

.about_taital_main {
   padding: 20px 30px;
}

.about_taital {
   font-size: 36px;
   font-weight: bold;
   color: #2c3e50;
   margin-bottom: 20px;
}

.about_text {
   font-size: 16px;
   line-height: 1.8;
   color: #444444;
   margin-bottom: 20px;
}

.about_img {
   width: 100%;
   max-width: 500px;
   border-radius: 12px;
   margin: 40px auto 0 auto;
   display: block;
}

.readmore_bt {
   width: 100%;
   text-align: center;
   margin-top: 70px;
   margin-bottom: 0px;
}

.readmore_bt a {
   display: inline-block;
   padding: 15px 35px;
   background-color: #000000;
   color: #ffffff;
   border-radius: 50px;
   text-align: center;
   font-weight: bold;
   font-size: 20px;
   font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
   transition: all 0.3s ease;
}

.readmore_bt a:hover {
   background-color: #2b2278;
   color: #ffffff;
   transform: translateY(-2px);
}


/* responsive about */
@media (max-width: 768px) {
  .about_section {
    padding: 60px 30px;
  }

  .about_taital_main {
    padding: 0 20px;
  }

  .about_taital {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .about_text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center; /* texto centrado */
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .about_img {
    max-width: 85%;
    margin: 30px auto 0 auto;
    display: block;
    border-radius: 12px;
  }

  .readmore_bt {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .readmore_bt a {
    /* font-size: 22px;
    padding: 14px 50px; */
    border-radius: 45px;
  }

  /* Asegura columnas apiladas */
  .row.align-items-center,
  .row.flex-lg-row-reverse {
    flex-direction: column !important;
  }

  .col-lg-6 {
    width: 100%;
    padding: 0 25px;
  }
}

/* about section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}

/* choose section end */

/* Productos section start */
   /* === Intro Productos === */
   .intro-productos {
      background-color: #ffffff;
      padding: 60px 0 30px 0;
   }

   .intro-productos h2 {
      font-weight: 600;
      color: #2B2B2B;
      font-size: 2rem;
   }

   .intro-productos p {
      font-size: 1.1rem;
      color: #5A5A5A;
      max-width: 700px;
      margin: 0 auto 30px;
   }

   /* Imagen destacada */
   .imagen-intro {
      max-width: 960px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease-in-out;
   }

   .imagen-intro img {
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: transform 0.4s ease;
   }

   .imagen-intro:hover img {
      transform: scale(1.03);
   }

   /* Responsive */
   @media (max-width: 768px) {
      .intro-productos h2 {
         font-size: 1.5rem;
      }

      .intro-productos p {
         font-size: 1rem;
         padding: 0 20px;
      }

      .imagen-intro {
         border-radius: 12px;
      }
   }


   /* === Tarjetas de Producto === */
   .producto-item {
      padding: 15px;
      display: flex;
   }

   /* Sistema de grilla con Bootstrap */
   .row.posts {
      row-gap: 30px;
      column-gap: 0px;
   }

   /* Tarjeta */
   .featured-item {
      background-color: #ffffff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding: 10px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
   }

   /* Imagen */
   .featured-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      transition: transform 0.3s ease;
   }

   /* Hover */
   .featured-item:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
   }

   .featured-item:hover h4 {
      color: #295F9E;
   }

   /* Texto */
   .featured-item h4 {
      font-size: 1rem;
      margin: 12px 0 4px;
      font-weight: 600;
      color: #2B2B2B;
      transition: color 0.3s;
   }

   .featured-item h6.precio-producto {
      font-size: 0.95rem;
      color: #295F9E;
      font-weight: bold;
      margin-bottom: 0;
   }

   /* === Estilo de Filtros === */
   #filtros-productos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
      padding: 30px 0;
   }

   .btn-filtro {
      background-color: transparent;
      border: none;
      font-weight: 600;
      font-size: 15px;
      color: #2B2B2B;
      padding: 8px 12px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: all 0.3s ease;
   }

   .btn-filtro:hover {
      color: #295F9E;
      border-color: #295F9E;
   }

   .btn-filtro.active {
      color: #295F9E;
      border-color: #295F9E;
   }

   /* === Responsive Filtros === */
   @media screen and (max-width: 768px) {
      #filtros-productos {
         gap: 10px;
         padding: 15px 0;
      }

      .btn-filtro {
         font-size: 14px;
      }
   }

   /* === Modal Producto === */
   .custom-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(43, 43, 43, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
      backdrop-filter: blur(5px);
   }

   .modal-contenido {
      background-color: #fff;
      border-radius: 16px;
      max-width: 480px;
      width: 100%;
      padding: 30px 24px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
      position: relative;
      font-family: 'Poppins', sans-serif;
      animation: modalFadeIn 0.3s ease-out;
      text-align: left;
   }

   @keyframes modalFadeIn {
      from {
         opacity: 0;
         transform: scale(0.95);
      }

      to {
         opacity: 1;
         transform: scale(1);
      }
   }

   .modal-contenido h2 {
      font-size: 1.4rem;
      margin-bottom: 10px;
      color: #2B2B2B;
   }

   .modal-contenido p {
      font-size: 1rem;
      color: #5A5A5A;
      line-height: 1.5;
   }

   /* === Botón cerrar modal === */
   .btn-cerrar {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 36px;
      height: 36px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #777;
      background: none;
      border: none;
      cursor: pointer;
      transition: background-color 0.2s ease, color 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
   }

   .btn-cerrar:hover {
      background-color: #f2f2f2;
      color: #000;
   }

   /* === Sección Cierre Profesional === */
   .seccion-cierre {
      background-color: #F9F9F9;
      padding: 60px 20px 40px;
      margin-top: 40px;
      border-top: 1px solid #e0e0e0;
   }

   .seccion-cierre h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #2B2B2B;
      margin-bottom: 20px;
      font-family: 'Poppins', sans-serif;
   }

   .seccion-cierre p {
      font-size: 1.1rem;
      color: #5A5A5A;
      max-width: 700px;
      margin: 0 auto 30px;
      font-family: 'Poppins', sans-serif;
   }

   .logo-final {
      max-width: 140px;
      height: auto;
      border: 2px solid #2B2B2B;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
   }

   .logo-final:hover {
      transform: scale(1.05);
   }

/* Productos section end */


/* contact section start */

.contact_section {
   width: 100%;
   padding: 60px 15px 90px;
   background: #ffffff;
   position: relative;
   overflow-x: hidden;
}

.contact_taital {

   font-size: 2.5rem;
   margin-bottom: 20px;
   position: relative;
   z-index: 2;
   width: 100%;
   font-size: 40px;
   color: #363636;
   text-align: center;
   font-weight: bold;
}

.contact_subtitle {
   color: #7f8c8d;
   text-align: center;
   font-size: 1.1rem;
   margin-bottom: 50px;
   position: relative;
   z-index: 2;
}

.contact_container {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
   z-index: 2;
}

/* Cuadros de Información y Formulario */
.contact_info,
.contact_form {
   background: #f8f9fa;
   border-radius: 20px;
   padding: 40px;
   border: 1px solid #e0e0e0;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Ítems de contacto */
.info_item {
   display: flex;
   align-items: center;
   margin-bottom: 25px;
   padding: 20px;
   background: #ffffff;
   border-radius: 15px;
   border: 1px solid #ecf0f1;
   transition: all 0.3s ease;
   cursor: pointer;
}

.info_item:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
   border-color: #3498db;
}

.info_icon {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.5rem;
   color: white;
   margin-right: 20px;
}

.info_icon.whatsapp {
   background: linear-gradient(135deg, #25d366, #128c7e);
}

.info_icon.email {
   background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.info_icon.location {
   background: linear-gradient(135deg, #f39c12, #e67e22);
}

/* Texto dentro de info */
.info_details h3 {
   color: #2c3e50;
   font-size: 1.2rem;
   margin-bottom: 5px;
}

.info_details p {
   color: #7f8c8d;
   font-size: 1rem;
   margin: 0;
}

.info_details a {
   color: #3498db;
   text-decoration: none;
}

.info_details a:hover {
   color: #2980b9;
}

/* Formulario */
.form_title {
   font-size: 1.8rem;
   color: #2c3e50;
   margin-bottom: 30px;
   text-align: center;
}

.form-group {
   margin-bottom: 25px;
}

.form-group label {
   display: block;
   color: #34495e;
   margin-bottom: 8px;
   font-weight: 500;
}

.email-bt,
.massage-bt {
   width: 100%;
   padding: 15px 20px;
   border: 1px solid #dfe6e9;
   border-radius: 10px;
   background: #fff;
   font-size: 1rem;
   color: #2c3e50;
   transition: all 0.3s ease;
}

.email-bt:focus,
.massage-bt:focus {
   border-color: #3498db;
   transform: scale(1.02);
   outline: none;
   box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.checkbox-group {
   background: #ffffff;
   border: 1px solid #dfe6e9;
   border-radius: 10px;
   padding: 20px;
}

.checkbox-group-title {
   font-size: 0.9rem;
   color: #7f8c8d;
   margin-bottom: 15px;
}

.checkbox-item {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}

.checkbox-item input[type="checkbox"] {
   width: 16px;
   height: 16px;
   margin-right: 10px;
}

.checkbox-label {
   font-size: 0.95rem;
   color: #2c3e50;
}

.send_btn {
   text-align: center;
   margin-top: 30px;
}

.send_btn button {
   background: linear-gradient(135deg, #3498db, #2980b9);
   color: white;
   padding: 15px 40px;
   font-size: 1.1rem;
   font-weight: 600;
   border: none;
   border-radius: 50px;
   box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
   transition: all 0.3s ease;
   width: 100%;
   max-width: 300px;
}

.send_btn button:hover {
   transform: translateY(-2px);
   background: linear-gradient(135deg, #2980b9, #3498db);
   box-shadow: 0 8px 25px rgba(52, 152, 219, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
   .contact_container {
      grid-template-columns: 1fr;
      gap: 30px;
   }

   .contact_taital {
      font-size: 1.8rem;
      padding: 0 15px;
   }

   .contact_subtitle {
      font-size: 1rem;
      padding: 0 15px;
   }

   .contact_info,
   .contact_form {
      padding: 25px;
      margin: 0 10px;
   }

   .info_icon {
      width: 50px;
      height: 50px;
      font-size: 1.2rem;
   }

   .form_title {
      font-size: 1.5rem;
   }

   .checkbox-label {
      font-size: 0.9rem;
   }
}

/* Accesibilidad móvil */
@media (hover: none) {
   .info_item:hover {
      transform: none;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   }

   .btn-primary:active {
      transform: scale(0.98);
   }
}

@media (max-width: 480px) {
   .contact_container {
      display: flex;
      flex-direction: column;
      gap: 30px;
   }

   .contact_taital {
      font-size: 1.6rem;
      padding: 0 15px;
   }

   .contact_subtitle {
      font-size: 0.95rem;
      padding: 0 15px;
      line-height: 1.4;
   }

   .contact_info,
   .contact_form {
      padding: 20px;
      margin: 0 10px;
      border-radius: 12px;
   }

   .info_item {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px;
   }

   .info_icon {
      width: 48px;
      height: 48px;
      font-size: 1.2rem;
      margin-bottom: 10px;
      margin-right: 0;
   }

   .info_details h3 {
      font-size: 1rem;
      margin-bottom: 4px;
   }

   .info_details p,
   .info_details a {
      font-size: 0.9rem;
      word-break: break-word;
   }

   .form_title {
      font-size: 1.3rem;
   }

   .checkbox-label {
      font-size: 0.9rem;
   }

   .send_btn button {
      font-size: 1rem;
      padding: 12px 30px;
   }

   .map_container iframe {
      height: 200px;
   }

   .map_info p {
      font-size: 0.85rem;
   }
}

/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/weke/inicio/footer.jpg);
    height: auto;
    padding-top: 250px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.footer_section .location_main img,
.footer_section .social_icon img {
   width: 60px;
   height: 60px;
}


.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.social_icon a{
    width: 1px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    padding-top: 10px
}

.call_text a {
    color: #111111;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

/* copyright section start */

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

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

/* copyright section end */

/* boton flotante */

.boton-flotante-filtros {
   position: fixed;
   bottom: 90px;
   right: 25px;
   width: 55px;
   height: 55px;
   background-color: #2b2278;
   color: white;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
   font-size: 22px;
   text-decoration: none;
   z-index: 9999;
   transition: background-color 0.3s ease, transform 0.3s ease;
}

.boton-flotante-filtros:hover {
   background-color: #000d10;
   transform: translateY(-3px);
}
