
.font-title{
  font-family: 'Playfair Display', serif;

}

.font-text{
  font-family: 'Roboto', sans-serif;
}

.title-custom{
  position: fixed;
  z-index: 1;
}

.font-small{
  font-size: 0.8rem;
}

.font-small-mobile{
  font-size: 1rem;
}

.font-medium{
  font-size: 0.9rem;
}

.font-main-title{
  font-size: 3.6rem;
}

.search-welcome::placeholder {
  color: #D14C11C7 !important;
  font-size: 0.8rem;
  opacity: 1; /* Firefox */
}

.search-welcome:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #D14C11C7 !important;
}

.search-welcome::-ms-input-placeholder { /* Microsoft Edge */
 color: #D14C11C7 !important;
}

.shadow-welcome{
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0));
}

.btn-c-red{
  background-color: #A80000;
  border-color: #A80000;
  color: white;
}

.text-c-red{
  color: #A80000 !important;
}

.btn-c-orange{
  background-color: #D14C11;
  border-color:#D14C11;
}

.text-c-orange{
  color: #D14C11 !important;
}

.text-c-violet{
  color: #6D0071 !important;
}

.text-c-light-yellow{
  color: #FFF7BF !important;
}

.text-c-gray{
  color: #707070 !important;
}

.btn-c-gray{
  color: #707070 !important;
}

.text-c-light{
  color: #F6F6F6 !important;
}

.text-c-white{
  color: #FBFBFB !important;
}

.text-c-blue{
  color: #00006B !important;
}

.text-c-green{
  color: #00560C!important;
}

.bg-c-green{
  background-color: #00560C!important;
}

.icon-rotate{
  transform: rotate(90deg);
}

.rounded-start-search{
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.rounded-end-search{
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
  padding: 0.8rem !important;
}

.rounded-full-btn{
  border-radius: 20px !important;
}

.video-hover{
  transition: 0.3s;
}

.video-hover:hover {
  opacity: 0.5;
}

.fit-image{
  object-fit: contain;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  color: #a80000 !important;
  background-color: white !important;
}

.nav-link:focus, .nav-link:hover{
  color: #707070 !important;
}

.login-shadow{
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.modal-content{
  background-color: #ffffffcf !important;
}

.bg-image-photos{
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img{
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

/*  carousel indicators customization for GALLERY   */
.carousel-indicators-g {
  position: absolute;
  right: 0;
  bottom: -90px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.carousel-indicators-g [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /*opacity: 0.5;*/
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators-g [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators-g .active {
  opacity: 1;
}
/*  carousel indicators customization for GALLERY   */

.carousel-thumbnails{
  background-size: cover;
  height: 60px !important;
  width: 80px !important;
}

/*  carousel indicators customization for GALLERY   */

.padding-top{
  padding-top: 17%;
}

.vertical-nav {
  min-width: 17rem;
  width: 17rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  z-index: 1045 !important;
}

.page-content {
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
  margin-left: -17rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

/*@media (max-width: 768px)*/
@media (max-width: 1080px) {
  #sidebar {
    margin-left: -17rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
  }
}

.position-bottom-left{
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}

.logo{
  height: 23px;
}

#topBtn:hover {
  color: black;
  background-color: white;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 6%;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #00000059;
  color: #A80000;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0px;
  /*border-radius: 20%;*/
  /*transform: rotate(45deg);*/
  
  /*-ms-transform: rotate(45deg); /* IE 9 */
  /*transform: rotate(45deg);*/
  animation: mymove 5s infinite;
  border-radius: 20px;
}

@keyframes mymove {
  50% {transform-origin: 0 0 0;}
}

.conteudo{
    white-space: pre-line;
}

.z-index-custom{
  height: 125px;
  position: fixed;
  z-index: 100;
  width: 100%;
}

.z-index-100{
  z-index: 100;
}

.z-index-300{
  z-index: 1050 !important;
}

section{
  background-color: gray;
  height: 100vh;
  width: 100%;
  color: black;
}

.homeCaption {
  
  top: 0%;
  
}

.green{
  background-color: green;
}

/* MENU SLIDE */

@media (min-width: 1080px) {
    #float-menu{
        display: none;
    }
}

.float-menu{
    position: fixed;
    top: 0%;
    /*bottom: 50%;*/
    left: 0px;
    z-index: 1021;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px;
}

/* MENU SLIDE */

/* PLAYER MARGIN MOBILE */
@media (max-width: 1080px) {
  .player-mobile {
    margin-left: -1rem !important;
  }
  
  .top-about{
    top: 35px;
  }
  
  .position-bottom-left{
      position: initial;
      padding-top: 100px;
  }
}
/* PLAYER MARGIN MOBILE */

.pd-top-about{
    padding-top: 9rem;
}
