body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #333333;
  background-image: linear-gradient(to bottom, rgba(147, 186, 208, .5), #bcb6b6);

  font-weight: 600;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#stat {
  font-size: 8px;
  text-align: center;

}

#instrucciones {
  padding: 0%;
  margin: 0%;
  position: fixed;
  top: 10px;
  left: 5%;
  width: 90%;
  color: #fff;
  height: auto;
  background-color: #493f3f;
  z-index: 9999;
  font-size: 0.75em;
}


#errores {
  padding: 12%;
  margin: 12%;
  position: fixed;
  top: 20px;
  left: 15%;
  right: 15%;
  color: #3a2e90;
  height: auto;
  background-color: #4f6572;
  font-size: 1em;
}



a {
  color: #ff0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


#fotomenu {
  padding: 5;
  margin: 2;
  height: auto;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.botones {
  background-color: rgba(200, 200, 200, 0.6);
  margin: 10px;
  height: 26px;
  width: 26px;
  padding: 2px;
  z-index: 3000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.botones3 {
  display: flex;
  align-items: start;
  background-color: rgba(200, 200, 200, 0.6);
  margin: 10px;
  padding: 5px;
  height: 20px;
  width: 20px;
  z-index: 2000;
  border: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

#resencendido,
#resapagado,
#bor1,
#bor2,
#edicion {
  position: absolute;
  left: 80px;

}

.botencendido {
  align-items: start;
  display: flex;
  padding-right: 15px;
  height: 1.5em;
  align-content: center;
  z-index: 1;
  border: 0;
  width: 50px;
  background-image: url('/galeria/icons/boton2.svg');
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.botapagado {
  padding-right: 15px;
  height: 1.5em;
  align-content: center;
  z-index: 1;
  width: 50px;
  border: 0;
  background-image: url('/galeria/icons/boton1.svg');
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}



#joyDiv {
  display: inline;
  position: fixed;
  bottom: 8px;
  right: 8px;
  padding: 5px;
  margin: 5px;
  /* height: auto; */
  /* width: auto; */
}


#desc {
  padding: 5px;
  margin: 5px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  max-width: 50%;
  height: auto;
  background-color: #2c2c2c;
  border: 5px;
  z-index: 50;
}

#desc1 {
  display: inline;
  position: relative;
  top: 0px;
  left: 0px;
  width: 40%;
  height: auto;

  z-index: 300;
}

#desc2 {
  display: inline;
  position: relative;
  top: 0px;
  right: 0px;
  width: 40%;
  height: auto;

  z-index: 100;
}

#todo {
  width: 100%;
}


model-viewer {
  background-image: radial-gradient(rgb(80, 80, 80), rgb(20, 20, 20));
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  --poster-color: #eee;
  pointer-events: auto;
}



#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 3px solid #3c3f44;
}


model-viewer>#ar-prompt {
  position: absolute;
  left: 50%;

  animation: elongate 10s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
  display: block;
}

model-viewer>#ar-prompt>img {
  animation: circle 4s linear infinite;
}

model-viewer>#ar-failure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px;
  display: none;
}

model-viewer[ar-tracking="not-tracking"]>#ar-failure {
  display: block;
}

.menu {
  /* top: 1rem; */
  /* left: 1rem; */
  text-align: center;
  vertical-align: middle;
  /* padding: 10px; */
  /* padding-bottom: 12px; */
  /* border-bottom-right-radius: 5px; */
  color: white;
  line-height: 25px;
  cursor: pointer;
  z-index: 5001;
}

#men {

  /* background-color: #2c2c2c; */
  font-size: 4em;
  position: absolute;
  font-weight: 100;
  margin: 5px;
  padding: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  font-family: system-ui,

}

#css-menu {
  position: fixed;
  top: 0;
  left: -340px;
  z-index: 5000;
  background: #2C2C2D;
  /* height: 100%; */
  box-shadow: 0 10px 10px #695b5b;
  transition: all .2s ease-in-out;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  position: relative;
}


#cssmenu {
  width: 220px;
}

#cssmenu>ul>li>a {
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #2C2C2D;
  padding: 10px;
}

#cssmenu>ul>li>ul>div>li>a {
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #2C2C2D;
  padding: 10px;
}

#cssmenu>ul>li>a:hover {
  text-decoration: none;
  background: #b5b1b1
}

#cssmenu>ul>li>div>li>a {
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #2C2C2D;
  padding: 10px;
}

#cssmenu>ul>li>div>li>a:hover {
  text-decoration: none;
  background: #c8c3c3
}

.edit-button {
  background-image: linear-gradient(to bottom, rgb(147, 186, 208), #6c7fa3);
  border-radius: .5rem;
  color: #f2f2f2;
  /* cursor: pointer; */
  display: flex;
  justify-content: center;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin: auto;
  padding: 2px;
  text-align: center;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  font-family: system-ui,


}

.edit-button:active {
  box-shadow: 2px 1px 1px 1px rgba(236, 233, 231, 0.77);
  transform: translateY(0.125rem);
}

.edit-button:hover {
  box-shadow: rgba(226, 222, 222, 0.775) 2 4 2 8px, -6px 8px px rgba(81, 41, 10, 1), 0px 2px 2px rgba(234, 233, 232, 0.2);
}

#lineas {
  background: #2C2C2D;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  /* padding: 3px; */
  display: block
}


#cssmenu>ul>li.has-sub>a:after {
  content: '';
  position: absolute;
  top: 1 rem;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

#cssmenu>ul>li.has-sub.active>a:after {
  right: 14px;
  top: 17px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}



#cssmenu ul ul {
  padding: 3px;
  display: none;
}


#cssmenu>ul>li.has-sub2>a:after {
  content: '';
  position: absolute;
  top: 1 rem;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

#cssmenu>ul>li.has-sub2.active>a:after {
  right: 14px;
  top: 17px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

#cssmenu ul ul.expand {
  height: 330px;
  width: 100%;
  overflow: auto;
}

#cssmenu ul ul.expand2 {
  height: auto;
  width: 100%;
  overflow: auto;
  display: initial;
}

#cssmenu ul ul a {

  display: block;
  color: #e1d3d3;
  padding: 5 px;
  margin: 5 px;
  border: none;
}

#letras {
  background: #558888;
  display: block;
  padding: 5px;
  margin: 5px;
  color: #000000;
  white-space: pre-line;
  display: inline-flex;
  flex-wrap: wrap;
  word-wrap: break-word;
  width: fit-content;
  font-size: .8em;



}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.artwork-tray-item {
  white-space: pre-line;
  display: inline-flex;
  flex-wrap: wrap;
  word-wrap: break-word;
  width: fit-content;
  font-size: .8em;


}

#cssmenu ul ul a:hover {
  color: #7b6868;
}

#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}

#cssmenu ul ul li:last-child {
  border: none;
}


.loading {
  width: 60px;
  height: 10px;
}

.engloba {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2px;

}

.progress {
  border: 1px solid white;
  padding: 2px;

}

#progressbar1 {
  margin: 2px;
  background: rgb(230, 230, 234);
  border-radius: 0%;
  height: .1em;
  transform-origin: left;
  transform: scaleX(0);
}

#progressbar2 {
  margin: 2px;
  background: rgb(160, 160, 190);
  height: .1em;
  transform-origin: left;
  transform: scaleX(0);
  display: none;
}

#progressbar3 {
  margin: 2px;
  background: rgb(138, 138, 155);
  height: .1em;
  transform-origin: left;
  transform: scaleX(0);
}

#progressbar4 {
  margin: 2px;
  background: rgb(185, 185, 212);
  height: .1em;
  transform-origin: left;
  transform: scaleX(0);
}

#progressbar5 {
  margin: 2px;
  background: rgb(157, 157, 232);
  height: .1em;
  transform-origin: left;
  transform: scaleX(0);
}


.letra {
  padding: 2px;
  margin: 2px;
  color: #fff;
  height: auto;
  z-index: 9999;
  font-size: 1em;
}

#info {
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas {
  display: block;
  background-color: #000;
}

#inline {
  display: inline-block;
  padding: 10px;
}

.inline {
  display: inline-block;
  padding: 5px;
  align-items: center;
}

#apagado,
#apagado2,
#apagad2,
#apagado3 {
  font-size: .75em;

  margin-left: 30px;
  height: 1.5em;
  display: inline-flex;
  padding: 15px;
  color: #000000;
  align-content: center;
  align-items: center;
}

.li {
  padding: 10px;
}

.flecha {
  display: inline-block;
  width: 2em;
  margin: 0;
  padding: 0;
  aspect-ratio: 1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20"  height="20" viewBox="0 0 16 16"><path  fill="white" d="M25.61,17.84l-.52-.76c.29.56.58.8.41,1.59L13.3,1.66h-.05l-.45-.6L.05,18.74c-.03.69.05,1.38.05,2.06L12.78,3.12h.05l12.68,17.68h.1c.01-.99-.02-1.97,0-2.96Z"/></svg>') 0 0/contain no-repeat;
  filter: invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg) brightness(50%) contrast(50%);

}

.iconos {
  /* border: 1px solid rgb(101, 100, 100); */
  display: inline-block;
  border-radius: 10%;
  background-image: radial-gradient(#666, #fff);
  background-repeat: no-repeat;
  box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 0.2);
  padding: 4px;
  margin: 4px;
  height: 40px;
  width: 40px;
  transition: all .1s cubic-bezier(.2, 0, .2, 1);
  z-index: 4000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}


.iconos:hover {
  background-image: radial-gradient(#fff, #666);
}

.iconos:active {
  box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 0.4);
  transform: translate(2px, 2px);
  background-image: radial-gradient(#fff, #666);
}

.button2,
#rot,
#ar-button,
#ir-gal,
#datos {
  background-image: radial-gradient(#aaa, #fff);
  box-shadow: 5px 5px 1px 1px rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 0%;
  color: #000;
  /* cursor: pointer; */
  justify-content: center;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size: 20px;
  margin: 7px;
  padding: 3px;
  text-align: center;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  font-family: system-ui,
}

.button2:active,
#ar-button:active,
#rot:active,
#ir-gal:active {
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.5);
  transform: translate(2px, 2px);
}

.button2:hover,
#ar-button:hover,
#rot:hover,
#ir-gal:hover {
  background-image: radial-gradient(#fff, #aaa);
  color: #000;

}

/* The Modal (background) */
modal {
  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 { */
/* url(http://localhost/galeria/index.html?g%3D1); */
/* background-color: #fefefe; */
/* margin: 15% auto; */
/* padding: 20px; */
/* border: 1px solid #888; */
/* width: 80%; */
/* } */

/* 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;
}

#wrapper {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.xx {
  color: #fff;

  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  padding: 10px;
}

.principal2 {
  display: initial;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 50;
  top: 50;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(255, 255, 255);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 1);
  /* Black w/ opacity */

}

.container {
  background-color: #222;
  color: #FFFFFF;
  padding: 20px;
}

.centrado {
  width: 50%;
  height: 50%;

  display: fixed;

  justify-content: center;
  align-items: center;
  z-index: 3000;
}

p.h6 {
  font-size: 12px;
}

a.h5 {
  font-size: 12px;
  color: #343529;

}

@keyframes load_spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





.load_spinner {
  display: inline-block;
  border: 5px solid #00000000;
  border-top: 5px solid #8F8F8F;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: auto;
  animation: load_spin 1s cubic-bezier(0.7, 0.3, 0.3, 0.7) infinite;
  z-index: 2;
}


#principal {
  background-image: linear-gradient(to bottom, rgba(147, 186, 208, .5), #bcb6b6);
  z-index: 6000;
  display: initial;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 50;
  top: 50;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(255, 255, 255);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 1);
  /* Black w/ opacity */
}

#fotoArtist {
  opacity: 0.7;
  border-radius: 10%;
  z-index: 6000;
  padding: 5px;
}

.gear {
  display: inline-block;
  list-style-type: none;
  position: absolute;
  right: -0px;
  top: 40%;
  height: 40px;
  z-index: 1;
  width: 40px;
  padding: 0;
  border: 0;
  border-radius: 30%;
  background: rgba(255, 255, 255, .2);
  background-image: url('/galeria/icons/gear.svg');
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

#frame {
  display: flex;
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#ar-button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 3px;
  margin: 3px;
  height: 54px;
  width: 70px;
  border-radius: 10%;
  text-decoration-line: none;
  text-align: center;
  /* background-color: #eee; */
  background-size: 60px 60px;
  background-blend-mode: multiply;


}

#ir-gal {
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding: 3px;
  margin: 3px;
  height: 54px;
  width: 70px;
  border-radius: 10%;
  text-decoration-line: none;
  text-align: center;
  background-color: #eee;
  background-size: 80px 80px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 300"><defs><style>.cls-1{fill:%231d1d1b;}.cls-2{fill:%23fefdfd;}.cls-3{fill:%23312783;}</style></defs><path class="cls-2" d="M102.82,55.49c-8.53-8.19,4.14-22.7,12.06-12.66,6.74,8.55-4.81,19.61-12.06,12.66Z"/><path class="cls-3" d="M53.56,92.2c7.22-8.76,14.28-21.69,21.72-29.6.97-1.03,2.41-2.5,3.86-2.36,3.7.35,26.08,37.27,28.5,36.68l36.26-48.6c1.75-1.53,4.91-1.53,6.66,0,10.45,14.29,20.59,29.17,31.84,42.63V28.31H50.42v66.91c1.24-.57,2.25-1.95,3.14-3.03ZM104.74,32.81c24.15-4.55,25.37,35.77.58,32.41-15.66-2.12-16.61-29.39-.58-32.41Z"/><path class="cls-3" d="M446.34,169.15c-11.77-12.17-31.06,7.44-15.69,21.33.9.82,2.95.98,3.15,1.89.3,1.32.25,12.9-.03,14.45-.37,2.11-9.55,8.83-11.85,10.3-21.48,13.72-47.64,13.86-69.3.56-2.61-1.6-11.5-7.82-12.82-10.1-2.01-3.45-.3-11.07-.92-15.25,11.32-3.51,12.99-21.24,1.61-25.82-11.84-4.76-21.78,8.76-15.36,20.1,1.57,2.78,7.02,5.51,7.35,6.6.44,1.46.35,9.12.14,11.03-.56,5.08-9.6,10.9-13.71,13.43-22.2,13.64-49.11,13.05-70.8-1.5-1.43-.96-9.47-7.25-9.94-8.09-.53-.95-.76-14.26-.43-15.72.17-.77,2.57-1.31,3.6-2.28,14.31-13.56-4.4-33.05-16.13-20.94-.04.04-.08.09-.12.13-.04-.04-.07-.09-.11-.13-11.77-12.17-31.06,7.44-15.69,21.33.9.82,2.95.98,3.15,1.89.3,1.32.25,12.9-.03,14.45-.37,2.11-9.55,8.83-11.85,10.3-21.48,13.72-47.64,13.86-69.3.56-2.61-1.6-11.5-7.82-12.82-10.1-2.01-3.45-.3-11.07-.92-15.25,11.32-3.51,12.99-21.24,1.61-25.82-11.84-4.76-21.78,8.76-15.36,20.1,1.57,2.78,7.02,5.51,7.35,6.6.44,1.46.35,9.12.14,11.03-.56,5.08-9.6,10.9-13.71,13.43-22.2,13.64-49.11,13.05-70.8-1.5-1.43-.96-9.47-7.25-9.94-8.09-.53-.95-.76-14.26-.43-15.72.17-.77,2.57-1.31,3.6-2.28,14.31-13.56-4.4-33.05-16.13-20.94-7.26,7.5-3.73,20,5.48,23.22v79.61c.67,4.27,6.31,4.09,7.08.02v-54.48c25.35,21.78,58.01,23.72,85.87,6.15,3.09-1.95,5.56-5.02,8.95-6.15v56.19c0,1.8,6.32,1.8,6.32,0v-56.19l13.4,9.05c26.98,14.84,57.77,10.79,81.43-9.05v55.33c0,2.72,7.11,2.72,7.11,0v-81.07c0-.28,3.37-1.1,4.7-2.2.34-.28.65-.58.95-.89,1.48,1.62,3.34,2.9,5.52,3.67v79.61c.67,4.27,6.31,4.09,7.08.02v-54.48c25.35,21.78,58.01,23.72,85.87,6.15,3.09-1.95,5.56-5.02,8.95-6.15v56.19c0,1.8,6.32,1.8,6.32,0v-56.19l13.4,9.05c26.98,14.84,57.77,10.79,81.43-9.05v55.33c0,2.72,7.11,2.72,7.11,0v-81.07c0-.28,3.37-1.1,4.7-2.2,5.88-4.86,6.03-15,.76-20.45Z"/><path class="cls-3" d="M285.73,89.51c5.73-7.57,11.34-18.73,17.25-25.57.77-.89,1.92-2.16,3.06-2.04,2.94.3,20.71,32.18,22.64,31.67l28.8-41.97c1.39-1.32,3.9-1.32,5.29,0,8.3,12.34,16.35,25.19,25.29,36.82v-54.08h-104.82v57.79c.98-.49,1.79-1.68,2.49-2.61ZM326.38,38.22c19.18-3.93,20.15,30.89.46,27.99-12.44-1.83-13.2-25.38-.46-27.99Z"/><path class="cls-1" d="M49.25,20.57c45.54-.49,91.38,1.08,136.74-.79L203.72,0H29.87c6.14,7.08,12.36,14.74,19.38,20.57Z"/><polygon class="cls-1" points="182.83 125.2 48.46 125.27 46.42 126.49 30.66 144.98 203.72 144.98 185.99 126.06 182.83 125.2"/><path class="cls-1" d="M182.39,103.38c-12.24-15.44-23.3-32.17-36.34-46.76l-45.06,60.91h81.39v-14.16Z"/><path class="cls-1" d="M43.35,27.83l-.8-3.43L24.34,5.15v134.69c6.52-6.66,13.58-13.42,18.95-21.04l.07-90.97Z"/><path class="cls-1" d="M189.45,28.69c.6,30.28-.96,61.06.8,91.04l18.22,19.26V6.01l-18.22,19.26-.8,3.43Z"/><path class="cls-1" d="M91.91,117.53c1.2,0,8.46-11.44,10.31-12.89l.25-1.91c-3.07-3.57-21.46-31.07-23.28-31.49-1.1-.25-2.71,2.14-3.45,2.99-8.6,9.92-16.07,23.12-24.58,33.36-1.45,2.98-.48,6.65-.73,9.93h41.49Z"/><path class="cls-1" d="M104.74,32.81c-16.03,3.02-15.08,30.29.58,32.41,24.79,3.36,23.57-36.96-.58-32.41ZM114.87,42.84c6.74,8.55-4.81,19.61-12.06,12.66-8.53-8.19,4.14-22.7,12.06-12.66Z"/><path class="cls-1" d="M388.05,99.16c-9.72-13.33-18.51-27.78-28.86-40.38l-35.79,52.6h64.65v-12.22Z"/><path class="cls-1" d="M282.3,27.65c36.17-.42,72.58.93,108.6-.68l14.09-17.08h-138.08c4.87,6.11,9.82,12.73,15.39,17.76Z"/><polygon class="cls-1" points="388.4 118.01 281.68 118.07 280.06 119.12 267.54 135.09 405 135.09 390.91 118.75 388.4 118.01"/><path class="cls-1" d="M277.62,33.92l-.63-2.96-14.47-16.63v116.32c5.18-5.75,10.78-11.59,15.05-18.17l.05-78.56Z"/><path class="cls-1" d="M394.29,31.7l-.63,2.96c.47,26.15-.77,52.73.63,78.62l14.47,16.63V15.07l-14.47,16.63Z"/><path class="cls-1" d="M316.18,111.39c.96,0,6.72-9.88,8.19-11.13l.2-1.65c-2.44-3.08-17.05-26.84-18.49-27.19-.87-.22-2.15,1.85-2.74,2.58-6.83,8.56-12.76,19.97-19.52,28.81-1.15,2.57-.38,5.75-.58,8.58h32.95Z"/><path class="cls-1" d="M326.38,38.22c-12.73,2.61-11.98,26.16.46,27.99,19.69,2.9,18.72-31.91-.46-27.99ZM334.43,46.88c5.36,7.39-3.82,16.93-9.58,10.93-6.78-7.07,3.28-19.6,9.58-10.93Z"/><path class="cls-2" d="M324.85,57.81c-6.78-7.07,3.28-19.6,9.58-10.93,5.36,7.39-3.82,16.93-9.58,10.93Z"/></svg>'),
  radial-gradient(#fff, #aaa);
  ;
  background-blend-mode: multiply;

}

#ir-gal:hover {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 300"><defs><style>.cls-1{fill:%231d1d1b;}.cls-2{fill:%23fefdfd;}.cls-3{fill:%23312783;}</style></defs><path class="cls-2" d="M102.82,55.49c-8.53-8.19,4.14-22.7,12.06-12.66,6.74,8.55-4.81,19.61-12.06,12.66Z"/><path class="cls-3" d="M53.56,92.2c7.22-8.76,14.28-21.69,21.72-29.6.97-1.03,2.41-2.5,3.86-2.36,3.7.35,26.08,37.27,28.5,36.68l36.26-48.6c1.75-1.53,4.91-1.53,6.66,0,10.45,14.29,20.59,29.17,31.84,42.63V28.31H50.42v66.91c1.24-.57,2.25-1.95,3.14-3.03ZM104.74,32.81c24.15-4.55,25.37,35.77.58,32.41-15.66-2.12-16.61-29.39-.58-32.41Z"/><path class="cls-3" d="M446.34,169.15c-11.77-12.17-31.06,7.44-15.69,21.33.9.82,2.95.98,3.15,1.89.3,1.32.25,12.9-.03,14.45-.37,2.11-9.55,8.83-11.85,10.3-21.48,13.72-47.64,13.86-69.3.56-2.61-1.6-11.5-7.82-12.82-10.1-2.01-3.45-.3-11.07-.92-15.25,11.32-3.51,12.99-21.24,1.61-25.82-11.84-4.76-21.78,8.76-15.36,20.1,1.57,2.78,7.02,5.51,7.35,6.6.44,1.46.35,9.12.14,11.03-.56,5.08-9.6,10.9-13.71,13.43-22.2,13.64-49.11,13.05-70.8-1.5-1.43-.96-9.47-7.25-9.94-8.09-.53-.95-.76-14.26-.43-15.72.17-.77,2.57-1.31,3.6-2.28,14.31-13.56-4.4-33.05-16.13-20.94-.04.04-.08.09-.12.13-.04-.04-.07-.09-.11-.13-11.77-12.17-31.06,7.44-15.69,21.33.9.82,2.95.98,3.15,1.89.3,1.32.25,12.9-.03,14.45-.37,2.11-9.55,8.83-11.85,10.3-21.48,13.72-47.64,13.86-69.3.56-2.61-1.6-11.5-7.82-12.82-10.1-2.01-3.45-.3-11.07-.92-15.25,11.32-3.51,12.99-21.24,1.61-25.82-11.84-4.76-21.78,8.76-15.36,20.1,1.57,2.78,7.02,5.51,7.35,6.6.44,1.46.35,9.12.14,11.03-.56,5.08-9.6,10.9-13.71,13.43-22.2,13.64-49.11,13.05-70.8-1.5-1.43-.96-9.47-7.25-9.94-8.09-.53-.95-.76-14.26-.43-15.72.17-.77,2.57-1.31,3.6-2.28,14.31-13.56-4.4-33.05-16.13-20.94-7.26,7.5-3.73,20,5.48,23.22v79.61c.67,4.27,6.31,4.09,7.08.02v-54.48c25.35,21.78,58.01,23.72,85.87,6.15,3.09-1.95,5.56-5.02,8.95-6.15v56.19c0,1.8,6.32,1.8,6.32,0v-56.19l13.4,9.05c26.98,14.84,57.77,10.79,81.43-9.05v55.33c0,2.72,7.11,2.72,7.11,0v-81.07c0-.28,3.37-1.1,4.7-2.2.34-.28.65-.58.95-.89,1.48,1.62,3.34,2.9,5.52,3.67v79.61c.67,4.27,6.31,4.09,7.08.02v-54.48c25.35,21.78,58.01,23.72,85.87,6.15,3.09-1.95,5.56-5.02,8.95-6.15v56.19c0,1.8,6.32,1.8,6.32,0v-56.19l13.4,9.05c26.98,14.84,57.77,10.79,81.43-9.05v55.33c0,2.72,7.11,2.72,7.11,0v-81.07c0-.28,3.37-1.1,4.7-2.2,5.88-4.86,6.03-15,.76-20.45Z"/><path class="cls-3" d="M285.73,89.51c5.73-7.57,11.34-18.73,17.25-25.57.77-.89,1.92-2.16,3.06-2.04,2.94.3,20.71,32.18,22.64,31.67l28.8-41.97c1.39-1.32,3.9-1.32,5.29,0,8.3,12.34,16.35,25.19,25.29,36.82v-54.08h-104.82v57.79c.98-.49,1.79-1.68,2.49-2.61ZM326.38,38.22c19.18-3.93,20.15,30.89.46,27.99-12.44-1.83-13.2-25.38-.46-27.99Z"/><path class="cls-1" d="M49.25,20.57c45.54-.49,91.38,1.08,136.74-.79L203.72,0H29.87c6.14,7.08,12.36,14.74,19.38,20.57Z"/><polygon class="cls-1" points="182.83 125.2 48.46 125.27 46.42 126.49 30.66 144.98 203.72 144.98 185.99 126.06 182.83 125.2"/><path class="cls-1" d="M182.39,103.38c-12.24-15.44-23.3-32.17-36.34-46.76l-45.06,60.91h81.39v-14.16Z"/><path class="cls-1" d="M43.35,27.83l-.8-3.43L24.34,5.15v134.69c6.52-6.66,13.58-13.42,18.95-21.04l.07-90.97Z"/><path class="cls-1" d="M189.45,28.69c.6,30.28-.96,61.06.8,91.04l18.22,19.26V6.01l-18.22,19.26-.8,3.43Z"/><path class="cls-1" d="M91.91,117.53c1.2,0,8.46-11.44,10.31-12.89l.25-1.91c-3.07-3.57-21.46-31.07-23.28-31.49-1.1-.25-2.71,2.14-3.45,2.99-8.6,9.92-16.07,23.12-24.58,33.36-1.45,2.98-.48,6.65-.73,9.93h41.49Z"/><path class="cls-1" d="M104.74,32.81c-16.03,3.02-15.08,30.29.58,32.41,24.79,3.36,23.57-36.96-.58-32.41ZM114.87,42.84c6.74,8.55-4.81,19.61-12.06,12.66-8.53-8.19,4.14-22.7,12.06-12.66Z"/><path class="cls-1" d="M388.05,99.16c-9.72-13.33-18.51-27.78-28.86-40.38l-35.79,52.6h64.65v-12.22Z"/><path class="cls-1" d="M282.3,27.65c36.17-.42,72.58.93,108.6-.68l14.09-17.08h-138.08c4.87,6.11,9.82,12.73,15.39,17.76Z"/><polygon class="cls-1" points="388.4 118.01 281.68 118.07 280.06 119.12 267.54 135.09 405 135.09 390.91 118.75 388.4 118.01"/><path class="cls-1" d="M277.62,33.92l-.63-2.96-14.47-16.63v116.32c5.18-5.75,10.78-11.59,15.05-18.17l.05-78.56Z"/><path class="cls-1" d="M394.29,31.7l-.63,2.96c.47,26.15-.77,52.73.63,78.62l14.47,16.63V15.07l-14.47,16.63Z"/><path class="cls-1" d="M316.18,111.39c.96,0,6.72-9.88,8.19-11.13l.2-1.65c-2.44-3.08-17.05-26.84-18.49-27.19-.87-.22-2.15,1.85-2.74,2.58-6.83,8.56-12.76,19.97-19.52,28.81-1.15,2.57-.38,5.75-.58,8.58h32.95Z"/><path class="cls-1" d="M326.38,38.22c-12.73,2.61-11.98,26.16.46,27.99,19.69,2.9,18.72-31.91-.46-27.99ZM334.43,46.88c5.36,7.39-3.82,16.93-9.58,10.93-6.78-7.07,3.28-19.6,9.58-10.93Z"/><path class="cls-2" d="M324.85,57.81c-6.78-7.07,3.28-19.6,9.58-10.93,5.36,7.39-3.82,16.93-9.58,10.93Z"/></svg>'),
  radial-gradient(#aaa, #fff);
  ;
}

#ir-gal:active {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 300"><defs><style>.cls-1{fill:%231d1d1b;}.cls-2{fill:%23fefdfd;}.cls-3{fill:%23312783;}</style></defs><path class="cls-2" d="M102.82,55.49c-8.53-8.19,4.14-22.7,12.06-12.66,6.74,8.55-4.81,19.61-12.06,12.66Z"/><path class="cls-3" d="M53.56,92.2c7.22-8.76,14.28-21.69,21.72-29.6.97-1.03,2.41-2.5,3.86-2.36,3.7.35,26.08,37.27,28.5,36.68l36.26-48.6c1.75-1.53,4.91-1.53,6.66,0,10.45,14.29,20.59,29.17,31.84,42.63V28.31H50.42v66.91c1.24-.57,2.25-1.95,3.14-3.03ZM104.74,32.81c24.15-4.55,25.37,35.77.58,32.41-15.66-2.12-16.61-29.39-.58-32.41Z"/><path class="cls-3" d="M446.34,169.15c-11.77-12.17-31.06,7.44-15.69,21.33.9.82,2.95.98,3.15,1.89.3,1.32.25,12.9-.03,14.45-.37,2.11-9.55,8.83-11.85,10.3-21.48,13.72-47.64,13.86-69.3.56-2.61-1.6-11.5-7.82-12.82-10.1-2.01-3.45-.3-11.07-.92-15.25,11.32-3.51,12.99-21.24,1.61-25.82-11.84-4.76-21.78,8.76-15.36,20.1,1.57,2.78,7.02,5.51,7.35,6.6.44,1.46.35,9.12.14,11.03-.56,5.08-9.6,10.9-13.71,13.43-22.2,13.64-49.11,13.05-70.8-1.5-1.43-.96-9.47-7.25-9.94-8.09-.53-.95-.76-14.26-.43-15.72.17-.77,2.57-1.31,3.6-2.28,14.31-13.56-4.4-33.05-16.13-20.94-.04.04-.08.09-.12.13-.04-.04-.07-.09-.11-.13-11.77-12.17-31.06,7.44-15.69,21.33.9.82,2.95.98,3.15,1.89.3,1.32.25,12.9-.03,14.45-.37,2.11-9.55,8.83-11.85,10.3-21.48,13.72-47.64,13.86-69.3.56-2.61-1.6-11.5-7.82-12.82-10.1-2.01-3.45-.3-11.07-.92-15.25,11.32-3.51,12.99-21.24,1.61-25.82-11.84-4.76-21.78,8.76-15.36,20.1,1.57,2.78,7.02,5.51,7.35,6.6.44,1.46.35,9.12.14,11.03-.56,5.08-9.6,10.9-13.71,13.43-22.2,13.64-49.11,13.05-70.8-1.5-1.43-.96-9.47-7.25-9.94-8.09-.53-.95-.76-14.26-.43-15.72.17-.77,2.57-1.31,3.6-2.28,14.31-13.56-4.4-33.05-16.13-20.94-7.26,7.5-3.73,20,5.48,23.22v79.61c.67,4.27,6.31,4.09,7.08.02v-54.48c25.35,21.78,58.01,23.72,85.87,6.15,3.09-1.95,5.56-5.02,8.95-6.15v56.19c0,1.8,6.32,1.8,6.32,0v-56.19l13.4,9.05c26.98,14.84,57.77,10.79,81.43-9.05v55.33c0,2.72,7.11,2.72,7.11,0v-81.07c0-.28,3.37-1.1,4.7-2.2.34-.28.65-.58.95-.89,1.48,1.62,3.34,2.9,5.52,3.67v79.61c.67,4.27,6.31,4.09,7.08.02v-54.48c25.35,21.78,58.01,23.72,85.87,6.15,3.09-1.95,5.56-5.02,8.95-6.15v56.19c0,1.8,6.32,1.8,6.32,0v-56.19l13.4,9.05c26.98,14.84,57.77,10.79,81.43-9.05v55.33c0,2.72,7.11,2.72,7.11,0v-81.07c0-.28,3.37-1.1,4.7-2.2,5.88-4.86,6.03-15,.76-20.45Z"/><path class="cls-3" d="M285.73,89.51c5.73-7.57,11.34-18.73,17.25-25.57.77-.89,1.92-2.16,3.06-2.04,2.94.3,20.71,32.18,22.64,31.67l28.8-41.97c1.39-1.32,3.9-1.32,5.29,0,8.3,12.34,16.35,25.19,25.29,36.82v-54.08h-104.82v57.79c.98-.49,1.79-1.68,2.49-2.61ZM326.38,38.22c19.18-3.93,20.15,30.89.46,27.99-12.44-1.83-13.2-25.38-.46-27.99Z"/><path class="cls-1" d="M49.25,20.57c45.54-.49,91.38,1.08,136.74-.79L203.72,0H29.87c6.14,7.08,12.36,14.74,19.38,20.57Z"/><polygon class="cls-1" points="182.83 125.2 48.46 125.27 46.42 126.49 30.66 144.98 203.72 144.98 185.99 126.06 182.83 125.2"/><path class="cls-1" d="M182.39,103.38c-12.24-15.44-23.3-32.17-36.34-46.76l-45.06,60.91h81.39v-14.16Z"/><path class="cls-1" d="M43.35,27.83l-.8-3.43L24.34,5.15v134.69c6.52-6.66,13.58-13.42,18.95-21.04l.07-90.97Z"/><path class="cls-1" d="M189.45,28.69c.6,30.28-.96,61.06.8,91.04l18.22,19.26V6.01l-18.22,19.26-.8,3.43Z"/><path class="cls-1" d="M91.91,117.53c1.2,0,8.46-11.44,10.31-12.89l.25-1.91c-3.07-3.57-21.46-31.07-23.28-31.49-1.1-.25-2.71,2.14-3.45,2.99-8.6,9.92-16.07,23.12-24.58,33.36-1.45,2.98-.48,6.65-.73,9.93h41.49Z"/><path class="cls-1" d="M104.74,32.81c-16.03,3.02-15.08,30.29.58,32.41,24.79,3.36,23.57-36.96-.58-32.41ZM114.87,42.84c6.74,8.55-4.81,19.61-12.06,12.66-8.53-8.19,4.14-22.7,12.06-12.66Z"/><path class="cls-1" d="M388.05,99.16c-9.72-13.33-18.51-27.78-28.86-40.38l-35.79,52.6h64.65v-12.22Z"/><path class="cls-1" d="M282.3,27.65c36.17-.42,72.58.93,108.6-.68l14.09-17.08h-138.08c4.87,6.11,9.82,12.73,15.39,17.76Z"/><polygon class="cls-1" points="388.4 118.01 281.68 118.07 280.06 119.12 267.54 135.09 405 135.09 390.91 118.75 388.4 118.01"/><path class="cls-1" d="M277.62,33.92l-.63-2.96-14.47-16.63v116.32c5.18-5.75,10.78-11.59,15.05-18.17l.05-78.56Z"/><path class="cls-1" d="M394.29,31.7l-.63,2.96c.47,26.15-.77,52.73.63,78.62l14.47,16.63V15.07l-14.47,16.63Z"/><path class="cls-1" d="M316.18,111.39c.96,0,6.72-9.88,8.19-11.13l.2-1.65c-2.44-3.08-17.05-26.84-18.49-27.19-.87-.22-2.15,1.85-2.74,2.58-6.83,8.56-12.76,19.97-19.52,28.81-1.15,2.57-.38,5.75-.58,8.58h32.95Z"/><path class="cls-1" d="M326.38,38.22c-12.73,2.61-11.98,26.16.46,27.99,19.69,2.9,18.72-31.91-.46-27.99ZM334.43,46.88c5.36,7.39-3.82,16.93-9.58,10.93-6.78-7.07,3.28-19.6,9.58-10.93Z"/><path class="cls-2" d="M324.85,57.81c-6.78-7.07,3.28-19.6,9.58-10.93,5.36,7.39-3.82,16.93-9.58,10.93Z"/></svg>'),
  radial-gradient(#aaa, #fff);
  ;
}

.grande {

  align-content: center;
  width: 100%;
  height: 100%;
  justify-items: center;
  padding: 25px;
}

.fondo2 {

  width: 300px;
  height: 500px;
}

#model2 {
  padding: 30px;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

#mod2 {
  width: 50%;
  height: 50%;

}

#rot {
  color: #000;
  padding: 30px;
  background-size: 80px 80px;
  height: 54px;
  width: 70px;
  text-align: center;
  border-radius: 10%;
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="rotar" xmlns="http://www.w3.org/2000/svg" viewBox="-100 -100 500 500"><defs><style>.cls-1{fill:%231d1d1b;}.cls-2{fill:%23fff;}.cls-3{fill:none;stroke:%231d1d1b;stroke-miterlimit:10;stroke-width:8px;}</style></defs><path class="cls-2" d="M26.56,511.02c121.98.16,243.98-.32,365.96.24l-183.1.73-182.86-.98Z"/><polygon class="cls-2" points="28.03 0 392.52 .73 26.56 .98 28.03 0"/><path class="cls-1" d="M179.77,44.06l-6.07,13.65C86.42,15.75,5.07,86.28,0,170.84c.05.03.11.06.16.08,8.09,3.99,17.08,7.93,25.51,12.73-2.04-55.27,34.99-108.15,92.27-110.82,8.31-.39,40.33,3.26,45.47,9.3,1.67,1.96-4.32,11.15-3.53,12.62l45.94-3.68-26.05-47.02Z"/><rect class="cls-3" x="78.4" y="116.59" width="155.48" height="155.48"/></svg>'),
  radial-gradient(#fff, #aaa);
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

#rot:active {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="rotar" xmlns="http://www.w3.org/2000/svg" viewBox="-100 -100 500 500"><defs><style>.cls-1{fill:%231d1d1b;}.cls-2{fill:%23fff;}.cls-3{fill:none;stroke:%231d1d1b;stroke-miterlimit:10;stroke-width:8px;}</style></defs><path class="cls-2" d="M26.56,511.02c121.98.16,243.98-.32,365.96.24l-183.1.73-182.86-.98Z"/><polygon class="cls-2" points="28.03 0 392.52 .73 26.56 .98 28.03 0"/><path class="cls-1" d="M179.77,44.06l-6.07,13.65C86.42,15.75,5.07,86.28,0,170.84c.05.03.11.06.16.08,8.09,3.99,17.08,7.93,25.51,12.73-2.04-55.27,34.99-108.15,92.27-110.82,8.31-.39,40.33,3.26,45.47,9.3,1.67,1.96-4.32,11.15-3.53,12.62l45.94-3.68-26.05-47.02Z"/><rect class="cls-3" x="78.4" y="116.59" width="155.48" height="155.48"/></svg>'),
  radial-gradient(#aaa, #fff);
}

#rot:hover {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="rotar" xmlns="http://www.w3.org/2000/svg" viewBox="-100 -100 500 500"><defs><style>.cls-1{fill:%231d1d1b;}.cls-2{fill:%23fff;}.cls-3{fill:none;stroke:%231d1d1b;stroke-miterlimit:10;stroke-width:8px;}</style></defs><path class="cls-2" d="M26.56,511.02c121.98.16,243.98-.32,365.96.24l-183.1.73-182.86-.98Z"/><polygon class="cls-2" points="28.03 0 392.52 .73 26.56 .98 28.03 0"/><path class="cls-1" d="M179.77,44.06l-6.07,13.65C86.42,15.75,5.07,86.28,0,170.84c.05.03.11.06.16.08,8.09,3.99,17.08,7.93,25.51,12.73-2.04-55.27,34.99-108.15,92.27-110.82,8.31-.39,40.33,3.26,45.47,9.3,1.67,1.96-4.32,11.15-3.53,12.62l45.94-3.68-26.05-47.02Z"/><rect class="cls-3" x="78.4" y="116.59" width="155.48" height="155.48"/></svg>'),
  radial-gradient(#aaa, #fff);
}

#cen {
  padding: 10px;
  display: box;
  justify-items: left;

}

#ar-button {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-60 -20 220 220"><path d="M116.85,119.09c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23-6.3.43-13.34-.55-19.55,0-.47.04-1.4.21-1.71.53-.8.83-.16,2.85,1.24,2.71Z"/><path d="M116.85,112.41c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23l-20.2.05c-1.91.41-1.85,3.09.18,3.18Z"/><path d="M117.09,125.76c6.14.66,13.51-.51,19.78,0,1.52.05,2.41-1.58,1.47-2.7-.21-.25-.87-.5-1.23-.54-6.35.52-13.8-.66-20.02,0-2.5.27-2.5,2.97,0,3.23Z"/><path d="M35.86,83.17c-1.36,0-5.58-3.39-6.61-1.07-1.13,2.53,3.46,2.81,4.95,3.84.48,1.47-.87,6.24,1.84,5.95,2.37-.26.98-4.32,1.41-5.9,1.38-.92,5.42-1.31,5.2-3.35-.34-3.25-5.48.53-6.79.54Z"/><path d="M41.09,118.85c-.69-.04-2.59,1.05-3.32,1.37-.61-.03-.27-2.71-.37-3.32-.32-1.99-3.08-1.12-3.08-.25v3.57c-1.49-.28-3.62-2.35-4.88-.69-.52.69-.47,1.34.11,1.96.39.43,5.44,2.61,6.08,2.65.95.06,6.35-2.16,6.8-2.88.62-.98-.21-2.36-1.34-2.43Z"/><path d="M37.36,107.64c.18-.61.19-6.79.04-7.54-.12-.62-.91-1.17-1.54-1.17s-1.42.55-1.54,1.17c-.14.75-.14,6.93.04,7.54.35,1.18,2.65,1.18,3,0Z"/><path d="M35.86,54.9c-1.33.7-8.9,2.55-6.25,4.98,1.45,1.33,4.87-1.65,6.48-1.54,1.37.09,5.13,3.19,6.3,1.23.35-.59.39-1.22,0-1.79-.28-.41-5.97-2.89-6.53-2.87Z"/><path d="M50.37,118.15c.48-.04,6.5-2.55,6.76-2.81.98-1.01.26-2.85-1.46-2.69-.47.04-6.27,2.44-6.65,2.74-1.17.92-.43,2.93,1.35,2.76Z"/><path d="M49.34,63.95c.49.32,5.88,2.56,6.36,2.62,1.83.23,2.42-1.99,1.09-2.92-.44-.3-5.46-2.42-5.98-2.51-.53-.09-1.51-.13-1.91.24-.83.76-.42,2.01.43,2.57Z"/><path d="M68.62,73.52v3.57c0,.73,2.61,1.42,3.05-.05.17-.57.13-6.31-.07-6.74-.08-.18-.31-.33-.47-.47-.44-.37-4.7-2.25-5.35-2.42-2.13-.56-3.21,1.44-1.8,2.66.35.3,2.25.69,1.79,1.14-.37.36-2.3.19-2.4,1.73-.24,3.55,4.94.25,5.26.58Z"/><path d="M71.4,85.32c-.71-.84-2.55-.64-2.78.51-.17.86-.17,6.48,0,7.35.29,1.49,2.79,1.5,3.08,0,.23-1.19.13-5.33.02-6.68-.04-.43-.02-.83-.32-1.19Z"/><path d="M55.69,75.17c-.57.08-5.39,2.07-6.06,2.45-1.94,1.08-1.24,3.33.94,2.98.77-.12,5.13-1.91,5.91-2.35.98-.56,1.44-1.78.64-2.6-.2-.21-1.09-.53-1.43-.48Z"/><path d="M151.75,8.97c-.91-5.22-5-8.28-10.35-8.64-15.74-1.06-32.73.81-48.6.01-5.88.23-10.59,4.9-10.16,10.67l-.36.35-55.89.09c-2.96.6-5,2.97-5.41,5.82l-.04,43.68c-.12.35-.53.43-.83.58-5.78,3-13.26,4.88-18.92,7.96-.81.44-1.22.89-1.19,1.84l.06,37.24c.2.88,1.38,1.22,2.17,1.59,6.09,2.85,12.56,5.09,18.71,7.81l.04,37.36c.47,3.5,3.19,5.81,6.78,6.11h73.37c3.07.02,6.79-3.1,6.79-6.11v-23.36h36.56c.32,0,1.1-1.23,1.07-1.71-.04-.65-.93-1.51-1.55-1.51h-36.09V46.6c5.99,0,12,0,17.99,0,5.47,0,11.62.54,17.14,0,4.37-.42,8.3-4.42,8.69-8.63.85-9.23-.63-19.63,0-28.99ZM20.98,114.48l-17.63-7.48v-33.48l17.63,6.9v34.06ZM20.98,76.97l-15.01-6.1,15.01-6.33v12.43ZM72.82,156.51c-1.47,1.42-7.38,1.09-9.58,1.01-1.34-.05-3.78-.08-4.98-.25-3.34-.5-3.46-5.57.52-6.14,2.27-.32,9.56-.34,11.83-.04,2.82.37,4.29,3.41,2.2,5.42ZM102.2,128.75h-18.94l-15.6-17.61c-.1-.45.1-.28.3-.39.99-.56,3.29-.92,3.64-2.01.24-.74.24-5.21.12-6.12-.23-1.72-2.87-2.06-3.12-.23-.12.88.22,4.3-.03,4.69l-3.18,1.35-7.86-8.92c-.13-1.22.49-1.85.29-3.26-.82-5.88-10.57-4.83-9.41,1.73.52,2.94,3.84,4.12,6.57,3.43,8.16,9.18,15.92,18.75,24.22,27.81.89.97,1.71,2.07,2.86,2.76h20.13v15.42H26.69V25.2h55.62l.36.35v30.6c0,.22,1.04,1.31,1.31,1.5,1.29.88,2.35.84,3.71.13,3.2-1.69,7.61-6.54,10.83-8.86,1.11-.8,2.27-1.62,3.69-1.85v81.69ZM148.67,36.6c-.12,3.51-2.73,6.49-6.35,6.98-12.61.76-26.33-.92-38.81.02-6.35.48-12.11,7.52-17.02,11.17-.24.18-.3.44-.72.34V9.43c0-2.57,3.64-5.76,6.31-5.87h50.03c3.52.38,6.15,2.98,6.51,6.36.9,8.4-.62,18.13.04,26.68Z"/><path d="M130.91,12.77c-3.42-.39-7.58.29-11.08,0v21.4h4.05v-8.51h4.41l5,8.51h4.65l-5.24-8.86c6.93-2.49,5.67-11.68-1.79-12.54ZM130.91,22.2h-7.03v-5.98h6.55c.19,0,1.68.72,1.89.93,1.37,1.43.58,5.05-1.42,5.05Z"/><path d="M105.29,12.87l-9.04,21.29h4.17l1.95-4.15,9.39.15,1.76,4h4.17l-8.83-21.04c-.5-.67-2.71-.35-3.56-.26ZM103.63,26.58l3.22-8.52,3.45,8.52h-6.67Z"/></svg>'), radial-gradient(#fff, #aaa);
}

#ar-button:hover {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-60 -20 220 220"><path d="M116.85,119.09c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23-6.3.43-13.34-.55-19.55,0-.47.04-1.4.21-1.71.53-.8.83-.16,2.85,1.24,2.71Z"/><path d="M116.85,112.41c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23l-20.2.05c-1.91.41-1.85,3.09.18,3.18Z"/><path d="M117.09,125.76c6.14.66,13.51-.51,19.78,0,1.52.05,2.41-1.58,1.47-2.7-.21-.25-.87-.5-1.23-.54-6.35.52-13.8-.66-20.02,0-2.5.27-2.5,2.97,0,3.23Z"/><path d="M35.86,83.17c-1.36,0-5.58-3.39-6.61-1.07-1.13,2.53,3.46,2.81,4.95,3.84.48,1.47-.87,6.24,1.84,5.95,2.37-.26.98-4.32,1.41-5.9,1.38-.92,5.42-1.31,5.2-3.35-.34-3.25-5.48.53-6.79.54Z"/><path d="M41.09,118.85c-.69-.04-2.59,1.05-3.32,1.37-.61-.03-.27-2.71-.37-3.32-.32-1.99-3.08-1.12-3.08-.25v3.57c-1.49-.28-3.62-2.35-4.88-.69-.52.69-.47,1.34.11,1.96.39.43,5.44,2.61,6.08,2.65.95.06,6.35-2.16,6.8-2.88.62-.98-.21-2.36-1.34-2.43Z"/><path d="M37.36,107.64c.18-.61.19-6.79.04-7.54-.12-.62-.91-1.17-1.54-1.17s-1.42.55-1.54,1.17c-.14.75-.14,6.93.04,7.54.35,1.18,2.65,1.18,3,0Z"/><path d="M35.86,54.9c-1.33.7-8.9,2.55-6.25,4.98,1.45,1.33,4.87-1.65,6.48-1.54,1.37.09,5.13,3.19,6.3,1.23.35-.59.39-1.22,0-1.79-.28-.41-5.97-2.89-6.53-2.87Z"/><path d="M50.37,118.15c.48-.04,6.5-2.55,6.76-2.81.98-1.01.26-2.85-1.46-2.69-.47.04-6.27,2.44-6.65,2.74-1.17.92-.43,2.93,1.35,2.76Z"/><path d="M49.34,63.95c.49.32,5.88,2.56,6.36,2.62,1.83.23,2.42-1.99,1.09-2.92-.44-.3-5.46-2.42-5.98-2.51-.53-.09-1.51-.13-1.91.24-.83.76-.42,2.01.43,2.57Z"/><path d="M68.62,73.52v3.57c0,.73,2.61,1.42,3.05-.05.17-.57.13-6.31-.07-6.74-.08-.18-.31-.33-.47-.47-.44-.37-4.7-2.25-5.35-2.42-2.13-.56-3.21,1.44-1.8,2.66.35.3,2.25.69,1.79,1.14-.37.36-2.3.19-2.4,1.73-.24,3.55,4.94.25,5.26.58Z"/><path d="M71.4,85.32c-.71-.84-2.55-.64-2.78.51-.17.86-.17,6.48,0,7.35.29,1.49,2.79,1.5,3.08,0,.23-1.19.13-5.33.02-6.68-.04-.43-.02-.83-.32-1.19Z"/><path d="M55.69,75.17c-.57.08-5.39,2.07-6.06,2.45-1.94,1.08-1.24,3.33.94,2.98.77-.12,5.13-1.91,5.91-2.35.98-.56,1.44-1.78.64-2.6-.2-.21-1.09-.53-1.43-.48Z"/><path d="M151.75,8.97c-.91-5.22-5-8.28-10.35-8.64-15.74-1.06-32.73.81-48.6.01-5.88.23-10.59,4.9-10.16,10.67l-.36.35-55.89.09c-2.96.6-5,2.97-5.41,5.82l-.04,43.68c-.12.35-.53.43-.83.58-5.78,3-13.26,4.88-18.92,7.96-.81.44-1.22.89-1.19,1.84l.06,37.24c.2.88,1.38,1.22,2.17,1.59,6.09,2.85,12.56,5.09,18.71,7.81l.04,37.36c.47,3.5,3.19,5.81,6.78,6.11h73.37c3.07.02,6.79-3.1,6.79-6.11v-23.36h36.56c.32,0,1.1-1.23,1.07-1.71-.04-.65-.93-1.51-1.55-1.51h-36.09V46.6c5.99,0,12,0,17.99,0,5.47,0,11.62.54,17.14,0,4.37-.42,8.3-4.42,8.69-8.63.85-9.23-.63-19.63,0-28.99ZM20.98,114.48l-17.63-7.48v-33.48l17.63,6.9v34.06ZM20.98,76.97l-15.01-6.1,15.01-6.33v12.43ZM72.82,156.51c-1.47,1.42-7.38,1.09-9.58,1.01-1.34-.05-3.78-.08-4.98-.25-3.34-.5-3.46-5.57.52-6.14,2.27-.32,9.56-.34,11.83-.04,2.82.37,4.29,3.41,2.2,5.42ZM102.2,128.75h-18.94l-15.6-17.61c-.1-.45.1-.28.3-.39.99-.56,3.29-.92,3.64-2.01.24-.74.24-5.21.12-6.12-.23-1.72-2.87-2.06-3.12-.23-.12.88.22,4.3-.03,4.69l-3.18,1.35-7.86-8.92c-.13-1.22.49-1.85.29-3.26-.82-5.88-10.57-4.83-9.41,1.73.52,2.94,3.84,4.12,6.57,3.43,8.16,9.18,15.92,18.75,24.22,27.81.89.97,1.71,2.07,2.86,2.76h20.13v15.42H26.69V25.2h55.62l.36.35v30.6c0,.22,1.04,1.31,1.31,1.5,1.29.88,2.35.84,3.71.13,3.2-1.69,7.61-6.54,10.83-8.86,1.11-.8,2.27-1.62,3.69-1.85v81.69ZM148.67,36.6c-.12,3.51-2.73,6.49-6.35,6.98-12.61.76-26.33-.92-38.81.02-6.35.48-12.11,7.52-17.02,11.17-.24.18-.3.44-.72.34V9.43c0-2.57,3.64-5.76,6.31-5.87h50.03c3.52.38,6.15,2.98,6.51,6.36.9,8.4-.62,18.13.04,26.68Z"/><path d="M130.91,12.77c-3.42-.39-7.58.29-11.08,0v21.4h4.05v-8.51h4.41l5,8.51h4.65l-5.24-8.86c6.93-2.49,5.67-11.68-1.79-12.54ZM130.91,22.2h-7.03v-5.98h6.55c.19,0,1.68.72,1.89.93,1.37,1.43.58,5.05-1.42,5.05Z"/><path d="M105.29,12.87l-9.04,21.29h4.17l1.95-4.15,9.39.15,1.76,4h4.17l-8.83-21.04c-.5-.67-2.71-.35-3.56-.26ZM103.63,26.58l3.22-8.52,3.45,8.52h-6.67Z"/></svg>'), radial-gradient(#aaa, #fff);
}

#ar-button:active {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-60 -20 220 220"><path d="M116.85,119.09c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23-6.3.43-13.34-.55-19.55,0-.47.04-1.4.21-1.71.53-.8.83-.16,2.85,1.24,2.71Z"/><path d="M116.85,112.41c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23l-20.2.05c-1.91.41-1.85,3.09.18,3.18Z"/><path d="M117.09,125.76c6.14.66,13.51-.51,19.78,0,1.52.05,2.41-1.58,1.47-2.7-.21-.25-.87-.5-1.23-.54-6.35.52-13.8-.66-20.02,0-2.5.27-2.5,2.97,0,3.23Z"/><path d="M35.86,83.17c-1.36,0-5.58-3.39-6.61-1.07-1.13,2.53,3.46,2.81,4.95,3.84.48,1.47-.87,6.24,1.84,5.95,2.37-.26.98-4.32,1.41-5.9,1.38-.92,5.42-1.31,5.2-3.35-.34-3.25-5.48.53-6.79.54Z"/><path d="M41.09,118.85c-.69-.04-2.59,1.05-3.32,1.37-.61-.03-.27-2.71-.37-3.32-.32-1.99-3.08-1.12-3.08-.25v3.57c-1.49-.28-3.62-2.35-4.88-.69-.52.69-.47,1.34.11,1.96.39.43,5.44,2.61,6.08,2.65.95.06,6.35-2.16,6.8-2.88.62-.98-.21-2.36-1.34-2.43Z"/><path d="M37.36,107.64c.18-.61.19-6.79.04-7.54-.12-.62-.91-1.17-1.54-1.17s-1.42.55-1.54,1.17c-.14.75-.14,6.93.04,7.54.35,1.18,2.65,1.18,3,0Z"/><path d="M35.86,54.9c-1.33.7-8.9,2.55-6.25,4.98,1.45,1.33,4.87-1.65,6.48-1.54,1.37.09,5.13,3.19,6.3,1.23.35-.59.39-1.22,0-1.79-.28-.41-5.97-2.89-6.53-2.87Z"/><path d="M50.37,118.15c.48-.04,6.5-2.55,6.76-2.81.98-1.01.26-2.85-1.46-2.69-.47.04-6.27,2.44-6.65,2.74-1.17.92-.43,2.93,1.35,2.76Z"/><path d="M49.34,63.95c.49.32,5.88,2.56,6.36,2.62,1.83.23,2.42-1.99,1.09-2.92-.44-.3-5.46-2.42-5.98-2.51-.53-.09-1.51-.13-1.91.24-.83.76-.42,2.01.43,2.57Z"/><path d="M68.62,73.52v3.57c0,.73,2.61,1.42,3.05-.05.17-.57.13-6.31-.07-6.74-.08-.18-.31-.33-.47-.47-.44-.37-4.7-2.25-5.35-2.42-2.13-.56-3.21,1.44-1.8,2.66.35.3,2.25.69,1.79,1.14-.37.36-2.3.19-2.4,1.73-.24,3.55,4.94.25,5.26.58Z"/><path d="M71.4,85.32c-.71-.84-2.55-.64-2.78.51-.17.86-.17,6.48,0,7.35.29,1.49,2.79,1.5,3.08,0,.23-1.19.13-5.33.02-6.68-.04-.43-.02-.83-.32-1.19Z"/><path d="M55.69,75.17c-.57.08-5.39,2.07-6.06,2.45-1.94,1.08-1.24,3.33.94,2.98.77-.12,5.13-1.91,5.91-2.35.98-.56,1.44-1.78.64-2.6-.2-.21-1.09-.53-1.43-.48Z"/><path d="M151.75,8.97c-.91-5.22-5-8.28-10.35-8.64-15.74-1.06-32.73.81-48.6.01-5.88.23-10.59,4.9-10.16,10.67l-.36.35-55.89.09c-2.96.6-5,2.97-5.41,5.82l-.04,43.68c-.12.35-.53.43-.83.58-5.78,3-13.26,4.88-18.92,7.96-.81.44-1.22.89-1.19,1.84l.06,37.24c.2.88,1.38,1.22,2.17,1.59,6.09,2.85,12.56,5.09,18.71,7.81l.04,37.36c.47,3.5,3.19,5.81,6.78,6.11h73.37c3.07.02,6.79-3.1,6.79-6.11v-23.36h36.56c.32,0,1.1-1.23,1.07-1.71-.04-.65-.93-1.51-1.55-1.51h-36.09V46.6c5.99,0,12,0,17.99,0,5.47,0,11.62.54,17.14,0,4.37-.42,8.3-4.42,8.69-8.63.85-9.23-.63-19.63,0-28.99ZM20.98,114.48l-17.63-7.48v-33.48l17.63,6.9v34.06ZM20.98,76.97l-15.01-6.1,15.01-6.33v12.43ZM72.82,156.51c-1.47,1.42-7.38,1.09-9.58,1.01-1.34-.05-3.78-.08-4.98-.25-3.34-.5-3.46-5.57.52-6.14,2.27-.32,9.56-.34,11.83-.04,2.82.37,4.29,3.41,2.2,5.42ZM102.2,128.75h-18.94l-15.6-17.61c-.1-.45.1-.28.3-.39.99-.56,3.29-.92,3.64-2.01.24-.74.24-5.21.12-6.12-.23-1.72-2.87-2.06-3.12-.23-.12.88.22,4.3-.03,4.69l-3.18,1.35-7.86-8.92c-.13-1.22.49-1.85.29-3.26-.82-5.88-10.57-4.83-9.41,1.73.52,2.94,3.84,4.12,6.57,3.43,8.16,9.18,15.92,18.75,24.22,27.81.89.97,1.71,2.07,2.86,2.76h20.13v15.42H26.69V25.2h55.62l.36.35v30.6c0,.22,1.04,1.31,1.31,1.5,1.29.88,2.35.84,3.71.13,3.2-1.69,7.61-6.54,10.83-8.86,1.11-.8,2.27-1.62,3.69-1.85v81.69ZM148.67,36.6c-.12,3.51-2.73,6.49-6.35,6.98-12.61.76-26.33-.92-38.81.02-6.35.48-12.11,7.52-17.02,11.17-.24.18-.3.44-.72.34V9.43c0-2.57,3.64-5.76,6.31-5.87h50.03c3.52.38,6.15,2.98,6.51,6.36.9,8.4-.62,18.13.04,26.68Z"/><path d="M130.91,12.77c-3.42-.39-7.58.29-11.08,0v21.4h4.05v-8.51h4.41l5,8.51h4.65l-5.24-8.86c6.93-2.49,5.67-11.68-1.79-12.54ZM130.91,22.2h-7.03v-5.98h6.55c.19,0,1.68.72,1.89.93,1.37,1.43.58,5.05-1.42,5.05Z"/><path d="M105.29,12.87l-9.04,21.29h4.17l1.95-4.15,9.39.15,1.76,4h4.17l-8.83-21.04c-.5-.67-2.71-.35-3.56-.26ZM103.63,26.58l3.22-8.52,3.45,8.52h-6.67Z"/></svg>'), radial-gradient(#aaa, #fff);
}

#gear {
  background-color: rgba(255, 255, 255, 0.3);
  width: 150px;
  height: auto;

}

#iconos1 {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 30 30"><defs><style>.cls-1{fill:%231d1d1b;}</style></defs><path class="cls-1" d="M11.76.04c-15.61,1.11-15.62,24.52-.4,25.99C30.23,27.87,30.64-1.3,11.76.04ZM11.97,2.59l.2,5.13h0c-.22.32-3.05-.22-3.53-.46.57-1.88,1.77-3.51,3.33-4.67ZM7.71,12.2h-.01s0-.01,0-.01c-.23-.23.31-3.35.54-3.46l3.73.53.2,2.73-4.47.2s0,0,0,.01ZM9.57,2.59h.01s-2.27,4.14-2.27,4.14l-2.47-1.27c1.35-1.31,2.95-2.27,4.73-2.87ZM3.97,6.59l2.87,1.67h-.01l-.73,3.93-4.2-.07c.04-1.97.87-3.98,2.07-5.53ZM1.97,13.65h4.01l.73,4.07-2.87,1.4c-.8-.5-2.36-5.12-1.87-5.47ZM4.84,20.52c-.14-.43,2.07-1.42,2.2-1.4.25.05,2.14,3.82,2.67,4.27-.81-.16-4.69-2.34-4.87-2.87ZM8.57,18.79h0s3.4-.74,3.4-.74l.13,5.47c-1.65-1.17-2.72-2.92-3.53-4.73ZM12.17,16.52c-.09.22-3.41.5-3.93.73-.29-.13-.75-3.11-.6-3.4.12-.03.27-.18.33-.2.68-.25,3.12.19,4,0,.26.12.29,2.67.2,2.87ZM23.76,12.12s-4.33.07-4.34.07l-.6-3.93,2.87-1.67c1.24,1.55,1.95,3.55,2.07,5.53ZM20.83,5.59h-.01l-2.33,1.27-2.53-4.27c1.85.51,3.62,1.51,4.87,3ZM13.57,2.59c1.08.11,3.79,4.32,3.33,4.8-1.12.19-2.25.56-3.4.33l.07-5.13ZM13.56,9.25c.96.31,2.75-.56,3.47-.53h.39c.12.46.71,3.25.4,3.47l-4.33-.07.07-2.87ZM17.83,13.79l-.33,3.26-3.8-.33v-3.07l4.13.14ZM13.7,23.52l-.13-5.47,3.4.6c-.56,1.95-1.8,3.54-3.27,4.87ZM15.97,23.39l2.53-4.4,2.47,1.27c-1.36,1.48-3.09,2.51-5,3.13ZM21.96,18.98c-.41-.18-3.08-1.36-3.13-1.53-.06-.19.64-3.31.73-3.8l4.2.2c-.15,1.85-.81,3.58-1.8,5.13Z"/></svg>'), radial-gradient(#fff, #aaa);
}
#iconos1:active {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 30 30"><defs><style>.cls-1{fill:%231d1d1b;}</style></defs><path class="cls-1" d="M11.76.04c-15.61,1.11-15.62,24.52-.4,25.99C30.23,27.87,30.64-1.3,11.76.04ZM11.97,2.59l.2,5.13h0c-.22.32-3.05-.22-3.53-.46.57-1.88,1.77-3.51,3.33-4.67ZM7.71,12.2h-.01s0-.01,0-.01c-.23-.23.31-3.35.54-3.46l3.73.53.2,2.73-4.47.2s0,0,0,.01ZM9.57,2.59h.01s-2.27,4.14-2.27,4.14l-2.47-1.27c1.35-1.31,2.95-2.27,4.73-2.87ZM3.97,6.59l2.87,1.67h-.01l-.73,3.93-4.2-.07c.04-1.97.87-3.98,2.07-5.53ZM1.97,13.65h4.01l.73,4.07-2.87,1.4c-.8-.5-2.36-5.12-1.87-5.47ZM4.84,20.52c-.14-.43,2.07-1.42,2.2-1.4.25.05,2.14,3.82,2.67,4.27-.81-.16-4.69-2.34-4.87-2.87ZM8.57,18.79h0s3.4-.74,3.4-.74l.13,5.47c-1.65-1.17-2.72-2.92-3.53-4.73ZM12.17,16.52c-.09.22-3.41.5-3.93.73-.29-.13-.75-3.11-.6-3.4.12-.03.27-.18.33-.2.68-.25,3.12.19,4,0,.26.12.29,2.67.2,2.87ZM23.76,12.12s-4.33.07-4.34.07l-.6-3.93,2.87-1.67c1.24,1.55,1.95,3.55,2.07,5.53ZM20.83,5.59h-.01l-2.33,1.27-2.53-4.27c1.85.51,3.62,1.51,4.87,3ZM13.57,2.59c1.08.11,3.79,4.32,3.33,4.8-1.12.19-2.25.56-3.4.33l.07-5.13ZM13.56,9.25c.96.31,2.75-.56,3.47-.53h.39c.12.46.71,3.25.4,3.47l-4.33-.07.07-2.87ZM17.83,13.79l-.33,3.26-3.8-.33v-3.07l4.13.14ZM13.7,23.52l-.13-5.47,3.4.6c-.56,1.95-1.8,3.54-3.27,4.87ZM15.97,23.39l2.53-4.4,2.47,1.27c-1.36,1.48-3.09,2.51-5,3.13ZM21.96,18.98c-.41-.18-3.08-1.36-3.13-1.53-.06-.19.64-3.31.73-3.8l4.2.2c-.15,1.85-.81,3.58-1.8,5.13Z"/></svg>'), radial-gradient(#aaa, #fff);
}
#iconos1:hover {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 30 30"><defs><style>.cls-1{fill:%231d1d1b;}</style></defs><path class="cls-1" d="M11.76.04c-15.61,1.11-15.62,24.52-.4,25.99C30.23,27.87,30.64-1.3,11.76.04ZM11.97,2.59l.2,5.13h0c-.22.32-3.05-.22-3.53-.46.57-1.88,1.77-3.51,3.33-4.67ZM7.71,12.2h-.01s0-.01,0-.01c-.23-.23.31-3.35.54-3.46l3.73.53.2,2.73-4.47.2s0,0,0,.01ZM9.57,2.59h.01s-2.27,4.14-2.27,4.14l-2.47-1.27c1.35-1.31,2.95-2.27,4.73-2.87ZM3.97,6.59l2.87,1.67h-.01l-.73,3.93-4.2-.07c.04-1.97.87-3.98,2.07-5.53ZM1.97,13.65h4.01l.73,4.07-2.87,1.4c-.8-.5-2.36-5.12-1.87-5.47ZM4.84,20.52c-.14-.43,2.07-1.42,2.2-1.4.25.05,2.14,3.82,2.67,4.27-.81-.16-4.69-2.34-4.87-2.87ZM8.57,18.79h0s3.4-.74,3.4-.74l.13,5.47c-1.65-1.17-2.72-2.92-3.53-4.73ZM12.17,16.52c-.09.22-3.41.5-3.93.73-.29-.13-.75-3.11-.6-3.4.12-.03.27-.18.33-.2.68-.25,3.12.19,4,0,.26.12.29,2.67.2,2.87ZM23.76,12.12s-4.33.07-4.34.07l-.6-3.93,2.87-1.67c1.24,1.55,1.95,3.55,2.07,5.53ZM20.83,5.59h-.01l-2.33,1.27-2.53-4.27c1.85.51,3.62,1.51,4.87,3ZM13.57,2.59c1.08.11,3.79,4.32,3.33,4.8-1.12.19-2.25.56-3.4.33l.07-5.13ZM13.56,9.25c.96.31,2.75-.56,3.47-.53h.39c.12.46.71,3.25.4,3.47l-4.33-.07.07-2.87ZM17.83,13.79l-.33,3.26-3.8-.33v-3.07l4.13.14ZM13.7,23.52l-.13-5.47,3.4.6c-.56,1.95-1.8,3.54-3.27,4.87ZM15.97,23.39l2.53-4.4,2.47,1.27c-1.36,1.48-3.09,2.51-5,3.13ZM21.96,18.98c-.41-.18-3.08-1.36-3.13-1.53-.06-.19.64-3.31.73-3.8l4.2.2c-.15,1.85-.81,3.58-1.8,5.13Z"/></svg>'), radial-gradient(#aaa, #fff);
}


#iconos2 {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-whatsapp" viewBox="-2 -2 20 20"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>'), radial-gradient(#fff, #aaa);
}
#iconos2:active {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-whatsapp" viewBox="-2 -2 20 20"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>'), radial-gradient(#aaa, #fff);
}
#iconos2:hover {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-whatsapp" viewBox="-2 -2 20 20"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>'), radial-gradient(#aaa, #fff);
}

#iconos3 {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-60 -20 220 220"><path d="M116.85,119.09c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23-6.3.43-13.34-.55-19.55,0-.47.04-1.4.21-1.71.53-.8.83-.16,2.85,1.24,2.71Z"/><path d="M116.85,112.41c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23l-20.2.05c-1.91.41-1.85,3.09.18,3.18Z"/><path d="M117.09,125.76c6.14.66,13.51-.51,19.78,0,1.52.05,2.41-1.58,1.47-2.7-.21-.25-.87-.5-1.23-.54-6.35.52-13.8-.66-20.02,0-2.5.27-2.5,2.97,0,3.23Z"/><path d="M35.86,83.17c-1.36,0-5.58-3.39-6.61-1.07-1.13,2.53,3.46,2.81,4.95,3.84.48,1.47-.87,6.24,1.84,5.95,2.37-.26.98-4.32,1.41-5.9,1.38-.92,5.42-1.31,5.2-3.35-.34-3.25-5.48.53-6.79.54Z"/><path d="M41.09,118.85c-.69-.04-2.59,1.05-3.32,1.37-.61-.03-.27-2.71-.37-3.32-.32-1.99-3.08-1.12-3.08-.25v3.57c-1.49-.28-3.62-2.35-4.88-.69-.52.69-.47,1.34.11,1.96.39.43,5.44,2.61,6.08,2.65.95.06,6.35-2.16,6.8-2.88.62-.98-.21-2.36-1.34-2.43Z"/><path d="M37.36,107.64c.18-.61.19-6.79.04-7.54-.12-.62-.91-1.17-1.54-1.17s-1.42.55-1.54,1.17c-.14.75-.14,6.93.04,7.54.35,1.18,2.65,1.18,3,0Z"/><path d="M35.86,54.9c-1.33.7-8.9,2.55-6.25,4.98,1.45,1.33,4.87-1.65,6.48-1.54,1.37.09,5.13,3.19,6.3,1.23.35-.59.39-1.22,0-1.79-.28-.41-5.97-2.89-6.53-2.87Z"/><path d="M50.37,118.15c.48-.04,6.5-2.55,6.76-2.81.98-1.01.26-2.85-1.46-2.69-.47.04-6.27,2.44-6.65,2.74-1.17.92-.43,2.93,1.35,2.76Z"/><path d="M49.34,63.95c.49.32,5.88,2.56,6.36,2.62,1.83.23,2.42-1.99,1.09-2.92-.44-.3-5.46-2.42-5.98-2.51-.53-.09-1.51-.13-1.91.24-.83.76-.42,2.01.43,2.57Z"/><path d="M68.62,73.52v3.57c0,.73,2.61,1.42,3.05-.05.17-.57.13-6.31-.07-6.74-.08-.18-.31-.33-.47-.47-.44-.37-4.7-2.25-5.35-2.42-2.13-.56-3.21,1.44-1.8,2.66.35.3,2.25.69,1.79,1.14-.37.36-2.3.19-2.4,1.73-.24,3.55,4.94.25,5.26.58Z"/><path d="M71.4,85.32c-.71-.84-2.55-.64-2.78.51-.17.86-.17,6.48,0,7.35.29,1.49,2.79,1.5,3.08,0,.23-1.19.13-5.33.02-6.68-.04-.43-.02-.83-.32-1.19Z"/><path d="M55.69,75.17c-.57.08-5.39,2.07-6.06,2.45-1.94,1.08-1.24,3.33.94,2.98.77-.12,5.13-1.91,5.91-2.35.98-.56,1.44-1.78.64-2.6-.2-.21-1.09-.53-1.43-.48Z"/><path d="M151.75,8.97c-.91-5.22-5-8.28-10.35-8.64-15.74-1.06-32.73.81-48.6.01-5.88.23-10.59,4.9-10.16,10.67l-.36.35-55.89.09c-2.96.6-5,2.97-5.41,5.82l-.04,43.68c-.12.35-.53.43-.83.58-5.78,3-13.26,4.88-18.92,7.96-.81.44-1.22.89-1.19,1.84l.06,37.24c.2.88,1.38,1.22,2.17,1.59,6.09,2.85,12.56,5.09,18.71,7.81l.04,37.36c.47,3.5,3.19,5.81,6.78,6.11h73.37c3.07.02,6.79-3.1,6.79-6.11v-23.36h36.56c.32,0,1.1-1.23,1.07-1.71-.04-.65-.93-1.51-1.55-1.51h-36.09V46.6c5.99,0,12,0,17.99,0,5.47,0,11.62.54,17.14,0,4.37-.42,8.3-4.42,8.69-8.63.85-9.23-.63-19.63,0-28.99ZM20.98,114.48l-17.63-7.48v-33.48l17.63,6.9v34.06ZM20.98,76.97l-15.01-6.1,15.01-6.33v12.43ZM72.82,156.51c-1.47,1.42-7.38,1.09-9.58,1.01-1.34-.05-3.78-.08-4.98-.25-3.34-.5-3.46-5.57.52-6.14,2.27-.32,9.56-.34,11.83-.04,2.82.37,4.29,3.41,2.2,5.42ZM102.2,128.75h-18.94l-15.6-17.61c-.1-.45.1-.28.3-.39.99-.56,3.29-.92,3.64-2.01.24-.74.24-5.21.12-6.12-.23-1.72-2.87-2.06-3.12-.23-.12.88.22,4.3-.03,4.69l-3.18,1.35-7.86-8.92c-.13-1.22.49-1.85.29-3.26-.82-5.88-10.57-4.83-9.41,1.73.52,2.94,3.84,4.12,6.57,3.43,8.16,9.18,15.92,18.75,24.22,27.81.89.97,1.71,2.07,2.86,2.76h20.13v15.42H26.69V25.2h55.62l.36.35v30.6c0,.22,1.04,1.31,1.31,1.5,1.29.88,2.35.84,3.71.13,3.2-1.69,7.61-6.54,10.83-8.86,1.11-.8,2.27-1.62,3.69-1.85v81.69ZM148.67,36.6c-.12,3.51-2.73,6.49-6.35,6.98-12.61.76-26.33-.92-38.81.02-6.35.48-12.11,7.52-17.02,11.17-.24.18-.3.44-.72.34V9.43c0-2.57,3.64-5.76,6.31-5.87h50.03c3.52.38,6.15,2.98,6.51,6.36.9,8.4-.62,18.13.04,26.68Z"/><path d="M130.91,12.77c-3.42-.39-7.58.29-11.08,0v21.4h4.05v-8.51h4.41l5,8.51h4.65l-5.24-8.86c6.93-2.49,5.67-11.68-1.79-12.54ZM130.91,22.2h-7.03v-5.98h6.55c.19,0,1.68.72,1.89.93,1.37,1.43.58,5.05-1.42,5.05Z"/><path d="M105.29,12.87l-9.04,21.29h4.17l1.95-4.15,9.39.15,1.76,4h4.17l-8.83-21.04c-.5-.67-2.71-.35-3.56-.26ZM103.63,26.58l3.22-8.52,3.45,8.52h-6.67Z"/></svg>'), radial-gradient(#fff, #aaa);
}
#iconos3:active {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-60 -20 220 220"><path d="M116.85,119.09c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23-6.3.43-13.34-.55-19.55,0-.47.04-1.4.21-1.71.53-.8.83-.16,2.85,1.24,2.71Z"/><path d="M116.85,112.41c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23l-20.2.05c-1.91.41-1.85,3.09.18,3.18Z"/><path d="M117.09,125.76c6.14.66,13.51-.51,19.78,0,1.52.05,2.41-1.58,1.47-2.7-.21-.25-.87-.5-1.23-.54-6.35.52-13.8-.66-20.02,0-2.5.27-2.5,2.97,0,3.23Z"/><path d="M35.86,83.17c-1.36,0-5.58-3.39-6.61-1.07-1.13,2.53,3.46,2.81,4.95,3.84.48,1.47-.87,6.24,1.84,5.95,2.37-.26.98-4.32,1.41-5.9,1.38-.92,5.42-1.31,5.2-3.35-.34-3.25-5.48.53-6.79.54Z"/><path d="M41.09,118.85c-.69-.04-2.59,1.05-3.32,1.37-.61-.03-.27-2.71-.37-3.32-.32-1.99-3.08-1.12-3.08-.25v3.57c-1.49-.28-3.62-2.35-4.88-.69-.52.69-.47,1.34.11,1.96.39.43,5.44,2.61,6.08,2.65.95.06,6.35-2.16,6.8-2.88.62-.98-.21-2.36-1.34-2.43Z"/><path d="M37.36,107.64c.18-.61.19-6.79.04-7.54-.12-.62-.91-1.17-1.54-1.17s-1.42.55-1.54,1.17c-.14.75-.14,6.93.04,7.54.35,1.18,2.65,1.18,3,0Z"/><path d="M35.86,54.9c-1.33.7-8.9,2.55-6.25,4.98,1.45,1.33,4.87-1.65,6.48-1.54,1.37.09,5.13,3.19,6.3,1.23.35-.59.39-1.22,0-1.79-.28-.41-5.97-2.89-6.53-2.87Z"/><path d="M50.37,118.15c.48-.04,6.5-2.55,6.76-2.81.98-1.01.26-2.85-1.46-2.69-.47.04-6.27,2.44-6.65,2.74-1.17.92-.43,2.93,1.35,2.76Z"/><path d="M49.34,63.95c.49.32,5.88,2.56,6.36,2.62,1.83.23,2.42-1.99,1.09-2.92-.44-.3-5.46-2.42-5.98-2.51-.53-.09-1.51-.13-1.91.24-.83.76-.42,2.01.43,2.57Z"/><path d="M68.62,73.52v3.57c0,.73,2.61,1.42,3.05-.05.17-.57.13-6.31-.07-6.74-.08-.18-.31-.33-.47-.47-.44-.37-4.7-2.25-5.35-2.42-2.13-.56-3.21,1.44-1.8,2.66.35.3,2.25.69,1.79,1.14-.37.36-2.3.19-2.4,1.73-.24,3.55,4.94.25,5.26.58Z"/><path d="M71.4,85.32c-.71-.84-2.55-.64-2.78.51-.17.86-.17,6.48,0,7.35.29,1.49,2.79,1.5,3.08,0,.23-1.19.13-5.33.02-6.68-.04-.43-.02-.83-.32-1.19Z"/><path d="M55.69,75.17c-.57.08-5.39,2.07-6.06,2.45-1.94,1.08-1.24,3.33.94,2.98.77-.12,5.13-1.91,5.91-2.35.98-.56,1.44-1.78.64-2.6-.2-.21-1.09-.53-1.43-.48Z"/><path d="M151.75,8.97c-.91-5.22-5-8.28-10.35-8.64-15.74-1.06-32.73.81-48.6.01-5.88.23-10.59,4.9-10.16,10.67l-.36.35-55.89.09c-2.96.6-5,2.97-5.41,5.82l-.04,43.68c-.12.35-.53.43-.83.58-5.78,3-13.26,4.88-18.92,7.96-.81.44-1.22.89-1.19,1.84l.06,37.24c.2.88,1.38,1.22,2.17,1.59,6.09,2.85,12.56,5.09,18.71,7.81l.04,37.36c.47,3.5,3.19,5.81,6.78,6.11h73.37c3.07.02,6.79-3.1,6.79-6.11v-23.36h36.56c.32,0,1.1-1.23,1.07-1.71-.04-.65-.93-1.51-1.55-1.51h-36.09V46.6c5.99,0,12,0,17.99,0,5.47,0,11.62.54,17.14,0,4.37-.42,8.3-4.42,8.69-8.63.85-9.23-.63-19.63,0-28.99ZM20.98,114.48l-17.63-7.48v-33.48l17.63,6.9v34.06ZM20.98,76.97l-15.01-6.1,15.01-6.33v12.43ZM72.82,156.51c-1.47,1.42-7.38,1.09-9.58,1.01-1.34-.05-3.78-.08-4.98-.25-3.34-.5-3.46-5.57.52-6.14,2.27-.32,9.56-.34,11.83-.04,2.82.37,4.29,3.41,2.2,5.42ZM102.2,128.75h-18.94l-15.6-17.61c-.1-.45.1-.28.3-.39.99-.56,3.29-.92,3.64-2.01.24-.74.24-5.21.12-6.12-.23-1.72-2.87-2.06-3.12-.23-.12.88.22,4.3-.03,4.69l-3.18,1.35-7.86-8.92c-.13-1.22.49-1.85.29-3.26-.82-5.88-10.57-4.83-9.41,1.73.52,2.94,3.84,4.12,6.57,3.43,8.16,9.18,15.92,18.75,24.22,27.81.89.97,1.71,2.07,2.86,2.76h20.13v15.42H26.69V25.2h55.62l.36.35v30.6c0,.22,1.04,1.31,1.31,1.5,1.29.88,2.35.84,3.71.13,3.2-1.69,7.61-6.54,10.83-8.86,1.11-.8,2.27-1.62,3.69-1.85v81.69ZM148.67,36.6c-.12,3.51-2.73,6.49-6.35,6.98-12.61.76-26.33-.92-38.81.02-6.35.48-12.11,7.52-17.02,11.17-.24.18-.3.44-.72.34V9.43c0-2.57,3.64-5.76,6.31-5.87h50.03c3.52.38,6.15,2.98,6.51,6.36.9,8.4-.62,18.13.04,26.68Z"/><path d="M130.91,12.77c-3.42-.39-7.58.29-11.08,0v21.4h4.05v-8.51h4.41l5,8.51h4.65l-5.24-8.86c6.93-2.49,5.67-11.68-1.79-12.54ZM130.91,22.2h-7.03v-5.98h6.55c.19,0,1.68.72,1.89.93,1.37,1.43.58,5.05-1.42,5.05Z"/><path d="M105.29,12.87l-9.04,21.29h4.17l1.95-4.15,9.39.15,1.76,4h4.17l-8.83-21.04c-.5-.67-2.71-.35-3.56-.26ZM103.63,26.58l3.22-8.52,3.45,8.52h-6.67Z"/></svg>'), radial-gradient(#aaa, #fff);
}
#iconos3:hover {
  background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="-60 -20 220 220"><path d="M116.85,119.09c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23-6.3.43-13.34-.55-19.55,0-.47.04-1.4.21-1.71.53-.8.83-.16,2.85,1.24,2.71Z"/><path d="M116.85,112.41c6.4-.54,14.01.7,20.26,0,2.35-.26,1.94-3.09-.24-3.23l-20.2.05c-1.91.41-1.85,3.09.18,3.18Z"/><path d="M117.09,125.76c6.14.66,13.51-.51,19.78,0,1.52.05,2.41-1.58,1.47-2.7-.21-.25-.87-.5-1.23-.54-6.35.52-13.8-.66-20.02,0-2.5.27-2.5,2.97,0,3.23Z"/><path d="M35.86,83.17c-1.36,0-5.58-3.39-6.61-1.07-1.13,2.53,3.46,2.81,4.95,3.84.48,1.47-.87,6.24,1.84,5.95,2.37-.26.98-4.32,1.41-5.9,1.38-.92,5.42-1.31,5.2-3.35-.34-3.25-5.48.53-6.79.54Z"/><path d="M41.09,118.85c-.69-.04-2.59,1.05-3.32,1.37-.61-.03-.27-2.71-.37-3.32-.32-1.99-3.08-1.12-3.08-.25v3.57c-1.49-.28-3.62-2.35-4.88-.69-.52.69-.47,1.34.11,1.96.39.43,5.44,2.61,6.08,2.65.95.06,6.35-2.16,6.8-2.88.62-.98-.21-2.36-1.34-2.43Z"/><path d="M37.36,107.64c.18-.61.19-6.79.04-7.54-.12-.62-.91-1.17-1.54-1.17s-1.42.55-1.54,1.17c-.14.75-.14,6.93.04,7.54.35,1.18,2.65,1.18,3,0Z"/><path d="M35.86,54.9c-1.33.7-8.9,2.55-6.25,4.98,1.45,1.33,4.87-1.65,6.48-1.54,1.37.09,5.13,3.19,6.3,1.23.35-.59.39-1.22,0-1.79-.28-.41-5.97-2.89-6.53-2.87Z"/><path d="M50.37,118.15c.48-.04,6.5-2.55,6.76-2.81.98-1.01.26-2.85-1.46-2.69-.47.04-6.27,2.44-6.65,2.74-1.17.92-.43,2.93,1.35,2.76Z"/><path d="M49.34,63.95c.49.32,5.88,2.56,6.36,2.62,1.83.23,2.42-1.99,1.09-2.92-.44-.3-5.46-2.42-5.98-2.51-.53-.09-1.51-.13-1.91.24-.83.76-.42,2.01.43,2.57Z"/><path d="M68.62,73.52v3.57c0,.73,2.61,1.42,3.05-.05.17-.57.13-6.31-.07-6.74-.08-.18-.31-.33-.47-.47-.44-.37-4.7-2.25-5.35-2.42-2.13-.56-3.21,1.44-1.8,2.66.35.3,2.25.69,1.79,1.14-.37.36-2.3.19-2.4,1.73-.24,3.55,4.94.25,5.26.58Z"/><path d="M71.4,85.32c-.71-.84-2.55-.64-2.78.51-.17.86-.17,6.48,0,7.35.29,1.49,2.79,1.5,3.08,0,.23-1.19.13-5.33.02-6.68-.04-.43-.02-.83-.32-1.19Z"/><path d="M55.69,75.17c-.57.08-5.39,2.07-6.06,2.45-1.94,1.08-1.24,3.33.94,2.98.77-.12,5.13-1.91,5.91-2.35.98-.56,1.44-1.78.64-2.6-.2-.21-1.09-.53-1.43-.48Z"/><path d="M151.75,8.97c-.91-5.22-5-8.28-10.35-8.64-15.74-1.06-32.73.81-48.6.01-5.88.23-10.59,4.9-10.16,10.67l-.36.35-55.89.09c-2.96.6-5,2.97-5.41,5.82l-.04,43.68c-.12.35-.53.43-.83.58-5.78,3-13.26,4.88-18.92,7.96-.81.44-1.22.89-1.19,1.84l.06,37.24c.2.88,1.38,1.22,2.17,1.59,6.09,2.85,12.56,5.09,18.71,7.81l.04,37.36c.47,3.5,3.19,5.81,6.78,6.11h73.37c3.07.02,6.79-3.1,6.79-6.11v-23.36h36.56c.32,0,1.1-1.23,1.07-1.71-.04-.65-.93-1.51-1.55-1.51h-36.09V46.6c5.99,0,12,0,17.99,0,5.47,0,11.62.54,17.14,0,4.37-.42,8.3-4.42,8.69-8.63.85-9.23-.63-19.63,0-28.99ZM20.98,114.48l-17.63-7.48v-33.48l17.63,6.9v34.06ZM20.98,76.97l-15.01-6.1,15.01-6.33v12.43ZM72.82,156.51c-1.47,1.42-7.38,1.09-9.58,1.01-1.34-.05-3.78-.08-4.98-.25-3.34-.5-3.46-5.57.52-6.14,2.27-.32,9.56-.34,11.83-.04,2.82.37,4.29,3.41,2.2,5.42ZM102.2,128.75h-18.94l-15.6-17.61c-.1-.45.1-.28.3-.39.99-.56,3.29-.92,3.64-2.01.24-.74.24-5.21.12-6.12-.23-1.72-2.87-2.06-3.12-.23-.12.88.22,4.3-.03,4.69l-3.18,1.35-7.86-8.92c-.13-1.22.49-1.85.29-3.26-.82-5.88-10.57-4.83-9.41,1.73.52,2.94,3.84,4.12,6.57,3.43,8.16,9.18,15.92,18.75,24.22,27.81.89.97,1.71,2.07,2.86,2.76h20.13v15.42H26.69V25.2h55.62l.36.35v30.6c0,.22,1.04,1.31,1.31,1.5,1.29.88,2.35.84,3.71.13,3.2-1.69,7.61-6.54,10.83-8.86,1.11-.8,2.27-1.62,3.69-1.85v81.69ZM148.67,36.6c-.12,3.51-2.73,6.49-6.35,6.98-12.61.76-26.33-.92-38.81.02-6.35.48-12.11,7.52-17.02,11.17-.24.18-.3.44-.72.34V9.43c0-2.57,3.64-5.76,6.31-5.87h50.03c3.52.38,6.15,2.98,6.51,6.36.9,8.4-.62,18.13.04,26.68Z"/><path d="M130.91,12.77c-3.42-.39-7.58.29-11.08,0v21.4h4.05v-8.51h4.41l5,8.51h4.65l-5.24-8.86c6.93-2.49,5.67-11.68-1.79-12.54ZM130.91,22.2h-7.03v-5.98h6.55c.19,0,1.68.72,1.89.93,1.37,1.43.58,5.05-1.42,5.05Z"/><path d="M105.29,12.87l-9.04,21.29h4.17l1.95-4.15,9.39.15,1.76,4h4.17l-8.83-21.04c-.5-.67-2.71-.35-3.56-.26ZM103.63,26.58l3.22-8.52,3.45,8.52h-6.67Z"/></svg>'), radial-gradient(#aaa, #fff);
}