:root {
  --color04: 0.1px solid rgb(200, 200, 200);
  --color05: 0.1px solid rgb(200, 200, 200);
}
@media (min-width: 0) and (max-width: 991px) {
  :root {
    --color04: 0.1px solid rgb(150, 150, 150) !important;
    --color05: 0.1px solid rgb(150, 150, 150) !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .v-xs {
    display: block !important;
  }

  .h-xs {
    display: none !important;
  }
}

@media (min-width: 576.01px) and (max-width: 768px) {
  .v-sm {
    display: block !important;
  }

  .h-sm {
    display: none !important;
  }
}

@media (min-width: 768.01px) and (max-width: 991px) {
  .v-md {
    display: block !important;
  }

  .h-md {
    display: none !important;
  }
}

@media (min-width: 991.01px) and (max-width: 1200px) {
  .v-lg {
    display: block !important;
  }

  .h-lg {
    display: none !important;
  }
}

@media (min-width: 1200.01px) and (max-width: 6000px) {
  .v-xl {
    display: block !important;
  }

  .h-xl {
    display: none !important;
  }
}
.public01 {
  display: grid;
  grid-template-columns: 10fr 350px;
  grid-gap: 15px;
  padding: 40px 8vw 40px 8vw;
}
@media (min-width: 0) and (max-width: 600px) {
  .public01 {
    grid-template-columns: 1fr;
    padding: 80px 30px 40px 30px !important;
  }
  .public02 {
    text-align: center;
    font-size: 18px !important;
  }
}
@media (min-width: 601px) and (max-width: 870px) {
  .public01 {
    grid-template-columns: 1fr 300px;
    padding: 80px 30px 40px 30px !important;
  }
  .public02 {
    text-align: center;
    font-size: 18px !important;
  }
}
*::-webkit-scrollbar {
  width: 8px;
}
.gridmosaicocategorias::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar:hover,
*::-webkit-scrollbar:active {
  width: 8px;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track:hover, /* Barragrande */
*::-webkit-scrollbar-track:active {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: rgb(230, 230, 230);
}
*::-webkit-scrollbar-thumb:hover {
  background: rgb(210, 210, 210);
}
*::-webkit-scrollbar-thumb:active {
  background: rgb(190, 190, 190);
}

.public02 {
  font-size: 26px;
}
.public02 span {
  display: block;
  padding-bottom: 15px;
  line-height: 1.3;
}
.public03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  height: auto;
  background-color: white;
  padding: 10px;
}
.public04 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  background-color: white;
  padding: 10px;
}
@media (min-width: 0) and (max-width: 600px) {
  .public03 {
    grid-template-columns: 1fr;
  }
}
.public05 {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}
.public06 {
  width: 100%;
  height: auto;
  padding: 10px 20px 0 20px;
}
.public07 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .public07 {
    grid-template-columns: 1fr;
  }
  .public90 {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    padding: 0;
  }
}
.public09 {
  text-align: center;
}
.public10 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.public11 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
}
.public12 {
  display: block;
  text-align: center;
}
.public15 {
  width: 450px;
  height: auto;
  text-align: center;
}
.public16 {
  font-size: 20px;
  padding-top: 20px;
}
.public01 .form-group i {
  font-size: 22px;
  padding-left: 5px;
  padding-right: 5px;
}
.public20 {
  background-color: #21252d !important;
}
.public21 {
  height: 100%;
  padding: 0 8vw 0 8vw;
}
.public25 {
  vertical-align: middle;
  float: right;
  height: 100%;
  display: none;
}
.public25 a {
  font-size: 15px;
  margin: 15px 5px 0 0;
  font-family: "Montserrat";
}
@media (min-width: 0) and (max-width: 991px) {
  .public25 {
    display: block;
  } /*
   .public26 {
  display: none;
 }*/
}
.public26 {
  vertical-align: middle;
}
@media (max-width: 1200px) and (hover: none) and (pointer: coarse) {
  .public21 {
    padding: 0 15px 0 15px;
  }
}
.public30 td:first-child,
.public30 td:nth-child(2) {
  vertical-align: middle;
  padding-right: 10px;
  width: 38%;
}
.public30 td:nth-child(3) {
  width: 24%;
}
@media (max-width: 1200px) {
  .public30 td:first-child,
  .public30 td:nth-child(2) {
    width: 34%;
  }
  .public30 td:nth-child(3) {
    width: 32%;
  }
  .header20 {
    padding: 5px 15px 5px 15px !important;
  }
}
.public30 {
  width: 100%;
  table-layout: fixed;
}
.public35 {
  font-family: "Montserrat";
}
.public40 {
  padding: 140px 8vw 60px 8vw;
}
.public40- {
  padding: 0 8vw 0 8vw;
}
.public41 {
  padding-top: 0;
}
.public41- {
  padding-top: 30px;
}
.public42 {
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: gold;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.public42- {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #21252d;
}
@media (max-width: 600px) {
  .public42,
  .public42- {
    font-size: 36px;
  }
}
.public43 {
  margin-top: 0;
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
}
.public43- {
  display: grid;
  justify-content: center;
  align-content: center;
  margin-top: 30px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
}
.public45 {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #f8d053;
}
.public46 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.public47 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  padding-top: 20px;
}
.public47- {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.public48 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}
.public49 {
  font-size: 12px;
  font-weight: normal;
}
.public50 {
  position: absolute;
  width: 15px;
  top: 10px;
  right: 18px;
  cursor: pointer;
}
.public50:hover,
.public65:hover {
  opacity: 0.5;
}
.public65 {
  position: absolute;
  width: 20px;
  top: 15px;
  right: 18px;
  cursor: pointer;
}
.public66 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.public51 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 35px 15px;
}
.public52 {
  display: grid;
  position: relative;
  overflow: hidden;
  justify-items: left;
}
.public52 a {
  position: relative;
  text-align: center;
  bottom: 5px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  color: #21252d;
  /*text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;*/
}
.public52:hover,
.public52:active {
  /*background: #fcc606;*/
  cursor: pointer;
  opacity: 0.5;
}
.public52 img {
  object-fit: cover;
  height: 65px;
}
.public53 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
  padding-bottom: 10px;
}
.public54 {
  border: var(--color04);
  height: 100px;
}
.public55 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.public55- {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  width: 500px;
}
.public60 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 30px;
  height: 73px;
  margin: 10px 0 10px 0;
}
@media (max-width: 870px) {
  .public60 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .public40 {
    padding: 150px 10px 60px 10px;
  }
  .public47,
  .public47-,
  .ppfmax21 {
    grid-template-columns: 1fr !important;
  }
  .public41 {
    padding-top: 10px !important;
  }
  .public81 {
    font-size: 35px !important;
    line-height: 1.1 !important;
  }
  .lp80 {
    grid-template-columns: 1fr !important;
  }
  .public94 img {
    width: 100px !important;
  }
  .public84 {
    grid-template-columns: 100px 1fr !important;
  }
}
.public64 {
  display: grid;
  align-items: center;
  justify-items: center;
}
.public64 img {
  width: auto;
  height: 100%;
  max-height: 400px;
  margin: 20px 0 60px 0;
  z-index: -1;
}
.public63 {
  margin-top: 18px;
}
.public70 {
  height: 73px;
  display: grid;
  justify-content: end;
  align-content: center;
}
.public71 {
  display: none;
}
.public70 img {
  height: 35px;
  filter: invert(97%) sepia(0%) saturate(7477%) hue-rotate(3deg) brightness(107%) contrast(102%);
  cursor: pointer;
}
.public80 {
  display: grid;
  width: 100%;
  justify-items: center;
  align-items: center;
}
.public81 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 5px;
  /*width: 80vw;*/
}
.public82 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.2;
}
.public82- {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
}
.public83 {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  grid-gap: 15px;
}
.public84 {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 10px;
  border: var(--color04);
  text-align: left;
  padding-left: 15px;
}
.public85 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
  align-items: center;
  grid-gap: 15px;
}
.public85- {
  margin-top: 100px;
}
.public86 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.public87 {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.public88 {
  display: grid;
  align-self: center;
  justify-self: center;
  height: auto;
  width: calc(100% - 50px);
  filter: drop-shadow(3px 3px 3px #999);
}
.public88 img {
  height: auto;
  width: 100%;
  padding: 0 15px;
}
.nobrdr01 {
  filter: none !important;
}
.public89 {
  display: grid;
  align-self: center;
  justify-self: center;
  height: auto;
  width: calc(100% - 50px);
}
.public89 img {
  height: auto;
  width: 100%;
  padding: 0;
}
.public90 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  padding: 30px 8vw 0 8vw;
}
.public92 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 30px 0 0 0;
  justify-items: center;
  align-items: center;
}
.public93 {
  display: grid;
  width: 120px;
  justify-items: center;
  align-items: center;
  font-size: 18px;
}
.public94 img {
  width: 145px;
  padding-top: 10px;
}
.public95 {
  padding: 10px;
}
.public95 a {
  font-size: 18px;
  line-height: 1;
}
.public96 {
  font-size: 40px;
  font-weight: bold;
  color: gold;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.public97 {
  font-size: 24px;
  font-weight: bold;
}
.public98 {
  font-size: 18px;
}
.public100 {
  display: grid;
  align-content: start;
  justify-items: start;
  height: 100%;
  width: 100%;
  filter: drop-shadow(3px 3px 3px #999);
}
.public100 img {
  height: auto;
  width: 100%;
  padding: 0 15px;
}
.public102 {
  padding: 0 8vw 0 8vw;
}
.public102 input {
  height: 60px;
  border: var(--color04);
  font-size: 24px;
}
.public102 input::placeholder {
  font-size: 26px;
}
.public105 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  padding: 0 8vw 0 8vw;
}
.public106 {
  border: var(--color04);
  height: 100px;
}
.header14 {
  display: grid;
  width: 100%;
  height: 32px;
  background-color: #fcc606;
  box-shadow: 0px 5px 10px rgb(170 170 170);
}
.header15 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  width: 300px;
  height: 32px;
  grid-gap: 10px;
  padding: 0 8vw 0 8vw;
  align-items: center;
}
.header16 {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 0 15px 0 0;
  cursor: pointer;
  color: #21252d;
}
.header20 {
  height: 15px;
  width: 100%;
  color: white;
  text-align: right;
  padding: 5px 8vw 0 8vw;
  font-size: 12px;
}
.header20 a {
  color: white;
}
.header20 a:hover,
.header20 a:active {
  color: gold;
  cursor: pointer;
}
.footer01 {
  display: grid;
  justify-content: center;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 25px 0 15px 0;
  /* z-index: -1; */
}
.footer01 img {
  width: 200px;
}
.footer01 a {
  padding-right: 20px;
  color: #3b4752;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
}
.footer02 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 5px;
  align-items: start;
  width: 85vw;
  font-weight: bold;
}
.footer05 {
  text-align: center;
  margin-bottom: 20px !important;
}
.footer06 {
  text-align: center;
}
.footer07 {
  text-align: center;
}
@media (min-width: 0) and (max-width: 1000px) {
  .footer03 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .public71 {
    display: block !important;
  }
  .lp47 {
    font-size: 18px !important;
  }
  .header14 {
    justify-content: center;
  }
  .header15 {
    width: 315px;
    padding: 0 !important;
  }
  .header20 {
    display: none;
  }
  .footer03 {
    grid-template-columns: 1fr 1fr;
  }
  .public85- {
    margin-top: 30px !important;
  }
  .public64 img {
    max-height: 300px !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .footer02 {
    grid-template-columns: 1fr 1fr;
  }
  .footer03 {
    grid-template-columns: 1fr !important;
  }
  .public92 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.footer03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-self: start;
}
.footer04 .link {
  display: grid;
  grid-template-columns: 125px 1fr;
}
.soportetecnico01 {
  max-width: 50px;
  max-height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.barradebotones {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  /*max-width: 400px;*/
}
@media (min-width: 0) and (max-width: 420px) {
  .barradebotones {
    width: calc(100% - 30px);
  }
  .btn10 td,
  .btn11 td {
    min-width: 90vw !important;
  }
}
.barradebotones10 {
  max-width: 400px;
  margin: 20px 0 20px 0;
}
.btn10 {
  display: grid;
  justify-self: end;
}
.btn11 {
  display: grid;
  justify-self: start;
}
.btn10 .barradebotones10,
.btn11 .barradebotones10 {
  max-width: 400px;
  margin: 5px 0 35px 0 !important;
}
.btn10 td,
.btn11 td {
  min-width: 400px !important;
}
.barradebotones td {
  /*border: var(--color04); */
  cursor: pointer;
  text-align: center;
  padding: 7px;
  width: auto;
  min-width: 35px;
  max-width: 35px;
  height: 36px;
}
.barradebotones td:hover,
.botones td:hover:not(.botonesempresa, .botonesempresa04, .botonesempresa06, .nobr) {
  /*background-color: rgb(255, 255, 102) !important;
  outline: 2px solid rgb(255, 255, 102);*/
  background-image: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937) !important;
}
.barradebotones td:hover img,
.botones.gr.tb td:hover > img,
.botones.gr.tb td:hover > div > img {
  filter: invert(0%) sepia(96%) saturate(18%) hue-rotate(34deg) brightness(91%) contrast(109%) !important;
}
.barradebotones td:active {
  background-color: black;
}
.barradebotones td i {
  color: rgba(100, 100, 100);
  display: inline-block;
}
.barradebotones.gr {
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
}
.barradebotones .gris {
  background-color: #21252d;
  border: var(--color04);
  color: white;
  font-weight: bold;
}
.barradebotones .gris:hover {
  color: rgba(100, 100, 100);
  /*border: var(--color04);*/
}
.barradebotones .magenta {
  background-color: #e82859;
  border: var(--color04);
  color: white;
  font-weight: bold;
}
.barradebotones .magenta:hover {
  color: rgba(100, 100, 100);
  /*border: var(--color04);*/
}
@media (min-width: 768px) {
  .flex-section {
    display: flex;
    align-items: center;
  }
  .mb0 {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mb25- {
    padding-bottom: 55px;
  }
}
.pestanas05 label {
  font-size: 11px !important;
}
/*------------------------------------------------------------------ [1. Layouts] */
html,
body {
  height: 100%;
}
/* Body Triggers for layout options ------------------------------------------------------------------ */
body.mobile {
  position: relative;
}
.facturamaxfood01{
  padding-top: 0 !important;
}
.mobile-wrapper {
  height: 100%;
  width: 100%;
}
.mobile-wrapper > .swiper-wrapper > .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: initial;
  display: block;
}
/* Header ------------------------------------ */
.header {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 800;
  background-color: #fcc606;
  -webkit-transition: background 0.4s ease, height 0.4s ease;
  transition: background 0.4s ease, height 0.4s ease;
  }
.menu > li.mega > nav.mega {
  max-height: 0;
  min-width: 190px;
  overflow: hidden;
  display: block !important;
}
.menu > li.mega.open > nav.mega {
  max-height: 999px;
}
.search-toggle {
  display: inline-block;
  color: #000;
}
.header.sm-header .menu > li > .classic {
  top: 26px;
}
.menu-toggler {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  width: 15px;
  height: 15px;
  margin-top: 22.5px;
  display: inline-block;
  user-select: none;
  box-sizing: content-box;
  cursor: pointer;
}
.menu-toggler .one,
.menu-toggler .two,
.menu-toggler .three {
  width: 100%;
  height: 2px;
  background: black;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.menu-toggler .one,
.menu-toggler .two {
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
}
.menu-toggler.on .one {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.menu-toggler.on .two {
  opacity: 0;
}
.menu-toggler.on .three {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
[data-pages="header-toggle"] {
  display: none;
  z-index: 10;
}
.side-menu {
  display: none;
  position: fixed;
  height: 100%;
  width: 250px;
  background-color: #fff;
  z-index: 10;
}
.menu-content[data-pages-direction="slideLeft"],
.menu-content[data-pages-direction="pushLeft"] {
  left: 0;
}
.menu-content[data-pages-direction="slideRight"],
.menu-content[data-pages-direction="pushRight"] {
  right: 0;
}
.menu-content[data-pages-direction="fullScreenOverlay"] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.menu-content[data-pages-direction="slideTop"] {
  top: 0;
}
/* Overlay Search ------------------------------------ */
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1010;
  overflow: auto;
}
.overlay .inline-block {
  display: inline-block;
}
.overlay .overlay-brand {
  margin-left: 7px;
}
.overlay > div {
  width: 100%;
  height: 260px;
  display: block;
  overflow: hidden;
}
.overlay .has-results {
  overflow: visible;
}
.overlay .overlay-search {
  font-weight: 300;
  font-size: 77px;
  height: 120px;
  letter-spacing: -1.925px;
  line-height: 100px;
  padding-left: 0 !important;
}
.overlay .overlay-close {
  position: absolute;
  right: 20px;
  top: 25px;
}
.jumbotron {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin-bottom: 0;
  background-color: white;
}
.jumbotron .inner {
  position: relative;
  z-index: 2;
}
.jumbotron.lg {
  height: 600px;
}
.jumbotron h1 {
  font-size: 44px;
  color: #2c2c2c;
}
.pace .pace-progress {
  background-color: #6d5cae;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
[data-pages-bg-image] {
  background-size: cover;
  position: relative;
}
[data-pages-bg-image] > * {
  z-index: 1;
  position: relative;
}
[data-pages-bg-image] > .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}
@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}
.image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-wrapper {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.content-layer {
  z-index: 10000;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
[data-pages-animation|="custom"] {
  visibility: hidden;
}
[data-pages-animation|="standard"] {
  visibility: hidden;
}
/*------------------------------------------------------------------ [5. Form Elements] */
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/GothamMedium.woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/GothamBold.woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/GothamBook.woff2");
  font-weight: 300;
  font-style: normal;
}
/* Open Sans @font-face kit */
/* BEGIN Light */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Light/OpenSans-Light.eot");
  src: url("../fonts/opensans/Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/Light/OpenSans-Light.woff") format("woff"), url("../fonts/opensans/Light/OpenSans-Light.ttf") format("truetype"),
    url("../fonts/opensans/Light/OpenSans-Light.svg#OpenSansLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/LightItalic/OpenSans-LightItalic.eot");
  src: url("../fonts/opensans/LightItalic/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/LightItalic/OpenSans-LightItalic.woff") format("woff"), url("../fonts/opensans/LightItalic/OpenSans-LightItalic.ttf") format("truetype"),
    url("../fonts/opensans/LightItalic/OpenSans-LightItalic.svg#OpenSansLightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Regular/OpenSans-Regular.eot");
  src: url("../fonts/opensans/Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/opensans/Regular/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/opensans/Regular/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Italic/OpenSans-Italic.eot");
  src: url("../fonts/opensans/Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/Italic/OpenSans-Italic.woff") format("woff"), url("../fonts/opensans/Italic/OpenSans-Italic.ttf") format("truetype"),
    url("../fonts/opensans/Italic/OpenSans-Italic.svg#OpenSansItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Semibold/OpenSans-Semibold.eot");
  src: url("../fonts/opensans/Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/opensans/Semibold/OpenSans-Semibold.ttf") format("truetype"),
    url("../fonts/opensans/Semibold/OpenSans-Semibold.svg#OpenSansSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.ttf") format("truetype"),
    url("../fonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSansSemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/Bold/OpenSans-Bold.eot");
  src: url("../fonts/opensans/Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/opensans/Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/opensans/Bold/OpenSans-Bold.svg#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.eot");
  src: url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.ttf") format("truetype"),
    url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.svg#OpenSansBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.eot");
  src: url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.ttf") format("truetype"),
    url("../fonts/opensans/ExtraBold/OpenSans-ExtraBold.svg#OpenSansExtrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf") format("truetype"),
    url("../fonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg#OpenSansExtraboldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
/* END Extrabold Italic */
/*------------------------------------------------------------------ [6. Typography] */
/* Standard elements -------------------------------------------------- */
/* To Load Hinted Fonts for Windows */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url(http://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url(http://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format("woff"),
    url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url(http://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format("woff2"), url(http://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format("woff"),
    url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
}
.link {
  opacity: 1;
}
.link:hover:not(.link01),
.link:active:not(.link01) {
  /*opacity: 0.5;*/
  color: gold;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000 !important;
}
.link03 {
  font-weight: normal;
}
.text-master {
  color: #21252d !important;
}
.text-master-light {
  color: #e6e6e6 !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-complete {
  color: #48b0f7 !important;
}
.text-success {
  color: #5fb924 !important;
}
.text-info {
  color: #3b4752 !important;
}
.text-warning {
  color: #f8d053 !important;
}
.text-warning-dark {
  color: #c9a843 !important;
}
.text-danger {
  color: #f55753 !important;
}
.text-primary {
  color: #000 !important;
}
.text-menu {
  color: #788195 !important;
}
/* Text Aligngments ------------------------------------ */
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
/* Labels ------------------------------------ */
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #e6e6e6;
  font-weight: 600;
  color: #21252d;
}
.form-group label span {
  color: #f55753;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  padding-left: 2px;
}
.label-success {
  background-color: #10cfbd;
  color: #fff;
}
.label-warning {
  background-color: #f8d053;
  color: #fff;
}
.label-important,
.label-danger {
  background-color: #f55753;
  color: #fff;
}
.label-info {
  background-color: #48b0f7;
  color: #fff;
}
.label-inverse {
  background-color: #3a8fc8;
  color: #fff;
}
.label-white {
  background-color: #fff;
  color: #21252d;
}
/* Font Sizes ------------------------------------ */
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-70 {
  font-size: 70px !important;
}
.fs-80 {
  font-size: 80px !important;
}
.fs-90 {
  font-size: 90px !important;
}
.fs-100 {
  font-size: 100px !important;
}
.fs-150 {
  font-size: 150px !important;
}
/* Font Faces ------------------------------------ */
.font-arial {
  font-family: Arial, sans-serif !important;
}
.font-arial.fs-12,
.font-arial.fs-11 {
  letter-spacing: 0.03em;
  opacity: 0.5;
  color: fffff;
}
.font-montserrat {
  font-family: "Montserrat" !important;
}
.font-georgia {
  font-family: Georgia !important;
}
.font-open-sans {
  font-family: "Open Sans" !important;
  font-weight: 300;
}
.font-heading {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Wells ------------------------------------ */
.well {
  background-color: #e6e6e6;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none;
}
.well.well-large {
  padding: 24px;
  width: auto;
}
.well.well-small {
  padding: 13px;
  width: auto;
}
.well.green {
  background-color: #48b0f7;
  color: #ffffff;
  border: none;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jumbotron p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit;
}
.jumbotron p.small {
  font-size: 85%;
}
/* Responsive Handlers : Typo ------------------------------------ */
@media (max-width: 1400px) {
  .jumbotron h1 {
    line-height: 55px;
  }
  h1 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -0.08px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 35.88px;
  }
  h4 {
    font-size: 18px;
    line-height: 33.88px;
  }
  h5 {
    font-size: 16px;
    line-height: 25.88px;
  }
  small,
  .small {
    font-size: 89%;
    line-height: 17px;
  }
}
/*------------------------------------------------------------------ [7. Buttons] */
/* [Buttons Base Styles] */
.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none !important;
  color: #21252d;
  background-color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
.btn:hover {
  background-color: #fafafa;
  border: 1px solid rgba(98, 98, 98, 0.27);
}
.btn.active {
  border-color: #e6e6e6;
  background: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  outline-style: none;
}
.btn .caret {
  margin-left: 3px;
}
.btn .caret.single {
  margin-left: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  box-shadow: none;
}
button:focus {
  outline: none !important;
}
/* Alternate buttons -------------------------------------------------- */
.btn-black,
.btn-black:focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.active,
.btn-black:active,
.btn-black.active:focus,
.btn-black:active:focus,
.btn-black:active:hover,
.open .dropdown-toggle.btn-black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black.hover,
.btn-black:hover,
.open .dropdown-toggle.btn-black {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black.active:hover {
  background: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #000000;
  border-color: #000000;
}
.btn-black .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #fcc606;
  border-color: #fcc606;
  color: #ffffff;
}
.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #fcc606;
  border-color: #fcc606;
  color: #ffffff;
}
.btn-primary.active:hover {
  background: #5e4f96;
  border-color: #5e4f96;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6d5cae;
  border-color: #6d5cae;
}
.btn-primary .badge {
  color: #6d5cae;
  background-color: #ffffff;
}
.btn-success,
.btn-success:focus {
  color: #ffffff;
  background-color: #10cfbd;
  border-color: #10cfbd;
}
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0da899;
  border-color: #0da899;
  color: #ffffff;
}
.btn-success.hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #40d9ca;
  border-color: #40d9ca;
  color: #ffffff;
}
.btn-success.active:hover {
  background: #0eb2a3;
  border-color: #0eb2a3;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #10cfbd;
  border-color: #10cfbd;
}
.btn-success .badge {
  color: #10cfbd;
  background-color: #ffffff;
}
.btn-complete,
.btn-complete:focus {
  color: #ffffff;
  background-color: #48b0f7;
  border-color: #48b0f7;
}
.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete:active:hover,
.open .dropdown-toggle.btn-complete {
  background-color: #3a8fc8;
  border-color: #3a8fc8;
  color: #ffffff;
}
.btn-complete.hover,
.btn-complete:hover,
.open .dropdown-toggle.btn-complete {
  background-color: #6dc0f9;
  border-color: #6dc0f9;
  color: #ffffff;
}
.btn-complete.active:hover {
  background: #3e97d4;
  border-color: #3e97d4;
}
.btn-complete.disabled,
.btn-complete[disabled],
fieldset[disabled] .btn-complete,
.btn-complete.disabled:hover,
.btn-complete[disabled]:hover,
fieldset[disabled] .btn-complete:hover,
.btn-complete.disabled:focus,
.btn-complete[disabled]:focus,
fieldset[disabled] .btn-complete:focus,
.btn-complete.disabled:active,
.btn-complete[disabled]:active,
fieldset[disabled] .btn-complete:active,
.btn-complete.disabled.active,
.btn-complete[disabled].active,
fieldset[disabled] .btn-complete.active {
  background-color: #48b0f7;
  border-color: #48b0f7;
}
.btn-complete .badge {
  color: #48b0f7;
  background-color: #ffffff;
}
.btn-info,
.btn-info:focus {
  color: #ffffff;
  background-color: #3b4752;
  border-color: #3b4752;
}
.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info {
  background-color: #303a42;
  border-color: #303a42;
  color: #ffffff;
}
.btn-info.hover,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  background-color: #626c75;
  border-color: #626c75;
  color: #ffffff;
}
.btn-info.active:hover {
  background: #333d47;
  border-color: #333d47;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3b4752;
  border-color: #3b4752;
}
.btn-info .badge {
  color: #3b4752;
  background-color: #ffffff;
}
.btn-warning,
.btn-warning:focus {
  color: #ffffff;
  background-color: #f8d053;
  border-color: #f8d053;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #c9a843;
  border-color: #c9a843;
  color: #ffffff;
}
.btn-warning.hover,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #f9d975;
  border-color: #f9d975;
  color: #ffffff;
}
.btn-warning.active:hover {
  background: #d5b347;
  border-color: #d5b347;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f8d053;
  border-color: #f8d053;
}
.btn-warning .badge {
  color: #f8d053;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:focus {
  color: #ffffff;
  background-color: #f55753;
  border-color: #f55753;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #c64643;
  border-color: #c64643;
  color: #ffffff;
}
.btn-danger.hover,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #f77975;
  border-color: #f77975;
  color: #ffffff;
}
.btn-danger.active:hover {
  background: #d34b47;
  border-color: #d34b47;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f55753;
  border-color: #f55753;
}
.btn-danger .badge {
  color: #f55753;
  background-color: #ffffff;
}
.btn-default,
.btn-default:focus {
  color: #5e5e5e;
  background-color: #ffffff;
  border-color: #f0f0f0;
}
.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  background-color: #f0f0f0;
  border-color: #e6e6e6;
  color: #2c2c2c;
}
.btn-default.hover,
.btn-default:hover {
  background-color: #fafafa;
  border-color: rgba(98, 98, 98, 0.27);
  color: #1a1a1a;
}
.btn-default.active:hover {
  background: #f0f0f0;
}
.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
  border: none;
  text-decoration: none;
  outline: none;
}
/* Button Sizes -------------------------------------------------- */
.btn-lg,
.btn-group-lg > .btn {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 23px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11.9px;
  line-height: 20px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 9px;
  font-size: 10.5px;
}
.btn-cons {
  margin-right: 5px;
  min-width: 120px;
}
/* Bordered buttons -------------------------------------------------- */
.btn-bordered {
  background-color: transparent;
  border-width: 2px;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-bordered:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
}
.btn-bordered.btn-primary {
  background-color: transparent;
  border-color: #6d5cae;
  color: #6d5cae;
}
.btn-bordered.btn-primary:hover {
  background-color: #6d5cae;
  color: #ffffff;
}
.btn-bordered.btn-success {
  background-color: transparent;
  border-color: #10cfbd;
  color: #10cfbd;
}
.btn-bordered.btn-success:hover {
  background-color: #10cfbd;
  color: #ffffff;
}
.btn-bordered.btn-complete {
  background-color: transparent;
  border-color: #48b0f7;
  color: #48b0f7;
}
.btn-bordered.btn-complete:hover {
  background-color: #48b0f7;
  color: #ffffff;
}
.btn-bordered.btn-info {
  background-color: transparent;
  border-color: #3b4752;
  color: #3b4752;
}
.btn-bordered.btn-info:hover {
  background-color: #3b4752;
  color: #ffffff;
}
.btn-bordered.btn-warning {
  background-color: transparent;
  border-color: #f8d053;
  color: #f8d053;
}
.btn-bordered.btn-warning:hover {
  background-color: #f8d053;
  color: #ffffff;
}
.btn-bordered.btn-danger {
  background-color: transparent;
  border-color: #f55753;
  color: #f55753;
}
.btn-bordered.btn-danger:hover {
  background-color: #f55753;
  color: #ffffff;
}
.btn-bordered.btn-black {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn-bordered.btn-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-bordered.btn-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-bordered.btn-white:hover {
  background-color: #ffffff;
  color: #000000;
}
/* Dropdown menus -------------------------------------------------- */
.btn-group.open .dropdown-toggle,
.open .dropdown-toggle,
.open.dropdown-default .dropdown-toggle {
  box-shadow: none;
}
/* Pages default dropdown */
.dropdown-default {
  display: inline-block;
}
.dropdown-default.open > .btn.dropdown-toggle {
  border-color: transparent !important;
  background: transparent !important;
  z-index: 791 !important;
}
.dropdown-default.open .dropdown-menu {
  opacity: 1;
  transform: scale(1, 1);
  z-index: 700;
}
.dropdown-default.open .dropdown-menu li {
  visibility: visible;
}
.dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-success + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after,
.dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
  top: auto;
  bottom: 0;
}
.dropdown-default.open > .btn-primary + .dropdown-menu:after,
.dropdown-default.open > .btn-success + .dropdown-menu:after,
.dropdown-default.open > .btn-complete + .dropdown-menu:after,
.dropdown-default.open > .btn-warning + .dropdown-menu:after,
.dropdown-default.open > .btn-danger + .dropdown-menu:after,
.dropdown-default.open > .btn-info + .dropdown-menu:after {
  top: 0;
  height: 42px;
}
.dropdown-default.open > .btn-primary + .dropdown-menu:after {
  background-color: #6d5cae;
}
.dropdown-default.open > .btn-success + .dropdown-menu:after {
  background-color: #10cfbd;
}
.dropdown-default.open > .btn-complete + .dropdown-menu:after {
  background-color: #48b0f7;
}
.dropdown-default.open > .btn-warning + .dropdown-menu:after {
  background-color: #f8d053;
}
.dropdown-default.open > .btn-danger + .dropdown-menu:after {
  background-color: #f55753;
}
.dropdown-default.open > .btn-info + .dropdown-menu:after {
  background-color: #3b4752;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-bottom: -47px;
  padding-bottom: 49px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  bottom: 49px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-bottom: -34px;
  padding-bottom: 36px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  bottom: 36px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-bottom: -29px;
  padding-bottom: 31px;
}
.dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  bottom: 31px;
}
.dropdown-default.dropup .dropdown-menu {
  margin-bottom: -40px;
  padding: 0 3px 44px 0 !important;
  transform-origin: center bottom 0;
}
.dropdown-default.dropup .dropdown-menu:after {
  bottom: 43px;
  top: auto !important;
}
.dropdown-default .btn.dropdown-toggle {
  text-align: left;
  padding-right: 27px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg {
  padding-right: 42px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg .caret {
  right: 26px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
  margin-top: -47px;
  padding-top: 49px;
}
.dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
  top: 49px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm {
  padding-right: 26px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm .caret {
  right: 16px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
  margin-top: -34px;
  padding-top: 36px;
}
.dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
  top: 36px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs {
  padding-right: 21px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs .caret {
  right: 8px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
  margin-top: -29px;
  padding-top: 31px;
}
.dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
  top: 31px;
}
.dropdown-default .btn.dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.dropdown-default .btn-rounded {
  padding-left: 17px;
  padding-right: 17px;
}
.dropdown-default .btn-rounded + .dropdown-menu {
  border-radius: 17px;
}
.dropdown-default .dropdown-menu {
  margin-top: -40px;
  padding-top: 42px;
  overflow: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: center top 0;
  -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
  z-index: -1;
}
.dropdown-default .dropdown-menu:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 42px;
  background: #e6e6e6;
  width: 100%;
}
.dropdown-default .dropdown-menu li {
  visibility: hidden;
}
.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0 0 5px rgba(98, 98, 98, 0.2);
  box-shadow: 0 0 5px rgba(98, 98, 98, 0.2);
  border: none;
  font-size: 13px;
  margin: 0;
  background: #fafafa;
  min-width: 50px;
  z-index: 700;
}
.dropdown-menu .divider {
  background-color: #e6e6e6;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0;
}
.dropdown-menu > li {
  padding-left: 0;
}
.dropdown-menu > li:first-child {
  padding-top: 9px;
}
.dropdown-menu > li:last-child {
  padding-bottom: 9px;
}
.dropdown-menu > li.dropdown-header {
  padding: 3px 20px;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #f0f0f0;
  background-image: none;
}
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  color: #959595;
}
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu > li > a {
  line-height: 35px;
  color: #21252d;
  padding: 0 20px;
  text-align: left;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}
.dropdown-backdrop {
  z-index: 600;
}
/* Animated buttons -------------------------------------------------- */
.btn-animated {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-animated > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-animated:before {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 2.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-animated.from-top:before {
  left: 0;
  top: -100%;
}
.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before {
  top: 0;
}
.btn-animated.from-top:hover > span,
.btn-animated.from-top.show-icon > span {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.btn-animated.from-left:before {
  left: -100%;
  top: 0;
}
.btn-animated.from-left:hover:before,
.btn-animated.from-left.show-icon:before {
  left: 0;
}
.btn-animated.from-left:hover > span,
.btn-animated.from-left.show-icon > span {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.btn-animated.fa:before {
  font-family: FontAwesome;
}
.btn-animated.pg:before {
  font-family: "pages-icon";
}
/* Tag buttons -------------------------------------------------- */
.btn-tag {
  line-height: 17px;
  border-radius: 17px 3px 3px 17px;
  padding: 5px 19px;
}
.btn-tag:hover,
.btn-tag.hover {
  border-color: transparent;
}
.btn-tag.btn-tag-light {
  background: #fafdff;
  color: #5b8ca5;
  border: 1px solid #cbe4f0;
}
.btn-tag.btn-tag-light:hover {
  background: #fff;
}
.btn-tag.btn-tag-dark {
  background: #e6e6e6;
  color: #21252d;
}
.btn-tag.btn-tag-dark:hover {
  background: #ebebeb;
}
/* Misc buttons -------------------------------------------------- */
.btn-toolbar .btn {
  padding-left: 14px;
  padding-right: 14px;
}
.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus,
.pager .disabled > span {
  cursor: not-allowed;
  opacity: 0.5;
}
/*------------------------------------------------------------------ [8. Alerts] */
.alert {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  font-size: 13px;
  border-width: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.alert.bordered {
  border-width: 1px;
}
.alert .link {
  color: #ce8f22;
  font-weight: bold;
}
.alert .alert-heading {
  color: #ce8f22 !important;
  margin-bottom: 5px;
  font-weight: 600;
}
.alert .btn-small {
  position: relative;
  top: -3.5px;
}
.alert .button-set .btn {
  position: relative;
  top: 8px;
}
.alert .close {
  background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
  background-position: -9px -10px;
  width: 10px;
  height: 9px;
  position: relative;
  opacity: 0.8;
  top: 4.5px;
  margin-left: 20px;
  font-size: 0;
}
.alert .close:hover {
  opacity: 1;
}
/* Notification popup -------------------------------------------------- */
.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  z-index: 790;
}
.notification-toggle {
  top: 35px;
  left: -26px;
  padding: 0;
}
.notification-toggle:before {
  border-bottom: 0 !important;
}
.notification-toggle:after {
  border-bottom: 0 !important;
}
.notification-panel {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.notification-panel .notification-body {
  height: auto;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}
.notification-panel .notification-body .notification-item {
  position: relative;
  margin-left: 25px;
  background-color: #fff;
  padding-right: 26px;
}
.notification-panel .notification-body .notification-item.unread .heading {
  opacity: 1;
}
.notification-panel .notification-body .notification-item.unread .option {
  background-color: #daeffd;
}
.notification-panel .notification-body .notification-item.unread .option .mark {
  color: #6dc0f9;
}
.notification-panel .notification-body .notification-item .heading {
  line-height: 43px;
  margin-right: 5px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  opacity: 0.7;
}
.notification-panel .notification-body .notification-item .heading:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 1px;
}
.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper {
  cursor: pointer;
}
.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper i {
  -webkit-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.notification-panel .notification-body .notification-item .heading .time {
  font-size: 11px;
  margin-right: 8px;
}
.notification-panel .notification-body .notification-item .heading.open {
  display: block;
}
.notification-panel .notification-body .notification-item .heading.open .more-details {
  display: block;
}
.notification-panel .notification-body .notification-item .heading.open .thumbnail-wrapper i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper.d24 {
  line-height: 20px;
}
.notification-panel .notification-body .notification-item .more-details {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  clear: both;
  position: relative;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner {
  margin-left: 10px;
  padding-left: 28px;
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative;
  border-left: 1px solid rgba(230, 230, 230, 0.7);
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner:after {
  width: 14px;
  height: 14px;
  position: absolute;
  content: "";
  background-color: #fff;
  left: -7px;
  top: 25px;
  border: 1px solid rgba(230, 230, 230, 0.9);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner:before {
  color: #c0c0c0;
  position: absolute;
  bottom: 0;
  left: -5px;
  content: " \25CF";
  font-size: 13px;
  line-height: 5px;
  background-color: #fff;
  height: 9px;
}
.notification-panel .notification-body .notification-item .more-details .more-details-inner .hint-text {
  opacity: 0.44;
}
.notification-panel .notification-body .notification-item .option {
  font-size: 10px;
  position: absolute;
  height: 44px;
  width: 26px;
  right: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
  background-color: #fafafa;
  height: 100%;
}
.notification-panel .notification-body .notification-item .option .mark {
  background-color: transparent;
  color: #c0c0c0;
}
.notification-panel .notification-body .notification-item .option .mark:before {
  content: " \25CF";
  font-size: 12px;
}
.notification-panel .notification-body .notification-item:last-child .heading {
  border-bottom: 0;
}
.notification-panel .notification-footer {
  padding: 10px;
  display: block;
  border-top: 1px solid #e6e6e6;
}
.notification-panel .notification-footer a {
  color: #21252d;
  opacity: 0.54;
}
.notification-panel .notification-footer a:hover {
  opacity: 0.74;
}
/*------------------------------------------------------------------ [11. Modals] */
.modal .close:focus {
  outline: 0;
}
.modal .modal-dialog {
  transition: all 0.2s !important;
}
.modal .modal-content {
  border: 1px solid #f2f6f7;
  box-shadow: none;
}
.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 25px 25px 0 25px;
}
.modal .modal-header p {
  color: #8b91a0;
}
.modal .modal-body {
  box-shadow: none;
  padding: 25px;
  padding-top: 0;
  white-space: normal;
}
.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 25px;
  padding-top: 0;
}
.modal .drop-shadow {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
}
.modal.fade {
  opacity: 1 !important;
}
.modal.fade.stick-up .modal-dialog {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  margin-top: -5px;
}
.modal.fade.stick-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-up {
  height: 100%;
  top: auto;
}
.modal.fade.slide-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-up.disable-scroll {
  overflow: hidden;
}
.modal.fade.slide-up .modal-dialog {
  display: table;
  height: 100%;
  -webkit-transform: translate3d(0, 75%, 0);
  transform: translate3d(0, 75%, 0);
  -ms-transform: translate(0, 75%);
}
.modal.fade.slide-up .modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal.fade.center-scale .modal-dialog {
  display: table;
  height: 100%;
}
.modal.fade.center-scale .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.modal.fade.center-scale .modal-content .modal-header {
  border-bottom: 0;
}
.modal.fade.center-scale.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.fade.center-scale .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.fill-in {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modal.fade.fill-in > .close {
  margin-top: 20px;
  margin-right: 20px;
  opacity: 0.6;
}
.modal.fade.fill-in > .close > i {
  font-size: 16px;
}
.modal.fade.fill-in .modal-dialog {
  display: table;
  height: 100%;
}
.modal.fade.fill-in .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.modal.fade.fill-in .modal-content .modal-header {
  border-bottom: 0;
}
.modal.fade.fill-in.in {
  background-color: rgba(255, 255, 255, 0.85);
}
.modal.fade.fill-in.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.fade.fill-in .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.slide-right .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  z-index: 10;
}
.modal.fade.slide-right.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-right .modal-dialog {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.modal.fade.slide-right .modal-dialog .modal-content-wrapper {
  height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-content {
  height: 100%;
}
.modal.fade.slide-right .modal-content {
  border-radius: 0;
}
.fill-in-modal .modal-backdrop {
  background-color: transparent;
}
.modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.modal-backdrop.in {
  opacity: 0.3;
}
/* Responsive Handlers: Modals ------------------------------------ */
@media (max-width: 768px) {
  .modal.fill-in .modal-dialog {
    width: calc(100% - 20px);
  }
  .modal.slide-up .modal-dialog {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto;
  }
  .modal.slide-up .modal-dialog {
    margin: 0 auto;
  }
  .modal.fill-in .modal-dialog {
    margin: 0 auto;
  }
  .modal .modal-content {
    box-shadow: none;
  }
}
/*------------------------------------------------------------------ [12. Tabs & Accordians] */
/* Tabs ------------------------------------ */
.nav-tabs > li {
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e6e6e6;
  color: #21252d;
  background-color: #e6e6e6;
}
.nav-tabs > li > a {
  padding: 15px 20px;
  margin-right: 0;
  font-family: "Montserrat";
  font-weight: 400;
  color: rgba(98, 98, 98, 0.7);
  font-size: 12px;
  min-width: 70px;
  text-transform: uppercase;
  border-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: transparent;
  border-color: transparent;
  color: #21252d;
}
.nav-tabs > li > a .tab-icon {
  margin-right: 6px;
}
.nav-tabs ~ .tab-content {
  overflow: hidden;
  padding: 15px;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left,
.nav-tabs ~ .tab-content > .tab-pane.slide-right {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding,
.nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
  opacity: 0 !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.active,
.nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
  -webkit-transform: translate3d(10%, 0, 0) !important;
  transform: translate3d(10%, 0, 0) !important;
  -ms-transform: translate(10%, 0) !important;
}
.nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
  -webkit-transform: translate3d(-10%, 0, 0) !important;
  transform: translate3d(-10%, 0, 0) !important;
  -ms-transform: translate(-10%, 0) !important;
}
.nav-tabs.nav-tabs-left:after,
.nav-tabs.nav-tabs-right:after {
  border-bottom: 0;
}
.nav-tabs.nav-tabs-left > li,
.nav-tabs.nav-tabs-right > li {
  float: none;
}
.nav-tabs.nav-tabs-left {
  float: left;
}
.nav-tabs.nav-tabs-left ~ .tab-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs.nav-tabs-right {
  float: right;
}
.nav-tabs.nav-tabs-right ~ .tab-content {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* Tabs : Simple ------------------------------------ */
.nav-tabs-simple {
  border-bottom: 0;
}
.nav-tabs-simple:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
}
.nav-tabs-simple > li {
  margin-bottom: 0;
}
.nav-tabs-simple > li:after {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
  background-color: #f55753;
  height: 0;
  content: "";
  z-index: 125;
}
.nav-tabs-primary.nav-tabs-simple > li:after {
  background-color: #6d5cae;
}
.nav-tabs-success.nav-tabs-simple > li:after {
  background-color: #10cfbd;
}
.nav-tabs-complete.nav-tabs-simple > li:after {
  background-color: #48b0f7;
}
.nav-tabs-danger.nav-tabs-simple > li:after {
  background-color: #f55753;
}
.nav-tabs-warning.nav-tabs-simple > li:after {
  background-color: #f8d053;
}
.nav-tabs-info.nav-tabs-simple > li:after {
  background-color: #3b4752;
}
.nav-tabs-simple > li.active a,
.nav-tabs-simple > li.active a:hover,
.nav-tabs-simple > li.active a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs-simple > li.active:after,
.nav-tabs-simple > li:hover:after {
  height: 3px;
}
.nav-tabs-simple.nav-tabs-left:after,
.nav-tabs-simple.nav-tabs-right:after {
  border-bottom: 0;
}
.nav-tabs-simple.nav-tabs-left > li:after,
.nav-tabs-simple.nav-tabs-right > li:after {
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.nav-tabs-simple.nav-tabs-left > li.active:after,
.nav-tabs-simple.nav-tabs-right > li.active:after,
.nav-tabs-simple.nav-tabs-left > li:hover:after,
.nav-tabs-simple.nav-tabs-right > li:hover:after {
  width: 1px;
}
.nav-tabs-simple.nav-tabs-left > li:after {
  right: -1px;
}
.nav-tabs-simple.nav-tabs-right > li:after {
  left: 0;
}
/* Tabs : Line Triangles ------------------------------------ */
.nav-tabs-linetriangle {
  border-bottom: 0;
}
.nav-tabs-linetriangle:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 0;
}
.nav-tabs-linetriangle > li.active > a {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.nav-tabs-linetriangle > li.active > a:hover,
.nav-tabs-linetriangle > li.active > a:focus,
.nav-tabs-linetriangle > li.active > a:active {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs-linetriangle > li.active > a:after,
.nav-tabs-linetriangle > li.active > a:before {
  border: medium solid transparent;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: 1;
  top: 100%;
}
.nav-tabs-linetriangle > li.active > a:after {
  border-top-color: #fafafa;
  border-width: 10px;
  margin-left: -10px;
}
.nav-tabs-linetriangle > li.active > a:before {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 11px;
  margin-left: -11px;
}
.nav-tabs-linetriangle > li > a span {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tabs-linetriangle > li > a,
.nav-tabs-linetriangle > li > a:hover,
.nav-tabs-linetriangle > li > a:focus {
  overflow: visible;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.nav-tabs-linetriangle ~ .tab-content {
  background: #fff;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
  border-bottom: none;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fafafa;
  margin-top: 1px;
  margin-right: 2px;
}
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after,
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
  top: auto;
  right: -23px;
  left: auto;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
  border-bottom: none;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fafafa;
  margin-top: 1px;
  margin-left: -9px;
}
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after,
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
  top: auto;
  left: -12px;
  right: auto;
}
@media screen and (max-width: 58em) {
  .nav-tabs-linetriangle {
    font-size: 0.6em;
  }
}
/* Tabs : Fill-up ------------------------------------ */
.nav-tabs-fillup {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.nav-tabs-fillup > li {
  overflow: hidden;
}
.nav-tabs-fillup > li > a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  background: transparent;
}
.nav-tabs-fillup > li > a:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none repeat scroll 0 0 #10cfbd;
  border: 1px solid #10cfbd;
  content: "";
  height: calc(100% + 1px);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.nav-tabs-primary.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #6d5cae;
  border: 1px solid #6d5cae;
}
.nav-tabs-success.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #10cfbd;
  border: 1px solid #10cfbd;
}
.nav-tabs-complete.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #48b0f7;
  border: 1px solid #48b0f7;
}
.nav-tabs-warning.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #f8d053;
  border: 1px solid #f8d053;
}
.nav-tabs-danger.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #f55753;
  border: 1px solid #f55753;
}
.nav-tabs-info.nav-tabs-fillup > li > a:after {
  background: none repeat scroll 0 0 #3b4752;
  border: 1px solid #3b4752;
}
.nav-tabs-fillup > li > a span {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.nav-tabs-fillup > li.active {
  z-index: 100;
}
.nav-tabs-fillup > li.active > a,
.nav-tabs-fillup > li.active > a:hover,
.nav-tabs-fillup > li.active > a:focus {
  border-color: transparent;
  background: transparent;
  color: #fff;
}
.nav-tabs-fillup > li.active > a:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.nav-tabs-fillup > li.active > a span {
  -webkit-transform: translate3d(0px, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
}
.nav-tabs-fillup > li.active .icon:before {
  -webkit-transform: translate3d(0px, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -ms-transform: translate(0, -5px);
}
.nav-tabs-fillup .icon:before {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -ms-transform: translate(0, 5px);
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  display: block;
  margin: 0;
}
.nav-tabs-fillup ~ .tab-content {
  background: #fff;
}
.nav-tabs-fillup.nav-tabs-left,
.nav-tabs-fillup.nav-tabs-right {
  border-bottom: none;
}
.nav-tabs-fillup.nav-tabs-left:after,
.nav-tabs-fillup.nav-tabs-right:after {
  border-bottom: none;
}
.nav-tabs-fillup.nav-tabs-left > li > a:after,
.nav-tabs-fillup.nav-tabs-right > li > a:after {
  width: calc(100% + 1px);
  height: 100%;
}
.nav-tabs-fillup.nav-tabs-left > li.active a:after,
.nav-tabs-fillup.nav-tabs-right > li.active a:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.nav-tabs-fillup.nav-tabs-left > li > a:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.nav-tabs-fillup.nav-tabs-left > li > a span {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-fillup.nav-tabs-left > li.active a span {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-left > li.active .icon:before {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li > a:after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  left: -1px;
}
.nav-tabs-fillup.nav-tabs-right > li > a span {
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -ms-transform: translate(-5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li.active a span {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-fillup.nav-tabs-right > li.active .icon:before {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  -ms-transform: translate(5px, 0);
}
.nav-tabs-header {
  overflow: scroll;
  width: 100%;
}
.nav-tabs-header .nav-tabs {
  width: auto;
  white-space: nowrap;
}
.nav-tabs-header .nav-tabs > li {
  display: inline-block;
  float: inherit;
}
.nav-tabs-header.nav-tabs-linetriangle {
  height: 61px;
  overflow-y: hidden;
}
.nav-tabs-header.nav-tabs-linetriangle:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
  content: "";
  clear: both;
}
.nav-tabs-header.nav-tabs-linetriangle ~ .tab-content {
  position: relative;
  top: -12px;
}
.nav-tabs-header ~ .tab-content {
  overflow: hidden;
  padding: 15px;
}
/*------------------------------------------------------------------ [13. Form Elements] */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px 0 0;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select[multiple],
select[size] {
  height: auto !important;
}
input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form legend {
  margin: 15px 0 10px 0;
}
.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
.form-control:focus {
  border-color: rgba(220, 220, 220);
  background-image: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937);
  background-color: white;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control:focus:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.33;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.33;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #f8f8f8;
  color: rgb(180, 180, 180);
}
/* Input Sizes -------------------------------------------------- */
.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 13px;
  min-height: 32px;
  height: 32px;
  padding: 8px 9px;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  font-size: 18px;
  height: 45px;
  padding: 11px 13px;
  border: var(--color04);
}
.input-xlg {
  height: 51px;
  font-size: 18px;
  line-height: 22px;
}
/* Checkboxes and Radio buttons -------------------------------------------------- */
.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
  font-size: 13px;
}
.radio label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
}
.radio label {
  margin-bottom: 6px;
}
.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type="radio"]:checked + label:before {
  border-width: 5px;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success input[type="radio"]:checked + label:before {
  border-color: #10cfbd;
}
.radio.radio-primary input[type="radio"]:checked + label:before {
  border-color: #6d5cae;
}
.radio.radio-info input[type="radio"]:checked + label:before {
  border-color: #3b4752;
}
.radio.radio-warning input[type="radio"]:checked + label:before {
  border-color: #f8d053;
}
.radio.radio-danger input[type="radio"]:checked + label:before {
  border-color: #f55753;
}
.radio.radio-complete input[type="radio"]:checked + label:before {
  border-color: #48b0f7;
}
.checkbox input[type="radio"][disabled] + label:after {
  background-color: #e6e6e6;
}
.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}
.checkbox label:before {
  top: 2px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1.2px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 0;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type="checkbox"]:checked + label:before {
  border-width: 8px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\F00C";
  color: #fff;
}
.checkbox input[type="checkbox"][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}
.checkbox.right label:before {
  right: -35px;
  left: auto;
}
.checkbox.right input[type="checkbox"]:checked + label {
  position: relative;
}
.checkbox.right input[type="checkbox"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
}
.checkbox.check-success input[type="checkbox"]:checked + label:before {
  border-color: #10cfbd;
}
.checkbox.check-primary input[type="checkbox"]:checked + label:before {
  border-color: #6d5cae;
}
.checkbox.check-complete input[type="checkbox"]:checked + label:before {
  border-color: #48b0f7;
}
.checkbox.check-warning input[type="checkbox"]:checked + label:before {
  border-color: #f8d053;
}
.checkbox.check-danger input[type="checkbox"]:checked + label:before {
  border-color: #f55753;
}
.checkbox.check-info input[type="checkbox"]:checked + label:before {
  border-color: #3b4752;
}
.checkbox.check-success input[type="checkbox"]:checked + label::after,
.checkbox.check-primary input[type="checkbox"]:checked + label::after,
.checkbox.check-complete input[type="checkbox"]:checked + label::after,
.checkbox.check-warning input[type="checkbox"]:checked + label::after,
.checkbox.check-danger input[type="checkbox"]:checked + label::after,
.checkbox.check-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}
/* Form layouts -------------------------------------------------- */
@media only screen and (min-width: 768px) {
  form .row {
    margin-left: 0;
    margin-right: 0;
  }
  form .row [class*="col-"]:not(:first-child),
  form .row [class*="col-"]:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px;
  }
  form .row [class*="col-"]:first-child {
    padding-left: 0;
  }
  form .row [class*="col-"]:last-child {
    padding-right: 0;
  }
}
/* Form layouts : Horizontal -------------------------------------------------- */
.form-horizontal .form-group {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0;
}
.form-horizontal .form-group:last-child {
  border-bottom: none;
}
.form-horizontal .form-group:hover .control-label {
  opacity: 0.6;
}
.form-horizontal .form-group.focused .control-label {
  opacity: 1;
}
.form-horizontal .form-group .control-label {
  text-align: left;
  opacity: 0.42;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
/* Form layouts : Attached -------------------------------------------------- */
.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0;
}
.form-group-attached > div {
  margin: 0;
}
.form-group-attached > div:first-child.row > [class*="col-"]:first-child .form-group-default {
  border-top-left-radius: 0;
}
.form-group-attached > div:first-child.row > [class*="col-"]:last-child .form-group-default {
  border-top-right-radius: 0;
}
.form-group-attached > div:first-child.form-group-default {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-group-attached > div:last-child.row > [class*="col-"]:first-child .form-group-default {
  border-bottom-left-radius: 0;
}
.form-group-attached > div:last-child.row > [class*="col-"]:last-child .form-group-default {
  border-bottom-right-radius: 0;
}
.form-group-attached > div:last-child.form-group-default {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group-attached > div.row > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.form-group-attached > div.row > [class*="col-"] > .form-group-default {
  display: table;
  width: 100%;
}
.form-group-attached > div.row > [class*="col-"]:not(:only-child):not(:last-child) > .form-group-default {
  border-right-color: transparent;
}
.form-group-attached > div:not(:last-child) .form-group-default,
.form-group-attached > div:not(:last-child).form-group-default {
  border-bottom-color: transparent;
}
/* Form layouts : Responsive Handlers -------------------------------------------------- */
@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgb(150, 150, 150) !important;
  }
}
@media only screen and (min-width: 768px) {
  .form-group-attached > div.row {
    display: table;
    width: 100%;
  }
  .form-group-attached > div.row > [class*="col-"] {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
  }
  .form-group-attached > div.row > [class*="col-"] .form-group {
    height: 100%;
    width: 100%;
  }
}
/* Form Groups -------------------------------------------------- */
.form-group {
  margin-bottom: 10px;
}
.form-group label:not(.error) {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.form-group label .help {
  margin-left: 8px;
}
.form-group .help {
  font-size: 12px;
  color: rgba(98, 98, 98, 0.55);
}
.form-group-default {
  background-color: #fff;
  position: relative;
  border: var(--color04);
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  /*-webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;*/
}
.form-group-default:focus-within {
  border-color: rgb(200, 200, 200);
  /*background-image: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937);*/
  background-color: #ffe125;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
}
.form-group-default.disabled {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}
.form-group-default.disabled input {
  opacity: 0.6;
}
.form-group-default.disabled.focused {
  background: #f8f8f8;
}
.form-group-default.disabled.focused label {
  opacity: 1;
}
.form-group-default.focused {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f0f0f0;
}
.form-group-default.focused label {
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.form-group-default.has-error {
  background-color: rgba(245, 87, 83, 0.1);
}
.form-group-default.has-success .form-control-feedback,
.form-group-default.has-error .form-control-feedback {
  display: none !important;
}
.form-group-default.has-success .form-control,
.form-group-default.has-success .form-control:focus,
.form-group-default.has-error .form-control,
.form-group-default.has-error .form-control:focus {
  border: none;
  box-shadow: none;
}
.form-group-default.input-group {
  padding: 0;
}
.form-group-default.input-group > label {
  margin-top: 6px;
  padding-left: 12px;
}
.form-group-default.input-group > .form-control {
  margin-top: -2px;
  margin-bottom: 3px;
  padding-left: 12px;
}
.form-group-default.input-group .input-group-addon {
  height: calc(50px);
  min-width: calc(50px);
  border: none;
}
.form-group-default.input-group.focused .input-group-addon {
  border-color: rgba(0, 0, 0, 0.1);
}
.form-group-default.input-group-attached {
  position: relative;
}
.form-group-default.input-group-attached .input-group-btn {
  right: -1%;
}
.form-group-default.input-group-attached .input-group-btn > .btn {
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  z-index: 2;
}
.form-group-default .form-control {
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}
.form-group-default .form-control.error {
  color: #2c2c2c;
}
.form-group-default .form-control:focus {
  /*background: #ffe125;*/
  /*background: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937);*/
}
.form-group-default textarea.form-control {
  padding-top: 5px;
}
.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.form-group-default label.label-lg {
  font-size: 13px;
  left: 13px;
  top: 9px;
}
.form-group-default label.label-sm {
  font-size: 11px;
  left: 11px;
  top: 6px;
}
.form-group-default label.highlight {
  opacity: 1;
}
.form-group-default label.fade {
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.form-group-default > .input-lg {
  height: 29px;
  min-height: 29px;
  padding-left: 1px;
}
.form-group-default > .input-sm {
  min-height: 18px;
  height: 18px;
}
.form-group-default.form-group-default-select2 {
  padding: 0;
}
.form-group-default.form-group-default-select2 > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}
.form-group-default.form-group-default-select2 > label.label-lg {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-select2 > label.label-sm {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choice {
  padding-top: 20px;
  height: 52px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-arrow b:before {
  top: 20px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-chosen {
  padding-left: 3px;
  padding-top: 1px;
}
.form-group-default.form-group-default-select2 .select2-container .select2-choices {
  padding-top: 20px;
  height: 52px;
  border: 0;
}
.form-group-default.form-group-default-select2 > .input-lg {
  height: auto;
  padding: 0;
}
.form-group-default.form-group-default-select2 > .input-lg .select2-choice {
  padding-top: 20px;
  height: 56px;
}
.form-group-default.form-group-default-select2 > .input-sm {
  height: auto;
  padding: 0;
}
.form-group-default.form-group-default-select2 > .input-sm .select2-choice {
  padding-top: 20px;
  height: 46px;
}
.form-group-default.form-group-default-selectFx {
  padding: 0;
}
.form-group-default.form-group-default-selectFx > label {
  position: absolute;
  z-index: 10;
  padding: 7px 12px 0 12px;
}
.form-group-default.form-group-default-selectFx > label.label-lg {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-selectFx > label.label-sm {
  left: 0;
  top: 0;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
  padding-top: 28px;
  height: 52px;
  padding-left: 12px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
  height: auto;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select > span:after,
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
  top: 39px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
  height: 60px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
  height: 50px;
}
.form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
  vertical-align: top;
}
/* Form validation -------------------------------------------------- */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #0da899;
}
.has-success .form-control {
  border-color: #0da899;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #09786e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  background: #f0f0f0;
  border: var(--color04);
  color: rgba(98, 98, 98, 0.47);
}
.has-success .form-control-feedback {
  color: #0da899;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c9a843;
}
.has-warning .form-control {
  border-color: #c9a843;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #a98b31;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  background: #f0f0f0;
  border: var(--color04);
  color: rgba(98, 98, 98, 0.47);
}
.has-warning .form-control-feedback {
  color: #c9a843;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f55753;
}
.has-error .form-control {
  border-color: #f55753;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #f22823;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  background: #f0f0f0;
  border: var(--color04);
  color: rgba(98, 98, 98, 0.47);
}
.has-error .form-control-feedback {
  color: #f55753;
}
.error {
  font-size: 12px;
  color: #f55753;
  display: block;
}
/* Addon inputs -------------------------------------------------- */
.input-group-addon {
  background: #f0f0f0;
  border: var(--color04);
  color: rgba(98, 98, 98, 0.47);
  font-size: 20px;
  padding: 6px 9px;
  display: table-cell;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}
.input-group-addon i {
  position: relative;
  top: 1px;
}
.input-group-addon.primary {
  background-color: #6d5cae;
  border: 1px solid #6d5cae;
  color: #ffffff;
}
.input-group-addon.primary .arrow {
  color: #6d5cae;
}
.input-group-addon.success {
  background-color: #0090d9;
  color: #ffffff;
}
.input-group-addon.success .arrow {
  color: #0090d9;
}
.input-group-addon.info {
  background-color: #1f3853;
  color: #ffffff;
}
.input-group-addon.info .arrow {
  color: #1f3853;
}
.input-group-addon.warning {
  background-color: #fbb05e;
  color: #ffffff;
}
.input-group-addon.warning .arrow {
  color: #fbb05e;
}
.input-group-addon.danger {
  background-color: #f35958;
  color: #ffffff;
}
.input-group-addon.danger .arrow {
  color: #f35958;
}
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #d1dade;
  z-index: 100;
}
.input-group-addon .arrow:before {
  font-family: "FontAwesome";
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}
.input-group-addon:last-child .arrow:before {
  font-family: "FontAwesome";
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}
.input-group-addon:last-child input {
  border-left: 0;
}
input,
input:focus {
  -webkit-transition: none !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffe125 inset !important;
}
input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9e9e9 inset !important;
}
/*------------------------------------------------------------------ [15. Devices : Device Placeholders] */
.device_morph {
  position: relative;
  display: inline-block;
}
.device_morph .screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.iphone-border {
  position: absolute;
  left: 12px;
  top: 47px;
  right: 12px;
  bottom: 76px;
  height: auto;
  overflow-y: hidden;
}
.iphone-border > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*------------------------------------------------------------------ [16. Social Cards] */
.social-wrapper,
.social {
  height: 100%;
  width: 100%;
}
/* Cards ------------------------------------ */
.card {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fff;
  float: left;
  position: relative;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 20px;
  width: 300px;
  border: 1px solid #e6e6e6;
}
.card .circle {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  width: 9px;
  height: 9px;
  background: #626c75;
  z-index: 1;
}
.card .circle:hover {
  cursor: pointer;
}
.card.full-width {
  width: 100% !important;
}
.card.status {
  background: #daeffd;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.card.status:hover,
.card.status.hover {
  border-color: #d8dadc !important;
}
.card.status h5 {
  font-size: 12px;
  margin: 0;
}
.card.status h5 .time {
  color: #fff;
}
.card.status h2 {
  color: #2c2c2c;
  font-size: 25px;
  margin: 0;
  font-weight: normal;
}
.card.status .reactions {
  color: #f0f0f0;
  opacity: 0.45;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0;
}
.card.status .reactions li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.card.status .circle {
  width: 9px;
  height: 9px;
  border: none;
  background: #48b0f7;
}
.card.share .card-header {
  padding: 15px 15px 12px;
  border-bottom: 1px solid #daeffd;
}
.card.share .card-header:hover {
  background: #daeffd;
  cursor: pointer;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card.share .card-header:hover h6 {
  opacity: 0.6;
}
.card.share .card-header .user-pic {
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.card.share .card-header .user-pic > img {
  width: 30px;
  height: 30px;
}
.card.share .card-header h5 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  line-height: 22.7px;
  font-family: arial;
  letter-spacing: -0.006em;
  margin-top: -3px;
}
.card.share .card-header h6 {
  font-size: 12px;
  margin: 0;
  font-family: arial;
  opacity: 0.45;
}
.card.share .card-description {
  padding: 12px 16px 11px;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.card.share .card-description p {
  margin-bottom: 4px;
}
.card.share .card-description .via {
  opacity: 0.45;
  display: block;
  font-size: 12px;
  font-family: arial;
}
.card.share .card-content {
  position: relative;
}
.card.share .card-content .buttons {
  left: 17px;
  padding: 0;
  position: absolute;
  top: 10px;
}
.card.share .card-content .buttons li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.card.share .card-content .buttons li a {
  color: #fff;
}
.card.share .card-feed {
  overflow: hidden;
  position: relative;
  max-height: 400px;
}
.card.share .card-feed:hover .buttons {
  opacity: 1;
}
.card.share .card-feed .buttons {
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0;
}
.card.share .card-feed .buttons li {
  display: inline-block;
  list-style: none;
}
.card.share .card-feed .buttons li a {
  color: #fff;
  opacity: 0.8;
  padding: 5px;
}
.card.share .card-feed > * {
  max-width: 100%;
}
.card.share .card-footer {
  padding: 14px 16px 11px;
  font-size: 12px !important;
}
.card.share .card-footer:hover {
  background: #daeffd;
  cursor: pointer;
}
.card.share .card-footer:hover .reactions,
.card.share .card-footer:hover .time {
  opacity: 0.8;
}
.card.share .card-footer .time {
  float: left;
  opacity: 0.45;
  font-family: arial;
  margin-top: 1px;
}
.card.share .card-footer .reactions {
  float: right;
  margin: 0;
  padding: 0;
  opacity: 0.45;
}
.card.share .card-footer .reactions li {
  display: inline-block;
  list-style: none;
}
.card.share .card-footer .reactions li a {
  color: inherit;
}
.card.share .card-description,
.card.share .card-feed,
.card.share .card-footer {
  border-color: transparent;
  border-style: solid;
}
.card.share .card-description {
  border-width: 1px;
}
.card.share .card-feed {
  border-width: 0 1px;
  margin-top: -2px;
}
.card.share .card-footer {
  border-width: 0 1px 1px 1px;
}
.card.share.share-other .card-description {
  padding-bottom: 0;
}
.card.share.share-other .card-footer {
  padding-top: 0;
}
.card.share.share-other .card-footer:hover {
  background: #fff;
}
.card.share.share-other .card-header {
  border-top: 1px solid #daeffd;
}
.card.share.share-other .circle {
  background: #f8d053;
}
.card.col1 {
  width: 300px;
}
.card.col2 {
  width: 620px;
}
.card.col3 {
  width: 920px;
}
/* Responsive Handlers: Social App ------------------------------------ */
@media (min-width: 991px) and (max-width: 1070px) {
  .day .card:first-child .col-md-4:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .day .card:first-child .col-md-4:nth-child(2),
  .day .card:first-child .col-md-4:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .social-wrapper .social .feed > .day > .card {
    width: 100% !important;
  }
}
/*------------------------------------------------------------------ [17. Gallery] */
.gallery {
  margin: auto;
}
.gallery-item {
  overflow: hidden;
  cursor: default;
  background-color: #000;
  position: relative;
}
.gallery-item:hover {
  cursor: pointer;
}
.gallery-item[data-width="1"] {
  width: 24.98%;
}
.gallery-item[data-width="2"] {
  width: 49.96% !important;
}
.gallery-item > img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gallery-item > .live-tile img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.gallery-item .rating {
  margin-top: -5px;
  color: rgba(255, 255, 255, 0.3);
}
.gallery-item .rating > .rated {
  color: #ffffff;
}
.gallery-item .item-info {
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
}
.gallery-item .item-info.more-content {
  -webkit-transform: translate3d(0, 32%, 0);
  transform: translate3d(0, 32%, 0);
}
.gallery-item:hover .item-info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-item:hover > img {
  opacity: 0.6;
}
.gallery-item:hover > .live-tile img {
  opacity: 0.6;
}
.gallery-item:active .item-info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-item:active > img {
  opacity: 0.6;
}
/*------------------------------------------------------------------ [19. Misc : Helper Classes] */
.custom {
  height: 150px;
}
.count-down h1 {
  font-size: 61px;
}
/* Lazy Images */
.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lazy.loaded {
  opacity: 1;
}
.bg-overlay {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* Content Traingle */
.content-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-bottom: 100px solid white;
}
.content-triangle:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100vw;
  height: 100px;
  background: white;
}
.content-triangle:after {
  content: "";
  position: absolute;
  right: 70px;
  width: 100vw;
  height: 100px;
  background: white;
}
.icon-list .fa-item {
  display: block;
  color: #121212;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
}
.icon-list .fa-item > i {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
/* Profile dropdown ------------------------------------ */
.profile-dropdown {
  background: #fff;
  padding: 0;
}
.profile-dropdown:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.profile-dropdown:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
.profile-dropdown li:last-child {
  margin-top: 11px;
  padding: 0;
}
.profile-dropdown li:last-child > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 19px;
}
.profile-dropdown li > a {
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  padding-left: 17px;
  padding-right: 37px;
  min-width: 138px;
}
.profile-dropdown li > a > i {
  margin-right: 5px;
}
.profile-dropdown li > a:hover {
  opacity: 1;
}
.profile-dropdown-toggle {
  background: transparent;
  border: none;
}
/* Scroll ------------------------------------ */
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Overides ------------------------------------ */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-overflow {
  overflow: hidden !important;
}
.auto-overflow {
  overflow: auto;
}
.center-margin {
  margin-left: auto;
  margin-right: auto;
}
.inherit-size {
  width: inherit;
  height: inherit;
}
.inherit-height {
  height: inherit;
}
.image-responsive-height {
  width: 100%;
}
.image-responsive-width {
  height: 100%;
}
.overlayer {
  position: absolute;
  display: block;
  z-index: 21;
}
.overlayer.fullwidth {
  width: 100%;
}
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10;
}
/** Profile Wrappers **/
.profile-img-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.profile-img-wrapper.big {
  height: 68px;
  width: 68px;
}
.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px;
}
.relative {
  position: relative !important;
}
/* Demo Purposes */
.icon-set-preview {
  transition: opacity 0.1s linear;
}
#icon-list {
  transition: all 0.1s ease-in-out;
}
.error-number {
  font-family: "Montserrat";
  font-size: 90px;
  line-height: 90px;
}
.error-container-innner {
  margin-left: auto;
  margin-right: auto;
  width: 360px;
}
.error-container {
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  width: 38%;
}
.visible-xlg {
  display: none;
}
.hidden-xlg {
  display: block;
}
.container-xs-height {
  display: table;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
section.last:before {
  content: "";
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell !important;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell !important;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell !important;
    float: none !important;
  }
}
/* Removes google logo and copyright */
a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
/* 01, 02 */
.demo-bg-section {
  background: #232a35;
}
.search-box .form-control {
  border-right: 0;
}
.video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
sup.dollar {
  vertical-align: top;
  top: 12px;
}
.content p {
  font-size: 14px;
  font-family: Arial;
}
/* 10 */
.demo-hero-5 {
  height: 500px;
}
.demo-hero-45 {
  height: 450px;
}
.demo-handbook {
  bottom: -132px;
  left: 50%;
  margin-left: -323px;
  position: absolute;
}
.demo-signature {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 250px;
}
.demo-signature svg {
  position: absolute;
  left: 30px;
  bottom: 47px;
  right: 0;
}
.demo-brush {
  width: 100%;
  height: 170px;
  background-repeat: repeat;
  background-size: initial;
  margin-bottom: 55px;
}
.demo-olive {
  top: 40px;
}
.buy-now {
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.feature-icon {
  width: 25px;
}
/* 11 */
#demo-hero-1 .swiper-pagination {
  bottom: 268px;
}
#demo-hero-1 .bg-image {
  background-size: auto auto;
}
#demo-hero-1 .bg-elements {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  left: 50%;
  margin-left: -707px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
}
#demo-hero-1 .slide-2 .bg-elements,
#demo-hero-1 .slide-3 .bg-elements {
  margin-left: -622px;
}
#demo-hero-1 .slide-1 .ipad,
#demo-hero-1 .slide-3 .ipad {
  position: absolute;
  bottom: -170px;
  left: 50%;
  margin-left: -281px;
}
#demo-hero-1 .slide-2 .ipad {
  position: absolute;
  bottom: -350px;
  left: 50%;
  margin-left: -281px;
}
@media (max-width: 480px) {
  #demo-hero-1 .swiper-navigation {
    margin-top: -100px;
  }
}
#demo-content-1 {
  height: 700px;
}
#demo-content-1 .inner {
  left: 50%;
  margin-left: -690px;
  margin-top: -624px;
  position: absolute;
  top: 50%;
}
#demo-content-1 .iphone {
  left: 50%;
  margin-left: -106px;
  margin-top: 120px;
  position: absolute;
  top: 50%;
}
/* 12 */
#demo-hero-2 {
  height: calc(100% - 96px);
}
#demo-hero-2 .hero-text {
  display: inline-block;
  padding: 2px 34px;
  border: 5px solid #323132;
  font-size: 35px !important;
}
/* 14 */
#demo-content-2 {
  height: 650px;
}
#demo-testimonial-1 .swiper-button-prev,
#demo-testimonial-1 .swiper-button-next {
  background: none;
  top: 20%;
}
#demo-testimonial-1 .swiper-button-prev > i:before {
  content: "\f10c";
}
#demo-testimonial-1 .swiper-button-next > i:before {
  content: "\f10c";
}
#demo-testimonial-1 .swiper-button-prev:hover > i:before,
#demo-testimonial-1 .swiper-button-next:hover > i:before {
  content: "\f192";
}
/* 15 */
/* 16 */
#demo-content-3 {
  min-height: 350px;
}
#demo-content-3 .demo-browser-desktop {
  bottom: -163px;
  left: 50%;
  margin-left: -572px;
  position: absolute;
}
#demo-content-3 .demo-browser-ipad {
  bottom: -164px;
  left: 50%;
  margin-left: -375px;
  position: absolute;
}
#demo-content-3 .demo-browser-phone {
  bottom: -162px;
  left: 50%;
  margin-left: -154px;
  position: absolute;
}
#demo-content-3 .demo-shadow {
  background-image: url("../../assets/images/shadow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 0;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
}
.demo-btn-tour {
  left: 50%;
  bottom: 0;
  margin-left: -74px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  z-index: 10;
}
.demo-screenshot {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fff;
  float: left;
  position: relative;
  margin-bottom: 20px;
  width: 330px;
  border: 1px solid #e6e6e6;
}
.demo-screenshot img {
  width: 100%;
}
@media (max-width: 768px) {
  #demo-content-1 .inner {
    margin-top: -300px;
  }
}
/* TODO */
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) and (orientation: landscape) {
  #demo-hero-1 .slide-1 .ipad {
    bottom: -300px;
  }
}
.visible-xlg {
  display: none;
}
.hidden-xlg {
  display: block;
}
/*** Large screens ***/
@media (min-width: 1824px) {
  .visible-xlg {
    display: block !important;
  }
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
  .hidden-xlg {
    display: none !important;
  }
}
/*** Desktops & Laptops ***/
@media only screen and (min-width: 980px) {
  .menu-content {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: initial !important;
  }
}
/*** General Desktops ***/
@media only screen and (min-width: 1200px) {
  .vcenter {
    position: relative;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
/*** General Small Screen Desktops ***/
/*** General tablets and phones ***/
@media (max-width: 991px) {
  .header .menu > li {
    display: block;
  }
  .header .menu-content .header-inner {
    line-height: 0 !important;
  }
  .menu-content {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 250px;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
  }
  body.menu-opened > .header:before {
    position: fixed;
    width: 0%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    content: "";
  }
}
/* Landscape view of all tablet devices */
@media (min-width: 1200px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height > [class*="col-lg"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}
/* Margin Helps : MD : 1024 - 768 */
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  .header:last-child.header {
    top: 0%;
    /*top: -200%;
     */
  }
  .header.bg-header .menu-content .header-inner {
    line-height: initial;
  }
  .menu-content .menu > li.classic > nav ul,
  .menu-content .menu > li.horizontal > nav,
  .menu-content .menu > li.mega .container {
    background-color: #f0f0f0;
  }
  .menu-content.mobile-dark {
    background-color: #ff8000 !important;
  }
  .menu-content.mobile-dark .menu > li.classic > nav ul,
  .menu-content.mobile-dark .menu > li.horizontal > nav,
  .menu-content.mobile-dark .menu > li.mega .container {
    background-color: #ff8000;
  }
  .menu-content.mobile-dark ul li .sub-menu-heading {
    color: #ffffff !important;
    opacity: 1;
  }
  .menu-content .menu > li.mega .container {
    margin-top: 0;
  }
  .menu-content .menu > li > a:not(.btn) {
    margin-bottom: 0 !important;
  }
  .menu-content ul {
    width: 100%;
    padding: 0;
  }
  .menu-content ul li {
    padding: 0;
    margin-right: 0 !important;
  }
  .menu-content ul li a {
    opacity: 1 !important;
    padding: 10px 10px 10px 35px;
  }
  .menu-content ul li .sub-menu-heading {
    padding: 20px 10px 10px 35px;
    opacity: 0.5;
  }
  [data-pages-direction="slideLeft"] {
    display: block;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-opened {
    overflow-y: hidden;
  }
  .menu-opened [data-pages-direction="slideLeft"] {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
  }
  [data-pages-direction="slideRight"] {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-opened {
    overflow-y: hidden;
  }
  .menu-opened [data-pages-direction="slideRight"] {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
  }
  [data-pages-direction="slideTop"] {
    display: block;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-opened {
    overflow-y: hidden;
  }
  .menu-opened [data-pages-direction="slideTop"] {
    -webkit-transform: translate3d(0, calc(0% + 65px), 0);
    transform: translate3d(0, calc(0% + 65px), 0);
    -ms-transform: translate(0, calc(0% + 65px));
  }
  .header .menu > li > .classic {
    top: 0 !important;
    position: relative;
    left: auto;
    right: auto;
    margin-left: 0;
  }
  .header .menu > li > .classic:before,
  .header .menu > li > .classic:after,
  .header .menu > li > .classic .arrow {
    display: none;
  }
  .header .menu > li > .classic ul > li {
    margin: 5px 0;
  }
  .header .menu > li > .classic ul > li:first-child {
    margin-top: 17px;
  }
  .header .menu > li > .classic ul > li:last-child {
    margin-bottom: 17px;
  }
  .header .menu > li > .mega {
    position: relative;
    margin-top: 0;
    border: 0;
  }
  .header .menu > li > .mega .container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .header .menu > li > .horizontal {
    position: relative;
    margin-top: 0;
    border: 0;
  }
  .header .menu > li > .horizontal .container {
    padding: 0;
  }
  .header .menu > li > .horizontal .container > ul {
    padding: 15px 0;
    margin: 0;
  }
  .header .menu > li > .horizontal .container > ul > li {
    margin: 5px;
    display: block;
  }
  .header .menu > li.horizontal > span.arrow {
    display: none;
  }
  .header .menu > li.mega > span.arrow {
    display: none;
  }
  .sm-no-margin {
    margin: 0 !important;
  }
  .sm-no-padding {
    padding: 0 !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-reset {
    float: none !important;
  }
  .sm-block {
    display: block !important;
  }
  .sm-inline {
    display: inline-block;
  }
  .sm-image-responsive-height {
    width: 100%;
    height: auto;
  }
  .sm-image-responsive-width {
    height: 100%;
    width: auto;
  }
  .sm-full-height {
    height: 100%;
    width: auto;
  }
  .sm-full-width {
    width: 100%;
    height: auto !important;
  }
  .sm-reset-position {
    position: initial;
  }
  .sm-screen-center {
    position: absolute;
    left: -50%;
  }
  .sm-static {
    position: static !important;
  }
  .header.transparent-light .menu > li > a:not(.btn) {
    color: #121212;
    margin-bottom: 10px;
  }
  .header.dark .menu > li > a:not(.btn) {
    color: #121212;
  }
  .sm-no-border {
    border-width: 0;
  }
  .sm-b-r,
  .sm-b-l,
  .sm-b-t,
  .sm-b-b {
    border-width: 0;
    border-style: solid;
  }
  .sm-b-r {
    border-right-width: 1px;
  }
  .sm-b-l {
    border-left-width: 1px;
  }
  .sm-b-t {
    border-top-width: 1px;
  }
  .sm-b-b {
    border-bottom-width: 1px;
  }
  .error-container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height > [class*="col-md"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
  .header.static {
    position: static;
  }
  .header.static .affix {
    position: fixed !important;
    top: 0;
    width: 100%;
  }
  .clip-mega-menu {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .row-same-height {
    overflow: hidden;
  }
  .row-same-height > [class*="col-sm"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
  }
}
/*** Phones ***/
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-content {
    width: 270px;
    overflow-y: auto;
  }
  .logo {
    display: inline-block;
    width: 180px;
  }
  .swiper-slide.fit h1 {
    font-size: 6vh;
    line-height: 7.5vh;
  }
  .swiper-slide.fit h2 {
    font-size: 3vh;
    line-height: 5vh;
  }
  .swiper-slide.fit h3 {
    font-size: 2vh;
    line-height: 4vh;
  }
  .swiper-slide.fit h4 {
    font-size: 3vh;
    line-height: 4.5vh;
  }
  .swiper-slide.fit h5 {
    font-size: 1.5vh;
    line-height: 1.8vh;
  }
}
@media (max-width: 480px) {
  .xs-block {
    display: block;
  }
  .xs-inline {
    display: inline-block;
  }
  .swiper-slide.fit .block-title {
    font-size: 2vh;
  }
  .xs-full-height {
    height: 100%;
    width: auto;
  }
  .xs-full-width {
    width: 100%;
    height: auto !important;
  }
  .xs-min-height {
    min-height: 100%;
  }
  .sm-no-border {
    border-width: 0;
  }
  .xs-no-border {
    border-width: 0;
  }
  .xs-b-r,
  .xs-b-l,
  .xs-b-t,
  .xs-b-b {
    border-width: 0;
    border-style: solid;
  }
  .xs-b-r {
    border-right-width: 1px;
  }
  .xs-b-l {
    border-left-width: 1px;
  }
  .xs-b-t {
    border-top-width: 1px;
  }
  .xs-b-b {
    border-bottom-width: 1px;
  }
  .xs-reset-position {
    position: initial;
  }
  .xs-screen-center {
    position: absolute;
    left: -50%;
  }
  .xs-bg-size-cover {
    background-size: cover;
  }
  .xs-relative {
    position: relative !important;
  }
  .error-page {
    padding: 15px;
  }
  .error-page .error-container {
    margin-top: 30px;
    width: auto;
  }
  .error-page .pull-bottom {
    position: relative;
  }
  .error-container-innner {
    width: auto;
  }
  .video-container {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  /** Customizadas **/
  @media (min-width: 0) and (max-width: 576px) {
    .visible--xs {
      display: block !important;
    }
    .hidden--xs {
      display: none !important;
    }
  }
  @media (min-width: 577px) and (max-width: 768px) {
    .visible--sm {
      display: block !important;
    }
    .hidden--sm {
      display: none !important;
    }
  }
  @media (min-width: 769px) and (max-width: 991px) {
    .visible--md {
      display: block !important;
    }
    .hidden--md {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .visible--lg {
      display: block !important;
    }
    .hidden--lg {
      display: none !important;
    }
  }
  @media (min-width: 1200px) and (max-width: 6000px) {
    .visible--xl {
      display: block !important;
    }
    .hidden--xl {
      display: none !important;
    }
  }
  @media (min-width: 769px) and (max-width: 1100px) {
    .display-none-md {
      display: none !important;
    }
  }
}
:root {
  --color04: 0.1px solid rgb(200, 200, 200);
  --color05: 0.1px solid rgb(200, 200, 200) !important;
}
@media (min-width: 0) and (max-width: 991px) {
  :root {
    --color04: 0.1px solid rgb(150, 150, 150);
    --color05: 0.1px solid rgb(150, 150, 150) !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .v-xs {
    display: block !important;
  }
  .h-xs {
    display: none !important;
  }
}
@media (min-width: 576.01px) and (max-width: 768px) {
  .v-sm {
    display: block !important;
  }
  .h-sm {
    display: none !important;
  }
}
@media (min-width: 768.01px) and (max-width: 991px) {
  .v-md {
    display: block !important;
  }
  .h-md {
    display: none !important;
  }
}
@media (min-width: 991.01px) and (max-width: 1200px) {
  .v-lg {
    display: block !important;
  }
  .h-lg {
    display: none !important;
  }
}
@media (min-width: 1200.01px) and (max-width: 6000px) {
  .v-xl {
    display: block !important;
  }
  .h-xl {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .h-xssm {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .h-xssmmd {
    display: none !important;
  }
}
@media (min-width: 768.01px) and (max-width: 6000px) {
  .h-mdlgxl {
    display: none !important;
  }
}
@media (min-width: 991.01px) and (max-width: 6000px) {
  .h-lgxl {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  .h-botones01 {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 1320px) {
  .h-botones02 {
    display: none !important;
  }
}
@media (min-width: 1320.01px) and (max-width: 6000px) {
  .h-botones03 {
    display: none !important;
  }
}
.codarea {
  position: absolute;
  margin-top: 1px;
  padding-left: 12px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgb(150, 150, 150);
}
.dominioholder {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgb(150, 150, 150);
}
.public17 {
  font-size: 20px;
  color: gold;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.gridcontenedormodal10 {
  height: calc(100vh - 205px);
}
@media (min-width: 0) and (max-width: 768px) {
  .gridcontenedormodal10 {
    height: calc(100vh - 320px);
  }
}
@media (min-width: 768.01px) and (max-width: 991px) {
  .gridcontenedormodal10 {
    height: calc(100vh - 270px);
  }
}
.lp01 {
  width: 100%;
  height: 100%;
}
.lp02 {
  display: grid;
  padding-top: 10px;
  width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  justify-items: center;
}
.lp03 {
  text-align: center;
  color: black;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
  padding: 0 15px;
}
.lp03.lp11- {
  padding: 5px 15px 20px 15px;
  margin-top: 0;
  font-size: 26px;
  font-weight: normal;
}
.lp03.lp03- {
  text-align: center;
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 15px;
}
.lp04 {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin: 30px 0 20px 0;
}
.lp04- {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin: 0;
}
.lp04 img {
  width: 70vw;
}
.lp04- img {
  width: 70vw;
}
@media (min-width: 0) and (max-width: 1190px) {
  .lp03 {
    font-size: 26px;
  }
  .lp04- img {
    width: 100%;
    padding: 0 15px 0 15px;
  }
  .lp17,
  .lp117 {
    font-size: 20px !important;
  }
  .lp18,
  .lp118 {
    font-size: 16px !important;
  }
  .lp30 {
    width: 100% !important;
    height: auto !important;
    max-height: 250px;
    object-fit: contain;
  }
}
.lp05 {
  text-align: center;
  color: black;
  font-family: Gotham Medium;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.lp06 {
  color: #fcc606;
}
.lp106 {
  color: black;
  font-weight: bold;
}
.lp07 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #3f3e3e;
}
.lp08 {
  width: 780px;
}
.lp09 {
  display: grid;
  grid-template-columns: 35px 1fr;
}
.lp10 {
  background: orange;
}
.lp11 {
  text-align: center;
}
.lp12 {
  width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 30px 15px 20px 15px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.lp12 img {
  width: 100%;
}
.lp12- {
  width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 10px 15px 20px 15px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.lp12- img,
.lp12- video {
  width: 100%;
  box-shadow: 1px 1px 15px gray;
}
.lp13 {
  color: white;
  text-transform: uppercase;
}
.lp113 {
  color: black;
  text-transform: uppercase;
}
.lp14 {
  display: grid;
  width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  text-align: center;
  justify-items: center;
  align-items: center;
}
.lp114 {
  display: grid;
  width: 80vw;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  text-align: center;
  justify-items: center;
  align-items: center;
}
.lp15 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  box-shadow: 1px 0px 20px gray;
  background: white;
}

@media (min-width: 0) and (max-width: 768px) {
  .lp15 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 0) and (max-width: 679px) {
  .lp53 {
    grid-template-rows: 350px 50px !important;
  }
}
@media (min-width: 0) and (max-width: 1080px) {
  .lp02 {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    justify-items: center;
  }
  .lp07 {
    grid-template-columns: 1fr;
  }
  .lp12 {
    width: 100%;
  }
  .lp12- {
    width: 100%;
  }
  .lp14 {
    width: calc(100% - 40px) !important;
    margin: 0 20px 0 20px;
  }
  .lp38 {
    grid-template-columns: 1fr !important;
  }
  .lp50 {
    padding: 5px 15px 30px 15px !important;
    grid-template-columns: 1fr !important;
  }
}
.lp16 {
  padding: 20px;
  background: black;
}
.lp116 {
  padding: 20px;
  text-align: left;
}
.lp17 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #fcc606;
}
.lp117 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #fcc606;
}
.lp18 {
  font-size: 20px;
  text-align: left;
  color: white;
}
.lp118 {
  font-size: 20px;
  text-align: left;
  color: black;
}
.lp19 {
  font-size: 16px;
  display: block;
}
.lp20 {
  background: white;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 400px;
  align-self: center;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.lp20 video {
  width: 100%;
  height: 400px;
  padding: 0 10px;
}
.lp21 {
  width: calc(100% - 20px);
  height: 350px;
  border: 0.1px solid rgb(200 200 200);
}
.lp22 {
  font-size: 14px;
  color: white;
  display: block;
  padding: 5px 0 0 0;
}
.lp23 {
  background: white;
  display: grid;
  overflow: hidden;
  width: 100%;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding: 0 15px;
}
.lp24 {
  width: 100%;
  height: 550px;
  border: 0.1px solid rgb(200 200 200);
}
.lp25 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 20px;
  box-shadow: 1px 0px 20px gray;
}
.lp26 {
  padding: 20px;
  background: #21252d;
}
.lp27 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  color: #fcc606;
}
.lp28 {
  /*color: #fcc606;*/
  /*text-shadow: 1px 1px 2px black,1px 1px 2px black, 1px 1px 2px black;*/
  text-shadow: 1px 1px 2px black;
}
.lp29 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  color: black;
}
.lp30 {
  height: 300px;
  width: auto;
  filter: drop-shadow(3px 3px 3px #999);
}
.lp31 {
  text-align: center;
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 15px;
}
.lp32 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  display: grid;
  justify-content: center;
}
.lp32 img {
  width: auto;
  height: 150px;
  object-fit: contain;
}
.lp35 {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  box-shadow: 1px 0px 20px gray;
  background: white;
  min-height: 500px;
  width: 100%;
}
.lp36 {
  padding: 20px;
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  text-align: left;
}
.lp36- {
  padding: 0 0 20px 0;
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  text-align: left;
}
.lp37 {
  display: grid;
  grid-template-rows: 1fr 50px;
  background: rgb(255, 255, 200);
  width: 100%;
  align-items: center;
  line-height: 1.2;
  padding: 15px 15px 5px 15px;
  font-size: 16px;
  box-shadow: 3px 3px 10px rgb(220 220 220);
}
.lp37 .lp65 {
  text-align: center;
  font-weight: bold;
}
.lp37 img {
  height: 30px;
  display: block;
}
.lp41 {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
}
.lp42 {
  border-radius: 50%;
  border: var(--color04);
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: white;
}
.lp43 {
  font-size: 12px;
}
.lp44 {
  display: grid;
  align-self: start;
}
.lp47 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  width: 100%;
  padding: 15px;
}
.lp53 {
  display: grid;
  grid-template-rows: 190px 50px;
  text-align: center;
  grid-gap: 5px;
  width: 100%;
  color: black;
  cursor: pointer;
}
.lp53.lp53- {
  grid-template-rows: 190px 70px;
}
.lp53:hover {
  color: gold;
}
.lp53:hover .lp72 {
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.lp54 {
  border: 0.1px solid black;
  height: 100%;
  overflow: hidden;
  display: grid;
  justify-content: center;
  align-content: center;
}
.lp54 video {
  width: 100%;
}
.lp54 video:hover,
.lp20 video:hover {
  background: white;
  opacity: 0.5;
}
.lp47- .lp54 {
  display: block !important;
  justify-content: unset !important;
  align-content: unset !important;
}
.lp54:hover {
  box-shadow: 4px 4px 1px gray;
}
.lp54.lp54-:hover {
  box-shadow: 4px 4px 1px black;
}
.lp54 img {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}
.lp60 {
  width: 100%;
  height: 240px;
  display: grid;
  grid-template-rows: 1fr 40px;
}
.lp60 .lp65 {
  text-align: center;
  font-weight: bold;
  color: black;
}
.lp60 img {
  width: 100%;
}
.lp61 {
  border: 0.1px solid rgb(200 200 200);
}

.lp38 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  box-shadow: 1px 0px 20px gray;
  background: white;
  min-height: 500px;
  width: 100%;
  padding: 15px 25px 15px 25px;
  grid-gap: 10px;
}

.lp39 {
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-align: left;
}
.lp40 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  width: 100%;
}
.lp40 table:hover {
  box-shadow: 1px 1px 15px gray;
}
.lp45 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-top: 20px;
  background: white;
  width: 100%;
  grid-gap: 10px;
}
.lp46 {
  padding: 0 0 15px 0;
  background: white;
  text-align: left;
  font-size: 16px;
}
.lp48 {
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 1px 0px 20px gray;
  background: white;
  min-height: 500px;
  width: 100%;
  padding: 15px 25px 15px 25px;
  grid-gap: 10px;
}
.lp49 {
  height: 200px;
  width: auto;
  filter: drop-shadow(3px 3px 3px #999);
}
.lp50 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  height: auto;
  margin: 20px auto 0 auto;
  padding: 5px 0 0 0;
  text-align: center;
  justify-items: center;
  align-items: center;
  grid-gap: 15px;
  width: 100%;
}
.lp51 {
  width: 100%;
}
.lp52 {
  font-size: 6vw;
  font-weight: bold;
  color: black;
}
.lp55 {
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
  text-align: left;
  width: 100%;
}
.lp70 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
.lp70-- {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
  grid-gap: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
.lp100 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  width: 100%;
  padding: 15px;
}
.lp105 {
  border: var(--color04);
}
.lp110 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  grid-gap: 10px;
}
.lp71 {
  display: grid;
  grid-template-rows: 80px 1fr;
  position: relative;
  text-align: center;
  width: 100%;
  color: black;
  cursor: pointer;
}
.lp100 .lp71 {
  grid-gap: 5px;
}
.lp100 .lp105 {
  border: 1px solid black;
  width: 100%;
  overflow: hidden;
}
.lp105 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp70_ {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
.lp71_ {
  display: grid;
  grid-template-rows: 210px 1fr;
  position: relative;
  text-align: center;
  width: 100%;
  color: black;
  cursor: pointer;
}
.lp71-_ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
}
.lp71:hover {
  color: gold;
}
.lp72- {
  color: gold;
}
.lp53:hover .lp72- {
  color: white;
  text-shadow: 1px 1px 1px black, 2px 2px 1px black, 3px 3px 1px black, -1px -1px 1px black, 0 0 1px black;
}
.lp71:hover .lp72 {
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.lp71- {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.lp71-- {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.lp71:hover .lp71- {
  filter: drop-shadow(3.8px 3.8px 0.5px rgba(0, 0, 0, 1));
}
.lp71:hover .lp71-- {
  filter: invert(66%) sepia(97%) saturate(482%) hue-rotate(0deg) brightness(108%) contrast(106%);
}
.lp75 {
  text-align: center;
  color: black;
  font-family: Gotham Medium;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px;
}
.lp80 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0 15px 15px 15px;
  grid-gap: 15px;
}
.lp81 {
  display: grid;
  grid-template-rows: 300px auto;
  min-height: 400px;
  text-align: center;
  position: relative;
}
.lp82 {
  border: var(--color04);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.lp82:hover img {
  border: 5ps solid black !important;
}
.lp82- {
  position: absolute;
  top: 40px;
  left: -50px;
  width: 140px;
  filter: drop-shadow(2px 4px 6px black);
  z-index: 1;
}
.lp82-- {
  position: absolute;
  top: 40px;
  right: -50px;
  width: 140px;
  z-index: 1;
  filter: drop-shadow(2px 4px 6px black);
}
.lp82 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  transition: opacity 1s;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  6% {
    opacity: 1;
  }
  8% {
    opacity: 0;
  }
  94% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.lp82 img {
  animation: fade 10s infinite;
}
.lp82 img:nth-child(2) {
  animation-delay: 1s;
}
.lp82 img:nth-child(3) {
  animation-delay: 2s;
}
.lp82 img:nth-child(4) {
  animation-delay: 3s;
}
.lp82 img:nth-child(5) {
  animation-delay: 4s;
}
.lp82 img:nth-child(6) {
  animation-delay: 5s;
}
.lp82 img:nth-child(7) {
  animation-delay: 6s;
}
.lp82 img:nth-child(8) {
  animation-delay: 7s;
}
.lp82 img:nth-child(9) {
  animation-delay: 8s;
}
.lp82 img:nth-child(10) {
  animation-delay: 9s;
}
.lp85 {
  text-align: center;
  color: black;
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  padding: 0 15px;
}
.lp86 {
  color: #fcc606;
  text-shadow: 1px 1px 5px black, 1px 1px 5px black, 1px 1px 5px black;
}
.lp87 {
  font-size: 40px;
  font-weight: bold;
  color: black;
}
.lp88 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
  padding: 0 10px 10px 10px;
}
.lp81:hover img {
  opacity: 0.5;
}
.lp81:hover .lp87- {
  background: red;
}
.lp81:hover .lp87,
.lp81:hover .lp88 {
  color: #fcc606;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.lp90 {
  text-align: center;
  color: black;
  font-family: Gotham Medium;
  font-size: 25px;
  line-height: 1.2;
  padding: 10px;
}
.lp91 {
  text-align: center;
  color: black;
  font-family: Gotham Medium;
  font-size: 25px;
  line-height: 1.2;
  padding: 30px 10px 30px 10px;
}
.lp115 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  background: white;
  grid-gap: 50px;
}
.lp135 {
  padding: 20px 0 0 0;
}
.lp136 {
  padding: 20px 0 0 0;
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  text-align: left;
}
.lp137 {
  display: grid;
  background: rgb(255, 255, 200);
  width: 100%;
  align-items: center;
  line-height: 1.2;
  padding: 15px 15px 15px 15px;
  font-size: 16px;
  box-shadow: 3px 3px 10px rgb(220 220 220);
}
.lp137 img {
  height: 30px;
  display: block;
}
.lp141 {
  display: grid;
  align-self: start;
  font-size: 22px;
  font-weight: bold;
}
.lp142 {
  font-size: 18px;
  font-weight: normal;
}
.lp143 {
  font-size: 18px;
  font-weight: normal;
}
.lp144 {
  display: grid;
  align-self: start;
  font-size: 25px;
  font-weight: bold;
}
.lpweb01 {
  display: grid; 
  align-items: center; 
  justify-content: center; 
  height: 60px; 
  width: 100%; 
  background: red; 
  text-align: center; 
  font-size: 35px; 
  font-weight: bold; 
  color: white; 
  vertical-align: middle;
}
.lpweb03 {
  font-size: 50px; 
  font-weight: bold; 
  color: red; 
  padding: 10px 0 5px 0;
  text-align: center;
  line-height: 1.2;
}
.lpweb03 svg {
  width: 100px;
  height: 100px;
}
.lpweb04 {
  position: relative; 
  padding-left: 60px;
}
.lpweb05 {
  position: absolute; 
  left: -5px; 
  top: -13px;
}
.lpweb06 {
  font-size: 75px; 
  font-weight: bold; 
  line-height: 1; 
  text-align: center;
}
.lpweb09 {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  width: 100%;
}
.lpweb09 .panel {
  margin-bottom: 0;
}
.lpweb10 {
  font-size: 25px;
  font-weight: bold;
}
.lpweb11 {
  font-size: 18px;
}
.lpweb12 {
  display: grid; 
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  grid-gap: 10px;
}
.lpweb13 {
  list-style: 1;
  font-size: 22px; 
  font-weight: bold;
  padding-top: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  .lp115 {
    grid-template-columns: 1fr;
  }
  .lp85 {
    font-size: 50px;
  }
  .lp87 {
    font-size: 25px;
  }
  .lp88 {
    font-size: 18px;
    font-weight: normal;
  }
  .lp70-- {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 50px 10px !important;
  }
}
@media (min-width: 0) and (max-width: 1100px) {
  .lp82- {
    left: -25px;
  }
  .lp82-- {
    right: -25px;
  }
}
.chatsoporte {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #5fb924;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
  box-shadow: 0 3px 10px rgb(50 50 50);
  z-index: 500;
}
.chatsoporte:hover {
  background: gold;
}
.chatsoporte:hover img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.chatsoporte img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  /*filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);*/
}

.enviarpedido {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #5fb924;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
  box-shadow: 0 3px 10px rgb(50 50 50);
  z-index: 500;
}
.enviarpedido:hover {
  background: gold;
}
.enviarpedido:hover img {
  filter: none;
}
.enviarpedido img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.autofactura {
  position: fixed;
  bottom: 85px;
  right: 20px;
  background: red;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
  box-shadow: 0 3px 10px rgb(50 50 50);
  z-index: 500;
}
.autofactura:hover {
  background: gold;
}
.autofactura:hover img {
  filter: invert(0%) sepia(4%) saturate(7500%) hue-rotate(225deg) brightness(100%) contrast(104%);
}
.autofactura img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fcc606;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: grid;
  align-items: center;
  box-shadow: 0 3px 10px rgb(50 50 50);
  z-index: 500;
}
.chatbot:hover,
.chatbot:active {
  background: black;
}
.chatbot:hover img,
.chatbot:active img {
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.chatbot img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
}
.puntodeventa01 {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 15px 1fr 20px;
  grid-gap: 7px;
  height: 100vh;
  padding: 3px 5px;
  background: #ffec5c; /* fallback for old browsers */
}
.puntodeventa21 {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 50px);
  display: grid;
  justify-items: center;
  align-items: center;
}
.puntodeventa65 td {
  height: 16px;
  line-height: 1.3;
  font-family: interui;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: right;
  border: transparent;
  border-left: transparent;
}
.puntodeventa78 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 65px 1fr 80px;
  grid-gap: 7px;
  height: 100%;
}
.puntodeventa81 {
  overflow: auto;
  background: white;
  border: var(--color04);
  position: relative;
}
.puntodeventa100 {
  display: grid;
  grid-template-columns: 75fr 25fr;
  grid-gap: 10px;
}
.puntodeventa101 {
  border: 0.1px solid rgb(200 200 200);
}
.paginadeenlaces01 {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  justify-items: center;
  margin-top: 70px;
}
.paginadeenlaces02 {
  margin: 20px 0 20px 0;
}
.paginadeenlaces02 img {
  border: 0.1px solid rgb(200 200 200);
  width: calc(100vw - 40px);
  max-width: 200px;
}
.paginadeenlaces03 {
  margin: 10px 0 10px 0;
}
.paginadeenlaces03 img {
  border: 0.1px solid rgb(200 200 200);
  width: 50vw;
}
.paginadeenlaces04 {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: center;
  grid-gap: 10px;
  text-align: center;
  font-size: 16px;
}
.paginadeenlaces05 {
  display: grid;
  align-content: center;
  justify-self: center;
  border: 0.1px solid #21252d;
  background: #21252d;
  color: white;
  width: calc(100vw - 40px);
  min-height: 50px;
  max-width: 600px;
  cursor: pointer;
  line-height: 1.2;
  box-shadow: 1px 1px 15px rgb(180 180 180);
  padding: 10px 0 10px 0;
  transition: background 0.6s ease-out;
}
.paginadeenlaces05:hover {
  background: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937);
  border: 0.1px solid rgb(200 200 200);
  color: #21252d;
}
@media (min-width: 0) and (max-width: 991px) {
  .paginadeenlaces04 {
    font-size: 20px;
  }
  .paginadeenlaces05 {
    width: calc(100vw - 40px);
    min-height: 60px;
    max-width: 800px;
  }
  .paginafx04 {
    font-size: 20px !important;
  }
  .paginadeenlaces05 {
    min-height: 45px !important;
  }
  .paginadeenlaces07 span {
    font-size: 20px;
  }
  .paginadeenlaces08 span {
    font-size: 20px;
  }
}
.paginadeenlaces05:active {
  background: red;
}
.paginadeenlaces06 {
  position: relative;
  width: auto;
  display: grid;
  align-self: center;
  justify-self: center;
}
.paginadeenlaces06 img {
  position: absolute;
  left: -25px;
  top: 2px;
  height: 20px;
  padding-right: 10px;
  filter: invert(100%) sepia(0) saturate(7488%) hue-rotate(36deg) brightness(86%) contrast(80%);
}
.paginadeenlaces07 {
  display: grid;
  font-size: 20px;
  text-align: center;
  width: calc(100vw - 40px);
  max-width: 800px;
  margin-bottom: 20px;
  align-items: center;
  justify-items: center;
}
.paginadeenlaces07 span {
  font-size: 16px;
  line-height: 1.2;
}
.paginadeenlaces08 {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 130px;
  margin-bottom: 25px;
}
.paginadeenlaces08 span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  width: calc(100vw - 40px);
  padding: 10px;
}
.paginadeenlaces08 img {
  width: calc(100vw - 40px);
  max-width: 400px;
  padding-bottom: 15px;
}
.paginadeenlaces09 {
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.paginadeenlaces10 {
}
.paginafx03 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 130px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  justify-items: center;
  height: 100vh;
}
.paginafx04 {
  position: relative;
  top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: start;
  grid-gap: 10px;
  text-align: center;
  font-size: 16px;
}
.paginafx12 {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 120px;
  background: white;
  color: black;
}
.paginafx13 {
  font-size: 20px;
}
.paginafx12 img {
  width: 250px;
  max-width: 400px;
}
.paginafx14 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}
.paginafx15 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 5px;
  padding: 10px;
  position: relative;
  top: 60px;
}
.paginafx16 {
  overflow: hidden;
  height: 150px;
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.paginafx16:hover,
.paginafx16:active {
  opacity: 0.5;
}
.paginafx16 img {
  min-width: 100%;
  max-width: 150px;
  min-height: 100%;
  max-height: 150px;
  height: auto;
  object-fit: cover;
}
.paginafx20 {
}
.paginafx21 {
  position: fixed;
  top: 60px;
  left: 0;
  margin: 10px;
}
.paginafx25 {
  display: grid;
  padding: 10px;
  position: relative;
  top: 60px;
}
.paginafx27 {
  height: 150px;
  border: var(--color04);
  margin-top: 10px;
}
.paginafx28 {
  padding: 10px 10px;
}
.paginafx29 {
  padding: 5px 0 5px 0;
  font-weight: bold;
}
.paginafx30 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  grid-gap: 10px;
}
.paginafx31 {
  height: 40vw;
  border: var(--color04);
}
.paginafx35 {
  padding: 0 0 5px 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.paginafx35 img {
  height: 15px;
  padding: 0 5px;
}
.modal {
  overflow-y: overlay !important;
  height: 100%;
}
.modal:active,
.modal:hover {
  overflow-y: overlay !important;
  height: 100%;
  scrollbar-width: thin;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.modal20 .modal-content {
  width: 100vw;
  height: 100vh;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog.modal-lg,
.modal-dialog.modal-md,
.modal-dialog.modal-sm,
.modal-dialog.modal-xl,
.modal-dialog.modal-xs {
  position: relative;
  width: auto;
  height: 100%;
  padding: 20px 20px 20px 20px;
  display: grid;
  align-content: center;
  justify-content: center;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 0) and (max-width: 991px) {
.modal-dialog.modal-xl.facturamaxfood30 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: none !important;
}
.modal-dialog.modal-xl.facturamaxfood30 .modal-content-wrapper {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
}
}
.modal-dialog.modal-lgx,
.modal-dialog.modal-mdx,
.modal-dialog.modal-smx,
.modal-dialog.modal-xlx,
.modal-dialog.modal-xsx {
  position: relative;
  width: auto;
  padding: 20px 20px 20px 20px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.modal-xs .modal-content-wrapper,
.modal-sm .modal-content-wrapper,
.modal-lg .modal-content-wrapper,
.modal-xl .modal-content-wrapper {
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
}
.modal-xs .modal-content-wrapper {
  max-width: 200px;
  max-height: 600px;
}
.modal-sm .modal-content-wrapper {
  max-width: 300px;
  max-height: 600px;
}
.modal-lg .modal-content-wrapper {
  max-width: 900px;
  max-height: 600px;
}
.modal-xl .modal-content-wrapper {
  max-width: 1400px;
  max-height: 800px;
}
.modal-xs .modal-content,
.modal-sm .modal-content,
.modal-lg .modal-content,
.modal-xl .modal-content {
  height: 100%;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: var(--color04);
  outline: 0;
  box-shadow: 0 1px 15px rgb(100 100 100);
}
.modal01 {
  display: grid;
  grid-template-columns: 1fr 350px;
  height: 100%;
}
.modal02 {
  position: relative;
  background: black;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.modal16 {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.modal03 {
  padding: 10px;
}
.modal04 {
  display: grid;
  grid-template-rows: 150px 1fr 40px;
  font-size: 12px;
  height: 100%;
}
.modal05 {
  display: grid;
  grid-template-columns: 30px 1fr 100px;
  align-items: center;
  grid-gap: 5px;
}
.modal06 {
}
.modal07 {
  display: grid;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
  border: var(--color04);
}
.modal07:hover {
  color: red;
  background: rgb(240 240 240);
  transition: 0.5s;
}
.modal08 {
}
.modal09 {
  font-size: 12px;
  line-height: 1.2;
}
.modal10 {
}
.modal11 {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  border: var(--color04);
}
.modal11 img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.modal12 {
  font-weight: bold;
  cursor: pointer;
}
.modal12:hover {
  color: red;
}
.modal13 {
  display: grid;
  align-items: center;
  position: absolute;
  right: 10px;
  width: 40px;
  height: 100%;
}
.modal14 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  width: 40px;
  height: 80px;
  grid-gap: 5px;
}
.modal14 div {
  display: grid;
  align-content: center;
  justify-content: center;
  background: rgb(50 50 50);
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.modal14 div:hover {
  background: gold;
  transition: 0.5s;
}
.modal15 {
  padding: 10px 0 0 0;
}
.modal30 {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 5px;
  color: white;
}
.modal31 {
}
.modal32 {
}
.modal33 {
}
.modal34 {
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 15px 20px 15px;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal .close {
  position: absolute;
  right: 25px;
  top: 15px;
}
.modal .close:focus {
  outline: 0;
}
.modal .modal-content {
  box-shadow: 0 1px 15px rgb(100 100 100);
}
.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 15px 20px 15px 20px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.modal .modal-header p {
  color: #8b91a0;
}
.modal .modal-body {
  box-shadow: none;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  white-space: normal;
}
/*.menuqr01 .modal-body {
  height: calc(100vh - 2px);
}*/
.menuqr01 .facturamaxfood43 {
  margin-top: 20px;
  border: var(--color04);
}
.menuqr01 .facturamaxfood42- {
  display:grid; 
  grid-template-columns: 1fr 1fr; 
  grid-gap: 20px;
  padding: 0 0 10px 0;
}
@media (min-width: 0) and (max-width: 768px) {
.menuqr01 .facturamaxfood42- {
  grid-template-columns: 1fr;
}
}
.modal-body {
  margin: 0 0;
}
.modal-lg .modal-body > div,
.modal-lgx .modal-body > div,
.modal-md .modal-body > div,
.modal-mdx .modal-body > div,
.modal-sm .modal-body > div,
.modal-smx .modal-body > div,
.modal-xl .modal-body > div,
.modal-xlx .modal-body > div,
.modal-xs .modal-body > div,
.modal-xsx .modal-body > div {
  overflow: auto;
  max-height: 80vh;
}
.iconos10 {
  height: 15px;
  padding-right: 5px;
  filter: invert(80%) sepia(100%) saturate(2%) hue-rotate(175deg) brightness(109%) contrast(100%);
}
.iconos11 {
  height: 13px;
  padding-right: 5px;
}
.iconos12 {
  height: 16px;
  position: relative;
  top: -1px;
  padding-left: 10px;
}
.iconos13 {
  height: 16px;
  padding-right: 5px;
}
.iconos14 {
  height: 16px;
  padding-right: 5px;
  position: absolute;
  top: 3px;
  z-index: 2;
}
.iconos14- {
  height: 16px;
  padding-right: 5px;
  top: 3px;
  z-index: 2;
}
.iconos16 {
  height: 16px;
  padding-right: 5px;
  position: absolute;
  top: 3px;
  z-index: 1;
}
.iconos15 {
  height: 30px;
  margin: 5px 15px 5px 15px;
}
.iconos15:hover,
.iconos15:active {
  filter: invert(78%) sepia(77%) saturate(2606%) hue-rotate(358deg) brightness(110%) contrast(98%);
}
.iconos18 {
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  filter: invert(80%) sepia(100%) saturate(2%) hue-rotate(223deg) brightness(105%) contrast(101%);
  cursor: pointer;
  z-index: 2;
}
.iconos18:hover {
  filter: invert(91%) sepia(28%) saturate(7500%) hue-rotate(352deg) brightness(97%) contrast(102%);
}
.iconos19 {
  height: 32px;
  filter: invert(80%) sepia(100%) saturate(2%) hue-rotate(223deg) brightness(105%) contrast(101%);
  cursor: pointer;
  z-index: 2;
}
.iconos19:hover {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(103%) contrast(106%);
}
.iconos20 {
  height: 20px;
  filter: invert(80%) sepia(100%) saturate(2%) hue-rotate(223deg) brightness(105%) contrast(101%);
  cursor: pointer;
  z-index: 2;
}
.iconos20:hover {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(103%) contrast(106%);
}
.iconos21 {
  height: 120px;
  padding-bottom: 10px;
}
.iconos48 {
  position: relative;
  top: 0;
  right: 15px;
  height: 18px !important;
  width: 26px !important;
  filter: invert(0) sepia(96%) saturate(18%) hue-rotate(34deg) brightness(91%) contrast(109%);
  z-index: 1;
}
.iconos49 {
  position: relative;
  top: 0;
  right: -10px;
  height: 18px !important;
  width: 26px !important;
  filter: invert(0) sepia(96%) saturate(18%) hue-rotate(34deg) brightness(91%) contrast(109%);
  z-index: 1;
}
/* menu public */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #21252d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 1px 0 10px white;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 1s;
  white-space: nowrap;
}
.sidenav a:hover,
.sidenav a:active {
  color: #fcc606;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
}
.paginafx01 {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 8px rgba(124, 124, 124);
  background: #fcc606;
  z-index: 100;
}
.paginafx02 {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
.paginafx02:active {
  background: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937);
  transition: opacity 0.6s ease-out;
}
.paginafx02 img {
  width: auto;
  height: 20px;
  filter: invert(39%) sepia(0) saturate(2384%) hue-rotate(348deg) brightness(55%) contrast(89%);
}
/*.gridmosaicocategorias {
  display: grid;
  grid-auto-columns: 70px;
  grid-auto-flow: column;
  grid-gap: 5px;
  overflow-x: auto;
  padding: 0 0 0 2px;
  align-items: center;
  width: calc(100vw - 20px);
}*/
.gridmosaicocategorias > div:not(.todos01)  {
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  vertical-align: top;
  width: 100%;
  opacity: 1;
  border-radius: 10px;
  cursor: pointer;
}
.todos01 img {
  filter: none !important;
}
.gridmosaicocategorias > div:hover {
  outline: 2px solid #fcc606;
  border-radius: 0;
}
.gridmosaicocategorias > div:hover img,
.gridmosaicocategorias > div:hover h5 {
  opacity: 0.6;
}
.gridmosaicocategorias img {
  object-fit: cover;
  padding: 5px 0 0 0;
  filter: drop-shadow(3px 3px 3px #999);
  -webkit-filter: drop-shadow(3px 3px 3px #999);
  width: 40px;
  height: auto;
}
.facturamaxfood100 {
  filter: none !important;
  -webkit-filter: none !important;
}
.gridmosaicocategorias h5 {
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.plancontratado05 {
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}
.plancontratado06 {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}
.plancontratado06 tr {
  line-height: 1.2;
}
.plancontratado07 {
  background-color: #daeffd;
  border-bottom: 1px solid rgb(230 230 230);
}
.plancontratado08 {
  border-left: var(--color04);
  border-right: var(--color04);
  border-bottom: var(--color04);
}
.plancontratado09 {
  width: 100%;
  overflow-x: auto;
  padding: 0;
}
.plancontratado60 {
  display: grid;
  grid-template-columns: 60px 1fr 1.5fr;
  grid-gap: 5px;
  margin-top: 20px;
}
.plancontratado61 {
  display: grid;
  justify-items: center;
  align-items: center;
}
.plancontratado61 img {
  width: auto;
  height: 45px;
}
.plancontratado62 {
  display: grid;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: black;
  line-height: 1.3;
}
.plancontratado62 div:hover {
  cursor: pointer;
  color: gold;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000;
}
.plancontratado62 img {
  display: block;
  width: auto;
  height: 15px;
}
.plancontratado63 {
  width: 100%;
}
.plancontratado63 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.plancontratado63 tr:first-child {
  border: 0.1px solid gray;
  box-shadow: 2px 2px 10px gray;
}
.plancontratado63 tr:nth-child(odd) {
  background: #daeffb;
}
.plancontratado63 th {
  width: 33.33%;
  background: #7acaff;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  padding: 2px 0 1px 0;
}
.plancontratado60 td {
  text-align: center;
}
.plancontratado63 th:first-child,
.plancontratado63 td:first-child {
  text-align: left;
  padding-left: 5px;
}
.precios05 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.precios11 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 15px;
}
.precios25 {
  display: grid;
  justify-content: center;
  align-content: center;
}
.precios15 img {
  width: 235px;
}
.precios16 {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.precios06 {
  display: grid;
  grid-template-rows: auto 70px 50px 35px 1fr;
  position: relative;
  border: var(--color04);
  padding: 15px;
  line-height: 1.2;
  /*height: calc(100% + 50px);*/
  height: 100%;
}
.precios06- {
  display: grid;
  grid-template-rows: 30px 180px 45px 35px;
  position: relative;
  border: var(--color04);
  padding: 15px;
  line-height: 1.2;
  /*height: calc(100% + 50px);*/
  height: 100%;
}
.precios07 {
  font-size: 25px;
  font-weight: bold;
  /*white-space: nowrap;*/
  z-index: 1;
}
.precios07- {
  font-size: 17px;
  font-weight: bold;
  z-index: 1;
}
.precios08 {
  font-size: 15px;
}
.precios09 {
  font-size: 40px;
  font-weight: bold;
}
.precios09 span {
  font-size: 18px;
  font-weight: normal;
}
.precios10 {
  font-size: 15px;
}
.precios12 div {
  height: 20px;
}
.precios13 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: calc(100% - 20px);
  height: 50px;
  margin: 0 10px 0 10px;
}
.precios19 {
  display: grid;
  width: 100%;
  align-content: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
.precios20 {
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  align-items: center;
  justify-content: center;
}
.precios21 {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  height: 50px;
  border: var(--color04);
  min-width: 150px !important;
}
.precios22 {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  height: 50px;
  border-top: var(--color04);
  border-bottom: var(--color04);
  border-right: var(--color04);
}
.precios21:hover,
.precios22:hover {
  font-weight: bold;
  background: linear-gradient(to bottom, #ffec77, #ffed74, #ffed71, #ffee6d, #ffef6a);
}
.precios23 {
  font-weight: bold;
  background: linear-gradient(to bottom, #ffec77, #ffed74, #ffed71, #ffee6d, #ffef6a);
}
.precios25 {
  display: grid;
  grid-template-columns: 120px 120px;
  align-content: center;
  justify-content: center;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
}
.precios26 {
  text-align: center;
  color: #000;
  cursor: pointer;
}
.precios26:hover {
  font-weight: bold;
}
.precios26.active {
  font-weight: bold;
}
.ppfmax01 {
  display: grid;
  grid-template-rows: 60px 1fr;
}
.ppfmax02 {
}
.ppfmax03 {
}
.ppfmax10 {
  padding: 10px 30px 0 30px;
}
.ppfmax15 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 5px;
  padding: 15px 0;
  position: relative;
}
.ppfmax16 {
  overflow: hidden;
  height: 150px;
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.ppfmax16:hover,
.ppfmax16:active {
  opacity: 0.5;
}
.ppfmax16 img {
  min-width: 100%;
  max-width: 150px;
  min-height: 100%;
  max-height: 150px;
  height: auto;
  object-fit: cover;
}
.ppfmax20 {
  margin-top: 20px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
  width: 80vw;
  max-width: 1080px;
}
.ppfmax21 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.ppfmax22 {
  display: grid;
  align-items: center;
  justify-items: center;
}
.ppfmax23 {
  display: grid;
  align-self: center;
  justify-self: center;
  height: auto;
  /*width: calc(100% - 50px);*/
  padding-bottom: 10px;
  filter: drop-shadow(3px 3px 3px #999);
}
.ppfmax23 img {
  height: auto;
  width: 100%;
  padding: 0 15px;
}
.ppfmax25 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-content: start;
  grid-gap: 10px;
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
}
.ppfmax26 {
  display: grid;
  align-content: center;
  justify-self: center;
  border: 0.1px solid #21252d;
  background: #21252d;
  color: white;
  width: calc(100vw - 40px);
  min-height: 50px;
  max-width: 600px;
  cursor: pointer;
  line-height: 1.2;
  box-shadow: 1px 1px 15px rgb(180 180 180);
  padding: 10px 0 10px 0;
  transition: background 0.6s ease-out;
}
.ppfmax26:hover {
  background: linear-gradient(to bottom, #ffe125, #ffe32a, #fee52e, #fee733, #fee937);
  border: 0.1px solid rgb(200 200 200);
  color: #21252d;
}
.ppfmax27 {
  position: relative;
  width: auto;
  display: grid;
  align-self: center;
  justify-self: center;
}
.ppfmax27 img {
  position: absolute;
  left: -25px;
  top: 2px;
  height: 20px;
  padding-right: 10px;
  filter: invert(100%) sepia(0) saturate(7488%) hue-rotate(36deg) brightness(86%) contrast(80%);
}
.ppfmax40 {
  padding: 0 10px 10px 10px;
}
.ppfmax41 {
  padding: 5px 0 5px 0;
  font-weight: bold;
}
.ppfmax42 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  grid-gap: 10px;
}
.ppfmax43 {
  height: 48vw;
  border: var(--color04);
  cursor: pointer;
}
.ppfmax43:hover,
.ppfmax43:active {
  opacity: 0.5;
}
.ppfmax43 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppfmax50 {
  display: grid;
  justify-items: center;
  align-items: center;
}
.ppfmax50 img {
  width: 250px;
  padding-bottom: 15px;
}
.pfmax01 {
  display: grid;
  grid-template-rows: 75px 1fr 50px 1fr;
}
.pfmax03- {
  display: grid;
  align-items: center;
  justify-items: center;
}
.pfmax08 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  max-width: 80vw;
  padding: 0;
}
.pfmax09 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-items: center;
}
.pfmax09- {
  display: grid;
  grid-template-columns: 180px 1fr;
  width: 100%;
  height: 100%;
}
.pfmax10 {
  width: 180px;
  height: 100%;
  overflow: hidden;
  /*border: var(--color04);*/
}
.pfmax10 img {
  width: 180px;
  height: 100%;
  object-fit: cover;
}
.pfmax11 {
  display: grid;
  align-self: center;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.pfmax12 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  align-self: center;
  justify-self: center;
}
.pfmax12- {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.pfmax13,
.pfmax14 {
  display: grid;
  grid-template-columns: 23px 1fr;
  cursor: pointer;
}
.pfmax13 a,
.pfmax14 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.public87- {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr !important;
}
.public87- video {
  display: grid;
  align-self: center;
  justify-self: center;
  height: 100%;
  width: calc(100% - 50px);
  padding: 0 1px 0 0;
  border: var(--color04);
  /*filter: drop-shadow(3px 3px 3px #999);*/
}
.nobdr01 {
  border: none !important;
}
@media (min-width: 0) and (max-width: 991px) {
  .public85 {
    grid-template-columns: 1fr;
  }
  .precios20 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .precios11 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .precios15 img {
    width: 100%;
    max-width: 250px;
    max-height: 200px;
  }
}
@media (min-width: 768.01px) and (max-width: 991px) {
  .pfmax08 {
    grid-template-columns: 1.5fr 1fr;
    max-width: 100vw;
  }
  .public85 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  .precios05 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .public87- video {
    width: 100%;
  }
  .pfmax08 {
    grid-template-columns: 1fr;
    max-width: 100vw;
  }
  .pfmax09- {
    max-width: 60% !important;
    grid-template-columns: 120px 1fr;
  }
  .pfmax10 {
    width: 120px !important;
  }
  .pfmax10 img {
    width: 120px !important;
  }
  .pfmax11 {
    font-size: 14px !important;
  }
  .pfmax12 {
    padding: 15px 5px 5px 5px !important;
    max-width: 70vw;
  }
  .pfmax13 a,
  .pfmax14 a {
    font-size: 14px !important;
  }
  .pfmax20 {
    font-size: 20px !important;
  }
  .precios21 {
    font-size: 16px !important;
    height: 50px;
    min-width: 130px !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .pfmax12 {
    max-width: 90vw !important;
  }
  .pfmax09- {
    max-width: 100% !important;
  }
}
.pfmax13:hover .iconos14,
.pfmax14:hover .iconos14 {
  filter: invert(83%) sepia(17%) saturate(4641%) hue-rotate(358deg) brightness(102%) contrast(98%) !important;
}
.pfmax13:hover .iconos16,
.pfmax14:hover .iconos16 {
  filter: drop-shadow(1px 1px 0 #000);
}
.pfmax13:hover a,
.pfmax14:hover a {
  color: gold;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 1px #000, -1px -1px 1px #000, 0 0 1px #000 !important;
}
.pfmax17 {
  display: grid;
  grid-template-rows: 25px 25px 25px 25px;
}
.pfmax18 {
  position: relative;
}
.pfmax20 {
  font-size: 24px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
}
.pfmax21 {
  font-weight: normal;
  line-height: 1.2;
}
.pfmax22 {
  font-weight: normal;
  line-height: 1.2;
}
.pfmax23 {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  color: black;
}
.pfmax23 a {
  color: black;
  padding-right: 10px;
}
.pfmax23 a:hover {
  opacity: .5;
  text-shadow: 1px 1px 1px black;
}
.pfmax30 {
}
.pfmax40 {
}
.pfmax50 {
}
.pfmaxmenu01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 10px;
}
.pfmaxmenu02 {
  display: grid;
  grid-template-rows: 160px 1fr;
  cursor: pointer;
}
.pfmaxmenu02:hover:not(.iconos17) {
  opacity: 0.6;
}
.pfmaxmenu03 {
  overflow: hidden;
}
.pfmaxmenu03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pfmaxmenu04 {
  position: relative;
}
.pfmaxmenu05 {
  font-weight: bold;
}
.pfmaxmenu06 {
  width: 100%;
  table-layout: fixed;
}
.pfmaxmenu07 {
  width: 70%;
}
.pfmaxmenu08 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
.pfmaxmenu09 {
  width: 30%;
  text-align: right;
}
.iconos17 {
  width: 30px;
}
.iconos17:hover {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(0%) contrast(103%);
}
.pfmaxmenu10 {
  padding: 0 10px;
}
.pfmaxmenu20 {
  position: sticky;
  top: 58px;
  background: white;
  z-index: 1;
}
.distribuidores04 {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 10px 0 10px 0;
}
.distribuidores05 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 10px;
}
.distribuidores06 {
  border: var(--color04);
  min-height: 100px;
  padding: 10px;
  text-align: center;
}
.distribuidores07 img {
  width: 150px;
  margin: 5px 0 10px 0;
}
.distribuidores08 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.distribuidores12 {
  padding-top: 15px;
}
circle {
  stroke: red; 
  stroke-width: 2px;
  stroke-opacity: 1;
}
.pulse {
  fill: white;
  fill-opacity: 0;
  transform-origin: 50% 50%;
  animation-duration: 2s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  from {
    stroke-width: 3px;
    stroke-opacity: 2;
    transform: scale(1.3);
  }
  to {
    stroke-width: 0;
    stroke-opacity: 0;
    transform: scale(3);
  }
}
.gridwebinar01 {
  border: none !important;
  box-shadow: none !important;
  height: 100vh !important;
}
.gridwebinar02 {
  height: 100vh !important;
}
.gridwebinar14 .artplayer-app4 {
  height: 100vh !important;
}
.ppfmax52 {
  padding: 15px 0;
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
  text-align: left;
}
.piedepagina {
  margin: 0 !important;
}
.piedepagina10 {
  bottom: -200px!important;
}