@charset "utf-8";
/* CSS Document */
body {
  animation: fadeInAnimation ease 1.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  background-image: -webkit-repeating-linear-gradient(270deg, rgba(68, 94, 137, 1.00) 0%, rgba(142, 164, 199, 1.00) 32.75%, rgba(199, 210, 227, 1.00) 61.75%, rgba(68, 94, 137, 1.00) 84.97%, rgba(68, 94, 137, 1.00) 99.59%);
  background-image: -moz-repeating-linear-gradient(270deg, rgba(68, 94, 137, 1.00) 0%, rgba(142, 164, 199, 1.00) 32.75%, rgba(199, 210, 227, 1.00) 61.75%, rgba(68, 94, 137, 1.00) 84.97%, rgba(68, 94, 137, 1.00) 99.59%);
  background-image: -o-repeating-linear-gradient(270deg, rgba(68, 94, 137, 1.00) 0%, rgba(142, 164, 199, 1.00) 32.75%, rgba(199, 210, 227, 1.00) 61.75%, rgba(68, 94, 137, 1.00) 84.97%, rgba(68, 94, 137, 1.00) 99.59%);
  background-image: repeating-linear-gradient(180deg, rgba(68, 94, 137, 1.00) 0%, rgba(142, 164, 199, 1.00) 32.75%, rgba(199, 210, 227, 1.00) 61.75%, rgba(68, 94, 137, 1.00) 84.97%, rgba(68, 94, 137, 1.00) 99.59%);
  background-repeat: no-repeat;
  background-color: rgba(68, 94, 137, 1.00);
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#navbarSupportedContent a {
  color: rgba(72, 59, 19, 1.00);
  font-weight: 400;
  text-decoration: none;
}
#navbarSupportedContent a:hover {
  transition: all .4s;
  color: rgba(162, 133, 44, 1.00);
}
#navbarSupportedContent .active {
  color: rgba(162, 133, 44, 1.00);
}
.dropdown-menu {
  background-color: rgba(237, 231, 218, 1.00);
}
#topAddress {
  color: rgba(230, 223, 207, 1.00);
}
#topAddress a {
  color: rgba(230, 223, 207, 1.00);
}
#topAddress a:hover {
  color: #EB9D1E;
}
a:focus.dropdown-item {
  background-color: transparent;
}
a {
  color: rgba(157, 129, 41, 1.00);
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #1281D0;
}
h1 {
  color: rgba(170, 149, 94, 1.00);
  font-size: 2em;
  font-weight: 300;
}
h4 {
  font-weight: 400;
}
h5 {
  color: rgba(170, 149, 94, 1.00);
  font-weight: 400;
}
.textContent {
  background-color: rgba(240, 235, 225, 1.00);
}
.backMove {
  animation-name: backMovement;
  width: auto;
  height: auto;
  opacity: 100%;
  z-index: -1;
  position: relative;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
@keyframes backMovement {
  0% {
    left: 100%;
    top: 0%;
  }
  100% {
    left: 0%;
    top: 0%;
  }
}
.moveSquare {
  animation-name: moveIt;
  width: 0%;
  height: 20px;
  background-color: #C5AE66;
  opacity: 100%;
  z-index: 1;
  position: relative;
  animation-delay: .5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
@keyframes moveIt {
  0% {
    background-color: #AAB8CF;
    left: 0%;
    top: 0%;
  }
  85% {
    background-color: #97B96D;
    left: 0%;
    top: 0%;
  }
  /*50%  {background-color:#857CB0; left:75%; top:0%;}*/
  100% {
    width: 100%;
  }
}
.imgResize {
  animation-name: resize;
  position: relative;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes resize {
  from {
    width: 10%;
  }
  to {
    width: 100%;
  }
}
/*.carousel-indicators button.thumbnail{
	width: 100px;
	background-color: black;
	margin-top:7px;
	margin-bottom: 7px;
}*/
.carousel-indicators .thumbnail {
  width: 120px;
  background-color: black;
  margin-right: 7px;
  padding-top: 5px;
}
.carousel .carousel-inner {
  max-height: 70vh;
  display: -webkit-flex; /* For Safari */
  -webkit-align-items: center; /* For Safari */
  align-items: center;
}
.carousel .carousel-item {
  max-height: 70vh; /* Adjust the height as needed */
  display: flex;
  align-items: center;
}
.carousel .carousel-item img {
  max-width: 100%; /* Ensures the image doesn't overflow its container */
  height: auto; /* Maintain aspect ratio */
  display: block;
  margin: auto;
  object-fit: contain; /* Ensures the image scales to fit without distortion */
}
/*.carousel{
	max-height: 70%;
}*/
@media screen and (min-width:992px) {
  .carousel {
    max-width: 70%;
    margin: 0 auto;
  }
}
.carousel-indicators {
  position: relative;
}
.carousel-indicators .thumbnail:not(.active) {
  opacity: .7;
}
.bannerShadow {
  border-bottom: medium solid rgba(120, 117, 117, 1.00);
  background-image: -webkit-linear-gradient(270deg, rgba(193, 190, 186, 1.00) 2.90%, rgba(240, 235, 225, 1.00) 8.91%, rgba(240, 235, 225, 1.00) 60.52%, rgba(231, 224, 207, 1.00) 96.58%, rgba(164, 159, 153, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(193, 190, 186, 1.00) 2.90%, rgba(240, 235, 225, 1.00) 8.91%, rgba(240, 235, 225, 1.00) 60.52%, rgba(231, 224, 207, 1.00) 96.58%, rgba(164, 159, 153, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(193, 190, 186, 1.00) 2.90%, rgba(240, 235, 225, 1.00) 8.91%, rgba(240, 235, 225, 1.00) 60.52%, rgba(231, 224, 207, 1.00) 96.58%, rgba(164, 159, 153, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(193, 190, 186, 1.00) 2.90%, rgba(240, 235, 225, 1.00) 8.91%, rgba(240, 235, 225, 1.00) 60.52%, rgba(231, 224, 207, 1.00) 96.58%, rgba(164, 159, 153, 1.00) 100%);
  border-top: thin solid rgba(113, 109, 109, 1.00);
}
blockquote {
  background: #EAE5D9;
  border-left: 7px solid #ccc;
  margin: 1.5em 10px;
  padding-top: 1.2em;
  padding-right: 1.8em;
  padding-left: 1.8em;
  padding-bottom: 1.2em;
  quotes: "\201C""\201D""\2018""\2019";
}
/*blockquote:before {
    color: #707174;
    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}*/
blockquote p {
  display: inline;
}
.encadre {
  background-color: rgba(243, 240, 233, 1.00);
}
.jumbotron {
  background-color: rgba(237, 231, 218, 1.00);
}
.playerAudio {
  background-color: rgba(241, 243, 243, 1.00);
  border: thin solid rgba(64, 63, 63, 1.00);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.bottom {
  color: lightgrey;
  font-size: .9em;
}