@import "fonts/fonts.css";
html{
    height: 100%;
}
body {
    overflow-x: hidden;
}

.font-moon {
    /*font-family: 'Montserrat-Regular';*/
    font-family: 'Moon2.0-Regular';
}

.font-moon-bold {
    /*font-family: 'Moon2.0-Bold';*/
    font-family: 'Moon2.0-Regular';
}

.wrapper {
    display: flex;
}

.icon {
    text-align: center;
    min-width: 150px;
}

.icon-title {
    margin: 0;
}

.icon-description {
    margin: 0;
    font-size: .7rem;
}

.flip {
    transform: rotate(-180deg);
}

.sidebar {
    position: fixed;
    float: left;
    min-height: 100vh;
    width: 20%;
}

.contry-select {
    font-family: 'Moon2.0-Bold', serif;
    outline: 0px;
    color: #FFF;
    background-color: #2B2A29;
}

.country .dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
}

.nav-link {
    text-decoration: none;
    color: #000;
}

.nav-link:hover {
    color: inherit;
}

.nav-link.active {
    color: #FFF;
    background-color: #2B2A29;
}

#info {
    color: inherit;
    /*text-decoration: underline;*/
    font-size: 0.85rem;
}

#info:hover {
    color: #000;
}

.text-blue {
    color: #0076B0;
}

.text-gray {
    color: #706F6F;
}

.nav {
    font-family: 'Moon2.0-Bold', serif;
}

.nav-item a {
    color: inherit;
}

.carousel-control-prev, .carousel-control-next {
    bottom: -87%;
}

.carousel-control-prev {
    left: 38%;
}

.carousel-control-next {
    right: 38%;
}

.room-icon {
    max-width: 14.3vw;
}

.lower-menu {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, transparent 35%, #0076B0 35%, #0076B0 50%, #0076B0 50%, #0076B0 65%, transparent 65%) 5;
}

/**
CSS DO SIDEBAR
 */
.open-slide a svg path {
    stroke: black;
}

#content {
    height: 100%;
    transition: margin-left 0.5s;
    padding: 20px;
    padding-top: 0px;
    padding-left: 0;
    overflow: hidden;
    width: 100%;
    margin-left: 290px;
}

.navbar {
    background-color: transparent;
    overflow: hidden;
    height: 63px;
    padding: unset;
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navbar ul {
    margin: 8px 0 0 0;
    list-style: none;
}

.navbar a:hover {
    background-color: #ddd;
    color: #000;
}

.side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: transparent;
    opacity: 0.9;
    overflow-x: hidden;
    transition: 0.5s;
}

#side-menu {
    background-image: url('../images/sidebar/fundo-menu-navegacao.png');
}

.side-nav a {
    text-decoration: none;
    font-size: 1rem;
    display: block;
    transition: 0.3s;
}

.side-nav a:hover {
    color: #000;
}

.copyright-wrapper {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.copyright a {
    font-size: 12px;
}

.copyright {
    color: grey;
    font-family: 'Moon2.0-Bold', serif;
    text-align: center;
    font-size: 12px;
}

.side-nav .btn-close {
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left 0.5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}

/** Mobile S and Lower */
@media (max-width: 320px) {
    .section-list-item img {
        display: none !important;
    }

    .navbar-nav {
        display: none
    }

    #content {
        margin-left: 0px !important;
        padding: 0px;
    }

    .section-confortos,
    .section-about {
        justify-content: center;
    }

    .room-icon {
        max-width: 60vw;
    }

    .section-contacts {
        margin-left: 0;
    }

    .section-list {
        padding: 0 !important;
    }

    .section-contacts-form {
        padding: 0 !important;
    }
}

/** Mobile M and Lower */
@media (min-width: 321px) and (max-width: 375px) {
    .section-list-item h5 {
        font-size: 1rem;
    }

    .navbar-nav {
        display: none
    }

    #content {
        margin-left: 0px !important;
        padding: 0px;
    }

    .section-confortos,
    .section-about {
        justify-content: center;
    }

    .room-icon {
        max-width: 60vw;
    }

    .section-contacts {
    }

    .section-list {
        padding: 0 !important;
    }

    .section-contacts-form {
        padding: 0 !important;
    }
}

/** XS SCREENS AND LOWER */
@media (min-width: 376px) and (max-width: 568px) {
    .navbar-nav {
        display: none
    }

    #content {
        margin-left: 0px !important;
        padding: 0px;
    }

    .section-confortos,
    .section-about {
        justify-content: center;
    }

    .room-icon {
        max-width: 60vw;
    }

    .section-contacts {
    }

    .section-list {
        padding: 0 !important;
    }

    .section-contacts-form {
        padding: 0 !important;
    }
}

/** MD SCREENS ONLY */
@media (min-width: 568px) and (max-width: 767px) {
    #side-menu {
        display: none !important;
    }

    #content {
        margin-left: 0px !important;
        padding: 0px;
    }

    .open-slide {
        display: none !important;
    }

    .section-confortos,
    .section-about {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topnav {
        display: block !important;
    }

    .open-slide {
        display: none !important;
    }

    #side-menu {
        width: 0px !important;
    }

    #content {
        margin-left: 0px !important;
        padding: 0px;
    }

    .section-confortos,
    .section-about {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    #carouselExampleControls {
        margin-top: 5vh;
        max-height: 36em;
    }

    .carousel-control-prev {
        bottom: 5%;
        left: 5%;
    }

    .carousel-control-next {
        bottom: 5%;
        right: 5%;
    }
    .section-flex-container {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .topnav {
        display: block !important;
    }

    .open-slide {
        display: none !important;
    }

    #side-menu {
        width: 0px !important;
    }

    #content {
        margin-left: 0px !important;
        padding: 0px;
    }

    .section-confortos,
    .section-about {
        margin-top: 45px;
        min-width: 89vw;
    }

    .section-list {
        text-align: center !important;
    }

    .section-contacts-form {
        padding: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    #carouselExampleControls {
        position: fixed;
        max-height: 94vh;
    }
}

@media screen and (min-width: 1440px) {
    .section-contacts {
        z-index: auto;
    }
}

/**
TOP NAV
 */
.topnav {
    overflow: hidden;
    background-color: #FFF;
}

.topnav a {
    font-family: 'Moon2.0-Bold', serif;
    float: left;
    display: block;
    text-align: center;
    color: #2B2A29;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:active {
    background-color: #2B2A29;
    color: #FFF;
}

.topnav a:hover {
    background-color: #2B2A29;
    color: #FFF;
}

.topnav .topnav-icon {
    display: none;
}

/* Youtube Reflexive */
.vid-container {
    position: relative;
    /*padding-bottom: 50%;*/
    /*padding-top: 35px;*/
    height: 100vh;
    overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
}

#booknow{
    border: 1px solid #FFFFFF;
    position: fixed;
    top: 2%;
    right: 10px;
    z-index: 1000;
}

@media screen and (max-width: 1024px) {

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.topnav-icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .topnav-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    #booknow{
        border: 1px solid #FFFFFF;
        position: fixed;
        right: 10px;
        top: 90%;
        z-index: 1000;
    }

    .carousel-item img{
        min-height: 0vh !important;
    }
    #carouselExampleControls{
        width: 100% !important;
    }
}

@media screen and (min-width: 1025px) {
    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 290px);
        height: 100%;
    }
}

@media (max-height: 850px) {
    .copyright-wrapper {
        position: relative;
        bottom: 0px;
        right: 0;
    }
}

#CDSWIDSSP{
    width: 100% !important;
}
span.desc {
    display: inline-block;
    font-size: 13px;
    padding: 2px;
}
i.fa.fa-refresh.fa-spin {
    margin-right: 10px;
    display: none;
}
form#get_customized_quote td+td, th+th {
    display: table-cell !important;
}
form#get_customized_quote input[type="number"] {
    max-width: 140px;
}
@media screen and (max-width: 640px) {
section.col-md-12.col-lg-12.font-moon.section-contacts td {
    display: table-cell !important;
}
section.col-md-12.col-lg-12.font-moon.section-contacts th.hide, section.col-md-12.p-4.section-user-quote-form th.hide {
    display: inline-block;
}
section.col-md-12.col-lg-12.font-moon.section-contacts {
    margin-bottom: 25px;
}
}
section.col-md-12.p-4.section-user-quote-form {
    padding: 0 !important;
}
section.col-md-12.col-lg-12.font-moon.section-contacts article {
    height: auto;
}
/*section.col-md-12.p-4.section-user-quote-form {
    position: fixed;
    top: -3000px;
    height: 100%;
    z-index: 999;
    background-color: #403f3e80;
    display: none;
}
.form-main_contain {
    max-width: 700px;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    position: relative;
    left: 0p;
    padding: 15px;
    border-radius: 3px;
}*/


