*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    width: 100%;
    /*min-width: 400px;*/
}
body {
    background: url('../images/PRIMA-FOTO.jpg');
    background-size: cover;
    
     font-family: "Open Sans",Georgia,Times,"Times New Roman",serif;
}
a {
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s; 
    color: #5e5654;
}
a:hover {
    color: #be4c54;
}
.container {
    display: table;
    width: 100%;
    height: calc(100% - 42px);
    text-align: center;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.col-md-8 {
    width: 66.6667%;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .col-md-8 {
        width: 95%;
    }
}
.nice-corners {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: url("../images/border-sh.png") 30 30 30 30 round round;
    border-style: solid;
    border-width: 30px;
}
@media only screen and (max-width: 1024px) {
    .nice-corners {
        margin-top: 20px;
    }
}
.banner-wrapper {
    position: relative;
    text-align: center;
    background-color: #fff;
}
.banner-wrapper h3 {
    color: #4a3636;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}
h3, .h3 {
    color: #be4c54;
    font-family: "Old Standard TT",serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
    text-rendering: optimizespeed;
    text-transform: uppercase;
}
.banner-wrapper .sub-title {
    color: #4a3636;
    display: inline-block;
    font-family: "Old Standard TT",serif;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
}
.banner-wrapper p {
    color: #785d56;
    font-size: 17px;
    line-height: 20px;
}
.footer {
    background-color: #fff;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    position: absolute;
    right: 10px;
    color: #785d56;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: 3px solid #dedad4;
    border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
    .footer {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
form {
    margin: 20px 0;
}
form input {
    background-color: #f2f0ee;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26) inset;
    height: 40px;
    padding: 0 10px;
    width: 250px;
}
form .button {
/*    border-image: url("../images/button-border.png") 10 10 10 10 round round;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;*/
    outline: 0 none;
    padding: 0;
    transition: all 0s ease-in-out 0s;
    color: #e9c6c8;
    font-family: "Old Standard TT",serif;
    font-size: 18px;
    border: 0 none;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background-color: #be4c54;
    height: 40px;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    form .button {
        margin-top: 10px;
    }
}
form .button > span {
    background-color: #be4c54;
    display: block;
    padding: 0 20px;
    transition: all 0s ease-in-out 0s;
}
.iubenda-ibadge {
    vertical-align: middle;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    height: auto;
}
@media only screen and (max-width: 1024px) {
    .logo {
        position: static;
        margin: 0 auto;
        display: block;
    }
}
#cookie-banner {
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  left: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: 13px;
}
#cookie-banner > div {
  margin: 0 auto;
  text-align: left;
  width: 940px;
}
@media only screen and (max-width: 1024px) {
    #cookie-banner > div {
        max-width: 100%;
    }
}
#cookie-banner a.cookie-close {
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 15px;
  text-decoration: none;
}
#cookie-banner a {
    color: #FFF;
}