body {
  margin: 0;
}
.hidden {
  display: none !important;
}
body {
  font-family: "Open Sans", sans-serif;
}
.barra-integradora {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #232c54;
}
.barra-integradora-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0 auto;
}
.barra-integradora-left,
.barra-integradora-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
  font-family: "Open Sans";
}
.barra-integradora-left {
  justify-content: flex-start;
  margin-left: 0;
}
.barra-integradora-right {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 0;
}
.barra-integradora-items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.barra-integradora-item {
  position: relative;
  color: #8994c4;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.barra-integradora-item:hover {
  color: #f6fbff;
  text-decoration: none;
}
.barra-integradora-item.active {
  color: #f6fbff;
}
.barra-integradora-left .barra-integradora-item {
  margin-right: 16px;
}
.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}
.barra-integradora-right .barra-integradora-item {
  margin-right: 16px;
  text-transform: uppercase;
}
.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
  margin-right: 0;
}
.barra-integradora-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  width: 1px;
  height: 12px;
  background-color: #8994c4;
}
.barra-integradora-left .barra-integradora-item::after {
  right: -8px;
}
.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
  display: none;
}
.barra-integradora-right .barra-integradora-item::after {
  left: -8px;
}
.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
  display: none;
}
@media only screen and (min-width: 767px) {
  .barra-integradora {
    height: 30px;
  }
  .barra-integradora-wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .barra-integradora-left {
    margin-left: 15px;
  }
  .barra-integradora-right {
    margin-top: 0;
    margin-right: 15px;
  }
  .barra-integradora-right .barra-integradora-item {
    text-transform: none;
  }
  .barra-integradora-item {
    font-size: 11px;
    font-weight: 400;
  }
  .barra-integradora-item::after {
    top: 0;
    width: 1px;
    height: 15px;
  }
}
@media only screen and (min-width: 1199px) {
  .barra-integradora-wrapper {
    width: 1100px;
  }
}
.svg,
.svg svg {
  display: block;
  position: relative;
}
.svg--width svg {
  width: 100%;
}
.svg--height svg {
  height: 100%;
}
.vacina-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .vacina-wrapper {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacina-wrapper {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1440px) {
  .vacina-wrapper {
    max-width: 1116px;
  }
}
@media only screen and (max-width: 992px) {
  .vacina-wrapper {
    max-width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .vacina-wrapper {
    max-width: 360px;
  }
}
.btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 160ms ease;
}
.btn:hover {
  text-decoration: none;
}
.btn--1 {
  padding: 8px 90px;
  border-radius: 20px;
  border: none;
  background-color: #ddedf6;
  color: #001d36;
  font-size: 18px;
  font-weight: 800;
  text-transform: none;
  width: 280px;
}
.btn--1:focus,
.btn--1:hover {
  background-color: #12c112;
}
.vacina-header {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position-x: 30%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .vacina-header {
    background-size: 1920px auto;
    background-position-x: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .vacina-header {
    background-position-x: 28%;
  }
}
@media only screen and (min-width: 1200px) {
  .vacina-header {
    background-position-x: 35%;
  }
}
@media only screen and (min-width: 1440px) {
  .vacina-header {
    background-position-x: 45%;
    background-size: cover;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .vacina-header {
    height: 220px;
    background-position-x: 36%;
  }
}
.vacina-section {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 999;
}

.vacina-section {
  position: sticky;
  top: 0;
}

.vacina-section + .vacina-section {
  position: static; /* ou unset */
}
.vacina-section .vacina-wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.vacina-section__content {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .vacina-section .vacina-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
}
.vacina-main-content {
  width: 100%;
  background-color: #e5e8eb;
}
.vacina-main-content--transparent {
  background-color: transparent;
}
.vacina-main-content__text {
  padding: 50px 0px;
  max-width: 570px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
.vacina-main-content__text a.bg-active {
  color: #ddedf6;
  text-decoration: none;
  background: #0c3f87;
  padding: 0 4px;
}
.vacina-main-content__text a.bg-active:hover {
  background: #152a5e;
}
.vacina-main-content__text p {
  margin-bottom: 20px;
  margin-top: 0;
}
.vacina-main-content__text h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .vacina-main-content {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacina-main-content {
    max-width: 632px;
  }
  .vacina-main-content__text {
    min-width: 532px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .vacina-main-content {
    max-width: 765px;
    min-width: 765px;
  }
  .vacina-main-content__text {
    max-width: 672px;
  }
}
@media (max-width: 768px) {
  .vacina-main-content__text {
    padding: 50px 20px;
  }
}
.collapse {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 750px;
  margin-top: 20px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  background-color: #f5f5f5;
  overflow: hidden;
}
.collapse__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 50px 0 20px;
  width: 100%;
  min-height: 50px;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}
.collapse__title {
  margin: 0;
  color: #232c54;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  display: block;
  position: relative;
}
.collapse__arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  border-left: 2px solid #e5e5e5;
  outline: none;
  background-color: #f5f5f5;
}
.collapse__arrow svg {
  height: 10px;
}
.collapse__arrow svg {
  fill: #3e78ff;
}
.collapse__content {
  padding: 20px 20px 10px 20px;
  width: calc(100% - 40px);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
.collapse__content div {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.collapse__content div:first-child,
.collapse__content p:first-child {
  margin-top: 0;
}
.vacina-faq {
  padding-bottom: 50px;
}
.vacina-faq__title {
  padding: 15px 20px;
  margin: 0;
  border-top-right-radius: 20px;
  background-color: #0c3f87;
  color: #ddedf6;
  font-size: 18px;
  font-weight: 600;
}
.vacina-faq__list {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 20px;
}
@media only screen and (min-width: 768px) {
  .vacina-faq__title {
    padding: 20px 30px;
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .vacina-faq {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacina-faq {
    max-width: 632px;
    /* margin-top:50px */
  }
}
@media only screen and (min-width: 1440px) {
  .vacina-faq {
    max-width: 765px;
  }
}
@media (max-width: 768px) {
  .vacina-faq {
    padding: 0 15px 50px 15px;
  }
}
.vacina-contato {
  position: relative;
  padding: 80px 0;
  width: 100%;
}
.vacina-contato .bg-contato {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vacina-contato .vacina-wrapper {
  display: flex;
  flex-flow: column nowrap;
}
.vacina-contato__header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0 20px;
  width: calc(100% - 40px);
}
.vacina-contato__title {
  margin: 0;
  color: #ddedf6;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.vacina-contato__description {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}
.vacina-contato__description p {
  margin: 0;
}
.vacina-contato__content {
  position: relative;
  margin: 0 auto;
}
.alertbar {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #058f93;
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.1);
  z-index: 700;
}
.alertbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.alertbar p {
  padding: 14px 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.form {
  padding: 0 20px;
  width: calc(100% - 40px);
  max-width: 890px;
  margin: 45px auto 0 auto;
  overflow-x: hidden;
  position: relative;
}
.form form {
  width: 100%;
}
.form ::placeholder {
  color: #7e7e7e;
}
.form .inputs {
  margin: 0 auto;
}
.form .input {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.form .input:not(:last-child) {
  margin-bottom: 8px;
}
.form .input__container {
  position: relative;
  width: 100%;
}
.form .input input,
.form .input textarea {
  box-sizing: content-box;
  display: block;
  position: relative;
  padding: 10px 15px;
  width: calc(100% - 30px);
  outline: none;
  border-radius: 25px;
  border: none;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.form .input select {
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  width: calc(100% - 45px);
  outline: none;
  border-radius: 50px;
  border: none;
  background-color: #fff;
  color: #7e7e7e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: url("https://www.senaipr.org.br/tecnologiaeinovacao/contato/layout/img/seta-select-form.png")
    no-repeat #fff;
  background-position-y: center;
  background-position-x: calc(100% - 8px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .input textarea {
  min-height: 175px;
}
.form .input input:focus,
.form .input textarea:focus,
.form .input select:focus {
  border-color: var(--blue400);
}
.form .multi-input:not(:last-child) {
  margin-bottom: 8px;
}
.form__footer {
  padding: 20px 0 40px 0;
  width: 100%;
  border-radius: 25px;
}
.form__terms {
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  margin: 0 auto;
}
.form__terms p {
  margin: 0 20px;
  color: #e5e5e5;
  font-size: 16px;
  line-height: 26px;
}
.form__terms a {
  color: #fff;
  /* color: #DDEDF6; */
  text-decoration: underline;
}
.form__terms a:hover {
  text-decoration: underline;
}
.form__terms-checkbox {
  margin: 20px 20px 0 20px;
  color: #fff;
}
.form__terms-checkbox input {
  cursor: pointer;
}
.form__terms-checkbox span {
  margin-left: 6px;
}
.form .btn {
  align-self: center;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (min-width: 1100px) {
  .form .inputs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .form .input:not(:last-child) {
    margin-bottom: 16px;
  }
  .form .input--sided {
    width: calc(50% - 10px);
  }
  .form .multi-input {
    display: flex;
    flex-flow: row nowrap;
  }
  .form .multi-input:not(:last-child) {
    margin-bottom: 16px;
  }
  .form .multi-input .input {
    width: calc(50% - 10px);
  }
  .form .multi-input .input:not(:last-child) {
    margin-bottom: 0;
  }
  .form .multi-input .input:not(:last-child) {
    margin-right: 10px;
  }
  .form .input input,
  .form .input textarea,
  .form .input select {
    font-size: 18px;
    resize: none;
  }
  .form__footer {
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
  }
  .form__terms p {
    margin: 0 20px;
  }
  .form .btn {
    margin: 20px 0 0 0;
  }
}
.sf-footer {
  position: relative;
  padding: 30px 0;
  width: 100%;
  background-color: #232c54;
}
.sf-footer .vacina-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.sf-footer__logo {
  height: 40px;
}
.sf-footer__logo img {
  display: block;
  height: 100%;
  width: 190px;
}
.sf-footer__texto {
  margin: 20px 25px 0 25px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.sf-footer__texto p {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .sf-footer {
    padding: 20px 0;
  }
  .sf-footer .vacina-wrapper {
    flex-flow: row nowrap;
  }
  .sf-footer__texto {
    margin: 0;
    margin-left: 115px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .vacina-contato .bg-contato {
    background-position: 65% center;
  }
}

/* aceite termo  */
.form__terms .checkLGPD {
  text-align: center;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.form__terms .checkLGPD .txt-termos {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  font-weight: 300;
  line-height: 16px;
  font-family: "Open Sans", serif;
  color: #fff;
}
.form__terms .checkLGPD .txt-termos span {
  text-decoration: underline;
}
.checkLGPD {
  display: flex;
  padding: 20px 10px 0;
  justify-content: center;
}
.txt-termos span {
  color: #fff;
  cursor: pointer;
}
.textLGPD {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  transition: all ease 0.4s;
}
.textLGPD > p {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  font-size: 15px;
  color: #fff;
  background: rgb(60 73 90 / 0.95);
  height: auto;
  padding: 50px 30px 30px;
  z-index: 2;
  transition: all ease 0.4s;
}
.textLGPD.termoAberto {
  pointer-events: auto !important;
  width: 100%;
  right: 0;
}
.fechar-termo {
  display: block;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.form__terms #msgLgpd {
  max-width: 400px;
  margin: 0 auto;
}
.indica-obrigatorio {
  text-align: center;
  margin-top: 5px;
}
.indica-obrigatorio p {
  font-size: 14px;
}

/* end termo  */

/* aviso  */
.vacinacao-sec-aviso {
  margin: 70px 0;
}
.vacinacao-sec-aviso--content {
  padding: 40px;
  display: flex;
  background: #0c3f87;
  border-radius: 16px;
}
.vacinacao-sec--esq {
  width: 50px;
  display: block;
  display: none;
}
.vacinacao-sec--esq .ic-aviso {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  position: relative;
  width: 50px;
  height: 50px;
}
.vacinacao-sec--dir {
  /* padding-left: 35px; */
}
.vacinacao-sec--dir .vacinacao-sec__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ddedf6;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.vacinacao-sec__description {
  color: #bbc7e3;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .vacinacao-sec-aviso {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacinacao-sec-aviso {
    max-width: 632px;
  }
}
@media only screen and (min-width: 1440px) {
  .vacinacao-sec-aviso {
    max-width: 765px;
  }
}
@media (max-width: 768px) {
  .vacinacao-sec-aviso--content {
    padding: 40px 20px;
    margin: 0 15px;
  }
  .vacinacao-sec--dir {
    padding-left: 15px;
  }
  .vacinacao-sec--dir .vacinacao-sec__title {
    line-height: 25px;
  }
}
/* end aviso */

/* tabela desconto */
.vacinacao-tabela-desconto {
  margin-bottom: 70px;
}
.vacinacao-tabela-header {
  display: flex;
  background: #0c3f87;
  border-radius: 0px 40px 0px 0px;
  height: 110px;
  align-items: center;
}
.tabela-header-title {
  color: #ddedf6;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.tabela-header-subtitle {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
}
.tabela-header-tag-preco {
  text-align: center;
  color: #ddedf6;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.icon-tag-preco {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  background-image: url(../resources/img/ic-tag-preco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.tabela-header-trivalente-quadrivalente {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tabela-header-trivalente-quadrivalente div {
  color: #fff;
  text-align: center;
  font-size: 19px;
  margin-bottom: 10px;
}
.tabela-header-col1 {
}
.tabela-header-col1 p {
  padding: 0 15px;
}
.tabela-header-col2 {
  min-width: 420px;
}

.tabela-col1 {
  min-width: 160px;
  max-width: 160px;
}
.tabela-col2-1 {
  width: 235px;
}
.tabela-content-row .infos-desconto {
  height: 110px;
  display: flex;
  flex-wrap: wrap;
}
.tabela-col2-2 {
  width: 235px;
}
.vacinacao-tabela-content {
  border-radius: 0px 0px 0px 40px;
  overflow: hidden;
}
.tabela-content-col1 {
  background: #e7e9ed;
  height: 110px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.tabela-content-col1 p {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.tabela-content-col2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tabela-content-row {
  display: flex;
  margin-top: 5px;
  overflow: hidden;
  align-items: center;
}
.infos-quadrivalente {
  margin-left: 2px;
}
.valor-trabalhador {
  background: #d2d5de;
}
.valor-dependente {
  background: #dcdfe5;
}
.valor-desconto {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
}
.valor-desconto p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.valor-desconto b {
  color: #2b3b63;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
}
.tabela-footer-desc {
  font-size: 14px;
  padding: 60px 45px 20px 45px;
  background: #f5f5f5;
  position: relative;
  top: -40px;
  z-index: -1;
  border-bottom-left-radius: 40px;
}

.valor-desconto.valor-dependente {
  background: #3966d3;
}
.valor-desconto.valor-dependente p {
  color: #ffffff;
}
.valor-desconto.valor-dependente p b {
  color: #0f0;
}
@media only screen and (min-width: 992px) {
  .vacinacao-tabela-desconto {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .vacinacao-tabela-desconto {
    max-width: 632px;
  }
}
@media only screen and (min-width: 1440px) {
  .vacinacao-tabela-desconto {
    max-width: 765px;
  }
  .tabela-col1 {
    min-width: 294px;
  }
  .tabela-header-col2 {
    width: 475px;
  }
  .tabela-header-col1 {
    /* padding: 0 35px; */
  }
  .tabela-content-col1 p {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .tabela-col1 {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  .tabela-col1 {
    min-width: 280px;
    width: 280px;
  }
}
@media (max-width: 768px) {
  .tabela-content-row {
    display: block;
    margin-top: 10px;
  }
  .tabela-col1 {
    width: 100%;
    min-width: 100%;
    max-width: 185px;
  }
  .tabela-content-col1 {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .tabela-header-col2 {
    min-width: 145px;
    max-width: 145px;
    display: none;
  }
  .tabela-header-tag-preco {
    margin: 0;
  }
  .tabela-header-trivalente-quadrivalente {
    display: none;
  }
  .tabela-col2 {
  }
  .tabela-content-col1 p {
    width: 165px;
    padding-left: 25px;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .tabela-content-col2 {
    /* flex-wrap: wrap; */
    flex-direction: column;
  }
  .tabela-content-row .infos-desconto {
    width: 100%;
    position: relative;
    margin-left: 0;
    height: auto;
    min-height: 50%;
  }
  .infos-desconto:before {
    content: "";
    width: 100%;
    position: relative;
    height: 25px;
    background: #0c3f87;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .infos-trivalente:before {
    content: "Trivalente";
  }
  .infos-quadrivalente:before {
    content: "Quadrivalente";
  }
  .valor-desconto {
    flex-wrap: wrap;
    width: 100%;
  }
  .valor-desconto b {
    display: block;
    text-align: center;
  }
  .vacinacao-tabela-desconto {
    margin: 0 15px;
  }
}
/* end tabela desconto */
/* lateral */
.infos-laterais-main-content {
  float: right;
  height: 0;
}
@media (max-width: 1200px) {
  .infos-laterais-main-content {
    width: 100%;
    height: auto;
  }
}
/* vacina links */
.vacina-links-laterais {
  padding-top: 70px;
  padding-left: 38px;
}
.content-link-lateral {
  width: 335px;
  margin-bottom: 30px;
}
.content-link-lateral.link-portal {
  background: #0c3f87;
  border-radius: 16px;
  z-index: 999;
  position: relative;
}
.content-link-lateral.link-doc {
}
.content-link-lateral.link-doc a {
}
.content-link-lateral.link-doc .ic-doc {
  display: block;
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../resources/img/ic-doc.svg);
  margin-right: 10px;
}
.content-link-lateral.link-doc p {
  color: #fff;
  width: 220px;
}
.link-portal-cta {
  display: block;
  padding: 16px;
}
.link-portal-cta-link {
  padding: 15px;
  color: #0c3f87;
  font-size: 17px;
  font-weight: 700;
}
.content-link-lateral.link-portal a {
  color: #ddedf6;
  font-size: 21px;
  font-weight: 700;
}
.content-link-lateral.link-portal p {
  margin: 0;
}
.content-link-lateral .ic-seta {
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../resources/img/ic-seta-verde.svg);
  position: absolute;
  right: 20px;
  transition: 0.3s ease all;
}
.content-link-lateral a {
  color: #0c3f87;
  font-size: 21px;
  font-weight: 700;
  height: 52px;
  display: flex;
  align-items: center;
  background: #00f100;
  border-radius: 15px;
  padding: 0 25px;
  height: 50px;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease all;
}
.content-link-lateral a:hover {
  background: #32c232;
}
.content-link-lateral a:hover .ic-seta {
  right: 15px;
}
@media (max-width: 1200px) {
  .vacina-links-laterais {
    padding: 50px 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-link-lateral {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .vacina-links-laterais {
    flex-wrap: wrap;
  }
  .content-link-lateral {
    width: 100%;
  }
  .content-link-lateral.link-doc {
    margin-bottom: 40px;
  }
}
/* end vacina links */

#link__portal_vacina {
  color: #0c3f87;
}
/* Painel de imunizacao */
.vacinomentro-infos-laterais {
  padding-top: 30px;
  padding-left: 38px;
}
.vacinometro-content-titulo {
  background: #0e1645;
  border-radius: 11px;
}
.vacinometro-content-titulo p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 16px;
}
.vacinometro-content-infos {
  background: #00abeb;
  padding: 35px 25px 10px 25px;
  position: relative;
  top: -10px;
  z-index: -1;
  border-radius: 0px 0px 11px 11px;
}
.vacinometro-content-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.vacinometro-content-info--titulo {
  margin: 0;
  color: #fff;
  font-size: 17px;
  width: 150px;
  text-align: right;
  line-height: 20px;
}
.vacinometro-content-info--qtde {
  margin: 0;
  width: 120px;
  background: #0e1645;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacinometro-content-info--qtde-count {
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #ddedf6;
}
@media (max-width: 1200px) {
  .vacinomentro-infos-laterais {
    padding: 50px 10px 0 10px;
    max-width: 330px;
    margin: 0 auto;
  }
}

/* Banner principal */
.section-banner-principal {
  padding: 0;
  position: relative;
  z-index: 1;
}
.section-banner-principal .banner {
  display: block;
  height: 450px;
}

.section-banner-principal .banner--mobile {
  display: none;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 992px) {
  .section-banner-principal .banner {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .section-banner-principal .wrapper {
    padding: 0;
  }

  .section-banner-principal .banner--desktop {
    display: none;
  }

  .section-banner-principal .banner--mobile {
    display: block;
    overflow: hidden;
  }

  .section-banner-principal .banner {
    height: 400px;
  }
}

.link-portal-cta-p {
  color: #ddedf6;
  padding: 16px;
  font-weight: 700;
  text-align: center;
}
