button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline-offset: 0; }

button,
select {
  text-transform: none;
  background-color: transparent; }

button {
  -webkit-appearance: none;
  cursor: pointer;
  border-style: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

main,
header,
footer,
aside,
article,
section,
details {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

*:focus {
  outline: none; }

*[hidden] {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
  margin: 0;
  padding: 0; }

ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  color: #1c7ed6; }

a:hover {
  color: #4dabf7; }

body {
  margin: 0;
  padding: 0 0;
  font-weight: normal;
  line-height: 1.4;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  color: #3c3c3c;
  font-size: 20px;
  font-family: sans-serif; }

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0);
    opacity: 0; }
  to {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeIn {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
       -moz-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

.header__cover {
  position: relative;
  padding-bottom: 56.25%; }

.header__cover video,
.header__cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.header__content {
  text-align: center; }

.header__content .header__sapo {
  background-color: #C2252C;
  display: flow-root;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #f7f7f7; }

.header__content .header__sapo p {
  font-size: 28px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; }

p {
  max-width: 660px;
  margin: 18px auto;
  font-size: 18px; }

img {
  max-width: 100%;
  height: auto; }

.section {
  padding: 40px 0 30px; }

.section header {
  text-align: center; }

.section header h2 {
  font-size: 35px;
  position: relative;
  font-family: serif;
  padding-top: 10px; }

.section header h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: #D1C0AC; }

.section--bg {
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: bottom;
  padding-bottom: 0; }

.section--bg + section {
  padding-top: 0; }

.section--bg header {
  width: 100%;
  position: relative;
  margin-bottom: 100px; }

.section--bg header .bg {
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url("../images/flag.png");
  width: 30%;
  padding-bottom: 11%;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  display: inline-block; }

.section.summary {
  width: 100%;
  font-size: 25px; }

.section.summary p {
  font-size: 25px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; }

.section.summary .credit {
  padding-top: 20px;
  text-decoration: none;
  color: #aaa; }

.section.chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto; }

.section.chart img:nth-child(1) {
  width: 48%; }

.section.chart img:nth-child(2) {
  width: 48%;
  margin-top: 50px;
  margin-left: 30px; }

.section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
  padding: 0 5%; }

.section__content .item {
  width: 32%;
  background-image: url("../images//BAR-CACKYDH.png");
  -moz-background-size: contain;
       background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0 2% 14% 4%;
  margin-bottom: 35px;
  position: relative; }

.section__content .item h3 {
  color: #BB0F1D;
  position: absolute;
  top: -30px;
  width: 81.4%; }

.section__content .item__name {
  position: absolute;
  bottom: 27%;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase; }

.section__content .item__content {
  padding: 10px 0; }

.section__content .item:last-child h3,
.section__content .item:last-child .item__content {
  background-color: #fff;
  padding: 10px; }

.section .person-list {
  padding: 5px;
  -webkit-box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.1);
  background: #f7f7f7; }

.section .person-list ul {
  margin: 10px 0;
  padding: 0; }

.section .person-list ul li {
  position: relative;
  list-style: none;
  height: 77px;
  width: 77px;
  display: inline-block;
  margin: 0;
  padding: 0; }

.section .person-list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  -moz-background-size: 150%;
       background-size: 150%;
  text-indent: -5000px;
  border: solid 1px #fff;
  cursor: pointer;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px; }

.section .person-detail {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px 100px; }

.section .person-detail .person-header {
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%;
  text-align: left; }

.section .person-detail .person-header .avatar {
  float: left;
  margin-right: 80px;
  border: solid 1px #ddd;
  background: #fff;
  height: 150px;
  width: 150px;
  -moz-background-size: 150%;
       background-size: 150%;
  -webkit-border-radius: 200px;
     -moz-border-radius: 200px;
          border-radius: 200px; }

.section .person-detail .person-header .name {
  float: left;
  font-weight: bold;
  font-size: 30px;
  margin-top: 50px;
  line-height: 1.5em;
  background: #BB0F1D;
  color: #fff;
  padding: 10px 30px;
  min-width: 400px;
  text-align: center; }

.section .person-detail .person-info {
  font-size: 16px;
  text-align: left;
  line-height: 1.8em; }

.share {
  position: fixed;
  right: 20px;
  top: 50px;
  width: 40px;
  -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
       -o-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
  z-index: 9999; }

.share.show {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }

.share a {
  display: block;
  margin-bottom: 10px; }

@media (max-width: 1659px) {
  .section__content .item__name {
    bottom: 115px; } }

@media (max-width: 1439px) {
  .section__content .item__name {
    bottom: 105px; } }

@media (max-width: 1359px) {
  .section__content .item {
    padding: 0 2% 12% 4%; }
  .section__content .item__content p {
    font-size: 15px; }
  .section__content .item__name {
    font-size: 20px; }
  .section__content .item:nth-last-child(2) h3,
  .section__content .item:nth-last-child(2) .item__content, .section__content .item:nth-last-child(3) h3,
  .section__content .item:nth-last-child(3) .item__content {
    background-color: #fff;
    padding: 5px 10px; }
  .section__content .item:last-child h3,
  .section__content .item:last-child .item__content {
    padding: 5px 10px; } }

@media (max-width: 1279px) {
  .section--bg header .bg {
    width: 20%;
    left: 15px; }
  .section__content .item {
    padding-bottom: 15%; }
  .section__content .item__content p {
    font-size: 14px; }
  .section__content .item__name {
    font-size: 18px;
    bottom: 82px; } }

@media (max-width: 768px) {
  .share {
    right: 5px;
    top: 10px; }
  .share a {
    margin-bottom: 2px; }
  .header__content h1 {
    font-size: 30px; }
  .section__content .item {
    width: 50%;
    padding-bottom: 22%; }
  .section__content .item__name {
    font-size: 18px;
    bottom: 95px; }
  .section__content .item h3 {
    width: 87.8%; }
  .section.chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; }
  .section.chart img:nth-child(1) {
    margin: 0 auto;
    width: 60%; }
  .section.chart img:nth-child(2) {
    width: 60%;
    margin: 0 auto; }
  .ptn-container .person-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .ptn-container .person-list ul li {
    margin-bottom: 10px;
    height: 95px;
    width: 95px; }
  .ptn-container .person-list ul li a {
    width: 90px;
    height: 90px;
    -moz-background-size: 200%;
         background-size: 200%;
    text-indent: -5000px; }
  .ptn-container .person-detail {
    padding: 10px; }
  .ptn-container .person-detail .person-header {
    float: none; }
  .ptn-container .person-detail .person-header .avatar,
  .ptn-container .person-detail .person-header .name {
    margin: 0 auto;
    float: none; }
  .ptn-container .person-detail .person-header .name {
    min-width: initial;
    font-size: 24px;
    padding: 10px 10px; }
  .ptn-container .person-detail .person-header .avatar {
    margin-bottom: 10px; } }

@media (max-width: 600px) {
  .header__content h1 {
    font-size: 20px;
    padding: 0 30px; }
  .header__content p {
    padding: 0 20px; }
  .section__content .item {
    width: 100%;
    padding: 0 4% 44% 10%; }
  .section__content .item__name {
    font-size: 18px;
    bottom: 90px; }
  .section__content .item h3 {
    width: 86%; }
  .section--bg header .bg {
    display: none; }
  .section.summary {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 400px) {
  .ptn-container .person-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .ptn-container .person-list ul li {
    margin-bottom: 10px;
    height: 87px;
    width: 87px; }
  .ptn-container .person-list ul li a {
    width: 85px;
    height: 85px;
    -moz-background-size: 150%;
         background-size: 150%; }
  .person-detail {
    padding: 10px !important; }
  .person-detail .person-header .name {
    font-size: 24px !important;
    padding: 10px 10px !important; } }

@media (max-width: 320px) {
  .ptn-container .person-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .ptn-container .person-list ul li {
    margin-bottom: 10px;
    height: 77px;
    width: 77px; }
  .ptn-container .person-list ul li a {
    width: 75px;
    height: 75px;
    -moz-background-size: 150%;
         background-size: 150%; }
  .person-detail {
    padding: 10px !important; }
  .person-detail .person-header .name {
    font-size: 20px !important;
    padding: 10px 10px !important; } }

/*# sourceMappingURL=maps/main.css.map */
