

body { 
  /*font-family: Poppins; */
  font-family: 'Roboto', sans-serif;
  color: #4D4D4D;
  min-height: 1000px;
}

#pagedettaglio{
 overflow: auto;
 color: #464646; 
}

.btn{
  background-color:#28B4E4;
  color: white; 
}

.navbar-brand {
  white-space: normal;
}

.bgc-a { background-color: #28B4E4; }

/*.container {
padding-left:0px;
padding-right:0px; 
}*/

.card {text-align: left;}      

.flex-center{display: flex;align-items: center;}

.pad-container{
  padding-left:130px;
  padding-right:130px;  
}


.txtcenter {text-align: center;}
.txtleft { text-align: left;}

.pulsante{
  border: solid 1px white;
  border-bottom: solid 1px white;
  border-top: solid 0px ;
  height: 220px;
} 


.submenu_detail {
  background-color: #efefef;
}
.submenu_detail a {
  text-decoration: none;
}
.submenu_detail a:hover {
  text-decoration: underline;
}


.content_p .immagine_cover {
  display: block;
  /*width: 100%;*/
  height: 100%;
  object-fit: cover;
  /*object-position: 0px 0px;*/
}


#divmenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.imgbackground {
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: top;
  height:250px;  
}


.google-maps {
  position: relative;
  padding-bottom: 0px;
  height: 300px;
  overflow: hidden;
}

.google-maps > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 300px !important;
}  


.divmenu2 span {
  margin-left: 5px;
  font-weight: bold;
}

.soluzioni.card-img-top-250 {
    max-height: 225px;
    overflow:hidden;
}

/* smoother transitions */
.soluzioni.carousel-inner>.carousel-item.next.left,
.soluzioni.carousel-inner>.carousel-item.prev.right,{
    transition: all 1s ease;
}

.soluzioni
{ height: 400px; }

.soluzioni img {
  display: block;
  /*width: 100%;*/
 /* height: 100%;*/
  object-fit: cover;
  object-position: top;
}

.banner_home_carousel
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.hr_testata{
    font-size: 26px ;
    white-space: wrap;
}

.logo_titolo{width: 380px;margin-top: 15px;}

.
@media (max-width: 576px) {.logo{width: 100%}}



a:visited { color: #28B4E4; }

.dropdown-item {color: #28B4E4;}
a{ color: #28B4E4; }
a:hover, a:active { color: #28B4E4; }
a {text-decoration: underline;}

 a:hover.remove-decoration, a.remove-decoration {text-decoration: none;}

.header_page{
  background-color: #efefef;
  min-height: 80px;
  text-align: left;
}




.dettaglionews img {
    display: block;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin: auto;
}


.content_foto{
  height: 350px; 
}


#riganews img {
  display: block;
  width: 100%;
  object-fit: cover;
}


/* --  ////////////// @Media //////////////  -- */ 


/* min width 720 */
@media (min-width: 720px){
  .banner_home_carousel .carousel-item { height: 600px; border: solid 0px red; }
  .content_p {
        margin: auto; 
        height: 200px;
       /* width: 250px;    */
  }
  .imgbackground_2 {
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    height:250px;  
  }
}

/* min width 1200  */
@media (min-width: 1200px){
  .content_foto{height: 600px; }
  .container { max-width: 1140px;}
  .divmenu2 {line-height: 80px;text-align: right;line-height: 100px; }
  .divmenu2 span{margin-left: 20px;}
  

}

@media (min-width: 1600px){
.container-fluid {
      padding-left:160px;
      padding-right:160px; 
    }
}

/* max width 451  */
@media (max-width: 451px){
  .logo_titolo{width: 150px;margin-top: 0px;}
  .content_foto{height: 250px; }
  .hr_testata{
      font-size: 12px !important;
      white-space: wrap;
  }
}

/* max width 700  */
@media (max-width: 700px){
  #riganews h4, a {
    font-size: 0.9rem;
  }
  .banner_home_carousel .carousel-item { 
    height: 300px; 
    border: solid 0px red; 
  }
  .content_p {
        margin: auto; 
        height: 100px;
       /* width: 250px;    */
  }
  .imgbackground_2 {
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    height:150px;  
  }

  #pagedettaglio img{
    width:  100% !important;
    height: 100% !important;
  }
}

/*  max width 990 */
@media (max-width: 990px){
  .logo{width: 50px;}
  .logo_titolo{margin-top: 0px;}
  .navbar{padding: .5rem .1rem;}
  .navbar-brand {margin-right: .2rem;}
  .navbar-nav {
    /*border-top: solid .5px; margin-top: 5px;
    border-bottom: solid .5px; margin-bottom:  5px;*/
  }
}



/*  width 800/1025 */
@media screen and (min-width: 800px) and (max-width: 1025px) {
  .logo_titolo{width: 200px;margin-top: 0px;}
  .hr_testata{font-size: 16px !important;}
}


/*  width 1100/1300 */
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .logo_titolo{width: 280px;margin-top: 10px;}
  .hr_testata{font-size: 15px !important;}
}



/*  max width 1024 */
@media (max-width: 1024px){
.w-100-md{width: 100% !important;}
}



      
