.leaflet-popup-content-wrapper{
min-width: 160px;
}
.clase-descrip{


}

h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.imagenGrande {
  object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
 width: 100%;
    max-height: 450px;
    margin-bottom: 1rem;
}
.prueba-related{
margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fefefe;
  border-radius:0.375rem;
  border: 1px solid #c5c5c5;
  display: block;
  text-align: center;
}

.card-img-top {
  object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 250px;
    margin-bottom: 1rem;
}

.col-lg-7 {
    flex: 0 0 auto;
  /*   width: 68.33333333%; */
  width: 100%;
  }
  .col-lg-5 {
  /*   display: flex;*/
      flex: 0 0 auto;
    /*   width: 32.66666667%; */
      width: 100%;

    }
#mynetwork {
  margin: auto;
}

.PseudoEnlace:hover {
  text-decoration: underline;
  cursor: pointer;
}
H2:hover {
text-decoration: underline;
cursor: pointer;

}

.capaFlotanteRelacionado {

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.oculto {
            display: none;
        }
.chip {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
}
.chip.chip-md:hover {
font-weight: 700;
font-size: 1.0rem;
color: #b6b6b6;
}
.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    cursor: pointer;
  }



  .chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  .center {
    text-align:center;
  }
.caja-imagenes {
  margin-bottom: 30px;
  margin-top: 30px;
}
h1 {
  text-align: center;
  margin-top: 10px;
}
.mapa { height: 180px; }
.formulario {
   margin: auto;
  width: 50%;
  border: 3px solid ;
text-align: center;
  padding: 10px;
margin-bottom: 10px;
border-radius: 0.375rem;
}
.div-centrado {
  margin: auto;
  width: 100%;
text-align: center;
margin-bottom: 30px;
display: block;
}
.selects-time-line{
display: inline;
padding-bottom: 20px;
}
.btn-primary {
  margin-bottom: 4px;
}
.titulo2 {
 font-size: 1rem;
margin-top: 10px;
}
img {

}
.container-fluid{
border:  1px solid #000;
}
/*
a{
 font-size: 10px;
}*/
.div2{
 border: 1px solid ;

width: 200px;
display: inline;
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
