:root {
    --blue: #353582;
    --yellow: #F6DF09;
    --grey: #f9f9f9;
    --font: 'DM Serif Display', serif;
}

/* @font-face {
    font-family: 'Larken';
    src: url('../fonts/LarkenDEMO-Light.otf') format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/LarkenDEMO-Regular.otf') format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/LarkenDEMO-Bold.otf') format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/LarkenDEMO-ExtraBold.otf') format("opentype");
    font-weight: 800;
} */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: "Robot", sans-serif;
    font-size: 16px;
}

/* Classes de uso geral */
.padding-common {
    padding: 70px 0px;
}

body {
    color: #898989;
    font-weight: 100;
}

@media only screen and (max-width: 769px) {
    .padding-common {
        padding: 40px 15px;
    }
}

.w-half {
    width: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

/* ul {
    list-style-position: inside;
} */

.w-fit {
    width: fit-content;
}

.title,
.title h3,
.title h2 {
    font-family: var(--font);
    font-size: 30px;
    font-weight: 600;
    color: var(--blue);
    position: relative;
    z-index: 2;
    width: auto;
    text-align: center;
}

.title::before {
    content: "";
    background-image: url(../img/carmo-elemento-passaro-01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 60px;
    top: -5px;
    right: -40px;
    z-index: 1;
}

@media (max-width: 768px) {
    .title::before {
        display: none;
    }
}

.title.left::before {
    right: unset;
    left: -40px;
}

.title-no-icon {
    font-family: var(--font);
    font-size: 30px;
    font-weight: 600;
    color: var(--blue);
    position: relative;
    z-index: 2;
    width: auto;
}

.title-card {
    color: var(--blue);
    font-family: var(--font);
    font-size: 24px;
    font-weight: 600;
}

.font-blue {
    color: var(--blue);
    font-weight: 600;
    font-size: 20px;
}

.common-button {
    background-color: var(--yellow);
    color: #23238a;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    padding: 5px 40px;
}

header.header-full {
    background-color: var(--blue);
    border-top: 2px solid var(--yellow);
    color: white;
    width: 100%;
    z-index: 100;
}

header.header-full .dropdown-toggle::after {
    color: var(--yellow);
}

header.header-full ul li:last-of-type {
    color: var(--yellow);
}

header .header-mobile {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 70%;
    background-color: var(--blue);
    padding: 1.5rem 2rem;
    top: 0;
    z-index: 1000;
    transition: 0.3s ease-in-out;
    overflow: hidden auto;
    border-left: 2px solid var(--yellow);
}

section.banner img {
    width: 100%;
    object-fit: cover;
}

section.cards .card-left-img,
section.cards .card-left-text,
section.cards .card-right-img,
section.cards .card-right-text {
    height: 300px;
}

section.cards .card-left .card-left-img img {
    border-radius: 25px 0px 0px 25px;
}

section.cards .card-right .card-right-img img {
    border-radius: 0px 25px 25px 0px;
}

section.cards .card-left .card-left-text {
    border-radius: 0px 25px 25px 0px;
    background-color: var(--grey);
}

section.cards .card-right .card-right-text {
    border-radius: 25px 0px 0px 25px;
    background-color: var(--grey);
}

@media only screen and (min-width: 1068px) {
    section.cards .row {
        width: 90%;
        margin: 0 auto;
    }
}

/* section.cards .card-left .card-title::before {
    content: "";
    background-image: url(../img/carmo-elemento-passaro-01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    right: -40px;
    z-index: 1;
}
section.cards .card-right .card-title::before {
    content: "";
    background-image: url(../img/carmo-elemento-passaro-01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    left: -40px;
    z-index: 1;
}  */

section.products img {
    border: 3px solid var(--yellow);
    width: 200px;
    border-radius: 100%;
    padding: 15px;
    height: 200px;
}

section.obituary .card-obituary {
    background-color: var(--grey);
    padding: 40px;
    border-radius: 25px;
}

section.obituary .card-obituary img {
    border-radius: 25px;
    filter: grayscale(100%);
}

section.obituary .card-obituary a {
    color: var(--blue);
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

section.obituary .card-obituary a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    bottom: -3.5px;
    left: 0;
}

section.obituary .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23353582'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

section.obituary .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23353582'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.obituary .carousel-control-next {
    right: -6vw;
}

section.obituary .carousel-control-prev {
    left: -6vw;
}

.card-blog-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}

.card-blog-footer {
    background-color: var(--grey);
    padding: 15px 50px;
    border-radius: 0px 0px 25px 25px;
    height: 200px;
}

footer .yellow-bar .title-yellow-bar p {
    font-family: var(--font);
    font-size: 30px;
    font-weight: 600;
    width: auto;
    line-height: 1.2;
    z-index: 2;
    position: relative;
}

footer .yellow-bar p {
    color: var(--blue);
}

footer .yellow-bar .title-yellow-bar::before {
    content: "";
    background-image: url(../img/carmo-elemento-passaro-02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 160px;
    height: 160px;
    top: -17.5px;
    left: -60px;
    z-index: 1;
}

footer .yellow-bar {
    background-color: var(--yellow);
    background-image: url(../img/carmo-secao-plantao-min.png);
    background-position: right -150px;
    background-repeat: no-repeat;
    background-size: 45%;
}

@media only screen and (max-width: 1367px) {
    footer .yellow-bar {
        background-position: 900px -100px;
        background-size: 45%;
    }
}

@media only screen and (max-width: 768px) {
    footer .yellow-bar {
        background-image: unset;
    }
}

footer .yellow-bar .title-yellow-bar p:last-of-type {
    font-weight: 300;
}

footer .yellow-bar button {
    background-color: var(--blue);
    color: var(--yellow);
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    padding: 5px 40px;
}

footer .blue-footer {
    background-color: var(--blue);
    color: white;
    font-weight: 300;
    padding-top: 75px;
    background-image: url(../img/carmo-cruz-rodape-01.svg);
    background-repeat: no-repeat;
    background-position: -150px 380px;
    background-size: 30%;
}

footer .blue-footer ul li:first-of-type {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

footer .blue-footer .footer-socials {
    background-color: #333373;
    border: 1px solid rgba(255, 255, 255, 0.058);
    border-radius: 25px;
    padding: 9.3px 35px;
    width: auto;
    color: var(--yellow);
    font-weight: bold;
    gap: 15px;
}

footer .blue-footer hr {
    margin: 2.5rem 0 0 !important;
}

footer .img-footer {
    width: 350px;
    height: auto;
}

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

    section.cards .card-left-img,
    section.cards .card-left-text,
    section.cards .card-right-img,
    section.cards .card-right-text {
        height: auto;
    }

    .header.header-full-mobile {
        background: var(--blue);
        position: fixed;
        right: -100%;
        height: 100vh;
        width: 80%;
        padding: 1.5rem 2rem;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
        transition: 0.3s ease-in-out;
        overflow-y: auto;
        border-top: 2px solid var(--yellow);
    }

    .close-menu-mobile {
        background: none;
        border: none;
        position: absolute;
        left: 50%;
        top: 5px;
        color: var(--yellow);
        font-size: 22px;
    }

    section.cards .card-left .card-left-img img {
        border-radius: 25px 25px 0px 0px;
    }

    section.cards .card-left .card-left-text {
        border-radius: 0px 0px 25px 25px;
        text-align: center;
        justify-content: center;
    }

    section.cards .card-right .card-right-img img {
        border-radius: 0px 0px 25px 25px;
    }

    section.cards .card-right .card-right-text {
        border-radius: 25px 25px 0px 0px;
        text-align: center !important;
        justify-content: center !important;
    }

    /* .menu-footer-mobile {
        grid-template-columns: repeat(2, 1fr);
    } */

    footer .blue-footer .footer-socials p {
        width: 100%;
    }

    footer .img-footer {
        width: 300px;
    }

    footer .blue-footer .footer-socials {
        border-radius: unset;
        border-right: 0px;
        border-left: 0px;
        border-top: 1px;
        border-bottom: 1px;
    }
}

.header-page {
    height: 25vh;
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-2-sobre-nos.jpg");
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-page.header-cremacao {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-cremacao.webp");
}

.header-page .container {
    position: relative;
}

.header-page h1 {
    font-family: var(--font);
    font-weight: 700 !important;
    color: white;
    font-size: 50px;
    position: relative;
    z-index: 22;
}

.header-page .row::before {
    content: "";
    background-image: url(../img/carmo-elemento-passaro-03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 185px;
    height: 185px;
    top: -25px;
    left: -75px;
    z-index: 1;
}

.header-page.header-produtos {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-1-produtos.jpg");
}

.header-page.header-sobre-nos {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-2-sobre-nos.jpg");
}

.header-page.header-blog {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-3-blog.jpg");
    background-position: center 90%;
}

.header-page.header-obituario {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-4-obituario.jpg");
    background-position: center 70%;
}

.header-page.header-fale-conosco {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-5-fale-conosco.jpg");
}

.header-page.header-grupo-nscarmo {
    background-image: linear-gradient(to right, var(--blue) 3%, rgba(0, 0, 255, 0) 40%), url("../img/carmo-banner-topo-grupo-nscarmo.jpg");
}

.slick-prev:before,
.slick-next:before {
    color: var(--blue);
}

@media only screen and (max-width: 769px) {
    .header-page h1 {
        text-align: center;
    }

    .header-page .row::before {
        left: 40px;
        top: -10px;
        width: 130px;
        height: 130px;
    }
}

.purpose {
    background-color: var(--grey);
    padding: 30px 50px;
}

.purpose h3 {
    font-family: var(--font);
    font-size: 30px;
    font-weight: 600;
    color: var(--blue);
    position: relative;
    z-index: 2;
    width: auto;
}

.purpose h3:after {
    content: "";
    display: block;
    border-top: 3px solid var(--yellow);
    margin: .5px auto 5px;
    width: 10%;
}

/* Aplicar transição apenas ao tamanho da imagem */
.slider-sobre-nos .slick-slide img {
    opacity: 0.7;
    transition: transform 0.3s ease;
    /* Adiciona uma transição suave apenas ao tamanho */
    /* transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 550ms;
    transition-duration: 1000ms; */
    height: 275px;
}

/* Ajustar tamanho da imagem apenas para a imagem ativa */
.slider-sobre-nos .slick-center img {
    transform: scale(2);
    /* Aumenta o tamanho da imagem ativa */
    opacity: 1;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.slider-sobre-nos .slick-list {
    overflow-x: clip;
    overflow-y: visible;
}

@media only screen and (max-width: 769px) {
    .slider-sobre-nos .slick-slide img {
        opacity: 1;
    }

    .slider-sobre-nos .slick-center img {
        transform: scale(1);
        opacity: 1;
    }

    .section-slider-sobre-nos {
        height: unset !important;
    }

    .purpose h3:after {
        width: 35%;
    }
}

.section-slider-sobre-nos {
    height: 50vh;
    align-items: center;
    margin-bottom: 40px;
}

.slider-sobre-nos .slick-prev {
    left: 5px;
    z-index: 5;
}

.slider-sobre-nos .slick-next {
    right: 5px;
    z-index: 5;
}

/* .slider-sobre-nos .slick-slide img {
   border-radius: 10px;
} */

.section-slider-sobre-nos .nav-left,
.section-slider-sobre-nos .nav-right {
    position: absolute;
    top: 63%;
    width: fit-content;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.section-slider-sobre-nos .nav-left img,
.section-slider-sobre-nos .nav-right img {
    width: 40px;
}

.section-slider-sobre-nos .nav-left {
    left: -50px;
}

.section-slider-sobre-nos .nav-right {
    right: -50px;
}

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

    .section-slider-sobre-nos .nav-left,
    .section-slider-sobre-nos .nav-right {
        position: absolute;
        top: 50%;
        width: 35px;
        height: 35px;
        transform: translateY(-50%);
        background: white;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        z-index: 3;
    }

    .section-slider-sobre-nos .nav-left img,
    .section-slider-sobre-nos .nav-right img {
        width: 25px;
    }

    .section-slider-sobre-nos .nav-left {
        left: 20px;
    }

    .section-slider-sobre-nos .nav-right {
        right: 20px;
    }

    .section-slider-sobre-nos {
        margin-bottom: unset;
    }
}

.slider-produtos a {
    text-decoration: none;
}

.slider-produtos p {
    color: var(--blue);
    font-size: 20px;
}

.slider-produtos .card-produto {
    border: 3px solid var(--yellow);
    width: 200px !important;
    height: 200px;
    border-radius: 100%;
    padding: 15px;
    height: 200px;
    display: flex !important;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.slider-produtos img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.nav-slider-produtos button {
    position: absolute;
    top: 38%;
    width: fit-content;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 5;
}

.nav-slider-produtos button img {
    width: 50px;
}

.nav-slider-produtos .nav-left {
    left: -55px;
}

.nav-slider-produtos .nav-right {
    right: -55px;
}

.lembrancinhas li {
    color: var(--blue);
}

.slider-produto-interno-nav .slick-slide {
    margin: 0 15px;
}

.slider-produto-interno-nav .slick-list {
    margin: 0 -15px;
}

.slider-produto-interno-for img,
.slider-produto-interno-nav img {
    border: 2px solid rgba(0, 0, 0, 0.300);
    padding: 30px;
    border-radius: 25px;
}

.slider-produto-interno-for img {
    height: 300px;
    object-fit: contain;
}

.slider-produto-interno-nav img {
    height: 130px;
}

.nav-slider-produto button {
    position: absolute;
    top: 50%;
    width: fit-content;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.nav-slider-produto button img {
    width: 30px;
}

.nav-slider-produto .nav-left {
    left: -55px;
}

.nav-slider-produto .nav-right {
    right: -55px;
}

.btn-whats {
    border-radius: 50px;
    background-color: #25d366;
    border: none;
    padding: 5px 35px;
    color: white;
    display: flex;
    align-items: center;
    gap: 7.5px;
}

.btn-whats i {
    font-size: 22px;
}

/* BLOG CSS */

section.blog input,
section.blog select,
section.obituario-online input {
    border: 1px solid var(--blue);
    border-radius: 25px;
}

button.yellow-btn {
    background-color: var(--yellow);
    color: #23238a;
    font-size: 18px;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    padding: 5px 40px;
    gap: 7.5px;
    display: flex;
    align-items: center;
}

section.blog i.fa-solid.fa-magnifying-glass {
    position: absolute;
    left: 93%;
    top: 25%;
    font-size: 20px;
}

.card-obituario {
    background-color: var(--grey);
    padding: 25px;
    border-radius: 25px;
}

.card-obituario .card-obituario-img img {
    border-radius: 25px;
    height: 200px;
    filter: grayscale(100%);
}

.card-obituario .card-obituario-text h4 {
    font-size: 21.5px;
}

.card-obituario .card-obituario-text date {
    font-weight: 100;
    font-size: 16px;
    color: var(--blue);
    font-family: var(--font);
}

.card-obituario .card-obituario-text a {
    color: var(--blue);
    border-bottom: 2px solid var(--yellow);
    width: fit-content;
}

section.nota img {
    border-radius: 25px;
}

section.nota .actions {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

section.nota .actions a {
    color: var(--blue);
    border-bottom: 2px solid var(--yellow);
    height: 25px;
}

section.nota date {
    font-weight: 100;
    font-size: 18px;
    color: var(--blue);
    font-family: var(--font);
}

section.fale-conosco form input,
section.fale-conosco form textarea {
    border: 2px solid var(--blue);
    border-radius: 25px;
}

section.fale-conosco .map button {
    margin-top: -20px;
}

/* CHECKBOX */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #000000;
    background: #ffffff;
    border-radius: 1px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 4px;
    left: 2px;
    font-size: 13px;
    line-height: 1.2;
    color: #09ad7e;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999999;
}

[type="checkbox"]:disabled+label {
    color: #aaaaaa;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #000000 !important;
    background: #ffffff
}

section.fale-conosco {
    width: 35%;
}

.mapa-funeraria {
    border-radius: 50px;
}

#carouselObituario .slick-prev:before,
#carouselObituario .slick-next:before {
    opacity: 1 !important;
}

@media only screen and (max-width: 1028px) {
    .nav-slider-produto {
        display: none;
    }

    .nav-slider-produtos button img {
        width: 30px;
    }

    .nav-slider-produtos .nav-left {
        left: 0px;
    }

    .nav-slider-produtos .nav-right {
        right: 0px;
    }

    .card-blog-img img {
        height: 200px;
    }

    .card-blog-footer {
        height: 264px;
        padding: 15px;
    }

    section.fale-conosco {
        width: 100%;
    }

    .card-obituario .card-obituario-img img {
        width: 200px;
        margin: 0 auto 20px;
    }

    #carouselObituario .slick-prev {
        left: 5px;
        z-index: 5;
    }

    #carouselObituario .slick-next {
        right: 5px;
        z-index: 5;
    }

    .header-page {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-2-sobre-nos.jpg ) !important;
    }

    .header-page.header-produtos {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-1-produtos.jpg) !important;
    }

    .header-page.header-sobre-nos {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-2-sobre-nos.jpg) !important;
    }

    .header-page.header-blog {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-3-blog.jpg) !important;
    }

    .header-page.header-obituario {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-4-obituario.jpg) !important;
    }

    .header-page.header-fale-conosco {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-5-fale-conosco.jpg) !important;
    }

    .header-page.header-grupo-nscarmo {
        height: 15vh;
        background-image: linear-gradient(to right, rgba(53, 53, 130, 0.75) 0%, rgba(53, 53, 130, 0.75) 100%), url(../img/carmo-banner-topo-grupo-nscarmo.jpg) !important;
    }

}



@media print {
    .not-print {
        display: none;
    }

    .title::before {
        content: unset;
    }
}

/* Estilos específicos para a página Sobre Nós */
.sobre-nos-content {
    line-height: 1.6;
}

.sobre-nos-content p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
}

.purpose-section {
    background-color: var(--grey);
    padding: 60px 0;
    margin: 40px 0;
}

.purpose-item {
    padding: 20px;
    text-align: center;
    height: 100%;
}

.purpose-item h3 {
    font-family: var(--font);
    font-size: 28px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 15px;
    position: relative;
}

.purpose-item h3:after {
    content: "";
    display: block;
    border-top: 3px solid var(--yellow);
    margin: 10px auto 15px;
    width: 50px;
}

.purpose-item p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #666;
}

.estrutura-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.estrutura-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.estrutura-list li:before {
    content: "•";
    color: var(--blue);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.section-title {
    font-family: var(--font);
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.capela-item {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid var(--blue);
}

.capela-title {
    font-family: var(--font);
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 15px;
}

.capela-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capela-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.capela-list li:before {
    content: "→";
    color: var(--yellow);
    position: absolute;
    left: 0;
    top: 0;
}

.seguro-section,
.fabrica-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid var(--yellow);
}

.redes-sociais-section {
    padding: 40px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
}

.redes-sociais-section .sociais img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.redes-sociais-section .social-icons a {
    text-decoration: none !important;
}
.redes-sociais-section .social-icons a:hover,
.redes-sociais-section .social-icons a:focus {
    text-decoration: none;
    outline: none;
}

.redes-sociais-section .sociais img:hover {
    transform: scale(1.1);
}

/* Responsividade para mobile */
@media only screen and (max-width: 769px) {
    .sobre-nos-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }

    .purpose-section {
        padding: 40px 20px;
        margin: 20px 0;
    }

    .purpose-item {
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .purpose-item h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .purpose-item h3:after {
        width: 40px;
        margin: 8px auto 10px;
    }

    .estrutura-list li {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .capela-item {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .capela-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .capela-list li {
        font-size: 14px;
        margin-bottom: 6px;
        padding-left: 18px;
    }

    .seguro-section,
    .fabrica-section {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .redes-sociais-section {
        padding: 30px 0;
        margin-top: 30px;
    }

    .redes-sociais-section .sociais {
        flex-direction: column;
        gap: 15px;
    }

    .redes-sociais-section .sociais h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .redes-sociais-section .sociais {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .redes-sociais-section .sociais .social-icons {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .redes-sociais-section .sociais img {
        width: 35px;
        height: 35px;
    }

    .plano-luto-content p {
        font-size: 14px;
    }

    .header-plano-de-luto-apl h1 {
        font-size: 2rem;
    }

    #quicksearch {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    footer .blue-footer .footer-socials {
        background-color: #2d2d76;
        height: 100px;
        border: 1px solid rgba(255, 255, 255, 0.058);
        padding: 9.3px 35px;
        width: 100%;
        color: var(--yellow);
        font-weight: bold;
    }

    @media (max-width: 768px) {
        footer .blue-footer .footer-socials {
            flex-direction: column;
            gap: 10px;
            height: auto;
            padding: 20px;
        }

        footer .blue-footer .footer-socials p {
            margin-bottom: 0;
        }

        footer .blue-footer .footer-socials .d-flex {
            gap: 15px;
        }
    }
}

/* Ajustes para tablets */
@media only screen and (min-width: 770px) and (max-width: 1024px) {
    .purpose-section {
        padding: 50px 30px;
    }

    .purpose-item {
        padding: 25px 15px;
    }

    .capela-item {
        padding: 30px 20px;
    }

    .seguro-section,
    .fabrica-section {
        padding: 30px 20px;
    }
}