* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: "Cera Pro", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

#section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#section1 .boleta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  padding-bottom: 50px;
}
#section1 .boleta .boleta-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}
#section1 .boleta .boleta-txt h4 {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #381451;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta .boleta-txt h4 {
    font-size: 26px;
  }
}
#section1 .boleta .boleta-txt p {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14;
  line-height: 20px;
  color: #494c66;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta .boleta-txt p {
    font-size: 18px;
  }
}
#section1 .boleta .tns-outer {
  width: 100%;
}
@media (max-width: 800px) {
  #section1 .boleta .tns-nav {
    bottom: -10px;
  }
}
#section1 .boleta #slider-boleta {
  width: 100%;
  height: 100%;
}
#section1 .boleta #slider-boleta .tns-item {
  height: unset;
}
#section1 .boleta #slider-boleta .slide-1 {
  width: 800px;
  height: 100%;
}
@media (max-width: 800px) {
  #section1 .boleta #slider-boleta .slide-1 {
    width: 100vw;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent {
  position: absolute;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
  transition: all 0.5s ease;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent:hover {
  background: rgba(91, 46, 175, 0.178);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent:hover .btn-pink-round {
  background: rgb(91, 46, 175);
  transform: scale(1.3);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-1 {
  width: 37%;
  height: 14%;
  top: 2%;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-1 {
    width: 268px;
    height: 137px;
    top: 26px;
    right: 40px;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-2 {
  width: 90%;
  height: 9%;
  top: 18%;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-2 {
    width: 724px;
    height: 98px;
    top: 188px;
    right: 38px;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-3 {
  width: 57%;
  height: 32%;
  top: 36%;
  right: 6%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-3 {
    width: 452px;
    height: 325px;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-4 {
  width: 90%;
  height: 14%;
  top: 84%;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-transparent.area-4 {
    width: 90%;
    height: 14%;
    top: 84%;
    right: 5%;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round {
  cursor: pointer;
  position: absolute;
  border-radius: 50px;
  color: #fff;
  background-color: #e92070;
  border-color: #e92070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 24px;
  height: 24px;
  font-size: 12px;
  padding: 2px;
  transition: all 0.5s ease;
  transform: scale(1);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-1 {
  top: 12%;
  right: 82%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-1 {
    right: 94%;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-2 {
  top: 2%;
  left: 6%;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-3 {
  top: 10%;
  left: -3%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-3 {
    top: 2%;
    left: 2%;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-4 {
  bottom: 24%;
  left: 42%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round.btn-4 {
    top: 6%;
    left: 4%;
  }
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:hover {
  color: #fff;
  background-color: #ce145e;
  border-color: #c31359;
  transform: scale(1.5);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:disabled {
  color: #fff;
  background-color: #e92070;
  border-color: #e92070;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #c31359;
  border-color: #b71254;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c31359;
  border-color: #b71254;
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink-round:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-1 .boleta-container .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-2 {
  width: 800px;
}
@media (max-width: 800px) {
  #section1 .boleta #slider-boleta .slide-2 {
    width: 100vw;
  }
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container img {
  width: 100%;
  margin: 0 auto;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent {
  position: absolute;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 10px;
  transition: all 0.5s ease;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent:hover {
  background: rgba(91, 46, 175, 0.178);
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent:hover .btn-pink-round {
  background: rgb(91, 46, 175);
  transform: scale(1.3);
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent.area-5 {
  width: 90%;
  height: 19%;
  top: 8%;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent.area-5 {
    top: 88px;
    right: 40px;
  }
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent.area-6 {
  width: 90%;
  height: 30%;
  top: 28%;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-transparent.area-6 {
    top: 295px;
    right: 40px;
  }
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round {
  cursor: pointer;
  position: absolute;
  border-radius: 50px;
  color: #fff;
  background-color: #e92070;
  border-color: #e92070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 24px;
  height: 24px;
  font-size: 12px;
  padding: 2px;
  transition: all 0.5s ease;
  transform: scale(1);
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round.btn-5 {
  top: 1%;
  left: 32%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round.btn-5 {
    left: 36%;
  }
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round.btn-6 {
  top: 2%;
  left: -4%;
}
@media only screen and (min-width: 768px) {
  #section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round.btn-6 {
    left: -1%;
  }
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:hover {
  color: #fff;
  background-color: #ce145e;
  border-color: #c31359;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:disabled {
  color: #fff;
  background-color: #e92070;
  border-color: #e92070;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #c31359;
  border-color: #b71254;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c31359;
  border-color: #b71254;
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink-round:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}
#section1 .boleta #slider-boleta .slide-2 .boleta-container .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 65, 133, 0.5);
}

.modal-dialog .modal-content .modal-header {
  text-align: left;
}
.modal-dialog .modal-content .modal-header p {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #381451;
}
.modal-dialog .modal-content .modal-header .close {
  border: none;
  outline: none;
  padding: 10px 10px;
}
.modal-dialog .modal-content .modal-body .clickImgZoom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  text-align: left;
}
.modal-dialog .modal-content .modal-body .clickImgZoom p {
  margin-left: 10px;
  font-size: 12px;
  color: #494C66;
}
.modal-dialog .modal-content .modal-body #gallery .images li {
  list-style: none;
}
.modal-dialog .modal-content .modal-body #gallery .images li img {
  width: 100%;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-body #gallery2 .images li {
  list-style: none;
}
.modal-dialog .modal-content .modal-body #gallery2 .images li img {
  width: 100%;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modal-dialog .modal-content .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.modal-dialog .modal-content .modal-footer p {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #494c66;
}
.modal-dialog .modal-content .modal-footer p span {
  font-weight: 700;
}
.modal-dialog .modal-content .modal-footer ul {
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #494c66;
}
.modal-dialog .modal-content .modal-footer ul span {
  font-weight: 700;
}
.modal-dialog .modal-content .modal-footer ul li {
  margin-left: 2rem;
  line-height: 20px;
}
.modal-dialog .modal-content .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
  text-align: left;
  width: 90%;
}/*# sourceMappingURL=main.css.map */