/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
/*@import url('https://fonts.googleapis.com/css?family=Abel');*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

:root {
    --primary: #004385;
    --secondary: #b32626;
    --tertary: #108da3;
}

body {
    /*font-family:  'Abel', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-size: 14px;

}

h1 {
    font-size: 1.65em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 0.875em;
}

.total-hotel {
    color: #315e83;
}

.item-hotel {
    background-color: #fbfbfb;
    margin-bottom: 24px;
}

.item-circuito {
    background-color: #fbfbfb;
    margin-bottom: 24px;
}

.categoria-estrella {
    color: #b5a115;
}

.barra-superior {
    height: 9px;
    background-color: #1b4f7b;
    margin-bottom: 19px;
}

#cabecera {
    margin-bottom: 24px;
    padding-top: 12px;
}

.alert {
    text-transform: uppercase;
}

.alert-default {
    background-color: #dedede;
}

.caracteristicas {
    font-size: 0.75em;
    font-weight: bold;
}

.caracteristicas:after {
    content: ' | ';
}

.caracteristicas:last-child:after {
    content: '';
}

.descripcion {
    font-size: 0.875em;
    line-height: 24px;
    margin-bottom: 12px;
}

.panel-descripcion {
    border: 1px solid #c5c5c5;
}

.panel-descripcion .panel-heading {
    background-color: var(--primary);
    color: #fff;
}

#cabecera-rules {
    margin-bottom: 12px;

}

.table {
    font-size: 11px;
}

.tabla-upper {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.visible {
    display: block;
}

.oculto {
    display: none;
}

.cabecera-hotel p {
    font-size: 0.75em;
}

.right {
    text-align: right;
}

.div-carrito {
    font-size: 1.5em;
    color: #c70707;
}

.contenedor-filtro {
    font-size: 0.875em;
}

.contenedor-filtro .cabecera {
    background-color: #000;
    color: #fff;
    padding: 4px 9px;
}

#div-loader {
    /*background-color: #b5b5b5a1;*/
    background-color: #00000094;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999;
    text-align: center;
    /*padding-top: 25vh;*/
    /*display: none;*/
    line-height: 100vh;
}

#div-loader img {
    width: 400px;
    border-radius: 10px;
}

.text-bold {
    font-weight: bold;
}

.fa {
    font-size: 16px !important;
}

.div-banner-menu {
    height: 40px;
    background: var(--primary);
    /*background: -moz-linear-gradient(top, #66aad3 0%, #1d396d 48%, #1d396d 99%);
    background: -webkit-linear-gradient(top, #66aad3 0%, #1d396d 48%, #1d396d 99%);
    background: linear-gradient(to bottom, #66aad3 0%, #1d396d 48%, #1d396d 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66aad3', endColorstr='#1d396d', GradientType=0);*/

}

#nav-3 {
    padding-top: 8px;
}

#nav-3 a {
    height: 40px;
    margin-top: 0;
    padding-top: 10px;
    color: #fff;
    font-size: 0.9em;
    /* background-color: #395269; */
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    margin-right: -4px;
    text-align: center;
    letter-spacing: 1px;
}


.contenido {
    background-color: #fff;

}

.input-error {
    border-color: #a71818;
}

.mensaje-error {
    color: #a71818;
    margin: 0;
}

.precio-desde {
    font-size: 1.125em;
    font-weight: bold;
    color: #862525;
    text-align: right;
    margin-top: 4px;
}

.contenedor-buscador {
    border-radius: 5px;
    /*margin-bottom: 25px;*/
    padding: 15px;
    /*border: 2px solid #96989c;*/
    color: #545454;

    /*-webkit-box-shadow: 0px 8px 24px -3px rgba(29, 57, 109, 0.86);
    -moz-box-shadow: 0px 8px 24px -3px rgba(29, 57, 109, 0.86);
    box-shadow: 0px 8px 24px -3px rgba(29, 57, 109, 0.86);*/
}

/*
.buscador-opciones{
    background-color: #1d396d;    
    overflow: hidden;

}
*/

legend {
    color: var(--primary);
    border-bottom: 1px solid #4578a5;
    font-weight: bold;
}

.buscador-opciones ul {
    list-style: none;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0.875em;
}

.buscador-opciones ul li {
    float: right;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #1d396d;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 1px;
}

/*
.buscador-opciones ul li a{
    color: #fff;
    text-decoration: none;
}*/
.buscador-opciones ul li.active {
    background-color: #1d396d;
    color: #ffffff;

    font-style: italic;
}

.panel-body-buscador {
    border: 1px solid #337ab7;
    padding: 15px;
    margin-bottom: 24px;
}

.imagen-logo-agencia {
    height: 100px;
}

.opcion-vuelo {
    border: 1px solid #337ab7;
    margin-bottom: 20px;
}

.opcion-vuelo-header {
    background-color: #0e30a6;
    overflow: hidden;
    padding: 4px 10px;
    color: #fff;
    margin-bottom: 4px;
}

.opcion-vuelo-body {
    padding: 15px;
}

.detalle-vuelo span {

    font-size: 0.875em;
}

.detalle-vuelo span:after {
    content: "   |   ";
}

.detalle-vuelo .fa {
    margin-right: 4px;
}

.valor-vuelo {
    text-align: right;
    color: #ce1c17;
    font-size: 1.875em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
}

.div-reservar-vuelo {
    text-align: right;
}

/*
.item-hotel .table-bordered > thead > tr > th, .item-hotel .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .item-hotel .table-bordered > tbody > tr > td, .item-hotel .table-bordered > tfoot > tr > td {
    border: 1px solid #8c8c8c;
}*/
.contedor-busqueda-vuelos {
    background-color: #e0ecf3;
    overflow: hidden;
    margin: 0px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.item-search-vuelo {
    border-bottom: 1px dotted #cacaca;
    margin-bottom: 12px;
    padding-bottom: 12px;
    background-color: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px;
}

.item-search .opcion-vuelo-body {
    font-size: 11px;
    font-weight: bold;
}

#tipoViajeDivMultidestino {
    display: none;
}

.tramo-multiviaje-buscador {
    border-bottom: 1px dotted #bbb;
    overflow: hidden;
    margin-bottom: 12px;
}

.addTramo,
.removeTramo {
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.addTramo i {
    margin-right: 5px;
    font-size: 14px !important;
}

.removeTramo i {
    margin-right: 5px;
    font-size: 14px !important;
}

.icon-lista-hotel {
    margin-left: 4px;
    cursor: pointer;
}

.cabecera-tabla {
    background-color: #bbbaba;
    color: #2b2b2b;
}

.popover {
    font-family: 'Roboto', sans-serif !important;
}

/*
.popover .arrow{
    top: 52px;
}*/
.popover-content {
    padding: 0px;
}

.list-ciudades {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-list-ciudades {
    padding: 5px;
    cursor: pointer;

}

.item-list-ciudades:hover {
    background-color: #f5f5f5;

}

.item-list-titulo {
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-top: 7px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #dcdcdc;
}

.table-cabecera thead {
    background-color: #353535;
    color: #fff;
}

.titulo-tabla {
    background-color: #293f69;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    border: none;
}

.pais-recorrido-circuito:after {
    content: " | ";
}

.pais-recorrido-circuito:last-child:after {
    content: "";
}

.salidas-programadas {
    border-bottom: 1px dotted #cbcbcb;
    margin-bottom: 5px;
    padding-bottom: 4px;
}

.item-salidas-programadas {
    padding: 4px 4px 0px 4px;
    border-bottom: 1px dotted #cbcbcb;
}

.item-salidas-programadas:last-child {
    border-bottom: 0px;
}

.item-salidas-color {
    background-color: #e9f2fb;
}

.fechasSalidas:after {
    content: " | ";
}

.fechasSalidas:last-child:after {
    content: "";
}

.item-circuito-cotizacion {

    margin-bottom: 8px;
}

body .fc {
    font-size: 0.75em !important;
}

fc-title {
    font-size: 7px;
}

.fc-danger {
    background-color: #dc0808 !important;
    border-color: #dc0808 !important;
}

.fc-success {
    background-color: #6eac4a !important;
    border-color: #6eac4a !important;
}

.fc-no-disponible {
    background-color: #616161 !important;
    border-color: #616161 !important;
}

.fa-selected:after {
    content: "\f036" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput .label-info {
    background-color: #1d396d !important;
}

.bootstrap-tagsinput .label {
    font-size: 0.95em !important;
    font-weight: normal !important;
}

.textoInputTags .bootstrap-tagsinput {
    min-height: 32px;
}

.alert-info {
    color: #ffffff;
    background: var(--primary);
    border-color: #338dc0;
}

.alert-danger-precio {
    color: #ffffff;
    background-color: #983e3e;
    border-color: #983e3e;
}

.cancelacion-basada-destino {
    color: #1d396d;
    font-weight: bold;
    font-size: 10px;
}

.cancelacion-basada-destino-check-rates {
    color: #1d396d;
    font-weight: bold;
    font-size: 12px;
}

.panel-danger>.panel-heading {
    color: #efefef;
    background-color: var(--secondary);
    border-color: #ebccd1;
}

.facilidades-check-rates {
    font-weight: 400;
}

.facilidades-habitacion .facilidades-check-rates:after,
.facilidades-hotel .facilidades-check-rates:after {
    content: " | ";
    font-weight: bold;
}

.facilidades-habitacion .facilidades-check-rates:last-child:after,
.facilidades-hotel .facilidades-check-rates:last-child:after {
    content: "";
}

.btn-recomendado {
    background-color: #778e1d;
    /* border-color: #b12127; */
    font-style: italic;
    letter-spacing: 1.3px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 5px;
    padding: 4px;
    left: 20px;
}

.info-hotel {
    cursor: pointer;
}

.info-hotel-modal h3 {
    font-size: 17px;
    font-weight: bold;
}

.info-hotel-modal .col-md-12 {
    border-bottom: 1px solid #e4e4e4;
}

.info-hotel-modal .col-md-12:last-child {
    border-bottom: none;
}


.minimus-slider {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.minimus-slide {
    position: absolute;
    left: 0;
    top: 0;
}

.minimus-navslide {
    /* style as you wish, this is only an example */
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

.minimus-navslide span {
    position: relative;
    cursor: pointer;
}

.minimus-caption {
    /* style as you wish, this is only an example */
    position: absolute;
    bottom: -2.625em;
    width: 100%;
    background: rgba(20, 20, 20, 0.7);
    color: #f7f7f7;
    border: none;
    border-top: 1px solid #404040;
}

.titulo-promociones {
    color: #ab2c2c;
    margin-bottom: 0px;
    font-weight: bold;
}

.filtros {
    border-color: #0e30a640 !important;
    /*-webkit-box-shadow: 0px 8px 24px -3px rgba(29, 57, 109, 0.86);
    -moz-box-shadow: 0px 8px 24px -3px rgba(29, 57, 109, 0.86);*/
    box-shadow: 0px 8px 20px -6px rgba(29, 57, 109, 0.86);
}

.filtros hr {
    margin: 7px;
}

.filtros .panel-heading {
    color: #fff !important;
    padding: 5px 10px !important;
    background: var(--primary) !important;
}

.text-filtro-search {
    font-weight: 600;
    color: #505050;
}

.recomendado {
    background-color: #b11818;
    color: #fff;
    font-style: italic;
    padding: 4px;
    margin-left: 6px;
    font-size: 12px;
}

.label-class {
    color: #32ff05;
}

.img-seguros {
    border-radius: 7px;
    width: 50px;
    cursor: pointer;
}

.promocion-seguros {
    font-size: 16px;
    color: #d40707;
    font-weight: bold;
    font-style: italic;
}

.alert-cancelacion {
    color: #ffffff;
    background-color: var(--secondary);
    border-color: #ebccd1;
    font-weight: 400;
}

.efectivo {
    height: 30px;
    background: var(--tertary);
    /* border-bottom: 1px solid #cb6212; */
    /* border-left: 1px solid #cb6212; */
    /* border-right: 1px solid #cb6212; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding-top: 4px;
    color: #ffffff;
    font-weight: 500;
    /* font-weight: bold; */

}

.loading-input {
    background: url("https://panasystem.eurolatina.travel/public/imagenes/loading_input.gif");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: right;
}

.cabecera-vuelo {
    text-align: center;
    border-bottom: 1px dotted #c3c3c3;
    margin-bottom: 4px;
    padding-bottom: 8px;
    padding-top: 4px;
}

.cabecera-vuelo h3 {
    font-size: 1.125em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #848484;

}

.cabecera-vuelo .nombreAeropuerto {
    font-size: 1em;
    font-weight: bold;
}

.cabecera-vuelo hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 4px solid #bdbdbd;
}

.cabecera-vuelo p {
    margin: 0;
}

.cabecera-vuelo .fechas {
    font-size: 0.875em;
    color: #265379;
    font-weight: 600;
}

.no-border {
    border: 0px !important;
}

.segmentos-vuelo {
    margin-bottom: 14px;
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 12px;
}

.segmentos-vuelo.filtros {
    border-color: #1d396d !important;
    -webkit-box-shadow: 0px 8px 15px -3px rgba(29, 57, 109, 0.86);
    -moz-box-shadow: 0px 8px 24px -3px rgba(29, 57, 109, 0.86);
    box-shadow: 0px 8px 15px -3px rgba(29, 57, 109, 0.86);
}

.segmentos-vuelo .cabecera-vuelo {
    border: 0;
}

.informacion-segmentos {
    padding: 15px 30px 15px 30px;
    margin-bottom: 30px;
}

.informacion-segmentos h3 {
    font-size: 1em;
}

.informacion-segmentos .nombreAeropuerto {
    font-size: 0.75em;
}

.informacion-segmentos .cabecera-vuelo .fechas {
    font-size: 0.75em;
}

.nombre-aerolinea {
    font-size: 1.4em;
    text-decoration: underline;
    color: #225b8c;
}

.breadcrumb-paquete-hotel li {
    color: #050505;
    font-weight: bold;
}

.linea-paquete-hotel {
    background-color: #d7d7d7;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.turismo-ecuador a:hover {
    text-decoration: none;

}

.list-hotels {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    z-index: 900;
    display: none;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.loader {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 30px;
    animation: moveBubbles 2s linear infinite;
}

.loader .bubble {
    width: 30px;
    height: 30px;
    background-color: #3498db;
    border-radius: 50%;
    position: absolute;
    animation: moveBubble 2s linear infinite;
}

@keyframes moveBubble {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveBubbles {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(50%);
    }
}*/

#pagination {
    display: flex;
    margin: 1rem 0;
    justify-content: end;
}

#pagination-bottom {
    text-align: right;
}

#pagination button,
#pagination-bottom button {
    margin-right: 0.5rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

#pagination button:disabled,
#pagination-bottom button:disabled {
    color: #999;
    cursor: not-allowed;
}

#pagination button.active,
#pagination-bottom button.active {
    background: var(--primary);
    color: #fff;
}

.select2 {
    width: 100% !important;
}

.search {
    width: 100%;
    border: solid 1px #0e30a640;
    /*color: #fff;*/
    font-family: 'Poppins', sans-serif;
    border-radius: 2px;
    box-shadow: 0px 8px 20px -6px rgba(29, 57, 109, 0.86);
    margin-bottom: 2rem;
}

.search-options {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: solid 1px #0e30a640;;
}

.search-options li {
    flex-grow: 1;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.search-options li.active {
    cursor: default;
    background: var(--primary);
    color: #fff;
}

.search .contenedor-buscador {
    box-shadow: none;
    /*color: #fff;*/
}

.search #div-buscador-contenedor legend {
    /*color: #fff !important;*/
    border: none;
}

.search #div-buscador-contenedor button {
    background: var(--primary);
    padding: 10px;
}

.pnl-login {
    margin-top: 1rem;
}

.logo a {
    color: var(--tertary);
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}

.logo span {
    color: var(--primary);
    text-transform: capitalize;
}

.logo p {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 200;
}

.logo a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.aviso {
    text-align: center;
    color: red;
    font-weight: 800;
    padding: 0.5rem 0;
    text-transform: uppercase;
}