a {
  color: #283374;
  text-decoration: underline;
}

a:hover {
  color: #101950;
  text-decoration: underline;
}
.no-decoration{
  text-decoration: none;
}
body{
  font-family: 'Lato', sans-serif;
}
p{
  font-weight: 400;
}
.text-justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: absolute;
  z-index: 2;
  top: 0;
  border-radius: 3px; 
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000000;
}

.section-header p {
  margin: 0 auto;
  color: #000000;
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #1e2556;
  min-height: 40px;
  padding-top: 140px;
  color: #ffffff;
}

.breadcrumbs h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ebebeb;
  content: "/";
}

.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:focus{
  color: #ebebeb !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  .breadcrumbs{
    padding-top: 110px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h1 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: rgb(35,153,37);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration: none;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(3,89,4,1);
  color: #ffffff;
  text-decoration: none
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px rgba(0,0,0, 0.1);
}

.header .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
}

.header .logo h1 span {
  color: #000000;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 10px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ef8f00;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: rgb(0,0,0);
  }

}
.dropdown-toggle,.dropdown-false {
  color: #ffffff !important;
  border-right: 1px solid #1e2556 !important;
  border-radius: 0 !important;
  font-size: 14px;
}
.dropdown-toggle:hover,.dropdown-toggle.show,
.dropdown-false:hover,.dropdown-false.show{
  background-color: #1e2556;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 2px;
}
.mega-content ul{
  padding-left: 0 !important;
}
.mega-content ul li{
  list-style: none !important;
  ist-style: none !important;
  border-bottom: 1px dashed #1e2556;
  padding-bottom: 3px;
}
.mega-content ul li.last{
  padding-bottom: 0;
  border-bottom: none;
}
.mega-content ul li i{
  font-size: 9px;
  color: #ef8f00;
  float: left;
  margin: 8px 5px 0 0;
}
.mega-content ul li a{
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none
}

@media (min-width: 992px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
.text-nav{
  color: #1e2556;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width:992px) {
  
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar .ul-nav {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar .nav-link,
  .navbar .nav-link:focus, 
  .navbar .accordion-button,
  .navbar .accordion-button:focus {
    align-items: center;
    padding: 12px 20px;
    font-size: 16px;
    color: #1e2556 !important;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 1px solid #ef8f00;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #ffffff;
    line-height: 18px;
    box-shadow: none !important;
  }
  .navbar .nav-link small,
  .navbar .nav-link:focus small {
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 400;
  }

  .navbar .nav-link i,
  .navbar .nav-link:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar .nav-link:hover,
  .navbar .accordion-button:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>.nav-link,
  .navbar li:hover>.accordion-button{
    color: #ffffff !important;
    background: rgb(35,153,37);
    background: -moz-linear-gradient(295deg, rgba(40,51,116,1) 0%, rgba(16,25,80,1) 100%);
    background: -webkit-linear-gradient(295deg, rgba(40,51,116,1) 0%, rgba(16,25,80,1) 100%);
    background: linear-gradient(295deg, rgba(40,51,116,1) 0%, rgba(16,25,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283374",endColorstr="#1e2556",GradientType=1);
    box-shadow: none !important;
  }
  .navbar .nav-link:hover small,
  .navbar .active  small,
  .navbar .active:focus  small,
  .navbar li:hover>.nav-link small{
    color: rgba(255,255,255,0.8) !important;
  }

  .mobile-nav-toggle {
    display: block !important;
    color: rgb(239, 143, 0);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 40px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-nav-toggle.fa-xmark {
    color: #ffffff;
  }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 9996;
  }
  .accordion-body ul{
    padding-left: 0 !important;
  }
  .accordion-body ul li{
    list-style: none !important;
    border-bottom: 1px solid #ebebeb;
    padding: 3px 0;
  }
  .accordion-body ul li i{
    font-size: 9px;
    color: #ef8f00;
    float: left;
    margin: 8px 5px 0 0;
  }
}
.dropdown-menu{
  margin-top:0 !important;
  background-color: #1e2556;
  border-radius: 0 !important;
}
.dropdown-menu.show,.nav-link:hover .dropdown-menu{
  margin-top:-3px !important;
  border: 1px solid #1e2556;
}
.navbar .megamenu{ padding: 1rem; }
.dropdown-mega .dropdown-menu.show,
.dropdown-mega:hover .dropdown-menu{
  position: absolute !important;
  inset: 0px auto auto 0px !important;
  margin: 0px !important;
  transform: translate(0, 123px) !important;
  width: 100% !important;
  margin-top: -3px !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{
    position:static!important;
  }
  .navbar .megamenu{
    left:0; 
    right:0; 
    width:100%; 
    margin-top:0;  
  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

#topMenu{
  background-color: #eaeaea;
}
#topMenu small{
  font-size: 11px !important;
}
.accediTop{
  float: right;
  background-color: #ef8f00;
  padding: 4px 13px;
  margin-bottom: -12px;
  border-radius: 0 0 5px 5px;
  font-weight: 900;
  font-size: 13px;
  color:#000000;
}
#logoHead{
  height: 60px; 
  width:240px;
}
.badge-carrello{
  color: #ffffff !important;
  position: absolute;
  top:0;
}
#BottomMenu{
  background: rgb(74,88,185);
  background: -moz-radial-gradient(circle, rgba(74,88,185,1) 0%, rgba(30,37,86,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(74,88,185,1) 0%, rgba(30,37,86,1) 100%);
  background: radial-gradient(circle, rgba(74,88,185,1) 0%, rgba(30,37,86,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a58b9",endColorstr="#1e2556",GradientType=1);
  border-top:1px solid #1e2556;
  border-bottom:1px solid #1e2556;
}
.nav-link-last{
  border-right: none !important
}
.link-mobile i{
  font-size: 18px !important;
  display: inline-block;
  width: 20px;
  margin-right: 6px;
  margin-left:6px;
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

.info-home p{
	font-size: 18px;
	color: #000000;
}
.info-home-white p{
	font-size: 18px;
	color: #ffffff;
}
.info-home ul,
.info-home-white ul{
	list-style: none;
	padding-left: 0;
}
.info-home .fa-check{
  color: #51af3d;
  font-size: 20px;
  height: 22px;
}
.btn-footer{
	font-size: 16px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/

.hero-animated{
	padding-top: 130px;
  background-image: url("../img/mediavoip-homepage.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #1e2556;
}

.hero-animated .container {
  padding-top: 50px;
  padding-bottom: 20px
}
.hero-animated h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-shadow: 10px 10px 10px rgba(0,0,0,.4);
  background-color: none
}

.hero-animated h2 {
  color: #ebebeb;
  margin-bottom: 50px;
  font-size: 24px;
  text-shadow: 10px 10px 10px rgba(0,0,0,.4);
  background-color: none
}
@media (max-width: 768px) {
  .hero-animated .container {
    padding-top: 50px;
    padding-bottom: 20px
  }
  .hero-animated h1 {
    text-align:center;
    font-size: 28px;
    line-height: 36px;
    background-color: rgba(30,37,86,.8);
    text-shadow: none;
    color: #fff;
    box-shadow: 5px 5px 14px rgba(0,0,0,.4);
    padding: 10px
  }

  .hero-animated h2 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    background-color: rgba(30,37,86,.8);
    text-shadow: none;
    color: #fff;
    box-shadow: 5px 5px 14px rgba(0,0,0,.4);
    padding: 10px
  }
}

.form-container{
	padding: 15px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	border-radius: 5px;
}
.sep-form {
	display: block;
	height: 1px;
	background-color: #ebebeb;
	margin-top: 2px;
	margin-bottom: 2px;
}

input, select{
	height: 50px !important;
	border-radius: 3px !important;
}

.form-group{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.form-group label{
  font-size: 12px;
  font-weight: 600;
}

.form-control {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 5px 0 rgba(0,0,0,.3);
  border: 2px double transparent;
  border-radius: 6px
}

.form-control:focus {
  outline-width: 0;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: inset 0 0 5px 0 rgba(0,0,0,.1);
  border: 2px double transparent;
  border-radius: 6px;
}
#error-form p {
  font-size: 16px;
  text-align: center;
  padding: 15px;
  border: 2px solid #db4b2f;
  border-radius: 5px;
  background-color: #f2dede
}
.form-control-feedback{
  position: absolute;
  top:5px;
  right: 5px;
}

.nonvalido {
  position: absolute;
  z-index: 5;
  text-align: right;
  right: 5px;
  top: 26px;
  color: #dd4b39!important;
  font-size: 11px;
  font-weight: 700;
  font-style: italic
}

.input-valid{
  border: 2px solid #239925;
}
.input-error{
  border: 2px solid #dd4b39;
}
.form-horizontal .has-feedback .form-control-feedback{
	position: absolute;
    top: 5px;
    right: 0;
}
.form-control-feedback{
	top: 26px !important;
	font-size: 20px !important;
	right: -5px !important;
}
.container-check {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 30px;
}
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border:2px solid #ebebeb;
	border-radius: 3px;
}
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}
.container-check input:checked ~ .checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.container-check input:checked ~ .checkmark:after {
	display: block;
}
.container-check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 9px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.checkmark.input-valid,.input-valid {
    border: 2px solid #19af06;
}

.checkmark.input-error,.input-error {
    border: 2px solid #db4b2f
}


.form-horizontal .has-feedback .form-control-feedback {
    position: absolute;
    top: 5px;
    right: 0
}

.form-horizontal .has-feedback .form-control-feedback{
	position: absolute;
    top: 5px;
    right: 0;
}

.form-title {
  display: inline-block;
  width: 100%;
  font-size: 16px !important;
  padding: 5px 10px;
  line-height: 30px !important;
  color: #000 !important;
  margin-top:0;
  text-align: center;
  font-style: normal !important;text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  background: #ef8f00;
}

.label-form {
  line-height: 15px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

@media(min-width:992px){
	.masthead h1{font-size:3rem}
	.masthead-page h1{font-size:2.5rem}
}

.bg-gray{
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(left, #cccccc 0%, #ebebeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cccccc 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cccccc 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
}
.bg-lightgray{
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(left, #f5f5f5 0%, #ebebeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f5f5f5 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f5f5f5 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
}
.bg-orange{
	background: #ffb800; /* Old browsers */
	background: -moz-linear-gradient(left, #ef8f00 0%, #ffb800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ef8f00 0%,#ffb800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ef8f00 0%,#ffb800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8f00', endColorstr='#ffb800',GradientType=1 ); /* IE6-9 */
}
.bg-blue{
	background: rgb(74,88,185);
  background: -moz-radial-gradient(circle, rgba(74,88,185,1) 0%, rgba(30,37,86,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(74,88,185,1) 0%, rgba(30,37,86,1) 100%);
  background: radial-gradient(circle, rgba(74,88,185,1) 0%, rgba(30,37,86,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a58b9",endColorstr="#1e2556",GradientType=1);
}
.bg-darkblue{
	background: rgb(0,64,161);
	background: -moz-linear-gradient(138deg, rgba(0,64,161,1) 0%, rgba(0,168,234,1) 100%);
	background: -webkit-linear-gradient(138deg, rgba(0,64,161,1) 0%, rgba(0,168,234,1) 100%);
	background: linear-gradient(138deg, rgba(0,64,161,1) 0%, rgba(0,168,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0040a1",endColorstr="#00a8ea",GradientType=1);
}
.bg-blue h2,.bg-darkblue h2,.bg-darkblue h3,.bg-darkblue p{
	color: #ffffff !important;
}
.bg-darkblue ul{
	list-style: none;
	padding-left: 0;
}
.card{
	width: 100%;
  display: inline-block;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.25rem rgb(0 0 0 / 20%), 0 0 1rem rgb(0 0 0 / 20%);
  overflow: hidden;
  text-decoration: none;
	margin: 15px auto;
}

.card-body{
	padding: 0 15px 15px 15px;
}
.card-body .text-right{
	margin-top: 0 !important;
}
.card-text{
	margin-bottom: 0;
}
.titolo-offerta{
	font-size: 50px;
	color: #ef8f00;
	margin-bottom: 30px;
}

.btn {
  display: inline-flex;
  padding: 10px 24px;
  text-decoration: none!important;
  vertical-align: middle;
  line-height: 1.45;
  font-size: 14px;
  letter-spacing: 1.35px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 40px;
	background-image: transparent !important;
  border-radius: 50px;
}

.loader{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.spinner {
  position: absolute;
  top: 38%;
  left: 43%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 11.5px solid;
  border-color: #f5e3c6;
  border-right-color: #ef8f00;
  animation: spinner-d3wgkg 1.2s infinite linear;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #ffffff;
  font-size: 16px;
}

.footer .footer-content {
  background: #000000;
  padding: 30px 0 15px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info i{
  color: #ef8f00;
  font-size: 20px;
  margin-right: 5px
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: #ef8f00;
}

.footer .footer-content .footer-info p {
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 0;
  color: #ffffff;
}

.footer .footer-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #ef8f00;
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i.fa-chevron-right {
  padding-right: 2px;
  color: #ef8f00;
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255,255,255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 14px;
  margin-left: 5px;
  font-weight: 400;
}

.footer .footer-content .footer-links ul a:hover {
  color: #ffffff;
}

.footer .footer-legal {
  padding: 10px 0;
  background: #111111;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #ffffff;
}

.footer .footer-legal .credits a {
  color: #ef8f00;
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255,255,255, 0.1);
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background:#ef8f00;
  text-decoration: none;
}

.footer-title{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
}
#logoMediacare{
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.mediacare-footer,
.mediacare-footer a{
  font-size: 14px;
  color: #ccc;
  text-align: justify;
}
.sep-footer{
  height: 1px;
  background: #222;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.footer .last-link a{
  color: #cccccc;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .quiklink{
  font-size: 14px;
}
.footer .quiklink a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}
.copyright,
.copyright a{
  font-weight: 400;
  text-align: center;
  color: #ebebeb !important;
}
aside {
	width:100%;
	min-width: 150px;
	max-width: 100%;
  height: 100%;
}

aside .widget {
	display: inline-block;
	width: 100%;
}

@media (max-width: 990px){
	aside {
		max-width: 400px;
	}
}
.box-sidebar{
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	padding: 0 0 10px 0;
	border: 2px solid #1e2556;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 5px 7px rgba(0,0,0,0.2);
}
.box-sidebar .title-box{
	margin: 0 ;
  background: rgb(35,153,37);
  background: -moz-radial-gradient(circle, rgba(40,51,116,1) 0%, rgba(16,25,80,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(40,51,116,1) 0%, rgba(16,25,80,1) 100%);
  background: radial-gradient(circle, rgba(40,51,116,1) 0%, rgba(16,25,80,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283374",endColorstr="#1e2556",GradientType=1);
  padding: 5px;
  text-align: center;
  font-size: 18px;
  border-radius: 2px 2px 0 0;
	text-transform: uppercase;
	color: #fff;
}

.cookie-text .container-check input:checked~.checkmark:after{
  display: block;
}
.form-group, button#ihavecookiesBtn {
    margin-left: 0!important;
}

.cookie-text .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cookie-text .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cookie-text .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
}
.cookie-text .container-check:hover input~.checkmark{
    background-color: #ebebeb;
}
#gdpr-cookie-message {
  position: fixed;
  max-width: 470px;
  bottom: 2%;
  background-color: #000000;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-left: 2em;
  margin-right: 2em;
  font-family: system-ui;
  z-index: 9999;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 30%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #00f;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, .75);
    transition: .3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #fff;
    border-bottom-color: #00f;
    transition: .3s ease-in;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 50px;
    margin-left: 5px;
    cursor: pointer;
    transition: .3s ease-in;
}

button#gdpr-cookie-advanced {
  background: #cccccc;
  color: #000;
  margin-left: 0;
  float: left;
}

#gdpr-cookie-message button:disabled {
  opacity: .3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
  height: 15px!important;
}
.btn-dettagli-cookie {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border: none;
}
.cookie-footer, .cookie-header {
  position: absolute;
  display: flex;
  background-color: #fff;
  padding: 10px;
  left: 0;
}
.cookie-header {
  top: -47px;
  border-radius: 5px 5px 0 0;
}
.cookie-footer {
  bottom: -54px;
  border-radius: 0 0 5px 5px;
}
.btnAccordion {
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #666;
}
.card-title2, .iconCheckLink, .pulsante-tel i, caption {
  text-align: center;
}
.btnAccordion i {
  float: right;
  margin-top: 3px;
  font-size: 20px;
  color: #666;
}
.boxAccordion {
  padding: 15px 10px 0;
  border: 1px solid #666;
  border-top: none;
  margin-top: -5px;
  font-size: 14px!important;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px;
}
.cookie-text p, .cookie-text ul li {
  font-size: 16px;
}
.cookie-text h2, .cookie-text h3, .cookie-text h4 {
  font-weight: 700;
}
.cookie-text .container-check {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  line-height: 30px;
  height: 30px;
}
.cookie-text .container-check input:checked~.checkmark {
  background-color: #2196f3;
}
.cookie-text .container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 9px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#telecomando .pulsante-tel, .pulsante-tel button {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 0 4px 4px 0;
}
.btn-cookie-new {
  font-size: 12px!important;
}
#telecomando {
  position: fixed;
  background: 0 0;
  left: 0;
  bottom: 150px;
  border-radius: 0 5px 5px 0;
  z-index: 999;
}
#telecomando .pulsante-tel {
  float: left;
  clear: both;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  margin-bottom: 2px;
  background-color: #000000;
  border-radius: 0 50px 50px 0;
}
.pulsante-tel button {
  color: #fff!important;
  text-decoration: none!important;
  border: none;
  background-color: #000000;
  border-radius: 0 50px 50px 0;
}
.card-custom2, .iconCheckLink, .pulsante-tel i, .table-style {
  display: inline-block;
}
.pulsante-tel i {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 20px;
  margin-top: 10px;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, .2);
}

.subtotale {
  background-color: #ebebeb;
  color: #000
}

.totale {
  background-color: #fff2c4;
  color: #000
}

.prosegui-mobile {
  display: inline-block;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: #ccc;
  margin: 0 -15px
}

.prosegui-mobile form .btn {
  margin: 15px 2%;
  width: 96%!important
}

.extralbl {
  text-align: center;
  color: #222;
  font-size: 22px;
  padding: 0 0 10px;
  font-weight: 600;
  line-height: 30px
}

.extralbl img {
  position: absolute;
  top: 21px;
  padding-left: 6px
}


.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-info{
  font-weight: bold;
  text-shadow: -1px 2px rgba(0,0,0,0.1);
  border: none !important;
}
.btn-primary,
.bg-primary{
  background: rgb(0,64,161);
  background: -moz-linear-gradient(45deg, rgba(0,64,161,1) 0%, rgba(16,149,245,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0,64,161,1) 0%, rgba(16,149,245,1) 100%);
  background: linear-gradient(45deg, rgba(0,64,161,1) 0%, rgba(16,149,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0040a1",endColorstr="#1095f5",GradientType=1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background: rgb(0,64,161);
  background: -moz-linear-gradient(45deg, rgba(0,64,161,1) 0%, rgba(0,64,161,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0,64,161,1) 0%, rgba(0,64,161,1) 100%);
  background: linear-gradient(45deg, rgba(0,64,161,1) 0%, rgba(0,64,161,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0040a1",endColorstr="#0040a1",GradientType=1);
}
.btn-warning,
.bg-warning{
  background: rgb(255,104,0);
  background: -moz-linear-gradient(45deg, rgba(255,104,0,1) 0%, rgba(245,160,16,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,104,0,1) 0%, rgba(245,160,16,1) 100%);
  background: linear-gradient(45deg, rgba(255,104,0,1) 0%, rgba(245,160,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6800",endColorstr="#f5a010",GradientType=1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active{
  background: rgb(255,104,0);
  background: -moz-linear-gradient(45deg, rgba(255,104,0,1) 0%, rgba(255,104,0,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,104,0,1) 0%, rgba(255,104,0,1) 100%);
  background: linear-gradient(45deg, rgba(255,104,0,1) 0%, rgba(255,104,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6800",endColorstr="#ff6800",GradientType=1);
}
.border-warning{
  border-color: #ff6800;
}
.btn-success,
.bg-success{
  background: rgb(35,153,37);
  background: -moz-linear-gradient(263deg, rgba(35,153,37,1) 0%, rgba(3,89,4,1) 100%);
  background: -webkit-linear-gradient(263deg, rgba(35,153,37,1) 0%, rgba(3,89,4,1) 100%);
  background: linear-gradient(263deg, rgba(35,153,37,1) 0%, rgba(3,89,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#239925",endColorstr="#035904",GradientType=1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
  background: rgba(3,89,4,1);
  background: -moz-linear-gradient(263deg, rgba(3,89,4,1) 0%, rgba(3,89,4,1) 100%);
  background: -webkit-linear-gradient(263deg, rgba(3,89,4,1) 0%, rgba(3,89,4,1) 100%);
  background: linear-gradient(263deg, rgba(3,89,4,1) 0%, rgba(3,89,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#035904",endColorstr="#035904",GradientType=1);
}
.border-success{
  border-color: #239925;
}
.text-success{
  color: #239925 !important;
}
.btn-danger,
.bg-danger{
  background: rgb(176,8,8);
  background: -moz-linear-gradient(45deg, rgba(176,8,8,1) 0%, rgba(245,16,16,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(176,8,8,1) 0%, rgba(245,16,16,1) 100%);
  background: linear-gradient(45deg, rgba(176,8,8,1) 0%, rgba(245,16,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00808",endColorstr="#f51010",GradientType=1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active{
  background: rgb(176,8,8);
  background: -moz-linear-gradient(45deg, rgba(176,8,8,1) 0%, rgba(176,8,8,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(176,8,8,1) 0%, rgba(176,8,8,1) 100%);
  background: linear-gradient(45deg, rgba(176,8,8,1) 0%, rgba(176,8,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b00808",endColorstr="#b00808",GradientType=1);
}
.border-danger{
  border-color: #b00808;
}
.btn-info,
.bg-info{
  background: rgb(6,153,175);
  background: -moz-linear-gradient(45deg, rgba(6,153,175,1) 0%, rgba(58,219,213,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(6,153,175,1) 0%, rgba(58,219,213,1) 100%);
  background: linear-gradient(45deg, rgba(6,153,175,1) 0%, rgba(58,219,213,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0699af",endColorstr="#3adbd5",GradientType=1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active{
  background: rgb(6,153,175);
  background: -moz-linear-gradient(45deg, rgba(6,153,175,1) 0%, rgba(6,153,175,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(6,153,175,1) 0%, rgba(6,153,175,1) 100%);
  background: linear-gradient(45deg, rgba(6,153,175,1) 0%, rgba(6,153,175,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0699af",endColorstr="#0699af",GradientType=1);
}
.border-info{
  border-color: #0699af;
}

.btn-darkblue,
.bg-darkblue{
  background: rgb(5,12,61);
  background: -moz-linear-gradient(45deg, rgba(5,12,61,1) 0%, rgba(30,37,86,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(5,12,61,1) 0%, rgba(30,37,86,1) 100%);
  background: linear-gradient(45deg, rgba(5,12,61,1) 0%, rgba(30,37,86,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2556",endColorstr="#050c3d",GradientType=1);
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active{
  background: rgb(5,12,61);
  background: -moz-linear-gradient(45deg, rgba(5,12,61,1) 0%, rgba(5,12,61,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(5,12,61,1) 0%, rgba(5,12,61,1) 100%);
  background: linear-gradient(45deg, rgba(5,12,61,1) 0%, rgba(5,12,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050c3d",endColorstr="#050c3d",GradientType=1);
}
.border-darkblue{
  border-color: #1e2556 !important;
}

.bg-primary-dark{
  background-color: #002863;
}

@-moz-keyframes blink {
  0% { opacity: 1;}
  50% { opacity: 0;}
  100% { opacity: 1;}
}

@-webkit-keyframes blink {
  0% { opacity: 1;}
  50% { opacity: 0;}
  100% { opacity: 1;}
}

@-ms-keyframes blink {
  0% { opacity: 1;}
  50% { opacity: 0;}
  100% { opacity: 1;}
}

@keyframes blink {
  0% { opacity: 1;}
  50% { opacity: 0;}
  100% { opacity: 1;}
}

.blink-image {
  -moz-animation: blink normal 1s infinite ease-in-out;
  -webkit-animation: blink normal 1s infinite ease-in-out;
  -ms-animation: blink normal 1s infinite ease-in-out;
  animation: blink normal 1s infinite ease-in-out;
  width: 10px
}

.wrapper-alert .card {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  display: inline-block;
  justify-content: space-around;
  border-radius: 3px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
  position: relative;
}

.wrapper-alert .card .subject {
  margin-left: 50px;
}
.wrapper-alert .card .subject h5{
  font-weight: bold;
}
.wrapper-alert .card .subject p {
  color: #333333;
  margin-bottom: 0;
  font-style: italic;
}
.wrapper-alert .card .icon {
  font-size: 28px;
  position: absolute;
  top:15px;
}
.wrapper-alert .card .icon-times {
  font-size: 28px;
  color: #c3c2c7;
  cursor: pointer;
}

.wrapper-success .card{
  border: 1px solid #49d761;
  border-left: 5px solid #49d761;
}
.wrapper-success .card .icon {
  color: #49d761;
}
.wrapper-info .card{
  border: 1px solid #3286e9;
  border-left: 5px solid #3286e9;
}
.wrapper-info .card .icon {
  color: #3286e9;
}
.wrapper-warning .card{
  border: 1px solid #fdc220;
  border-left: 5px solid #fdc220;
}
.wrapper-warning .card .icon {
  color: #fdc220;
}
.wrapper-danger .card{
  border: 1px solid #ca452e;
  border-left: 5px solid #ca452e;
}
.wrapper-danger .card .icon {
  color: #ca452e;
}




.blog .posts-list article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.blog .posts-list .post-img {
    max-height: 240px;
    margin: -20px -20px 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog .posts-list .title {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0;
}
.blog .posts-list .title a {
    color: #000;
    transition: 0.3s;
}
.blog .blog-details .meta-bottom a:hover,
.blog .posts-list .title a:hover {
    color: #ef8f00;
}
.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog .blog-details .meta-bottom .cats li,
.blog .blog-details .meta-bottom .tags li,
.blog .posts-list .read-more a,
.box-list-cat,
.sharing-button,
.footer .footer-content .footer-links ul a.social-footer{
    display: inline-block;
}
.blog .blog-details .content,
.blog .posts-list .content {
    margin-top: 20px;
}
.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0;
}
.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.blog .blog-details .meta-bottom i {
    color: #ef8f00;
    display: inline;
}
.blog .blog-details .meta-bottom a {
    color: #333;
    transition: 0.3s;
}
.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}
.blog .blog-details .meta-bottom .tags li + li::before {
    padding-right: 6px;
    color: #333;
    content: ",";
}
.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}
.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}
.box-list-cat {
    width: 100%;
    background-color: #fff;
    padding: 0 0 10px;
    border: 2px solid #ef8f00;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}
.box-list-cat h3 {
    margin: 0;
    background-color: #ef8f00;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    border-radius: 2px 2px 0 0;
    text-transform: uppercase;
    color: #fff;
}
.list-cat {
    list-style: none;
    padding: 10px 10px 0;
    margin-bottom: 0;
}
.list-cat li a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
}
.list-cat li a:hover,
.list-cat li i {
    color: #ef8f00;
}
.list-cat li a .badge-cat {
    display: inline-block;
    float: right;
    background-color: #ebebeb;
    border-radius: 50px;
    padding: 2px 7px;
    color: #ef8f00;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}

.text-form {
    color: #000;
}
.blog .blog-pagination {
    margin-top: 30px;
    color: #fff;
}
.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
    width: 48px;
    height: 48px;
    border-radius: 100px;
}
.blog .blog-pagination li a {
    color: #ef8f00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #ef8f00;
}
.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}
.sharing-button,.footer .footer-content .footer-links ul a.social-footer {
  font-size: 26px;
  text-decoration: none !important;
  color: #fff;
  margin-right: 10px;
  background-color: #ef8f00;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  line-height: 40px;
}
.sharing-button:hover, .footer .footer-content .footer-links ul a.social-footer:hover {
    background-color: #ef8f00;
}

.attivazione{
	background-color: #ffffff;
	border: 3px solid #1e2556;
	padding: 0;
	margin-bottom: 30px;
	border-radius: 6px;
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
  position: relative;
}

.attivazione form {
	display: block;
	margin-top: 0;
}
.attivazione form .form-group{
	padding:5px 10px;
}
.box-title-form{
	text-align: center;
	padding: 8px;
	font-size: 22px;
	margin-bottom: 10px;
	color: #ffffff;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.1);
}

.box-title-form b{
	padding: 3px 10px;
	text-transform: uppercase;
	color: #1e2556;
	background-color: #ffffff;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: none;
}

.box-title-form small{
	font-style: italic;
}

.title-form {
	text-align: center;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #ffffff;
}

.bg-green{
	background: rgb(35,153,37);
  background: -moz-radial-gradient(circle, rgba(35,153,37,1) 0%, rgba(3,89,4,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(35,153,37,1) 0%, rgba(3,89,4,1) 100%);
  background: radial-gradient(circle, rgba(35,153,37,1) 0%, rgba(3,89,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#239925",endColorstr="#035904",GradientType=1);
	text-shadow: -1px 2px 0 rgba(0,0,0,0.3);
}

.sep-form {
	display: block;
	height: 1px;
	background-color: #ebebeb;
	margin-top: 2px;
	margin-bottom: 2px;
}

.box-footer{
	display: inline-block;
	width: 100%;
}

input, select{
	height: 50px !important;
	border-radius: 0 5px 5px 0 !important;
}

.form-group{
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.alt-row{
	background-color: #f5f5f5;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.7;
  color: #ffffff;
  text-align: center;
  background-color: #1e2556;
  border: 0;
  border-radius: 4px;
  min-width: 40px;
}

.form-control{
	border: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.form-control:focus{
	border: 0;
	box-shadow: none;
	outline-width: 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#error-form p{
	font-size: 16px;
	text-align: center;
	color: #dd4b39;
	padding: 15px;
	border: 2px solid #dd4b39;
	border-radius: 5px;
	background-color: #f2dede;
}

.input-group{
	border: 2px solid rgba(0,0,0,0);
	border-radius: 6px;
}

.input-group:hover{
	border: 2px solid rgba(74,88,185,1);
}

.input-group:has(input.input-error){
  border: 2px solid #dd4b39;
}

.box-contratto span.form-control-feedback{
  position: relative;
  top: -56px;
  right: 0;
  display: inline-block;
  width: 50px !important;
  height: 50px !important;
  font-size: 26px;
  float: left;
  background-color: #ffffff;
  padding-top: 12px;
  border: 2px solid;
  border-radius: 3px;
}

.box-contratto span.small{
	font-size: 10px;
	color: #999999;
	display: inline-block;
	line-height: 13px;
	padding-bottom: 7px;
	width: 100%;
	margin: 0 0 0 0;
}

span.text-contratto{
	display: block;
	margin: -30px 0 20px 40px;
}

.nonvalido{
  position: absolute;
  z-index: 5;
  text-align: right;
  right: 5px;
  top: 35px;
  color: #dd4b39 !important;
  font-size: 11px;
  font-weight: bold;
}
.form-horizontal .has-feedback .form-control-feedback{
  position: absolute;
  top: 5px;
  right: 0;
}

.check-box{
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	border-radius: 5px;
}

input[type=checkbox] {
	width: 50px !important;
	height: 50px !important;
	margin: 0;
}

input[type=checkbox]:checked,
input[type=checkbox]:focus{
	width: 50px !important;
	height: 50px !important;
	margin: 0;
}


label.css-label {
	position: relative;
	left: 20px;
	bottom: 17px;
}

#contratto-error{
	position: absolute;
    top: 140px;
    right: 20px;
}

.add_service_text{
	font-weight: bold;
	display: inline-block;
	margin-top: 15px !important;
	margin-left: 5px;
	font-size:14px;
}
@media(min-width:768px){
	.add_service_text{
		font-weight: bold;
		display: inline-block;
		margin-top: 15px !important;
		margin-left: 20px;
		font-size:16px;
	}
}

.container-check {
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 40px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border:none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #137cf4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 15px;
	top: 11px;
	width: 10px;
	height: 16px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#accettazione_contratto-error,
#accettazione_espressa-error,
#accettazione_privacy-error{
	top: 0 !important;
}

.form-group-custom,
.form-group-custom-2{
  display: inline-block;
  width: 100%;
  background: #e3f1f9;
  padding: 10px;
  margin-left: 0;
  min-height: 70px;
  border-radius: 5px;
}


@media(min-width:992px){
	.form-group-custom,
	.form-group-custom-2{
		margin-left: 10px;
	}

	.form-group-custom-2{
		margin-left: -10px;
	}
}

.loader-attivazione{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255);
  position: fixed;
  text-align: center;
}
.loader-attivazione img{
  position: relative;
  top: 20%;
}


.loader-new{
  display: inline-block;
  height: 463px;
  border: 3px solid #ccc;
  width: 100%;
  margin: 0 auto 30px auto;
  border-radius: 6px;
}
.title-loader{
  height: 78px;
  background-color: #ebebeb;
}
.num-loader{
  background: #ffffff;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0 0 -8px 0;
}
.num-alt{
  background: #f9f9f9;
}
.button-loader{
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.button-loader span{
  display: inline-block;
  width: 100%;
  margin: 5px 0 10px 0;
  padding: 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-size: 13px !important;
  font-style: normal !important;
  vertical-align: middle;
  letter-spacing: 1.35px;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
  min-height: 40px;
  background-color: #ebebeb;
  text-shadow: -1px 2px 0 rgba(0, 0, 0, 0.1);
  line-height: 24px;
}

.rounded_contenuto td {font-weight: bold;}

.rounded_contenuto td span {color: #1b4e15;}

.rounded_contenuto td a {background: transparent}

.tablancio {
	border: 3px solid #1e2556;
	padding: 0;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
}
	
tr.giallo td {background: #f5f5f5;}

td.giallo {background: #f5f5f5;}

td.tabformgiallo {
	font-size: 16px; 
	vertical-align:middle; 
	background: #f5f5f5;
	}
	
td.tabformbianco {
	font-size: 0.9em; 
	vertical-align:middle; 
	background: #ffffff;
	}
	
td.tabformgrigio {
	font-size: 0.9em; 
	vertical-align:middle; 
	text-align:right; 
	background: #ebebeb;
	}
	
td.tabformbiancosmall {
	font-size: 0.75em; 
	vertical-align:middle; 
	background: #ffffff;
}

.documenti{
	display: inline-block;
	width: 100%;
}
.documenti p{
	background-color: #1e2556;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	margin: 0 !important;
	border-radius: 3px 3px 0 0;
}
.documenti ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	border: 2px solid #1e2556;
	border-radius: 0 0 3px 3px;
}
.documenti ul li a{
	display: inline-block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	padding: 7px 10px;
	border-bottom: 1px solid #ebebeb;
	background-color: #ffffff;
}
.documenti ul li a.green{
	background-color: #dbfed3;
}
.documenti ul li a i{
	color: #1e2556;
	margin-right: 10px;
}



.text-right{
  text-align: right !important;
}

.text-left{
  text-align: left !important;
}
.pull-right {
  float: right!important;
}
.pull-left {
  float: left!important;
}

.body-loader{
  position: absolute;
  z-index: 9;
  top:0;
  left: 0;
  display: none;
  width: 100%;
  height: 771px;
  background-color: rgba(255,255,255,0.7);
}
.body-loader p{
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  color:#000000;
  text-align: center;
  margin-top: 290px;
}

@media (min-width: 576px) {
  .body-loader{
    height: 800px;
  }
  .body-loader p{
    font-size: 22px;
    margin-top: 320px;
  }
}

@media (min-width: 768px) {
  .body-loader{
    height: 806px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 348px;
  }
}

@media (min-width: 992px) {
  .body-loader{
    height: 744px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 312px;
  }
}

@media (min-width: 1200px) {
  .body-loader{
    height: 746px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 312px;
  }
}

@media (min-width: 1400px) {
  .body-loader{
    height: 730px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 312px;
  }
}

.atom-spinner, .atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  margin: 250px auto;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #1e2556;
  font-size: calc(120px * 0.24);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: calc(120px / 25);
  border-top-width: calc(120px / 25);
  border-left-color: #1e2556;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}

#request-error{
  position: relative !important;
  top: 6px !important;
  z-index: 9;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #cccccc !important;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fb8301 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1e2556 !important;
}


.slide{
	display: none;
}
.slide.active{
	display: inline-block;
	width: 100%;
}
#step1,
#step2,
#step3{
	padding: 0 !important;
}

#randomBlog{
  min-height: 530px;
  max-height: 1700px;
}

#img-slide-home{
  width: 100%;
}
.section-home{
  margin-top:80px;
  min-height: 600px;
}
@media (min-width: 576px) {
  #img-slide-home{
    height: 157px;
  }
  .section-home{
    margin-top:80px;
  }
}

@media (min-width: 768px) {
  #img-slide-home{
    height: 214px;
  }
  .section-home{
    margin-top:80px;
  }
}

@media (min-width: 992px) {
  #img-slide-home{
    height: 286px;
  }
  .section-home{
    margin-top:0;
  }
}

@media (min-width: 1200px) {
  #img-slide-home{
    height: 340px;
  }
  .section-home{
    margin-top:0;
  }

}

@media (min-width: 1400px) {
  #img-slide-home{
    height: 400px;
  }
  
  .section-home{
    margin-top:0;
  }
}
.accordion-faq:not(.collapsed) {
  color: #1e2556 !important;
  background-color: #e9ecff !important;
  box-shadow: none !important;
}







.text-offerte h2,.text-offerte h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600
}

.text-offerte h2 {
    font-size: 26px
}

.text-offerte h3 {
    font-size: 22px
}

.text-offerte p {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc
}

.text-offerte ul {
    padding-left: 20px
}

.text-offerte ul li {
    list-style: circle
}

.table-offerte {
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px
}

.table-offerte .mess-head {
    display: none;
    background-color: #0a113d;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 3px 3px 0 0
}

.table-offerte .row-g,.table-offerte .row-b {
    color: #222;
    font-size: 16px
}

.table-offerte .row-b {
    background-color: #fff
}

.table-offerte .row-g {
    background-color: #ebebeb
}

.table-offerte .title-row {
    background-color: #283374;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #5e69aa
}

.table-offerte .visible-xs {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0
}

.table-offerte .title-row .visible-xs {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.table-offerte .row-b div,.table-offerte .row-g div {
    min-height: 30px
}

.table-offerte p {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #ccc;
    text-align: left
}

@media (min-width: 544px) {
    .table-offerte .mess-head {
        display:flex;
        background-color: #0a113d;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        padding: 10px 0;
        font-size: 14px;
        border-radius: 3px 3px 0 0
    }

    .table-offerte .row-b div,.table-offerte .row-g div {
        min-height: 30px
    }

    .table-offerte .title-row {
        padding: 10px 0
    }

    .table-offerte p {
        margin-top: 10px;
        margin-bottom: 0;
        border-bottom: none;
        text-align: center
    }
}

@media (min-width: 768px) {
    .table-offerte .row-b div,.table-offerte .row-g div {
        min-height:70px
    }

    .table-offerte .title-row {
        padding: 25px 0 0 0
    }

    .table-offerte p {
        margin-top: 22px;
        margin-bottom: 0;
        border-bottom: none;
        text-align: center
    }
}

@media (min-width: 992px) {
    .table-offerte .row-b div,.table-offerte .row-g div {
        min-height:70px
    }

    .table-offerte .title-row {
        padding: 25px 0 0 0
    }

    .table-offerte p {
        margin-top: 22px;
        margin-bottom: 0;
        border-bottom: none;
        text-align: center
    }
}

@media (min-width: 1200px) {
    .table-offerte .row-b div,.table-offerte .row-g div {
        min-height:70px
    }

    .table-offerte .title-row {
        padding: 25px 0 0 0
    }

    .table-offerte p {
        margin-top: 24px;
        margin-bottom: 0;
        border-bottom: none;
        text-align: center
    }
}

.btn-tab-offerte {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff !important;
    margin: 10px auto 15px auto;
    background-color: #f38900;
    border: 2px solid #f38900;
    border-bottom: 2px solid #c46e00
}

.btn-tab-offerte:hover,.btn-tab-offerte:focus {
    text-decoration: none;
    background-color: #c46e00;
    border: 2px solid #c46e00;
    border-bottom: 2px solid #c46e00
}

.offerte {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #fff
}

.offerte:hover {
    box-shadow: 0 0 30px #999
}

.b-bronze,.b-silver,.b-gold {
    display: inline-block;
    width: 100%;
    border: 2px solid #ccc
}

.title-offerte {
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.3),0 3px 1px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
    letter-spacing: 5px;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.b-bronze .title-offerte {
    background: #a75b10;
    background: -moz-linear-gradient(-45deg,#a75b10 0%,#f3aa60 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#a75b10),color-stop(100%,#f3aa60));
    background: -webkit-linear-gradient(-45deg,#a75b10 0%,#f3aa60 100%);
    background: -o-linear-gradient(-45deg,#a75b10 0%,#f3aa60 100%);
    background: -ms-linear-gradient(-45deg,#a75b10 0%,#f3aa60 100%);
    background: linear-gradient(135deg,#a75b10 0%,#f3aa60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b10',endColorstr='#f3aa60',GradientType=1 )
}

.b-silver .title-offerte {
    background: #999;
    background: -moz-linear-gradient(-45deg,#999 0%,#ccc 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#999),color-stop(100%,#ccc));
    background: -webkit-linear-gradient(-45deg,#999 0%,#ccc 100%);
    background: -o-linear-gradient(-45deg,#999 0%,#ccc 100%);
    background: -ms-linear-gradient(-45deg,#999 0%,#ccc 100%);
    background: linear-gradient(135deg,#999 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999',endColorstr='#ccc',GradientType=1 )
}

.b-gold .title-offerte {
    background: #d4af37;
    background: -moz-linear-gradient(-45deg,#d4af37 0%,#ffe58e 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#d4af37),color-stop(100%,#ffe58e));
    background: -webkit-linear-gradient(-45deg,#d4af37 0%,#ffe58e 100%);
    background: -o-linear-gradient(-45deg,#d4af37 0%,#ffe58e 100%);
    background: -ms-linear-gradient(-45deg,#d4af37 0%,#ffe58e 100%);
    background: linear-gradient(135deg,#d4af37 0%,#ffe58e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37',endColorstr='#ffe58e',GradientType=1 )
}

.b-bronze .p-mese,.b-silver .p-mese,.b-gold .p-mese {
    text-align: center !important;
    display: inline-block;
    width: 100%;
    padding: 0;
    line-height: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    letter-spacing: -2px;
    font-style: italic;
    font-weight: bold;
    border: none;
    background-color: #fff
}

.b-bronze .p-mese .glyphicon,.b-silver .p-mese .glyphicon,.b-gold .p-mese .glyphicon {
    font-size: 18px
}

.b-bronze .p-mese .t-small,.b-silver .p-mese .t-small,.b-gold .p-mese .t-small {
    font-size: 16px;
    font-weight: 100;
    color: #999;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 0
}

.b-bronze .p-mese {
    color: #a75b10
}

.b-silver .p-mese {
    color: #444
}

.b-gold .p-mese {
    color: #d4af37
}

.btn-att {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    margin: 10px auto 15px auto
}

.b-bronze .btn-att {
    background-color: #CD7F32;
    border: 1px solid #CD7F32;
    border-bottom: 2px solid #A75B10
}

.b-bronze .btn-att:hover,.b-bronze .btn-att:focus,.b-bronze .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #A75B10;
    border: 1px solid #A75B10;
    border-bottom: 2px solid #A75B10
}

.b-silver .btn-att {
    background-color: #999;
    border: 1px solid #999;
    border-bottom: 2px solid #666;
    color: #fff;
    text-decoration: none;
    font-weight: bold
}

.b-silver .btn-att:hover,.b-silver .btn-att:focus,.b-silver .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #666;
    border: 1px solid #666;
    border-bottom: 2px solid #666
}

.b-gold .btn-att {
    background-color: #d4af37;
    border: 1px solid #d4af37;
    border-bottom: 2px solid #AE8913;
    color: #fff;
    text-decoration: none;
    font-weight: bold
}

.b-gold .btn-att:hover,.b-gold .btn-att:focus,.b-gold .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #AE8913;
    border: 1px solid #AE8913;
    border-bottom: 2px solid #AE8913
}

.b-bronze:hover {
    border: 2px solid #a75b10
}

.b-silver:hover {
    border: 2px solid #999
}

.b-gold:hover {
    border: 2px solid #d4af37
}

.offerte-gnr {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #fff
}

.offerte-gnr:hover {
    box-shadow: 0 0 30px #999
}

.offerte-gnr h3 {
    float: left;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.3),0 3px 1px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
    letter-spacing: 5px;
    margin-top: 0 !important;
    margin-bottom: 10px
}

.offerte-gnr p {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc
}

.offerte-gnr p a {
    font-weight: bold;
    color: #666;
    font-size: 14px
}

.gnr-10 h3 {
    background-color: #ab47bc
}

.gnr-100 h3 {
    background-color: #8e24aa
}

.gnr-1000 h3 {
    background-color: #6a1b9a
}

.gnr-10,.gnr-100,.gnr-1000 {
    border: 2px solid #ccc
}

.gnr-10:hover {
    border: 2px solid #9c27b0
}

.gnr-100:hover {
    border: 2px solid #7b1fa2
}

.gnr-1000:hover {
    border: 2px solid #4a148c
}

.gnr-10 .btn-att,.gnr-100 .btn-att,.gnr-1000 .btn-att {
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    margin: 15px auto 15px auto
}

.gnr-10 .btn-att {
    background-color: #ab47bc;
    border: 1px solid #ab47bc;
    border-bottom: 2px solid #9c27b0
}

.gnr-10 .btn-att:hover,.gnr-10 .btn-att:focus,.gnr-10 .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #9c27b0;
    border: 1px solid #9c27b0;
    border-bottom: 2px solid #9c27b0
}

.gnr-100 .btn-att {
    background-color: #8e24aa;
    border: 1px solid #8e24aa;
    border-bottom: 2px solid #7b1fa2
}

.gnr-100 .btn-att:hover,.gnr-100 .btn-att:focus,.gnr-100 .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #7b1fa2;
    border: 1px solid #7b1fa2;
    border-bottom: 2px solid #7b1fa2
}

.gnr-1000 .btn-att {
    background-color: #6a1b9a;
    border: 1px solid #6a1b9a;
    border-bottom: 2px solid #4a148c
}

.gnr-1000 .btn-att:hover,.gnr-1000 .btn-att:focus,.gnr-1000 .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #4a148c;
    border: 1px solid #4a148c;
    border-bottom: 2px solid #4a148c
}

.offerta-base {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 3px 3px 8px rgba(0,0,0,.1);
    border: 2px solid #ccc
}

.offerta-base:hover {
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
    border: 2px solid #f38900
}

.offerta-base h3 {
    float: left;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.3),0 3px 1px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
    letter-spacing: 5px;
    margin-top: 0 !important;
    margin-bottom: 10px;
    background-color: #283374
}

.offerta-base p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    text-align: center
}

.offerta-base .btn-att {
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    margin: 15px auto 10px auto;
    background-color: #f58a00;
    border: 1px solid #f58a00;
    border-bottom: 2px solid #c97201
}

.offerta-base .btn-att:hover,.offerta-base .btn-att:focus,.offerta-base .btn-att:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #c97201;
    border: 1px solid #c97201;
    border-bottom: 2px solid #bc6a00
}

.offerta-base .btn-att {
    margin: 0 auto 15px auto
}

@media (min-width: 768px) {
    .offerte-gnr h3 {
        float:left;
        display: inline-block;
        width: 100%;
        color: #fff;
        padding: 22px 15px;
        font-weight: bold;
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0,0,0,.1),0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.3),0 3px 1px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
        letter-spacing: 5px;
        margin-top: 0 !important;
        margin-bottom: 0
    }

    .offerte-gnr p {
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .offerta-base h3 {
        padding: 70px 15px;
        margin-bottom: 0;
        line-height: 35px
    }

    .offerta-base p {
        margin-top: 3px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 8px
    }

    .offerta-base .btn-att {
        margin: 50px auto 0 auto
    }
}

@media (min-width: 992px) {
    .offerta-base p {
        margin-top:5px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 5px
    }

    .offerta-base .btn-att {
        margin: 38px auto 0 auto
    }
}

@media (min-width: 1200px) {
    .offerta-base p {
        margin-top:5px;
        margin-bottom: 4px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 5px
    }

    .offerta-base .btn-att {
        margin: 38px auto 0 auto
    }
}

.ribbon {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #4285F4;
    background-color: #4285F4;
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #0d47a1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0d47a1
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0d47a1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0d47a1
}
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0,0,0,.1);
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    transition: .5s;
    margin-bottom: 10px
}

.team .member .pic {
    overflow: hidden;
    width: 90px;
    border-radius: 50%
}

.team .member .pic img {
    transition: ease-in-out .3s;
    max-width: 90px
}

.team .member:hover {
    transform: translateY(-10px)
}

.team .member .member-info {
    padding: 35px 9px
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #283374
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500
}

.team .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #283374;
    bottom: 0;
    left: 0
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px
}

#step2Form .nav-tabs{
  border-bottom: none !important;
}
#step2Form .nav-tabs .nav-item button.active {
  background-color: #fff;
  color: #283373;
  border: 1px solid #192259;
  border-bottom: 1px solid #ffffff;
}
#step2Form .nav-tabs .nav-item {
  display: inline-block;
  width: 50%
}

#step2Form .nav-tabs .nav-item button {
  text-decoration: none;
  display: block;
  background: #ebebeb;
  color: #ccc;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  border: 1px solid #192259;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

.tab-pane {
  padding: 15px;
  border: 1px solid #283373;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px
}

.text-justify{
  text-align: justify;
}
.select2-container--bootstrap-5 .select2-selection--single {
  padding: .375rem .75rem .375rem .75rem !important;
  background-position: right .75rem center !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  line-height: 2.2 !important;
}

.text-supporto h2,
.text-supporto h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.text-supporto h2{
    font-size: 26px;
}

.text-supporto h3{
    font-size: 22px;
	margin-top: 0;
}

.text-supporto ul{
    padding-left: 0;
    margin-bottom: 15px;
}

.text-supporto ul li{
    list-style: none;
    line-height: 24px;
}

.sub-title-supporto{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-style: italic;
    background-color: #f38900;
    padding: 1px 9px;
}

.h3-conf{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #273176;
    font-style: italic;
    border-bottom: 2px dashed #ebebeb;
    
}

.h4-conf{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.img-conf{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-bottom:15px;
}

.img-conf img{
    margin: 0 auto;
}

.text-supporto .list-disc{
    list-style: circle;
    list-style-type: disc;
    margin-left: 25px; 
}

.text-supporto .list-disc li{
    list-style: circle;
    list-style-type: disc;
}