@font-face {
    font-family: 'Gill Sans';
    src: url("/assets/webfonts/GillSans-Light.eot");
    src: url("/assets/webfonts/GillSans-Light.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/GillSans-Light.woff2") format("woff2"), url("/assets/webfonts/GillSans-Light.woff") format("woff"), url("/assets/webfonts/GillSans-Light.ttf") format("truetype"), url("/assets/webfonts/GillSans-Light.svg#GillSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

html {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 16px;
    }
}

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

@supports (font-variation-settings: normal) {
    body {
        font-family: 'Gill Sans', sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #27374d;
        overflow-x: hidden !important;
    }
}

a:hover {
    text-decoration: none !important;
}

.slideshow-home {
    width: 100%;
    height: 100vh;
}

header .container-home {
    background: #27374d;
}

header .navbar-color {
    border-bottom: 1px solid #ffffff;
    background: black;
    background: linear-gradient(180deg, black 0%, black 0%, rgba(255, 255, 255, 0) 100%);
}

header .popup-color {
    background: black;
    background: linear-gradient(180deg, black 0%, black 0%, rgba(255, 255, 255, 0) 100%);
}

header .container-page {
    background: #27374d;
}

header .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 150px;
}

header .sidenav a {
    color: #27374d;
}

header .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2.25rem;
    margin-left: 50px;
}

header .sidenav ul li {
    border-bottom: 1px solid #ffffff;
}

header .sidenav ul li a {
    font-size: 1.375rem;
    margin: 15px;
}

@media screen and (max-height: 450px) {
    header .sidenav {
        padding-top: 15px;
    }

    header .sidenav a {
        font-size: 1.125rem;
        color: #27374d;
    }
}

header .container-menu {
    background: black;
    background: linear-gradient(180deg, black 0%, #27374d 0%, #1a2433 100%);
}

header .container-menu .btn-outline-light:hover {
    background: transparent !important;
}

main strong, main b {
    font-weight: bold !important;
    color: goldenrod;
}

main .content-database .text-justify a {
    text-decoration: none !important;
    color: goldenrod;
}

main .p-box {
    padding-right: 5rem;
    padding-left: 5rem;
}

main .fotorama__arr {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

main .fotorama__arr--disabled {
    opacity: .1 !important;
}

main .fotorama__nav {
    margin-top: -35px;
    z-index: 20;
}

main .fotorama__dot {
    border-color: #ffffff;
    width: 13px;
    height: 13px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

main .fotorama__active .fotorama__dot {
    background-color: #ffffff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

main .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

main .fotorama__active .fotorama__dot {
    background-color: transparent;
}

main .title-page {
    color: goldenrod;
}

main .btn-outline-page {
    color: #27374d;
    border-color: goldenrod;
}

main .btn-outline-page:hover {
    color: goldenrod;
}

main .display-4 {
    font-size: 3.0rem !important;
}

main .display-5 {
    font-size: 2.0rem !important;
}

main .parallax-window {
    min-height: 640px;
    background: transparent;
}

main .parallax-window .box-parallax {
    margin-top: 15%;
    background-color: rgba(255, 255, 255, 0.7);
}

main .container-blue {
    background: #27374d;
}

main .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #27374d;
}

main .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

main .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main .hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

main .hovereffect h3 {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 1.063rem;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

main .hovereffect h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

main .hovereffect-room h3:after {
    background: transparent !important;
}

main .hovereffect:hover h3:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

main .hovereffect a, main .hovereffect p {
    color: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

main .hovereffect:hover a, main .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

main .p-6 {
    padding: 5rem;
}

main .modal-content {
    border: 2px solid goldenrod;
}

main .modal-header {
    color: goldenrod;
}

footer .container-footer {
    background: #27374d;
    border-top: 1px solid #305372;
}

footer .container-footer a {
    color: #ffffff;
}

footer .container-footer a:hover {
    color: #666;
}