@font-face {
  font-family: 'AGaramondPro-Italic';
  src: url('../fonts/AGaramondPro-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MinionPro-Regular';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothicBold';
  src: url('../fonts/century-gothic-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroyMedium.woff2') format('woff2'),
  url('../fonts/gilroyMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyRegular';
  src: url('../fonts/gilroyRegular.woff2') format('woff2'),
  url('../fonts/gilroyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyLight';
  src: url('../fonts/gilroyLight.woff2') format('woff2'),
  url('../fonts/gilroyLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.blue-title {
  font-size: 23px;
  font-family: "CenturyGothic";
  color: var(--main-color-accent);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.174;
  margin: 30px 0;
}

.color-blue {
  color: rgb(0, 68, 121);
}

.title-bold {
  font-weight: bold;
  font-size: 16px;
}

.link-bold-blue {
  color: rgb(0, 68, 121);
  text-decoration: none;
  /*font-weight: bold;*/
  font-family: 'CenturyGothicBold';
  font-size: 14px;
}

.link-bold-blue-lg {
  font-size: 17px;
}

.title-biography {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 68, 121);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
}

.p-results {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  font-style: italic;
  line-height: 1.8;
}

.title-search {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 68, 121);
  font-weight: bold;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.title-black {
  font-size: 24px;
  font-family: "CenturyGothicBold";
  color: rgb(0, 0, 0);
  line-height: 1.125
}

.customs-title {
  margin: 20px 0;
}

.text-black {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.688;
}

.p-black {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.688;
}
.p-black-16 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
  margin-top: 6px;
}

.green-text {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(81, 133, 1);
  line-height: 1.688;
}

.red-text {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #a94442;
  line-height: 1.688;
}

.small-text {
  font-size: 14px;
  font-family: "CenturyGothic";
  color: rgb(0, 0, 0);
  line-height: 1.929;
}
.list-dist {
  list-style-type: disc;
  padding-left: 40px;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(0, 0, 0);
}

@media screen and  (max-width: 768px) {
  .blue-title {
    font-size: 19px;
  }

  .title-black {
    font-size: 16px;
  }

  .small-text {
    font-size: 13px;
  }

  .text-black {
    font-size: 16px;
  }

  .green-text {
    font-size: 13px;
  }

  .red-text {
    font-size: 13px;
  }

  .p-black {
    font-size: 13px;
  }
  .customs-title {
    text-align: center;
  }
  .list-dist {
    font-size: 13px;
  }
}

