/* css active de lista de locaciones*/


.navbar-inverse .navbar-nav>li>a.active{
  color: #ffffff;
}

/* css de home*/
.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp1:hover{
  color: black;
  opacity: .8;
  background: gray;
}

.btn-wsp:hover{
  color: black;
  opacity: .8;
  background: #20ba5a;
}

@media only screen and (min-width:320px) and (max-width:768px){
  
  .btn-wsp{
      width: 63px;
      height: 63px;
      line-height: 66px;
   }

}

.msgPS{
  
  height: 600px;
  width: 100%;
  overflow-y: scroll; 
}

ul.__col3{

  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  FLOAT: left;
  PADDING-BOTTOM: 0px;
  MARGIN: 15px 0px;
  WIDTH: 100%;
  PADDING-TOP: 0px;
  LIST-STYLE-TYPE: none;
  
}

ul.__col3 li{
 
  display: inline-block;
  float: none;
  PADDING-RIGHT: 2px;
  /*DISPLAY: inline;*/
  PADDING-LEFT: 2px;
  /*FLOAT: left;*/
  PADDING-BOTTOM: 2px;
  WIDTH: 12%;
  PADDING-TOP: 2px
}
/* css de home*/
.espacioVacio{
  height: 100px; 
  
}


.cont-home{
    display: block;
    margin-left: -50px;
    bottom: -20px;
    
}

/* css de lista locaciones*/

.border-line-img{

   width: 100%;
}

.cont-desc{

  background-color: #2b2a27;
  
}

.cont-desc h3{

  color: white;
  
}

.cont-desc h4{

  color: white;
  margin-left: 3%;
  font-size: 12px;
  
}

.cont-desc2{
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 10px;
  align-items: center;
}
.cont-desc2 img{
  width: 22px;
  height: 22px;
  
}

.textoI{
   color: aliceblue;
   font-size: xx-small;
}

.tImagen{
  margin: 5%;
  color: black;
}

.desImagen{

  color: black;
  padding-right: 10px;
}

.msg-vacio{
  color: gray;
}

.marginCliente {
    margin-top: 30px;
}

.marginLocation {

    margin-top: 30px;
    justify-content: space-around;
    box-sizing: border-box;
}

.marginLocation:hover{
  transform: scale(1.2);
}



.navbar-center {
    
    position: relative;
    left: 50%;
    transform: translatex(-50%);  
    
}


 .filter {
  
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

/*copiado ----------------------------------------------------------------------------------------------------------------------------*/

.topheader {
    box-shadow: 0 4px 5px var(--navbar-shallow-color);
    position: fixed;
    background-color: var(--theme-color);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  
  .topnav {
    display: flex;
    justify-content: right;
    padding: 10px;
    max-width: 980px;
    margin: 0 auto;
    
  }
  
  /* Logo */
  
  .logo {
    display: flex;
    margin-left: 10%;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
  }
  
   
  /* Menu */
 
  .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
    
  }
  
  .menu li {
    padding:  15px;
    
  }
  
  .menu a {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
  }
  
  .menu a::after {
    content: "";
    background-color: gray;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    height: 4px;
  
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .menu a.selected::after,
  .menu a:hover::after {
    opacity: 0.8;
    color: gray;
    background-color: gray;
  }
  
  .menu a:hover {
    color: gray;
  }
  
  .open-menu,
  .close-menu {
    display: none;
  }
  
  .logotype {
    display: flex;
    justify-content: center;
  }

  @media (max-width: 950px) {
    
    .cont-home{
      right: 10px; 
      top: 155px;
      margin-left: 10px;
    }
    /* Menu */
    .menu {
      flex-direction: column;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      align-items: center;
      background-color: black;
      height: 55%;
      overflow-y: auto;
  
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
    }
  
    .menu li {
      padding: 0;
    }
  
    .menu a {
      color: var(--text-color-inverse);
      line-height: 70px;
      font-size: 25px;
    }
  
    .open-menu,
    .close-menu {
      display: block;
      border: none;
      background: none;
      cursor: pointer;
    }
  
    .close-menu {
      align-self: flex-end;
      padding: 20px 15px;
    }
  
    .menu_opened {
      opacity: .9;
      pointer-events: all;
    }
  
    .open-menu:focus:not(:focus-visible),
    .close-menu:focus:not(:focus-visible) {
      outline: none;
    }
  
    .menu a::after {
      content: none;
    }
  
    .menu a:hover,
    .menu a.selected {
      color: white;
    }
    
   
    ul.__col3 li{

      display: inline-block;
      float: none;
      PADDING-RIGHT: 2px;
      PADDING-LEFT: 2px;
      text-align: center;
      PADDING-BOTTOM: 2px;
      WIDTH: 31%;
      PADDING-TOP: 2px
    }
    
  }


/*CLASES DE BOTONES MODAL GALERIA DE IMAGENES*/
.btn__atras{
  position: absolute;
  height: 2em;
  width: 2em;
  bottom: 0px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: large;
  font-weight: bolder;
}

.btn__adelante{
  position: absolute;
  height: 2em;
  width: 2em;
  bottom: 0px;
  right: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: large;
  font-weight: bolder;
  
}

.btn__personal{
  border: 0;
  border-radius: 50%;
  background-color: gray;
  color: white;
}

.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}