﻿ @font-face {
     font-display: swap;
     font-family: 'Roboto Condensed';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
     src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto Condensed';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/roboto-condensed-v25-latin-700.eot');
     src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-size: 0.875rem;
     line-height: 1.125rem;
     font-family: 'Roboto Condensed', Arial, sans-serif;
     color: #231f20;
     text-align: left;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 800px;
     margin: 0.75rem auto;
     border: 1px solid #CBCBCB;
     overflow: hidden;
     background-color: #fff;
 }

 h1 {
     margin: 16px 0;
     font-size: 19px;
     line-height: 1.25;
     font-weight: 700;
 }

 h2 {
     margin: 0.375rem 0 0.125rem;
     font-size: 1rem;
     line-height: 1.25rem;
     font-weight: 700;
     color: #1E1D39;
 }

 h3 {
     margin: 1rem 0;
     font-size: 16px;
     line-height: 1.25rem;
     font-weight: 700;
 }

 p {
     margin-bottom: 0.5rem;
     text-align: justify;
 }

 header {
     padding: 1.25rem 0 0.5rem;
     background: #E51E25;
     display: flex;
     justify-content: center;
     clip-path: polygon(100% 0, 100% 23%, 62% 57%, 0 35%, 0 0);
     height: 238px;
     align-items: flex-start;
 }

 article {
     padding: 0.75rem 30px 1rem;
     margin: -89px 0 0;
 }

 footer {
     padding: 4.575rem 2.5rem 0.5rem 16.175rem;
     display: flex;
     background: url(../images/background-footer.jpg) no-repeat;
     justify-content: space-between;
     gap: 12px;
 }

 footer section p {
     text-align: right !important;
     padding-right: 12px;
     font-size: 16px;
 }

 footer p a {
     color: #fff !important;
 }

 .social {
     gap: 10px;
     width: 135px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     margin-bottom: 0.35rem;
 }

 img {
     max-width: 100%;
     vertical-align: middle;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     white-space: nowrap;
     text-decoration: none;
 }

 ul {
     margin: 0 0 1rem;
     list-style: none;
 }

 ul li {
     padding-left: 1rem;
     text-align: justify;
 }

 ul li:before {
     content: "\2022";
     color: #EE1D25;
     float: left;
     margin-top: -0.25rem;
     font-size: 1.4375rem;
     line-height: 1em;
     text-indent: -1rem;
     font-family: Arial, Helvetica, sans-serif;
 }

 .logo {
     float: left;
     margin: -8px 50px 10px 0;
 }

 .qrcode {
     position: absolute;
     bottom: 1.125rem;
     left: 30px;
 }

 @media all and (max-width:799px) {
     #wrapper {
         margin: 0;
         border: none;
     }

     :is(p, h1, ul) {
         hyphens: auto;
     }

     p {
         margin-bottom: 8px;
         text-align: left;
     }

     ul li {
         text-align: left;
     }

     article {
         padding: 1rem 1rem 0;
     }

     .qrcode {
         position: static;
         text-align: center;
         margin: 16px;
     }

     footer {
         background: url(../images/background-respon.jpg) repeat;
         padding: 1rem;
         align-items: center;
     }
 }

 @media all and (max-width:660px) {
     header {
         clip-path: none;
         height: auto;
         padding: 1rem;
     }

     article {
         margin: 0
     }

     footer {
         flex-wrap: wrap;
         flex-direction: column;
         background-position: top;
         justify-content: center;
         align-items: center;
         padding: 1rem;
     }
 }