body { margin: 0 !important; padding: 0 !important; width: 100%; height:100% !important; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important; }
.container { position: relative; overflow: hidden; height: 55vw; background-image:url(marco_regulatorio.png); background-size: cover; }
input { display: none; }
p { margin: 0; }
.button { color: white; font-weight: bold; font-size: 18px; background-color: #e83d4a; display: block; padding: 5px 10px; border-radius: 100%; cursor: pointer; animation: fadein .5s; animation: pulse 1.5s infinite; }
.content { background: white; padding: 0.5rem 0.5rem 1.5rem 0.5rem; text-align: center; display: none; margin-top:15%; margin-left:15%; margin-right:15%; border-radius: 8px; box-shadow: 0 4px 2px -2px rgba(211,47,47,0); }
.cross { font-weight: bold; }
#b1 { position: absolute; left: 22.5%; top: 29%; }
#b2 { position: absolute; left: 43.5%; top: 29%; }
#b3 { position: absolute; left: 75%; top: 29%; }
#b4 { position: absolute; left: 85.5%; top: 29%; }
#b5 { position: absolute; left: 33%; top: 49%; }
#b6 { position: absolute; left: 41%; top: 47%; }
#b7 { position: absolute; left: 46%; top: 52%; }
#b8 { position: absolute; left: 54%; top: 49%; }
#b9 { position: absolute; left: 64.5%; top: 49%; }
#b10 { position: absolute; left: 85.5%; top: 49%; }
#b11 { position: absolute; left: 43.5%; top: 70%; }
#b12 { position: absolute; left: 75%; top: 70%; }
#b13 { position: absolute; left: 83%; top: 68%; }
#b14 { position: absolute; left: 88%; top: 72%; }
#input1:checked ~ #content1,
#input2:checked ~ #content2,
#input3:checked ~ #content3,
#input4:checked ~ #content4,
#input5:checked ~ #content5,
#input6:checked ~ #content6,
#input7:checked ~ #content7,
#input8:checked ~ #content8,
#input9:checked ~ #content9,
#input10:checked ~ #content10,
#input11:checked ~ #content11,
#input12:checked ~ #content12,
#input13:checked ~ #content13,
#input14:checked ~ #content14 { display: block !important; animation: fadein .5s; }
input:checked ~ label .button { display: none !important; animation: fadeout .5s; }
.button:hover { color: #e83d4a; background: white; }
.cta { display: inline-block; background: #e83d4a; color: white; padding: 10px 20px; margin-top: 48px; border-radius: 24px; text-decoration: none; transition: all .3s ease; }
.cta:hover { text-decoration: underline !important; box-shadow: 0 0 0 6px rgba(232, 61, 74, 0.4); }
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes pulse {
  from { box-shadow: 0 0 0 0px rgba(232, 61, 74); }
  to { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
}
