/*----generales--------*/
::selection {
  background-color: #ffc107; /* fondo turquesa */
  color: #ffffff; /* texto blanco */
}
/* Firefox requiere prefijo */
::-moz-selection {
  background-color: #ffc107;
  color: #ffffff;
}
html{
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
p{
  font-size: 1.25rem;/*20px*/
  line-height: 150%;
  text-align: justify;
}
.intro{
  color:#daa520;
}
h1{
      font-size: 6.5rem;
      color: #daa520;
}
h2{
    font-size: 4rem;
    color: #3a3a3a;
}
.definiendo{
  color: #6e6e6e;
}
h3{
  font-size: 2.5rem;/*40px*/
}
h4{
  font-size: 1.5rem; /*24px*/
  color: #052c65;
}
.icono-check{
  width: 20px;
  margin-right: 15px;
}
.icon-danger{
  width: 15px;
  margin-right: 15px;
}
li{
  list-style: none;
  font-size: 1.25rem;
}
/*----header------*/
header{
  z-index: 999;
}
.navbar .icono-dorado {
  color: #daa520; /* dorado */
}

.navbar-brand{
  color: #d9df73;
  font-family: "Baloo 2", sans-serif;
  font-size: 25px;
}
.navbar-brand i{
  color: #d9df73;
}
/* Hover para ítems normales del menú */
.custom-hover:hover {
  color: #000000 !important;
  background-color:#ff9800;
  border-radius: 5px;
  /*text-decoration: underline;*/
  transition: 0.3s ease;
}
/* Hover para ítems del dropdown */
.dropdown-item:hover {
  background-color: #ff9800;
  color: #fff;
  transition: 0.3s ease;
}
/*----hamburgeza--#2c3e50----*/
header .fullscreem {
  background-color: #4a4a60;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
  border-bottom: 2px solid #253342;
}
.navbar {
  background-color: #4a4a60;
  position: relative;
  z-index: 1002;
}
.navbar-nav .nav-link,
.navbar-brand {
  color: #fff !important;
}
.navbar-nav .nav-link:hover {
  color: #ffd700 ;
}
/* Estilo del menú hamburguesa */
.navbar-toggler {
  border: none;
}
.dropdown-menu{
  position: absolute !important;
  z-index: 2000 !important;
}
/*-----barra de progreso-----*/
#scrollProgress {
  position: fixed;
  top: 65px; /* ajusta según la altura de tu header */
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #daa520;
  z-index: 999;
  transition: width 0.1s ease;
}
/*------portada--------------*/
main .portada{
  width: 100%;
  height: 400px;
  background-image: url(../img/portada-duoc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 58px;
}
main .portada .capa{
/*background-color: rgba(0, 0, 0, 0.5);*/
background: rgb(2,0,36);
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0.8323704481792717) 0%, rgba(0,0,0,0.8743872549019608) 15%, rgba(0,0,0,0) 56%, rgba(0,212,255,0) 100%);
width: 100%;
height: 100%;
box-shadow: 7px 1px 7px rgba(0, 0, 0, 0.9);
position: relative;
z-index: 1;
}
.capa article img{
  position: absolute;
  top: -105px;
  left: 320px;
  width: 48%;
}
/*------fin portada---------*/
  .exp{
    background-color: #f8b009;
  }
/*----seccion tabla de datos alumno profesor----*/
.card-body{
  font-size: 1.25rem;
}

.card-header{
  background-color:#daa520 ;
  border-bottom:1px solid #daa520;
}
/*----seccion informacion del alumno-----*/
.info{
  color:#052c65 ;
}
.card{
  border:  1px solid  #daa520;
}
.card, .nombre, .cristian, .asignatura, .proyecto, .carrera, .diseño, .profesor, .nico{
  border-bottom: 1px solid  #daa520;
}
/* En pantallas grandes (por ejemplo, más de 1024px) */
@media (min-width: 1024px) {
  .profesor,
  .nico {
  
    border-bottom: none; /* por si acaso */
  }
}
/*-------- diagrama ikigai-----------------------*/
.container svg {
  overflow: visible; /* Permite que el círculo agrandado no se corte */
}
svg circle {
  transition: transform 0.3s ease, filter 0.3s ease;
  transform-origin: center;
  cursor: pointer;
}

/* Efecto de hover con palpitación */
svg circle:hover {
  animation: palpitar 1.2s infinite ease-in-out;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
  stroke-width: 2;
}

/* Animación de latido */
@keyframes palpitar {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Texto clickeable */
svg text {
  font-size: 14px;
  font-weight: 500;
  fill: #222;
  cursor: pointer;
  /* transition: fill 0.3s ease, transform 0.3s ease;*/
}

svg text:hover {
  fill: #000;
  font-weight: 600;
  /*transform: scale(1.1);*/

}

  /*------modales ikigai--------*/
   .modal-header{
    color: #052c65;
  }
  .modal-body{
color: #181818;
  }
.modal-content{
      border:  2px solid #daa520;
}
  .modal-header {
    background-color: #e9e8e8;
    border-bottom:  1px solid #daa520;
  }


  .icono-check {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: middle;
  }
  /*-----mano ----*/
.tooltip-ikigai {
  position: absolute;
  top: 55%;
  left: 20%;
  background: #daa520;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}
/* En móviles */
@media (max-width: 768px) {
  .tooltip-ikigai {
    top: 50%; /* más arriba */
  }

  /* Cambia la mano en móviles */
  .tooltip-ikigai .emoji::before {
    content: "👇";
  }

  .tooltip-ikigai .emoji {
    display: none; /* oculta la 👉 original */
  }

  .tooltip-ikigai::after {
    content: " 👇";
  }
}
/*------text truncade ----*/
.multiline-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.toggle-btn{
  color: #daa520;
  border: none;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
}
/*----acordion---tirador personalizado---*/
.accordion-item {
  margin-bottom: 10px;
}
.accordion-item {
border: none;
}
.accordion-button {
  border-radius: 0.5rem;
  margin-bottom: 0;
  border: 1px solid #daa520;
  font-size: 1.25rem;
}
.accordion-collapse {
  border: 1px solid #daa520;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 165, 32, 0.4); /* #daa520 con 40% de opacidad */
}
.accordion-button::after {
  color: #ff9800;
  display: none;
}
/* Opcional: cambiar color cuando está abierto */

.accordion-button i {
  color:  #daa520;
  transition: transform 0.3s ease;
}
.accordion-button.collapsed i {
  transform: rotate(0deg);
}
.accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
  color: #253342;
}
/* Botón cuando está expandido (activo) */
.accordion-button:not(.collapsed) {
  background-color: #e9e8e8; 
}
/*--------smart-------*/
.tab-content {
  border: 1px solid #daa520;
  border-radius: 7px;
}
#smartTabs .nav-link {
  font-size: 1.25rem;
  font-weight: bold;
  color: #052c65;
  border: none;
  transition: all 0.3s ease;
}

#smartTabs .nav-link.active {
  color:  #daa520;
  transform: scale(1.3);
}

#smartTabs .nav-link:hover {
  color: #daa520;
  transform: scale(1.2);
}

.tab-content p {
  animation: fadeIn 0.6s ease-in-out;
}
.lead{
  color: #3f4346;
  font-size: 1.25rem;
  font-weight: 400;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Estilo similar a .lead */
.tabla-lead {
    color: #3f4346;
    font-size: 1.25rem;
    font-weight: 400;
    animation: fadeIn 0.6s ease-in-out;
}

/* Animación fadeIn */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Opcional: animación fila por fila */
#tablauno tbody tr {
    animation: fadeIn 0.6s ease-in-out;
    animation-fill-mode: both;
}
/* Estilos personalizados para la barra de búsqueda */
.dataTables_filter input {
    margin:0 10px 10px 0;
    width: 200px; /* Ajusta el ancho según lo necesites */
}
/* Opcional: Estilo para el texto "Mostrar _MENU_ filas" */
.dataTables_length {
    margin: 0 0 10px 10px;
}

/* Agregar margen a la sección de información de DataTables */
.dataTables_info {
    margin:0 0 15px 10px;  
}
/*----fin smart------*/
/*----proposito profesional-----*/
#proposito{
    border-bottom: 1px solid #daa520;
}
/*----desarrollo de la matriz----*/
/* Aseguramos que el contenedor sea el punto de referencia */
.col-lg-6 {
  position: relative;
}
.mainSlider-matriz {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
table td, table th {
  vertical-align: top;
}
.mainSlider-matriz .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.thumbs-matriz {
  margin-top: 15px;
  width: 100%;
  max-width: 600px;
  height: 100px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #d9df73 transparent;
}
.thumbs-matriz .swiper-slide {
  flex: 0 0 auto;
  width: 100px;
  height: 70px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
/* Miniaturas matriz con object-fit contain */
.thumbs-matriz .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.thumbs-matriz .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #daa520;
  border-radius: 15px;
  transform: scale(1);
}
/* Flechas matriz */
.btn-next-matriz,
.btn-prev-matriz {
  width: 50px;
  height: 50px;
  background-color: #daa520;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 998;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn-next-matriz {
  right: 1px; /* Mitad afuera */
}
.btn-prev-matriz {
  left: 1px; /* Mitad afuera */
}
.btn-next-matriz::after,
.btn-prev-matriz::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.btn-next-matriz::after {
  content: "\f105"; /* Flecha derecha */
}
.btn-prev-matriz::after {
  content: "\f104"; /* Flecha izquierda */
}
.exel{
  text-decoration:none; 
   font-weight:bold;
   color: #daa520;
}
/*---propuesta--*/
#propuesta{
  border-bottom: 1px solid #daa520;
}
/*matriz--*/
#matriz{
  border-bottom: 1px solid #daa520;
}
/*----METODO NABC----*/
.tab-content {
  border: 1px solid #daa520;
  border-radius: 7px;
}

#nabcTabs .nav-link {
  font-size: 1.25rem;
  font-weight: bold;
  color: #052c65;
  border: none;
  transition: all 0.3s ease;
}

#nabcTabs .nav-link.active {
  color: #daa520;
  transform: scale(1.3);
}

#nabcTabs .nav-link:hover {
  color: #daa520;
  transform: scale(1.2);
}

.tab-content p {
  animation: fadeIn 0.6s ease-in-out;
}

.lead {
  color: #3f4346;
  font-size: 1.25rem;
  font-weight: 400;
}
/* FIN METODO NABC*/
/*--pitch---*/
.video{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color:#2a2a2a;
  padding-left: 0px;
  padding-right: 0px;
  border: 2px  #daa520 solid ;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.descarga-icono {
  position: absolute;
  top: 20px;
  left: 50px;
  font-size: 1.5rem;
  color: #daa520; 
  text-decoration: none;
  z-index: 10;
}
.descarga-icono:hover {
  color: #ffc107;
}
.curriculum{
  font-size: 20px;
  color:#052c65;
}
.pitch{
  border-bottom: 1px solid #daa520;
  margin-top: 70px;

}
  /*-----swiper--------*/
 /* Arquetipo */

.mainSlider-arquetipo {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
table td, table th {
  vertical-align: top;
}
.mainSlider-arquetipo .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbs-arquetipo {
  margin-top: 15px;
  width: 100%;
  max-width: 600px;
  height: 100px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #d9df73 transparent;
}
.thumbs-arquetipo .swiper-slide {
  flex: 0 0 auto;
  width: 100px;
  height: 70px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
/* Miniaturas arquetipo con object-fit contain */
.thumbs-arquetipo .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.thumbs-arquetipo .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #daa520;
  border-radius: 15px;
  transform: scale(1);
}
/* Flechas arquetipo */
.btn-next-arquetipo,
.btn-prev-arquetipo {
  width: 50px;
  height: 50px;
  background-color: #daa520;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 998;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn-next-arquetipo {
  right: 1px; /* Mitad afuera */
}
.btn-prev-arquetipo {
  left: 1px; /* Mitad afuera */
}
.btn-next-arquetipo::after,
.btn-prev-arquetipo::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.btn-next-arquetipo::after {
  content: "\f105"; /* Flecha derecha */
}
.btn-prev-arquetipo::after {
  content: "\f104"; /* Flecha izquierda */
}
/* Cardsorting */
#Wireframe-digital article{
  border-bottom: 1px solid #daa520;
}
#semanaDos{
  border-top:;
}
#empatia article{
  border-bottom: 1px solid #daa520;
}
.mainSlider-cardsorting {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mainSlider-cardsorting .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.thumbs-cardsorting {
  margin-top: 15px;
  width: 100%;
  max-width: 600px;
  height: 100px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #daa520 transparent;
}
.thumbs-cardsorting .swiper-slide {
  flex: 0 0 auto;
  width: 100px;
  height: 70px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
/* Miniaturas cardsorting con object-fit cover */
.thumbs-cardsorting .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbs-cardsorting .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #daa520;
  border-radius: 15px;
  transform: scale(1);
}
/* Flechas cardsorting */
.btn-next-cardsorting,
.btn-prev-cardsorting {
  width: 50px;
  height: 50px;
  background-color: #daa520;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 997;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn-next-cardsorting {
  right: 1px;
}
.btn-prev-cardsorting {
  left: 1px;
}
.btn-next-cardsorting::after,
.btn-prev-cardsorting::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.btn-next-cardsorting::after {
  content: "\f105";
}
.btn-prev-cardsorting::after {
  content: "\f104";
}
/* Columna carrusel */
.col-lg-6 {
  overflow: visible;
  position: relative;
}
/*-------mapa de navegacion----*/
.mapa{
  border: 1px solid  #daa520;
  border-radius: 15px;
}
.img-mapa{
    border-radius: 15px;
}
/*---------lupa----------*/
.magnifier {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.1);
  border: 5px solid white;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  cursor: none;
  background-repeat: no-repeat;
}
.magnifier::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
}
.plus {
  font-size: 3rem;
  color: black;
  pointer-events: none;
}
/*-------fin de lupa-----*/
/*--wireframe analogo----*/
.wireframe-desktop{
  width: 209px;
}
/*---------bibliografia-----*/
.bibliografia{
  background-color: #f9f9fb;
border-radius: 15px;
}
.bibliografia img{
  width: 30px;
}
.b-link{
  color: #052c65;
}
  /*--------guia de estilos-----*/
  /*------owl carrusel--------*/
.owl-carousel .item {
  padding: 10px;
}
.img-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #daa520;
  border-radius: 10px;
}
.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.guincha-negra {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* ajustá como quieras */
  background-color: black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* Contenedor de las flechas */
.owl-nav {
  position: absolute;
  top: 40%;           /* Centra verticalmente */
  width: 100%;
  color: #daa520;
  display: flex;
  justify-content: space-between; /* flecha izquierda y derecha separadas */
  transform: translateY(-50%);     /* ajusta para centrar exactamente */
  pointer-events: auto;            /* para que no bloquee eventos */
  padding: 0 7px;                 /* algo de espacio horizontal */
  box-sizing: border-box;
  z-index: 1000;
  font-size: 50px;
}
/* Botones de flecha (prev/next) */
.owl-nav button:hover {
  background-color: #f8f8f8 !important;
  color: inherit !important;
}
.owl-nav:hover{
color: #2c3e50;
}
/*---guia de estilos-----*/
.owl-carousel .owl-dots .owl-dot span {
  background-color: white;    
  border: 1px solid #000000;     
  border-radius: 50%;        
  width: 15px;                
  height: 15px;               
  display: block;
  transition: background-color 0.3s, border-color 0.3s;
}
/* Para el dot activo (el seleccionado) */
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #daa520;
  border-color:inherit;          
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #4a4a60;
  border-color:inherit;          
}
/*------footer-----*/
.fullscreen-footer{
  background-color:  #4a4a60;
  width: 100%;
}
.navbar-brand .icono-dorado{
    color: #daa520; /* dorado */
}
.tablet-inicio{
  width: 32%;
}
.tablet{
  width: 34%;
}
  .mobil-inicio {
    width: 12.5%;

  }
  .mobil-carrito{
    width: 11.8%;
  }
  .mobil-detalle{
    width: 11.2%;
  }
  /*-----swiper--------*/
/* PhpMyAdmin */
.mainSlider-phpmyadmin {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mainSlider-phpmyadmin .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.thumbs-PhpMyAdmin {
  margin-top: 15px;
  width: 100%;
  max-width: 600px;
  height: 100px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #d9df73 transparent;
}
.thumbs-PhpMyAdmin .swiper-slide {
  flex: 0 0 auto;
  width: 100px;
  height: 70px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: scale(0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.thumbs-PhpMyAdmin .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.thumbs-PhpMyAdmin .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #daa520;
  border-radius: 15px;
  transform: scale(1);
}
/* Flechas PhpMyAdmin */
.btn-next-PhpMyAdmin,
.btn-prev-PhpMyAdmin {
  width: 50px;
  height: 50px;
  background-color: #daa520;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 998;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn-next-PhpMyAdmin {
  right: 1px;
}
.btn-prev-PhpMyAdmin {
  left: 1px;
}
.btn-next-PhpMyAdmin::after,
.btn-prev-PhpMyAdmin::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.btn-next-PhpMyAdmin::after {
  content: "\f105"; /* Flecha derecha */
}
.btn-prev-PhpMyAdmin::after {
  content: "\f104"; /* Flecha izquierda */
}
/*----borde-----*/
.borde{
  border-bottom: 1px solid #daa520;
}/* Scroll horizontal – navegador Webkit (Chrome, Edge, Safari) */
.thumbs-PhpMyAdmin::-webkit-scrollbar {
    height: 8px; /* Alto del scroll horizontal */
}

.thumbs-PhpMyAdmin::-webkit-scrollbar-track {
    background: #ddd; /* Color del track */
}

.thumbs-PhpMyAdmin::-webkit-scrollbar-thumb {
    background: #daa520; /* Color de la barra deslizadora */
    border-radius: 4px;
}

.thumbs-PhpMyAdmin::-webkit-scrollbar-thumb:hover {
    background: #e0a800; /* Color al pasar el mouse */
}

/* Firefox */
.thumbs-PhpMyAdmin {
    scrollbar-width: thin;
    scrollbar-color: #daa520 #ddd;
}

/*---------menu hamburguesa------*/
/* Mobile hasta 991px */
  @media (max-width: 991px) {
  .menu-hamburguesa {
    display: block;
  }

  /* Ocultar solo la versión desktop */
  .menu-desktop {
    display: none;
  }
  .footer-container {
    width: 93%;
    margin: 0 auto;
  }
  /* Alinear nav items a la derecha */
  .navbar-nav {
    align-items: flex-end;
  }
  /* Ajuste títulos */
  h1 {
    font-size: 4rem;
  }
  .titulo {
    font-size: 3rem;
  }

  .mobil {
    width: 10%;
    margin-bottom: 50px;
  }


  /*Ordenar navbar mobile */
  .navbar-brand {
    order: 1;
  }
  .navbar-toggler {
    order: 2;
    margin-left: auto;
  }
  .navbar-collapse {
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
}
@media (max-width: 1200px){
  .guincha-negra{
    display: none;
  }
}