@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: black;
}


p{
    margin-top: 0px;
    margin-right: 95px;
    text-align: justify;
}

h1{
    font-family: "Lora", serif;
}

h2, h3 {
    color: rgba(128, 0, 128, 0.747);
    font-family: "Lora", serif;
    font-weight: 600;
    }

header {
    background-color: white; 
    padding: 10px 20px; 
    display: flex; 
    justify-content:space-around;
    justify-content: space-between;
    align-items: center; 
    position: relative; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 110px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
    z-index: 1000; 
}

a {
    text-decoration: none; 
    color: inherit; 
}


@media (max-width: 767px) {

    p{
        margin-right: 0px !important;
    }

    header {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        height: auto;
    }
  
    .logo img {
        max-width: 150px;
        height: auto;
    }

    .navbar .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
  
    .navbar .nav-links li {
        margin: 0;
        text-align: center;
    }
  
    .header h1 {
        font-size: 1.8rem;
        text-align: center;
        margin: 10px 0;
    }
  
    .about {
        padding: 20px 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
   
    .about .image-logo img {
        max-width: 100%;
        height: auto;
    }
  
    .content-section {
        flex-direction: column;
        padding: 20px 10px;
        align-items: center;
        text-align: center;
    }
  
    .content-section .photo img {
        max-width: 100%;
        height: auto;
        margin-left: 0px !important;
    }

    .content-section .text-content p {
        margin-top: 0px !important;
    }
  
    .content-section .details {
        font-size: 1rem;
    }
  
    .content-section .details h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
  
    .details li {
        font-size: 1rem;
        margin-bottom: 10px;
    }
  
    footer {
        padding: 20px 10px;
        text-align: center;
    }
  
    .footer-container {
        flex-direction: column;
        gap: 20px;
    }
  
    .footer-info {
        text-align: center;
    }
  
    .mapa iframe {
        width: 100%;
        height: 200px;
    }
  
    .footer-links ul {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 0.8rem;
    }
  
    .footer .footer-warning {
        font-size: 0.9rem;
    }
  
    .footer-button .btn-agendar {
        font-size: 1rem;
        padding: 10px 20px;
        display: block;
        margin: 20px auto;
        text-align: center;
    }
  
    .littlep {
        text-align: center;
        font-size: 0.8rem;
    }
  }


  @media (max-width: 991px) and (min-width: 768px) {

    p{
        margin-right: 0px !important;
        margin-top: 0px !important;
        font-size: 19px;
    }

    header {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        height: auto;
    }

    .logo img {
        max-width: 150px;
        height: auto;
    }

    .navbar .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .navbar .nav-links li {
        margin: 0;
        text-align: center;
    }

    header.header h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .about {
        padding: 20px 10px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about .text-content {
        font-size: 1rem;
    }

    .about .image-logo img {
        max-width: 100%;
        height: auto;
    }

    .content-section {
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .content-section .photo img {
        max-width: 100%;
        height: auto;
        margin-left: 90px !important;
    }

    .content-section .details {
        text-align: center;
        font-size: 1rem;
    }

    .footer {
        padding: 20px 10px;
        text-align: center;
    }

    .footer .footer-container {
        flex-direction: column;
        gap: 20px;
    }

    .footer .footer-info {
        text-align: center;
    }

    .footer .footer-links ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: 0.8rem;
    }

    .footer .footer-warning {
        font-size: 0.9rem !important;
    }

    .footer .mapa iframe {
        width: 100%;
        height: 200px;
    }

    .footer-button .btn-agendar {
        font-size: 1rem;
        padding: 10px 20px;
        display: block;
        margin: 20px auto;
        text-align: center;
    }

    .littlep {
        font-size: 1.3rem;
    }

    .btn-agendar:hover {
        background-color: #ccc; 
        color: #000;
    }
}

.logo {
    display:inline-flex;
    justify-content: left;
    height: 110px;
    width: 150px;
}

.logo img {
    width: auto;
}

.nav-links {
    list-style: none;
    display: inline-flex; 
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    margin: 0; 
    padding: 0;
}

.nav-links li {
    margin: 0 25px;
}

.nav-links li a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color: rgba(128, 0, 128, 0.747);
}


.header {
    position: relative;
    z-index: 1;
    background-color: rgba(128, 0, 128, 0.747);
    color: #fff;
    text-align: left;
    padding: 30px 40px;
}

.header h1 {
    font-size: 36px;
    font-weight: bold;
}


.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5%;
    gap: 20px;
}

.text-content {
    text-align: justify;
    flex: 1;
    font-size: 19px;
    color: black;
}

.button-container {
    text-align: left; 
    margin-top: 20px; 
}

.budget-button {
    display: inline-block;
    padding: 10px 20px; 
    color: rgb(66, 0, 39);
    border: 2px solid rgba(128, 0, 128, 0.747);
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px; 
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}


.budget-button:hover {
    background-color: rgba(128, 0, 128, 0.164); 
    transform: scale(1.05);
}


.image-logo img {
    flex: 1;
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 15px; 
}


.team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5%;
    gap: 20px;
}

.team-image img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 15px; 
}

.team-text {
    text-align: justify;
    flex: 1;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}


.team-text {
    background: none; 
    box-shadow: none; 
}



.footer {
    background-color: rgba(128, 0, 128, 0.747);
    color: #fff;
    padding: 30px 20px;
  }
  
  .footer-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  
  .footer-main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  
  .footer-info {
    font-size: 14px;
    line-height: 1.6;
    max-width: 40%;
  }
  
  .footer-info i {
    margin-right: 8px;
  }
  
  
  .footer-warning {
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    max-width: 50%;
    opacity: 0.9;
  }
  
  .footer-warning a {
    color: rgb(66, 0, 39);
    text-decoration: none;
  }
  
  .footer-warning a:hover {
    text-decoration: underline;
  }
  
  
  .footer-social {
    display: flex;
    gap: 15px;
  }
  
  .footer-social a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
  }
  
  .footer-social a:hover {
    color: #ff4c4c;
  }
  
  
  .footer-button {
    text-align: center;
    margin-top: 10px;
  }
  
  .btn-agendar {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid rgb(128, 0, 128);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .btn-agendar:hover {
    background-color: rgba(128, 0, 128, 0.295);
    color: #000;
  }
  
  .littlep{
    text-align: center;
  }

  
.navbar {
    padding: 20px 0;
    position: relative;
}

.menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
}

.menu li {
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.menu a:hover {
    color: #007b5e; 
}


.btn-agendamento {
    background-color: rgb(66, 0, 39);
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.btn-agendamento:hover {
    background-color: #d81b60;
}


.seta {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.dropdown:hover .seta {
    transform: rotate(180deg); 
}


.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; 
    left: 167px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: max-content;
    min-width: 200px;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.dropdown-content a:last-child {
    border-bottom: none; 
}

.dropdown-content a:hover {
    background-color: #f9f9f9;
    color: #007b5e;
}

.dropdown:hover .dropdown-content {
    display: block; 
    animation: fadeIn 0.6s ease-in-out; 
}


.dropdown {
    position: relative; 
}

.dropdown-content {
    top: 95%; 
    left: 0px;
    display: none;
    position: absolute;
    z-index: 2000; 
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.dropdown:hover .dropdown-content,
.dropdown-content:hover {
    display: block;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.dropdown:hover .dropdown-content {
    opacity: 1; 
    visibility: visible;
}

.mapa iframe {
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}


.footer-links {
    flex-direction: column;
    font-size: 18px;
    line-height: 2;
    max-width: 20%;
  }
  
  .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer-links li {
    align-items: center;
    gap: 8px;
  }
  
  .footer-links i {
    color: rgb(66, 0, 39); 
    font-size: 14px;
  }
  
  .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: rgb(66, 0, 39); 
    text-decoration: underline;
  }
  
  .content-section {
    text-align: justify;
    font-size: 18px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.content-section .text-content p{
    margin-top: 125px;
}

.content-section .photo img {
    margin-left: 50px;
    top: 100px;
    width: 600px;
    height: 400px;
    border-radius: 50px;
}

.content-section .details h3 {
    color: rgba(128, 0, 128, 0.747);
    margin-bottom: 10px;
    text-align: justify;
}

.content-section ul {
    text-align: justify;
    margin-top: 10px;
    padding-left: 20px;
}

.content-section li {
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-section .details{
text-align: justify;
justify-items: right;
}

.cvv{
    color: #1501c983;
}


