@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,900;");
body {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 1.4em;
}
.color-objetivo{
        color:#4a7d75;
}
.color-descripcion{
  color: #719297;
}
.color-preguntas{
        color: #9ac5d0;
}
.background-objetivo{
        background-color:#4a7d75 !important;
}
.background-descripcion{
  background-color: #719297 !important;
}
.background-preguntas{
        background-color: #9ac5d0 !important;
}
.texto-justificado{
  text-align: justify
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
}

htz-ctn-pcksinfo-parent {
  margin-bottom: 60px;
}

.htz-ctn-pcksinfo {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
  position: relative;
}
.htz-ctn-pcksinfo__icon {
  margin-right: 16px;
  position: absolute;
  top: 20px;
  left: 0;
}
.htz-ctn-pcksinfo__wrapper .title {
  font-size: 1.36em;
  font-weight: bold;
}
.htz-ctn-pcksinfo__wrapper .subtitle {
  font-size: 1em;
}
.htz-ctn-pcksinfo__wrapper .desc {
  font-size: 0.8rem;
}

.htz-ctn-pcksinfo--packs {
  color: #eba946;
}
.htz-ctn-pcksinfo--pack-compl {
  color: #38aaf2;
}
.htz-ctn-pcksinfo--produits {
  color: #ff4590;
}
.htz-ctn-pcksinfo .desc {
  color: #e0e0e0;
}

.htz-ctn-reg {
  position: relative;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 400;
  font-size: 16px;
}
.htz-ctn-reg ul {
  margin: 0;
  padding: 0;
}
.htz-ctn-reg li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.htz-ctn-reg p {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.2em;
}
.htz-ctn-reg__title-box {
  font-size: 16px;
  min-height: 100px;
  min-width: 100px;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 1em;
}
.htz-ctn-reg__title-box .title {
  font-size: 65px;
  line-height: 1em;
  font-weight: 400;
}
.htz-ctn-reg__title-box .subtitle {
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
}
.htz-ctn-reg__title-box .pre-title {
  font-weight: 400;
  margin-bottom: 16px;
}
.htz-ctn-reg__title-box::after {
  content: " ";
  width: 50px;
  height: 4px;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 639px) {
  .htz-ctn-reg__title-box.responsive-font .pre-title {
    font-size: 18px;
  }
  .htz-ctn-reg__title-box.responsive-font .title {
    font-size: 46px;
  }
  .htz-ctn-reg__title-box.responsive-font .subtitle {
    font-size: 32px;
  }
}
.htz-ctn-reg__quote {
  font-weight: 400;
  font-size: 1.56em;
  line-height: 1.4em;
  font-style: italic;
}
.htz-ctn-reg__citation {
  padding-left: 25px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
}
.htz-ctn-reg__citation::before {
  content: " ";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.htz-ctn-reg__title-1 {
  font-size: 1.56em;
  font-weight: bold;
  padding-top: 1em;
}

.htz-ctn-reg-collapsable {
  height: 290px;
  position: relative;
  padding-bottom: 16px;
}
.htz-ctn-reg-collapsable:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.htz-ctn-reg-collapsable-a {
  position: absolute;
  right: 0;
  font-size: 25px;
  left: 0;
  bottom: -5px;
  text-align: center;
  color: red;
  z-index: 0;
}
.htz-ctn-reg-collapsable-a > a {
  background: #4a7d75;
  display: inline-block;
  text-align: center;
  z-index: 3;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  color: white !important;
  font-size: 10px;
}
.htz-ctn-reg-collapsable .mask {
  overflow: hidden;
  -webkit-transition: -webkit-mask-size 0.22s cubic-bezier(0.95, 0.05, 0.795, 0.035), max-height 0.32s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-mask-image: linear-gradient(#000 calc(100% - 9rem), transparent);
  mask-image: linear-gradient(#000 calc(100% - 9rem), transparent);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.htz-ctn-reg-collapsable .htz-ctn-reg-collapsable-container {
  height: 280px;
}
.htz-ctn-reg-collapsable.expanded {
  height: auto;
}
.htz-ctn-reg-collapsable.expanded .htz-ctn-reg-collapsable-container {
  height: auto;
}
.htz-ctn-reg-collapsable.expanded .mask {
  overflow: hidden;
  -webkit-transition: -webkit-mask-size 0.22s cubic-bezier(0.95, 0.05, 0.795, 0.035), max-height 0.32s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: linear-gradient(#000, #000);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.htz-ctn-reg-collapsable.expanded:after,
.htz-ctn-reg-collapsable.expanded .htz-ctn-reg-collapsable-a {
  display: none;
}

.htz-ctn-reg.light .htz-ctn-reg-collapsable .htz-ctn-reg-collapsable:after,
.htz-ctn-reg-collapsable.light .htz-ctn-reg-collapsable:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(30, 30, 30, 0.5), rgba(0, 0, 0, 0));
  content: " ";
  display: block;
}
.htz-ctn-reg.light .htz-ctn-reg-collapsable .htz-ctn-reg-collapsable-a > a,
.htz-ctn-reg-collapsable.light .htz-ctn-reg-collapsable-a > a {
  background: #fff;
  color: white !important;
}

.htz-ctn-reg-list .htz-ctn-reg-list-item {
  margin: 8px 0;
  font-size: 1em;
}
.htz-ctn-reg-list .htz-ctn-reg-list-item:before {
  content: " ";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-right: 4px;
}

.htz-ctn-reg-feature-list-item__title {
  margin-top: 8px;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.htz-ctn-reg-feature-list-item__title:before {
  content: " ";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-right: 4px;
}

.htz-ctn-reg-feature-list .htz-ctn-reg-list {
  padding-left: 16px;
  font-size: 0.9em;
  padding-top: 16px;
}

/*************************************
colors*/
.htz-ctn-reg-list .htz-ctn-reg-list-item:before {
  border: 2px solid #4a7d75 !important;
}

.htz-ctn-reg-feature-list-item__title {
  color: #4a7d75 !important;
}
.htz-ctn-reg-feature-list-item__title:before {
  border: 2px solid #4a7d75 !important;
}

.htz-ctn-reg a {
  color: #4a7d75 !important;
}
.htz-ctn-reg__title-box::after {
  background: #4a7d75 !important;
}
.htz-ctn-reg__citation {
  color: #4a7d75 !important;
}
.htz-ctn-reg__citation::before {
  background: #4a7d75 !important;
}

.htz-ctn-reg.light {
  background: #fff !important;
  color: #3c3c3c !important;
}

.htz-ctn-reg.dark {
  background: #001020 !important;
  color: #e0e0e0 !important;
}
.htz-ctn-reg.dark .htz-ctn-reg__title-box .title {
  color: white;
}
.htz-ctn-reg.dark .htz-ctn-reg__title-box .pre-title {
  color: rgba(255, 255, 255, 0.5) !important;
}
.htz-ctn-reg.dark .htz-ctn-reg p {
  color: rgba(255, 255, 255, 0.6) !important;
}

.htz-banner {
  display: block;
  width: 100%;
  height: 5px;
  background: #719297 !important;
  position: absolute;
  top: 0;
}
@media (max-width: 600px) {
  .htz-banner svg {
    display: none;
  }
}

.htz-reference {
  /* margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px solid #f3f3f3;
  max-width: 1024px; */
}
.htz-reference .htz-reference-content {
  font-size: 14px;
}
.htz-reference .flex-spacer {
  flex: 1;
}
.htz-reference__customer-company {
  font-size: 16px;
  color: #454545;
}
.htz-reference__customer-name {
  font-weight: bold;
  font-size: 28px;
}
.htz-reference__logo {
  margin-bottom: 16px;
  max-width: 100%;
  max-height: 120px;
  height: 120px;
}
.htz-reference__customer-company {
  margin-bottom: 8px;
  margin-top: 8px;
}
.htz-reference__photo-a {
  max-width: 100%;
  width: 100%;
}
.htz-reference__customer-role {
  font-weight: normal;
  color: #555;
  font-size: 0.7em;
  text-transform: uppercase;
  font-style: italic;
  display: block;
}
.htz-reference__info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  /*! padding: 16px; */
}
.htz-reference__logo img {
  height: 100%;
  max-height: 100%;
}
.htz-reference__body {
  font-size: 16px;
  padding-bottom: 16px;
}

@media (max-width: 1023px) {
  .htz-reference {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .htz-reference-content {
    display: block;
  }

  .htz-reference.htz-reference--reversed > div {
    display: block;
    flex-direction: row-reverse;
    /*! align-content: center; */
    /*! justify-content: center; */
  }
}

.row{
  display: block!important;
}