﻿.str-a .str__preview p{
  margin-bottom: 0;
}

.str-a .str__footer{
  margin-top: 0;
}

.crs__video::before{
  background-color: initial;
}

:is(.form-control,.form-select){
  background: #fff;
}

.mod.df01 {
  overflow: hidden;
  z-index: 0;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.df01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
}


.df01 .mod__figure {
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media (min-width:787px){
  .df01 .mod__figure img {
    object-fit: contain;
    height: auto;
    width: 100%;
    display: block;
  }
}

.df01 .mod__figure figure,
.df01 .mod__figure figure > div,
.df01 .mod__figure picture {
  height: 100%;
  display: block;
}


.df01 .mod__figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.df01 .container{
  padding: 50px 0;
}

.df01 .container .mod__header h3,
.df01 .container .stat__list .stat__wrap .stat .stat__title .stat__number {
  font-weight: 600;
}

.df01 .container .mod__header h3,
.df01 .container .mod__preview,
.df01 .container .stat__list .stat__wrap .stat .stat__title,
.df01 .container .stat__list .stat__wrap .stat .stat__title .stat__number{
  text-align: center;
  color: white;
}

.df01 .container .stat__list .stat__wrap .stat .stat__title .stat__desc{
  margin-bottom: 0;
}

@container statistica (inline-size > 768px) {
  .df01 .container .stat__list .stat__wrap {
    flex: 0 0 auto;
    width: 33.3333%;
  }
}

.nav-tag{
  padding: 0 0 1rem;
}

.nav-tag a{
  margin: 0 10px;
}

.btn-outline-secondary {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-gray);
  --bs-btn-color: var(--bs-gray);
  --bs-btn-hover-bg: var(--bs-red);
  --bs-btn-hover-color: var(--bs-white)
}

.footer .h3, .footer h3, .footer p,
.footer a{
  color: #fff;
}

.footer{
  background-color: #000 !important;
}

.footer_div{
  border-bottom: 1px solid var(--bs-body-bg);
  font-weight: 700;
  margin-bottom: var(--footer-py, 3rem);
  overflow: hidden;
}

.fancybox-caption__body p{
  color: #fff;
}

iframe.iframe-placeholder{
  height:100%;
}

.switch-field {
  /*padding: 40px;*/
  padding-top: 10px;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.0rem;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  background-color: #db002f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

p a{
  color: #e52329;
}

.header-brand__img{
  height:3rem;
}

.titolo-loop__item .titolo-loop__text{
  font-size: 10rem;
}


.m46 {
  position: relative;
  overflow: hidden;
}
.m46 .mod__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.m46 .mod__overlay figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.m46 .mod__overlay figure div {
  width: 100%;
  height: 100%;
}
.m46 .mod__overlay figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform-origin: center;
  transition: transform 0.4s ease;
}
.m46 .mod__overlay:after {
  content: "";
  background: rgba(0, 0, 0, 0.33);
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.m46 .col-text {
  color: #fff;
  position: relative;
  z-index: 2;
}

.m46 .col-text .h2 p {
  font-size: unset;
  color: unset;
}
@media (max-width: 991px) {
  .m46 .mod__overlay figure div img {
    transform: scaleX(-1);
  }
}

.main:has(.m46) {
  padding-bottom: 0;
}