/* =============================
   CONTENEDORES PRINCIPALES
============================= */
.ttc-frame-principal {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #000;
    font-family: 'Open Sans';
    font-size: 1.1em;
}
.ttc-frame-contenido {
    margin-top: 10px;
    max-width: 620px;
    width: 100%;
}
.ttc-frame-principal h1 {
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 2.85rem;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 37%);
}
.ttc-frame-principal h2 {
    font-family: 'Open Sans';
    margin-bottom: 0.2em;
    /* font-size: 1.6em; */
    font-size: 1.75rem;
    color: #222;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 37%);
}
.ttc-frame-principal p {
    margin-bottom: 1.2em;
    /* font-size: 1em; */
    font-size: 1.1rem;
    color: #FFCC00;
    white-space: pre-line;
    text-align: center;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 37%);
}
/* =============================
   IMAGEN DESTACADA Y LOGOTIPO
============================= */
.ttc-frame-imagen-destacada {
    position: relative;
    width: 100%;
    margin-bottom: 130px;
}
.ttc-frame-imagen-destacada img{
    display: block;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.ttc-frame-logotipo {    
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
.ttc-frame-logotipo img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Título superpuesto sobre imagen destacada */
.ttc-imagen-destacada-h2 h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    color: #fff;
    text-align: center;
    padding: 0.7em 0;
}
.ttc-imagen-destacada-h1 h2 {
    margin: 0;
}
/* Título fijo abajo */
.ttc-titulo-imagen {
    position: absolute;
    bottom: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.ttc-imagen-destacada-presentacion {
    background-color: #fff;
    padding: 1em;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/*================
|   PRESENTACIÓN |
================*/
.ttc-presentacion {
    background-color: rgb(0 0 0 / 25%); /* fondo negro translúcido */
    color: #ffffff;
    padding: 1.5em;
    border-radius: 12px;
    font-size: 1.1em;
    font-size: 1.20rem;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin: 2em auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/*===========
|   TÍTULOS |
===========*/
.ttc-frame-titulos{
    text-align: center;
    /* margin: 4em 0 1em 0; */
}
.ttc-frame-titulos h2{
    color:#FFFFFF;
    /* font-size: 1.8em; */
    font-size: 2rem;
}
/* =============================
   TARJETAS Y CONTENIDO
============================= */
.ttc-tarjeta,
.ttc-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.ttc-card {
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/*===================
|   REDES SOCIALES  |
===================*/
.ttc-redes-sociales-contacto {
    width: 100%;
    margin: 2em 0;
}
.ttc-redes-sociales-contacto h2 {
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans';
}
.ttc-rsc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 3.5em 0;
}
.ttc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1a73e8; /* Profesionista azul */
    border: 2px solid #ffffff; /* Borde blanco */
    color: #ffffff;
    font-size: 1.4em;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.ttc-btn:hover {
    background-color: #0f5bcc;
    transform: scale(1.1);
    color: #ffffff;
}
.ttc-btn:active,
.ttc-btn:focus
{
    color: #ffffff;
}
.ttc-btn i{
    font-size: 0.8em;
}

/*==============
|   COMPARTIR  |
==============*/
.ttc-botones-compartir {
    width: 100%;
    margin: 4em 0;
}

.ttc-botones-compartir h2 {
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans';
}
.ttc-bc-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 1.2em 0 3em 0;
}

.ttc-btn-c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 1.4em;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.ttc-btn-c:hover {
    transform: scale(1.1);
    color: #ffffff;
}
.ttc-btn-c i {
    font-size: 0.8em;
}

/* Colores por red */
.ttc-btn-facebook   { background-color: #1877F2; }
.ttc-btn-facebook:hover { background-color: #145dbf; }

.ttc-btn-x          { background-color: #000000; }
.ttc-btn-x:hover    { background-color: #333333; }

.ttc-btn-linkedin   { background-color: #0A66C2; }
.ttc-btn-linkedin:hover { background-color: #004182; }

.ttc-btn-whatsapp   { background-color: #25D366; }
.ttc-btn-whatsapp:hover { background-color: #1ebe5a; }

.ttc-btn-telegram   { background-color: #2AABEE; }
.ttc-btn-telegram:hover { background-color: #2296d4; }

.ttc-btn-pinterest  { background-color: #E60023; }
.ttc-btn-pinterest:hover { background-color: #b4041b; }

.ttc-btn-reddit     { background-color: #FF4500; }
.ttc-btn-reddit:hover { background-color: #d83a00; }

.ttc-btn-email      { background-color: #F59E0B; }
.ttc-btn-email:hover { background-color: #c77d08; }

.ttc-btn-copy       { background-color: #6B7280; }
.ttc-btn-copy:hover { background-color: #4b5563; }

.ttc-btn-sms        { background-color: #10B981; }
.ttc-btn-sms:hover  { background-color: #0c8a66; }


/*===================
|   CONTACTO FINAL  |
===================*/
.ttc-contacto-final {
    padding: 1em 0 0 0;
    margin: 2em 0;
}
.ttc-contacto-final-btns {    
    max-width: 400px;
    margin: auto;
}
/* Cada línea de contacto (botón o copiable) */
.ttc-linea-contacto {
    display: block;
    margin: 1.6em 0;
}
.ttc-linea-contacto a,
.ttc-linea-contacto button,
.ttc-boton-contacto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 18px;
    background-color: #0573E1;
    color: #fff !important;
    font-weight: 400;
    /* font-size: 1.2em; */
    font-size: 1.33rem;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.15s ease; /* transición rápida para regreso */
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    /* Suavizar font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ttc-linea-contacto a:hover,
.ttc-linea-contacto button:hover,
.ttc-boton-contacto:hover {
    background-color: #045bb5;
    filter: brightness(0.95);
    transform: scale(1.015);
    color: #fff !important;
    text-decoration: none;
    /* Forzar repintado para que no se vea borroso */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* transición más lenta para crecer */
    transition: background-color 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Iconos dentro de los botones */
.ttc-linea-contacto a i,
.ttc-linea-contacto button i,
.ttc-boton-contacto i {
    font-size: 1.2em;
}
/*==================================
|   UBICACIÓN O ÁREA DE SERVICIO   |
==================================*/
.ttc-ubicacion {
    background-color: #ffffff;
    padding: 2em;
    margin: 2em auto;
    max-width: 620px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: left;
    border-left: 6px solid #0073aa; /* azul WordPress vibes */
}
.ttc-ubicacion:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}
.ttc-ubicacion h2 {
    font-size: 1.2em;
    font-size: 1.33rem;
    margin-bottom: 0.75em;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.5em;
    text-shadow: none;
}
.ttc-ubicacion h2 i {
    color: #0073aa;
    font-size: 1.1em;
}
.ttc-ubicacion .ttc-copiar-clipboard {
    white-space: pre-line;
    color: #444;
    font-size: 1em;
    font-size: 1.1rem;
    line-height: 1.6;
}
/* ==========================
|   COPIAR AL PORTAPAPELES  |
===========================*/
.ttc-copiar-clipboard {
    position: relative;
    cursor: pointer;
}
.ttc-copiar-clipboard::after {
    content: 'Copiado';
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.ttc-copiar-clipboard.copiado::after {
    opacity: 1;
}
/* =======================
|   CONTADOR DE VISITAS  |
========================*/
.ttc-contador-visitas-wrapper {
    text-align: center;
    margin-top: 1.5rem;
}
.ttc-contador-visitas {
    display: inline-flex;
    align-items: center;
    /* font-size: 1rem; */
    font-size: 1rem;
    color: #555;
    background-color: #f4f4f4;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap: 6px;
    margin-bottom: 30px;
}
.ttc-contador-visitas i {
    color: #3364d6;
    font-size: 1.1rem;
}
.ttc-contador-visitas .ttc-visitas-texto {
    font-weight: 500;
}
/*COPIAR AL PORTAPAPELES*/
.mensaje-copiado {
    display: none;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 0.7em;
    font-weight: bold;
    z-index: 999;
}
.ttc-copiar-clipboard {
    position: relative;
    cursor: pointer;
}
/* =============================
   OCULTAR ELEMENTOS DEL TEMA
============================= */
header,
.nv-big-title {
    display: none;
}
.container {
    max-width: 100% !important;
    padding: 0 !important;
}
/* =========
|   FOOTER  |
===========*/
#tarjetta-footer {
    background-color: #000;
    color: #fff;
    padding: 50px 0px 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tarjetta-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #bdbdbd;
    font-size: 14px;
    /* font-weight: 700; */ /* 👈🏼 Más grueso */
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.tarjetta-link:hover {
    color: #fff; /* 👈🏼 No cambia al hacer hover */
    text-decoration:underline;
}
.tarjetta-logo {
    height: 80px;
}
.tarjetta-link a{
    text-decoration: underline;
}
/* =============================
|   MEDIA QUERIES (Responsivo)  |
===============================*/
@media (max-width: 480px) {
    .ttc-frame-logotipo img {
        width: 120px;
        height: 120px;
    }
    .ttc-imagen-destacada-h1 h1 {
        font-size: 20px;
        padding: 10px;
    }
    .ttc-titulo-imagen {
        font-size: 18px;
        padding: 6px 0;
    }
    .ttc-botones-contacto a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin: 0 4px;
    }
    .ttc-card,
    .ttc-tarjeta {
        padding: 16px;
    }
    .ttc-boton-contacto {
        width: 100%;
        text-align: center;
    }
    /*NUEOV*/
    .ttc-frame-contenido {
        padding: 0 15px;
    }
    .ttc-frame-imagen-destacada {
        margin-bottom: 60px;
    }
    .ttc-frame-logotipo {
        bottom: -60px;
    }
    .ttc-frame-logotipo img {
        width: 100px;
        height: 100px;
    }
    .ttc-imagen-destacada-h1 {
        padding: 0.5em 0;
    }
    .ttc-imagen-destacada-h1 h1 {
        font-size: 1.2em;
    }
    .ttc-titulo-imagen {
        font-size: 1em;
        padding: 0.5em;
    }
    .ttc-card,
    .ttc-tarjeta,
    .ttc-contacto-final,
    .ttc-ubicacion {
        padding: 1em;
        margin: 1em 0;
    }
    .ttc-boton-contacto {
        font-size: 1em;
        padding: 0.8em;
    }
    .ttc-rsc-flex {
        gap: 10px;
        margin: 1em 0;
    }
    .ttc-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 15px;
    }
    .ttc-bc-flex{
        gap: 20px;
    }
    .ttc-btn-c {
        width: 35px;
        height: 35px;
        font-size: 16px;        
    }
    .ttc-contador-visitas {
        font-size: 0.9em;
    }    
    .ttc-boton-contacto i {
        font-size: 1em;
    }
    .ttc-lista-guardar-contacto li {
        font-size: 0.9em;
        margin: 0.5em 0;
    }
    .ttc-frame-principal h2 {
        font-size: 1.5rem;
    }
    
    .ttc-frame-principal h1 {
        font-size: 2rem;
    }
}


/* ====================
   BOTÓN SEGUIR
==================== */
.ttc-frame-btn-seguir {
    text-align: center;
    margin: 2em 0;
}

.ttc-btn-follow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    padding: 12px 24px;
    background-color: #1a73e8;
    color: #fff !important;
    font-weight: 500;
    /* Fuente del tema */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid #ffffff;
}

.ttc-btn-follow:hover {
    background-color: #0f5bcc;
    transform: scale(1.05);
}

.ttc-btn-follow i {
    font-size: 1.2em;
}

/* RESPONSIVO */
@media (max-width: 480px) {
    .ttc-btn-follow {
        padding: 10px 20px;
        font-size: 1rem;
    }
}