.lista-token{
  list-style-position: inside;
}

/*index caas*/
.section-box {
    border-left: 4px solid #d97706; /* naranja cálido */
    background: #fff7ed; /* fondo suave */
    padding: 1.2rem 1.5rem;
    margin-bottom: 2rem;
    transition: all 0.2s ease;
}

.section-box:hover {
    background: #ffedd5;
    transform: translateY(-2px);
}

.section-title {
    color: #b45309; /* marrón/naranja oscuro */
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-box ul {
    padding-left: 1.2rem;
}

.section-box ul li {
    margin-bottom: 0.4rem;
    transition: color 0.2s;
}

.section-box ul li:hover {
    color: #c2410c;
}

.highlight {
    background: #fed7aa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

.sub-block {
    background: #ffffff;
    border: 1px solid #fcd9b6;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border-radius: 6px;
}

    .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        padding: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .vendor-card {
        background: #fff;
        border: 1px solid #e1e4e8;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        transition: transform 0.2s, box-shadow 0.2s;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vendor-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .vendor-card img {
        max-width: 150px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 15px;
    }

    .vendor-card h3 {
        font-size: 1.1rem;
        margin: 10px 0;
        color: #333;
    }

    .doc-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .link-item {
        font-size: 0.85rem;
        text-decoration: none;
        color: #0056b3;
        padding: 8px;
        background: #f1f5f9;
        border-radius: 5px;
        font-weight: 500;
        transition: background 0.2s;
    }

    .link-item:hover {
        background: #e2e8f0;
        text-decoration: underline;
    }

    .link-eab {
        border: 1px solid #0056b3;
    }



    .acme-mini-card {
        background: #ffffff;
        border: 1px solid #e1e4e8;
        border-left: 4px solid #0056b3; /* Acento de color */
        border-radius: 6px;
        padding: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.2s ease;
    }

    .acme-mini-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transform: translateY(-2px);
        border-color: #0056b3;
    }

    .card-title {
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        color: #333;
        margin-bottom: 4px;
    }

    .card-desc {
        font-size: 1rem;
        color: #666;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .card-link {
        font-size: 1rem;
        text-decoration: none;
        color: #0056b3;
        font-weight: 600;
        align-self: flex-start;
    }

    .card-link:hover {
        text-decoration: underline;
    }
 h4 i{
    color:#0d6efd;
    font-size:3rem;
    vertical-align:middle;
}
html, body {
  height: 100%;
  margin: 0;
  background-color:#f4f4f0 !important;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  
}


/*INDEX*/
.timeline {
  position: relative;
  padding: 2rem 0;
}



.timeline-step {
  position: relative;
  width: 22%;
  z-index: 2;
}

.timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 24px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.timeline-step:hover .timeline-icon {
  transform: scale(1.2);
}

.timeline-step h5 {
  font-weight: 600;
  margin-top: 15px;
}

.timeline-step p {
  font-size: 0.9rem;
  margin-top: 10px;
  color: #555;
}
.timeline-step .timeline-icon {
  transition: transform 2s linear;
}
.hover-techy:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}
.card-body i {
    transition: transform 0.3s ease;
}
.hover-techy:hover i {
    transform: scale(1.2);
    
}
.icono-card {
    font-size: 3rem;
    margin-bottom: 15px;
}

@keyframes slideLeftFade {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes iconPop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.welcome-anim {
  opacity: 0;
  animation: slideLeftFade 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.5s;
}

.welcome-anim ion-icon {
  opacity: 0;
  animation: iconPop 0.4s ease-out forwards;
  animation-delay: 0.8s;
}

@media (max-width: 992px) {
  .timeline-step {
    width: 45%;
    margin-bottom: 2rem;
  }
  .timeline::before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 576px) {
  .timeline-step {
    width: 100%;
  }
}

/*faq */
.accordion-caas .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
  color: inherit;
}

.accordion-caas .accordion-item.active {
  background-color: var(--bs-warning-bg-subtle);
  transition: background-color 0.3s ease;
}

.accordion-caas .accordion-item.active .accordion-header {
  border-left: 4px solid var(--bs-warning-border-subtle);
}

.accordion-caas .accordion-button {
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.pre-container {
  font-family: 'Fira Code', Consolas, Monaco, 'Courier New', monospace;
  background-color: #f5f0e6 !important; /* beige claro */
  color: #222;
  overflow-x: auto;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
}

pre {
    font-family: 'Fira Code', Consolas, Monaco, 'Courier New', monospace;
    background-color: #f5f0e6; /* beige claro */
    
    overflow-x: auto;
    font-size: 0.95rem;
    line-height: 1.4;
/*     
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

.command-btn {
  transition: box-shadow 0.3s ease-in-out;
}

.active-btn-command {
  box-shadow: 4px 4px #198754;
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
}

/* DOMINIOS - CLIENTE */
.item-dominio{
  height: 60px !important;
}

@view-transition {
  navigation: auto;
}

/* Instalacion de cliente acme - so */

.win-acme, .acme-sh {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 20px;
}

.active-btn-os-linux {
  background-color: #dd4814 !important;
  color: white !important;
}

.active-btn-os-windows {
  background-color: #0078d4 !important;
  color: white !important;
}

/* Timeline de suscripcion  */
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}

.timeline-line {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 4px;
  border-top: 3px dashed #28a745;
}

.timeline-progress {
  position: absolute;
  top: 20px;
  height: 4px;
  background: #28a745;
  width: 0%;
  z-index: 2;
}

.timeline-point {
  position: absolute;
  top: 14px;
  text-align: center;
}

.timeline-point .dot {
  width: 14px;
  height: 14px;
  background: #28a745;
  border-radius: 50%;
}

.timeline-point.current {
  top: 12px;
}

.timeline-point.current .dot {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #28a745;
}

.timeline-point.start { left: 0%; }
.timeline-point.end { left: 100%; }

.timeline-point .label {
  display: block;
  font-size: 12px;
}

.label-top {
  position: absolute;
  margin-bottom: 10px;
  width: 62px;
  top: -28px;
}

.label-bot {
  position: absolute;
  margin-top: 10px;
  width: 62px;
}

.label-left {
  left: 0;
}

.label-right {
  right: 0;
}

.timeline-point {
  position: absolute;
  top: 14px;
  text-align: center;
  transform: translateX(-50%);
}

/* Loader */
/* HTML: <div class="loader"></div> */
.loader {
  height: 15px;
  aspect-ratio: 5;
  -webkit-mask: linear-gradient(90deg,#0000 ,#000 20% 80%,#0000);
  background: radial-gradient(closest-side at 37.5% 50%,#000 94%,#0000) 0/calc(80%/3) 100%;
  animation: l48 .75s infinite linear;
}
@keyframes l48 {
  100% {background-position: 36.36%}
}


/* index - 2FA Modal */
#modalMFA {
  position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}
#modalMFAcontent {
  background-color: white; margin: 15% auto; padding: 20px; width: 350px; text-align: center;
}

/* Sectigo logo transition */
.logo-switcher {
	width: 300px;
	height: 50px;
}

.logo-switcher .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 10s ease-in-out;
}

/* Estado inicial */
.logo-1 {
  animation: fade1 10s infinite;
}

.logo-2 {
  animation: fade2 10s infinite;
}

/* Animaciones */
@keyframes fade1 {
  0%, 45% { opacity: 1; }
  50%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade2 {
  0%, 45% { opacity: 0; }
  50%, 95% { opacity: 1; }
  100% { opacity: 0; }
}

/* Hero */
.hero{
  background: url('../img/globe.svg'),  rgba(100, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
  min-height: 300px;
  border-radius: 0 0 40px 40px;
}