body {
  background: #f5f6f5;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
}
body,
html {
  padding: 0;
}
.container {
  min-width: 80%;
  background-color: whitesmoke;
}
.index {
  width: 100vw;
  height: 100vh;
  margin-top: -50px;
}

.masthead {
  color: white;
  min-height: 30rem;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  background: url("/img/background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}
.not-active {
  pointer-events: none;
  cursor: default;
}

.showScroll {
  overflow-y: scroll;
}

#preview {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
  max-width: 160px;
}

#preview img {
  width: 150px;
  height: 100px;
  display: block;
}

#previewBanner {
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
  max-width: 100%;
 }

#previewBanner img {
  width: 100%;
  display: block;
}

header {
  background: white;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.myContent {
  padding-top: 190px;
}

/* linea vertical izquierda */
.vl {
  border-left: 1px solid darkgrey;
}

/* linea vertical derecha */
.vr {
  border-right: 1px solid darkgrey;
}

#calendar {
  max-width: 900px;
  margin: 40px auto;
}

#calendar a.fc-event {
  color: #fff; /*los estilos predeterminados de bootstrap lo hacen negro. deshacer  */
}

input.myCheckBox{
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

.bg-corporative-button{
  /* background: url("/img/background.png"); */
  background-color:  #f370ee;
  color: white;
  border-color:  #f370ee;
  /* border-radius: 15px; */
}
.bg-corporative{
  background-color: #f370ee;
  /* background: url("/img/background.png"); */
  color: white;
  border-color:  #f370ee;
}

.btn-secondary{
  background-color: white;
  color:  #f370ee;
  border-color:  #f370ee;
  /* border-radius: 15px; */
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
  color: white !important;
  background-color:  #f370ee !important;
  border-color:  #f370ee !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  color: white !important;
  background-color:  #f370ee !important;
  border-color:  #f370ee !important;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
  color: white !important;
  background-color:  #f370ee !important;
  border-color:  #f370ee !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited {
  color:  #f370ee !important;
  background-color: white !important;
  border-color:  #f370ee !important;
}

input:invalid{
  border: 1px solid lightsalmon;
}

/* input:invalid:required{
  background-image: linear-gradient(to right, snow, rgb(155, 155, 152));
} */
input:valid{
  border:1px solid lightgrey;
}

@media print{
  .hide-when-print,
  .hide-when-print * {
    display: none !important;
  }
}
.ticket{
  width: 155px;
  max-width: 155px;
}

pre{ 
  text-indent: 0px;
}

