/*Bg open site*/
.open-bg {
    background: url("../img/cover.jpg") no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100vh !important;
    position: relative;
}
.title {
    font-family: "Inria Serif", serif;
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 700;
}
.subtitle {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 500;
    color: #3db5b5 !important;
}
.section-title-hero{
    font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}
}
.text-shadow{
background: linear-gradient(90deg, rgba(234, 102, 69, 1) 0%, rgba(1, 41, 81, 1) 100%);
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  background-clip: text;          
}
.header-transparent{
    background-color: transparent !important;
}
.pi-simple-menu > li > a span:hover {
  background-color: #fff;
  border-radius: 40px;
  line-height: 50px;
  padding: 0 20px !important;
}
/*Section*/
.section-title{
    font-family: "Inria Serif", serif;
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
}
.mask,
.mask-2 {
  width: 100%;
  max-width: 500px;          /* << imposti tu il limite massimo */
  height: 100%;
  display: block;
  margin: 0 auto;            /* opzionale: per centrare nella col */

  mask-image: url("../img/right.svg");
  mask-size: 100% auto;      /* riempie la larghezza, parte dall’alto */
  mask-repeat: no-repeat;
  mask-position: top center;

  -webkit-mask-image: url("../img/right.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;

  overflow: hidden;
}

.mask img,
.mask-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Versione specchiata */
.mask-2 {
  transform: scaleX(-1);
}

.mask-2 img {
  transform: scaleX(-1);
}

.img-absolute{
    position: absolute;
    max-width: 360px;
    top: -150px;
}
.btn-white{
    background-color: #fff !important;
    color: #181818 !important;
    border: 1px solid #fff !important;
}
.btn-white:hover{
    background-color: #3db5b5 !important;
    color: #fff !important;
    border: 1px solid #3db5b5 !important;
}
/*Footer*/
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-whatsapp i {
  color: #fff;
  font-size: 40px;
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center {
  display: block;
  margin: 10px auto;
}
.footer-fixed {
  position: fixed;
  z-index: 1002;
  bottom: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 400px) {
.title {
  font-size: 1.8em;
}
.open-bg {
    background: url("../img/cover-xs.jpg") no-repeat center;
}
    .img-absolute{
        position: relative;
  max-width: none;
  top: -130px;
    }
}
@media (min-width: 401px) and (max-width: 767px) {
    .title {
  font-size: 2em;
}
.open-bg {
    background: url("../img/cover-xs.jpg") no-repeat center;
}
        .img-absolute{
        position: relative;
  max-width: none;
  top: -130px;
    }

}
    
@media (min-width: 768px) and (max-width: 991px) {
.open-bg {
    background: url("../img/cover-s.jpg") no-repeat center;
}
}
@media (min-width: 992px) and (max-width: 1279px) {
}
@media (min-width: 1540px) {
}