/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #4A5A3F;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #F9F3E8;
    word-wrap: break-word;
    position: relative;
}


/* Divisor de seção */
.section-divider {
    width: 100%;
    height: 60px;
    background-color: #F9F3E8;
    margin: 0;
    padding: 0;
}

/* Garantir que o conteúdo fique sobre o padrão de fundo */
.about_section > *,
.numerologia_section > *,
.nome_section > *,
.coffee_section > *,
.contact_section > * {
    position: relative;
    z-index: 1;
}

.form_content {
    width: 100% !important;
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
}

/* Exceção para o formulário - deve ficar acima de tudo */
.contact_section_2,
#contact-form,
.mail_section_1 {
    z-index: 10 !important;
    pointer-events: auto !important;
}

/* Formulário de contato deve estar sempre acessível */
#contact-form,
.contact_section_2 {
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
}

#contact-form input,
#contact-form textarea,
#contact-form button {
    position: relative;
    z-index: 11 !important;
    pointer-events: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact-form input:focus,
#contact-form textarea:focus {
    background-color: #F0F0F0;
    border: 2px solid #287319;
}

a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #2D3A2A;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: 2px solid #4A9B3A;
    outline-offset: 2px;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-position: center;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.header_bg {
    width: 100%;
    float: left;
    background-image: url(../images/header-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}



.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 17px;
    color: #287319 !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #4A9B3A !important;
    background-color: #E8D9C0;
}

.navbar-brand {
    margin: 0px;
    font-size: 20px;
    letter-spacing: 3px;
    color: #287319 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.navbar img {
    margin-right: 2rem;
    height: auto;
}

.navbar {
    padding: 15px 50px;
    min-height: 70px;
    background-color: #F4EBD8 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.navbar-toggler {
    border: 2px solid #287319;
    padding: 5px 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(40, 115, 25, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 115, 25, 0.25);
}

.navbar img {
    max-width: 80px;
}

.user_icon {
    padding-right: 15px;
}

.login_bt {
    width: 210px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 18px;
    color: #FCD21E;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.login_bt li a:hover {
    color: #4c4c4c;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    margin-top: 0;
    position: relative;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/mapa_pessoal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 115, 25, 0.7);
    z-index: 1;
}

.banner_content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.banner_taital {
    width: 100%;
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.tasty_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4A5A3F;
    margin: 0px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about_bt {
    width: 175px;
    float: left;
    margin: 0;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #287319;
    color: #F4EBD8;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    border: 2px solid #287319;
    transition: all 0.3s ease;
}

.about_bt a:hover {
    color: #F4EBD8;
    background-color: #4A9B3A;
    border-color: #4A9B3A;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(40, 115, 25, 0.3);
}

.callnow_bt {
    width: 175px;
    float: left;
    margin: 0;
}

.callnow_bt.active {
    width: 175px;
}

.callnow_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: transparent;
    color: #F4EBD8;
    border: 2px solid #F4EBD8;
    text-align: center;
    padding: 12px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.callnow_bt a:hover {
    color: #287319;
    background-color: #F4EBD8;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(244, 235, 216, 0.3);
}

#banner_slider a.carousel-control-prev {
    left: -120px;
    top: 455px;
    color: #fefefd;
    background-color: #4a4949;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 400px;
    left: -120px;
    color: #fefefd;
    background-color: #4a4949;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #4a4949;
    background-color: #efefef;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #4a4949;
}

.banner_img {
    width: 100%;
    float: left;
    background-color: red;
    text-align: center;
}

.banner_img img {
    width: 100%;
    height: 50rem;

}


/* banner section end */


/* coffee section start */

.coffee_section {
    width: 100%;
    float: left;
    background-color: #F9F3E8;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.coffee_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2D3A2A;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.coffee_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.coffee_section_2 .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.coffee_section_2 .col-lg-4,
.coffee_section_2 .col-md-6,
.coffee_section_2 .col-sm-12 {
    padding: 10px;
    margin-bottom: 0;
}

.service_card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(40, 115, 25, 0.1);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    min-height: 150px;
    height: 100%;
}

.service_card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(40, 115, 25, 0.2);
}

.service_number {
    display: none;
}

.service_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.service_icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background-color: #E8D9C0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.service_icon i,
.service_icon svg {
    font-size: 36px;
    color: #287319;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
}

.service_icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    display: block;
    width: 36px;
    height: 36px;
}

.service_icon i[data-lucide] {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.service_card:hover .service_icon {
    background-color: #287319;
    transform: scale(1.05);
}

.service_card:hover .service_icon i,
.service_card:hover .service_icon svg {
    color: #F4EBD8;
}

.bulit_icon {
    width: 100%;
    text-align: center;
}

.types_text {
    width: 100%;
    font-size: 22px;
    color: #2D3A2A;
    text-align: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.looking_text {
    width: 100%;
    font-size: 16px;
    color: #4A5A3F;
    text-align: left;
    margin: 0px 0px 15px 0px;
    line-height: 1.6;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.service_price {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #287319;
    text-align: center;
    margin-top: 15px;
    padding: 12px 0;
    border-top: 2px solid #E8D9C0;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(135deg, rgba(40, 115, 25, 0.05) 0%, rgba(40, 115, 25, 0.02) 100%);
    transition: all 0.3s ease;
}

.service_card:hover .service_price {
    color: #FF7A00;
    border-top-color: #FF7A00;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.08) 0%, rgba(255, 122, 0, 0.03) 100%);
    transform: scale(1.02);
}

.read_bt {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    display: inline-block;
}

.read_bt a {
    width: auto;
    font-size: 16px;
    color: #F4EBD8;
    background-color: #FF8C42;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #FF8C42;
    text-transform: uppercase;
    padding: 12px 40px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.read_bt a:hover {
    color: #F4EBD8;
    background-color: #FF7F50;
    border-color: #FF7F50;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(255, 140, 66, 0.4);
}

#main_slider a.carousel-control-prev {
    left: -50px;
    top: 95px;
    color: #fefefd;
    background-color: #4a4949;
}

#main_slider a.carousel-control-next {
    right: -50px;
    top: 95px;
    color: #fefefd;
    background-color: #4a4949;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #4a4949;
    background-color: #efefef;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #FCD21E;
}


/* coffee section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #F0E6D4;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='20' y='40' font-size='60' fill='%23FF7A00' transform='rotate(-15 20 40)'%3E1%3C/text%3E%3Ctext x='120' y='80' font-size='45' fill='%23FF7A00' transform='rotate(25 120 80)'%3E2%3C/text%3E%3Ctext x='250' y='50' font-size='70' fill='%23FF7A00' transform='rotate(-30 250 50)'%3E3%3C/text%3E%3Ctext x='50' y='150' font-size='55' fill='%23FF7A00' transform='rotate(20 50 150)'%3E4%3C/text%3E%3Ctext x='200' y='180' font-size='50' fill='%23FF7A00' transform='rotate(-25 200 180)'%3E5%3C/text%3E%3Ctext x='320' y='160' font-size='65' fill='%23FF7A00' transform='rotate(15 320 160)'%3E6%3C/text%3E%3Ctext x='80' y='250' font-size='48' fill='%23FF7A00' transform='rotate(-20 80 250)'%3E7%3C/text%3E%3Ctext x='180' y='280' font-size='58' fill='%23FF7A00' transform='rotate(30 180 280)'%3E8%3C/text%3E%3Ctext x='300' y='260' font-size='52' fill='%23FF7A00' transform='rotate(-10 300 260)'%3E9%3C/text%3E%3Ctext x='150' y='350' font-size='62' fill='%23FF7A00' transform='rotate(22 150 350)'%3E0%3C/text%3E%3Ctext x='350' y='320' font-size='47' fill='%23FF7A00' transform='rotate(-18 350 320)'%3E1%3C/text%3E%3Ctext x='30' y='320' font-size='56' fill='%23FF7A00' transform='rotate(28 30 320)'%3E2%3C/text%3E%3Ctext x='280' y='100' font-size='43' fill='%23FF7A00' transform='rotate(-22 280 100)'%3E3%3C/text%3E%3Ctext x='100' y='120' font-size='59' fill='%23FF7A00' transform='rotate(12 100 120)'%3E4%3C/text%3E%3Ctext x='220' y='220' font-size='54' fill='%23FF7A00' transform='rotate(-28 220 220)'%3E5%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 400px 400px;
    pointer-events: none;
    z-index: 0;
}

.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 400px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 500px;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 30px 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: none;
    border-radius: 10px;
    border-left: 5px solid #035807;
    z-index: 2;
}

.image_iman {
    padding-left: 550px;
    position: relative;
    z-index: 1;
}

.about_img {
    width: 85%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
    display: block;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
    font-weight: 600;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    margin: 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #F4EBD8;
    background-color: #287319;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #287319;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.readmore_btn a:hover {
    color: #F4EBD8;
    background-color: #4A9B3A;
    border-color: #4A9B3A;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(40, 115, 25, 0.3);
}


/* about section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 20%;
    float: left;
    padding-left: 50px;
}

.client_img {
    width: 90%;
}

.client_right {
    width: 80%;
    float: left;
    padding-top: 20px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #3b3b3b;
    font-weight: bold;
}

.client_text {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #3b3b3b;
    margin: 0px;
}


/* client section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
}

.blog_img {
    width: 100%;
}

.date_text {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    background-color: red;
    position: absolute;
    top: -10px;
    left: 5px;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
}


/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #F0E6D4;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='20' y='40' font-size='60' fill='%23FF7A00' transform='rotate(-15 20 40)'%3E1%3C/text%3E%3Ctext x='120' y='80' font-size='45' fill='%23FF7A00' transform='rotate(25 120 80)'%3E2%3C/text%3E%3Ctext x='250' y='50' font-size='70' fill='%23FF7A00' transform='rotate(-30 250 50)'%3E3%3C/text%3E%3Ctext x='50' y='150' font-size='55' fill='%23FF7A00' transform='rotate(20 50 150)'%3E4%3C/text%3E%3Ctext x='200' y='180' font-size='50' fill='%23FF7A00' transform='rotate(-25 200 180)'%3E5%3C/text%3E%3Ctext x='320' y='160' font-size='65' fill='%23FF7A00' transform='rotate(15 320 160)'%3E6%3C/text%3E%3Ctext x='80' y='250' font-size='48' fill='%23FF7A00' transform='rotate(-20 80 250)'%3E7%3C/text%3E%3Ctext x='180' y='280' font-size='58' fill='%23FF7A00' transform='rotate(30 180 280)'%3E8%3C/text%3E%3Ctext x='300' y='260' font-size='52' fill='%23FF7A00' transform='rotate(-10 300 260)'%3E9%3C/text%3E%3Ctext x='150' y='350' font-size='62' fill='%23FF7A00' transform='rotate(22 150 350)'%3E0%3C/text%3E%3Ctext x='350' y='320' font-size='47' fill='%23FF7A00' transform='rotate(-18 350 320)'%3E1%3C/text%3E%3Ctext x='30' y='320' font-size='56' fill='%23FF7A00' transform='rotate(28 30 320)'%3E2%3C/text%3E%3Ctext x='280' y='100' font-size='43' fill='%23FF7A00' transform='rotate(-22 280 100)'%3E3%3C/text%3E%3Ctext x='100' y='120' font-size='59' fill='%23FF7A00' transform='rotate(12 100 120)'%3E4%3C/text%3E%3Ctext x='220' y='220' font-size='54' fill='%23FF7A00' transform='rotate(-28 220 220)'%3E5%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 400px 400px;
    pointer-events: none;
    z-index: 0;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    margin-top: 2rem;
    color: #2D3A2A;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    border: 2px solid #287319;
    border-radius: 15px;
    padding: 30px;
    background-color: #ffffff;
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
}

.mail_text {
    width: 100%;
    font-size: 16px;
    color: #2D3A2A;
    border: none;
    background-color: #E5E5E5;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    outline: none;
    pointer-events: auto !important;
    position: relative;
    z-index: 12 !important;
    display: block;
    clear: both;
}

.massage-bt {
    color: #2D3A2A;
    width: 100%;
    min-height: 120px;
    font-size: 16px;
    background-color: #E5E5E5;
    padding: 15px 20px;
    border: none;
    margin-top: 20px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    resize: vertical;
    box-sizing: border-box;
    outline: none;
    pointer-events: auto !important;
    position: relative;
    z-index: 12 !important;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #F4EBD8;
    background-color: #FF8C42;
    padding: 12px 0px;
    text-transform: uppercase;
    margin-top: 25px;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #FF8C42;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.send_bt button,
button.send_bt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #F4EBD8 !important;
    background-color: #FF8C42 !important;
    padding: 12px 0px;
    text-transform: uppercase;
    margin-top: 25px;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #FF8C42 !important;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 12;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
}

.send_bt a:hover,
.send_bt button:hover {
    color: #F4EBD8;
    background-color: #FF7F50;
    border-color: #FF7F50;
    transform: translateY(-2px);
    box-shadow: 0px 5px 15px rgba(255, 140, 66, 0.4);
}

.contact_map {
    padding-top: 90px;
    margin-top: 50px;
    background-color: rgba(40, 115, 25, 0.9);
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
  }
  
  .map_responsive {
    position: relative;
    width: 100%;
    padding-bottom: 31.25%; /* mais baixo que 56.25% */
    height: 0;
    overflow: hidden;
  }
  
  .map_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    background-image: url(../images/numerologia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0px 60px 0px;
    position: relative;
    z-index: 1;
}

.footer_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.footer_section .container {
    position: relative;
    z-index: 2;
}

.container .social-media {
    position: fixed !important;
}

.footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.footer_logo img {
    max-width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.address_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
}

.footer_text {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location_text li a:hover {
    color: #287319;
}

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon {
    width: 100%;
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.footer_social_icon li {
    float: none;
    display: inline-block;
}

.footer_social_icon li a {
    float: none;
    padding: 8px;
    background-color: #fff;
    color: #045e1f;
    border-radius: 100%;
    font-size: 19px;
    width: 44px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transition: all 0.3s ease;
}

.footer_social_icon li a i,
.footer_social_icon li a svg {
    width: 20px;
    height: 20px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #363636;
}

.update_mail {
    color: #3b3b3b;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #efefef;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
}

textarea#comment.update_mail::placeholder {
    color: #3b3b3b;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.subscribe_bt {
    width: 70px;
    float: left;
    padding-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: #FCD21E;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #FCD21E;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #2A741D;
    height: auto;
    padding: 20px 0;
}

.copyright_section .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #F4EBD8;
    text-align: left;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    height: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
}

.copyright_text a {
    color: #F4EBD8;
}

.copyright_text a:hover {
    color: #B8D4B0;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.header_section .container-fluid {
    position: absolute;
    background-color: #F4EBD8 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0;
}

.header_section .container-fluid .navbar {
    position: relative;
}

.header_section .container-fluid.scrolled {
    position: fixed;
    background-color: #F4EBD8 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.special-text{
    color: #4A9B3A;
    padding: 0px;
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    vertical-align: top;
    max-height: 2.6em;
    overflow: hidden;
}


/* numerologia section start */
.numerologia_section {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F9F3E8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.numerologia_content {
    width: 100%;
    float: left;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.numerologia_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.8;
    margin: 20px 0;
    text-align: justify;
}

.numerologia_text strong {
    color: #035807;
    font-weight: 600;
}

/* nome section start */
.nome_section {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0E6D4;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nome_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='20' y='40' font-size='60' fill='%23FF7A00' transform='rotate(-15 20 40)'%3E1%3C/text%3E%3Ctext x='120' y='80' font-size='45' fill='%23FF7A00' transform='rotate(25 120 80)'%3E2%3C/text%3E%3Ctext x='250' y='50' font-size='70' fill='%23FF7A00' transform='rotate(-30 250 50)'%3E3%3C/text%3E%3Ctext x='50' y='150' font-size='55' fill='%23FF7A00' transform='rotate(20 50 150)'%3E4%3C/text%3E%3Ctext x='200' y='180' font-size='50' fill='%23FF7A00' transform='rotate(-25 200 180)'%3E5%3C/text%3E%3Ctext x='320' y='160' font-size='65' fill='%23FF7A00' transform='rotate(15 320 160)'%3E6%3C/text%3E%3Ctext x='80' y='250' font-size='48' fill='%23FF7A00' transform='rotate(-20 80 250)'%3E7%3C/text%3E%3Ctext x='180' y='280' font-size='58' fill='%23FF7A00' transform='rotate(30 180 280)'%3E8%3C/text%3E%3Ctext x='300' y='260' font-size='52' fill='%23FF7A00' transform='rotate(-10 300 260)'%3E9%3C/text%3E%3Ctext x='150' y='350' font-size='62' fill='%23FF7A00' transform='rotate(22 150 350)'%3E0%3C/text%3E%3Ctext x='350' y='320' font-size='47' fill='%23FF7A00' transform='rotate(-18 350 320)'%3E1%3C/text%3E%3Ctext x='30' y='320' font-size='56' fill='%23FF7A00' transform='rotate(28 30 320)'%3E2%3C/text%3E%3Ctext x='280' y='100' font-size='43' fill='%23FF7A00' transform='rotate(-22 280 100)'%3E3%3C/text%3E%3Ctext x='100' y='120' font-size='59' fill='%23FF7A00' transform='rotate(12 100 120)'%3E4%3C/text%3E%3Ctext x='220' y='220' font-size='54' fill='%23FF7A00' transform='rotate(-28 220 220)'%3E5%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 400px 400px;
    pointer-events: none;
    z-index: 0;
}

.nome_content {
    width: 100%;
    float: left;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 5px solid #035807;
    margin-top: 40px;
}

.nome_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 400px;
}

.image_iman_nome {
    position: relative;
    z-index: 1;
    width: 50%;
}

.image_iman_nome .about_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
    display: block;
}

.nome_taital_box {
    width: 500px;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 30px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: none;
    border-radius: 10px;
    border-right: 5px solid #035807;
    z-index: 2;
}

/* contact section improvements */
.contact_subtitle {
    width: 100%;
    float: none;
    font-size: 20px;
    color: #3b3b3b;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
    font-style: italic;
}

.social_contact {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 30px;
}

.social_contact_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_contact_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #287319;
    border: 2px solid #287319;
    background-color: #ffffff;
    min-width: 180px;
}

.social_contact_item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(40, 115, 25, 0.3);
    color: #287319;
    background-color: #ffffff;
    border-color: #287319;
}

.social_contact_item i,
.social_contact_item svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #287319;
}

.social_contact_item svg {
    fill: none;
    stroke: #287319;
    stroke-width: 2;
}

.social_contact_item span {
    font-size: 16px;
}

/* Breakpoint intermediário para telas entre 769px e 992px */
@media (min-width: 769px) and (max-width: 992px) {
    .header_section .container-fluid {
        padding: 0 20px;
    }
    
    .navbar {
        padding: 12px 0;
        background-color: #F4EBD8 !important;
        min-height: 65px;
        width: 100%;
    }
    
    .navbar-brand {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .navbar img {
        max-width: 50px;
    }
    
    .navbar-toggler {
        border: none !important;
        background-color: transparent !important;
        padding: 0;
    }
    
    .navbar-light .navbar-toggler {
        color: #287319 !important;
        border: none !important;
        background-color: transparent !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100% !important;
        max-width: 100% !important;
        background-color: #F4EBD8 !important;
        padding: 0;
        border-top: 1px solid #E8D9C0;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin: 0;
    }
    
    .nav-link {
        background-color: #F4EBD8 !important;
        color: #287319 !important;
        padding: 12px 15px;
        border-bottom: 1px solid #E8D9C0;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #287319 !important;
    }
    
    .nav-link:hover {
        background-color: #E8D9C0 !important;
        color: #4A9B3A !important;
    }
    
    .header_section .container-fluid {
        background-color: #F4EBD8 !important;
        padding: 0 20px;
    }
}


/* Breakpoint intermediário para telas entre 993px e 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
    .header_section .container-fluid {
        padding: 0 30px;
    }
    
    .about_section_2,
    .nome_section_2 {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 30px;
        min-height: auto;
        padding-bottom: 30px;
    }
    
    .image_iman {
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    
    .image_iman_nome {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    
    .about_img,
    .image_iman_nome .about_img {
        width: 100% !important;
        max-width: 450px;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
        display: block;
    }
    
    .about_taital_box,
    .nome_taital_box {
        position: relative !important;
        width: 100% !important;
        max-width: 700px;
        margin: 0 auto;
        padding: 35px 25px;
        float: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .about_taital {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .header_section .container-fluid {
        padding: 0 20px;
    }
    
    .banner_section {
        background-attachment: scroll;
        min-height: 80vh;
    }
    
    .banner_content {
        padding: 40px 30px;
    }
    
    .banner_taital {
        font-size: 36px;
        line-height: 1.2;
        padding: 0 15px;
    }
    
    .tasty_text {
        font-size: 20px;
        padding: 0 15px;
    }
    
    .about_taital {
        font-size: 32px;
        padding: 0 15px;
    }
    
    .coffee_taital {
        font-size: 32px;
        padding: 0 15px;
    }
    
    .contact_taital {
        font-size: 32px;
        padding: 0 15px;
    }
    
    .service_card {
        padding: 20px;
    }
    
    .types_text {
        font-size: 20px;
    }
    
    .service_price {
        font-size: 22px;
        padding: 10px 0;
    }
    
    .mail_section_1 {
        max-width: 90%;
        padding: 25px 20px;
    }
    
    /* Ajustes para seções 1 e 3 em tablets */
    .about_taital {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .about_section_2,
    .nome_section_2 {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-top: 30px;
        min-height: auto;
    }
    
    .image_iman {
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    
    .image_iman_nome {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    
    .about_img,
    .image_iman_nome .about_img {
        width: 100% !important;
        max-width: 400px;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
    }
    
    .about_taital_box,
    .nome_taital_box {
        position: relative !important;
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto;
        padding: 35px 25px;
        float: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .about_section_2,
    .nome_section_2 {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .header_section .container-fluid {
        padding: 0 15px !important;
    }
    
    .header_section .container-fluid {
        min-height: auto;
        height: auto;
    }
    
    .navbar {
        flex-wrap: nowrap;
        align-items: center;
        padding: 10px 0;
        background-color: #F4EBD8 !important;
        min-height: 70px;
        height: auto;
        width: 100%;
    }
    
    .navbar-brand {
        font-size: 16px;
        letter-spacing: 0.5px;
        white-space: normal;
        overflow: visible;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
        max-height: none;
        word-wrap: break-word;
        text-overflow: ellipsis;
        flex: 1;
        margin-right: 10px;
    }
    
    .navbar-toggler {
        flex-shrink: 0;
        border: none !important;
        background-color: transparent !important;
        padding: 0;
    }
    
    .navbar-light .navbar-toggler {
        color: #287319 !important;
        border: none !important;
        background-color: transparent !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100% !important;
        max-width: 100% !important;
        background-color: #F4EBD8 !important;
        padding: 0;
        border-top: 1px solid #E8D9C0;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin: 0;
    }
    
    .navbar-collapse.collapse:not(.show) {
        display: none;
    }
    
    .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .navbar-nav .nav-item {
        width: 100%;
    }
    
    .nav-link {
        background-color: #F4EBD8 !important;
        color: #287319 !important;
        border-radius: 0 !important;
        padding: 12px 15px;
        text-align: center;
        width: 100%;
        display: block;
        border-bottom: 1px solid #E8D9C0;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #287319 !important;
    }
    
    .nav-link:hover {
        background-color: #E8D9C0 !important;
        color: #4A9B3A !important;
    }
    
    .header_section .container-fluid {
        background-color: #F4EBD8 !important;
        padding: 0 15px;
    }
    
    /* Ajustes para seções 1 e 3 em tablets menores */
    .about_taital {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .about_section_2,
    .nome_section_2 {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding-top: 25px;
        min-height: auto;
    }
    
    .image_iman,
    .image_iman_nome {
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    
    .about_img,
    .image_iman_nome .about_img {
        width: 100% !important;
        max-width: 350px;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
        display: block;
    }
    
    .about_taital_box,
    .nome_taital_box {
        position: relative !important;
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 20px;
        float: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .about_section_2,
    .nome_section_2 {
        padding-bottom: 30px;
    }
}

/* Breakpoint intermediário para telas entre 501px e 768px - DEVE VIR DEPOIS do max-width: 768px */
@media (min-width: 501px) and (max-width: 768px) {
    .header_section .container-fluid {
        padding: 0 20px !important;
        min-height: auto;
        height: auto;
    }
    
    .navbar {
        min-height: 70px !important;
        padding: 12px 0 !important;
    }
    
    .navbar-brand {
        max-height: none !important;
        -webkit-line-clamp: 2 !important;
    }
}

@media (max-width: 768px) {
    .banner_section {
        min-height: 70vh;
    }
    
    .banner_taital {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .tasty_text {
        font-size: 18px;
        margin-top: 15px;
    }
    
    .btn_main {
        flex-direction: column;
        gap: 15px;
        padding-top: 30px;
    }
    
    .about_bt,
    .callnow_bt {
        width: 100%;
        max-width: 250px;
        float: none;
    }
    
    .callnow_bt a {
        margin-left: 0;
    }
    
    .about_section,
    .coffee_section,
    .numerologia_section,
    .nome_section,
    .contact_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .about_taital {
        font-size: 28px;
    }
    
    .coffee_taital {
        font-size: 28px;
    }
    
    .contact_taital {
        font-size: 28px;
        margin-top: 1rem;
    }
    
    .numerologia_text {
        font-size: 16px;
        text-align: left;
        padding: 0 10px;
    }
    
    .nome_content {
        padding: 30px 15px;
    }
    
    .service_card {
        padding: 20px 15px;
        min-height: 140px;
    }
    
    .service_header {
        gap: 12px;
        margin-bottom: 12px;
    }
    
    .service_icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    
    .service_icon i,
    .service_icon svg {
        font-size: 30px;
        width: 30px;
        height: 30px;
    }
    
    .types_text {
        font-size: 18px;
    }
    
    .looking_text {
        font-size: 15px;
    }
    
    .service_price {
        font-size: 20px;
        padding: 10px 0;
        margin-top: 12px;
    }
    
    .mail_section_1 {
        max-width: 95%;
        padding: 25px 15px;
    }
    
    .mail_text,
    .massage-bt {
        padding: 12px 18px;
        font-size: 15px;
    }
    
    .social_contact_list {
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .social_contact_item {
        width: auto;
        max-width: none;
        justify-content: center;
        min-width: auto;
        padding: 12px;
        gap: 0;
    }
    
    .social_contact_item span {
        display: none;
    }
    
    .social_contact_item i,
    .social_contact_item svg {
        font-size: 24px;
        width: 24px;
        height: 24px;
    }
    
    .copyright_section .row {
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
    }
    
    .copyright_text {
        text-align: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.6;
    }
    
    .footer_social_icon {
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    
    .footer_social_icon ul {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .banner_section {
        min-height: 60vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .banner_content {
        padding: 30px 15px;
    }

    .banner_taital {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 10px;
        margin-bottom: 12px;
    }

    .tasty_text {
        font-size: 16px;
        margin-top: 12px;
        padding: 0 10px;
    }

    .btn_main {
        padding-top: 25px;
        gap: 12px;
    }
    
    .about_bt,
    .callnow_bt {
        width: 100%;
        max-width: 200px;
    }

    .callnow_bt a {
        white-space: nowrap;
        padding: 10px;
        font-size: 16px;
    }
    
    .about_bt a {
        padding: 10px;
        font-size: 16px;
    }

    .header_section .container-fluid {
        padding: 0 15px;
    }
    
    .navbar {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        min-height: 60px;
        background-color: #F4EBD8 !important;
        width: 100%;
    }
    
    .navbar-brand {
        font-size: 15px;
        letter-spacing: 0.5px;
        flex: 1;
        margin-right: 10px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
        
        word-wrap: break-word;
        text-overflow: ellipsis;
    }
    
    .navbar img {
        max-width: 35px;
        height: auto;
    }
    
    .navbar-toggler {
        order: 2;
        margin-left: 10px;
        flex-shrink: 0;
        padding: 0;
        border: none !important;
        background-color: transparent !important;
    }
    
    .navbar-light .navbar-toggler {
        border: none !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100% !important;
        max-width: 100% !important;
        background-color: #F4EBD8 !important;
        padding: 0;
        border-top: 1px solid #E8D9C0;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin: 0;
    }

    .nav-link {
        background-color: #F4EBD8 !important;
        color: #287319 !important;
        border-radius: 0 !important;
        padding: 12px 15px;
        text-align: center;
        width: 100%;
        display: block;
        border-bottom: 1px solid #E8D9C0;
    }
    
    .nav-link:hover {
        background-color: #E8D9C0 !important;
        color: #4A9B3A !important;
    }
    
    .navbar-nav .nav-item {
        width: 100%;
    }
    
    .header_section .container-fluid {
        background-color: #F4EBD8 !important;
    }
    
    .about_section,
    .coffee_section,
    .numerologia_section,
    .nome_section,
    .contact_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about_taital {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 10px;
    }
    
    .about_taital_1 {
        font-size: 22px;
    }
    
    .about_text {
        font-size: 14px;
        margin: 15px 0;
    }

    .about_taital {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .about_section_2,
    .nome_section_2 {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: auto;
    }
    
    .image_iman,
    .image_iman_nome {
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    
    .about_img,
    .image_iman_nome .about_img {
        width: 100% !important;
        max-width: 350px;
        height: auto !important;
        margin: 0 auto;
        object-fit: contain;
        display: block;
    }
    
    .about_taital_box,
    .nome_taital_box {
        position: relative !important;
        width: 100% !important;
        max-width: 100%;
        margin: 20px auto;
        padding: 30px 20px;
        float: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }
    
    .about_section_2,
    .nome_section_2 {
        padding-bottom: 25px;
    }

    .coffee_taital {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 10px;
    }
    
    .coffee_section_2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .coffee_section_2 .col-lg-4,
    .coffee_section_2 .col-md-6,
    .coffee_section_2 .col-sm-12 {
        padding: 8px;
    }
    
    /* Centralizar últimos cards no mobile */
    .coffee_section_2 .row .col-sm-12 {
        margin-left: auto;
        margin-right: auto;
    }

    .service_card {
        padding: 18px 12px;
        min-height: 130px;
        margin-bottom: 15px;
    }
    
    .service_header {
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .service_icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }
    
    .service_icon i,
    .service_icon svg {
        font-size: 28px;
        width: 28px;
        height: 28px;
    }

    .types_text {
        font-size: 16px;
    }
    
    .looking_text {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .service_price {
        font-size: 18px;
        padding: 8px 0;
        margin-top: 10px;
    }
    
    .read_bt {
        width: 150px;
        padding-top: 15px;
    }
    
    .read_bt a {
        font-size: 14px;
        padding: 10px 30px;
        white-space: nowrap;
    }

    .numerologia_content {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .numerologia_text {
        font-size: 15px;
        margin: 15px 0;
    }

    .nome_content {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .contact_taital {
        font-size: 24px;
        line-height: 1.3;
        margin-top: 1rem;
        padding: 0 10px;
    }
    
    .contact_subtitle {
        font-size: 16px;
        padding: 0 15px;
    }

    .contact_section_2 {
        padding-top: 40px;
    }

    .mail_section_1 {
        max-width: 100%;
        padding: 20px 15px;
        margin: 0 10px;
    }

    .mail_text {
        font-size: 15px;
        padding: 12px 15px;
        margin-top: 15px;
    }

    .massage-bt {
        font-size: 15px;
        padding: 12px 15px;
        min-height: 100px;
        margin-top: 15px;
    }

    .send_bt {
        width: 150px;
    }

    .send_bt a {
        font-size: 15px;
        padding: 10px;
        margin-top: 20px;
        white-space: nowrap;
    }
    
    .social_contact {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .social_contact_list {
        gap: 8px;
    }
    
    .social_contact_item {
        padding: 10px;
    }

    .footer_section {
        padding: 60px 0 40px 0;
    }

    .address_text {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .footer_text {
        width: 95%;
        font-size: 14px;
        padding: 0 15px;
    }

    .copyright_section .row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px 15px;
    }
    
    .copyright_text {
        text-align: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.6;
    }
    
    .footer_social_icon {
        justify-content: center;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    
    .footer_social_icon ul {
        justify-content: center;
    }

    .map_responsive {
        min-height: 300px;
    }
    
    .header_section .container-fluid {
        padding: 0px 15px;
    }
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    
    .navbar-brand {
        font-size: 10px;
    }
    
    .navbar-brand img {
        margin-right: 0.8rem;
    }
    
    /* Ajustar imagem foto5.jpg no mobile - mesmo tamanho que nova foto.jpg */
    .image_iman_nome {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .image_iman_nome .about_img {
        width: 100% !important;
        max-width: 300px;
    }
}