/* Mixins */
/* Styles */
.product-registration {
  background: #fff;
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 50px;
  font-family: 'DINNregular', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.product-registration__heading {
  text-align: center;
  color: #375b65;
  font-family: 'DINNregular', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 35px 0;
  padding-bottom: 25px;
  position: relative;
}
.product-registration__heading:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  content: '';
  display: block;
  background: #375b65;
  width: 50px;
  height: 2px;
}
.product-registration__form-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}
.product-registration__form-plate {
  flex-basis: 49%;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 40px;
}
.product-registration__form-heading {
  font-size: 22px;
  font-family: 'DINNbold', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #375b65;
  margin: 0 0 30px 0;
}
.product-registration__form-label {
  font-size: 14px;
  color: #6e6f72;
  font-family: 'DINNlight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.product-registration__input, .product-registration__select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d4d6d5;
  font-family: 'DINNlight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #6e6f72;
  font-size: 14px;
  margin-bottom: 15px;
}
.product-registration__input:last-child, .product-registration__select:last-child {
  margin-bottom: 0;
}
.product-registration__input {
  padding: 0 15px;
}
.product-registration__select {
  padding: 0 40px 0 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/web/20190616090412im_/https://www.fonadental.es/wp-content/themes/fona/frontend/images/icon-select-dropdown@2x.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: right 15px center;
  cursor: pointer;
}
.product-registration__required {
  color: #7bc6bc;
}
.product-registration__required__bigger {
  font-size: 15px;
}
.product-registration__checkbox-holder {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: center;
}
.product-registration__cta {
  background: #7bc6bc;
  color: #375b65;
  border: none;
  margin-bottom: 45px;
  font-family: 'DINNbold', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  box-sizing: border-box;
  min-width: 320px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 150ms linear;
}
.product-registration__cta:hover {
  background: #375b65;
  color: #7bc6bc;
}
.product-registration__required-fields {
  color: #6e6f72;
  font-size: 14px;
  margin: 0;
}

.split-input-holder {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.split-input-holder:last-child {
  margin-bottom: 0;
}
.split-input-holder__box {
  flex-basis: 48%;
}

.split-select-input {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.split-select-input:last-child {
  margin-bottom: 0;
}
.split-select-input__box-1, .split-select-input__box-2 {
  box-sizing: border-box;
  width: auto;
  margin: 0;
}
.split-select-input__box-1 {
  border-right-width: 0;
}
.split-select-input__box-2 {
  flex-grow: 1;
}

.registration-benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  margin-bottom: 50px;
}
.registration-benefits__box {
  flex-basis: 30.6666666667%;
  padding-top: 130px;
  background-size: 102px 102px;
  background-position: center top;
  background-repeat: no-repeat;
}
.registration-benefits__box--1 {
  background-image: url("/web/20190616090412im_/https://www.fonadental.es/wp-content/themes/fona/frontend/images/registration-benefits__box--1@2x.png");
}
.registration-benefits__box--2 {
  background-image: url("/web/20190616090412im_/https://www.fonadental.es/wp-content/themes/fona/frontend/images/registration-benefits__box--2@2x.png");
}
.registration-benefits__box--3 {
  background-image: url("/web/20190616090412im_/https://www.fonadental.es/wp-content/themes/fona/frontend/images/registration-benefits__box--3@2x.png");
}
.registration-benefits__heading {
  font-family: 'DINNbold', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #375b65;
  margin: 0 0 18px 0;
}
.registration-benefits__text {
  color: #999;
  font-family: 'DINNlight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
}

.custom-label {
  display: block;
  margin-bottom: 26px;
  box-sizing: border-box;
  min-height: 24px;
  padding-left: 39px;
  position: relative;
  width: 95%;
}
.custom-label:last-child {
  margin-bottom: 0;
}
.custom-label:last-of-type {
  margin-bottom: 45px;
}
.custom-label__checkbox {
  display: none;
}
.custom-label__virtual-checkbox {
  width: 24px;
  height: 24px;
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #d4d6d5;
  box-sizing: border-box;
}
.custom-label__virtual-checkbox:hover {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.custom-label__virtual-checkbox.checked {
  background-image: url("/web/20190616090412im_/https://www.fonadental.es/wp-content/themes/fona/frontend/images/icon-checkbox@2x.png");
}
.custom-label__text {
  padding-top: 3px;
  color: #6e6f72;
  font-size: 14px;
  line-height: 21px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  text-align: left;
}
.custom-label__text a {
  color: #7bc6bc;
  text-decoration: none;
  font-family: 'DINNbold', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.custom-label__text a:hover {
  text-decoration: underline;
}

@media (max-width: 1037px) {
  .registration-benefits {
    padding: 0 30px;
  }
  .registration-benefits__box {
    flex-basis: 29%;
  }
  .registration-benefits__heading br {
    display: none;
  }
  .registration-benefits__text br {
    display: none;
  }
}
@media (max-width: 850px) {
  .product-registration__form-plate {
    padding: 30px;
  }

  .split-select-input {
    flex-wrap: wrap;
  }
  .split-select-input__box-1 {
    margin-bottom: 15px;
    border-right-width: 1px;
  }
  .split-select-input__box-1, .split-select-input__box-2 {
    flex-basis: 100%;
  }
}
@media (max-width: 750px) {
  .product-registration__heading {
    font-size: 33px;
    line-height: 35px;
  }

  .split-input-holder {
    flex-wrap: wrap;
  }
  .split-input-holder__box {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .split-input-holder__box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .product-registration__heading {
    font-size: 30px;
    line-height: 33px;
  }

  .registration-benefits {
    flex-wrap: wrap;
    text-align: left;
  }
  .registration-benefits__box {
    flex-basis: 100%;
    padding: 0 0 0 130px;
    background-position: 0 0;
    min-height: 102px;
    margin: 0 0 30px 0;
  }
  .registration-benefits__box:last-child {
    margin-bottom: 0;
  }
  .registration-benefits__heading {
    margin-bottom: 5px;
    line-height: 22px;
  }
  .registration-benefits__text-holder {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 550px) {
  .product-registration {
    padding-top: 30px;
  }
  .product-registration__heading {
    font-size: 26px;
    line-height: 29px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-registration__form-holder {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .product-registration__form-plate {
    flex-basis: 100%;
    padding: 30px 15px 0 15px;
  }
  .product-registration__form-plate:last-child {
    padding-bottom: 30px;
  }
  .product-registration__checkbox-holder {
    padding: 0 15px 30px 15px;
  }
  .product-registration__cta {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
  }

  .registration-benefits {
    padding-left: 15px;
    padding-right: 15px;
  }
  .registration-benefits__box {
    background-size: 80px 80px;
    min-height: 80px;
    padding-left: 95px;
  }
  .registration-benefits__heading {
    font-size: 16px;
    line-height: 20px;
  }
  .registration-benefits__text {
    font-size: 16px;
  }

  .custom-label {
    margin-bottom: 30px;
  }
  .custom-label:last-of-type {
    margin-bottom: 30px;
  }


}

.hf-message, .hf-message-success{
  text-align: center;
  font-size: 40px;
  color: #375b65;
}

.tippy-tooltip {
  font-size: .8rem !important;
  padding: 15px;
}
/*
     FILE ARCHIVED ON 09:04:12 Jun 16, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:17:53 Jun 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.574
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.017
  esindex: 0.009
  cdx.remote: 520.966
  LoadShardBlock: 1255.313 (3)
  PetaboxLoader3.datanode: 1220.124 (5)
  PetaboxLoader3.resolve: 137.736 (2)
  load_resource: 166.858 (2)
*/