@font-face {
    font-family: 'FuturaPT-Light';
    src: url(../font/FuturaPTLight.otf);
}

@font-face {
    font-family: 'FuturaPT-Book';
    src: url(../font/FuturaPTBook.otf);
}

@font-face {
    font-family: 'FuturaPT-Demi';
    src: url(../font/FuturaPTDemi.otf);
}

@font-face {
    font-family: 'FuturaPT-Heavy';
    src: url(../font/FuturaPTHeavy.otf);
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url(../font/FuturaPTMedium.otf);
}

@font-face {
    font-family: 'FuturaPT-Bold';
    src: url(../font/FuturaPTBold.otf);
}

:root {
    --color-pink: #E30451;
    --color-green: #009639;
    --color-yellow: #FDC906;
    --color-purple: #914C95;
    --color-blue: #5297D1;
    --color-red: #E22520;
    --color-orange: #F19210;
    --color-stellantis: #243782;
    --color-lightgray: #EBEBEB;
    --color-yellow-robo: #F8FF6E;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'FuturaPT-Book', sans-serif;
    /* font-family: 'DIN', sans-serif; */
}

html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.container {
    height: 100vh;
    padding-top: 5rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 5.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #22B573, #924C97, #FFCB03, #5299D3, #E50051);
    border-bottom-width: 3pt;
    border-image-slice: 1;
}

header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

header:not(.collapsed) ul {
    height: 3rem;
}

header.collapsed ul {
    height: 3rem;
}

header ul li:not(.header-logo) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header ul li.header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

header ul li:hover {
    transition: filter 0.2s;
    filter: brightness(1.1);
}

header ul li:active {
    transition: filter 0.2s;
    filter: brightness(0.9);
}

header ul li:not(.header-logo) a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}

header ul li.header-logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
}

.home {
    padding-top: 0 !important;
    background: linear-gradient(0deg, #E5E5E5 0%, #F7F7F7 100%);
}

.menu-label {
    font-family: 'FuturaPT-Demi';
}

.menu-label-about:hover {
    color: var(--color-red);
}

.menu-label-ticket:hover {
    color: var(--color-blue);
}

.menu-label-schedule:hover {
    color: var(--color-purple);
}

.menu-label-map:hover {
    color: var(--color-green);
}

.menu-label-interactions:hover {
    color: var(--color-orange);
}

header ul li .icon {
    width: 1.2rem;
    margin-right: 0.6rem;
}

.menu-icon-sm {
    width: 1rem !important;
}

header nav,
header ul {
    width: 100%;
}

header ul li a:hover {
    color: black;
}

/* header ul li a:active {
    color: black;
    font-family: 'FuturaPT-Heavy';
} */

header.collapsed li {
    flex: 1;
    height: 100%;
}

header.collapsed nav {
    display: flex;
    flex-direction: column-reverse;
}

header.collapsed .open-menu-li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    cursor: pointer;
}

header.collapsed .open-menu-li a:not(.logo-a) {
    height: 2.5rem;
    width: 2.5rem;
}

header {
    padding: 1rem;
}

/* header li:not(.header-logo):not(:last-of-type) { */
header li:not(.header-logo) {
    margin-right: 2.5rem;
}

.logo-mob {
    width: 6rem;
}

header.collapsed .open-menu-li a:not(.logo-a) img {
    width: 100%;
}

header.collapsed li:not(.header-logo):not(.open-menu-li) {
    display: none;
}

header.collapsed .close-menu-li {
    display: none;
}

.header-logo img {
    width: 26rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

.home.full-container {
    padding-bottom: 0;
}

section {
    /* border-bottom: 2px solid transparent; */
    /* border-image: linear-gradient(0.25turn, #22B573, #924C97, #FFCB03, #5299D3, #E50051); */
    /* border-bottom-width: 3pt; */
    /* border-image-slice: 1; */
}

section #tudo-sobre {
    border: none;
}

.home-image {
    background-image: url('../img/bgHomePR.png');
    width: 100vw;
    height: 89vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-info-1 {
    font-family: 'FuturaPT-Heavy';
}

.home-info-2 {
    font-family: 'FuturaPT-Light';
}

.home-info-3 {
    font-family: 'FuturaPT-Demi';
    color: var(--color-green);
}

#home_label {
    width: 52%;
}

#home_logo {
    width: 50%;
}

#home_data {
    width: 50%;
}

.row .col-20 {
    width: 20%;
}

.row .col-30 {
    width: 30%;
}

.row .col-6 {
    width: 50%;
}

.row .col-70 {
    width: 70%;
}

.row .col-80 {
    width: 80%;
}

.hidden {
    display: none;
}

.img-sm {
    width: 40%;
}

.img-md {
    width: 50%;
}

.img-lg {
    width: 60%;
}

.img-big {
    width: 70%;
}


.full-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    min-height: 89vh;
}

.presentation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background: url(../img/button_container_bg.png) no-repeat center center / cover;
    width: 100%;
    flex-wrap: wrap;
    padding: 2rem 4rem;
}

.button-container .first-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.link-box {
    display: flex;
    width: 14rem;
    height: 14rem;
}

.page-title {
    /* display: flex; */
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
    overflow: hidden;
}

.scroll {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    overflow-x: hidden;
}

*::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    background-color: #e3e3e3;
}

*::-webkit-scrollbar {
    width: 12px;
    background-color: #e3e3e3;
    border-style: solid;
    /* border-color: black; */
}

*::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: gray;
    /* background-image: linear-gradient(0.5turn, var(--color-green), var(--color-purple), var(--color-yellow), var(--color-blue), var(--color-pink)); */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    /* border-style: solid; */
    /* border-color: black; */
}


.title {
    width: 100%;
}

.medium-title {
    width: 50%;
}

main {
    min-height: 100vh;
}

.bg-white {
    background: url(../img/bgWhite.png);
    background-size: cover;
    background-position: bottom;
}

.bg-red {
    background: url(../img/bgRed.png);
    background-size: contain;
    background-repeat: round;
}

.bg-red-long {
    background: url(../img/bgRed.png);
    background-size: 80vw !important;
    background-repeat: round !important;
    /* background-attachment: fixed; */
}

.bg-blue {
    background: url(../img/bgBlue.png);
    background-size: contain;
    background-repeat: round;
}

.bg-purple {
    background: url(../img/bgPurple.png);
    background-size: contain;
    background-repeat: round;
}

.bg-purple-temp {
    background: url(../img/bgPurpleTemp.png);
    background-size: cover;
    background-position: center;
}

.bg-green {
    background: url(../img/bgGreen.png);
    background-size: contain;
    background-repeat: round;
}

.bg-green-temp {
    background: url(../img/bgGreenTemp.png);
    background-size: cover;
    background-position: center;
}

.bg-orange {
    background: url(../img/bgOrange.png);
    background-size: contain;
    background-repeat: round;
}

.bg-pink {
    background: url(../img/bgPink.png);
    background-size: contain;
    background-repeat: round;
}

.bg-lightgray {
    background-color: var(--color-lightgray);
}

.interaction {
    cursor: pointer;
}

.default-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30rem;
    border-radius: .5rem;
}

.rect-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    border-radius: .5rem;
}

.quad-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: .5rem;
}

.default-form form,
.rect-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .5rem;
    background-color: #fff;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25); */
    /* -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25); */
    /* box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25); */
}

.quad-form form {
    display: flex;
    flex-direction: column;
    width: 50rem;
    background-color: #fff;
    overflow: hidden;
    border-radius: .5rem;
    /* -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25); */
    /* -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25); */
    /* box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.25); */
}

.default-form form .content,
.rect-form form .content,
.quad-form form .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.default-form form fieldset,
.rect-form form fieldset,
.quad-form form fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.default-form form legend,
.rect-form form legend {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.quad-form form legend {
    font-size: 1.5rem;
    font-weight: bold;
}

.default-form form button,
.rect-form form button,
.quad-form form button {
    width: 100%;
    height: 2.8rem;
    background-color: var(--color-blue);
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'FuturaPT-Light';
}

.collaborators form {
    /* overflow-y: auto; */
    height: auto;
    border-style: solid;
    border-width: .3rem;
    border-color: var(--color-blue);
}

.regulation form {
    overflow-y: auto;
    height: 72vh;
    border-style: solid;
    border-width: .3rem;
    border-color: var(--color-blue);
}

.register,
.login,
.ticket-interno {
    overflow-y: scroll;
    max-height: 89vh;
    justify-content: flex-start;
}

.login {
    justify-content: center;
}

.register-left,
.register-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.collaborators ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: lightgray;
}

.collaborators ::-webkit-scrollbar {
    width: 12px;
    background-color: lightgray;
    border-style: solid;
}

.collaborators ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: gray;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 14rem;
    height: 14rem;
    padding: 1rem;
    padding-top: 3rem;
    border-radius: 1.8rem;
    color: white;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.card .card_icon {
    width: 1.5rem;
}

.card .card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: .7rem;
    font-size: .8rem;
    border-radius: .6rem;
    text-align: center;
}

.card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-stripes {
    width: 100%;
}

.form-stripes ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 1.2rem;
}

.form-stripes ul li {
    flex: 1;
    height: 100%;
}

.input.text,
.input.password,
.input.select {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.input.text label,
.input.password label,
.input.select label,
.input.number label,
.input.date label {
    /* font-weight: bold; */
    margin-bottom: 0.2rem;
}

.input.text input,
.input.password input,
.input.select select {
    width: 100%;
    padding: 0.5rem;
    background-color: transparent;
    border: 1px solid var(--color-blue);
    border-radius: 0.5rem;
    outline: none;
    font-size: 1.2rem;
}

.default-btn {
    background-color: var(--color-orange);
    color: #000;
    border-radius: .5rem;
    border: none;
    padding: .5rem;
    font-weight: bold;
    font-size: 1.2rem;
    min-width: 10rem;
    height: 2.6rem;
    cursor: pointer;
    font-family: 'FuturaPT-Light';
}

#download_photo {
    margin-left: 1rem;
}

.dialog {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 7000;
}

.dialog .dialog-content {
    display: flex;
    flex-direction: column;
    width: 70%;
    border-radius: .5rem;
    background-color: #F7D8AD;
}

.dialog .dialog-header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-radius: .5rem .5rem 0 0;
    background-color: var(--color-orange);
    color: #fff;
}

.dialog .dialog-body {
    min-height: 24rem;
}

.dialog .dialog-header .title-icon {
    height: 80%;
}

.dialog .dialog-header .title-text {
    font-family: 'FuturaPT-Demi';
    padding-left: 1.3rem;
}

.dialog .dialog-header .close {
    position: absolute;
    right: 2rem;
    height: 35%;
    cursor: pointer;
}

#popup-photos {
    justify-content: center;
}

#popup-photos .dialog-header {
    background-color: var(--color-blue);
    font-size: 1.6rem;
}

#popup-photos .dialog-body {
    min-height: auto;
    background-color: white;
    border-radius: 0 0 .5rem .5rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-photos .dialog-content {
    width: 40%;
}

#popup-photos .title-text {
    /* margin: 2rem; */
}

.popup-photos-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    cursor: pointer;
}

.popup-photos-close img {
    width: 5vw !important;
}

.popup-photos-close {
    font-size: 1.2rem;
}

.photos {
    padding-top: 4rem;
}

.gallery img {
    width: 30vw;
}

.photos .input.select {
    margin-right: 1rem;
    margin-left: 1rem;
}

/* .collaborators .form {
    overflow-y: scroll !important;
} */

a {
    color: inherit;
    font-size: 1.2rem;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.align-end {
    align-items: flex-end;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

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

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

.text-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.text-decoration-not {
    text-decoration: none;
}

.px-lg {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mb-sm {
    margin-bottom: 0.5rem;
}

.mb-md {
    margin-bottom: 1rem;
}

.mb-lg {
    margin-bottom: 2rem;
}

.my-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-md {
    margin-top: 1rem;
}

.mt-lg {
    margin-top: 2rem;
}

.mt-xl {
    margin-top: 3rem;
}

.my-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mr-sm {
    margin-right: .5rem;
}

.ml-sm {
    margin-left: .5rem;
}

.pl-md {
    padding-left: 1rem;
}

.pr-md {
    padding-right: 1rem;
}

.pa-sm {
    padding: .5rem;
}

.pa-md {
    padding: 1rem;
}

.text-h6 {
    font-size: 1.4rem;
}

.row {
    display: flex;
    flex-direction: row;
}

.spread {
    flex: 1;
}

.ticket .spread {
    justify-content: space-around;
}

.link:hover,
a:hover,
#btn-help:hover,
button:hover,
.interaction:hover,
.btn-about-faq:hover {
    transition: color 0.2s;
    filter: brightness(1.1);
}

.link:hover,
a:hover,
#btn-help:hover {
    color: var(--color-blue);
}

.link:active,
a:active {
    transition: color 0.2s;
    color: #447faf;
}

.wallpaper {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
    cursor: pointer;
    object-fit: contain;
}

.wallpaper-container {
    height: 50%;
}

.frame-container {
    position: relative;
    background-color: #E7E6E6;
    border-radius: .5rem;
    padding: 1rem;
    height: 26rem;
    display: flex;
    flex-direction: column;
}

.frame-container-photo {
    background-color: #E7E6E6;
    border-radius: .5rem;
    padding: 1rem;
    height: 26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20rem;
}

.frame {
    transition: transform 0.2s;
    /* height: 100%; */
    height: 24vh;
    cursor: pointer;
}

.frame.selected {
    /* filter: drop-shadow(0px 0px 5px black); */
    border-style: solid;
    border-color: var(--color-red);
}

.frame:hover {
    transition: transform 0.2s;
    transform: scale(1.1);
}

.frame:active {
    transition: transform 0.2s;
    transform: scale(0.9);
}

.frame-item {
    height: 100%;
}

.frame-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.years-container {
    background-color: var(--color-yellow);
    color: black;
    border-radius: .5rem;
}

.gap {
    gap: 1rem;
}

#select_photo {
    cursor: pointer;
    width: 15rem;
}

#frame {
    width: 16rem;
}

.border-blue {
    border-style: solid;
    border-color: var(--color-blue);
    padding: 0.8rem;
    border-radius: .5rem;
}

.cursor-link {
    cursor: pointer;
}

.form-shadow {
    /* box-shadow: 0px 0px 5px 5px rgba(83, 151, 209, 0.35); */
}

.link-button {
    width: 100%;
    background-color: var(--color-blue);
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: .8rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8rem;
}

.home .page-body {}

.schedule .page-body {
    width: 82%;
}

.schedule-title {
    background-color: var(--color-purple);
    color: white;
    padding: .5rem;
    border-radius: .5rem;
    text-transform: uppercase;
    font-family: 'FuturaPT-Demi' !important;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
}

.schedule-day {
    background-color: var(--color-purple);
    color: white;
    padding: .5rem;
    border-radius: .5rem;
    text-transform: uppercase;
    font-family: 'FuturaPT-Bold' !important;
    text-align: center;
    font-size: 1.3rem;
}

.schedule-content {
    display: flex;
    flex-direction: row;
}

.schedule-box {
    /* height: 50vh; */
    border-style: solid;
    border-color: var(--color-purple);
    border-radius: .5rem;
    border-width: .3rem;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.schedule-line {
    display: flex;
    border-bottom: solid var(--color-purple) .3rem;
}

.line-end {
    border: none;
}

.schedule-hour {
    min-width: 7vw;
    color: var(--color-purple);
    border-right: solid var(--color-purple) .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-hour h4 {
    font-family: 'FuturaPT-Bold' !important;
}

.schedule-text h3 {
    color: var(--color-purple);
    font-family: 'FuturaPT-Bold' !important;
}

.schedule-text {
    padding-left: .8rem;
    padding-right: .8rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.map .page-body {
    flex-direction: row;
    justify-content: space-around;
}

.map-buttons {
    background-color: var(--color-green);
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: .8rem;
    text-align: center;
    font-size: 1rem;
    font-family: 'FuturaPT-Demi';
    margin-bottom: 1rem;
}

.map-links {
    padding: 2rem;
    text-align: center;
}

.map-links a {
    text-decoration: none;
    text-transform: uppercase;
}

.map-links img {
    width: 3vw;
    margin-bottom: 1rem;
}

.map-links a:hover {
    color: var(--color-green);
}

.map-img {
    border-style: solid;
    border-radius: .5rem;
    border-width: .3rem;
    border-color: var(--color-green);
}

.interactions .page-body {
    flex-direction: row;
    justify-content: space-around;
    justify-content: space-evenly;
    width: 100%;
}

.interactions-cards {
    background-color: white;
    border-style: solid;
    border-color: var(--color-orange);
    border-width: .3rem;
    color: var(--color-orange);
    font-weight: bold;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding: .8rem;
    text-align: center;
    min-height: 40vh;
    min-width: 17vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    margin-bottom: .5rem;
}

.interactions-options:hover {
    transition: filter 0.2s;
    filter: brightness(1.1);
}

.interactions-cards img {
    width: 7vw;
}

.interactions-text {
    font-size: 1.3rem;
    font-family: 'FuturaPT-Demi';
    text-align: center;
}

.interactions-buttons {
    font-size: 1.3rem;
    font-family: 'FuturaPT-Demi';
    text-align: center;
    background-color: var(--color-orange);
    padding: .4rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    text-align: center;
    color: white;
    cursor: pointer;
}

.border-white {
    border-style: solid;
    border-color: white;
    border-radius: .5rem;
}

.page-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-border-bottom {
    border-bottom-style: none;
}

.form-border-right {
    border-right-style: solid;
    border-color: var(--color-blue);
}

.video {
    width: 30vw;
    border-radius: .5rem;
}

.about .page-body {
    display: flex;
    flex-direction: row;
}

.about-text {
    background-color: white;
    border-radius: .5rem;
    padding: 1rem;
    width: 40vw;
    height: auto;
    font-size: 1.1rem;
    overflow-y: auto;
    /* box-shadow: 0px 0px 5px 5px rgba(226, 37, 32, 0.35); */
    border-style: solid;
    border-color: var(--color-red);
    border-width: .3rem;
    /* font-family: 'FuturaPT-Heavy' */
}

#about-info .about-text {
    width: 60vw;
}

.about ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: lightgray;
}

.about ::-webkit-scrollbar {
    width: 12px;
    background-color: lightgray;
    border-style: solid;
}

.about ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--color-red);
}

.about-right {
    /* width: 35vw; */
    /* padding-bottom: 8rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.about-left {
    height: 30rem;
    width: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-image {
    position: absolute;
    top: 2rem;
    left: 16rem;
    width: 18rem;
    border-radius: 0.5rem;
    transform: rotateZ(-48deg);
}

.about-image img {
    width: 100%;
}

.about .default-btn {
    background-color: var(--color-red);
    color: white;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.schedule {
    /* padding-bottom: 8rem; */
}

.collaborator .page-body {
    display: flex;
    flex-direction: column;
    height: 40vh;
    justify-content: space-around;
    background-color: var(--color-blue);
    /* border-style: solid; */
    /* border-color: black; */
    padding: 2vw;
}

.collaborator-text {
    background-color: white;
    border-width: .3rem;
    padding: 1.5rem;
    text-align: center;
    border-style: solid;
    border-width: .3rem;
    border-color: var(--color-blue);
    border-radius: .5rem;
}

.collaborator-links a {
    text-decoration: none;
    width: 100%;
}

.collaborator-top {
    color: white;
    font-size: 1.4rem;
    width: 60vw;
}

.collaborator-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.collaborator-link {
    width: 100%;
    height: 2.8rem;
    background-color: var(--color-blue);
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    color: white;
}

.collaborator-link b {
    font-family: 'FuturaPT-Demi';
}

.font-sm {
    font-size: .9rem;
}

.font-md {
    font-size: 1.2rem;
}

.font-lg {
    font-size: 1.3rem !important;
}

.font-red {
    color: var(--color-red);
}

.font-white {
    color: white;
}

.font-blue {
    color: var(--color-blue);
}

.font-green {
    color: var(--color-green);
}

.font-purple {
    color: var(--color-purple);
}

.font-heavy {
    font-family: 'FuturaPT-Heavy';
}

.font-bold {
    font-family: 'FuturaPT-Bold';
}

.font-demi {
    font-family: 'FuturaPT-Demi';
}

.font-light {
    font-family: 'FuturaPT-Light';
}

.bg-color-orange {
    background-color: var(--color-orange);
}

.bg-color-red {
    background-color: var(--color-red);
}

.bg-color-purple {
    background-color: var(--color-purple);
}

.bg-color-green {
    background-color: var(--color-green);
}

.bg-color-yellow-robo {
    background-color: var(--color-yellow-robo);
}

.bg-color-blue {
    background-color: var(--color-blue);
}

.footer-logo {
    float: left;
    position: relative;
    bottom: 1vh;
    right: 1vw;
    width: 18vw;
}

.full-container .logo_stellantis {
    width: 14rem;
    position: absolute;
    bottom: 1rem;
    /* right: 2rem; */
}

.about-buttons {
    display: flex;
    /* width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}

.about-buttons .default-btn {
    font-family: 'FuturaPT-Demi';
}


/* CARD COLLAPSE */
/* Style the button that is used to open and close the collapsible content */
.collapsible-title {
    background-color: var(--color-red);
    color: white;
    padding: 18px;
    width: 40vw;
    border-style: solid;
    border-color: var(--color-red);
    border-width: .3rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    text-align: center;
    outline: none;
    font-size: 1rem;
    font-family: 'FuturaPT-Demi';

}

.collapsible {
    background-color: white;
    color: var(--color-red);
    cursor: pointer;
    padding: 18px;
    width: 40vw;
    border-style: none;
    text-align: left;
    outline: none;
    font-size: 1.1rem;
    font-family: 'FuturaPT-Demi';
    /* border-bottom: var(--color-lightgray); */
    /* border-bottom-style: solid; */
}

.popup .collapsible,
.popup .collapsible-title,
.popup #about-perguntas .content {
    width: auto;
}

.collapsible:last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    /* transition: filter 0.2s; */
    /* filter: brightness(1.1); */
    background-color: var(--color-lightgray);
}

.collapsible:after {
    /* content: '\02795';  */
    content: '\025BC';
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

.active:after {
    /* content: "\2796";  */
    content: "\025BC";
    rotate: 90deg;
}

.content:last-of-type,
.collapsible:last-of-type {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

/* Style the collapsible content. Note: hidden by default */
#about-perguntas .content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 40vw;
    font-size: 1.1rem;
}

.about-perguntas {
    display: flex;
    flex-direction: column;
}

#btn-about-faq {
    position: fixed;
    bottom: 1rem;
    right: 2rem;
    z-index: 999;
    background-image: url('../img/btn-faq.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 5vw;
    height: 5vw;
    cursor: pointer;
}

.btn-pos-evento {
    position: fixed;
    right: 2rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 1rem;
}

#btn-galeria {

    background-image: url('../img/galeria.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    margin-bottom: 1rem;
}

#btn-pesquisa {
    z-index: 999;
    background-image: url('../img/pesquisa.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
}

.card-wait {
    width: 30vw;
    height: 15vh;
    border-radius: .5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MOBILE */
@media screen and (max-width: 768px) {
    header {
        padding: 0.3rem 1rem;
    }

    .home-image {
        background-image: url('../img/bgHomeMob.png');
    }

    .about .page-body {
        display: flex;
        flex-direction: column;
    }

    .about-left {
        flex-direction: column;
        width: 12rem;
        height: 12rem;
        /* margin-bottom: 2rem; */
    }

    .about-text,
    #tudo-sobre .about-text {
        width: 90vw;
        height: auto;
    }

    .about-right {
        height: auto;
        margin-top: 9rem;
    }

    .about-image {
        position: absolute;
        top: 1rem;
        left: calc(50% - 7rem);
        width: 13rem;
        border-radius: 0.5rem;
        transform: rotateZ(20deg);
    }

    .schedule-title {
        width: 90vw;
        font-size: 1rem;
    }

    .schedule-day {
        font-size: 1.2rem;
    }

    .schedule-content {
        flex-direction: column;
        align-items: center;
    }

    .schedule-hour {
        width: 20vw;
        text-align: center;
    }

    .schedule-text {
        width: 80vw;
    }

    .schedule-content>div {
        width: 90vw;
    }

    .schedule-content>div:first-child {
        margin-bottom: 2rem;
    }

    .map .page-body {
        flex-direction: column;
    }

    .map img {
        width: 90vw;
    }

    .interactions .page-body {
        flex-direction: column;
    }

    .interactions .page-body>div {
        width: 60%;
        margin-bottom: 2rem;
    }

    .img-lg {
        width: 90%;
    }

    .row .col-6 {
        width: 100%;
    }

    .dialog {
        padding: 1rem;
    }

    .dialog .dialog-content {
        width: 100%;
        text-align: center;
    }

    .wallpaper-container {
        width: 100%;
    }

    .wallpaper {
        height: 18rem;
    }

    #home_logo {
        width: 70%;
    }

    #home_text {
        margin-top: 2rem;
        text-align: center;
    }

    .button-container .first-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header li:not(.header-logo):not(:last-of-type) {
        margin-right: 0;
    }

    .header-logo img {
        width: 16rem;
        margin-left: 0;
        margin-right: 0;
    }

    .open-menu {
        cursor: pointer;
    }

    #download_photo {
        margin-left: 0;
    }

    header:not(.collapsed) ul {
        flex-direction: column;
        height: var(--visibleHeight);
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 2000;
    }

    header:not(.collapsed) ul li {
        width: 100%;
        height: calc(var(--visibleHeight) / 7);
    }

    header:not(.collapsed) ul li.header-logo a {
        justify-content: center;
    }

    header.collapsed ul li .menu-label {
        display: none;
    }

    header.collapsed ul li .icon {
        display: none;
        margin-right: 0;
    }

    .mob-column-reverse {
        flex-direction: column-reverse !important;
    }

    #home_label {
        width: 80%;
    }

    .title {
        width: 170vw;
    }

    .medium-title {
        width: 170vw;
    }

    .default-form {
        width: 90vw;
    }

    .rect-form {
        width: 90vw;
    }

    .quad-form {
        width: 90vw;
    }

    .quad-form form {
        width: 100%;
    }

    .button-container {
        width: 100%;
        padding: 2rem;
        background-repeat: repeat-y;
        background-size: auto;
    }

    .default-form form .content,
    .rect-form form .content,
    .quad-form form .content {
        text-align: justify;
    }

    #empregado {
        background: url(../img/boxes/empregado-mini.svg) no-repeat center center / contain;
    }

    .row {
        flex-direction: column;
    }

    .pr-xs-none {
        padding-right: 0;
    }

    .pl-xs-none {
        padding-left: 0;
    }

    #mapa {
        width: 100%;
    }

    .map-buttons {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .text-h6 {
        font-size: 1rem;
    }

    .content {
        /* font-size: .8rem; */
    }

    .form-border-bottom {
        border-bottom-style: solid;
        border-bottom-color: var(--color-blue);
    }

    .form-border-right {
        border-right: none;
    }

    .mt-md-mob {
        padding-top: 1rem;
    }

    .frame-main {
        flex-direction: column-reverse;
    }

    .frame-container {
        height: 8.5rem;
        flex-direction: row;
        margin-bottom: 0;
    }

    .frame-container-photo {
        height: 15rem;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #frame {
        width: 10rem;
    }

    .collaborator-link {
        width: 100%;
    }

    .interactions {
        padding-bottom: 5rem;
        /* padding-top: 1rem; */
    }

    .full-container .logo_stellantis {
        width: 14rem;
        position: absolute;
        bottom: 2rem;
        right: unset;
    }

    header.collapsed nav {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header.collapsed .open-menu-li {
        margin-top: 0;
        margin-right: 0;
        width: fit-content;
    }

    header.collapsed {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 3.8rem;
    }

    .map-links img {
        width: 10vw;
    }

    .interactions-cards {
        min-height: 24vh;
        min-width: 10vw;
    }

    .interactions-cards img {
        width: 14vw;
    }

    .about .default-btn {
        margin-bottom: 1rem;
        margin-right: 0;
        height: auto;
    }

    .regulation button {
        height: 3.8rem !important;
    }

    .about-buttons {
        flex-direction: column;
        align-items: center;
    }

    #convite form {
        overflow-y: hidden;
        height: auto;
    }

    .schedule-day,
    .schedule-box {
        margin-right: 0;
        margin-left: 0;
    }

    .collaborators form {
        overflow-y: hidden;
        height: auto;
    }

    .container {
        overflow-y: auto;
        height: 100vh;
        padding-top: 0;
    }

    .ticket .row {
        flex-direction: column-reverse;
    }

    .bg-white {
        background: url(../img/bgHomeMob.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bg-red {
        background: url(../img/bgRed.png);
        background-size: contain;
        background-repeat: round;
    }

    .bg-blue {
        background: url(../img/bgBlue.png);
        background-size: contain;
        background-repeat: round;
    }

    .bg-purple {
        background: url(../img/bgPurple.png);
        background-size: contain;
        background-repeat: round;
    }

    .bg-purple-temp {
        background: url(../img/bgPurpleMobTemp.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bg-green {
        background: url(../img/bgGreen.png);
        background-size: contain;
        background-repeat: round;
    }

    .bg-green-temp {
        background: url(../img/bgGreenMobTemp.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bg-orange {
        background: url(../img/bgOrange.png);
        background-size: contain;
        background-repeat: round;
    }

    header li:last-of-type {
        margin: 0;
    }

    .font-sm {
        font-size: .8rem;
    }

    .font-md {
        font-size: 1.1rem;
    }

    .font-lg {
        font-size: 1.2rem !important;
    }

    .default-form form .content,
    .rect-form form .content,
    .quad-form form .content {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .interactions-buttons {
        font-size: 1.1rem;
    }

    .interactions-text {
        font-size: 1.1rem;
    }

    #btn-about-faq {
        width: 15vw;
        height: 15vw;
        right: 1rem;
    }

    .frame-container-photo {
        margin-bottom: 0;
    }

    .frame {
        height: 15vh;
    }

    #popup-photos .dialog-content {
        width: 80%;
    }

    #btn-galeria {
        width: 16vw;
        height: 16vw;
    }

    #btn-pesquisa {
        width: 16vw;
        height: 16vw;
    }

    .btn-pos-evento {
        right: 1rem
    }

    .card-wait {
        width: 70vw;
        height: 30vh;
        text-align: center;
    }
}

@media screen and (max-width: 1400px) {
    header ul li:not(.header-logo) a {
        font-size: .9rem;
    }
}