@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway:wght@200&display=swap');
.header{
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: space-evenly;
}

.header .logo img{
    width: 10em;
}

.header .menu ul{
    display: flex;
    gap: 2rem;
}

.menu ul li{
    list-style: none;
}

.menu ul li a{
    text-decoration: none;
    color: #ba342b;
    font-weight: bold;
}

.content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}


.content .text{
    padding: 1rem;
    background-color: #a92b32;
    color: #fff;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.text h1{
    width: 50%;
    font-size: 3rem;
}
.content .text p {
    width: 50%;
}

.content img{
    width: 40%;
    flex: 1;
}

.content_2{
    display: flex;
    padding: 0.5rem;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    max-height: fit-content;
    flex-wrap: wrap;
}

.content_2 .exame_item{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 250px;
    border-radius: 6px;
    padding: 1rem;
    width: 350px;

}


.exame_item p{
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    
}

.exame_item .icon{
    display: flex;
    background-color: #a92b32;
    color: #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.5em;
}

.exame_item .title{
    font-size: 1.5em;
    font-weight: bold;
}

.content_3{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.content_3 img{
   width: 30%;

}
.content_3 .content_image{
    flex: 1;
    width: fit-content;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(36, 36, 37, 0.5)), url('../images/background3.jpg');
    background-size: cover;
    height: 500px;
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
    border-radius: 0px  50px 50px 0px;
}
.content_3 .text{
   width: 45%;
   flex: 1;
   padding: 1rem;
   font-family: 'Montserrat', sans-serif;
   display: flex;
   flex-direction: column; 
   justify-content: center;
   align-items: center;
}

.content_3 .text .subtitle{
    font-size: 1.5em;
    color: #a92b32;
    font-family: 'Raleway';
    font-weight: bold;
    
}

.content_3 .text h2{
    font-size: 4em;
    color: #a92b32;
    font-weight: bold;
    width: 90%;
    
}

.content_3 .text p{
    text-align: justify;
    width: 90%;
    font-family: 'Raleway';
    font-weight: bold;
}

.content_3 .text i{
    text-align: justify;
    font-size: 4em;
    color: #fff;
    margin: 2rem;
    background-color: #a92b32;
    padding: 1rem;
    border-radius: 50%;
}

.exames{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    min-height: 800px;
    justify-content: center;
}

.exames .title{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    color: #a92b32;
}
.exames-group{
    display: flex;
    padding: 1rem;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.exame-list{
    width: 300px;
    border: 1px solid #ccc;
    padding: 1rem;
    
}

.exame-list ul{
    padding: 1rem;
    list-style: disc;
   
}

.exame-list ul li{
    font-family: 'Raleway';
    font-weight: bold;
    color: #333333;
}

.exame-list .subtitle{
    font-family: 'Raleway';
}


.agendamento{
    padding: 1rem;
    margin-bottom: 10rem;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-agenda{
    width: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(9, 67, 241, 0.5)), url('../images/background2.jpg');
    background-size: cover;
    height: 100%;
    border-radius: 10px;
}

.agendamento .text{
    height: 80%; 
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap:1rem;
    z-index: 20;
    margin-left: -4rem;
    width: 30%;
    justify-content: center;
    padding: 1rem;
    border-radius: 40px;
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.agendamento .text h1{
    font-family: 'Montserrat', sans-serif;
    color: #ba342b;
}

.agendamento .text p{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.agendamento .text a{
    background-color: #ba342b;
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 0.5rem;
    width: 200px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer{
    display: flex;
    height: 300px;
    background-color: #ba342b;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.footer-group{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding-top: 1rem;
}

.footer-item{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.footer-item i{
    font-size: 2.5em;
}