/* Scss Document */
/* General */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,900");
body {
  /*
  background:url(../images/fnd-lateral.jpg) repeat-x;	
  */
  font-weight: 300;
  font-size: 13px;
  font-family: 'Roboto', sans-serif; }

strong {
  font-weight: 500; }

a {
  cursor: pointer; }

.btn {
  background-color: #003;
  color: #FFF;
  border: none;
  padding: 10px 15px; }

h3.modal-title {
  font-size: 20px; }

.btn.secondary {
  background-color: #003;
  color: #FFF; }

.btn.noactive {
  background-color: rgba(0, 0, 51, 0.1);
  color: rgba(255, 255, 255, 0.4); }

.label-primary {
  background: #39f;
  padding: 10px; }

.label-default {
  background: #ccc;
  padding: 10px; }

.btn:hover {
  background-color: #000;
  color: #FFF; }

.big {
  font-size: 25px; }

.blue {
  color: #39F; }

.white {
  color: #FFF; }

div.container {
  position: relative; }

/*
div.container{
		max-width:950px;
		position:relative;
		padding:0px;
		
}
*/
div.blue {
  background-color: #39F;
  color: #FFF; }

div.rowbf {
  width: 100%;
  margin: 0px auto; }

.popover {
  font-size: 11px;
  padding: 10px; }

.inner-addon {
  position: relative; }

h4 {
  font-size: 15px; }

.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #333; }

.left-addon .glyphicon {
  left: 0px; }

.right-addon .glyphicon {
  right: 0px; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-weight: 400; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 400; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 400; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-weight: 400; }

div.info {
  padding: 20px; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #FFF;
  cursor: pointer; }

.active {
  font-weight: bold; }

/* Box Reservas */
div#box-reservas {
  padding: 40px 20px; }

div#box-reservas form {
  margin: 0px;
  padding: 20px 0px; }

div#box-reservas input {
  height: 40px;
  width: 600px;
  font-weight: bold; }

div#box-reservas div.form-group {
  margin: auto 0px 37px;
  font-size: 18px; }

div.container.principal {
  min-height: 800px;
  text-align: center; }

div.container.principal header {
  padding-bottom: 20px; }

div.container.principal div.contenido-white {
  background: #fff;
  overflow: hidden;
  min-height: 500px; }

div.container.principal header h1 {
  margin-top: 0px;
  color: #FFF;
  font-weight: 100; }

div.container.principal p.lead {
  margin: 15px auto;
  color: #666; }

div#boxes {
  position: absolute;
  left: 0px;
  margin-top: 35px;
  width: 100%; }

div.data-display {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  text-align: left;
  display: none; }

.triangle {
  width: 42px;
  height: 37px;
  background: url(../images/arrow-top.png) no-repeat left top;
  display: none;
  margin-left: 48%; }

div#boxes div#box_rutas {
  display: none;
  overflow: hidden;
  min-height: 200px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

div#boxes div#box_rutas ul.menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 20%;
  float: left; }

div#boxes div#box_rutas ul.menu li {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  color: #666; }

div#boxes div#box_rutas ul.menu li ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%; }

div#boxes div#box_rutas ul.menu li:first-child {
  margin-top: 0px; }

div#boxes div#box_rutas ul.menu li ul li {
  font-size: 14px;
  font-weight: 100;
  margin: 10px 0px;
  width: 100%;
  border-bottom: dotted 1px #ddd;
  padding-bottom: 5px; }

div#boxes div#box_rutas ul.menu li ul li a {
  color: #003;
  font-size: 13px; }

section.ruta {
  float: left;
  background: #FFF;
  padding: 20px;
  width: 78%;
  margin-left: 2%;
  display: none; }

section.ruta div.left {
  float: left;
  width: 100%; }

section.ruta div.right {
  width: 100%; }

.fc-title {
  background: url(../images/ico-boat.png) no-repeat -32px 3px !important;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0px; }

section.ruta ul#header {
  width: 100%;
  clear: both;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #CCCCCC;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

section.ruta ul#header li {
  float: left;
  border-left: 1px dotted #999999;
  padding: 20px;
  min-height: 85px;
  display: inline-block;
  text-align: center; }

section.ruta ul#header li.noches {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding-top: 30px; }

section.ruta ul#header li.points {
  margin-right: 20px;
  text-align: left;
  padding-top: 30px; }

section.ruta ul#header li.points span {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/ico-boat.png) no-repeat;
  line-height: 200%; }

section.ruta ul#header li.points span.fin {
  background-position: left -32px; }

section.ruta ul#header li.noches span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  margin-top: 20px;
  padding: 0px; }

section.ruta ul#header li.select {
  border-right: none;
  text-align: right;
  float: right; }

section.ruta ul#header li.select .btn {
  padding-left: 40px;
  padding-right: 40px; }

section.ruta div.itinerario {
  margin: 10px 0px;
  padding: 15px 0px;
  font-weight: 300;
  font-style: italic;
  font-size: 18px; }

div#boxes div#box_fechas {
  display: block; }

div#boxes div#box_fechas .fc-event {
  background-color: #CCC;
  color: #FFF;
  text-align: center;
  padding: 10px;
  border: none; }

div#boxes div#box_fechas .fc-event.disponible {
  background-color: #39F; }

table.whiteTable {
  background: #FFF;
  font-size: 13px; }

table.whiteTable td, table.whiteTable th {
  text-align: center;
  border: dotted 1px #CCCCCC;
  padding: 15px; }

td.left, th.left {
  text-align: left !important; }

div#boxes h3 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 10px; }

div#boxes h4 {
  margin-top: 20px; }

div#preloader_inicio {
  background: #FFF;
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  top: 20px;
  display: none;
  height: 400px;
  z-index: 100; }

h4.barco {
  background: url(../images/ico-boat.png) no-repeat left -4px !important;
  padding-left: 40px; }

img.thumb-camarote {
  margin-right: 10px; }

/* ++++ DATOS RESERVA +++++ */
div.row.submit {
  padding-top: 40px; }

div#datos-reserva {
  padding: 40px 40px; }

div#datos-reserva input[type=text], div#datos-reserva input[type=email] {
  background: #eee;
  border: none; }

div#datos-reserva table {
  font-size: 14px; }

div#datos-reserva h2 {
  margin-top: 60px;
  font-size: 25px;
  border-top: dotted 1px #CCCCCC;
  padding-top: 30px; }

div#datos-reserva h2:first-child {
  margin-top: 20px; }

div#datos-reserva h3 {
  color: #999;
  font-weight: normal;
  font-size: 18px; }

div#box_zoom {
  width: 300px;
  overflow: hidden;
  position: relative;
  float: left; }

div#box_zoom img.ico-lupa {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: auto;
  margin-left: -50px;
  margin-top: -50px; }

div#steps {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 100;
  color: #999; }

div#steps div.step {
  display: inline-block;
  margin: 0px 20px; }

div#steps step.active {
  color: #333; }

.nobold {
  font-weight: 100; }

a.back {
  margin-bottom: 20px; }

p.intro {
  margin: 20px auto;
  font-size: 14px;
  padding: 20px; }

.row.padding {
  padding: 30px 0px; }

.form-login {
  margin-top: 80px; }

.line-agency {
  border-bottom: dotted 1px #999999;
  padding: 10px 0px;
  overflow: visible; }

#menu-agencia {
  margin-right: 20px;
  border: none; }

#menu-agencia button {
  border: none;
  background: none; }

#mis-reservas {
  font-size: 11px; }

#mis-reservas table {
  font-size: 12px; }

#mis-reservas .busqueda {
  margin-top: 20px; }

a#btn_reserva_bottom {
  display: none; }

div.texto-min {
  font-size: 11px;
  margin-bottom: 40px; }

.acepto {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #dddddd; }

div.nota-precios {
  width: 100%;
  margin-top: 20px; }

img.frontheader {
  width: 100%;
  height: auto; }

/* Language Change */
ul.language-selector {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  overflow: hidden;
  margin: 10px; }

ul.language-selector li {
  display: inline-block;
  padding-left: 20px;
  padding-left: 20px;
  display: inline-block;
  margin-left: 10px;
  background: url(../images/flag-en_US.png) no-repeat left 4px;
  font-size: 15px; }

ul.language-selector li.es_ES {
  background-image: url(../images/flag-es_ES.png); }

ul.language-selector li strong {
  color: #999; }

div.line-agency {
  font-size: 16px; }

.row.api {
  margin-bottom: 30px;
  margin-top: 30px; }

.row.api label {
  display: inline-block;
  width: 100px;
  text-align: right; }

input.apivalue {
  width: 550px !important; }

.imagen_barco .thumb-barco {
  width: 300px;
  height: auto;
  float: left;
  padding: 0px 10px 10px 0px; }

.descripcion_barco {
  width: 600px;
  overflow: hidden;
  float: right;
  margin-bottom: 20px; }

a#btn_reserva {
  width: 600px;
  margin-top: 10px; }

a.termstop {
  padding-bottom: 40px; }

ul.menu li.active {
  background: url(../images/arrow-left.png) no-repeat right center; }

img.img-route {
  width: 100%;
  height: auto; }

div#index {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url(../images/bgHome.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px; }

div#index div.boxMes {
  margin-top: 10px;
  min-height: 50px; }

div#index select {
  padding: 0px;
  margin: 0px;
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../images/bullet-bottom.png) no-repeat 96% 9px;
  font-size: 20px;
  color: #FFF;
  padding-right: 30px;
  padding-left: 10px;
  width: 300px; }

div#index select::-ms-expand {
  display: none; }

div.box_search_secondary select {
  padding: 0px;
  margin: 0px;
  border: 1px solid #ccc;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../images/bullet-bottom-small.png) no-repeat 98% 4px;
  font-size: 12px;
  color: #FFF;
  padding-right: 30px;
  padding-left: 10px;
  width: 80%;
  margin-left: 10px; }

div#index select#mes {
  display: none; }

div.box_search select option {
  background-color: rgba(51, 51, 51, 0.4); }

div.box_search_secondary {
  background-image: url(../images/bgHome.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

div#disponibilidad div.img img {
  width: 100%;
  height: auto;
  margin-left: 20px; }

div#disponibilidad div.detail {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px; }

div#disponibilidad div.detail div.header {
  overflow: hidden;
  position: relative;
  padding-top: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  border-top: dotted 1px #CCCCCC;
  border-bottom: dotted 1px #CCCCCC;
  line-height: 160%; }

div#disponibilidad div.detail div.header span {
  color: #337ab7;
  font-weight: bold; }

div#disponibilidad div.header span.noches {
  font-size: 25px;
  font-weight: 100; }

div#disponibilidad div.detail h2 {
  font-size: 20px;
  color: #337ab7;
  padding-top: 0px;
  margin-top: 0px;
  font-weight: bold; }

div#disponibilidad table, div#disponibilidad td, div#disponibilidad th {
  font-size: 12px;
  border: none; }

div#disponibilidad table thead {
  border-bottom: solid 1px #CCCCCC;
  color: #999;
  font-size: 12px; }

div#disponibilidad td {
  vertical-align: middle;
  border: dotted 1px #CCCCCC;
  font-size: 13px; }

div#disponibilidad tr td:first-child {
  border-left: none; }

div#disponibilidad tr td:last-child {
  border-right: none; }

a.btn:hover {
  color: #FFF;
  background: #337ab7; }

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both; }

a.rmlink {
  font-size: 11px; }

div#disponibilidad tr.bg-danger {
  opacity: 0.5; }

div.modal-body.barco img {
  width: 100%;
  height: auto;
  padding-bottom: 20px; }

div#disponibilidad-salida div.header {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  color: #FFF;
  text-shadow: 2px 2px 0 black; }

div#disponibilidad-salida div.header div.box {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  bottom: 0px;
  padding-bottom: 20px; }

div#disponibilidad-salida div.header h1 {
  font-size: 30px;
  margin-top: 20px;
  width: 85%;
  margin-left: auto;
  margin-right: auto; }

div#disponibilidad-salida div.header a {
  color: #FFF; }

div#disponibilidad-salida div.subheader {
  font-size: 14px;
  font-weight: 100;
  border-bottom: solid 1px #ddd; }

div#disponibilidad-salida div.subheader ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

div#disponibilidad-salida div.subheader ul li {
  border-right: solid 1px #ddd;
  padding: 10px;
  display: inline-block;
  min-height: 40px;
  color: #333; }

div#disponibilidad-salida div.subheader ul li:last-child {
  border-right: none; }

div#disponibilidad-salida div.subheader ul li span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #666; }

div.miga {
  padding-top: 5px;
  border-top: solid 1px #ddd; }

div.miga ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
  margin-left: 30px; }

div.miga ul li {
  padding: 10px 1px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  color: #666; }

div#disponibilidad-salida div.disponibilidad {
  background: #eee;
  padding: 10px 40px; }

div#disponibilidad-salida div.disponibilidad table {
  width: 100%; }

div#disponibilidad-salida h5 {
  color: #337ab7;
  font-weight: bold;
  margin-top: 0px; }

div#disponibilidad-salida div.camarote_descripcion {
  float: right;
  width: 70%; }

div#disponibilidad-salida div.camarote_descripcion_imagen {
  float: left;
  width: 27%; }

div#disponibilidad-salida div.camarote_descripcion_imagen img.thumb-camarote {
  width: 100%;
  height: auto; }

div#disponibilidad-salida table td.pvp {
  min-width: 100px; }

tr.disponibles {
  border-bottom: solid 10px #eee;
  display: none; }

span.icosex {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/ico-sex.png) no-repeat left -64px; }

span.icosex.hombre {
  background: url(../images/ico-sex.png) no-repeat left 0px; }

span.icosex.mujer {
  background: url(../images/ico-sex.png) no-repeat left -32px; }

div.carrito {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  clear: both;
  background: #39F;
  position: fixed;
  bottom: 0px;
  left: 0px; }

div.carrito div.basket {
  width: 330px;
  margin: 0px auto;
  position: relative; }

div.carrito div.basket div.detalle {
  position: absolute;
  left: 0px;
  bottom: 52px;
  z-index: 10;
  background: #fff;
  box-shadow: 2px 2px 0 black;
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 20px;
  width: 300px;
  text-align: left;
  font-size: 12px;
  display: none; }

div.carrito div.basket div.detalle h2 {
  font-size: 14px;
  color: #000;
  font-weight: 600; }

div.carrito div.basket div.detalle ul {
  list-style: none;
  margin: 0px;
  padding: 10px 0px;
  border-top: solid 1px #ddd; }

div.carrito div.basket div.detalle ul li {
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  padding: 10px 0px; }

div.carrito div.basket div.detalle ul li span {
  float: left;
  width: 70%;
  color: #999; }

div.carrito div.basket div.detalle ul li span.pvp {
  float: right;
  width: 30%;
  text-align: right; }

div.carrito div.boxCarrito {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  height: 50px;
  width: 400px;
  margin: 0px auto; }

div.carrito a#btn_ver {
  display: block;
  float: left;
  width: 30px;
  height: 50px;
  background: #B1D6EE;
  text-align: center; }

div.carrito a#btn_ver span {
  margin-top: 18px; }

div.carrito div.info {
  float: left;
  display: block;
  font-size: 11px;
  color: #666;
  text-align: left;
  padding-left: 10px;
  padding-top: 2px;
  width: 260px; }

div.carrito div.info span {
  font-size: 20px;
  font-weight: bold; }

div.carrito div.info span.legal {
  font-size: 9px;
  font-weight: 100; }

div.carrito a#btn_continuar {
  float: right;
  border-radius: 10px;
  margin-top: 6px;
  margin-right: 5px;
  background: #337ab7;
  font-weight: bold;
  pointer-events: none;
  opacity: 0.4; }

div.disponibilidad td.pvp {
  font-weight: bold;
  font-size: 15px;
  color: #337ab7; }

tr.tipo_camarote_row {
  border-top: solid 4px #ddd; }

tr.tipo_camarote_row h5 {
  font-size: 18px; }

.modal-dialog {
  width: 80%;
  max-width: 900px; }

h2.modal-title {
  color: #337ab7;
  font-size: 18px;
  margin-bottom: 10px; }

.modal-header {
  overflow: hidden; }

.modal-header .close {
  font-size: 16px; }

dl.route_detail dl {
  clear: both;
  overflow: hidden; }

dl.route_detail dt {
  float: left;
  width: 25%;
  clear: left;
  color: #666; }

dl.route_detail dd {
  float: right;
  width: 72%;
  clear: right; }

.modal-dialog .intro {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px; }

.modal-dialog h4 {
  padding-top: 10px;
  border-top: solid 1px #ddd; }

span.ant {
  color: #C30;
  text-decoration: line-through; }

.ui-tooltip {
  font-size: 11px; }

.ui-tooltip h5 {
  font-weight: bold; }

a.acceso_agencias {
  font-size: 18px;
  margin-top: 8px;
  display: inline-block; }

div.cabecera {
  border-bottom: solid 1px #CCCCCC;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: solid 1px #CCCCCC; }

.form-control.small {
  width: 45%;
  float: left;
  margin: 0px 5px 0px 0px;
  font-size: 12px; }

label.all {
  width: 100%;
  clear: both; }

.modal-body {
  overflow: hidden; }

.tbl_disponibilidad {
  width: 40% !important;
  float: right !important; }

.zoom {
  display: block;
  position: relative;
  width: 58%;
  height: 300px;
  float: left;
  border: solid 1px #CCCCCC;
  text-align: center !important; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon.png); }

.zoom img {
  display: block; }

.zoom img::selection {
  background-color: transparent; }

#ex2 img:hover {
  cursor: url(grab.cur), default; }

body.embed {
  background-image: none;
  background-color: transparent;
  width: 1px;
  min-width: 100%; }

body.embed div.bgHome {
  background-image: url(../images/bgHome.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  background-position: center center; }

body.embed div.bgHomeSmall {
  background-image: url(../images/bgHome.jpg);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center center; }

body.embed div#app-home select {
  width: 100%;
  border-radius: 0px;
  border: solid 1px #fff;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  padding-right: 30px;
  font-family: 'Raleway', serif;
  background: url(../images/flecha-bottom.svg) no-repeat calc(100% - 10px) center;
  background-size: 15px auto; }

body.embed div#app-home button {
  padding: 4px 10px;
  background: #009bdb;
  color: #fff;
  font-family: 'Raleway' !important, sans-serif;
  font-weight: 700; }

table.disponibilidad-embed {
  font-size: 14px !important;
  font-family: 'Raleway' !important; }

table.disponibilidad-embed tr.header-mes td {
  background: #BBBBBB;
  color: white;
  cursor: pointer; }

table.disponibilidad-embed tr.collapsed {
  display: none; }

table.disponibilidad-embed tr.completo {
  opacity: .5; }

table.disponibilidad-embed span.warning {
  color: red; }

table.disponibilidad-embed strong {
  font-weight: 600 !important; }

table.disponibilidad-embed a.btn {
  background: #4ba1f2; }

table.disponibilidad-embed tbody tr {
  display: none; }

ul.years-select li {
  margin: 10px;
  display: inline-block;
  float: none; }

ul.years-select li.active a {
  background: #4ba1f2; }

@media (max-width: 992px) {
  form#buscadorHome select {
    margin-bottom: 10px; } }
body::before {
  content: 'DEVELOPMENT VERSION';
  position: relative;
  width: 100%;
  background: blue;
  font-size: 18;
  pointer-events: none;
  color: white;
  display: block;
  text-align: center; }

.container-error {
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px; }

.container-checkin a.info-sizes {
  position: absolute;
  left: -10px;
  top: 3px;
  display: block;
  width: 17px;
  height: 17px;
  background: #337ab7;
  border-radius: 50%;
  color: white;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: italic; }
.container-checkin .item-extras {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-size: 14px; }
  .container-checkin .item-extras select {
    padding: 0;
    height: auto; }
.container-checkin .form-group {
  overflow: hidden; }
.container-checkin .btn-primary {
  background: #4ba1f2;
  font-size: 20px;
  padding: 10px 20px; }
.container-checkin input.phone {
  width: calc(80% - 5px);
  float: left;
  margin-left: 5px; }
.container-checkin input.code, .container-checkin select.code {
  width: 20%;
  float: left; }
.container-checkin textarea {
  min-height: 200px; }
.container-checkin strong {
  font-weight: 900; }
.container-checkin div.passenger-data {
  margin-top: 20px; }
  .container-checkin div.passenger-data div.block {
    text-align: left;
    border-right: solid 1px #ddd;
    font-size: 14px;
    line-height: 1.4em;
    min-height: 60px; }
    .container-checkin div.passenger-data div.block:last-child {
      border-right: none; }
  .container-checkin div.passenger-data span.data {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #0a1e44; }
.container-checkin ul.secciones {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  padding-top: 3em;
  padding-bottom: 2em;
  overflow: hidden; }
  .container-checkin ul.secciones li {
    display: block;
    padding: 1em;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-top: 50px;
    font-weight: bold; }
    .container-checkin ul.secciones li.active a {
      color: #4ba1f2;
      font-weight: bold;
      position: relative;
      display: inline-block;
      padding-bottom: 10px; }
      .container-checkin ul.secciones li.active a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #4ba1f2;
        width: 100%;
        height: 3px; }
    .container-checkin ul.secciones li::after {
      content: '\f128';
      position: absolute;
      left: 50%;
      top: 0px;
      transform: translate(-50%, 0);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-family: FontAwesome;
      font-size: 20px;
      padding-top: .3em;
      color: white;
      background: gray; }
    .container-checkin ul.secciones li.status-close {
      color: green; }
      .container-checkin ul.secciones li.status-close::after {
        content: '\f00c';
        background: green; }
.container-checkin h1 {
  font-weight: bold;
  color: #0a1e44;
  padding-bottom: 15px;
  position: relative; }
  .container-checkin h1::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #4ba1f2;
    position: absolute;
    left: 0px;
    bottom: 0px; }
.container-checkin h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px; }
.container-checkin label {
  text-transform: uppercase;
  font-size: 12px;
  color: #0a1e44;
  width: 100%; }
.container-checkin .form-check label {
  width: auto; }
.container-checkin.container-confirmacion h2 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px; }
.container-checkin.container-confirmacion h3 {
  border-bottom: dotted 1px #ddd;
  padding-bottom: 15px;
  font-size: 16px; }

@media screen and (max-width: 600px) {
  .container-checkin ul.secciones li {
    width: 100% !important;
    padding-top: 0px;
    text-align: left;
    padding-left: 30px; }
    .container-checkin ul.secciones li::after {
      width: 20px;
      height: 20px;
      font-size: 12px;
      transform: none;
      text-align: center;
      left: 0; } }
