@charset "utf-8";
/* CSS Document */
.ac-list-info ol li, ul li{
 font-size:0.8rem;   
}
.servicios-item{
    list-style:none;
}
.servicios-item li{
 border-radius:10px;
 padding:20px 30px;
 background:#ffffff;
 margin-bottom:10px;
 font-size:0.95rem;
 box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
}
.servicios-item li:hover{
    background:#08936C;
    color:#ffffff;
}
/* === FORMULARIO CONTACTO === */
.cont-frm-contacto{
 background: #F5F6F8;
 border-radius: 8px;
 padding: 35px;
}
.frm-contacto label{
 font-size:0.85rem;   
}
.activo{
 	font-size:1.5rem; 
    width:250px; 
    
}
.sec-parrafo-a{
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  margin-top:50px;
}
.sec-parrafo-a p{
  text-align:justify;
}
.sec-cont-icon {
    width: 100px;
  height: 100px;
  border-radius: 20%;
  background-color: #FFB606;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.sec-cont-img-a{
  height: 100%; /* ajusta según necesites */
  background-size: cover;         /* Hace que la imagen llene el div */
  background-position: center;    /* Centra horizontal y verticalmente */
  background-repeat: no-repeat; 
  border-radius:0 50px 50px 50px;
    
  padding: 0.25rem;
  background-color: #fff;
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.sec-cont-img-a{
  height: 100%; /* ajusta según necesites */
  background-size: cover;         /* Hace que la imagen llene el div */
  background-position: center;    /* Centra horizontal y verticalmente */
  background-repeat: no-repeat; 
  border-radius:50px 0 50px 50px;
    
  padding: 0.25rem;
  background-color: #fff;
  border: 3px solid #ffffff;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.sec-cont-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain; /* O 'cover' si prefieres que llene el espacio */
  filter: invert(1) brightness(2);
}
/* Overlay completamente oculto al inicio */
.msje-loading {
    position: absolute;
    inset: 0; /* cubre todo el contenedor */
    background: rgba(255, 255, 255, 0.5); /* blanco semi-transparente */
    display: none; /* oculto por defecto */
    z-index: 20;
    display:block ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:0.8rem;
    padding: 20px;
}
.msje-loading.show {
    display: flex; /* se muestra agregando la clase 'show' */
}
.active-icon{
	color:#000;
	text-shadow:0px 1px 0px #fff;
}
.tab-pane{
	background: #fff !important;
	color: #000 !important;
}
/* === STYLES GLOBALES === */
/* =========================================================
   ACTIDIGITAL - SECCIÓN GLOBAL
========================================================= */
.ac-section {
    position: relative;
    padding: 100px 0;
}
/* =========================================================
   CONTENIDO
========================================================= */
.ac-section__content {
    position: relative;
    z-index: 2;
}
/* =========================================================
   ETIQUETA SUPERIOR
========================================================= */
.ac-section__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.ac-section__label-line {
    width: 45px;
    height: 2px;
    background: var(--ac-primary);
}
.ac-section__label-text {
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--ac-primary);
}
/* =========================================================
   TÍTULO
========================================================= */
.ac-section__title {
    margin: 0 0 25px;
   font-size: clamp(1.2rem, 4vw, 2.8rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.5px;
    color: #172033;
}
.ac-section__title-highlight {
    display: block;
    color: var(--ac-primary);
}
/* =========================================================
   DESCRIPCIÓN
========================================================= */
.ac-section__description {
    max-width: 570px;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 1.8;
    color: #647084;
}
.ac-section__highlight {
    font-weight: 700;
    color: #172033;
}
/* =========================================================
   CARACTERÍSTICAS
========================================================= */
.ac-section__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 25px;
    margin-bottom: 40px;
}
.ac-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
/* =========================================================
   ICONOS
========================================================= */
.ac-feature__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: color-mix(
        in srgb,
        var(--ac-primary) 12%,
        white
    );
    color: var(--ac-primary);
    font-size: 22px;
}
.ac-feature__icon i {
    line-height: 1;
}
/* =========================================================
   CONTENIDO DE LAS CARACTERÍSTICAS
========================================================= */
.ac-feature__content {
    padding-top: 2px;
}
.ac-feature__title {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #172033;
}
.ac-feature__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #778195;
}
/* =========================================================
   BOTÓN
========================================================= */
.ac-section__action {
    margin-top: 10px;
}
.ac-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    background: var(--ac-primary);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: all .3s ease;
}
.ac-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow:
        0 12px 25px
        color-mix(
            in srgb,
            var(--ac-primary) 30%,
            transparent
        );
}
.ac-button__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    font-size: 18px;
    transition: transform .3s ease;
}
.ac-button:hover .ac-button__icon {
    transform: translateX(4px);
}
/* =========================================================
   ÁREA VISUAL
========================================================= */
.ac-section__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}
.ac-section__image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
}
/* =========================================================
   COLOR - DISEÑO WEB
========================================================= */
.ac-section--web {
    --ac-primary: #0876d8;
}
/* =========================================================
   RESPONSIVE - TABLET Y PANTALLAS MEDIANAS
========================================================= */
@media (max-width: 991.98px) {
    .ac-section {
        padding: 80px 0;
    }
    .ac-section__content {
        max-width: 700px;
        margin: 0 auto;
    }
    .ac-section__title {
        font-size: clamp(38px, 6vw, 56px);
    }
    .ac-section__visual {
        min-height: auto;
        margin-top: 60px;
    }
    .ac-section__image {
        max-width: 650px;
    }
}
/* =========================================================
   RESPONSIVE - MÓVIL
========================================================= */
@media (max-width: 767.98px) {
    .ac-section {
        padding: 65px 0;
    }
    /* ETIQUETA */
    .ac-section__label {
        gap: 10px;
        margin-bottom: 18px;
    }
    .ac-section__label-line {
        width: 35px;
    }
    .ac-section__label-text {
        font-size: 11px;
        letter-spacing: 1.2px;
    }
    /* TÍTULO */
    .ac-section__title {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    /* DESCRIPCIÓN */
    .ac-section__description {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.7;
    }
    /* CARACTERÍSTICAS */
    .ac-section__features {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 35px;
    }
    .ac-feature__icon {
        width: 46px;
        min-width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .ac-feature__title {
        font-size: 13px;
    }
    .ac-feature__text {
        font-size: 13px;
    }
    /* BOTÓN */
    .ac-button {
        gap: 16px;
        padding-left: 20px;
        font-size: 12px;
    }
    .ac-button__icon {
        width: 42px;
        height: 42px;
    }
    /* ÁREA VISUAL */
    .ac-section__visual {
        min-height: auto;
        margin-top: 45px;
    }
    .ac-section__image {
        width: 100%;
        max-width: 100%;
    }
}
/* =========================================================
   RESPONSIVE - MÓVILES PEQUEÑOS
========================================================= */
@media (max-width: 480px) {
    .ac-section {
        padding: 55px 0;
    }
    .ac-section__title {
        font-size: 32px;
    }
    .ac-section__description {
        font-size: 15px;
    }
    .ac-feature {
        gap: 12px;
    }
    .ac-feature__icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 18px;
    }
    .ac-section__action {
        width: 100%;
    }
}