@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap')

*, *:after {
    transition: all 1s;
}

:root {
    --light: #efeee9;
    --lightgray: #F0EEE8;
    --dark: #1F1d1b;
    --main: #4C4C4A;
    --bg-d: #e0dfd5;
    --bg: #efeee9;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: var(--bg);
    font-size: 1.1rem;
}

body.no-overflow {
    overflow: hidden;
}

.loading {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #1F1d1b;
}

.loading img {
    opacity: 0;
}

h1, h2, h3, h4, h5, label, p, input, a, textarea, span {
    
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
    /*
    font-family: 'Lora', serif;
    */
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

h4 {
    font-size: 1.7rem;
}

p {
    margin-bottom: 0;
    font-size: .9rem;
}

.text-line, .line-top {
    position: relative;
}

.text-line::after {
    position: absolute;
    width: 10%;
    max-width: 70px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";    
}

.line-top:after {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    
}

.home-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    color: #aaa;
    opacity: .5;
}
.home-footer a {
    color:inherit;
}

/* temi */

.bg-dark {
    background-color: #262626 !important;
}

.bg-dark-2 {
    background-color: #403d38 !important;
    border-top:1px solid rgba(30,30,30,1);
    border-bottom:1px solid rgba(30,30,30,1);
}


.bg-dark-2 a {
    opacity: .8;
}

.text-white a {
    color: #fff;
}

.text-lightgray {
    color: #d5d2c9;
}
.dark-theme {
    background-color: var(--dark);
}

.dark-theme h3, .dark-theme h2 {
    color: var(--lightgray);
}

.dark-theme h3 {
    opacity: .6;
    font-size: 1.9rem;
}

.dark-theme h5 {
    font-size: 1.3rem;
    color: rgba(134, 120, 103, .8) ;
}



.dark-theme .text-line:after  {
    background: rgba(134,120,103,.6);
}

.dark-theme .line-top:after  {
    background: linear-gradient(to right, rgba(134,120,103,0), rgba(134,120,103,1), rgba(134,120,103,0));
}

.text-dark.text-line:after, .text-theme.line-top:after {
    background: rgba(41,41,41,1);
}



.dark-theme p {
    color: var(--light);
    opacity: .6;
}

.light-theme {
    background-color: var(--light);
}

.light-theme h2, .light-theme h3, .light-theme h4 {
    color: var(--dark);
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.light-theme h2 {
    color: #4c4c4a;
    font-size: 1.8 rem;
}

.light-theme h4:after {
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0));
}

.light-theme .text-line:after, .light-theme .line-top:after  {
    width: 50%;
    height: 1px;
    background: rgba(0,0,0,.2);
}

.light-theme p {
    color: var(--main);
    opacity: .8;
    padding-left: 15px;
    padding-right: 15px;
}

.gray-theme {
    background-color: #ccc !important;
}

.gray-theme h1 {
    font-size: 25px !important;
    color: var(--gold) !important;
}

.gray-theme h2 {
    font-size: 20px !important;
    color: var(--grey) !important;
}

.bg-white .text-line:after, .bg-light .text-line:after {
    background: rgba(134,120,103,.6);
}


.special-theme {
    background-color: #010101;
}

.special-theme h2 {
    font-size: 25px !important;
    color: var(--light);
    position: relative;
}

.special-theme h2:after {
    content: "";
    width: 100%;
    height: 1px;
    position:absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgba(200,200,200,0), rgba(200,200,200,1), rgba(200,200,200,0));
}


.special-theme h3 {
    font-size: 20px !important;
    color: var(--white) !important;
    opacity: .5;
}

.special-theme p {
    color: var(--white) !important;
    opacity: .5;
}



header, .navbar {
    position: relative;
    z-index: 10;

}

header .container {
    position: relative;
}

header .container .social-nav {
    list-style: none;
    margin: 0;
    padding:0;
}


header .container .lang-nav {
    list-style: none;
    margin: 0;
    padding:0;
}


header .container .lang-nav li {
    float: left;
}

header .container .social-nav li {
    float: right;
}
/*
@media (min-width: 576px) {

    header .container .social-nav {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    
    header .container .lang-nav {
        position: absolute;
        left: 0;
        top: 0;
    }

}
*/

header .container .second-nav li a {
    display: block;
    padding: 10px;
    color: #edd3b4;
    text-decoration:none;
    opacity: .5;
    font-size: 14px;
}

header .container .second-nav li a .fab {
    font-size: 16px;
}

header .container .second-nav li:hover a {
    opacity: 1;
    color: #fff;
}


.navbar.navbar-open {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
}

.navbar-linee.navbar-open {
    position: fixed;
    left: 0px;
    top: 56px;
    width: 100%;
}

.container-index {
    background-image: url(/img/sfondo_intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #2a2829 !important;
}



.container-index .container {
    max-width: 540px;
}


.logo {
    height: 40px;
    width: auto;
    max-width: 50%;
}

.navbar-toggler {
    border: 0px solid transparent;
    border-radius: 0rem;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.head-mobile {
    font-size: 1rem;
    z-index: 0;
    position: relative;
    z-index: 9999;
}

.head-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.head-mobile a {
    color: #edd3b4 !important;
    padding: 10px;
    display: block;
    opacity: .5;
}


.head-mobile a:hover {
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
}


.head-mobile.head-mobile-open {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
}

.lang-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lang-mobile li {
    float: left;
}


.over-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    transition: all .5s;
}

.over-menu.open {
    left: 0;
}

.over-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (orientation:landscape) {
    .over-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .over-menu ul li {
        float: left;    
    }
}

.over-menu ul li a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #aaa !important;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}


.over-menu ul li.active a {
    color: #edd3b4 !important;
    opacity: .5;
}

.over-menu ul.foot {
    background-color: var(--dark);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
display: flex;
justify-content: center;
padding-bottom: 5px;
}

.over-menu ul.foot li {
    float: left;
}

.over-menu ul.foot li a {
    color: #edd3b4  !important;
    opacity: .5;
    text-decoration: none;
}

.over-menu ul.foot li:hover a {
    color: #fff  !important;
    opacity: 1;
}

.navbar .nav-link, .nav-home .nav-link, .nav .nav-link {
    color: #aaa !important;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .navbar .nav-link, .nav-home .nav-link, .nav .nav-link {
        font-size: 16px;
    }
}

.nav-home .nav-link {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar .nav-link:hover, .nav-home .nav-link:hover, .nav .nav-link:hover  {
    color: var(--white) !important;
}

.navbar .active>.nav-link, .nav-home .active>.nav-link, .nav .active>.nav-link  {
    color: #edd3b4 !important;
    opacity: .5;
}


.navbar .nav-link::after, .nav-home .nav-link::after, .nav .nav-link::after {
    position: absolute;
    content: " ";
    width: 0%;
    border-bottom: 1px solid var(--white);
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar .active>.nav-link::after {
    position: absolute;
    content: " ";
    width: 0%;
    border-bottom: 1px solid #edd3b4;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .5;
}

.navbar .active>.nav-link::after, .navbar .nav-link:hover::after, .nav-home .nav-link:hover::after, .nav .active>.nav-link::after, .nav .nav-link:hover::after {
    width: 100%;
}



.navbar .dropdown {position:static;}

.dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
  top: 100%;
  border-radius: 0;
  border: 0px solid rgba(0,0,0,.15);
  padding: 0 0;
    margin: 0 0 0;
}
  
/*
.dropdown-menu {
    display: block;
}
*/



.container-linee {
    background: linear-gradient(#fff 50%, #aaa);
}

.container-linee a {
    text-decoration: none;
    font-weight: bold;
}

.container-linee a p {
    opacity: .5;
}

.container-linee a:hover p {
    opacity: 1;
}


.container-video {
    z-index: 5;
    position: relative;
}

.container-video video {
    width: 100%;
    height: auto;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

.jumbotron .container * {

}

.jumbotron img {
    z-index: 0;
    position: relative;
    opacity: .2;
}



.container-img  {
    border-top: 0px solid #818181;
    padding-top: 60%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-normal {
    background-color: transparent;
    border-color: transparent;
    color: #222 !important;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #666;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #fff !important;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-shop {
    background-color: #837769;
    color: #fff !important;
    border-bottom: 0px;
    opacity: 1 !important;
}

.btn-shop:hover {
    background-color: #534a3f;
}

.btn-border {
    border: 1px solid #534a3f;
    border-radius: 10px;
    color: #534a3f;
    text-transform: uppercase;
    width: 90%;
    max-width: 190px;
    font-size: 1.2rem;
}

.btn-border:hover {
    color: var(--light);
    background-color: #534a3f;
}

.btn-border-light {
    border: 1px solid var(--light);
    border-radius: 10px;
    color: var(--light);
    text-transform: uppercase;
    width: 90%;
    max-width: 190px;
    font-size: 1.2rem;
}

.btn-border-light:hover {
    color: #534a3f ;
    background-color: var(--light);
}



.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-info {
    background-color: #222;
    border-color: #222;
    color: #ccc !important;
    font-size: 18px;
    border: 0;
    padding: 10px 20px;
}

.area-link {
    display: block;
    width: 100%;
    color: #222;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }
  
  .area-link:hover {
    text-decoration: none;
    background-color: #efefef;
  }
  
  .area-link .fas {
    font-size: 50px !important;
    color: #222 !important;
    margin-bottom: 25px;
  }

.container-special {
    background-repeat: no-repeat;
    background-image: url(/img/sf-selezioni.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #262626;
    
}

.container-vini {
    background: linear-gradient(var(--bg) 60%,var(--bg-d) 60% ,var(--bg-d) 90%);
    padding-top: 20px;
}

.container-special a p {
    color: #fff;
}


.container-vini a p {
    color: #000;
}

.col-vini a {
    display: block;
    text-decoration: none;
        
}

.col-vini a p {
    opacity: .5;
    position: relative;
}

img.rounded-50 {
    border-radius: 10px;
}

/*
.col-vini a p:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}


.container-special .col-vini a p:before {
    background-color: #fff;
}

.container-vini .col-vini a p:before {
    background-color: #000;
}

*/

.section-page, .section-linee {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section-page .container-page {
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1))
}

.section-full {
    padding-bottom: 0rem!important;
}

.section-full:first-of-type {
    padding-top: 0rem!important;
}

@media (min-width: 1024px) {

    .section-full {
        padding-bottom: 4rem!important;
    }
    
    .section-full:first-of-type {
        padding-top: 4rem!important;
    }

}


.section-full .col-text * {
    padding-left: 25px;
    padding-right: 25px;
}

.section-linee .container-linee {
    background: linear-gradient(rgba(10,10,10,0),rgba(10,10,10,1));
}

.section-linee .container-linee .container {
    background-color: rgba(10,10,10,.5);
    max-width: 748px;
}

.swiper-tipologie {
    width: 100%;
}

.swiper-tipologie .swiper-slide {
    width: 100%;
}

.swiper-vini .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: 1;
}

.swiper-vini .swiper-pagination-bullet-active {
    opacity: .25;
}

.swiper-controller-prev, .swiper-controller-next {
    padding:20px 5px;
    cursor: pointer;
    cursor: hand;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 50;
}

.swiper-controller-prev {
    left: 0px;
}

.swiper-controller-next {
    right: 0px;
}

.swiper-timeline .swiper-controller-prev {
    left: 0px;
}

.swiper-timeline .swiper-controller-next {
    right: 0px;
}


/*

@media (min-width: 1600px) {

.swiper-linea .swiper-slide {
    flex-shrink: 1;
}

}
*/


.swiper-tipologie .swiper-container  {
    width: 100%;
    text-align: center;
}

.swiper-ospitalita {
    width: 100%;
    height: 100%;
}

.swiper-ospitalita .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-ospitalita .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
}

@media (min-width: 1024px) {
    .swiper-ospitalita .swiper-slide img {
        width: 100%;
        height: auto;
    }
}

.col-vini a:hover p {
    opacity: 1;
}

.reflaction {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;

}

.reflaction:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(239,238,233,1), rgba(239,238,233,0));
    z-index: 5;
}

.reflaction img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    opacity: .5;
    z-index: 2;
}

.nav-terroir li {
    border-bottom: 1px solid #000;
    color: #000 !important;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
}

.list-group {
    border-bottom: 2px solid rgb(134, 120, 103);
}

.list-group-item {
    position: relative;
    display: block;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    min-width: 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.list-group-item span {
    color: #222;
    position: absolute;
    bottom: .75rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 14px;
    
}

.list-group-item:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    width: 2px;
    height: 20px;
    background-color: #222;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.list-group-item:hover:after {
    height: 70px;
    background-color: #9c6911;
}

.list-group-item:before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 40px;
    background-color: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.list-group-item:hover:before {
    height: 90px;
}

.list-group-item:hover span {
    bottom: 70px;
    color: #9c6911;
}



.list-group-item.active-time {
    color: #9c6911;
}

.list-group-item.active-time span {
    bottom: 70px;
    color: #9c6911;
}

.list-group-item.active-time:after {
    height: 70px;
    background-color: #9c6911;
}

.list-group.no-border {
    border: 0px;
}

.list-group.no-border .list-group-item:after, .list-group.no-border .list-group-item:hover:after {
    display: none;
}

.list-group-horizontal .list-group-item {
    position: relative;
    font-weight: 200;
    min-width: unset !important;
    padding: 0rem 0.5rem;
}

.text-small {
    font-size: .6rem;
    letter-spacing: 1px;
}


.rowlinee {
    position: relative;
}

.rowlinee .linklinee {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.controls-h3 {
    position: relative;
}

/*
.controls-h3 .fas {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
}

.controls-h3 .fas.fa-chevron-left {
    left: 0;
}

.controls-h3 .fas.fa-chevron-right {
    right: 0;
}
*/

.controls-h3 .arrow {
    position: absolute;
    top: 0;
    cursor: pointer;
    cursor: hand;

    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
}
  
.controls-h3 .arrow-right {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
}

.controls-h3 .arrow-left {
    left: 0;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
}

.logo-foot {
    max-width: 320px;
}

@media (min-width: 576px) {

    .news .col-sm-6, .news .col-news {
        height: 500px;
        position: relative;
        overflow: hidden;
        border-bottom: 0px solid #ccc;
        padding-top: 0px;
    }

    .news .col-sm-6 .btn-container, .news .col-news .btn-container {
        position: absolute;
        bottom: 0px;
        width: 100%;
        background: linear-gradient(transparent 10%,var(--bg) 50%);
        margin: 0 0 0px;
        -webkit-margin-after: 0em;
        -webkit-margin-before: 0em;
        padding: 80px 40px 0px 20px;
    }
    

}

@media (min-width: 1024px) {
    .container-video {
        height: 85%;
        max-height: 850px;
    }
    .container-video video {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 5;
    }
}

@media (min-width: 1024px) {

    .navbar .nav-link {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        margin-left: .5rem;
        margin-right: .5rem;
        font-size: 16px;
        letter-spacing: 1px;
    }

   
    .nav .nav-item img {
        width: 120px;
    }

    .jumbotron .container {
        z-index: 5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


    .section-page .container-page.py-5, .section-linee .container-linee.py-5 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important;
    }


    .section-page .col-text * {
        padding-left: 30px;
        padding-right: 30px;    
    }
    
    .section-full .col-text * {
        padding-left: 25px;
        padding-right: 25px;
    }


    .section-page:nth-child(even) .col-text, .section-full:nth-child(even) .col-text {
        order: -1;
    }

    .section-page:nth-child(odd) .col-text {
        
    }

    .section-page:nth-child(even) .col-text {
        
    }

    .section-full .col-img {
        position: relative;
        overflow: hidden;
    }

    .section-full .col-img img {
        position: relative;
        z-index: 8;
    }

    .section-full .col-img::before {
        position: absolute;
        top: 0px;
        transform: translate(-50%,-50%) rotate(45deg);
        background-color: var(--light);
        content: "";
        width: 30px;
        height: 30px;
        z-index: 9;
    }

    .section-full .col-img::after {
        position: absolute;        
        bottom: -30px;
        transform: translate(-50%,-50%) rotate(45deg);
        background-color: var(--light);
        content: "";
        width: 30px;
        height: 30px;
        z-index: 9;
    }

    .section-full:nth-child(even) .col-img::before, .section-full:nth-child(even) .col-img::after   {
        left: 0px;
    }

    .section-full:nth-child(odd) .col-img::before, .section-full:nth-child(odd) .col-img::after   {
        right: -30px;
    }

    .rowlinee {
        position: relative;
        overflow: hidden;
    }

    .rowlinee .col-img::before {
        position: absolute;
        left: 0;
        bottom: -30px;
        transform: translate(-50%,-50%) rotate(45deg);
        background-color: var(--light);
        content: "";
        width: 30px;
        height: 30px;
        z-index: 9;
    }

    .rowlinee .col-img::after {
        position: absolute;        
        bottom: -30px;
        right: -30px;
        transform: translate(-50%,-50%) rotate(45deg);
        background-color: var(--light);
        content: "";
        width: 30px;
        height: 30px;
        z-index: 9;
    }



    

    
    .swiper-vini .swiper-slide {
        max-width: 210px;
    }

    .container-ospitalita .swiper-ospitalita {
        position: relative;
        z-index: 0;
    }

    .container-ospitalita .content {
        margin-top: 0px;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translate(0%,-50%);
        max-width: 600px;
        outline: 30px solid rgba(20,20,20,.8);
        outline-offset: 10px;
        padding: 50px;
        background-color: rgba(20,20,20,.8);
        color: white;
        padding: 30px;
        z-index: 2;
    }

}

@media (min-width: 1200px) {


        .navbar .nav-link {
            margin-left: 1rem;
            margin-right: 1rem;
            font-size: 16px;
            letter-spacing: 1px;
        }
}

@media (min-width: 1600px) {

    .section-full .col-text * {
        padding-left: 180px;
        padding-right: 180px;
    }

    p {
        line-height: 32px;
        font-size: 1.1rem;
    }

}


.chocolat-image {
    filter: grayscale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.chocolat-image:hover {
    filter: grayscale(0);
}

.swiper-linea .swiper-pagination {
    position: relative;
}

.swiper-linea .swiper-pagination .swiper-pagination-bullet {
    opacity: .5;
    background-color: #95918f;
}

.swiper-linea .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #7f7666;
    opacity: 1;
}

.swiper-linea .swiper-controller-linea {
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
    cursor: hand;
}


.swiper-linea .swiper-controller-linea .fas {
    color: #bba78e;
    font-size: 1.8rem;
}

.swiper-linea .swiper-button-disabled .fas {
    color: #ddd6c7;  
  }

  
.swiper-linea .swiper-controller-linea-prev {
    left: 0;
}

.swiper-linea .swiper-controller-linea-next {
    right: 0;
}

.swiper-linea .swiper-wrapper .swiper-slide {
    z-index: 0;
    position: relative;
    overflow: hidden;
    /* border-bottom: 1px solid transparent; */
}

.swiper-linea .swiper-wrapper .swiper-slide-current::after {
    /* border-bottom: 1px solid #7f7666; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    height: 5px;
    background-color: #7f7666;
    content: "";
}

.swiper-linea .swiper-wrapper .swiper-slide a {
    display: block;
    text-decoration: none;
}

.swiper-linea .swiper-wrapper .swiper-slide a p {
    color: #635f5c;
    font-size: .9rem;
    line-height: 1.1rem;
}

.swiper-linea .swiper-wrapper .swiper-slide a p.small {
    color: #95918f;
}

hr.separatore {
    border-top: 2px solid #7f7666;
}

.theme-2025, .theme-vini {
    background-color: #e8e5da;
}

.theme-vini h5 {
    color: #635F5C;
}

.theme-vini p {
    color: rgba(99,95,92,.85);
}

.theme-vini h2 {
    color: #635f5c;
}

.theme-vini h1 {
    color: #635f5c;
}

.theme-vini h3 {
    color: #95918f;
}

.theme-vini-vintage {
    background-color: #e8e5da;
}

.theme-vini-vintage h5, .theme-vini-vintage p {
    color: #635F5C;
}

.theme-vini-vintage h2 {
    color: #635f5c;
}

.theme-vini-vintage h1 {
    color: #635f5c;
}

.theme-vini-vintage h3 {
    color: #95918f;
}

.theme-vini-selezioni {
    background-color: #e8e5da;
}

.theme-vini-selezioni h5, .theme-vini-selezioni p {
    color: #635F5C;
}

.theme-vini-selezioni h2 {
    color: #635f5c;
}

.theme-vini-selezioni h1 {
    color: #635f5c;
}

.theme-vini-selezioni h3 {
    color: #95918f;
}

figure.emozionale {
    display: inline-block;
    clip-path: polygon(
      15px 0%,     /* top-left cut */
      calc(100% - 15px) 0%, /* top-right cut */
      100% 15px,
      100% calc(100% - 15px), /* bottom-right cut */
      calc(100% - 15px) 100%,
      15px 100%,   /* bottom-left cut */
      0% calc(100% - 15px),
      0% 15px
    );
    overflow: hidden;
  }