/*
 * Defensores Derechos Custom Stylesheet (DefDer.css)
 * Versión: 1.1 (Revisada y Corregida)
 * Descripción: Estilos personalizados para el proyecto, incluyendo fuentes, botones y otros componentes.
 */


/* ==========================================================================
   ESTILOS GENERALES Y DE DISEÑO
   ========================================================================== */
.img-avatar-circle2 {
    width: 80px;
    height: 80px; /* Corregido: Valor de 'auto%' a '80px' para mantener la proporción */
    border-radius: 50%;
    border: solid 5px #fff;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
    margin: 0 auto;
    display: block;
    transform: translateY(40px);
    transition: all ease .5s;
    position: relative;
    z-index: 1;
}   

.intro-video {
    position: fixed;
    height: 100%; /* Corregido: Valor de 'auto%' a '100%' para ocupar toda la altura */
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.intro-fixed .intro-fixed-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ==========================================================================
   DEFINICIÓN DE FUENTES PERSONALIZADAS
   ========================================================================== */

/* --- Fuente Notalistic --- */
@font-face {
    font-family: 'notalistic';
    src: url('../fonts/notalistic/notalistic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/notalistic/notalistic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/notalistic/notalistic.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/notalistic/notalistic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/notalistic/notalistic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/notalistic/notalistic.svg#notalistic') format('svg'); /* Legacy iOS */
    font-weight: 700; /* Corregido: Propiedades movidas al nivel correcto */
    font-style: normal;
}

/* --- Clases de fuentes --- */
.font-notalistic  { font-family: "notalistic", serif; font-size: 6.2em; font-weight: 600; }
.font-notalistic2 { font-family: "notalistic", serif; font-size: 1.4em; font-weight: 700; }
.font-notalistic3 { font-family: "notalistic", serif; font-size: 4.2em; font-weight: 600; }
.font-notalistic4 { font-family: "notalistic", serif; font-size: 2.2em; font-weight: 700; }
.font-notalistic5 { font-family: "notalistic", serif; font-size: 4.4em; font-weight: bold;  }

.font-nota4 { font-style: italic !important; font-family: Droid Serif, "Montserrat", sans-serif; font-size: 2.2em; font-weight: 600; }
.font-nota3 { font-style: italic !important; font-family: Droid Serif, "Montserrat", sans-serif; font-size: 3.2em; font-weight: 600; }
.font-nota2 { font-style: italic !important; font-family: Droid Serif, "Montserrat", sans-serif; font-size: 5.2em; font-weight: bold; }
.font-nota  { font-style: italic !important; font-family: Droid Serif, "Montserrat", sans-serif; font-size: 15px;  font-weight: bold; }

.font-italic  { font-style: italic !important; }
.font-italic2 { font-style: italic !important; font-size: 2.2em; font-weight: bold; }

.font-1 { font-family: "Montserrat", sans-serif; }
.font-2 { font-family: "Droid Serif", serif; }

.fs-1 { font-size: .75019rem !important; }
.fs-2 { font-size: 1.77689rem !important; }
.fs-4 { font-size: 3.15733rem !important; }
.fs-5 { font-size: 1.875em; /* 30px */ }
.fs-6 { font-size: 0.875em;  /* 14px */ }

.font-Tnota  { font-style: normal !important; font-family: Droid Serif, "Montserrat", sans-serif; font-size: 17px; font-weight: bold; }
.font-Tnota2 { font-style: normal !important; font-family: Droid Serif, "Montserrat", sans-serif; font-size: 15px; font-weight: bold; }


/* ==========================================================================
   BOTONES FLOTANTES (WhatsApp, Telegram)
   ========================================================================== */

/* --- Botón WhatsApp --- */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 60px; /* Alineación vertical del icono */
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

/* --- Botón Telegram --- */
.telegram-fab {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px; /* Ajustado para no superponerse con WhatsApp */
  right: 40px;
  background-color: #27A7E7;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
.telegram-fab:hover {
  background-color: #1E88C6;
  color: #FFF;
}
.fab-icon {
  margin-top: 15px; /* Centra verticalmente el icono */
}


/* ==========================================================================
   COMPONENTES (Big Buttons, Listas)
   ========================================================================== */

/* --- Big Buttons --- */
.bigbuttons {
    width: 100%;
}
.bigbuttons td {
    width: 25%;
    text-align: center;
    vertical-align: top;
}
.bigbuttons a {
    text-decoration: none;
    color: #FFFFFF;
}
.bigbuttons span {
    display: block;
    padding-top: 4px;
    font-size: 90%;
    line-height: 125%;
}
.bigbuttons a:hover {
    opacity: 1;
}
.bigbuttons i {
    border-radius: 50%;
    color: #fff;
}

/* --- Listas Numeradas y Alfabéticas --- */
.numbered-list,
.alpha-upper,
.alpha-lower {
    counter-reset: item;
    list-style: none;
    padding-left: 1.5rem;
}
.numbered-list li::before {
    counter-increment: item;
    content: counter(item) ". ";
    font-weight: bold;
    margin-right: 0.5rem;
}
.alpha-upper li::before {
    counter-increment: item;
    content: counter(item, upper-alpha) ". ";
    font-weight: bold;
    margin-right: 0.5rem;
}
.alpha-lower li::before {
    counter-increment: item;
    content: counter(item, lower-alpha) ") ";
    font-weight: bold;
    margin-right: 0.5rem;
}


/* ==========================================================================
   TIPOGRAFÍA ESPECÍFICA POR FAMILIA DE FUENTE
   ========================================================================== */

/* --- Fuentes Roboto --- */
.Roboto-t1800 {
    font-family: Roboto, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 115px;
    line-height: 115px; /* Corregido */
    color: #e8e6e3;     /* Corregido */
}

.roboto-p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* Corregido */
}

/* --- Fuentes Verdana --- */
.verdana-t1 { font-family: Verdana, Geneva, sans-serif; font-size: 48px; font-weight: 700; line-height: 53.9px; }
.verdana-t2 { font-family: Verdana, Geneva, sans-serif; font-size: 2.6rem; font-weight: bold; }
.verdana-p  { font-family: Verdana, Geneva, sans-serif; font-size: 2.2rem; font-weight: 550; color: #003366; }
.verdana-p2 { font-family: Verdana, Geneva, sans-serif; font-size: 26px; font-weight: 300; line-height: 24px; color: rgb(232, 230, 227); }
.verdana-p3 { font-family: Verdana, Geneva, sans-serif; font-size: 2.8rem; }
.btnR2      { font-family: Verdana, Geneva, sans-serif; font-size: 1.2rem; font-weight: 500; border-radius: 10px; }

/* --- Fuentes Cooper e Impact --- */
.cooper-t1  { font-family: Cooper, Verdana, Geneva, sans-serif; font-size: 5.2rem; font-weight: bold; }
.titimpact  { font-family: Impact, Cooper, Verdana, sans-serif; font-size: 4.2rem; font-weight: bold; }
.titimpact2 { font-family: Impact, Cooper, Verdana, sans-serif; font-size: 2.2rem; font-weight: bold; }

/* --- Fuentes Margot --- */
.margot-btnR { font-family: Margot, Verdana, Geneva, sans-serif; font-size: 1.5rem; font-weight: 600; border-radius: 20px; }

/* --- Fuentes Lato --- */
.lato-h1 { font-family: 'Lato', sans-serif; font-size: 2.5rem; font-weight: 900; color: #2c3e50; } /* Corregido: selector de clase */
.lato-h2 { font-family: 'Lato', sans-serif; font-size: 2rem;   color: #34495e; }
.lato-h3 { font-family: 'Lato', sans-serif; font-size: 1.5rem; color: #7f8c8d; }
.lato-p  { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 1rem; line-height: 1.6; color: #555; }

/* --- Fuentes Open Sans --- */
.TOpenSans14px       { font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-weight: 500; color: rgb(29, 191, 191); }
.TOpenSansBLACK14px  { font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-weight: 500; color: rgb(102, 102, 102); }
.TOpenSans16px       { font-family: "Open Sans", Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 20px; color: rgb(255, 255, 255); text-transform: uppercase; }
.TOpenSans20px       { font-family: "Open Sans", Arial, sans-serif; font-size: 20px; font-weight: 700; line-height: 20px; color: rgb(255, 255, 255); text-transform: uppercase; }
.TOpenSansBLACK26px  { font-family: "Open Sans", Arial, sans-serif; font-size: 26px; font-weight: 700; line-height: 39px; color: rgb(0, 51, 102); text-transform: uppercase; }
.TOpenSans42px       { font-family: "Open Sans", Arial, sans-serif; font-size: 42px; font-weight: 600; color: rgb(255, 255, 255); text-transform: uppercase; }

/* --- Fuentes Montserrat --- */
.TMontset27px { font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 27px; font-weight: 600; line-height: 27px; color: rgb(255, 255, 255); }
.TMontset35px { font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 35px; font-weight: 600; line-height: 27px; color: rgb(255, 255, 255); }
.TMontset42px { font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 42px; font-weight: 700; line-height: 42px; color: rgb(255, 255, 255); }

/* --- Fuentes Helvetica --- */
.Helvetica80 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 80px; font-weight: 400; line-height: 88px; color: rgb(28, 30, 33); letter-spacing: -3.2px; }
.Helvetica12 { font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; line-height: 16.08px; color: rgb(28, 30, 33); }


/* ==========================================================================
   BOTONES PERSONALIZADOS
   ========================================================================== */
/* :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}*/

/* MEJORA: Botones ahora usan las variables CSS para fácil mantenimiento */
.btn-azul {
    background-color: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}
.btn-azul:hover {
    background-color: #0b5ed7; /* Color más oscuro para hover */
    border-color: #0a58ca;
    color: var(--white);
}

.btn-rojo {
    background-color: var(--danger);
    border-color: var(--danger);
    color: var(--white);
}
.btn-rojo:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: var(--white);
}

.btn-verde {
    background-color: var(--success);
    border-color: var(--success);
    color: var(--white);
}
.btn-verde:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: var(--white);
}

.card-body-big {
    padding: 2rem;
}
/* --------------------------------------------------- 
               OTROS 22-07-2025
   ---------------------------------------------------*/ 
            .Roboto-t1500 {
                font-family: Roboto, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 70px;
                line-height: 115px; /* Corregido */
                color: #e8e6e3;     /* Corregido */
            }
            /* --------------------------- 
               Botones de tamaño uniforme 22-07-2025
               --------------------------- */
            .btn-uniforme,
            .btn-uniforme2,
            .btn-uniforme3, 
            .btn-uniforme4 {
                white-space: normal;
                text-align: center;
                padding: 10px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            .btn-uniforme {
                width: 100%;
                max-width: 220px;
                height: 60px;
            }
            
            .btn-uniforme2 {
                width: 220px;
                height: 50px;
            }
            .btn-uniforme3 {
                width: 100%;
                max-width: 250px;
                height: 100px;
            }
            .btn-uniforme4 {
                width: 100%;
                max-width: 300px;
                height: 100px;
            }
            
            .btn-uniforme i,
            .btn-uniforme2 i,
            .btn-uniforme3 i {
                margin-right: 5px; /* Espacio entre ícono y texto */
            }





/* --- FIN DEL ARCHIVO --- */