@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --bs-blue: #0d6efd;
}

.war{
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
  color:#0c2d35;  
}

.medio{
  font-size:2rem;
}
.grande{
  font-size:3.5em;
}

.grande2{
  font-size: 1.2em;
  font-weight: 700;
}
.img-res img{
  max-width: 100%;
}

.conten_general{
  width: 100%;
  height: 100vh;
  background-image: url("../img/fondo_warrior.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f_center{
  display: flex;
  align-items: center;
  background-image: url("../img/pantallaCH.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pantalla{
  width: 100%;
  height: auto;
  max-height: 700px;
  /* border:10px solid #0099b5; */
}

.conten_pantalla{
  width: 60%;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.logo{
  width: 15rem;
}
.title{
  width: 45%;
}

.tex-info{
  text-align: center;
  font-size: 1.8rem;
  font-weight:600;
}

.c-text{
  width: 600px;
}

.mayus{
  text-transform: uppercase;
}

.bot{
  width: 180px;
}

/**/
.text-ins{
  width: 600px;
}
.img-pts{
  width: 400px;
  margin: 0 auto;
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

.modal-content{
  background-color: rgba(0,0,0, .8)!important;
}

.btn-close{
  filter: invert(1);
}


.conten_tab{
  display: none;
}

.resalta{
  font-weight: 2em;
  color:#a30000;
  font-weight: bold;
  
}

.tc{
  font-size: 13px;
  margin-top: -10px;
  color: #5c5c5c;
  letter-spacing: 1px;
}

.conten_compartir{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}

.redes{
  width: 45px;
}

@media (max-width: 991.98px) {
  .f_center{
    background-image: url("../img/pantallaMb.png");
  }

}

@media (max-width: 768px) {
  .conten_tab{
    display: block;
  }
  .pantalla {
    display: flex;
    align-items: center;
  }
.c-text{
  width: auto;
}
  .logo{
    width: 170px;
  }

  .title{
    max-width: 70%;
  }
  .c-text{
    max-width: 100%;
    padding: 25px;
  }
  .tex-info{
    font-size: 1.1em;
  }
  .bot{
    width: 150px;
  }

  .text-ins{
    max-width: 100%;
    padding: 0px 30px 0px 30px;
    font-size: .8em;
  }

  .img-pts{
    display: none;
  }
  .c-text{
    padding: 0px;
  }

  .medio{
    font-size: 2.2em;
  }
}

@media (max-height: 576px) {
  .img-pts{
    display: none;
  }
  .conten_tab{
    display: block;
  }
  p{
    margin-bottom: 0.4rem;
  }
.conten_pantalla{
  width: 80%;
}
  .table>:not(caption)>*>* {
    padding: 0px !important;
  }


}
