html{
	font-size: 10px;
}

*{
    outline: none!important;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
    color: #343434;
}

p, label, span, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}
/*--General--*/
.tooltip {
  z-index: 890;
}
.strong {font-weight:500!important;}
hr {
    width: 96%;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: lightgrey;
}
.bg-secondary {
    background: #D2DBE0!important;
}
.thead-light th
{
    background: #F5F8FA!important;
    border-color: #DFE3EB!important;
}
.table td, .table th {
    padding-top: 15px!important;
    padding-bottom: 15px!important;    
    vertical-align: middle;
}

.text-danger {
    color: #FB4E5A!important;
}

.delete-item {
  border: none;
  background: none;
  color: #fc2b3c;
}

#content-wrapper-inner {
  padding-top: 5%;
}

.no-padding-inner {
  padding-left: 15px!important;
  background-color: #4e4e4e;
}

.bd-callout-warning {
    border-left-color: #f0ad4e!important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .4rem;
    border-radius: .25rem;
}

.emitido {
    background-color: #8BC34A;
    padding: 11px;
    color: white;
}

/*--PAGINATION--*/


.page-link > .line-arrow {
    font-size: 2px;
    width: 4em;
    height: 4em;
}

.page-link > .line-arrow.left {
    border-top: 2px solid #FB4E5A;
    border-left: 2px solid #FB4E5A;
    transform: rotate(-54deg) skew(-20deg);
    left: 20px;
}

.page-link > .line-arrow.right {
    border-top: 2px solid #FB4E5A;
    border-right: 2px solid #FB4E5A;
    transform: rotate(54deg) skew(20deg);
    right: 20px;
}

.pagination > .page-item.disabled > a.page-link > .line-arrow {
    border-color: #8C8C8C;
}

.pagination .square.left {
  transform: rotate(-45deg);
}
.pagination .square.right {
  transform: rotate(45deg);
}

.page-link {
    border:0px;
}

.pagination .page-item {
    margin: 0px 6px;
}
.pagination > .page-item.disabled > a.page-link {
    color: #8C8C8C;
}

.pagination .page-item .page-link {
    color:#FB4E5A;
}

.pagination .page-item.active .page-link {
    color: #FB4E5A;
    background-color: #F5F8FA;
    border-color: transparent;
}

.pagination .page-item .disabled .page-link {
    color:green;
}


/*LOGIN*/
.container-login{
	margin: 0!important;
	max-width: 100%!important;
	text-align: center;
}

.background-login{
	background: url(../images/background-login.png) no-repeat 0 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.cont-form-login {
    padding: 0 5%;
    margin: auto;
    background-color: #ffffff;
}

.text-bienvenida{
	color: #343434;
    font-size: 2rem;
    margin: 2rem 0 3rem;
}

/*Input label animado*/

.input-label{
	position:relative;
}

.input-login {
    width: 100%;
    height: 35px;
    margin: 2rem 0 2rem;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    padding: 0 15px;
    font-size: 1.6rem;
}

.bottom-linea{
	position:relative;
	display:block;
	width:100%;
	bottom: 20px;
}

.bottom-linea::before, .bottom-linea::after{
  	content:'';
  	height:2px; 
  	width:0;
  	bottom:1px; 
  	position:absolute;
  	background:#343434; 
  	transition:0.2s ease all; 
  	-moz-transition:0.2s ease all; 
  	-webkit-transition:0.2s ease all;
}

.bottom-linea::before {
  	left:50%;
}

.bottom-linea::after {
  	right:50%; 
}

.input-login:focus ~ .bottom-linea::before, .input-login:focus ~ .bottom-linea::after {
  width:50%;
}

.text-input{
  	position:absolute;
  	pointer-events:none;
  	left:15px;
  	top:29px;
  	transition:0.2s ease all; 
  	-moz-transition:0.2s ease all; 
  	-webkit-transition:0.2s ease all;
  	font-size: 1.6rem;
}

.input-login:focus ~ .text-input, .input-login:valid ~ .text-input{
  	top:8px;
  	font-size:1rem;
  	color:#0E2362;
}

/*fin Input label animado*/

.check-login{
	height: 17px;
    width: 17px;
    margin-right: 0.5rem;
    float: left;
}

.cont-recordar p{
	text-align: left;
}

.olvide-pass{
	float: right;
	color: #343434;
	text-decoration: underline #343434;
}

.cont-btn{
	margin-top: 6rem;
}

.btn-degradado{
    background: -webkit-linear-gradient(left, #A12336 0%, #FF2335 100%);
    margin: 0 auto;
    height: 40px;
    width: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}

.btn-degradado-sm {
    background: -webkit-linear-gradient(left, #A12336 0%, #FF2335 100%);
    margin: 0 auto;
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;  
}

.btn-degradado:hover, .btn-degradado-sm:hover{
    background: -webkit-linear-gradient(left, #FF2335 0%, #A12336 100%);
    color: #fff;
}

.btn-solid-red{
    background: #FB4E5A;
    margin: 0 auto;
    height: 40px;
    width: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-solid-red:hover{
    background: #C23945;
    color: #fff;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background: -webkit-linear-gradient(left, #FF2335 0%, #A12336 100%);
}

@media (max-width: 767px){
	
	.background-login{
	    height: 200px;
    	background-position: left;
    }
}
/*FIN LOGIN*/

/*RECUPERAR CONTRASEÑA*/
.text-restablecer{
	margin-bottom: 3rem;
    font-size: 1.8rem;
}
/*FIN RECUPERAR CONTRASEÑA*/

/*-- CHECKBOXES & INPUT --*/
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: red; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red; }

.magic-radio:checked + label:before {
  border: 1px solid red; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: red;
  background: red; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}

.input-group span{
  position: absolute;
  margin-left: 9px;
  margin-top: 15px;
}

.input-group span i.fa-user {
    margin-top: 10px!important;
}

.input-group  .form-user {
  padding-left: 22px;
}

.table-data-user {    
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2.5rem;
}

.table-data-collapse {
    padding: 0;
    margin-top: 20px;
}

.title-table {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
}

.section-data-title {
    font-size: 12px;
    color: #F53E58;
    margin-bottom: 1rem;
    font-weight: 500;
}

.name-data {
    margin-bottom: 0.5rem;
    color: #464449;
    font-size: 17px;
    display: block;
}

.form-user {
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem;
    border: 1px solid #C4C4C4;
    border-radius: 2px;    
}

.form-user:hover {
  border-color: red;
}

.form-user > option {
    line-height: 50px!important;
}

.select-date {
    height: 30px;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.inline-checkbox {
    margin-top: 2px;
    margin-bottom: 9px!important;
}


/*--END OF CHECKBOXES & INPUT --*/

/*--Pasajeros--*/
div#modalPasajeros {
    width: 320px;
    margin: 0 auto;
    top: 20%;
}

div#modalPasajeros label.name-data {
  margin-bottom: -4px!important;
}

.filter-column label {
  font-size: 10px;
}

/*--Range slider--*/
section.range-slider {
  position: relative;
  text-align: center;
  height:80px;
}
section.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #F1EFEF;
  box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  overflow: hidden;
  left: 0;
  top: 50px;
  width: 100%;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
}
section.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad8da), color-stop(100%, #413f41));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, #dad8da 0, #413f41 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
  /* W3C */
}
section.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
  /* W3C */
}
section.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
  /* W3C */
}
section.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
section.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}
/*--Range slider--*/

.headerFA {
  background-image: linear-gradient(to right, #040C1D , #233D85);
  width: 92px;
  /*height: 78px;*/
  text-align: center;
  color: #fff;
}

.headerBlue {
  background-color: #E8E8E8;
  color:#0E2362;
  font-weight: 400;  
}

.table th {
  vertical-align: middle;
  text-transform: capitalize!important;
}

.td-checkbox {
    width: 12%;
    margin: 0 auto;
    padding-left: 19px!important;

    padding-top: 11px!important;  
}

/*--Collapse table--*/
.collapse tr {
  border-bottom: 1px solid #90A4AE;
}

.collapse tr td:first-child {
  color: #90A4AE;
  font-size:11px;
}

.collapse tr td:nth-child(2) {
  text-align: right;
  width: 60%;
}


.circle-amenitie {
  display: inline-block;
  border-radius: 60px;
  background-color: #e8e8e8;
  padding: 0.4em 0.6em;
}

.hotel-table {
  text-align: center;
}

.hotel-table thead th:first-child, .hotel-table tr td:first-child {
    text-align: left!important;    
    padding-left: 10px;
}

.bg-navy-th {
  background-color:#0E2362;
  height: auto!important;
  margin-top: 10px;
}


table.tab-vertical-border tr {
  height:120px;
}

table.tab-vertical-border tbody > tr > td {
  border-right: 1px solid #DFE3EB!important;
}

table.tab-vertical-border tbody > tr:first-child > td {
  border-right: none!important;
}

table.tab-vertical-border tbody > tr > td:last-child {
  border-right: none!important;
}

/*---Navtabs flujo 4---*/
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    height: 30px;
    padding: 8px 0px;
}

.nav-tabs li a {
  color: #343434;
  font-weight: 600;
}

.nav-tabs li.active {
  border-bottom: 5px solid #FF2335 ;
}

.tab-content {
  margin-top: 13px;
}

.table th {
  border-top:none;
}

/*---Fin navbars flujo 4---*/

/*COMPRA HOSPEDAJE*/

.cont-check {
  position: relative;
  top: 25px;
}

textarea{
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
}

textarea:hover{
  border-color: red;
}

i.fas.fa-star {
  color: #FCB116;
  margin-right: 5px;
}

table .btn-degradado {
  width: 120px;
  height: 30px;
}

.title-detail, .name-hotel{
  display: flex;
}

i.fas.fa-map-marker-alt {
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.detail-hotel {
  height: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.fade-out{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 20px 0;
  background: -moz-linear-gradient(top, rgba(98,125,77,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,0)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(98,125,77,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(98,125,77,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(98,125,77,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(98,125,77,0) 0%, rgba(255,255,255,1) 100%);
}

/*COMPRA HOSPEDAJE*/

/*COMPRA PAQUETE NACIONAL*/

.icon-input{
 display: flex;
 align-items: center;
}

/*COMPRA PAQUETE NACIONAL*/
/*COMPRA PAQUETE NACIONAL*/

.icon-input{
 display: flex;
 align-items: center;
}

/*FIN COMPRA PAQUETE NACIONAL*/

/*--MODALS--*/
.modal-master-container {
    background-color: rgba(0, 0, 0, 0.6);
    height: 99vh;
    width: 99vw;
    position: fixed;
    z-index: 999;
    overflow-y: scroll;
  }
.modal-fuv {
    margin-top: 10%;    
    min-height: 200px;
}
.modal-fuv .btn.btn-block {
    padding: 5px;
    border-radius: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}
.modal-fuv .btn.btn-block.btn-warning:hover, .modal-fuv .btn.btn-block.btn-warning:active, .modal-fuv .btn.btn-block.btn-warning:focus, .modal-fuv .btn.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #9a7400!important;
    border-color: #9a7400!important;    
    color: #fff!important; 
}
.modal-facturacion > div {
    margin-bottom: 14px;
}
/*--END OF MODALS--*/


/*--Loader--*/

.loader-test-container {
    height: 380px;
    background: transparent;
    margin-top: 40px;
}

@keyframes pulse {
    0%{transform:scale(.1);opacity: 0;}
    50%{ opacity: .4;}
    100%{transform: scale(1.6); opacity: 0;}
}
.css-loader>div {
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    margin: auto auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
}

.css-loader>div:nth-child(1){
    animation: pulse 2s infinite;
}
.css-loader>div:nth-child(2){
    animation: pulse 2s infinite .3s;
}
.css-loader>div:nth-child(3){
    animation: pulse 2s infinite .6s;
}

.css-loader>div:nth-child(4){
    width: 80px;
    height: 80px;
}
/*--Loader--*/