
.imgLogo{
  width:25%;
  /*margin:5px 0 5px 5%*/
margin-left: 5%;
}

footer {
    /*height:100px;*/
    /*width: 80%;*/
    text-align: center;
   /* padding: 3px;*/
    /*background-color: DarkSalmon;*/
    color: white;
  }
.netos_cont_footer{
   background-color: rgba(1, 1, 1, 0.7);
    /*padding: 2%;*/
    color: #fff;
   /* margin-top: 1.5%;*/
}

.netos_cont_footer a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.netos_cont_img_footer{
    padding: 5%;
}

 /* Make the image fully responsive */
  /*.carousel-inner img {
    width: 100%;
    height: 80%;
    
  }*/

/*  .carousel-inner .img-fluid{*/
    .carousel-item .img-fluid {
        width:100%;
        height:80%;
      }
      .carousel-inner > .item > img {
        object-fit: scale-down;
        height: 50vh;
        width: 100%;
      }
      .textIn {
        color: #FFF;
        margin: 0 auto;
        text-align: center;
        /*font-weight: 700;*/
        font: bold 150% Georgia, Serif;
        text-shadow: -3px 3px 0 #0a0e27;
      }
      .textInTitu {
        color: #FFF;
        /*margin: 0 auto;*/
        text-align: center;
        /*font-weight: 700;*/
        font: italic bold 200% Georgia, Serif;
        text-shadow: -5px 5px 0 #0a0e27;
        margin-top: -75%;
      }
      /*.carousel-caption{
        top:-65%;
      }*/