﻿
/* ============================== DEFAULT HTML ============================== */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
@import 'https://fonts.googleapis.com/css?family=Kaushan+Script';

html, body {
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

body {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

blockquote {
    font-size: 14px !important;
}



.footerImg:after {
    margin: auto;
    content: url("/Content/Microsite/T1/ImagesCinz/logo.png");
}

.footerImg {
    margin: auto;
    content:url("/Content/Microsite/T1/ImagesCinz/logo.png");
}


.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Montserrat', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

hr {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
    text-decoration: none;
    outline: none;
    color:  #2d2926;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        color: #666;
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

    a img {
        border: none;
    }

    a[class*="glyphicon-"] {
        text-decoration: none;
    }
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

h1, h2 {
    font-weight: 300;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5, h6 {
    font-size: 1em;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
    margin: 0;
    padding: 0;
}

p1 {
    margin: 0;
    padding: 0;
    text-align: center !important;
}

p {
    margin-bottom: 10px;
}

ul, ul li {
    list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
    border: none;
    max-width: 100%;
}

    img.image-left {
        float: left;
        margin-right: 5px;
    }

    img.img-full-width {
        width: 100%;
    }
/* =============== PREDEFINED CONTENT ALIGN =============== */



/***************Modal Window***************/
.ui-widget-header {
    border: 1px solid  #2d2926;
    background: none;
    background-color:  #2d2926;
    color: #090909;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -13px 0 0 0;
    color: transparent;
    background-image: url('../../img/close.png');
    background-position: center;
}


.comboSize {
    width: 100%;
    font-size: 18px;
}

.rowButtons {
    margin-top: 10px;
}

#dialog-modal > .row {
    margin-right: 0;
}

#dialog-modalSecondLevel > .row {
    margin-right: 0;
}

.ui-widget-content {
    border: 1px solid  #2d2926;
}

/*************End Modal Window************/

.text-box, .single-line {
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
}



.floatRight {
    float: right !important;
}



.button-save {
    background-color:  #2d2926;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 10px;
    border: none;
    height: 34px;
}

.form-button {
    background-color:  #2d2926;
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.botao-criar {
    background-color:  #2d2926;
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
}


.grid-action-download {
    width: 22px;
    height: 22px;
    background-image: url('../../img/download.png');
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

    .grid-action-download:hover {
        background-position: -22px 0;
    }

.grid-action-delete {
    width: 22px;
    height: 22px;
    background-image: url('ImagesAz/delete.png');
    float: left;
    cursor: pointer;
    margin-right: 5px;
}

    .grid-action-delete:hover {
        background-position: -22px 0;
    }

.grid-action-edit {
    width: 22px;
    height: 22px;
    background-image: url('ImagesAz/edit.png');
    margin-right: 5px;
    cursor: pointer;
    float: left;
}

    .grid-action-edit:hover {
        background-position: -22px 0;
    }


.margin-left {
    margin-left: 1em !important;
    margin-right: 0;
}

.margin-right {
    margin-left: 0;
    margin-right: 1em !important;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.alignLeft {
    text-align: left;
}

select {
    height: 100% !important;
    width: 100% !important;
}

.rememberMe {
    display: inline !important;
}

.container {
    position: relative;
}

[layout="row"] {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: initial;
}

.fsr {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.fg {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.fw {
    flex-wrap: wrap;
}

.verticalStretch {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.verticalCenter {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.nino-btn {
    display: inline-block;
    color:  #2d2926;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    border: 3px solid  #2d2926;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 20px;
    background-color: white;
    font-weight: bold;
}

    .nino-btn:hover {
        background-color: white;
        border: 3px solid #006789;
        color: #006789;
    }

.food-btn {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    padding: 10px 65px;
    text-align: center;
    border: 3px solid #999;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

.hotel-btn {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    padding: 10px 62px;
    text-align: center;
    border: 3px solid #999;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

.ticket-btn {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    padding: 10px 45px;
    text-align: center;
    border: 3px solid #999;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

.ticketfilter-btn {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    padding: 10px 95px;
    text-align: center;
    border: 3px solid #999;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
}

.alojamento-btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    text-align: center;
    background:  #2d2926;
    border: 3px solid  #2d2926;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 50px;
}

.quantity-btn {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    padding: 8px 15px;
    width: 60px;
    text-align: center;
    border: 3px solid #999;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 20px;
}

.bg-white {
    background-color: #fff !important;
}
/* =============== HOVER EFFECT =============== */
.nino-hoverEffect {
    text-align: center;
}

    .nino-hoverEffect .item {
        display: inline-block;
    }

        .nino-hoverEffect .item .overlay {
            display: block;
            position: relative;
            left: 0;
            top: 0;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .nino-hoverEffect .item .overlay:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                background: rgba(243,129,129,0.9); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
                background: -webkit-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
                background: -o-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
                background: linear-gradient(to bottom, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            }

        .nino-hoverEffect .item:hover .overlay {
            left: -10px;
            top: -10px;
        }

            .nino-hoverEffect .item:hover .overlay:before {
                opacity: 1;
            }

    .nino-hoverEffect .content {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        z-index: 1;
        opacity: 0;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nino-hoverEffect .item:hover .content {
        opacity: 1;
    }


.contactText {
    margin-top: 20px;
    font-size: 15px;
}

/* =============== LAYOUT - HEADER AREA =============== */
#nino-header {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

    #nino-header:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(243,129,129,0.9); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(top, rgba(65,64,66,0.8), rgba(128, 130, 133, 0.8));
        background: -o-linear-gradient(top, rgba(65,64,66,0.8), rgba(128, 130, 133, 0.8));
        background: linear-gradient(to bottom, rgba(65,64,66,0.8), rgba(128, 130, 133, 0.8)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

#nino-headerInner {
    position: relative;
    z-index: 5;
}
/* =============== MAIN SLIDER =============== */
#nino-slider {
    padding: 40px 0 0;
}

    #nino-slider .carousel-inner {
        height: 386px;
    }

        #nino-slider .carousel-inner > .item {
            text-align: center;
            color: #fff;
        }

    #nino-slider .carousel-indicators {
        width: 100%;
        left: 0;
        margin: 0;
        position: initial;
        margin-top: 80px;
    }

        #nino-slider .carousel-indicators li,
        #nino-slider .carousel-indicators li.active {
            float: left;
            width: 25%;
            height: auto;
            margin: 0;
            text-indent: initial;
            border-radius: 0;
            background: none;
            text-align: left;
            border: none;
        }

            #nino-slider .carousel-indicators li .inner {
                border-top: 3px solid  #2d2926;
                position: initial;
                color: #faf3e0;
                text-transform: uppercase;
                margin: 0 12px;
                padding: 30px 0;
            }

            #nino-slider .carousel-indicators li:hover .inner,
            #nino-slider .carousel-indicators li.active .inner {
                border-color: #fff;
                color: #fff;
            }

                #nino-slider .carousel-indicators li:hover .inner:after,
                #nino-slider .carousel-indicators li.active .inner:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: 60px;
                    height: 2px;
                    background:  #2d2926;
                }

            #nino-slider .carousel-indicators li .number {
                font-weight: 700;
                font-size: 18px;
                margin-right: 3px;
            }

.contactsMargin {
    margin-bottom: 10px;
    margin-top: 20px;
}
/* =============== LAYOUT - MENU AREA =============== */
#nino-navbar {
    background: none;
    border: none;
    border-radius: 0;
    background-color: #d9d9d6;
    margin: 0;
}

    #nino-navbar .navbar-brand {
        color: #2d2926;
        font-weight: 700;
        font-size: 20px;
    }

    #nino-navbar .navbar-nav > li > a {
        color: #2d2926;
        font-size: 11.5px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 3px solid transparent;
        padding: 15px 5px 5px;
        margin: 0 9px;
        cursor: pointer;
    }

        #nino-navbar .navbar-nav > li > a:hover,
        #nino-navbar .navbar-nav > .active > a,
        #nino-navbar .navbar-nav > .active > a:hover {
            color: #2d2926;
            border-color: #2d2926;
            background: none;
        }

    #nino-navbar .nino-menuItem {
        float: right;
    }

    #nino-navbar .nino-iconsGroup li a {
        border: none;
        font-size: 18px;
    }

    #nino-navbar .navbar-toggle {
        margin-right: 0;
        border: none;
    }

        #nino-navbar .navbar-toggle:hover,
        #nino-navbar .navbar-toggle:focus {
            background: none;
        }

        #nino-navbar .navbar-toggle .icon-bar {
            background: #fff;
        }
/* ----------- FIXED NAVBAR WITH ANIMATE ----------- */
.nino-fixed-nav #nino-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #d9d9d6;
    z-index: 2;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*.nino-fixed-nav #nino-navbar .navbar-nav > li > a {
        border: none;
    }*/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* =============== LAYOUT - CONTENT AREA =============== */
section {
    padding: 80px 0;
}

#nino-slider .nino-sectionHeading {
    font-size: 90px;
    color: #fff;
}

    #nino-slider .nino-sectionHeading .nino-subHeading {
        font-size: 55px;
    }

    #nino-slider .nino-sectionHeading:after {
        background: #fff;
    }

.nino-sectionHeading {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

    .nino-sectionHeading:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50px;
        height: 2px;
        background:  #2d2926;
        transform: translateX(-50%);
    }

    .nino-sectionHeading .subHeading {
        display: block;
        text-transform: none;
        font-weight: 400;
        font-family: 'Kaushan Script', cursive;
        font-size: 20px;
        margin-top: 20px;
    }

h2 .subHeading {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
    font-size: 20px;
    color:  #2d2926;
    text-align: center;
    margin-bottom: 20px;
}

.nino-sectionDesc {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}

.sectiontext {
    text-align: left;
    max-width: 750px;
    margin: 0 auto 40px;
}

.buttonRegister2 {
    margin-top: 10px;
}

.buttonRegister {
    text-align: right;
    margin-top: 10px;
}

/* =============== SECTION Home ======= */
.homeTitle {
    text-align: center;
}

.homeTitleH4 {
    font-size: 33px;
}
/* =============== SECTION DOCUMENTOS ======= */
.documentos_text {
    font-weight: 500;
    font-size: 14px;
}

.document-icon {
    position: absolute;
    text-align: right;
    top: 15px;
    font-size: 25px;
    color:  #2d2926;
    right: 15px;
    cursor:pointer;
}

/* =============== FORM ======= */
#form {
    font-weight: 500;
    font-size: 14px;
    margin: auto;
}

    #form .content .nino-icon {
        text-align:  #2d2926;
    }

/* =============== SECTION DATALOCAL =============== */
.calendarAndLocal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}



/* =============== SECTION PROGRAMA ======== */
.panel-group {
    margin: 0;
}

    .panel-group .panel + .panel {
        margin-top: 8px;
    }

.panel-default {
    border-color: #e5e5e5;
    border-radius: 0;
}

    .panel-default > .panel-heading {
        background: #fff;
        padding: 0;
    }

.panel-title {
    font-size: 14px;
}

    .panel-title a {
        display: block;
        padding: 20px 15px 20px 50px;
        position: relative;
        text-decoration: none;
    }

    .panel-title .nino-icon {
        position: absolute;
        left: 10px;
        top: 13px;
        font-size: 30px;
        color:  #2d2926;
    }

        .panel-title .nino-icon.arrow {
            left: auto;
            right: 10px;
            color: #ccc;
        }

    .panel-title .collapsed .nino-icon.arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.panel-body {
    font-weight: 300;
}

.panel-body .schedule {
    padding: 15px 65px;
}

.mCS-default .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-default .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-default .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #95e1d3;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f5f5f5;
}


/* =============== BILHETES ======== */
.content .nino-icon {
    display: inline-block;
    font-size: 25px;
    color:  #2d2926;
    background:  #2d2926;
    padding: 10px;
    margin: 0 -1px;
    line-height: 100%;
}

.panel-title .nino-icon.arrow:hover {
    color: #fff;
    background:  #2d2926;
}

.searchButton {
    margin-top: 20px;
}

.info {
    margin-top: 35px;
    text-align: center;
}

.infoItemsBuy {
    margin-top: 20px;
    text-align: left;
}

.nameTitle {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px;
}

.name {
    font-size: 14px;
    margin: 0 0 5px;
}

/* =============== SECTION ATIVIDADES ====== */
/*#atividades {
	background: #e8e7ff;
}*/
.item {
    margin-top: 30px;
}

.itemContainer {
    margin-bottom: 50px;
}

.nino-avatar {
    width: 80px;
    margin-right: 30px;
}

#atividades .name {
    font-size: 14px;
}

.regency {
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 12px;
}

    .regency:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        background:  #2d2926;
    }
/* =============== SECTION ALOJAMENTO ============== */
article .articleThumb {
    position: relative;
    margin-bottom: 20px;
}

article .date {
    position: absolute;
    background:  #2d2926;
    left: -10px;
    bottom: 10px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}

    article .date .number {
        display: block;
        font-size: 28px;
        line-height: 100%;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }

    article .date .text {
        display: block;
        font-weight: 300;
        font-style: italic;
    }

article .articleTitle {
    font-size: 14px;
}

article .articleMeta {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}

    article .articleMeta a {
        color: #999;
        display: inline-block;
        margin-right: 15px;
        font-style: italic;
        font-weight: 300;
    }

        article .articleMeta a:hover {
            color: #000;
        }

    article .articleMeta .nino-icon {
        color:  #2d2926;
        font-size: 17px;
        position: relative;
        top: 2px;
    }


.galeryImage {
    height: 200px;
}

/* =============== REFEICOES =============== */

.item:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.refnino-serviceTitle {
    font-weight: 500;
    font-size: 14px;
    margin-top: 50px;
}


/* =============== SECTION MAP =============== */
.mapBackground {
    padding: 40px 0;
    background: url(imagesAz/bg-map.jpg) no-repeat center center / cover;
}

.nino-sectionHeading {
    color:  #2d2926;
    margin-top: 30px;
}

    .nino-sectionHeading .nino-icon {
        display: block;
        margin-bottom: 10px;
        font-size: 40px;
    }

.mapWrap {
    visibility: hidden;
    opacity: 0;
    height: 0 !important;
    margin-top: 20px;
}

    .mapWrap iframe {
        width: 100%;
        height: 300px;
    }

.showMap .mapWrap {
    visibility: visible;
    opacity: 1;
    height: auto !important;
    border: 2px solid #ff9c00;
}

.nino-locationInfo {
    width: 250px;
}

/* =============== CARRINHO ======= */
.carrinhoAll {
    font-weight: 500;
    font-size: 14px;
}

.content .nino-icon {
    display: block;
    font-size: 30px;
}

/* ===============  FOOTER AREA =============== */
footer {
   padding-bottom: 12px;
    padding-top: 12px;
    background: #dedfe0;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
}

    footer .nino-colHeading {
        font-size: 12px;
        color: #2d2926;
    }

    footer .colInfo {
        margin-bottom: 30px;
    }
    /* ----------- COL 1 ----------- */
    footer .footerLogo a {
        color: #ccc;
        font-size: 40px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 20px;
        line-height: 100%;
    }

    footer .nino-followUs {
        margin: 25px 0;
    }

        footer .nino-followUs .totalFollow {
            color: #333;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

            footer .nino-followUs .totalFollow span {
                font-size: 18px;
                font-weight: 700;
            }

        footer .nino-followUs .socialNetwork .text {
            font-style: italic;
            font-weight: 300;
            display: inline-block;
            margin-right: 10px;
        }

        footer .nino-followUs .socialNetwork .nino-icon {
            display: inline-block;
            margin: 0 3px;
            font-size: 18px;
            color: #95e1d3;
        }

    footer .nino-subscribeForm .input-group input,
    footer .nino-subscribeForm .input-group .btn {
        border-radius: 0;
    }

    footer .nino-subscribeForm .input-group input {
        border-color: #e7e7e7;
        box-shadow: none;
        font-style: italic;
        font-size: 15px;
    }

    footer .nino-subscribeForm .input-group .btn {
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        background: #95e1d3;
        border: none;
    }
    /* ----------- COL 2 ----------- */
    footer .listArticles > li {
        margin-bottom: 20px;
    }

        footer .listArticles > li:last-child {
            margin-bottom: 0;
        }

    footer .listArticles .articleThumb {
        width: 120px;
        margin-right: 15px;
    }

    footer .listArticles .articleTitle {
        font-size: 12px;
        margin: 0 0 5px;
        line-height: 1.4;
    }

    footer .listArticles .date {
        font-style: italic;
    }

/* =============== LOGIN REGISTO =============== */

.form-group {
    width: 500px;
    margin: auto;
    padding: 1px;
}

.marginV-10 {
    margin: 10px auto;
}

.log-btn {
    color: #999;
    text-align: left;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 100%;
    margin-bottom: 8px;
    margin-left: 2px;
}

    .log-btn:hover {
        background: #2d2926;
    }



/* =============== GO TO TOP =============== */
#nino-scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-indent: -99999em;
    display: none;
    cursor: pointer;
    z-index: 2;
    background:  #2d2926 url(imagesAz/go-to-top.png) center center no-repeat;
}

    #nino-scrollToTop:hover {
        text-decoration: none;
        background-color:  #2d2926;
    }

/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 1200px) {

    .login-btn {
        width: 20%;
    }

    /* =============== FOOTER =============== */
    footer .nino-followUs {
        margin: 15px 0;
    }
}

@media (max-width: 992px) {
    section {
        padding: 45px 0;
    }

    .perfil {
        margin-left: 10px;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }

    .carrinho {
        position: absolute;
        left: 0px;
        margin-left: 2px;
    }

    .login-btn {
        width: 20% !important;
    }

    /* =============== SECTION TESTIMONIAL =============== */
    .nino-testimonial {
        padding: 30px 0;
    }

    .nino-testimonialSlider .quote {
        font-size: 13px;
    }

    .nino-testimonialSlider .nino-avatar {
        width: 130px;
    }

    /* =============== SECTION DATALOCAL =============== */
    #datalocal .item:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    #datalocal .nino-icon {
        font-size: 75px;
        color:  #2d2926;
        margin-left: 100px;
    }
    /* =============== REFEICOES =============== */
    /*#refeicoes .item:not(:nth-last-child(-n+2));

{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}*/


    /* =============== SECTION UNIQUE DESIGN =============== */
    #nino-uniqueDesign .nino-devices .tablet {
        width: 250px;
    }

    #nino-uniqueDesign .nino-devices .mobile {
        bottom: -38px;
        margin-left: 88px;
        width: 110px;
    }
    /* =============== PROGRAMA ======== */
    #programa .panel-group {
        margin-top: 20px;
    }
    /* =============== BILHETES ======== */
    #bilhetes .content .nino-icon {
        font-size: 18px;
        padding: 8px;
    }

    #bilhetes .info {
        margin-top: 25px;
    }

    #bilhetes .ticket-Title {
        font-weight: 500;
        font-size: 14px;
        margin-top: 50px;
    }

    /* =============== ALOJAMENTO ====== */
    #alojamento article .articleTitle {
        font-size: 11px;
    }

    #alojamento article .date {
        padding: 8px 12px;
    }

        #alojamento article .date .number {
            font-size: 18px;
        }

        #alojamento article .date .text {
            font-size: 11px;
        }

    .alojamento-btn {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 120px;
        text-align: center;
        background:  #2d2926;
        border: 2px solid  #2d2926;
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 50px;
    }

    .imgaloj {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .perfil {
        margin-left: 10px;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }

    .carrinho {
        position: absolute;
        left: 0px;
        margin-left: 2px;
    }

    .login-btn {
        width: 20%;
    }

    /* =============== HOVER EFFECT =============== */
    .nino-hoverEffect .item {
        margin-bottom: 15px;
    }
    /* =============== MAIN SLIDER =============== */
    #nino-slider {
        padding-top: 10px;
    }

        #nino-slider .carousel-inner {
            height: 270px;
        }

        #nino-slider .carousel-indicators {
            margin-top: 30px;
        }

        #nino-slider .nino-sectionHeading {
            font-size: 60px;
        }

            #nino-slider .nino-sectionHeading .nino-subHeading {
                font-size: 35px;
            }
    /* =============== SECTION UNIQUE DESIGN =============== */
    #nino-uniqueDesign .nino-devices .mobile {
        margin-left: 65px;
    }
    /* =============== BILHETES========= */
    #bilhetes .info {
        margin: 0 0 20px;
    }
    /* =============== GALERIA ========= */

    .galeryImage {
        height: 200px;
    }
    /* =============== ALOJAMENTO ===== */
    #alojamento {
        text-align: center;
    }

        #alojamento article {
            display: inline-block;
            max-width: 290px;
            margin-bottom: 30px;
            text-align: left;
        }
}

@media (max-width: 767px) {
    .perfil {
        margin-left: 10px;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }

    .carrinho {
        position: absolute;
        left: 0px;
        margin-left: 2px;
    }

    .login-btn {
        width: 20%;
    }

    /* =============== MENU AREA =============== */

    #nino-navbar .navbar-header {
        padding-right: 80px;
    }

    #nino-navbar .navbar-nav > li > a {
        padding: 10px 5px 5px;
    }

        #nino-navbar .navbar-nav > li > a:hover,
        #nino-navbar .navbar-nav > .active > a,
        #nino-navbar .navbar-nav > .active > a:hover {
            border-color: transparent;
        }

    #nino-navbar .nino-menuItem,
    #nino-navbar .navbar-collapse {
        width: 100%;
    }

    #nino-navbar .navbar-collapse {
        background: rgba(56,56,56,0.95);
        border-color: #464646;
        position: absolute;
        z-index: 1;
        left: 0px;
    }

    #nino-navbar .nino-iconsGroup {
        position: absolute;
        right: 20px;
        top: 0;
        margin: 0;
    }

        #nino-navbar .nino-iconsGroup > li {
            display: inline-block;
        }

        #nino-navbar .nino-iconsGroup li a {
            margin: 0 0 0 15px;
            padding: 15px 0 5px;
        }
    /* =============== SECTION DATALOCAL =============== */
    #datalocal .item:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 640px) {
    section {
        padding: 30px 0;
    }

    .perfil {
        margin-left: 10px;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }

    .carrinho {
        position: absolute;
        left: 0px;
        margin-left: 2px;
    }

    .nino-sectionHeading {
        font-size: 20px;
        margin-bottom: 20px;
    }

        .nino-sectionHeading .nino-subHeading {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .nino-sectionDesc {
        margin-bottom: 20px;
    }

    /* =============== SECTION REFEICOES =============== */
    #refeicoes .item:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    /* =============== MAIN SLIDER =============== */
    #nino-slider .nino-sectionHeading {
        font-size: 45px;
    }

        #nino-slider .nino-sectionHeading .nino-subHeading {
            font-size: 22px;
        }

    #nino-slider .carousel-inner {
        height: 205px;
    }

    #nino-slider .carousel-indicators li .number {
        display: none;
    }
    /* =============== SECTION UNIQUE DESIGN =============== */
    #nino-uniqueDesign .nino-devices .mobile {
        margin-left: 65px;
    }

    /* =============== SECTION UNIQUE DESIGN =============== */
    #nino-uniqueDesign .nino-devices .mobile {
        margin-left: 50px;
        width: 90px;
    }
    /* =============== ATIVIDADES =============== */
    #atividades .nino-avatar {
        width: 50px;
        margin-right: 15px;
    }

    /* =============== FOOTER =============== */
    footer {
        padding-top: 10px;
    }

    .form-group {
        width: 300px;
        margin: auto;
        padding: 8px;
    }
}

@media (max-width: 480px) {

    .perfil {
        margin-left: 10px;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }

    .carrinho {
        position: absolute;
        left: 0px;
        margin-left: 2px;
    }

    /* =============== MAIN SLIDER =============== */
    #nino-slider .carousel-indicators li .inner {
        text-indent: -99999em;
        line-height: 0;
        border-width: 3px;
    }

    #nino-slider .carousel-indicators .inner:after {
        display: none;
    }

    #nino-slider .carousel-indicators li.active .inner {
        border-color:  #2d2926;
    }
}

.maxSizeWidth {
    width: 100% !important;
}

.wrapper {
    width: 100%;
    position: relative;
    background-color: #fff;
}

    .wrapper:after {
        /*padding-top: 42.85714285714287%;*/
        display: block;
        content: '';
    }

    .wrapper .column {
        position: absolute;
        left: 0;
        top: 0;
        width: 14.2857142857142857%;
        float: left;
        padding: 6px;
        box-sizing: border-box;
    }

        .wrapper .column .inner {
            width: 100%;
            position: relative;
        }

            .wrapper .column .inner:after {
                padding-top: 100%;
                /* ratio 1:1 */
                display: block;
                content: '';
            }

            .wrapper .column .inner:before {
                content: ' ';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-transition: 300ms ease-in-out;
                transition: 300ms ease-in-out;
                background-color: rgba(0, 0, 0, 0.4);
            }

            .wrapper .column .inner:hover:before {
                background-color: rgba(0, 0, 0, 0);
            }

        .wrapper .column:nth-child(1) {
            width: 28.5714285714285714%;
        }

        .wrapper .column:nth-child(2) {
            left: 28.5714285714285714%;
        }

        .wrapper .column:nth-child(3) {
            left: 28.5714285714285714%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .wrapper .column:nth-child(4) {
            width: 28.5714285714285714%;
            left: 42.85714285714286%;
            top: 0;
        }

            .wrapper .column:nth-child(4) .inner:after {
                padding-top: 48.7%;
            }

        .wrapper .column:nth-child(5) {
            left: 71.42857142857143%;
            top: 0;
        }

        .wrapper .column:nth-child(6) {
            left: auto;
            right: 0;
            top: 0;
        }

        .wrapper .column:nth-child(7) {
            left: 71.42857142857143%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .wrapper .column:nth-child(8) {
            left: auto;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .wrapper .column:nth-child(9) {
            width: 28.5714285714285714%;
            top: auto;
            left: 0;
            bottom: 0;
        }

            .wrapper .column:nth-child(9) .inner:after {
                padding-top: 48.7%;
            }

        .wrapper .column:nth-child(10) {
            left: 28.5714285714285714%;
            top: auto;
            bottom: 0;
        }

        .wrapper .column:nth-child(11) {
            left: 42.85714285714286%;
            top: auto;
            bottom: 0;
            width: 28.5714285714285714%;
        }

        .wrapper .column:nth-child(12) {
            left: auto;
            top: auto;
            bottom: 0;
            right: 0;
            width: 28.5714285714285714%;
        }

            .wrapper .column:nth-child(12) .inner:after {
                padding-top: 48.7%;
            }
/* BEAUTY */
body,
html {
    background-color: #fff;
    padding: 0;
}

/* GALERIA  */

.wrapper .column .inner {
    background-size: cover;
    background-position: center;
}

.registrationIcon {
    background-image: url('ImagesAz/registration.png');
    width: 30px;
    height: 30px;
}

.shoppingCartIcon {
    background-image: url('ImagesAz/shoppingCart.png');
    width: 30px;
    height: 30px;
}

.mealIcon {
    background-image: url('ImagesAz/meal.png');
    width: 30px;
    height: 30px;
}

.gridHeader {
    border: none !important;
}

.fieldSize {
    width: 100%;
}

.finalPrice {
    color: #262626;
    font-size: 15px;
    font-weight: bold;
}

.login-btn {
    width: 60%;
}

.paymentMethodCombo {
    margin-top: 10px;
    padding: 10px 9px !important;
}

.img-circle {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    max-width: 100px;
    min-height: 100px;
}

.noMargin {
    margin: 0;
}

.button, input, select, textarea {
    font-family: Montserrat, sans-serif;
    font-size: inherit;
    line-height: inherit;
}

.textArea {
    width: 100%;
    resize: vertical;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-30 {
    padding: 30px;
}

.bold {
    font-weight: bold;
}

.roomTypeCombo {
    display: inline-block;
    color:  #2d2926;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    border: 3px solid  #2d2926;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 20px;
    background-color: #FFF;
    font-weight: bold;
}

.searchField {
    text-indent: 5px;
}

.headerName {
    margin: 20px 0px;
}

.gridHeaderName {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-padding {
    padding-top: 10px;
    padding-bottom: 15px;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

.divider {
    margin: 0 !important;
}

.userDropdown {
    padding: 0;
    margin-left: 8px;
}

    .userDropdown > li > a {
        padding: 5px 20px;
    }

.btnRed {
    background-color: #9d2621 !important;
    color: #fff !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    white-space: nowrap !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075) !important;
    font-weight: 400 !important;
    user-select: none !important;
}

    .btnRed:hover {
        background-color: #821b19 !important;
        color: #fff !important;
    }

.eventUserIcon {
    background-image: url('ImagesAz/eventUser.png');
    width: 30px;
    height: 30px;
}

.eventuserData {
    font-weight: bold;
    font-size: 16px;
}

.borderNone {
    border: none !important;
}

.itemArrow {
    font-size: 20px;
    margin-right: 12px;
}

.marginLeft-30 {
    margin-left: 30px;
}

.pr-0 {
    padding-right: 0px !important;
}

.imageContainer {
    height: 230px !important;
    overflow: hidden;
    margin-top: 0 !important;
}

    .imageContainer img {
        max-width: initial;
        height: 100%;
    }

.galeryImage .imageContainer {
    margin-bottom: 31px;
}

.emptyImage {
    height: 230px;
}

.articleThumb > .sliderButton {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sliderButton:first-child {
    background-color: #ccc;
    color: #000
}

.articleThumb > .sliderButton-right {
    position: absolute;
    right: 2.6vh;
    color: black;
    font-size: 30px;
    display: block;
    height: 230px;
    padding-top: 92px;
    top: 0;
}

.sliderButton-right:hover {
    color: white;
}

.articleThumb > .sliderButton-left {
    position: absolute;
    left: 2.6vh;
    color: black;
    font-size: 30px;
    display: block;
    height: 230px;
    padding-top: 92px;
    top: 0;
}

.sliderButton-left:hover {
    color: white;
}

.mb-30 {
    margin-bottom: 30px;
}

#bodyDiv {
    margin-bottom: 120px;
}

.d-block 
{
    display: block;
}

.noTextTransform {
    text-transform: none;
}

.unavailableHotel {
    width: 60%;
    position: absolute;
    top: 100px;
    margin-left: 16%;
    opacity: 0.9;
}

.noResults {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    color:  #2d2926;
}

.reserveConditionsTitle {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.price-night {
    margin-top: 15px;
    color:  #2d2926;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.cartColor {
    color: #be1e2d;
}