    .cooler-container {
      position: relative;
      max-width: 800px;
      margin: 40px auto;
    }

.hotspot {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  /* Eliminar fondo y borde */
  background: none;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
}

.hotspot i {
  font-size: 24px;
  color: #269b4d;
  background: white;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 0 5px #a69a81;
}
    
  .bord_h {
    border: 1px solid #A4A4A4;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
  }    
        
	.bx-1x { font-size:16pt; }
	.bx-2x { font-size:24pt; }
	.bx-3x { font-size:48pt; }
		
	i, img { vertical-align: middle; }
        
	.bx-blue { color:#1376b8; }
	.bx-verd { color:#269b4d; }

.logAll { 
  max-height: 100px;
  height: auto;
  width: auto;
  max-width: 100%; 
}

.logA2 { 
  max-height: 60px;
  height: auto;
  width: auto;
  max-width: 100%; 
}

.stitA {
  background:#f9e14b; 
  font-size:12px; 
  font-style:oblique;  
  color: #0b110d;
}

.fonFosc {
  background-color: #00000050; 
  font-size:24px; 
  color:#e6f2d3;
  padding: 1px 0 1px 3px;
}

.partC {
  background-color: #00000050;
  font-size:24px; 
  color:#5c75ab;
  padding: 1px 3px 1px 0;
}

.partA {
/*  background-color: #00000050; */
  font-size:24px; 
  color:#280b0f;
  padding: 1px 0 1px 3px;
}

.partB {
  /* background-color: #00000050; */
  font-size:24px; 
  color:#5c75ab;
  padding: 1px 3px 1px 0;
}

