*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  color: #777;
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12pt;
  font-weight: 200;
  min-height: 100vh;
  justify-content: space-between;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased; }

p {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10pt;
  font-weight: 400; }

span.bold {
  font-weight: 600; }

#danger {
  background-color: rgba(242, 222, 222, 0.9);
  color: #000000;
  font-size: 14pt;
  position: fixed;
  top: 0;
  left: 30%;
  padding: 5px 10px;
  text-align: center;
  width: 40%;
  z-index: 100; }

section {
  flex: 1;
  padding: 20px 40px; }

section.sec_inicio {
  padding: 40px; }
  section.sec_inicio .texto {
    margin-left: 40px; }
    section.sec_inicio .texto p.inicio {
      color: #777;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.4em;
      font-weight: 200;
      margin-bottom: 15px;
      text-align: justify; }
      section.sec_inicio .texto p.inicio span.remarcado_blanco {
        color: #777;
        font-weight: 400; }
  section.sec_inicio .imagen {
    float: right;
    width: 43%; }
    section.sec_inicio .imagen img {
      width: 100%; }

footer {
  background-color: rgba(204, 204, 204, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  justify-content: space-between;
  height: 60px;
  padding: 0 40px; }
  footer .copyright {
    line-height: 60px; }
  footer .condiciones_uso {
    line-height: 60px; }

.strong, strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }


.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
}

/*
.btn-primary {
  color: white;
  background-color: #A70060;
  border-color: #A70060;
  padding: 5px 10px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #89004f;
    border-color: #89004f;
    text-decoration: none; }

.btn-secondary {
  background-color: #ffffff;
  color: #cccccc;
  padding: 5px 10px; }
  .btn-secondary:hover {
    background-color: #aaaaaa;
    color: #ffffff; }
*/
.bottom-10 {
  margin-bottom: 10px; }

.bottom-20 {
  margin-bottom: 20px; }

.bottom-30 {
  margin-bottom: 30px; }

.bottom-40 {
  margin-bottom: 40px; }

.top-10 {
  margin-top: 10px; }

.top-20 {
  margin-top: 20px; }

.top-30 {
  margin-top: 30px; }

.top-40 {
  margin-top: 40px; }

.top-75 {
  margin-top: 75px; }

a {
  color: #444;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }


select {
  border: solid 1px #ccc;
  border-radius: 0;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  padding: 0px 25px 0 10px !important;
  -webkit-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  transition: all 0.6s !important; }

input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #ccc;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px 0 10px !important;
  -webkit-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  transition: all 0.6s !important; }

@media (max-width: 1200px) {
  .table-responsive-1200 {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
    .table-responsive-1200 > .table {
      margin-bottom: 0; }
      .table-responsive-1200 > .table > thead > tr > th, .table-responsive-1200 > .table > tbody > tr > th, .table-responsive-1200 > .table > tfoot > tr > th, .table-responsive-1200 > .table > thead > tr > td, .table-responsive-1200 > .table > tbody > tr > td, .table-responsive-1200 > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive-1200 > .table-bordered {
      border: 0; }
      .table-responsive-1200 > .table-bordered > thead > tr > th:first-child, .table-responsive-1200 > .table-bordered > tbody > tr > th:first-child, .table-responsive-1200 > .table-bordered > tfoot > tr > th:first-child, .table-responsive-1200 > .table-bordered > thead > tr > td:first-child, .table-responsive-1200 > .table-bordered > tbody > tr > td:first-child, .table-responsive-1200 > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive-1200 > .table-bordered > thead > tr > th:last-child, .table-responsive-1200 > .table-bordered > tbody > tr > th:last-child, .table-responsive-1200 > .table-bordered > tfoot > tr > th:last-child, .table-responsive-1200 > .table-bordered > thead > tr > td:last-child, .table-responsive-1200 > .table-bordered > tbody > tr > td:last-child, .table-responsive-1200 > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive-1200 > .table-bordered > tbody > tr:last-child > th, .table-responsive-1200 > .table-bordered > tfoot > tr:last-child > th, .table-responsive-1200 > .table-bordered > tbody > tr:last-child > td, .table-responsive-1200 > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  header .brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom: 2px solid #eeeeee;
    font-family: "georgia";
    font-size:12px !important;
         }
    header .brand .private {
      align-items: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 40px;
      position: relative; }
      header .brand .private #menu_private {
        background-color: rgba(167, 0, 96, 0.8);
        color: #ffffff;
        display: block;
        font-weight: 600;
        padding: 10px 20px; }
        header .brand .private #menu_private:hover {
          background-color: #89004f;
          transition: all 0.7s ease; }
        header .brand .private #menu_private .fa-lock, header .brand .private #menu_private .fa-unlock, header .brand .private #menu_private .fa-user {
          margin-right: 8px; }
      header .brand .private .login_box {
        background-color: white;
        box-shadow: 0 3px 3px #333;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 40px;
        width: 240px;
        z-index: 10; }
        header .brand .private .login_box .recordar {
          margin-bottom: 15px; }
          header .brand .private .login_box .recordar input[type=checkbox] {
            margin-right: 10px; }
            header .brand .private .login_box .recordar input[type=checkbox]:hover {
              cursor: pointer; }
          header .brand .private .login_box .recordar p {
            display: inline-block;
            margin-bottom: 0; }
        header .brand .private .login_box .inicia_sesion {
          display: -webkit-flex;
          display: -moz-flex;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: flex-end;
          margin: -10px 0 10px; }
          header .brand .private .login_box .inicia_sesion a {
            color: #A70060;
            font-size: 12px; }
            header .brand .private .login_box .inicia_sesion a:hover {
              text-decoration: underline; }
      header .brand .private .menu_private_open {
        background-color: rgba(167, 0, 96, 0.8);
        color: #ffffff;
        display: block;
        padding: 10px 20px; }
        header .brand .private .menu_private_open:hover {
          background-color: #89004f;
          transition: all 0.7s ease; }
        header .brand .private .menu_private_open .fa-lock, header .brand .private .menu_private_open .fa-unlock-alt, header .brand .private .menu_private_open .fa-user {
          margin-right: 8px; }
    header .brand .olvido_contrasena {
      display: -webkit-flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin-top: 3px;
      width: 166px; }
      header .brand .olvido_contrasena a {
        color: #A70060;
        font-size: 12px; }
        header .brand .olvido_contrasena a:hover {
          text-decoration: underline; }
    header .brand .mensajes_error {
      position: absolute;
      right: 20px; }
      header .brand .mensajes_error p {
        text-align: right;
        width: 560px; }
  header nav {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ccc;
    flex-direction: row;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 200;
    height: 50px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px; }
    header nav ul {
      align-items: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      justify-content: center;
      list-style-type: none;
      margin: 0;
      position: relative; }
      header nav ul li {
        height: 50px; }
        header nav ul li a {
          color: #ccc;
          cursor: pointer;
          display: block;
          line-height: 50px;
          padding: 0 20px;
          transition: all 0.5s ease; }
          header nav ul li a:hover, header nav ul li a:active, header nav ul li a:focus {
            background-color: rgba(0, 0, 0, 0.2);
            color: #ffffff;
            text-decoration: none; }
          header nav ul li a.menu_activo {
            color: #ffffff; }
          header nav ul li a:hover + ul.children {
            display: block; }
        header nav ul li ul.children {
          background-color: #444;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          display: none;
          min-width: 118.7px;
          position: absolute;
          z-index: 10; }
          header nav ul li ul.children:hover {
            display: block; }
          header nav ul li ul.children > li a.menu_activo_2 {
            background-color: rgba(0, 0, 0, 0.2);
            color: #ffffff; }


.our-radio label{
  padding-bottom: 10px !important;
}



.card {
  border: solid 1px #1295b6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .card .card-heading {
    background-color: #1295b6;
    padding: 5px 20px; }
    .card .card-heading h3.card-title {
      color: #ffffff;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 200;
      line-height: 35px;
      margin: 0;
      vertical-align: middle; }
  .card .card-body {
    padding: 20px; }

@media (max-width: 1200px) {
  .table-responsive-1200 {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
    .table-responsive-1200 > .table {
      margin-bottom: 0; }
      .table-responsive-1200 > .table > thead > tr > th, .table-responsive-1200 > .table > tbody > tr > th, .table-responsive-1200 > .table > tfoot > tr > th, .table-responsive-1200 > .table > thead > tr > td, .table-responsive-1200 > .table > tbody > tr > td, .table-responsive-1200 > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive-1200 > .table-bordered {
      border: 0; }
      .table-responsive-1200 > .table-bordered > thead > tr > th:first-child, .table-responsive-1200 > .table-bordered > tbody > tr > th:first-child, .table-responsive-1200 > .table-bordered > tfoot > tr > th:first-child, .table-responsive-1200 > .table-bordered > thead > tr > td:first-child, .table-responsive-1200 > .table-bordered > tbody > tr > td:first-child, .table-responsive-1200 > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive-1200 > .table-bordered > thead > tr > th:last-child, .table-responsive-1200 > .table-bordered > tbody > tr > th:last-child, .table-responsive-1200 > .table-bordered > tfoot > tr > th:last-child, .table-responsive-1200 > .table-bordered > thead > tr > td:last-child, .table-responsive-1200 > .table-bordered > tbody > tr > td:last-child, .table-responsive-1200 > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive-1200 > .table-bordered > tbody > tr:last-child > th, .table-responsive-1200 > .table-bordered > tfoot > tr:last-child > th, .table-responsive-1200 > .table-bordered > tbody > tr:last-child > td, .table-responsive-1200 > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }


  section .utils_bar{
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

  section .utils_bar button{
    /*float: left;*/
  }


table.tbl {
  margin-bottom: 20px;
  width: 100%; }
  table.tbl thead tr th {
    border-bottom: solid 2px #2ac4ea;
    border-top: solid 2px #2ac4ea;
    color: #444;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 2em; }
    table.tbl thead tr th:first-child {
      padding-left: 10px;
      padding-right: 20px; }
    table.tbl thead tr th:last-child {
      padding-right: 10px; }
  table.tbl tbody {
    border-bottom: solid 2px #2ac4ea; }
    table.tbl tbody tr td {
      border-bottom: dotted 1px #cccccc;
      color: #444;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 2em; }
      table.tbl tbody tr td:first-child {
        padding-left: 10px;
        padding-right: 20px; }
      table.tbl tbody tr td:last-child {
        padding-right: 10px; }
      table.tbl tbody tr td a i.fa {
        cursor: pointer; }

.icon_button{
  margin-right: 5px;
}

/*.container {
width: 90%;
}*/

@media (min-width: 1200px){ 
  .container {
    width: 1200px;
  }
}

@media (min-width: 1400px){ 
  .container {
    width: 1400px;
  }
}

.reservas-message{
  margin:30px;
}

/* jssor slider bullet navigator skin 05 css */
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../images/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('../images/a12.png') no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }


/*MODAL IMAGEN LIGHTBOX*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  font-weight: bold;
  opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}