@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

::-webkit-scrollbar {
  width: 5px;
  background-color: #952915;
}

::-webkit-scrollbar-thumb {
  background-color: #003654;
  border-radius: 40px;
}


#root,
body,
html {
  color: #464646;
  overflow-x: hidden;
}

body {
  background: #fff;
}

html {
  background: #fff;
  scroll-behavior: smooth;
}

body {
  height: auto;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #464646;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/* ul {
  list-style: none;
} */

li {
  font-size: 16px;
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #952915 !important;
}

.p,
p {
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.fontFormNova {
  font-size: 16px;
  font-weight: 600;
}

.boxExame {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;

}

td {
  font-size: 12px;
  color: #000;
}

.logoImuni {
  filter: brightness(18.5);
  margin-left: 45px;
  margin-top: -15px;
  vertical-align: bottom;
}

.small,
small {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px;
}

.alt-plus,
.alt-plus-no-resize {
  font-size: 30px;
  line-height: 36px;
}

.alt-medium,
.alt-medium-no-resize {
  font-size: 24px;
  line-height: 29px;
}

.alt-down,
.alt-down-no-resize {
  font-size: 21px;
  line-height: 22px;
}

.alt-text {
  font-size: 21px;
  line-height: 24px;
}

.alt-biggest,
.alt-biggest-no-resize {
  font-size: 61px;
  line-height: 85px;
}

.sub-text {
  font-size: 19px;
  line-height: 20px;
}

.alt-small {
  font-size: 14px;
  line-height: 18px;
}

.small-ico {
  width: 20px;
}

.textBolinha {
  position: relative;
}

.textBolinha::after {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 10px;
  height: 10px;
  background: #952915;
  border-radius: 100%;
}

.w-fit-content {
  width: fit-content !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.letter-spacing {
  letter-spacing: 7px;
}

.thin {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semibold {
  font-weight: 600 !important;
}

.extrabold {
  font-weight: 800 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.py-big {
  padding: 3rem 0;
}

.bottom-25 {
  bottom: 25%;
}

b {
  font-weight: 700;
}

button,
input,
svg {
  font-family: "Montserrat", sans-serif;
}

hr {
  background: #54575a;
  opacity: 0.25;
}

h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #464646;
}

h1 span {
  font-size: 60px;
  line-height: 55px;
  font-weight: 800;
  color: #59a11f;
}

h2 {
  font-size: 27px;
  line-height: 31px;
  font-weight: 800;
}

.h3,
h3 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 700;
}

h4 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #464646;
  font-weight: 400;
}

a:hover {
  color: #464646;
  font-weight: 400;
}

.text-red {
  color: #952915 !important;
}

.text-blue {
  color: #003654 !important;
}

.text-cian {
  color: #FFF !important;
}

.text-grey {
  color: #636061 !important;
}

.text-light {
  color: #eeedeb !important;
}

.text-light-grey {
  color: #6d6d6d !important;
}

.text-dark {
  color: #464646 !important;
}

.bg-white {
  background: #fff;
}

.bg-creme {
  background: #fff0d7;
}

.bg-grey {
  background: #f2f2f2;
}

.bg-taupe {
  background: #ac9867;
}

.border-radius {
  border-radius: 13px;
}

.border-blue {
  border: 2px solid #003654;
}

.border-light {
  border: 1px solid #70707026;
}

.border-lg-end {
  border-right: 1px solid #dee2e6 !important;
}

.close-drop {
  width: 100%;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  background: rgba(89, 89, 89, 0.05);
}

.menu-mobile {
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s ease-in-out;
}

.menu-hamburguer {
  width: 35px;
  height: 6px;
  background: rgb(43, 75, 137);
  background: -moz-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003654", endColorstr="#0cc1dc", GradientType=1);
  border-radius: 19px;
  transition: all 0.4s ease-in-out;
}

.menu-hamburguer::after,
.menu-hamburguer::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 6px;
  background: rgb(43, 75, 137);
  background: -moz-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003654", endColorstr="#0cc1dc", GradientType=1);
  border-radius: 19px;
  transition: all 0.4s ease-in-out;
}

.menu-hamburguer::before {
  transform: translateY(-11px);
}

.menu-hamburguer::after {
  transform: translateY(11px);
}

.menu-mobile.open .menu-hamburguer {
  transform: translateX(-50px);
  background: 0 0;
  box-shadow: none;
}

.menu-mobile.open .menu-hamburguer::before {
  transform: rotate(45deg) translate(35px, -35px);
  width: 30px;
  height: 3px;
}

.menu-mobile.open .menu-hamburguer::after {
  transform: rotate(-45deg) translate(35px, 35px);
  width: 30px;
  height: 3px;
}

.open-drop-mobile {
  display: flex;
  position: absolute;
  top: -10px;
  right: -10px;
  padding-top: 60px;
  width: 340px;
  background: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}

.linksMenuDrop {
  padding: 10px;
  transition: all 100ms;
}

.linksMenuDrop.alter {
  background: rgba(238, 237, 235, 0.25) !important;
}

/* .linksMenuDrop.active {
  background: rgb(30, 60, 130);
  background: -moz-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1);
} */

.linksMenuDrop.active a {
  color: rgb(30, 60, 130);
  font-weight: 700;
}

.arrow {
  transition: all 300ms;
}

.arrow.rotate {
  transform: rotateX(180deg);
  transition: all 300ms;
}

.carrosel-seu-medico .slick-list {
  overflow: inherit;
}

.slick-dots li button:before {
  font-family: slick !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 28px !important;
  height: 4px !important;
  content: "" !important;
  text-align: center !important;
  opacity: 0.5 !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transition: all 100ms !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border: none !important;
  transition: all 100ms !important;
}

.slick-dots li {
  margin: 0 !important;
  width: 35px !important;
  height: 4px !important;
}

.slick-dots {
  width: max-content;
  margin: auto;
}

.hide-banner-load {
  display: none;
}

.mt-header {
  margin-top: 148px;
}

.carrossel-banners-rotativos {
  max-width: 1920px;
  margin: 0 auto;
}

.carrossel-banners-rotativos .slick-dots {
  margin: unset;
  right: calc(2px + 2%);
  bottom: 30px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: 8vw;
  width: 12px;
  height: 24px;
  background-image: url(../assets/icones/arrow-carrossel.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 1;
  transition: all 300ms;
}

.next-arrow {
  right: 8vw;
  width: 12px;
  height: 24px;
  background-image: url(../assets/icones/arrow-carrossel.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 300ms;
}

.next-arrow:hover,
.prev-arrow:hover {
  opacity: 0.7;
  transition: all 300ms;
}

.accordion-button:not(.collapsed) {
  color: #003654 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button {
  padding: 20px 0 20px 0 !important;
  color: #464646 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
}

.accordion-body {
  padding: 25px 0;
  font-size: 19px;
  line-height: 23px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-left: auto;
  content: "";
  background-image: url(../assets/icones/accordeon-icon-open.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../assets/icones/accordeon-icon-close.svg);
  transform: rotate(-180deg);
}

.accordion-flush .accordion-item {
  border-bottom: 1px solid #707070 !important;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #707070 !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 19px;
  transition: all 300ms;
  cursor: pointer !important;
}

.btn-red {
  background: #952915;
  border: 1px solid #952915;
  color: #fff;
}

.btn-red:hover,
.btn-red:active,
.btn-red.active {
  opacity: 0.6;
  background: #952915;
  color: #fff;
  border: 1px solid #952915;
  transition: all 300ms;
}

.btn-red.outline {
  background: transparent;
  border: 1px solid #952915;
  color: #952915;
  transition: all 300ms;
}

.btn-red.outline:hover,
.btn-red.outline:active,
.btn-red.outline.active {
  opacity: 0.6;
  color: #952915;
  border: 1px solid #952915;
  transition: all 300ms;
}

.navbar .btn-red.outline:hover,
.navbar .btn-red.outline:active,
.navbar .btn-red.outline.active {
  color: #fff;
  border: 1px solid #952915;
  opacity: 1;
  background: rgb(199, 55, 71);
  background: -moz-linear-gradient(156deg, rgba(199, 55, 71, 1) 0%, rgba(255, 78, 98, 1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(199, 55, 71, 1) 0%, rgba(255, 78, 98, 1) 100%);
  background: linear-gradient(156deg, rgba(199, 55, 71, 1) 0%, rgba(255, 78, 98, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#952915", endColorstr="#ff4e62", GradientType=1);
  transition: all 300ms;
}

.btn-blue {
  background: #003654;
  border: 1px solid #003654;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active {
  opacity: 0.6;
  background: #003654;
  border: 1px solid #003654;
  color: #fff;
  border: 1px solid #003654;
  transition: all 300ms;
}

.btn-blue.outline {
  background: transparent;
  border: 1px solid #003654;
  color: #003654;
}

.btn-blue.outline:hover,
.btn-blue.outline:active,
.btn-blue.outline.active {
  opacity: 0.6;
  border: 1px solid #003654;
  color: #003654;
  transition: all 300ms;
}

.btn-transparent {
  background: transparent;
  border: 1px solid #464646;
  color: #464646;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent.active {
  opacity: 0.6;
  border: 1px solid #464646;
  transition: all 300ms;
}

.btn-gradient {
  background: rgb(30, 60, 130);
  background: -moz-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1);
  color: #fff;
  border: none;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient.active {
  opacity: 0.6;
  color: #fff !important;
  transition: all 300ms;
}

.input-selecao:checked,
.input-selecao:not(:checked) {
  position: absolute;
  left: -100vw;
}

.input-selecao:checked+label,
.input-selecao:not(:checked)+label {
  padding-left: 25px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  user-select: none;
  transition: all 300ms;
}

.input-selecao:checked+label:before,
.input-selecao:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #464646;
}

.input-selecao:checked+label:after,
.input-selecao:not(:checked)+label:after {
  content: "\2713";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #003654;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.input-selecao:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.input-selecao:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control-personalizado {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #4a1f14;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #464646;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: all 0.5s;
}

.form-label {
  font-size: 24px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #4e4d4d;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(69, 69, 69, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  transition: all 400ms;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 1px solid #70707026;
  border-radius: 13px;
  outline: 0;
  font-size: 18px;
  color: #464646;
  padding: 10px;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown~.form__label {
  font-size: 16px;
  cursor: text;
  top: 27px;
}

.form__label {
  position: absolute;
  top: -6px;
  left: 10px;
  display: block;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 500;
  /*opacity: 0.7;*/
}

.form__field:focus {
  font-weight: 600;
  border-width: 1px;
}

.form__field:focus~.form__label {
  position: absolute;
  top: -6px;
  display: block;
  transition: 0.2s;
}

.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.form__results {
  padding: 5px 5px 15px;
  border-radius: 0 0 24px 24px;
}

.form__search {
  position: absolute;
  margin-left: -36px;
  margin-top: 8px;
}

.form__search img {
  max-width: unset;
}

.iconUser,
.iconPassword {
  width: 100%;
  height: 100%;
  background: #003654;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconUser::after {
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  padding: 0 25px;
  background-image: url(../img/icons/user-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.iconPassword::after {
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  padding: 0 25px;
  background-image: url(../img/icons/password-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #003654 !important;
}

.formsLogin .form-control {
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #4e4d4d;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(69, 69, 69, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 15px 15px 0;
  transition: all 400ms;
}

.btnEntrar {
  width: 100%;
  padding: 15px 20px;
  background: #952915;
  color: #003654;
  border-radius: 15px;
  transition: all 400ms;
}

.btnEntrar:hover {
  background: #003654;
  color: #fff;
}

/* Menu */
.acessos {
  height: 40px;
  width: 100%;
  background: #003654;
  /* background: -moz-linear-gradient(180deg, rgba(43, 75, 137, 1) 0%, rgba(34, 111, 163, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(43, 75, 137, 1) 0%, rgba(34, 111, 163, 1) 100%);
  background: linear-gradient(180deg, rgba(43, 75, 137, 1) 0%, rgba(34, 111, 163, 1) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003654", endColorstr="#226fa3", GradientType=1);
}

.outubro-rosa {
  background: #FF69B4 !important;
  color: #000 !important;
}

.outubro-rosa a {
  color: #000 !important;
}

.outubro-rosa .border-lg-end {
  border-right: 1px solid #000 !important;
}

.outubro-rosa .acessos-links a {
  color: #000;
  pointer-events: none;
  transition: all 300ms;
}

.outubro-rosa .acessos-links a.active {
  color: #000;
  pointer-events: none;
  transition: all 300ms;
}

.outubro-rosa .text-cian {
  color: #000 !important;
}

.outubro-rosa .text-white {
  color: #000 !important;
}

.outubro-rosa img {
  filter: brightness(0) !important;
}

.novembro-azul {
  background: #0072BB !important;
  color: #FFF !important;
}

.novembro-azul a {
  color: #FFF !important;
}

.novembro-azul .border-lg-end {
  border-right: 1px solid #FFF !important;
}

.novembro-azul .acessos-links a {
  color: #FFF;
  pointer-events: none;
  transition: all 300ms;
}

.novembro-azul .acessos-links a.active {
  color: #FFF;
  pointer-events: none;
  transition: all 300ms;
}

.novembro-azul .text-cian {
  color: #FFF !important;
}

.novembro-azul .text-white {
  color: #FFF !important;
}

.novembro-azul img {
  filter: brightness(0)invert(1);
}

.acessos-links {
  display: flex;
  text-align: center;
  position: relative;
}

.acessos-links a {
  display: block;
  width: 115px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  transition: all 300ms;
}

.acessos-links a.active {
  color: #FFF;
  pointer-events: none;
  transition: all 300ms;
}

.acessos-links a.active::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -11px;
  width: 115px;
  height: 3px;
  background-color: #95291500 !important;
  transition: all 300ms;

}

.acessos-links a.active:nth-child(2)::before {
  left: unset;
  right: 12px;
}

#menu-hamburger,
#menu-hamburger-check {
  z-index: 1001;
}

#menu-hamburger .lines {
  display: block;
  width: 38px;
  height: 7px;
  background: rgb(43, 75, 137);
  background: -moz-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  background: linear-gradient(90deg, rgba(43, 75, 137, 1) 0%, rgba(12, 193, 220, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003654", endColorstr="#0cc1dc", GradientType=1);
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu-hamburger .lines:nth-of-type(2),
#menu-hamburger .lines:nth-of-type(3) {
  margin-top: 3px;
}

#menu-hamburger-check {
  position: absolute;
  display: block;
  height: 27px;
  width: 38px;
  opacity: 0;
}

#menu-hamburger.is-active .lines:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#menu-hamburger.is-active .lines:nth-child(2) {
  opacity: 0;
}

#menu-hamburger.is-active .lines:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.box-shadow {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

.boxOffsetShadow {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
  border-radius: 19px;
  padding: 10px 25px;
}

.box-md-shadow {
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

.boxBolinha {
  position: relative;
  padding: 4rem;
}

.boxBolinha::after {
  position: absolute;
  top: 0;
  left: 2.5rem;
  top: 1.5rem;
  content: "";
  width: 23px;
  height: 23px;
  background: #952915;
  border-radius: 100%;
}

.carrosel-seu-medico2 .boxBolinha::after {
  left: 1rem;
}

.mw-fit-content {
  max-width: fit-content;
}

/* Footer */
.whatsapp-icone {
  height: 75px;
  width: 75px;
  bottom: 25px;
  right: 25px;
  transition: all 150ms;
  background-image: url(../assets/icones/icon-whatsapp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 150;
}

.whatsapp-icone:hover {
  height: 75px;
  width: 181px;
  transition: all 150ms;
  background-image: url(../assets/icones/icon-whatsapp-hover.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  background: #003654;
}

.footer .btn-footer {
  font-size: 13px;
  letter-spacing: 2px;
  transition: all 300ms;
}

.footer .btn-footer:hover {
  filter: brightness(0.95);
  transition: all 300ms;
}

.footer hr {
  opacity: 1;
  background: #eeeeee;
}

.footer hr.divisoria {
  opacity: 1;
  width: 1px;
  margin: 0 0;
  height: 100%;
  background: #eeeeee;
}


/* Home */
.teste-gripe-bg {
  background-image: linear-gradient(#00000099, #00000099), url(../img/img-teste-gripe-.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.analises-clinicas-bg {
  background-image: linear-gradient(#00000099, #00000099), url(../img/img-analises-clinicas.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.card.conheca-tambem {
  height: auto;
}

.unidade {
  height: 300px;
  padding: 80px 5% 0;
  background-size: cover;
  background-position: center;
}

.unidade.bandeiras {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Bandeiras.jpg);
}

.unidade.cambui {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Cambui.jpg);
}

.unidade.nova-campinas {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Nova-Campinas.jpg);
}

.unidade.UNICAMP {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/UNICAMP.jpg);
}

.unidade.sumare {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Sumare.jpg);
}

.unidade.cambui60 {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Cambui60.jpg);
}

.unidade.paulinia {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Paulinia.jpg);
}

.unidade.Jaguariuna {
  background-image: linear-gradient(#00000099, #00000099), url(../img/unidades/Jaguariuna.jpg);
}

.blog-home h3 {
  line-height: 15px;
  font-size: 15px;
}

.blog-home .meio {
  height: 180px;
}

.bg-blog-conteudo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;


}

.bg-blog-conteudo:hover .filter-blog-conteudo,
.cardBlog:hover .filter-blog-conteudo {
  opacity: 1;
}

.cardBlog .bg-blog-conteudo,
.cardBlog .filter-blog-conteudo {
  border-radius: 13px 13px 0 0;
}

.filter-blog-conteudo {
  background: linear-gradient(to bottom, #fff0 20%, #5150ffbf 100%);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
  transition-property: opacity, transform, filter;
}

.custom-input-file {
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 30px 10px;
  border: 1px dashed #707070;
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  transition: all 400ms;
}

.custom-input-file:hover {
  font-weight: 600;
  color: #ff6d00;
  border: 1px dashed;
}

.forma-pagamento::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../assets/icones/icon-cartao.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.reembolso-assistido::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../assets/icones/icon-reembolso.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-servicos {
  justify-content: space-between;
  border: 1px solid rgb(112 112 112 / 30%);
  padding: 10px;
  border-radius: 24px;
}

.icone-mais-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 22px;
}

.btn-agendar-online {
  background: transparent;
  font-size: 14px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 3px 15px;
  border-radius: 24px;
  transition: all 300ms;
}

.btn-preco {
  font-size: 14px;
  line-height: 29px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 3px 15px;
  border-radius: 24px;
  transition: all 300ms;
}

.btn-agendar-online:hover,
.btn-agendar-online.active {
  background: #ff6d00;
  color: #fff;
  border: 1px solid #ff6d00;
}

.btn-agendar-online:hover img,
.btn-agendar-online.active img {
  filter: brightness(10);
}

.alt-exames {
  font-size: 12px;
  line-height: 16px;
}

/* Check-ups */
.carrossel-texto.sexto {
  background-image: url(../assets/images/fundo-img-6.webp);
}

.carrossel-texto.setimo {
  background-image: url(../assets/images/fundo-img-7.webp);
}

.carrossel-texto.oitavo {
  background-image: url(../assets/images/fundo-img-8.webp);
}

.carrossel-texto.nono {
  background-image: url(../assets/images/fundo-img-9.webp);
}

.carrossel-texto.decimo {
  background-image: url(../assets/images/fundo-img-10.webp);
}

.carrossel-texto.decimo-primeiro {
  background-image: url(../assets/images/fundo-img-11.webp);
}

.carrossel-texto.decimo-segundo {
  background-image: url(../assets/images/fundo-img-12.webp);
}

/* Contato */
.box-contato {
  background-image: url(../assets/banner/banner-box-contato.webp);
  background-position: center;
  background-size: cover;
  padding: 3rem 2rem;
  border-radius: 34px;
}

.big-border-radius {
  border-radius: 34px;
}

.carrossel-texto.blog {
  background-image: none;
  background: rgb(46 46 46 / 50%);
}

.carrossel-texto.blog .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.btn-blog {
  transition: ease-in 250ms;
  border-radius: 21px;
}

.btn-blog.active {
  background: #ff6d00;
  color: #fff;
}

.box-materia-blog {
  border-radius: 24px;
}

.img-capa {
  max-height: 220px;
  border-radius: 24px 24px 0 0;
}

.categoria-blog {
  position: absolute;
  top: 100%;
  left: 5%;
  transform: translateY(-50%);
  background: #003654;
  border-radius: 21px;
  font-size: 21px;
  color: #fff;
  user-select: none;
}

.text-white a.read-more {
  color: #fff;
}

.show-read-more .more-text {
  display: none;
}

.linha-abaixo-hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0%;
  height: 3px;
  border-radius: 5px;
  background: #ff6d00;
  transition: ease-out 300ms;
}

.linha-abaixo-hover:hover::before {
  width: 100%;
}

.page-link {
  position: relative;
  margin: 0 15px;
  display: block;
  color: #ff6d00;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 0px;
  border-radius: 8px;
  transition: ease-out 200ms;
}

.page-link:hover,
.page-link:focus,
.page-link.active {
  background: #ff6d00;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

/* Convenios */
:root {
  --no-of-slides: 13;
  --slides-in-view: 6;
  --slide-width: 200px;
  --slide-height: auto;
  --iteration-time: 20s;
}

.checkInDigital {
  transition: 1s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides) * -1));
  }
}

.carousel__wrapper {
  display: flex;
  align-items: center;
  width: calc(var(--slides-in-view) * var(--slide-width));
  overflow: hidden;
  margin: 0 auto;
}

.carousel {
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;

  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
}

.carousel__image {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  /*width: 100px;*/
  margin: 15px;
}

.lity {
  background: rgb(0 0 0 / 45%) !important;
}

.lity-container {
  max-width: 800px !important;
}

.lity-content::after {
  box-shadow: none !important;
}

.lity-close {
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  color: #54575a !important;
  text-shadow: none !important;
}

.custom-input {
  padding: 10px;
  border: 1px solid #464646;
  border-radius: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f9fcfc inset !important;
  box-shadow: 0 0 0 30px #f9fcfc inset !important;
}

.text-drop-shadow {
  text-shadow: 0px 0px 8px #464646;
}

.fundo-exames {
  background-image: url(../assets/banner/banner-exames.webp);
}

.fundo-vacinas {
  background-image: url(../assets/banner/banner-vacinas.webp);
}

.fundo-testes {
  background-image: url(../assets/banner/banner-testes.webp);
}

.fundo-checkups {
  background-image: url(../assets/banner/banner-checkups.webp);
}

.fundo-convenios {
  background-image: url(../assets/banner/banner-politica-de-privacidade.webp);
}

.fundo-unidades,
.fundo-contato {
  background-image: url(../assets/banner/banner-unidades.webp);
}

.fundo-politica-de-privacidade {
  background-image: url(../assets/banner/banner-politica-de-privacidade.webp);
}

.ui-menu .ui-menu-item {
  font-size: 21px;
  line-height: 24px;
  color: #707070;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  margin: 0;
  background-color: transparent;
  color: #ff6d00;
}

/* Resultado de exames */
.resultadoExames {
  width: 100%;
  background: #fff;
}

.bannerResultadoExames {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  height: 100%;
  background-image: url(../img/banner/banner-resultado-exames.jpg);
  background-position: center;
  background-size: cover;
}

.bannerResultadoExames::after {
  position: inherit;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 50%;
  background: #fff;
  border-radius: 35px 0 0 35px;
}

.conteudoResultadoExames {
  padding-top: 80px;
  padding-bottom: 80px;
}

.closeResultadoExames,
.closeAtualizarCadastro,
.closeCheckIn {
  position: absolute;
  top: 30px;
  right: 12px;
  width: 35px;
  height: 35px;
  background: rgb(30, 60, 130);
  background: -moz-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(145deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms;
}

.closeResultadoExames::after,
.closeAtualizarCadastro::after,
.closeCheckIn::after {
  position: relative;
  content: "×";
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.closeAtualizarCadastro:hover,
.closeResultadoExames:hover,
.closeCheckIn:hover {
  opacity: 0.6;
}

/* Atualizacao de cadastro */
.atualizarCadastro {
  width: 100%;
  background: #f8f8f7;
}

.bannerAtualizarCadastro {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  background-image: url(../img/banner/banner-atualize-cadastro.jpg);
  background-position: center;
  background-size: cover;
}

.bannerAtualizarCadastro::after {
  position: inherit;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  width: 120px;
  height: 120px;
  background: #f8f8f7;
  border-radius: 100%;
}

.conteudoAtualizarCadastro {
  padding-top: 60px;
  padding-bottom: 60px;
}

.formAtualizarCadastro {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  border-radius: 13px;
  padding: 15px;
}

.formAtualizarCadastro .form-control,
.formCadastroMedico .form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #4e4d4d;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(69, 69, 69, 0.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  transition: all 400ms;
}

/* Login sou médico */
.bannerSouMedico {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background-image: url(../img/banner/banner-login-sou-medico.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxLogin {
  width: 700px;
  border-radius: 10px;
}

.btnEscolhaLogin {
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background: #952915;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: all 400ms;
}

.btnEscolhaLogin:hover {
  filter: brightness(0.99);
}

.btnEscolhaLogin.active {
  background: #fff;
  font-weight: 700;
  color: #464646;
}

.conteudoBoxLogin {
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.conteudoBoxLogin .btnEntrar {
  width: auto;
  padding: 10px 80px;
}

.conteudoBoxLogin .login {
  padding: 60px 120px 30px 120px;
}

.conteudoBoxLogin .cadastrar {
  padding: 30px 30px 0 30px;
}

/* Contato */
.pageContato {
  width: 100%;
  background: #f8f8f7;
}

.bannerContato {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  background: #fff;
}

.bannerContato::after {
  position: inherit;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  width: 120px;
  height: 120px;
  background: #f8f8f7;
  border-radius: 100%;
}

.boxContato {
  background: #f8f8f7;
  padding: 20px 20px 15px 20px;
  border: 1px solid #707070;
  border-radius: 15px;
  position: relative;
}

.boxContato::before {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  background: #f8f8f7;
  padding: 0 10px;
}

.boxContato.primeiro::before {
  content: "Atendimento via WhatsApp";
}

.boxContato.segundo::before {
  content: "Atendimento por telefone";
}

.boxContato.terceiro::before {
  content: "Horário das unidades";
}

.conteudoContato {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Check-in Digital */
.bannerCheckIn {
  width: 100%;
  padding: 3rem 0 8rem 0;
  background-image: url(../img/banner/banner-check-in.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerCheckIn .closeCheckIn {
  top: 0;
}

.boxSteps {
  background: #fff;
  padding: 15px 30px;
  border: 1px solid rgba(70, 70, 70, 0.06);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
}

.carrosselEtapas .slick-dots {
  width: 100%;
}

.carrosselEtapas .slick-dots li button:before {
  background-color: #e1e1e1 !important;
}

.divisoriaBlue {
  height: 2px;
  background: #003654;
  opacity: 1;
}

.banner-unidade {
  width: 100%;
  height: 40vh;
  background-image: url(../img/banner/banner-desk-unidade.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerTrabalhe {
  width: 100%;
  height: 56vh;
  background-image: url(../img/banner/banner-trabalhe-desk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*Sobre*/
.bannerSobre {
  width: 100%;
  height: 52vh;
  background-image: url(../img/banner/banner-desk-sobre.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Unidades */
.btnEscolhaUnidade.active {
  background: #003654;
  color: #fff !important;
  opacity: 1 !important;
}

.boxUnidades {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border-left: 10px solid #952915;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.textBoxUnidade {
  min-height: 585px;
}

.bg-grey .slick-dots {
  width: 100%;
}

.bg-grey .slick-dots li button:before {
  background-color: #e1e1e1 !important;
}

.slick-slide img {
  display: inherit;
}

/* Convenios */
.bannerConvenios {
  width: 100%;
  height: 40vh;
  background-image: url(../img/banner/banner-convenios-desk.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



.boxConvenios {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 75px;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  transition: all 400ms;
  width: 100%;
  gap: 10px;
}

.boxConvenios img {
  width: 100px;
}

.boxConvenios:hover {
  transform: scale(1.1);
  /* background: rgb(30, 60, 130);
  background: -moz-linear-gradient(180deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  background: linear-gradient(180deg, rgba(30, 60, 130, 1) 30%, rgba(6, 206, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3c82", endColorstr="#06cee6", GradientType=1); */
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.08);
}

.boxConvenios:hover img {
  /* filter: brightness(0) invert(1); */
}

.whiteIcon {
  filter: brightness(0) invert(1);
}

.pageConvenios .seletorAlfabeto,
.pageExamesCodigos .seletorAlfabeto {
  justify-content: center;
}

.btnVerTodos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px 15px;
  font-size: 14px !important;
  line-height: 19px !important;
  border-radius: 19px;
  transition: all 300ms;
  cursor: pointer !important;
}

.btnVerTodos img {
  width: 20px;
}

.letterSelector {
  width: 30px;
  height: 30px;
  margin: 0 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: all 100ms;
}

.letterSelector:hover,
.letterSelector.active {
  background: #952915;
  color: #fff;
  font-weight: 700;
}

.categorySelector {
  width: 127px;
  height: 39px;
  margin: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: all 100ms;
}

.categorySelector:hover,
.categorySelector.active {
  background: #003654;
  color: #fff;
  font-weight: 700;
}

.boxNomeConvenio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 85px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  transition: all 400ms;
}

/* Corpo Clínico */

.bannerCorpoClinico {
  width: 100%;
  height: 200px;
  background-image: url(../img/banner/banner-corpo-clinico.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Vacinas */
.bannerVacinas {
  width: 100%;
  height: 200px;
  background-image: url(../img/banner/banner-vacinas.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-control.search {
  border-radius: 19px;
  background-image: url(../img/icons/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.form-control.search:focus,
.form-control.search:hover {
  background-image: none;
}

.boxEscolhaVacinas {
  transition: all 400ms;
}

.boxEscolhaVacinas img {
  transition: all 400ms;
}

.boxEscolhaVacinas:hover img,
.boxEscolhaVacinas.active img {
  transform: scale(1.145);
  cursor: pointer;
}

.boxEscolhaVacinas h3 {
  transition: all 50ms;
}

.boxEscolhaVacinas:hover h3,
.boxEscolhaVacinas.active h3 {
  font-weight: 600 !important;
  cursor: pointer;
}

.boxEscolhaVacinas.perfilVacinas {
  opacity: 0.5;
}

.boxEscolhaVacinas.perfilVacinas.active,
.boxEscolhaVacinas:hover {
  opacity: 1;
}

.btnValor {
  width: 110px;
  padding: 5px 7px;
  border-radius: 19px;
  background: #fff;
  border: 1px solid #003654;
  transition: all 100ms;
  text-align: center;
  user-select: none;
}

.btnValor:hover {
  background: #003654;
}

.btnValor .valor {
  display: none;
}

.btnValor:hover .face {
  display: none;
}

.btnValor:hover .valor {
  display: block;
  color: #fff;
}

.btnAgendar {
  display: block;
  width: 110px;
  padding: 5px 7px;
  border-radius: 19px;
  background: #fff;
  border: 1px solid #952915;
  color: #952915;
  transition: all 100ms;
  text-align: center;
  user-select: none;
}

.btnAgendar:hover {
  background: #952915;
  color: #fff;
}

.barraBlue {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background: rgba(112, 112, 112, 0.2);
  position: relative;
}

.barraBlue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 2px;
  background: #003654;
}

.cardVacinas,
.cardBlog {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.06);
  transition: all 200ms;
}

.cardVacinas:hover,
.cardBlog:hover {
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.18);
}

.cardVacinas img,
.cardBlog img {
  border-radius: 10px 10px 0 0;
}

.cardBlog img {
  width: 100%;
}

.corpoCardVacinas,
.corpoCardBlog {
  min-height: 230px;
  padding: 20px;
}

.bannerListaVacinas {
  width: 100%;
  height: auto;
  background-image: url(../img/banner/banner-lista-vacinas.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pageListaVacinas .seletorAlfabeto {
  justify-content: left;
}

.pageListaVacinas .letterSelector {
  font-size: 14px;
  width: 23px;
  height: 23px;
}

.iconeVoltar {
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/voltar-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.iconeVoltar::after {
  content: "Voltar";
  display: block;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #952915;
}

.carrossel-mobile-vacinas .slick-list,
.carrossel-cards .slick-list {
  overflow: visible;
}

.carrossel-cards .slick-dots {
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}

.carrossel-cards .slick-dots li.slick-active button:before,
.carrossel-cards .slick-dots li button:before {
  background-color: #003654 !important;
}

/*Exames*/
.bannerExames {
  width: 100%;
  height: 200px;
  background-image: url(../img/banner/banner-exames.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Exames e Códigos*/
.bannerExamesCodigos {
  width: 100%;
  height: 200px;
  background-image: url(../img/banner/banner-exames-e-codigos.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scroll-result {
  position: relative;
  min-height: 500px;
  height: 500px;
  overflow: auto;
  background: #ffffff;
  border: #a9a9a9 1px solid;
}

.scroll-result::-webkit-scrollbar {
  width: unset;
  background-color: #f1f1f1;
}

.scroll-result::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: unset;
}

/*Franceschi Empresas*/
.bannerFranEmpresas {
  width: 100%;
  height: 40vh;
  background-image: url(../img/banner/banner-desk-empresaas.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Franceschi Na Sua Casa*/
.bannerFranceschiCasa {
  width: 100%;
  height: 200px;
  background-image: url(../img/banner/banner-na-sua-casa.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerMap {
  background-image: url(../img/banner/banner-map.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Franceschi Na Sua Casa*/
.bannerBlog {
  width: 100%;
  height: 240px;
  background-image: url(../img/banner/banner-blog.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerBlogInterno {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.containerBlogInterno {
  border-radius: 56px;
  background: #fff;
  margin-top: -6rem !important;
  padding: 3rem;
  position: relative !important;
}

.modal-dialog {
  /*position: static!important;*/
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

@media screen and (max-width: 1399px) {

  .p,
  p {
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }

  a {
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
  }

  h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .alt-plus {
    font-size: 28px;
    line-height: 30px;
  }

  .alt-medium {
    font-size: 20px;
    line-height: 23px;
  }

  .alt-down {
    font-size: 18px;
    line-height: 24px;
  }

  .alt-text {
    font-size: 18px;
    line-height: 21px;
  }

  .sub-text {
    font-size: 18px;
    line-height: 20px;
  }

  /*Home*/
  .conteudo-carrossel-texto {
    width: 75vw;
  }

  .conteudo-carrossel-texto h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .box-checkups {
    width: 180px;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }

  .p,
  p {
    margin-bottom: 0 !important;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
  }

  .alt-plus {
    font-size: 24px;
    line-height: 28px;
  }

  .alt-medium {
    font-size: 18px;
    line-height: 21px;
  }

  .alt-text {
    font-size: 16px;
    line-height: 18px;
  }

  .alt-down {
    font-size: 17px;
    line-height: 19px;
  }

  .logo-dinamico-header {
    max-width: 100px;
  }

  .navbar .links a,
  .navbar .links {
    font-size: 16px;
    line-height: 23px;
  }

  .navbar .navbar-white.show .links a,
  .navbar .links {
    font-size: 16px;
    line-height: 23px;
  }

  .navbar .links .open-drop a,
  .navbar .links .open-drop2 a {
    font-size: 16px;
    line-height: 35px;
  }

  .navbar .navbar-white.show .links .open-drop a,
  .navbar .navbar-white.show .links .open-drop2 a {
    font-size: 16px;
    line-height: 35px;
  }

  .navbar .btn-resultados {
    font-size: 12px;
  }

  /* Home*/
  .regua {
    height: 120px !important;

  }
}

@media screen and (max-width: 991px) {
  .border-lg-end {
    border-right: none !important;
  }

  /*Home*/
  .banner-home {
    background-position: center;
  }

  .text-banner-mobile {
    height: 180px;
  }

  .banner-home .box-banner {
    height: 250px;
  }

  .title-mobile .title {
    font-size: 40px;
    line-height: 48px;
  }

  .title-mobile .subtitle {
    font-size: 32px;
    line-height: 36px;
    text-transform: initial !important;
  }

  .blog-home .blog-conteudo {
    height: 160px !important;
  }

  /* Resultado de exames */
  .bannerResultadoExames {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/banner/banner-resultado-exames.jpg);
    background-position: center;
    background-size: cover;
  }

  .bannerResultadoExames::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    height: 50px;
    background: #fff;
    border-radius: 25px 25px 0 0;
  }

  .closeResultadoExames {
    background: #fff;
  }

  .closeResultadoExames::after {
    color: #003654;
    font-size: 34px;
    line-height: 34px;
  }

  .conteudoResultadoExames,
  .conteudoAtualizarCadastro {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Atualizar cadastro */
  .bannerAtualizarCadastro {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../img/banner/banner-atualize-cadastro.jpg);
    background-position: center;
    background-size: cover;
  }

  .bannerAtualizarCadastro::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
  }

  .closeResultadoExames {
    background: #fff;
  }

  .closeResultadoExames::after {
    color: #003654;
    font-size: 34px;
    line-height: 34px;
  }

  .conteudoResultadoExames {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Contato */
  .bannerContato {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4rem 0;
    background: #fff;
  }

  .bannerContato::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
  }

  .conteudoContato {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* Check-In Digital */
  .bannerCheckIn {
    padding: 0;
  }

  .bg-white-check {
    background: rgb(255 255 255 / 30%);
    padding-top: 5rem;
    padding-bottom: 3rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .bannerCheckIn .closeCheckIn {
    top: 20px;
    right: 20px;
  }

  /* Unidades */
  .textBoxUnidade {
    min-height: 520px;
  }

  /* Convenios */

  .boxNomeConvenio {
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: left;
    margin: 7px 0;
    justify-content: left;
  }

  .bannerConvenios,
  .bannerVacinas,
  .bannerExames,
  .bannerExamesCodigos,
  .bannerFranceschiCasa {
    height: 160px;
    background-position: center right;
  }

  .bannerBlogInterno {
    height: 221px;
    background-position: center right;
  }

  .containerBlogInterno {
    margin-top: -2rem !important;
  }

  .cardVacinas {
    border: 1px solid rgba(112, 112, 112, 0.4);
  }

  .capaCardVacinas {
    width: 100%;
  }

  .btnValor .face {
    display: none;
  }

  .btnValor .valor {
    display: block;
    color: #003654;
  }

  .pageListaVacinas .seletorAlfabeto {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .alt-plus {
    font-size: 21px;
    line-height: 26px;
  }

  .alt-medium {
    font-size: 21px;
    line-height: 21px;
  }

  .box-md-shadow {
    box-shadow: none;
  }

  .menu-mobile.open {
    position: fixed !important;
    top: 40px;
    left: 40px;
  }

  .menu-hamburguer,
  .menu-hamburguer::after,
  .menu-hamburguer::before {
    width: 30px;
    height: 4px;
  }

  .menu-hamburguer::before {
    transform: translateY(-8px);
  }

  .menu-hamburguer::after {
    transform: translateY(8px);
  }

  .open-drop-mobile {
    position: fixed;
    top: 0;
    left: 0;
    padding: 100px 0 40px 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
  }

  .linksMenuDrop {
    padding: 10px 35px;
  }

  .logoMenuMobile {
    position: fixed;
    top: 40px;
    left: 85px;
  }

  .topoMenuMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #fff;
  }

  .acessos-links a,
  .acessos-links a.active::before {
    width: 50%;
    left: 0;
  }

  .acessos-links a.active:nth-child(2)::before {
    width: 50%;
    left: unset;
    right: 0;
  }

  .banner-exames {
    height: 65vh;
  }

  .conteudo-banners {
    padding-top: 80px;
  }

  .lity-container {
    max-width: 85vw !important;
  }

  /* Login sou medico */
  .boxLogin {
    width: 80vw;
  }

  .conteudoBoxLogin .login {
    padding: 30px 30px 0 30px;
  }

  /* Contato */
  .bannerContato {
    padding: 2rem 0 3rem 0;
  }

  /* Unidades */
  .btnEscolhaUnidade {
    width: 100%;
  }

  /* Vacinas */
  .btnValor,
  .btnAgendar {
    width: 100px;
  }
}

@media (max-width:768px) {
  .bg-blog-conteudo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 0px;
    height: 200px !important;

  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }

  h1 span {
    font-size: 38px;
    line-height: 40px;
  }

  h2 {
    font-size: 21px;
    line-height: 20px;
  }

  .small,
  small {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .alt-down {
    font-size: 19px;
    line-height: 25px;
  }

  .alt-medium {
    font-size: 18px;
  }

  .alt-biggest {
    font-size: 48px;
    line-height: 65px;
  }

  .form-control-personalizado {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4a1f14;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ffab00;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: all 0.5s;
  }

  .form__field {
    font-size: 19px;
  }

  .form__field:placeholder-shown~.form__label {
    font-size: 16px;
  }

  .navbar .btn-resultados {
    font-size: 8px;
  }

  .logo-header {
    width: 35px;
  }

  .img-btn-resultados {
    width: 15px;
  }

  .title-mobile .title {
    font-size: 30px;
    line-height: 34px;
  }

  .title-mobile .subtitle {
    font-size: 24px;
    line-height: 26px;
    text-transform: initial !important;
  }

  .carrossel-banners-rotativos .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }

  .carrossel-banners-rotativos {
    min-height: 398px;
  }

  .topicos-atendemos {
    font-size: 15px;
    line-height: 15px;
  }

  .box-checkups {
    width: 140px;
  }

  .btn-blue {
    font-size: 16px;
  }

  /* Atualizar cadastro */
  .bannerAtualizarCadastro::after {
    width: 100px;
    height: 100px;
  }

  /* Login sou medico */
  .boxLogin {
    width: 90vw;
  }

  .conteudoBoxLogin .login,
  .conteudoBoxLogin .cadastrar {
    padding: 30px 15px 0 15px;
  }

  /* Convenios */
  .bannerConvenios {
    height: 415px;
    background-image: url(../img/banner/banner-convenios-mobile.jpg);
    background-position: center;
  }

  .bannerSobre {
    background-image: url(../img/banner/banner-mobile-sobre.jpg);
  }

  .bannerTrabalhe {
    background-image: url(../img/banner/banner-tranalhe-mobile.jpg);
  }

  .banner-unidade{
    height: 51vh;
    background-image: url(../img/banner/banner-mobile-unidade.jpg);
  }

  .bannerExames,
  .bannerExamesCodigos,
  .bannerFranceschiCasa {
    height: 125px;
    background-position: 80% 50%;
  }

  .bannerVacinas {
    height: 125px;
    background-position: 40% 50%;
  }

  .bannerFranEmpresas {
    height: 49vh;
    background-image: url(../img/banner/banner-mobile-empresas.jpg);
  }

  .btnValor,
  .btnAgendar {
    width: 70px;
    line-height: 10px;
    padding: 7px;
  }

  /*Blog*/
  .categorySelector {
    width: 72px;
    height: 29px;
    font-size: 12px;
  }
}

@media (max-width: 378px) {
  .banner-unidade{
    height: 58vh;
  }
}

@media screen and (max-width: 330px) {
  p {
    font-size: 16px;
  }

  small {
    font-size: 12px;
  }

  h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .alt-medium {
    font-size: 16px;
    line-height: 21px;
  }

  .alt-down {
    font-size: 16px;
    line-height: 21px;
  }

  .sub-text {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-resultados {
    width: 34px;
    height: 34px;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  .text-btn-resultados {
    display: none;
  }

  /*Home*/
  .banner-home {
    height: 450px;
  }

  .banner-home .box-banner {
    height: 180px;
  }

  .banner-home .box-banner img {
    width: 40px !important;
  }

  .banner-home .box-banner h2 {
    font-size: 12px;
    line-height: 14px;
  }

  .title-mobile .title {
    font-size: 26px;
    line-height: 28px;
  }

  .title-mobile .subtitle {
    font-size: 21px;
    line-height: 24px;
    text-transform: initial !important;
  }

  .box-checkups {
    width: 140px;
  }

  .btn-blue {
    font-size: 10px;
  }
}

@media screen and (max-height: 590px) {
  .open-drop-mobile {
    overflow-y: auto;
  }
}

/* NOVO */

#listadeexames .listDinamica {
  background-color: #fff;
  text-align: left;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  border: solid 1px #2a538e;
  margin-top: 10px;
}

#listadeexames .listDinamica li {
  margin-bottom: 10px;
  border-bottom: solid 1px #c1c1c1;
}

#listadeexames .listDinamica .listaAjax {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.btnBuscar {
  background-color: #c83747;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  font-weight: 700;
}

#listadevacinas .listDinamica {
  background-color: #fff;
  text-align: left;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  border: solid 1px #2a538e;
  margin-top: 10px;
}

#listadevacinas .listDinamica li {
  margin-bottom: 10px;
  border-bottom: solid 1px #c1c1c1;
}

#listadevacinas .listDinamica .listaAjax {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}


@media screen and (max-width: 1399px) {
  footer a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
  }

  footer li {
    font-size: 18px;
  }


}

@media screen and (max-width: 768px) {
  .linka {
    font-size: 18px;
  }

  .minSoumedico {

    min-height: 600px;
  }

  .min {
    min-height: 300px;
  }
}

#ricm_whatsapp_float_lead_whatsapp_logo {
  cursor: pointer;
}

.tituloBlog {

  font-size: 32px;
  line-height: 42px;
}

.regua {
  height: 80px;

}

#faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  /* padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x); */
  font-size: 1rem !important;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  padding: 20px !important;
}

#faq .accordion-item {
  border-radius: 20px !important;
  border: solid 1px #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

#faq .accordion-body {
  padding: 25px 30px;
  font-size: 15px;
  line-height: 23px;
  border-top: solid 1px #003654;
  background-color: #eeeeee;
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #fff0 !important;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;

}

@media (max-width:1440px) {
  .mt-md-n5 {
    margin-top: -1rem !important;
  }

  .mtt {
    margin-top: -1rem !important;
  }
}