#mapa {
    width: 100%;
    height: 300px;
}

/*estilos para pageslide*/
html {
    overflow-x: hidden;
}
.ng-pageslide {
    background: #eee;
}
body.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
    opacity: 0.5;
    pointer-events: all;
}
body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
#slides-container {
    overflow: visible !important;
    margin-right: -13px;
}
.bs-box {
  box-sizing: border-box;
}
.atras {
    margin: 0px 0px;
}
.titulo-slide {
    margin-top: 0px;
    margin-bottom: 0px;
}
.col-form-label {
    padding-top: 5px;
}
.backgroundInputVacio {
    background-color: #FDE5E6;
}
.color-rojo {
    color: red;
}
.ul-permisos-checkboses {
    list-style: none;
    padding-left: 0px;
}
.alertas-generales {
  padding: 8px 0px;
}
.alertas-generales p {
  margin: 0px;
}
.my-toast {
    position: fixed;
    z-index: 1001;
    top:30px;
    right: 30px;
    display: block;
}
.my-badge-info {
    font-size: 25px;
    background-color: #3a87ad;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}


/*gallery comidas*/
.feature-gallery {
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    max-height: 300px;
}
.feature-gallery img.thumb {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.feature-gallery:hover img.thumb {
    opacity: 1;
    transition: all 0.35s;
    -moz-transform: scale(1.13);
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}
.fg-overlay { 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all.3s;
    width: 100%;
    height: 100%;
    padding: 30px;
    cursor: pointer;
}
.feature-gallery:hover .fg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.fg-overlay h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    opacity: 0;
    margin-bottom: 5px;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition: all .35s;
}
.fg-overlay p {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all .35s;
}
.feature-gallery:hover .fg-overlay h2,
.feature-gallery:hover .fg-overlay p{
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.feature-gallery:hover .fg-overlay:before {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.container-left {
    padding: 60px 32px;
}

/*botón subir imagen*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 4px 10px;
  border-radius: 8px;
  /*font-size: 20px;*/
  font-weight: bold;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*fin botón subir imagen*/
.my-margin-2 {
    margin: 2px;
}
.my-margin-3 {
    margin: 3px;
}
.my-margin-4 {
    margin: 4px;
}
.my-margin-5 {
    margin: 5px;
}
.my-margin-6 {
    margin: 6px;
}

.my-button-tag i {
    color: transparent;
}
.my-button-tag:hover i {
    color: inherit;
}

.my-cursor-pointer:hover {
    cursor: pointer !important;
}

.file-button {
    /*color:#000!important;
    background-color:#80006f!important;*/
}
.file-button input[type="file"] {
    display: none;
}

.thumb-responsive {
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.thumb-80 {
    width: 80px;
    height: 80px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-100 {
    width: 100px;
    height: 100px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.thumb-120 {
    width: 120px;
    height: 120px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

/*switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.switch input {display:none;}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch-slider {
    background-color: #ff9800;
    /*background-color: #2196F3;*/
}
input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switch-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* Rounded sliders */
.switch-slider.round {
  border-radius: 24px;
}
.switch-slider.round:before {
  border-radius: 50%;
}
/*end switch*/