body {
    margin: 0px;
    cursor: default;
    background-color: #e84441;
    justify-content: center;
    display: flex;
}

a {
    cursor: pointer;
}


/*HEADER*/

#header {
    width: -webkit-calc(100vw - 50px);
    width: -moz-calc(100vw - 50px);
    width: calc(100vw - 50px);
    height: 160px;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo {
    margin-top: 35px;
}

#description {
    color: #fff;
    font-family: font_light;
    font-size: 10px;
    text-align: center;
    margin-top: 4px;
    letter-spacing: 2px;
}


/*CALENDARIO*/

#calendario-box {
    transition: transform 0.7s;
    height: 350px;
    position: fixed;
    bottom: calc(50% - 230px);
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-rows: 33% 33% 33%;
}

.width1 {
    width: 1050px;
    transform: translateX(25px);
}

.width2 {
    transform: translateX(105px);
}




.box {
    color: #fff;
    text-align: center;
    font-family: font_light;
    font-size: 17px;
    padding-top: 20px;
    cursor: pointer;
}

.boxfilter {
    color: #e84441;
    text-align: center;
    font-family: font_light;
    font-size: 17px;
    padding-top: 20px;
    cursor: pointer;
}

.boxfilter #circlefilter{
    visibility: visible;
}

#circlefilter {
    border-radius: 50%;
	width: 40px;
	height: 40px; 
    border: solid 1px #fff;
    background-color: #fff;
    position: absolute;
    transform: translateX(31px) translateY(-30px);
    visibility: hidden;
    z-index: -1;
}

#box2 {
    color: #fff;
    text-align: center;
    font-family: font_light;
    font-size: 17px;
    padding-top: 20px;
    cursor: default;
    opacity: 0.3;
}

.box:hover .popup {
    visibility: visible;
}

.box:hover #circle {
    visibility: visible;
}

#box2:hover .popup-soon {
    visibility: visible;
}

.popup {
    position: absolute;
    visibility: hidden;
    width: 120px;
    color: #ffffff;
    transform: translateX(-70px) translateY(42px);
    font-family: font_light;
    font-size: 11px;
    line-height: 13px;
}


.popup-soon {
    position: absolute;
    visibility: hidden;
    width: 110px;
    color: #ffffff;
    transform: translateX(-65px) translateY(28px);
    font-family: font_light_italic;
    font-size: 10px;
}

#circle {
	border-radius: 50%;
	width: 40px;
	height: 40px; 
    border: solid 1px #fff;
    position: absolute;
    transform: translateX(31px) translateY(-30px);
    visibility: hidden;
}



/*FILTERS*/

.filters-box {
    width: 50px;
    height: 100vh;
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    transition: width 0.7s;
    cursor: pointer;
}

.filters-box-expand {
    width: 210px;
    height: 100vh;
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: auto;
}

.filtros {
    width: 22px;
    position: absolute;
    top: calc(50% - 16px);
    transition: all 0.7s;
}

.filtros-expand {
    width: 22px;
    position: absolute;
    top: 7vh;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


.categorias {
    visibility: hidden;
}

.categorias-expand {
    height: 75vh;
    width: 210px;
    position: absolute;
    bottom: 10vh;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: grid;
    justify-content: center;
    grid-template-rows: 6% 6% 6% 6% 6% 6% 6% 6% 6% 6% 6% 6% 6% 6%;
    grid-gap: 1.2%;
    letter-spacing: 0.2pt;
}


.tema {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    font-family: font_light;
    font-size: 13px;
    text-align: center;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    cursor: pointer;
    border: solid 1px rgba(255, 255, 255, 0);
}

.tema:hover {
    font-size: 15px;
}

.tema2 {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    font-family: font_light;
    font-size: 13px;
    text-align: center;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    cursor: pointer;
    border: solid 1px rgba(255, 255, 255, 1); 
}


#linha {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 1px;
    border-bottom: solid 1px #fff;
    margin-bottom: 2vh;
    margin-top: 2vh;
}

.close {
    visibility: hidden;
}

.close-expand {
    stroke-width: 2px;
    width: 16px;
    position: absolute;
    bottom: 4vh;
    cursor: pointer;
    visibility: visible;
}

.close-expand:hover {
    transform: scale(1.2);
    transition: all 0.1s;
}



/*SOBRE*/

#sobre {
    position: absolute;
    bottom: 40px;
    width: 80px;
    border: solid 1px #fff;
    font-family: font_light;
    font-size: 14px;
    text-align: center;
    padding: 6px;
    right: calc(50% - 40px);
    color: #fff;
    opacity: 0.8;
}

#sobre:hover {
    border: solid 1px #fff;
    background-color: #fff;
    color: #e84441;
    opacity: 1;
}

#sobre:hover ~ .sinopse-box {
    visibility: visible;
}

.sinopse-box {
    visibility: hidden;
    background-color: #e84441;
    position: absolute;
    bottom: calc(50% - 230px);
    transform: translateX(25px);
    height: 350px;
    width: 100vw;
}

.sinopse {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 564px;
    padding: 21px;
    padding-left: 24px;
    color: #ffffff;
    font-family: font_light;
    font-size: 13px;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.1);
}

.sinopse-italic {
    font-family: font_light_italic;
    font-size: 13px;
    line-height: 16px;
}



/*LINKS*/

.whitebox1 {
    width: 1px;
    height: 100vh;
    position: fixed;
    left: 0;
    transition: width 1s;
    z-index: 100;
}

.whitebox2 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    background-color: #fff;
    z-index: 100;
}



/*TIPOGRAFIA*/

@font-face {
    font-family: font_light;
    src: url(fonts/Ubuntu-Light.ttf);
}

@font-face {
    font-family: font_light_italic;
    src: url(fonts/Ubuntu-Light-Italic.ttf);
}

@font-face {
    font-family: font_bold;
    src: url(fonts/Ubuntu-Bold.ttf);
}

@font-face {
    font-family: font_medium;
    src: url(fonts/Ubuntu-Medium.ttf);
}
