/* Generated by less 2.5.1 */
/*bordes redondeados*/
/*box sizing*/
/*transitions*/
/*cover*/
.modal {
  width: 50%;
  max-width: 450px;
  height: 70vh;
  max-height: 690px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  padding: 60px 65px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: -35vh auto 0;
  text-align: center;
  background: #2C3034;
  z-index: 1000;
}
.modal .close {
  width: 18px;
  position: absolute;
  top: 0px;
  right: -30px;
  cursor: pointer;
  transition: all 0.4s;
}
.modal .close:hover {
  opacity: .7;
}
.modal h2 {
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  font-size: 24px;
  color: #fafafa;
}
.modal h2:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  background: #95989A;
}
.modal .wysiwyg {
  height: calc(70vh - 280px);
  margin: 60px 0 30px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  color: #fafafa;
  overflow: hidden;
  overflow-y: auto;
}
.modal .wysiwyg a {
  color: #b48541;
  text-decoration: none;
}
.modal .wysiwyg a:hover {
  text-decoration: underline;
}
.modal .wysiwyg::-webkit-scrollbar {
  -webkit-appearance: none;
}
.modal .wysiwyg::-webkit-scrollbar:vertical {
  width: 6px !important;
}
.modal .wysiwyg::-webkit-scrollbar:horizontal {
  height: 6px !important;
}
.modal .wysiwyg::-webkit-scrollbar-thumb {
  background-color: #444 !important;
  border-radius: 10px !important;
}
.modal .wysiwyg::-webkit-scrollbar-track {
  border-radius: 10px !important;
  background-color: #000 !important;
}
.modal .btnPopUp {
  padding: 0 65px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #b48541;
  color: #fff;
}
.prevArrow {
  width: 32px!important;
  left: -15% !important;
  background-image: url(../img/arrow_left.svg) !important;
  background-size: 32px!important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
}
.nextArrow {
  width: 32px!important;
  right: -15% !important;
  background-image: url(../img/arrow_right.svg) !important;
  background-size: 32px!important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
}
.layerModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(25, 25, 25, 0.55);
  z-index: 999;
}
@media (max-width: 800px) {
  .modal {
    width: 90%;
    padding: 60px 30px;
  }
  .modal .close {
    right: 0;
    top: -25px;
  }
  .modal .wysiwyg {
    height: calc(80vh - 280px);
  }
}
