@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,400,500,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Hind:300,regular,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,regular,400,500,600,700,800);

@font-face {
    font-family: 'Lato';
    src: url('fuentes/Lato/Lato-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;
}

/**

$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);


$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1320px
);


*/

/** ESTILOS GENERARALES */

/* Variables */
:root {
    --color-fondo: rgb(20, 30, 46);
    --color-primario: rgb(71, 73, 115);
    --color-secundario: rgb(49, 55, 81);
    --color-terciario: rgb(107, 163, 247);
    --color1: #E9AF7D;
    --color2: #4C7C91;
    --color3: #3794B5;
    --color4: #F3F4F6;
    --color5: #EB9574;
    --color6: #EC837D;
    --color7: #E80607;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Lato';
    background-color: var(--color-fondo);*/
    background-color: white;
}

html {
    scroll-behavior: smooth;
    /** salto entre sectores con trasición*/
}

a {
    text-decoration: none;
    font-size: 1em;
    color: var(--color-letras-secundario);
    font-weight: 400;
    cursor: pointer;
    transition: all .3s;
}

h1 {
    color: white;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.01vw;
    text-align: center;
    /*border-left: 0.1em solid var(--color-secundario);*/
}

h2 {
    color: white;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.01vw;
}

button {
    cursor: pointer;
}

.justificar_texto {
    text-align: justify;
}

.row {
    --bs-gutter-x: 1em;
}

/* Fondo oscuro detrás del popup */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    z-index: 1000;
    /* debajo del popup */
    display: none;
}

/*NAV*/

nav {
    width: 100%;
    background-color: var(--color-secundario);
}

nav h1 {
    font-size: 1.1em;
    font-weight: 300;
}

/*8*/

.card8 {
    width: fit-content;
    height: fit-content;
    /*background-color: rgba(49, 49, 49, 0.8);*/
    background-color: var(--color-secundario);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6em 0.6em;
    gap: 15px;
    overflow: hidden;
    border-radius: 27px;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);*/
}

/* for all social containers*/
.card8 a {
    width: 52px;
    height: 52px;
    background-color: rgba(117, 117, 117, 0);
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.card8 i {
    color: white;
}

.card8 a:hover {
    transform: scale(1.2);
    border-radius: 15px;
}

/*instagram*/
.card8 a:nth-child(1):hover {
    background-color: #d62976;
}

/* twitter*/
.card8 a:nth-child(2):hover {
    background-color: #00acee;
}

/* linkdin*/
.card8 a:nth-child(3):hover {
    background-color: #0072b1;
}

/* Whatsapp*/
.card8 a:nth-child(4):hover {
    background-color: #25d366;
}

.card8 a:active {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

/*first-child*/
.card8 a i:first-child {
    display: flex;
    scale: 1.3;
    position: absolute;
    width: 17px;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.card8 a i:first-child path {
    fill: rgb(255, 255, 255);
}

.card8 a:hover i:first-child {
    transform: translateY(-40px);
    opacity: 0;
}

/*last-child*/
.card8 a i:last-child {
    display: flex;
    position: absolute;
    width: 17px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.card8 a i:last-child path {
    fill: rgb(255, 255, 255);
}

.card8 a:hover i:last-child {
    opacity: 1;
    transform: translateY(0px);
}

@media all and (max-width: 860px) {

    nav {}

}

@media all and (max-width: 768px) {

    nav {}

}

@media all and (max-width: 662px) {

    nav {}

}


/*SECCIÓN HEADER*/

header {
    width: 100%;
    background-color: white;
}

header h1 {
    font-size: 1.1em;
    font-weight: 300;
}

header p {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    font-weight: 300;
    color: var(--color-secundario);
    padding: 1em;
    /*margin: 0 2em;*/
}

header .texto {
    display: flex;
    align-items: center;
}

.countdown-card {
    background: #fff;
    padding: 2rem;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.countdown-title {
    font-size: 0.9em;
    font-weight: 300;
    color: #0d47a1;
    margin-bottom: 1.5rem;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem;
    flex: 1;
}

svg {
    transform: rotate(-90deg);
    /* inicio arriba, sentido horario */
}

.circle-bg {
    fill: none;
    stroke: #e3f2fd;
    /* azul muy claro */
    stroke-width: 6;
}

.circle-progress {
    fill: none;
    stroke: #1565c0;
    /* azul medio */
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease;
}

.time-number {
    font-size: 1.6rem;
    font-weight: 400;
    color: #0d1b2a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin-bottom: 0.5rem;
}

.time-label {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1565c0;
}


@media all and (max-width: 860px) {

    .countdown-card {
        margin-top: 2em;
    }

}

@media all and (max-width: 768px) {

    header {}

}

@media all and (max-width: 662px) {

    .countdown-card {
        margin-top: 2em;
    }

}



/*SECCIÓN CAMPAÑA*/

#campana {
    width: 100%;
    background-color: var(--color-terciario);
}

#campana h1 {
    font-size: 1.1em;
    font-weight: 300;
}

.material-img {
    width: 100%;
    border-radius: 0.75em;
}

.titulo-seccion {
    font-size: 3em;
    font-weight: 200;
    padding: 0em 1em;
}

/*boton de video*/
.video-container {
    text-align: center;
}

/* Barra de reproducción */
.progress-bar {
    position: relative;
    width: 13.7em;
    height: 0.4em;
    background: #ccc;
    border-radius: 0.2em;
    margin: 0 auto 0.4em;
}

.progress-fill {
    width: 60%;
    /* progreso simulado */
    height: 100%;
    background: #E53935;
    border-radius: 0.2em;
}

/* Texto debajo de la barra */
.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #333;
    width: 17em;
    margin: 0 auto;
}

.promo-button {
    display: inline-block;
    padding: 0.8em 1.4em;
    background: #E53935;
    /* rojo evocador */
    color: #fff;
    text-decoration: none;
    border-radius: 4em;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}


.promo-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

.promo-button:hover {
    transform: scale(1.1);
}

.promo-icon {
    margin-right: 0.5em;
    font-size: 1em;
    vertical-align: middle;
}


@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) rotate(45deg);
    }
}


/* Cards estilo material */
.card0 {
    background: #fff;
    border-radius: 0.75em;
    /*border-radius: 0.75em 0 0 0.75em;  esquinas izquierdas redondeadas */
    box-shadow: 0 0.3em 0.9em rgba(0, 0, 0, 0.12);
    padding: 1.5em 1em 0.5em 3em;
    /* menos espacio interno */
    margin-bottom: 1em;
    /* menos separación entre cards */
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
}

.card0:hover {
    transform: translateY(-0.3em) scale(1.01);
    box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.18);
}

/* Franja lateral */
.card0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75em;
    height: 100%;
    border-radius: 0.75em 0 0 0.75em;
    transition: width 0.4s ease;
}

.card0:hover::before {
    width: 3em;
    /* la franja se expande */
}

/* Colores distintos para cada card */
.card1::before {
    background: #ff5252;
}

.card2::before {
    background: #ffca28;
}

.card3::before {
    background: #66bb6a;
}

.card4::before {
    background: #29b6f6;
}

.card_titulo {
    font-size: 0.9em;
    /* ligeramente más pequeño */
    font-weight: 500;
    margin-bottom: 0.6em;
}

.card_subtitulo {
    font-size: 0.8em;
    color: #444;
    font-weight: 500;
    margin-bottom: 0.6em;
}

.card_texto {
    font-size: 0.8em;
    /* texto más compacto */
    color: #444;
    line-height: 1.35;
    font-weight: 300;
}

/* Animación de entrada */
.card0.animate {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1.25em);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media all and (max-width: 860px) {

    #campana {}

}

@media all and (max-width: 768px) {

    #campana {}

}

@media all and (max-width: 662px) {

    #campana {}

}

/*SECCIÓN RECOMPENSAS*/

#recompensas {
    width: 100%;
    background-color: white;
    margin-top: 6em;
    margin-bottom: 6em;
}

#recompensas h2 {
    font-size: 1.4em;
    font-weight: 300;
}

.selector-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d47a1;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* ===== Círculos estilo countdown ===== */
.circle-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0.5rem auto;
}

svg {
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: #e3f2fd;
    /* azul muy claro */
    stroke-width: 6;
}

.circle-progress {
    fill: none;
    stroke: #1565c0;
    /* azul medio */
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease;
}

.amount-number {
    font-size: 1rem;
    font-weight: 600;
    color: #0d1b2a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amount-button {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.amount-button.active .circle-progress {
    filter: saturate(1.3) brightness(1.05);
}

/* ===== Cards ===== */
.card0 {
    background: #fff;
    border-radius: 0.75em;
    box-shadow: 0 0.3em 0.9em rgba(0, 0, 0, 0.12);
    padding: 1.25em 1em 0.6em 3em;
    margin-bottom: 0.9em;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
}

.card0:hover {
    transform: translateY(-0.3em) scale(1.01);
    box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.18);
}

.card0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75em;
    height: 100%;
    border-radius: 0.75em 0 0 0.75em;
    transition: width 0.4s ease;
}

.card0:hover::before {
    width: 3em;
}

.card-red::before {
    background: #e53935;
}

.card-orange::before {
    background: #f57c00;
}

/* más intenso */
.card-yellow::before {
    background: #fbc02d;
}

/* más cálido */
.card-green::before {
    background: #43a047;
}

.card-blue::before {
    background: #1e88e5;
}

.card-violet::before {
    background: #8e24aa;
}

.bg-soft-red {
    background: #ffebee;
}

.bg-soft-orange {
    background: #fff3e0;
}

.bg-soft-yellow {
    background: #fffde7;
}

.bg-soft-green {
    background: #e8f5e9;
}

.bg-soft-blue {
    background: #e3f2fd;
}

.bg-soft-violet {
    background: #f3e5f5;
}

.card_titulo {
    font-size: 0.95em;
    font-weight: 600;
    margin-bottom: 0.45em;
    color: #0d1b2a;
}

.card_texto {
    font-size: 0.85em;
    color: #3a3a3a;
    line-height: 1.4;
    font-weight: 300;
}

.card0.animate {
    animation: fadeInUp 0.5s ease forwards;
}

/* Estado activo del importe */
.amount-button.active .circle-wrapper {
    transform: scale(1.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 12px rgba(46, 125, 50, 0.4);
    /* sombra verde */
    border-radius: 50%;
}

.amount-button.active .circle-progress {
    stroke: #2e7d32;
    /* verde fuerte */
}

.amount-button.active .amount-number {
    color: #2e7d32;
    /* verde fuerte */
    font-weight: 700;
}

.card-placeholder {
    background: #f0f7ff;
    /* azul muy suave */
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    /* ajusta según tu diseño */
    margin: 0.5em;
    font-weight: 300;
    color: #1565c0;
    /* texto azul medio */
    text-align: center;
    font-size: 0.85em;
    line-height: 1.4;
}


#rewardsWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}


@keyframes fadeInUp {
    from {
        transform: translateY(8px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@media all and (max-width: 860px) {

    #recompensas {}

}

@media (max-width: 768px) {
    .selector-title {
        order: 1;
        text-align: center;
    }

    #amountGrid {
        order: 2;
        margin-bottom: 1.5rem;
    }

    #rewardsWrap {
        order: 3;
        display: flex;
        flex-direction: column;
    }

    #rewardsWrap>div {
        width: 100%;
        /* cada card ocupa todo el ancho */
        margin-bottom: 1rem;
    }

    #recompensas {
        margin-top: 4em;
        margin-bottom: 4em;
    }
}


@media all and (max-width: 662px) {

    #recompensas {}

}


/*SECCIÓN DESCRIPCION*/

#descripcion {
    width: 100%;
    background-color: var(--color-secundario);
    margin-top: 6em;
    padding-bottom: 4em;
}

#descripcion .titulo-seccion {
    color: white;
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

#descripcion .card_titulo {
    margin-bottom: 0.1em;
}

#descripcion .card_subtitulo {
    color: grey;
    font-weight: 400;
}

#descripcion .card0 {
    min-height: 10em;
}

#descripcion .card0.card4 {
    position: relative;
    overflow: visible;
}

/* Estilo del icono circular */
#descripcion .card0.card4 .card-icon {
    position: absolute;
    top: -12px;
    /* sobresale ligeramente */
    right: -12px;
    /* sobresale ligeramente */
    width: 60px;
    height: 60px;
    background-color: #e1f5fe;
    /* azul suave */
    color: #29b6f6;
    /* color del icono */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    /* tamaño del icono */
    opacity: 0;
    transform: scale(0.7);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
}

/* Animación al hover */
#descripcion .card0.card4:hover .card-icon {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.btn-iniciar-prueba {
    position: absolute;
    left: 2%;
    top: 30%;
    transform: rotate(-90deg) translate(-30%, -220%);
    transform-origin: center;
    font-weight: 500;
    font-size: 0.8em;
    white-space: nowrap;
    color: white;
    cursor: pointer;
}

.card0:hover .btn-iniciar-prueba {
    color: var(--color-secundario);
    transition: all .5s;
}

.card0 .btn-iniciar-prueba:hover {
    color: white;
}



/* Ventana emergente */
.popup-timer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /*width: 15em;
    height: 15em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.4em;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 0%;
    right: -120%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 9999;*/
    gap: 0.6em;
    padding: 4px 8px;
}

/* Icono play/pause */
.popup-timer i {
    font-size: 3em;
    cursor: pointer;
}

/* Timer */
.timer-display {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: black;
    color: white;
    padding: 0.5em 1em;
}

.timer-main {
    font-size: 1.8em;
    font-weight: bold;
    width: 1.5em;
    text-align: center;
}

.timer-side {
    text-align: center;
}

.timer-side-number {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
}

.timer-side-label {
    font-size: 0.9em;
    margin-top: -0.1em;
}

.modal-header {
    width: 100%;
    height: 100%;
    background-color: #29b6f6;
}

.modal-header h5{
    opacity: 0.9;
    font-size: 0.9em;
    font-weight: 500;

}

/* no usado

.popup-titulo {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3.5em;
    width: 100%;
    border-radius: 0.4em 0.4em 0 0;
    font-size: 0.9em;
    font-weight: 500;
    padding-top: 1em;
    background-color: #29b6f6;
}

*/

.popup-subtitulo {
    font-size: 0.9em;
    color: #444;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.popup-texto {
    font-size: 0.8em;
    color: #444;
    font-weight: 300;
    margin-bottom: 0.6em;
}

/* Botón cerrar (tu estilo adaptado) */
.popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 60px;
    height: 60px;
    background-color: #ff4d4d;
    /* rojo */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    opacity: 1;
    transform: scale(0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.popup-close:hover {
    transform: scale(0.8);
    background-color: #ff1f1f;
}

/* limitar ancho del modal pero no lo centra
.modal-dialog {
    max-width: 24em;
}*/

/*simulador gito*/
.timer-display {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.timer-display.giro-apagado {
    transform: rotateX(180deg);
}

.timer-display.giro-apagado .timer-main,
.timer-display.giro-apagado .timer-side {
    opacity: 0; /* pantalla negra */
}

/* Parpadeo */
.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes blinkAnim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*Pantalla*/
/* Fila contenedora de los callouts */
#modalPantalla .callout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8em;
    gap: 1em;
}

/* Callout izquierdo y derecho */
#modalPantalla .callout-left,
#modalPantalla .callout-right {
    display: flex;
    align-items: center;
    gap: 0.4em;
}

/* Mini pantalla negra */
#modalPantalla .mini-display {
    background-color: #000;
    color: #fff;
    padding: 0.25em 0.6em;
    border-radius: 3px;
    display: inline-flex;
    align-items: baseline;
    gap: 0.25em;
    font-family: monospace;
    font-size: 0.9em;
    min-width: 2.4em;
    justify-content: center;
}

/* Texto dentro de la mini pantalla */
#modalPantalla .mini-main {
    font-weight: 600;
}

#modalPantalla .mini-unit {
    font-size: 0.7em;
    opacity: 0.7;
}

/* Etiquetas con transparencia suave */
#modalPantalla .mini-label {
    background: rgba(0, 0, 0, 0.05);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.9;
}

@media all and (max-width: 860px) {

    #descripcion {}

}

@media all and (max-width: 768px) {

    #descripcion {}

}

@media all and (max-width: 662px) {

    .card0.card4 .card-icon {
        opacity: 1 !important;
        transform: scale(1) !important;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    }

    #descripcion .card0::before {
        width: 3em;
    }

    .popup-timer {
        top: 100%;
        right: 0%;
    }

}

/*SECCIÓN VERSIONES*/

#versiones {
    width: 100%;
    background-color: white;
    margin-top: 8em;
    padding-bottom: 4em;
}

#versiones .card0 ul {
    list-style: none;
}

#versiones .card0:hover::before {
    width: 4em;
}

#versiones .card_titulo {
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
}

#versiones .card_subtitulo {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 2em;
}

#versiones .card0 .text-version {
    position: absolute;
    left: 2%;
    top: 30%;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: center;
    font-weight: 500;
    font-size: 1.2em;
    white-space: nowrap;
    color: white;
}

#versiones .card0 .text-version2 {
    top: 25%;
}


@media all and (max-width: 860px) {}

@media all and (max-width: 768px) {

    #versiones {}

}

@media all and (max-width: 662px) {

    #versiones .card0::before {
        width: 4em;
    }

    #versiones {
        margin-top: 4em;
        padding-bottom: 4em;
    }

}

/*SECCIÓN PERSONALIZABLE*/

#personalizable {
    width: 100%;
    background-color: #4E878E;
}

#personalizable h1 {
    font-size: 1.1em;
    font-weight: 300;
}

#personalizable .card_texto {
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    font-weight: 300;
    color: #213c40;
    padding: 1em;
}

#personalizable .card_subtitulo {
    font-size: 1.2em;
    font-weight: 300;
}

#personalizable .titulo-seccion {
    margin-bottom: 0.1em !important;
}

.dots {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding: 12px;
}

/* Tamaño (muy pequeñas). Ajusta --size si las quieres aún más pequeñas */
.dot {
    --size: 12px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--color);
    margin-right: 0.3em;
}

.c1 {
    --color: #0D0D0D;
}

/* negro profundo */
.c2 {
    --color: #2F2F2F;
}

/* gris grafito */
.c3 {
    --color: #B0B0B0;
}

/* gris plata */
.c4 {
    --color: #F5F5F5;
}

/* blanco humo */
.c5 {
    --color: #1A2A40;
}

/* azul marino */
.c6 {
    --color: #004E64;
}

/* azul petróleo */
.c7 {
    --color: #4682B4;
}

/* azul acero */
.c8 {
    --color: #2E7D32;
}

/* verde bosque */
.c9 {
    --color: #50C878;
}

/* verde esmeralda */
.c10 {
    --color: #556B2F;
}

/* verde oliva */
.c11 {
    --color: #4E342E;
}

/* marrón café */
.c12 {
    --color: #D7CCC8;
}

/* beige arena */
.c13 {
    --color: #6A1B1B;
}

/* burdeos */
.c14 {
    --color: #8B0000;
}

/* rojo vino */
.c15 {
    --color: #E65100;
}

/* naranja quemado */
.c16 {
    --color: #C0A060;
}

/* oro viejo */
.c17 {
    --color: #D4A017;
}

/* amarillo mostaza */
.c18 {
    --color: #4B0082;
}

/* púrpura real */
.c19 {
    --color: #B39DDB;
}

/* lavanda grisácea */
.c20 {
    --color: #607D8B;
}

/* azul grisáceo */


/* Opcional: aún más pequeñas en pantallas muy estrechas */
@media (max-width: 420px) {
    .dot {
        --size: 8px;
    }
}




@media all and (max-width: 860px) {

    #personalizable {}

}

@media all and (max-width: 768px) {

    #personalizable {}

}

@media all and (max-width: 662px) {

    #personalizable {}

}

/*SECCIÓN CONTACTO*/

#contacto {
    width: 100%;
    background-color: white;
    margin-top: 4em;
    padding-bottom: 4em;
}

#contacto h1 {
    font-size: 1.1em;
    font-weight: 300;
}

#contacto .card_subtitulo {
    font-size: 1.2em;
    font-weight: 300;
}

.firma-contenedor {
    position: relative;
    /* crea contexto para posicionar la imagen */
    overflow: hidden;
    /* opcional, por si la imagen sobresale */
}

.firma-fondo {
    position: absolute;
    /* la coloca detrás */
    top: 0;
    left: 0;
    width: 100%;
    /* ocupa todo el ancho */
    height: 100%;
    /* ocupa todo el alto del contenedor */
    object-fit: contain;
    /* ajusta la firma sin deformarla */
    opacity: 0.15;
    /* transparencia para que el texto se lea bien */
    z-index: 0;
    /* detrás del texto */
}

.firma-contenedor p {
    position: relative;
    /* asegura que los párrafos estén por encima */
    z-index: 1;
}



@media all and (max-width: 860px) {

    #contacto {}

}

@media all and (max-width: 768px) {

    #contacto {}

}

@media all and (max-width: 662px) {

    #contacto {}

}






/*FOOTER*/

footer {
    width: 100%;
    background-color: var(--color-secundario);
    margin-top: 3rem;
}

footer .altura-contenido {
    max-height: 5em;
}

footer .altura-contenido span {
    font-weight: 300;
}

footer .footer-color2 {
    background-color: var(--color-secundario);
    color: white;
}

footer p,
a {
    font-size: 0.9em !important;
    font-weight: 300 !important;
}

footer link:hover {
    transform: translateX(1em) !important;
}

footer .bi-file-earmark-pdf-fill,
.bi-play-btn-fill {
    font-size: 1.4em;
    font-weight: 500;
}

@media all and (max-width: 860px) {}

@media all and (max-width: 768px) {}

@media all and (max-width: 662px) {}