﻿/*body {
}*/

li {
    line-height: 20px;
}

ul, ol {
    list-style-type: none;
    margin-bottom: -1px;
    margin-top: 0px;
}

h3 {
    font-size: 30px;
    /*text-transform: uppercase;*/
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #505050;
    line-height: 36px;
    margin-bottom: 27px;
}

.modulable-top-destinations {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0 0 0px;
}

.destinations {
    padding-bottom: 79px;
    overflow: hidden;
}

    .destinations .item_content {
        overflow: hidden;
        background: #fff;
        margin-bottom: 19px;
        color: #8f8f8f;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding-right: 20px;
    }

.list_carousel {
    padding: 0;
    width: auto;
    position: relative;
    margin: 0 0 0 -20px;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

        .list_carousel ul li {
            padding: 0 0 0 20px;
            margin: 0;
            display: block;
            float: left;
        }

.destinations .item_content .item_img {
    margin-bottom: 0;
    margin-right: 30px;
}

.img-intro__left, .img-full__left {
    float: left;
    margin: 0 20px 9px 0;
}

.item_img, .category_img {
    margin-bottom: 14px;
}

/*-------------------------------------------------------------------------------------*/

#owl-passeios {
    display: block;
    width: 100%;
    height: 435px;
    overflow: hidden;
}

.carousel-passeio {
    margin-left: 10px;
    display: inline-block;
    max-height: 400px;
    width: 600px;
    box-shadow: -10px 5px 5px #e2e2e2;
    background-color: rgba(246, 246, 246, 0.51);
}

.carousel-passeio-img {
    width: 270px;
    height: 200px;
}

.passeioHeader {
    float: left;
    clear: left;
}

.passeioInner {
    /*margin-left:271px;*/
    font-size: 16px;
    position: relative;
    text-align: center;
    padding: 20px 12px 30px 12px;
    margin-bottom: 0px;
    float: left;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    height: 450px;
}

.primeiraImagem {
    margin-left: 40px;
    display: inline-block;
    max-height: 400px;
    width: 600px;
}

.primeiraInfo {
    height: 352px;
}

    .primeiraInfo span {
        font-family: 'Open Sans' serif;
        font-size: 45px;
        font-weight: 800;
    }

    .primeiraInfo p {
        font-family: 'Open Sans' serif;
        margin: 0 0 20px 0;
        font-size: 0.875rem;
        color: #222;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.container:hover .overlay {
    opacity: 1;
}

.passeioInner .subTitle {
    padding: 12px 0px 5px 0px;
}

.resumo {
    margin-bottom: 0px;
    width: auto;
    float: left;
    vertical-align: bottom;
    color: rgba(75,75,75,0.7);
    font-size: 21px;
    /*font-weight: bold;*/
}

.menuLateral {
    float: right;
}

/*---------------------------------------------------HOVER EFFECT---------------------------------------------------*/
.hovereffect {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75,75,75,0.7);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover .overlay {
        background-color: rgba(0, 0, 0, 0.71);
    }

    .hovereffect img {
        display: block;
        position: relative;
    }

    .hovereffect .subTitle span {
        padding: 12px 0px 5px 0px;
        color: rgba(58, 208, 98, 0.99);
        font-weight: bold;
        font-size: 26px;
        padding: 10px;
    }

    .hovereffect .resumo {
        margin-bottom: 0px;
        width: auto;
        float: left;
        vertical-align: bottom;
        color: rgba(245, 245, 245,1);
        font-size: 21px;
        font-weight: bold;
    }

    .hovereffect h4 {
        width: auto;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 30px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover h4 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .hovereffect div.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        margin: -52px 0 0 0;
        padding: 62px 100px;
    }

    .hovereffect:hover div.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect div.info:hover {
        box-shadow: 0 0 5px #fff;
    }

/* ----------------Carousel de passeios ----------------*/
.bg-container {
    position: relative;
    z-index: 10;
    /*background-color: rgba(241, 241, 241, 0.44);*/
    background-image: linear-gradient(to bottom,rgba(241, 241, 241, 0.44), white);
    /*background-image: url('~/Content/images/hazemaster-gray-gradient-ui-background.jpg');
    background: linear-gradient(180deg,#e2e2e2 -80%, white );*/
    /*opacity: 0.4;*/
}

.wrap-carousel {
    display: inline-block;
    overflow: hidden;
    height: 365px;
    padding: 10px;
}

    .wrap-carousel:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
    }

.passeiosM {
    display: inline-block;
    height: 420px;
    /*width: 300px;*/
    width: 285px;
    padding: 10px;
    background-color: rgba(246, 246, 246, 0.51);
    border-radius: 5px;
}

.img-box {
    /*height: 235px !important;
    width: 330px !important;*/
    height: 200px !important;
    width: 285px !important;
    border-radius: 5px;
}

    .img-box img {
        margin: -11px 0px 0px 0px;
        float: none;
        /*height: 235px;
        width: 360px;*/
        height: 200px;
        width: 285px;
        border-radius: 11px 11px 0 0;
    }

.box-content {
    background-color: #fff;
    /*width: 330px;
    height: 220px;*/
    width: 285px;
    height: 215px;
    padding-bottom: 10px;
    position: relative;
    border-radius: 0 0 7px 7px;
    font-weight: 500;
    border: 1px solid rgba(246, 246, 246, 0.51);
    text-align: center;
    box-shadow: #cfcfcf 1px 1px 18px;
}

    .box-content h2 {
        text-align: center;
        border-bottom: solid 1px #dedede;
    }

    .box-content h3 {
        font-size: 17px;
        height: 15px;
        font-weight: 800;
        text-align: left;
        color: rgba(90,90,90,1);
        text-transform: uppercase;
        text-align: center;
        color: rgba(0,90,140,0.8);
    }

    .box-content h5 {
        padding: 0 0 7px 0;
        font-weight: 800;
            color: rgba(210,210,0,0.8);
    }

    .box-content .botao {
        /*
    vertical-align:bottom;*/
        width: 220px;
        height: 35px;
        margin-left: 12%;
        bottom: 15px;
        position: absolute;
        /*border: 1px solid #3b7ac8;*/
        border: 1px solid rgba(57, 172, 105, 0.8);
        border-radius: 15px;
        /*background-color: #39ac73;*/
    }
    .box-content .botao p {
        /*color: #fff;*/
        color: rgba(50, 50, 50, 0.9) ;
        font-weight:bold;
        position: relative;
        top: 5px;
    }

    .box-content .box-content-info {
        font-size: 14px;
        margin: 0 15px 0 15px;
    }

.destaque {
    font-weight: 900;
    margin: 60px 0px 65px 0px;
    border-radius: 5px;
}

    .destaque h2 {
        width: 100%;
        text-align: center;
        font-family: 'Open Sans';
        color: #222;
        font-weight: 800;
        font-size: 36px;
        text-transform: uppercase;
        line-height: 40px;
    }

    .destaque span {
        width: 100%;
        text-align: center;
        display: block;
        font-style: italic;
        font-family: Georgia, serif;
        font-size: 20px;
        color: #000000;
        font-weight: 400;
    }

.contatoWhatsApp {
    width: 30px;
    height: 30px;
    margin-left: -12px;
    margin-right: 6px;
}

.navWhatsApp {
    margin-left: 7px;
    margin-right: 5px;
}

.testimonialHeader {
    color: black !important;
    text-align: center;
    font-size: 30px;
}

.mensagens {
    height: 300px;
    width: 100%;
}

.pad {
    padding: 50px 0 25px 0;
}

@media only screen and (max-width: 760px) {
    div.mensagens {
        height: 280px;
        width: 100%;
    }

    div.pad {
        margin: -40px 0 -15px 0;
    }

    div.bg-newsLetter {
        width: auto !important;
        background-color: #698fbe;
        background-image: url('../img/templo-budista2.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.newsletter h3 {
    font-size: 28px;
    font-weight: 600;
}

.bg-newsLetter {
    width: auto !important;
    background-color: #698fbe;
    background-image: url('../img/templo-budista2.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

    .bg-newsLetter h3, p {
        color: #fff;
    }

.bg-newsLetter-img {
    width: 100%;
    height: 350px;
    float: right;
}

.footerAllBrazilTours {
    width: auto;
    height: auto;
    padding: 0 4px 15px 3px;
}

    .footerAllBrazilTours p {
        padding: 5px 0 15px 0;
        margin: 0;
        color: #cfcfcf;
        font-weight: normal;
        font-family: 'Raleway', sans-serif;
        font-size: 12px !important;
        -webkit-font-smoothing: antialiased;
        line-height: 1.6em;
    }

    .footerAllBrazilTours h4 {
        line-height: 0.4em;
        color: #cfcfcf;
        font-size: 18px !important;
    }

    .footerAllBrazilTours h3 {
        font-size: 18px;
        padding-bottom: 20px;
        color: #cfcfcf;
        /*padding-bottom: 0px !important;*/
        line-height: 0px !important;
    }
    .footerAllBrazilTours i {
        font-size: 20px;
        font-weight: 600;
    }
/*.container .bg-newsLetter {
    width: 1230px !important;
    background-color: gray !important;
}*/
.verTodos {
    color: rgba(75,75,75,0.7);
    float: right;
    height: 30px;
    padding-bottom: 30px;
    margin-top: 12px;
    width: 120px;
}

    .verTodos h5 {
        color: steelblue;
    }

    .verTodos:hover {
        border-radius: 15px;
        background-color: #00a3cc;
        transition: all 3s;
    }

        .verTodos:hover h5 {
            margin: 3px 0 0 8px;
            font-weight: 800;
            color: white !important;
            transition: all 1s;
        }
/*-----------------------------Estilo Parte Superior Atrativos-----------------------------*/
/*.banner-passeios {
}*/
/*-----------------------------Fim Estilo Parte Superior Atrativos-----------------------------*/
/*-----------------------------Estilo Atrativos----------------------------------------*/
.Atrativos {
    transition: box-shadow .20s;
    height: 295px;
    width: 260px;
    /*margin: -35px 0 0 0;*/
}

.confira {
    /*background-color: #fff;*/
    background: linear-gradient(to bottom, #fff, rgba(220,220,220,0.6));
    border-left: 7px solid rgba(75,150,95,1);
}

@media only screen and (max-width: 762px) {
    div.confira {
        background-color: #fff;
        border-left: 5px solid #808080;
        margin: 0 0 20px 0;
    }

    div.Atrativos {
        transition: box-shadow .20s;
        height: 325px;
        width: 335px;
        /*margin: 45px 0 0 0;*/
    }

    div.conteudoAtrativo {
        width: 315px;
        /*height: 240px;*/
        height: 130px;
        /*box-shadow: 1px 1px 10px gray;*/
        border-radius: 0px 0px 10px 10px;
        border: 1px solid #e2e2e2;
        background-color: #fff;
    }

        div.conteudoAtrativo .linha-pequena {
            border: 0.5px solid #e2e2e2;
            width: 85%;
            position: absolute;
            margin-left: 18px;
            top: 70px;
        }

        div.conteudoAtrativo .linha-baixa {
            border: 0.5px solid #e2e2e2;
            width: 85%;
            position: absolute;
            bottom: 50px;
            margin-left: 18px;
        }

        div.conteudoAtrativo h5 {
            font-size: 22px;
            font-weight: 800;
            text-align: center;
            text-decoration: none;
        }

        div.conteudoAtrativo h6 {
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            color: rgba(138, 138, 138, 0.77);
        }

        div.conteudoAtrativo hr {
            width: 85%;
            border: 0.5px solid rgba(207, 207, 207, 0.75);
            margin-top: 1px;
            margin-bottom: 15px;
        }

        div.conteudoAtrativo p {
            font-size: 12px;
            font-weight: 500;
            padding-left: 17px;
            padding-right: 10px;
            color: #8f8f8f;
        }

        div.conteudoAtrativo span {
            padding-left: 15px;
            font-size: 16px;
            font-weight: 800;
            color: #505050;
        }

        div.conteudoAtrativo .preco {
            width: 120px;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }

            div.conteudoAtrativo .preco span {
                font-weight: 700;
                font-size: 20px;
                padding-left: 20px;
                color: #505050;
            }

    div.imagemAtrativos {
        border-radius: 10px;
        width: 315px;
        height: 175px;
    }

        div.imagemAtrativos img {
            height: 200px;
            width: 335px;
        }
}

.Atrativos:hover {
    box-shadow: 0 5px 15px rgba(33,33,33,.2);
}

.imagemAtrativos {
    border-radius: 10px;
    width: 260px;
    height: 175px;
}

    .imagemAtrativos img {
        height: 200px;
        width: 260px;
    }

.conteudoAtrativo {
    width: 261px;
    height: 125px;
    /*box-shadow: 1px 1px 10px gray;*/
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(200,200,200,0.2);
    border-bottom: 3px solid rgba(100,100,100,0.4);
    background-color: #fff;
}

    .conteudoAtrativo .linha-pequena {
        border: 0.5px solid #e2e2e2;
        width: 85%;
        position: absolute;
        margin-left: 18px;
        top: 70px;
    }

    .conteudoAtrativo .linha-baixa {
        border: 0.5px solid #e2e2e2;
        width: 85%;
        position: absolute;
        bottom: 50px;
        margin-left: 18px;
    }

    .conteudoAtrativo h5 {
        font-size: 22px;
        font-weight: 800;
        text-align: center;
        text-decoration: none;
    }

    .conteudoAtrativo h6 {
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        color: rgba(138, 138, 138, 0.77);
    }

    .conteudoAtrativo hr {
        width: 85%;
        border: 0.5px solid rgba(207, 207, 207, 0.75);
        margin-top: 1px;
        margin-bottom: 15px;
    }

    .conteudoAtrativo p {
        font-size: 12px;
        font-weight: 500;
        padding-left: 17px;
        padding-right: 10px;
        color: #8f8f8f;
    }

    .conteudoAtrativo span {
        padding-left: 15px;
        font-size: 16px;
        font-weight: 800;
        color: #505050;
    }

    .conteudoAtrativo .preco {
        width: 120px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

        .conteudoAtrativo .preco span {
            font-weight: 700;
            font-size: 20px;
            padding-left: 20px;
            color: #505050;
        }

.valDel {
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-detalhe {
    border: 1px solid #88c245;
    border-color: rgba(0, 149,207,0.75);
    background-color: rgba(57,159,80,0.85);
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
    font-weight: 700;
    float: right;
    padding: 10px 14px 10px 8px;
    margin-bottom: 5px;
}

    .btn-detalhe:hover {
        color: #fff;
        border: 1px solid #88c245;
        background: rgba(0, 109,247,0.85);
        /*border-color: rgba(0, 149,207,0.75);*/
        transition: all .40s ease-in-out;
        -moz-transition: all .40s ease-in-out;
        -webkit-transition: all .40s ease-in-out;
    }

.divFixaDireita {
    width: 300px;
    height: 418px;
    margin: 45px 0px 0px 0px;
    position: relative;
    /*right: 305px;*/
    border: 1px solid rgba(155,155,155,0.4);
    border-radius: 15px;
    background-color: #fff;
}

    .divFixaDireita .topo {
        width: 100%;
        height: 35px;
        background-color: rgba(57,159,80,0.75);
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        vertical-align: middle;
    }

        .divFixaDireita .topo h4 {
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
        }

    .divFixaDireita .foot {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 25px;
        background-color: #c7c7c7;
        color: #fff;
        border-radius: 0 0 10px 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    .divFixaDireita .buscaNome {
        /*width: 75%;*/
        height: 40px;
        /*border-radius: 30px;
    background-color: #f1f1f1;*/
        /*margin: 15px auto;*/
        margin: 5px auto;
        padding-bottom: 15px;
    }

        .divFixaDireita .buscaNome label {
            text-align: center;
            margin: 2px 0 5px 15px;
            font-weight: 600;
            margin-left: 30px;
            padding-bottom: 10px;
        }

    /*.divFixaDireita.buscaporvalor {
    }*/

        .divFixaDireita .buscaporvalor label {
            text-align: center;
            margin: 2px 0 5px 15px;
            font-weight: 500;
        }

    .divFixaDireita .filtraCategoria {
        /*text-align: center;*/
        height: auto;
        margin: 2px 0 5px 5px;
        font-weight: 500;
    }

        .divFixaDireita .filtraCategoria ul {
            margin: 10px 0 5px -44px;
        }

        .divFixaDireita .filtraCategoria li {
            margin: 5px 0 5px 0;
        }

        .divFixaDireita .filtraCategoria label {
            font-weight: 500;
        }

            /*.divFixaDireita .filtraCategoria label:hover {
                background-color: rgba(70,150,70,0.8);
                transition: 3s;
            }*/

        .divFixaDireita .filtraCategoria .containerRadio:hover i {
            color: white;
            transition: all 3s;
        }

        .divFixaDireita .filtraCategoria span {
            font-weight: 600;
            margin-left: 30px;
        }

    .divFixaDireita .input-group {
        padding-bottom: 10px;
        padding: 0 15px 0 15px;
        width: 100%;
    }

    .divFixaDireita .buscaNome input {
        background-color: #fff;
        border-radius: 10px 10px 10px 10px !important;
    }
/*-------------------------------------Estilo Contato-------------------------------------*/
.insta {
    margin-left: -25px;
    margin: 10px 0 0 0;
}

    .insta a {
        color: #000 !important;
        font-weight: 400;
        font-size: 20px;
    }

    .insta i {
        width: 20px;
        height: auto;
        margin-right: 10px;
        font-size: 25px;
    }

.phone {
    padding: 5px 0 15px 0;
    display: flex;
}

@media only screen and (max-width: 769px) {
    div.phone {
        padding: 5px 0 15px 0;
        display: inline-block;
    }

        div.phone div {
            margin: 20px -6px -20px 5px;
        }
}

.phone div {
    margin: -3px 0 -20px 45px;
}

.AddressIcon {
    font-size: 1.75em !important;
    color: #fff !important;
    padding-right: 5px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #000000b5;
}
/*------------------------Banner Info------------------------*/
.bannerInfo {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
}

.bannerInfoh3 {
    font-size: 24px;
    border-bottom: 2px solid black;
    font-weight: 700;
    margin-top: 3px;
}

    .bannerInfoh3:hover {
        /*color: #4a90d4;*/
        color: rgba(44, 149, 64, 0.74);
        transition: all 1s;
    }

.fozInfo {
    color: black !important;
    line-height: 28px;
    font-size: 18px;
}

.citeDepoimento p {
    margin-left: 40px;
    margin-right: 61px;
}

.testeDescricao p {
    color: #808080;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.titleDescription {
    /*border-left: 7px solid rgb(75,150,95);*/
    /*background-image:linear-gradient(to top,rgba(242, 242, 242, 0.32),white);*/
    margin-left: -15px;

}

    .reserva .titleDescription h3 {
        margin-left: 7px;
        /*font-weight: bold;*/
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: rgba(20,29,50,0.75);

         /*font-size: 16px;
         font-family: Trebuchet MS,Arial, Helvetica, sans-serif;*/
         font-weight: bold
    }

.backgroundTitulo {
    /*background-image: url(@Url.Content(ViewBag.dsPath)), url(@Url.Content(Model.AtrativosFotos.Skip(1).First(x => x.Imagem.dsPath != null).Imagem.dsPath));*/
    background-repeat: no-repeat,no-repeat;
    background-position: left, right;
    height: 241px, 241px;
    width: 570px, 570px;
}

.ReservaP {
    font-size: 17px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: inherit;
    margin: 0 0 0 0;
}

    .ReservaP i {
        margin-right: 8px;
        font-size: 25px;
        margin-left: 8px;
    }

/*-------------------------- Custom Radio Buttons ---------------------------------------*/
/* Customize the label (the container) */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmarkRadio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 35%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmarkRadio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmarkRadio {
    /*background-color: #2196F3;*/
    background-color: #e3ea30;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmarkRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmarkRadio:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*-------------------------- Fim Custom Radio Buttons -----------------------------------*/
/*GOOGLE MAP*/
.gmap {
    height: 500px;
}

    .gmap img {
        max-width: none;
    }

.gmap-small {
    height: 365px;
}
/*******************************************/
/*Informações abaixo do slide principal Home*/
.mini-informacao {
    /*border-right: 1px solid rgba(200,200,200,0.2);*/
    margin-top: 10px;
}

    .mini-informacao div {
        width: 30px;
        height: 50px;
        float: left;
    }

    .mini-informacao i {
        margin-top: 18px;
        font-size: 22px;
    }

    .mini-informacao h6 {
        color: rgba(200,200,200,1);
    }

    .mini-informacao h5 {
        color: steelblue;
        display: inline;
        font-weight: 600;
    }

    .mini-informacao img {
        margin: 18px 0 0 -15px;
        opacity: 0.6;
    }

@media only screen and (max-width: 769px) {
    .mini-informacao {
        border-right: 1px solid rgba(200,200,200,0.2);
        width: 330px;
        margin-top: 10px;
    }

        .mini-informacao h6 {
            color: rgba(200,200,200,1);
            font-size: 14px;
        }

        .mini-informacao h5 {
            color: steelblue;
            display: inline;
            font-weight: 600;
            font-size: 17px;
        }
        .mini-informacao img {
            margin: 8px 0 0 -15px;
            opacity: 0.6;
        }
}
/*******************************************/
/******************** View Atrativo / Reserva *************************/
.reserva {
    margin-top: 1%;
    background-color: #fff;
    box-shadow: grey 0px 0px 5px;
    border-radius: 0px 0px 5px 5px;
    /*margin-bottom: 11px;*/
}
.reserva h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: -6px;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
}
.reserva h4 {
    font-size: 0.925em;
    font-weight: bold;
}
.reserva a {
    font-size: 17px;

}

.reserva .titleContato{
    margin-left: -15px;
    width: 113%;
    height: 35px;
    background-color: rgba(105,180,105,1);
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
}
.reserva .titleContato h6 {
    display: inline;
    margin-left: 13px;
    color: #fff;
    font-weight: 600;
}
.reserva .titleContato i {
    color: #fff;
    margin-left: 20px;
}
/**********************************************************************/
/****************************Combo/Pacote*********************************/
@media only screen and (max-width: 500px){
    .Combo {
        font-size: 28px !important;
    }
}
.comboHead{
    border-left: 5px solid rgba(5,135,255,0.8);
    background-color: white;
    border-radius: 5px;
}
.comboHead h4{
     font-family: 'Raleway', sans-serif;
     font-weight: 800;
     margin: 28px 0 0px 15px;
     font-size: 23px;
}
/*************************************************************************/
#nosSiga {
    margin-left: 25px;
}
@media screen and (max-width: 769px){
    #nosSiga {
        margin-left: 0px;
    }
}