@charset "UTF-8";

@font-face {
  font-family: "sitio-web";
  src:url("../iconos/fonts/sitio-web.eot");
  src:url("../iconos/fonts/sitio-web.eot?#iefix") format("embedded-opentype"),
    url("../iconos/fonts/sitio-web.woff") format("woff"),
    url("../iconos/fonts/sitio-web.ttf") format("truetype"),
    url("../iconos/fonts/sitio-web.svg#sitio-web") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "sitio-web" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sitio-web" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-amazon:before {
  content: "\61";
}
.icon-apple:before {
  content: "\62";
}
.icon-arrow-up:before {
  content: "\63";
}
.icon-battery-three-quarters:before {
  content: "\64";
}
.icon-calendar:before {
  content: "\65";
}
.icon-cc-paypal:before {
  content: "\66";
}
.icon-check:before {
  content: "\67";
}
.icon-cc-mastercard:before {
  content: "\68";
}
.icon-cc-visa:before {
  content: "\69";
}
.icon-facebook:before {
  content: "\6a";
}
.icon-envelope:before {
  content: "\6b";
}
.icon-map-marker:before {
  content: "\6c";
}
.icon-phone:before {
  content: "\6d";
}
.icon-shopping-cart:before {
  content: "\6e";
}
.icon-thumbs-o-up:before {
  content: "\70";
}
.icon-twitter:before {
  content: "\6f";
}
.icon-wordpress:before {
  content: "\71";
}
.icon-youtube-play:before {
  content: "\72";
}
.icon-trashcan:before {
  content: "\73";
  font-size: 25px;
  border-radius: 20%;
  cursor: pointer;
  color: white;
  background-color: #dc3545;
  padding: 5px;
}
.icon-three-bars:before {
  content: "\74";
}
.icon-calendar-1:before {
  content: "\75";
}
.icon-list-ol:before {
  content: "\76";
  display: block;
  margin-top: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  background-color: rgb(20, 91, 213);
  padding: 5px;
  border: 4px rgb(86, 148, 255) solid;
  border-radius: 50%;
  cursor: pointer;
}
.icon-user:before {
  content: "\77";
}
.icon-key:before {
  content: "\78";
}
.icon-cog:before {
  content: "\79";
}
.icon-cogs:before {
  content: "\7a";
}
.icon-sign-out:before {
  display: inline-flex; 
  content: "\41";
  color: white;
  font-size: 20px;
  
  margin-top: 5px;
}
.icon-calendar-o:before {
  content: "\42";
}
.icon-clock-o:before {
  content: "\43";
}
.icon-plus:before {
  content: "\44";
}
.icon-cart-plus:before {
  content: "\45";
}
.icon-sign-in:before {
  content: "\46";
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
  vertical-align: middle; /* Centra el icono verticalmente respecto al texto */
  line-height: 1; /* Ajusta el line-height para asegurar que el icono se alinee mejor */
}

.icon-sign-out:before {
  content: "\41";
}
.icon-user-1:before {
  content: "\47";
}
.icon-lock:before {
  content: "\48";
}
.icon-angle-down:before {
  content: "\49";
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 20px;
  
  cursor: pointer;
}