/* ---------------------------------- VARIABLES ---------------------------------- */
/* ---------------------------------- BODY ---------------------------------- */
body {
  height: 100%;
  background-color: #f6f6fb;
  font-size: 100%;
}

/* ---------------------------------- HEADER ---------------------------------- */

.overmenusup{
  display: flex;
  justify-content: space-between;
  height: 80px;
  width: 80%;
}

.menusup {
  margin: auto !important;
}

.texto-menusup {
  font-family: "Lato", sans-serif !important;
  color: #FFFFFF !important;
  font-size: 100% !important;
  font-weight: 400 !important;
}

.texto-menusup2 {
  font-family: "Lato", sans-serif !important;
  color: #FFFFFF !important;
  font-size: 95% !important;
  font-weight: 400 !important;
}

.texto-menusup2.activo {
  background-color: #457287; /* o el color que quieras */
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
}

.mainLogin-Wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 20px;
  right: 20px;
  padding: 5px 15px 5px 10px;
  border: 1px solid #A9B1BE;
  border-radius: 50px;
  background-color: #F6F6FB;
}

.mainLogin-Wrapper a:link, a:visited, a:active {
  text-decoration: none;
}

.mainLogin-Wrapper a:hover {
  text-decoration: underline;
}

.mainLogin-icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.mainLogin-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #364562;
}
.mainLoginMunicipio{
  margin: 0px 0px 0px 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #364562;
}
.munActiveSelection{
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
  border: 0px solid black;
  background-color: #364562;
  padding: 2px;
  margin-right: 10px;
}
/* ---------------------------------- MENU ---------------------------------- */
.menu_wrapper {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #364562;
  overflow-x: hidden;
}

.box{
  display: inline;
  width: 20%;
}

.menuses{
  display: flex;
  flex-direction: row;
}

.depSelector{
  display: inline;
  width: 20%;
}

.munSelector{
  display: inline;
  width: 20%;
}

.pageBody {
  margin-left: 0px;
  transition: all 1s ease-in-out;
}

.pageBodyStory {
  margin-left: 200px;
}

.menu_logo {
  width: 120px;
  margin: 20px auto;
}

.menu_bloque {
  margin: 10px 0px 20px 0px;
  padding: 0px 10px 0px 0px;
}

.menu_bloque a:link, a:visited, a:active {
  text-decoration: none;
}

.menu_bloque_titulo {
  font-family: "Lato", sans-serif;
  color: #9098A8;
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0px 5px 20px;
}

.menu_bloque_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0px;
  padding: 3px 0px;
}

.menu_bloque_item:hover {
  background-color: #1c273d;
  border-radius: 0px 15px 15px 0px;
  cursor: pointer;
}

.menu_item_icon {
  margin: 0px 10px 0px 20px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu_item_icon-coleccion {
  margin: 0px 5px 0px 30px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu_item_menu {
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-miscolecciones-wrapper {
  padding: 5px 0px 0px 0px;
  max-height: 120px;
  overflow: scroll;
}
.menu-miscolecciones-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu-miscolecciones-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.menu-version {
  width: 200px;
  position: fixed;
  bottom: 10px;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}

.menu-line {
  height: 1px;
  background-color: #FFF;
  width: 20px;
  margin: 5px 0px 5px 20px;
}

/* ---------------------------------- PAGE ---------------------------------- */

/* Este nuevo contenedor centrará tu chatbot sin afectar al banner */
.chatbot-page-container {
    width: 100%;
    max-width: 800px; /* O el ancho que prefieras para el chat */
    margin-left: auto;
    margin-right: auto;
    padding: 20px; /* Espacio para que no se pegue a los bordes en móvil */
    box-sizing: border-box; /* Buena práctica para que el padding no afecte el ancho */
}


.pageBody {
  background-color: #f6f6fb;
}

.pageWrapper {
  padding: 0px;
}

.page_titulo {
  font-family: "Lato", sans-serif;
  margin-left: 30px;
  font-weight: 600;
  font-size: 24px;
  color: #364562;
}

.page_parrafo {
  font-family: "Lato", sans-serif;
  margin-left: 16px;
  font-size: 16px;
  color: #717277;
  padding: 20px 30px;
}

.page-text {
  font-family: "Lato", sans-serif;
  margin-left: 16px;
  font-size: 14px;
  color: #717277;
  padding: 20px 40px;
}

.page-explicacion-text {
  width: 800px;
  margin: 10px auto;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #717277;
}

.logotop {
    width: 200px;
    padding: 0px;
    margin: 30px;
}

/* ---------------------------------- HOME ---------------------------------- */
.home-wrapper {
  width: 800px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-item {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.25);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px;
}

.home-item img {
  border-radius: 10px;
}

.home-item a:link, a:visited, a:active {
  text-decoration: none;
}

.home-item a:hover {
  text-decoration: underline;
}

.home-icon-titulo {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #1c273d;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.home-links-icons{
  width: 100px;
  max-width: 100px;
}

.home-text-titulo{
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 30px;
  font-weight: 400;
}

/* ---------------------------------- OBSERVATORIO MAIN ---------------------------------- */
.observatorio-items-wrapper {
  width: 800px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.observatorio-items-wrapper a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.home-3icons-wrapper{
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-3icons-wrapper img{
    margin: 0px 5px;
}

.observatorio-item {
  width: 350px;
  height: 260px;
  background-color: #FFF;
  margin: 20px 15px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  padding: 10px 15px;
}

.observatorio-seccion {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #C6C8D5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d3d5e2;
}

.observatorio-titulo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.observatorio-titulo-img {
  width: 150px;
  height: 100px;
  margin-right: 10px;
  border-radius: 7px;
}

.observatorio-titulo-img img {
  border-radius: 7px;
}

.observatorio-titulo-text {
  width: 50%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #1c273d;
  font-weight: 600;
}

.observatorio-abstract {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #4d4b4b;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------------------------------- OBSERVATORIO ARTICULO ---------------------------------- */
.articuloWrapper {
  width: 750px;
  background-color: #FFF;
  margin: 20px auto;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  padding: 20px 25px;
}

.articulo-seccion {
  width: 50%;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #C6C8D5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d3d5e2;
}

.articulo-titulo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.articulo-titulo-img {
  width: 50%;
  border-radius: 10px;
}

.articulo-titulo-img img {
  border-radius: 10px;
}

.articulo-titulo-text {
  width: 50%;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #1c273d;
  font-weight: 600;
  padding-left: 20px;
}

.articulo-abstract {
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #717277;
  padding: 0px 15px;
}

.articulo-coleccionesWrapper {
  width: 860px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 10px;
}

/* ---------------------------------- PRECIOS ---------------------------------- */
.preciosWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
}

.precios-pastilla-item {
  width: 230px;
  background-color: #FFF;
  margin: 20px 15px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  padding: 10px 20px;
}

.precios-pastilla-icon {
  width: 95px;
  height: 95px;
  margin: 15px auto 10px auto;
}

.precios-pastilla-titulo {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #1c273d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.precios-pastilla-abstract {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
}

.precios-pastilla-precio {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  color: #1c273d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.precios-pastilla-boton {
  width: 150px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #364562;
  margin: 10px auto;
  border-radius: 20px;
  padding: 10px 0px;
}

.precios-pastilla-boton:hover {
  cursor: pointer;
  background-color: #788cb4;
}

.precios-pastilla-item a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.comparativos-wrapper {
  width: 800px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comparativos-lista {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}

.comparativo-lista-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 8px 0px;
}

.comparativo-lista-titulo {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #364562;
}

.comparativo-lista-info {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.comparativo-lista-info:hover {
  cursor: pointer;
}

.comparativo-pastilla {
  width: 160px;
  height: 370px;
  background-color: #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  padding: 0px 5px;
}

.comparativo-pastilla-titulo {
  width: 115px;
  height: 55px;
  margin: 0px auto;
  background-color: #364562;
  border-radius: 0px 0px 10px 10px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: center;
}

.comparativo-pastilla-item {
  width: 20px;
  height: 20px;
  margin: 8px auto;
}

.comparativo-pastilla-line {
  height: 1px;
  width: 115px;
  margin: 7px auto;
  background-color: #dcdfe4;
}

.comparativo-pastilla-boton {
  width: 120px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #364562;
  margin: 15px auto 0px auto;
  border-radius: 20px;
  padding: 6px 0px;
}

.comparativo-pastilla-boton:hover {
  cursor: pointer;
  background-color: #788cb4;
}

.precios-modal {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.precios-modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.precios-modal-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 200px;
  background-color: #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px;
}

.precios-modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.precios-modal-info {
  display: none;
}

/* ---------------------------------- PRECIOS ---------------------------------- */
.explorar-topLineWrapper {
  width: 800px;
  margin: 0px auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explorar-dimension {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #8E8D96;
  display: block;   /* Cada div ocupará toda la línea disponible */
  width: 100%;      /* Asegura que el ancho sea el 100% del contenedor */
  clear: both;      /* Evita que flotaciones u otros elementos los empujen */
}

.explorar-tema {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #8E8D96;
  display: block;   /* Cada div ocupará toda la línea disponible */
  width: 100%;      /* Asegura que el ancho sea el 100% del contenedor */
  clear: both;      /* Evita que flotaciones u otros elementos los empujen */
}

.explorar-categoria {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #8E8D96;
  display: block;   /* Cada div ocupará toda la línea disponible */
  width: 100%;      /* Asegura que el ancho sea el 100% del contenedor */
  clear: both;      /* Evita que flotaciones u otros elementos los empujen */
}

.explorar-indicador {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #8E8D96;
 
}

.explorar-categoria span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #1c273d;
  font-weight: 600; 
  margin-left: 5px;
}

.explorar-vertodas {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #364562;
  font-weight: 600;
}

.explorar-vertodas a:link, a:visited, a:active {
  color: #364562;
  text-decoration: none;
}

.explorar-vertodas a:hover {
  color: #364562;
  text-decoration: underline;
}

.explorar-line {
  height: 1px;
  width: 800px;
  margin: 40px auto;
  background-color: #d3d5e2;
}

.explorar-items-wrapper {
  position: relative;
  width: 900px;
  margin: 0px auto;
  height: 320px;
}

.slick-box {
  padding: 0px 50px;
}

.explorar-item-card {
  position: relative;
  width: 250px;
  height: 330px;
  margin: 0px 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  padding: 6px;
  margin-bottom: 20px;
}

.explorar-item-first {
  float: left;
  width: 40px;
  height: 150px;
}

.explorar-wrapper-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 260px;
  background: -webkit-gradient(linear, left top, right top, from(#f6f6fb), color-stop(60%, #f6f6fb), to(rgba(246, 246, 251, 0)));
  background: linear-gradient(90deg, #f6f6fb 0%, #f6f6fb 60%, rgba(246, 246, 251, 0) 100%);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.explorar-wrapper-next {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 260px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 251, 0)), color-stop(40%, #f6f6fb), to(#f6f6fb));
  background: linear-gradient(90deg, rgba(246, 246, 251, 0) 0%, #f6f6fb 40%, #f6f6fb 100%);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.explorar-wrapper-prev:hover, .explorar-wrapper-next:hover {
  cursor: pointer;
}

.explorar-item-titulo-wrapper-HA {
  position: relative;
  height: 130px;
  background-color: #0B3C5D;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-SE {
  position: relative;
  height: 130px;
  background-color: #fce1c0;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-PR {
  position: relative;
  height: 130px;
  background-color: #a2c11c;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-PP {
  position: relative;
  height: 130px;
  background-color: #97935c;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-AP {
  position: relative;
  height: 130px;
  background-color: #a55233;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-EC {
  position: relative;
  height: 130px;
  background-color: #1E392A;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-DE {
  position: relative;
  height: 130px;
  background-color: #118a7e;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-OT {
  position: relative;
  height: 130px;
  background-color: #465C8B;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-MA {
  position: relative;
  height: 130px;
  background-color: #D79576;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-GE {
  position: relative;
  height: 130px;
  background-color: #985E6D;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-FM {
  position: relative;
  height: 130px;
  background-color: #d9b650;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-CV {
  position: relative;
  height: 130px;
  background-color: #979400;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-CP {
  position: relative;
  height: 130px;
  background-color: #02558B;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-SA {
  position: relative;
  height: 130px;
  background-color: #76323f;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-FI {
  position: relative;
  height: 130px;
  background-color: #B48BAE;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-ED {
  position: relative;
  height: 130px;
  background-color: #3b4a6b;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-ER {
  position: relative;
  height: 130px;
  background-color: #e8751a;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-OD {
  position: relative;
  height: 130px;
  background-color: #75b8cc;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-CG {
  position: relative;
  height: 130px;
  background-color: #7A9D96;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-PO {
  position: relative;
  height: 130px;
  background-color: #2c5d63;
  border-radius: 6px;
}


/* ---------------------------------- Revisar Colores de Pastillas desde acá ---------------------------------- */

.explorar-item-titulo-wrapper-CY {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-AG {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}
.explorar-item-titulo-wrapper-DB {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}
.explorar-item-titulo-wrapper-GZ {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}
.explorar-item-titulo-wrapper-MC {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}
.explorar-item-titulo-wrapper-PA {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}
.explorar-item-titulo-wrapper-PU {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}
.explorar-item-titulo-wrapper-RA {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}

.explorar-item-titulo-wrapper-TU {
  position: relative;
  height: 130px;
  background-color: #FF0005;
  border-radius: 6px;
}



.explorar-item-titulo-tema {
  position: absolute;
  max-width: 190px;
  top: 10px;
  left: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
/*  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/
}

.explorar-item-titulo-dimension-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.explorar-item-titulo-dimension {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #e8e8e8;
}

.explorar-item-titulo-dimensionName {
  text-align: right;
  max-width: 160px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff4c7;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.explorar-item-abstract {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #717277;
  padding: 3px;
  margin-top: 3px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.explorar-item-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.explorar-item-vermas {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  background-color: #364562;
  color: #FFF;
  padding: 5px 12px;
  border-radius: 10px 0px 10px 0px;
}

.explorar-item-vermas1 {
  position: absolute;
  bottom: 30px;
  right: 0px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  background-color: #364562;
  color: #FFF;
  padding: 5px 12px;
  border-radius: 10px 0px 10px 0px;
}

.explorar-item-vermas:hover {
  background-color: #546485;
}

.explorar-item-vermas1:hover {
  background-color: #546485;
}

.explorar-item-card a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.explorarAll-items-wrapper {
  width: 850px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.explorar-dimension-text {
  width: 800px;
  margin: 0px auto 10px auto;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #364562;
  padding: 5px 12px;
  line-height: 17px;
}

/* ---------------------------------- TEMAS ---------------------------------- */
.temas-wrapper {
  width: 800px;
  margin: 0px auto;
}

.temas-titulo-headerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.temas-titulo-box-HA {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #0B3C5D;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-SE {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #fce1c0;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-PR {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #49274A;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-PP {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #a2c11c;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-AP {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #a55233;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-EC {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #1E392A;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-DE {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #a2c11c;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-OT {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #465C8B;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-MA {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #D79576;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-GE {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #985E6D;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-FM {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #985E6D;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-CV {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #056571;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-CP {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #02558B;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-SA {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #76323f;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-FI {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #B48BAE;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-ED {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #565656;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-ER {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #7CA6D3;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-CG {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #7A9D96;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-OD {
  position: relative;
  width: 230px;
  height: 145px;
  background-color: #636B46;
  border: solid 5px #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 12px;
}

.temas-titulo-box-titulo {
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #FFF;
}

.temas-titulo-box-dimensionBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.temas-titulo-box-dimesion {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #c2c2c2;
}

.temas-titulo-box-dimesionTitulo {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 12px;
  text-transform: uppercase;
  color: #c2c2c2;
}

.temas-titulo-abstract {
  width: 540px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000;
}

.explorar_parrafo {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #000;
  left: 15%;
}

.explorar_parrafo span {
  font-size: 18px;
  font-weight: 600;
}

.temas-subtemaBox {
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  width: 70%;
  margin: auto;
  padding: 20px;
}

.temas-subtemaBox-fndr {
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
          box-shadow: 0px 11px 14px 0px rgba(27, 34, 78, 0.13);
  border-radius: 10px;
  width: 90%;
  margin: auto;
  padding: 20px;
}

.temas-subtemaBox:hover {
  background-color: #f9fbff;
}

.temas-subtemaBox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.temas-subtemaBox-wrapper-fndr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

/*.temas-subtema-titulo {
  background-color: #364562;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  width: 220px;
  border-radius: 6px;
  padding: 20px;
}*/

.temas-subtema-titulo {
  background-color: #364562;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  width: 150px;
  height: 30px;border-radius: 6px;
  padding: 20px;
  
  /* Añadir doble borde */
  border: 3px solid #FFF; /* Borde blanco */
  box-shadow: 0 0 0 2px #364562; /* Borde exterior */

  /* Centrar texto horizontal y verticalmente */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px; 

  text-align: justify; /* Justifica el texto dentro del botón */
  white-space: normal; /* Permite que el texto se divida en varias líneas */
  word-wrap: break-word;
}

.temas-subtema-titulo-fndr {
  background-color: #364562;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  width: 220px;
  border-radius: 6px;
  padding: 20px;
}


/*.temas-subtema-titulo2 {
  background-color: #570505;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  width: 140px;
  height: 30px;
  border-radius: 6px;
  padding: 20px;
} */

.temas-subtema-titulo2 {
  background-color: #CBCEDF;
  color: #605e5e;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  width: 150px;
  height: 30px;
  border-radius: 6px;
  padding: 20px;
  
  /* Borde exterior más delgado */
  border: 3px solid #FFF; /* Borde blanco */
  box-shadow: 0 0 0 2px #CBCEDF; /* Borde exterior más delgado */

  /* Centrar texto horizontal y verticalmente */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px; 
}

.temas-subtema-titulo3 {
  background-color: #444d61;
  color: #d2d2d2;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  width: 150px;
  height: 30px;
  border-radius: 6px;
  padding: 20px;
  
  /* Borde exterior más delgado */
  border: 3px solid #FFF; /* Borde blanco */
  box-shadow: 0 0 0 2px #444d61; /* Borde exterior más delgado */

  /* Centrar texto horizontal y verticalmente */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px; 
}

.temas-subtema-titulo4 {
  background-color: #52565f;
  color: #d2d2d2;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  width: 150px;
  height: 30px;
  border-radius: 6px;
  padding: 20px;
  
  /* Borde exterior más delgado */
  border: 3px solid #FFF; /* Borde blanco */
  box-shadow: 0 0 0 2px #52565f; /* Borde exterior más delgado */

  /* Centrar texto horizontal y verticalmente */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px; 
}


.temas-subtema-abstract {
  width: 70%;
  font-family: "Lato", sans-serif;
  color: #4d4b4b;
  font-size: 13px;
  padding: 20px;
  word-wrap: break-word;
}

.ss_pregunta {
  cursor: pointer;
}

.ss_respuesta {
  display: block;
}
.ss_pregunta-int {
  cursor: pointer;
}

.ss_respuesta-int {
  display: block;
}

.temas-subtemaBox-iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.temas-subtema-icono {
  margin: 0px 15px 10px 0px;
}

.temas-subtema-icono-icon_01 {
  width: 36px;
  height: 36px;
  background-image: url(../imgBase/tema-icon-graph.svg);
  background-size: 36px;
}

.temas-subtema-icono-icon_01:hover {
  background-position: 0px 36px;
}

.temas-subtema-icono-icon_02 {
  width: 36px;
  height: 36px;
  background-image: url(../imgBase/tema-icon-tabla.svg);
  background-size: 36px;
}

.temas-subtema-icono-icon_02:hover {
  background-position: 0px 36px;
}

.temas-subtema-icono-icon_03 {
  width: 36px;
  height: 36px;
  background-image: url(../imgBase/tema-icon-map.svg);
  background-size: 36px;
}

.temas-subtema-icono-icon_03:hover {
  background-position: 0px 36px;
}

.temas-subtema-icono-icon img {
  width: 18px;
  height: 18px;
}

.temas-subtema-icono-name {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #1c273d;
  text-align: center;
}

/* ---------------------------------- COLECCIONES ---------------------------------- */
.colecciones-titulo {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #8E8D96;
  padding: 20px 30px;
  height: 40px;
}

.coleccion-itemsWrapper {
  width: 850px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coleccion-itemsWrapper a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.coleccion-item {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 20px 10px;
  border: solid 6px #FFF;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
  border-radius: 15px;
}

.coleccion-item a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.coleccion-item-belt {
  position: absolute;
  text-align: right;
  left: 0px;
  top: 95px;
  height: 50px;
  width: 140px;
  background-color: #FFF;
  border-radius: 0px 50px 50px 0px;
}

.coleccion-item-titulo {
  padding: 0px 20px;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 17px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.coleccion-item-mini-absctract {
  position: absolute;
  left: 0px;
  top: 155px;
  padding: 0px 20px;
  line-height: 13px;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.coleccion-item-by {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
}

.coleccion-plus {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 20px 10px;
  text-align: center;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
  border-radius: 15px;
}

.coleccion-plus a:link, a:visited, a:active {
  color: #364562;
  text-decoration: none;
}

.coleccion-plus a:hover {
  color: #364562;
  text-decoration: underline;
}

.coleccion-plus-icon {
  padding: 80px 0px 30px 0px;
}

.coleccion-plus-title {
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 14px;
  font-weight: 600;
}

/* ---------------------------------- COLECCION ---------------------------------- */
.coleccion-header-wrapper {
  width: 800px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coleccion-header-box {
  position: relative;
  width: 270px;
  height: 170px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
  border-radius: 15px;
  border: solid 5px #FFF;
}

.coleccion-header-box-titulo {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 10px;
  text-align: left;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  line-height: 17px;
}

.coleccion-header-box-by {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 5px 10px;
  text-align: left;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.coleccion-header-box-belt {
  position: absolute;
  left: 0px;
  top: 80px;
  height: 50px;
  width: 190px;
  background-color: #FFF;
  border-radius: 0px 50px 50px 0px;
  text-align: right;
}

.coleccion-header-abstract {
  width: 500px;
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 14px;
}

.coleccion-header-abstract-text {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.coleccion-header-abstract-tags {
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0px 5px 0px;
  background-color: #e5e7f3;
  padding: 5px 10px;
  border-radius: 50px;
}

.coleccion-header-abstract-settings {
  padding: 5px 10px;
  background-color: #364562;
  border-radius: 10px;
  width: 90px;
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 14px;
  margin: 10px 0px;
}

.coleccion-header-abstract-settings img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.coleccion-header-abstract-settings:hover {
  background-color: #546485;
  cursor: pointer;
}

.coleccion-elementos-wrapper {
  width: 800px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.coleccion-elementos-item {
  width: 360px;
  margin: 20px 0px;
}

.coleccion-elementos-grafica {
  position: relative;
  background-color: #FFF;
  height: 240px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.coleccion-elementos-settings {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #364562;
  color: #FFF;
  border-radius: 0px 10px 0px 10px;
  padding: 0px 10px;
}

.coleccion-elementos-settings:hover {
  cursor: pointer;
  background-color: #546485;
}

.coleccion-elementos-settings-puntos {
  font-size: 24px;
  line-height: 30px;
}

.coleccion-elementos-settings-menu {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

.coleccion-elementos-settings-menu-linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3px 0px;
}

.coleccion-elementos-settings-menu-icon {
  margin: 2px 6px;
}

.coleccion-elementos-settings-menu-icon img {
  width: 18px;
  height: 18px;
}

.coleccion-elementos-settings-menu-texto {
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 12px;
  margin-right: 4px;
}

.coleccion-elementos-settings-menu-texto:hover {
  cursor: pointer;
  text-decoration: underline;
}

.coleccion-elementos-settings-menu-texto-borrar {
  font-family: "Lato", sans-serif;
  color: #FFF;
  font-size: 12px;
  margin-right: 4px;
  text-align: center;
  padding: 5px 10px;
  background-color: red;
  border-radius: 4px;
}

.coleccion-elementos-settings-menu-texto-borrar:hover {
  cursor: pointer;
  text-decoration: underline;
}

.coleccion-elementos-titulo {
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 5px 5px 5px;
}

.coleccion-elementos-descripcion {
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 13px;
  margin: 5px;
}

.coleccion-elementos-item a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.coleccion-elementos-item:hover {
  cursor: pointer;
}

.coleccion-modal-overlay {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.coleccion-modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coleccion-modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.coleccion-modal-info {
  display: none;
}

.coleccion-modal-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px;
}

.coleccion-modal-edit-wrapper {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.coleccion-edit-label {
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.coleccion-edit-label span {
  font-size: 11px;
  font-weight: 400;
}

.coleccion-edit-input {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #1c273d;
  padding: 5px 10px;
}

.coleccion-edit-input-color {
  width: 100%;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 0px;
}

.coleccion-edit-botones-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coleccion-edit-eliminar {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #364562;
  background-color: #e4e8f1;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin-right: 40px;
}

.coleccion-edit-eliminar:hover {
  background-color: #b15353;
  color: #FFF;
  cursor: pointer;
}

.coleccion-edit-boton {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
}

.coleccion-edit-boton:hover {
  background-color: #546485;
}

.coleccion-modal-edit-grafica {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coleccion-modal-grafica-wrapper {
  width: 700px;
}

/* ---------------------------------- SHINY ---------------------------------- */
.shiny-wrappers {
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.3);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

.shiny-wrapper-grafica {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.shiny-wrapper-tabla {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 110%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.shiny-wrapper-mapa {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 110%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- SOMOS ---------------------------------- */
.somos-columns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 20px;
}

.somos-column {
  width: 48%;
  margin: 10px 0px;
}

.somos-column-logo {
  width: 100%;
  margin: 10px 0px;
}

.somos-abstract {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #717277;
}

.somos-grafico {
  margin: 30px 0px 50px;
}

/* ---------------------------------- CONTCTO ---------------------------------- */
.contacto-wrapper {
  width: 500px;
  margin: 0px auto;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
}

.contacto-legend {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #717277;
  margin: 0px 0px 10px 0px;
}

.contacto-label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #1c273d;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
}

.contacto-input {
  border: solid 1px #1c273d;
  width: 100%;
  border-radius: 5px;
  padding: 3px 5px;
}

.contacto-boton {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin: 20px 0px 30px 0px;
}

.contacto-boton:hover {
  background-color: #546485;
}

/* ---------------------------------- LOGIN ---------------------------------- */
.login-wrapper {
  width: 350px;
  margin: 0px auto;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
}

.verify-wrapper {
  width: 350px;
  margin: 0px auto;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
}

.login-icon {
  height: 96px;
  width: 96px;
  margin: 30px auto 20px auto;
}

.login-label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #1c273d;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
}

.verify-label {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #1c273d;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
}

.login-input {
  border: solid 1px #1c273d;
  width: 100%;
  border-radius: 5px;
  padding: 3px 5px;
}

.login-boton {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin: 20px 0px 30px 0px;
}

.login-boton:hover {
  background-color: #546485;
  cursor:pointer !important;
}

.login-acepto-line {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #1c273d;
}

.login-sublegend {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #1c273d;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.login-sublegend a:link, a:visited, a:active {
  text-decoration: none;
}

.login-sublegend a:hover {
  text-decoration: underline;
}

/* ---------------------------------- SETTINGS ---------------------------------- */
.settings-wrapper {
  position: relative;
  width: 900px;
  margin: 20px auto;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
  padding: 0px 30px 50px 30px;
}

.settings-title {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1c273d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #FFF;
  padding: 7px 20px;
  border-radius: 10px 0px 10px 0px;
}

.settings-fields-wrapper {
  padding: 0px 0px;
}

.settings-fields-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.settings-field-item {
  width: 45%;
  margin: 10px 0px;
}

.settings-field-item-titulo {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #9098A8;
}

.settings-field-item-text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #1c273d;
  margin-left: 15px;
}

.settings-editar {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 5px 10px;
}

.settings-editar:hover {
  cursor: pointer;
  background-color: #546485;
}

.settings-logout {
  width: 250px;
  margin: 10px auto 0px auto;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #FFF !important;
  background-color: #364562;
  border-radius: 10px;
  border: solid 0px #1c273d;
  padding: 10px 10px;
}

.settings-logout:hover {
  cursor: pointer;
  background-color: #546485;
}

.settings-logout a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #FFF ;
}

.settings-explo {
  width: 250px;
  margin: 10px auto 0px 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #FFF !important; 
  background-color: #364562;
  border-radius: 10px;
  border: solid 0px #1c273d;
  padding: 10px 10px;
}

.settings-explo:hover {
  cursor: pointer;
  background-color: #546485;
}

.settings-explo a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #FFF ;
}

.settings-modal-overlay {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.settings-modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settings-modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.settings-modal-info {
  display: none;
}

.settings-modal-card {
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px;
}

.settings-edit-wrapper {
  width: 180%;
  position: relative;

}

.settings-edit-eliminar {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #364562;
  background-color: #e4e8f1;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin-right: 40px;
}

.settings-edit-eliminar:hover {
  background-color: #9098A8;
  color: #FFF;
  cursor: pointer;
}

.settings-edit-notChange {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  color: #9098A8;
}

.settings-modal-edit-wrapper {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settings-edit-label {
  font-family: "Lato", sans-serif;
  color: #364562;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.settings-edit-label span {
  font-size: 11px;
  font-weight: 400;
}

.settings-edit-input {
  width: 300px;
  border-radius: 5px;
  border: solid 1px #1c273d;
  padding: 5px 10px;
}

.settings-modal-overlay-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settings-modal-wrapper-line {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.settings-edit-wrapper-block {
  width: 48%;
}

/* ---------------------------------- SENT ---------------------------------- */
.sent-legend {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #364562;
}

.sent-legend span {
  font-size: 18px;
}

.sent-boton {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin: 20px 0px 30px 0px;
}

.sent-boton:hover {
  background-color: #546485;
}

.settings-field-item-change {
  font-size: 10px;
}

.settings-field-item-change:hover {
  cursor: pointer;
  text-decoration: underline;
}

.settings-edit-botones-wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.settings-edit-eliminar {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #364562;
  background-color: #e4e8f1;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin-right: 40px;
}

.settings-edit-eliminar:hover {
  background-color: #b15353;
  color: #FFF;
  cursor: pointer;
}

.settings-edit-boton {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
}

.settings-edit-boton:hover {
  background-color: #546485;
}

.settings-edit-obtener-boton {
  width: 160px;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  padding: 6px 22px;
}

.settings-edit-obtener-boton:hover {
  background-color: #546485;
}

.settings-edit-obtener-boton a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #FFF;
}

.settings-edit-obtener-boton a:hover {
  text-decoration: none;
}

/* ---------------------------------- GRAFICA ---------------------------------- */
.grafica-modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grafica-modal-wrapper {
  position: relative;
  width: 670px;
  padding: 40px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.6);
}

.grafica-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #1c273d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.grafica-modal-close a:link, a:visited, a:active {
  color: #1c273d;
  text-decoration: none;
}

.grafica-modal-close a:hover {
  color: #1c273d;
  text-decoration: underline;
}

.form-error {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: red;
  text-align: center;
  font-style: italic;
}

.search-resultados {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #364562;
}

.noplan-boton {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  background-color: #364562;
  border-radius: 5px;
  border: solid 0px #1c273d;
  padding: 10px 22px;
  margin: 20px 0px;
}

.noplan-boton:hover {
  background-color: #546485;
  cursor: pointer;
}

.descargar-wrapper {
  width: 800px;
  margin: 0px auto;
}

.graficaShow {
  position: relative;
  width: 800px;
  margin: 0px auto;
}

.coleccion-modal-grafica-grafica {
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.backIcon {
  position: absolute;
  left: 220px;
  top: 100px;
}
.backIconNm {
  position: absolute;
  left: 20px;
  top: 10px;
}

.backIconNE {
  position: relative;
  left: 20px;
  top: 10px;
}

.backIcon:hover {
  cursor: pointer
}
.backIconNE:hover {
  cursor: pointer
}
/*# sourceMappingURL=styles.css.map */

table.coleccionTabla {
  width: 800px !important;
  border-collapse: collapse !important;
  overflow: hidden !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.8) !important;
}

table.coleccionTabla th {
  text-align: left !important;
  color: white !important;
  padding: 15px !important;
}

table.coleccionTabla thead {
  background-color: #364562 !important;
}

table.coleccionTabla tbody{
  background-color: #e5e7f3 !important; 
}

table.coleccionTabla tbody td {
  padding: 10px !important;
}
.colecc:hover{
  background-color: rgba(93, 129, 246, 0.51) !important;
}
.pagNav{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
}
.menum2{
  width: 100%;
}
.mapm2{
  width: 100%;
}

.cuadrin {
  background-color: rgba(50, 111, 130, 1);
  text-align: center;
  color: rgba(251, 251, 251, 1);
  padding: 6px;
  width: 900px;
}

.semicuadrin {
  border: rgba(103, 103, 103, 1);
  border-style: none;
  padding: 10px;
  width: 300px;
}

.semicuadrin2 {
  border: rgba(103, 103, 103, 1);
  border-style: none;
  padding: 10px;
  width: 300px;
}

.box {
  position: relative;
}

.box select {
  background-color: rgba(234, 234, 234, 1);
  color: color(srgb 0.678 0 0);
  padding: 8px;
  width: 80%;
  border: none;
  font-size: 15px;
  font-weight: 200;
  outline: none;
}

.box::before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}

.checki {
  margin: auto;
  text-align: center;
  display: block;
}
.miniList{
  list-style: url('../imgBase/bullet.svg');
}

.rollover{
  z-index: 999999;
  position: absolute;
  left: 5px;
  background-color: #F6F6FB;
  color: black;
  padding: 3px;
  width: 200px;
}

.regIntro{
  position: relative;
  color: #364562;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin: auto;
}

.regTitle {
  color: #364562;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.botonCompra{
  background-color: #4C798C;
  font-style: 16px;
  font-family: 'lato';
  color: #F6F6Fb;
  padding: 12px 40px;
  text-align: center;
  margin: 0 8px;
  border-radius: 10px;
}

.botonCompra:hover{
  background: rgba(125, 125, 125, 1)
}

.hidMenu{
  display: none;
}

.button-container {
  display: flex;           /* Utiliza flexbox para alinear los botones en la misma línea */
  gap: 1px;                /* Espacio entre los botones */

  position: relative;
  width: 650px;
  margin: 20px auto;
  /*background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.3);*/
  padding: 0px 30px 50px 30px;
}

@media screen and (max-width: 768px) {

  .temas-subtemaBox-wrapper {
    flex-direction: column; /* Hace que el texto y el botón se dispongan en columna en lugar de en fila */
    align-items: flex-start; /* Alinea los elementos a la izquierda en pantallas pequeñas */
  }

  .temas-subtema-titulo {
    margin-left: 0; /* Elimina el margen izquierdo en pantallas pequeñas */
    margin-top: 10px; /* Agrega un margen superior para separar el botón del texto */
    width: 100%; /* Hace que el botón ocupe todo el ancho en pantallas pequeñas */
    text-align: justify; /* Justifica el texto dentro del botón */
    white-space: normal; /* Permite que el texto se divida en varias líneas */
    word-wrap: break-word;

  }
  .temas-subtema-titulo2{
    margin-left: 0; /* Elimina el margen izquierdo en pantallas pequeñas */
    margin-top: 10px; /* Agrega un margen superior para separar el botón del texto */
    width: 100%; /* Hace que el botón ocupe todo el ancho en pantallas pequeñas */
  }
  .button-container {
    display: flex;
    flex-direction: column; /* Cambia la dirección de los elementos a columna */
    gap: 10px;   
    width: 80vw;
    margin: auto;           /* Espacio entre los botones */
  }

  .hidMenu{
    display: block;
  }
  .iconMenu{
    position: relative;
    height: 40px;
    top: 17px;
    left: 10px;
  }
  .dropMenu{
    position: absolute;
    top: 10%;
    width: 95%;
    margin: auto;
    z-index: 99999;
  }
  .menu_wrapper {
    display: none;
  }
  .pageBody {
    width: 100vw;
    margin-left: 0px;
    overflow: hidden;
  }
  .pageBodym {
    width: 100vw;
    margin-left: 0px;
    
  }
  .overmenusup {
    width: 100%;
  }
  .page-explicacion-text {
    width: 80%;
    font-size: 15px;
  }
  .temas-titulo-abstract {
    width: 80%;
    font-size: 22px;
  }
  .temas-subtema-abstract {
    width: 80%;
  }
  .explorar-topLineWrapper {
    width: 80%;
  }
  .explorar-items-wrapper {
    width: 100vw !important;
  }
  .explorar-line {
    width: 100% !important;
  }
  .temas-wrapper {
    width: 100% !important;
  }
  .shiny-wrapper-grafica{
    height: 90vh !important;
  }
  .iteMenu{
    background-color: #364562;
    position: relative;
    height: 50px;
    width: 100%;
    border: rgba(255, 255, 255, 1);
    border-left-style: groove;
    border-right-style: groove;
    border-top-style: groove;
    padding: 5px;
    font-size: 22px;
  }
  .menu_item_icon{
    display: inline-block;
  }
  .backIconNm {
    display: none;
  }
  .settings-wrapper{
    width: 80vw;
    margin: auto;
  }
  .settings-logout{
    /*width: 80vw !important;*/
    margin: auto;
  }
  .settings-explo{
    /*width: 80vw !important;*/
    margin: auto;
  }
  .home-text-h2{
    width: 80vw !important;
    margin: auto !important;
  }
  .home-backGround-azul{
    width: 100vw !important;
  }
  .settings-field-item-text{
    font-size: 11px;
  }
}