* {
  font-family: 'Saira';
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: 0;
}

.botao_vermelho {
  background-color: #E30613 !important;
  color: white !important;
  border: 2px solid #E30613 !important;
  transition: all 500ms;
}

.botao_vermelho:hover {
  background-color: white !important;
  color: #E30613 !important;
  transition: all 500ms;
}

.card_hover {
  transition: all 500ms;
  background-color: #FEF2F3;
}

.card_hover:hover {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  transform: translateY(-16px);
  transition: all 500ms;
}

.card_hover_text:hover {
  font-weight: 700;
  transition: all 300ms;
  border-width: 2px !important;
}

#cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
}

.checkup {
  position: relative;
  background: transparent;
  font-weight: 400;
  color: rgb(33, 37, 41, 0.75);
  width: 35%;
  display: flex;
  justify-content: end;
  height: auto;
  font-family: 'Saira';
  transition: all 0.3s ease-in-out;
  
}

.checkup:hover {
  font-weight: 600;
  color: rgb(33, 37, 41, 0.75);
}

.checkup i{
  background-color: #2db742; 
  color:#fff; 
  padding:10px; 
  border-radius:50px;
  margin-right: 10px;
  margin-top: -8px;
}

.exame {
  position: relative;
  background: transparent;
  font-weight: 400;
  color: rgb(33, 37, 41, 0.75);
  width: auto;
  height: auto;
  font-family: 'Saira';
  transition: all 0.3s ease-in-out;
}

.exame::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: rgb(33, 37, 41, 0.75);
  transition: all 0.3s ease-in-out;
}

.exame:hover::after {
  width: 100%;
}

.exame:hover {
  font-weight: 600;
  color: rgb(33, 37, 41, 0.75);
}


.exame_btn:hover {
  background-color: #E30613;
  color: #fff;
}

#infusao .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-infusao {
  padding: 24px 32px;
  border: none;
  box-shadow: 0px 4px 4px #666666a4;
  position: relative;
  width: 100%;
  height: 230px;
}

.if {
  width: 60px;
  height: 60px;
  border: 2px solid #8b2027;
  border-radius: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.icone {
  position: absolute;
  left: -50px;
  top: -10px;
  text-align: center;
  background-color: #8b2027;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  box-shadow: -5px 1px 4px #333333ad;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-infusao h4 {
  margin: 5px 0px 20px;
  color: #8b2027;
  font-weight: 600;
  font-family: 'Saira';
}

.card-infusao span {
  font-family: 'Saira';
  font-size: 15px;
}

.small-section {
  max-width: 775px;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#infusao .container-fluid {
  background-image: url(../images/fundo_option.png);
  height: 350px;
}

.title_inf {
  color: #8b2027;
  font-weight: 600;
  font-size: 28px;
  font-family: 'Saira';
}

.card-option {
  border: none;
  background-color: #fff;
  margin: 0px 20px;
  height: 160px;
  padding: 20px 32px;
  box-shadow: 0px 4px 4px #9999999c;
  font-family: 'Saira';
  position: relative;
}

.card-number {
  position: absolute;
  top: -20px;
  left: -28px;
  width: 50px;
  height: 50px;
  background-color: #8b2027;
  color: #fff;
  font-family: 'Saira';
  font-size: 24px;
  border-radius: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.card-option h4 {
  color: #8b2027;
  font-weight: 600;
  font-family: 'Saira';
  margin: 0px 5px;
}

#login-card {
  padding: 40px;
  width: 350px;
  border-radius: 0px;
  box-shadow: -4px 4px 4px #333333a1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#login-card .btn {
  background-color: #8b2027;
  border: none;
  width: 220px;
}

.login-title {
  color: #8b2027;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Saira';
}

#text-column h3,
h4,
p,
button {
  font-family: 'Saira';
}

#text-column h3 {
  margin-bottom: 5px;
}

#text-column h4 {
  margin-top: 0;
}

#text-column p {
  margin: 0;
}

#text-column h4:last-of-type {
  margin-top: 10px;
  margin-bottom: 10px;
}

#text-column .modal_btn {
  margin-top: 25px;
  width: 130px;
  height: 50px;
  background: transparent;
  border: 2px solid #8b2027;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

#text-column .modal_btn:hover {
  background: #8b2027;
  color: #fff;
}

.button_profile {
  padding:  15px !important;
  border: 0 !important;
  border-radius: 5px;
  background-color: #E30613 !important;
  color: #fff !important;
  font-weight: 600;
  justify-content: center;
}

.pagina_atual {
  filter: brightness(1) !important;
  border: 2px solid #a5a5a5;
}

.card_menu {
  background-color: #0076B9;
  width: 120px;
  height: 150px;
  transition: all 500ms;
  filter: brightness(100%) !important;
}

@media(max-width: 767px) {
  .card-infusao {
    width: 100%;
    /* margin-bottom: 70px; */
    padding: 10px 14px;
  }

  .card-infusao h4 {
    margin: 5px 0px 5px;
  }

  .card-infusao span {
    font-size: 13px;
  }

  .icone {
    left: 95px;
    top: -62px;
    box-shadow: 0px 4px 4px #333333ad;
  }

  #infusao .container-fluid {
    height: 890px;
  }

  #infusao .col-12 {
    margin-bottom: 30px;
  }

  .title_inf {
    font-size: 22px;
  }

  .if {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .card-option {
    height: 220px;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  #login-card {
    margin-bottom: 20px;
  }

  .image-container img{
    height: 220px;
  }

  .image-text h1{
    font-size: 22px;
  }

  .image-text h3 {
    font-size: 14px;
  }

  .accordion li {
    margin: 20px 0px 0px -10px !important;
  }

  .card-option1{
    margin-left: 50px !important;
    margin-bottom: 20px !important;
  }
}

#accordion{
  display: flex;
  flex-wrap: wrap;
  
}

.accordion li{
  list-style: none;
  width: 100%;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}

.accordion li label{
  background-color: #E30613;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.accordion li label:hover{
 
  transition: 0.2s;
  transform: scale(1.1);
}

#accordion label::before{
  content: '+';
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
  
}

#accordion input[type="radio"]{
  display: none;
}

.accordion .content{
  background-color: #fff;
  color: #555 ;
  padding: 0 10px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
  text-align: justify;
}

#accordion input[type="radio"]:checked + label + .content{
  max-height: 2000px;
  padding: 10px 10px 20px;
}

#accordion input[type="radio"]:checked + label::before{
  content:'-';
}


.accordion h3{
  text-align: center;
  font-weight: 600;
}

.d-block{
  text-align: justify;
}

.icone1 {
  position: absolute;
  left: -50px;
  top: -10px;
  text-align: center;
  width: 80px;
  height: auto;
  filter: drop-shadow(-5px 0px 10px rgba(0 0 0 / 90%));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-option1 {
  border: none;
  background-color: #fff;
  margin: 0px 20px;
  height: auto;
  padding: 20px 32px;
  box-shadow: 0px 4px 4px #504d4d9c;
  font-family: 'Saira';
  position: relative;
}

.card-option1 h4 {
  color: #8b2027;
  font-size: 29px;
  font-weight: 600;
  font-family: 'Saira';
  margin: 0px 5px 15px;
}


.botao_vermelho2 {
  background-color: #E30613 !important;
  color: white !important;
  border: 2px solid #E30613 !important;
  transition: all 500ms;
  width: 100px;
  height: 20px;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
  float: right;
}

.botao_vermelho2:hover {
  background-color: white !important;
  color: #E30613 !important;
  transition: all 500ms;
}

.image-container {
  position: relative;
  display: flex;
  
}

.image-text {
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(-5%, -50%);
  font-size: 18px;
  text-align: end;
  
}

.image-text h1{
  color: #fff;
  font-weight: 700;
}

.image-text h3{
  color: #fff;
}

.button-text{
  background-color: #E30613 !important;
  color: white !important;
  border: 2px solid #E30613 !important;
  border-radius: 7px;
  transition: all 500ms;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
  font-weight: 600;
}

.button-text:hover{
  background-color: transparent !important;
  transition: all 500ms;
  border: 2px solid #fff !important;
}

#iframe{
  height: 470px;
}


@media(max-width: 767px){
  .botao_recomendacao{
    width: 250px !important;
  }

  .uk-subnav{
    justify-content: center !important;
    gap: 10px !important;
  }
}

@media(min-width: 768px) and (max-width: 991px){
  .card-option{
    margin: 0 !important;
    padding: 12px 14px !important;
    height: 215px !important;
  }

  #infusao .container-fluid{
    height: 405px !important;
  }

  .card-infusao{
    height: 350px !important;
  }
}

@media(min-width: 992px) and (max-width: 1115px){
  .card-option{
    height: 215px !important;
  }

  .card-infusao{
    height: 260px !important;
  }
}

.cidade-modal{
  padding: 10px;   
  }

.wrapper{
  width: 100%;
  
}

.wrapper main{
  display: block;
  background-color: #fff;
}

 .blur{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.blur h1{
  font-weight: 700;
  text-align: center;
  color: #000000;
}

section.module p{
  color: #000000;
  text-align: justify;

}

section.module:last-child{
  margin-bottom: 0;
}

.parallax {
  position: relative;
}

.parallax .container {
  position: absolute;
  width: 100%; /* Use a largura total da seção */
}

.parallax img {
  width: 100%; /* Certifique-se de que a imagem ocupe toda a largura da seção */
  height: auto; /* Mantenha a proporção original da imagem */
}

section.module.parallax{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-image: url('public/assets/images/injetavel.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}

.module .blur{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(35px);
  background-color:  rgba(255, 255, 255, 0.418);
  border-radius: 17px;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

@media screen and (max-width: 767px) {
  section.module.parallax {
    height: 120vh;
  }

  .parallax img{
    height: 100vh;
  }

  .checkup{
    width: 100%;
  }

}
