@charset "UTF-8";
/* CSS Document */

.bg-light {
    background-color: #fff!important;
}
.navbar{
  padding-top: 0;
  padding-bottom: 0;
}

.full-menu {
  visibility: hidden;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  background-color: #D3C4A3;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 999;
}
.full-menu--open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.full-menu--transition {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.full-menu--middle {
  display: table-cell;
  vertical-align: middle;
}
.menu-toggle {
  border: 0;
  color: #fff;
  background-color: transparent;
}
.menu-toggle:before {
  margin: 0 20px 0 0;
}
.menu-toggle--close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.menu-toggle--close:before {
  margin: 0;
}

/*--------------------------navbar------------------------------------*/

.navbar-light .navbar-nav .nav-link {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: rgba(0,0,0,.55);
    padding-bottom: 0;
}
.menu-burger{
  position: fixed;
  right: 10px;
  z-index: 9999999;
}


.logonav{
    min-width: 6rem;
    max-width: 6rem;
    padding-top: 0.2rem;
    padding-left: 2rem;
}
.logo-nav-mobile{
    min-width: 6rem;
    max-width: 6rem;
    padding-top: 1rem;
    padding-left: 1rem;
}


.nav{
    background-color: transparent;
}


.back-head{
    background-image: url(../img/head.jpg);
    background-size:  center;
    background-position: right;
    background-repeat: no-repeat;
}


/*-------------------------LINKMENU---------------------------*/

.link-servizi {
    color: #262626;
    text-decoration: none;
    background-image: linear-gradient(90deg, var(--bg), var(--bg)), linear-gradient(90deg, var(--underline-color), var(--underline-color));
    background-size: var(--underline-block-width) var(--underline-width), 100% var(--underline-width);
    background-repeat: no-repeat;
    background-position-x: calc(var(--underline-block-width) * -1), 0;
    background-position-y: 100%;
    transition: background-position-x var(--underline-transition);
}

.link-servizi:hover {
    background-image: linear-gradient(90deg, var(--bg), var(--bg)), linear-gradient( 90deg, var(--underline-color-hover), var(--underline-color-hover));
    background-position-x: calc(100% + var(--underline-block-width)), 0;
}

:root {
    --bg: #FFFFFF;
    --underline-width: 8px;
    --underline-block-width: 20px;
    --underline-color: hsl(208deg 67% 77% / 47%);
    ;
    --underline-color-hover: hsl(208deg 67% 77%);
    --underline-transition: 0.5s;
}


/*-------------------------FINELINKMENU---------------------------*/

/*-----------------burger----------------*/
.menu {
  border: none;
  cursor: pointer;
  display: flex;
  z-index: 1000;
  background-color: #fff;
}
.line {
  fill: none;
  stroke: #7D6C4F;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
/*-----------------burger----------------*/

.tit-menu{
  padding-top: 10%;
  color: #9B8B73;
}

.txt-menu{
  font-size: calc(18px + (84 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 400;
    transition-duration: 2s;
}
.txt-menu:hover{
  font-size: calc(18px + (84 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #fff!important;
    font-weight: 400;
    padding-left: 0.5rem;
    transition-duration: 2s;
    transition-delay: 0.4s;
}
.hr-menu{
  height: 2px!important;
  background-color: #fff;
  opacity: 0.7;
}
.content a {
  display: inline;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
}

.v6 a {
  background-position: left;
  background-size: 0% 100%;
  background-image: linear-gradient(#ECE0C4, #ECE0C4);
}
.v6:hover a {
  background-size: 100% 100%;
  padding-left: 1rem;
  padding-right: 1rem;

}

.lato-contatti{
  border-left: 2px solid #FFFFFF;
  padding-left: 1rem;
}




/*------------------------button------------------*/
.btn-white{
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #fff;
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
  background-color: transparent;
  box-shadow: 4px 4px 0px #F5EEE1;
  padding: 5px 15px;
  transition-duration: 0.5s;
}
.btn-white:hover{
  border: 1px solid #FFFFFF;
  border-radius: 0;
  color: #fff;
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
  background-color: transparent;
  box-shadow: -4px 4px 0px #F5EEE1;
  padding: 5px 15px;
  transition-duration: 0.5s;

}
.btn-black{
  border: 1px solid #5C5954;
  border-radius: 0;
  color: #5C5954;
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
  background-color: transparent;
  box-shadow: 4px 4px 0px #5C5954;
  padding: 5px 15px;
  transition-duration: 0.5s;
  z-index: 10000;
}
.btn-black:hover{
  border: 1px solid #5C5954;
  border-radius: 0;
  color: #5C5954;
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
  background-color: transparent;
  box-shadow: -4px 4px 0px #5C5954;
  padding: 5px 15px;
  transition-duration: 0.5s;
  z-index: 10000;
}

@media only screen and (max-width: 700px) {

  .menu-toggle--close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.title-menu{
  margin-top: -4rem;
}
.box-contatti{
  padding-left: 1rem;
  padding-right: 1rem;
}
}