
:root {
    --primary-gray:#3b3b3c;
    --light-gray:#f4f4f4;
    --accent-red:#b63a44;
  }
  *{box-sizing:border-box;font-family:'Raleway',sans-serif;margin:0;padding:0}
  a{color:inherit;text-decoration:none}
  /* Layout helpers */
  .container{max-width:1100px;margin:0 auto;padding:0 1rem}

  /* Top bar */
    /* 3. Top Bar */
    #topBar {
      background: #6e7174;
      color: #fff;
      font-size: 12px;
      padding: 0.45rem 1rem;
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      margin: 0;
    }
    @media (max-width: 600px) {
      #topBar {
        flex-direction: column;
        gap: 0.4rem;
        text-align: center;
      }
    }

 /* 4. Navigation Bar */
 nav {
  background: var(--primary-gray);
  display: flex;
  align-items: center;
  padding-left: 0;        /* flush background to edge */
  padding-right: 1rem;    /* small right padding for links */
  height: 78px;
  width: 100%;
  margin: 0;
  font-size: 12px !important;
}

/* Logo container: slight left margin, pushes links right */
.navbar-brand {
  margin-left: 1rem;  /* control left spacing of logo */
  margin-right: auto;
}

/* Logo image */
nav img {
  height: 55px;
  display: block;
  margin-left: 20px;
}

/* 5. Nav Links */
nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 0;
  margin-right: 30px;
  transition: color 0.3s ease-in-out;
}
nav a + a {
  margin-left: 2.2rem;   /* consistent gap between each menu item */
}
nav a:hover {
  color: var(--accent-red);
}

/* 6. Icon Outline Hack */
nav a i {
  margin-right: 0.4rem;
  vertical-align: middle;
}

/* Wrapper para dropdown */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.nav-dropdown > a {
  display: inline-block;
  padding: 0.25rem 0;
}

/* Estilo del menú desplegable */
.dropdown-menu {
  position: absolute;
  left: 0;  
  top: 100%;
  background: #fff;
  min-width: 220px;
  z-index: 999;
  padding: 0.5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: none;
}
/* Mostrar en hover */
.nav-dropdown:hover .dropdown-menu {
  display: block;
}

/* Estilo de los subenlaces */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5; /* gris claro */
  min-width: 220px;
  z-index: 999;
  padding: 0.5rem 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease;
  border-radius: 0; /* bordes cuadrados */
}

.dropdown-menu a {
  display: block;
  padding: 1rem 1.2rem; /* más alto */
  color: #222;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 0.5rem; /* más espacio entre enlaces */
}

.dropdown-menu a:hover {
  color: #d72638; /* tu rojo acento */
  background: transparent;
}

.nav-dropdown .parent-link {
  color: #fff;
  margin-right: 30px;
  text-decoration: none;
  
  transition: color 0.3s ease-in-out;
}
.nav-dropdown .parent-link:hover {
  color: var(--accent-red);
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.outlined-icon {
  -webkit-text-fill-color: transparent;
          text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
          text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
          text-stroke-color: currentColor;
}

/* 7. Breadcrumb Bar */
/* index.css */
#breadcrumb {
  background: #7b7b7b!important ;
  padding: 0.35rem 1rem 0.45rem 8rem; /* top-right-bottom-left */
  text-align: left;                  /* ensure it’s left-aligned */
}

/* remove any old margin on the <p> */
#breadcrumb p {
  margin: 0;
}

#topBar > span:nth-child(2){
margin-right: 1550px;

}
#breadcrumb > p{
  font-size: 14px;
}

/* Page-title banner */
.page-title-area {
  width: 100%;
  /* pulls in your downloaded image */
  background: url("background.jpg") center center/cover no-repeat;
  /* controls banner height—tweak as needed */
  padding: 4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Title styling */
.page-title-area h1 {
  margin: 0;
  color: #3b3b3c;      /* dark grey to match reference */
  font-size: 2rem;     /* adjust up/down as you like */
  font-weight: 500;
  text-align: center;
}

  /* Main */
.container {
    max-width: 1600px;
    padding: 20px;
}


.pageTitle,
.intro-text {
  max-width: 850px;
  margin: 0 auto 20px auto;
}

  main{padding:3rem 0}
  h1.pageTitle {
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    max-width: 90%;
}

/* Contenedor */
.social-networks {
    display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0;
  }
  
  /* Botones */
  .social-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s ease;
  }
  
  /* Iconos SVG opcionales */
  .social-btn i {
    display: inline-block;
    margin-right: 6px;
  }
  
  /* Facebook */
  .facebook {
    background-color: #3b5999;
  }
  
  /* Instagram */
  .instagram {
    background-color: #000000;
  }
  
  /* Hover effect */
  .social-btn:hover {
    opacity: 0.85;
  }
  

.clearBoth, .clearer {
    clear: both;
    height: 5px;
}


  .tags{display:flex;gap:1rem;margin-bottom:1.5rem}
  .tag{color:#fff;padding:.4rem .9rem;border-radius:4px;font-size:.9rem}
  .tag.fb{background:#3b5999}.tag.ig{background:#000}
  main p{margin-bottom:2rem;line-height:1.6}

  p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 16px;
}

  /* Form */
  .ant-form {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 800px;

}


input:required + label::before,
select:required + label::before,
textarea:required + label::before {
  content: '* ';
  color: red;
  margin-right: 4px;
}

.form-container {
    max-width: 680px;
    margin: 0 auto;
    
  }

.ant-form-item {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    transition: margin-bottom .3s linear 17ms;
    vertical-align: top;
}

.ant-row, .ant-row:after, .ant-row:before {
    display: flex
;
}

.ant-row {
    flex-flow: row wrap;
}

.ant-form-horizontal .ant-form-item-label {
    flex-grow: 0;
}

.ant-form-item-label {
    display: inline-block;
    flex-grow: 0;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 16px; /* separa label de input */
    text-align: left; 
}

.ant-col {
    max-width: 100%;
    min-height: 1px;
    position: relative;
}

.ant-layout, .ant-layout * {
    box-sizing: border-box;
}

.ant-form-item {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    transition: margin-bottom .3s linear 17ms;
    vertical-align: top;
}

.ant-form-item-control {
    display: flex
;
    flex-direction: column;
    flex-grow: 1;
}

.ant-form-item-control-input {
    align-items: center;
    display: flex
;
    min-height: 32px;
    position: relative;
}

.ant-layout, .ant-layout * {
    box-sizing: border-box;
}

.ant-form-item-label {
    display: inline-block;
    flex-grow: 0;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}

.ant-form-item-label>label {
    align-items: center;
    color: rgba(0, 0, 0, .85);
    display: flex
;
    font-size: 14px;
    height: auto;
    max-width: 100%;
    position: relative;
}

.ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

.ant-layout, .ant-layout * {
    box-sizing: border-box;
}

.ant-input {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    min-width: 0;
    padding: 4px 11px;
    position: relative;
    transition: all .3s;
    width: 100%;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    position: relative;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 32px;
    padding: 0 11px;
    width: 100%;
}

.ant-select-single .ant-select-selector {
    display: flex
;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    bottom: 0;
    left: 11px;
    position: absolute;
    right: 11px;
    top: 0;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}

.ant-btn {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --antd-wave-shadow-color: #1890ff;
    --scroll-bar: 0;
    font-family: Raleway, sans-serif !important;
    font-feature-settings: "tnum";
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    min-height: 32px;
    position: relative;
  
    /* Puedes añadir estilos extra para mejorar usabilidad visual */
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 4px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .ant-btn:hover {
    background-color: #e6f7ff;
    border-color: #1890ff;
    color: #1890ff;
  }
  

element.style {
    opacity: 0;
}
/*
  form{display:grid;gap:1.5rem}
  .grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
  label{display:block;margin-bottom:.3rem;font-weight:500;color:var(--primary-gray)}
  input,select{width:100%;padding:.5rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem}
  .phone-wrapper{display:flex}
  .phone-wrapper select{width:90px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}
  .phone-wrapper input{border-top-left-radius:0;border-bottom-left-radius:0}
  .checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem}
  button{background:var(--primary-gray);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:4px;font-size:1rem;cursor:pointer}
  button:hover{background:var(--accent-red)}
*/

.ppInfo {
    padding-left: 10px;
    margin-top: 20px;
  }

.politica-de-privacidad {color: red;}

  /* Privacy list */
  ul.ppInfo{margin-top:1rem;font-size:.85rem;list-style:disc;padding-left:1.2rem;line-height:1.5}

  /* Footer */
  .footer {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --antd-wave-shadow-color: #1890ff;
    --scroll-bar: 0;
    font-feature-settings: "tnum";
    font-variant: tabular-nums;
    line-height: 1.5715;
    color: #ffffff;
    font-family: Raleway, sans-serif !important;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #707070;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 40px;
  }
  
  .footer-column {
    flex: 1 1 200px;
    margin-bottom: 30px;
  }
  
  .footer-column h3 {
    margin-bottom: 12px;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 8px;
  }
  
  .footer-column ul li a {
    color: #dcdcdc;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer-column ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      padding: 0 20px;
    }
  
    .footer-column {
      flex: 1 1 100%;
      margin-bottom: 20px;
    }
  }
  
  

  @media(max-width:600px){#topBar{flex-direction:column;gap:.3rem;text-align:center}}