@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --primary-color: #BE0380;
  --roxo-color: #650043;
  --roxo-escuro-color: #373737;
  --secondary-color: #6c757d;
  --background-color: #fff;
  --text-color: #333;
  --branco-color: #fff;
  --roxo-medio-color: #650043;
  --border-radius: 15px;
  --bs-body-font-size: 1.25rem;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: "Inter", sans-serif;
}

label {
  font-size: 0.8rem;
}

hr {
  color: var(--primary-color);
  opacity: 1;
  margin: 25px 0;
}

.inter-font {
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  font-size: 27px;
}

.btn-action {
  border-radius: var(--border-radius);
}
.img-celular {
  pointer-events: none; /* Desativa a interação com o mouse na imagem */
}
.btn-whatsapp {
  position: fixed;
  bottom: 80px;
  right: 50px;
}

.btn-whatsapp:hover, .btn-whatsapp:focus {
  background-color: none !important;
  border-color: none !important;
  color: none !important;
}
h1 {
  color: var(--primary-color);
  font-weight: 900;
}


h1,
h2 {
  font-family: "Inter", sans-serif;

}

h2 span {
  color: var(--primary-color);
}

h2 {
  font-size: 2.5rem !important;
  font-weight: normal;
}

.hero {
  display: flex;
  background: url('img/banner.png') no-repeat center center;
  height: 100vh;
  margin-top: 50px;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Inter", sans-serif;

}

.hero p {
  font-size: 1.25rem;
}

.hero a {
  margin-top: 20px;
}

.texto-banner {
  float: right !important
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  border: none;
  border-bottom: #DDDDDD 1px solid;
  border-radius: 0;
}

form#cotacaoForm_2,
form#cotacaoForm {
  background: white;
  border-radius: 25px;
  padding: 25px;
  color: var(--roxo-escuro-color);
  box-shadow: 0 6px 10px rgb(0 0 0 / 25%);
  /* Adiciona o drop shadow */
}

.margin-25 {
  margin-bottom: 100px !important;
}

.hero .box-texto {
  box-shadow: 0 6px 10px rgb(0 0 0 / 25%);
  /* Adiciona o drop shadow */
  align-items: flex-start;
  text-align: left;
  padding: 20px;
  background-color: var(--branco-color);
  border-radius: var(--border-radius);
  width: 425px;
  height: 425px;
  position: relative;
  top: 70px;
  right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

}
.radius{
  border-radius: var(--border-radius);
}

.consultoria h2 {
  font-size: 2rem;
  font-weight: normal;
  color: var(--roxo-escuro-color);
}

img.img-celular {
  position: absolute;
  top: 10px;
  left: -160px;
  overflow: hidden;
}

.texto-celular {
  margin-left: 100px;
  padding: 40px;
}
.col-md-4.box-texto.gradiente.radius {
  margin-right: 50px;
}

.boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hospitais img {
  max-width: 100%;
  height: auto;
}

.box {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
}

.box-detahes{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.box-drop-shadow {
  box-shadow: 0 6px 10px rgb(0 0 0 / 25%);

  align-content: end;
  margin-bottom: 25px;
}

.box h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.img-icon {
  margin: 30px;
}

p.text-roxo {
  margin-bottom: 5px;
  line-height: 5px;
}

.text-left {
  text-align: left !important;
}

.img-elite {
  width: 100%;
}

.section-passos {

  background:
    linear-gradient(to right, rgba(2, 102, 163, 0.8), rgba(0, 80, 129, 0.1)),
    /* Gradiente com transparência */
    url('img/bg/enfermeira.png') no-repeat center center;
  /* Imagem de fundo */
  background-size: cover;
  /* Faz a imagem cobrir toda a área */
  min-height: 400px;
  /* Define uma altura mínima */
}

.passos {
  border-radius: 0px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 25%);
  /* Adiciona o drop shadow */
  border: 0px;
  background-color: rgb(22 92 135 / 70%) !important;
  /* Fundo branco */
  min-height: 150px;
  position: relative;
  text-align: left;
  padding-top: 50px;
  line-height: 20px;
  max-width: 250px;
  margin: auto;
  color: var(--branco-color);
}

.numeral {
  position: absolute;
  top: -10px;
  font-size: 50px;
}

.gradiente {
  background: linear-gradient(to right, #BE0380, #650043);
}

.text-branco {
  color: var(--branco-color) !important;
}

.roxo {
  background-color: var(--primary-color);
}

.roxo-medio {
  background-color: var(--roxo-medio-color);
}


.roxo-claro {
  background: var(--primary-color);
}

.roxo-escuro {
  background: var(--roxo-escuro-color);
}

.text-roxo {
  color: var(--primary-color);
}

.text-roxo-escuro {
  color: var(--roxo-escuro-color);
}

p.text-roxo-escuro span {
  font-weight: 900;
}

span {
  font-weight: 900;
}

.roxo .box {
  background: var(--primary-color);
  color: var(--background-color);
}

.bg-blue {
  background: image('blue-bg.jpg') no-repeat center center;
  background-color: var(--roxo-escuro-color);
}

.logos img {
  max-width: 100%;
  height: auto;
}

.testimonials .box {
  min-height: 380px;
}

.box.text-left.superior {
  min-height: 500px;
}

.testimonials .box,
.stats .box {
  padding: 20px;
  background: #ffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.stats .box h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.cta h2 {
  font-size: 2rem;
  font-weight: bold;
}

.form-footer {
  color: var(--branco-color);
  background:
    linear-gradient(to bottom, rgba(0, 66, 107, 0.2), rgba(1, 19, 30, 0.2)),
    /* Gradiente com transparência */
    url('img/bg/fundo_footer.png') no-repeat center center;
  /* Imagem de fundo */
  background-size: cover;
  /* Faz a imagem cobrir toda a área */
  min-height: 400px;
  /* Define uma altura mínima */
}

.footer {
  font-size: 10px;
}

.linha-footer {
  margin: 100px 20% 25px;
  padding: 0px 0px 0px 0px;
  color: var(--branco-color);
  opacity: 0.8;
}

.custom-navbar {
  width: 80%;
  /* Define a largura do menu */
  margin: 60px auto 0;
  /* Margem superior de 60px e centralizado horizontalmente */
  background-color: #ffffff;
  /* Fundo branco */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Adiciona o drop shadow */
  border-radius: 8px;
  /* Bordas arredondadas para um visual mais moderno */
  padding: 10px 20px;
  /* Espaçamento interno */
}

.logos {
  justify-content: center;
}

.logo-h {
  display: flex;
  justify-content: center;
  /* Centraliza horizontalmente */
  align-items: baseline;
  /* Centraliza verticalmente */
  margin: 15px auto;
  /* Centraliza o elemento */
  padding: 5px 0;
  /* Espaçamento interno */
}

.navbar {
  background-color: var(--primary-color);
}

.btn-no-round {
  border-radius: 5px !important;
}

.seta {
  font-size: 20px;
}

.btn {
  font-weight: bold;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff;
}

.btn-light {
  background-color: var(--branco-color) !important;
  border-color: var(--branco-color) !important;
  color: var(--primary-color) !important;
}

.btn-clean {
  background-attachment: none !important;
  background-color: transparent !important;
  border: none !important;
  color: var(--branco-color) !important;
}

.bold {
  font-weight: 900;
}

.btn-secondary {
  background-color: var(--branco-color);
  border-color: var(--branco-color);
  color: var(--primary-color);
}

label.form-check-label {
  color: var(--secondary-color);
}

label {
  font-weight: bold;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #BE0380;
  /* roxo */
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.margin-25-all {
  margin: 25px auto !important;
}

.bg-roxo {
  background-color: var(--primary-color) !important;
  /* Usa a cor primária */
}


.btn:active,
.btn-focus,
.btn:hover {
  background-color: var(--roxo-medio-color) !important;
  /* Usa a cor definida em --roxo-medio-color */
  border-color: var(--roxo-medio-color) !important;
  /* Ajusta a borda para combinar */
  color: var(--branco-color) !important;
  /* Ajusta a cor do texto para branco */
}

@media (max-width: 768px) {
  .custom-navbar {
    width: 90% !important;
    /* Define a largura do menu */
    padding: 10px;
    /* Espaçamento interno */
  }

  /* Estilos para dispositivos móveis (telas menores que 768px) */
  .testimonials .box,
  .stats .box {
    margin: 5px auto;
    min-height: 140px;
  }

  .passos {
    min-height: 171px;
    margin-bottom: 50px;
  }

  .box.text-left.superior {
    min-height: 400px;
  }

  .container.text-center {
    text-align: left !important;
  }

  .hero .box-texto {
    position: initial;
  }

  .custom-navbar {
    flex-direction: column;
    /* Ajusta o menu para empilhar os itens */
    align-items: center;
  }

  .hero h1 {
    font-size: 1.8rem;
    /* Reduz o tamanho do título */
  }

  .hero p {
    font-size: 1rem;
    /* Ajusta o tamanho do texto */
  }

  .btn-action-roll {
    /* width: 100%; /* Botões ocupam toda a largura */
    margin-top: 10px;
  }

  .logos .col-md-2 {
    margin: 15px 0;
  }

  .section-passos .col-md-3 {
    flex: 0 0 50%;
    /* Ajusta para 2 colunas no mobile */
    max-width: 50%;
  }

  /* Diminui o tamanho da fonte geral no mobile */
  body {
    font-size: 0.9rem;
    /* Ajusta o tamanho da fonte geral */
  }

  h1 {
    font-size: 1.8rem !important;
    /* Ajusta o tamanho dos títulos h1 */
  }

  h2 {
    font-size: 2rem !important;
    /* Ajusta o tamanho dos títulos h2 */
  }

  p {
    font-size: 0.8rem;
    /* Ajusta o tamanho dos parágrafos */
  }

  .btn {
    font-size: 0.9rem;
    /* Ajusta o tamanho do texto dos botões */
  }

  .footer {
    font-size: 8px !important;
  }

  .linha-footer {
    margin: 50px 20% 25px;
  }


  .hero {
    background: url('img/banner_mobile.png') no-repeat center center;
    background-size: contain;
    height: 40vh;
    margin-top: 140px;

  }



  .hero .box-texto {
    padding: 15px;
    width: 215px;
    height: 265px;
    top: 50px;
    left: 20%;
    position: relative;
  }

  .hero a {
    margin-top: -20px;
  }

}

@media (max-width: 425px) {
  .col-12.col-md-6.text-left {
    text-align: center !important;
}
  .texto-celular {
    margin-left: 50px;
    padding: 13px 0;
}
img.img-celular {
  width: 100%;
  left: -61px;
  top: -30px;
}

  .hero .box-texto {
    left: 0%;
  }

  .col-md-5.box-texto {
    scale: 0.8;
  }

  .boxes .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* .boxes .col-md-4 { */
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
  /* } */

  /* .box.box-drop-shadow.text-left { */
    /* min-height: 220px !important; */
    /* Ajusta a altura mínima */

  /* } */

  .boxes .col-md-4:nth-child(3) {
    flex: 0 0 100%;
    /* Segunda linha: 1 coluna */
    max-width: 100%;

  }
  .col-md-4.box-texto.gradiente.radius {
    margin-left: 120px;
    width: 70%;
    margin-bottom: 60px;
}
  .boxes.py-5.bg-white>div>div.row>div:nth-child(3)>div {
    min-height: 150px !important;
    /* Ajusta a altura mínima */
  }
  div.box-item.col-12.col-md-4 > div:nth-child(2)
{
    width: 48% !important;
    float: left !important;
    margin-left: 2%;
  }
  div.box-item.col-12.col-md-4 > div:nth-child(1){
    width: 48% !important;
    float: left !important;
    margin-right: 2%;
  }

  .img-icon {
    margin: 0px;
    margin-right: -1px;
    scale: 0.8;
}
.box {
  padding: 10px;
}
    
}