body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;

}
   

 .ayuda{
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: black;

  }
  .ayuda:hover{
    color: black;
    text-decoration: none;
    cursor: help;

  }
  .ayuda2{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    align: left;
  }
  .ayuda2:hover{
    color: black;
    text-decoration: none;
    cursor: help;

  }

  .ayuda3{
    font-size: 15px;
    text-decoration: none;
    color: black;
    align: left;
  }

  .color{
    font-size: 13.5px;
    color: white;
  }

  .coljd{
    font-size: 10px;
    color: white;

  }

  .ayuda3:hover{
    color: black;
    text-decoration: none;
    cursor: help;

  }
  
.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #32383E;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 10px;
    border:1px solid #fff;
    color: white;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    border-top: 1px solid #fff;
    border-radius: 3px;
    color: white;
    
}

.sidenav a:hover {
    color: white;
    background-color: #4D545D;
}

.sidenav a:active {
    color: white;
    
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 16px;
    margin-left: 50px;
    border:none;
    color: white;
}


#ti{
    text-align: center;
    
    margin: 250px 330px  auto;
    padding: 55px;
   color: white;
    font-weight: bold;
    }

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px; color: white;}
}

#h{
    background-color: #32383E;
    height: 55px;
    width: 100%;
    color: white;
    font-size: 16px;
    overflow: hidden;
    color:white;
    top:0px;
    float: top;
    position: fixed;
}


.logo2{
    width: 100px; 
    height: 40px;
    position: absolute;
    top: 5px;
    left: 15px;
    
    margin-right: 0px;
    border:none;

}

#s{
    padding: 15px;
float: right;
border-left: 1px solid #fff;
border-radius: 1px;
color: white;
}

#i{
    padding: 15px;
float: right;
color: white;
}
#color{
    background-color: #96A1B0;
}
#caja{
    border-radius: 5px;
    display: block;
    
    width: 220px;
    box-shadow: 5px 5px 5px grey;
}

#caja2{
    border-radius: 5px;
    display: block;
    
    width: 400px;
    height: 100px;
    box-shadow: 5px 5px 5px grey;
}

#tc{
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 5px #000000;
}

#fs{
    margin: 50px;
    color: white;
}


.icono{
    height: 70px;
    width: 180px;
}

.titulo{
   height: 90px;
    width: 240px;
}

#P_a{
  background-color: #A6DCDC;
  height: 250px;
  width: 600px;
  position: fixed;
  margin-top: 40px;
  margin-left: 55%;
  transform: rotate(175deg);
   box-shadow: 0px 5px 10px 5px grey;

}
#P_f{
  background-color: #2A619E;
  height: 250px;
  width: 600px;
  position: fixed;
  margin-top: 40px;
  margin-left: 55%;
  
}
#d_t{
color: #fff;
text-align: center;
font-weight: bold;
}

#d_r{
color: #fff;
text-align: left;
font-weight: bold;
margin :15px;
}
input:invalid{
  border: 1px solid red;
 box-shadow: 0px 0px 9px 0px red;
}

.img{
  width:100px;
  height: 100px;
  border: 3px solid black;
  border-radius: 80%;
transition: 0.5s;

}

.img:hover{
  background-color: #ADADAD;
}

.conta {
    width: 100px;
    height: 100%;
    background: #E5E7E9;
    position: fixed;
    right:68%;
    left:0;
    top:0;
    position: fixed;
}

/*diseño de la parte del carrito de compras*/

@import "lesshat";

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.con-carrito{   
  width: 84px;
  height: 91px;
  position: fixed;
  left: 10px;
  right: 100%;
  margin: 0 auto;
  top:130px;
  transition:0.5s;  
}



/* termina diseño del carrito de compras*/


/*DISEÑO DE LA PARTE DE REPORTES DEL 
 */

@import "lesshat";

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.con-reportes{   
 width: 84px;
  height: 91px;
  position: fixed;
  left: 10px;
  right: 100%;
  margin: 0 auto;
  top:255px;
  transition: 0.5s;
}



/*TERMINA DISEÑO DE LA PARTE DE REPORTES DEL MENU */

/*DISEÑO DE ESTADISTICA MENU*/

@import "lesshat";

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.con-estadistica{   
   width: 84px;
  height: 91px;
  position: fixed;
  left: 10px;
  right: 100%;
  margin: 0 auto;
  top:390px;
  transition: 0.5s;

}


/*TERMINA DISEÑO DE ESTADISTICAS DE MENU*/

/*DISEÑO DE LA CAJA DE PERFIL*/
.cont-perfil {
    width: 500px;
    height: 350px;
    background: #17202A;
 position: absolute;
  left:67.3%;
  right: 0;
  margin: 0 auto;
  top:100px;
   opacity: .45;
   -moz-opacity: .25;
   
}

.logo-b{
width: 44px;
margin-top: -14px;
margin-bottom: -14px;
}

.perfil{
   height: 0%;
    width: 23%;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0;
    background-color: rgba(67, 67, 67, 0.6);
    transition: 0.5s;
    padding-top: 60px;
    border:2px solid white;
    color: black;
display: flex;
  justify-content: center;
  align-items: center;
}


.perfil_d{
   height: 0%;
    width: 23%;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0;
    background-color: rgba(67, 67, 67, 0.6);
    transition: 0.5s;
    padding-top: 60px;
    border:2px solid white;
    color: white;
display: flex;
  justify-content: center;
  align-items: center;
}

.abajo{
background-color:#EFEFEF;
width: 100%;
height: 8%;
color: black;
    bottom:  0px;
    text-align: center;
position: absolute;
font-weight: bold;
font-size: 25px;
cursor:pointer;
visibility:hidden;
}

.menu{
top: 53%;
position: absolute;
visibility:hidden;

}

.contenedor{
 position: absolute;
  top: 70%;
  left: 10%;
  width: 300px;
font-size: 11px;
font-weight: bold;
visibility: hidden;
}



.arriba{
background-color:#EFEFEF;
width: 100%;
height: 9%;
color: black;
top: 100px;
text-align: center;
position: absolute;
font-weight: bold;
font-size: 25px;
visibility:hidden;

}

.imagen{
top: 30%;
background-color:#D9D9D9;
width: 100px;
height: 100px;
position: absolute;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
visibility:hidden;

}

.foto-p{
  width: 90px;
  height: 90px;
}

.logo-p{
width: 70px;
margin-top: -14px;
margin-bottom: -14px;
padding: 10px;
}

.logo-usua{
width: 50px;
height: 57px;
    margin-top: 40%;

cursor:pointer;
}

.logo-usu{
width: 50px;
height: 57px;
    margin-top: 20%;

cursor:pointer;
}
.titulos{
visibility:hidden;

}
.titulo1{
  position: absolute;
  top: 62%;
  left: 10%;
  width: 10px;
font-size: 10px;
font-weight: bold;

}

.titulo1 p{

font-size: 10px;
font-weight: bold;
color: white;
}

.titulo2{
  position: absolute;
  top: 62%;
  left: 28%;
  width: 10px;
font-size: 10px;
font-weight: bold;
}
.titulo2 p{

font-size: 10px;
font-weight: bold;
color: white;
}

.titulo3{
  position: absolute;
  top: 62%;
  left: 55%;
  width: 10px;
font-size: 10px;
font-weight: bold;
}

.titulo3 p{

font-size: 10px;
font-weight: bold;
color: white;
}

.titulo4{
  position: absolute;
  top: 62%;
  left: 75%;
  width: 10px;
font-size: 10px;
font-weight: bold;
}

.titulo4 p{

font-size: 10px;
font-weight: bold;
color: white;
}

.lienso{
  background-color: #E1E1E1;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin:11%;
  text-align: center;
}

.lienso-l{

  border-radius: 5px;
 border-radius: 5px;
  margin-left: 270px;
  margin-top: 100px;
  width: 900px;
padding-left: 110px;
}

.lienso-pago{

  border-radius: 5px;
 border-radius: 5px;
  margin-left: 100px;
  margin-top: 10px;
  width: 900px;
padding-left: 80px;
}

.b-p{
width: 350px;
height: 200px;
padding: 10px;
border-radius: 22px;
margin-left: -30px;
margin-right: 30px;
transition: 0.5s;
}

.b-c{
width: 350px;
height: 200px;
padding: 10px;
border-radius: 22px;
margin-left: -30px;
margin-right: 30px;
transition: 0.5s;

}

.botones{
width: 350px;
height: 200px;
padding: 10px;
border-radius: 22px;
transition: 0.5s;
}

.lienso-c{
  position: fixed;
  background-color: #E1E1E1;
  border-radius: 5px;
  margin-left: 170px;
  margin-top: 80px;

}


.img_n{
  width: 300px;
}
.img_d{
  width: 300px;
  filter: opacity(.5);
}

.text{
  font-weight: bold;
 
}

.text_o{
  font-size: 15px;
}

.b-compra{
  background: #CCCCCC;
  border-radius: 15px;
 border-spacing: 10px 5px;
}



.et{
  border-collapse: separate;
  border-spacing: 20px 1px ;
}

.boton{
  background-color: black;
  border: 6px solid #999999;
  border-radius: 5px;

  box-shadow:inset 13px 12px 30px -11px #a11a1a;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303a', endColorstr='#ff303a',GradientType=0);
}

.myButton {
  -moz-box-shadow:inset -8px 22px 21px -16px #8cd179;
  -webkit-box-shadow:inset -8px 22px 21px -16px #8cd179;
  box-shadow:inset -8px 22px 21px -16px #8cd179;
  background-color:#428f56;
  -moz-border-radius:42px;
  -webkit-border-radius:42px;
  border-radius:42px;
  border:7px solid #8f8f8f;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  padding:18px 0px;
  text-decoration:none;
}
.myButton:hover {
  background-color:#467d28;
}
.myButton:active {
  position:relative;
  top:1px;
}

.myButton2 {
  -moz-box-shadow:inset -8px 22px 21px -16px #e02f2f;
  -webkit-box-shadow:inset -8px 22px 21px -16px #e02f2f;
  box-shadow:inset -8px 22px 21px -16px #e02f2f;
  background-color:#6e0d1a;
  -moz-border-radius:42px;
  -webkit-border-radius:42px;
  border-radius:42px;
  border:7px solid #8f8f8f;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  padding:18px 0px;
  text-decoration:none;
}
.myButton2:hover {
  background-color:#6b494b;
}
.myButton2:active {
  position:relative;
  top:1px;
}

.cadu{
  font-weight: bold;
  font-size: 20px;
}

.b-compra_d{
  background: #D9D9D9;
  border-radius: 15px;
 border-spacing: 10px 5px;
 color: white;
}

 .logo{

    width: 104px;
    height: 75.8px;
    margin-top: 1%;
  }

 .logo_i{

    width: 104px;
    height: 75.8px;
    margin-top: -1%;
  }

  #ya{
 color: #D85633;
 font-weight: bold;
  }
  
      .bs-example{
    margin: 20px;
        align-content: center;
  }


    .p_i{
      width: 70px;
      margin-left: 30px;
    }

    .buzon{
   height: 0%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 70%;
    background-color: rgba(67, 67, 67, 0.6);
    transition: 0.5s;
    padding-top: 10px;
    border:2px solid white;
    color: white;
display: flex;
  justify-content: center;
  align-items: center;
}

.alarma{
padding-top: 0%;
width:70%;
height:120px;
font-size: 14px;
visibility: hidden;
}

.links{
  color: white;
  font-weight: bold;
}
.links:hover{
  text-decoration: none;
  color: white;
}
.alarma a{
font-size: 14px;

}
.abajo_b{
background-color:#EFEFEF;
width: 100%;
height:12%; 
color: black;
    bottom:  0px;
    text-align: center;
position: absolute;
font-weight: bold;
font-size: 25px;
cursor:pointer;
visibility:hidden;

}

.personal{
  background-color: black;
  color: white;
  font-weight: bold;
}

.personal:hover{
  color: black;
}

.bus{
  background-color: #929090;
  color: white;
  font-weight: bold;
}

.bus:hover{
  color: black;
}
.car{
  background-color: #8b0304;
  color: white;
  font-weight: bold;
}

.car:hover{
  color: black;
}
.cus{
  background-color: #616161;
  color: white;
  font-weight: bold;
}

.cus:hover{
  color: black;
}

.footer{
  width: 100%;
  height: 40px;
  background-color: black;
  position: fixed;
  bottom: 0px;
}
.logo_f{
  height: 88px;
  width: 47.2px;
}
    .ayuda_p{
   height: 0%;
    width: 15%;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0%;
    background-color: rgba(67, 67, 67, 0.6);
    transition: 0.5s;
    padding-top: 10px;
    border:2px solid white;
    color: white;
display: flex;
  justify-content: center;
  align-items: center;
}

.titulos_a{
visibility: hidden;
}

.menu_a{
top: 40%;
position: absolute;

}

.titulo1_a{
  position: absolute;
  top: 62%;
  left: 10%;
  width: 10px;
font-size: 10px;
font-weight: bold;

}

.titulo2_a{
  position: absolute;
  top: 62%;
  
  left: 65%;
  width: 10px;
font-size: 10px;
font-weight: bold;

}

input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

.abajo_ay{
background-color:#EFEFEF;
width: 100%;
height:12%; 
color: black;
    bottom:  0px;
    text-align: center;
position: absolute;
font-weight: bold;
font-size: 25px;
cursor:pointer;

}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: gray; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.container_char {
   background: #63C4FD;
   width:300px;
   height:0px;
   bottom:-105px;
   left: 89%;
   position:fixed;
   transform:translate(-50%,-50%);
   box-sizing:border-box;
   padding:10px 10px;
   padding-right: 15px;
   padding-left: 15px;
   border-radius: 6px;
   float:right important;
   overflow: scroll; /* showing scrollbars */

}
.chat{
  visibility: hidden;
}
    .alin{
   line-height: 100%;
   font: 17px sans-serif;
    }
  .preguntas{
margin:0 0 25px;
overflow:hidden;
padding:10px;
background-color:#FFEF33;
border:1px solid #afcde3;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.fondo{
  background-image: url(../imagenes/fondo_laptop.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
