body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
}

h2 {
    font-size: 2em;
    color: #44444c;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #44444c;
    display: block;
    margin: 10px auto;
}

.servicos-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.servicos-lista li {
    background: none; /* #e9f5ff */
    margin: 10px 0;
    padding: 15px 20px;
    border-left: 5px solid #44444c;
    border-radius: 5px;
    font-size: 1.6em;
    transition: background 0.3s, transform 0.3s;
}

.servicos-lista li:hover {
    background: #eaeaea;
    transform: translateX(5px);
}

.servicos-lista li:not(:last-child) {
    margin-bottom: 10px;
}

.profissional_about {
    background: none; /* #e9f5ff */
    margin: 10px 0;
    font-size: 1.6em;
    transition: background 0.3s, transform 0.3s;
}

.profissional_about:hover {
    background: #eaeaea;
    transform: translateX(5px);
}

.localizacao {
    background: none; /* #e9f5ff */
    margin: 10px 0;
    font-size: 1.6em;
    transition: background 0.3s, transform 0.3s;
}

.localizacao:hover {
    background: #eaeaea;
    transform: translateX(5px);
}

header {
    background-color: #0b0909;
    color: white;
    top: 0;
    padding: 0.5em 0; /* Increased padding to initial value */
    position: fixed;
    width: 100%;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

header h1 {
    font-size: 1.6em;
    margin: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin:auto;
}

th {border: 2px solid black; text-align: center;}

th {background-color: #7DCF2F; color: white;}

tr:hover {background-color: #dcdcdc;}

td {border: 1px solid white; font-weight: normal; text-align: center;}

td.value {
	text-align: left;
}

td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}

td.last {
	border-bottom:1px solid #e5e5e5;
}

td.first {
	border-top:1px solid #e5e5e5;
}

#feriado {
    border:4px solid #ff0000;
 }
 
.sem_bordas table {border-collapse: collapse; width: 100%; }

.sem_bordas th {border: 0 solid white; text-align: center;}

.sem_bordas th {background-color: #0b0909; color: white;}

.sem_bordas tr:hover {background-color: transparent;}

.sem_bordas td {border: 0px solid white; font-weight: bold; text-align: center;}

.sem_bordas td.value {
	text-align: left;
}

.sem_bordas td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}

.sem_bordas td.last {
	border-bottom:1px solid #e5e5e5;
}

.sem_bordas td.first {
	border-top:1px solid #e5e5e5;
}

.rhons th {
    background-color: #b2e2f2; color: white;
}

.impar {
    border: 2px solid black;
    background-color: #b1e1f1;
    color: black;
}

.par {
    border: 2px solid black;
    color: black;
}

.auraltext
{
   position: absolute;
   font-size: 0;
   left: -1000px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -20px;
    transition-property: visibility;
    transition-duration: 3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 7%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext2 {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -200px;
    transition-property: visibility;
    transition-duration: 3s;
}

.tooltip .tooltiptext2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 90%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext2 {
    visibility: visible;
}

.tooltip .tooltiptext3 {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -150px;
}

.tooltip .tooltiptext3::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext3 {
    visibility: visible;
}

.button {
    background-color: white;
    color: #546223;
    border: 1px solid #546223;
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px;
}

.button:hover {
    background-color: white; 
    color: #546223; 
    border: 2px solid #546223;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
}

.button_y {
    background-color: #e3e0af;
    color: black;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px;
}

.button_y:hover {
    background-color: #bdb6a7; 
    color: black; 
    border: 2px solid #9e947e;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
}

.button_y2 {
    background-color: white;
    color: red;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px;
}

.button_y2:hover {
    background-color: yellow; 
    color: red; 
    border: 2px solid red;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
}



.button_x2 {
    background-color: white;
    color: red;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px;
}

.button_x2:hover {
    background-color: yellow; 
    color: red; 
    border: 2px solid red;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
}

.button_x {
    background-color: white;
    color: red;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-weight: normal;
    font-size: 20px;
}

.button_x:hover {
    background-color: yellow; 
    color: red; 
    border: 2px solid red;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
}

.div_alerta {
    color: red;
    font-size: 25px;
    background-color: yellow; 
  opacity:1;
  animation: dash_teste 1s linear forwards infinite;
}

.linkplan {
    color: blue;
    font-size: 25px;
    background-color: yellow; 
  opacity:1;
  animation: dash_teste 1s linear forwards infinite;
}

/**
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    margin: 0 1em;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

header nav ul li a:hover {
    color: #ddd;
}

header nav ul li .submenu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: rgba(76, 175, 80, 0.9);
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

header nav ul li:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header nav ul li .submenu li {
    margin: 0;
    padding: 0;
}

header nav ul li .submenu li a {
    padding: 0.5em 1em;
    display: block;
    color: white;
    white-space: nowrap;
}

header nav ul li .submenu li a:hover {
    background-color: #45a049;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
*/

section {
    padding: 2em 0;
}

h1, h2 {
    text-align: center;
}

.about-content {
    display: flex;
    align-items: center;
}

.about-image {
    flex: 1;
    margin-right: 5em;
    margin-top: 80px; /* Move image down */
}

.about-image img {
    width: 100%;
    height: auto;
    clip-path: circle(48%);
}

.about-text {
    flex: 2;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-top: 1em;
}

form input, form textarea, form button {
    padding: 0.5em;
    margin-top: 0.5em;
}

form button {
    background-color: #0b0909;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 1em;
}

form button:hover {
    background-color: #45a049;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
}

footer p {
    margin: 0;
}

/* Background animation */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('imagem1.jpg'), url('imagem2.jpg'), url('imagem3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2; /* Set transparency */
    animation: backgroundAnimation 15s infinite;
}

@keyframes backgroundAnimation {
    0%, 33% {
        background-image: url('imagem1.jpg');
    }
    34%, 66% {
        background-image: url('imagem2.jpg');
    }
    67%, 100% {
        background-image: url('imagem3.jpg');
    }
}

.menu_fixo {
    position: fixed;
    bottom: 210px;
    right: 30px;
    width:  30px;
    height: 30px;
    z-index: 3;
}
.menu_fixo img {
    width:  30px;
    height: 30px;
}

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #555;
        }

        .form-group input, 
        .form-group select, 
        .form-group textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .form-group textarea {
            resize: vertical;
        }

        .form-group {
            margin-bottom: 15px;
            display: block;
        }

        .form-group.visible {
            display: block;
        }

        .btn {
            display: block;
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .btn:hover {
            background-color: #0056b3;
        }