:root {
    --color-blue-tc: #010462;
    --color-puple-opaque: #595cb5;
    --color-pink-tc: #f76df8;
    --color-green-tc: #72ffca;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

html,
body {
    min-height: 100%;
    overflow-x: hidden;
    color: #fff;
    background: var(--color-blue-tc);
}

@media (min-width: 1452px) {
    body {
        background-size: contain;
    }
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */

.top-cols {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .top-cols > * {
        width: calc(50% - 10px);
    }

    .top-cols {
        flex-direction: row;
        gap: 20px;
    }

    .top-cols > *:nth-child(1) {
        order: 1;
    }

    .top-cols > *:nth-child(2) {
        order: 0;
    }
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */

.header {
    margin-bottom: 40px;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1024px) {
    .header {
        width: 50%;
        margin-bottom: 40px;
        padding-top: 25px;
        padding-right: 40px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */
.container.is-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .container.is-top {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */

.logo {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    .logo {
        margin: 0;
    }
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */

.menu {
    display: flex;
    justify-content: center;
    gap: 48px;
    font: 14px "resolve_sansbold";
    text-transform: uppercase;
    color: #ccc;
}

.menu__item {
    color: var(--color-puple-opaque);
}

.menu__item.is-active {
    color: #fff;
}

@media (min-width: 1024px) {
    .menu {
        display: flex;
        justify-content: space-between;
        gap: 48px;
        font: 14px "resolve_sansbold";
        text-transform: uppercase;
        color: #ccc;
    }
}

/* --------------------------------------------------------------------------- */
/* */
/* --------------------------------------------------------------------------- */

.text-logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-logos__tc {
    margin-bottom: 10px;
}

.text-logos__filme {
    margin-bottom: 35px;
}

@media (min-width: 1024px) {
    .text-logos {
        align-items: start;
    }
}

.title {
    margin-bottom: 40px;
    font-family: "resolve_sansblack";
    text-transform: uppercase;
    text-align: center;
    color: var(--color-green-tc);
}

.title__p1 {
    font-size: 60px;
}
.title__p2 {
    font-size: 28px;
}

@media (min-width: 1024px) {
    .pre-title {
        text-align: left;
    }
    .title {
        text-align: left;
    }
    .title__p1 {
        font-size: 95px;
    }
    .title__p2 {
        font-size: 53px;
    }

    .title.is-trailer {
        margin-bottom: 0;
    }
    .title.is-trailer .title__p1 {
        font-size: 80px;
    }
    .title.is-trailer .title__p2 {
        font-size: 36px;
    }
}

@media (min-width: 1180px) {
    .title__p1 {
        font-size: 110px;
    }

    .title.is-trailer .title__p1 {
        font-size: 96px;
    }
    .title.is-trailer .title__p2 {
        font-size: 46px;
    }
}

/* --------------------------------------------------------------------------- */
/* info-event */
/* --------------------------------------------------------------------------- */

.info-event {
    max-width: 450px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 1.3;
}

.info-event__desc {
    text-align: center;
    margin-bottom: 30px;
}

.info-event__item {
    margin-bottom: 7px;
}

.info-event__capacity {
    padding: 20px 0;
    font-size: 17px;
}

@media (min-width: 1024px) {
    .info-event {
        max-width: none;
        font-size: 27px;
    }

    .info-event__desc {
        text-align: left;
    }
}

/* --------------------------------------------------------------------------- */
/*  */
/* --------------------------------------------------------------------------- */

.img-filme {
    display: none;
    margin: 0 auto 0 auto;
    z-index: 10;
}

.img-filme__bloco {
    display: none;
}

@media screen and (min-width: 1024px) {
    .img-filme {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 99;
        transform: translateX(-31px);
    }

    .img-filme__bloco {
        width: 42%;
        height: 100%;
        display: block;
        background: var(--color-green-tc);
        position: absolute;
        top: -108px;
        left: 80%;
        z-index: 5;
    }
}

/* 
.img-t-filme {
    margin: 0 auto 35px auto;
    padding-top: 25px;
    position: relative;
    max-width: 350px;
}

.img-t-filme img {
    position: relative;
    z-index: 10;
}

.img-t-filme::after {
    content: "";
    width: 83%;
    height: 91%;
    display: block;
    background: var(--color-pink-tc);
    position: absolute;
    top: 0;
    left: 38%;
    z-index: 5;
}

@media (min-width: 1024px) {
    .img-t-filme {
        max-width: none;
        margin: -97px 0 0 0;
    }
} */

.img-filme-2 {
    display: block;
    position: relative;
    transform: translateX(7.7%);
}

@media screen and (min-width: 1024px) {
    .img-filme-2 {
        display: none;
    }
}

/* --------------------------------------------------------------------------- */
/* box-form */
/* --------------------------------------------------------------------------- */

.form-section {
    padding: 90px 0 90px 0;
    position: relative;
    background: url(../images/pattern.png) top center repeat-x;
}

.form-section::before,
.form-section::after {
    content: "";
    width: 200px;
    height: 873px;
    position: absolute;
    top: 0;
    background-size: 100% !important;
    background-repeat: no-repeat;
}

.form-section::before {
    left: 0;
    background-image: url(../images/cortina-left.png);
    background-position: top left;
    z-index: 10;
}

.form-section::after {
    right: 0;
    background-image: url(../images/cortina-right.png);
    background-position: top right;
    z-index: 10;
}

@media (min-width: 768px) {
    .form-section::before,
    .form-section::after {
        width: 300px;
        height: 873px;
    }
}

@media (min-width: 1280px) {
    .form-section::before,
    .form-section::after {
        width: 448px;
        height: 873px;
    }
}

/* ------------------------------------------------------------------------------------ */
/*  */
/* ------------------------------------------------------------------------------------ */

.box-form {
    width: 100%;
    position: relative;
    max-width: 820px;
    margin: 0 auto 70px auto;
    z-index: 50;
}

.box-form__holder-title {
    padding: 19px 30px;
    text-align: center;
    background-color: var(--color-pink-tc);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.box-form__title {
    font-size: 24px;
    color: #fff;
}
.box-form__title span {
    font-size: 29px;
}
.box-form__form {
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media (min-width: 768px) {
    .box-form__form-col {
        display: flex;
        gap: 20px;
    }

    .box-form__form-col > * {
        width: calc(50% - 10px);
        flex-grow: 1;
    }
}

/* --------------------------------------------------------------------------- */
/* form */
/* --------------------------------------------------------------------------- */

.label {
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.label .nm-field {
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #686fa1;
    padding: 0 6px;
    position: absolute;
    left: 12px;
    top: -6px;
    background-color: #fff;
}

.input {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-blue-tc);
    padding: 23px 18px 19px;
    border: 1px solid #cfd1e4;
    border-radius: 5px;
    outline: none;
}

/* --------------------------------------------------------------------------- */
/* btn */
/* --------------------------------------------------------------------------- */

.btn {
    display: block;
    width: 100%;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    line-height: 0;
    color: #fff;
    padding: 21px 10px;
    background-color: var(--color-pink-tc);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-arrow-right {
    margin-left: 10px;
}

.icon-arrow-right:before {
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url("../images/icons/icon-arrow-right.png");
    content: "";
}

/* ------------------------------------------------------------------------- */

.holder-contact {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.holder-contact__title {
    font-size: 27px;
    font-weight: 600;
    font-family: "resolve_sansregular_nrw";
    text-transform: uppercase;
    text-align: center;
    line-height: 29px;
    color: #fff;
}

.holder-contact__sub-title {
    font-family: "resolve_sanslight";
    font-size: 27px;
    text-align: center;
    margin-bottom: 40px;
}

.holder-contact__main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width: 584px) {
    .holder-contact__main {
        flex-direction: row;
    }
}

.title-contacts {
    font: 700 22px resolve_sansregular_nrw;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

.holder-contact__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.holder-contact__col-separator {
    display: none;
}

@media (min-width: 1024px) {
    .holder-contact__main {
        flex-direction: row;
        justify-content: center;
        align-items: start;
        gap: 50px;
    }
    .holder-contact__col-separator {
        height: 55px;
        display: block;
        border-left: 3px solid #bb8715;
    }
}

/* ------------------------------------------------------------------------- */
.phone,
.mail {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 30px;
}
@media (min-width: 584px) {
    .phone,
    .mail {
        font-size: 17px;
    }
}
@media (min-width: 628px) {
    .phone,
    .mail {
        font-size: 18px;
    }
}

.phone {
    background: url("../images/icons/icon-whatsapp.png") no-repeat left center;
}
.mail {
    margin-bottom: 0;
    background: url("../images/icons/icon-mail-white.png") no-repeat left center;
}

.footer {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: var(--color-pink-tc);
}

/* --------------------------------------------------------------------------- */
/* AUTOCOMPLETE */
/* --------------------------------------------------------------------------- */

.autocomplete-suggestions {
    text-align: left;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #e4e4e4;
    overflow: auto;
    z-index: 100000 !important;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}
.autocomplete-suggestion {
    padding: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.autocomplete-selected {
    background: #ccc;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: red;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.error#autocomplete-error {
    color: #d63f3f;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #d63f3f;
    margin-top: 10px;
    border-radius: 3px;
}

/* --------------------------------------------------------------------------- */
/*  MENSAGENS */
/* --------------------------------------------------------------------------- */

label.error {
    color: #d63f3f;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #d63f3f;
    margin-top: 10px;
    border-radius: 3px;
}
/* --------------------------------------------------------------------------- */
/*  MENSAGENS */
/* --------------------------------------------------------------------------- */

.container-mensagens {
}

.messages {
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    border-radius: 5px;
}

.messages.is-danger {
    background: #d63f3f;
    color: #fff;
}

.messages.is-success {
    background: #9bd3ae;
    color: #333;
}

/* --------------------------------------------------------------------------- */
/* Galeria */
/* --------------------------------------------------------------------------- */

.gallery {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 20px;
}

.gallery__item {
    width: calc(50% - 10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;

    background-color: #595cb5;
    border: 3px solid #fff;
    border-radius: 10px;
}

.gallery__item-img {
    border-radius: 8px;
    display: block;
}

.gallery__item.is-video::after {
    content: "";
    width: 40px;
    height: 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    background: url(../images/play.png) no-repeat center/cover;
}

.gallery__item-donwload {
    padding: 3px 4px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-blue-tc);
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    .gallery__item {
        width: calc(16.6666666667% - 20px);
    }
}

/* --------------------------------------------------------------------------- */
/* MODAL */
/* --------------------------------------------------------------------------- */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    width: 90%;
    max-width: 600px;
    height: auto;
    font-size: 0;
    position: relative;
    background: var(--color-pink-tc);
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    color: #fff;
}

@media (min-width: 400px) {
    .modal-content {
        /*     width: 441px;
    height: 200px; */
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 9px;
    right: 12px;
    font-size: 15px;
}

.close:hover,
.close:focus {
    color: var(--color-pink-tc);
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    /*   margin-left: 31px; */
    /*   padding: 0 25px 0 30px; */
    padding: 0;
    /*   height: 100%; */
    background: var(--color-blue-tc);
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-tt {
    padding-top: 31px;
    margin: 0 0 12px 0;
    line-height: 1.2;
    font-size: 29px;
    color: var(--color-pink-tc);
    text-transform: uppercase;
}

@media (min-width: 490px) {
    .modal-tt {
        padding-top: 41px;
    }
}

@media (min-width: 500px) {
    .modal-tt {
        /*font-size: 56px;*/
    }
}

.modal-desc {
    font-size: 32px;
}

@media (min-width: 500px) {
    .modal-desc {
        /*font-size: 28px;*/
    }
}

.video {
    max-width: 675px;
    margin: 0 auto 50px auto;
}

.info-mobile-view {
    max-width: 663px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

/* --------------------------------------------------------------------------- */
/* LINK BACK HOME */
/* --------------------------------------------------------------------------- */

.link-back-home {
    padding: 5px 7px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 10px;
    padding-left: 25px;
    background: url("../images/icons/icon-arrow-left-back.png") no-repeat 5px center transparent;
    background-size: 20px auto;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    z-index: 5;
    background-color: #010462;
    border-radius: 5px;
}

.link-back-home:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

@media (min-width: 1280px) {
    .link-back-home {
        font-size: 18px;
        top: 40px;
        left: 50%;
        transform: translateX(-600px);
        padding-left: 50px;
        background-image: url("../images/icons/icon-arrow-left-back.png");
        background-size: 30px auto;
    }
}

/* --------------------------------------------------------------------------- */
/* TRAILER VIDEO */
/* --------------------------------------------------------------------------- */

.sec-top-video {
    position: relative;
}

.video-player__container {
    max-width: 1440px;
    margin: 0 auto;
}

.video-player {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    background-color: #000;
}

/* Then style the iframe to fit in the container div with full height and width */
.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------------------------------- */
/* TRAILER PAGE */
/* --------------------------------------------------------------------------- */

.sec-info-trailer {
    padding: 50px 0;
    text-align: center;
}

.info-trailer {
    font-size: 18px;
    line-height: 1.6;
}

.img-poster {
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 10px 21px -3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1023px) {
    .sec-info-trailer {
        max-width: 480px;
        margin: 0 auto;
    }

    .info-trailer {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .sec-info-trailer {
        padding: 71px 0 194px;
        text-align: left;
    }

    .sec-info-trailer .container {
        padding-bottom: 70px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sec-info-trailer .container .row.is-center {
        align-items: center;
    }

    .col-poster {
        text-align: right;
    }

    .info-trailer {
        padding: 0 60px;
    }
}

/* --------------------------------------------------------------------------- */
/* PAGE TERMOS */
/* --------------------------------------------------------------------------- */

.sec-termos {
    text-align: center;
    position: relative;
    padding: 100px 0 60px;
}

.sec-termos .desktop-break {
    display: none;
}

.holder-termos {
    padding: 30px 15px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.tt-termo {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.txt-termo {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.txt-termo.mb-0 {
    margin-bottom: 0;
}

@media (min-width: 720px) {
    .holder-termos {
        padding: 30px;
    }
}

@media (min-width: 1024px) {
    .sec-termos {
        padding: 100px 0 150px;
    }

    .sec-termos .desktop-break {
        display: block;
    }
}

/* --------------------------------------------------------------------------- */
/* PAGE FOTOS VIDEOS */
/* --------------------------------------------------------------------------- */

.sec-fotos-videos {
    padding: 60px 0 30px 0;
    text-align: center;
}

.sec-fotos-videos .desktop-break {
    display: none;
}

.tt-fotos {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.txt-fotos {
    font-family: "Roboto";
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .sec-fotos-videos {
    }

    .sec-fotos-videos .desktop-break {
        display: block;
    }

    .tt-fotos {
        font-size: 44px;
    }

    .txt-fotos {
        /* margin-bottom: 50px; */
    }
}
/* --------------------------------------------------------------------------- */

.limite-section {
    background: url("../images/pattern-azul.png") repeat-x top center;
}

/* --------------------------------------------------------------------------- */

.bg-azul {
    background: url("../images/bg-azul.png") no-repeat top center;
}

/* --------------------------------------------------------------------------- */
/* LIMITE SESSAO */
/* --------------------------------------------------------------------------- */

.box-limite {
    padding: 30px 0;
    border-top: 2px solid #72ffca;
    text-align: center;
}

.box-limite__img {
    margin-bottom: 20px;
    display: inline-block;
}

.box-limite__tt {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--color-pink-tc);
}

@media (min-width: 1024px) {
    .box-limite {
        /* padding: 275px 0 80px; */
        padding: 130px 0 120px;
    }

    .box-limite__tt {
        font-size: 56px;
    }
}

/* --------------------------------------------------------------------------- */
/* CHECKMARK */
/* --------------------------------------------------------------------------- */

.label.is-aceite {
    color: var(--color-blue-tc);
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label.is-aceite input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label.is-aceite .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    border: 2px solid #cfd1e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.label .label__link {
    color: var(--color-blue-tc);
    text-decoration: underline;
}

/* On mouse-over, add a grey background color */
.label.is-aceite:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.label.is-aceite input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.label.is-aceite .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label.is-aceite input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label.is-aceite .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid var(--color-blue-tc);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* --------------------------------------------------------------------------- */
/* Details form */
/* --------------------------------------------------------------------------- */

/*** loading ***/

.loading {
    position: fixed;
    z-index: 1500;
    width: 100%;
    height: 100vh;
    background: url("../images/loading.gif") no-repeat center center var(--color-blue-tc);
    background-size: auto 50px;
}

/*** loading ***/

/* --------------------------------------------------------------------------- */
/* UTILITIES */
/* --------------------------------------------------------------------------- */
.img-responsive {
    width: 100%;
    max-width: 100%;
    display: block;
}

.ff-light {
    font-family: "resolve_sanslight";
}
.ff-regular {
    font-family: "resolve_sansregular";
}
.ff-regular-nrw {
    font-family: "resolve_sansregular_nrw";
}
.ff-medium {
    font-family: "resolve_sansmedium";
}
.ff-medium-cnd {
    font-family: "resolve_sansmedium_cn";
}
.ff-bold {
    font-family: "resolve_sansbold";
}
.ff-black {
    font-family: "resolve_sansblack";
}
.ff-black-nrw {
    font-family: "resolve_sansblack_nrw";
}
.ff-black-cnd {
    font-family: "resolve_sansblack_cn";
}

.uppercase {
    text-transform: uppercase;
}

.color-snow {
    color: #fff;
}
