@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500&display=swap');

html, body { font-family: 'Inter', sans-serif; font-weight: 300; }

:root{
    --text-color: #E6DED3;
    --btn-color: #E6DED3;
}

/*HEADER*/
header { background: white; }
header .logo { max-width: 150px; }
header .navbar { background: white; max-width: 1000px; margin:0 auto; }
header .navbar .navbar-collapse ul { width: 100%; justify-content:end }
header .top-right { position:absolute; top:10px; right:15px; }
header .navbar .nav-link.active { color:black; font-family: 'Inter', sans-serif; font-weight: 400; }
header a:hover { color:#ddd; }
header .social-link { color:#444; margin-left: 10px; }
header .social-link:hover { color:black; }
header button.btn-mobile { color:#fff; background:transparent; padding:6px 10px; margin-top:8px; margin-bottom:8px; border-radius: 0; outline:none !important; border:none !important; box-shadow:none !important; }
header button.btn-mobile i { padding:0; margin:0; font-size:21px; }
header .btn-mobile .icon-bar { background-color: black; transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
header .btn-mobile .icon-bar { display: block; height: 3px; width: 22px; margin: 4px 0; }
header .btn-mobile.open .icon-bar:nth-child(1) { transform:rotate(45deg) translateY(5px) translateX(5px) }
header .btn-mobile.open .icon-bar:nth-child(2) { transform:rotate(-45deg); }
header .btn-mobile.open .icon-bar:nth-child(3) { transform:rotate(45deg) translateY(-7px) translateX(-7px); opacity:0 }
header .dropdown:hover .dropdown-menu { display: block; }
header .dropdown-menu { margin-top: 0; }
@media (max-width:770px) {
    header .navbar .navbar-collapse ul li { text-align:right; }
    header .social-link { font-size:20px; margin-left: 20px; margin-top: 10px; display:inline-block; }
}
@media (min-width:770px) {
    header .dropdown:hover .dropdown-menu { display: block; }
}
/*END HEADER*/
/*END HEADER*/
* { line-height: 136%; }
html { width:100%; scroll-behavior: smooth; }
body { background: #fff; overflow-x:hidden; scroll-behavior: smooth; }
p { font-size: 12px; line-height: 140%; max-height: 999999px; font-weight: 300; }
li { font-size: 12px; line-height: 140%; max-height: 999999px; font-weight: 300; }
.general { height: auto; margin: 0 auto; }
#menu { margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; background:#fff; }
.seccion .text_descripciones { font-size: 12px; color:#7b7070; }
.seccion .text-center { text-align: center !important }
.seccion .text-left { text-align: left !important }
.seccion .h100 { height: 100%; }
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
table.table-middle tr, table.table-middle td { vertical-align: middle !important; }
@media screen and (min-width: 992px) {
    .seccion .row-table { display: table; }
    .seccion .row-table .col { display: table-cell; float:none; vertical-align: middle; text-align: center; }
}
.swal2-html-container { height:auto; max-height: calc( 100vh - 150px); overflow: auto; }
.swal2-popup #swal2-content { overflow: hidden; }
.swal2-html-container li,.swal2-html-container p { font-size:17px; }
.swal2-popup.large { width: 800px; }
.swal2-popup.legal #swal2-content { text-align: left; }
.LSSI { height: auto; display: none; overflow: hidden; background: rgba(0,0,0,0.6); padding: 0 0 12px; position: fixed; bottom: 0; z-index:10; }
.LSSI .centered { min-height: 40px; margin: 0 auto; padding: 10px 0; width:auto; max-width: 1100px; }
.LSSI p { color:#fff; font-size:16px; margin: 10px; position: relative; font-family: 'Inter', sans-serif; font-weight: 400; }
.LSSI a { color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .text-link { color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .btn { background: var(--btn-color); cursor: pointer; margin: 0 5px 5px 5px; padding: 5px 15px; text-align: center; width: auto; position: relative; border-radius: 5px; text-decoration: none; }
.LSSI .btn span { color: #000; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 14px; }
.easing { transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.easingMedium { transition: all 700ms cubic-bezier(0.000, 0.090, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.090, 0.000, 0.995); }
.easingMediumFast { transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995); }
.easingFast { transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
img.responsive { width:100%; height:auto; }
img.max-responsive { max-width:100%; height:auto; }
img.max-responsive-centered { max-width:100%; height:auto; margin:0 auto; display: block; }
.mt0 { margin-top: 0px !important; }
.mt-10 { margin-top: -10px !important; }
.mt-20 { margin-top: -20px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl20 { padding-left: 20px !important; }
.pl40 { padding-left: 40px !important; }
.pr20 { padding-right: 20px !important; }
.pr40 { padding-right: 40px !important; }
.delay01 { animation-delay: 0.1s; -webkit-animation-delay: 0.1s; }
.delay02 { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay03 { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.delay04 { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay05 { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay06 { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay07 { animation-delay: 0.7s; -webkit-animation-delay: 0.7s; }
.delay08 { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay09 { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.delay10 { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay11 { animation-delay: 1.1s; -webkit-animation-delay: 1.1s; }
.delay12 { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
.delay13 { animation-delay: 1.3s; -webkit-animation-delay: 1.3s; }
.delay14 { animation-delay: 1.4s; -webkit-animation-delay: 1.4s; }
.delay15 { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay16 { animation-delay: 1.6s; -webkit-animation-delay: 1.5s; }
.delay17 { animation-delay: 1.7s; -webkit-animation-delay: 1.5s; }
.delay18 { animation-delay: 1.8s; -webkit-animation-delay: 1.5s; }
.delay19 { animation-delay: 1.9s; -webkit-animation-delay: 1.5s; }
.delay2 { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay21 { animation-delay: 2.1s; -webkit-animation-delay: 2s; }
.delay22 { animation-delay: 2.2s; -webkit-animation-delay: 2s; }
.delay23 { animation-delay: 2.3s; -webkit-animation-delay: 2s; }
.delay24 { animation-delay: 2.4s; -webkit-animation-delay: 2s; }
.delay25 { animation-delay: 2.5s; -webkit-animation-delay: 2.5s; }
.delay3 { animation-delay: 3s; -webkit-animation-delay: 3s; }
.delay4 { animation-delay: 4s; -webkit-animation-delay: 4s; }
.delay5 { animation-delay: 5s; -webkit-animation-delay: 5s; }
.delay6 { animation-delay: 6s; -webkit-animation-delay: 6s; }
.text-clamp2 { -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; }
.text-clamp3 { -webkit-line-clamp:3; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; }
ul { padding-left: 0; list-style: outside none; }
.badge-success { background: #00A93E; white-space: normal; }
.badge-info { background: #57b0c9; white-space: normal; }
.badge-danger { background: #D03A3A; white-space: normal; }
.badge-orange { background: #E7C03A; white-space: normal; }
.badge-purple { background: #B25EFD; white-space: normal; }
.badge-blue { color: white; background:#4A7AF5 ; }
.badge-light { background: #FFFFFF; white-space: normal; color:#5E5E5E; border:1px solid rgba(0,0,0,0.1); }
.manage-admin-content.cke_editable { outline: 1px dashed white; box-shadow: 0 0 1px #000; }
.manage-admin-content.cke_focus { outline: 2px solid white; box-shadow: 0 0 3px #000; }
.btn { border-radius: 8px; border:none; white-space: normal; }
.btn-primary { background-color: var(--btn-color); font-family: 'Inter', sans-serif; font-weight: 500; font-size: 16px; color: #432612; }
.btn-primary:hover { background-color: #a38b63; }
.btn-primary.btn-lg { padding: 6px 50 6px 50px; border-radius: 25px; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 26px; color: white; }
.btn-primary.btn-lg:hover { background-color: rgba(0, 160, 168, 0.8); }
.btn-block { width: 100%; }
.contentSection a.btn { color:#fff; font-size: 18px; }
.btn-center { display: table; margin:0 auto; }
.seccion .btn-primary.transparent { margin: 28px 8px 0 0; padding: 6px 75px 6px 63px; border: solid 2px black; background-color: transparent; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 26px; color: #000; }
.contentSection h3 { font-weight: 400; }
.seccion { font-family: 'Inter', sans-serif; font-weight: 400; }
.seccion .slide-big { position: relative; width: 100%; overflow: hidden; }
.seccion .relative { position: relative; }
.seccion .absolute { position: absolute; }
.seccion .slide-big p.text-slide { position: absolute; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 50px; line-height: 42px; transform: translate(-50%); left: 50%; top: 50%; text-shadow:0 0 5px rgba(0,0,0,0.8) }
.seccion .slide-big img { min-height:50vh; object-fit: cover; }
.seccion h1 { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 60px; }
.seccion h2 { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 25px; margin-bottom: 30px; }
.seccion .text-white { color: var(--text-color) !important; }
.seccion .title { font-size: 40px; font-family: 'Inter', sans-serif; font-weight: 400; text-align: center; }
.seccion .subtitle { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 30px; }
.seccion .subtitle2 { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 20px; }
.seccion .subtitle3 { font-size: 18px; }
.seccion .text { font-size: 18px; font-family: 'Inter', sans-serif; font-weight: 400; }
.seccion .separator { height: 4px; width: 100%;background-color: #00a0c6; }
.seccion .separator-small { width: 267px; height: 4px; margin: 30px auto; background-color: #00a0c6; }
.seccion .checkbox label { font-size: 15px; font-family: 'Inter', sans-serif; font-weight: 400;margin: 0 auto 10px auto; padding-left: 5px; display:block; }
.seccion .google-maps { margin-top: 20px; }
.seccion #map { width: 100%; height: auto; }
.seccion .checkbox { position: relative; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position: relative; float:left; width: 30px; height: 20px; margin-top: 0; }
.seccion .background-gray { background: rgb(233 233 233 / 90%); ; padding: 50px 0 20px 0;; }
.seccion ul.list.checked { padding-left: 15px; }
.seccion ul.list li { font-size: 20px; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 32px; }
.seccion ul.list.checked li::before { content: "\f00c"; font-family: 'FontAwesome'; color: #00a0c6; margin-right: 10px; margin-left: -30px; }
.seccion textarea { resize:none; }
.seccion .w800 { max-width: 800px; display:table; margin:0 auto; }
.row-parallax { position: relative; padding: 15px 15px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.row-parallax:before { content: ""; position: absolute; z-index: 1; top: 0; width: 100%; height: 58px; }
.parallax { transform: translateY(-57.9271px) translateX(-50%); }
.row-parallax .container { position:relative; z-index: 1; }
.row-parallax img.parallax { position: absolute; left: 50%; top: -20%; bottom: 20px; height: 150%; min-width:100%; z-index: 0; filter: brightness(0.5); }
.visible-sm { display:none !important; }
.visible-xs { display:none !important; }
@media (max-width:992px) {
    .hidden-sm { display:none !important }
    .visible-sm { display:block !important }
    .hidden-sm { display:none }
    .no-pad-xs { padding:0; }
}
@media (max-width:770px) {
    .hidden-xs { display:none }
    .hidden-xs { display:none !important }
    .visible-xs { display:block !important }
}
.seccion .btn-file { overflow: hidden; position: relative; width: 100%; }
.seccion .btn-file b { font-weight: normal; display: block; }
.seccion .btn-file::before { border-radius: 0; content: " "; display: block; height: 114%; left: -3%; padding: 5px 40px; position: absolute; top: -5%; width: 106%; z-index: -1; }
.seccion .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; border-radius: 0; }
.swiper-pagination-bullets .swiper-pagination-bullet-active-main { background:white; }
.seccion ul.special-links li { font-size:16px; font-family: 'Inter', sans-serif; font-weight: 400; margin-bottom: 10px; }
.seccion ul.special-links li a { text-decoration: none; color:#00133A; }
.seccion ul.special-links li a:hover { text-decoration: underline; }
.seccion .img-cover { width: 100%; height:100%; object-fit: cover; }
@media (max-width:992px) {
    .seccion .img-cover { width: 100%; height:auto; object-fit: unset; }
}

/*MODAL center in middle*/
.modal { text-align: center; padding: 0!important; }
.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog { display: inline-block; text-align: left; vertical-align: middle; }
.row-table-price { margin-top: 40px; }
.row-table-price .bakground-top { object-fit: contain; background: #063064; border-top-left-radius: 20px; border-top-right-radius: 20px; margin-bottom: 0px; padding: 20px; }
.row-table-price .box-content { box-shadow: 0 5px 15px 0 rgb(6 48 100 / 26%); min-height: 990px; }
.row-table-price p.price { font-size: 60px; font-family: 'Inter', sans-serif; font-weight: 400; color: #063064; text-align: center; margin-bottom: 0; }
.row-table-price p.ahorra { font-size: 18px; font-family: 'Inter', sans-serif; font-weight: 400; color: #063064; text-align: center; }
.row-table-price .btn-primary.blue { background-color: #00a0c6; padding: 15px 20px; border-radius: 9px; font-size: 20px; }
.row-table-price .box-content { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.row-table-price .box-content { padding: 52px; }
.row-table-price .box-content { background: #ebf8fb; padding: 31px; }
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }
@media screen and (max-width: 1200px) {
    .row-table-price .box-content { padding: 12px; }
}
@media screen and (max-width: 992px) {
    .row-table-price .box-content { padding: 40px; }
}
/*HOME*/
.seccion-home { background: #1E1F20 url('../images/background@2x.webp') no-repeat center center / cover; color:var(--text-color); min-height: 100%; }
.seccion-home p { font-size:22px; }
.seccion-home a.text-white { text-decoration: none; }
.seccion-home .title { font-family: 'Inter', sans-serif; font-weight: 100; font-size: 30px; }
.seccion-home .small { font-size:20px; }
.seccion-home .logo { margin-bottom: 10px; max-width: 100%; width: 104px; margin-top: 20px; }
.seccion-home .link { color:var(--text-color); text-decoration: none; }
.seccion-home .link:hover { text-decoration: underline; }
.seccion-home .social-icons .text-white{ margin-bottom: 10px;}
.seccion-home .social-icons a { display: inline-block; padding:5px 7px; }
.seccion-home .social-icons a img { transition:ease all .3s }
.seccion-home .social-icons a:hover img { transform:scale(1.5) }
.seccion-home .h100vh { min-height: 100vh; }
.seccion-home .buttons .btn{ display:block; text-transform: uppercase; margin-bottom: 20px;}
.seccion-home .bottom-row { gap:0; margin-bottom: 20px; margin-top: 40px; }
.seccion-home .bottom-row .col-4 { padding:0; width: 120px; }
.seccion-home .col-left .h-100 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.seccion-home .link { text-decoration: non; }
.seccion-home .link:hover { text-decoration: underline; }
.seccion-home .row-gallery { display: flex; flex-wrap: wrap; justify-content: start; column-gap: var(--gallery-gap, 25px); margin: 0; }
.seccion-home .col-gallery { width: calc((100% - (var(--gallery-gap, 25px) * 2)) / 3); padding: 0; margin-top: var(--gallery-gap, 25px); }
.seccion-home .col-gallery img { width: 100%; height: auto; display: block; }
.seccion-home .gallery-container { width: 100%; margin: 0 auto 40px auto; --gallery-gap: 25px; }
@media (max-width:992px) {
    .seccion-home .bottom-row { margin-bottom: 20px; margin-top: 40px; }
    .seccion-home .title { font-size: 27px; }
    .seccion-home p { font-size:20px; }
    .seccion-home .small { font-size:17px; }
    .seccion-home .gallery-container { --gallery-gap: 15px; }
}
@media (max-width:480px) {
    .seccion-home .gallery-container { --gallery-gap: 5px; }
}
/*END HOME*/
.seccion-reserva { background: #1E1F20 url('../images/background@2x.webp') no-repeat center center / cover; color:var(--text-color); min-height: 100%; }
.seccion-reserva .h100vh { min-height: 100vh; }
.seccion-reserva .col-left .h-100 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.seccion-reserva .title { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 30px; }
.booking-wrapper { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); max-width: 900px; margin: 0 auto; width: 100%; }

.lang-selector { position: absolute; top: 20px; right: 20px; z-index: 100; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 16px; color: white; }
.lang-selector a { color: rgba(255,255,255,0.6); text-decoration: none; font-weight: 400; transition: color 0.3s; }
.lang-selector a:hover { color: white; }
.lang-selector a.active { color: white; text-decoration: underline; }
.lang-selector span { margin: 0 5px; color: rgba(255,255,255,0.3); }

.back-home { position: absolute; top: 20px; left: 20px; z-index: 100; font-size: 24px; }
.back-home a { color: rgba(255,255,255,0.6); transition: color 0.3s; }
.back-home a:hover { color: white; }

@media (max-width: 992px) {
    .lang-selector { top: 15px; right: 15px; font-size: 14px; }
    .back-home { top: 15px; left: 15px; font-size: 20px; }
}
.seccion-proximamente { background: #1E1F20 url('../images/background@2x.webp') no-repeat center center / cover; color:white; min-height: 100%; }
.seccion-proximamente p { font-size:22px; }
.seccion-proximamente .title { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 30px; }
.seccion-proximamente .small { font-size:20px; }
.seccion-proximamente .logo { margin-bottom: 40px; max-width: 100%; width: 160px; margin-top: 20px; }
.seccion-proximamente .logo-times { width: 75px; }
.seccion-proximamente .link { color:white; text-decoration: none; }
.seccion-proximamente .link:hover { text-decoration: underline; }
.seccion-proximamente .social-icons a { display: inline-block; padding:5px 10px; }
.seccion-proximamente .social-icons a img { transition:ease all .3s }
.seccion-proximamente .social-icons a:hover img { transform:scale(1.5) }
.seccion-proximamente .h100vh { min-height: 100vh; }
.seccion-proximamente .bottom-row { gap:0; margin-bottom: 20px; margin-top: 40px; }
.seccion-proximamente .bottom-row .col-4 { padding:0; width: 120px; }
.seccion-proximamente .col-left .h-100 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.seccion-proximamente .link { text-decoration: non; }
.seccion-proximamente .link:hover { text-decoration: underline; }
@media (max-width:992px) {
    .seccion-proximamente .bottom-row { margin-bottom: 50px; margin-top: 40px; }
    .seccion-proximamente .title { font-size: 27px; }
    .seccion-proximamente p { font-size:20px; }
    .seccion-proximamente .small { font-size:17px; }
}
.login-layer { position:fixed; top:0; left:0; width:100%; height:100%; z-index: 10; overflow:auto; }
.login-layer .backdrop { top:0; left:0; width: 100%; height: 100%; position:fixed; background-color: rgba(0,0,0,0.5) }
.login-layer .layer { background-color: white; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); position:absolute; padding:15px 20px; width: 100%; max-width: 470px; font-family: 'Inter', sans-serif; font-weight: 400; font-size:15px; -webkit-animation: custom-login 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: custom-login 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; max-height:calc(100% - 15px); overflow: auto; }
.login-layer .layer p { font-family: 'Inter', sans-serif; font-weight: 400; font-size:15px; z-index: 1; }
.login-layer .btn-primary { padding:6px 15px !important; }
.login-layer .btn-primary i { font-size: 25px; }
.login-layer .form-control { box-shadow: none; border-bottom: 1px solid rgba(0,0,0,.075); font-family: 'Inter', sans-serif; font-weight: 400; }
.login-layer .close { margin-top: 5px; font-family: serif; font-size: 35px; position: absolute; z-index: 10; top: 0; right: 12px; opacity:1; color:white; text-shadow:0 0 3px black }
.login-layer p.subtitle { font-family: 'Inter', sans-serif; font-weight: 400; font-size:28px; margin-top: 20px; color:#5d4e42; }
.login-layer p.subtitle b { color:#5d4e42; font-family: 'Inter', sans-serif; font-weight: 400; }
.login-layer p.subtitle2 { font-family: 'Inter', sans-serif; font-weight: 400; color:#212121; font-size:18px; margin-bottom: 20px; }
.login-layer .pass { float:right; margin-top: 30px; font-size:14px; color:#212121; }
.login-layer .checkbox label { font-family: 'Inter', sans-serif; font-weight: 400; color:#5d4e42; font-size: 14px; }
.login-layer .checkbox a { font-family: 'Inter', sans-serif; font-weight: 400; color:#5d4e42; font-size: 14px; text-decoration: underline; }
.login-layer .header { position:relative; margin:-15px -20px 0 -20px; }
.login-layer .header .btn { position: absolute; bottom: 10px; left: 50%; z-index: 1; transform: translateX(-50%); background:rgba(255,255,255,0.9); color: #3e2e24; border-radius: 0; font-size: 20px; }
.login-layer .header .btn:hover { background:rgba(255,255,255,0.7); }
.login-layer .header .logo-label { position:absolute; top:0; left:0; z-index: 1; }
.login-layer .header .background { position:relative; }
.login-layer .badge-light { display: table; margin: 14px auto; background-color: white; border: 1px solid #5d4e42; color: black; padding: 8px 10px; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 14px; }
@media screen and (max-width: 992px) {
    .login-layer .form-control { font-size:18px; }
}
/*footer*/
#pie { position: relative; height:auto; padding-top: 5px; color:#ddd; background: #2b2b2b; }
#pie h4,#pie h3,#pie h5 { font-family: 'Inter', sans-serif; font-weight: 400 }
#pie .logo { width: 100%; max-width: 90px; }
#pie ul.text-white li a { color:white; font-family: 'Inter', sans-serif; font-weight: 400; font-size:15px; }
#pie ul.text-white li { float:left; width: 50%; max-width: 300px; margin-bottom:12px }
#pie .copyright { background-color: #252525; padding: 20px 0; }
#pie span.glyphicon { color:#000; }
#pie a { color:white; }
#pie a:hover { color:#008cd0; }
#pie a.link { color:#000; }
#pie .btn { font-size: 16px; }
.container-pils { padding: 5px 25px; border-bottom: 1px solid #F5F5F5; }
.container-pils .nav-pills { border-radius: 0; }
.container-pils .nav-pills > li.active > a { background-color: #008cd0; }
.container-pils .nav-pills > li a { border-radius: 0; }