body {
  font-family: 'Open Sans', sans-serif !important;
}
header {
  z-index: 2000;
  width: 100%;
  margin-top:10px;
  background: #fff;
  border-bottom: 1px solid #9f9f9f;
}
header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
header #navbarSupportedContent .navbar-nav .nav-item .active {
  color: #1B1B1B;
}

header #navbarSupportedContent .navbar-nav .nav-item {
    float: left;
    padding-right: 3rem;
    position: relative;
    text-align: left;
}

header #navbarSupportedContent .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #5e717d;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover {
    color:#002B84;
    text-decoration: none !important;
}


.navbar-toggler {
  background: #fff;
}




/*
header #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover {
    color: #1B1B1B;
}
*/

header #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

.dropdown-menu {
    border-radius:0;
}

.dropdown-item {
    font-weight: bold;
    font-size: 12px;
}


#tendenza {
  margin-top: 20px;
  border: 1px solid #cccccc;
  padding: 15px;
}
#tendenza span {
  display: block;
  background: #ababab;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  font-size: 12px;
}
#tendenza a {
  color: #1B1B1B;
  text-decoration: none;
}
#tendenza a:hover {
  text-decoration: underline;
}
.responsive-news {
  margin-top: 18px;
}
.responsive-news .box-news-home {
  display: block;
  min-height: 400px;
  height: 100%;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  padding-top: 315px;
  background-position: center;
}
.responsive-news .box-news-home div {
  padding: 10px;
  width: 100%;
  height: 110px;
  box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.8) inset;
}
.responsive-news .box-news-home div h3 {
  font-size: 20px !important;
}
.responsive-news .box-news-home div small {
  font-size: 12px;
}
.note-testo {
  color: #1B1B1B;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
.note-testo:hover {
  color: #fff;
}
#banner-top,
#banner-center,
#banner-bottom {
  margin-top: 30px;
}
.banner {
  clear:both;
  padding-top:10px;
  padding-bottom:10px;
}
.prev {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}
.next {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.prev,
.next {
  background: #ababab;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
  color: #a19283;;
  border: 1px solid #ababab;
  transition: all linear 0.2s;
}
.prev:hover,
.next:hover {
  border: 1px solid #1B1B1B;
  background: #1B1B1B;
  color: #ababab;
}
.titolo-sezione {
  font-size: 42px;
}
.area-articoli {
    background: #fff;
}
.area-articoli .card {
  border:1px solid #ccc;
  margin-top: 20px;
  border-radius: 0;
}
.area-articoli .card a {
  text-decoration: none;
  opacity: 1;
}
.area-articoli .card a .card-title {
  color: #1B1B1B;
}

.area-articoli .card a small,
.area-articoli .card a p {
  color: #666666;
  font-size:12px;
}
.area-articoli .card a {
  transition: all linear 0.2s;
}

.area-articoli .card a:hover p, .area-articoli .card a:hover h5, .area-articoli .card a:hover small {
  opacity: 0.75;
}

.area-articoli .social-button {
  margin-bottom: 6px;
  border-radius: 0;
}
.area-centrale-news {
  margin-bottom: 20px;
}
.area-centrale-news .box-news-home {
  display: block;
  min-height: 340px !important;
  height: 100%;
  background-image: url("../img/testDue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  padding-top: 250px;
  margin: 10px;
  box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.4) inset;
}
.area-centrale-news .box-news-home div {
  padding: 10px;
  width: 100%;
}
.area-articoli-bottom {
  margin-top: 30px;
}
.area-articoli-bottom .card {
  border: 0;
}
.area-articoli-bottom .card .card-body {
  padding: 0;
}
.area-articoli-bottom .card .card-title {
  margin-top: 10px;
  font-size:13px;
}
.area-articoli-bottom .card small {
  font-size:12px;
  color: #666666;
  font-family: 'Gloock', serif;
}
.area-articoli-bottom .card h4.card-title {
  font-size: 22px;
  margin-bottom:0;
}

.area-articoli-bottom a {
  padding: 10px;
  text-decoration: none;
  color: #1B1B1B;
  display: block;
  height: 100%;
}
footer {
    background: #ececec;
}
footer .social-button {
  margin-bottom: 16px;
  border-radius: 0;
}
footer aside {
  color: #1b1b1b;
    padding-top:5px;
    padding-bottom:5px;
}
footer aside a {
  color: #1b1b1b;
}
footer aside a:hover {
    color: #1b1b1b;
    text-decoration: underline;
}
.social-bar-footer ul li a i {
    color:#212529 !important;
}

footer h2 {
  font-size: 16px;
  color: #1b1b1b;
}
.box-footer {
  padding-top: 10px;
  padding-bottom: 4px;
  color: #1b1b1b;
}
.box-footer p {
    font-size:12px;
    margin-bottom: 0;
}
.box-footer a {
  color: #ababab;
  text-decoration: none;
}
aside a:hover {
  color: #fff;
  text-decoration: none;
}
#cover-articolo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 600px;
  box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 400px 400px 400px 400px rgba(0, 0, 0, 0.4) inset;
}
#cover-articolo .data-cerca {
  color: #fff;
  text-decoration: none;
}
#cover-articolo .data-cerca:hover {
  text-decoration: underline;
}
#cover-articolo .breadcrumb {
  padding-top: 35px;
  font-size: 14px;
}
#cover-articolo .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
#cover-articolo .breadcrumb li {
  color: #fff;
  text-decoration: none;
  font-family: 'Gloock', serif;
}
#cover-articolo .breadcrumb li:before {
  color: #fff !important;
  font-family: 'Gloock', serif;
}
#cover-articolo span {
  background: #1B1B1B;
}
#cover-articolo span a {
  margin: 6px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
#cover-articolo small {
  color: #fff;
}
#cover-articolo h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
#cover-articolo .head-title-article {
  z-index: 1000;
  position: absolute;
  bottom: 10px;
  width: 76%;
}
#cover-articolo .head-title-article .arrow-down {
  color: #fff;
  font-size: 40px;
}
#testo-articolo .social-bar small {
  font-size: 14px;
}
#testo-articolo .social-bar a {
  color: #ababab;
}
#testo-articolo .size-large,
#testo-articolo .size-medium,
#testo-articolo .size-small,
#testo-articolo .size-full {
  display: block;
  margin: 10px auto;
}
#testo-articolo .lista-articoli-recenti li {
  border-bottom: 1px solid #999999;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#testo-articolo .lista-articoli-recenti li a {
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 14px;
  color: #666666;
}
#testo-articolo .no-br-space {
  display: block;
  text-align: center;
}
#testo-articolo .no-br-space strong {
  display: block;
}
#testo-articolo .tags-page span {
  font-size: 10px;
  color: #fff;
  background: #1B1B1B;
  padding: 4px;
}
#testo-articolo .tags-page a {
  display: block;
  font-size: 10px;
  color: #1B1B1B;
  border: 1px solid #cccccc;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 4px;
}
#testo-articolo .tags-page a:hover {
  color: #fff;
  border: 1px solid #1B1B1B;
  background: #1B1B1B;
}
#testo-articolo .articoli-cursore {
  font-size: 12px;
  color: #808080;
}
#testo-articolo .text-right {
  text-align: right;
}
#testo-articolo .articoli-indicatori {
  display: block;
  text-decoration: none;
  color: #1B1B1B;
}
#testo-articolo .articoli-indicatori:hover {
  color: #808080;
}
#testo-articolo .card {
  margin-top: 10px;
  border-radius: 0;

}
#testo-articolo .card a {
  text-decoration: none;
  opacity: 1;
}
#testo-articolo .card a .card-title {
  color: #1B1B1B;
}
#testo-articolo .card a small,
#testo-articolo .card a p {
  color: #666666;
}
#testo-articolo .card a:hover {
  opacity: 0.5;
}
#testo-articolo img {
  max-width: 100%;
}
#testo-articolo a {
  color: #ababab;
}
#categoria .card-title {
  font-size: 16px !important;
}
.area-articoli .card a .card-title {
  font-size: 16px !important;
}
.area-centrale-news .box-news-home div h3 {
  font-size: 16px !important;
}
.area-articoli-bottom .card .card-title {
  margin-top: 0;
  padding-top: 0;
}
#categoria .card {
  margin-top: 20px;
  border-radius: 0;

}
#categoria .card a {
  text-decoration: none;
  opacity: 1;
}
#categoria .card a .card-title {
  color: #1B1B1B;
}
#categoria .card a small,
#categoria .card a p {
  color: #666666;
  font-size: 12px !important;
}
#categoria .card a:hover {
  opacity: 0.5;
}
#categoria .top-box-category {
  padding: 0;
}
#categoria .top-box-category .card {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
#categoria .top-box-category .card .zoom-background {
  min-height: 300px;
  background-size: 200%;
  background-position: center;
  transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
}
#categoria .top-box-category .card .zoom-background:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  background-size: 230%;
}

.area-centrale-news .box-news-home {
  min-height: 400px;
  background-size: 200%;
  background-position: center;
  transition: transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
}
.area-centrale-news .box-news-home:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  background-size: 230%;
}

.area-centrale-news .slick-slide {
  overflow: hidden;
}

#categoria .top-box-category .card .card-body {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
}
#categoria .top-box-category .card .card-body .box-testo {
  position: absolute;
  bottom: 10px;
}
#categoria .top-box-category .card .card-body .box-testo h5 {
  margin-bottom: 0;
}
#categoria .top-box-category .box-testo {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
#categoria .top-box-category .box-testo h5 {
  margin-bottom: 0;
}
.pagination {
  display: inline-flex;
}
.pagination a {
  color: #1B1B1B;
  border: 1px solid #ababab !important;
}
.pagination span {
  background: #1B1B1B !important;
  border: 1px solid #1B1B1B !important;
  color: #fff !important;
}
.scroll-top {
  opacity: 0;
  display: none !important;
  position: fixed;
  bottom: 90px;
  right: 16px;
  z-index: 99;
  text-align: center;
  outline: none;
  background-color: #ad0c27;
  border: 1px solid #ad0c27;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}
#categoria .breadcrumb {
  font-size: 14px;
  margin-top:20px;
}
#categoria .breadcrumb a {
  color: #1B1B1B;
  text-decoration: none;
}
#categoria .breadcrumb li {
  color: #1B1B1B;
  text-decoration: none;
  text-transform: capitalize;
}
#categoria .breadcrumb li:before {
  color: #1B1B1B !important;
}
.social-mobile {
  display: none;
}
.video-dirette {
  position: fixed;
  bottom: 80px;
  z-index: 5000;
  right: 10px;
  width: 30%;
  margin: 0 auto;
  padding: 20px;
}
.video-dirette iframe {
  width: 100% !important;
  max-height: 300px !important;
}
#close-div {
  text-decoration: none;
  color: #ababab;
  text-align: right;
  display: block;
  font-size: 20px;
}
.mobile-hidden {
  display: block;
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 958px) {
  #cover-articolo h1 {
    font-size: 24px;
  }
  .navbar-brand img {
      width: 120px !important;
      margin-top: 14px;
  }
  #navbarSupportedContent {
    padding-bottom: 20px;
  }
  #navbarSupportedContent .nav-link {
    padding: 10px 10px !important;
  }
  .riga-ricerca input {
    margin-top:15px;
  }
  .riga-ricerca .btn-block {
    width: 100%;
  }
  .dropdown-menu {
    background: #ad0c27;
    border: none;
  }
  .dropdown-menu a {
    color:#fff;
    padding: 10px 40px;
  }
  .extra-content {
    display: block;
    font-size:12px;
  }
  .extra-content a {
    font-size:12px !important;
  }
  .banner-small {
    width: 100% !important;
  }
  .social-mobile {
    color:#fff;
  }
  .pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  #categoria h1 {
    margin-top:20px;
  }
  #testo-articolo .social-bar {
    font-size: 24px;
  }
  .articoli-cursore {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
  }
  .titolo-sezione {
    margin-top: 10px;
  }
  .breadcrumb li:last-child {
    display: none;
  }
  .social-menu-top {
    display: none;
  }
  .social-mobile {
    display: block;
    margin-bottom: 0;
  }
  .video-dirette {
    position: fixed;
    bottom: 10px;
    left: 2px;
    right: 2px;
    z-index: 5000;
    width: 90%;
    padding: 5px;
  }
  .video-dirette iframe {
    width: 100% !important;
    max-height: 260px !important;
  }
  #bottomtop {
    display: none;
  }
  .slick-list {
    margin-bottom: 20px;
  }
  footer .social-button:first-child {
    margin-top:20px;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .mobile-show a {
    color:#1B1B1B;
    text-decoration: none;
  }
  .mobile-show h1 {
    font-size:20px;
  }
  .mobile-show .categoria {
    background:#1B1B1B;
    color:#fff;
    font-size:12px;
  }
  .mobile-show .categoria a {
    color:#fff !important;
    padding:10px;
  }
}
.work-image {
  margin-bottom:20px;
}
#testo-articolo iframe {
  display: block;
  max-width: 100%;
  margin:0 auto;
}

#testo-articolo img {
  display: block;
  max-width: 100%;
  margin:0 auto;
}

.modal-content {
  margin-top:160px;
}

.modal-body img {
  display: block;
  margin:0 auto;
}

#testo-articolo a {
  overflow-wrap: anywhere;
}

.card {
  background: #f5f5f5;
  border:0;
}

.alert-info {
  background: #ad0c27;
  color: #fff;
  border: 0;
}

.note-testo {
    transition: all linear 0.2s;
}

.form-control, .btn {
    border-radius: 0;
    margin-right:0;
}

.btn {
    background: #002b84 !important;
    color: #FDD911;
    border: 1px solid #1B1B1B;
    border-radius: 200px;
}

.btn:hover {
    background: #FDD911 !important;
    color: #002b84;
    border:1px solid #FDD911;
}


.btn-yellow {
    background: #FDD911 !important;
    color: #002b84;
    border: 1px solid #FDD911;
    border-radius: 200px;
    text-decoration: none;
    transition: all linear 0.2s;
    padding:10px 20px;
}

.btn-yellow:hover {
    background: #002b84 !important;
    color: #FDD911 !important;
    border:1px solid #FDD911;
}


.social-bar-footer ul {
    margin-bottom:0;
}

.social-bar-footer ul li {
    margin-left:20px;
    margin-right:20px;
}

.social-bar-footer ul li a i {
    font-size:24px;
    color:#fff;
}

footer aside {
    font-size:12px;
}

footer aside p {
    margin-bottom:0;
}

.no-padding {
    padding:0;
}

#testo-articolo a, #testo-articolo .social-bar a {
    color: #ababab;
}

.extra-content a {
    text-decoration: none;
}

.breadcrumb-item {
    font-size:14px;
}

.breadcrumb-item a {
    text-decoration: none;
}

#testo-articolo a, #testo-articolo .social-bar {
    margin-bottom: 0 !important;
}

#testo-articolo a {
    font-size:16px;
}

#testo-articolo .social-bar a {
    font-size:22px;
}

#testo-articolo .card a small, #testo-articolo .card a p {
    color: #1B1B1B;
}

.modal-content {
    border-radius:0;
    background: #ababab;
}

.top-fixed {
    z-index: 4000;
    position: fixed;
    width: 100%;
    top:0;
    background: #f5f5f5;
    background-image: url("../img/sfondo-menu.png");
}

body {
    padding-top:106px;
}

@media print {

    @page {
        size:210mm 297mm;
        margin: 20px 0;
    }

    body {
        padding-top:0;
    }

    .col-md-8 {
        width:100% !important;
    }

}

@media screen and (max-width: 959px) {

    body {
        padding-top:100px;
    }

    #testo-articolo img {
        height: auto;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #testo-articolo {
        margin-top:20px;
    }

    .social-header {
        text-align: right;
        font-size:26px;
    }

    .social-header li {
        margin-right: 20px !important;
    }

}

.banner-small {
  float: left;
  width: 300px;
  margin-right: 26px;
  clear:left;
}

.banner-small img {
  max-height: 300px;
}

.hide {
  display: none !important;
}

.autore a {
  color:#000 !important;
}

.slick-arrow {
  opacity: 0.4 !important;
}

#search .form-control, #search .btn {
  font-family: inherit !important;
}

#testo-articolo .card a small, #testo-articolo .card a p {
  color: #666666;
  font-size: 12px;
}

#testo-articolo .card a .card-title {
  font-size:16px;
}

.responsive-news .slick-arrow {
    position: absolute;
    border:0;
    display: block;
    background: #AC0C26;
    border-radius:100%;
    width: 54px;
    height: 54px;
}

.responsive-news .slick-prev {
    left: 0;
    top: 40%;
    font-size:0;
    z-index: 10000;
}

.responsive-news .slick-next {
    right: 0;
    top: 40%;
    font-size:0;
}

.responsive-news .slick-prev:before {
    content: "<";
    font-weight: bold;
    font-size: 30px;
}

.responsive-news .slick-next:before {
    content: ">";
    font-weight: bold;
    font-size: 30px;
}

.testo-articolo p img {
  border-color: #ad0c27 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }
    .social-header {
        text-align: right !important;
        font-size:24px;
    }
    .navbar .nav-link {
        padding-left:0 !important;
    }
    .navbar .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left:0;
        height: 6px;
        width: 100px;
        background: #002B84;
        transition: 0.8s transform ease;
        transform: scale3d(0,1,1);
        transform-origin: 0 50%;
    }
    .navbar .nav-link:hover::before{
        transform: scale3d(1,1,1);
    }

}

.social-header a i {
    color:#002B84;
}
.social-header a:hover i {
    color: #6c6c6c;
}

h1,h2,h3,h4,h5,h6,p, ul, ol, dl, dt, dd {
    font-family: "Poppins", sans-serif;
}

.carousel-indicators {
    margin-bottom:0;
}

.carousel-caption {
    left:0;
    bottom:0;
    height: 24vh;
    width: 100% !important;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(180deg, rgba(0, 10, 30, 0.0), rgba(0, 10, 30, 0.4), rgba(0, 10, 30, 0.6) , rgba(0, 10, 30, 0.8), rgba(0, 10, 30, 1));
}

.carousel-caption h5 {
    font-family: "Poppins", sans-serif;
    font-size:60px;
}

#contatori {
    background-image: url("../img/sfondo-menu.png");
}

.navbar-brand {
    font-size:24px;
}

.color-green {
    color: #018d8d;
}

.color-violet {
    color: #872175;
}

.color-yellow {
    color: #dd9400;
}

.color-fidapa {
    color: #002B84 !important;
}

.bg-fidapa {
    background: #002B84;
}

#sezioni-home {
    background: #002B84;
}

#sezioni-home h4 {

}

.one {
    width: 100%;
    height: 40vw;
    overflow: hidden;
    position: relative;
}

.video-background { /* class name used in javascript too */
    width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.crop {
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius:100%;
    background-position: center;
    background-size: cover;
    margin:0 auto;
}

.sezione-box {
    text-decoration: none;
    margin-top:20px;
    opacity: 1;
    transition: linear 0.3s;
}

.sezione-box:hover {
    opacity: 0.4;
}


#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 43, 132, 0.8);
    z-index: 9000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #002b84;
    border-color: #FDD911;
    border-radius:100%;
    opacity: 1;
    padding: 10px 20px;
    font-size: 27px;
}

.area-articoli .card-body, #categoria .card-body {
    min-height: 120px;
}

@media screen and (max-width: 992px) {
  #carousel {
    margin-top: 36px;
  }
  #search input[type="search"] {
    font-size: 30px;
  }
}
/*# sourceMappingURL=generale.css.map */
