@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
       url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Passion One';
  src: url('../fonts/passionone-bold-webfont.woff2') format('woff2'),
       url('../fonts/passionone-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

body{
  background-color: #e1e1e1;
  font-family: 'Poppins', 'Verdana', sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
.admin{
  font-size: 0.9rem;
}

a.disabled {
  color: gray;
  pointer-events: none;
}

h1{
  font-display: auto;
  font-family: 'Passion One', 'Tahoma', sans-serif;
  font-weight: 700;
}
.poppins{
  font-family: 'Poppins', 'Verdana', sans-serif;
}
.passion-one{
  font-family: 'Passion One', 'Tahoma', sans-serif;
}
b{
  font-weight: 500 !important;
}
.fw-bold{
  font-weight: 500 !important;
}
.fw-boldest{
  font-weight: 900;
}
.news_card_container{
  overflow: hidden;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.news_card_container img{
  width: max-content;
  display: block;
  text-align: center;
}
.back{
  background-image: url("../public/img/ganadores_blur_4.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  /* margin-top: -140px; */
  -webkit-filter: blur(0px) brightness(70%); /* Safari 6.0 - 9.0 */
  filter: blur(0px) brightness(70%);
}

.carousel{
box-shadow: rgba(50, 50, 93, 0.5) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.icon-input {
  position: absolute;
  z-index: 2;
  display: block;
  width: 3rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  font-size: 1.3rem;
}

.icon-input + input{
  padding-left: 3rem;
}

.border{
  border: 1px solid #ced4da !important;
}

.errors ul{
  margin-bottom: 0;
  list-style: none;
}

#navbarDropdown span{
  background: var(--bs-blue);
  color: white;
  font-size: 1.2rem;
  padding: 6px 11px;
  border-radius: 50%;
}
.archivos_adjuntos{
  margin-top: -1.5rem;
}
.archivos_adjuntos .mb-3:last-child{
  margin-bottom: 3rem !important;
}

.nav_register{
  margin-left: 3rem;
}

.card-img-overlay{
  top: inherit !important;
}
.back_icon{
  position: absolute;
  font-size: 15rem;
  transform: rotate(-40deg);
  right: -3rem;
  bottom: -1rem;
  color: lightgray;
  z-index: 0;
}
.letter_count{
  right: 0;
  position: fixed;
  text-align: right;
  position: absolute;
  margin-right: 1rem;
}

.accordion-button::after {
  filter: invert(100%);
}

.carousel_lukas{
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.help_icon{
  color: #0d6efd;
  font-size: 1.3rem;
  cursor: pointer;
}

.custom_popover{
  background-color: #0d6efd;
}
.custom_popover .popover-body{
  color: white;
}
.custom_popover .popover-arrow::after{
    border-right-color: #0d6efd;
}
.f-small{
  font-size: 0.8rem;
}

.always_show{
  position: fixed;
  bottom: 2rem;
  max-width: 43%;
  z-index: 9;
}

.form-check-input, .form-check-label{
   cursor: pointer;
}

iframe{
  max-width: 100%;
  height: 100%;
}

.toast{
  width: 500px !important;
  z-index: 9 !important;
}

.z_index_0{
  z-index: 0 !important;
}

.z_index_99{
  z-index: 99 !important;
}

.video_container button{
  right: 0;
  margin-top: -20px;
  margin-right: -20px;
}

.label_questions{
  text-align: justify;
  margin-right: 5rem;
}

.dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.thumbnail{
  display: block;
  position: relative;
  z-index: 1;
  filter:brightness(60%);
  border-radius: 10px;
}
.play_yutu{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
font-size: 8rem;
color: white;
opacity: 0.9;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

#alert_toast{
  left: 50%;
  position: relative;
  transform: translate(-50%,0);
}

.red_band{
  position: absolute;
background: red;
color: white;
padding: 10px 60px 10px 60px;
transform: rotate(-42deg);
top: 40px;
left: -60px;
}

#date_banner{
  position: absolute;
  color: white;
  background: #dc3545;
  font-size: 2rem;
  text-align: center;
  padding: 2px;
  left: 0;
}


@media (max-width: 576px) {
  .red_band{
    position: relative;
    transform: rotate(0);
    top: 0;
    width: 100%;
    left: 0;
    margin-bottom: 10px;
  }

}

@media (max-width: 768px) {

  .map-responsive{
    display: none !important;
  }


}

@media (max-width: 992px) {
  .nav_register{
    margin-left: 0;
  }


  #carousel_header .carousel-item .col-3{
    display: none;
  }

  #carousel_header .carousel-item .col-7{
    text-align: center;
  }

  #nosotros .container .row .col-md-7{
    padding-left: 0 !important;
    padding-top: 3rem;
  }
  #nosotros .container .row div{
    text-align: center;
  }
  .fa-angles-right{
    display: none;
  }
  #formFile{
    width: 100% !important;
  }
  #uploadedFile .col-md-12 .input-group{
    width: 100% !important;
  }
}

@media (max-width: 1200px) { 


 }

@media (max-width: 1400px) {

  }
