/********** Stili Colore **********/
:root{
    --agp-red: #FF5555;// #FF5555 non corretto per WCAGAA
    --agp-sand: #EFE8E1;
    --agp-white: #FFF;
    --agp-black: #000;

    --agp-title-h1: 45px;
    --agp-title-h2: 45px;
	--agp-title-h3: 25px;
    --agp-p: 16px;
    --agp-p1: 25px;
    --agp-p2: 20px;
    --agp-p3: 15px;

    --agp-line-height-h1: 50px;
    --agp-line-height-h2: 45px;
	--agp-line-height-h3: 25px;
    --agp-line-height-p1:35px;
    --agp-line-height-p2:28px;
    --agp-line-height-p3: auto;

    --agp-standard-space: 100px;
}

*,button{
  outline: none;
}

/**/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  --bs-gutter-x: 2.5rem;
}

.row{
  --bs-gutter-x:2.5rem;
}

/**/

body{
    font-family: 'Montserrat';
}

/**/
.center{
  text-align-last: center!important;
  -moz-text-align-last: center;/*Firefox*/
  text-align-last: center; /* Safari */
  margin-left: auto;
  margin-right: auto;
}

.t-center{
  text-align: center!important;
}

.text-align-right {text-align-last: right!important;}

.navmenu-text{font-size: var(--agp-p);}

a{color: inherit;text-decoration: none;}
a:hover{color: inherit;}

/********** Button Stile **********/

.btn-agp{
  border: 1px solid var(--agp-red);
  background-color: transparent;
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: var(--agp-p);
  line-height: 30px;
  color: var(--agp-red);
  padding: 9px 24px;
}

.btn-agp:hover{
  transition-duration: 0.5s;
  background-color: var(--agp-red);
  color: var(--agp-white);
}

/*Pulsante Attivato*/
.btn-agp.active{
  background-color: var(--agp-red);
  color: var(--agp-white);
}

.btn-agp-white{
	border: 1px solid var(--agp-white);
	background-color: transparent;
	border-radius: 50px;
	font-style: normal;
	font-weight: 500;
	font-size: var(--agp-p);
	line-height: 30px;
	color: var(--agp-white);
	padding: 9px 24px;
}
.btn-agp-white:hover{
  transition-duration: 0.5s;
  background-color: var(--agp-white);
  color: var(--agp-red);
}

/*Pulsante Disabilitato*/
.btn-agp.disabled{
  cursor:not-allowed !important;opacity:0.4;
}
.btn-agp.disabled:hover{
  background-color: transparent;
  color: var(--agp-red);
}

/********** Text color **********/




.t-red{color:var(--agp-red)!important;}
.t-white{color:var(--agp-white)!important;}
.t-black{color: var(--agp-black)!important;}
/********** Background Color **********/
.bg-sand {
    background-color: var(--agp-sand) !important;
}
.bg-red {
    background-color: var(--agp-red) !important;
}
.bg-black {
    background-color: var(--agp-black) !important;
}

/********** Selector language menu **********/
.lang-select{border:1px solid var(--agp-red);border-radius: 20px;color:var(--agp-red);padding: 5px 20px;}
.dropdown-toggle.lang-select.show{border-radius: 20px 20px 0 0;}
.dropdown-item.en,.dropdown-item.fr{color:var(--agp-red);padding: 3px 24px;margin: 0;}
.dropdown-menu.show{border-radius: 0 0 15px 15px;min-width: 74px;width: 74px;border-top: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.menu-select{
  background-color: #FFF;
  color: var(--agp-red);
  border: solid 1px var(--agp-red);
  padding: 3px 12px;
  padding-end:8px!important;
  -webkit-padding-end: 21px;
  -moz-padding-end: 20px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /*arrow*/
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI0ZDNDY0MCIgY2xhc3M9ImJpIGJpLWNhcmV0LWRvd24tZmlsbCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNNy4yNDcgMTEuMTQgMi40NTEgNS42NThDMS44ODUgNS4wMTMgMi4zNDUgNCAzLjIwNCA0aDkuNTkyYTEgMSAwIDAgMSAuNzUzIDEuNjU5bC00Ljc5NiA1LjQ4YTEgMSAwIDAgMS0xLjUwNiAweiIvPgo8L3N2Zz4=');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

select.menu-select::-ms-expand {
  display: none;
}

.menu-select.btn-agp:hover{
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI0ZGRiIgY2xhc3M9ImJpIGJpLWNhcmV0LWRvd24tZmlsbCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNNy4yNDcgMTEuMTQgMi40NTEgNS42NThDMS44ODUgNS4wMTMgMi4zNDUgNCAzLjIwNCA0aDkuNTkyYTEgMSAwIDAgMSAuNzUzIDEuNjU5bC00Ljc5NiA1LjQ4YTEgMSAwIDAgMS0xLjUwNiAweiIvPgo8L3N2Zz4=');
}

/*Stile Hangar*/
.hangar-new {
  border: 1px solid var(--agp-red);
  padding: 5px 15px;
  border-radius: 50px;
  background: #FFF;
  color: var(--agp-red);
}

/*Mod WCAGAA label*/
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}

/********** SEZIONI STILI **********/

.py-100 {
    padding-top: var(--agp-standard-space)!important;
    padding-bottom:  var(--agp-standard-space)!important;
}

.h3.subtitle{font-size: var(--agp-p3);line-height: var(--agp-line-height-p3);text-transform: uppercase;font-family: 'Montserrat';font-weight: 500;}

.title{font-weight: 600;font-family: 'Darker Grotesque', sans-serif;}
.title-lg{font-size: var(--agp-title-h1);line-height: var(--agp-line-height-h1);}

.h1{
	font-size: var(--agp-title-h1);
	line-height: var(--agp-line-height-h1);
}

.title-navbar {text-transform: uppercase;margin-bottom: 0;}
.service-title{font-family: 'Darker Grotesque', sans-serif;font-size: var(--agp-title-h2);font-weight: 500;line-height: var(--agp-line-height-h2);color: var(--agp-black);}
.link-section{color:#000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: var(--agp-p2);
  line-height: var(--agp-line-height-p2);
}
hr.separation {margin: 1.5rem 0 1.5rem 0;color: var(--agp-red);opacity: 1;border: 0;border-top: 2px solid;}

.footer-list {list-style-type: none;padding: 0;}
.footer-list-dark {list-style-type: none;padding: 0;padding-top: 10px;}

.footer-list li {border-bottom: 1px solid #eeeeee;font-family: 'Montserrat';text-transform: uppercase;padding: 10px 0px 5px 10px;}
.footer-list li a{color:#000;letter-spacing: 5px;font-size:12px;}
.footer-list-dark a{color:#FFF;}

.links a {list-style:none;color: var(--agp-white);font-weight: 500;font-size: 14px;}
.links span{color: var(--agp-white);}

.text-paragrap{font-size:var(--agp-p1);line-height: var(--agp-line-height-p1);font-family: 'Montserrat', sans-serif;}
p {font-size:var(--agp-p2);}

.realmente{background-image:url('/images/realmente.jpg');background-size: cover;}
.vieni-a-conoscerci{background-image:url('/images/vieni-a-conoscerci.jpg');background-size: cover;}

.title-vieni-a-conoscerci{
  margin-bottom:500px;
  font-size: var(--agp-title-h1);
  font-family: 'Darker Grotesque', sans-serif;
  line-height: var(--agp-title-h2);
}
.desc-realmente{
  margin-top: 620px!important;
}

.ld-agp{
  padding:80px 150px;
}
.ld-agp a{
  color: var(--agp-white);
}
.mobile-br{
  display: block;
}
.desk-br{
	display: none;
}

.only-mobile{display: none;}

@media (max-width: 425px){
  .only-mobile{display: block;}
}

/*BR Tablet*/
.tablet-br{
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1385px){
.tablet-br{display: none;}
}

@media only screen and (min-width:1165px) and (max-width:1315px){
  .sez-desc-vr{
    max-height: 240px!important;
    min-height: 240px!important;
  }
}

  .hidden-desktop{display: inherit;}
  .hidden-mobile{display: none;}


@media (max-width:768px){
  .ld-agp{padding:60px 50px;}}
@media (max-width:425px){
  .hidden-desktop{display: none;}
  .hidden-mobile{display: block;}
  .ld-agp{padding:30px 0px;}}


@media (max-width:1060px){
.desc-realmente {
    margin-top: 695px!important;
}
}

/*RESPONSIVE MOBILE*/

@media (max-width:425px) {

    .navmenu-text.title-navbar{
        margin-left: -20px;
    }

    .mobile-br{display: none;}
	.desk-br{display: block;}

    .service-title-mobile{line-height: 30px;}

    .title-vieni-a-conoscerci{margin-bottom: 100px!important;font-size: 30px;}
    .desc-realmente{margin-top: 100px!important;}
}

.main-logo{
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Hamburger Menu*/
.aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
}

.aside-left {
  display: none;
  width: 50%;
  left: 0;
  background-color: var(--agp-red);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}

.aside-right {
  width: 100%;
  right: 0;
  background-color: var(--agp-white);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}

.aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.aside-content {
  /*margin-top: 150px;
  padding: 0 40px;
  position: relative;
  color: white;
  text-align: center;*/

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 768px;
}

.aside-list li {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.aside-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--agp-red);
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
}

.aside-anchor::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--agp-white);
  left: 0;
  height: 3px;
  z-index: 1;
  width: 50%;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.aside-anchor:hover:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.aside-anchor {
  padding-bottom: 7px;
  color: var(--agp-white);
  text-decoration: none;
  font-size: 30px;
  position: relative;
  font-weight: 500;
}



input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
}

input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
}

input[type="checkbox"]:checked ~ label .top {
  -webkit-transform: translateY(7px) rotateZ(45deg);
  -moz-transform: translateY(7px) rotateZ(45deg);
  -ms-transform: translateY(7px) rotateZ(45deg);
  -o-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
}

input[type="checkbox"]:checked ~ label .bottom {
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
  -moz-transform: translateY(-8px) rotateZ(-45deg);
  -ms-transform: translateY(-8px) rotateZ(-45deg);
  -o-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(-45deg);
}

input[type="checkbox"]:checked ~ label .middle {
  width: 0;
}

.middle {
  margin: 0 auto;
}

#hamburger {
  top: -3px;
  display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px;
  z-index: 3;
  position: fixed;
}

.bar {
  display: block;
  background-color: var(--agp-red);
  width: 30px;
  height: 2px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in,
  width 0.4s ease-in;
}

.main-nav-link{
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 8px;
  color:var(--agp-white);
}

@media (min-width: 992px){
  .aside-left {
  display: block;
  }

  .aside-right {
  width: 50%;
  }
}

/*EFFETTO LINK ALL'HOVER*/
.link-section-span{
  display: inline-block;
    position: relative;
    text-decoration: none;
}
.link-section-span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 2px;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.link-section-span:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*CHECKBOX CUSTOM*/
.label-privacy {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label-privacy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: none;
}

.label-privacy input ~ .checkmark {
  background-color: #EFE8E1;
  margin-top: 3px;
}

.label-privacy input:checked ~ .checkmark {
  background-color: var(--agp-red);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-privacy input:checked ~ .checkmark:after {
  display: block;
}

.label-privacy .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid var(--agp-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}


/*Carosello Homepage*/
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
.carousel-control-prev-icon.arrow-prev{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRMMSA3LjVMOCAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGxpbmUgeDE9IjEiIHkxPSI3LjUiIHgyPSIyMyIgeTI9IjcuNSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K)!important;
}

.carousel-control-next-icon.arrow-next{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDFMMjIgNy41TDE1IDE0IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGxpbmUgeDE9IjIyIiB5MT0iNy41IiB4Mj0iLTQuMzcxMTVlLTA4IiB5Mj0iNy41IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=)!important;
}
@media (max-width:425px){
    #Review-carousel .carousel-control-prev, .carousel-control-next{width: 12%!important;}
    .carousel-control-prev-icon.arrow-prev{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")!important;
    }
    .carousel-control-next-icon.arrow-next{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
    }
    .carousel-indicators{
      margin-bottom: 0;
    }
}

/*Card Pinnacoteca*/
.position-card-pinnacoteca{
  margin-right:-150px;
}

/*Sezioni VR*/
.sez-desc-vr{
  max-height: 240px;
  min-height: 200px;
}

.bg-vr-card{
  background-size: cover;
  background-position-y: inherit;
  background-position-x: center;
  height: 63vh;
}

.border-vr-sez{
  border-right: 2px inset #fff;
}
.border-vr-sez:nth-child(3){
  border-right: none;
}

/**Effetto pagina VR - Zoom in**/
.vr-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-vr-card-img {
    width: 100%;
    height: 71vh;
    overflow: hidden;
}

.bg-vr-card-img .vr-img, .bg-vr-card-img{
    transition: transform .8s ease;
}

.bg-vr-card-img:hover .vr-img {
    transform: scale(1.2) translate(0%, 1%);
}

/*Form contatti*/
.cfgen-errormessage{color:var(--agp-red);}
.cfgen-validationmessage{
  color: var(--agp-black);
  font-size: var(--agp-p2);
  padding: var(--agp-standard-space);
  padding-left: 10px;
}

.privacy-policy{
  color: var(--agp-red);
}

.cfgen-type-terms.cfgen-form-value{
  width: 10px;
  height: 10px;
  display: block;
}

.cfgen-submit{
  color: var(--agp-black);
  background-color: transparent;
  border: none;
  margin-left: 20px;
}

.input-form{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  padding: 10px;
  font-family: 'Montserrat';
  font-size: var(--agp-p);
}

input::placeholder,textarea::placeholder{
  color:var(--agp-black)!important;
}

/*Form CV*/
.help-block.error-block{color: var(--agp-red);}
.alert{
  color: var(--agp-red);
}
.alert.alert-success{
  color: var(--bs-alert-color);
  --bs-alert-bg: transparent;
  --bs-alert-border-color: transparent;
}
.alert-danger{
  --bs-alert-color: var(--agp-red);
  --bs-alert-bg: transparent;
  --bs-alert-border-color: transparent;
}
.progress-bar{
  background-color: var(--agp-red);
}

/*icon on button*/
.button-snd .bi-arrow-right-circle {
  position: absolute;
  top: 5px;
}

.button-snd {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  text-align: right;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}


/*Effetto Opacity Homepage - servizi*/
.servizi-item {
  opacity: 1;
  transition: margin-left 0.3s ease-in-out,opacity 0.2s ease-in-out;
}

.servizi-item.active{opacity:1!important;margin-left:10px;}
.servizi-item.deactive{opacity: 0.2!important;}


/****SERVIZI > SOCIAL****/
.social-anni-group .accordion-button,.social-anni-group .accordion-body{
	background-color: transparent;
}
.social-anni-group .accordion-item{
	border-bottom: var(--bs-accordion-border-width) solid var(--agp-red);
}
.social-anni-group .accordion-button:focus{
	border: none;
	box-shadow: none;
}
.social-anni-group .accordion-button:not(.collapsed){
	box-shadow: none;
}

.social-facciamo-group .accordion-button,.social-facciamo-group .accordion-body{
	background-color: var(--agp-sand);
}
.social-facciamo-group .accordion-item{
	border-bottom: var(--bs-accordion-border-width) solid var(--agp-red);
}
.social-facciamo-group .accordion-button:focus{
	border: none;
	box-shadow: none;
}
.social-facciamo-group .accordion-button:not(.collapsed){
	box-shadow: none;
}

/*Button float*/

.content__item {
	position: fixed;
	top: 70px;
	right: 20px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	pointer-events: none;
}
.button {
	pointer-events: auto;
	cursor: none;
	background: var(--agp-black);
	border: none;
	padding: 1.5rem 3rem;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
	box-shadow: 0px 20px 10px #0000001f;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button--skoll {
	overflow: hidden;
	border-radius: 50%;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 0;
	font-weight: 500;
}

.button--skoll > svg{
	overflow: hidden;
	mix-blend-mode: screen;
}

.button--skoll span {
	display: block;
	position: relative;
	color: #fff;
}

.button--skoll > span {
	overflow: hidden;
	mix-blend-mode: screen;
	font-size: 12px;
}

.button--skoll:hover > span > span {
	animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.button--skoll::before {
	content: '';
	background: var(--agp-red);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	transform: translate3d(0,0,0);
	transition: transform 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--skoll:hover::before {
	transform: translate3d(0,100%,0);
}
@media (max-width: 768px){
	//.content__item{ display: none;} /*Nascondere pulsante su disp mobile*/
	.content__item {
		position: fixed;
		bottom: -75%;
		right: 10px;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 999;
		pointer-events: none;
	}
	.button--skoll {
		overflow: hidden;
		border-radius: 50%;
		color: #fff;
		width: 70px;
		height: 70px;
		padding: 0;
		font-weight: 500;
	}
	.button--skoll span{
		font-size:10px;
	}

}

/*Contatti*/

/*Immagine Christian Chef*/
.img-ch-chef{
  z-index: 1;
  left: 100px;
  width: 400px !important;
  height: auto;
  top: 100px;
  filter: drop-shadow(0px 5px 40px rgba(0, 0, 0, 0.2));
  max-width:497px;
  max-height:648px;
}
.svg-ch-chef{
  width: 497px;
  height: 648px;
}

.t-align-start{
  text-align: end;
  text-align: -webkit-end;
}

.title-page-agp{
	position: absolute;
	bottom: 100px;
	left: 100px;
	width: 30%;
}

/***************************************/
/************* RESPONSIVE **************/
/***************************************/


/*Desktop*/
@media (max-width:1024px){
	:root{
		--agp-title-h1: 35px;
		--agp-title-h2: 35px;
		--agp-title-h3: 25px;
		--agp-p: 16px;
		--agp-p1: 25px;
		--agp-p2: 20px;
		--agp-p3: 15px;

		--agp-line-height-h1: 50px;
		--agp-line-height-h2: 45px;
		--agp-line-height-h3: 25px;
		--agp-line-height-p1:35px;
		--agp-line-height-p2:28px;
		--agp-line-height-p3: auto;

		--agp-standard-space: 50px;
	  }


  /*Immagine Christian Chef Contatti*/
  .img-ch-chef{
    position: inherit!important;
    left: inherit!important;
    top: inherit!important;
    width: 250px !important;
    height: auto;
  }
  .image-ch{
    text-align: center!important;
  }
  .svg-ch-chef{
    display: none;
  }


  .title-page-agp {
	  bottom: 10px;
	  left: 50px;
	  width: 40%;
  }

}

/*Tablet*/
@media (max-width:767px){
  :root{
    --agp-standard-space: 30px;

    --agp-title-h1: 25px;
    --agp-title-h2: 25px;
	--agp-title-h3: 20px;
    --agp-p: 16px;
    --agp-p1: 16px;
    --agp-p2: 16px;
    --agp-p3: 12px;

    --agp-line-height-h1: 30px;
    --agp-line-height-h2: 20px;
	--agp-line-height-h2: 25px;
    --agp-line-height-p1: 25px;
    --agp-line-height-p2:28px;
    --agp-line-height-p3: auto;
  }

  /*VR*/
  .sez-desc-vr{
    min-height: inherit;
    max-height: inherit;
  }
  .bg-vr-card{
    background-size: cover;
    background-position-y: -100px;
    height: 500px;
  }
  .border-vr-sez{
    border-right: none!important;
    border-bottom: 2px inset #fff;
  }
  .border-vr-sez:nth-child(3){
    border-right: none;
    border-bottom: none;
  }
  .t-align-start{
    text-align: start;
    text-align: -webkit-start;
  }

  .title-page-agp {
		bottom: 10px;
		left: 30px;
		width: 70%;
	}

}



/*Mobile*/
@media (max-width:480px){
    :root{
        --agp-standard-space: 30px;

        --agp-title-h1: 30px;
        --agp-title-h2: 30px;
        --agp-p: 16px;
        --agp-p1: 16px;
        --agp-p2: 16px;
        --agp-p3: 12px;

        --agp-line-height-h1: 30px;
        --agp-line-height-h2: 30px;
        --agp-line-height-p1: 25px;
        --agp-line-height-p2: 28px;
        --agp-line-height-p3: auto;
    }

    .bg-vr-card{
      background-size: cover;
      background-position-y: -50px;
      height: 350px;
    }

	.title-page-agp {
		bottom: 10px;
		left: 20px;
		width: 80%;
	}
}