@charset "UTF-8";

/* Main Layout CSS for Maldicho -  By Digitest.net */

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-SemiBold.ttf);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Light.ttf);
    font-weight: 100;
    font-display: swap;
}

/* Color scheme */

:root {
    --black: #333;
    --bkg-menu: #666;
    --white: #FFF;
    --grey: #AAA;
    --green: #3f7b3a;
    --text-links: #417E88;
    --text-links-hover: #F90;
    --bkg-about: #33678e;
    --about-color: #FFF;
    --bkg-video: #956a30;
    --about-video: #FFF;
}

html {
    scroll-behavior: smooth
}

html,
body {
    padding: 0;
    margin: 0;
    background-color: var(--white);    
}

div {
    box-sizing: border-box;
}

div div {
/*    border: 1px dotted #F00; /* test */
}

a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: var(--text-links);
    transition: color .4s;
}

a:hover {
    color: var(--text-links-hover);
}

body, p, ul, ol {
    font: 18px/36px Raleway;
    color: var(--black);
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #CCC;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    margin: 12px 0;
    font-weight: 100;
}

div#about div.item.right p {
	margin: 40px 0;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4%;
}

div.flex.cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

div.flex.cnt.two div.item {
    width: 48%;
}




div.black {
    background-color: var(--black);
}

body .black, .black p, .black ul, .black ol {
    color: var(--white);
}

div#start {
	background-color: #558078;
}

p.logo {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 0;
}

p.logo img {
    width: 100%;
    max-width: 400px;
    height: auto;
}


/* Menu */

div#menu {
    position: fixed;
    top: 0;
/*    right: 0;
    right: -330px;*/
    background-color: var(--bkg-menu);
    height: 100%;
    width: 320px;
    transition: right .4s;
    z-index: 99999;
}

#start div.inner {
    position: relative;
}

div#start div#panino {
    position: fixed;
    right: 8px;
    top: 8px;
    z-index: 999999;
    cursor: pointer;
}

div#start div#panino a i.fa {
    font-size: 24px;
    background-color: var(--black);
    color: var(--white);
    padding: 8px 12px;
    border-radius: 8px;
}

div#menu div ul {
    list-style: none;
    padding: 48px 0 0 0;
    margin: 0;
}

div#menu div ul li {
    margin: 12px 0;
}

div#menu div ul li a {
    color: #FFF;
    opacity: 1;
    transition: all .4s;
    display: block;
    padding: 6px 0;
    font-weight: bold;
    font-size: 20px;
}

div#menu div ul li a:hover {
    opacity: .65;
    padding: 6px 0 6px 6px;
}







div#about {
    background-color: var(--bkg-about);
    color: var(--about-color);
    padding: 36px 0;
/*
    background-image: url(../images/bkg-about.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
*/
}

div#about p {
    color: var(--about-color);
}

#about h1 {
    font-size: 36px;
	margin-top: 36px;
}

#about h2 {
    font-size: 26px;
}

div#about div.flex.cnt div.item.left {
    width: 30%;
}

div#about div.flex.cnt div.item.right {
    width: 66%;
}

div#about div.flex.cnt div.item.left p img {
    width: 100%;
    max-width: 360px;
    height: auto;
}

div#about div.flex.cnt div.content.item.right {
	width: 75%;
	background-color: rgba(255,255,255,.89);
	padding: 24px;
    margin: 36px 0;
}








div#music {
    padding: 36px 0;
}

div#music div.item {
    margin-bottom: 24px;
/*    width: 26%;*/
}

div#music div.item h4 {
    font-size: 20px;
}

div#music, div#music p {
    text-align: center;
}




@media only screen and (min-width:800px) {
    div#video {
        /*
    background-color: var(--bkg-video);
    color: var(--about-video);
*/
        padding: 36px 0;
        background-image: url(../images/bkg-about.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width:799px) {
    div#video {
        background-color: var(--bkg-video);
        padding: 36px 0;
    }
}


div#video, div#video p {
    text-align: center;
}

div#video div.fondino {
    background-color: rgba(255, 255, 255, .82);
    padding: 24px 16px;
    max-width: 680px;
    margin: 0 auto;
}



.vd-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.vd-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}








div#contact {
    padding: 36px 0;
}

div#contact, div#contact p {
    text-align: center;
}

div#contact h2 {
    margin-bottom: 1px;
}

div#contact p {
    margin-top: 1px;
}


@media only screen and (min-width:800px) {
    div#deco {
        height: 280px;
        background-image: url(../images/bkg-deco-fix.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (max-width:799px){
    div#deco {
        height: 196px;
        background-image: url(../images/bkg-deco-mobile.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}




div#footer {
    padding: 36px 0 3px 0;
/*    margin: 48px 0 0 0;*/
}

div#footer div.flex.cnt div.item h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 100;
}

div#footer div.item.right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#footer div.item.right ul li {
	display: inline-block;
}

div#footer div.item.right i.fa {
	background-color: #FFF;
	font-size: 22px;
	margin: 6px 6px 6px 0;
	width: 22px;
	border-radius: 22px;
	padding: 6px;
	color: var(--black);
	text-align: center;
	opacity: 1;
	transition: opacity .4s;
}

div#footer div.item.right i.fa:hover {
	opacity: .5;
}

div#footer ul.legal  {
    list-style: none;
    padding: 24px 0 0 0;
}
div#footer ul.legal li  {
    font-size: 14px;
}
div#footer ul.legal li a {
    color: #CCC;
    transition: color .4s;
}
div#footer ul.legal li a:hover {
    color: #F90;
}


















div#credits p, div#credits a {
    text-align: center;
    font-size: 12px;
    color: #797979;
}











/* System */

@media only screen and (max-width:690px) {
    div#about div#readmore-cnt {
        display: none;
    }
}

@media only screen and (min-width:689px) {
    button#readmore-button {
        display: none !important;
    }
}

div#about button#readmore-button {
    border: none;
    background-color: #444;
    color: #FFF;
    padding: 6px 12px;
    cursor: pointer;
    margin: 0 auto 14px auto;
    display: block;
    border-radius: 12px;
    font-size: 14px;
}

div#about button#readmore-button:hover {
    transition: background-color .4s;
    background-color: #000;
}





#toTop {
  position: fixed;
  bottom: 14px;
  right: 30px;
  z-index: 99999;
  border: none;
  outline: none;
  background-color: var(--green);
  color: #FFF;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 10px;
  opacity: 0;
  transition: all .6s;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.65);
}

#toTop:hover {
	background-color: #444;
}

/* ===  START Cookie Banner === */

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
    font-size: 14px;
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

/* ===  END Cookie Banner === */












@media only screen and (max-width:690px) {
    div#about div.flex.cnt {
        flex-wrap: wrap;
    }

    div#about div.flex.cnt div.item {
        width: 100% !important;
    }
    
    div#about div.flex.cnt div.item.left {
        order: 2;
    }
    
    div#about div.flex.cnt div.item.right {
        order: 1;
    }
    
    div#about div.flex.cnt div.item.left p {
        text-align: center;
    }

    div#music div.flex.cnt {
/*        display: block;*/
    }

    div#music div.flex.cnt div.item {
        width: 100%;
        text-align: center;
    }
    
    div#music, div#music p {
        text-align: center;
    }
    
    div#footer div.flex.cnt {
        display: block;
    }
    div#footer div.flex.cnt div.item {
        width: 100% !important;
        text-align: center;
    }
    
    div#footer div.flex.cnt div.item p {
        text-align: center;
    }
    
    div#footer div.flex.cnt div.item.right {
        margin-top: 36px;
    }
    
    div#footer div#credits p:first-child {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    div#deco {
        height: 180px;
    }
    
    body.legal-page h1 {
        font-size: 26px;
    }
    
    body.legal-page h2 {
        font-size: 22px;
    }
}















