button, input, optgroup, select, textarea{
	font-family: 'Unica One','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box-view{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 32px;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	text-align: center;
  transition: linear all .2s;
  background-color: white;
  border-radius: .5rem;
}


.box-view img{
	width: 120px;
	transition: linear all .2s;
}
.box-view:hover img{
	transform: scale(1.1);
}
.box-view h4{
	color: var(--secondary);
	padding-top: 32px;
}

.buttonLinktheme01 {
  display: block;
  outline: 0;
  border: 0;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 18px;
  margin: 1px 0 0 1px;
  background: #FF4081;
  color: white;
  transition: all 0.2s linear;
}

.buttonLinktheme01:hover {
  background: #1a90b0;
}

.buttontheme01 {
  background: white;
  color: #e91e63;
  border: 0;
  outline: 0;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px #e91e63 solid;
  transition: all 0.2s linear;
  cursor: pointer;
}

.buttontheme01:hover {
  background: #e91e63;
  color: white;
}

.buttontheme02 {
  background: #C3CB3B;
  color: white;
  border-radius: 30px;
  border: 0;
  outline: 0;
  padding: 0 5px;
  transition: all 0.2s linear;
  font-size: 14px;
  cursor: pointer;
}

.buttontheme02:hover {
  background: #568a1d;
  color: white;
}

.infoBoxMini {
  background: gray;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  color: white;
  transition: opacity 0.2s linear;
  text-align: center;
  font-size: 12px;
}

div.IconViewtheme01 {
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

@media only screen and (max-width: 640px) {
  div.IconViewtheme01 {
    height: 200px;
  }
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 {
    height: 40px;
    margin: 1px 0;
  }
}

div.IconViewtheme01 > div.icon {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 20px auto;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  div.IconViewtheme01 > div.icon {
    width: 180px;
    height: 180px;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon {
    width: 100%;
    height: 40px;
    margin: 0 auto;
  }
}

div.IconViewtheme01 > div.icon > div.subIcon1 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ffc267;
  z-index: 3;
  transition: all 0.1s linear;
  box-sizing: border-box;
  background: white;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > div.subIcon1 {
    border-radius: 0px;
    border: 0;
  }
}

div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI {
  width: 100%;
  height: 100%;
  position: relative;
}

div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI > button.classIcon {
  height: 60%;
  width: 80%;
  margin: 0 10%;
  position: relative;
  display: block;
  font-size: 80px;
  background: transparent;
  outline: 0;
  border: 0;
  line-height: 150px;
  color: orange;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI > button.classIcon {
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: normal;
    font-size: 30px;
    position: absolute;
  }
}

div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI > div.leyenda {
  width: 80%;
  margin: 0 10%;
  height: 40%;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI > div.leyenda {
    height: 100%;
  }
}

div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI > div.leyenda > div {
  background: orange;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > div.subIcon1 > div.subSI > div.leyenda > div {
    padding: 11px 0;
    background: none;
    color: orange;
  }
}

div.IconViewtheme01 > div.icon > div.subIcon2 {
  width: 70%;
  height: 70%;
  margin: 15%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.4s linear;
  box-sizing: border-box;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > div.subIcon2 {
    display: none;
  }
}


div.IconViewtheme01 > div.icon > a.border-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: block;
}

div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon1 {
  transform: scale(0.85);
  background: orange;
  border: 2px solid transparent;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon1 {
    transform: none;
    border: 0;
  }
}

div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon1 button {
  color: white;
}

div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon1 .leyenda > div {
  transform: scale(1.5);
  background: white;
  border-color: white;
  border-radius: 50px;
  transition: all 0.3s linear;
  color: #5e5e5e;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon1 .leyenda > div {
    transform: none;
    background: none;
    color: white;
  }
}

div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon2 {
  transform: scale(1.5);
  border: 2px solid #ffc267;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme01 > div.icon > a.border-icon:hover ~ div.subIcon2 {
    transform: none;
    border: 0;
  }
}

div.IconViewtheme02 {
  width: 100%;
  height: 250px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

@media only screen and (max-width: 640px) {
  div.IconViewtheme02 {
    height: 200px;
  }
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 {
    height: 40px;
    margin: 1px 0;
  }
}

div.IconViewtheme02 > div.icon {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 20px auto;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  div.IconViewtheme02 > div.icon {
    width: 180px;
    height: 180px;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon {
    width: 100%;
    height: 40px;
    margin: 0 auto;
  }
}

div.IconViewtheme02 > div.icon > div.subIcon1 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #ff6a7a;
  z-index: 3;
  transition: all 0.1s linear;
  box-sizing: border-box;
  background: white;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > div.subIcon1 {
    border-radius: 0px;
    border: 0;
  }
}

div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI {
  width: 100%;
  height: 100%;
  position: relative;
}

div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI > button.classIcon {
  height: 60%;
  width: 80%;
  margin: 0 10%;
  position: relative;
  display: block;
  font-size: 80px;
  background: transparent;
  outline: 0;
  border: 0;
  line-height: 150px;
  color: #ff6a7a;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI > button.classIcon {
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: normal;
    font-size: 30px;
    position: absolute;
  }
}

div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI > div.leyenda {
  width: 80%;
  margin: 0 10%;
  height: 40%;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI > div.leyenda {
    height: 100%;
  }
}

div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI > div.leyenda > div {
  background: #ff6a7a;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  font-size: 16px;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > div.subIcon1 > div.subSI > div.leyenda > div {
    padding: 11px 0;
    background: none;
    color: #ff6a7a;
  }
}

div.IconViewtheme02 > div.icon > div.subIcon2 {
  width: 70%;
  height: 70%;
  margin: 15%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.4s linear;
  box-sizing: border-box;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > div.subIcon2 {
    display: none;
  }
}

div.IconViewtheme02 > div.icon > a.border-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: block;
}

div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon1 {
  transform: scale(0.85);
  background: #ff6a7a;
  border: 2px solid transparent;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon1 {
    transform: none;
    border: 0;
  }
}

div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon1 button {
  color: white;
}

div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon1 .leyenda > div {
  transform: scale(1.5);
  background: white;
  border-color: white;
  border-radius: 50px;
  transition: all 0.3s linear;
  color: #5e5e5e;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon1 .leyenda > div {
    transform: none;
    background: none;
    color: white;
  }
}

div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon2 {
  transform: scale(1.5);
  border: 2px solid #ff6a7a;
}

@media only screen and (max-width: 420px) {
  div.IconViewtheme02 > div.icon > a.border-icon:hover ~ div.subIcon2 {
    transform: none;
    border: 0;
  }
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body {
  display: block;
  width: 200px;
  height: 220px;
  margin: 0 auto;
  transition: all 0.2s linear;
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body:hover {
  transform: scale(1.2);
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body > div.cont-icon {
  height: 140px;
  padding: 0 30px;
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body i {
  display: block;
  width: 140px;
  height: 140px;
  background: #03A9F4;
  color: white;
  line-height: 140px;
  text-align: center;
  font-size: 80px;
  border-radius: 50%;
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body i:hover::before {
  animation-name: mymove;
  animation-duration: 2s;
  transition: all 0.2s linear;
  animation-iteration-count: infinite;
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body > button.leyenda {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 24px;
  background: transparent;
}

div.IconLinkMminimtheme01 a.IconLinkMminim-body > div.description {
  height: 40px;
  text-align: center;
  color: #2b2b2b;
}

.buttomLinktheme01 {
  background: #C9D787;
  border-radius: 3px;
  color: black;
  display: block;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 3px solid #E1BEE7;
  transition: all 0.2s linear;
}

.buttomLinktheme01:hover {
  background: transparent;
}

.iconPreMinimTheme02 {
  width: 250px;
  height: 200px;
}

.iconPreMinimTheme02 * {
  display: block;
  text-align: center;
}

.iconPreMinimTheme02 .iconPreMinim-icon {
  color: #ff728f;
  height: 80px;
  line-height: 80px;
  font-size: 80px;
  text-decoration: none;
}

.iconPreMinimTheme02 .iconPreMinim-leyenda {
  font-size: 20px;
  color: #e91e63;
  text-decoration: none;
}

.iconPreMinimTheme02 .iconPreMinim-description {
  color: #2f2f2f;
}

.iconPreMinimTheme01 * {
  display: block;
  text-align: center;
}

.iconPreMinimTheme01 .iconPreMinim-icon {
  color: #ff728f;
  height: 80px;
  line-height: 80px;
  font-size: 80px;
  text-decoration: none;
}

.iconPreMinimTheme01 .iconPreMinim-leyenda {
  font-size: 20px;
  color: #e91e63;
  text-decoration: none;
}

.iconPreMinimTheme01 .iconPreMinim-description {
  color: #2f2f2f;
}

.simpleLabelLinkTheme01 {
  display: block;
  color: white;
  text-decoration: none;
  height: 40px;
  background: #736b7a;
  padding-left: 40px;
  margin-bottom: 1px;
  position: relative;
  line-height: 40px;
}

.simpleLabelLinkTheme01 * {
  display: block;
}

.simpleLabelLinkTheme01 .simpleLabelLink-icon {
  color: #ff728f;
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.simpleLabelLinkTheme01 .simpleLabelLink-icon::before {
  line-height: 40px;
}

.simpleLabelLinkTheme02 {
  display: block;
  color: white;
  text-decoration: none;
  height: 30px;
  background: #8b8195;
  padding-left: 40px;
  margin-bottom: 1px;
  position: relative;
  line-height: 30px;
  font-size: 14px;
}

.simpleLabelLinkTheme02 * {
  display: block;
}

.simpleLabelLinkTheme02 .simpleLabelLink-icon {
  color: #ffffff;
  position: absolute;
  left: 0;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  transition: all 0.2s linear;
  line-height: 30px;
}

.simpleLabelLinkTheme02 .simpleLabelLink-icon::before {
  line-height: 30px;
}

.simpleLabelLinkTheme02:hover .simpleLabelLink-icon {
  color: #736b7a;
}

.simpleLabelLinkTheme01-active {
  background: #5e5665;
}

.simpleLabelLinkTheme01-active::before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: #ff728f;
  position: absolute;
  left: 0;
  top: 0;
}

.stadisticsMagic {
  padding: 5px;
  box-sizing: border-box;
}

.stadisticsMagic .stadisticsMagic-more {
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  width: 50px;
  height: 40px;
  color: gray;
  z-index: 4;
  right: 10px;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  border-radius: 0 0 3px 3px;
}

.stadisticsMagic canvas {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.stadisticsMagic-report {
  padding: 5px;
  box-sizing: border-box;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table {
  width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-spacing: 0;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table td {
  border-top: 1px #e1e1e1 solid;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table td, .stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table th {
  padding: 10px 5px;
  text-align: center;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.cop1, .stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table th.cop {
  background: #919191;
  color: white;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr:nth-child(2) td, .stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_parent:last-child td {
  background: #b4b4b4;
  font-weight: bold;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_parent:nth-child(1n+3):hover {
  background: #c2c2c2;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_parent td:first-child {
  background: #8bc34a;
  color: white;
  top: 0;
  cursor: pointer;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_child td {
  padding: 1px 0 30px;
  border: 0;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_child td div.row_child_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_child td div.row_child_parent div {
  width: 50%;
  padding: 5px 0;
  margin-bottom: 2px;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_child td div.row_child_parent div:nth-child(1) {
  width: 80%;
}

.stadisticsMagic-report .stadisticsMagic-report-w-table .stadisticsMagic-report-table tr.row_child td div.row_child_parent div:nth-child(2) {
  width: 20%;
}

div.Infobox {
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

div.Infobox a.Infobox-text {
  display: flex;
  height: 60px;
  position: relative;

}

div.Infobox a.Infobox-text .leyenda {
  color: var(--secondary);
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  line-height: 60px;
}

div.Infobox a.Infobox-text i {
  width: 45px;
  color: var(--secondary);
  font-size: 1.3rem;
  line-height: 60px;
  text-align: center;
}

div.Infobox div.Infobox-body {
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.InputForm {
  margin: 10px 0 16px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}

.InputForm .InputForm-alert {
  color: white;
  position: absolute;
  font-size: .75rem;
  text-transform: uppercase;
  right: 0;
  background: #ff7167;
  padding: 2px 8px;
  border-radius:0 0 4px 4px;
  letter-spacing: 1px;
}

.InputForm > div .cselect,
.InputForm > div .select,
.InputForm > div .textbox {
  background-color: #f7f7f7;
  height: 54px;
  border: 1px solid #f7f7f7;
  padding-top: 16px;
  border-bottom: 1px #c1c1c1 solid;
}

.InputForm > div .checkbox {
  background: white;
  height: 25px;
  border: 0 !important;
}

.InputForm > div .InputX-check {
  height: 100%;
  width: 60px;
  border-radius: 50px;
}

.InputForm > div .InputX-check button {
  background: #c0e3ff;
  color: black;
  font-size: 22px;
}

.InputForm > div .InputX-check button::before {
  font-weight: bold !important;
}

.InputForm > div .InputX-check .slide {
  background: #2196f3;
  transition: all 0.2s linear;
  transform: scale(0.9);
  border-radius: 50px;
  display: block;
  opacity: 0;
  width: 100%;
}

.InputForm > div .InputX-check .slidev {
  background: #2196f3;
  transition: all 0.2s linear;
  transform: scale(0.9);
  border-radius: 50px;
  display: block;
}

.InputForm > div .ImputX-input {
	background: transparent;
	white-space: nowrap;
	border: 0px solid;
	text-align: left;
	position: relative;
	width: 100%;
	height: 100%;
	outline: 0px;
	padding: 0 8px;
	box-sizing: border-box;
}
.InputForm > div select.ImputX-input{
	padding: 4px;
}

.InputForm > div .ImputX-list {
  box-shadow: 0 1px 4px 0 #888888;
  border: 0 !important;
  background: #f9f9f9 !important;
  top: -100% !important;
  overflow: auto;
}

.InputForm > div .ImputX-list option {
  height: 35px;
  line-height: 35px;
  padding: 0 10px !important;
  text-align: left;
}

.InputForm .ImputX-close {
  background: transparent;
  border-style: solid;
  outline: 0;
  border: 0;
}

.InputForm .ImputX-close:hover {
  background: #fb5656;
  color: white;
}
 .InputForm > div .InputForm-boxTitle {
     color: var(--primary);
     position: absolute;
	 top: 7px;
	 left: 8px;
	 z-index: 10;
     text-align: left;
     font-size: .8rem;
}
 .InputForm > div .InputForm-title {
     display: block;
     overflow: hidden;
	 letter-spacing: 1px;
	 font-size: .9rem;
}


 .InputForm > div .checkbox {
     background: white;
     height: 25px;
     border: 0 !important;
}
 .InputForm > div .InputX-check {
     height: 100%;
     width: 60px;
     border-radius: 50px;
}
 .InputForm > div .InputX-check button {
     background: #c0e3ff;
     color: black;
     font-size: 22px;
}
 .InputForm > div .InputX-check button::before {
     font-weight: bold !important;
}
 .InputForm > div .InputX-check .slide {
     background: #2196f3;
     -webkit-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     -webkit-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
     border-radius: 50px;
     display: block;
     opacity: 0;
     width: 100%;
}
 .InputForm > div .InputX-check .slidev {
     background: #2196f3;
     -webkit-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     -webkit-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
     border-radius: 50px;
     display: block;
}

 .InputForm > div .ImputX-list {
     -webkit-box-shadow: 0 1px 4px 0 #888888;
     box-shadow: 0 1px 4px 0 #888888;
     border: 0 !important;
     background: #f9f9f9 !important;
     top: -100% !important;
     overflow: auto;
}
 .InputForm > div .ImputX-list option {
     height: 35px;
     line-height: 35px;
     padding: 0 10px !important;
     text-align: left;
}
 .InputForm .ImputX-close {
     background: transparent;
     border-style: solid;
     outline: 0;
     border: 0;
}
 .InputForm .ImputX-close:hover {
     background: #fb5656;
     color: white;
}
@keyframes mymove {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
