body {
  --colorwhite: #ffffff;
  --blackcolor: #000000;
  --borderlin: 1.1px solid #d5007f;
  /*background-image: linear-gradient(70deg, rgba(251, 251, 251, 0.08) 60%, rgba(230, 230, 230, 0.65) 100%);*/
  font-family: Arial, Helvetica, sans-serif;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(226, 226, 226);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #662d91;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #662d91;
}

.form-control {
  height: auto !important;
}

table {
  display: table !important;
  overflow: hidden !important;
  position: relative !important;
}

a:hover {
  color: var(--blackcolor);
}

.contentnav {
  min-height: 30em;
  position: relative;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18);
  top: 0;
  left: 0;
}

.contentnavdet {
  min-height: 5.8em;
  position: relative;
  /*box-shadow: 0px 0.1rem 0.9rem rgba(0,0,0,.18);*/
  top: 0;
  left: 0;
  vertical-align: middle;
  height: 100%;
  margin: auto;
}

.cntenthead {
  width: 100%;
}

.cstmnav {
  position: relative;
  width: 100%;
}

.csmdlgk {
  min-height: 5.8rem;
  height: 100%;
}

.imgheader {
  position: absolute;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 490px) {
  .imgheader {
    position: relative;
    text-align: center;
  }
}

.navv {
  width: 100%;
}

.sptextcolor {
  color: var(--blackcolor);
  font-weight: 700;
  margin-right: 1em;
}

.parallax {
  background-color: transparent;
  /*background-image: linear-gradient(70deg, rgba(251, 251, 251, 0.08) 60%, rgba(230, 230, 230, 0.65) 100%);*/
  min-height: 30em;
}

.contcard {
  background-color: var(--colorwhite);
  margin: 9px 8px 9px 8px;
  border-radius: 233px 299px 251px 0;
  box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  transition: all 1s;
}

.contcarddate {
  background-color: var(--colorwhite);
  margin: 0.5rem;
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  align-items: center;
  border-radius: 11rem 11rem 11rem 11rem;
  box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.1);
  transition: all 1s;
  padding: 1px;
  letter-spacing: -1px;
}

.carddatecont {
  text-align: center;
}

.contenslider {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
}

.itemslidleft {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}

@media screen and (max-width: 1220px) {
  .itemslidleft {
    width: 41%;
  }
}

@media screen and (max-width: 916px) {
  .itemslidleft {
    width: 49%;
  }
}

@media screen and (max-width: 770px) {
  .itemslidleft {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

.itemslidright {
  display: flex;
  position: relative;
  width: 70%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1220px) {
  .itemslidright {
    width: 58%;
  }
}

@media screen and (max-width: 916px) {
  .itemslidright {
    width: 51%;
  }
}

@media screen and (max-width: 770px) {
  .itemslidright {
    width: 100%;
  }
}

.titleent {
  text-transform: uppercase;
  display: flex;
  position: relative;
  padding: 5px;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.titleent:before {
  content: "";
  display: flex;
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 0;
}

.titlexent {
  font-size: 1.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1rem;
  transform: scaleY(0.7);
  text-shadow: 0 4px 0px #e0e0e0, 0 0px 0 #e0e0e0, 0 2px 0 #e2e2e2, 0 1px 0 #d2cbcb, 0 1px 0 #bdbdbd, 0 6px 1px rgba(224, 224, 224, 0.1), 0 0 5px rgba(202, 198, 198, 0.1), 0 1px 3px rgba(204, 204, 204, 0.3), 0 3px 5px rgba(214, 214, 214, 0.2), 0 5px 10px rgba(208, 208, 208, 0.25), 0 10px 10px rgba(204, 200, 200, 0.2), 0 20px 20px rgba(208, 208, 208, 0.15);
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  display: flex;
}

@media screen and (max-width: 684px) {
  .titlexent {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 491px) {
  .titlexent {
    font-size: 1.3rem;
    letter-spacing: 0.6rem;
  }
}

@media screen and (max-width: 351px) {
  .titlexent {
    font-size: 1.1rem;
    letter-spacing: 0.5rem;
  }
}

.contslider {
  padding-top: 2em;
  margin: 0 auto;
  min-height: 29em;
}

@media screen and (max-width: 1280px) {
  .contslider {
    padding-top: 2.5em;
  }
}

@media screen and (max-width: 1126px) {
  .contslider {
    padding-top: 3em;
  }
}

@media screen and (max-width: 993px) {
  .contslider {
    top: 4.5rem;
    padding-top: 0rem;
  }
}

.ctsimg {
  padding-top: 2em;
  margin: 0 auto;
  min-height: 29em;
}

@media screen and (max-width: 1350px) {
  .ctsimg {
    height: 20em;
  }
}

@media screen and (max-width: 990px) {
  .ctsimg {
    height: 18em;
  }
}

@media screen and (max-width: 770px) {
  .ctsimg {
    height: 14em;
  }
}

/**SPRITE CSS*/

.bg-map_aguascalientes {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -10px -10px;
}

.bg-map_bc {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -430px -10px;
}

.bg-map_bcs {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -10px -385px;
}

.bg-map_campeche {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -430px -385px;
}

.bg-map_coahuila {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -850px -10px;
}

.bg-map_colima {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -850px -385px;
}

.bg-map_chiapas {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -10px -760px;
}

.bg-map_cdmx {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -430px -760px;
}

.bg-map_chihuahua {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -850px -760px;
}

.bg-map_durango {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1270px -10px;
}

.bg-map_guanajuato {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1270px -760px;
}

.bg-map_guerrero {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -10px -1135px;
}

.bg-map_hidalgo {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1270px -385px;
}

.bg-map_jalisco {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -430px -1135px;
}

.bg-map_mexico {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1690px -10px;
}

.bg-map_michoacan {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1270px -1135px;
}

.bg-map_morelos {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -850px -1135px;
}

.bg-map_nayarit {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1690px -760px;
}

.bg-map_nuevoleon {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1690px -385px;
}

.bg-map_oaxaca {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -430px -1510px;
}

.bg-map_puebla {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1270px -1510px;
}

.bg-map_queretaro {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -10px -1510px;
}

.bg-map_quintanaroo {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -850px -1510px;
}

.bg-map_sanluispotosi {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1690px -1135px;
}

.bg-map_sinaloa {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -2110px -10px;
}

.bg-map_sonora {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -1690px -1510px;
}

.bg-map_tabasco {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -2110px -1135px;
}

.bg-map_tamaulipas {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -2110px -385px;
}

.bg-map_tlaxcala {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -2110px -760px;
}

.bg-map_veracruz {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -10px -1885px;
}

.bg-map_yucatan {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -2110px -1510px;
}

.bg-map_zacatecas {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -850px -1885px;
}

.bg-map_votomxpng {
  width: 400px;
  height: 355px;
  background: url("/img/map_sprite.png") -430px -1885px;
}

/**END SPRITE CSS**/

.cstmtxttopcard {
  z-index: 2;
  letter-spacing: 0.7rem;
  font-weight: 900;
  transform: scaleY(0.7);
  text-shadow: 0 4px 0px #e0e0e0, 0 0px 0 #e0e0e0, 0 2px 0 #e2e2e2, 0 1px 0 #d2cbcb, 0 1px 0 #bdbdbd, 0 6px 1px rgba(224, 224, 224, 0.1), 0 0 5px rgba(202, 198, 198, 0.1), 0 1px 3px rgba(204, 204, 204, 0.3), 0 3px 5px rgba(214, 214, 214, 0.2), 0 5px 10px rgba(208, 208, 208, 0.25), 0 10px 10px rgba(204, 200, 200, 0.2), 0 20px 20px rgba(208, 208, 208, 0.15);
}

@media screen and (max-width: 990px) {
  .cstmtxttopcard {
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 770px) {
  .cstmtxttopcard {
    letter-spacing: 0.5rem;
  }
}

.titleheader {
  color: var(--blackcolor);
  font-weight: 700;
  font-size: 2.5rem;
}

.homecenter {
  /*min-height: 24em;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.homeright {
  max-height: 24em;
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  border-radius: 15px;
  border: var(--borderlin);
}

.actcstm {
  display: block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.tabcontent {
  padding: 5px 5px 12px 5px;
  display: flex;
  align-items: center;
}

.imgsize {
  height: 32px;
}

.tabcssm {
  display: block;
  padding-left: 10px;
}

.spacline {
  line-height: 0.3;
}

.btnnext {
  position: fixed;
}

.contngraf {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.contntext {
  width: 100%;
  position: relative;
  border: var(--borderlin);
  justify-content: center;
  border-radius: 15px;
  padding: 7px;
  box-shadow: -9px -1px 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 770px) {
  .contntext {
    box-shadow: none;
    margin-right: 0px;
  }
}

.cstmitemrow {
  padding: 0 0.5rem;
  display: flex;
}

.dividercstm {
  display: block;
  width: 100%;
}

.cstmslidercard {
  font-weight: 500;
  color: #5a5a5a;
  font-size: 1rem;
}

.textnumsld {
  font-weight: 650;
  color: var(--blackcolor);
  font-size: 1.5rem;
}

.divider {
  border-top: 2px solid #d5007f;
  margin-right: 15px;
  box-shadow: 0 0.1rem 1rem rgba(76, 75, 75, 0.9);
}

.spacetop {
  margin-top: 1.75rem;
}

.csttxtsect {
  font-weight: 100;
}

.spctxt {
  line-height: 1.1;
}

.cstmnottxt {
  font-weight: 500;
  font-size: 9px;
  color: #7b7b7b;
}

.spctop {
  margin-top: 0.4rem;
  align-self: center;
  justify-items: center;
}

.spctopvd {
  margin-top: 3rem;
  margin-bottom: 2rem;
  align-self: center;
  justify-items: center;
  margin-left: 4rem;
}

.spacesecc {
  margin-top: 1.9rem;
}

.continfslide {
  display: flex;
  flex-flow: wrap row;
  width: 100%;
}

.cont_infizq {
  width: 82%;
  border-right: 5px solid #950054;
  border-radius: 8px;
}

.cont_infizqs {
  border-right: none;
  border-radius: 8px;
}

@media screen and (max-width: 1200px) {
  .cont_infizqs {
    border-right: none;
  }
}

.cont_infder {
  width: 18%;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  display: inline-grid;
}

.cstmsliders {
  width: 100%;
}

.conttitle {
  height: 3.1rem;
}

.textcstms {
  display: flex;
}

.textcstmsdet {
  margin-top: 8px;
}

.cstmiconlog {
  height: 25px;
  padding-left: 9px;
  margin-right: 9px;
  z-index: 2;
}

/**ICON SPRITE CSS**/

.cstmiconent {
  display: flex;
}

.bg-icon_home {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -10px -10px;
}

.bg-icon_votomex {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -56px -10px;
}

.bg-icon_durango {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -10px -56px;
}

.bg-icon_veracruz {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -56px -56px;
}

.bg-icon_sinaloa {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -102px -10px;
}

.bg-icon_oaxaca {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -102px -56px;
}

.bg-icon_nuevoleon {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -10px -102px;
}

.bg-icon_michoacan {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -56px -102px;
}

.bg-icon_mexico {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -102px -102px;
}

.bg-icon_zacatecas {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -148px -10px;
}

.bg-icon_yucatan {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -148px -56px;
}

.bg-icon_tamaulipas {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -148px -102px;
}

.bg-icon_tabasco {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -10px -148px;
}

.bg-icon_tlaxcala {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -56px -148px;
}

.bg-icon_slp {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -102px -148px;
}

.bg-icon_sonora {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -148px -148px;
}

.bg-icon_quintanaroo {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -194px -10px;
}

.bg-icon_puebla {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -194px -56px;
}

.bg-icon_nayarit {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -194px -102px;
}

.bg-icon_morelos {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -194px -148px;
}

.bg-icon_jalisco {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -10px -194px;
}

.bg-icon_hidalgo {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -56px -194px;
}

.bg-icon_guerrero {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -102px -194px;
}

.bg-icon_guanajuato {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -148px -194px;
}

.bg-icon_colima {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -194px -194px;
}

.bg-icon_coahuila {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -240px -10px;
}

.bg-icon_chihuahua {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -240px -56px;
}

.bg-icon_chiapas {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -240px -102px;
}

.bg-icon_cdmx {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -240px -148px;
}

.bg-icon_campeche {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -240px -194px;
}

.bg-icon_bcs {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -10px -240px;
}

.bg-icon_bc {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -56px -240px;
}

.bg-icon_aguascalientes {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -102px -240px;
}

.bg-icon_queretaro {
  width: 26px;
  height: 26px;
  background: url("/img/icon_ent_sprites.png") -148px -240px;
}

/**END ICON SPRITE CSS**/

@media screen and (max-width: 2000px) {
  .cont_infizq {
    width: 76%;
  }

  .cont_infder {
    width: 24%;
  }
}

@media screen and (max-width: 1700px) {
  .cont_infizq {
    width: 75%;
  }

  .cont_infder {
    width: 25%;
  }
}

@media screen and (max-width: 1550px) {
  .cont_infizq {
    width: 72%;
  }

  .cont_infder {
    width: 28%;
  }

  .contngraf {
    width: 80%;
  }

  .textnumsld {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1350px) {
  .cont_infizq {
    width: 68%;
  }

  .cont_infder {
    width: 32%;
  }

  .homecenter {
    display: flex;
  }

  .contngraf {
    width: 25%;
  }

  .textnumsld {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .contcarddate {
    width: 270px;
    margin: 0.3rem;
  }

  .cont_infizq {
    width: 100%;
    border-right: none;
  }

  .cont_infder {
    width: 100%;
    overflow-x: auto;
  }

  .continfslide {
    display: block;
  }

  .homecenter {
    display: flex;
  }

  .textcstms {
    display: none;
  }

  .contngraf {
    width: 50%;
  }

  .textnumsld {
    font-size: 1.5rem;
  }

  .contentcardleft {
    width: 20em;
    margin: 0.7rem 0 !important;
  }
}

@media screen and (max-width: 770px) {
  .homecenter {
    display: block;
  }

  .cont_infizq {
    width: 100%;
  }

  .cont_infder {
    width: 100%;
  }

  .contngraf {
    width: 100%;
    text-align: center;
    vertical-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  .contcard {
    width: 270px;
  }

  .contcarddate {
    width: 270px;
  }
}

@media screen and (max-width: 529px) {
  .slick-slide {
    margin-right: 20em;
    margin-left: 15em;
  }

  .cstmslidercard {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 2000px) {
  .cont_infizq {
    width: 100%;
  }

  .cont_infder {
    width: 0%;
  }
}

@media screen and (max-width: 1700px) {
  .cont_infder {
    width: 0%;
  }
}

@media screen and (max-width: 1550px) {
  .cont_infder {
    width: 0%;
  }
}

@media screen and (max-width: 1350px) {
  .cont_infder {
    width: 0%;
  }
}

@media screen and (max-width: 1200px) {
  .cont_infder {
    width: 0%;
    overflow-x: auto;
  }
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
  color: #000000;
}

div.owl-carousel .owl-nav .owl-prev,
div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
  color: #000000;
}

a {
  text-decoration: none !important;
  color: #000;
}

.homeright .contcard.current a {
  transform: scale(1.03);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.03);
  box-shadow: 2px 5px 4px rgba(31, 15, 15, 0.1);
  color: #d5007f !important;
  font-weight: 600;
}

.contcard:hover {
  transform: scale(1.03);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1);
  box-shadow: 2px 5px 4px rgba(31, 15, 15, 0.1);
  color: #000000;
  font-weight: 600;
}

.homeright .contcarddate.current a {
  transform: scale(1.03);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.03);
  box-shadow: 2px 5px 4px rgba(31, 15, 15, 0.1);
  color: #d5007f !important;
  font-weight: 600;
}

.contcarddate:hover {
  transform: scale(1.03);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1);
  box-shadow: 2px 5px 4px rgba(31, 15, 15, 0.1);
  color: #000000;
  font-weight: 600;
}

.spacecontnet {
  margin-top: -2.4rem;
}

@media screen and (max-width: 1032px) {
  .spacecontnet {
    margin-top: -2rem;
  }
}

@media screen and (max-width: 490px) {
  .spacecontnet {
    margin-top: 1rem;
  }
}

.contentcard {
  background-color: var(--colorwhite);
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1);
  /* width: 80em; */
  padding: 1rem;
  border-radius: 13px;
  margin: 5px;
  opacity: 0;
  transition: 1s opacity;
  display: none;
}

.contentcard:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.02);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.02);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.02);
  box-shadow: 2px 5px 4px rgba(31, 15, 15, 0.1);
}

.activeslide {
  transition: 1s opacity;
  opacity: 1;
  display: initial;
  animation: slide-down 1s ease-out;
  -moz-animation: slide-down 1s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transition: opacity 0s linear;
  }

  100% {
    opacity: 1;
    transition: opacity 1s linear;
  }
}

.cardslideleft {
  position: relative;
  padding: 0 0.8rem;
  display: flex;
}

.content_slide {
  overflow-x: auto;
  display: -webkit-inline-box;
  width: 100%;
  padding: 0.5rem;
  position: relative;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
}

@keyframes slider {
  to {
    transform: translateX(-150%);
  }
}

.contentcardleft {
  background-color: var(--colorwhite);
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0.9rem;
  border-radius: 13px;
  margin: 0 6px 7px;
  transition: 1s opacity;
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.contentcardleft:hover {
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.02);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.02);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.02);
  box-shadow: 2px 5px 4px rgba(31, 15, 15, 0.1);
}

.activeslideleft {
  transition: 1s opacity;
  opacity: 1;
  display: initial;
  animation: slide-downn 1s ease-out;
  -moz-animation: slide-downn 1s ease-out;
}

@keyframes slide-downn {
  0% {
    opacity: 0;
    transition: opacity 0s linear;
  }

  100% {
    opacity: 1;
    transition: opacity 1s linear;
  }
}

.textcsmtfleft {
  position: absolute;
  z-index: 1;
  background-color: #950054;
  box-shadow: 0 1px 2px 0 rgb(220, 220, 220);
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.6rem;
  right: 11px;
  top: -5px;
}

.textbottonleft {
  position: absolute;
  z-index: 1;
  background-color: #950054;
  box-shadow: 0 1px 2px 0 rgb(220, 220, 220);
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.6rem;
  right: 15px;
  bottom: -2px;
}

.contimg {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  line-height: 70px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 900;
}

.contimg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  transform: scale(0.9);
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.carddetail {
  display: flex;
  flex-flow: row;
  height: auto;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}

.detailsct {
  display: flex;
  position: relative;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-right: 0.7rem;
}

.titleinfo {
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
}

.titleinfo::first-letter {
  text-transform: uppercase;
}

.cstmspac {
  line-height: 1;
}

.pdetail {
  font-size: 0.8rem;
  position: relative;
  white-space: normal;
}

.pdetailtip {
  font-size: 0.8rem;
  position: relative;
  white-space: normal;
  display: block;
}

.pdetailtip::first-letter {
  text-transform: uppercase;
}

.contslide {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
}

.sliderinfo {
  overflow: hidden;
  display: contents;
  position: absolute;
  width: 100%;
}

.slidehorz {
  color: #000 !important;
  background: #fff !important;
}

/*.sliderinfo:before {
    content: "";
    height: 100%;
    width: calc(100% + 120px);
    animation: slideinfinite 1s linear infinite;
}*/

@keyframes slideinfinite {
  0% {
    transform: 0;
  }

  100% {
    transform: translateX(-120px);
  }
}

.textcsmtf {
  position: absolute;
  z-index: 1;
  background-color: #950054;
  box-shadow: 0 1px 2px 0 rgb(220, 220, 220);
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.6rem;
  left: 11px;
  top: -8px;
}

.textbotton {
  position: absolute;
  z-index: 1;
  background-color: #950054;
  box-shadow: 0 1px 2px 0 rgb(220, 220, 220);
  border-radius: 50px;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.6rem;
  left: 15px;
  bottom: -7px;
}

.footergraf {
  font-size: 10px;
  color: #000;
  font-weight: 500;
}

.imgfootergraf {
  width: 35px;
  height: 12px;
  margin-right: 2px;
  margin-left: 3px;
}

.seccbotton {
  padding: 2em;
}

.cardbtn {
  background-color: #ffffff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 600;
  border-radius: 0 25px;
}

/*PARALLAX*/

#info {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #fff;
  color: #fff;
  padding: 20px;
  z-index: 9999;
}

.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.hsContent {
  max-width: 450px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: #ebebeb;
  padding: 0 8%;
  text-align: center;
}

.cntfile {
  display: grid;
  position: relative;
}

.errormsj {
  color: #f30707;
}

.msjs {
  color: rgb(0, 143, 55);
  font-size: 0.9rem;
  font-weight: 700;
}

.options {
  position: relative;
}

.contentoptions {
  padding: 1px;
  z-index: 1;
  display: inline-block;
}

.contentoptions:hover {
  transform: scale(1.01);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.01);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.01);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.01);
}

.chip {
  display: inline-flex;
  flex-direction: row;
  background-color: #ffffff;
  border: none;
  cursor: default;
  height: 36px;
  outline: none;
  padding: 0;
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  align-items: center;
  border-radius: 7px;
  vertical-align: middle;
  text-decoration: none;
  justify-content: center;
  padding: 20px 4px;
  border: var(--borderlin);
}

.chipsub {
  display: inline-flex;
  flex-direction: row;
  background-color: #ffffff;
  border: none;
  cursor: default;
  height: 30px;
  outline: none;
  padding: 0;
  font-size: 14px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  align-items: center;
  border-radius: 7px;
  vertical-align: middle;
  text-decoration: none;
  justify-content: center;
  border: var(--borderlin);
}

.chip-head {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #d5007f;
  font-size: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
  justify-content: center;
  width: 36px;
  color: #fff;
  height: 36px;
  font-size: 20px;
  margin-right: -4px;
}

.chip-content {
  cursor: inherit;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 10px;
  font-weight: 200;
  color: #000;
}

.iconchp {
  color: #d5007f;
  cursor: pointer;
  height: auto;
  margin: 4px 4px 0 -8px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 17px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
}

.viewbtn {
  opacity: 1;
}

.hiviewbtn {
  opacity: 0.3;
}

.optionssub {
  margin-top: 6px;
  position: relative;
  margin-bottom: 6px;
  /*display: grid;*/
}

.suboptions {
  vertical-align: middle;
}

.subchip {
  background-color: #fffdfd;
}

.subcontent {
  color: #000;
  font-weight: 500;
}

.searhcinp {
  color: #000 !important;
  border: none !important;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18);
}

.searhcinp:focus {
  border: none !important;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18);
}

.btnsearch {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18);
}

.cstmth {
  background-color: #d5007f !important;
  text-align: center !important;
  color: #fff !important;
  border: 0.5px solid #ffffff !important;
}

.table td,
.table th {
  font-size: 0.75rem !important;
}

.cstmthbord {
  border: 1px solid #ffffff !important;
}

.cstmth:hover {
  background-color: #d5007f !important;
  text-align: center !important;
  color: #fff !important;
}

.table-primary {
  background-color: #d5007f;
  text-align: center;
  color: #fff;
}

.csbtmshow {
  background-color: #fff;
  color: #000;
  border: none;
  font-weight: 600;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18);
}

.csbtmshow:hover {
  background-color: #fff;
  color: #000;
  border: none;
  font-weight: 600;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18);
}

.csbtmshow:focus {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  font-weight: 600 !important;
  box-shadow: 0px 0.1rem 0.9rem rgba(0, 0, 0, 0.18) !important;
}

.csbtmshow_t {
  background-color: #d5007f;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.cstmicon {
  color: #fff;
  font-size: 1.6rem;
}

.tableback {
  background-color: #d5007f;
  position: absolute;
  z-index: 1;
  border-radius: 11px 5px 27px 0;
  padding: 0.6rem;
  box-shadow: 0 4px 6px 0 #a5a0a0;
}

.tablefront {
  background-color: #d5007f;
  position: relative;
  z-index: 1;
  border-radius: 11px 5px 27px 0;
  padding: 0.6rem;
  box-shadow: 0 4px 6px 0 #a5a0a0;
  font-size: 20px;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: inline-block;
}

.contentflip {
  position: relative;
  position: -webkit-sticky;
  background-color: transparent;
}

.contentflip:first-child {
  margin-left: 0;
}

.contgh {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: block;
  animation: none;
}

.contgh.flip {
  transform: rotateY(180deg);
  animation: none;
}

.contgh .front .contgh .back {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.back {
  display: none;
}

.contgh .back {
  width: 100%;
  background-color: transparent;
}

.contgh .front {
  width: 100%;
  background-color: transparent;
  position: relative;
  display: initial;
}

.contgh .back {
  background-color: transparent;
  transform: rotateY(180deg);
}

.contentflip:first-child .contgh .front {
  background-color: transparent;
}

.contentflip:first-child .contgh .back {
  background-color: transparent;
}

.contgh.flip .back {
  display: block;
}

.contgh.flip .front {
  display: none;
}

.dtnspac {
  padding-top: 2.8rem;
}

.custom-select {
  outline: none !important;
}

.customcheckbtn {
  border-radius: 25%;
}

.custom-control-label::before {
  border-radius: 10px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d5007f !important;
  border: none;
}

.custom-control-label::before {
  background-color: #d5007f;
  border: none;
}

.ctsmcheckboxgroup {
  display: grid;
}

path.highcharts-label-box.highcharts-tooltip-box {
  stroke: rgb(237, 237, 237);
  fill: #ffffff;
  stroke-width: 2;
  border: solid 2px rgba(228, 228, 228, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

path.highcharts-grid-line {
  opacity: 0.8;
  stroke-width: 1;
  stroke-dasharray: 8, 7;
}

path.highcharts-axis-line {
  fill: none;
  stroke: rgba(204, 214, 235, 0.2);
  stroke-width: 0.1;
}

path.highcharts-tick {
  stroke-width: 1;
  opacity: 0;
}

path.highcharts-button-box {
  stroke: #fff;
  font-weight: 800;
  color: #000;
}

.highcharts-menu {
  box-shadow: rgb(191, 191, 191) 3px 3px 9px !important;
  border: none !important;
  background: rgb(255, 255, 255) !important;
  padding: 5px 0px !important;
}

.highcharts-menu-item {
  color: #000 !important;
  font-weight: 500;
}

.highcharts-menu-item:hover {
  background-color: #d5007f !important;
  color: #fff !important;
  font-weight: 700;
}

.textshowdate {
  font-weight: 700;
  font-size: 0.9rem;
}

.cstmps {
  font-weight: 400;
  font-size: 0.75rem;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.hooper {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  min-height: 24rem;
  height: auto !important;
}

.hooper-list {
  height: auto;
  display: grid;
}

.hooper-prev {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
}

.hooper-next {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
}

.fndback {
  background-color: transparent;
}

.subtitle {
  font-size: 12px;
  opacity: 0.8;
  width: 60px;
  font-weight: 500;
}

.aling {
  color: #8e8d8d;
  font-size: 0.6rem;
  white-space: normal;
  line-height: 0.9;
  display: grid;
  text-transform: uppercase;
}

.textdias {
  text-align: center;
  padding: 1px 0px;
  font-weight: 700;
}

.sectioncontent {
  position: relative;
  display: flex;
  width: 100%;
}

.titleadd {
  font-weight: 800;
  color: #d50093;
  margin-top: 1rem;
}

.custombtn {
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
  color: #000;
}

.custombtn:hover {
  background-color: transparent;
  background-image: none;
}

.customrow {
  display: inline-block;
}

.spancetopsecc {
  margin-top: 1.8rem;
}

.textcolor1 {
  color: #d5007f;
  font-weight: 800;
}

.textcolor2 {
  color: #662d91;
  font-weight: 800;
}

.textcolor3 {
  color: #950054;
  font-weight: 800;
}

.parraf_pretext {
  font-size: 0.8rem;
}

.tdtabletext {
  max-width: 200px;
}

.trunctabletext {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

td {
  vertical-align: middle !important;
}

.pointcstmcolor {
  height: 20px !important;
  width: 20px !important;
}

.icondown {
  position: fixed;
  display: grid;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  right: 10px;
  bottom: 16px;
  background-color: rgba(255, 255, 255, 0.7137254902);
  border-radius: 35px;
  width: 3.5em;
  height: 3.5em;
  z-index: 20;
}

.icondown::after {
  font-family: "Font Awesome 5 Free";
  content: "\F103";
  color: #d5007f;
  border: none;
  border-radius: 50%;
  font-weight: 900;
  font-size: 8px;
  display: block;
  position: absolute;
  right: 17px;
  bottom: 10px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.icondown:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transition: all 0.2s ease-in-out;
  -ms-transform: scale(1.2);
  -moz-transition: all 0.2s ease-in-out;
  -moz-transform: scale(1.2);
}

.contenticoncircle {
  color: #d40314;
  font-size: 1.5rem;
}

.slideinfite {
  background-color: transparent;
  min-height: 1em;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.contviewinc {
  display: inline-grid;
}

.cstmcloseicon {
  color: #d5007f;
  font-weight: 600;
  font-size: 2rem;
}

.cstmcloseicon:hover {
  transform: scale(1.2);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.2);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.2);
}

.txtabinc {
  font-weight: normal !important;
}

.shadow {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15) !important;
}

.fixtopmenu {
  position: relative;
}

.contenticon {
  position: fixed;
  display: flex;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6117647059);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.23);
  border-radius: 1px;
  width: 3.5em;
  height: 3.5em;
  z-index: 20;
  justify-content: center;
}

.cstmvta {
  width: 20px;
  height: 20px;
}

.customenu {
  color: #d5007f;
  font-size: 1.4rem;
}

.cstmtitlemenu {
  color: #d5007f;
  font-weight: 900;
  text-align: center;
  display: none;
}

.contleft {
  position: absolute;
  width: 100%;
  height: 100%;
}

.menustm {
  position: absolute;
  display: grid;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0;
}

.menuenti {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
}

.licstm {
  list-style: none;
  color: #000000;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 3rem 0;
  padding: 17px 0;
  border-radius: 0 30px 30px 0px;
  width: auto;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 1px 1px white, inset 0px -2px 1px 1px rgba(204, 198, 197, 0.5);
}

.licstm:hover {
  color: #d50080;
  text-shadow: 0 2px 4px rgba(213, 0, 128, 0.6431372549);
}

.txtcstm {
  color: #3b3b3b;
  font-weight: 900;
}

.txtcstm:hover {
  color: #d50080;
  text-shadow: 0 2px 4px rgba(213, 0, 128, 0.6431372549);
}

.viewmenuleft {
  position: fixed;
  background-color: transparent;
  left: 0;
  bottom: 0;
  z-index: 19;
  height: 100%;
  width: 10%;
  border-radius: 0 0 34em;
  text-align: center;
  text-align: center;
  visibility: hidden;
}

.viewmenuleft:hover {
  transition: all 0.2s ease-out;
  visibility: initial;
  z-index: 19;
  height: 100%;
  width: 13%;
  border-radius: 0;
}

.viewmenuleft:hover > .cstmtitlemenu {
  display: none;
}

.viewmenuleft:hover > .contleft > .menustm > .menuenti {
  display: initial;
}

@media screen and (max-width: 1500px) {
  .viewmenuleft:hover {
    width: 18%;
  }
}

@media screen and (max-width: 1380px) {
  .viewmenuleft:hover {
    width: 20%;
  }
}

@media screen and (max-width: 1080px) {
  .viewmenuleft:hover {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .viewmenuleft:hover {
    width: 30%;
  }
}

@media screen and (max-width: 670px) {
  .viewmenuleft:hover {
    width: 35%;
  }
}

@media screen and (max-width: 570px) {
  .viewmenuleft:hover {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .viewmenuleft:hover {
    width: 60%;
  }
}

@media screen and (max-width: 350px) {
  .viewmenuleft:hover {
    width: 85%;
  }
}

.contenticon {
  background-color: rgba(255, 255, 255, 0.4235294118);
  box-shadow: 0 1px 5px rgba(43, 42, 42, 0.1);
}

.contenticon:hover {
  box-shadow: none;
  background-color: #ffffff;
}

.contenticon:hover + .viewmenuleft {
  transition: all 0.2s ease-out;
  visibility: initial;
  z-index: 19;
  height: 100%;
  width: 13%;
  border-radius: 0;
}

.contenticon:hover + .viewmenuleft > .cstmtitlemenu {
  display: none;
}

.contenticon:hover + .viewmenuleft > .contleft > .menustm > .menuenti {
  display: initial;
}

@media screen and (max-width: 1500px) {
  .contenticon:hover + .viewmenuleft {
    width: 18%;
  }
}

@media screen and (max-width: 1380px) {
  .contenticon:hover + .viewmenuleft {
    width: 20%;
  }
}

@media screen and (max-width: 1050px) {
  .contenticon:hover + .viewmenuleft {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .contenticon:hover + .viewmenuleft {
    width: 30%;
  }
}

@media screen and (max-width: 670px) {
  .contenticon:hover + .viewmenuleft {
    width: 35%;
  }
}

@media screen and (max-width: 570px) {
  .contenticon:hover + .viewmenuleft {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .contenticon:hover + .viewmenuleft {
    width: 60%;
  }
}

@media screen and (max-width: 350px) {
  .contenticon:hover + .viewmenuleft {
    width: 85%;
  }
}

.custombtn {
  background-color: transparent !important;
  background-image: none !important;
  border-color: #6c757d !important;
  color: #000 !important;
}

.custombtn:hover {
  background-color: transparent;
}

.cstmbtnsty {
  background-color: #d5007f !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.cstmbtnsty:hover {
  background-color: #d5007f !important;
}

.cardstminf {
  border-radius: 12px;
  margin: 0 1rem;
  text-align: center;
}

.cnttextslid {
  line-height: 1;
  padding: 0rem;
  display: grid;
  border-radius: 6px;
}

.titletextslideinf {
  color: #000000;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: left;
  word-spacing: 2px;
  text-align: center;
}

.subtitletxtslideinf {
  font-weight: 400;
  font-size: 0.8rem;
  margin-left: 7px;
}

/*Menu*/

.cstmbtnto {
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.cstmcirclenav {
  color: #662d91;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.831372549);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.cstmitemnav {
  font-size: 0.1rem;
}

.cstmalignnav {
  display: flex;
  text-align: left;
  justify-content: left;
  align-items: center;
  margin: 0.5rem 0;
}

.dropdown-item {
  color: #000000;
}

.dropdown-item:hover {
  color: #fff;
  font-weight: 400;
  background-color: rgba(102, 45, 145, 0.7);
  border-radius: 0.5rem;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
}

.cstmnavicon {
  height: 20px;
  margin-right: 6px;
}

.cstmtitnav {
  font-size: 0.7rem;
}

.cstmheight {
  max-height: 23rem;
  overflow-y: auto;
}

.cstmheight::-webkit-scrollbar {
  width: 2px;
}

.cstmheight::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(226, 226, 226);
  border-radius: 10px;
}

.cstmheight::-webkit-scrollbar-thumb {
  background: #662d91;
  border-radius: 10px;
}

.cstmheight::-webkit-scrollbar-thumb:hover {
  background: #662d91;
}

/**Animation show menu*/

.cstmprogcont {
  width: 100%;
  background-color: #ef91cc;
  height: 1rem;
  border-radius: 2rem;
}

.cstmjjumverf {
  background-color: #ffffff !important;
}

.nav-link {
  font-weight: 900 !important;
}

.nav-link.active {
  color: #d5007f !important;
}

.cstmtitverif {
  color: #000000;
  font-weight: 600;
}

.cstmlistverif {
  list-style: none !important;
  display: flex;
}

.cstmcntparf {
  padding: 1rem;
  border-radius: 14px;
}

.cstmtitav {
  font-size: 3rem !important;
}

@media screen and (max-width: 415px) {
  .cstmtitav {
    font-size: 1.5rem !important;
  }
}

/***/

.timer {
  border-radius: 15px;
  margin-top: 0.2rem;
}

@media screen and (max-width: 1140px) {
  .timer .timer {
    top: 0;
    background-color: transparent;
  }

  .timer .textcstmsdet {
    display: none;
  }
}

@media screen and (max-width: 424px) {
  .timer .timer {
    position: relative;
    width: auto;
    box-shadow: none;
    height: auto;
    min-height: auto;
  }
}

.cstmcont_timer {
  position: absolute;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 993px) {
  .cstmcont_timer {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 490px) {
  .cstmcont_timer {
    justify-content: center;
  }
}

.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  margin: 0 1px;
}

.timer .number {
  padding: 0 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  width: 60px;
  color: #950054;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 1px 11px rgba(109, 128, 150, 0.6);
}

.timer .day .format,
.timer .hour .format,
.timer .min .format,
.timer .sec .format {
  font-size: 10px;
  opacity: 0.8;
  width: 60px;
  font-weight: 200;
  color: #000;
}

.faltan {
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.cstmbarfi {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 1px;
  width: 100%;
  border-radius: 15px;
  border: var(--borderlin);
  margin: 10px 0;
}

.itembarfi {
  display: flex;
  position: relative;
  padding: 0 3rem;
}

@media screen and (max-width: 1358px) {
  .itembarfi {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1158px) {
  .itembarfi {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 974px) {
  .itembarfi {
    padding: 0 0rem;
  }
}

.cstmcardtxt {
  display: flex;
  flex-flow: column;
  text-align: center;
  color: #000000;
  padding: 3px;
  margin: 4px;
}

.cstmtxtparr {
  font-weight: 100;
}

.cstmnumbparr {
  font-weight: 600;
}

.cstmbordgraf {
  margin-top: 1.5rem;
  padding: 0px;
  border-radius: 15px;
  border: var(--borderlin);
}

.cstmbordprog {
  margin-top: 1.5rem;
  padding: 12px 0;
  border-radius: 15px;
  border: var(--borderlin);
  display: flex;
  justify-content: center;
  width: 100%;
  flex-flow: row wrap;
}

.cstmbordprogen {
  margin-top: 1.5rem;
  padding: 12px 0;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-flow: row wrap;
}

/***/

.buttons {
  min-width: 310px;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 0;
}

.buttons button {
  cursor: pointer;
  border: 1px solid silver;
  border-right-width: 0;
  background-color: #f8f8f8;
  font-size: 1rem;
  padding: 0.5rem;
  outline: none;
  transition-duration: 0.3s;
}

.buttons button:first-child {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

.buttons button:last-child {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-right-width: 1px;
}

.buttons button:hover {
  color: white;
  background-color: rgb(158, 159, 163);
  outline: none;
}

.buttons button.active {
  background-color: #0051B4;
  color: white;
}

.titslid {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

.titletop {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 7px;
}

.titletop1 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 7px 0px 7px 7px;
}

.txtpie {
  font-size: 12px;
  padding-left: 4px;
}

.cstmtitlent {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.cstmavat {
  height: 41px;
  margin-right: 5px;
}

.cstmlinsp {
  background-color: #662d91;
  width: 2px;
  border-radius: 10px;
}

.cstmcntrcont {
  display: flex;
  justify-content: center;
  padding: 0 4px;
}

.cstmtxtcard {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.7em;
  color: #717171;
}

.cstmdesigporc {
  font-weight: 100;
  color: #6b6b6b;
}

.desigabsnumb {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 100;
  color: #5a5a5a;
}

.cstmsldbar {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cstmitemlsdbar {
  padding: 0 0.5rem;
  display: flex;
  align-self: baseline;
  align-self: center;
}

.cstmdesingslec {
  border-radius: 7px;
  border: var(--borderlin);
  font-size: 14px !important;
  font-weight: 200 !important;
  color: #000000 !important;
  outline: none;
  font-family: "Open Sans", sans-serif !important;
  white-space: nowrap !important;
  align-items: center !important;
}

.cstmdesingslecsnbd {
  border-radius: 0px;
  border-bottom: var(--borderlin);
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 12px !important;
  font-weight: 100 !important;
  color: #000000 !important;
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  font-family: "Open Sans", sans-serif !important;
  white-space: nowrap !important;
  align-items: center !important;
}

option {
  font-size: 14px !important;
  font-weight: 200 !important;
  color: #000000 !important;
  outline: none;
  font-family: "Open Sans", sans-serif !important;
  white-space: nowrap !important;
  align-items: center !important;
}

.cstmcontbtn {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}

/*CARGA DE IMAGENES*/

figure {
  position: relative;
}

figure.is-loading {
  position: relative;
}

figure.is-loading:after {
  content: "";
  display: block;
  color: #ddd;
  font-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  transform: translateZ(0);
  animation: loading 1.7s infinite ease;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.table-responsive-sm {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cstmedit {
  color: #131313;
  font-size: 1.2rem;
  padding: 5px;
}

.cstmedit:hover {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.1);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.1);
}

.cstmtrash {
  color: #e90404;
  font-size: 1.2rem;
  padding: 5px;
}

.cstmtrash:hover {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.1);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.1);
}

.cstmiconspac {
  margin: 0 5px;
}

.cstmiconspac:hover {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.1);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.1);
}

.cstmbtnnew {
  border-radius: 6px !important;
  background-color: #d5007f !important;
  border-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.cstmbtnnew:hover {
  outline: none !important;
  outline-offset: 0 !important;
  transform: scale(1.03);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.03);
}

.cstmbtnactive {
  padding: 5px;
  color: #02a81e !important;
  border-color: transparent !important;
  border: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  font-size: 1.3rem;
}

.cstmbtnactive:hover {
  outline: none !important;
  outline-offset: 0 !important;
  transform: scale(1.03);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.03);
}

.cstmbtndesactive {
  padding: 5px;
  color: #727272 !important;
  border-color: transparent !important;
  border: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  font-size: 1.3rem;
}

.cstmbtndesactive:hover {
  outline: none !important;
  outline-offset: 0 !important;
  transform: scale(1.03);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.03);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.03);
}

.cstmbtninc {
  position: relative;
}

.cstmbtninc:hover {
  outline: none !important;
  outline-offset: 0 !important;
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 0.1s ease-in-out;
  -ms-transform: scale(1.1);
  -moz-transition: all 0.1s ease-in-out;
  -moz-transform: scale(1.1);
}

.cstmriginc {
  display: flex;
  justify-content: flex-end;
}

.cstm_tittabsub {
  color: #000000;
  font-weight: 200;
  font-size: 13;
  font-family: Arial, Helvetica, sans-serif;
}

.cstmboxdisable {
  display: flex;
  color: #161616;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.cstmboxdesig {
  display: flex;
  color: #b2b2b2;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.cstmboxnomb {
  display: flex;
  color: #662d91;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.cstmboxcap {
  display: flex;
  color: #d5007f;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

