/*****************************************
		landing controllo-accessi
******************************************
- 1 - Header
- - - - - - Slider
- 2 - Sections
- - - - - - Section 1
*****************************************/
/******************************************
- 1 - Header
- - - - - - Slider
*****************************************/
body#controllo-accessi header {
  background-image: url(../images/slider/main/header/bg-header-slider.jpg);
  background-position: right;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body#controllo-accessi.isMobile[orientation='portrait'] header {
  background-image: url(../images/slider/main/header/bg-header-slider-mobile.jpg);
}
body#controllo-accessi header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  display: none;
}
body#controllo-accessi header .carousel {
}
body#controllo-accessi header .carousel .carousel-inner {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .container {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .container-fluid {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col {
  content: content-box;
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col img {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col img:not(:last-child) {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col p {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col p strong {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col p.h1 {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col p.h1 strong {
}
body#controllo-accessi header .carousel .carousel-inner .carousel-item .row .col strong {
}
/******************************************
- 2 - Sections
*****************************************/
.section {
}
.section.bg-gray {
  background: rgb(247, 247, 247);
  /*background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 80%);*/
  /*background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 80%);*/
  /*background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 80%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f2f2f2",GradientType=1);*/
}
.section a {
  text-decoration: none;
}
.section .container {
}
.section .container-fluid {
}
.section .row {
}
.section .row .col {
}
.section .row .col svg {
  width: 110px;
}
.section .row .col .w-fit-content {
}
.section .row .col .w-fit-content a {
}
.section .row .col .w-fit-content .rounded-circle {
}
.section .row .col .w-fit-content .rounded-circle img {
}
.section .row .col .w-fit-content p {
}
.section .row .col p {
}

.section.section-slider {
}
.section.section-slider a {
}
.section.section-slider .container {
}
.section.section-slider .container-fluid {
}
.section.section-slider .row {
}
.section.section-slider .row .col {
}
.section.section-slider .row .col .w-fit-content {
}
.section.section-slider .row .col .w-fit-content a {
}
.section.section-slider .row .col .w-fit-content .rounded-circle {
}
.section.section-slider .row .col .w-fit-content .rounded-circle img {
}
.section.section-slider .row .col .w-fit-content p {
}
.section.section-slider .row .col p {
  
}
.section.section-slider .container-fluid .row .bg_slide {
  position: relative;
  width: 100%;
}
.section.section-slider .container-fluid .row .bg_slide img {
  width: 100%;
}
.section.section-slider .container-fluid .row .text_slide {
  position: absolute;
}
.section.section-slider .container-fluid .row .text_slide h1{
  flex-direction: row;
}
.section.section-slider .container-fluid .row .bg_slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to left, rgb(255 255 255 / 70%) 50%, rgb(255 255 255 / 0%) 100%);
}
.section.section-slider .carousel {}
.section.section-slider .carousel .carousel-inner {}
.section.section-slider .carousel .carousel-inner .carousel-item {
  height: auto !important;
}
.section.section-slider .carousel .carousel-inner .carousel-item .container {}
.section.section-slider .carousel .carousel-inner .carousel-item .container-fluid {
    height: 100%;
}
.section.section-slider .carousel .carousel-inner .carousel-item .row {
    position: relative;
    height: 100%;
}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col { }
.section.section-slider .carousel .carousel-inner .carousel-item .row .col img {}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col img:not(:last-child) {}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col p {}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col p strong {}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col p.h1 {}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col p.h1 strong {}
.section.section-slider .carousel .carousel-inner .carousel-item .row .col strong {
}.section.section-slider .carousel-indicators { }
.section.section-slider .carousel-indicators li { }
.section.section-slider .carousel-indicators li.active { }.section.section-slider .carousel-indicators {
  bottom: 2rem !important;
  margin: 0 auto !important;
  position: absolute !important;
}
.section.section-slider .carousel-indicators li {
  height: 10px;
  width: 30px;
  border: 1px solid #009fe345;
  background-color: #fff !important;
  border-radius: 50px;
  opacity: 0.8;
}
.section.section-slider .carousel-indicators li.active {
  background-color: #009fe3 !important;
  opacity: 1;
}

.section .btn-primary:not(:disabled):not(.disabled) {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.section .btn-primary:not(:disabled):not(.disabled) i {
  width: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.section .btn-primary:not(:disabled):not(.disabled):hover,
.section .btn-primary:not(:disabled):not(.disabled):active,
.section .btn-primary:not(:disabled):not(.disabled).active,
.section .btn-primary:not(:disabled):not(.disabled):focus {
  color: #0098d7;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.section .btn-primary:not(:disabled):not(.disabled):hover i,
.section .btn-primary:not(:disabled):not(.disabled):active i,
.section .btn-primary:not(:disabled):not(.disabled).active i,
.section .btn-primary:not(:disabled):not(.disabled):focus i {
  width: auto;
  margin-left: 1.5rem !important;
}
/******************************************
- 2 - Sections
- - - - - - Section 1
*****************************************/
.section.section-1 {
}
.section.section-1 .container {
}
.section.section-1 .container-fluid {
}
.section.section-1 .row {position: relative;}
.section.section-1 .row .col {
}
.section.section-1 .row .col .w-fit-content {
}
.section.section-1 .row .col .w-fit-content a {
}
.section.section-1 .row .col .w-fit-content .rounded-circle {
  border: 5px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.section.section-1 .row .col .w-fit-content a:hover .rounded-circle {
  border-color: #0098d7;
  transform: scale(1.1);
}
.section.section-1 .row .col .w-fit-content .rounded-circle img {
  max-width: 200px;
}
.section.section-1 .row .col .w-fit-content p {
}
.section.section-1 .row .col p {
}
/******************************************
- 2 - Sections
- - - - - - Section 2
*****************************************/
.section.section-2 {
}
.section.section-2 .container {
}
.section.section-2 .container-fluid {
}
.section.section-2 .row {
}
.section.section-2 .row .col {
}
.section.section-2 .row .col .w-fit-content {
}
.section.section-2 .row .col .w-fit-content a {
}
.section.section-2 .row .col .w-fit-content .rounded-circle {
}
.section.section-2 .row .col .w-fit-content .rounded-circle img {
}
.section.section-2 .row .col .w-fit-content p {
}
.section.section-2 .row .col p {
}
.section.section-2 .row .col svg {
  width: 80px;
  margin: auto;
}
/******************************************
- 2 - Sections
- - - - - - Section 3
*****************************************/
.section.section-3 {
}
.section.section-3 .container {
}
.section.section-3 .container-fluid {
}
.section.section-3 .ambiente h1{
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0.0);
  transition: all 0.3s;
}
.section.section-3 .ambiente h1>span{
  opacity: 0;
  transition: all 0.3s;
}
.section.section-3 .ambiente h1:hover{
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.section.section-3 .ambiente h1:hover>span{
  opacity: 1;
}
.section.section-3 .ambiente h1:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  filter: saturate(0.5);
  opacity: 0;
  transition: all 0.3s;
}
.section.section-3 .ambiente h1:hover:before{
  opacity: 1;
}
/******************************************
- 3 - Sections