@font-face {
  font-family: Raleway-Medium;
  src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: Raleway-ExtraBold;
  src: url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face {
  font-family: Raleway-Bold;
  src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
  font-family: Gotham-Book;
  src: url(../fonts/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham-Bold;
  src: url(../fonts/Gotham-Bold.otf);
}

.text-raleway-bold {
  font-family: 'Raleway-Bold';
}

.text-raleway-extra-bold {
  font-family: 'Raleway-ExtraBold';
}

:root{
  --primary-color: #DE1F26;
  --secundary-color: #575756;
}

body {
  font-family: 'Raleway-Medium';
  color: var(--secundary-color);
  font-size: 18px;
}

/*styles*/

.bg-red {
  background-color: var(--primary-color);
}

.bg-light-gray {
  background-color: #FFF7F8;
}

.text-dark-gray {
  color: #3C3C3B;
}

.text-gray{
  color: var(--secundary-color);
}

.text-bordeaux {
  color: #B11F26 !important;
}

.bordeaux-link {
  color: #B11F26 !important;
  text-decoration: none !important;
}

.bordeaux-link:hover {
  color: #ffffff !important;
  font-weight: bolder !important;
  text-decoration: underline !important;
  font-family: 'Raleway-ExtraBold';
}

.border-red {
  border-bottom: 1px solid var(--primary-color);
}

.border-red-consentimento {
  background-color: var(--primary-color);
  color: #ffffff !important;
}

.consentimento {
  width: 180px !important;
}

a:not(.nav-link, .dropdown-item):hover{
  text-decoration: underline;
  color: var(--primary-color);
}

.text-white {
  color: #ffffff;
}

.border-bordeaux {
  border-bottom: 1px solid #B11F26;
}

.text-red {
  color: #DA1F26;
}


.text-red-blood {
  color: #ed0013;
}

.light-red-list {
  list-style: none;
  padding-left: 20px !important;
  font-weight: bold;
}

.light-red-list li::before {
  content: "\2022";
  color: rgba(218, 31, 38, 0.5);
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
  margin-left: -1em;

}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}


.index-header {
  padding-top: 100px;
}

/*Navbar*/


#navbar-div {
  width: 90% !important;

}

.nav-item {
  width: max-content;
  text-align: center;
  font-size: 15px;
}

.nav-link.active {
  color: var(--primary-color) !important;
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 0;
}

.nav-link {
  color: #3C3C3B !important;
  text-align: center !important;

}

.navbar-expand-lg {
  background-color: #ffffff !important;
  width: 100Vw;
  position: fixed;
  z-index: 1;
}


.nav-link:hover {
  font-weight: bold;
  cursor: pointer;

}

a.nav-link::before {
  content: attr(title);
  font-weight: bold;
  visibility: hidden;
  display: block;
  height: 0;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
  background-color: var(--primary-color);
  color: #ffffff;
}


.barra {
  background-color: var(--primary-color);
}

.barra li {
  color: #ffffff;
}

/*Section*/


.bars-bg {
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 200px;

}

.bars-bg-galery {
  background-image: url('../img/bg.png');
  background-repeat: no-repeat;
  background-position: center;
}

/*FAQ*/

.accordion-button:not(.collapsed) {
  color: #FFF7F8 !important;
  background-color: #FFF7F8 !important;
}

.accordion-item:first-of-type .accordion-button {
  color: #FFF7F8 !important;
  background-color: #FFF7F8 !important;
}

.accordion-button {
  background-color: #FFF7F8 !important;
}


.accordion-body {
  background-color: #FFF7F8 !important;
}

/*galeria*/

/*.img1,
.img2,
.img3 {
  height: 31.5vh !important;
  padding-right: 1vw !important;
}

.img4,
.img5,
.img6 {
  height: 36.4vh !important;
  padding-right: 1vw !important;
}

.img7,
.img8,
.img9 {
  height: 68.2vh !important;
  padding-right: 1vw !important;
}


.img10,
.img11,
.img12 {
  height: 37.2vh !important;
  padding-right: 1vw !important;
}

.img13,
.img14,
.img15 {
  height: 48.1vh !important;
  padding-right: 1vw !important;
}

.img16,
.img17,
.img18 {
  height: 93.7vh !important;
  padding-right: 1vw !important;
}*/

.img19,
.img20,
.img21 {
  height: 32.8vh !important;
  padding-right: 1vw !important;
}


.img22,
.img23,
.img24 {
  height: 40.7vh !important;
  padding-right: 1vw !important;
}

.img25,
.img26,
.img27 {
  height: 40.7vh !important;
  padding-right: 1vw !important;
}

#selectedImg {
  width: 100%;
}

.modal-content {
  width: 60vw !important;
}

.br-1{
  border-right: 1px solid var(--primary-color);
}

.bl-5:before{
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.doi{
  padding-top: 1rem;
  position: relative;
}

.doi:before{
  content: "";
  width: 20%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--primary-color);
}

@media (max-width: 768px) {
  .br-1{
    border-right: none;
    border-bottom: 1px solid var(--primary-color);
  }
  
  .bl-5:before{
    height: 98%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin-left: 20vw !important;
  }
}

/*footer*/

.footer-div {

  background-color: #F0CACF;
}

footer {
  background-color: #F0CACF;
}

.footer2 {
  background-color: #F0CACF;
}

.footer-item {
  width: 100%;
  text-align: left;
  margin: auto;
}

footer a:hover {
  color: var(--secundary-color);
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}


@media (max-width: 576px) {

  .index-header {
    padding-top: 200px;
  }

  .popup-thumbnail {
    width: 100vw;

  }

  .modal-content.intro-video {
    width: 100% !important;

  }

  /*galeri*/

  .img1,
  .img2,
  .img3 {
    height: 100% !important;
  }

  .img4,
  .img5,
  .img6 {
    height: 100% !important;
  }

  .img7,
  .img8,
  .img9 {
    height: 100% !important;
  }


  .img10,
  .img11,
  .img12 {
    height: 100% !important;
  }

  .img13,
  .img14,
  .img15 {
    height: 100% !important;
  }

  .img16,
  .img17,
  .img18 {
    height: 100% !important;
  }

  .img19,
  .img20,
  .img21 {
    height: 100% !important;
  }


  .img22,
  .img23,
  .img24 {
    height: 100% !important;
  }

  .img25,
  .img26,
  .img27 {
    height: 100% !important;
  }



}