﻿@charset "UTF-8";
/*ibox*/
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.addInformation {
  color: #0061a1;
  text-decoration: solid;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec !important;
  border-image: none;
  border-style: solid solid none !important;
  border-width: 2px 0 0 !important;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec !important;
  border-image: none;
  border-style: solid solid none !important;
  border-width: 1px 0;
}

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
  color: #003565;
}
.ibox-title h5 i {
  color: gray;
}

.ibox-title .label {
  float: left;
  margin-left: 4px;
}

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}

.ibox-tools a:not(.normal) {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}

.ibox-tools a.btn-primary {
  color: #fff;
}

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

.fullscreen-ibox-mode .animated {
  animation: none;
}

body.fullscreen-ibox-mode {
  overflow-y: hidden;
}

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}

.ibox.fullscreen .collapse-link {
  display: none;
}

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

.btn {
  background-image: none;
}
.btn.btn-default:hover {
  background-color: #e6e6e6;
}
.btn.btn-primary {
  background-color: #0061a1;
}
.btn.btn-primary:hover {
  background-color: #286090;
}

.spanIconReplay9 {
  height: 50px;
  width: 50px;
  background-color: #00A0DF;
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s;
  cursor: pointer;
  color: white;
}

.spanIconReplay9:hover {
  border-radius: 25px;
  width: 250px;
}

.iconReplayText9 {
  color: white;
  font-size: 19px;
  margin-left: 2.3em;
}

#dlgLanguageChange ul {
  list-style-type: none;
}
#dlgLanguageChange ul .languageItem {
  display: inline-block;
  margin-right: 1em;
}

.mobile-icons i {
  font-size: 26px;
}

.mobile-availability {
  float: right;
}
.mobile-availability i {
  color: white;
  font-size: 20px;
}

@media (max-width: 767px) {
  .mobile-icons {
    display: none;
  }
  .mobile-availability {
    display: none;
  }
  .mob-img-90 {
    width: 85%;
  }
  .text-center-mobile {
    text-align: center;
  }
  .np-mobile {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* Contenedor */
.menu-container {
  display: flex !important; /* NO inline-flex */
  flex-wrap: wrap !important;
  width: 100% !important; /* que tome el ancho del padre */
  max-width: 100% !important;
  overflow: visible !important; /* evita scroll forzado del propio contenedor */
}

/* Ítem (círculo + texto) */
.menu-item {
  flex: 0 1 220px !important; /* puede pasar a la siguiente línea */
  min-width: 220px !important; /* no se achica a óvalo */
  text-align: center !important;
}

/* Círculo perfecto */
.menu-item .circle {
  width: 180px !important;
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  margin: 0 auto 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Esconde separadores en móvil; usa gap */
.menu-separator {
  display: none;
}

@media (min-width: 1200px) {
  .menu-separator {
    display: block;
    align-self: center;
    opacity: 0.35;
  }
}
.captcha-container ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
