.homeStyle {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.bg-header {
    background-color: #3d7dac;
}

#headerHome {
    margin-top: 0;
    padding-top: 0;
}

#headerDate {
    text-align: right;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.nav-Pad {
    list-style: none;
    display: inline-block;
    padding: 2px 20px;
}

.nav-Pad:hover {
    background-color: #258CC7;
}

.nav-Capital {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.nav-Capital:hover {
    color: #fff;
    text-decoration: none;
}

#homeMain {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 20px 0;
}

.mainContent {
    padding: 0 20px 20px 20px;
}

.mainOpen {
    padding: 0 20px;
}

.mainOpenDisplay {
    font-size: 12px;
    color: #295a8c;
}
.objectName {
    font-weight: bold;
    margin-bottom: 10px;
}

.mainOpenDisplaySingle {
    margin-bottom: 20px;
}

.titleNews {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

.titleNewsShow {
    font-weight: bold;
    margin-bottom: 10px;
}

.contentNews {
    text-align: justify;
}

.comments {
    margin-top: 5px;
    text-decoration: underline;
}

.displayA:hover {
    color: #000;
}

hr.newsHr {
    margin-top: 40px;
}

.displayDate {
    color: #777;
    font-size: 11px;
}

#displayComments {
    margin-top: 20px;
}

#headerComments {
    background-color: #e5e5e5;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    font-size: 11px;
}

#headerComments p {
    vertical-align: middle;
    padding: 0 5px;
}

.commentSignature {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

#formComment {
    /*visibility: hidden;*/
    display: none;
}

.singleArticle {
    margin: 20px 0;
}

#footerHr {
    border: 2px solid #3d7dac;
    margin-top: 0;
}

#footerClausule {
    text-align: right;
    font-size: 11px;
    color: #666666;
}

#footerCreated {
    text-align: right;
    font-size: 9px;
    color: #666666;
    padding-top: 8px;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;  
  font-size: 10px;
  color: #295a8c;
  text-decoration: underline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 4px;
  color: #295a8c;
  /*content: "/\00a0";*/
  /*content: "»\00a0";*/
  content: "»";
  text-decoration: none;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.showImages {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
}

.displayImage {
    /*margin: 10px;*/ 
}

#footerStyle {
    margin-bottom: 30px;
}

.headCms {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 20px 0;    
}




/*

@media screen and (min-width: 1200px) {


#homeMain {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 20px 0;
}

.mainContent {
    padding: 0 20px 20px 20px;
}

.mainOpen {
    padding: 0 20px;
}

.mainOpenDisplay {
    font-size: 12px;
    color: #295a8c;
}
#objectName {
    font-weight: bold;
    margin-bottom: 10px;
}

.mainOpenDisplaySingle {
    margin-bottom: 20px;
}

#titleNews {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}

#contentNews {
    text-align: justify;
}

}

@media screen and (min-width: 576px) and (max-width: 1199px) { 


#homeMain {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 20px 0;
    min-width: 583px;
}

.mainContent {
    padding: 0 20px 20px 20px;
}

.mainOpen {
    padding: 0 20px;
}

.mainOpenDisplay {
    font-size: 12px;
    color: #295a8c;
}
#objectName {
    font-weight: bold;
    margin-bottom: 10px;
}

.mainOpenDisplaySingle {
    margin-bottom: 20px;
}

#myCarousel {
    min-width: 583px;
}

}

*/




/* Style for gallery */

/* The Modal (background) */
.myGalleryModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.home-gallery-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.closeGallery {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.closeGallery:hover,
.closeGallery:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlidesGallery {
  display: none;
}

/* Next & previous buttons */
.prevImage,
.nextImage {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.addColor {
    color: #fff !important;
}

/* Position the "next button" to the right */
.nextImage {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevImage:hover,
.nextImage:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img.gallery-hover-shadow {
  transition: 0.3s;
  cursor: pointer;
  width: 220px;
  height: 146px;
}

.gallery-hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}