/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/09/2020, 5:37:15 p. m.
    Author     : rubendariorochalizcano
*/
.btnSwal {
    margin: 0 6px;
    font-size: 1.7rem !important;
}
.swal2-popup {
    font-size: 1.6rem !important;
}
.tvValCodeVerify{
    height: 80px;
    font-size: 1.7rem !important;
    font-weight: bold;
}
.tvValIdConvenio{
    font-size: 1.7rem !important;
    font-weight: bold;
}
.tvValRutPasaConvenio{
    font-size: 1.7rem !important;
    font-weight: bold;
}
.selSwalTipoPay{
    font-size: 1.7rem !important; 
    font-weight: bold;
}
.login-form {
    margin: 30px auto;
}
.login-form form {        
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .login-btn {
    border-radius: 2px;
}
.input-group-prepend .fa {
    font-size: 18px;
}
.login-btn {
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
}
.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}
.social-btn .btn:hover {
    opacity: 0.9;
}
.social-btn .btn-secondary, .social-btn .btn-secondary:active {
    background: #507cc0 !important;
}
.social-btn .btn-info, .social-btn .btn-info:active {
    background: #64ccf1 !important;
}
.social-btn .btn-danger, .social-btn .btn-danger:active {
    background: #df4930 !important;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
} 
.section {
    position: relative;
    height: 100vh;
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body{
    font-family: 'Montserrat', sans-serif;
}

#booking {
    background-size: cover;
    background-position: center;
    font-weight: 300;
    margin-top: 50px;
}

.booking-form {
    /*background: #fff;
    box-shadow: 0 0 1px 1px #D3D3D3;*/
    padding: 30px 15px 0px;
    border-radius: 4px;

}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    border: none;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #090a0b;
    font-weight: 300;
    background: #f2f1f1;
    border-radius: 4px;
}

.booking-form .form-control-blue {
    border: none;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #090a0b;
    font-weight: 300;
    background: #3156c6;
    border-radius: 4px;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: #b1b6bd;
}

.booking-form .form-control:-ms-input-placeholder {
    color: #b1b6bd;
}

.booking-form .form-control::placeholder {
    color: #b1b6bd;
}

.booking-form input[type="date"].form-control:invalid {
    color: #b1b6bd;
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    text-align: center;
    pointer-events: none;
    height: 65px;
    line-height: 65px;
    color: #b1b6bd;
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .form-label {
    /*color: #184c8f;*/
    color: #ffffff;
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.booking-form .form-label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f2f1f1 transparent transparent transparent;
}

.booking-form .form-btn {
    margin-bottom: 30px;
}

.booking-form .submit-btn {
    background: #184c8f;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    height: 90px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    display: block;
} 
.booking-form .search-btn {
    background: #3256C6;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    height: 90px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    display: block;
} 
.outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
} 
.submit-btn-two {
    background: #184c8f;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 4px;
    display: block;
} 
/* Shape divider layer */
.nectar-shape-divider-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 3;
    transform: translateZ(0);
}
.post-area.span_9 .nectar-shape-divider-wrap {
    overflow: hidden;
}
.nectar-shape-divider-wrap[data-position="top"] {
    top: -1px;
    bottom: auto;
}
.nectar-shape-divider-wrap[data-position="top"] {
    transform: rotate(180deg) 
}
.nectar-shape-divider-wrap[data-front="true"] {
    z-index: 50;
}

.nectar-shape-divider-wrap[data-style="curve"] .nectar-shape-divider {
    filter: blur(0.5px);
    transform: scale(1.03);
}
.nectar-shape-divider-wrap[data-style="waves_opacity"] svg path:first-child {
    opacity: 0.6;
}
@media only screen and (min-width: 1000px) {
    .nectar-shape-divider-wrap[data-style="clouds"] .nectar-shape-divider {
        min-width: 1700px;
    }
}
@media only screen and (max-width: 999px) {
    .nectar-shape-divider-wrap[data-style="clouds"] .nectar-shape-divider {
        min-width: 800px;
    }
}
@media only screen and (max-width: 690px) {
    .nectar-shape-divider-wrap[data-style="clouds"] .nectar-shape-divider {
        min-width: 690px;
    }
}
.nectar-shape-divider-wrap[data-style="fan"] svg {
    width: 102%;
    left: -1%;
}
.nectar-shape-divider-wrap[data-style="fan"] svg polygon:nth-child(2) {
    opacity: 0.15;
}
.nectar-shape-divider-wrap[data-style="fan"] svg rect {
    opacity: 0.3;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:first-child {
    opacity: 0.1;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
    opacity: 0.12;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
    opacity: 0.18;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
    opacity: 0.33;
}
.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
    opacity: 0.15;
}
.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
    opacity: 0.3;
}
.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute;
}
.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #fff;
}
@media only screen and (max-width: 999px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val="true"]) .nectar-shape-divider {
        height: 75%;
    }
    .nectar-shape-divider-wrap[data-style="clouds"]:not([data-using-percent-val="true"]) .nectar-shape-divider {
        height: 55%;
    }
}
@media only screen and (max-width: 690px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val="true"]) .nectar-shape-divider {
        height: 33%;
    }
    .nectar-shape-divider-wrap[data-style="clouds"]:not([data-using-percent-val="true"]) .nectar-shape-divider {
        height: 33%;
    }
}

