
/* Show it is fixed to the top */
/*body {
  min-height: 75rem !important;
  padding-top: 6.5rem !important;
}
*/

body {
  font-family: 'Poppins', sans-serif !important;
  color: #1D2145 !important;
  opacity: 1 !important;
}

  .first-nav{
    background: white;
}

.second-nav{
    top: 0px;
}

#btn-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.title-gradient{
    background: linear-gradient( rgba(92, 116, 255, 0.2) , rgba(92, 116, 255, 0.2) ) left bottom no-repeat !important;
    background-size: 100% 9px !important;
    background-position: 0px 18px !important;
}

.title-gradient-small{
    background: linear-gradient(rgba(72, 126, 156, 0.2), rgba(72, 126, 156, 0.2)) center bottom no-repeat !important;
    background-size: 100% 2px !important;
    background-position: 0px 22px !important;
}

.img-mini-carousel{
   object-fit: cover !important;
   overflow: hidden !important;
   padding: 0 0 0 0 !important;
   height: 230px !important;
   width : 230px !important;
}
.img-mini-carousel:hover {
  /*outline: 5px solid  #c3c3c3 !important;*/
  /*-webkit-filter: grayscale(20%) blur(1px);*/
	filter: grayscale(20%) blur(1px) !important;
}


.img-mini-footer{
   object-fit: cover !important;
   overflow: hidden !important;
   padding: 0 0 0 0 !important;
   height: 90px !important;
   width : 90px !important;
   /*height: 10vh !important;
   width : 10vw !important;*/
   transition: 1s ease !important;
}
.img-mini-footer:hover {
  /*box-shadow: 0px 0px 5px 5px #5C74FF !important;*/
  /*outline: 5px solid  #c3c3c3 !important;*/
  /*-webkit-filter: grayscale(20%) blur(1px);
	filter: grayscale(20%) blur(1px);
  -webkit-transform: rotateZ(-10deg);*/
  -ms-transform: rotateZ(-10deg) !important;
  transform: rotateZ(-10deg) !important;
  transition: 1s ease !important;
}

.img-post-square{
   object-fit: cover !important;
   overflow: hidden !important;
   padding: 0 0 0 0 !important;
   height: 250px !important;
   width : 250px !important;
   /*transition: all 0.5s ease !important;*/
}
.img-post-square:hover{
  /*box-shadow: 0px 0px 5px 10px #5C74FF !important;*/
  /*outline: 10px solid  #c3c3c3 !important;*/
  /*transform: rotate(-10deg) !important;*/
 -webkit-filter: grayscale(20%) blur(1px) !important;
	filter: grayscale(20%) blur(1px) !important;
}

.list-group-item-categories:hover{
  text-decoration: none !important;
 -webkit-filter: grayscale(20%) blur(1px) !important;
	filter: grayscale(20%) blur(1px) !important;
}

.list-group-item-categories {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}


.card-header-bookmark {
  position:absolute;
  top: 0 !important;
  right: 0 !important;;
  background-color: unset!important;
  border-top: unset!important;
  border: 0!important;
}

.card-footer-custom:last-child {
    border-radius: 0!important;
}

.card-footer-custom {
    padding: 0!important;
    background-color: unset!important;
    border-top: unset!important;
}

.card-img-overlay-custom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.img-post-grid{
   object-fit: cover !important;
   overflow: hidden !important;
   padding: 0 0 0 0 !important;
   height: 320px !important;
   width : 320px !important;
}
.img-post-grid:hover {
  /*outline: 10px solid  #c3c3c3 !important;*/
  -webkit-filter: grayscale(20%) blur(1px);
	filter: grayscale(20%) blur(1px);

}



@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}




body.bg-public {
  background: #f9f9f9 !important;
  /*background-color: #cdcdcd !important;*/
}

#PartnerBar .card{
    min-height: 380px;
}

.card-text-whatdowe{
    min-height: 165px !important;
}

.card-title-whatdowe{
    min-height: 60px !important;
}

[type="number"] {
  text-align: right;
  direction: rtl;
}

#custom-file-input ~ #custom-file-label::after {
    /*content: "+";*/
    content: '\1F4CE';
}

/*INIZIO CSS LOADING*/

.bg_load {
  position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;  /*colore intorno al cerchio*/
}

.load {
    /* Size and position */
	font-size: 25px; /* 1em */
    width: 8em;
	  height: 8em;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;

    /* Styles */
	border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 0.2em dashed rgba(138,189,195,0.5);
    box-shadow:
        inset 0 0 2em rgba(255,255,255,0.3),
        0 0 0 0.7em rgba(255,255,255,0.3);
    animation: rota 3.5s linear infinite;

}


@keyframes rota {
    to { transform: rotate(360deg); }
}

@keyframes loading-1 {
    14.28% { opacity: 0.3; }
}

@keyframes loading-2 {
    28.57% { opacity: 0.3; }
}

@keyframes loading-3 {
    42.86% { opacity: 0.3; }
}

@keyframes loading-4 {
    57.14% { opacity: 0.3; }
}

@keyframes loading-5 {
    71.43% { opacity: 0.3; }
}

@keyframes loading-6 {
    85.71% { opacity: 0.3; }
}

@keyframes loading-7 {
    100% { opacity: 0.3; }
}

/*FINE CSS LOADING*/


.blinking{
    font-weight: 900 !important;
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #9e1e1e;    }
    49%{    color: #9e1e1e; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #9e1e1e;    }
}

.btn-blinking {
  animation: btn-blinking 1s linear infinite;
}

@keyframes btn-blinking {
  50% {
    opacity: 0;
  }
}


.font-custom {
    font-family: 'Poppins', sans-serif !important;
    opacity: 1 !important;
}


.font-roboto {
    font-family: 'Roboto', sans-serif !important;
    /*font-weight: 900;*/
}

.font-work-sans {
    font-family: 'Work Sans', sans-serif !important;
    /*font-weight: 900;*/
}

.font-merriweathe-sans {
    font-family: 'Merriweather Sans', sans-serif !important;
}

.text-card-home-ovale {
  /*text-align: justify- !important;*/
  font-size: 1.2rem !important;
  line-height:1.8rem !important;
  font-weight: 900 !important;
  line-height: 2.5rem !important;
}

.contatti { font-size: 1.4em; }
@media  only screen and (max-width:768px){
  /* For mobile phones: */
    .contatti { font-size: 1.06em !important; }
    h1 { font-size: 2em !important; }
    h2 { font-size: 1.5em !important; }
    h3 { font-size: 1.17em !important; }
    h4 { font-size: 1.12em !important; }
    h5 { font-size: .83em !important; }
    h6 { font-size: .75em !important; }

    .h1 { font-size: 2em !important; }
    .h2 { font-size: 1.5em !important; }
    .h3 { font-size: 1.17em !important; }
    .h4 { font-size: 1.12em !important; }
    .h5 { font-size: .83em !important; }
    .h6 { font-size: .75em !important; }

    .display-1 { font-size: 3em !important; }
    .display-2 { font-size: 2.5em !important; }
    .display-3 { font-size: 2.17em !important; }
    .display-4 { font-size: 2.12em !important; }
    .display-5 { font-size: 1.83em !important; }
    .display-6 { font-size: 1.75em !important; }

    .text-card-home-ovale {
        line-height:1.8rem !important;
        text-align: left !important;
    }
}

.fa-rotate-132 {
    -webkit-transform: rotate(132deg);
    -moz-transform: rotate(132deg);
    -ms-transform: rotate(132deg);
    -o-transform: rotate(132deg);
    transform: rotate(132deg);
}

.phone {
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@keyframes ring {
  0% { transform: rotate(0); }
  5% { transform: rotate(30deg); }
  10% { transform: rotate(-28deg); }
  15% { transform: rotate(34deg); }
  20% { transform: rotate(-32deg); }
  25% { transform: rotate(30deg); }
  30% { transform: rotate(-28deg); }
  35% { transform: rotate(26deg); }
  40% { transform: rotate(-24deg); }
  45% { transform: rotate(22deg); }
  50% { transform: rotate(-20deg); }
  55% { transform: rotate(18deg); }
  60% { transform: rotate(-16deg); }
  65% { transform: rotate(14deg); }
  70% { transform: rotate(-12deg); }
  75% { transform: rotate(10deg); }
  80% { transform: rotate(-8deg); }
  85% { transform: rotate(6deg); }
  90% { transform: rotate(-4deg); }
  95% { transform: rotate(2deg); }
  100% { transform: rotate(-1deg); }
}


.cookie-bar{
  position: fixed;
  bottom:0px;
  padding:15px;
  width: 100%;
  display: none;
  z-index:5000000;
  background-color:#BFBFBF;
}

.border-bandiera {
    border: 0.08em solid #e8e9e9;
}

hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}


hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

hr.hr-text-trasparent {
  position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text-trasparent::before {
    content: attr(data-content);
    display: inline-block;
    background: #E5E5E5;
    font-weight: bold;
    font-size: 1rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.1rem 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.optionGroup {
    font-weight: bold !important;
}

.optionGroupTop {
    padding: 0 0px;
    font-weight: bold !important;
}

.optionGroup1 {
    padding: 0 25px;
    font-weight: bold !important;
}

.optionChild1 {
    padding: 0 25px;
}

.optionGroup2 {
    padding: 0 55px;
    font-weight: bold !important;
}

.optionChild2 {
    padding: 0 55px;
}

.optionChild3 {
    padding: 0 100px;
}





.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}


.btn-link:hover::after{
  color: #5C74FF;
}

.btn-link:hover::after{
    background: #5C74FF;
    border-color: #F85666;
}

a{
    color: #5C74FF;
}


.site-banner .banner-text .category {
    margin-bottom: 15px;
}

.site-banner .banner-text .category a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    background: rgba(92,136,197,0.85);
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px;
}

.text-06 {
  font-size: 0.6rem !important;
  letter-spacing: 0.06rem !important;
  font-style: normal !important;
  font-family: sans-serif !important;
}

.text-08 {
  font-size: 0.8rem !important;
  letter-spacing: 0.06rem !important;
}

.text-10 {
  font-size: 1rem !important;
}

.text-12 {
  font-size: 1.2rem !important;
}

.text-14 {
  font-size: 1.4rem !important;
}

.text-16 {
  font-size: 1.6rem !important;
}

.text-stroke {

  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #F16C20 !important;
   /*   filter: alpha(opacity=80); /* IE */
   /* -moz-opacity: 0.3; /* Mozilla */
   /* opacity: 0.3; /* CSS3 */
   letter-spacing: 1px !important;
}



.breadcrumb-wrapper{
    display:none;
}


.widget-title {
    display: none;
}


#secondary .widget-title:before, .site-footer .widget-title:before {
     content: "";
    background: #fff;
}


.nav-link.image:hover{
  opacity: 0.3;
}

.nav-link:hover{
  opacity: 0.5;
}

.text-menu {
   letter-spacing: 0.08rem;
   font-size: 1.2rem !important;
   font-weight: 300;
}

.listgroup-left{
     font-size: 0.82rem !important;
}

.medium{
   font-size: 0.9rem !important;
}

.text-1-2 {
   font-size: 1.2rem !important;
}

.btn-sml { height: 4vh; } /* change the value according to your need. */



.caption-calendar {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption-calendar img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption-calendar span {
    float: left;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
    height: 90px;
    background: #6d9ecf;
    filter: alpha(opacity=80); /* IE */
    -moz-opacity: 0.8; /* Mozilla */
    opacity: 0.8; /* CSS3 */
    position: absolute;
    left: 0;
    top:0;
    border-radius: 5px 0px 5px 0px ;
}

.caption-calendar span h4,
.caption-calendar span h5,
.caption-calendar span h6 {
    line-height: 0.9 !important;
    color: #1D2145 !important;
}

.caption-img-bottom {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption-img-bottom img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption-img-bottom span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
.caption-img-bottom span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}


.list-group-item-custom-footer {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

#contatti{
  background-color: #FFFFFF;
  letter-spacing: 2px;
  }
#contatti a{
  color: #4D4D4D;
  text-decoration: none;
}

#contatti{
  background-color: #FFFFFF;
  letter-spacing: 2px;
  }
#contatti a{
  color: #4D4D4D;
  text-decoration: none;
}


.text-custom-section-header {
     font-size: 1rem !important;
}

@media (max-width: 575.98px) {
  .text-custom-section-header {
     font-size: 0.8rem !important;
  }


  #contatti{padding-bottom: 800px;}
  #contatti .maps iframe{
    width: 100%;
    height: 450px;
  }
 }


@media (min-width: 576px) {

   #contatti{padding-bottom: 800px;}

   #contatti .maps iframe{
     width: 100%;
     height: 450px;
   }
 }

@media (min-width: 768px) {

  #contatti{padding-bottom: 350px;}

  #contatti .maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {
  #contatti{padding-bottom: 200px;}

   #contatti .maps iframe{
     width: 100%;
     height: 700px;
   }
}

.list-group-item-icon {
  padding: 0 0 0 0;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.list-group-item-icon:hover {
  background-color: #FFFFFF !important;
}

.list-group-item-area:hover {
  background-color: #BFBFBF !important;
}


.list-group-item-area.active:hover {
  background-color: #BFBFBF !important;
  border-color: #BFBFBF !important;
  color: #5C74FF !important;
}

.list-group-item-area.active:hover a {
  color: #5C74FF !important;
}

.list-group-item-area.active {
  background-color: #5C74FF !important;
  border-color: #5C74FF !important;
  color: #FFF !important;
}

.list-group-item-area.active a {
  color: #FFF !important;
}

#author a{
  color: #4D4D4D;
  text-decoration: none;

}
/*--- end contatti ----*/




div #sidebar-wrapper .offcanvas-active{
    position:relative !important;
    overflow:hidden !important;
}

/*
div #sidebar-wrapper-container .offcanvas-active{
    position:relative !important;
    overflow:hidden !important;
}
*/

.offcanvas-header{ display:none; }

@media screen and (max-width: 992px) {

  /*******
  #navbars-nuvolamagazine .nav-item {
    color: #1A1A1A !important;
    padding: 0.8rem;
    border-bottom: 1px dotted #999999;
    font-size: 1.2rem;
  }
  */

  /*.btn-megamenu-custom {
     background-color: #E5E5E5 !important;
   }*/

  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f6f9ff !important;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }

  .list-group .list-group-root {
    background-color: #E5E5E5 !important;
    border: 0px  #E5E5E5 !important;
  }
  div #bg-mobile {
    /*background-color: #E5E5E5 !important;
    border: 0px  #E5E5E5 !important;*/
    background-color: #FFF !important;
    border: 0px  #FFF !important;
  }
}

.content-row {
  min-height:300px;
}

.text-custom {
    color: #5C74FF !important;
}

a.text-custom {
    color: #FFFFFF !important;
}

.bg-custom{
    background-color: #5C74FF !important;
    color: #FFFFFF !important;
}

.text-custom-admin {
    color: #1A1A1A !important;
}

a.text-custom-admin {
    color: #FFFFFF !important;
}

.bg-custom-admin{
    background-color: #1A1A1A !important;
    color: #FFFFFF !important;
}



.bg-grey{
    background-color: #E5E5E5 !important;
}

.bg-grey-light{
    background-color:#F1F1F1 !important;
}

.text-custom-faq {
    color: #1A1A1A !important;
}

a.text-custom-faq {
    color: #FFFFFF !important;
}

.bg-custom-faq{

    left: 0;
    bottom:0;
    opacity:0.8;
    background-image:  url(../../../images/690x400.jpg) !important;
    color: #FFFFFF !important;
    background-size: contain;
}

.bg-custom-header-bar{
    background-color: #5C74FF !important;
    color: #FFFFFF !important;
}


.bg-black{
    background-color: #000 !important;
}


.bg-custom-section-footer{
    background-color: #000 !important;
    color: #5C74FF !important;
}

/*
#bg-section-slider{
    background:url('../../../images/.jpg')  repeat-x scroll top transparent;
    background-position: initial;
    z-index: 10;
    left: 0;
    bottom:0;
    opacity:0.6;
    min-height:150px;
}
*/

.btn-rounded {
  border-radius: 50px;
}

.card-rounded {
  /*border-radius: 10px !important;*/
  border-radius: 0px !important;
}


.bg-custom-footer{
    background-color: #000 !important;
}


/*
.main-content {
  min-height:600px;
}
*/

.cart-buttons span {
  width: 50px;
  text-align: center;
  border: 1px solid;
}

.card-img-top {
    min-height: 256px !important;
    max-height: 256px !important;
    width: auto !important;
}

.jumbotron-img-single {
    height: 300px !important;
    width: auto !important;
}

.cart-img-single {
    max-height: 100px !important;
    width: auto !important;
}

.hidden {
  display: none;
}


/*
#logo-invert {
    filter: invert(70%) !important ;
  }
*/

.not-pointer {
     cursor: pointer;
     pointer-events: none !important;
}


.btn-outline-danger {
  color: #DF0505 !important;
  border-color: #DF0505 !important;
}


/*
 .select-lg.dropdown-menu li > span{
  font-size: 2.8rem !important;
}
*/

/*
.btn-outline-danger:hover {
  color: #FFF !important;
  border-color: #D20404 !important;
}
*/

.text-secondary-light {
  color: #a4b2bf !important;
}

.bg-secondary-light {
  background-color: #cdcdcd !important;
  color: #000000 !important;
}

.btn-secondary-light {
  background-color: #e6e6e6 !important;
  color: #5C74FF !important;
}

.btn-danger-light {
  background-color: #df8181 !important;
  color: #5b0606 !important;
}

.bg-danger-ultra-light {
  background-color: #e3c0c0 !important;
  color: #5b0606 !important;
}

.bg-danger-light {
  background-color: #df8181 !important;
  color: #5b0606 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #DF0505 !important;
  border-color: #D20404 !important;
}


.btn-danger:hover,
.btn-danger a:hover {
  color: #1A1A1A !important;
  background-color: #BFBFBF !important;
  border-color: #7F7F7F !important;
}

.btn-outline-warning {
  color: #F16C20 !important;
  border-color: #EA5F10 !important;
}

.btn-outline-warning:hover {
  color: #F16C20 !important;
  background-color: #E5E5E5 !important;
  border-color: #EA5F10 !important;
}

.bg-warning-ultra-light {
  background-color: #fcf1c9 !important;
  color: #5b3f0d !important;
}

.bg-warning-light {
  background-color: #eec070 !important;
  color: #5b3f0d !important;
}

.btn-warning-light {
  background-color: #eec070 !important;
  color: #5b3f0d !important;
}

.border-warning-light {
  border-color: #eec070 !important;
}

.btn-warning {
  color: #fff !important;
  background-color: #F16C20 !important;
  border-color: #EA5F10 !important;
}


.btn-warning:hover,
.btn-warning a:hover {
  color: #1A1A1A !important;
  background-color: #BFBFBF !important;
  border-color: #7F7F7F !important;
}

.btn-outline-warning-disabled {
  color:#000000 !important;
}

.select-default {
  color: #000000 !important;
  border-color: #000 !important;
}

.select-default option {
  background:#000 !important;
  color:#fff !important;

}


/*
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover { color: #000000 !important; }
*/

/*
.select-text-white {
   color: #FFFFFF !important;
}
*/
/*
.select-bg-white,
.select-bg-white option {
    background-color: #FFFFFF !important;;
    color: #000000 !important;
}
*/

/*
.select-white {
  background-color: #FFFFFF !important;
  color:#000000 !important;
}
*/

.bg-success-ultra-light {
  background-color: #ddf0d2 !important;
  color: #173713 !important;
}

.bg-success-light {
  background-color: #c1dfb0 !important;
  color: #173713 !important;
}

.btn-success-light {
  background-color: #c1dfb0 !important;
  color: #173713 !important;
}

.border-success-light {
  border-color: #93c179 !important;
}

.border-secondary-light {
  border-color: #cdcdcd !important;
}


.bg-primary-light {
  background-color: #6d9ecf !important;
  color: #ffffff !important;
}

hr.hr-primary-dashed {
  border-top: 1px dashed #1D2145 !important;
}

.bg-primary {
  background-color: #5C74FF !important;
}

.text-primary {
  color: #5C74FF !important;
}

.btn-outline-primary {
  color: #5C74FF !important;
  border-color: #0052A5 !important;
}

.bg-outline-primary {
  border-color: #0053A7 !important;
  background-color: #7ca8d4 !important;
  color: #fff !important;
}


.bg-primary-dark {
  background-color: #1D2145 !important;
}

.text-primary-dark {
  color: #1D2145 !important;
}

.btn-outline-primary-dark {
  color: #1D2145 !important;
  border-color: #1D2145 !important;
}



.btn-primary-custom {
  color: #fff !important;
  background-color: #0074E9 !important;
  border-color: #0053A7 !important;
}

.btn-primary-custom:hover,
.btn-primary-custom a:hover {
    background-color: #0052A5 !important;
}


.btn-outline-primary:hover,
.btn-outline-primary:hover {
  background-color: #0052A5 !important;
  color: #fff !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #5C74FF !important;
  border-color: #0052A5 !important;
}

.btn-primary:hover,
.btn-primary a:hover {
  background-color: #0052A5 !important;
  color: #fff !important;
}

.btn-outline-primary-disabled {
  color:#000000 !important;
}

.border-primary {
    border-color: #5C74FF !important;
}

.text-primary {
    color: #5C74FF !important;
}


.disabled {
    pointer-events: none;
    cursor: default;
}

.navbar-custom-public {
    /*background-color: #FFFFFF !important;*/
    /*border-bottom: 1px solid #1A1A1A !important;*/
    font-size: 0.9rem !important;
    /*letter-spacing: 0.04rem;*/
    font-weight: bold;
}

/* change the brand and text color */
.navbar-custom-public .navbar-brand,
.navbar-custom-public .navbar-text {
    color: #1A1A1A !important;
}
/* change the link color */
.navbar-custom-public .navbar-nav .nav-link {
    color: #1A1A1A !important;
}
/* change the color of active or hovered links */
.navbar-custom-public .nav-item.active .nav-link,
.navbar-custom-public .nav-item:hover .nav-link {
    color: #4D4D4D !important;
}



/*
.navbar-toggler{
    background-color: #F4F4F4 !important;
    border: 1px solid #1A1A1A !important;
    border-radius: 0;
    color: #1A1A1A !important;
    height: 37px;
}
*/

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}


.navbar-toggler-icon.line{
    background-color: #047FF7 !important;
    color: #fff !important;
}



.btn.btn-custom-menu-mobile:hover {
    background-color: #5C74FF !important;
    color: #FFF !important;
}

.btn.btn-custom-menu-mobile {
    background-color: #005DBA !important;
    color: #FFF !important;
}

/*
.navbar-toggler:hover {
    background-color: #047FF7 !important;
}
*/

.cart-smartphone {
  color: #4D4D4D !important;
}

.cart-smartphone:hover{
  color: #1A1A1A !important;
}

.btn.btn-filter{
  padding: 8px !important;
  height: 38px;
  width: 38px;
  background-color: #fff !important;
  color: #1A1A1A !important;
  border: 1px solid #1A1A1A !important;
}


.btn.btn-filter:hover{
  padding: 8px !important;
  height: 38px;
  width: 38px;
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border: 1px solid #1A1A1A !important;
}

.navbar-toggler.btn-filter{
  background-color: #FFFFFF !important;
  color: #1A1A1A !important;
  border: 1px solid #1A1A1A !important;
  padding: 8px !important;
}

.navbar-toggler.btn-filter:hover{
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border: 1px solid #1A1A1A !important;
  padding: 8px !important;
}


/*
@media screen and (max-width: 768px) and (min-width: 0px) {
  .desktop-only {
       display: none;
   }
}
*/

@media screen and (min-width: 992px)  {
  .mobile-only {
       display: none;
   }
}


@media (min-width: 1200px) {
    .abs-center-x {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        letter-spacing: 0.08rem;
        min-width: 125px !important;
    }
}

@media (max-width: 1254px) {
    .home-hide{
        display: none !important;
    }
}

.nav-item.nav-link.active {
    color: #5C74FF !important;
}

@media screen and (max-width: 992px) {
    .desktop-only {
       display: none;
    }
    #navbars-nuvolamagazine {
      /*background-color: #cdcdcd !important;*/
      background-color: #FFF !important;
    }

    #navbars-nuvolamagazine .nav-item{
      color: #5C74FF !important;
      padding: 0.8rem !important;
      border-bottom: 1px dotted #999999;
    }

    #navbars-nuvolamagazine .nav-item{
      color: #5C74FF !important;
      padding: 0.8rem !important;
      border-bottom: 1px dotted #999999;
    }

    #navbars-nuvolamagazine .nav-item-collapse{
      color: #5C74FF !important;
      padding-top: 0.8rem !important;
      letter-spacing: 0.08rem !important;
      padding-left: 0.4rem !important;
      font-weight: bold !important;

    }

    .home-hide{
        display: block !important;
    }
}

.abs-center-x{
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.1rem;
    padding-left: 0.4rem  !important;
    font-size: 1.1rem !important;
}

.btn-navbar-custom {
  width: 135px !important;
  font-size: 1.2rem !important;
}

.text-navbar-custom {
  font-size: 1.2rem !important;
}

.fa-navbar-custom {
  font-size: 1.4rem !important;
}



/*
@media(max-width:1024px){
  #nav-item-custom li{
      padding-right: 0rem !important;
    }
  .img-logo-screen{
    max-width: 150px !important;
  }
  .fa-custom {
    font-size: 1rem !important;
  }
  .btn-screen{
    font-size: 0.8rem !important;
  }
  .big-screen {
    display: none;
  }

}
*/
/*
@media(max-width:1336px){
  #nav-item-custom li{
      padding-right: 0rem !important;
    }
  .img-logo-screen{
    max-width: 200px !important;
  }
  .fa-custom {
    font-size: 1.2rem !important;
  }
  .btn-screen{
    font-size: 1rem !important;
  }
  .big-screen {
    display: none;
  }

}
*/





@media(min-width:768px){
  .cart-smartphone{
        display: none;
  }
  .footer-bottom {
    /*tolto per ora
    position: fixed !important;*/
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index:1030 !important;
    text-align: center !important;


  }
}

@media(max-width:768px){
  .cart-desktop{
    display: none;
  }
  .footer-bottom {
    text-align: left !important;
  }
  .list-group-item {
    float: left;
    margin: 0px;
    padding: 0px;
  }
}

/* INIZIO COLORE SOCIAL*/
.btn-custom-social {
  color: #30373d;
  background-color: #65dbde;
  border-color: #30373d;
}
/* FINE COLORE SOCIAL*/

.section.dark{
  background-color: #182b57;
}

.section.ovale{
  background-color: #0b6cd2;
}

.card.ovale{
  background-color: #1e88e5;
}

.card-h-rounded {
  border-radius: 15px !important;
}
.interlinea {
  line-height:2.0rem !important;
}
.container-servizi{
        max-width: 1700px;
    }
/*RECAPCHA*/
.grecaptcha-badge {
opacity: 0;
}

* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}


/*INIZIO CAROSELLO PARTNER*/

/*
@media (max-width: 600px) {


}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(100.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-100.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}
*/
/*FINE CAROSELLO PARTNER*/



@media (min-width: 768px) {
  #collapsePubblicaUtilit.collapse.dont-collapse-sm {
    display: block;
    height: 32rem !important;
    visibility: visible;
  }
  #modulePubblicaUtilita #collapsePubblicaUtilita.collapse:not(.show) {
    display: block;
    max-height: 10rem;
    overflow: hidden;
  }
}




#modulePubblicaUtilita {
  font-size: 1rem;
  line-height: 1.5;
}

/*
#modulePubblicaUtilita #collapsePubblicaUtilita.collapse:not(.show) {
  display: block;
  height: 20rem;
  overflow: hidden;
}
*/

#modulePubblicaUtilita #collapsePubblicaUtilita.collapsing {
  min-height: 40rem !important;
}

#modulePubblicaUtilita a.collapsed::after {
  content: '+ Continua a leggere';
}

#modulePubblicaUtilita a:not(.collapsed)::after {
  content: '- Nascondi';
}
