
/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap");


body{
       font-family: "SUSE", sans-serif;
       font-weight:bold;
       font-size:15px;
       width:100%;
}

li{
       font-family: "SUSE", sans-serif;
}

h2{
    margin-top:2px;
    padding:5px;
    font-size:20px;
    color:green;
}

a{
    color:green;
}

p{
color:#e30052;
text-align:center;
}
   
h3{
padding:5px;
font-size:25px;
 margin-bottom:10px;
   } 

.clearfix{
    clear: both;
    float: none;
}

.precio{
   font-weight: bold;
    font-size:20px;
    color:black;
}



.alerta{
    padding: 20px;
    font-size: 20px;
    color: #e30052;
    background: black;
    box-shadow: 0px 1px 3px #ccc;
    margin-bottom: 15px;
    border-radius: 2px;
    margin-top: 15px;
}

.venta{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align:center;
  border-radius:15px;
  padding:5px;
  margin-left:5%;
  margin-right:5%;
  background-color:black;
  margin-top:5px;
  font-size:10px;
}

.alerta-error{
    background: #e30052;
}

/* Estilo del scrollbar */
::-webkit-scrollbar {
    width: 8px; /* Ancho del scrollbar */
    height: 8px; /* Altura del scrollbar */
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3); /* Color del scrollbar con transparencia */
    border-radius: 10px; /* Esquinas redondeadas */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); /* Color de fondo del scrollbar */
    border-radius: 10px; /* Esquinas redondeadas */
}

.fecha{
    margin-top:2px;
    font-size: 25px;
    background-color:#1d1d27;
    padding:10px;
    margin:8px;
    border-radius:30px;
}
.compra:hover{
    color: white;
    font-size: 25px;
    background-color:#e30052;
    padding:15px;
    border-radius: 6px;
    cursor:pointer;
}

.compra{
    color: white;
    font-size: 25px;
    background-color:green;
    padding:15px;
    border-radius: 6px;
    cursor:pointer;
}


.espacio{
    margin-top:150px;
}

.entrada{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 0.3s;
  text-align:center;
  border-radius:25px;
  padding:3em;
  margin-left:10em;
  margin-right:10em;
  background-color:#F4F4F4;
  margin-bottom:15px;
  margin-top:15px;
  font-size:15px;
}

.entradabusca{
  width:100%;
}

.centrada{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 0.3s;
  width:25%;
  margin-left:35%;
  text-align:center;
  border-radius:15px;
  padding:15px;
  background-color:#F4F4F4;
  margin-bottom:10px;
}

.loginin{
    margin-left:10%;
    margin-top:10px;
    color:green;
    font: oblique bold 120% cursive;
}


/*MENU*/
#menu{
    clear: both;
    width: 100%;
    height: 45px;
    background: linear-gradient(to bottom, #f9f9f9 0px, #e9e9e9 100%);
    box-shadow: 0px 1px 1px #ccc;
    overflow: hidden;
}

#menu ul{
    list-style: none;
}

#menu ul li{
    float: left;
    line-height: 44px;
       font-family: "SUSE", sans-serif;
}

#menu ul li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    color: #838282;
}

#menu ul li a:hover{
    background: linear-gradient(to bottom, #f2f2f2 0px, #dad9d4 100%);
}

/*CONTENIDO*/

#contenedor{
    width:100%;
    margin-bottom:100px;
    margin-top:50px;
    
}

#contenedor h{
  color:green;
  text-shadow: 1px 1px 2px #ccc;
   }

#buscador{
    padding:10px;
}

#busca{
    padding:15px;
    margin-top:10px;
    margin-bottom:50px;
}

/*BARRA LATERAL*/
#sidebar{
    float:right;
    width: 100%;
    height: auto;
}

.bloque{
    display:block;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 35px;
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3), 0px 3px 7px rgba(0,0,0,0.3), 0px 0px 1px #FFFFFF inset, 0px -3px 2px rgba(0,0,0,0.25) inset; 
}

.bloque h3{
    margin-bottom: 15px;
}

label,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="celular"]{
    display: block;
    width: 90%;
    height:auto;
    margin-top:2px;
    margin-bottom: 2px;
    font-family: "SUSE", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="celular"]{
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #04AA6D;
    border-radius: 6px;
    height:auto;
    width:90%;
    font-size:20px;
    font-weight:bold;
}
input[type="button"],
input[type="submit"],
.boton{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 6px;
    color:black;
    background: #04AA6D;
    border: 1px solid #04AA6D;
    cursor:pointer;
    padding: 10px;
}

input[type="button"],
input[type="submit"],
.boton:hover{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 6px;
    color:white;
    background: #04AA6D;
    border: 1px solid #04AA6D;
    cursor:pointer;
    padding: 10px;
}

.boton{
    color:white !important;
    text-align: center;
    width: 130px;
}

.boton-naranja{
    background: orange;
    border-color: #bd7d08;
}

.boton-verde{
    background:#127012;
    border-color: green;
    text-align:center;
}

.boton-rojo{
    background: #e30052;
    border-color: #444;
}

.boton-azul{
    background: #2232bf;
    border-color: #444;
}

.crearcrud{
    margin-left:200px;
    margin-top:30px;
    color:green;
    font: oblique bold 120% cursive;
    
}


input[type="file"]::file-selector-button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

/*PRINCIPAL*/

#profesor{
    float: left;
    width:100%;
    padding-top:20px;
    min-height:900px;
    background:white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    margin-top:200px;
    margin-left: 20px;
    padding: 90px;
    overflow: hidden;
}

#alumno{
    float: left;
    width:100%;
    padding-top:20px;
    min-height:900px;
    background:white;
    margin-left: 20px;
    padding: 90px;
    overflow: hidden;
}

#principal{
    float: left;
    width:100%;
    padding-top:20px;
    min-height:900px;
    background:white;
    box-shadow: 0px 0px 5px #ccc;
    margin-top:500px;
    margin-left: 20px;
    padding: 90px;
    overflow: hidden;
}
#principal2{
    float: left;
    width:100%;
    padding-top:20px;
    background:white;
    margin-left: 20px;
    padding: 90px;
    overflow: hidden;
}
#principal3{
    float: center;
    width:100%;
    background:white;
    margin-left: 20px;
    padding: 90px;
    overflow: hidden;
}


#principal a{
    color: #333;
}

h1{
    font-size: 32px;
    color: green;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #ccc;
    text-align:center;
    padding:10px;
    margin-top:30px;
    font-family: "SUSE", sans-serif;
}

h5{
    font-size: 24px;
    color: black;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #ccc;
    text-align:center;
    padding:5px;
    margin-top:10px;
    font-family: "SUSE", sans-serif;
}

#principal h2{
    font-size: 20px;
    color: #2979CD;
    text-shadow: 1px 1px 2px #ccc;
    letter-spacing: 1px;
    margin-top: 25px;
}

#principal p{
    margin-top: 8px;
}

#ver-todas a{
    display: block;
    padding: 15px;
    color:white;
    background: #007ee5;
    cursor:pointer;
    width: 160px;
    margin: 0px auto;
    margin-top:50px;
}

/*PIE DE PAGINA*/
#pie{
    clear:both;
    width: 85%;
    margin: 0px auto;
    background: linear-gradient(to bottom, #f9f9f9 0px, #e9e9e9 100%);
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
    color: #666;
    height: auto;
    padding: 15px;
    text-align: center;
}


@media only screen and (max-width: 768px) {
 .entrada{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 0.3s;
  text-align:center;
  border-radius:15px;
  background-color:#F4F4F4;
  margin-left:2em;
  font-size:10px;
  margin-right:2em;

}

#sidebar{
    float:right;
    width: 100%;
    height: auto;
}

#principal{
        width: 100%;
}

.venta{
 box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 0.3s;
  text-align:center;
  border-radius:15px;
  background-color:black;
  margin-bottom:5px;
  font-size:10px;
}

.boton-verde{
    background: #21b921;
    border-color: green;
    text-align:center;
    
}

.entradabusca{
  width:100%;
}

h2{
font-size:15px;
margin-top:1px;
padding:1px;
}

h3{
font-size:15px;
margin-top:2px;
padding:2px;
margin-bottom:10px;
}

h4{
font-size:15px;
color:green;
}


.compra{
    color: white;
    font-size: 15px;
    background-color:green;
    padding:10px;
    border-radius: 6px;
    cursor:pointer;
}

.espacio{
    margin-top:100px;
}

.fecha{
    margin-top:2px;
    font-size: 15px;
    background-color:#1d1d27;
    padding:10px;
    margin:8px;
}

  }


