@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #fb8874;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}


html{
    height: 100%;
}
body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;

    min-height: 100vh;

    display: flex;
    flex-direction: column;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 80vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/MariaPapel_BannerFace@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slide2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slide3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slide4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

/* Optional: add styles for social icons */
.social-icons a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ddd; /* Change this to your desired hover color */
}


.navbar-brand img {
    width: 150px; /* Ajuste a largura conforme necessário */
    height: auto; /* Mantém a proporção do logotipo */
}



.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 10px;
    font-weight: 700;
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #fb8874;
    border-color: #fb8874;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background:  url(../img/Banner_Caneta-1024x444.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(#fb8874);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),  #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fb8874;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

/* CSS para a seção de Testemunhos */
#testimonials {
    padding: 60px 0;
    background: #f9f9f9;
}

#testimonials .intro {
    margin-bottom: 40px;
}

#testimonials .testimonial {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

#testimonials .testimonial img {
    border-radius: 50%;
    margin-bottom: 20px;
}

#testimonials .testimonial h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

#testimonials .testimonial p {
    font-size: 16px;
    color: #777;
}

/* Certifique-se de que as colunas ocupem a largura total disponível */
#testimonials .col-lg-3 {
    display: flex;
    justify-content: center;
}

#testimonials .testimonial a {
    text-decoration: none;
    color: inherit;
}




/* CSS para serviços clicáveis */
.service {
    display: block;
    text-decoration: none;
    color: inherit;
}

.service:hover {
    color: #007bff; /* Cor de destaque ao passar o mouse */
    text-decoration: none;
}
#portfolio .project img {
    width: 100%;
    height: 400px; /* Ajuste a altura conforme necessário */
    object-fit: cover;
}



/* style.css */
/* Aumentar o tamanho do texto dos elementos <h5> */
h5 {
    font-size: 2.00rem; /* Ajuste o tamanho conforme necessário */
    position: relative;
    color: #fb8874;
}

/* Estilo para adicionar a seta antes de cada <h5> */
h5::before {
    position: absolute;
    left: -3.0rem; /* Ajuste a posição conforme necessário */

}
/* Estilo para parágrafos */
p {
    font-size: 1.30rem; /* Ajuste o tamanho conforme necessário */
}

/* Estilo para alinhar texto à direita */
.text-right {
    text-align: center;
}

.section-image {
    height: 350px; /* Defina a altura desejada para as imagens */
    width: auto; /* Largura automática para manter proporções */
    max-width: 100%; /* Garante que a imagem não ultrapasse a largura do contêiner */
    display: block; /* Evita espaços em branco indesejados */
    margin: auto; /* Centraliza a imagem horizontalmente */
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

:root {
    --primary-color: #fb8874;
    --secondary-color: #ff5722;
    --accent-color: #ffeb3b;
    --neutral-color-0: #0e0c0c;
    --neutral-color-10: #171717;
    --neutral-color-30: #a8a29e;
    --neutral-color-40: #f5f5f5;
    --heading-color: #fb8874; /* Adicione a cor desejada para os headings aqui */
}

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

main {
    height: 80vh;
}

footer {
    width: 100%;
    color: var(--neutral-color-40);
}

.custom_footer-link {
    text-decoration: none;
}

#custom_footer_content {
    background-color: var(--neutral-color-10);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
}

#custom_footer_logo img {
    width: 170px; /* Ajuste o tamanho conforme necessário */
}

#custom_footer_contacts h1 {
    margin-bottom: 0.75rem;
}

#custom_footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

#custom_footer_social_media .custom_footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--neutral-color-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#custom_footer_social_media .custom_footer-link i {
    font-size: 1.25rem;    
}

#custom_footer_social_media .custom_footer-link:hover {
    opacity: 0.8;
}

#custom_instagram {
    background: linear-gradient(#7f37c9, #ff2992, #fb8874);
}

#custom_facebook {
    background-color: #4267b3;
}

#custom_whatsapp {
    background-color: #25d366;
}

.custom_footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.custom_footer-list h3 {
    color: var(--heading-color); /* Use a cor primária */
}

.custom_footer-list .custom_footer-link {
    color: var(--neutral-color-30);
    transition: all 0.4s;
}

.custom_footer-list .custom_footer-link:hover {
    color: var(--primary-color);
}

#custom_footer_subscribe {
    display: flex;
    flex-direction: column;
    
}

#custom_footer_subscribe p {
    color: var(--neutral-color-30);
}

#custom_input_group {
    display: flex;
    align-items: center;
    background-color: var(--neutral-color-0);
    border-radius: 4px;
}

#custom_input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#custom_input_group button {
    background-color: var(--primary-color);
    border: none;
    color: var(--neutral-color-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#custom_input_group button:hover {
    opacity: 0.8;
}

#custom_footer_copyright {
    display: flex;
    justify-content: center;
    background-color: var(--neutral-color-0);
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #custom_footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px) {
    #custom_footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}


/* Estilos para a Seção de Horário */

#horario {
    background-color: #f8f9fa;
    text-align: center;
}

#horario .intro h1 {
    font-size: 36px;
    font-weight: bold;
    color: #484848;
    margin-bottom: 30px;
}

#horario table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#horario table th,
#horario table td {
    padding: 12px;
}

#horario table th {
    background-color: #fb8874;
    color: #fff;
}

#horario table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

#horario table tbody tr:hover {
    background-color: #e9ecef;
}
 
.img-grande {
    width: 200px; /* Ajuste este valor conforme necessário */
    height: auto; /* Mantém a proporção da imagem */
}
