/* CSS Document */

@font-face {
    font-family: LibreBaskerville;
    src: url('../font/LibreBaskerville-Regular.ttf');
}
  body {
  font-family: "LibreBaskerville" !important; 
}
.bordo{
  color: #aa353a !important; 
}
/*.container {
	margin-top:100px;
  position: relative;
  width: 50%;
}
*/

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.textHome {
  background-color: #aa353a;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.navbar li a {
    color: #aa353a;
}
.carousel .carousel-item {
    max-height:550px;
}

.carousel-item img {
    object-fit:cover;
    max-height:550px;
}

.btn-outline-success {
  color: #aa353a;
  background-color: transparent;
  background-image: none;
  border-color: #aa353a;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #aa353a;
  border-color: #fff;
}
.currency:before{ content:"€ "; }
.currency:after{ content: ',00'; }

