
#slider{
    position:relative;
    height:550px;
    background:#FFFFFF;
}

#container-slider-1,
#container-slider-2,
#container-slider-3,
#container-slider-4,
#container-slider-5{
    height:510px;
}

#container-slider-2,
#container-slider-3,
#container-slider-4,
#container-slider-5{
    display:none;
}


#content-control{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:40px;
    background:#cca259;
}

#container-control{
    height:40px;
    display:flex;
    align-items:center;
}

.cs{
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content: center;
    height:23px;
    width:23px;
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    margin-right:3px;
    border:1px solid #FFFFFF;
    transition:0.1s;
}

.cs:hover{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color:#cca259;
}

.cs-a{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color:#cca259;
}

.cs-a:hover{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color:#cca259;
}

#title-slider{
    font-size:2.3rem;
    margin-top:30px;
    margin-bottom:20px;
    font-weight:600;
    color:#cca259;
}

#text-slider{
    font-size:18px;
    color:#1f2328;
    margin-bottom:20px;
    line-height: 32px !important;
}

.buttons-sl{
    display:flex;
    align-items:center;
    margin-top:30px;
}

.btn-sl{
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:600;
    padding:10px 20px;
    background:#FFFFFF;
    border:1px solid #bc955b;
    border-radius:8px;
    color:#bc955b;
    text-decoration:none;
    cursor:pointer;
    transition:0.1s;
    margin-right:3px;
}

.btn-sl:hover{
    background:#bc955b;
    color:#FFFFFF;
}

#col-img{
    display:flex;
    align-items:center;
    justify-content: right;
}

#img-col{
    height:440px;
    border-radius:5px;
    border:1px solid #d1d9e0;
    transition:0.1s;
}

#img-col:hover{
    border-color:#931d3d;
    cursor:pointer;
}



/* Contenido */

.quick-access {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f7f7f7, #ffffff);
}

.quick-access h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
    color: #222;
    letter-spacing: 0.5px;
}

/* GRID */
.qa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* TARJETAS */
.qa-card {
    position: relative;
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ececec;

    transition: all 0.25s ease;
    overflow: hidden;
}

/* LINEA SUPERIOR */
.qa-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #8a1538;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* ICONO */
.qa-card i {
    font-size: 42px;
    color: #8a1538;
    margin-bottom: 15px;
    transition: transform 0.25s ease;
}

/* T���TULO */
.qa-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* TEXTO */
.qa-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* HOVER */
.qa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.qa-card:hover::before {
    transform: scaleX(1);
}

.qa-card:hover i {
    transform: scale(1.1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .qa-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .qa-grid {
        grid-template-columns: 1fr;
    }

    .quick-access {
        padding: 50px 20px;
    }
}




.about {
    padding: 90px 0;
    background: #ffffff;
}

/* HEADER */
.about-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.about-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.about-header p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* GRID */
.about-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
}

/* ITEM */
.about-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

/* ICONO */
.about-item i {
    font-size: 30px;
    color: #8a1538;
    min-width: 40px;
    margin-top: 5px;
}

/* TITULO */
.about-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* TEXTO */
.about-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.about-item {
    position: relative;
    padding-left: 10px;
}

.about-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 20px;
    background: #8a1538;
    border-radius: 2px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about {
        padding: 60px 20px;
    }
}


/* NUEVO CONTENIDO - SLIDES */

/* 1 */

.pmduoet-slide {
  position: relative;
  height: 510px;
  width: 100%;
  background: url('../images/index/pmduoet-banner.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #fff;
  overflow: hidden;
}

.pmduoet-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(120, 23, 46, 0.95) 0%,
    rgba(120, 23, 46, 0.85) 40%,
    rgba(120, 23, 46, 0.4) 70%,
    rgba(120, 23, 46, 0.1) 100%
  );
}

.pmduoet-content {
  position: relative;
  max-width: 1200px;
  padding: 0 60px;
}

.pmduoet-text {
  max-width: 640px;
}

.pmduoet-badge {
  display: inline-block;
  background: #c9a46c;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pmduoet-text h1 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 18px;
}

.pmduoet-text h1 strong {
  display: block;
  font-weight: 700;
  color: #e6c48a;
}

.pmduoet-text p {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.9);
}

.pmduoet-intro {
  font-weight: 500;
}

.pmduoet-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 22px;
  background: transparent;
  border: 1.5px solid #e6c48a;
  color: #e6c48a;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pmduoet-btn:hover {
  background: #e6c48a;
  color: #78172e;
}

@media (max-width: 768px) {
  .pmduoet-slide {
    height: auto;
    padding: 40px 0;
  }

  .pmduoet-content {
    padding: 0 20px;
  }

  .pmduoet-text h1 {
    font-size: 22px;
  }

  .pmduoet-text p {
    font-size: 13.5px;
  }
}

/* 2 */

.gdm-slide {
  position: relative;
  height: 510px;
  width: 100%;
  background: url('../images/index/inafed.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #fff;
  overflow: hidden;
}

.gdm-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(120, 23, 46, 0.92) 0%,
    rgba(120, 23, 46, 0.82) 45%,
    rgba(120, 23, 46, 0.35) 75%,
    rgba(120, 23, 46, 0.1) 100%
  );
}

.gdm-content {
  position: relative;
  max-width: 1200px;
  padding: 0 60px;
  /*z-index: 2;*/
}

.gdm-text {
  max-width: 620px;
}

.gdm-badge {
  display: inline-block;
  background: #c9a46c;
  color: #fff;
  font-size: 12.5px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.gdm-text h1 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 18px;
}

.gdm-text h1 strong {
  display: block;
  font-weight: 700;
  color: #e6c48a;
}

.gdm-text p {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.92);
}

.gdm-intro {
  font-weight: 500;
}

.gdm-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.gdm-btn-outline {
  padding: 12px 20px;
  border: 1.5px solid #e6c48a;
  color: #e6c48a;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.gdm-btn-outline:hover {
  background: rgba(230,196,138,0.15);
}

.gdm-btn-primary {
  padding: 12px 20px;
  background: #e6c48a;
  color: #78172e;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.gdm-btn-primary:hover {
  background: #d4b179;
}

.gdm-btn-primary,
.gdm-btn-outline {
  position: relative;
  overflow: hidden;
}

.gdm-btn-primary::after,
.gdm-btn-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gdm-btn-primary:hover::after {
  opacity: 0.08;
  background: #000;
}

.gdm-btn-outline:hover::after {
  opacity: 0.05;
  background: #e6c48a;
}

@media (max-width: 992px) {
  .gdm-content {
    padding: 0 40px;
  }

  .gdm-text h1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .gdm-slide {
    height: auto;
    padding: 50px 0;
  }

  .gdm-content {
    padding: 0 20px;
  }

  .gdm-text {
    max-width: 100%;
  }

  .gdm-text h1 {
    font-size: 22px;
  }

  .gdm-text p {
    font-size: 13.5px;
  }

  .gdm-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .gdm-btn-primary,
  .gdm-btn-outline {
    width: 100%;
    text-align: center;
  }
}

.mensaje-proximamente {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  font-weight: 500;
}

.mensaje-proximamente:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
}

