:root { --ff-main: "League Spartan", sans-serif;
--ff-title: "Besley", serif; --base-boxshadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
--base-transition: 0.3s ease-in-out; --basecolor-black: #303334;
--basecolor-bluish-gray: #656C81;
--basecolor-blackish-gray: #2F2F2F;
--basecolor-white: #fff;
--basecolor-light-beige: #F4F0ED;
--basecolor-beige: #E9E2DE;
--basecolor-red: #B22436;
}
html {
background-color: var(--basecolor-black);
}
body {
font-family: var(--ff-main);
font-size: 16px;
line-height: 1.5;
background-color: var(--basecolor-black);
color: var(--basecolor-white);
height: 100%;
}
a {
color: inherit;
text-decoration: none;
cursor: pointer;
transition: var(--base-transition);
}
a:hover, a:focus {
color: inherit;
opacity: 0.5;
text-decoration: none;
}
a:focus {
outline: 0;
}
img {
vertical-align: middle;
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--ff-title);
font-weight: 800;
text-rendering: geometricPrecision;
}
.custom-edit-button {
position: fixed;
right: 1rem;
bottom: 1rem;
background-color: var(--basecolor-white);
color: var(--basecolor-black);
border-radius: 3rem;
height: 3rem;
width: 3rem;
text-indent: -999999px;
background-image: url(https://invisiblebordersmovie.com/wp-content/themes/invisibleBorders/images/edit.svg);
background-size: 1.6rem;
background-repeat: no-repeat;
background-position: center;
}
.featherlight .featherlight-content {
margin-left: 0;
margin-right: 0;
max-height: 98%;
padding: 0;
border-bottom: 0;
}
.buttonBase {
background-color: var(--basecolor-red);
color: var(--basecolor-beige);
padding: .5rem .75rem;
border: 1px solid var(--basecolor-red);
font-weight: 500;
text-transform: uppercase;
display: flex;
align-items: center;
gap: .4rem;
line-height: 1;
font-size: 1.1rem;
}
.buttonBase:hover {
color: var(--basecolor-red);
background-color: var(--basecolor-beige);
opacity: 1;
}
.buttonBase.disabled {
background-color: #cccccc;
color: #666666;
cursor: not-allowed;
opacity: 0.6;
pointer-events: none;
border: #ccc;
}
.shareArea {
position: absolute;
z-index: 10;
right: 0;
top: calc(50% - 70px);
color: var(--basecolor-red);
background: #fff;
height: 150px;
width: 30px;
padding-bottom: 1rem;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
overflow: hidden;
}
.shareArea .shareInline {
display: flex;
flex-direction: column-reverse;
display: flex;
align-items: center;
gap: 12px;
list-style: none;
padding: 0;
margin: 0;
justify-content: center;
color: var(--basecolor-red);
}
.shareArea .shareInline .label {
text-transform: uppercase;
font-weight: bold;
transform: rotate(-90deg);
transform-origin: center;
margin-top: 1rem;
font-size: 1rem;
line-height: 1;
margin-left: 4px;
}
.shareArea .shareInline a {
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
transition: opacity 0.3s ease;
color: var(--basecolor-red);
cursor: pointer;
}
.menu-footer {
color: var(--basecolor-red);
background: #fff;
width: 100%;
position: relative;
bottom: 10px;
font-size: 1.1rem;
}
.menu-footer .shareInline {
display: flex;
padding: .5rem;
text-transform: uppercase;
font-weight: 600;
justify-content: flex-end;
gap: .5rem;
}
@media(max-width: 767px) {
.buttonBase {
font-size: .9rem;
padding: .5rem;
}
.shareArea {
top: 150px;
}
}  @media(max-width: 991px) {
} .featherlight.vimeoPopUp .featherlight-content {
max-width: 1000px;
width: 90%;
padding: 0;
}
.featherlight.vimeoPopUp iframe {
width: 100%;
aspect-ratio: 21.5 / 9;
height: auto;
display: block;
background-color: #000;
}
#home {
position: relative;
z-index: 1;
}
.topButtons {
position: absolute;
top: 2rem;
right: 2rem;
display: flex;
gap: 1rem;
}
.innerHero {
background: linear-gradient(rgba(48 51 52 / 0) 0%,rgb(48 51 52) 98%, rgb(48 51 52) 100%);
height: 100%;
min-height: 90vh;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
gap: 2rem;
padding: 2rem;
box-sizing: border-box;
padding-bottom: 13vh;
}
.logoHero {
text-align: center;
}
.logoHero img {
width: 400px;
max-width: 90%
}
.buttonListHero {
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
}
.bg-video {
position: absolute;
inset: 0;
overflow: hidden;
z-index: -1;
}
.bg-video video {
width: 100%;
height: 100%;
object-fit: cover;
}
@media(max-width: 767px) {
.innerHero {
padding-left:1rem;
padding-right: 1rem;
min-height: 80vh;
padding-bottom: 5vh;
}
.buttonListHero {
gap: 1rem;
}
} .privacypagepopup iframe {
width: 80vw;
max-width: 1000px;
min-height: 80vh;
background: var(--basecolor-white);
color: var(--basecolor-black);
}
.privacyPolicyPage {
padding: 2rem;
background: var(--basecolor-white);
color: var(--basecolor-black);
}
.privacyPolicyPage .titlePrivacy {
font-size: 2rem;
margin-bottom: 2rem;
text-transform: uppercase
}
article ul, article ol {
padding-left: 3em;
margin-bottom: 1rem;
font-size: 0.9rem;
font-weight: 300;
}
article ul {
list-style: disc;
}
article ol {
list-style: decimal;
}
article b {
font-weight: bolder;
}
article em, article i {
font-style: italic;
}
article strong {
font-weight: 600;
text-rendering: geometricPrecision;
}
article hr {
border: 0;
border-top: 1px solid var(--basecolor-black);
opacity: 0.1;
margin: 1rem 0;
}
article blockquote {
padding: 3em 2rem 1rem 2rem;
font-size: 1.2rem;
background-image: url(https://invisiblebordersmovie.com/wp-content/themes/invisibleBorders/images/quote.svg);
background-repeat: no-repeat;
background-size: 70px;
background-position: 13px 15px;
}
article blockquote p:last-child {
margin-bottom: 0
}
article a {
text-decoration: underline;
}
article a:hover {
color: #6b6b6b;
text-decoration: underline;
opacity: 1;
}
article p {
width: 100%;
display: inline-block;
margin-bottom: 1rem;
text-rendering: geometricPrecision;
line-height: 1.5;
font-size: 1rem;
}
article p:last-child {
margin-bottom: 0;
}
article p > img.aligncenter {
display: flex;
}
article pre {
background-color: var(--basecolor-white);
font-family: monospace;
padding: 2rem;
}
article .alignleft {
float: left;
padding-right: 1rem;
}
article .alignright {
float: right;
padding-left: 1rem;
}
article .aligncenter {
margin: 0 auto;
padding: 1rem;
}
article .wp-caption {
padding: 1em;
}
article iframe {
width: 100%;
min-height: 400px;
}
.wp-caption-text {
margin: 0;
padding-top: 5px;
font-size: .7em;
font-style: italic;
text-align: center;
}
article h1 {
font-size: 2rem;
margin: 1.5rem 0;
}
article h2 {
font-size: 1.75rem;
margin: 1.25rem 0;
}
article h3 {
font-size: 1.5rem;
margin: 1rem 0;
}
article h4 {
font-size: 1.25rem;
margin: 1rem 0;
}
article h5 {
font-size: 1rem;
margin: 0.75rem 0;
}
article h6 {
font-size: 0.875rem;
margin: 0.75rem 0;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
text-rendering: geometricPrecision;
font-weight: 600;
}
article figcaption {
font-style: italic;
font-size: .8rem;
opacity: .5;
}
article table {
border: 1px solid var(--basecolor-black);
align-items: center;
} #exibihitions {
padding: 4rem 0;
background: linear-gradient(180deg,rgba(48, 51, 52, 0) 0%, rgba(233, 226, 222, 0.05) 100%);
overflow: hidden;
}
.titleExibicoes {
font-size: 2rem;
text-transform: uppercase;
padding: 3rem;
padding-bottom: 1rem;
}
#eventCityFilter {
display: block;
width: 100%;
max-width: 300px;
padding: 8px 12px;
margin: 1rem 1rem 2rem 3rem ;
font-size: 1rem;
font-family: inherit;
border: 1px solid #ccc;
border-radius: px;
background-color: #fff;
color: #333;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
transition: border-color 0.3s, box-shadow 0.3s;
}
#eventCityFilter:hover, #eventCityFilter:focus {
border-color: #b22436;
box-shadow: 0 0 5px rgb(178 36 54 / 30%);
outline: none;
}
#eventCityFilter {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23333' stroke-width='15' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 14px 14px;
padding-right: 36px;
}
.myEventsSwiper {
width: 100%;
box-sizing: border-box;
position: relative;
}
.myEventsSwiper::before, .myEventsSwiper::after {
content: '';
position: absolute;
top: 0;
height: 100%;
width: 3rem;
pointer-events: none;
z-index: 10;
}
.myEventsSwiper::before {
left: 0;
background: linear-gradient(to right, rgba(48,51,52,0.3), transparent);
}
.myEventsSwiper::after {
right: 0;
background: linear-gradient(to left, rgba(48,51,52,0.3), transparent);
}
.myEventsSwiper .swiper-wrapper {
display: flex;
align-items: stretch;
}
.myEventsSwiper .swiper-slide {
width: auto;
flex-shrink: 0;
margin-left: 3rem;
height: auto;
}
.eventSlide {
background: #fff;
color: var(--basecolor-black);
padding: 0;
width: 280px;
transition: var(--base-transition);
height: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
overflow: hidden;
}
.eventSlide:hover {
box-shadow: 0 2px 15px rgba(0,0,0,0.5);
}
.eventSlide .headerSlider {
font-size: 4rem;
margin-bottom: 8px;
background-color: var(--basecolor-bluish-gray);
transition: var(--base-transition);
color: #fff;
display: flex;
padding: 1.5rem;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
margin: 0;
width: 100%;
box-sizing: border-box;
}
.eventSlide .headerSlider > div {
display: flex;
flex-direction: column;
text-align: center;
}
.eventSlide .headerSlider > div span {
font-size: 1.5rem;
font-weight: 200;
letter-spacing: 1px
}
.eventSlide:hover .headerSlider {
background-color: var(--basecolor-red);
}
.eventSlideContent {
padding: 1.4rem;
display: flex;
flex-direction: column;
padding-bottom: 0;
height: 100%;
}
.detailMovie {
font-size: .8rem;
opacity: .5;
margin-bottom: 1rem;
}
.cityArea {
padding-left: 1.5rem;
font-size: .8rem;
}
.infoArea {
line-height: 1;
font-size: .8rem;
margin-top: 1rem;
opacity: .5;
}
.getticketsbloco {
padding: 1.4rem;
width: 100%;
box-sizing: border-box;
}
.getticketsbloco a {
display: inline-block;
}
.navigationSlide {
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
margin-top: 3rem;
}
.navigationSlide #paginationPrev, .navigationSlide #paginationNext {
position: relative;
top: auto;
left: auto;
bottom: auto;
margin: 0;
color: var(--basecolor-beige);
; right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 1rem;
}
#paginationMain {
position: relative;
width: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: 0;
line-height: 1;
transform: none;
display: flex;
align-items: center;
justify-content: center;
gap: .4rem;
height: auto;
}
.swiper-pagination-bullet {
margin: 0 !important;
transform: none;
background: var(--basecolor-beige);
}
.swiper-pagination-bullet-active {
background: var(--basecolor-beige);
}
.no-events-message {
text-align: center;
padding: 3rem;
color: #fff;
}
@media(max-width: 767px) {
.titleExibicoes {
padding: 2rem;
}
#eventCityFilter {
margin: 1rem 1rem 2rem 2rem ;
}
.myEventsSwiper .swiper-slide {
margin-left: 2rem;
}
#eventCityFilter {
max-width: 200px;
}
.no-events-message {
padding: 2rem;
}
.myEventsSwiper::before, .myEventsSwiper::after {
width: 2rem;
}
} .myGallerySwiper img {
min-width: 100%;
}
#about {
background: linear-gradient(rgba(48, 51, 52, 0) 0%, rgba(233, 226, 222, 0.05) 100%);
}
.innerAbout {
padding: 6rem;
margin: 0 auto;
display: flex;
gap: 6rem;
justify-content: center;
}
.posterArea a {
position: relative;
display: block;
}
.posterArea a:hover {
opacity: 1;
}
.posterArea a:after {
content: "\f00e";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-color: rgba(52 55 56 / 30%);
color: #fff;
font-family: "Font Awesome 7 Free";
font-weight: 900;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 3rem;
color: rgb(255 255 255);
opacity: 0;
transition: var(--base-transition);
}
.posterArea a:hover:after {
opacity: 1;
}
.aboutTextArea {
max-width: 500px;
display: flex;
flex-direction: column;
gap: 3rem;
}
.posterArea img {
width: 450px;
}
.aboutTitleArea h2 {
font-size: 2rem;
text-transform: uppercase;
}
.aboutTitleArea span {
font-size: .8rem;
opacity: .3;
}
.aboutTitleArea p {
margin-top: 2rem;
font-weight: 400;
}
.fichaTecnica li {
margin-bottom: 1rem;
opacity: .5
}
.fichaTecnica h3 {
font-family: var(--ff-main);
text-transform: uppercase;
font-weight: 700;
font-size: .95rem;
}
.quoteArea {
padding: 4rem 2rem;
display: flex;
flex-direction: column;
text-align: center;
}
.quoteArea article {
max-width: 1000px;
margin: 0 auto;
opacity: .8;
}
.quoteArea article p {
font-size: 1.4rem;
}
.quoteArea article em {
font-size: 1rem;
}
@media(max-width: 767px) {
.innerAbout {
flex-direction:column-reverse;
padding: 4rem 2rem;
gap: 4rem;
}
.quoteArea article h1 {
font-size: 1.7rem;
line-height: 1.2;
}
} #streaming {
padding: 6rem;
margin: 0 auto;
}
.whereToWatch {
padding: 3rem;
}
ul.whereToWatch {
display: flex;
gap: 3rem;
flex-wrap: wrap;
align-items: stretch;
}
ul.whereToWatch li {
height: 100%;
}
ul.whereToWatch li a {
background-color: #fff;
display: block;
padding: 1.5rem;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
color: #333;
min-width: 200px;
box-sizing: border-box;
}
ul.whereToWatch li a span{
opacity:.3;
margin-top:1rem;
}
ul.whereToWatch li img {
max-height: 40px;
}
@media(max-width: 767px) {
#streaming,.whereToWatch {
padding:2rem;
}
ul.whereToWatch{
gap:1rem;
justify-content:center;
}
ul.whereToWatch li a{
max-width:100px;
}
} #partners {
background-color: rgb(255 255 255 / 10%);
text-align: center;
}
#partners ul.whereToWatch {
justify-content: center;
} .footer {
background-color: var(--basecolor-beige);
padding: 1rem 2rem calc(1rem + 10px) 2rem;
font-size: 1rem;
background-image: url(https://invisiblebordersmovie.com/wp-content/themes/invisibleBorders/images/footer.png);
background-size: 100% 10px;
background-position: center bottom;
background-repeat: no-repeat;
color: var(--basecolor-black);
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
overflow: hidden;
}
.footerCopy {
font-size: .85rem;
}
.footerCopy a {
text-decoration: underline;
}
.footerCopy a:hover {
opacity: 1;
text-decoration: none;
color: var(--basecolor-red)
}
ul.productionFooter {
display: flex;
gap: 1rem;
align-items: center;
justify-content: center;
}
ul.productionFooter img {
max-width: 50px;
}
@media(max-width: 767px) {
.footer {
flex-direction:column-reverse;
gap: 2rem;
text-align: center;
}
.footerCopy a {
display: block;
}
}