* {
	box-sizing: border-box;
	font-family: Helvetica, sans-serif;
	margin: 0;
}
	body {
	margin: 0;
	background-color:#000000;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a {
text-decoration:none;
cursor: pointer;

}
@font-face {
  font-family: 'Barrio';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Barrio-Regular.ttf');
}
.welcome {
    color: #00ff2d;
    font-weight: 400;
    cursor: pointer;
    font-size: 12rem;
    text-align: center;
    max-height: 100vh;
}
.hello {
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome:hover {
    letter-spacing: 0rem;
    color: yellow;
}
.menu {
    display:flex;
    align-items: center;
    justify-content: 1.5rem;   
}
.menu h1 a {
    text-decoration: none;
    color: white;
}
h1.item2 {
    position: absolute;
    top: 0;
    right: 0 !important;
}

h1.item1 {
    position: absolute;
    top: 0;
    left: 0;
}
h1.item3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

h1.item4 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.menu .item1 a:hover {
    color: yellow;
}
.menu .item2 a:hover {
    color: aquamarine;
}
.menu .item3 a:hover {
    color: yellow;
}
.menu .item4 a:hover {
    color: aquamarine;
}
body.cata-body {
    justify-content: flex-end;
}
h1.item5 {
    position: absolute;
    top: 0;
    left: 0;
}
h1.item6 {
    position: absolute;
    top: 0;
    right: 0;
}
h1.item6.menu-boton a:hover  {
    color: #ffffff;
}
.item5 a.boton:hover {
    color: #d4dc41;
}
h1.item6.menu-boton a{
    color: #d4dc41;
}
h1.titolo-cata {
    font-size: 6rem;
    color: #ffffff;
}
.block {
    display: flex;
    flex-wrap:nowrap;
    margin-bottom:-0.3rem;
    align-items: center;
    justify-content: center;
}
.text {
    max-width: 50%;
    color: #fff;
    padding: 1.5rem;
    padding-left:0 !important;
}
.block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.block.rev {
    flex-direction: row-reverse;
}
.rev .text {
    align-items: stretch;
    justify-content: revert;
    padding-left: 1.5rem !important;
    text-align: left;padding-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.rev h2.titolo {
    text-align: right;
}

.rev h3.sub {
    text-align: right;
}

.rev p.texto {
    text-align: right;
}

.rev a.tasto {
    text-align: right;
}
.texto-amarillo {
    color: #d4dc41;
}
a.tasto {
    padding: 0.5rem;
    color: #000;
    background-color: #d4dc41;
    font-size: 1rem;
    text-transform:uppercase;
}
a.tasto:hover {
    color: #000;
    background-color: #fff;
    font-size: 1rem;
}
p.texto.margin {
    margin-bottom: 2rem;
}
p.texto {
    line-height: 1.3rem;
}
h3.sub {
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}

h2.titolo {
    font-family: Barrio;
    color: #d3dc41;
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
}
.img {
    max-width: 50%;
}
img {
    width: 100%;
}
.intro-cata {
    position: absolute;
    bottom: 0;
    display: none;
}
.content {
    max-width: 90%;
    margin: 0 auto;
}
h1.titolo-cata:hover {
    color: yellow;
}
img.foto-menu.fotovisible {
    margin: 0 auto !important;
    margin: 0 auto !important;
}
.submenu li img.fotovisible {
    opacity: 1;
    transform: unset !important;
    position: relative;
    max-width: 22%;
    display: flex !important;

}
.submenu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.submenu .cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color:#000;
}
.submenu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.submenu ul a {
    font-size: 2rem;
    padding: 0.5rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #d57ef1;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.submenu ul a:hover::after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
}
.submenu span.close {
    font-size: 4rem;
    font-weight: 100;
    cursor: pointer;
    color: #00ff2d;
}

.submenu li img {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: all .3s;
    width:40% !important;
}

.submenu li {
    position: relative;
}
.submenu li:nth-child(odd) img {
    left: 0;
    transform: translateX(-110%);
}
.submenu li a:hover+img{
    opacity: 1;
}
.submenu li:nth-child(even) img {
    right: 0;
    transform: translateX(110%);
}
.menu-boton {
    cursor: pointer;
}
ul.menu-abierto {
    padding:0;
}
.panel-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: yellow;
    overflow: x;
    overflow-x: hidden;
    overflow-y: auto;
    min-width:100%; 
    transform:translateX(-100%);   
    transition: all .4s;
    z-index: 99999;
    color:#000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.testo-bio {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.menu-abierto h1 {
    font-size: 4rem;
}
.menu-abierto p {
    font-size: 1.5rem;
}
.panel-menu.abierto{
transform:translateX(0%);  
}
.panel-menu .cerrar {
cursor:pointer;  
list-style-type: none;
font-size:4rem;
}
img.img-cpp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%);

}
h1.titolo-cpp {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0px);
    font-weight: 400;
    cursor: pointer;
}
a.t-shirts {
    position: absolute;
    top: 50%;
    left: 40px;
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-50%, 0px);
    font-size: 2rem;
}
a.about {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: rotate(90deg) translate(50%, 0px);
    transform-origin: 100% 0;
    font-size: 2rem;
}   
a.stuff {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: rotate(180deg) translate(50%, 0px);
    font-size: 2rem;
} 
img.img-cpp:hover {
    filter: invert(1);
}
.block-frase {
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
h1.frase-impacto {
    text-align: center;
    font-family: Barrio;
    color: #d4dc41;}
h1.frase-impacto2 {
    text-align: center;
}
.gallery {
    display: flex;
    justify-content: center;
}
.full {
    max-width: 100%;
}
.gallery .img {
    padding: 0.3rem;
}
.img.full {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
ul.footer {
    display: flex;
    justify-content: space-around;
}
li.itemhome {
    list-style: none;
}
.footer {
    margin-top: 2rem;
    margin-bottom: 2rem; 
    padding: 0 !important;
}
li.itemhome {
    font-size: 2rem;
}

li.itemhome a {
    color: #fff;
}
li.itemhome.color a {
    color: #d4dc41;
}
li.itemhome.color a:hover {
    color: #fff;
}
li.itemhome a:hover {
    color: #d4dc41;
}
div#banner-slide{
    padding: 10rem 0!important;
    background-size: cover;
    background-position: center;
    background-image: url(/img/slide-cane.jpg);
    margin: 0 0;
    color: #fff;
    margin-top:5rem;
}
h2.titolo-menu {
    font-family: 'Barrio';
    font-size: 5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.credits a {
    color: #d4dc41;
    padding-left: 0.3rem;
}
p.credits a:hover {
    color: #ffffff;
}
.img.img-cre p {
    text-align: right;
    margin-top: 0.3rem;
}
.img.img-cre {
    display: flex;
    flex-direction: column;
}
.credits-doble {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    padding: 0 !important;
}
.credits-doble p.credits a {
    padding: 0 !important;
}

h2.titolo-menu:hover {
    color: #d4dc41;
}
@media (max-width: 500px) {
div#banner-slide {
    margin-bottom: 3rem;
}
.img.img-cre {
    flex-direction: column-reverse;
}
p.credits {
    padding: 0.3rem;
}
h2.titolo-menu {
    font-size: 2rem;
}    
li.itemhome {
    font-size: 1rem;
}
.block {
    flex-direction: column;
    padding: 0;
    max-width: 100% !importrant;
}
.content {
    max-width: 100%;
}
.text {
    padding: 0;
    max-width: 90%;
    margin: 0 auto; 
    text-align:left;
}
h3.sub {
    font-size: 1rem;
}
h2.titolo {
    font-size: 2rem;
}
.img {
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.block.rev {
    flex-direction: column;
    align-items: flex-end;
}
.gallery .img {
    margin-bottom: -3rem;
}
.gallery {
    margin-top: -3rem;
}
.footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
ul.footer {
    justify-content: center;
}
.footer {
    padding: 0;
    margin-top: -0.2rem;
}
li.itemhome {padding: 0.1rem;}
    h1.welcome {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    h1.titolo-cata {
    font-size: 1.9rem;
    text-align:center;
  }
  h1.item5 {
    font-size: 1.5rem;
  }
  h1.item6 {
    font-size: 1.5rem;
  }
  .item1 {
    font-size: 1.5rem;
  }
  .item2 {
    font-size: 1.5rem;
  }
  .item3 {
    font-size: 1.5rem;
  }
  .item4 {
    font-size: 1.5rem;
  }
  .submenu ul a {
    font-size: 1.5rem;
  }
  .submenu span.close {
    font-size: 2rem;
  }
   img.img-cpp {
    width: 300px;
  }
  a.about {
    z-index: 99999;
    margin-top: -3rem;
  }
  a.t-shirts {
    z-index: 99999;
    color: #ffff;
  }
  a.stuff {
    width: 100%;
    left: 9.5rem;
  }
  h1.titolo-cpp {
    transform: translate(-83%, 0px);
  }
  .menu-abierto p {
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    }
   .block.block-cpp {
    display: block;
    }
    .img.tshirt {
    max-width: 100%;
    margin-bottom: -0.4rem;
    }
}    