
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BioRhyme+Expanded:wght@200;300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;400;700&display=swap');

.biorythme {
    font-family: 'BioRhyme Expanded', serif;
}
.inter {
    font-family: 'Inter', sans-serif;
}
.antonio {
    font-family: 'Antonio', sans-serif;
}

/* Root */
:root {
    --yellow-color:#FFF0A0;
    --landing-color:#82361C;
    --bg-color: #FFF;
    --movies-bg-color: #E39393;
    --barca13-bg-color: #FFF0A0;
    --movie-bg-color: #926BD3;
    --casa-bg-color: #94A3B8;
    --link-color: #0F172A;
    --text-color: #0F172A;
    --text-color-inverted: #F8FAFC;
    --link-color: #0F172A;
    --white-color: #FFF;
    --hover-color: #FFF;
    --black-color: #060A1A;
    --color-gray-900: #0F172A;
    --color-blue-900: #0F172A;
    --color-black: #0F172A;
    --color-gray-500: #0F172A;
    --color-gray-700: #0F172A;
    /* viewport  dimensions */
    --view-width: 1440px;
    --view-width-nopad: 1300px;
    --menu-height: 100px;
    --grid-column: 90px;
    --grid-gutter: 20px;
    --global-padding: 70px;
    --font-size: 16px;
    --landing-font-size: 149px;
    --insulares-font-size: 96px;
    --insulares-year-size: 25px;
    --line-height: 1.625;
    --font-weight: 400;
    --font-xs-size: 13px;

}

/* CONTRASTE */
body.contraste-1 {
    --yellow-color:#000000;
    --bg-color: #000000;
    --movies-bg-color: #000000;
    --insulares-bg-color: #000000;
    --barca13-bg-color: #1e1e1e;
    --movie-bg-color: #000000;
    --casa-bg-color: #000000;
    --events-bg-color: #000000;
    --residencias-bg-color: #000000;
    --link-color: #F8FAFC;
    --text-color: #F8FAFC;
    --text-color-inverted: #F8FAFC;
    --link-color: #F8FAFC;
    --white-color: #F8FAFC;
    --hover-color: #000000;
    --black-color: #F8FAFC;
    --color-gray-900: #F8FAFC;
    --color-blue-900: #F8FAFC;
    --color-black: #F8FAFC;
    --color-gray-500: #F8FAFC;
    --color-gray-700: #F8FAFC;    
}
body.contraste-1 .award-logos {
    filter: invert(1);
    filter: brightness(255);
}
body.contraste-1  .swiper-pagination-bullet {
    color: var(--black-color);
}
/*
body.contraste-1 img {
    mix-blend-mode: luminosity;
}
body.contraste-1 .hover-image {
    mix-blend-mode: luminosity;
}
*/


body.contraste-3 {
    --yellow-color:#000;
    --bg-color: #F8FAFC;
    --movies-bg-color: #F8FAFC;
    --insulares-bg-color: #F8FAFC;
    --barca13-bg-color: #F8FAFC;
    --movie-bg-color: #F8FAFC;
    --casa-bg-color: #F8FAFC;
    --events-bg-color: #F8FAFC;
    --residencias-bg-color: #F8FAFC;
    --link-color: #0F172A;
    --text-color: #0F172A;
    --text-color-inverted: #0F172A;;
    --link-color: #0F172A;
    --white-color: #F8FAFC;
    --hover-color: #0F172A;
    --black-color: #0F172A;
    --color-gray-900: #0F172A;
    --color-blue-900: #0F172A;
    --color-black: #0F172A;
    --color-gray-500: #0F172A;
    --color-gray-700: #0F172A;    
}
/* CONTRATE END*/
/* RESET START*/
body {
    background-color: var(--bg-color);
    color: var(--text-color);
}
  
html {
    font-size: var(--font-size);
    font-family: 'Inter', sans-serif;
    line-height: var(--line-height);
    font-weight: var(--font-weight);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}



html {
    box-sizing: border-box;
}
html{
    height: 100%;
}
body {
    height: 100%;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


img,
video {
    height: auto;
    max-width: 100%;
}

ul {
    list-style: none;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

a:link {
    text-decoration: none;
    color:var(--link-color);
}
a:visited {
    text-decoration: none;
    color:var(--link-color);
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
/* RESET END */
p a {
    border-bottom: 1px solid var(--text-color);
}

/* Landing */
.landing-wrapper {
    width: 100vw;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display:flex;
}
.landing {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    
}
.landing a {
    font-size: var(--landing-font-size);
    font-weight: 900;
    color: var(--yellow-color)!important;
}
.landing a:hover {
    color: var(--landing-color)!important;
}
.video-wrapper {
    height: 100vh;
}


.video-wrapper {
	height: 100vh;
}

video#bgvid { 
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform: translateX(-0%) translateY(-0%);
    -moz-transform: translateX(-0%) translateY(-0%);
    -webkit-transform: translateX(-0%) translateY(-0%);
    transform: translateX(-0%) translateY(-0%);    
    z-index: -1;
}
video.slideshow-vid { 
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform: translateX(-0%) translateY(-0%);
    -moz-transform: translateX(-0%) translateY(-0%);
    -webkit-transform: translateX(-0%) translateY(-0%);
    transform: translateX(-0%) translateY(-0%);    
    z-index: 0;
}
.landing .insulares-filmes-logo {
    fill: var(--white-color);
    padding: 40px;
}
.landing .avistavulcao-logo {
    fill: var(--white-color);
    padding: 40px;
}
.landing .insulares-filmes-logo:hover {
    fill: var(--landing-color);
}
.landing .avistavulcao-logo:hover {
    fill: var(--landing-color);
}



/* Header */
header.insulares-header {
    position: absolute;
    width: 100%;
    z-index: 10;
}
header .header-wrapper {
    max-width: var(--view-width);
    height: var(--menu-height);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

/* MENU DESKTOP */
.checkbox {
    display: none;
}
#menu-nav {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: var(--global-padding);
    padding-right: var(--global-padding);
}
#menu-home {
    display: flex;
}
#menu-home a {
    font-size: 20px;
}
#menu-items { 
    display: flex;
    padding-left: calc(var(--view-width-nopad) * 0.2);
 }
#menu-items a {
    flex-basis: 0;
    font-size: 16px;
    padding: 10px;
    text-align: center;

}
#menu-items a.active {
    font-family: 'BioRhyme Expanded', serif;
    font-weight: 700;
}
#menu-settings {
    padding-left: calc(var(--view-width-nopad) * 0.02 );
    display: flex;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
/*tri state switch */
.trisw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 20px;
}
.trisw input {
    height: 8px;
    width: 8px;
    appearance: none;
    border-radius: 50%;
    opacity: 0;
}
.trisw input:checked {
    opacity: 1;
}
.trisw input:hover {
    cursor: pointer;
}
.tri-state-toggle {
    display: flex;
    justify-content: center;
    border-radius: 50px;
    padding: 2px;
}
.trisw input[type="radio"] {
    margin: 0 0 0 0;
    padding: initial;
    border: initial;
}
/* tristate switch  end */


/* language select */
.language-wrapper {
    position: relative;
    padding: 0 .8rem;
    margin: 0 -.8rem;
}

.language-selection {
    display: flex;
    align-items: center;
}

.language-selection svg {
    width: 16px;
    height: auto;
    margin-left: .5rem;
    fill: transparent;
}
.language-list {
    /* hide EN language temporariamente */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: .4rem .8rem;
}
.language-link {
    display: none;
}
.language-link:hover {
    text-decoration: underline;
}
.language-wrapper:hover .language-link {
    display: block;
}
/* language select end */

#menu-logo {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
}
#menu-logo.barca13-logos-top {
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
}
#menu-logo.barca13-logos-top svg.insulares-filmes-logo {
    padding-right: 10px;

}
#menu-logo.barca13-logos-top svg.avistavulcao-logo {
    padding-bottom: 10px;
}
#menu-logo .insulares-filmes-logo {
    width: 86px;
}
/* Menu / Header Color */
#menu-nav a {color: var(--white-color);white-space: nowrap;}
#menu-settings .label-sw { color: var(--white-color); }
.tri-state-toggle {border: 2px solid var(--white-color);}
.trisw input {background-color: var(--white-color);}
.language-selection {color: var(--white-color);}
.language-selection svg path{stroke: var(--white-color);}
#menu-logo svg.insulares-filmes-logo {fill: var(--white-color);}

/* HIDE MENU MOBILE */
#menu-items-mobile,
#menu-logo-mobile { display: none; }

/* Swipper */
.swiper-container,
.swiper-container-movie {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.swiper-container-movie {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    padding-top: 88px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--white-color);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-zoom-container>img,
.swiper-container-movie .swiper-zoom-container>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
    filter: brightness(70%);
}
.swiper-container .swiper-zoom-container,
.swiper-container-movie .swiper-zoom-container {
    align-items: flex-end;
}
.swiper-landing-movies {
    position: absolute;
    margin: auto;
    height: 100vh;
    top: 23%;
}
.swiper-landing-movies li a {
    font-size: var(--insulares-font-size);
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1;
    font-weight: 900;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
}

.swiper-landing-movies li a .year {
    font-family: 'BioRhyme Expanded', serif;
    font-size: var(--insulares-year-size);
    letter-spacing: 0.04em;
    font-weight: 400;
    padding: 0 0 19px 0;
    line-height: 1;
    color: var(--white-color);
}
.swiper-landing-movies li.active a {
    font-family: 'BioRhyme Expanded', serif;
    font-style: normal;
    font-weight: 200;
    font-size: 95px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: unset;
}
.swiper-movie-title {
    position: absolute;
}
.swiper-wrapper:hover .swiper-movie-title   {
    display: none;
}
.swiper-slide .swiper-movie-title   {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 118.88px;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
}
.swiper-slide[data-swiper-slide-index="0"]:hover .swiper-movie-title   {
    display: none;
}
.swiper-slide .swiper-movie-title h1  {
    font-size: 100px;
    font-weight: 900;
}
.swiper-slide .swiper-movie-title h2.movie-title-year  {
    display: grid;
    padding: 40px 0 25px 0;
}

.swiper-slide .swiper-movie-title .year  {
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.04em;
}
.swiper-slide .swiper-movie-title .arrow-wrapper  {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.swiper-slide .swiper-movie-title .arrow  {
    width:9px;
}
/* Swiper end */


/* Movies List */
.movies-template {
    background-color: var(--movies-bg-color);
}
/* Menu / Header Color Movies */
.movies-template #menu-nav a {color: var(--text-color);white-space: nowrap;}
.movies-template #menu-settings .label-sw { color: var(--text-color); }
.movies-template #footer-settings .label-sw { color: var(--text-color); }
.movies-template .tri-state-toggle {border: 2px solid var(--text-color);}
.movies-template .trisw input {background-color: var(--text-color);}
.movies-template .language-selection {color: var(--text-color);}
.movies-template .language-selection svg path{stroke: var(--text-color);}
.movies-template #menu-logo svg.insulares-filmes-logo {fill: var(--text-color);}
.movies-template .event-overlay {color: var(--text-color);}

#movies {
    width: 100%;
    background-color: var(--movies-bg-color);
}
.movies-wrapper {
    width: 100%;
    max-width: var(--view-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.in-production {
    padding: 170px var(--global-padding) 0 var(--global-padding);
}
.produced {
    padding: 110px var(--global-padding) var(--global-padding) var(--global-padding);
}
#movies h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 110px;
    line-height: 0.81;    
    letter-spacing: -0.02em;
    padding-bottom: 60px;
}
#movies h2 {
    font-weight: 800;
    font-size: 49px;
    padding-top: 10px;
    line-height: 1.6;
    letter-spacing: -0.02em;

}
.listing-description {
    line-height: 24px;
}
.listing-description .year {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
}
.movie .title:hover a {
    font-family: 'BioRhyme Expanded', serif;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 49px;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

/* Hover link show image */
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}
body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}
.hover-image {
    display: flex;
    position: fixed;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 30;

/* Change width and height to scale images */
    width: 750px;
    max-width: 50vw;
}
.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}


/* Footer */
footer {
    width: 100%;
}
.movies-template footer {background-color: var(--movies-bg-color);}
.insulares-template footer {background-color: var(--insulares-bg-color);}
.insulares-template footer #footer-contacts a {color: var(--white-color)!important;}
.insulares-template #footer-contacts a:visited {color: var(--white-color)!important}
.movie-template footer {background-color: var(--movie-bg-color);}
.barca13-template footer {background-color: var(--barca13-bg-color);}
.events-template footer {background-color: var(--events-bg-color);}
.footer-wrapper {
    max-width: var(--view-width);
    margin: 0 auto;
}
.footer-content {
    padding: calc(var(--global-padding) * 4) var(--global-padding) var(--global-padding) var(--global-padding);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
#footer-settings {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
}
#footer-contacts {
    display: flex;
    flex-direction: row;
    font-weight: 600;
    border-bottom: 2px solid var(--link-color);
    line-height: 1.2;
    margin-left: 80px;
}
.footer-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 4px;
}
.footer-right {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#footer-insulares-vista-logo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#footer-insulares-vista-logo .insulares-filmes-logo {
    width: 86px;
    height: 48px;
    fill: var(--link-color);
    padding-right: 10px;
}
#footer-insulares-vista-logo .avistavulcao-logo {
    width: 152px;
    height: 71px;
    fill: var(--link-color);
    padding-bottom: 3px;
}
#footer-barca13-logo {
    display: flex;
    flex-direction: row;
    font-size: 25px;
    font-weight: 900;
    padding-left: 80px;
}
.movies-template #footer-insulares-vista-logo .insulares-filmes-logo {
    fill: var(--text-color);
}
.movies-template #footer-insulares-vista-logo .avistavulcao-logo {
    fill: var(--text-color);
}
.movies-template  #footer-barca13-logo a {
    color: var(--text-color);
}
.movies-template footer #footer-contacts a {color: var(--text-color)!important;}
.movies-template #footer-contacts a:visited {color: var(--text-color)!important}


/* Barca 13 */
.barca13-template {
    background-color: var(--barca13-bg-color);
}
/* Menu / Header Color Movies */
.barca13-template #menu-nav a {color: var(--color-black);white-space: nowrap;}
.barca13-template #menu-settings .label-sw { color: var(--color-black); }
.barca13-template #footer-settings .label-sw { color: var(--color-black); }
.barca13-template .tri-state-toggle {border: 2px solid var(--color-black);}
.barca13-template .trisw input {background-color: var(--color-black);}
.barca13-template .language-selection {color: var(--color-black);}
.barca13-template .language-selection svg path{stroke: var(--color-black);}
.barca13-template #menu-logo svg.insulares-filmes-logo {fill: var(--color-black);}
.barca13-template #menu-logo svg.avistavulcao-logo {fill: var(--color-black);}

#barca13 {
    width: 100%;
    background-color: var(--barca13-bg-color);
}
.barca13-wrapper {
    width: 100%;
    max-width: var(--view-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.barca13-content {
    padding: 230px var(--global-padding) 0 var(--global-padding);
    display: flex;
    flex-direction: row;
}
.contacts-page {
    height: calc(100vh - var(--menu-height) - var(--global-padding));

}
.content-left {
    width: 67.69%;
}
.content-right {
    width: 32.31%;
}
.barca13-content h2.role {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.barca13-content h1 {
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
    padding-top: 20px;
}
.barca13-content .subtitle {
    padding: 5px 0 0px 0;
}
.barca13-content .description {
    font-size: 20px;
    line-height: 24px;
}
.barca13-content .year-born {
    font-size: 25px;
    line-height: 32px;
}
.barca13-content .text {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.21;
    letter-spacing: 0.02em;
    max-width: 72%;
    padding-top: 54px;
}
.barca13-content .info-text p {
    padding-bottom: 18px;
}
.barca13-content .text p {
    padding-bottom: 18px;
}
.barca13-content .text h2 {
    line-height: 1.3;
    font-size: 28px;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.barca13-content .text h3 {
    line-height: 1.3;
    font-size: 24px;
    padding-bottom: 18px;
}
.barca13-content .text h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 18px;
}
.barca13-content .text h5 {
    font-family: 'Inter', sans-serif;   
    font-weight:500;
    font-size: 16px;
    padding-bottom: 18px;
}
.barca13-links,
.global-links {
    display: flex;
    flex-direction: column;
    padding-left: 25%;
}
.barca13-links a {
    line-height: 1.6;
    text-decoration-line: underline;
}
.barca13-links a.active {
    font-family: 'BioRhyme Expanded', serif;
    font-weight: 700;
    text-decoration-line: none;

}
.global-links {
    padding-top: 60px;
    padding-bottom: 24px;
}
.global-links a.active {
    font-family: 'BioRhyme Expanded', serif;
    font-weight: 700;
    text-decoration-line: none;

}
.global-links a {
    font-weight: 600;
    line-height: 1.6;
    text-decoration-line: underline;
}
.barca13-content .cover-image {
    padding: 169px 0 40px 0;
    mix-blend-mode: multiply;
}
.barca13-content .email {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    text-decoration-line: underline;
}
.barca13-content .phone-number {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

/* Movie */
.movie-template {
    background-color: var(--movie-bg-color);
}
/* Menu / Header Color Movies */
.movie-template #menu-nav a {color: var(--text-color);white-space: nowrap;}
.movie-template #menu-settings .label-sw { color: var(--text-color); }
.movie-template #footer-settings .label-sw { color: var(--text-color); }
.movie-template .tri-state-toggle {border: 2px solid var(--text-color);}
.movie-template footer .tri-state-toggle {border: 2px solid var(--text-color);}
.movie-template .trisw input {background-color: var(--text-color);}
.movie-template footer .trisw input {background-color: var(--link-color);}
.movie-template .language-selection {color: var(--text-color);}
.movie-template footer .language-selection {color: var(--link-color);}
.movie-template .language-selection svg path{stroke: var(--text-color);}
.movie-template footer .language-selection svg path{stroke: var(--link-color);}
.movie-template #menu-logo svg.insulares-filmes-logo {fill: var(--text-color);}

.movie-template #footer-insulares-vista-logo .insulares-filmes-logo {
    fill: var(--text-color);
}
.movie-template #footer-insulares-vista-logo .avistavulcao-logo {
    fill: var(--text-color);
}
.movie-template  #footer-barca13-logo a {
    color: var(--text-color);
}
.movie-template footer #footer-contacts a {color: var(--text-color)!important;}
.movie-template #footer-contacts a:visited {color: var(--text-color)!important}

#movie {
    width: 100%;
    background-color: var(--movie-bg-color);
}
.movie-wrapper {
    width: 100%;
    max-width: var(--view-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.movie-content {
    padding: 0px var(--global-padding) 0 var(--global-padding);
    display: flex;
    flex-direction: column;
}
.content-awards {
    width: 100%;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
}
.award-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 65%;
}
.award-logos svg {
    height: 72px;
}
.special-awards {
    display: flex;
    flex-direction: row;
    padding: 33px 0;
}
.content-block {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.content-main {
    width: 67.69%;
    min-width: 67.69%;
}
.content-main-content h1 {
    font-size: 49px;
    padding-bottom: 49px;
    font-weight: 800;
}
.content-main .text {
    font-size: 25px;
    line-height: 1.6;
}
#movie .trailer {
    padding: 80px 0 30px 0;
}
#movie .no-trailer {
    padding-top: 100px;
}

#movie h1 {
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
}
#movie h2 {
    font-size: 39px;
    font-weight: 900;
    padding-bottom: 26px;
}
#movie .sub-author {
    padding-top: 24px;
    padding-bottom: 0px;
}
#movie .subtitle,
#movie .author {
    font-size: 31.25px;
    line-height: 32px;
    font-weight: 300;
    font-style: italic;
}
#movie .author {
    font-weight: 600;
}
#movie .synopsis-header {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    padding-top: 56px;
}
#movie .list,
#movie .country
 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
#movie .year {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
}
#movie .synopsis {
    max-width: 80%;
}
#movie .synopsis p {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.21;
    letter-spacing: 0.02em;
    padding-bottom: 18px;
}
#movie h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 20px;
    padding-bottom: 26px;
}
#movie .poster-image {
    padding: 46px 0 55px;
}
#movie .info-label {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--color-gray-500);
}
#movie .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-gray-700);
    padding-bottom: 12px;
}
#movie .technical-info {
    padding-bottom: 55px;
}
.show-desktop {
    display:flex;
}
.show-mobile {
    display:none;
}

.arrow-compass {
    animation-name: arrowcompass;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: center;
}
@-webkit-keyframes arrowcompass {
0% {
    -webkit-transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(30deg);
}
75% {
    -webkit-transform: rotate(-10deg);
}
100% {
    -webkit-transform: rotate(0deg);
}
}

.fade-in {
	background-color: var(--movie-bg-color);
	opacity: 1.00;
	-webkit-transition: 5s all ease-in-out;
	-moz-transition: 5s all ease-in-out;
	-o-transition: 5s all ease-in-out;
	transition: 5s all ease-in-out;
}

.fade-in.active {
	opacity: 1.00;
}



/* A Casa */

.casa-template {
    background-color: var(--casa-bg-color);
}
/* Menu / Header Casa */
.casa-template #menu-nav a {color: var(--color-blue-900);white-space: nowrap;}
.casa-template #menu-settings .label-sw { color: var(--color-blue-900); }
.casa-template #footer-settings .label-sw { color: var(--color-blue-900); }
.casa-template .tri-state-toggle {border: 2px solid var(--color-blue-900);}
.casa-template .trisw input {background-color: var(--color-blue-900);}
.casa-template .language-selection {color: var(--color-blue-900);}
.casa-template .language-selection svg path{stroke: var(--color-blue-900);}
.casa-template #menu-logo svg.avistavulcao-logo {fill: var(--color-blue-900);}


#menu-logo .avistavulcao-logo {
    width: 152px;
}

#casa {
    width: 100%;
    background-color: var(--casa-bg-color);
}
.casa-wrapper {
    width: 100%;
    max-width: var(--view-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.casa-template footer {
    background-color: var(--casa-bg-color);
}
.casa-content {
    padding: 80px var(--global-padding) 0 var(--global-padding);
    display: flex;
    flex-direction: column;
}
.casa-content .info-block {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.left-casa {
    width: 50%;
    padding-right: 120px;
}
.right-casa {
    padding-top: 0px;
}
.casa-content .title h1 {
    font-family: 'Antonio', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 1.28;    
    letter-spacing: -0.02em;
}
.casa-content .info-header {
    font-style: normal;
    font-weight: 800;
    font-size: 49px;
    line-height: 1.2;
    padding: 40px 0;
    letter-spacing: -0.02em;
}
.casa-content .info-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.casa-content .info-text p {
    padding-bottom: 18px;
}
.casa-content .info-text h2 {
    line-height: 1.3;
    font-size: 28px;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.casa-content .info-text h3 {
    line-height: 1.3;
    font-size: 24px;
    padding-bottom: 18px;
}
.casa-content .info-text h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 18px;
}
.casa-content .info-text h5 {
    font-family: 'Inter', sans-serif;   
    font-weight:500;
    font-size: 16px;
    padding-bottom: 18px;
}

/* Residencias */
.residencias-template {
    background-color: var(--residencias-bg-color);
}
/* Menu / Header Color Events */
.residencias-template #menu-nav a {color: var(--color-black);white-space: nowrap;}
.residencias-template #menu-settings .label-sw { color: var(--color-black); }
.residencias-template #footer-settings .label-sw { color: var(--color-black); }
.residencias-template .tri-state-toggle {border: 2px solid var(--color-black);}
.residencias-template .trisw input {background-color: var(--color-black);}
.residencias-template .language-selection {color: var(--color-black);}
.residencias-template .language-selection svg path{stroke: var(--color-black);}
.residencias-template #menu-logo svg.avistavulcao-logo {fill: var(--color-black);}

#residencias {
    width: 100%;
    background-color: var(--events-bg-color);
}
.residencias-wrapper {
    width: 100%;
    max-width: var(--view-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.residencias-template footer {
    background-color: var(--residencias-bg-color);
}
.residencias-content {
    padding: 80px var(--global-padding) 0 var(--global-padding);
    display: flex;
    flex-direction: column;
}
.residencias-content .info-block {
    display: flex;
    flex-direction: row;
}
.left-residencias {
    width: 40%;
    padding-right: 90px;
}
.right-residencias {
    padding-top: 40px;
}
.residencias-content .title h1 {
    font-family: 'Antonio', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 1.28;    
    letter-spacing: -0.02em;
}
.residencias-content .info-header {
    font-style: normal;
    font-weight: 800;
    font-size: 49px;
    line-height: 1.2;
    padding: 40px 0;
    letter-spacing: -0.02em;
}
.residencias-content .info-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.residencias-content .info-text p {
    padding-bottom: 18px;
}
.residencias-content .info-text h2 {
    line-height: 1.3;
    font-size: 28px;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.residencias-content .info-text h3 {
    line-height: 1.3;
    font-size: 24px;
    padding-bottom: 18px;
}
.residencias-content .info-text h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 18px;
}
.residencias-content .info-text h5 {
    font-family: 'Inter', sans-serif;   
    font-weight:500;
    font-size: 16px;
    padding-bottom: 18px;
}


/* Events */
.events-template {
    background-color: var(--events-bg-color);
}
/* Menu / Header Color Events */
.events-template #menu-nav a {color: var(--color-black);white-space: nowrap;}
.events-template #menu-settings .label-sw { color: var(--color-black); }
.events-template #footer-settings .label-sw { color: var(--color-black); }
.events-template .tri-state-toggle {border: 2px solid var(--color-black);}
.events-template .trisw input {background-color: var(--color-black);}
.events-template .language-selection {color: var(--color-black);}
.events-template .language-selection svg path{stroke: var(--color-black);}
.events-template #menu-logo svg.avistavulcao-logo {fill: var(--color-black);}
#events {
    width: 100%;
    background-color: var(--events-bg-color);
}
.events-wrapper {
    width: 100%;
    max-width: var(--view-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.events-content {
    padding: 230px var(--global-padding) 0 var(--global-padding);
    display: flex;
    flex-direction: row;
}
.events {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    grid-gap: 20px;
    width: 100%;
  }

.event-container {
    position: relative;
    width: 420px;
}
.event-cover-image {
    display: block;
    width: 100%;
    height: auto;
}
.event-cover-image img {
    width: 420px;
    height: 420px;
    object-fit: cover;
  }
.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 39px;
    letter-spacing: -0.02em;
    font-weight: 300;
    line-height: 1;
}
.event-type {
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.movies-template .event-type {
    text-transform: none;
}
.event-title {
    font-size: 49px;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 10px;
}
.event-subpre {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.event-sub {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.event-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    width: calc(100% - 41px);
    height: calc(100% - 48px);
    opacity: 0;
    transition: .5s ease;
    background-color: var(--events-bg-color);;
}
.event-container:hover .event-overlay {
    opacity: 1;
    border: 1px solid var(--color-black);
}

/* Event*/
.event .event-date {
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 32px;
}

.events-content .event {
}

.event .image-cap-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.event .image.align-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.event .image.align-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.event .image.align-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.event .size-3 .image-cap-wrapper {
    width: auto;
}
.event .image.size-2 .image-cap-wrapper {
    width: 60%;
}
.event .image.size-1 .image-cap-wrapper {
    width: 40%;
}
.event .image-caption {
    min-height: 65px;
}
.event .caption-wrapper {
    padding-top: 10px;
}
.event .info-label {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--color-gray-500);
}
.event .info-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--color-gray-700);
    padding-bottom: 12px;
}
.event-blocks-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
}
.sidebar-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.sidebar-text {padding-right: 200px;}
.event .sidebar-info {
    min-width: 200px;
    padding-bottom: 20px;
}
.event .blocks {
    width: 100%;
}
.event .blocks .info-text {
    padding: 0 110px 40px 110px;
}
.event .blocks  .info-text {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.21;
    letter-spacing: 0.02em;
    padding-left: 200px;
    padding-right: 200px;
}
.sidebar-text .info-text {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.21;
    letter-spacing: 0.02em;
}
.event .blocks .info-text p,
.sidebar-text .info-text p {
    padding-bottom: 18px;
}
.event .blocks .info-text h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 18px;
}
.event .blocks .info-text h5 {
    font-family: 'Inter', sans-serif;   
    font-weight:500;
    font-size: 16px;
    padding-bottom: 18px;
}
.event-top-wrapper {
    padding-left: 110px;
}

/* grid images */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(420px, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(420px, 1fr));
    grid-gap: 20px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, 1fr);
    grid-gap: 20px;
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 20px;
}
.grid-3,
.grid-2,
.grid-1 {
  padding-bottom: 64px;
}
  .grid-3 img,
  .grid-2 img,
  .grid-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grid-3 img {
    aspect-ratio: 1/1;
  }

  /* new content blocks */

  .image.wide {
    display: flex;
    justify-content: center;

  }
  .image.notwide {
    display: flex;
    justify-content:  center;
    padding: 0 200px;
}
.video-js.wide {
    display: flex;
    justify-content: center;
    margin-bottom: 64px;

  }
  .video-js.notwide {
    display: flex;
    justify-content:  center;
    margin-bottom: 64px;
}
.separator {
    margin: 0 auto;
    width: 440px;
    margin-top: 0px;
    margin-bottom: 64px;
    line-height: 1px;
    opacity: 0.6;
}
.separator.bline {
    border-bottom: 1px solid var(--text-color);
}
#casa .title,
#residencias .title {
    margin: 0 0 0 110px;
    padding-bottom: 64px;
}
.text-one-column,
.text-columns {
    margin: 0 110px 0 200px;
}
.text-one-column,
.text-columns {
    padding-bottom: 64px;
}
.columns-wrapper {
    display: flex;
    flex-direction: row;
}
.columns-wrapper .info-text {
    width: 50%;
    padding-right: 42px;
    padding-top: 24px;
}
.text-columns .header {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.text-columns .subheader {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
/* Insulares */

.insulares-template {
    background-color: var(--insulares-bg-color);
}
.insulares-template .events-content {
    padding: 64px var(--global-padding) 0 var(--global-padding);
}
.insulares-template .event .info-text {
    color: var(--white-color);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.insulares-template .event .info-text h3 {padding-bottom: 24px;}
.insulares-template .event .info-text h2 {padding-bottom: 24px;}
.insulares-template .event .blocks .info-text.column-left {padding:0 10px 0 0}
.insulares-template .event .blocks .info-text.column-right {padding:0 0 0 10px}
.insulares-template .columns-wrapper {padding-top:24px}

.title-insulares h1 {
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 18px;
}
body.insulares-template.contraste-3{
    --text-color: #0F172A;
}
body.insulares-template.contraste-1{
    --text-color: #F8FAFC;
}
.insulares-template #menu-nav a {color: var(--text-color)}

.insulares-template #menu-settings .label-sw { color: var(--text-color); }
.insulares-template #footer-settings .label-sw { color: var(--text-color); }
.insulares-template .tri-state-toggle {border: 2px solid var(--text-color);}
.insulares-template .trisw input {background-color: var(--text-color);}
.insulares-template .language-selection {color: var(--text-color);}
.insulares-template .language-selection svg path{stroke: var(--text-color);}
.insulares-template #menu-logo svg.insulares-filmes-logo {fill: var(--text-color);}
.insulares-template .event-overlay {color: var(--text-color);}

.insulares-template .event .info-text {color: var(--text-color);}
/* Noise */

.noise {
  }
  
 .noise::before {
    content: "";
    position: fixed;
    background-image: url("../images/noise.2ea316dc8edf.png");
    background-repeat: repeat;
    top: -10rem;
    left: -10rem;
    right: -10rem;
    bottom: -10rem;
    animation: noise 1.5s steps(2) 0.01s infinite;
    animation-play-state: running;
    /* opacity: 0.7; */
    pointer-events: none;
    z-index: 10;
  }
  
  
  
  @keyframes noise {
    0% {
      transform: translate3d(0, 9rem, 0);
    }
    10% {
      transform: translate3d(-1rem, -4rem, 0);
    }
    20% {
      transform: translate3d(-8rem, 2rem, 0);
    }
    30% {
      transform: translate3d(9rem, -9rem, 0);
    }
    40% {
      transform: translate3d(-2rem, 7rem, 0);
    }
    50% {
      transform: translate3d(-9rem, -4rem, 0);
    }
    60% {
      transform: translate3d(2rem, 6rem, 0);
    }
    70% {
      transform: translate3d(7rem, -8rem, 0);
    }
    80% {
      transform: translate3d(-9rem, 1rem, 0);
    }
    90% {
      transform: translate3d(6rem, -5rem, 0);
    }
    100% {
      transform: translate3d(-7rem, 0, 0);
    }
  }
  

/* Tablet */
@media all and (max-width: 768px){
    :root {
        /* viewport dimensions */
        --view-width: 768px;
        --view-width-nopad: 768pc;
        --menu-height: 100px;
        --grid-column: 90px;
        --grid-gutter: 20px;
        --global-padding: 70px;
        --font-size: 16px;
        --landing-font-size: 80px;
        --insulares-font-size: 96px;
        --insulares-year-size: 25px;
        --line-height: 1.625;
        --font-weight: 400;
        --font-xs-size: 13px;
    
    }

    .landing {
        flex-direction: column;
    }
    .landing .insulares-filmes-logo {
        padding: 40px 0;
    }
    .landing .avistavulcao-logo {
        padding: 40px 0;
    }

    /* BREAK INTO VERTICAL MENU */
    #menu-nav {
        display: flex;
        align-items: unset;
    }
    #menu-items-mobile a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        flex-grow: 0;
    }

    /* TOGGLE SHOW/HIDE MENU */
    #menu-home { display: none; }
    #menu-items { display: none; }
    #menu-settings { display: none; }
    #menu-logo { display: none; }
    .nav-container input.checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
      }
      .nav-container .hamburger-lines {
        display: block;
        height: 25px;
        width: 32px;
        position: absolute;
        top: 36px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .nav-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: var(--white-color);
      }
      .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
      }
      .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      }
      .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
      }
      .nav-container #menu-items-mobile {
        padding-top: calc( var(--menu-height) * 1.5);
        background-color: #0F172A;
        height: 100vh;
        width: 100%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        transition: transform 0.5s ease-in-out;
        text-align: left;
        padding-left: 20px;
        font-size: 20px;
        position: absolute;
        left: 0;
      }
      .nav-container #menu-items-mobile .menu-item-mobile {
        border-bottom: 1px solid var(--white-color);
      }
      #menu-items-mobile .settings-hline {
        display: flex;
        color: var(--white-color);
        padding: 80px 0 20px 0;
      }
      .mobile-sw-wrapper {
        display: flex;
        flex-direction: column;
        color: var(--white-color);
        align-items: flex-start;
      }
      .mobile-sw-wrapper .label-sw {
        font-size: 18px;
        padding-bottom: 5px;
        font-weight: 500;
      }
      .nav-container #menu-items-mobile .language-list {
        padding: 1rem;
      }
      .nav-container #menu-items-mobile .language-list a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
      }
      .nav-container .header-logo-mobile {
        transform: translate(-150%);
      }
      .nav-container #menu-items-mobile a {
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-weight: 500;
      }
      .nav-container #menu-logo-mobile {
        position: absolute;
        right:0;
        padding-right: 20px;
        top:-30px;
        display: flex;
        flex-direction: revert;
      }
      .nav-container #menu-logo-mobile svg.insulares-filmes-logo {
        padding-right: 20px;
      }
      .nav-container input[type="checkbox"]:checked ~ #menu-items-mobile {
        transform: translateX(0);
      }
      .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
      }
      .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
      }
      .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
      }
      #menu-logo-mobile{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
      }
      #menu-logo-mobile img{
        padding-top: 10px;
        padding-right: 20px;
      }
      #menu-logo.barca13-logos-top {
        display: none;
      }
      .content-block {
        flex-direction: column;
      }
      .footer-left {
        display: none;
    }
    .footer-right {
        justify-content: space-between;
        width: 100%;
    }
    #movies h1 {
        font-size: 60px;
    }
    .barca13-template #menu-logo svg.insulares-filmes-logo {
        fill: var(--color-blue-900);
    }
    .casa-template #menu-logo-mobile svg.avistavulcao-logo {fill: var(--white-color);width: 115px;}
    .residencias-template #menu-logo-mobile svg.avistavulcao-logo {fill: var(--white-color);width: 115px;}
    .events-template #menu-logo-mobile svg.avistavulcao-logo {fill: var(--white-color);width: 115px;}
    .barca13-template #menu-logo-mobile svg.insulares-filmes-logo {fill: var(--white-color);width: 86px;}
    .barca13-template #menu-logo-mobile svg.avistavulcao-logo {fill: var(--white-color);width: 115px;}
    .movies-template #menu-logo-mobile svg.insulares-filmes-logo {fill: var(--white-color);width: 86px;}
    .movie-template #menu-logo-mobile svg.insulares-filmes-logo {fill: var(--white-color);width: 86px;}
    .insulares-template #menu-logo-mobile svg.insulares-filmes-logo {fill: var(--white-color);width: 86px;}

    .events-template.contraste-3 #menu-logo-mobile svg.avistavulcao-logo {fill: #0F172A;}
    .barca13-template.contraste-3 #menu-logo-mobile svg.insulares-filmes-logo {fill: #0F172A;}
    .barca13-template.contraste-3 #menu-logo-mobile svg.avistavulcao-logo {fill: #0F172A;}
    .movies-template.contraste-3 #menu-logo-mobile svg.insulares-filmes-logo {fill: #0F172A;}
    .movie-template.contraste-3 #menu-logo-mobile svg.insulares-filmes-logo {fill: #0F172A;}
    .insulares-template.contraste-3 #menu-logo-mobile svg.insulares-filmes-logo {fill: #0F172A;}

    .events-template.contraste-3 .nav-container .hamburger-lines .line {background: #0F172A;}
    .barca13-template.contraste-3 .nav-container .hamburger-lines .line {background: #0F172A;}
    .movies-template.contraste-3 .nav-container .hamburger-lines .line {background: #0F172A;}
    .movie-template.contraste-3 .nav-container .hamburger-lines .line {background: #0F172A;}
    .insulares-template.contraste-3 .nav-container .hamburger-lines .line {background: #0F172A;}

   .contraste-3 .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line {
        background: #FFF;
    }

    .casa-template #menu-nav #menu-items-mobile a {color: #FFF}
    .residencias-template #menu-nav #menu-items-mobile a {color: #FFF}
    .events-template #menu-nav #menu-items-mobile a {color: #FFF}
    .movies-template #menu-nav #menu-items-mobile a {color: #FFF}
    .movie-template #menu-nav #menu-items-mobile a {color: #FFF}
    .barca13-template #menu-nav #menu-items-mobile a {color: #FFF}
    .insulares-template #menu-nav #menu-items-mobile a {color: #FFF}


    #menu-settings-mobile .tri-state-toggle {border: 2px solid #FFF;}
    #menu-settings-mobile .trisw {padding-left: 0;}
    #menu-settings-mobile .trisw input {width: 24px; height:24px;}
    body.contraste-3 #menu-settings-mobile .trisw input:checked {background-color: #FFF;border: 3px solid #FFF;}
    body.contraste-1 #menu-settings-mobile .trisw input:checked {background-color: #0F172A;border: 3px solid #FFF;}

    body.movies-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--movies-bg-color);}
    body.movie-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--movie-bg-color);}
    body.barca13-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--barca13-bg-color);}
    body.insulares-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--insulares-bg-color);}
    body.casa-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--casa-bg-color);}
    body.residencias-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--residencias-bg-color);}
    body.events-template.contraste-2 #menu-settings-mobile .trisw input:checked {background-color: var(--events-bg-color);}


    .casa-content .info-header {font-size: 38px;}
    .casa-content .info-text h2 {font-size: 24px; font-weight: 800; text-transform: uppercase;}
    .casa-content .info-text h3 {font-size: 18px; font-weight: 800;}

    .separator {width: 25%;}
    .container-cover-casa {max-width: 100%; height: auto!important; width: 100%;}
    .container-cover-casa img {max-width: 100%; height: auto; width: 100%;}
    .container-cover-residencias {max-width: 100%; height: auto!important; width: 100%;}
    .container-cover-residencias img {max-width: 100%; height: auto; width: 100%;}
    .image.notwide {
        padding: 0;
    }
    .separator {
        width: 25%;
    }
    #casa .title,
    #residencias .title {
        margin: 0px;
        padding-bottom: 32px;
    }
    .text-one-column,
    .text-columns {
        margin: 0;
    }
    .casa-content .title h1,
    .residencias-content .title h1 {
        font-size: 48px;
    }
    .casa-content,
    .residencias-content {
        padding: 80px 20px;
    }
    .columns-wrapper {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
    }
    .columns-wrapper .info-text {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
    }


    .grid-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .grid-2 {   
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .grid-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .container-cover-casa {
        height: auto;
    }
    .sidebar-wrapper {
        flex-direction: column;
    }
    .sidebar-text {padding-right: 0;}
    .event .blocks .info-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* Mobile */
@media all and (max-width: 415px) {
    :root {
        --global-padding: 20px;
        /* viewport dimensions */
        --landing-font-size: 39px;
        --insulares-font-size: 31px;
        --insulares-year-size: 16px;
        --view-width: 100%;
    }
    .swiper-landing-movies li a .year {
        padding: 14px 0 14px 0;
    }
    header .header-wrapper {
        max-width: 100vh;
    }
    #menu-items-mobile a {
        color: var(--white-color);
    }
    .swiper-landing-movies li.active a {
        font-size: 36px;
    }
    .movie .title:hover a {
        font-size: 36px;
    }
    
    /* Hover link show image */
    .hover-title {
        display: inline;
        pointer-events: auto;
        cursor: pointer;
    }
    .hover-image {
        display: none;
    }
    /* MOVIE */
    .swiper-slide .swiper-movie-title h1 {
        font-size: 40px;
    }
    .award-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 99%;
    }
    .award-logos svg {
        height: 40px;
        width: auto;
    }
    .special-awards svg {
        height: 60px;
        width: auto;
    }
    .content-block {
    flex-direction: column;
    }
    .content-main {
        width: 100%;
    }
    #movie h1 {
        font-size: 48px;
    }
    #movie .sub-author {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    #movie .subtitle,
    #movie .author,
    #movie .list,
    #movie .year,
    #movie .country,
    #movie .list-info {
        font-size: 16px;
        line-height: 16px;
    }
    #movie .synopsis-header {
        font-size: 16px;
        line-height: 16px;
        padding-top: 40px;
    }
    #movie .synopsis {
        max-width: 100%;
    }
    .show-desktop {
        display:none;
    }
    .show-mobile {
        display:flex;
    }
    .footer-left {
        display: none;
    }
    #footer-insulares-vista-logo .insulares-filmes-logo {
        width: 64px;
        height: 36px;
    }
    #footer-insulares-vista-logo .avistavulcao-logo {
        width: 112px;
        height: 52px;
    }
    .footer-right {
        font-size: 16px;
        justify-content: space-between;
        width: 100%;
    }
    #footer-barca13-logo {
        padding-left: 20px;
    }
    .movie-teamplate #menu-nav #menu-items-mobile a {
        color: var(--white-color);
    }
    /*MOVIES*/
    #movies h1 {
        font-size: 27px;
        padding-bottom: 20px;
    }
    #movies h2 {
        font-size: 25px;
        padding-top: 8px;
    }
    .listing-description {
        line-height: 16px;
        font-size: 16px;
    }
    .listing-description .year {
        line-height: 16px;
        font-size: 16px;
    }
    /*BARCA13*/
    .barca13-content {
        padding: 100px var(--global-padding) 0 var(--global-padding);
        display: flex;
        flex-direction: column;
    }
    .barca13-content .content-left {
        width: 100%;
    }
    .barca13-content .content-right {
        width: 100%;
    }
    .barca13-content h1 {
        font-size: 32px;
    }
    .barca13-content .text {
        max-width: 100%;
    }
    /*AVISTAVULCAO*/
    .casa-content {
        padding: 100px var(--global-padding) 0 var(--global-padding);
        display: flex;
        flex-direction: column;
    }
    .casa-content .info-block {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .left-casa {
        width: 100%;
        padding-right: 0px;
    }
    .right-casa {
        padding-top: 0px;
    }
    .casa-content .title h1,
    .residencias-content .title h1
    .title-insulares h1 {
        font-size: 54px;
    }
    .events {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        grid-gap: 20px;
        width: 100%;
    }
    .event-container {
        position: relative;
        width: 340px;
    }
    .events-content {
        padding: 140px 20px 0 20px;
        flex-direction: column;
    }
    .event-top-wrapper {
        padding-left: 0px;
    }
    .event-blocks-wrapper {
        flex-direction: column;
    }
    .event .blocks .info-text {
        padding: 40px 0 0 0;
    }
    .event .image.size-2 .image-cap-wrapper {
        width: 100%;
    }
    .event .image.size-1 .image-cap-wrapper {
        width: 100%;
    }
    .residencias-content .info-block {
        flex-direction: column;
    }
    .residencias-template .image.size-2 .image-cap-wrapper {
        width: 100%;
    }
    .residencias-template .image.size-1 .image-cap-wrapper {
        width: 100%;
    }
    .casa-template .image.size-2 .image-cap-wrapper {
        width: 100%;
    }
    .casa-template .image.size-1 .image-cap-wrapper {
        width: 100%;
    }
    .columns-wrapper {
        display: flex;
        flex-direction: column;
    }
    .columns-wrapper .info-text {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
    }
    .container-cover-casa>img {
        width: auto;
        height: 50vh;
    }
    /* insulares */
    .title-insulares h1 {
        font-size: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .insulares-template .event .blocks .info-text.column-left,
    .insulares-template .event .blocks .info-text.column-right {
        padding: 0px;
    }
}
