.boton-gif {
  width: 70%;
  height: 70%;
  border: none;
  background: transparent;
  position: relative;
}

.boton-gif img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.texto-gif {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px 5px black;
  pointer-events: none;
}

.letra_btn {
    font-size: 60%;
}

.letra_btnV {
    font-size: 100%;
}

@media (max-width: 992px) {
    .letra_btnV {
        font-size: 70%;
    }
}

@media (max-width: 768px) {
    .letra_btnV {
        font-size: 50%;
    }
}

@media (max-width: 575px) {
    .letra_btnV {
        font-size: 100%;
    }
}

.imagenP {
  width: 100px;
  height: 100px;
}

@media (max-width: 1024px) {
    .imagenP {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 980px) {
    .imagenP {
        width: 75px;
        height: 75px;
    }
}


@media (min-width: 530px) and (max-width: 578px) {
  .imagenP {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 529px) {
    .imagenP {
        width: 95px;
        height: 95px;
    }
}

@media (min-width: 461px) and (max-width: 498px) {
  .imagenP {
    width: 60px;
    height: 60px;
  }
}

.negrilla {
    font-size: 500%;
    font-weight: 900;
}

@media (max-width: 1200px) {
    .negrilla {
        font-size: 420%;
        font-weight: 900;
    }
}

@media (max-width: 992px) {
    .negrilla {
        font-size: 350%;
        font-weight: 900;
    }
}

@media (max-width: 768px) {
    .negrilla {
        font-size: 300%;
        font-weight: 900;
    }
}

@media (max-width: 575px) {
    .negrilla {
        font-size: 250%;
        font-weight: 900;
    }
}


.letra0 {
    color: #000000;
}

.letraF {
    color: #FFFFFF;
}

.letraR {
    color: #DC3545;
}

.letraD {
    color: #333333;
}

.tipografia {
    font-family: 'Arial Black', sans-serif;
}

.tipografia_principal {
    font-family: 'Bungee', sans-serif;
}

.texto_justificado {
    text-align: justify;
}

.sin_color {
  background-color: transparent !important;
  border: none;
} 

.color0 {
    background-color: #000000;
}

.colorF {
    background-color: #FFFFFF;
}

.rojo_cobweb {
    background-color: #da0624;
}

.blanco_cobweb {
    background-color: #ffffff;
}

.naranja_cobweb {
    background-color: #f2762a;
}

.verde_cobweb {
    background-color: #2cc54e;
}

.azul_cobweb {
    background-color: #403ec6;
}

.imagen_de_fondo {
    position: relative;
    width: 100%;
    height: 16%;
    background-image: url('../Multimedia/Cortos/Colores.gif');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.contenor_imagen col {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-radius: 5px;
}

.navbar-toggler {
    color: rgb(255 255 255);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    border-radius: 5px;
    background-image: url('../Multimedia/Iconos/MenuHamburguesa.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.boton_espada {
    border-left-width: 0px;
    border-right-width: 0px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.letra_boton {
    font-size: 100%;
}

@media (max-width: 1400px) {
    .letra_boton {
        font-size: 75%;
    }
}

@media (max-width: 1200px) {
    .letra_boton {
        font-size: 70%;
    }
}

@media (max-width: 992px) {
    .letra_boton {
        font-size: 55%;
    }
}

@media (max-width: 768px) {
    .letra_boton {
        font-size: 40%;
    }
}

@media (max-width: 640px) {
    .letra_boton {
        font-size: 37%;
    }
}

@media (max-width: 575px) {
    .letra_boton {
        font-size: 65%;
    }
}

@media (max-width: 400px) {
    .letra_boton {
        font-size: 50%;
    }
}

@media (max-width: 320px) {
    .letra_boton {
        font-size: 40%;
    }
}

@media (max-width: 265px) {
    .letra_boton {
        font-size: 30%;
    }
}

.carousel-control-prev-icon {
    background-image: url('../Multimedia/Iconos/Antes.png');
}

.carousel-control-next-icon {
    background-image: url('../Multimedia/Iconos/Despues.png');
}

.carousel-control-prev,
.carousel-control-next {
    outline: none !important;
    box-shadow: none !important;
    opacity: 0.5 !important;
    transition: opacity 0.15s ease, transform 0.15s ease;
    -webkit-tap-highlight-color: transparent !important;
}

@media (hover: hover) and (pointer: fine) {
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 0.85 !important;
    }
}

.carousel-control-prev.active-touch,
.carousel-control-next.active-touch {
    opacity: 1 !important;
    transform: scale(1.15);
    filter: drop-shadow(0 0 10px #fff);
}

.carousel-control-prev:focus,
.carousel-control-next:focus,
.carousel-control-prev:active,
.carousel-control-next:active,
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.carousel-control-prev:not(.active-touch):not(:hover),
.carousel-control-next:not(.active-touch):not(:hover) {
    opacity: 0.5;
}

.btn-close {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -28%) scale(0.4);
    background-image: url('../Multimedia/Iconos/Cerrar.png');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgb(255 255 255);
}

#alerta-bootstrap, #alerta-bootstrapJKA {
  position: fixed;
  top: 30%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 70%;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border: 5px solid #000000;
  color: black;
  background: #da0624;
  text-shadow:
  -1px -1px 0 #fff,  
   1px -1px 0 #fff,
  -1px  1px 0 #fff,
   1px  1px 0 #fff;
}

#primera-pantalla {
  display: none;
}

#segunda-pantalla-JKA {
  display: none;
}

#tercera-pantalla-JKA {
  display: none;
}

#segunda-pantalla-KWC {
  display: none;
}

#tercera-pantalla-KWC {
  display: none;
}

.camuflado {
  background: url('../Multimedia/Cortos/Camuflado.jpg');
  background-size: cover;
  -webkit-background-clip: text;
  color: transparent;
}

html, body {
  margin: 0 auto;
  overflow-x: hidden;
}