.booklet-wrapper {
  color: #454346 !important;
}
.booklet-wrapper .booklet-button {
  font-family: TexGyreAdventorBold;
  position: relative;
  cursor: pointer;
}
.booklet-wrapper .booklet-button:hover:after {
  margin: 0 18px 0 0;
}
.booklet-wrapper .booklet-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7.5L0.499999 14.8612L0.5 0.138783L11 7.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 11px;
  height: 15px;
  margin: 0 20px 0 0;
}
.booklet-wrapper .booklet-button input,
.booklet-wrapper .booklet-button a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: #c8322d;
  width: 100%;
  color: #fff;
  padding: 18px 60px 18px 20px;
}
.booklet-wrapper .booklet-unstyled-button {
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
  margin-left: 15px;
}
.booklet-wrapper .booklet-unstyled-button > a {
  color: #454346;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-form__select {
    padding: 10px;
  }
}
.booklet-wrapper .booklet-form__select + .booklet-form__select {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-form__select + .booklet-form__select {
    margin-top: 0;
  }
}
.booklet-wrapper .booklet-form__select.secondary {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-form__select.secondary {
    width: calc(33% - 10px);
    padding: 0;
    margin-top: 0;
  }
}
.booklet-wrapper .booklet-form__select.secondary .input-combo-filter {
  height: 40px;
  padding: 0;
  width: 100%;
  margin: 0 !important;
}
.booklet-wrapper .booklet-form__select.secondary .input-combo-filter .selector {
  background: transparent;
}
.booklet-wrapper .booklet-form__select.secondary .input-combo-filter .selector:after {
  right: 12px;
}
.booklet-wrapper .booklet-form__select.secondary .input-combo-filter .selector select {
  background-color: #d9d7d1;
  border: none;
}
.booklet-wrapper .booklet-form__select .input-combo-filter {
  min-height: none;
  font-size: 14px;
  color: #454346;
  border: none;
  min-height: auto;
  margin: 0;
  height: 56px;
}
.booklet-wrapper .booklet-form__select .input-combo-filter .selector {
  height: 100%;
}
.booklet-wrapper .booklet-form__select .input-combo-filter .selector:after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L9 9.5L17 1.5' stroke='%23454346' stroke-width='2'/%3E%3C/svg%3E%0A");
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.booklet-wrapper .booklet-form__select .input-combo-filter .selector select {
  height: 100%;
  border: 1px solid #929292;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: none;
  color: #454346;
  font-size: 14px;
  font-weight: 400;
}
.booklet-wrapper .filters-wrapper {
  position: relative;
  display: block;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .filters-wrapper {
    box-shadow: none;
  }
}
.booklet-wrapper .filters-wrapper .booklet-header {
  float: none;
  display: flex;
  justify-content: space-between;
  border: none;
  background: #ffffff;
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .filters-wrapper .booklet-header {
    display: none;
  }
}
.booklet-wrapper .filters-wrapper .booklet-header .icon {
  margin-left: auto;
  margin-top: 3px;
}
.booklet-wrapper .filters-wrapper .booklet-header[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.booklet-wrapper .filters-wrapper .booklet-header .booklet-title {
  color: #c8322d;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: TexGyreAdventorBold;
  font-size: 16px;
}
.booklet-wrapper .filters-wrapper .booklet-form {
  padding: 0 25px 30px;
  display: none;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .filters-wrapper .booklet-form {
    display: block;
    padding: 25px 15px 30px;
  }
}
.booklet-wrapper .filters-wrapper .booklet-form .booklet-form__header {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .filters-wrapper .booklet-form .booklet-form__header {
    padding: 0 10px;
  }
}
.booklet-wrapper .filters-wrapper .booklet-form .booklet-form__header p {
  padding: 0;
  font-size: 14px;
}
.booklet-wrapper .filters-wrapper .booklet-form form:after {
  content: " ";
  display: table;
  clear: both;
}
.booklet-wrapper .filters-wrapper .booklet-form .booklet-form__ctas {
  height: auto;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .filters-wrapper .booklet-form .booklet-form__ctas {
    margin-top: 0;
    padding: 10px;
  }
}
.booklet-wrapper .filters-wrapper .booklet-form .booklet-form__ctas > .booklet-button {
  display: inline-block;
}
.booklet-wrapper .filters-wrapper .booklet-form .booklet-form__ctas > .booklet-button > input {
  width: 160px;
  height: 56px;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .filters-wrapper .booklet-form .booklet-form__ctas > .booklet-button > input {
    width: 185px;
  }
}
.booklet-wrapper .filters-wrapper .booklet-form .booklet-form__ctas > .booklet-unstyled-button {
  display: inline-block;
  margin-left: 30px;
}
.booklet-wrapper .booklet-body > .belt {
  overflow: hidden;
}
.booklet-wrapper .booklet-body .booklet-body__header {
  float: none;
  padding: 30px 25px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-body .booklet-body__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.booklet-wrapper .booklet-body .booklet-grid {
  margin: 30px 0;
}
.booklet-wrapper .booklet-body .booklet-grid::after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-body .booklet-grid {
    padding: 0 15px;
  }
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item {
  padding: 0 25px;
  float: left;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-body .booklet-grid .booklet-item {
    padding: 0 10px;
  }
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  transition: all 0.45s ease-in;
  position: relative;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25);
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper > a, .booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper > button {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper > button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper > button:hover, .booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper > button:focus, .booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper > button:active {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__cta.download {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  width: auto;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__cta.download:hover svg path {
  transition: all 0.3s ease;
  fill: #c8322d;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__image a:hover img {
  transform: none;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__image img {
  transition: none;
  margin: 0;
  height: 160px;
  max-height: none;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__image img {
    height: 170px;
  }
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__title {
  text-align: left;
  margin: 0 0 30px;
  color: #454346;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__title .booklet-item__type {
  font-size: 14px;
  margin: 0 0 10px;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__title .booklet-item__name {
  font-family: TexGyreAdventorBold;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  max-width: none;
  margin: auto 0 0;
}
@media screen and (max-width: 330px) {
  .booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__buttons {
    display: none;
  }
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__buttons > span {
  font-family: TexGyreAdventorBold;
  font-weight: 500;
  font-size: 16px;
  color: #c8322d;
  transition: all 0.3s ease;
}
.booklet-wrapper .booklet-body .booklet-grid .booklet-item .booklet-item__wrapper .booklet-item__body .booklet-item__buttons > span:hover {
  color: #454346;
}
.booklet-wrapper .booklet-body .booklet-button {
  display: block;
  margin: 0 auto;
  width: 260px;
  margin-bottom: 50px;
}
.booklet-wrapper .booklet-body .booklet-grid__text {
  margin: 0 0 50px 0;
  padding: 0 25px;
  font-size: 14px;
  line-height: 1.2;
}
.booklet-wrapper .booklet-body .booklet-list {
  padding: 50px 0;
  margin: 0;
}
.booklet-wrapper .booklet-body .booklet-list h2 {
  font-family: TexGyreAdventorBold;
}
.booklet-wrapper .booklet-body .booklet-list .filters-list-wrapper {
  padding: 0 25px;
}
.booklet-wrapper .booklet-body .booklet-list .filters-list-wrapper ul {
  padding: 20px 0;
}
.booklet-wrapper .booklet-body .booklet-list .filters-list-wrapper ul > li {
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .booklet-wrapper .booklet-body .booklet-list .filters-list-wrapper ul > li {
    width: 50%;
  }
}
.booklet-wrapper.booklet-single {
  position: relative;
  /* PDF styles */
  /* end PDF styles */
}
.booklet-wrapper.booklet-single .mobile-help-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -30px;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper.booklet-single .mobile-help-overlay {
    display: none;
  }
}
.booklet-wrapper.booklet-single .mobile-help-overlay p {
  font-family: TexGyreAdventorBold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 50px;
  text-align: center;
  width: 250px;
  color: #fff;
}
.booklet-wrapper.booklet-single .mobile-help-overlay svg {
  margin-bottom: 200px;
  overflow: visible;
}
.booklet-wrapper.booklet-single .mobile-help-overlay svg path:nth-child(2) {
  animation: arrowToRightMotion 0.5s ease-in 2s 4 alternate;
}
.booklet-wrapper.booklet-single .mobile-help-overlay svg path:nth-child(3) {
  animation: arrowToLeftMotion 0.5s ease-in 0s 4 alternate;
}
.booklet-wrapper.booklet-single .booklet-info.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper.booklet-single .booklet-info.desktop {
    display: block;
  }
}
.booklet-wrapper.booklet-single .booklet-info.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper.booklet-single .booklet-info.mobile {
    display: none;
  }
}
.booklet-wrapper.booklet-single .booklet-info-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper.booklet-single .booklet-info-wrapper {
    flex-direction: row;
  }
}
.booklet-wrapper.booklet-single .booklet-info-wrapper h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #454346;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .booklet-wrapper.booklet-single .booklet-info-wrapper h3 {
    margin-bottom: 0;
    margin-right: 30px;
    text-align: left;
  }
}
.booklet-wrapper.booklet-single .booklet-info-wrapper .booklet-button a {
  width: 240px;
  text-align: center;
}
.booklet-wrapper.booklet-single .thumbnail-list {
  position: relative !important;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  padding: 50px 0;
  text-align: left;
  transform: none;
  float: none;
}
.booklet-wrapper.booklet-single .thumbnail-list .thumbnail-wrapper {
  overflow-y: hidden;
}
.booklet-wrapper.booklet-single .thumbnail-list .title {
  font-size: 16px;
  margin: 0;
}
.booklet-wrapper.booklet-single .thumbnail-list .thumbnail-list-box {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 30px;
}
.booklet-wrapper.booklet-single .thumbnail-list .thumbnail-list-box .thumbnail-item {
  width: 25%;
  flex: 0 0 auto;
  transition: all 0.3s ease;
}
.booklet-wrapper.booklet-single .thumbnail-list .thumbnail-list-box .thumbnail-item:hover {
  transform: scale(1.05);
}
.booklet-wrapper.booklet-single .thumbnail-list .thumbnail-list-box .thumbnail-img {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.booklet-wrapper.booklet-single .df-floating {
  min-height: auto;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .booklet-wrapper.booklet-single .df-floating {
    max-height: calc(78vh - 15px);
    height: calc(100vw / 0.65) !important;
  }
}
@media only screen and (min-width: 768px) {
  .booklet-wrapper.booklet-single .df-floating {
    min-height: 700px;
  }
}
.booklet-wrapper.booklet-single .df-floating .df-book-stage {
  padding: 15px 15px 45px;
}
@media only screen and (min-width: 768px) {
  .booklet-wrapper.booklet-single .df-floating .df-book-stage {
    padding: 0 50px 190px;
  }
}
.booklet-wrapper.booklet-single .df-floating .df-book-stage .df-book-wrapper {
  margin-top: 0 !important;
}
.booklet-wrapper.booklet-single .df-floating .df-ui-controls {
  top: initial;
  left: 50%;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .booklet-wrapper.booklet-single .df-floating .df-ui-controls {
    max-width: 90%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .booklet-wrapper.booklet-single .df-floating .df-ui-controls {
    bottom: 90px;
  }
}
.booklet-wrapper.booklet-single .df-floating .df-ui-controls .more-container {
  top: -15px;
  left: 0;
  bottom: initial;
  transform: translate(-100%, -100%);
}
@media only screen and (min-width: 992px) {
  .booklet-wrapper.booklet-single .df-floating .df-ui-controls .more-container {
    top: initial;
    left: 50px;
    bottom: 0;
    transform: none;
  }
}
@keyframes arrowToRightMotion {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(20px);
  }
}
@keyframes arrowToLeftMotion {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-20px);
  }
}

/*# sourceMappingURL=folletos.css.map */
