/* resources/css/custom.css (pega esto) */

/* 1) Raleway desde Google Fonts (si ya lo importas en otro archivo, puedes quitar esta línea) */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* 2) Morandi Black - fuente local
   Coloca MorandiBlack.otf (ideal: convertir a .woff2) en resources/fonts/ o public/fonts/
*/
@font-face {
  font-family: 'Morandi Black';
  src: url('../fonts/MorandiBlack.otf') format('opentype'); /* si usas public/fonts/ usa '/fonts/MorandiBlack.otf' */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ------------------- Estilos (limpios) ------------------- */

body {
    font-family: 'Raleway'!important;
    background-color: #f8f8f8;
}

/* Mantener esta clase si la usas, pero sin !important */
.disabled-link {
    pointer-events: none; 
    opacity: 0.5; 
    cursor: default;
}

/* No hace falta definir .font-sans si usas Tailwind; si la necesitas: */
.font-sans {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: #787878;
}
.number-dash{
    font-size: 25px;
    font-weight: bold;
    color: #1b76d1;
}
.positivo-dash{
    font-size: 12px;
    font-weight: bold;
    color: #F05A54;
}
.negativo-dash{
    font-size: 12px;
    font-weight: bold;
    color: #d1211b;
}

a:hover {
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
}

table, form, button ul li {
    font-family: 'Raleway', sans-serif!important;
}

/* Aplicar Morandi a títulos H1 y H2 (y opcionalmente H3-H6 si lo quieres) */
h1, h2 {
    font-family: 'Morandi Black', sans-serif;
}

/* Si quieres que todos los encabezados usen Morandi, descomenta la siguiente línea en lugar de solo h1,h2 */
/* h1,h2,h3,h4,h5,h6 { font-family: 'Morandi Black', sans-serif; } */

.shadow-md {
    --tw-shadow-colored: none;
    --tw-shadow: none;
}

.bg-white {
    background-color: #f8f8f8!important;
}

.bg-gray-100 {
    background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.card-body{
     font-family: 'Raleway', sans-serif;
     font-weight: 200;
}

.card-text{
     font-family: 'Raleway', sans-serif;
     font-weight: 200;
}

.home-title {
    color: #353434;
    font-weight: 500;
    margin: 48px auto 0;
    text-align: center;
    padding-bottom: 20px;
    font-size: 2em;
    /* si quieres que el título principal use Morandi, añade: */
    /* font-family: 'Morandi Black', sans-serif; */
}

.subtitle {
    font-size: 20px;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    /* si quieres Morandi aquí también: */
    /* font-family: 'Morandi Black', sans-serif; */
}

.home-intro {
    color: #353434;
    font-weight: 300;
    margin: 4px auto 0;
    text-align: center;
    padding-bottom: 30px;
    font-size: 0.9em;
    font-family: 'Raleway', sans-serif;
}

.textos_generales {
    color: #353434;
    font-size: 0.8em;
}

.rounded-md {
    border-radius: 0px;
}

.border-gray-300 {
    border-width: 0px;
    border-bottom: 1px solid #cccccc;
    background-color: #f8f8f8;
    font-family: 'Raleway', sans-serif;
}

.bg-gray-800 {
    background-color: rgb(238 43 88 / var(--tw-bg-opacity, 1));
    font-family: 'Raleway', sans-serif;
}

.lb1{
    padding-right: 20px;
}

.pf-0{
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  margin-bottom: 10px;
}

.pf-1{
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  margin-bottom: 10px;
}

.pf-2{
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  margin-bottom: 10px;
}

.logoclick{
    width: 12rem;
    height: 3rem;
    margin-bottom: 20px;
}

.btn-danger{
  background-color: #EE2B58;
}

.bg-custom-gradient {
    background: url('/storage/bg_bienvenida.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed; /* opcional, da efecto de parallax */
}

/* estilos para h1/h2 adicionales */
h1 {
    font-size: 40px;
    font-weight: 700; /* Morandi ya es bold, ajusta si es necesario */
}

h2 {
    font-size: 25px;
    font-weight: 700;
}

/* Footer y Select2 (mantengo tus reglas) */
.footer-colors{
    background-color: #EE2B58;
    color: white;
    min-height: 500px;
    width: 100%;
    padding: 60px;
}

.footer-colors ul{
    line-height: 1.8rem;
}

/* Select2 custom */
.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    padding: 0.5rem 0;
    font: inherit;
    height: auto;
    padding-right: 40px; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-bottom: 2px solid #636d79;
    outline: none;
}

.select2-container--default .select2-selection--single.is-invalid {
    border-bottom-color: #dc3545;
}

.select2-container--default .select2-selection--single.is-valid {
    border-bottom-color: #198754;
}

.shadow {
    box-shadow: none;
}

.subtitle_login{
    font-size: 20px!important;
    justify-content: center!important;
    text-align: center!important;
    font-weight: 700!important;
    padding-bottom: 20px!important;
    font-family: 'Morandi Black', sans-serif!important;
}

.footer_link{
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: #FFF; 
    font-weight:100; 
    font-size: 14px; 
}

.footer_link:hover{
    text-decoration: underline;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-weight:100; 
    font-size: 14px;
}

.title_footer{

    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-weight:100;
    margin-bottom: 20px;  
    font-size: 18px; 
    text-transform: uppercase!important; 
}

.faq-question{
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight:200;
    margin-bottom: 20px;  
    font-size: 18px; 
    text-transform: uppercase!important; 

}

.text-sm {
    font-family: 'Raleway', sans-serif!important;
}

.text-black {
    font-color:#353434;
    font-weight: 500;
}

span {
  font-family: 'Raleway', sans-serif!important;
}
.is-invalid {
    border-color: #dc3545;
    background-color: #fcebea;
}
.invalid-feedback {
    color: #dc3545;
    font-size: 0.85rem;

}