@font-face {
 font-family: 'Titillium Web';
 src: url(../fonts/Titillium_Web/TitilliumWeb-Regular.woff2) format('woff2');
  font-style:normal;
}



@font-face {
  font-family: 'Titillium Web';
  src:    url(../fonts/Titillium_Web/TitilliumWeb-BoldItalic.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Titillium Web';
  src:    url(../fonts/Titillium_Web/TitilliumWeb-Italic.woff2) format('woff2');

  font-style: italic;
}

/*@font-face {
  font-family: 'Titillium Web';
  src:    url(../fonts/Titillium_Web/TitilliumWeb-Regular.ttf) format('woff2');
  font-style:normal
}*/

@font-face {
  font-family: 'Titillium Web';
  src:    url(../fonts/Titillium_Web/TitilliumWeb-Bold.woff2) format('woff2');
  font-weight: 700;
  
}


titolifooter {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 8px;
        display: block;
 

}

@media (min-width: 992px){
.mb-lg-50 {
    margin-bottom: 50px!important;
}
}
@media (min-width: 576px){
.cmp-input-search-button.form-group input {
    font-size: 2.2222222222rem;
}
}

@media (max-width: 575px){
.cmp-input-search-button.form-group input {
    font-size: 1.8rem;
}
}

@media (min-width: 992px){
.formricercaris {
    width: 90%;
}
}
@media (max-width: 991px){
.formricercaris {
    width: 70%;
}
}

@media (min-width: 276px){
.cmp-input-search-button.form-group input {
    height: auto;
}
}

.cmp-input-search-button.form-group {
    display: flex;
    align-items: flex-end;
    gap: 1.875rem;
}

.accordion-header .accordion-button {
    border-top: 0 !important;
    padding: 14px 1px;
}
it-hero-text-wrapper{
  font-family: 'Titillium Web';
 color: #333 !important;
    
}

.it-list-wrapper .it-list .list-item span.text {
    /* font-size: 1rem; */
    font-weight:normal;
    display: block;
}

body {
	
	font-family: "Titillium Web" !important;
	

      
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
    fill: #000;
    width: 24px;
    height: 24px;
    margin-left: 16px;
}


.it-header-slim-wrapper {
    background: #ffffff !important;
    color:#333 !important;
 
}

.it-header-navbar-wrapper {
    background: #043359 !important;
}

p {
    
   font-size: 18px !important;
}

.select-wrapper{
    width: 100% !important;
}

.it-hero-wrapper{
 background: #e5e5e5 !important;
    color: #333 !important;
    padding-bottom: 50px;   
} 

.block-hero{
     color: #333 !important; 
}
    
    

.it-footer-main {
    background-color: #043359 !important;
    color: #fff !important;
    font-size: 16px !important;
}
.it-footer-small-prints {
    background-color: #152433 !important;

}

.it-footer-main a, .it-footer-main a:hover:not(.disabled) {
    color: #fff;

    text-decoration: none;
}


.bg-success {
    background-color: #043359 !important;
}

.it-list-wrapper .it-list .list-item {

    border-bottom: 0 !important;
  
}

.it-list-wrapper .it-list .list-item .it-right-zone {
    padding:0 !important;

}

.collapse-div.collapse-background-active .collapse-header [data-toggle=collapse][aria-expanded=true] 
{
    background-color: #043359 !important;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;

}

.btn-success {
    color: #fff;
    background-color: #007a52 !important;
    border-color: #007a52 !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-primary{
      background: #043359 !important;
    color: #fff;  
    border-color: #043359 !important;
}

.dotverde {
  height: 15px;
  width: 15px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}


.it-brand-text{
    color:black;
    
}

.it-header-center-wrapper {
    height: auto !important;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
     color: transparent; 
   
    /* border-top-style: solid; */
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
 border-color: #043359 !important;
        border-style: solid;
        border-left-color: transparent;
        border-left: 0px;
           border-right: 0px;

.collapse-header [data-toggle=collapse][aria-expanded=false] 
{
    color: #325579!important;
}
.collapse-div
{
    border: 1px solid  #325579!important;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

button:focus
{
    outline: none!important;
}
.collapse-header [data-toggle=collapse][aria-expanded=false]:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.collapse-header [data-toggle=collapse]:before {
    content: " \2228";
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    color: #008758;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;

}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
   
}

.labelSearch
{
    width: auto !important;
}

.badge
{
    font-size: 100% !important;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: static !important;
}

table
{
    overflow:hidden;
    
    border-radius: 10px !important;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important;
}
}

@media (min-width:992px) {
.block-hero {
    background: #fbfafa url(../img/hero-bg.2e50a2d9.png) 10% / 50% no-repeat !important;
    position: relative;
}
.block-hero .it-hero-text-wrapper {
    padding-right: 20%;
     color: #333 !important;
}
.block-hero .hero__img-cont {
    padding-right: 0;
    position: absolute;
    inset: 0 0 0 50%;
    overflow: hidden;
}

.block-hero.it-hero-wrapper h1, .block-hero.it-hero-wrapper h2, .block-hero.it-hero-wrapper h3, .block-hero.it-hero-wrapper h4, .block-hero.it-hero-wrapper h5, .block-hero.it-hero-wrapper .h1, .block-hero.it-hero-wrapper .h2, .block-hero.it-hero-wrapper .h3, .block-hero.it-hero-wrapper .h4, .block-hero.it-hero-wrapper .h5, .block-hero.it-hero-wrapper a:not(.btn-primary), .block-hero.it-hero-wrapper p {
    color: #1b3a5a;
}
}

.linkblu  {
    color: #385f86 !important;
    text-decoration: underline;
    background-color: transparent;
}

@media (max-width:991px) {
.block-hero {
    background: #fbfafa url(../img/hero-bg.2e50a2d9.png) 10% / 50% no-repeat !important;
    position: relative;
}
.block-hero .it-hero-text-wrapper {
   
}
.block-hero .hero__img-cont {
    visibility: hidden;
    display: none;
    

}

.block-hero.it-hero-wrapper h1, .block-hero.it-hero-wrapper h2, .block-hero.it-hero-wrapper h3, .block-hero.it-hero-wrapper h4, .block-hero.it-hero-wrapper h5, .block-hero.it-hero-wrapper .h1, .block-hero.it-hero-wrapper .h2, .block-hero.it-hero-wrapper .h3, .block-hero.it-hero-wrapper .h4, .block-hero.it-hero-wrapper .h5, .block-hero.it-hero-wrapper a:not(.btn-primary), .block-hero.it-hero-wrapper p {
    color: #1b3a5a;
}
}

.dettaglispecie{
       float: left;
}


.outer {
    position: relative;
    background: gray;
    width: 100%;
    height: 250px;
}

/*.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: gold;
    overflow: hidden;
    width: 100%;
    height: 150px;
}*/

.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
  
    color: black;
}

.inner img {
    width: auto;
    max-width: 100%;
    max-height: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}

    .fancybox-container .fancybox-bg {
        background-color: rgba(0,0,0,.97);
    }
    
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom-color: #325579 !important;
    color: white;
    cursor: inherit;
    background-color: #385f86;
    margin-left:5px;
     right:5px;
}

.primaimmagineno{
    width: 100%; 
    height: 600px; 
    object-fit: cover; 
    margin-bottom: 10px;
}

.primaimmagine{
width: 100%; 
height: 752px; 
object-fit: cover; 
margin-bottom: 10px;
}



.nav-tabs .nav-link:hover {
color: #4BB286 !important;
border-bottom-color: transparent
}


@media (min-width: 992px){
   .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
     color:black;
     border-bottom: 1px solid #ddd;
    font-size: 1em;
    background: #fefefe;
    font-family: "Roboto";
} 
    
}
