@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);
}

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

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

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

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 999;
    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: 12vh;
}

header.collapsed ul {
    height: 3rem;
}

header ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    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 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: 1rem;
    text-transform: uppercase;
}

.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.4rem;
    margin-right: 0.6rem;
}

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%;
    padding: 0 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    cursor: pointer;
}

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

.logo-mob {
    width: 6rem;
}

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

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

.header-logo img {
    width: 25rem;
    margin-left: 2rem;
    margin-right: 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;*/
}

.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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    min-height: 88vh;

}

.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;
}

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

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

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

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

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

.scroll {
    display: flex;
    flex-direction: column;
    height: 88vh;
    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-home {
    background: url(../img/bgHome.png) no-repeat top center / cover;
}
.bg-white {
    background: url(../img/bgWhite.png) no-repeat top center / cover;
}
.bg-red {
    background: url(../img/bgRed.png) no-repeat top center / cover;
}
.bg-blue {
    background: url(../img/bgBlue.png) no-repeat top center / cover;
}
.bg-purple {
    background: url(../img/bgPurple.png) no-repeat top center / cover;
}
.bg-green {
    background: url(../img/bgGreen.png) no-repeat top center / cover;
}
.bg-orange {
    background: url(../img/bgOrange.png) no-repeat top center / cover;
}
.bg-pink {
    background: url(../img/bgPink.png) no-repeat center center / cover;
}

.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: #EBEBEB;
    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);
}

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

.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;
}

.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: flex-start;
    margin-bottom: 1rem;
}

.input.text label, .input.password label, .input.select 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 #E6E8EA;
    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;
}

#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);
}

.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;
}

/* .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;
}

.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;
}

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

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

.pa-md {
    padding: 1rem;
}

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

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

.spread {
    flex: 1;
}

.link:hover, a:hover, #btn-help:hover, button:hover, .interaction: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: cover;
}

.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: 15vh;
    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;
}

.gap {
    gap: 1rem;
}

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

.output {
    background-color: #fff;
}

.output #download {
    background-color: transparent;
    border: none;
    color: black;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

#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);
    /* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 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 {
    
}

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

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

}

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

.schedule-table {
    background-color: white;
    border-style: solid;
    border-color: var(--color-purple);
    border-width: .5rem;
    border-radius: .2rem;
    padding: .5rem;
}

.schedule-table .col-30, .col-70 {
    padding: .5rem;
}

.schedule-timeline {

}

.schedule-timeline h3{
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    border-style: solid;
    border-color: var(--color-purple);
    background-color: var(--color-purple);
    color: white;
    padding: .3rem;
}

.schedule-timeline p{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-style: solid;
    border-color: var(--color-purple);
    background-color: white;
    color: black;
    padding: .3rem;

}

.schedule-timeline .date{
    border-radius: .5rem;
    border-style: solid;
    border-color: var(--color-purple);
    background-color: var(--color-purple);
    color: white;
    width: 6vw;
    text-align: center;
}

.schedule .point {
    width: 20px;
    height: 20px;
    background-color: #be9fe1;
    border-radius: 100%;
    z-index: 2;
    border: 3px #333333 solid;
    position: relative;
    left: 1px;
}

.timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 6.6vw;
    background-color: #333333;
}

.timeline {
    position: relative;
    margin: 0 auto;
    width: 90%;
} 

.timeline ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    list-style-type: none;
}

/* .timeline .end {
    align-items: flex-end;
} */

.timeline ul li .content {
    width: 50%;
    padding: 0 20px;
}

.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);
}

.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;
    padding: .8rem;
    text-align: center;
    min-height: 40vh;
    min-width: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

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

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

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

.interactions-buttons{
    font-size: 1rem;
    font-family: 'FuturaPT-Demi';
    text-align: center;
    background-color: var(--color-orange);
    padding: .6rem;
    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-text {
    background-color: #var(--color-red);
    border-radius: .5rem;
    padding: 1rem;
    width: 30vw;
    height: 36vh;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    color: white;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about .page-body {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    width: 70vw;
}

.about-image {
    background-image: url(../img/logo-stellantis.png);
    width: 10vw;
    height: 5vh;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    background-position: center;
    text-align: center;
}

.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-links a {
    text-decoration: none;
}

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

.collaborator-links {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* width: 40vw; */
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.collaborator-link {
    width: 100%;
    height: 15vh;
    background-color: var(--color-blue);
    padding: 1vw;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    color: white;
}

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

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

@media screen and (max-width: 768px) {
    .row .col-6 {
        width: 100%;
    }

    .dialog {
        padding: 1rem;
    }

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

    .wallpaper-container {
        width: 100%;
    }

    .wallpaper {
        height: 18rem;
    }

    .interactions {
        width: 80%;
    }

    #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-logo {
        padding: 1rem;
    }

    .header-logo img {
        width: 5rem;
    }

    .open-menu-li {
        cursor: default !important;
    }

    .open-menu {
        cursor: pointer;
    }

    #download_photo {
        margin-left: 0;
    }

    header:not(.collapsed) ul {
        flex-direction: column;
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
    }

    header:not(.collapsed) ul li {
        width: 100%;
    }

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

    header.collapsed ul li .icon {
        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: 90%;
    }

    .rect-form {
        width: 90%;
    }

    .quad-form {
        width: 90%;
    }

    .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: center;
    }

    #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;
    }

    #map {
        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;
    }
    .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%;
    }

    .full-container {
        padding-bottom: 1rem;
        padding-top: 1rem;
    
    }
}
