*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'KoHo', sans-serif; } /* Reset */

/* Generales */

section {
    width: 90%;
    margin: 0 auto;
    padding-top: 6rem;
}

main{
    padding-bottom: 100px;
}

/* HEADER */

.main-header{
  width: 100%;
  background-image: linear-gradient(#662480, #8f1b80);
  height: 50px;
  position:fixed;
  z-index: 2;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 18px grey;   
}

/* MENU HAMBURGUESA */

header nav ul li a{ 
 display: block; 
 padding: 1.2rem;
 color: #fff;
}

header nav ul li{
 list-style:none;
}

.menu-header a{
    display: flex;
    align-content: center;
}
.menu-header a > *{
    display: inline-block;
}
.menu-header i{
    font-size: 1.5em;
}
.menu-header a span{
    margin-left: 8px;
}

.menu-header{
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    padding: 12px;
    background-color: #8f1b80;
    height: 165px;
    width: 45%;
}

.bot_menu{
    position: absolute;
    right: 23px;
    top: 10px;
    font-size: 20px;
}

.bot_menu i{
    color: white;
}

.show{
    display: inline-block;
}

/* BOTON VOLVER */

.boton-volver {
    color: white;
    position: absolute;
    font-size: 27px;
    top: 6px;
    left: 10px;
}

.logo-app {
    margin-top: 7px;
    display: block;
    text-align: center;
}

.margin-top{
    margin-top: 8rem;
}

.form-libreria{
    padding-bottom: 80px;
}

.lib-box{
    margin-top: 20px;
}
.lib-box img{
    border-radius: 10px;
    width: 100%;
}

/* FOOTER */

nav ul li a{ 
    display:inline-flex;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient( #8f1b80, #662480);
    text-align: center;
    box-shadow: 0px 2px 24px grey;
}

.no-flex{
    display: block;
}

/* PÁGINAS */

/* Main.html */

.mainpagina{
    background-color: #F5F5F5;
}

.boton-apuntes-main{
    display: block;
        width: 100.1%;
    margin-top: 11rem;
}

.boton-libreria-main{
    display: block;
    width: 100.1%;
    margin-top: 1.5rem;
}

.boton-imprimir-main{
    display: block;
    width: 100.3%;
    margin-left: -1px;
    margin-top: 1.5rem;
}

.contenedorcarrusel{
    padding-top: 40px;
    width: 94%;
    padding-bottom: 10rem;
    margin-left: 10px;
}

.btn-default {
    background-color: #CF1728;
    border-color: #662480;
}

/* Index.html */

.content{    
    background: #662480; /* Old browsers */
    background: -moz-linear-gradient(top, #662480 0%, #8f1b80 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #662480 0%,#8f1b80 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #662480 0%,#8f1b80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662480', endColorstr='#8f1b80',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
    font-family: 'KoHo', sans-serif;
    font-size: 11pt;
    color: white;  
}

.logoindex{  
  width:170px;
  margin: 0 auto;   
}

.footer-info{
  width: 90%;
  margin: 10px auto 0 auto;
}

.footer-text{
    text-align: center;
    font-size: 7.5pt;
    color: white;
}

.recordarme{
    color: white;
    font-size: 11pt; 
    font-weight: 700;
}

.btn-default{
    font-weight: 700;    
    background-color: #5cb85c;
    color: white;
    font-style: italic; 
}

/* TuCarrito.html */

.tucarrito{
background-color: #F5F5F5;    
}

.titulocarrito{
    padding-top: 6rem;
    font-size: 30px;
    font-weight: 700;
    color: #CF1728;
    margin-left: 7px;
}

.button_eliminar_producto{
  position: sticky;
  margin-left: -10px;
  margin-right: -5px;
  font-size: 10px;
  font-weight: 700;
}
        
.element{
  color: #CF1728;
  font-weight: 700; 
  font-size: 20px;
  margin-left: 7px;    
}

/* Pago.html */

.pago{
background-color: #F5F5F5;
}

.contenedorpago{
  padding-top: 6rem;
  margin-left: 20px;
  padding-bottom: 6rem;    
}

.titulopago{
    font-size: 30px;
    font-weight: 700;
    color: #CF1728;
}

.medios{
  font-size: 18px;
  font-weight: 500;
}

/* ayuda.html */

.ayuda{
background-color: #662480;
}

.tituloayuda{
  font-weight: 700; 
  font-size: 30px;    
}

.contenedorayuda{
  color: #fff;
  font-size: 10.5pt;
  width: 300;
  margin-bottom: 6rem;
}

.preguntaayuda{
  font-weight: 700; 
  font-size: 20px;    
}

/* comprobante.html */


.comprobante{
background-color: #F5F5F5;
}

.titulocomprobante{
    font-size: 30px;
    font-weight: 700;
    color: #CF1728;
    margin-left: 5px;
}

.codigo{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #7B4694;
    margin-left: 5px;
}

.pedido1{
    font-size: 11pt;
    font-weight: 700;
    color: #000;
    margin-left: 5px;
}

.pedido2{
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-left: 5px;
}

.mimapa{ 
    width: 97%; 
    height: 15rem;
    margin-left: 5px;
    margin-bottom: 8rem;
}

/* Libreria */

.img-libreria{
   padding-top: 3.1rem;
}

.libreria{
    background-color: #F5F5F5;
}

/* Imprimir */

.imprimir_main{
    background-color: #F5F5F5;
}

.img-imprimir{
    padding-top: 50px;
    }

.form-imprimir{
    margin-top: -3rem;
    max-width: 300px;
}

.btn-primary{
    margin-left: 7px;
    font-weight: 700;    
    background-color: #662480;
    color: white;
    font-style: italic;
    border-color:  #F5F5F5;
}

/* ApuntesCategorias.html */

.img-categorias{
    width: 100%;
    margin-top: 50px;
}

.filtrar{
    font-size: 20px;
    font-weight: 700;
    color:#662480;
}

.formulario-apuntes-busqueda{
    margin-top: 2rem;
}

.form-apuntes{
    margin-left: 2px;
    margin-right: 8px;
    margin-top: -50px;
}

/* Apuntes */

.apuntes-body{
    background-color: #F5F5F5;
}

.busqueda2{
    margin-top: 25px;
}

.busqueda{
    width: 97%;
    margin: 0 auto;
    margin-left: 3px;
}

.materia{
    margin-top: 20px;
    color: #CF1728;
    font-size: 30px;
    font-weight: 700;
    margin-left: 2px;
}

.catedra{
    color: #CF1728;
    font-size: 20px;
    font-weight: 700;margin-left: 2px;
}

.categoria2{
    color: black;
    font-size: 10pt;
    font-weight: 500;margin-left: 2px;
}

.form-apuntes2{ 
    margin-top: -15px;
    padding-bottom: 11rem;margin-left: 2px;
}

/* Tarjeta.html */

.form-tarjeta {
    margin-left: 10px;
}

/* Registrarme,html */

.registro{
    background: #662480; /* Old browsers */
    background: -moz-linear-gradient(top, #662480 0%, #8f1b80 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #662480 0%,#8f1b80 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #662480 0%,#8f1b80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662480', endColorstr='#8f1b80',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
}

.datos-usuario {
    position: relative;
    margin-top: 3px;
    margin-left: 7px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.botones a{
    display: inline-block;
}

boton-volver-registro{
    color:white
}
.btn-btn-primary-dropdown-toggle {
    color: #7b468f
}

.checkbox{
    margin-left: 7px;
    color: #000;
}
.checkbox2{
    padding-top: 5px;
    margin-left: 7px;
    color: #fff;
}

.btn-success{
    margin-left: 7px;
    font-weight: 700;
    font-style: italic;
}
/* Usuario.html */

.datos-usuario2 {
    margin-top: 3px;
    margin-left: 7px;
    font-size: 30px;
    font-weight: 700;
    color: #CF1728;
}

.form-control {
    width: 96%;
    margin-left: 7px;
};

.row {
    margin-bottom: 40px;
}
