@charset "UTF-8";
@import url("https://use.typekit.net/ras5img.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.rojo {
  color: #ff005d !important;
}

.verde {
  color: #00d49d !important;
}

.amarillo {
  color: #fedf03 !important;
}

.azul {
  color: #0085b6 !important;
}

.fi {
  font-style: italic !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.ff-1 {
  font-family: "Raleway", sans-serif !important;
}

.fc-1 {
  color: #004c36 !important;
}

.br-30 {
  border-radius: 30px !important;
}

.btn-success {
  background-color: #004c36;
  color: #00d49d;
  font-weight: 600;
}

.btn-success:hover {
  background-color: #232323;
  color: #ffffff;
  border: 1px solid #232323;
}

.btn-success:focus {
  background-color: #232323;
  color: #ffffff;
  outline: none;
}

.btn-success:active {
  background-color: #232323;
  color: #ffffff;
  outline: none;
}

.btn-primary {
  background-color: #0085b6;
  border-color: #0085b6;
  color: #ffffff;
  font-weight: 600;
}

.text-primary {
  color: #0085b6 !important;
}

.text-bg-primary {
  color: #fff !important;
  background: #00d49d;
  background: linear-gradient(90deg, rgba(0, 212, 157, 0.65) 50%, rgba(0, 133, 182, 0.75) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d49d", endColorstr="#00d49d", GradientType=1 );
}

#header {
  padding: 0px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
}

#header.background-header {
  background: #ffffff;
  border-bottom: 5px solid #ffd204;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #header {
    height: auto;
    padding: 0px 20px;
  }
}
#header .logo-header {
  width: 254px;
}

@media (max-width: 768px) {
  #header .logo-header {
    width: 164px;
  }
}
#header li .nav-link {
  font-size: 24px;
  color: #232323;
}

#header #menu_Principal_headers li .nav-link {
  font-size: 16px;
  font-weight: 500;
}

#header #menu_Principal_headers li .nav-link:hover {
  color: #004c36;
}

#header #menu_Principal_headers li .nav-link.active {
  color: #004c36;
}

#header .navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  border: none;
  outline: none;
}
#header .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

#header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(35, 35, 35, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 1.5rem;
  height: 1.5rem;
}

#carousel {
  height: 100vh;
}

#carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00d49d;
  background: linear-gradient(90deg, rgba(0, 212, 157, 0.65) 50%, rgba(0, 133, 182, 0.75) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d49d", endColorstr="#00d49d", GradientType=1 );
}

@media (max-width: 768px) {
  #carousel {
    height: auto;
  }
}
#carousel .slide {
  height: 95vh;
  display: flex;
  position: relative;
  padding: 80px 0px;
}

@media (max-width: 768px) {
  #carousel .slide {
    height: auto;
    padding: 40px 0px;
  }
}
#carousel .slide .container-fluid {
  z-index: 999;
}

#carousel .slide h1 {
  font-size: 2.45rem;
  color: #ffffff;
}

@media (max-width: 768px) {
  #carousel .slide h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  #carousel .slide .botonesSlide .btn {
    font-size: 0.9rem;
    text-align: center;
    justify-content: center !important;
  }
}
#carousel .slide .contenido {
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #carousel .slide .contenido {
    font-size: 1rem;
  }
}
#carousel .heightImg {
  height: 85vh;
}

@media (max-width: 768px) {
  #carousel .heightImg {
    height: auto;
  }
}
#carousel .slick-dots {
  bottom: 20px !important;
}

#carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff !important;
}

#carousel .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.35;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fraseDestacada {
  padding: 80px 0;
}

#queEsColorMach {
  position: relative;
}

#queEsColorMach::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #eaeaea;
  z-index: -1;
}

#comoFunciona .card {
  min-height: 310px;
  background-color: rgba(234, 234, 234, 0.75);
  border-color: #eaeaea;
}

#comoFunciona .numero {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff005d;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
}

.badge-danger {
  background-color: #ff005d;
  font-weight: 600;
}

#comoFunciona {
  padding: 80px 0;
}

footer {
  padding-top: 30px;
  background-color: #008b6a;
}

footer #links-footer li, footer #links-footer2 li {
  font-size: 24px;
  color: #004c36;
}

footer p {
  font-size: 16px;
}

footer hr {
  border-top: 2px solid #ffffff;
}

footer #menu-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 2px solid #ffffff;
}

footer #menu-footer li:last-child {
  border-right: none;
}

footer #menu-footer li:first-child a.nav-link {
  padding-left: 0;
}

footer #menu-footer li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}

footer #menu-footer li a.nav-link {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

footer #menu-footer li a:hover {
  color: #004c36;
  text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffffff;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #232323;
  color: #232323;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.whatsappButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}

.whatsappButton a {
  text-decoration: none;
  color: #ffffff;
}

.whatsappButton .whatsapp-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #00d49d;
  border-radius: 50%;
  border: 5px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  animation: pulsar 2s infinite;
  cursor: pointer;
}

.whatsappButton .whatsapp-icon-inner:hover {
  background-color: rgba(0, 212, 157, 0.1);
}

.whatsappButton .whatsapp-icon-inner .walogo {
  color: #ffffff;
  font-size: 30px;
  transition: transform 0.3s ease;
}

@keyframes pulsar {
  0% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    transform: scale(1);
    border-color: rgba(255, 255, 255, 0.5);
  }
}
#faq {
  padding: 80px 0;
  background-color: #fedf03;
}

.informe-colormach .card-title i,
.informe-colormach .informe-lista i {
  vertical-align: middle; /* Asegura una buena alineación vertical */
}

/* Aumentamos un poco el tamaño del ícono en la lista para mejor visibilidad */
.informe-colormach .informe-lista i {
  font-size: 1.2em;
  margin-top: 3px;
}

#test-form table.table-bordered tbody td {
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

#test-form table.table-bordered tbody td:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

#test-form table.table-bordered tbody td input[type=radio] {
  pointer-events: none;
  margin: 0 auto;
  display: block;
}

.pregunta-incompleta {
  animation: pulseWarning 1s ease-in-out 3;
}

.pregunta-incompleta table.table-warning {
  border: 2px solid #ffc107 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.pregunta-incompleta table.table-warning thead tr {
  background-color: #fff3cd !important;
}

@keyframes pulseWarning {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
#test-form table.table-bordered tbody td.celda-seleccionada {
  background-color: rgba(40, 167, 69, 0.15) !important;
  border-color: #28a745 !important;
  font-weight: 500;
}

#test-form table.table-bordered tbody td.celda-seleccionada input[type=radio]:checked {
  accent-color: #28a745;
}

#test-form table.table-bordered input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#test-form table.table-bordered input[type=radio]:checked {
  transform: scale(1.1);
}

table.table-bordered {
  transition: all 0.3s ease;
}

table.table-bordered thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 10;
}

table.table-bordered tbody tr {
  transition: background-color 0.2s ease;
}

.pregunta {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.pregunta:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pregunta p.fw-bold {
  color: #495057;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

@media (max-width: 768px) {
  .pregunta {
    overflow-x: auto;
  }
  .pregunta table {
    min-width: 300px;
  }
  table.table-bordered tbody td {
    padding: 12px 8px;
    font-size: 13px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00d49d;
  background-color: #00d49d;
  color: #ffffff;
  text-align: center;
}

/* ========================================
   Estilos para el Test ColorMACH
   ======================================== */
/* Labels en negrita y asteriscos requeridos */
#test-form .form-label {
  font-weight: 600 !important;
  color: #232323;
}

#test-form .required-asterisk {
  color: #dc3545;
  margin-left: 3px;
  font-weight: 700;
}

/* Test steps - Mejoras de visualización */
.test-step {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Preguntas incompletas - Resaltado visual */
.pregunta-incompleta {
  animation: shake 0.5s ease-in-out;
  border-left: 4px solid #dc3545;
  padding-left: 15px;
  margin-left: -15px;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
.table-warning {
  background-color: #fff3cd !important;
  border: 2px solid #ffc107 !important;
}

/* Celdas seleccionadas - Feedback visual */
.celda-seleccionada {
  background-color: rgba(25, 135, 84, 0.1) !important;
  transition: background-color 0.3s ease;
  border-left: 3px solid #198754 !important;
}

.celda-seleccionada:hover {
  background-color: rgba(25, 135, 84, 0.15) !important;
}

/* Mejora de tablas de preguntas */
#test-form table tbody tr {
  transition: all 0.2s ease;
}

#test-form table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

#test-form table tbody td {
  cursor: pointer;
}

/* Select2 personalización */
.select2-container--default .select2-selection--single {
  height: 38px !important;
  padding: 6px 12px !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px !important;
  color: #495057 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0085b6 !important;
}

/* Informe ColorMACH - Estilos mejorados */
.informe-colormach .card {
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.informe-colormach .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.informe-lista li {
  transition: all 0.2s ease;
}

.informe-lista li:hover {
  transform: translateX(5px);
}

/* Responsive para selectores de país */
@media (max-width: 768px) {
  .select2-container {
    width: 100% !important;
  }
}
/* ========================================
   Estilos para Informe ColorMACH Mejorado
   ======================================== */
/* Cards de ámbitos con borde gradiente */
.informe-colormach .card[style*=border-image] {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.informe-colormach .card[style*=border-image]:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Iconos circulares con gradiente */
.informe-colormach .rounded-circle {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.informe-colormach .rounded-circle:hover {
  transform: scale(1.1);
}

/* Listas de fortalezas y oportunidades */
.informe-colormach .informe-lista li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.informe-colormach .informe-lista li:last-child {
  border-bottom: none;
}

.informe-colormach .informe-lista li:hover {
  background-color: #f8f9fa;
  padding-left: 5px;
}

/* Icono principal del informe */
.informe-icono-principal {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  animation: pulseIcon 2s ease-in-out infinite;
}

@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/* Badge de vibración */
.informe-colormach .badge.rounded-pill {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Kit de activación oscuro */
.informe-colormach .bg-dark {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%) !important;
}

/* Títulos de secciones */
.informe-colormach h4 {
  font-weight: 700;
}

.informe-colormach h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

.informe-colormach h6 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Lead text mejorado */
.informe-colormach .lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
}

/* Mejora de espaciado */
.informe-colormach .card-body {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .informe-colormach .card-body {
    padding: 2rem;
  }
}
/* Backgrounds con gradiente suave */
.bg-primary-lighten {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.bg-success-lighten {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.bg-warning-lighten {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.bg-danger-lighten {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
}

/* Animación de entrada para cards */
.informe-colormach .card {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive para cards de ámbitos */
@media (max-width: 768px) {
  .informe-colormach .card .row {
    flex-direction: column;
  }
  .informe-colormach .rounded-circle {
    width: 50px !important;
    height: 50px !important;
    padding: 10px !important;
  }
  .informe-colormach .rounded-circle i {
    font-size: 1.5rem !important;
  }
}
/* ========================================
   TOP BAR DE USUARIO
   ======================================== */
.topbar-user {
  background: #ffffff;
  color: #0085b6;
  position: relative;
  z-index: 1040;
}
.topbar-user .topbar-welcome {
  font-size: 0.875rem;
  color: #0085b6;
}
.topbar-user .topbar-welcome strong {
  color: #0085b6;
  font-weight: 600;
}
.topbar-user .badge {
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  font-weight: 500;
}
.topbar-user .btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.topbar-user .btn-sm.btn-outline-primary {
  color: #0085b6;
  border-color: #0085b6;
}
.topbar-user .btn-sm.btn-outline-primary:hover {
  background-color: #0085b6;
  border-color: #0085b6;
  color: #ffffff;
}
.topbar-user .btn-sm.btn-outline-danger {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.topbar-user .btn-sm.btn-outline-danger:hover {
  background-color: rgba(220, 53, 69, 0.8);
  border-color: #dc3545;
  color: #ffffff;
}
.topbar-user .btn-sm.btn-primary {
  background-color: #0085b6;
  border-color: #0085b6;
  color: #ffffff;
}
.topbar-user .btn-sm.btn-primary:hover {
  background-color: #00d49d;
  border-color: #00d49d;
  color: #ffffff;
}
.topbar-user .btn-sm i {
  font-size: 1rem;
}
.topbar-user .gap-2 {
  gap: 0.5rem;
}
.topbar-user .gap-3 {
  gap: 1rem;
}

@media (max-width: 576px) {
  .topbar-user .topbar-user-info,
  .topbar-user .topbar-guest-info {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .topbar-user .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
  .topbar-user .btn-sm span {
    display: none !important;
  }
  .topbar-user .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }
}
/* ========================================
   SELECT2 CUSTOMIZATION FOR BOOTSTRAP 5
   ======================================== */
.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem) !important;
  padding-left: 0 !important;
  color: #212529;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + 0.75rem) !important;
}
.select2-container.select2-container--focus .select2-selection--single {
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.select2-dropdown {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.select2-search--dropdown {
  padding: 0.5rem;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  outline: none;
}
.select2-search--dropdown .select2-search__field:focus {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.select2-results__option {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.select2-results__option--highlighted {
  background-color: #0d6efd !important;
  color: white !important;
}
.select2-results__option--selected {
  background-color: #e9ecef !important;
  color: #212529;
}

/* --- Estilos ColorMACH para ETM Day (SCSS) --- */
/* 1. Definimos la paleta de colores */
/* 2. Contenedor principal del evento */
.section-colormach-event {
  color: #0D0B2B;
  border-radius: 1rem; /* Bordes redondeados */
  overflow: hidden; /* Para que el radio se aplique bien */
  /* 3. Tipografía y acentos (Anidado) */
}
.section-colormach-event h1,
.section-colormach-event h2,
.section-colormach-event h3 {
  font-weight: 700; /* Títulos más potentes */
}

/* El acento de color para ¹ y 3leven */
.text-accent-pink {
  color: #EC008C;
}

/* 4. Separador (la línea ⸻) */
.hr-accent {
  border-color: #EC008C;
  opacity: 0.5;
  border-width: 2px;
}

/* 5. Lista de "Lo que vivirás" (Anidado) */
.list-colormach li {
  position: relative;
  padding-left: 2rem; /* Espacio para el ícono */
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  /* Ícono personalizado (Anidado) */
}
.list-colormach li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.65rem; /* Ajuste vertical */
  width: 10px;
  height: 10px;
  background-color: #EC008C;
  border-radius: 50%;
}

.btn-danger {
  background-color: #EC008C !important;
  border-color: #EC008C !important;
  color: #ffffff;
  font-weight: 600;
}

.bg-danger-2 {
  background-color: #EC008C !important;
}

/* 6. El botón de CTA (Anidado con pseudo-clase) */
.btn-colormach {
  background-color: #EC008C;
  border-color: #EC008C;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-colormach:hover {
  background-color: #ffffff; /* Blanco al pasar el mouse */
  border-color: #0D0B2B;
  color: #0D0B2B; /* Texto oscuro al pasar el mouse */
  transform: scale(1.05);
}/*# sourceMappingURL=estilos.css.map */