/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
body{
    font-family: sans-serif;
    -vendor-animation-duration: 3s;
    clear: both;
    font-size: 11px;
    font-weight: 300;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #2196f3;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.text-colors {
  color: #468a51 !important;
}

.text-colors2 {
  color: #d99332 !important;
}


.text-danger {
  color: #a32f2f !important;
}


.text-info {
  color: #1a7bb9 !important;
}

.text-muted
.bmd-help {
  color: #6c757d !important;
}

.text-rose {
  color: #a32f2f !important;
}

.text-gray {
  color: #999999 !important;
}

/************ Tipografia y links **************/
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}

a {
  color: #000;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #213C54;
}


.etiqueta{
    font-weight: 300;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: -2px;
}

.etiqueta-danger{
    font-weight: bold;
    font-size: 16px;
    color: #a94442;
}

.parrafo{
    font-weight: 300;
    font-size: 15px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .20px;
    text-transform: none;
    line-height: 1.4em;
}

.fila {
   margin-top: 5px;
   border-bottom: 1px solid #eee;
}

small{
    font-size: 11px;
}


.margin-bottom-5 {
    margin-bottom: 5px;
}

.input-group {
    width: 100%;
}

/************ Footer y Social Media **************/

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #949494;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #c4c4c4;
}


/************ Navbar **************/

.navbar-brand{
    position: absolute;
    left: 4px;
    top: 15%;
}

.navbar .navbar-nav{
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: rgba(0,0,0,.9);
    position: absolute;
    right: 0px;
    background-color: #fff;
    margin-top: 20px;
}


.navbar-container {
    position: absolute;
    right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 11px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.dropdown-menu li{
    padding: 1px 5px 1px 20px;
    text-decoration: none;
    background-color: #fff;
    z-index: 100;
}

.dropdown-menu li > a:hover{
    color: #009b9e;
    text-decoration: none;
    background-color: #fff;
}

a:hover{
    color: #009b9e;
    background: #fff;
}


.navbar-nav > .active > a {
    color: #009b9e;
}


.navbar .navbar-nav .nav-item{
    background-color: #fff;
    z-index: 100;
}

.navbar .navbar-nav .nav-item:hover{
    background-color: #fff;
    z-index: 100;
}

.nav-item > li:hover{
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.75em;
    padding-right: 1em;
    padding-bottom: 0.75em;
    padding-left: 1em;
}

.dropdown-toggle-menu{
    margin: 0px 5px 0px 5px;
}


footer{
   background-color: #c4c4c4;
}

.footer-container {
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.prefooter{
    padding: 20px 0px 20px 0px;
    background-color: #949494;
}


.social-container {
    width: auto;
    margin: auto;
    max-width: 210px;
    text-align: center;
}


.list-inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.list-inline li {
    float: left;
    text-align: center;
    margin: 10px;
}

.titulo-verde{
    font-weight: 500;
    color: #009b9e;
}

.list-group-item.aqua {
    z-index: 2;
    color: #fff;
    background-color: #009b9e;
    border-color: #038284;
}

.list-group-item.aqua:hover, .list-group-item.aqua:focus {
    z-index: 2;
    color: #fff;
    background-color: #027070;
    border-color: #027070;
}

.boton-naranja {
    padding: 13px 26px;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #ff8b0f;
    border-color: #ff8b0f;
}

.boton-naranja:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.btn-aqua {
    color: #fff;
    background-color: #009b9e;
    border-color: #038284;
}

.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua.focus,
.btn-aqua:active,
.btn-aqua.active,
.open > .dropdown-toggle.btn-aqua {
    background-color: #027070;
    border-color: #027070;
    color: #fff;
    text-decoration: none;
}

.btn-orange {
    color: #fff;
    background-color: #ff8b0f;
    border-color: #DD7308;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
    background-color: #DD7308;
    border-color: #DD7308;
    color: #fff;
    text-decoration: none;
}

.text-area-p {
    display: block;
    width: 100%;
    color: #17a2b8 !important;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #fff;
    /*--*/
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .60px;
    text-transform: none;
    line-height: 1.2em;
}

.text-primary{
    color: #2e6da4;
}

.alert-aqua {
    color: #038284;
    background-color: #E6F4F4;
    border-color: #BAD3D3;
}

.text-aqua {
    color: #038284;
}

.alert-orange {
    color: #DD7308;
    background-color: #FCF3EA;
    border-color: #EAD9C9;
}

.text-orange {
    color: #DD7308;
}

.icono {
    margin: 2px;
    font-size: 18px;
}

.form-warning {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #DD7308;
  background-color: #FCF3EA;
  background-image: none;
  border: 1px solid #DD7308;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-info {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #31708f;
  background-color: #d9edf7;
  background-image: none;
  border: 1px solid #31708f;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-danger {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #a94442;
  background-color: #f2dede;
  background-image: none;
  border: 1px solid #a94442;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-success {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #3c763d;
  background-color: #dff0d8;
  background-image: none;
  border: 1px solid #3c763d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-aqua {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #038284;
  background-color: #E6F4F4;
  background-image: none;
  border: 1px solid #BAD3D3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-inner {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  text-align: center;
}


.round-danger {
    color: #fff;
    background-color: #d43f3a;
    border-color: #d43f3a;
    padding: 3px 7px;
    border-radius: 30px;
    z-index: 9999;
    font-size: 11px;
    text-align: center;
}

.round-warning {
    color: #fff;
    background-color: #DD7308;
    border-color: #DD7308;
    padding: 3px 7px;
    border-radius: 30px;
    z-index: 9999;
    font-size: 11px;
    text-align: center;
}

.round-info {
    color: #fff;
    background-color: #2e6da4;
    border-color: #2e6da4;
    padding: 3px 7px;
    border-radius: 30px;
    z-index: 9999;
    font-size: 11px;
    text-align: center;
}

.round-success {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
    padding: 3px 7px;
    border-radius: 30px;
    z-index: 9999;
    font-size: 11px;
    text-align: center;
}

.round-aqua {
    color: #fff;
    background-color: #038284;
    border-color: #038284;
     padding: 3px 7px;
    border-radius: 30px;
    z-index: 9999;
    font-size: 11px;
    text-align: center;
}

.seccion{
    background-color: #F9F9F9;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #EDEDED;
}

/* RADIO BUTTON STYLE */
input[type=radio]{
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}

input[type=radio] + label:before{
  height:20px;
  width:20px;
  margin-right: 2px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid #777;
  margin-right: 5px;
  cursor: pointer;
}

input[type=radio]:checked + label:before{
  background: #009b9e;
}

.radio-danger {
    background: rgb(246, 206, 206) none repeat scroll 0% 0%;
    border-radius: 20%;
    padding: 2px 5px;
}

input[type=radio] + label:before{
  border-radius:50%;
  margin-left: 0;
}
/* RADIO BUTTON STYLE */

.addon-file {
    width: 50%;
    color: #fff;
    text-align: center;
    background-color: #009b9e;
    border: 1px solid #038284;
    border-radius: 4px;
    cursor: pointer;
}

/************ Toggler **************/
.navbar-toggler {
    position: absolute;
    top: 20px;
    font-size: 20px;
    z-index: 2000;
}

@media (min-width: 576px) {
  .navbar-toggler {
    display: none;
  }
}


.navbar-toggler {
  padding: 0.25rem 0.75rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

/************ Contenedores **************/


.main {
  width: auto;
  margin: auto;
  max-width: 100%;
}

.page-wrapper{
  margin-left: 200px;
  width: calc(100% -200px);
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  clear: both;
  padding-right: 10px;
}

.page-user-container{
  width: auto;
  margin: auto;
  max-width: 85%;
}

.page-reporte{
  width: auto;
  margin: auto;
  max-width: 95%;
}

.text-white {
color: #fff !important;
}



/************ Menu lateral **************/

.sidebar {
    z-index: 1;
    position: absolute;
    width: 200px;
    margin-top: 5px;
    background-color: #fff;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a[class="active"] {
    font-weight: bold;
    color: #009b9e;
}

@media (max-width: 576px) {
    .sidebar {
        display: none;
    }

    .page-wrapper{
        margin-left: 5px;
        width: 100%;
        clear: both;
        padding-right: 10px;
    }
}

.toggler-lateral {
    position: relative;
    right: 0px;
    font-size: 20px;
    z-index: 10;
}

@media (min-width: 576px) {
  .toggler-lateral {
    display: none;
  }
}

.toggler-lateral {
  padding: 0.25rem 0.75rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
  right: 0px;
  cursor: pointer;
}

.toggler-lateral:focus, .toggler-lateral:hover {
  text-decoration: none;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #009b9e;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #009b9e;
}


/************ TABLAS DINAMICAS (DATATABLE) **************/

.scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-right: 5px solid #BABABA;
}

.dataTables_filter{
    text-align: right;
}

.dataTables_paginate{
    text-align: right;
}

.dataTables_filter input{
    margin-left: 10px;
}

.dataTables_length select{
    margin-left: 10px;
    margin-right: 10px;
}

.html5buttons {
    float: right;
}

.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  font-weight: bold;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-indent: 0px;
  line-height: 16px;
  content: '+';
  background-color: #8C8C8C;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: '-';
  background-color: #EFEFEF;
  color: #8C8C8C;
  font-weight: bold;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  display: none;
}

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 10px;
  padding: 0;
}

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
    padding-top: 0.5em;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}


/************ Fechas sin Calendario (Inputs) **************/
.input-fecha{
    display: inline-block;
    width: 33%;
    height: 30px;
    margin-left: 0.3%;
}

@media (max-width: 576px) {
    .input-fecha{
         display: block;
         width: 100%;
    }
}


/************ Choosen (search select) **************/
.chosen-container-single .chosen-single{
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 30px;
}


/************ preview de imagen **************/
.img-preview-sm {
    height: 300px;
    width: 300px;
}


.img-preview-lg {
    width: 454px;
	height: 280px;
	border-style: solid;
    border-width: 1px;
}

.img-container, .img-preview {
    overflow: hidden;
    text-align: center;
}


.flot-chart {
    display: block;
    height: 200px;
}

.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}



/* FILE MANAGER */
.file-box {
  
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: #1ab394;
}
.category-list li a .text-primary {
  color: #1c84c6;
}
.category-list li a .text-info {
  color: #23c6c8;
}
.category-list li a .text-danger {
  color: #EF5352;
}
.category-list li a .text-warning {
  color: #F8AC59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #066E70;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}


.seccion_focus{
  border-left: 0.3em solid  rgba(7,90,125,0.2);
}

.seccion:nth-child(2n-1){
  background-color: rgba(231,231,231);
}

.container_buttons{
  display: flex;
  align-items: center;
  justify-content:center;
}
.btn_frm{
  width: 18%;
  text-align: center;
  color: #fff; 
  background: #009b9e;
  opacity: 70%;
  padding: 1em;
  font-size: 1em;
  transition: 500ms all;
}
.btn_frm:hover{
  transform: scale(1.1, 1.1);
  background: #009b9e;
  color: #fff; 
  opacity: 90%;
}
.is-invalid {
  border: 2px solid #D9534F;
}


/************ ************* **************/
/************ movil preview **************/
/************ ************* **************/

@media (max-width: 992px) {
   .page-user-container {
        width: auto;
        margin: auto;
        max-width: 98%;
    }

    .seccion{
        padding-right: -10px;
        padding-left: -10px;
    }
    .btn_frm{
      width: 100%;
    }
}

/************ ************* **************/
/************  FILE MANAGER **************/
/************ ************* **************/


/****************lo que agrego Ec*************/
body {
  font-family: Arial, sans-serif; /* Usamos Arial para el texto, sin-serif como alternativa */
  margin: 20px; /* Le damos un margen de 20px alrededor del cuerpo */
}

.suggestions {
  border: 1px solid #ccc; /* Borde gris claro para el contenedor de sugerencias */
  max-height: 150px; /* Limitamos la altura máxima a 150px */
  overflow-y: auto; /* Permitimos desplazamiento vertical si hay más de 150px */
  position: absolute; /* Colocamos el contenedor en una posición absoluta */
  background-color: white; /* Fondo blanco para las sugerencias */
  z-index: 1000; /* Aseguramos que el contenedor esté por encima de otros elementos */
  width: 300px; /* Definimos el ancho del contenedor, debe coincidir con el input */
  border-radius: 4px; /* Bordes redondeados para un aspecto más suave */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra suave para darle profundidad */
}

.suggestion-item {
  padding: 10px; /* Espaciado interno de 10px para cada elemento de sugerencia */
  cursor: pointer; /* Cambiamos el cursor a mano cuando pasamos sobre el elemento */
}

.suggestion-item:hover {
  background-color: #f0f0f0; /* Cambiamos el fondo a gris claro cuando el usuario pasa el ratón */
}

.suggestion-item.selected {
  background-color: #d0e0f0; /* Color azul suave para el ítem seleccionado */
}

/****************lo que agrego Ec*************/