/* =============== BANNERS =============== */

.banner .caption {
    color: #ffffff;
}

.banner .caption.caption-titulo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
    bottom: 30%;
    text-transform: uppercase;
}

.banner .caption.caption-texto {
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    white-space: normal;
    line-height: 160%;
    bottom: 15%;
    margin-top: 30px;
    text-align: center;
}

.slider {
    width: 100%;
    height: auto;
    max-height: 500px;
    position: relative;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.tp-bullets {
    background: rgba(68, 46, 58, 0.8);
    height: 24px;
    bottom: 5% !important;
    border-radius: 10px;
    text-align: center;
}

.tp-bullets div {
    top: 6.5px;
    left: 5px;
}

/* =============== MENU =============== */

.menu {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(68, 46, 58, 0.8);
    font-family: 'Open Sans', sans-serif;
    display: block;
    z-index: 8000;
}

.menu-container {
    width: 100%;
    height: 100%;
}

.menu-block {
    width: 100%;
    height: 100%;
    display: table;
}

.menu img{
    width: 220px;
    padding: 10px 0;
}

.menu-item {
    width: 12%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transition: all .5s ease;
}

.menu-item a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 60px;
    letter-spacing: 0.7px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.menu-item.active {
    background: rgba(255, 255, 255, 0.2);
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {
    .menu {
        display: none;
    }
    .menu-mobile {
        display: block !important;
    }
}

/* =============== MENU-MOBILE =============== */

.menu-mobile {
    width: 100%;
    height: 100px;
    position: relative;
    top: 0;
    left: 0;
    background: rgba(68, 46, 58);
    display: none;
    z-index: 8000;
}

.menu-mobile .header {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.menu-mobile .header img {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
}

.menu-mobile .header i {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    color: white;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.menu-mobile .header i:hover {
    color: #89840A;
}

.menu-mobile .outer {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    border-top: 5px solid rgba(137, 133, 10, 0.8);
    border-bottom: 5px solid rgba(137, 133, 10, 0.8);
    position: absolute;
    top: 100px;
    left: -100%;
    transition: left .5s ease-in-out;
}

.menu-mobile .outer.active {
    left: 0;
}

.menu-mobile .content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding: 10px 0;
    font-size: 1.6em;
    color: rgb(124, 88, 108);
    list-style: none;
    text-align: right;
    display: block;
    margin: 0 auto;
    overflow-y: auto;
}

.menu-mobile .content li {
    width: auto;
    margin: 15px 0;
    padding-right: 50px;
}

.menu-mobile .content a {
    position: relative;
}

.menu-mobile .content li.active {
    background: rgba(124, 88, 108, 0.5);
}

.menu-mobile .content li:hover {
    background: rgb(124, 88, 108, 0.5);
}

/* =============== MENU-MOBILE MEDIA =============== */

@media (max-height: 450px) {
    .menu-mobile .content {
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .menu-mobile .header img {
        width: 200px;
    }
    .banner .caption {
        display: none !important;
    }
}

@media (max-width: 425px) {
    .menu-mobile .header img {
        width: 180px;
        left: 5%;
    }
}

@media (max-width: 370px){
    .menu-mobile{
        width: 370px;
    }
}

/* =============== IMAGENS CEMITÉRIO =============== */

.imagem-cemiterio{
    text-align: center;
    margin-top: 40px;
}

.imagem-cemiterio img{
    width: 30%;
    padding: 0 10px;
}

@media (max-width: 425px){
    .imagem-cemiterio img{
        width: 80%;
        padding: 10px 10px;
    }
}

/* =============== CAPELAS =============== */

section.capelas .capelas-foto{
    margin-top: 40px;
}

/* =============== LOCALIZAÇÃO =============== */

section.localizacao{
    padding-bottom: 60px;
    background-color: #F7F7F7;
}

section.localizacao .texto-mapa .titulo{
    font-size: 1.6em;
    text-align: left;
    padding-top: 20px;
}

section.localizacao .texto-mapa .titulo::before{
    display: none;
}

section.localizacao .texto-mapa .texto{
    text-align: left;
    margin-top: 10px;
}

section.localizacao .texto-mapa .texto p{
    margin-top: 10px;
    font-size: 1.2em;
}

section.localizacao .mapa {
    display: block;
    float: left;
    margin-right: 30px;
    width: 50%;
    height: 350px;
}

section.localizacao #mapa {
    width: 100%;
    height: 100%;
}

/* =============== LOCALIZAÇÃO MEDIA =============== */

@media (max-width: 768px) {
    section.localizacao {
        display: block;
        padding: 0 0 60px 0 !important;
    }
    section.localizacao .mapa {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 20px;
    }
    section.localizacao div.localizacao {
        width: 90%;
        padding: 40px 0;
        display: block;
        margin: 0 auto;
    }
    section.localizacao .texto-mapa .titulo{
        text-align: center;
    }
    section.localizacao .texto-mapa .texto{
        text-align: center;
    }
}

/* =============== SOBRE =============== */

section.sobre .slide {
    width: 100%;
    height: auto;
    display: flex;
}

section.sobre .slide-img, section.sobre .slide-text {
    flex: 1;
}

section.sobre .slide-img {
    max-width: 60%;
    background-size: cover !important;
}

section.sobre .texto-sobre{
    max-width: 600px;
    float: right;
}

section.sobre .slide-text {
    padding: 40px;
    text-align: right;
}

section.sobre .slide-text .titulo, section.sobre .slide-text .texto {
    color: #444348;
}

section.sobre .slide-text .titulo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

section.sobre .slide-text .texto {
    width: 100%;
    margin-top: 20px;
}

section.sobre .slide-text .sobre-button {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 100px;
}

section.sobre .sobre-button{
    padding: 10px 60px;
    text-align: center;
    font-size: 1.1em;
    color: #361F3C;
    border: 2px solid #361F3C;
    border-radius: 30px;
    background-image: linear-gradient(#361F3C, #361F3C);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

section.sobre .sobre-button:hover{
    color: #ffffff;
    background-size: 100% 100%;
}

/* =============== SOBRE MEDIA =============== */

@media (max-width: 768px) {
    section.sobre .slide {
        display: block;
        max-height: unset;
    }
    section.sobre .slide-img, section.sobre .slide-text {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    section.sobre .slide-img {
        max-width: 45%;
        height: 200px;
        margin-bottom: 40px;
    }
    section.sobre .slide-text {
        padding: 40px 0;
    }
    section.sobre.interna .sobre-texto .sobre-imagem {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    section.sobre.interna .sobre-texto .sobre-imagem img {
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }
    section.sobre .texto-sobre{
        max-width: 600px;
        float: none;
        padding: 40px;
    }
}

@media (max-width: 425px) {
    section.sobre .slide-img {
        padding: 0 60px;
    }
    section.sobre .sobre-button{
        font-size: 1em;
    }
    section.sobre .texto-sobre{
        padding: 0;
    }
}

/* =============== SERVIÇOS =============== */

section.serv .slide {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 60px;
}

section.serv .serv-slick{
    margin-top: 60px;
}

section.serv .slide-img, section.serv .slide-text {
    flex: 1;
}

section.serv .slide:nth-of-type(even) .slide-img{
    order: 1;
}

section.serv .slide:nth-of-type(even) .slide-text{
    order: 2;
}

section.serv .slide:nth-of-type(odd) .slide-img{
    order: 2;
}

section.serv .slide:nth-of-type(odd) .slide-text{
    order: 1;
}

section.serv .slide-img {
    max-width: 60%;
    background-size: cover !important;
}

section.serv .texto-serv{
    max-width: 600px;
    float: right;
}

section.serv .slide-text {
    padding: 40px;
    text-align: right;
}

section.serv .slide-text .titulo, section.serv .slide-text .texto {
    color: #444348;
}

section.serv .slide-text .titulo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

section.serv .slide-text .texto {
    width: 100%;
    margin-top: 20px;
}

/* =============== SERVIÇOS MEDIA =============== */

@media (max-width: 768px) {
    section.serv .slide {
        display: block;
        max-height: unset;
    }
    section.serv .slide-img, section.serv .slide-text {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    section.serv .slide-img {
        height: 200px;
    }
    section.serv .slide-text {
        padding: 40px 0;
    }
    section.serv.interna .serv-texto .serv-imagem {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    section.serv.interna .serv-texto .serv-imagem img {
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }
    section.serv .texto-serv{
        max-width: 600px;
        float: none;
        padding: 40px;
    }
}

@media (max-width: 425px) {
    section.serv .slide-img {
        padding: 0 60px;
    }
    section.serv .serv-button{
        font-size: 0.8em;
    }
    section.serv .texto-serv{
        padding: 0;
    }
}

/* =============== QUEM SOMOS =============== */

section.quem-somos div.quem-somos {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
}

section.quem-somos div.quem-somos .container {
    height: 250px;
    margin: 10px;
    transition: all .5s ease-in-out;
}

section.quem-somos div.quem-somos .container:hover {
    transform: scale(1.05) !important;
}

section.quem-somos div.quem-somos .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

section.quem-somos div.quem-somos .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.quem-somos div.quem-somos .wrapper span {
    width: calc(100% - 10px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 5px;
    background: rgba(54, 31, 60, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #ffffff;
}

/* =============== QUEM SOMOS DETALHE =============== */

section.quem-somos.detalhe .quem-somos-texto {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    z-index: -1;
}

section.quem-somos.detalhe .titulo {
    width: 90%;
    display: block;
    margin: 0 auto;
}

section.quem-somos.detalhe .titulo.titulo-galeria {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

section.quem-somos.detalhe .quem-somos-texto .texto {
    width: 100%;
    z-index: -1;
}

section.quem-somos.detalhe .quem-somos-texto .quem-somos-imagem {
    width: calc(50% - 40px);
    height: auto;
    float: right;
    margin: 0 0 20px 40px;
}

section.quem-somos.detalhe .quem-somos-texto .quem-somos-imagem img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    box-shadow: 0px 0px 0px 8px #361F3C;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}

section.quem-somos.detalhe .quem-somos-texto .quem-somos-imagem img:hover {
    transform: scale(1.05);
}

/* =============== QUEM SOMOS MEDIA =============== */

@media (max-width: 768px) {
    section.quem-somos.detalhe .quem-somos-texto .quem-somos-imagem {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    section.quem-somos.detalhe .quem-somos-texto .quem-somos-imagem img {
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }
}

/* =============== FORMULÁRIOS =============== */

form {
    margin-top: 40px;
}

form .input-form {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #CCCCCC;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all .5s ease !important;
}

form .textarea-form {
    width: calc(100% - 20px);
    min-width: 250px;
    height: 150px;
    float: left;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
    font-size: 0.9em;
    resize: none;
    transition: all .5s ease !important;
}

form .input-form.left {
    width: calc(50% - 10px);
    float: left;
}

form .input-form.right {
    width: calc(50% - 10px);
    float: right;
}

* ::placeholder {
    color: #999999;
}

form .input-form:focus, .input-form:not(:placeholder-shown), textarea:focus, textarea:not(:placeholder-shown), .input-form:focus::placeholder, textarea:focus::placeholder {
    color: #89840A;
}

/* =============== EFEITOS =============== */

@keyframes slide-in {
    from {
        transform: translateX(-500%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slide-out {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-500%);
    }
}