* {
    margin: 0;
    padding: 0;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    font-family: 'tbfont', sans-serif;
    font-size: 10pt;
}

.bar-dark {
    background-color: rgba(0, 0, 0, 0.55);
}

@font-face {
    font-family: "tbfont";
    src: url('/application/views/assets/fonts/tbfont.ttf');
}

@font-face {
    font-family: "tbfont_bold";
    src: url('/application/views/assets/fonts/tbfont_bold.ttf');
}

.container-bg {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container-center-page {
    background: rgba(0, 0, 0, 0.81);
    height: calc(100vh - 140px - 140px);
    min-height: 180px;
    max-height: 530px;
    overflow-y: auto;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    justify-items: center;
}

.list-group-item {
    background-color: transparent !important;
}

.footer-info {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.nav-item.active > a {
    font-family: 'tbfont_bold', sans-serif;
}

/* CONTACTOS */

.content_formcontact > h1 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 28pt;
    padding: 15px 0;
}

.content-left, .content-locais {
    padding: 3px 5px;
    color: #FFFFFF;
}

.content-left .content_logo {
    text-align: center;
    padding: 15px 0;
}

.content-left h1 {
    font-size: 10pt;
    font-family: 'tbfont', sans-serif;
    text-align: justify;
}

.content_service h6 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 11pt;
}

.content_service ul li {
    text-align: center;
    display: inline-table;
    padding: 10px;
}

.content_service article {
    text-align: center;
}

.content_metodo_pagamento article {
    text-align: center;
}

.content_metodo_pagamento h6 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 11pt;
}

.content_metodo_pagamento ul li {
    text-align: center;
    display: inline-table;
    padding: 10px;
}

.content_formcontact .contact_box ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.content_formcontact .contact_box ul li p {
    margin-bottom: 0;
}

.content_service ul li i {
    font-size: 24pt;
}

.content_metodo_pagamento ul li i {
    font-size: 24pt;
}

.content_service ul li h1 {
    text-align: center;
}

.content_metodo_pagamento ul li h1 {
    text-align: center;
}

.content_formcontact {
    color: #FFF;
}

.content_formcontact #enviar_msg {
    position: relative;
    padding: 8px 10px;
    width: 180px;
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.contact_box ul {
    position: relative;
    list-style: none;
    margin: 18px 0px 18px 0px;
    display: flex;
}

.contact_box ul li:nth-child(2) {
    margin-left: 10px;
}

.content_formcontact .contact_box ul li p:nth-child(2) {
    font-size: 17pt;
    font-family: 'tbfont_bold', sans-serif;
}

#form_contact_send input[type=text] {
    position: relative;
    width: 100%;
    padding: 8px 12px;
    float: left;
    margin-bottom: 8px;
    border: 1px solid #FFF;
    border-radius: 10px;
    background: transparent;
    color: #FFF;
}

#form_contact_send input[type=text]:hover, #form_contact_send textarea:hover {
    cursor: pointer;
}

#form_contact_send input[type=text]::placeholder, #form_contact_send textarea::placeholder {
    color: #bbb;
}

#facebook_box {
    text-align: center;
}

.cm_mnc_logo img {
    filter: invert(1) saturate(0) brightness(5) hue-rotate(0deg);
}

#form_contact_send textarea {
    position: relative;
    width: 100%;
    padding: 8px 12px;
    resize: none;
    float: left;
    height: 127px;
    color: #FFF;
    margin-bottom: 8px;
    border: 1px solid #FFF;
    border-radius: 10px;
    background: transparent;
}

/* SOBRE */
.content-sobre {
    color: #FFF;
    text-align: justify;
}

.content-sobre > h1 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 28pt;
    padding: 15px 0;
}

/* LOCAIS */

.content-locais {
    text-align: justify;
    height: calc(100vh - 384px);
    overflow-y: auto;
}

.content-locais > h1 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 28pt;
    padding: 0 0 15px 0;
}

.content-locais > ul li h1 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 20pt;
}

.content-locais > ul li {
    list-style: none;
    padding: 10px 0;
}

/* SERVIÇOS */

.content-servicos {
    color: #FFF;
    text-align: justify;
}

.content-servicos > h1 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 28pt;
    padding: 15px 0;
}

.content-servicos > ul li h1 {
    font-family: 'tbfont_bold', sans-serif;
    font-size: 20pt;
}

.content-servicos > ul li {
    list-style: none;
    padding-bottom: 10px;
}

.content-servicos > ul li p {
    margin-bottom: 0;
}

/* CAROUSEL */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: ease-in-out;
    transition-duration: .2s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
    transition: ease-in-out !important;
    transition-duration: .8s !important;
}


.display-1 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_caldas.jpg') fixed center center;
    background-size: cover;
}

.display-2 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_coca.jpg') fixed center center;
    background-size: cover;
}

.display-3 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_hosant.jpg') fixed center center;
    background-size: cover;
}

.display-4 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_pal_berj.jpg') fixed center center;
    background-size: cover;
}

.display-5 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_pont.jpg') fixed center center;
    background-size: cover;
}

.display-6 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_rio.jpg') fixed center center;
    background-size: cover;
}

.display-7 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_rio_moncao.jpg') fixed center center;
    background-size: cover;
}

.display-8 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_rio_moncao_2.jpg') fixed center center;
    background-size: cover;
}

.display-9 {
    background-blend-mode: multiply;
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55) url('/application/views/assets/img/wallpaper/select_torre_lapela.jpg') no-repeat fixed center center;
    background-size: cover;
}

.carousel {
    position: fixed;
    width: 100%;
    height: 100%;
    user-select: none;
    top: 0;
    left: 0;
}

/* GALERIA */
#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
}

#myModal .close {
    position: absolute;
    z-index: 1;
    right: 3px;
    padding: 5px 10px;
    background: #000;
    top: 3px;
    border-radius: 8px;
}

#myModal .close span {
    color: #FFF;
    text-shadow: none;
}


.icon-share-net ul {
    display: inline-flex;
    margin-bottom: 0;
}

.icon-share-net ul li > a {
    text-align: center;
    list-style: none;
    width: 40px;
    display: flow-root;
    border: 2px solid #f39219;
    border-radius: 5px;
    margin: 0 5px;
    text-decoration: none;
    color: #FFF;
}

.box-device-resp, .direct-number {
    display: none;
}

@media screen and (max-width: 415px) {
    .container-center-page {
        height: calc(100vh - 250px - 250px) !important;
        min-height: 200px !important;
        max-height: 600px !important;
    }
}

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

    .direct-number {
        display: block;
        width: 100%;
        position: relative;
    }

    .box-device-resp {
        display: block;
    }

    .menu-taxi li {
        padding: 5px 15px !important;
    }

    .menu-taxi li.active > a {
        color: #000 !important;
    }

    .menu-taxi li a {
        color: #f39219 !important;
    }

    .close-btn-menu {
        position: absolute;
        float: right;
        top: 25px;
        right: 25px;
    }

    .navbar-collapse {
        background-color: #FFF;
        bottom: 0;
        overflow-y: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        position: fixed;
        right: 100%;
        top: 0;
        transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 10;
    }

    .navbar-collapse.show {
        transform: translateX(100%);
        transition: all .5s ease-in-out;
        visibility: visible;
    }

    .navbar .nav-item.active:after {
        display: none;
    }
}

@media screen and (max-width: 604px) {
    .pulse {
        height: 57px !important;
    }

    .pulse span {
        padding: 12px !important;
    }
}

/* contacts*/

.pulse {
    width: 100%;
    height: 37px;
    background-color: #f39219;
    color: white;
    border-radius: 7px;
    border: 0px;
    line-height: 1;
    font-size: 16pt;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 6px;
}

.contact_number.pulse span {
    position: absolute;
    width: 100%;
    font-size: 13pt;
    padding: 10px;
    text-align: center;
}

.pulse:before, .pulse:after {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid #f39219;
    border-radius: 10px;
    animation: pulsing 1.5s linear infinite;
}

.pulse:after {
    animation-delay: 0.5s;
}

@keyframes pulsing {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}