@font-face {
    font-family: GothamBookRegular;
    src: url(/view/fonts/GothamBookRegular.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(/view/fonts/GB.otf);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
}

.wrapper-white {
    padding: 50px 0;
    background-color: white;
}

.wrapper-red {
    padding: 50px 0;
    background-color: #820505;
    background-image: url(/img/red-wrapper.png);
    color: white;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.content {
    margin: auto;
    font-size: 0;
    width: 100%;
    max-width: 1150px;
    font-family: GothamBookRegular, Arial, sans-serif;
}
header {
    padding: 15px 0;
}
strong {
    font-family: GothamBold, Arial, sans-serif;
}

.hide {
    display: none !important;
}

h1, h2 {
    font-family: GothamBold;
    font-size: 26pt;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    margin: 0 0 30px 0;
}

.wrapper-white h2 {
    text-shadow: none;
    color: #9c0101;
}

span.first_letter {
    font-family: "Times New Roman";
    font-size: 88pt;
    font-weight: bold;
    line-height: 79px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

.content p {
    font-family: GothamBookRegular, Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

.clear {
    clear: both;
}

.center {
    text-align: center !important;
}
.wrapper-red a {
    color: white;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .wrapper-white, .wrapper-red {
        padding: 20px 0;
    }
    .content p {
        font-size: 11pt;
        margin: 15px auto;
        line-height: 18px;
    }

    h1, h2 {
        font-size: 21pt;
        margin-bottom: 20px;
    }

    .content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-logo {
        height: 50px;
    }

    span.first_letter {
        font-size: 49pt;
        line-height: 51px;
        margin-bottom: 0;
    }
    a {
        word-break: break-word;
    }
}

@media (max-width: 500px) {
    .content p {
        text-align: left;
    }

    h1 br {
        display: none;
    }
}
