@media (min-width: 1px) {

    html {
        font-size: 15px;
    }

    .page-header {
        min-height: 32em;
        /*font-size: 2.5em;*/
    }

    .page-header .page-wrapper {
        position: relative;
    }

    .page-header section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-header .top {
        align-items: flex-end;
    }

    .page-header .top .logo-wrapper {

    }

    .page-header .top .logo-wrapper img {
        max-height: 11em;
    }

    .page-header .top h1 span {
        width: 100%;
    }

    .page-header .top h1,
    .page-header .middle h2 {
        text-align: center;
        font-size: 2em;
        flex: 1 1 100%;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        margin: 0.2em 0 0;
    }

    .page-header .top h1 {
        margin-bottom: 0.5em;
    }

    .page-header .bottom .conf {
        text-align: center;
        font-size: 1.5em;
        margin: 1em 0 0;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

    .page-header .bottom .conf-info {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

    .page-header .bottom span {
        font-weight: bold;
        color: #F8981D;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    }

    .page-header .lang {
        position: absolute;
        top: -1em;
        right: 0;
    }

    .page-header .lang p {
        width: 2.5em;
        height: 2.5em;
        background: #F8981D;
        border-radius: 50%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .page-header .lang a {
        font-size: 1.5em;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* ------------- BODY ----------------  */
    .page-body .agenda {
        flex-direction: column;
        color: #242424;
    }

    .page-body .agenda a {
        color: #242424;
    }

    .page-body .agenda a:hover {
        text-decoration: underline;
    }

    .page-body .agenda-heading {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin: 1em 0;
    }

    .page-body .agenda-subheading {
        font-weight: bold;
        color: #242424;
        text-align: center;
        margin-bottom: 2em;
        font-size: 1.4em;
    }

    .page-body .agenda .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 1em;
    }

    .page-body .agenda .row p {
        padding-bottom: 0.8em;
    }

    .page-body .agenda .row span {
        font-weight: bold;
    }

    .page-body .agenda .row .orange {
        font-size: 1.2em;
    }

    .page-body .agenda .row .time {
        flex: 1 1 100%;
        text-align: right;
        font-size: 1.6em;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-weight: bold;
        margin: 1em 0 0.6em;
    }

    .page-body .agenda .time span {
        display: inline-block;
        width: 1em;
        font-size: 0.8em;
    }

    .page-body .agenda .info {
        flex: 1 1 100%;
        font-size: 1.1em;
    }

    .page-body section {
        display: flex;
        justify-content: center;
    }

    /* ------------- FOOTER ----------------  */
    .page-footer {
        min-height: 32em;
        color: #ffffff;
        padding: 2em 0 3em;
        /*font-size: 3em;*/
    }

    .page-footer .info {
        padding: 0;
    }

    .page-footer .info p {
        font-size: 1em;
        padding: 1.5em;
        text-align: center;
    }

    .page-footer .more-info {
        text-align: center;
        padding: 1em 1em 2em;
    }

    .page-footer .more-info .orange:hover {
        text-decoration: underline;
    }

    .page-footer .ecta-social-title,
    .page-footer .watch-title {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

    .page-footer .ecta-social,
    .page-footer .watch {
        display: flex;
        justify-content: center;
    }

    .page-footer .ecta-social .ico-wrapper {
        display: inline-block;
        background: #F8981D;
        width: 3em;
        height: 0;
        padding-bottom: 3em;
        border-radius: 50%;
        margin: 0.7em;
        position: relative;
    }

    .page-footer .ecta-social .ico-wrapper i {
        color: #2E376F;
        font-size: 1.8em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-footer .watch .ico-wrapper {
        background: #F8981D;
        width: 7em;
        height: 3em;
        border-radius: 1.5em;
        margin: 0.7em;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1em;
        color: #2E376F;
    }

    .page-footer .watch .ico-wrapper:hover {
        background: #f9ab03;
    }

    .page-footer .watch .ico-wrapper:nth-child(2) {
        padding: 0 1.2em;
    }

    .page-footer .watch .ico-wrapper i {
        color: #2E376F;
    }

    .page-footer .patron {
        color: #898D91;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .page-footer .patron h5 {
        flex: 1 1 100%;
        text-align: center;
        margin-right: 1em;
        font-size: 1.1em;
    }

    .page-footer .patron div {
        flex: 1 1 100%;
        text-align: center;
    }

    .page-footer .patron img {
        margin-top: 1em;
        max-width: 60%;
    }

    /* ----------MAIN------------ */
    .page-header {

        background: url("../assets/img/header/header-bgrd.jpg") no-repeat center center fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        padding: 2em 1em 1em;
        overflow: hidden;
    }

    .page-body {
        background: #ffffff;
        padding: 1em;
    }

    .page-footer {
        margin-top: auto;
        background: rgb(40, 48, 95);
        background: linear-gradient(135deg, rgba(40, 48, 95, 1) 34%, rgba(63, 75, 153, 1) 100%);
    }

    .hidden {
        display: none;
    }

    .btn .register-btn {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        background: #F8981D;
        margin: 1.75em auto;
        border: 1px solid #F8981D;
        padding: 0.3em 1.2em;
        border-radius: 1.2em;
        font-size: 1.4em;
        box-shadow: inset 0 0 0 0 #FFFFFF;
        -webkit-transition: ease-out 0.3s;
        -moz-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
        position: relative;
        z-index: 2;
    }

    .btn .register-btn:after {
        z-index: 1;
        display: block;
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        border-radius: 1.2em;
        box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.4);
    }

    .btn .register-btn:hover {
        color: #F8981D;
        box-shadow: inset 400px 0 0 0 #ffffff;
    }
}

/* -----------------------------------------------TABLET-------------------------------------------------------------------------- */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .page-header {
        min-height: 32em;
        /*font-size: 1.5em;*/
    }

    .page-header .page-wrapper {
        position: relative;
    }

    .page-header section {
        display: flex;
        justify-content: center;
    }

    .page-header .top {
        align-items: flex-end;
    }

    .page-header .top .logo-wrapper {
        flex: 0 1 50%;
        text-align: right;
    }

    .page-header .top .logo-wrapper img {
        max-height: 15em;
    }

    .page-header .top h1 span {
        width: 100%;
    }

    .page-header .top h1,
    .page-header .middle h2 {
        font-size: 3em;
        flex: 1 1 45%;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        text-align: left;
    }

    .page-header .middle h2:first-child {
        text-align: right;
    }

    .page-header .middle h2:last-child {
        padding-left: 0.6em;
    }

    .page-header .bottom span {
        font-weight: bold;
        color: #F8981D;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    }

    .page-header .lang {
        position: absolute;
        top: 0;
        right: 1em;
        left: auto;
    }

    .page-header .lang p {
        width: 3em;
        height: 3em;
        background: #F8981D;
        border-radius: 50%;
        position: relative;
        margin: 0;
        padding: 0;
        transition: all 0.2s ease-in-out;
    }

    .page-header .lang p:hover {
        background: #ffa51c;
    }

    .page-header .lang a {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.7em;
    }

    /* ------------- BODY ----------------  */
    .page-body {
        padding: 1em 2em;
    }

    .page-body .agenda {
        flex-direction: column;
        color: #242424;
    }

    .page-body .agenda a {
        color: #242424;
    }

    .page-body .agenda-heading {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin: 1.2em 0 0.5em;
    }

    .page-body .agenda-subheading {
        font-weight: bold;
        color: #242424;
        text-align: center;
        margin-bottom: 2em;
        font-size: 1.4em;
    }

    .page-body .agenda .row {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }

    .page-body .agenda .row p {
        padding-bottom: 0.4em;
    }

    .page-body .agenda .row span {
        font-weight: bold;
    }

    .page-body .agenda .row .orange {
        font-size: 1.2em;
    }

    .page-body .agenda .row .time {
        flex: 1 1 15%;
        text-align: right;
        font-size: 1.75em;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        font-weight: bold;
        margin: 0;
    }

    .page-body .agenda .time span {
        display: inline-block;
        width: 1em;
        font-size: 0.8em;
    }

    .page-body .agenda .info {
        flex: 1 1 75%;
        margin-left: 1.4em;
        font-size: 1.3em;
    }

    .page-body section {
        display: flex;
        justify-content: center;
    }

    /* ------------- FOOTER ----------------  */
    .page-footer {
        min-height: 32em;
        color: #ffffff;
        padding: 2em 2em 3em;
        font-size: 1em;
    }

    .page-footer .info {
        padding: 0;
    }

    .page-footer .info p {
        font-size: 1.1em;
    }

    .page-footer .more-info {
        text-align: center;
        padding: 1em 0 2em;
    }

    .page-footer h2 {
        text-transform: uppercase;
        text-align: center;
    }

    .page-footer .ecta-social {
        display: flex;
        justify-content: center;
    }

    .page-footer .ecta-social .ico-wrapper {
        background: #F8981D;
        width: 3.5em;
        height: 0;
        padding-bottom: 3.5em;
        border-radius: 50%;
        margin: 0.6em;
        position: relative;
    }

    .page-footer .ecta-social .ico-wrapper i {
        color: #2E376F;
        font-size: 2em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-footer .patron {
        color: #898D91;
        display: flex;
        align-items: center;
    }

    .page-footer .patron img {
        max-width: 30%;
    }

    .page-footer .patron h5 {

    }

    .page-footer .patron div {

    }
}

/* -----------------------------------------------DESKTOP-------------------------------------------------------------------------- */

@media (min-width: 1200px) {

    .page-header {
        min-height: 32em;
        font-size: 1em;
    }

    .page-header .page-wrapper {
        position: relative;
    }

    .page-header section {
        display: flex;
        justify-content: center;
    }

    .page-header .top {
        align-items: flex-end;
    }

    .page-header .top .logo-wrapper {
        flex: 1 1 50%;
        text-align: right;
    }

    .page-header .top .logo-wrapper img {
        max-height: 15em;
    }

    .page-header .top h1 span {
        width: 100%;
    }

    .page-header .top h1,
    .page-header .middle h2 {
        font-size: 3em;
        flex: 1 1 50%;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

    .page-header .top h1 {
        padding-right: 3em;
    }

    .page-header .middle h2:first-child {
        text-align: right;
    }

    .page-header .middle h2:last-child {
        padding-left: 0.6em;
    }

    .page-header .bottom h5 {
        color: #FFFFFF;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
        text-align: center;
        font-size: 1.5em;
    }

    .page-header .bottom .conf {
        width: 90%;
        color: #004890;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
        font-size: 2em;
    }

    .page-header .lang {
        position: absolute;
        top: 1em;
        right: 2em;
    }

    .page-header .lang p {
        width: 2em;
        height: 2em;
        background: #F8981D;
        border-radius: 50%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .page-header .lang a {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.1em;
    }

    .btn .register-btn {
        font-size: 1.5em;
    }

    /* ------------- BODY ----------------  */
    .page-body {
        font-size: 1.1em;
    }

    .page-body .agenda {
        flex-direction: column;
        color: #242424;
    }

    .page-body .agenda .info {
        font-size: 1.1em;
    }

    .page-body .agenda a {
        color: #242424;
    }

    .page-body .agenda-heading {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        margin: 1em 0;
    }

    .page-body .agenda-subheading {
        font-weight: bold;
        color: #242424;
        text-align: center;
        margin-bottom: 2em;
        font-size: 1.4em;
    }

    .page-body .agenda .row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2em;
    }

    .page-body .agenda .row p {
        padding-bottom: 0.4em;
    }

    .page-body .agenda .row span {
        font-weight: bold;
    }

    .page-body .agenda .row .orange {
        font-size: 1.2em;
    }

    .page-body .agenda .row .time {
        flex: 1 1 23%;
        text-align: right;
        font-size: 1.4em;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        font-weight: bold;
        margin-top: 0.1em;
    }

    .page-body .agenda .time span {
        display: inline-block;
        width: 1em;
        font-size: 0.7em;
    }

    .page-body .agenda .info {
        flex: 1 1 72%;
        margin-left: 1.5em;
    }

    .page-body section {
        display: flex;
        justify-content: center;
    }

    /* ------------- FOOTER ----------------  */
    .page-footer {
        min-height: 32em;
        color: #ffffff;
        padding: 2em 2em 3em;
        font-size: 1em;
    }

    .page-footer .info {
        padding: 0;
    }

    .page-footer .info p {
        font-size: 1.2em;
        padding: 1.5em;
        text-align: center;
    }

    .page-footer .more-info {
        text-align: center;
        padding: 1em 0 2em;
    }

    .page-footer .ecta-social-title,
    .page-footer .watch-title {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

    .page-footer .ecta-social,
    .page-footer .watch {
        display: flex;
        justify-content: center;
    }

    .page-footer .ecta-social .ico-wrapper {
        display: inline-block;
        background: #F8981D;
        width: 3em;
        height: 0;
        padding-bottom: 3em;
        border-radius: 50%;
        margin: 0.7em;
        position: relative;
    }

    .page-footer .ecta-social .ico-wrapper:hover {
        background: #f9ab03;
    }

    .page-footer .ecta-social .ico-wrapper i {
        color: #2E376F;
        font-size: 1.8em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-footer .watch .ico-wrapper {
        background: #F8981D;
        width: 7em;
        height: 3em;
        border-radius: 1.5em;
        margin: 0.7em;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1em;
        color: #2E376F;
    }

    .page-footer .watch .ico-wrapper:hover {
        background: #f9ab03;
    }

    .page-footer .watch .ico-wrapper:nth-child(2) {
        padding: 0 1.2em;
    }

    .page-footer .watch .ico-wrapper i {
        color: #2E376F;
    }

    .page-footer .patron {
        color: #AFAFAF;
        display: flex;
        text-align: right;
    }

    .page-footer .patron img {
        max-width: 40%;
    }

    .page-footer .patron img:hover {
        filter: drop-shadow(-0px 1px 1px rgba(253, 156, 29, 0.25));
    }

    .page-footer .patron h5 {
        flex: 1 1 40%;
        text-align: right;
        margin-right: 1em;
        font-size: 1.05em;
    }

    .page-footer .patron div {
        flex: 1 1 50%;
        text-align: left;
    }
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-wrapper {
    max-width: 60em;
    margin: 0 auto;
}

.orange {
    color: #F8981D;
}

.upper {
    text-transform: uppercase;
}

.ecta {
    font-family: Calibri, sans-serif;
    color: #0b2677 !important;
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1;
    margin-left: 0.1em;
}

.ecta-white {
    font-family: Calibri, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3em;
}

a.ecta-white:hover {
    text-decoration: underline;
}

.page-body .agenda .row p.participants:not(:last-child) {
    padding-bottom: 0.2em;
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}
