/*Fin de LOS ATRIBUTOS PRIMARIOS DE LA HOJA*/
html {
        /*background: url(font.jpg) no-repeat center center fixed;*/
        background-color: black;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        overflow: hidden;
}
h1 > a > img{
    margin-bottom: -3px;
    width: 25px;
    height: 25px;
}
#header {
    /*background: url(font2.jpg) no-repeat center center fixed;*/
    background: #000000;
    border: medium double rgb(0, 224, 49);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
  width: 100%;
  height: 60px;
  padding: 2px;
  transition: all 0.5s;
  
}

#header .logo h1 {
  float: left;
  font-size: 30px;
  margin: 0px;
  padding: 0px 20px;
  line-height: 3rem;
  letter-spacing: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a{
  color: #fff;
  text-decoration: none;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  padding-top: 4px;
  position: relative;
  float: right;
  margin-top: -5px;

}

.nav-menu a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #98cce2;
  padding: 20px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: rgba(43, 131, 185, 0.404);
  text-decoration: none;
}


.nav-menu .drop-down ul {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  padding: 10px 0;
  background:rgba(1, 18, 41, 0.589);
  box-shadow: 10px 10px 30px rgba(24, 13, 56, 0.25);
}

.nav-menu .drop-down:hover > ul {
  top: 100%;
  display: inline;
}
.nav-menu .drop-down li {

  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 20px 20px;
  font-size: 15px;
  text-transform: none;
  color: rgb(6, 255, 81);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #72f3e2;
}

.drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 35px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;adelante
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

table,td,tr{
    border: 0px solid;
    margin: 0px;
    padding: 0px;
}
/*Fin de LOS ATRIBUTOS PRIMARIOS DE LA HOJA*/

/*DIV DE LA CLASE OPCIONES CON ESTAS SE SELECIONARAN EL DATO QUE NECESITAMOS */
.filter-btn{
    padding: 1rem;
    margin: 0px auto;
    height: 37rem;
    width: 77rem;
}
/*Botones de giracion de adelante y atras*/
.adelante , .atras{
    position: absolute;
    top: 0;
    background-image: url("logo.jpg");
    background-position: center;
    background-size: 20vh;
    background-repeat: no-repeat;
    right: 0;
    text-align: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.adelante {
  color: lawngreen;
  background-color:#5fabdd73;
  text-align: center;
  line-height: 200px;
  font-size: 100px;
  -webkit-box-shadow: 0px 17px 31px 0px rgba(63,61,128,2);
  -moz-box-shadow: 0px 17px 31px 0px rgba(63,61,128,2);
  box-shadow: 0px 17px 31px 0px rgba(63,61,128,2);
}
.atras{
    color:rgb(255, 8, 0);
    font-size: 21px;
    font-family: cursive;   
    background-image: url(flechas.jpeg);
    background-size: 179px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    transform: rotateY(180deg);
}

.opciones{
    margin: 0px auto;
    border-radius: 50%;
    width: 180px;
	height: 180px;
    transform-style: preserve-3d;
    background: rgba(106, 121, 207, 0);
    background: linear-gradient(45deg, rgba(27, 34, 75, 0.328) 30%, rgba(24,60,116,1) 47%, rgba(20, 77, 169, 0.637) 69%, rgba(20, 114, 169, 0.411) 86%);
    transition: all .3s;
}
.opciones_rotar{
    transform: rotateY(180deg);
}
/*FIN DE EL BOTON QUE ROTA Y ABRE EL MENU OBTENIDO */


/*TITULOS DE LOS ENCABESADOS DE OPCIONES ABIERTAS */
.title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0px auto;
    height: 20px;
    color: rgb(0, 255, 21);
}

.subtitle_db,.subtitle_conf,.subtitle_msg{
    font-size: 18px;
    text-align:top;
    display: none;
    background: url(font2.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.subtitle_conf{
    width: 220px;
    text-align: center;
}
.subtitle_msg{
    width: 280px;
    text-align: center;
}
/*fin de los subtitulos y encabesados al abrir las opcines */

/*Primer dato de la tabla Configuraciones TABLA ECHA DE 1 BASE DE DATOS 3 TABLAS*/
.db_text_div{
    margin-left: 13.5rem;
    transition: all .3s cubic-bezier(.68, 1, .265, 1);
    color: darkred;
    text-align: center;
    width:  800px;
    height: 200px;
}
.hide_db{
    transform:translate(0%,110%) scale(0.0,0.0) ;
}
.db_text_td{
    width: 390px;
}
    .db_text{
        height: 120px;
        width: 320px;
        display: none;
        
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }

.db_img_td{
    width: 130px;
    height: 120px;
}
    .db_img{
        width: 130px;
        height: 120px;
        margin: 10px auto;
        border-radius: 10vh;
        background-image: url(db.jpg);
        background-size: 120px;
        background-repeat: no-repeat;
    }

/*Segunda tabla echa de 2 talba de base de datos*/
.msg_text_div{
    transition: all .3s cubic-bezier(.68, 1, .265, 1);
    color: darkred;
    text-align: center;
    font-size: 13px;
    width: 550px;
    height: 200px;
}

.hide_msg{
    transform:translate(330px,-150px) scale(0.0,0.0);
}

.msg_text_td{
    margin: 0px;
    width: 320px;
    height: 130px;
}
    .msg_text{
        width: 320px;
        height: 120PX;
        margin: 0px auto;
        display: none;
        background: url(font2.jpg) no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
.msg_img{
    margin: 10px auto;
    background-image: url(msg.png);
    background-repeat: no-repeat;
    background-size: 120px;
    border-radius: 10vh;
    height: 120px;
    width: 120px;
}
/*Tercera tabla echa de 3 tabla de mensajeria de datos*/
.conf_text_div{
    margin-left: 45rem;
    margin-top: -12rem;
    color: darkred;
    text-align: center;
    font-size: 13px;
    width: 550px;
    height: 200px;
    transition: all .3s cubic-bezier(.68, 1, .265, 1);
}
.hide_conf{
    transform:translate(-67%,-77%) scale(0.0,0.0);
}
.conf_text_table{
    padding:0px auto;
    margin: 0px auto;
}
.conf_text_td{
    width: 320px;
    height: 126px;
}
    .conf_text{
        width: 320px;
        height:126px;
        margin:0px auto;
        display: none;
        background: url(font2.jpg) no-repeat center center fixed;
          filter: blur(8px);
  -webkit-filter: blur(8px);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }
    .conf_img{
        margin: 10px auto;
        background-image: url(conf.jpeg);
        border-radius: 10vh;
        background-repeat: no-repeat;
        background-size: 120px;
        width: 120px;
        height: 120px;
    }

/*TEXTO QUE RELLENA  LOS DIV DE LOS LAS OPCIONES AL PASAR EL MAUS SOBRE ELLAS*/
.text_list{

    margin: 0px;
    text-align: left;
    color: beige;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    
}

.opaco{
    filter: blur(4px);
    transition: all .5s cubic-bezier(.68, 1, .100, 5);
}
table,.db_img,.msg_img,.conf_img{
    transition: all .5s cubic-bezier(.68, 1, .100, 5);
}
.db_img:hover,.msg_img:hover,.conf_img:hover{
    transition: all .5s cubic-bezier(.68, 1, .100, 20);
    transform: scale(1.1,1.1);

}

.BootFinalXD{
    position: fixed;
    height: 40%; 
    width: 24%; 
    right: 0%;
    bottom: 8%;
    margin: 1vh;
    min-height: 500px;
    border: medium double rgb(0, 224, 49);
    
}

.webchat__basic-transcript__filler{
    background-color: black !important;
    color: red;
}
.chatBot{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 2vh;
    margin: 2vh;
    color: red;
    border-radius: 10cm;
    padding: 2vh;
    position: fixed;
    bottom: 0%;
    right: 0%;
    background-color: black;
    display: flex;
}


#canvasMatrix{
    position: absolute;
    z-index: -5;
    width: 100%;
    height: 100%;
  }


.perfilBot{
    width: 10vh;
    bottom: 10vh;
    height: 10vh;
    background-position: 10vh;
    background-size: 4vh;
    background-image: url("BOt.jpeg");

}