/* ==========================================
   CSS PERSONALIZADO DE IMÁGENES DEL SLIDER
   Archivo generado automáticamente
========================================== */

/* ==========================================
   IMAGEN SLIDER ID: 1
========================================== */

/* CONTENEDOR PRINCIPAL */
.ac-sl-det-contenido {
    width: 100%;
    max-width: 650px;
    padding: 40px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/* TEXTO PEQUEÑO SUPERIOR */
.ac-sl-det-etiqueta {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    padding-left: 22px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* PEQUEÑA LÍNEA ANTES DEL TEXTO */
.ac-sl-det-etiqueta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #e85a18;
    transform: translateY(-50%);
}
/* TÍTULO */
.ac-sl-det-titulo {
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.7);
    font-size: 3.0rem;
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
}
/* PALABRAS NARANJAS */
.ac-sl-det-titulo span {
    color: #f15a24;
}
/* DESCRIPCIÓN */
.ac-sl-det-descripcion {
    max-width: 520px;
    margin: 28px 0 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
/* CONTENEDOR DE BOTONES */
.ac-sl-det-botones {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}
/* BOTÓN PRINCIPAL */
.ac-sl-det-btn-principal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    background: #f15a24;
    color: #ffffff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
/* HOVER BOTÓN PRINCIPAL */
.ac-sl-det-btn-principal:hover {
    background: #d94713;
    color: #ffffff;
    transform: translateY(-2px);
}
/* BOTÓN VER PROYECTOS */
.ac-sl-det-btn-proyectos {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
/* CÍRCULO PLAY */
.ac-sl-det-icono-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    color: #333333;
    font-size: 11px;
    padding-left: 2px;
    transition: all 0.3s ease;
}
/* HOVER PLAY */
.ac-sl-det-btn-proyectos:hover {
    color: #f15a24;
}
.ac-sl-det-btn-proyectos:hover .ac-sl-det-icono-play {
    border-color: #f15a24;
    color: #f15a24;
    transform: scale(1.08);
}
/* =========================================
   RESPONSIVE - TABLET
========================================= */
@media (max-width: 768px) {
    .ac-sl-det-contenido {
        max-width: 550px;
        padding: 30px;
    }
    .ac-sl-det-titulo {
        font-size: 52px;
    }
    .ac-sl-det-descripcion {
        font-size: 14px;
        max-width: 450px;
    }
}
/* =========================================
   RESPONSIVE - CELULAR
========================================= */
@media (max-width: 480px) {
    .ac-sl-det-contenido {
        padding: 20px;
    }
    .ac-sl-det-etiqueta {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
    .ac-sl-det-titulo {
        font-size: 38px;
        letter-spacing: -1px;
    }
    .ac-sl-det-descripcion {
        margin-top: 20px;
        margin-bottom: 22px;
        font-size: 13px;
        line-height: 1.5;
    }
    .ac-sl-det-botones {
        gap: 15px;
    }
    .ac-sl-det-btn-principal {
        min-height: 46px;
        padding: 0 18px;
        font-size: 10px;
    }
    .ac-sl-det-btn-proyectos {
        font-size: 12px;
    }
    .ac-sl-det-icono-play {
        width: 34px;
        height: 34px;
    }
}	
/* === ESTILOS 2DO SLIDER === */
.ac-sl-det-info {
    width: 100%;
    max-width: 750px;
    padding: 45px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/* =========================
   ETIQUETA
========================= */
.ac-sl-det-label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 18px;
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* Línea naranja */
.ac-sl-det-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 3px;
    background: #f15a24;
    transform: translateY(-50%);
}
/* =========================
   TÍTULO
========================= */
.ac-sl-det-title {
    margin: 0 0 22px 0;
    color: #FFF;
    font-size: 3.0rem;
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -3px;
    text-transform: uppercase;
}
/* EDEMIN */
.ac-sl-det-title span {
    color: #fff;
}
/* =========================
   DESCRIPCIÓN
========================= */
.ac-sl-det-description {
    max-width: 650px;
    margin: 0 0 35px 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}
/* =========================
   VALORES
========================= */
.ac-sl-det-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 55px;
    row-gap: 28px;
}
/* =========================
   CADA VALOR
========================= */
.ac-sl-det-value {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
/* =========================
   ICONOS
========================= */
.ac-sl-det-icon {
    flex-shrink: 0;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #f15a24;
    font-size: 23px;
    line-height: 1;
    box-sizing: border-box;
}
/* Icono de seguridad */
.ac-sl-det-icon span {
    font-size: 21px;
    font-weight: bold;
}
/* =========================
   TEXTO DE LOS VALORES
========================= */
.ac-sl-det-value-text h3 {
    margin: 2px 0 6px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}
.ac-sl-det-value-text p {
    max-width: 220px;
    margin: 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.45;
}
/* =========================
   TABLET
========================= */
@media (max-width: 768px) {
    .ac-sl-det-info {
        padding: 30px;
    }
    .ac-sl-det-title {
        font-size: 50px;
    }
    .ac-sl-det-description {
        font-size: 14px;
    }
    .ac-sl-det-values {
        column-gap: 30px;
    }
}
/* =========================
   CELULAR
========================= */
@media (max-width: 550px) {
    .ac-sl-det-info {
        padding: 25px 20px;
    }
    .ac-sl-det-title {
        font-size: 40px;
        letter-spacing: -2px;
    }
    .ac-sl-det-description {
        font-size: 13px;
        line-height: 1.5;
    }
    .ac-sl-det-values {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .ac-sl-det-value-text p {
        max-width: 280px;
    }
}

/* ==========================================
   IMAGEN SLIDER ID: 3
========================================== */

/* === SLIDER 3 00 */
/* =========================================
   CONTENIDO DEL SLIDER
========================================= */
.ac-slider-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #ffffff;
}
/* =========================================
   SUBTÍTULO
========================================= */
.ac-slider-subtitle {
    display: block;
    margin-bottom: 20px;
    color: #f47b2a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
/* =========================================
   TÍTULO
========================================= */
.ac-slider-title {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 600;
    line-height: 0.95;
    text-transform: uppercase;
}
.ac-slider-title-white,
.ac-slider-title-orange {
    display: block;
}
.ac-slider-title-white {
    color: #ffffff;
}
.ac-slider-title-orange {
    color: #f47b2a;
}
/* =========================================
   DESCRIPCIÓN
========================================= */
.ac-slider-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
  	text-align:center;
}
/* =========================================
   BOTONES
========================================= */
.ac-slider-actions {
    display: flex;
    align-items: center;
    gap: 14px;
  justify-content: center;
}
.ac-slider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}
.ac-slider-button i {
    font-size: 16px;
}
/* BOTÓN PRINCIPAL */
.ac-slider-button-primary {
    background: #f05a22;
    border: 1px solid #f05a22;
    color: #ffffff;
}
.ac-slider-button-primary:hover {
    background: #d94b18;
    border-color: #d94b18;
    color: #ffffff;
    transform: translateY(-2px);
}
/* BOTÓN SECUNDARIO */
.ac-slider-button-outline {
    background: transparent;
    border: 1px solid rgba(240, 90, 34, 0.8);
    color: #ffffff;
}
.ac-slider-button-outline:hover {
    background: #f05a22;
    border-color: #f05a22;
    color: #ffffff;
    transform: translateY(-2px);
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 991px) {
    .ac-slider-content {
        max-width: 550px;
    }
    .ac-slider-description {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .ac-slider-subtitle {
        font-size: 9px;
    }
    .ac-slider-description {
        max-width: 100%;
        font-size: 14px;
    }
    .ac-slider-actions {
        flex-wrap: wrap;
    }
    .ac-slider-button {
        min-height: 44px;
        padding: 0 18px;
        font-size: 10px;
    }
}
@media (max-width: 480px) {
    .ac-slider-content {
        text-align: left;
    }
    .ac-slider-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ac-slider-button {
        width: 100%;
    }
}

