@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?kichaq');
  src:  url('../fonts/icomoon.eot?kichaq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?kichaq') format('truetype'),
    url('../fonts/icomoon.woff?kichaq') format('woff'),
    url('../fonts/icomoon.svg?kichaq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="custom-icon-"], [class*=" custom-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-icon-archmeat-web_compromiso-2:before {
  content: "\e900";
  color: #79386d;
}
.custom-icon-archmeat-web_compromiso-3:before {
  content: "\e901";
  color: #79386d;
}
.custom-icon-Archmeat-web_contacto-1 .path1:before {
  content: "\e902";
  color: rgb(127, 56, 114);
}
.custom-icon-Archmeat-web_contacto-1 .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.custom-icon-Archmeat-web_contacto-1 .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.custom-icon-Archmeat-web_contacto-2 .path1:before {
  content: "\e905";
  color: rgb(127, 56, 114);
}
.custom-icon-Archmeat-web_contacto-2 .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.custom-icon-Archmeat-web_contacto-3 .path1:before {
  content: "\e907";
  color: rgb(127, 56, 114);
}
.custom-icon-Archmeat-web_contacto-3 .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.custom-icon-Archmeat-web_contacto-3 .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.custom-icon-archmeat-web_footer:before {
  content: "\e90a";
  color: #fff;
  font-size: 30pt;
}
.custom-icon-archmeat-web_header-logo:before {
  content: "\e90b";
  color: #583747;
}

.toggle-switch{
  display: flex;
  padding: 10px 20px;
  justify-content: center;
}

.toggle-lang{
  padding: 12px;
  font-size: 12px;
  background-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5) !important;
  font-weight: 800;
  cursor: pointer;
}

.toggle-lang:hover{
  background-color: rgba(255,255,255,0.5);
}

.toggle-lang.active{
  background-color: #fff;
  color:#583747 !important;
}

.navbar-colored .toggle-lang,.show .toggle-lang{
  background-color: rgba(78, 48, 69, 0.5);
  color: rgb(93, 60, 60,0.5) !important;
}

.navbar-colored .toggle-lang.active,.show .toggle-lang.active{
  background-color: #583747;
  color: #fff !important;
}
.show .toggle-lang{
  padding: 12px 32px;
}
.show .toggle-lang:hover, .navbar-colored .toggle-lang:hover{
  opacity: 0.7;
}
