body,
html {
    margin: 0;
    background-color: #f4e5cd;
    overflow-x: hidden;
}

#home {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home img {
    width: 100%;
    height: auto;
}

.profissionais_container {
    position: relative;
    /* Necessário para o posicionamento absoluto da imagem */
    width: 400px;
    /* Defina a largura da div conforme necessário */
    min-height: 500px;
    /* Defina a altura da div conforme necessário */
    padding: 20px;
    /* Espaçamento interno da div */
    padding-top: 160px;
    /* Espaçamento interno da div */
    background-color: #e3c7b3;
}

.overlap-image {
    position: absolute;
    top: -150px;
    /* Metade da altura da imagem */
    left: 50%;
    /* Centralizar horizontalmente */
    transform: translateX(-50%);
    /* Ajustar para centralizar exatamente */
    width: 300px;
    /* Ajuste o tamanho conforme necessário */
    height: 300px;
    /* Ajuste o tamanho conforme necessário */
    border-radius: 50%;
    /* Tornar a imagem circular */
}


.service-card {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 20px;
    padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(248, 181, 201, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(248, 181, 201, 0.25);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: #be9f79ff;
    box-shadow: 0 5px 20px rgba(248, 181, 201, 0.3);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(248, 181, 201, 0.4);
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
}

.service-description {
    color: var(--text-light);
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.6;
}

.floating-decoration {
    position: absolute;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}

.floating-decoration:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-decoration:nth-child(2) {
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.floating-decoration:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-20px) rotate(5deg);
    }

    66% {
        transform: translateY(-10px) rotate(-3deg);
    }
}

/* Responsividade adicional */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .service-card {
        padding: 25px 20px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.7rem;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 1.7rem;
    }

    .service-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .services-section {
        padding: 40px 0;
    }
}


@media (max-width: 768px) {
    #home .carousel-inner img {
        height: 45vw;
        min-height: 150px;
    }
}

@media (max-width: 576px) {
    #home .carousel-inner img {
        height: 55vw;
        min-height: 120px;
    }
}


.cinzel-400 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cinzel-900 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.footer-services {
    padding: 50px 0;
    color: #fff;
}

.service-link {
    background: rgba(95, 90, 71, 0.64);
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center !important;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(147, 123, 95, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
    margin-bottom: 15px;
}

.service-link:hover {
    background: rgba(147, 123, 95, 0.15);
    border-color: #937b5f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(147, 123, 95, 0.3);
    color: #fff;
}

.service-name {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
}

.float {
    padding-top: 8px;
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:30px;
	background-color:#179244;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float {
	margin-top:16px;
}