.fa-rotate-minus-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.list-style-square {
  list-style-type: square !important; }

.list-style-none {
  list-style-type: none !important; }

body h2 {
  font-size: 1.2em; }
body header {
  background-color: #fff; }
  body header section {
    border-bottom: 1px solid #000; }
    body header section div img {
      width: 60px;
      height: 60px; }
    body header section div:last-child, body header section form {
      margin-top: 15px; }
  body header nav {
    background-color: #000;
    font-size: x-small;
    min-height: 5.5em; }
    body header nav div a.linkPage .constWidthHeight {
      width: 28px;
      height: 28px; }
    body header nav a.linkPage {
      text-decoration: none;
      color: #000; }
    body header nav a.linkPage:hover, body header nav a.linkPage.active {
      font-weight: bold; }
      body header nav a.linkPage:hover div:first-child div:first-child, body header nav a.linkPage.active div:first-child div:first-child {
        background-color: transparent !important;
        color: #fff;
        border: 1px solid #fff; }
body main #carouselArticles .carousel-inner .carousel-caption {
  max-width: 100%;
  width: 100%;
  left: 0; }
  body main #carouselArticles .carousel-inner .carousel-caption div:first-child a {
    text-decoration: none; }
  body main #carouselArticles .carousel-inner .carousel-caption div:first-child div:first-child div:first-child a.inactiveArticle:hover img, body main #carouselArticles .carousel-inner .carousel-caption div:first-child div:first-child div:last-child a.inactiveArticle:hover img {
    opacity: 1; }
  body main #carouselArticles .carousel-inner .carousel-caption div:first-child div:first-child div:first-child a.inactiveArticle:hover p, body main #carouselArticles .carousel-inner .carousel-caption div:first-child div:first-child div:last-child a.inactiveArticle:hover p {
    color: #fff !important; }
  body main #carouselArticles .carousel-inner .carousel-caption div:first-child p {
    font-size: 70%; }
body main #carouselArticles .carousel-inner .carousel-item {
  background: url("../img/microbiology-image.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  min-height: 280px; }
  body main #carouselArticles .carousel-inner .carousel-item .imageCaption {
    height: 80px; }
body main #carouselArticles a.carousel-control-prev, body main #carouselArticles a.carousel-control-next {
  width: 7%; }
body main aside nav ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  display: inline-block;
  font-weight: bold; }
body main section {
  border-bottom: 1px solid #000; }
  body main section div.row1 h1 {
    font-size: large;
    font-weight: bold; }
  body main section section .rowArticle div:first-child div:first-child .userPicture {
    width: 100px;
    height: 100px;
    border-radius: 100%; }
body footer {
  background-color: #000; }
  body footer section:first-child div:last-child div div {
    width: 35px;
    height: 35px; }
    body footer section:first-child div:last-child div div .fab.fa-facebook-f, body footer section:first-child div:last-child div div .fab.fa-google-plus-g,
    body footer section:first-child div:last-child div div .fab.fa-instagram, body footer section:first-child div:last-child div div .fab.fa-twitter {
      font-size: 1.5em; }
  body footer section:last-child aside {
    border-bottom: 1px solid #fff;
    margin-top: -40px; }
    body footer section:last-child aside div {
      z-index: 99;
      position: relative;
      top: 20px; }
body #modalNewsletter .modal-dialog .modal-content {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: gray; }
  body #modalNewsletter .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center; }
  body #modalNewsletter .modal-dialog .modal-content .modal-header div {
    position: absolute;
    top: -40px;
    width: 70px;
    height: 70px; }
  body #modalNewsletter .modal-dialog .modal-content .modal-body #emailNewsletter {
    width: 320px; }
  body #modalNewsletter .modal-dialog .modal-content .modal-footer button {
    border-radius: 10px; }

@media (max-width: 768px) {
  .w-max-25 {
    max-width: 25%; } }
/* small */
@media (min-width: 576px) {
  h2 {
    font-size: 1.7em !important; }

  .small {
    font-size: 80%;
    font-weight: 400; }

  .carousel-caption div:first-child p {
    font-size: 100% !important; }

  .carousel-item {
    min-height: 50vh; }
    .carousel-item .imageCaption {
      height: 120px !important; } }
/* small */
@media (min-width: 576px) {
  nav {
    font-size: small !important; } }
/* medium */
@media (min-width: 768px) {
  nav {
    font-size: medium !important;
    min-height: 110px !important; }
    nav div a.linkPage .constWidthHeight {
      width: 60px !important;
      height: 60px !important; }

  footer {
    background-color: #000; }
    footer section:first-child div:last-child div div {
      width: 45px !important;
      height: 45px !important; } }
/* large */
@media (min-width: 992px) {
  .small {
    font-size: 100%;
    font-weight: bold; }

  .carousel-item {
    min-height: 400px !important; }
    .carousel-item .imageCaption {
      height: 200px !important; } }
/* extra large */

/*# sourceMappingURL=listarticles.css.map */
