body {
    /*   background: #FFF8EE url(../img/bg.png) center center;*/
    background: #FFF8EE;
    color: #512d11;
    /*background: #FFFDFB;*/
}

h1, h2, h3 {
    color: #293872;
    font-family: 'Goudy Bookletter 1911', serif;
}

h2 {
    padding-bottom: 20px;
    font-size: 36px;
    color: #293872;
}

h2.session-title {
    font-size: 36px;
    background: url(../img/icon-wedding-ring.png) no-repeat center left;
    padding-left: 30px;
    background-position-y: 30px;
    padding-top: 20px;
    display: inline-block;
}

p {
    /* O ministério “Casado: */
    font-size: 17px;
    color: #512d11;
    padding: 5px 0;
}


img.img-responsive {
    border-radius: 3px;

}

.card-shadow {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.card-shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.card-shadow-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.column-break-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.navbar-inverse {
    background: #141D40;
    border: none;
    z-index: 100;
    border-radius: 0;

}

.nav li > form > button.logout {
    padding: 7px;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 3px;
    right: -1px;
    top: calc(100% - 4px)
}


.dropdown-menu .fas {
    padding-right: 15px;
    display: inline-block;
    opacity: 0.5;;
}

.dropdown-menu, .dropdown.open .dropdown-toggle {
    background-color: #f4c273;
}

.dropdown-menu > li > a {
    color: #080808;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: underline;
    color: #141D40;
    background: transparent;
}

.dropdown-menu .divider {
    background-color: #141D40;
    opacity: 0.2;
}

.site.index .navbar-inverse,
.site.hoteis .navbar-inverse,
.site.midias .navbar-inverse,
.site.login .navbar-inverse,
.site.estudo-biblico .navbar-inverse,
.navbar-inverse {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    /*backdrop-filter: blur(5px);*/
    background-blend-mode: multiply;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
}

div.padded {
    padding-bottom: 50px;
}

.bg-inverse {
    background: #141D40;
    color: #FFF;
}

.bg-inverse p {
    color: #FFFFFF;
}

.bg-inverse h1, .bg-inverse h2, .bg-inverse h3, .bg-inverse a.btn, .bg-inverse p.lead {
    color: #FFCB7F;
}

.bg-inverse a, .nav li > form > button.logout {
    opacity: 0.8;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 10px;
}

.bg-inverse a:hover {
    opacity: 1;
}

.bg-inverse h2.session-title {
    background-image: url(../img/icon-wedding-ring-orange.png);
}

/* INICIO FORM */

label {
    font-size: 1.1em;
    font-weight: normal;
}

.form-control {
    padding: 20px;
    border: 1px solid rgb(255, 210, 138);
    background: #ffd28a3b;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.7rem;
    color: #332209;
}

select.form-control {
    padding: 20px 0;
    height: 45px;
}

/* FIM FORM */

/* TABLES */
.table.table-tranparent td, .table.table-tranparent th {
    border-top: none;
}

/* FIM TABLES */

.navbar-inverse {
    /*background:#293872 url(../img/banner.png) no-repeat center top;*/
}


.navbar-inverse .navbar-nav > li > a {

    opacity: 1;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 10px;
}

.navbar-inverse .navbar-nav > li.active > a {
    opacity: 1;
    background: transparent;
    border-bottom: 2px solid #FFF;
}

.navbar-inverse .navbar-nav > li:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.navbar .navbar-brand {
    text-indent: -99999px;
    background: url(../img/logo.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100px;
    height: 43px;
    margin-left: 15px;
}

.navbar-header, .navbar-collapse {
    background: #191f3d;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .navbar-inverse {
        padding-top: 10px;
    }

    .navbar-header, .navbar-collapse {
        background: transparent;
    }

    .navbar {
        background: #191f3d;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        width: 100px;
        height: 43px;
        margin-left: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        width: 180px;
        height: 73px;
        margin-left: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }
}

.site.index .navbar .navbar-brand {
    height: 73px;
}


.btn.btn-primary {
    border: none;
    /* Rectangle 1: */
    background: #F3BA68;

    border-radius: 3px;
    /* Inscreva-se: */
    font-weight: 900;
    font-size: 14px;
    color: #141D40;
    padding: 10px 30px;

}

.btn:not(.btn-sm) {
    padding: 10px 30px;
}

.btn {

    font-weight: bold;
    border: none;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25), 0 5px 14px rgba(0, 0, 0, 0.22);
}

.btn.btn-link {
    /* Ver todos os hotéis: */
    font-weight: 700;
    font-size: 16px;
    color: #293872;
}

.btn.btn-success {
    background-color: #94cb5a;
    color: #0c1702;
}

.site-index {
    margin-top: -180px;
}

#banner {
    background: #293872 url(../img/banner_2025_mobile.jpg) no-repeat center;
    color: #FFF;
    padding-top: 143px;
    height: 140vw;
    background-size: cover;
    position: relative;

}

@media screen and (min-width: 720px) {
    #banner {
        background: #293872 url(../img/banner_2025.jpg) no-repeat center;
        background-size: cover;
        height: 90vh;
    }
}


#banner .data-do-evento {
    padding-top: 100px;
}

#banner h2, #banner h1 {
    margin: 0;
    background: none;
    padding: 0;
}

#banner h2.mes {
    /* Novembro: */
    padding-top: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #F2BA68;
    text-transform: uppercase;
}

#banner h2.data {
    /* 10 a 11: */
    padding-top: 30px;
    font-size: 56px;
    color: #F8E8C7;
}

#banner h1 {
    /* 10° Encontro de Casa: */
    padding-top: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
}

#banner p {
    font-size: 22px;
    color: #FFFFFF;
    padding: 20px 0;
}

#banner .conteudo {
    /*padding: 0;*/
}


#banner .btn.btn-primary {
    padding: 10px 50px;
}


#banner.interno {
    background-position: center center;
    position: relative;
}

#banner.interno:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}


#banner.interno h1 {
    padding: 120px 15px;
    font-size: 48px;
}

#banner.interno h1 small {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0.8;
}

#banner.interno.parallax-window {
    min-height: 400px;
    background: transparent;
}

.site.login #banner.interno.parallax-window {
    height: 200px;
}

.site.login #banner.interno.parallax-window h1 {
    padding: 50px 15px;
}


.site.login {
    background: #141D40 url("../img/banner.png") center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #FFFFFF;
}

.site.login p {
    color: #FFFFFF;
}

.site.login .bg-inverse {
    background: transparent;
}

.site.login .site-login {
    padding-top: 100px;
}

.site.login footer {
    display: none;
}


#quem-somos p.lead {
    /* Temos como propósito: */
    font-size: 18px;
    font-weight: 700;
    color: #293872;
}

#eventos-anteriores {
    padding-top: 40px;
}

#hoteis-parceiros .hotel {
    text-align: center;
    margin-bottom: 20px;

}


#hoteis-parceiros .img {

    height: 250px;
    -webkit-background-size: cover;
    background-size: cover;

}

#hoteis-parceiros * {
    -webkit-transition: all 0.3s cubic-bezier(.42, 0, .58, 1);
}


#hoteis-parceiros {
    padding-top: 10px;
}

#hoteis-parceiros h3 {
    background: none;
    padding-left: 0;

}

#hoteis-parceiros .hotel a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;

}

#hoteis-parceiros .hotel p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;

}

#hoteis-parceiros .hotel-container {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -195px;
    left: 0;
    color: #ffffff;

}

#hoteis-parceiros .hotel-container:after {
    opacity: 0.8;
    background: #261E13;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}


#hoteis-parceiros .hotel-container h3, #hoteis-parceiros .hotel-container p {
    position: relative;
    color: #FFF;
    z-index: 100;
}

#hoteis-parceiros .hotel:hover {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    -moz-transform: scale3D(1.1, 1.1, 1);
    -ms-transform: scale3D(1.1, 1.1, 1);
    -o-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
    backface-visibility: hidden;
translate3d(0, 0, 0);
}

#hoteis-parceiros .hotel:hover a {
    box-shadow: 0 19px 20px 0 rgba(0, 0, 0, 0.25);
}

#hoteis-parceiros .hotel:hover .hotel-container {
    bottom: 0px;


}

#hoteis-parceiros .hotel:hover h3 {
    padding-top: 40px;
}

#hoteis-parceiros .hotel:hover h3, #hoteis-parceiros .hotel:hover p {
    /*-webkit-transform: scale3D(0.9,0.9,1);*/
    /*-moz-transform: scale3D(0.9,0.9,1);*/
    /*-ms-transform: scale3D(0.9,0.9,1);*/
    /*-o-transform: scale3D(0.9,0.9,1);*/
    /*transform: scale3D(0.9,0.9,1);*/
    backface-visibility: hidden;
translate3d(0, 0, 0);

}

#depoimentos {
    padding-bottom: 25px;
}

#depoimentos img {
    background: #FFFFFF;
    padding: 10px;
}

#depoimentos h3 {
    margin: 10px 0 0 0;
}

#depoimentos h6 {
    font-size: 14px;
    color: #8C5A12;
    font-weight: normal;
    margin-top: 0;
}

footer {
    margin-top: 30px;
    padding-top: 15px;
}

footer li {
    padding-bottom: 10px;
}

footer .glyphicon {
    font-size: 18px;
    padding-right: 10px;
}

footer .logo {
    padding-top: 30px;
}

.error {
    background: #293872 url(../img/banner.png) no-repeat center top;
    color: #FFF;
    padding-top: 163px;
    background-size: cover;
}


.error h1, .error h2, .error h3, .error h4, .error p {
    color: #FFFFFF;
}


/*
########### HOTEIS
*/

.img-responsive--background {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    margin: 0;
}

.imagem-hotel {
    position: relative;
    background-size: cover;
    background-position: center;
}

.imagem-hotel::after {
    content: '';
    width: 100%;
    height: 30%;
    display: block;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#261e13+0,261e13+100&0+0,0.9+45 */
    background: -moz-linear-gradient(top, rgba(38, 30, 19, 0) 0%, rgba(38, 30, 19, 0.9) 45%, rgba(38, 30, 19, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(38, 30, 19, 0) 0%, rgba(38, 30, 19, 0.9) 45%, rgba(38, 30, 19, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(38, 30, 19, 0) 0%, rgba(38, 30, 19, 0.9) 45%, rgba(38, 30, 19, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00261e13', endColorstr='#e6261e13', GradientType=0); /* IE6-9 */
}

.imagem-hotel-detalhe {
    height: 230px;
    background-size: cover;
    background-position: center;
}

.preco-hotel {
    position: relative;

}

.preco-hotel h3 small {
    color: #F2BA68;
    display: block;
    font-family: 'Lato', sans-serif;
}

.preco-hotel h3 {
    margin-top: -70px;
    z-index: 100;
    position: relative;
    color: #F2BA68;
    padding: 15px;
    text-shadow: 1px 1px 2px #000;

}

.img-responsive {
    border-radius: 3px;
}


.quarto-indisponivel {
    opacity: 0.7;

}

.carrinho__resumo li {
    padding-bottom: 0.5em;
}

div.adicionar_ao_carrinho a, div.adicionar_ao_carrinho input {
    float: left;
}

div.adicionar_ao_carrinho input {
    width: 40%;
    margin: 9%;
}

div.adicionar_ao_carrinho a {
    margin-top: 15px;
}


.estudo-biblico-item-titulo {
    margin-bottom: 0;
    padding-bottom: 0;
}

.estudo-biblico-item-titulo small {
    font-size: 14px;
}

.estudo-biblico-item-descricao {
    font-size: 1.3em;
    line-height: 160%;
    padding-bottom: 2em;
}


.palestrante {
    min-height: 500px;
    background: #FFFFFF;
    margin-bottom: 2em;
}

.palestrante__body {
    padding: 0 15px;;
}

.palestrante_img {
    background-size: cover;
    height: 350px;
    width: 100%;
    background-position: center center;
    /*-webkit-box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.1);*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.label-lg {
    padding: 0;
    margin: 0;
    font-weight: lighter;
    /*text-transform: uppercase;*/
    font-size: 15px;
    letter-spacing: 0em;
    opacity: 0.7;
}

hr {
    border-color: #FFCB7F;
    opacity: 0.2;
}

.info-complementar {
    opacity: 0.7;
}

/* CARRINHO */
.img-hotel-cheio {
    padding-top: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
