@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box}:root{--c-bg: #201436;--c-primary: #1d8dd3;--c-secondary: #e0096b;--c-white: #fff;--c-black: #000;--w--content: 1650px}a{text-decoration:none;color:inherit}ul{list-style:none}button{background:rgba(0,0,0,0);border:none;cursor:pointer}.sectionTitle{display:flex;align-items:left;justify-content:center;flex-direction:column-reverse}html,body{width:100%;height:100%;background-color:var(--c-bg)}.header{display:flex;align-items:center;justify-content:space-around;padding:1rem 0;height:90px;width:100%;background-color:var(--c-white);position:fixed;flex-wrap:wrap;z-index:99}.header__logo img{width:160px}.header__nav{background-color:var(--c-white);top:155px;height:100vh;font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:italic;transform:translateX(100%);transition:.3s ease-in-out;display:flex;align-items:flex-start;justify-content:center}@media screen and (min-width: 769px){.header__nav{align-items:center}}@media screen and (max-width: 1148px){.header__nav{width:100% !important}}.header__nav ul{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap}@media screen and (min-width: 769px){.header__nav ul{flex-direction:row}}.header__nav li{width:100%;display:flex;align-items:center;justify-content:center;padding:1rem 0}@media screen and (min-width: 769px){.header__nav li{width:-moz-max-content;width:max-content;padding:0 1rem}}.header__nav li a{display:block;padding:1rem;border-bottom:1px solid var(--c-primary);width:-moz-max-content;width:max-content;text-transform:uppercase;font-size:1rem;transition:.3s ease-in-out}@media screen and (min-width: 769px){.header__nav li a{border:none;font-size:1.2rem}}.header__nav li a:hover{color:var(--c-primary);transform:scale(1.2)}.header__info{background-color:var(--c-white);display:flex;align-items:center;justify-content:center;height:90px;top:90px;transform:translateX(-100%);transition:.3s ease-in-out}@media screen and (max-width: 1512px){.header__info{width:100% !important}}.header__info form{display:flex;align-items:center;justify-content:center}.header__info form button{padding:.5rem;transition:.3s ease-in-out}.header__info form button:hover{transform:scale(1.2)}.header__nav,.header__info{border-top:1px solid var(--c-primary);position:absolute;width:100%;left:0;border-bottom:1px solid var(--c-primary)}@media screen and (min-width: 769px){.header__nav,.header__info{transform:translateX(0%);position:relative;height:100%;top:0;border:none;width:-moz-max-content;width:max-content}}@media screen and (max-width: 1148px){.header__nav,.header__info{height:auto}}.header__nav--open,.header__info--open{transform:translateX(0%)}.header__social{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 769px){.header__social{padding:0rem 2rem}}.header__social a{padding:.5rem;display:block}.header__social i{font-size:2rem;color:var(--c-bg)}@media screen and (min-width: 769px){.header__hamburger{display:none}}.header__hamburger{padding:1rem}.header__hamburger i{font-size:2rem;color:var(--c-bg)}section h1{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;color:var(--c-primary);margin:.5rem 0;display:flex;align-items:left;justify-content:center;flex-direction:column;text-transform:uppercase;font-size:4rem;line-height:3.5rem}@media screen and (min-width: 769px){section h1{font-size:5rem;line-height:4.2rem}}section h1 span{color:var(--c-secondary)}section h2{font-family:"Roboto",sans-serif;font-weight:500;font-style:normal;color:var(--c-white);font-size:1.2rem;display:flex;align-items:left;justify-content:center;flex-direction:column}@media screen and (min-width: 769px){section h2{font-size:1.87rem}}section h3{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;color:var(--c-white);font-size:2.2rem}@media screen and (min-width: 1014px){section h3{font-size:3rem}}section h4{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;color:var(--c-secondary);font-size:1rem;text-transform:uppercase}@media screen and (min-width: 1014px){section h4{font-size:1.2rem}}section p{font-family:"Roboto",sans-serif;font-weight:500;font-style:normal;color:var(--c-white);font-size:1.2rem;line-height:1.4;padding:2rem 0;text-align:justify}@media screen and (min-width: 769px){section p{text-align:left;line-height:2}}.hero{background-image:url("/assets/img/bg_hero.jpg");background-position:center;background-size:cover;width:100%;height:100vh;display:flex;position:relative;align-items:left;justify-content:center;padding:0 4rem;flex-direction:column}@media screen and (min-width: 769px){.hero{padding:0 2rem}}.hero::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.7);z-index:2}.hero h1,.hero h2{position:relative;z-index:4}.chisiamo,.show{display:flex;align-items:center;justify-content:center;width:100%;max-width:var(--w--content);margin:auto;flex-wrap:wrap;padding:7.625rem 2rem}@media screen and (min-width: 769px){.chisiamo,.show{padding:6rem 2rem}}.chisiamo__left,.show__left{width:100%}@media screen and (min-width: 1250px){.chisiamo__left,.show__left{width:50%}}.chisiamo__right,.show__right{width:100%;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1250px){.chisiamo__right,.show__right{width:50%;justify-content:right}}.chisiamo__right img,.show__right img{width:100%;max-width:500px}.info{background-color:var(--c-primary);background-image:url("/assets/img/aboutus-texture.png");position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}@media screen and (min-width: 769px){.info{height:550px;padding:0}}@media screen and (min-width: 1020px){.info{height:700px}}.info__video{width:100%;max-width:1080px}@media screen and (min-width: 769px){.info__video{position:absolute;top:-4rem;padding:0 2rem;margin-bottom:0}}.info__data{background-color:var(--c-secondary);color:var(--c-white);width:100%;max-width:1250px;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;flex-direction:column}@media screen and (min-width: 769px){.info__data{position:absolute;bottom:-5rem;flex-direction:row}}.info__data__item{padding:1rem 0}@media screen and (min-width: 769px){.info__data__item{padding:1.5rem 0 1rem 0}}.info__data__item img{width:20px;height:20px}@media screen and (min-width: 769px){.info__data__item img{width:40px;height:40px}}.info__data__item p{font-family:"Roboto",sans-serif;font-weight:500;font-style:normal;display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;font-size:1.2rem;line-height:2.2rem;padding:0}@media screen and (min-width: 769px){.info__data__item p{font-size:2rem;line-height:3rem}}.info__data__item p span{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:3rem}@media screen and (min-width: 769px){.info__data__item p span{font-size:4rem}}.show{margin-bottom:0}.show__info{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;max-width:var(--w--content);gap:1rem;padding:1rem 0}.show__info__item{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap}@media screen and (min-width: 769px){.show__info__item{flex-wrap:nowrap}}.show__info__item__content{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1rem;width:100%}@media screen and (min-width: 769px){.show__info__item__content{align-items:normal}}.show__info__item__content h4{margin-bottom:.5rem}.show__info__item__content p{padding:0}.show__info__icon{width:80px;height:80px}@media screen and (min-width: 769px){.show__info__icon{width:120px;height:120px}}.imageBanner{width:100%}.imageBanner img{width:100%}.portfolio{width:100%;padding:7.625rem 2rem;max-width:var(--w--content);margin:0 auto}.portfolio__gallery{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(auto, 1fr);grid-gap:4rem}@media screen and (min-width: 769px){.portfolio__gallery{grid-template-columns:1fr 1fr;grid-template-rows:repeat(auto, 1fr 1fr)}}.portfolio__gallery__box{width:100%}.portfolio__gallery__box h3{font-size:1.5rem;margin-top:1rem}@media screen and (min-width: 769px){.portfolio__gallery__box h3{font-size:2rem}}.portfolio__gallery__box h4{font-size:1rem}@media screen and (min-width: 769px){.portfolio__gallery__box h4{font-size:1.2rem}}.portfolio__gallery__box p{font-size:1rem;padding:.5rem 0}.portfolio__gallery__box video{width:100%}.bannerMotto{padding:2rem;width:100%;display:flex;align-items:center;justify-content:center;background-image:url("/assets/img/aboutus-texture.png");background-color:var(--c-primary)}.bannerMotto p{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:italic;color:var(--c-white);font-size:1.2rem;text-align:center}@media screen and (min-width: 769px){.bannerMotto p{font-size:1.5rem}}.gallery{width:100%;padding:7.625rem 0}.gallery__album{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.gallery__album img{width:200px;height:118px;transition:.3s ease-in-out}.gallery__album img:hover{cursor:pointer;transform:scale(1.1)}.footer{width:100%;background-color:var(--c-bg);color:var(--c-white);font-size:1rem;display:flex;align-items:center;justify-content:center;font-family:inherit;padding:2rem 1rem}.footer p{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}#myImg:hover{opacity:.7}.modal{display:none;position:fixed;z-index:100;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.9)}.modal-content{margin:auto;display:block;width:80%;max-width:800px}#caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px}.modal-content,#caption{-webkit-animation-name:zoom;-webkit-animation-duration:.6s;animation-name:zoom;animation-duration:.6s}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}.close:hover,.close:focus{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width: 700px){.modal-content{width:100%;max-width:400px}}.contatti{display:flex;align-items:center;justify-content:center;background-color:var(--c-white);padding:10rem 2rem;flex-direction:column;width:100%}.contatti h3{font-family:"Roboto",sans-serif;font-weight:500;font-style:normal;color:var(--c-black);display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:1.2rem;text-align:center}@media screen and (min-width: 769px){.contatti h3{font-size:1.5rem}}.contatti h3 span{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;text-transform:uppercase;padding:1rem 0}.contatti__box{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;width:100%;margin:4rem 0;max-width:var(--w--content);gap:2rem}.contatti__box img{width:500px}.contatti__box ul{display:flex;align-items:normal;justify-content:center;flex-direction:column}.contatti__box ul li{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}@media screen and (min-width: 1014px){.contatti__box ul li{justify-content:normal}}.contatti__box ul li p{font-family:"Roboto Condensed",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;padding:.5rem 0;color:var(--c-black);text-align:center}@media screen and (min-width: 1014px){.contatti__box ul li p{padding:0}}/*# sourceMappingURL=style.min.css.map */