/*############# NAVBAR ##############*/
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: visible;
  background-color: #1676bb;
  height:100%;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 17px;
}

.topnav li {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 15px;
  text-decoration: none;
  font-size: 17px;
}

.topnav li:hover {
  background-color: #2980b9;
  color: #ecdbff;
}

.topnav li.active {
  background-color: #1664bb;
  color: white;
}


.topnav .icon {
  display: none;
}

/*############### SUBMENU NAVBAR ##################*/
#menu-s li:hover{
    margin: 0;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #2980b9;
    width: 100%;    
}

.dropdown-divider {
  width: 100%;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}
#menu-l{
 
    visibility:hidden;
}

/* Define una clase de modal aún más grande */
.custom-modal-xl {
    max-width: 1230px; /* Puedes ajustar el valor según tus necesidades */
}


/*####################### MARCO BUSCAR ##############################*/
.panel-heading{
    height: 55px;
    vertical-align: middle;
    align-items: center;
}
.panel-heading h4{
    margin-top: 5px;
    align-items: center;
}

.color-foo{
    background-color: #1676bb;
    text-align: center;
}
.color-foo-s p{
    margin-top: 15px;
    color:#fff;
    text-shadow: 0.5px 0.5px #000;

}

@media (max-width: 767px) {
  .topnav li {
    padding: 0px 7px;
  }
}


@media (min-width: 992px){
.modal-lg {
    width: 1130px !important;
}
}

/*#####################################################################*/
@media screen and (max-width: 600px) {
  .topnav li:not(:first-child) {display: none;}
  .topnav li.icon {
    float: right;
    display: block;
  }
  
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav .icon {
    width: 60px;
    height: 50px;
  }
  .fa-bars{
    margin-left: -15px;
    margin-top: 15px;
    width: 100% !important;

  }
    .fa-bars,
    .fa-bars:hover,
    .fa-bars:focus{
    margin-left: 3px;
    margin-top: 15px;
    width: 100% !important;

  }
  #menu-s{
    margin: 0;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #2980b9;
    width: 100%;
    display: none;
    visibility:hidden;
  }
  .item{
      padding: 0px 0px 0px 0px;
      margin-top: -7px;
  }
  #menu-l{
    visibility: visible;
    margin: 0;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    text-align: center;
    height: 70%;
    width: 100%;
    margin-top: 3px;
  }
  .item .glyphicon{
      padding: 0px 0px 0px 5px;
      text-align: center;      
      color: #000;
  }
    .item .glyphicon:hover{    
      color: #804191;
  }
  
@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}
.item .glyphicon:hover{
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

  

}

.img-tam{
    margin: 0;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    width: 100%;

}
.div-img{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    height: 100%;
    width: 150px;
}


