.bunta-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.bunta-button {
  display: inline-block;
  font-weight: bold;
  height: 32px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 0 2px;
  font-size: 14px !important;
  outline: none;
  box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
}
.bunta-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease-in-out;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .bunta-close {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .bunta-close {
    background-color: rgba(255,255,255,0.1);
  }
}
.bunta-close:hover {
  background-color: rgba(255,255,255,0.1);
}
.bunta[data-bunta-theme='white'] .bunta-close,
.bunta[data-bunta-theme='sunflower'] .bunta-close,
.bunta[data-bunta-theme='sunlight'] .bunta-close,
.bunta[data-bunta-theme='clouds'] .bunta-close,
.bunta[data-bunta-theme='silver'] .bunta-close,
.bunta[data-bunta-theme='concrete'] .bunta-close,
.bunta[data-bunta-theme='asbestos'] .bunta-close {
  color: #000;
}
@media only screen and (max-width: 576px) {
  .bunta[data-bunta-theme='white'] .bunta-close,
  .bunta[data-bunta-theme='sunflower'] .bunta-close,
  .bunta[data-bunta-theme='sunlight'] .bunta-close,
  .bunta[data-bunta-theme='clouds'] .bunta-close,
  .bunta[data-bunta-theme='silver'] .bunta-close,
  .bunta[data-bunta-theme='concrete'] .bunta-close,
  .bunta[data-bunta-theme='asbestos'] .bunta-close {
    background-color: rgba(0,0,0,0.1);
  }
}
.bunta[data-bunta-theme='white'] .bunta-close:hover,
.bunta[data-bunta-theme='sunflower'] .bunta-close:hover,
.bunta[data-bunta-theme='sunlight'] .bunta-close:hover,
.bunta[data-bunta-theme='clouds'] .bunta-close:hover,
.bunta[data-bunta-theme='silver'] .bunta-close:hover,
.bunta[data-bunta-theme='concrete'] .bunta-close:hover,
.bunta[data-bunta-theme='asbestos'] .bunta-close:hover {
  background-color: rgba(0,0,0,0.1);
}
.bunta[data-bunta-style='tres'] .bunta-close,
.bunta[data-bunta-style='cuatro'] .bunta-close {
  top: 0;
  right: 0;
  border-radius: 0 3px 0 3px;
}
.bunta-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  z-index: 1;
}
.bunta-container.bunta-none {
  padding: 0 !important;
}
.bunta-container::-webkit-scrollbar-track {
  border-radius: 10px;
}
.bunta-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.1);
}
.bunta-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255,255,255,0.5);
}
.bunta-container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 576px) {
  .bunta-container {
    width: 540px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .bunta-container.bunta-wide {
    width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .bunta-container.bunta-wide {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .bunta-container.bunta-wide {
    width: 1140px;
  }
}
.bunta input,
.bunta button,
.bunta textarea {
  font-family: inherit;
}
.bunta-form input,
.bunta-form textarea {
  display: block;
  width: 100%;
}
.bunta-form input,
.bunta-form textarea {
  outline: none;
}
.bunta-group {
  position: relative;
  margin: 0 0 15px;
}
.bunta-group.bunta-left .bunta-button,
.bunta-group.bunta-center .bunta-button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.bunta-group.bunta-right .bunta-button {
  margin-left: 10px;
  margin-bottom: 10px;
}
.bunta-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  margin: 30px 0;
}
.bunta-divider:before,
.bunta-divider:after {
  content: '';
  height: 2px;
  background-color: rgba(255,255,255,0.15);
  display: block;
  border-radius: 2px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin: 0 10px;
}
.bunta-divider + .bunta-inline {
  margin-top: 15px !important;
}
.bunta[data-bunta-theme='white'] .bunta-divider {
  color: #000;
}
.bunta[data-bunta-theme='white'] .bunta-divider:before,
.bunta[data-bunta-theme='white'] .bunta-divider:after {
  background-color: rgba(0,0,0,0.15);
}
.bunta-inline {
  position: relative;
  margin: 35px 0 15px;
  display: -ms-flexbox;
  display: flex;
}
.bunta-inline .bunta-button {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.bunta-fly {
  position: absolute;
  top: 0px;
  right: 0px;
}
.bunta-input,
.bunta-textarea {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1) !important;
  height: 43px;
  line-height: 41px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-size: 14px;
  box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  box-sizing: border-box;
}
.bunta-input.bunta-circle,
.bunta-textarea.bunta-circle {
  border-radius: 43px;
  padding-left: 25px;
  padding-right: 25px;
}
.bunta-textarea {
  height: 130px;
  padding-top: 10px;
  line-height: 20px;
}
.bunta-textarea::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.1);
}
.bunta-textarea::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0,0,0,0.1);
}
.bunta-textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
}
[data-bunta-opacity='0'] {
  opacity: 0;
}
[data-bunta-opacity='10'] {
  opacity: 0.1;
}
[data-bunta-opacity='20'] {
  opacity: 0.2;
}
[data-bunta-opacity='30'] {
  opacity: 0.3;
}
[data-bunta-opacity='40'] {
  opacity: 0.4;
}
[data-bunta-opacity='50'] {
  opacity: 0.5;
}
[data-bunta-opacity='60'] {
  opacity: 0.6;
}
[data-bunta-opacity='70'] {
  opacity: 0.7;
}
[data-bunta-opacity='80'] {
  opacity: 0.8;
}
[data-bunta-opacity='90'] {
  opacity: 0.9;
}
[data-bunta-opacity='100'] {
  opacity: 1;
}
.bunta-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  cursor: pointer;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='bunta'],
.bunta[data-bunta-style='dos'][data-bunta-theme='bunta'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='bunta'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='bunta'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='bunta'] .bunta-container {
  color: #fff;
  background: linear-gradient(135deg, #e7275f 0%, #e74743 100%);
}
.bunta-button[data-bunta-theme='bunta'] {
  color: #fff;
  background: linear-gradient(135deg, #e7275f 0%, #e74743 100%);
  border-color: transparent;
}
.bunta-button[data-bunta-theme='bunta']:hover,
.bunta-button[data-bunta-theme='bunta']:focus,
.bunta-button[data-bunta-theme='bunta']:active {
  color: #fff;
  background: linear-gradient(135deg, #db1851 0%, #e42d29 100%);
}
.bunta-button[data-bunta-theme='bunta']:active:hover,
.bunta-button[data-bunta-theme='bunta']:active:focus {
  color: #fff;
  background: linear-gradient(135deg, #ca164b 0%, #db211c 100%);
}
.bunta-button[data-bunta-theme='bunta']:disabled:focus,
.bunta-button[data-bunta-theme='bunta']:disabled:hover {
  background: linear-gradient(135deg, #e7275f 0%, #e74743 100%);
}
.bunta[data-bunta-style='uno'][data-bunta-theme='white'],
.bunta[data-bunta-style='dos'][data-bunta-theme='white'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='white'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='white'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='white'] .bunta-container {
  color: #000;
  background: #fff;
}
.bunta-button[data-bunta-theme='white'] {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.bunta-button[data-bunta-theme='white']:hover,
.bunta-button[data-bunta-theme='white']:focus,
.bunta-button[data-bunta-theme='white']:active {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.bunta-button[data-bunta-theme='white']:active:hover,
.bunta-button[data-bunta-theme='white']:active:focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.bunta-button[data-bunta-theme='white']:disabled:focus,
.bunta-button[data-bunta-theme='white']:disabled:hover {
  background-color: #fff;
  border-color: #fff;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='black'],
.bunta[data-bunta-style='dos'][data-bunta-theme='black'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='black'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='black'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='black'] .bunta-container {
  color: #fff;
  background: #000;
}
.bunta-button[data-bunta-theme='black'] {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.bunta-button[data-bunta-theme='black']:hover,
.bunta-button[data-bunta-theme='black']:focus,
.bunta-button[data-bunta-theme='black']:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.bunta-button[data-bunta-theme='black']:active:hover,
.bunta-button[data-bunta-theme='black']:active:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.bunta-button[data-bunta-theme='black']:disabled:focus,
.bunta-button[data-bunta-theme='black']:disabled:hover {
  background-color: #000;
  border-color: #000;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='primary'],
.bunta[data-bunta-style='dos'][data-bunta-theme='primary'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='primary'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='primary'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='primary'] .bunta-container {
  color: #fff;
  background: #0275d8;
}
.bunta-button[data-bunta-theme='primary'] {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.bunta-button[data-bunta-theme='primary']:hover,
.bunta-button[data-bunta-theme='primary']:focus,
.bunta-button[data-bunta-theme='primary']:active {
  color: #fff;
  background-color: #0269c2;
  border-color: #0267be;
}
.bunta-button[data-bunta-theme='primary']:active:hover,
.bunta-button[data-bunta-theme='primary']:active:focus {
  color: #fff;
  background-color: #0261b3;
  border-color: #0158a2;
}
.bunta-button[data-bunta-theme='primary']:disabled:focus,
.bunta-button[data-bunta-theme='primary']:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='success'],
.bunta[data-bunta-style='dos'][data-bunta-theme='success'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='success'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='success'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='success'] .bunta-container {
  color: #fff;
  background: #5cb85c;
}
.bunta-button[data-bunta-theme='success'] {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.bunta-button[data-bunta-theme='success']:hover,
.bunta-button[data-bunta-theme='success']:focus,
.bunta-button[data-bunta-theme='success']:active {
  color: #fff;
  background-color: #4bad4b;
  border-color: #4aa94a;
}
.bunta-button[data-bunta-theme='success']:active:hover,
.bunta-button[data-bunta-theme='success']:active:focus {
  color: #fff;
  background-color: #46a046;
  border-color: #3f903f;
}
.bunta-button[data-bunta-theme='success']:disabled:focus,
.bunta-button[data-bunta-theme='success']:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='info'],
.bunta[data-bunta-style='dos'][data-bunta-theme='info'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='info'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='info'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='info'] .bunta-container {
  color: #fff;
  background: #5bc0de;
}
.bunta-button[data-bunta-theme='info'] {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.bunta-button[data-bunta-theme='info']:hover,
.bunta-button[data-bunta-theme='info']:focus,
.bunta-button[data-bunta-theme='info']:active {
  color: #fff;
  background-color: #41b6d9;
  border-color: #3cb4d8;
}
.bunta-button[data-bunta-theme='info']:active:hover,
.bunta-button[data-bunta-theme='info']:active:focus {
  color: #fff;
  background-color: #2fafd5;
  border-color: #27a0c3;
}
.bunta-button[data-bunta-theme='info']:disabled:focus,
.bunta-button[data-bunta-theme='info']:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='warning'],
.bunta[data-bunta-style='dos'][data-bunta-theme='warning'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='warning'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='warning'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='warning'] .bunta-container {
  color: #fff;
  background: #f0ad4e;
}
.bunta-button[data-bunta-theme='warning'] {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.bunta-button[data-bunta-theme='warning']:hover,
.bunta-button[data-bunta-theme='warning']:focus,
.bunta-button[data-bunta-theme='warning']:active {
  color: #fff;
  background-color: #ee9f31;
  border-color: #ed9d2b;
}
.bunta-button[data-bunta-theme='warning']:active:hover,
.bunta-button[data-bunta-theme='warning']:active:focus {
  color: #fff;
  background-color: #ec961c;
  border-color: #dc8913;
}
.bunta-button[data-bunta-theme='warning']:disabled:focus,
.bunta-button[data-bunta-theme='warning']:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='danger'],
.bunta[data-bunta-style='dos'][data-bunta-theme='danger'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='danger'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='danger'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='danger'] .bunta-container {
  color: #fff;
  background: #d9534f;
}
.bunta-button[data-bunta-theme='danger'] {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.bunta-button[data-bunta-theme='danger']:hover,
.bunta-button[data-bunta-theme='danger']:focus,
.bunta-button[data-bunta-theme='danger']:active {
  color: #fff;
  background-color: #d43b37;
  border-color: #d33632;
}
.bunta-button[data-bunta-theme='danger']:active:hover,
.bunta-button[data-bunta-theme='danger']:active:focus {
  color: #fff;
  background-color: #ca302c;
  border-color: #b72c27;
}
.bunta-button[data-bunta-theme='danger']:disabled:focus,
.bunta-button[data-bunta-theme='danger']:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='inverse'],
.bunta[data-bunta-style='dos'][data-bunta-theme='inverse'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='inverse'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='inverse'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='inverse'] .bunta-container {
  color: #fff;
  background: #373a3c;
}
.bunta-button[data-bunta-theme='inverse'] {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}
.bunta-button[data-bunta-theme='inverse']:hover,
.bunta-button[data-bunta-theme='inverse']:focus,
.bunta-button[data-bunta-theme='inverse']:active {
  color: #fff;
  background-color: #323436;
  border-color: #303335;
}
.bunta-button[data-bunta-theme='inverse']:active:hover,
.bunta-button[data-bunta-theme='inverse']:active:focus {
  color: #fff;
  background-color: #2e3032;
  border-color: #292c2d;
}
.bunta-button[data-bunta-theme='inverse']:disabled:focus,
.bunta-button[data-bunta-theme='inverse']:disabled:hover {
  background-color: #373a3c;
  border-color: #373a3c;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='greenery'],
.bunta[data-bunta-style='dos'][data-bunta-theme='greenery'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='greenery'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='greenery'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='greenery'] .bunta-container {
  color: #fff;
  background: #76b453;
}
.bunta-button[data-bunta-theme='greenery'] {
  color: #fff;
  background-color: #76b453;
  border-color: #76b453;
}
.bunta-button[data-bunta-theme='greenery']:hover,
.bunta-button[data-bunta-theme='greenery']:focus,
.bunta-button[data-bunta-theme='greenery']:active {
  color: #fff;
  background-color: #69a548;
  border-color: #67a146;
}
.bunta-button[data-bunta-theme='greenery']:active:hover,
.bunta-button[data-bunta-theme='greenery']:active:focus {
  color: #fff;
  background-color: #619842;
  border-color: #58893c;
}
.bunta-button[data-bunta-theme='greenery']:disabled:focus,
.bunta-button[data-bunta-theme='greenery']:disabled:hover {
  background-color: #76b453;
  border-color: #76b453;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='turquoise'],
.bunta[data-bunta-style='dos'][data-bunta-theme='turquoise'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='turquoise'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='turquoise'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='turquoise'] .bunta-container {
  color: #fff;
  background: #1abc9c;
}
.bunta-button[data-bunta-theme='turquoise'] {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.bunta-button[data-bunta-theme='turquoise']:hover,
.bunta-button[data-bunta-theme='turquoise']:focus,
.bunta-button[data-bunta-theme='turquoise']:active {
  color: #fff;
  background-color: #17a98c;
  border-color: #17a589;
}
.bunta-button[data-bunta-theme='turquoise']:active:hover,
.bunta-button[data-bunta-theme='turquoise']:active:focus {
  color: #fff;
  background-color: #169c81;
  border-color: #138d75;
}
.bunta-button[data-bunta-theme='turquoise']:disabled:focus,
.bunta-button[data-bunta-theme='turquoise']:disabled:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='green-sea'],
.bunta[data-bunta-style='dos'][data-bunta-theme='green-sea'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='green-sea'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='green-sea'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='green-sea'] .bunta-container {
  color: #fff;
  background: #16a085;
}
.bunta-button[data-bunta-theme='green-sea'] {
  color: #fff;
  background-color: #16a085;
  border-color: #16a085;
}
.bunta-button[data-bunta-theme='green-sea']:hover,
.bunta-button[data-bunta-theme='green-sea']:focus,
.bunta-button[data-bunta-theme='green-sea']:active {
  color: #fff;
  background-color: #149078;
  border-color: #138d75;
}
.bunta-button[data-bunta-theme='green-sea']:active:hover,
.bunta-button[data-bunta-theme='green-sea']:active:focus {
  color: #fff;
  background-color: #12856e;
  border-color: #107864;
}
.bunta-button[data-bunta-theme='green-sea']:disabled:focus,
.bunta-button[data-bunta-theme='green-sea']:disabled:hover {
  background-color: #16a085;
  border-color: #16a085;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='emerald'],
.bunta[data-bunta-style='dos'][data-bunta-theme='emerald'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='emerald'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='emerald'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='emerald'] .bunta-container {
  color: #fff;
  background: #2ecc71;
}
.bunta-button[data-bunta-theme='emerald'] {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.bunta-button[data-bunta-theme='emerald']:hover,
.bunta-button[data-bunta-theme='emerald']:focus,
.bunta-button[data-bunta-theme='emerald']:active {
  color: #fff;
  background-color: #29b866;
  border-color: #28b463;
}
.bunta-button[data-bunta-theme='emerald']:active:hover,
.bunta-button[data-bunta-theme='emerald']:active:focus {
  color: #fff;
  background-color: #26a95e;
  border-color: #295;
}
.bunta-button[data-bunta-theme='emerald']:disabled:focus,
.bunta-button[data-bunta-theme='emerald']:disabled:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='nephritis'],
.bunta[data-bunta-style='dos'][data-bunta-theme='nephritis'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='nephritis'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='nephritis'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='nephritis'] .bunta-container {
  color: #fff;
  background: #27ae60;
}
.bunta-button[data-bunta-theme='nephritis'] {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.bunta-button[data-bunta-theme='nephritis']:hover,
.bunta-button[data-bunta-theme='nephritis']:focus,
.bunta-button[data-bunta-theme='nephritis']:active {
  color: #fff;
  background-color: #239d56;
  border-color: #229954;
}
.bunta-button[data-bunta-theme='nephritis']:active:hover,
.bunta-button[data-bunta-theme='nephritis']:active:focus {
  color: #fff;
  background-color: #209050;
  border-color: #1d8348;
}
.bunta-button[data-bunta-theme='nephritis']:disabled:focus,
.bunta-button[data-bunta-theme='nephritis']:disabled:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='mint'],
.bunta[data-bunta-style='dos'][data-bunta-theme='mint'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='mint'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='mint'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='mint'] .bunta-container {
  color: #fff;
  background: #37bc9b;
}
.bunta-button[data-bunta-theme='mint'] {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.bunta-button[data-bunta-theme='mint']:hover,
.bunta-button[data-bunta-theme='mint']:focus,
.bunta-button[data-bunta-theme='mint']:active {
  color: #fff;
  background-color: #31a98b;
  border-color: #30a588;
}
.bunta-button[data-bunta-theme='mint']:active:hover,
.bunta-button[data-bunta-theme='mint']:active:focus {
  color: #fff;
  background-color: #2e9c81;
  border-color: #298d74;
}
.bunta-button[data-bunta-theme='mint']:disabled:focus,
.bunta-button[data-bunta-theme='mint']:disabled:hover {
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='peter-river'],
.bunta[data-bunta-style='dos'][data-bunta-theme='peter-river'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='peter-river'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='peter-river'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='peter-river'] .bunta-container {
  color: #fff;
  background: #3498db;
}
.bunta-button[data-bunta-theme='peter-river'] {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.bunta-button[data-bunta-theme='peter-river']:hover,
.bunta-button[data-bunta-theme='peter-river']:focus,
.bunta-button[data-bunta-theme='peter-river']:active {
  color: #fff;
  background-color: #258bcf;
  border-color: #2488cb;
}
.bunta-button[data-bunta-theme='peter-river']:active:hover,
.bunta-button[data-bunta-theme='peter-river']:active:focus {
  color: #fff;
  background-color: #2280bf;
  border-color: #1f74ad;
}
.bunta-button[data-bunta-theme='peter-river']:disabled:focus,
.bunta-button[data-bunta-theme='peter-river']:disabled:hover {
  background-color: #3498db;
  border-color: #3498db;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='belize-hole'],
.bunta[data-bunta-style='dos'][data-bunta-theme='belize-hole'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='belize-hole'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='belize-hole'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='belize-hole'] .bunta-container {
  color: #fff;
  background: #2980b9;
}
.bunta-button[data-bunta-theme='belize-hole'] {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.bunta-button[data-bunta-theme='belize-hole']:hover,
.bunta-button[data-bunta-theme='belize-hole']:focus,
.bunta-button[data-bunta-theme='belize-hole']:active {
  color: #fff;
  background-color: #2573a7;
  border-color: #2471a3;
}
.bunta-button[data-bunta-theme='belize-hole']:active:hover,
.bunta-button[data-bunta-theme='belize-hole']:active:focus {
  color: #fff;
  background-color: #226a9a;
  border-color: #1f608b;
}
.bunta-button[data-bunta-theme='belize-hole']:disabled:focus,
.bunta-button[data-bunta-theme='belize-hole']:disabled:hover {
  background-color: #2980b9;
  border-color: #2980b9;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='wet-asphalt'],
.bunta[data-bunta-style='dos'][data-bunta-theme='wet-asphalt'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='wet-asphalt'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='wet-asphalt'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='wet-asphalt'] .bunta-container {
  color: #fff;
  background: #34495e;
}
.bunta-button[data-bunta-theme='wet-asphalt'] {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.bunta-button[data-bunta-theme='wet-asphalt']:hover,
.bunta-button[data-bunta-theme='wet-asphalt']:focus,
.bunta-button[data-bunta-theme='wet-asphalt']:active {
  color: #fff;
  background-color: #2f4255;
  border-color: #2e4053;
}
.bunta-button[data-bunta-theme='wet-asphalt']:active:hover,
.bunta-button[data-bunta-theme='wet-asphalt']:active:focus {
  color: #fff;
  background-color: #2b3d4e;
  border-color: #273747;
}
.bunta-button[data-bunta-theme='wet-asphalt']:disabled:focus,
.bunta-button[data-bunta-theme='wet-asphalt']:disabled:hover {
  background-color: #34495e;
  border-color: #34495e;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='midnight-blue'],
.bunta[data-bunta-style='dos'][data-bunta-theme='midnight-blue'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='midnight-blue'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='midnight-blue'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='midnight-blue'] .bunta-container {
  color: #fff;
  background: #2c3e50;
}
.bunta-button[data-bunta-theme='midnight-blue'] {
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.bunta-button[data-bunta-theme='midnight-blue']:hover,
.bunta-button[data-bunta-theme='midnight-blue']:focus,
.bunta-button[data-bunta-theme='midnight-blue']:active {
  color: #fff;
  background-color: #283848;
  border-color: #273746;
}
.bunta-button[data-bunta-theme='midnight-blue']:active:hover,
.bunta-button[data-bunta-theme='midnight-blue']:active:focus {
  color: #fff;
  background-color: #253342;
  border-color: #212e3c;
}
.bunta-button[data-bunta-theme='midnight-blue']:disabled:focus,
.bunta-button[data-bunta-theme='midnight-blue']:disabled:hover {
  background-color: #2c3e50;
  border-color: #2c3e50;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='aqua'],
.bunta[data-bunta-style='dos'][data-bunta-theme='aqua'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='aqua'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='aqua'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='aqua'] .bunta-container {
  color: #fff;
  background: #3bafda;
}
.bunta-button[data-bunta-theme='aqua'] {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}
.bunta-button[data-bunta-theme='aqua']:hover,
.bunta-button[data-bunta-theme='aqua']:focus,
.bunta-button[data-bunta-theme='aqua']:active {
  color: #fff;
  background-color: #28a4d2;
  border-color: #27a0cd;
}
.bunta-button[data-bunta-theme='aqua']:active:hover,
.bunta-button[data-bunta-theme='aqua']:active:focus {
  color: #fff;
  background-color: #2597c1;
  border-color: #2188af;
}
.bunta-button[data-bunta-theme='aqua']:disabled:focus,
.bunta-button[data-bunta-theme='aqua']:disabled:hover {
  background-color: #3bafda;
  border-color: #3bafda;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='blue-jeans'],
.bunta[data-bunta-style='dos'][data-bunta-theme='blue-jeans'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='blue-jeans'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='blue-jeans'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='blue-jeans'] .bunta-container {
  color: #fff;
  background: #4a89dc;
}
.bunta-button[data-bunta-theme='blue-jeans'] {
  color: #fff;
  background-color: #4a89dc;
  border-color: #4a89dc;
}
.bunta-button[data-bunta-theme='blue-jeans']:hover,
.bunta-button[data-bunta-theme='blue-jeans']:focus,
.bunta-button[data-bunta-theme='blue-jeans']:active {
  color: #fff;
  background-color: #3179d7;
  border-color: #2c76d6;
}
.bunta-button[data-bunta-theme='blue-jeans']:active:hover,
.bunta-button[data-bunta-theme='blue-jeans']:active:focus {
  color: #fff;
  background-color: #286fcc;
  border-color: #2464b9;
}
.bunta-button[data-bunta-theme='blue-jeans']:disabled:focus,
.bunta-button[data-bunta-theme='blue-jeans']:disabled:hover {
  background-color: #4a89dc;
  border-color: #4a89dc;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='amethyst'],
.bunta[data-bunta-style='dos'][data-bunta-theme='amethyst'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='amethyst'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='amethyst'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='amethyst'] .bunta-container {
  color: #fff;
  background: #9b59b6;
}
.bunta-button[data-bunta-theme='amethyst'] {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.bunta-button[data-bunta-theme='amethyst']:hover,
.bunta-button[data-bunta-theme='amethyst']:focus,
.bunta-button[data-bunta-theme='amethyst']:active {
  color: #fff;
  background-color: #8e4aa9;
  border-color: #8b49a6;
}
.bunta-button[data-bunta-theme='amethyst']:active:hover,
.bunta-button[data-bunta-theme='amethyst']:active:focus {
  color: #fff;
  background-color: #83459c;
  border-color: #763e8d;
}
.bunta-button[data-bunta-theme='amethyst']:disabled:focus,
.bunta-button[data-bunta-theme='amethyst']:disabled:hover {
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='wisteria'],
.bunta[data-bunta-style='dos'][data-bunta-theme='wisteria'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='wisteria'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='wisteria'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='wisteria'] .bunta-container {
  color: #fff;
  background: #8e44ad;
}
.bunta-button[data-bunta-theme='wisteria'] {
  color: #fff;
  background-color: #8e44ad;
  border-color: #8e44ad;
}
.bunta-button[data-bunta-theme='wisteria']:hover,
.bunta-button[data-bunta-theme='wisteria']:focus,
.bunta-button[data-bunta-theme='wisteria']:active {
  color: #fff;
  background-color: #803d9c;
  border-color: #7d3c98;
}
.bunta-button[data-bunta-theme='wisteria']:active:hover,
.bunta-button[data-bunta-theme='wisteria']:active:focus {
  color: #fff;
  background-color: #763890;
  border-color: #6b3382;
}
.bunta-button[data-bunta-theme='wisteria']:disabled:focus,
.bunta-button[data-bunta-theme='wisteria']:disabled:hover {
  background-color: #8e44ad;
  border-color: #8e44ad;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='lavender'],
.bunta[data-bunta-style='dos'][data-bunta-theme='lavender'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='lavender'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='lavender'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='lavender'] .bunta-container {
  color: #fff;
  background: #967adc;
}
.bunta-button[data-bunta-theme='lavender'] {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}
.bunta-button[data-bunta-theme='lavender']:hover,
.bunta-button[data-bunta-theme='lavender']:focus,
.bunta-button[data-bunta-theme='lavender']:active {
  color: #fff;
  background-color: #815fd5;
  border-color: #7c5ad3;
}
.bunta-button[data-bunta-theme='lavender']:active:hover,
.bunta-button[data-bunta-theme='lavender']:active:focus {
  color: #fff;
  background-color: #724cd0;
  border-color: #6136ca;
}
.bunta-button[data-bunta-theme='lavender']:disabled:focus,
.bunta-button[data-bunta-theme='lavender']:disabled:hover {
  background-color: #967adc;
  border-color: #967adc;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='sunflower'],
.bunta[data-bunta-style='dos'][data-bunta-theme='sunflower'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='sunflower'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='sunflower'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='sunflower'] .bunta-container {
  color: #000;
  background: #f1c40f;
}
.bunta-button[data-bunta-theme='sunflower'] {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.bunta-button[data-bunta-theme='sunflower']:hover,
.bunta-button[data-bunta-theme='sunflower']:focus,
.bunta-button[data-bunta-theme='sunflower']:active {
  color: #000;
  background-color: #dab10d;
  border-color: #d5ad0c;
}
.bunta-button[data-bunta-theme='sunflower']:active:hover,
.bunta-button[data-bunta-theme='sunflower']:active:focus {
  color: #000;
  background-color: #c9a30c;
  border-color: #b5930b;
}
.bunta-button[data-bunta-theme='sunflower']:disabled:focus,
.bunta-button[data-bunta-theme='sunflower']:disabled:hover {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='sunlight'],
.bunta[data-bunta-style='dos'][data-bunta-theme='sunlight'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='sunlight'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='sunlight'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='sunlight'] .bunta-container {
  color: #000;
  background: #ffce54;
}
.bunta-button[data-bunta-theme='sunlight'] {
  color: #000;
  background-color: #ffce54;
  border-color: #ffce54;
}
.bunta-button[data-bunta-theme='sunlight']:hover,
.bunta-button[data-bunta-theme='sunlight']:focus,
.bunta-button[data-bunta-theme='sunlight']:active {
  color: #000;
  background-color: #ffc432;
  border-color: #ffc22b;
}
.bunta-button[data-bunta-theme='sunlight']:active:hover,
.bunta-button[data-bunta-theme='sunlight']:active:focus {
  color: #000;
  background-color: #ffbd1a;
  border-color: #feb500;
}
.bunta-button[data-bunta-theme='sunlight']:disabled:focus,
.bunta-button[data-bunta-theme='sunlight']:disabled:hover {
  background-color: #ffce54;
  border-color: #ffce54;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='orange'],
.bunta[data-bunta-style='dos'][data-bunta-theme='orange'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='orange'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='orange'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='orange'] .bunta-container {
  color: #fff;
  background: #f39c12;
}
.bunta-button[data-bunta-theme='orange'] {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.bunta-button[data-bunta-theme='orange']:hover,
.bunta-button[data-bunta-theme='orange']:focus,
.bunta-button[data-bunta-theme='orange']:active {
  color: #fff;
  background-color: #e08e0b;
  border-color: #db8a0b;
}
.bunta-button[data-bunta-theme='orange']:active:hover,
.bunta-button[data-bunta-theme='orange']:active:focus {
  color: #fff;
  background-color: #ce830a;
  border-color: #ba7609;
}
.bunta-button[data-bunta-theme='orange']:disabled:focus,
.bunta-button[data-bunta-theme='orange']:disabled:hover {
  background-color: #f39c12;
  border-color: #f39c12;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='carrot'],
.bunta[data-bunta-style='dos'][data-bunta-theme='carrot'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='carrot'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='carrot'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='carrot'] .bunta-container {
  color: #fff;
  background: #e67e22;
}
.bunta-button[data-bunta-theme='carrot'] {
  color: #fff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.bunta-button[data-bunta-theme='carrot']:hover,
.bunta-button[data-bunta-theme='carrot']:focus,
.bunta-button[data-bunta-theme='carrot']:active {
  color: #fff;
  background-color: #d57118;
  border-color: #d16e18;
}
.bunta-button[data-bunta-theme='carrot']:active:hover,
.bunta-button[data-bunta-theme='carrot']:active:focus {
  color: #fff;
  background-color: #c56816;
  border-color: #b25e14;
}
.bunta-button[data-bunta-theme='carrot']:disabled:focus,
.bunta-button[data-bunta-theme='carrot']:disabled:hover {
  background-color: #e67e22;
  border-color: #e67e22;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='pumpkin'],
.bunta[data-bunta-style='dos'][data-bunta-theme='pumpkin'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='pumpkin'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='pumpkin'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='pumpkin'] .bunta-container {
  color: #fff;
  background: #d35400;
}
.bunta-button[data-bunta-theme='pumpkin'] {
  color: #fff;
  background-color: #d35400;
  border-color: #d35400;
}
.bunta-button[data-bunta-theme='pumpkin']:hover,
.bunta-button[data-bunta-theme='pumpkin']:focus,
.bunta-button[data-bunta-theme='pumpkin']:active {
  color: #fff;
  background-color: #be4c00;
  border-color: #ba4a00;
}
.bunta-button[data-bunta-theme='pumpkin']:active:hover,
.bunta-button[data-bunta-theme='pumpkin']:active:focus {
  color: #fff;
  background-color: #af4600;
  border-color: #9e3f00;
}
.bunta-button[data-bunta-theme='pumpkin']:disabled:focus,
.bunta-button[data-bunta-theme='pumpkin']:disabled:hover {
  background-color: #d35400;
  border-color: #d35400;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='bittersweet'],
.bunta[data-bunta-style='dos'][data-bunta-theme='bittersweet'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='bittersweet'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='bittersweet'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='bittersweet'] .bunta-container {
  color: #fff;
  background: #e9573f;
}
.bunta-button[data-bunta-theme='bittersweet'] {
  color: #fff;
  background-color: #e9573f;
  border-color: #e9573f;
}
.bunta-button[data-bunta-theme='bittersweet']:hover,
.bunta-button[data-bunta-theme='bittersweet']:focus,
.bunta-button[data-bunta-theme='bittersweet']:active {
  color: #fff;
  background-color: #e64024;
  border-color: #e53b1f;
}
.bunta-button[data-bunta-theme='bittersweet']:active:hover,
.bunta-button[data-bunta-theme='bittersweet']:active:focus {
  color: #fff;
  background-color: #dc3519;
  border-color: #c73017;
}
.bunta-button[data-bunta-theme='bittersweet']:disabled:focus,
.bunta-button[data-bunta-theme='bittersweet']:disabled:hover {
  background-color: #e9573f;
  border-color: #e9573f;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='alizarin'],
.bunta[data-bunta-style='dos'][data-bunta-theme='alizarin'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='alizarin'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='alizarin'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='alizarin'] .bunta-container {
  color: #fff;
  background: #e74c3c;
}
.bunta-button[data-bunta-theme='alizarin'] {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.bunta-button[data-bunta-theme='alizarin']:hover,
.bunta-button[data-bunta-theme='alizarin']:focus,
.bunta-button[data-bunta-theme='alizarin']:active {
  color: #fff;
  background-color: #e43422;
  border-color: #e32f1d;
}
.bunta-button[data-bunta-theme='alizarin']:active:hover,
.bunta-button[data-bunta-theme='alizarin']:active:focus {
  color: #fff;
  background-color: #d72c1a;
  border-color: #c22818;
}
.bunta-button[data-bunta-theme='alizarin']:disabled:focus,
.bunta-button[data-bunta-theme='alizarin']:disabled:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='pomegranate'],
.bunta[data-bunta-style='dos'][data-bunta-theme='pomegranate'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='pomegranate'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='pomegranate'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='pomegranate'] .bunta-container {
  color: #fff;
  background: #c0392b;
}
.bunta-button[data-bunta-theme='pomegranate'] {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.bunta-button[data-bunta-theme='pomegranate']:hover,
.bunta-button[data-bunta-theme='pomegranate']:focus,
.bunta-button[data-bunta-theme='pomegranate']:active {
  color: #fff;
  background-color: #ad3327;
  border-color: #a93226;
}
.bunta-button[data-bunta-theme='pomegranate']:active:hover,
.bunta-button[data-bunta-theme='pomegranate']:active:focus {
  color: #fff;
  background-color: #9f2f24;
  border-color: #902b20;
}
.bunta-button[data-bunta-theme='pomegranate']:disabled:focus,
.bunta-button[data-bunta-theme='pomegranate']:disabled:hover {
  background-color: #c0392b;
  border-color: #c0392b;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='grapefruit'],
.bunta[data-bunta-style='dos'][data-bunta-theme='grapefruit'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='grapefruit'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='grapefruit'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='grapefruit'] .bunta-container {
  color: #fff;
  background: #da4453;
}
.bunta-button[data-bunta-theme='grapefruit'] {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}
.bunta-button[data-bunta-theme='grapefruit']:hover,
.bunta-button[data-bunta-theme='grapefruit']:focus,
.bunta-button[data-bunta-theme='grapefruit']:active {
  color: #fff;
  background-color: #d52c3d;
  border-color: #d22a3a;
}
.bunta-button[data-bunta-theme='grapefruit']:active:hover,
.bunta-button[data-bunta-theme='grapefruit']:active:focus {
  color: #fff;
  background-color: #c62737;
  border-color: #b32332;
}
.bunta-button[data-bunta-theme='grapefruit']:disabled:focus,
.bunta-button[data-bunta-theme='grapefruit']:disabled:hover {
  background-color: #da4453;
  border-color: #da4453;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='clouds'],
.bunta[data-bunta-style='dos'][data-bunta-theme='clouds'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='clouds'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='clouds'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='clouds'] .bunta-container {
  color: #000;
  background: #ecf0f1;
}
.bunta-button[data-bunta-theme='clouds'] {
  color: #000;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.bunta-button[data-bunta-theme='clouds']:hover,
.bunta-button[data-bunta-theme='clouds']:focus,
.bunta-button[data-bunta-theme='clouds']:active {
  color: #000;
  background-color: #d1dadd;
  border-color: #cbd6d9;
}
.bunta-button[data-bunta-theme='clouds']:active:hover,
.bunta-button[data-bunta-theme='clouds']:active:focus {
  color: #000;
  background-color: #bdcbcf;
  border-color: #a7babe;
}
.bunta-button[data-bunta-theme='clouds']:disabled:focus,
.bunta-button[data-bunta-theme='clouds']:disabled:hover {
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='silver'],
.bunta[data-bunta-style='dos'][data-bunta-theme='silver'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='silver'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='silver'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='silver'] .bunta-container {
  color: #000;
  background: #bdc3c7;
}
.bunta-button[data-bunta-theme='silver'] {
  color: #000;
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.bunta-button[data-bunta-theme='silver']:hover,
.bunta-button[data-bunta-theme='silver']:focus,
.bunta-button[data-bunta-theme='silver']:active {
  color: #000;
  background-color: #a8b0b5;
  border-color: #a4acb2;
}
.bunta-button[data-bunta-theme='silver']:active:hover,
.bunta-button[data-bunta-theme='silver']:active:focus {
  color: #000;
  background-color: #99a3a9;
  border-color: #89939a;
}
.bunta-button[data-bunta-theme='silver']:disabled:focus,
.bunta-button[data-bunta-theme='silver']:disabled:hover {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='concrete'],
.bunta[data-bunta-style='dos'][data-bunta-theme='concrete'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='concrete'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='concrete'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='concrete'] .bunta-container {
  color: #000;
  background: #95a5a6;
}
.bunta-button[data-bunta-theme='concrete'] {
  color: #000;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.bunta-button[data-bunta-theme='concrete']:hover,
.bunta-button[data-bunta-theme='concrete']:focus,
.bunta-button[data-bunta-theme='concrete']:active {
  color: #000;
  background-color: #849698;
  border-color: #809495;
}
.bunta-button[data-bunta-theme='concrete']:active:hover,
.bunta-button[data-bunta-theme='concrete']:active:focus {
  color: #000;
  background-color: #788c8e;
  border-color: #6c7f80;
}
.bunta-button[data-bunta-theme='concrete']:disabled:focus,
.bunta-button[data-bunta-theme='concrete']:disabled:hover {
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='asbestos'],
.bunta[data-bunta-style='dos'][data-bunta-theme='asbestos'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='asbestos'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='asbestos'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='asbestos'] .bunta-container {
  color: #000;
  background: #7f8c8d;
}
.bunta-button[data-bunta-theme='asbestos'] {
  color: #000;
  background-color: #7f8c8d;
  border-color: #7f8c8d;
}
.bunta-button[data-bunta-theme='asbestos']:hover,
.bunta-button[data-bunta-theme='asbestos']:focus,
.bunta-button[data-bunta-theme='asbestos']:active {
  color: #000;
  background-color: #727f80;
  border-color: #6f7c7d;
}
.bunta-button[data-bunta-theme='asbestos']:active:hover,
.bunta-button[data-bunta-theme='asbestos']:active:focus {
  color: #000;
  background-color: #697576;
  border-color: #5f696a;
}
.bunta-button[data-bunta-theme='asbestos']:disabled:focus,
.bunta-button[data-bunta-theme='asbestos']:disabled:hover {
  background-color: #7f8c8d;
  border-color: #7f8c8d;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='facebook'],
.bunta[data-bunta-style='dos'][data-bunta-theme='facebook'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='facebook'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='facebook'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='facebook'] .bunta-container {
  color: #fff;
  background: #3b5998;
}
.bunta-button[data-bunta-theme='facebook'] {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.bunta-button[data-bunta-theme='facebook']:hover,
.bunta-button[data-bunta-theme='facebook']:focus,
.bunta-button[data-bunta-theme='facebook']:active {
  color: #fff;
  background-color: #355089;
  border-color: #344e86;
}
.bunta-button[data-bunta-theme='facebook']:active:hover,
.bunta-button[data-bunta-theme='facebook']:active:focus {
  color: #fff;
  background-color: #314a7e;
  border-color: #2c4372;
}
.bunta-button[data-bunta-theme='facebook']:disabled:focus,
.bunta-button[data-bunta-theme='facebook']:disabled:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='twitter'],
.bunta[data-bunta-style='dos'][data-bunta-theme='twitter'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='twitter'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='twitter'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='twitter'] .bunta-container {
  color: #fff;
  background: #1da1f2;
}
.bunta-button[data-bunta-theme='twitter'] {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.bunta-button[data-bunta-theme='twitter']:hover,
.bunta-button[data-bunta-theme='twitter']:focus,
.bunta-button[data-bunta-theme='twitter']:active {
  color: #fff;
  background-color: #0d94e7;
  border-color: #0d91e2;
}
.bunta-button[data-bunta-theme='twitter']:active:hover,
.bunta-button[data-bunta-theme='twitter']:active:focus {
  color: #fff;
  background-color: #0c88d5;
  border-color: #0b7bc0;
}
.bunta-button[data-bunta-theme='twitter']:disabled:focus,
.bunta-button[data-bunta-theme='twitter']:disabled:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='google'],
.bunta[data-bunta-style='dos'][data-bunta-theme='google'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='google'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='google'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='google'] .bunta-container {
  color: #fff;
  background: #ea4335;
}
.bunta-button[data-bunta-theme='google'] {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}
.bunta-button[data-bunta-theme='google']:hover,
.bunta-button[data-bunta-theme='google']:focus,
.bunta-button[data-bunta-theme='google']:active {
  color: #fff;
  background-color: #e72b1b;
  border-color: #e52818;
}
.bunta-button[data-bunta-theme='google']:active:hover,
.bunta-button[data-bunta-theme='google']:active:focus {
  color: #fff;
  background-color: #d82516;
  border-color: #c32214;
}
.bunta-button[data-bunta-theme='google']:disabled:focus,
.bunta-button[data-bunta-theme='google']:disabled:hover {
  background-color: #ea4335;
  border-color: #ea4335;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='pinterest'],
.bunta[data-bunta-style='dos'][data-bunta-theme='pinterest'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='pinterest'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='pinterest'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='pinterest'] .bunta-container {
  color: #fff;
  background: #bd081c;
}
.bunta-button[data-bunta-theme='pinterest'] {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.bunta-button[data-bunta-theme='pinterest']:hover,
.bunta-button[data-bunta-theme='pinterest']:focus,
.bunta-button[data-bunta-theme='pinterest']:active {
  color: #fff;
  background-color: #aa0719;
  border-color: #a60719;
}
.bunta-button[data-bunta-theme='pinterest']:active:hover,
.bunta-button[data-bunta-theme='pinterest']:active:focus {
  color: #fff;
  background-color: #9d0717;
  border-color: #8e0615;
}
.bunta-button[data-bunta-theme='pinterest']:disabled:focus,
.bunta-button[data-bunta-theme='pinterest']:disabled:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='linkedin'],
.bunta[data-bunta-style='dos'][data-bunta-theme='linkedin'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='linkedin'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='linkedin'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='linkedin'] .bunta-container {
  color: #fff;
  background: #0077b5;
}
.bunta-button[data-bunta-theme='linkedin'] {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.bunta-button[data-bunta-theme='linkedin']:hover,
.bunta-button[data-bunta-theme='linkedin']:focus,
.bunta-button[data-bunta-theme='linkedin']:active {
  color: #fff;
  background-color: #006ba3;
  border-color: #00699f;
}
.bunta-button[data-bunta-theme='linkedin']:active:hover,
.bunta-button[data-bunta-theme='linkedin']:active:focus {
  color: #fff;
  background-color: #006396;
  border-color: #005988;
}
.bunta-button[data-bunta-theme='linkedin']:disabled:focus,
.bunta-button[data-bunta-theme='linkedin']:disabled:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='youtube'],
.bunta[data-bunta-style='dos'][data-bunta-theme='youtube'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='youtube'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='youtube'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='youtube'] .bunta-container {
  color: #fff;
  background: #9913e7;
}
.bunta-button[data-bunta-theme='youtube'] {
  color: #fff;
  background-color: #9913e7;
  border-color: #9913e7;
}
.bunta-button[data-bunta-theme='youtube']:hover,
.bunta-button[data-bunta-theme='youtube']:focus,
.bunta-button[data-bunta-theme='youtube']:active {
  color: #fff;
  background-color: #9913e7;
  border-color: #9913e7;
}
.bunta-button[data-bunta-theme='youtube']:active:hover,
.bunta-button[data-bunta-theme='youtube']:active:focus {
  color: #fff;
  background-color: #9913e7;
  border-color: #9913e7;
}
.bunta-button[data-bunta-theme='youtube']:disabled:focus,
.bunta-button[data-bunta-theme='youtube']:disabled:hover {
  background-color: #9913e7;
  border-color: #9913e7;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='vimeo'],
.bunta[data-bunta-style='dos'][data-bunta-theme='vimeo'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='vimeo'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='vimeo'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='vimeo'] .bunta-container {
  color: #fff;
  background: #1ab7ea;
}
.bunta-button[data-bunta-theme='vimeo'] {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.bunta-button[data-bunta-theme='vimeo']:hover,
.bunta-button[data-bunta-theme='vimeo']:focus,
.bunta-button[data-bunta-theme='vimeo']:active {
  color: #fff;
  background-color: #14a7d6;
  border-color: #13a3d2;
}
.bunta-button[data-bunta-theme='vimeo']:active:hover,
.bunta-button[data-bunta-theme='vimeo']:active:focus {
  color: #fff;
  background-color: #129ac6;
  border-color: #108bb3;
}
.bunta-button[data-bunta-theme='vimeo']:disabled:focus,
.bunta-button[data-bunta-theme='vimeo']:disabled:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='tumblr'],
.bunta[data-bunta-style='dos'][data-bunta-theme='tumblr'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='tumblr'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='tumblr'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='tumblr'] .bunta-container {
  color: #fff;
  background: #35465c;
}
.bunta-button[data-bunta-theme='tumblr'] {
  color: #fff;
  background-color: #35465c;
  border-color: #35465c;
}
.bunta-button[data-bunta-theme='tumblr']:hover,
.bunta-button[data-bunta-theme='tumblr']:focus,
.bunta-button[data-bunta-theme='tumblr']:active {
  color: #fff;
  background-color: #303f53;
  border-color: #2f3e51;
}
.bunta-button[data-bunta-theme='tumblr']:active:hover,
.bunta-button[data-bunta-theme='tumblr']:active:focus {
  color: #fff;
  background-color: #2c3a4c;
  border-color: #283445;
}
.bunta-button[data-bunta-theme='tumblr']:disabled:focus,
.bunta-button[data-bunta-theme='tumblr']:disabled:hover {
  background-color: #35465c;
  border-color: #35465c;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='instagram'],
.bunta[data-bunta-style='dos'][data-bunta-theme='instagram'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='instagram'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='instagram'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='instagram'] .bunta-container {
  color: #fff;
  background: #405de6;
}
.bunta-button[data-bunta-theme='instagram'] {
  color: #fff;
  background-color: #405de6;
  border-color: #405de6;
}
.bunta-button[data-bunta-theme='instagram']:hover,
.bunta-button[data-bunta-theme='instagram']:focus,
.bunta-button[data-bunta-theme='instagram']:active {
  color: #fff;
  background-color: #2647e3;
  border-color: #2143e2;
}
.bunta-button[data-bunta-theme='instagram']:active:hover,
.bunta-button[data-bunta-theme='instagram']:active:focus {
  color: #fff;
  background-color: #1c3dd8;
  border-color: #1a37c3;
}
.bunta-button[data-bunta-theme='instagram']:disabled:focus,
.bunta-button[data-bunta-theme='instagram']:disabled:hover {
  background-color: #405de6;
  border-color: #405de6;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='flickr'],
.bunta[data-bunta-style='dos'][data-bunta-theme='flickr'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='flickr'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='flickr'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='flickr'] .bunta-container {
  color: #fff;
  background: #ff0084;
}
.bunta-button[data-bunta-theme='flickr'] {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.bunta-button[data-bunta-theme='flickr']:hover,
.bunta-button[data-bunta-theme='flickr']:focus,
.bunta-button[data-bunta-theme='flickr']:active {
  color: #fff;
  background-color: #e60077;
  border-color: #e00074;
}
.bunta-button[data-bunta-theme='flickr']:active:hover,
.bunta-button[data-bunta-theme='flickr']:active:focus {
  color: #fff;
  background-color: #d4006e;
  border-color: #bf0063;
}
.bunta-button[data-bunta-theme='flickr']:disabled:focus,
.bunta-button[data-bunta-theme='flickr']:disabled:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='dribbble'],
.bunta[data-bunta-style='dos'][data-bunta-theme='dribbble'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='dribbble'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='dribbble'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='dribbble'] .bunta-container {
  color: #fff;
  background: #ea4c89;
}
.bunta-button[data-bunta-theme='dribbble'] {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.bunta-button[data-bunta-theme='dribbble']:hover,
.bunta-button[data-bunta-theme='dribbble']:focus,
.bunta-button[data-bunta-theme='dribbble']:active {
  color: #fff;
  background-color: #e73077;
  border-color: #e62b73;
}
.bunta-button[data-bunta-theme='dribbble']:active:hover,
.bunta-button[data-bunta-theme='dribbble']:active:focus {
  color: #fff;
  background-color: #e41d6a;
  border-color: #d0185f;
}
.bunta-button[data-bunta-theme='dribbble']:disabled:focus,
.bunta-button[data-bunta-theme='dribbble']:disabled:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.bunta[data-bunta-style='uno'][data-bunta-theme='quora'],
.bunta[data-bunta-style='dos'][data-bunta-theme='quora'] .bunta-container,
.bunta[data-bunta-style='tres'][data-bunta-theme='quora'],
.bunta[data-bunta-style='cuatro'][data-bunta-theme='quora'],
.bunta[data-bunta-style='cinco'][data-bunta-theme='quora'] .bunta-container {
  color: #fff;
  background: #a82400;
}
.bunta-button[data-bunta-theme='quora'] {
  color: #fff;
  background-color: #a82400;
  border-color: #a82400;
}
.bunta-button[data-bunta-theme='quora']:hover,
.bunta-button[data-bunta-theme='quora']:focus,
.bunta-button[data-bunta-theme='quora']:active {
  color: #fff;
  background-color: #972000;
  border-color: #942000;
}
.bunta-button[data-bunta-theme='quora']:active:hover,
.bunta-button[data-bunta-theme='quora']:active:focus {
  color: #fff;
  background-color: #8b1e00;
  border-color: #7e1b00;
}
.bunta-button[data-bunta-theme='quora']:disabled:focus,
.bunta-button[data-bunta-theme='quora']:disabled:hover {
  background-color: #a82400;
  border-color: #a82400;
}
.bunta-heading,
.bunta-heading-icon {
  opacity: 0.95;
  margin: 0 0 30px;
}
h1.bunta-heading {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 37px;
}
h2.bunta-heading {
  font-size: 24px;
  line-height: 28px;
}
.bunta-heading-icon {
  font-size: 120px;
  line-height: 120px;
}
.bunta-paragraph {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  margin: 0 0 15px;
}
.bunta-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.bunta-video .embed-responsive-item,
.bunta-video img,
.bunta-video iframe,
.bunta-video object,
.bunta-video embed,
.bunta-video video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
}
[data-bunta-rounded='true'] .bunta-video {
  border-radius: 3px;
  overflow: hidden;
}
/* >>>>>>>>>>>>> */
/* >>> Bunta >>> */
/* >>>>>>>>>>>>> */
.bunta {
  position: fixed;
  z-index: 9999;
}
.bunta-switcher {
  display: none;
}
.bunta-rounded,
.bunta-rounded .bunta-container {
  border-radius: 3px;
}
.bunta-rounded-top {
  border-radius: 3px 3px 0 0;
}
.bunta-rounded-right {
  border-radius: 0 3px 3px 0;
}
.bunta-rounded-bottom {
  border-radius: 0 0 3px 3px;
}
.bunta-rounded-left {
  border-radius: 3px 0 0 3px;
}
.bunta-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.bunta-icon {
  border-radius: 200px;
  padding: 0;
  width: 43px;
}
.bunta-circle {
  border-radius: 200px;
  padding: 0 25px;
}
.bunta-circle-top {
  border-radius: 200px 200px 0 0;
}
.bunta-circle-right {
  border-radius: 0 200px 200px 0;
  padding-right: 25px;
}
.bunta-circle-bottom {
  border-radius: 0 0 200px 200px;
}
.bunta-circle-left {
  border-radius: 200px 0 0 200px;
  padding-left: 25px;
}
.bunta-shadow,
.bunta[data-bunta-style='dos'] .bunta-container,
.bunta[data-bunta-style='cinco'] .bunta-container {
  box-shadow: 0 0 30px rgba(0,0,0,0.07);
}
.bunta-right {
  text-align: right;
}
.bunta-center {
  text-align: center;
}
.bunta-left {
  text-align: left;
}
.bunta-block {
  display: block;
  width: 100%;
}
/* >>>>>>>>>>> */
/* >>> Uno >>> */
/* >>>>>>>>>>> */
.bunta[data-bunta-style='uno'] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
}
.bunta[data-bunta-style='uno'] .bunta-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='uno'] .bunta-container {
    max-height: 90vh;
  }
}
.bunta[data-bunta-style='uno'] .bunta-container {
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
.bunta-switcher:checked + .bunta[data-bunta-style='uno'] {
  transition: visibility 0s, opacity 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.bunta-switcher:checked + .bunta[data-bunta-style='uno'] .bunta-container {
  transform: translateY(0);
  opacity: 1;
}
/* >>>>>>>>>>> */
/* >>> Dos >>> */
/* >>>>>>>>>>> */
.bunta[data-bunta-style='dos'] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
}
.bunta[data-bunta-style='dos'][data-bunta-rounded='true'] .bunta-container {
  border-radius: 3px;
  overflow: hidden;
}
.bunta[data-bunta-style='dos'] .bunta-container {
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .bunta[data-bunta-style='dos'] .bunta-container {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 320px) {
  .bunta[data-bunta-style='dos'] .bunta-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='dos'] .bunta-container {
    padding: 30px;
  }
}
.bunta[data-bunta-style='dos'] .bunta-container .bunta-group:last-child,
.bunta[data-bunta-style='dos'] .bunta-container .bunta-inline:last-child {
  margin-bottom: 0;
}
.bunta[data-bunta-style='dos'] .bunta-container {
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 90vh;
}
.bunta[data-bunta-style='dos'] .bunta-container {
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
.bunta-switcher:checked + .bunta[data-bunta-style='dos'] {
  transition: visibility 0s, opacity 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.bunta-switcher:checked + .bunta[data-bunta-style='dos'] .bunta-container {
  transform: translateY(0);
  opacity: 1;
}
/* >>>>>>>>>>>> */
/* >>> Tres >>> */
/* >>>>>>>>>>>> */
.bunta[data-bunta-style='tres'] {
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 50px rgba(0,0,0,0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.bunta[data-bunta-style='tres'][data-bunta-position='top'] {
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-100%);
}
.bunta[data-bunta-style='tres'][data-bunta-position='bottom'] {
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.bunta[data-bunta-style='tres'] .bunta-container {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 90vh;
}
@media only screen and (max-width: 576px) {
  .bunta[data-bunta-style='tres'] .bunta-container {
    max-height: 80vh;
  }
}
@media only screen and (min-width: 320px) {
  .bunta[data-bunta-style='tres'] .bunta-container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='tres'] .bunta-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bunta-switcher:checked + .bunta[data-bunta-style='tres'] {
  transform: translate(0);
  box-shadow: 0 0 50px rgba(0,0,0,0.3);
}
/* >>>>>>>>>>>>>> */
/* >>> Cuatro >>> */
/* >>>>>>>>>>>>>> */
.bunta[data-bunta-style='cuatro'] {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 50px rgba(0,0,0,0);
}
.bunta[data-bunta-style='cuatro'] .bunta-container {
  padding: 30px;
  box-sizing: border-box;
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 60vh;
}
.bunta[data-bunta-style='cuatro'][data-bunta-rounded='true'] {
  border-radius: 3px;
  overflow: hidden;
}
.bunta[data-bunta-style='cuatro'][data-bunta-position='top-left'] {
  top: 10px;
  left: 10px;
  transform: translateY(-110%);
}
.bunta[data-bunta-style='cuatro'][data-bunta-position='top-right'] {
  top: 10px;
  right: 10px;
  transform: translateY(-110%);
}
.bunta[data-bunta-style='cuatro'][data-bunta-position='bottom-right'] {
  right: 10px;
  bottom: 10px;
  transform: translateY(110%);
}
.bunta[data-bunta-style='cuatro'][data-bunta-position='bottom-left'] {
  bottom: 10px;
  left: 10px;
  transform: translateY(110%);
}
@media only screen and (max-width: 576px) {
  .bunta[data-bunta-style='cuatro'][data-bunta-position='top-left'],
  .bunta[data-bunta-style='cuatro'][data-bunta-position='bottom-left'] {
    right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .bunta[data-bunta-style='cuatro'][data-bunta-position='bottom-right'],
  .bunta[data-bunta-style='cuatro'][data-bunta-position='top-right'] {
    left: 10px;
  }
}
.bunta-switcher:checked + .bunta[data-bunta-style='cuatro'] {
  opacity: 1;
  transform: translate(0);
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
/* >>>>>>>>>>> */
/* >>> Dos >>> */
/* >>>>>>>>>>> */
.bunta[data-bunta-style='cinco'] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
}
.bunta[data-bunta-style='cinco'][data-bunta-position='top'].bunta-rounded .bunta-background {
  border-radius: 3px 3px 0 0;
}
.bunta[data-bunta-style='cinco'][data-bunta-position='top'] .bunta-container {
  padding-top: 160px;
}
@media only screen and (min-width: 320px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='top'] .bunta-container {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='top'] .bunta-container {
    padding-top: 180px;
  }
}
.bunta[data-bunta-style='cinco'][data-bunta-position='top'] .bunta-background {
  height: 150px;
  top: 0;
  left: 0;
  right: 0;
}
.bunta[data-bunta-style='cinco'][data-bunta-position='bottom'].bunta-rounded .bunta-background {
  border-radius: 0 0 3px 3px;
}
.bunta[data-bunta-style='cinco'][data-bunta-position='bottom'] .bunta-container {
  padding-bottom: 160px;
}
@media only screen and (min-width: 320px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='bottom'] .bunta-container {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='bottom'] .bunta-container {
    padding-bottom: 180px;
  }
}
.bunta[data-bunta-style='cinco'][data-bunta-position='bottom'] .bunta-background {
  height: 150px;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
}
.bunta[data-bunta-style='cinco'][data-bunta-position='left'].bunta-rounded .bunta-background {
  border-radius: 3px 0 0 3px;
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='left'] .bunta-container {
    padding-left: 230px;
  }
}
.bunta[data-bunta-style='cinco'][data-bunta-position='left'] .bunta-background {
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='left'] .bunta-background {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='left'] .bunta-wide.bunta-container {
    padding-left: 430px;
  }
  .bunta[data-bunta-style='cinco'][data-bunta-position='left'] .bunta-wide .bunta-background {
    width: 400px !important;
  }
}
.bunta[data-bunta-style='cinco'][data-bunta-position='right'].bunta-rounded .bunta-background {
  border-radius: 0 3px 3px 0;
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='right'] .bunta-container {
    padding-right: 230px;
  }
}
.bunta[data-bunta-style='cinco'][data-bunta-position='right'] .bunta-background {
  width: 0;
  right: 0px !important;
  left: auto !important;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='right'] .bunta-background {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .bunta[data-bunta-style='cinco'][data-bunta-position='right'] .bunta-wide.bunta-container {
    padding-right: 430px;
  }
  .bunta[data-bunta-style='cinco'][data-bunta-position='right'] .bunta-wide .bunta-background {
    width: 400px !important;
  }
}
.bunta[data-bunta-style='cinco'] .bunta-container {
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .bunta[data-bunta-style='cinco'] .bunta-container {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 320px) {
  .bunta[data-bunta-style='cinco'] .bunta-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .bunta[data-bunta-style='cinco'] .bunta-container {
    padding: 30px;
  }
}
.bunta[data-bunta-style='cinco'] .bunta-container .bunta-group:last-child,
.bunta[data-bunta-style='cinco'] .bunta-container .bunta-inline:last-child {
  margin-bottom: 0;
}
.bunta[data-bunta-style='cinco'] .bunta-container {
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 90vh;
}
.bunta[data-bunta-style='cinco'] .bunta-container {
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.2s ease-in-out 0.1s;
}
.bunta-switcher:checked + .bunta[data-bunta-style='cinco'] {
  transition: visibility 0s, opacity 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.bunta-switcher:checked + .bunta[data-bunta-style='cinco'] .bunta-container {
  transform: translateY(0);
  opacity: 1;
}
