/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@700&display=swap');
@font-face {
  font-family: TenerSans;
  src: url(../fonts/TenorSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Light.ttf);
}
:root {
    --marronclaro:#ddc1a7;
    --marronmedio:#8b7c70;
    --rosapastel: rgb(251, 215, 189);
    --dorado:rgb(214, 175, 74);
    --marronoscuro: #5b4f47;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--marronoscuro);
  border:var(--marronoscuro) solid 3px;
  font-family: OpenSans;
  font-size:16px
}

 #wrapper {
  margin:10px;
}

#tablapedido {
  display: block;
  overflow: auto;
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0,0,0,.4);
  z-index: 10000;
}
/*Horarios*/
.horario {
  padding: 15px;
  margin: 10px 0px;
  width: 100%;
  background-color: #024b94;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 16px;
}
.horarioocupado {
  padding: 3px 15px;
  margin: 10px 0px;
  width: 100%;
  background-color: #424446;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.horarioseleccionado {
  padding: 15px;
  margin: 10px 0px;
  width: 100%;
  background-color: #059742;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: #fff 4px solid;
  font-size: 16px;
}

.horario:hover {
  border: #000 4px solid;
  background-color: #0db453;
  cursor: pointer;
}
.horarioocupado:hover {
  border: #000 4px solid;
  cursor: pointer;
}

.menu-text
{
  padding:0 10px;
}
/*Horarios*/
.Highlighted a{
   background-color : Green !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}
.Full a{
   background-color : Red !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}

#banner {
  width: 100%;
  margin: 0!important;
  display:grid;
  /* padding:10px; */
  background-color: var(--rosapastel);
}

#banner img {
  margin: 0px 50px;
  height: 280px;
}

.imagenbanner{
  text-align: center;
  display: table-cell;
}

 .textobanner {
  font-weight: bold;
  text-align: center;
  padding: 0px 5px;
   display: table-cell;
  justify-content: center;
  align-items: center;
}

#banner h1 {
  font-family: TenorSans;
  font-size: 48px;
  text-align: center;
  color: var(--marronoscuro);
}

#banner p {
  font-family: OpenSans;
  font-size: 36px;
  text-align: center;
  color:var(--marronmedio);
}

#menu-secundario {
  min-height: 50px;
  width: 100%;
  padding-left: 40px;
  text-align: center;
  display: flex;
  border-bottom: white 1px solid;
  background-color:#024b94;
}

#menu-secundario a{
  text-transform: uppercase;
  padding: 20px 35px;
  text-decoration: none;
  display: inline-block;
  /* color:white; */
}
/* #menu-secundario a:hover, #menu-secundario:focus{
  background-color: white;
  color: #024b94;
} */

.titulo {
    margin-top: 10px;
    margin-bottom: 2px;
    font-family: 'Philosopher', sans-serif;
    font-size: 30px;
    color: #010204;
    background-color: #ffffff1e;
    padding: 10px;
    text-align: center;
    border:#3b3f3b1e solid 4px;
}
h1.titulo {
    font-family: 'Philosopher', sans-serif;
    color: #024b94;
    font-size: 36px;
}
.subtitulo {
  font-size: 26px;
  color: #131212
}

p.titulo {
  font-size: 18px;
  color: #131212
}
p.parrafo {
  font-size: 18px;
  color: #141313
}

p.referencia {
  padding-top: 5px;
  font-size: 16px;
  text-align: left;
  font-style: oblique;
}

.tablagrande {
  display: -webkit-box;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: rgb(251,215,189);
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
}
/* Letra para información */
.informacion {
  font-family: 'Courgette', cursive;
}

.informacion-header {
  font-family: 'Courgette', cursive;
  font-size: 24px
}
.informacion p {
 font-size: 18;
}
.informacion h4 {
 font-size: 22px;
}

.perfil-img {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  text-align: center;
}
/*Formulario registro*/
a.formregistro {
  color: #11119b;
}
.formregistro {
  margin-top: 10px;
}
.formregistro input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.input-container{
	position:relative;
	margin-bottom:25px;
}
.input-container label{
	position:absolute;
  /* top:0px; */
  top:-14px;
  left:0px;
  font-weight: normal;
	font-size:15px;
	color:#010204;
  pointer-events:none;
	transition: all 0.5s ease-in-out;
}
.input-container input{
  border:0;
  border-bottom:1px solid #555;
  background:transparent;
  width:100%;
  padding:8px 0 5px 0;
  font-size:16px;
}
.input-container input:focus{
 border:none;
 outline:none;
 border-bottom:1px solid #e74c3c;
}

.input-container input:focus ~ label,
.input-container input:valid ~ label,
.input-container input:read-only ~ label
 {
	top:-14px;
  font-size:15px;
  font-weight:700;
}
/*Para que se vea el campo date en safari*/
 input[type=date]
 {
   min-width:95%;
 }
/* Titulo de categorias y especialidades menú registro profesor*/
p.category {
  color:white;
  border: rgb(49, 49, 49) 2px solid;
  padding: 3px;
  margin:0;
  font-size: 16px;
  background-color: #024b94;
}
.specialty {
  /* background-color: #0056b4; */
  border:rgb(128, 125, 125) 2px solid;
  padding: 3px;
  margin-bottom: 12px;
}

/* Grilla de horarios */
.grillahorario {
    background-color: #024b94;
    border: rgb(0 0 0) 2px solid;
    padding: 3px;
    margin-bottom: 12px;
}
.grillahorario p{
    color:white;
    font-weight: 500;
}

.day {
  background-color: white;
  margin-bottom: 5px;
  padding: 3px;
}
/* Info de profesor */
.infoprofesor {
  background-color: white;
  border:rgb(128, 125, 125) double 4px;
  padding: 15px;
}

.infoicono {
  color:red;
}

h2.detalle {
  background-color: white;
  width: 100%;
  text-align: center;
  padding: 10px;
}
p.detalle {
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(#156ab5,#2e73b7);
    color: black;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    text-align: center;
    border: black solid 2px;
}

.detalledesc {
  color:white;
}
/* Fin info profesor */

.error {
  color:red;
  font-style:oblique;
  font-size:small;
}

.accionmenu {
  font-size: 16px;
  font-weight: normal;
  color:#292525;
  text-decoration: none;
}
.accionmenu:hover {
  color: #024b94;
  text-decoration: none;
  /* background-color: #391fce; */
  /* padding: 5px; */
}

.footer {
  left: 0;
  bottom: 0;
  margin-top:10px;
  width: 100%;
  padding: 3px;
  font-size:15px;
  color:white;
  text-align: left;
  background-color: #36363b;
}

.footer a {
  font-weight: bolder;
}

.btn-comprar {
    margin-top:10px;
    width: 80%;
    color: #fff;
    background-color: #024b94;
    border-color: #b8b6b6;
}
.btn-comprar:hover {
    color: rgb(236, 236, 236);
    background-color: #094886;
    font-weight: bold;
    border-color: #101010;
}

/* fin vista curso */


.open>.dropdown-user,.open>.dropdown-menu {
    display: block;
    position: absolute;
    width: 260px;
}

.open>.dropdown-menu>li>a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    /* margin: 0 0 0 250px; */
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}
.navbar-top-links {
  margin-right: 0;
  margin-left: 5px;
}

.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  margin-top: 9px;
  background-color:#36363b;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #292525;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}


h1.menutext {
  text-align: center;
  color:#337335;;
}

.nombre
{
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.btnmenu{
  font-size: 18px;
}

.btnmenu:active {
  background-color:var(--marronclaro);
}

.btnmenu:hover {
  background-color:var(--marronmedio);
}

table.menutable th, table.menutable td {
  text-align: center;
}

.inputmenu{
  width: 40%;
  text-align: center;
}

.mensajeAlerta{
  background-color: #f30b0b;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
}
@media only screen and (max-device-width: 480px) {
    #page-wrapper {
      padding:0;
    }

    h1.menutext   {
        font-size: 25px;
    }
    .inputmenu{
      width: 100%;
    }
 
    #banner, .imagenbanner {
      display: block;
    }
    #banner img {
      margin: 0 0;
    }

    #banner h1 {
      font-size: x-large;
    }

    #banner p {
      font-size: large;
    }


}
/* Pantallas muy anchas */
@media (min-width: 1440px) {
  .textobanner {
    padding: 0 0 0 100px;
  }
@media (min-width: 1700px) {
  .textobanner {
    padding: 0 0 0 170px;
  }
}
}