body {
    font-family: 'Jost';
}
body.home, body.any {
    font-size: 1.15vw;
}
#afterheadercnt {
    background: white url("../images/bg_honeycomb.png") no-repeat fixed left top;
    font-size: 1rem;
}
body.home #afterheadercnt{
    background-image: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
input.justforenter {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}
div.vcenter {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
i#sfdb.fa-magnifying-glass {
    font-size: 150%;
    margin-left: -2em;
}
li.nav-item i#sfdb.fa-magnifying-glass{
    margin-left: 0;
    color: #253680;
}
/* transition */
#top_banner_carousel.carousel .carousel-item img {
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
/* start status */
#top_banner_carousel.carousel .carousel-item img,
#top_banner_carousel.carousel .carousel-item.active.inactiveUntilOnLoad img {
/*
  -webkit-transform: scale(1.1) rotate(12deg);
  -moz-transform: scale(1.1) rotate(12deg);
  -o-transform: scale(1.1) rotate(12deg);
  -ms-transform: scale(1.1) rotate(12deg);
  transform: scale(1.1) rotate(12deg);
 */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* end status */
#top_banner_carousel.carousel .carousel-item.active img {
/*
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
 */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#top_banner_carousel.carousel .carousel-item {
    transition: transform 3.6s ease-in-out;
    max-height: 489px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_banner_carousel.carousel.carousel-fade .active.carousel-item-start,
#top_banner_carousel.carousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 3.6s;
}
img.max_h_200 {
    max-height: 200px;
    max-width
}
img.max_h_300 {
    max-height: 300px;
}

.idx_toprow_carousel .carousel-control-next,
.idx_toprow_carousel .carousel-control-prev, .idx_toprow_carousel.carousel-indicators {
/*    filter: invert(100%);*/
}
.idx_toprow_carousel .carousel-control-next,
.idx_toprow_carousel .carousel-control-prev {
/*
    bottom: unset;
    top: 19em;
    opacity: 1;

 */
/*    display: none;*/
    height: 100%;
    max-height: 300px;
    background-color: rgba(192,192,192, 0.5);
}
.carousel-control-prev {
/*    left: -15%;*/
}
.carousel-control-next {
/*    right: -15%;*/
}

.idx_toprow_carousel .carousel-inner {
/*
    width: 70%;
    margin-left: 15%;
 */
/*    height: 30em;*/
}

.idx_toprow_carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23253680'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.idx_toprow_carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23253680'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.idx_toprow_carousel .carousel-control-prev-icon,
.idx_toprow_carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-size: cover;
}
/* Disclaimer */
.disclaimer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1000;
}
.disclaimer {
    width: 100%;
    padding: 5%;
    min-height: 400px;
    position: absolute;
    z-index: 1001;
    /*top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;*/
    background: #fff;
}
.disclaimer-text {
    height: 200px;
    overflow-y: scroll;
    margin: 20px 0;
    text-transform: none;
}
.disclaimer .cta{
    border: 0;

    background: rgba(37,54,128,1);
    background: -moz-linear-gradient(left, rgba(37,54,128,1) 0%, rgba(37,54,128,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,54,128,1)), color-stop(100%, rgba(37,54,128,1)));
    background: -webkit-linear-gradient(left, rgba(37,54,128,1) 0%, rgba(37,54,128,1) 100%);
    background: -o-linear-gradient(left, rgba(37,54,128,1) 0%, rgba(37,54,128,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,54,128,1) 0%, rgba(37,54,128,1) 100%);
    background: linear-gradient(to right, rgba(37,54,128,1) 0%, rgba(37,54,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0020CD', endColorstr='#0020CD', GradientType=1 );
}
.disclaimer .no-cta{
    background: none;
    border: 0;
    color: #777;
    font-size: 18px;
    padding: 12px 30px;
}

#footer {
    background-color: #253680;
    color: white;
    position: relative;
    padding-bottom: 0.5em;
    font-family: "Montserrat";
    font-size: 1rem;
    margin-top: 6rem;
}
#footer:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

/*
    width: 98%;
    height: 92%;
    margin-top: 0.5%;
 */

    background-image: url("../images/agrande.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 10%;
}
#footer.auto:after {
    background-size: auto;

}
#footer.p30:after {
    background-size: 30%;

}
#footer.p26:after {
    background-size: 26%;

}
#footer.p25:after {
    background-size: 25%;

}
#footer.p24:after {
    background-size: 24%;

}
#footer.p20:after {
    background-size: 20%;

}
#footer.p15:after {
    background-size: 15%;

}
body #topmenubar {
    font-size: 0.80em;
}
#pageheaderscnt {
    font-size: 1rem;
}
body #pageheaderscnt #topmenubar a,
body #pageheaderscnt #topmenubar a:hover,
body #pageheaderscnt #topmenubar a:visited,
body #pageheaderscnt #topmenubar a.visited,
.bianco_conf, a.bianco_conf, a.bianco_conf:hover, a.bianco_conf:visited, a.bianco_conf.hover, a.bianco_conf.visited
{
/*    color: white;*/
}
.bianco_conf, a.bianco_conf, a.bianco_conf:hover, a.bianco_conf:visited, a.bianco_conf.hover, a.bianco_conf.visited {
    color: white;
}
a.bianco_conf:hover, a.bianco_conf.hover {
    color: white;
    text-shadow: 1px 1px rgba(256, 256, 256, 0.4);
}

body #pageheaderscnt #topmenubar a:hover {
/*
    color: white;
    background-color: #253680;
    padding: 0.25em 1em;

 */
}

.impresa_valore {
font-size: 3.25em;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.5em;
}
.scegli_futuro {
    font-size: 1.5em;
    font-weight: 400;
    line-height: normal;
}
.cos_impresa {
    color: white;
    top: 7em;
    z-index: 1000;
/*
    left: 10em;
    width: auto;

 */
}
.cos_scopri {
    display: inline-block;
    top: 0;
    text-transform: uppercase;
/*    font-weight: 500;*/
    font-size: 2em;
/*    border: 0.15em solid white;*/
/*    padding: 0.35em 1em;*/
    margin-top: 1.75em;
}
.idx_top_carousel {
    max-height: 47em;
    margin-bottom: 4em;
}
.idx_btmcategoriecnt .elementocategoria {
    height: auto;
    max-height: 550px;
    background-size: cover !important;
    background-color: #c0c0c0 !important;
    color: white;
    text-align: center;
    background-blend-mode: multiply;
    background-position: center center
}
.idx_btmcategoriecnt .elementocategoria h3{
    font-size: 3em;
    margin: 1em 0 0.75em;
    font-weight: 500;
}
.idx_btmcategoriecnt .elementocategoria .testo-btmpad{
    font-size: 1.1em;
    margin: 0 33%;
}
.idx_btmcategoriecnt .elementocategoria .testo-toppad{
    font-size: 2em;
    margin: 2.5em;
}
.idx_btmcategoriecnt .elementocategoria .testo-toppad a, .cos_scopri a, .idx_btmcarouselcnt .btmcarouselinner1 .btmcii .testo-toppad a {
    margin: 2.5em;
    padding: 0.15em 1em;
    border: 0.15em solid;
    font-size: 0.5em;
    font-weight: bold;
}
.idx_btmcategoriecnt .elementocategoria .testo-toppad a:hover, .cos_scopri a:hover, .idx_btmcarouselcnt .btmcarouselinner1 .btmcii .testo-toppad a:hover{
    border: none;
}
.idx_btmcategoriecnt .elementocategoria .testo-toppad a, .cos_scopri a{
    color: white;
/*
    margin: 2.5em;
    padding: 0.15em 1em;
    border: 0.15em solid;
    font-size: 0.65em;
    font-weight: 400;

*/
}
.idx_btmcategoriecnt .elementocategoria .testo-toppad a:hover, .cos_scopri a:hover {
    background-color: white;
    color: #253680;
}
.idx_btmcarouselcnt .btmcarouselinner1 .btmcii .testo-toppad a:hover {
    color: white;
    background-color: #253680;

}
.cos_scopri a {
    margin-left: 0;
}
.idx_btmcarouselcnt .btmcarouselinner1 .btmcii .testo-btmpad{
    font-size: 1.1em;
    margin: 1em;
}
.idx_btmcarouselcnt .btmcarouselinner1 .btmcii .testo-toppad{
    font-size: 2em;
    margin: 0;
    padding-top: 0;
}
.idx_btmcarouselcnt .btmcarouselinner1 .btmcii .testo-toppad a{
    color: #253680;
/*
    margin: 2.5em;
    padding: 0.15em 1em;
    border: 0.15em solid;
    font-size: 0.55em;
    font-weight: bold;
*/
}
/*
.azzurro_conf, a.azzurro_conf, a.azzurro_conf:hover, a.azzurro_conf:visited,
 body.home #pageheaderscnt #topmenubar a, body.home #pageheaderscnt #topmenubar a.visited, body.home #pageheaderscnt #topmenubar a:hover, body.home #pageheaderscnt #topmenubar a:visited{
    color: #253680;
}
 body.home #pageheaderscnt #topmenubar a:hover {
    padding: 0.25em 0.75em !important;
    margin: 1.5em 0;
    color: white;
    background-color: #253680;
 }

 */
.azzurro_conf, a.azzurro_conf, a.azzurro_conf:hover, a.azzurro_conf:visited,
 body #pageheaderscnt #topmenubar a, body #pageheaderscnt #topmenubar a.visited, body #pageheaderscnt #topmenubar a:hover, body #pageheaderscnt #topmenubar a:visited{
    color: #253680;
}
a.azzurro_conf:hover, a:hover .azzurro_conf {
    color: #253680;
    text-shadow: 1px 1px rgba(37, 54, 96, 0.4);
}
body #pageheaderscnt #topmenubar a {
    transition: all 0.5s ease-out;
}
 body #pageheaderscnt #topmenubar a:hover {
/*
    padding: 0.25em 0.75em !important;
    margin: 1.5em 0;

 */
    color: white;
    background-color: #253680;
 }

a.azzurro_conf, a.bianco_conf {
    text-decoration: none;
}
a.azzurro_conf:hover, a.bianco_conf:hover {
    text-decoration: none;
    border: none;
}
a.azzurro_conf:visited, a.bianco_conf:visited {
    text-decoration: none;
}
#pageheaderscnt {
    padding-top: 1em;
}
.bg_azzurro_conf, #pageheaderscnt {
    background-color: #253680;
}
body.home #pageheaderscnt, body #pageheaderscnt {
    background-color: white;
}
input.srctxt {
    width: 98%;
    background-color: white;
    border-radius: 1rem;
    border: 0;
}
li.nav-item input.srctxt {
    width: auto;
}
body.home #pageheaderscnt input.srctxt {
    background-color: #dcdcdc;
}
body #pageheaderscnt #navbarResponsive {
    margin-bottom: 0;
/*    border-top: 1px solid white;*/
/*    border-bottom: 1px solid #253680;*/
    margin-top: 0.5em;
/*
    -webkit-text-stroke-width: 1.25px;
    letter-spacing: 0.11em;

 */
}
body.home #pageheaderscnt #navbarResponsive {
/*    border-top: 1px solid #253680;*/
    margin-bottom: 0.5em;
}
#pageheaderscnt i.fa-brands {
    color: white;
}
body.home #pageheaderscnt i.fa-brands {
    color: #253680;
}
.footer_reg_addr i.fa-brands {
    font-size:1em;
}
.costruttori {
    width: 75%;
    margin-left: 2%;
    top: 0;
    color: #253680;
    background-image: url('../images/bg1.png');
    background-position: 100% 0;
    padding: 2em;
    text-align: right;
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 2em;
}
.valart {
    padding: 1.5em 3em 0;
    font-weight: bold;
    font-size: 2.25em;
}
.idx_topcarouselcnt h3, .idx_btmcarouselcnt h3,
.idx_topcarouselcnt h4, .idx_btmcarouselcnt h4,
.text-start h3
{
/*    padding-left: 15%;*/
    margin-top: 2em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75em;
}
.idx_topcarouselcnt h4, .idx_btmcarouselcnt h4, .text-start h3 {
    font-size: 1.45em;
    text-transform: none;
    margin-bottom: 1em;
    margin-top: 0.25em;
    font-weight: 600;
}
.text-start h3 {
    color: #253680;
    padding: 0.5em 0;
    font-size: 1.5em;
}
.text-start div {
    font-size:1em;
}
a .text-start {
    color: rgb(33, 37, 41)
}
.idx_topcarouselcnt, .middleline, .bottomline, .bottomline-dx, .bottomline-sx {
    background-image: none;
}
.idx_toprow_inner {
    width: 88%;
    margin: 0 0 8em;
}
.idx_toprow_inner h3 {
    margin: 0;
}
.top-padding-5 {
    padding-top: 5em;
}
.forbtmalign {
    position: relative;
    height: auto;
}
.forbtmalign .scopribtm {
    position: relative;
    bottom: 2rem;
}
.rel100 {
    position: relative;
    height: 100%;
}
.withbtmborder:last-of-type .bottomline, .withbtmborder:last-of-type .bottomline-sx, .withbtmborder:last-of-type .bottomline-dx, .withbtmborderds .bottomline-sx:last-of-type, .withbtmborderds .bottomline-dx:last-of-type {
    background-image: none;
}

.idx_btmcarouselcnt {
/*    background-color: rgba(213,213,213,0.50);*/
}
.idx_btmcarouselcnt div.testo {
/*    padding-left: 15%;*/
    margin-top: 2em;
}
.idx_btmcarouselcnt div.testo-btmpad {
    padding-bottom: 2em;
    margin-bottom: 0;
}
.idx_btmcarouselcnt div.testo-toppad {
    padding-top: 2em;
    margin-top: 0;
}
.rgt-border {
   border-right: 1px solid rgba(0,0,0,0.25);
}
.lft-border {
   border-left: 1px solid rgba(0,0,0,0.25);
}
.btm-border {
   border-bottom: 1px solid rgba(0,0,0,0.25);
}
.top-border {
   border-top: 1px solid rgba(0,0,0,0.25);
}
.rgt-border-azzurro {
   border-right: 0.1em solid #253680;
}
.lft-border-azzurro {
   border-left: 0.1em solid #253680;
}
.btm-border-azzurro {
   border-bottom: 0.1em solid #253680;
}
.top-border-azzurro {
   border-top: 0.1em solid #253680;
}
.btmcii {
    width: 95%;
    margin: auto;
}
.no-x-gutter {
    --bs-gutter-x: 0;
}
.btmpadded {
    padding: 2em 5%;
}
.btmpaddedbase {
    padding: 2em 0;
}
.btmpaddedbase-1 {
    padding-bottom: 1em;
}
.address-box {
    padding-top: 3em;
    font-size: 0.5rem;
}
.text275 {
    font-size: 2.75rem;
}
.footer_reg_addr {
    font-size: 1.65em;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
/*    right: 9%;*/
}
.footer_prov_addr {
    font-size: 1.75em;
    margin-bottom: 2rem;
}
.footer_prov_addr .prov {
    text-transform: uppercase;
    font-weight: bold;
}
.idxseditxtcnt {
    font-size: 1.25em;
    margin: 0;
    max-width: 55%;
}
h3.idxsediintro {
    font-size: 4em;
    margin-left: 25%;
}
.logo {
    margin-bottom: 2rem;
}
.footer_reg_addr .logo {
    text-align: center;
}
.logo img {
    max-height: 5em;
}
.footer_reg_addr .logo img {
    max-height: 90px;
    text-align: center;
}
.idx_topcarouselcnt h4 {
/*
    font-size: 90%;
    margin-bottom: 1em;

 */
}
.idx_topcarouselcnt .datadoc {
    font-size: 90%;
    margin: 1em 0;
}
.btmcarouselinner1 {
    margin-bottom: 2em;
    text-align: center;
}
.btmcarouselinner1 h3 {
    text-transform: none;
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
/*    height: 2em;*/
}
.btmcarouselinner1 .testo-btmpad {
    font-size: 2em;
    color: dimgray;
}
.top-padding-2 {
    padding-top: 2em;
}
.left-border {
    border: 1px solid rgba(0,0,0,0.25);
    border-top: 0;
    border-bottom: 0;
    border-rigth: 0;
}
.right-border {
    border: 1px solid rgba(0,0,0,0.25);
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.bottom-border {
    border: 1px solid rgba(0,0,0,0.25);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.top-80 {
    top: 80%!important;
}
 #map {
   width: 100%;
    height: 600px;
    background-color: grey;
}
 .padded-x-4 {
     padding-right: 4rem;
     padding-left: 4rem;
 }
 dl.sedi dt {
     display: inline-block;
     font-weight: normal;
 }
 dl.sedi dd {
     display: inline;
 }
 dl.sedi dd:after {
     content: ' ';
     display: block;
 }
 .alto100percento {
     height: 100%;
 }
 .outerenti {
    width: 70%;
    margin: 0 auto;
    text-align: center;
 }
 .outerenti1 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
 }
 .innerenti {

 }
 .outerenti img, .outerenti1 img {
     max-height: 75px;
     height: 60px;
     width: auto !important;
     margin: 2em auto;
 }
 .cprycnt {
/*    font-size: 125%;*/
/*    margin-bottom: 2em;*/
    margin-bottom: 0;
    font-weight: 100;
 }
 .text-justified {
     text-align: justify!important;
 }
 #mainNav .fw-bold {
     font-weight: 800!important;
 }
 .togglesearch {
     display: none;
     width: 75%!important;
 }
 #mainNav {
     margin-top: 2em;
 }
 #maintopCnt {
     position: relative;
/*     margin-bottom: 4.5em;*/
     margin-bottom: 2em;
 }
.idx_toprow_carousel {
    text-align: left;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    content: "› ";
}
.testo_sx_immagine_pp {
    font-size: 1.15em;
    line-height: 2em;
    width: 60%;
    margin: auto;
}
.rgt_img_cnt {
    display: flex;
    align-items: center;
}
@media (min-width: 576px) {
    .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
}
@media (min-width: 768px) {
/*
    .idx_topcarouselcnt {
        background: transparent url('../images/black_dot.png') no-repeat 50% 50%;
        background-size: 1px 70%;
    }

*/
    .middleline {
        background: transparent url('../images/black_dot.png') no-repeat 50% 50%;
        background-size: 1px 85%;
    }
    .bottomline {
        background: transparent url('../images/black_dot.png') no-repeat 50% 50%;
        background-size: 1px;
    }
    .bottomline-sx {
        background: transparent url('../images/black_dot.png') no-repeat 0 100%;
        background-size: 70% 1px;
    }
    .bottomline-dx {
        background: transparent url('../images/black_dot.png') no-repeat 100% 100%;
        background-size: 70% 1px;
    }
    .sistema {
        padding: 2em 4em;
    }
    .percento90 {
        width: 90%;
        margin: 0 5%;
    }
    .pad4-rgt, .pad4-lft {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .pad4-rgt {
        padding-right: 4em;
    }
    .pad4-lft {
        padding-left: 4em;
    }


}
.footer_reg_addr .social .youtube {
    margin-right: 1em;
}
.footer_reg_addr .social .facebook {
    margin-right: 1em;
    margin-top: 1em;
}
#extempbtmcnt.idx_btmcarouselcnt {
    padding-bottom: 2em;
}
#extempbtmcnt.idx_btmcarouselcnt div.testo-btmpad  {
    padding-bottom: 0;
}
#extenticnt.idx_btmcarouselcnt {
    padding-top: 5em;
    padding-bottom: 5em;
}
.idx_toprow_inner.fkclmndestra {
    margin: 0 0 8em auto;
}
.idx_toprow_carousel .carimgcnt img.w-100 {
    width: auto!important;
    max-width: 100%!important;
}
.idx_toprow_carousel .carimgcnt img.max_h_300 {
    max-height: 500px;
    height: 100%;
}
.idx_toprow_carousel .carimgcnt {
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-inviewport="from-left"] {
/*
    transition: all 1s ease-in-out;
    margin-left: -100%!important;

 */
}
[data-inviewport="from-left"].is-inViewport {
    margin-left: 0!important;
}
[data-inviewport="from-right"] {
/*
    transition: all 1s ease-in-out;
    margin-right: -100%!important;

 */
}
[data-inviewport="from-right"].is-inViewport {
    margin-right: 0!important;
}

[data-inviewport="from-top"] {
/*
    transition: all 1s ease-in-out;
    position: relative;
    top: -100em!important;
 */
}
[data-inviewport="from-top"].is-inViewport {
    top: 0!important;
}
[data-inviewport="from-bottom"] {
/*
    transition: all 1s ease-in-out;
    position: relative;
    bottom: -100em!important;
 */
}
[data-inviewport="from-bottom"].is-inViewport {
    bottom: 0!important;
}
[data-inviewport="dissolvenza"] {
/*
    transition: all 1s ease-in-out;
    opacity: 0%;

 */
}
[data-inviewport="dissolvenza"].is-inViewport {
    opacity: 100%;
}
div:has(> [data-inviewport]) {
    overflow:hidden;
    max-height: 620px;
}
div:has(> [data-inviewport].is-inViewport) {
    overflow:visible;
}
.imgcntcover {
    object-fit: cover;
}
.carousel-fade {
    position: relative;
}

.carousel-indicators {
/*    top: 300px;*/
    top: 0;
    height: auto;
    bottom: auto;
    color: black;
    z-index: 1000;
    background-color: rgba(32, 32,32 , 0.2);
    width: 100%;
    margin: 0;
    position: relative;
    /*    display: none;*/
}

.idx_topcarouselcnt .carousel-indicators {
    top: 0;
    height: auto;
    bottom: auto;
    color: white;
    z-index: 1000;
    background-color: rgba(255, 255, 255 , 0.2);
    width: 100%;
    margin: 0;
    position: relative;
    display: none;
}
.idx_topcarouselcnt .carousel-indicators [data-bs-target]
{
    background-color: rgba(255, 255, 255 , 0.2);
}
.carousel .carousel-control, .carousel-fade .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control, .carousel-fade:hover .carousel-control { visibility: visible; }
.carousel:hover .carousel-control, .carousel-fade:hover .carousel-control { visibility: visible; }

.idx_topcarouselcnt .carousel-control-prev, .idx_topcarouselcnt .carousel-control-next{
/*    top: 5%;*/
    width: 7.5%;
}
#idx_btmcarousel_carousel .carousel-inner .carousel-item.active,
#idx_btmcarousel_carousel .carousel-inner .carousel-item-next,
#idx_btmcarousel_carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#idx_btmcarousel_carousel .carousel-inner .carousel-item-end.active,
#idx_btmcarousel_carousel .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

#idx_btmcarousel_carousel .carousel-inner .carousel-item-start.active,
#idx_btmcarousel_carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
#idx_btmcarousel_carousel .carousel-inner .carousel-item-end,
#idx_btmcarousel_carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

div#idx_btmcarousel_carousel .carousel-inner img {
/*    max-height: 50%;*/
    max-height: 45px;
    margin: 0 auto;
}

.carousel-indicators [data-bs-target] {
    background-color: #253680;
    opacity: .3;
}

#seguiytbtm {
    background-color: red;
    border-radius: 3em;
    width: 3em;
    height: 3em;
    text-decoration: none;
}
a#seguifbbtm {
    color: white;
}
#seguifbbtm i.fa-facebook{
    font-size: 2.25em;
    margin-left:0.35em;
}
body #topmenubar .dropdown-menu {
    --bs-dropdown-font-size: 1em;
}

#statica_cms table, #statica_cms table td, #statica_cms table th {
    border: 1px solid #253680;
    padding: 0.25em 1em;
}
#statica_cms table a, #statica_cms table td a, #statica_cms table th a {
    color: #253680;
    text-decoration: none;
}
#statica_cms table a:hover, #statica_cms table a:hover {
    color: #253680;
    text-shadow: 1px 1px rgba(37, 54, 96, 0.4);
}

#statica_cms h5, #gruppodoc_txttop h5, #statica_cms h4, #gruppodoc_txttop h4, #statica_cms h3, #gruppodoc_txttop h3 {
    color: #253680;
}
#statica_cms table thead tr th{
    color: white;
    background-color: #253680;
}
.rgt_img_center {
    margin: auto;
}
#accordionGruppiCategoria .accordion-item {
    border: none;
    margin-bottom: 2em;
}
#accordionGruppiCategoria .accordion-button {
    background-color: white;
    border-left: none;
    border-right: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: initial;
    box-shadow: none;
}
#accordionGruppiCategoria .accordion-button:not(.collapsed), #accordionGruppiCategoria .accordion-button.collapsed {
    background-color: white;

}

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (max-width: 768px) {
    .headerbannerrealcnt {
        display: flex;
        align-items: center;
    }
    #pageheaderscnt {
        font-size: 0.75rem;
    }
    #afterheadercnt {
        font-size: 0.75rem;
     }
    body #topmenubar .dropdown-menu
    {
        --bs-dropdown-font-size: 1em;
        font-size: 0.70em;
    }
    .cos_impresa {
/*        top: 4em;*/
        font-size: 0.6em;
        top: auto;
        margin-bottom: 7em;
        transition: all 5s ease-in-out;
//        transform: scale3d(0.909,0.909,0.909);
        transform: scale3d(1,1,1);
    }
    .cos_scopri {
        margin-top: 0.5em;
    }
    .idx_toprow_inner, .idx_toprow_inner.fkclmndestra {
        width: 100%;
        margin: 0 auto 8em;
        text-align: center;
    }
    .idx_toprow_carousel {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .text-start {
        text-align: center!important;
    }
    .idx_btmcategoriecnt .elementocategoria .testo-btmpad {
        font-size: 1.1em;
        margin: 0 1em;
    }
    .rgt-border-azzurro {
        border-right: none;
    }

    .idx_btmcategoriecnt .elementocategoria .testo-toppad {
        font-size: 1.5em;
        margin: 1.5em;
    }
    .btmcarouselinner1 {
        font-size: 0.75em;
    }
    .footer_reg_addr {
        text-align: center;
    }
    .address-box {
        padding-top: 3em;
        font-size: 0.4rem;
    }
    .tel {
        margin-top: 1em;
    }

    .footer_reg_addr .social {
        margin-top: 1em;
    }
    .footer_reg_addr .social .youtube {
        margin-right: 0;
        text-align: center;
    }
    .footer_reg_addr .social .facebook {
        margin-right: 0;
        margin-top: 0;
        text-align: center;
    }
    .footer_reg_addr .social .youtube a, .footer_reg_addr .social .facebook a {
        margin: 0 auto;
    }

    [data-inviewport="from-left"] {
        transition: all 1s ease-in-out;
        margin-left: -100%!important;
    }
    [data-inviewport="from-left"].is-inViewport {
        margin-left: 0!important;
    }
    [data-inviewport="from-left"].cos_impresa {
        margin-left: 5%!important;
        transition: all 5s ease-in-out;
    }
    [data-inviewport="from-left"].cos_impresa.is-inViewport {
        margin-left: 5%!important;
        transform: scale3d(1,1,1);
    }
    [data-inviewport="from-right"] {
        transition: all 1s ease-in-out;
        margin-right: -100%!important;
    }
    [data-inviewport="from-right"].is-inViewport {
        margin-right: 0!important;
    }

    [data-inviewport="from-top"] {
        transition: all 1s ease-in-out;
        position: relative;
        top: -100em!important;
    }
    [data-inviewport="from-top"].is-inViewport {
        top: 0!important;
    }
    [data-inviewport="from-bottom"] {
        transition: all 1s ease-in-out;
        position: relative;
        bottom: -100em!important;
    }
    [data-inviewport="from-bottom"].is-inViewport {
        bottom: 0!important;
    }
    [data-inviewport="dissolvenza"] {
        transition: all 1s ease-in-out;
        opacity: 0%;
    }
    [data-inviewport="dissolvenza"].is-inViewport {
        opacity: 100%;
    }

    .carousel .carousel-control, .carousel-fade .carousel-control { visibility: visible; }

    #idx_btmcarousel_carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #idx_btmcarousel_carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
