@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url(font/roboto.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

body{
    /*background: url('images/background_passport.png') no-repeat !important;*/
}

.date-picker {
}

.input2-container {
    border-bottom: 1px dotted #d2d2d2 !important;
    background: #eee !important;
    width: 100%;
    margin-top: 11px;
}

.input-invalid {
    background: #ff1800ba;
    color: white;
}

.date-invalid {
    background: #ff1800ba !important;
    color: white !important;
}

.form-contol {
    border: solid gray 3px !important;
}

.input-text {
    border: solid #ecf0f1 3px !important;

}

.btn-continuar {
    border: solid;
    background-color: #13322B !important;
    color: #d4c19c !important;
    width: 100%;
}

.input-invalid {
    background: #ff1800ba !important;
    color: white !important;
}


.disponible {
    background: #2ecc71;
    color: white;
    font-weight: bold;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.disponible:hover, .sujeto-disponibilidad:hover {
    background: #2980b9 !important;
}

.sujeto-disponibilidad {
    background: #f1c40f;
    color: white;
    font-weight: bold;
    opacity: 1;

    transition: all 0.5s;
    cursor: pointer;
}

.no-disponible {
    background: #e74c3c;
    opacity: 1;
    font-weight: bold !important;
    color: white !important;

}

.no-disponible:hover {
    background: #c0392b !important;

}

.day-selected {
    background: #3498db !important;
}

.day-selected .cal-day-number {
    font-weight: bold;
    color: white !important;
    opacity: 1.0 !important;
}

.cal-month-view .cal-cell-row .cal-cell:hover, .cal-month-view .cal-cell.cal-has-events.cal-open {

}

.disponible .cal-day-number {
    color: white !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.no-disponible .cal-day-number {
    color: white !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.sujeto-disponibilidad .cal-day-number {
    color: white !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.logo {
    width: 200px;
    height: auto;
}

.container .well {
    background-color: #fff;
    padding: 19px;
    /*margin-bottom: 50px;*/
    -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 2px;
    border: 0;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;

}

.container .well img {
    margin: 0 auto;
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0;
    position: relative;
}

.form-group .form-control {
    padding: 0 10px;
}

.form-group .form-control {
    margin-bottom: 7px;
}

.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3f51b5), to(#3f51b5)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#3f51b5, #3f51b5), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#3f51b5, #3f51b5), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.date-picker {
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

b, strong {
    font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #eee !important;
    /* line-height: 2.5 !important;*/
    font-size: 16px !important;
    color: #555 !important;
    font-family: Roboto, sans-serif !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block !important;
    padding-left: 8px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.select2 .selection .select2-selection {
    border-bottom: 1px dotted #d2d2d2 !important;
}

.select2 .selection .select2-selection {
    border: none !important;
    border-radius: 0 !important;
}

/*.select2-container {
    width: 80% !important;
}*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

span.select2-container--open .select2-results__options .select2-results__option {
    padding: 10px 16px 16px 10px;
    color: #000;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

span.select2-container--open .select2-results__options .select2-results__option--highlighted {
    background-color: #dcdcdc;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: initial; !important;
    overflow-y: auto;
}

.form-group .select2-container {
    width: 100% !important;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        /*width: 1170px*/
        width: 936px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}
* body {
    width: 100% !important;
    height: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track-piece {
    background-color: #234873;
    border-radius: 8px
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #234873;
    border-radius: 8px
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #234873;
    border-radius: 8px
}

::-webkit-scrollbar-track:hover {
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0)
}
.title_header {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 500px;
    font-size: 20px;
}
.container .well p{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.container .well a, a:focus, a:hover {
    color: #3f51b5;
}
.h3, h3 {
    font-size: 24px;
}
h3 {
    font-family: 'Roboto Condensed',sans-serif !important;
    font-weight: 500 !important;
}
.h2, h2 {
    font-size: 25px !important;
    background: #10312B;
    color: #fff !important;
    padding: 0px 10px 0px 10px;
    height: 35px;
}
.bgt{
    background: url('./home.png');
    height: 900px;
}

@media (max-width: 991px){
    .bgt {
        background: url('./home.png');
        background-color: #ffffff;
        height: 0px;
        position: relative;
        background-repeat: no-repeat;
        background-size: 1000px 1000px;
        display: none;;
    }
    .bgt img{
        display: none;
    }
}
.txt-sm{
    font-size: 11px;
    background: rgba(0, 0, 0, .87);
    color: white;
}
.select2-dropdown--below {
    margin-top: 10px;
}
.panel {
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12)
}

.panel.panel-inverse > .panel-heading, .panel.panel-primary > .panel-heading {
    background-color: #3f51b5
}

.panel.panel-success > .panel-heading {
    background-color: #4caf50
}

.panel.panel-info > .panel-heading {
    background-color: #03a9f4
}

.panel.panel-warning > .panel-heading {
    background-color: #ff5722
}

.panel.panel-danger > .panel-heading {
    background-color: #f44336
}

[class*=panel-] > .panel-heading {
    color: rgba(255, 255, 255, .84);
    border: 0
}

.panel-default > .panel-heading, .panel:not([class*=panel-]) > .panel-heading {
    color: rgba(0, 0, 0, .87)
}

.panel-footer {
    background-color: #eee
}
.panel-body .link-maps {
    color: #e74c3c !important;
    display: block !important;
    text-align: center !important;
    font-weight: 700 !important;
}
.panel-body{
    font-size: 14px;
    font-weight: 300;
}
.panel-heading{
    font-size: 14px;
    font-weight: 300;
}
.label.label-inverse, .label.label-primary {
    background-color: #3f51b5;
}
.total {
    font-size: 14px !important;
}

#mainContainer .btn:not(.btn-raised).btn-primary{
    color: #d4c19c;
}

#mainContainer .btn-primary {
    border: solid;
    background-color: #13322B !important;
    color: #d4c19c !important;
}

.btn:not(.btn-raised).btn-primary{
    color: #3f51b5;
    font-size: 14px;
    margin: 10px 1px;
    text-transform: uppercase;
}
.link-maps {
    color: #e74c3c !important;
    display: block;
    text-align: center;
    font-weight: 700;
}
.link-forma-pago{
    font-size: 14px;
}
.color-green {
    color: #108541;
}

.home .section{
    margin-bottom: 40px !important;
}