@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
}


.fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* O el ancho que desees */
  height: 100%;
  /* O la altura que desees */
  background-image: url("assets/background.png");
  /* Ruta de tu imagen de fondo */
  background-size: cover;
  /* Para cubrir todo el área */
  z-index: -1;
  /* Para asegurarte de que esté detrás del contenido */
}

/* global */
.dark-section {
  color: #e2e2e2
}

.kanit-font {
  font-family: "Kanit", sans-serif;
  font-style: normal;
}

.res-orange{
  color: #f5901b;
}
.res-lb{
  color: #adcaec;
}

.btn-orange{
  background-color: #f5901b !important;
  color: #ffffff !important;
}

/* navbar */
.navbar {
  background-color: #0e0b15ed;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

/* home */
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cover {
  background-image: url(assets/recurso2.png);
  background-size: cover;
  background-position: center;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.button-test{
  margin-top: 18px;
  background-color: #0808085c;
  color: #ffff;
  border: 1px solid #ffffff;
  padding: 10px 50px;
  border-radius: 30px;
}

.user-container{
  text-align: right;
  margin: 10px 0px;
  background: #d6d6d6;
  padding: 16px;
  border-radius: 20px 20px 0px 20px;
}

.silenciar{
  border: none;
  font-size: 13px;
  border-radius: 5px;
}

.chat-container{
  background: #593890;
  padding: 16px;
  border-radius: 20px 20px 20px 0px;
  color: #e7e7e7;
}

.home{
  height: 90vh;
  background: url('assets/home.mp4');
  background-color: rgb(0, 0, 0);
}

.home-title{
  font-weight: 700;
  font-size: 50px;
}

.home-title{
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}

.home-bajada{
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

/* Sobre i3Chat */
.block{
  background-color: #0d0b1466;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.comilla{
  font-size: 250px;
  line-height: 0.5;
  position: absolute;
  color: #f5901b;
  z-index: -1;
}


/* CHATBOT  */
.cmd{
  background-color: #ededed;
  padding: 16px;
  border-radius: 9px;
}

.btn-chatbot{
  background-color: #371f47;
  color: #fff;
  border: none;
  height: 100%;
  padding: 6px 19px;
  border-radius: 4px;
}

/* detalles */

.item{
  border: 1px solid #fff;
  padding: 16px;
  border-radius: 9px;
  color: #fff;
  margin: 10px 0px;
}

.divider{
  margin: 10rem 0rem;
}