.buttonBack {
    opacity: 0;
    position: fixed;
    top: 15px;
    left: 15px;
    height: 6%;
    z-index: 100000;
  }

  .backDiv {
    color: red;
  }
      
  .backDiv:hover +.buttonBack{   
    opacity: 60%;    
  }

  .buttonBack:hover {   
    opacity: 90%;
  }

  .custom-button-center {
    position: absolute;
    top: 50%;
    left: 50%;
  }

 .video-content {
    background-color: black;
    padding: 10px;
    z-index:9999;
 }
 .buttonContainer {
    position: absolute;
    
    top: 0;
    width: 100px;
   
    height: 65%;
    z-index:98;
    background-color: rgba(0, 0, 0, 0.036);
 }

 @media (max-width: 1100px) {
  .buttonContainer {
    width: 20px;
  }
}

 .percent100 {
  height: 100%;
 }

 .custom_button_prev {
  left: 0;
 }

 .custom_button_next {
  right: 0;
 }

 .icon-custom-container {
    width: 100%;
    display: inline;
    text-align: center;
 }

 .icon-custom {    
    display: inline;
    font-size: large;
 }

 .icon-custom :hover {
  color: black;
 }

 .video-title {
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
 }

 .main-nav {
  background-color: rgba(213, 0, 0, 0.02);
 }
 .fade_down_effect {
  background-color: black;
 }
 
 .img-thumb {
  width: 600px;
}

.main-content {
  width: 100% !important; 
  align-items: center;
}

.pre-content {
  min-height: 800px;
}
.pre-content-500 {
  min-height: 500px;
}
@media only screen and (max-width: 600px) {
  .mobile-100 {    
    bottom:0;
    height:500px;
    max-width: 90%;
    left: 5%;
  }
}

.grow { 
  position: relative;
  transition: all .2s ease-in-out;
  z-index: 1; 
  left: 30px;
  padding: 1px;
}
.grow:hover { 
  transform: scale(1.5);
  z-index: 9999;
  left: 0px;
  border-bottom: 5px solid #000;
  
  
 }

 .displayOnHover {
  transition: all .2s ease-in-out;  
  z-index: 9999;
  position: absolute;  
  bottom: 0px;
  left: 0px;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.364);
 }
 
 .grow:hover .displayOnHover {
   display: block;
   border-bottom: 5px solid rgb(0, 0, 0);
 }

 .buttonCollapse {
  background-color: rgba(0, 0, 0, 0) !important;
  
 }
 .navbar-toggler {
  background-color: rgba(0, 0, 0, 0);
  
 }

 .max-width-250 {
  max-width: 250px; 
} 

.btn-white  {
  background-color: white !important;
  color: black;
  line-height: normal;
  font-size: 1.2rem;
  
}

.img-title {
  max-width: 300px;
}

.img-title-cover {
  max-width: 80%;
}


.img-center {  
  margin-top: auto;
  margin-left: auto;
  width: 100%;
}

.img-absolute {  
  margin-top: auto;
  margin-left: auto;
  width: 100%;
  position: absolute;
}

.block-title-custom {
  margin-bottom: 45px;
  position: relative;
  letter-spacing: .64px;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.block-title-custom:before {
  background: #ff0000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.slider-buttons {
  justify-content: space-around;
  
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid rgb(211, 0, 0);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.image-payment {
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 1;
  width: 20%;
}

@media (max-width: 1000px) {
  .image-payment {
    width: 40%;
    left: 30%;
  }
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .image-payment {
    width: 60%;
    left: 20%;
  }
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 8px;
  border-radius: 50%;
  background: red;
  color: white;
}
