/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2025 | 23:21:24 */
#popmake-3256{
  /* Cor de fallback (caso a imagem não carregue) */
  background-color: #000;

  /* Imagem de fundo (funciona em todos os navegadores) */
  background-image: url("https://grupoms.ibsoft.net.br/wp-content/uploads/2025/11/48fe4fd9-6dd9-4ce0-9eca-da5c54241ccb-scaled.jpg") !important;

  /* Padrões básicos bem suportados */
  background-repeat: no-repeat;
  background-position: center center;
  /* background-attachment: fixed; */
  
  /* Tamanho da imagem (cover) com prefixes para navegadores antigos */
  -webkit-background-size: cover; /* Safari antigo, Android antigo */
  -moz-background-size: cover;    /* Firefox antigo */
  -o-background-size: cover;      /* Opera antigo */
  background-size: cover;         /* Navegadores modernos */
}

#medical-banner {
  padding: 32px 4vw;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	padding-top: 80px;
	padding-bottom: 80px;
}

#medical-banner * {
  box-sizing: border-box;
}

#medical-banner .banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #ffffff;
}

#medical-banner .logo-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  gap: 16px;
}

#medical-banner .logo-card {
  background: #ffffff;
  border-radius: 14px;
  width: 190px;
  height: 120px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

#medical-banner .logo-card:hover,
#medical-banner .logo-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

#medical-banner .logo-card img {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
  display: block;
}

/* título do card "Resultados de exames" */
#medical-banner .logo-card h3 {
  color: #c00;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

#medical-banner .bottom-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#medical-banner .units-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
	background-color: rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

#medical-banner .units-label {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0;
	font-weight: 600;
}

#medical-banner .unit-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#medical-banner .unit-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#medical-banner .unit-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #e53935;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

#medical-banner .unit-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

#medical-banner .unit-name {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}

#medical-banner .unit-address {
  font-size: 0.95rem;
  opacity: 0.95;
}

#medical-banner .cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#medical-banner .cta-button {
  background: #ffe425;
  color: #333333;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#medical-banner .cta-button:hover,
#medical-banner .cta-button:focus-visible {
  background: #ffef6a;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.3);
}

#medical-banner .cta-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

#medical-banner .cta-icon {
  font-size: 1.2rem;
  line-height: 1;
}

@media (min-width: 992px) {
  #medical-banner .logo-row {
    justify-content: space-between;
    gap: 32px;
  }

  #medical-banner .bottom-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  #medical-banner .units-info {
    max-width: 65%;
  }

  #medical-banner .cta-wrapper {
    justify-content: flex-end;
  }

}


@media (max-width: 1023px) {
	.pum-theme-3250 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close {
    	right: 0px !important;
		top: -30px;
	}
}
@media (max-width: 768px) {
  #medical-banner .logo-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  #medical-banner {
    /*padding: 24px 16px;*/
	  	padding-top: 50px;
	padding-bottom: 50px;
  }

  #medical-banner .bottom-row {
    align-items: center;
  }

  #medical-banner .units-info {
    text-align: left;
  }
}
