

* {
margin: 0;
padding: 0;
}


 body {
   margin: 0;
   overflow-x: hidden;

 }


.bgfbluegr {

background: radial-gradient(circle, rgba(5,104,154,1) 5%,
   rgba(5,104,154,1) 95%, rgba(5,104,154,1) 100%, rgba(5,104,154,0.5214460784313726) 100%);
}

.bgimage h5 {
color:white;
text-shadow:2px 2px #333;
}



.imgbox {
  position: relative;
  word-break: break-all;
  word-break: normal;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 16px;
  left: 16px; max-width: 100%;
}

.centered {
  position: absolute;
  top: 80%;
  right: 20%;
  transform: translate(-20%, -20%);
}



.h-5 {
  height: 5px;
}


.h-10 {
  height: 10px;
}




 .img-400x300{
      background-repeat:no-repeat;
      background-size:cover;
      width:100%;
      height:300px;
}



.opacity-0 { opacity: 0; }
.opacity-25 { opacity: .25; }
.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }
.opacity-100 { opacity: 1; }






@media only screen and (max-width: 320px) {
.d-none-320 {
  display: none;
}
}


@media print {

html, body {
height:100vh;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}

body {
    padding-top: 72px;
    padding-bottom: 72px ;
}
.noprint {
visibility: hidden;
}
}


.lgcheckbox {width: 50px; height: 50px;}

.textjustify{
text-align: justify;
  text-justify: inter-word;
}



.justify{
  text-align: justify;
  text-justify: inter-word
}







@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}



@media (max-width: 600px) {
   .facts {
       position: relative;
       margin-top: -40px;
       z-index: 1;
   }
}




.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: right;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}






.langMenu {
  overflow: hidden;
}

.langMenu a {
  float: left;
  color: #f2f2f2;
  text-decoration: none;


}

.langMenu a:hover {
  color: black;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #fff3;
}


 
