
body, html {
  padding:0;
  margin:0;
  overflow-x: hidden;
}

.disabled {
  cursor: not-allowed;
}
.disabled > a {
  color: currentColor;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

* {-webkit-padding-start: 0px;}
* {-webkit-padding-end: 0px;}
* {-webkit-padding-before: 0px;}
* {-webkit-padding-after: 0px;}

.background-cover {
  position: fixed;
  width:100%;
  height: 100vh !important;
}

.cover {
  width:100%;
  height: 100vh !important;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .background-cover, .cover {
    height: 400px !important;
  }
}

@media screen and (max-width: 576px) {
  .cover {
    object-position: 80% -70px;
  }
}

.menubar {
  position: fixed;
  float: left;
  background-color:white;
  text-align: center;
  top:16px;
  z-index: 100;
  left:50%;
  transform: translate(-50%,-50%);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .menubar {
    display: none;
  }
}

.parent {
  width: 521.9px;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}

#sections_panel{
	position:absolute;
	height:0px;
	width:172.16px;
  top:36px;
	background:#424242;
	left:75px;
  overflow: hidden;
	z-index:10000;
	transition: height 0.3s linear 0s;
}

#button-dropdown {
  float:left;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-right: 25px;
  padding-left: 25px;
  border: none;
  background: none;
  background-color: white;
  vertical-align: top;
}

#button-dropdown:hover {
  color: white;
  background-color: #d98686;
}

#button-dropdown:focus {
  outline: none !important;
  box-shadow: none;
}

#button-dropdown:active {
  outline: none !important;
  box-shadow: none;
  background-color: #c01a18;
}

.drop-box {
  text-align: center;
  width:100%;
  height:50px;
  padding-top: 15px;
}

.drop-box:hover {
  background-color: #d98686;
}

#drop-link {
  color:white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

 .link {
   font-family: 'Ubuntu', sans-serif;
   text-decoration: none !important;
   font-style: normal;
   font-weight: 400;
   letter-spacing: 1px;
   float: left;
   background-color:white;
   text-align: center;
   padding: 8px 15px;
   font-size: 14px;
   color:black;
}

.link:last-child {
  background-color: #d98686;
  color:white;
}

.link:hover {
  text-decoration: none;
  background-color: #d98686;
  color:white;
}

.link:active {
  background-color: #c01a18;
}

.active {
  color: #c01a18 !important;
}

.active:hover {
  background-color:white !important;
}

.nav-responsive {
  position: absolute;
  top:20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-responsive {
    display: block;
  }
}

.nav-button {
  width: 50px !important;
  height: 50px !important;
  background-color: white !important;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

.nav-button:focus, .nav-button:active {
  outline: none !important;
}

.linea {
  width: 65%;
  height: 4px;
  background-color: #5F5F5F;
  margin-top: 5px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.nav-button:hover > .linea { background-color: #d98686; }

.box {
  display: none;
  position:absolute;
  width: 100%;
  height:100vh;
  top:0;
  background-color: white;
  opacity: 0.6;
  z-index: 24;
}

.box-menu {
  display: none;
  position: absolute;
  left:50%;
  top:45%;
  transform: translate(-50%,-50%);
  z-index: 25;
}

@media screen and (max-width: 600px) {
  .box, .box-menu {
    display: none;
  }
}

.box-wrap {
  width: 230px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 15px;
  border:1px #7f7f7f solid;
}

.link-burger {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-style: normal;
  color:#2F2F2F !important;
  font-size: 18px;
  text-align: center;
  margin-top: 2px;
}

.link-burger:hover {
  color: #d98686 !important;
}

.link-burger-active {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-style: normal;
  color:#2F2F2F  !important;
  font-size: 18px !important;
  text-align: center;
  margin-top: 2px;
}

.link-burger:active {
  background-color: #c01a18;
}

.link-close {
  position: absolute;
  margin-top: -35px;
  margin-left: 90px;
  background-color: white;
  width:32px;
  color:#2F2F2F !important;
  border-radius: 30px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 4px !important;
  padding-bottom: 2px !important;
  border: 1px solid #7f7f7f;
}

.link-close:hover {
  color: #d98686 !important;
}

#close {
  margin-bottom: 0;
  margin-top: -2px;
  margin-left: 5.5px;
  font-size: 18px;
}

.logo {
  width:284px;
  height:70px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c01a18;
  border:1px white solid;
  padding-top: 5px;
}

#logo {
  width:270px;
  height:58px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border:1px white solid;
  object-fit: none;
}

.transparent {
  height:70px;
  width: 100%;
  background-color: white;
  margin-top: -70px;
  position: relative;
  bottom: 0;
  z-index: 2;
  opacity: 0.7;
}

@media screen and (max-width: 576px) {
  .transparent {
    display:none;
  }
}

.wrap-bottom {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 15px;
  z-index: 3;
}

@media screen and (max-width: 576px) {
  .wrap-bottom {
    top: 300px;
    background-color: white;
    z-index: 0;
  }
}

.home-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -35px;
}

@media screen and (max-width: 450px) {
  .home-bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.arrow-wrap {
  margin-top: 0px;
}

#svg-arrow {
  height: 25px;
  width: 40px;
  fill: #5F5F5F;
  stroke: #5F5F5F;
  cursor: pointer;
  transition: 0.8s;
}

@-webkit-keyframes animation {
  0%   {fill: #FFFFFF; stroke: #FFFFFF;}
  100% {fill: #5F5F5F; stroke: #5F5F5F;}
}

#svg-arrow {
  -webkit-animation: animation 1.6s ease-in-out 0s alternate infinite none running;
  -moz-animation:  animation 1.6s ease-in-out 0s alternate infinite none running;
  -o-animation: animation 1.6s ease-in-out 0s alternate infinite none running;
  animation: animation 1.6s ease-in-out 0s alternate infinite none running;
}

.toppa {
  position:relative;
  background-color: #c01a18;
  width:160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  margin-bottom: 0;
}

#toppa-text {
  background-color: #c01a18;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

.h1 {
  color: #7F7F7F;
  text-align: center;
  font-size: 24px;
  line-height: 22px;
  font-family: 'ubuntu', sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .h1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#de {
  display: none;
  top:20px;
  right:20px;
  position: absolute;
  width:27px;
  height:27px;
  border-radius: 60px;
  border:#7F7F7F solid 1px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  #de {
    display: block;
  }
}
#de:hover {
  border:#d98686 solid 1px;
}

#dep {
  position:absolute;
  font-family: 'ubuntu', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color:#7F7F7F;
  font-size: 14px;
  padding-left: 6.5px;
  padding-top: 2.5px;
}

#de:hover > #dep {
  color:#d98686;
}

#vuoto {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 576px) {
  #vuoto {
    height: 360px;
  }
}

.container {
  width:100%;
  padding-top: 30px;
  position: relative;
  background-color: white;
}

.desc-container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 860px) {
  .desc-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 576px) {
  .desc-container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.desc-wrap {
  display: inline-block;
  width: 510px;
  padding-right: 15px;
  border-right: solid 1px black;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .desc-wrap {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0px;
    border: none;
  }
}

.desc {
  color: #424242;
  font-family: 'ubuntu', sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
}

.desc:not(:first-child) {
  padding-top: 10px;
}

.desc-wrap2 {
  display: inline-block;
  width: 280px;
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .desc-wrap2 {
    padding-top: 30px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    border: none;
  }
}

.desc2 {
  color: #424242;
  font-family: 'ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 10px;
}

.desc3 {
  color: #424242;
  font-family: 'ubuntu', sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 10px;
}


.middle-nav-wrap {
  position: relative;
  background-color: white;
  padding-top: 60px;
  z-index: 10;
}

.middle-nav-bg {
  background-color: #424242;
  width:100%;
  height:30px;
}

.middle-nav {
  margin-left: auto;
  margin-right: auto;
  width:210px;
}

.middle-nav-box, .middle-nav-button2, .middle-nav-button3 {
  margin-top: -20px;
  float:left;
  background-color: white;
  width:70px;
  height:70px;
  border-radius: 50%;
  border: 1px solid #d98686;
  cursor: pointer;
}

.middle-nav-button2 {
  margin-left: 25px;
  margin-right: 25px;
}

.middle-nav-box:hover, .middle-nav-button2:hover, .middle-nav-button3:hover {
  border: 1px solid #c01a18;
  color: #c01a18;
}

.middle-nav-button2:hover > #link-decoration2 { color: #c01a18; }
.middle-nav-button3:hover > #link-decoration3 { color: #c01a18; }

#middle-link {
  letter-spacing: -1px;
  font-size: 13px;
  font-family: 'ubuntu', sans-serif;
  font-weight: 700;
  margin-top: 25px;
  margin-left: 7px;
}

#middle-link2 {
  letter-spacing: -1px;
  font-size: 13px;
  font-family: 'ubuntu', sans-serif;
  font-weight: 700;
  margin-top: 25px;
  margin-left: 15px;
}

#link-decoration2, #link-decoration3 {
  color: #d98686;
  text-decoration: none;
}

#link-decoration2:hover, #link-decoration3 {
  text-decoration: none;
}

.toppa2 {
  width: 100%;
  background-color: white;
  height: 60px;
}

#slide {
  position: relative;
  width:100% !important;
  border: 50px solid #FFF0F5;
}

@media screen and (max-width: 768px) {
  #slide {
    border-top: 35px solid #FFF0F5;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 40px solid #FFF0F5;
  }
}

.slide {
  width:100% !important;
}

.arrow-s {
  padding: 15px 17px 15px 5px;
  border-radius: 0px 30px 30px 0px;
  background-color: white;
  color:#d98686 !important;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: -50px;
  transition:0.6s;
  transition-property: border-color, color;
}

.arrow-d {
  padding: 15px 5px 15px 17px;
  border-radius: 30px 0px 0px 30px;
  background-color: white;
  color:#d98686 !important;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
  margin-right: -50px;
  transition:0.6s;
  transition-property: border-color, color;
}

.arrow-s:hover {
  background-color: #EFEFEF;
  transition:0.6s;
}

.arrow-d:hover {
  background-color: #EFEFEF;
  transition:0.6s;
}

@media screen and (max-width: 768px) {
  .arrow-s {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .arrow-d {
    margin-right: 0px;
  }
}

.dotnav {
  opacity:0.9;
  top:100%;
}

.uk-dotnav>*>* {
  background-color: white !important;
}

.uk-dotnav > * > :active {
  background-color: #d98686 !important;
}

.uk-dotnav > .uk-active > * {
  background-color: #d98686  !important;
}

.iframe {
  position: relative;
  height:206px;
  width: 100%;
}
