body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.heightGaleriaPrincipal{
  height: 800px;
}
.heightGaleriaSecundaria{
  height: 400px;
}

.widthItemGaleriaSecundaria{
  width: 400px;
}

.w3-badge {height:13px;width:13px;padding:0}
.pointer{
  cursor:pointer
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.w3-bar .w3-button {
  padding: 16px;
}


@media screen and (max-width: 600px) {

  
  .heightGaleriaPrincipal{
    height: 400px;
  }
  .heightGaleriaSecundaria{
    height: 300px;
  }
  .widthItemGaleriaSecundaria{
    width: 400px;
  }
}

.slideMain{display:none;}

.top20{
  margin-top: 20px;
}
div.scrollGaleria {
  background-color: #eee;
  overflow: auto;
  white-space: nowrap;
}

div.scrollHorizontal{
  display: flex; 
  overflow-x: auto;
}

.hideScroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScroll{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#galeriaInstalaciones img{
  width: 33%;
}

#listPrecios div {
  flex: 0 0 25%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.flip-card {
  background-color: transparent;
  width: 230px;
  height: 120px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.btnWhts{
  padding: 5px;
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}