<<<<<<< HEAD
/* Descrição do Tema
-------------------------------------------------

	  Nome do Projeto: PEI - Plano Estadual de Imunização | Governo do Estado de São Paulo
	  Autor: Bruno Rodrigues Silva
	  Suporte: digital@synapsebrasil.com.br 
	  Versão: 1.0
	  
------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------



  1. Main
  2. Responsivo

    /* 1. Main */
    @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

    :root {

      --txtPadrao: #3c3c3c;
      --txtVerde: #3f784b; 
      --txtClaro:#ffffff;
      --txtAzulEscuro: #1e5b68; 
      --txtVermelho: #ff6f5c;
      --txtAmarelo: #feffa9;
  
      --fundoDestaqueRosa: #e6395f;
      --txtDestaqueRosa: #e7eef6;
  
      --fundoCinza: #f2f2f2;
      --fundoGeral: #ffffff;
      --corAzulClaro: #2c84cc;
      --corAzulEscuro: #1e5b68;
      
      --bordaCaixa: #9eb7cc;
      --txtCaixa: #333333;
  
  }

    html {
        scroll-behavior: smooth;
      }
      body {
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        font-style: normal;
      }
      
      h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        text-transform: normal;
      }
    
      .img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
      }
    
      #topo {
        background-color: #ededed;
        padding: 2% 0;
      }

      #topo .logo-sp {
          padding: 0 0 30px;
      }

      @media (max-width:680px) {
        #topo .logo-sp {
          padding: 0 0 15px;
        }  
      }

      #topo h1 {color:#7A7A7A; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 48px;}
    
      #detalhe-vacina, #btn-vacinacao, #cta-saiba-mais, #btn-app{
        padding: 3% 0 2%;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
        /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 80%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 80%); */
      }
      #detalhe-vacina, #btn-app {
        padding: 5% 0 1%;
      }

      #publico-alvo {padding: 2% 0;}
      #publico-alvo .title {font-family: 'Lato', sans-serif; font-weight: 600; font-size: 30px;}
      #publico-alvo .cards {padding: 40px 20px 15px 20px; margin: 20px 25px 30px 25px; border: solid 2px #666; border-radius: 10px;}
      #publico-alvo .cards p.info {color:#005C6A; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 20px;}

      #publico-alvo .subtitle {font-family: 'Lato', sans-serif; font-weight: 400; font-size: 24px;}


      #youtube-playlist {padding: 5% 0 3%; text-align: center;}
      #youtube-playlist h2 { color:#ffa100; border-top: 5px solid #09780A; display: inline-block; padding: 10px 0 0 0; margin: 0 0 30px 0; text-transform: uppercase; font-weight: 400;}
      .spidochetube { max-width: 960px; margin: auto;} 
      .spidochetube_inner { float: left; background-color: #111; padding: 10px; width: 100%; box-sizing: border-box; }
      #spidochetube_player { width: 68.0852%; float: left; }
      #player {width: 100%;}
      #spidochetube_list { overflow: auto; float: right; -webkit-overflow-scrolling: touch; width: 31%; background-color: #111; padding: 5px 0; border: 1px solid #000; border-left: none; margin: 0; padding-top: 38%; height: 0; }
      #spidochetube_list li { border-top: 1px solid #1F1F1F; border-bottom: 1px solid #000; display: block; margin-left: 12px; padding: 6px 0; cursor: pointer; background-color: #111; position: relative; }
      #spidochetube_list li:first-child { border-top: none}
      #spidochetube_list li:last-child { border-bottom: none}
      #spidochetube_list li:hover { background: #0F0F0F;}
      #spidochetube_list li span { color: #999;  display: inline-block; width: 50%; margin-left: 4%; margin-right: 3%; font-size: 12px; word-break: break-word;}
      #spidochetube_list li img { vertical-align: top; width: 43%; }
      #spidochetube_list li.spidochetube_current, #spidochetube_list li:hover.spidochetube_current { background-color: #202325;}
      #spidochetube_list li.spidochetube_current span { color: #fff; }
      ul#spidochetube_list li:first-child { margin-top: -120%; }
      #spidochetube_list li a { width: 100%; display: block; margin: 0; }
      
      @media (max-width: 480px){
          #spidochetube_list li{ margin-left:5px; margin-right:5px; }
          #spidochetube_list li img { width: 100%; }
          #spidochetube_list li span { width: 100%; margin-left: 0; margin-right: 0; margin-top: 4px; }

          #footer{ 
            webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%) !important;
            clip-path: polygon(0% 0%, 76% 0, 100% 0%, 100% 100%, 0 100%, 0 10%) !important;
          }
      }


      #cronograma  {background-color: #ededed;}

      #cronograma .title-big {color:#464547; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 40px; }
      #cronograma .box-title {padding: 20px 0; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21); margin: 0 0 30px 0;}
      #cronograma .box-title h3 {color: #09780A; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 32px; }
      #cronograma ul.cronograma-list {list-style: none; padding: 0;}
      #cronograma ul li.item-list {padding: 11px 0; border-bottom: dotted 2px #666; text-align: center;}
      #cronograma ul li.item-list:last-child {border-bottom: none;}
      #cronograma .col-md-4:nth-child(3) ul.cronograma-list, #cronograma .col-md-4:nth-child(4) ul.cronograma-list {margin: 69px 0 0 0;}
      #cronograma ul li.item-list p {color: #09780A; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 26px;}


      
      #cta-saiba-mais {color: white; margin: 0 0 50px;}

      #vacina {background-image: url(../imgs/bg-fundo-vacina-redux-2022.jpg); background-size: cover; height: 670px; width: 100%; background-position: center center;}
      
      #detalhe-vacina h2.title, .title-vacina {color: white; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 30px;}
      .title-vacina {margin: 0 0 40px 0;}
      #detalhe-vacina .card-vacina .text-wrap {background-color: white; margin: 20px; padding: 30px 40px 10px 40px; border-radius: 10px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);}
      #detalhe-vacina .card-vacina .text-wrap p {font-family: 'Lato', sans-serif; font-weight: 600; font-size: 16px;}
      #detalhe-vacina .card-vacina .text-wrap p span {color: #339966;}
      #detalhe-vacina .subtitle {color: white; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 22px;}

      #cta-estudo {padding: 3% 0; text-align: center;}

      #faq {padding: 0 0 2%; text-align: center;}
      .btn-link {font-weight: 400; color:#339966; text-decoration: none; font-size: 1.4rem;}
      .btn-link:hover {color: #ffa100; text-decoration: underline;}
      #faq h2 { color:white; border-top: 5px solid #ffa100; display: inline-block; padding: 10px 0 0 0;  text-transform: uppercase;  font-weight: 400;}
      #faq .title-wrap p {color: white; font-size: 22px; font-weight: 400;}


      #footer {
        padding: 2% 0;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
    /*     -webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%);
        clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%); */
      }
      
      @media screen and (max-width: 991px) {
        #topo {padding: 0 20px; padding-top: 10px;}
        #topo h1 {font-size: 37px;}
        
        .logo-1, .logo-2, .logo-3 {margin: 10px 0 20px 0;}
        #btn-vacinacao img {margin: 20px 0;}
        section#publico-alvo { padding: 40px 0; }
        #btn-vacinacao .container .aviso { font-size: 16px; }
        #publico-alvo .cards {margin: 20px 0 30px 0;}
        #cta-saiba-mais .title-cta {margin: 0 0 30px 0; text-align: center;}

        #vacina {background-image: url(../imgs/bg-fundo-vacina-redux-2022.jpg); background-size: cover; height: 180px; width: 100%; background-position: center center;}

        #cta-estudo h2 {
            font-size: 20px;
        }

        #footer {
          padding: 2% 0;
          background: rgb(15,65,35);
          background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
       /*    -webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%);
          clip-path: polygon(25% 0%, 76% 0, 100% 10%, 100% 100%, 0 100%, 0 10%); */
      }
      

        #detalhe-vacina, #btn-vacinacao, #cta-saiba-mais {
        padding: 8% 0 5%;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
      /*   -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 75% 100%, 25% 100%, 0 97%);
        clip-path: polygon(0 0, 100% 0, 100% 97%, 75% 100%, 25% 100%, 0 97%); */
      }


      
      
      }

      .card-body{
        text-align:justify !important;
      }


/* ------------------- CRONOGRAMA VACINAÇÃO -------------------------------*/
.cronograma-vacinacao {
  padding: 70px 10px;
  background: #fff;
}

.titulo-cron p {
  text-align: center;
  color: #404040;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-size: 2rem;
  max-width: 898px;
  margin: 0 auto;
  line-height: 1.3;
}

p.txt-cron {
  font-family: 'Raleway Semibold', sans-serif;
  padding: 60px 0;
  color: var(--txtVerde);
}

.tabela-cron p {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: var(--txtVermelho);
  margin-bottom: 18px;
}

.box-cron {
  border-width: 1px;
  border-color: rgb(204, 209, 210);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  max-width: 460px;
  height: 80px;
  margin: 0 auto 10px;
  padding: 10px 24px;
}

.box-cron.box-menor {
  max-width: 270px;
}

.box-cron p {
  font-family: 'Open Sans', sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  top: 50%;
  transform: translate( -5%, -50%);
  padding: 58px 20px 0;
}

.box-menor p {
  color: var(--txtVerde);
  text-align: center;
}

p.aviso {
  text-align: center;
  font-style: italic;
  color: #404040;
  margin: 30px auto;
  font-weight: 300;
}

p.desc {
  text-align: left;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.locais-horarios .txt-cron {
  padding-bottom: 40px;
}

.quadros-locais {
  max-width: 1140px;
  margin: 30px auto;
}

.box-locais {
  border-width: 1px;
  border-color: rgb(204, 209, 210);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
  max-width: 366px;
  height: 130px;
  margin: 0 auto;
}

.box-locais p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 0 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: var(--txtVerde);
  line-height: 1.3;
}

p.txt-cron {
  font-family: 'Raleway Semibold', sans-serif;
  padding: 30px 0 30px;
  color: var(--txtVerde);
}


.row-cronograma {
   max-width: 1044px;
   margin: 0 auto;
}

.box-cron.box-menor p {
  padding: 58px 0px 0 0px;
  text-align: center;
  width: 112%;
}

#topo .logo-sp img {
  max-width: 240px;
}

.banner-vacinacf {
  text-align: center;
}

.banner-vacinacf img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .titulo-cron p {
    font-size: 30px;
  }
  .titulo-cron p {
    font-size: 30px;
  }
  .col-md-4.box-locais {
    max-width: 32%;
  }

  .box-locais p {
    font-size: 15px;
  }
  .cronograma-vacinacao {
    padding: 40px 10px;
  }
  .materiais-apoio {
    padding: 60px 20px;
  }
}

@media (max-width: 480px) {
    .titulo-cron p {
      font-size: 25px;
  }
  section.cronograma-vacinacao {
      padding: 30px 10px;
  }
  p.txt-cron {
      padding: 30px 0;
  }

  .col-md-6.tabela-cron {
      max-width: 58%;
      padding: 0;
      padding-right: 0px;
      margin-right: 10px;
  }

  .col-md-3.tabela-cron {
      width: 25%;
  }
  .tabela-cron p {
      font-size: 14px;
  }
  .box-cron {
      padding: 10px 0px 10px 10px;
  }
  .tabela-cron p {
      font-size: 12px;
  }
  .box-cron p {
    padding: 50px 0 0;
    padding-left: 10px;
  }
  .col-md-3.tabela-cron {
      width: 30%;
      padding: 0 10px;
  }
  .col-md-3.tabela-cron {
      width: 37%;
      padding: 0 4px;
  }

  p.aviso {
      margin: 10px auto;
      font-size: 18px;
  }
  p.desc {
      font-size: 15px;
  }
  .box-locais {
      max-width: 100%;
      width: 100%;
      margin: 10px auto;
  }
  .box-locais p {
      font-size: 15px;
  }
  .tit-num-campanha p.txt-cron {
      padding: 30px 0;
  }
  .num-profissionais p {
      font-size: 20px;
  }
  .num-profissionais span {
      font-size: 24px;
  }
  .num-profissionais {
      padding: 10px;
  }
  .icon-num p {
      font-size: 16px;
  }
  .row.row-icon-num {
      margin: 30px auto;
  }
  section.numeros-campanha {
      padding: 0 10px;
  }
  .tit-ouca-podcast p {
      font-size: 25px;
  }
  .tit-artigo p {
      font-size: 25px;
  }
  section.artigo {
      padding: 40px 10px;
  }
  .row-img-desc {
      margin: 30px auto 0;
  }
  .desc-artigo p {
      font-size: 16px;
      margin-bottom: 20px;
  }
  .itens {
      margin-left: 0;
  }
  .itens p {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .col-md-6.desc-artigo {
      padding: 0;
  }

  .artigo .bt-padrao {
      width: 200px;
      height: 46px;
      margin-right: 0;
      margin-left: auto;
  }
  
  .fase-clinica .bt-padrao {
      width: 200px;
      height: 46px;
      margin-left: auto;
      margin-right: auto;
  }

  .fase-clinica {
      padding: 40px 10px;
  }
  .materiais-apoio {
      padding: 50px 10px;
  }
  .materiais-apoio .tit-ouca-podcast p {
      margin-bottom: 50px;
  }
  .row-materiais p {
      font-size: 20px;
      margin-bottom: 20px;
  }

  .materiais-apoio .bt-padrao {
      max-width: 210px;
  }

  .col-md-4.box-locais {
      max-width: 100%;
  }
  .col-md-4.card-publico-alvo {
      max-width: 90%;
  }
  .box-cron.box-menor p {
    width: auto;
    padding-top: 50px;
  }
}


/** Adições Daniel **/

/* 
img.img-fluid.logo-vacinaja {
  max-width: 200px;
} */

.logo-2 img.img-fluid.logo-vacinaja {
  max-width: 178px;
} 

#publico-alvo .cards p.info {
  padding-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

img.img-fluid.logo-vacivida {
  max-width: 100%;
}

@media (max-width:680px) {
    .logo-2 img.img-fluid.logo-vacinaja {
      width: 100%;
      max-width: 178px;
    }
}

.logos-vacina-ja {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 48px;
}

@media (max-width:480px){
  .btn-gestor {
      margin-top: 20px;
  }
}


/** Vacinômetro **/

.col-md-offset-3.col-md-3.col-vacinometro {
	display: table;
}

h3.titulo-vacinometro {
	font-family: "Lato", sans-serif;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	margin: 0;
	padding: 22px 0;
}

p.data-atualizacao-vac {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -15px;
}

img.seringa {
	z-index: 999;
	margin-top: 60px;
	position: absolute;
	width: 66%;
	margin-left: -50px;
}

.tableauPlaceholder {
	margin-top: -50px;
}

.container.container-vacinometro {
	background-color: #4f8e3a;
	max-width: 1170px;
	margin-bottom: 20px;
}

.container.container-vacinometro {
	background-color: #207a47;
	max-width: 1200px;
	margin-bottom: 4px;
	padding: 8px 0;
}

a.botao-vac-municipios {
    color: #fff;
    font-family: 'Lato', sans-serif;
    border: 1px solid;
    border-radius: 6px;
    padding: 4px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    width: 216px;
    min-height: 48px;
    display: block;
    margin: 22px 0 0;
}

a.botao-vac-municipios.bt-link-vacinometro {
  /* margin-top: -10px; */
}

a.botao-vac-municipios.bt-vacinaja {
    padding: 12px 10px;
}

.link-vacinometro {
	padding: 28px 20px 0;
}

a.botao-vac-municipios:hover {
	text-decoration: none;
	background: #fff;
	color: #4f8e3a;
}

.row-doses {
	margin: 0 auto;
}

.col-doses .vac-doses {
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  max-width: 142px;
  padding: 6px 0 2px 0;
  margin: 40px 0 20px 0;
}

p.data-atualizacao-vac.dose {
	padding-left: 34px;
}

.col-doses {
	padding: 0;
}

.vac-hidden-desktop {
	display: none;
}

.pane {
	width: auto;
	width: 342px;
	height: 1em;
	display: inline-block;
	margin: 0 auto;
	border-radius: .05em;
	border: .01em solid #444;
	position: relative;
	background: #fff;
	text-align: center;
	line-height: 1;
	font-size: 70px;
	color: #4f8e3a;
	font-family: "Fjalla One", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	padding: 2px 10px;
}

.col-doses {
	padding: 6px 0 0;
	margin-top: -38px;
}

.data-atualizacao-vac.doses-ap {
	text-align: center;
	padding: 10px 0 6px;
	width: 344px;
}

.pane:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	border-top: 1px solid #e4dede;
	width: 100%;
	height: 0px;
	opacity: .8;
	z-index: 10;
	margin-top: -1px;
}

.col-md-3.col-vacinometro {
	padding: 0 5px;
}

section.sec-vacinometro {
  background: #207a47;
}

/** Adição Daniel 24/03 */
#btn-vacinacao .aviso {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  max-width: 878px;
  margin: 46px auto 0;
}

#btn-vacinacao h2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 25px;
}

.row-bt-cadastro {
  max-width: 900px;
  margin: 0 auto;
}

.bt-escuro {
  transition-duration: 1s;
}

.bt-escuro:hover {
  filter: brightness(1);
}

.locais-vac {
  max-width: 239.05px;
}

.aviso p {
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 10px 80px;
  max-width: 1080px;
}

.row-bt-cadastro.bt-centralizado {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .aviso p {
    font-size: 20px;
  }
}

/** Adição Daniel 24/03 */

@media (max-width: 1190px) {
	.col-vacinometro {
		display: block;
		text-align: center;
		width: 50%;
	}
	.col-vacinometro {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin: 10px auto;
		width: 100%;
	}
	p.data-atualizacao-vac {
		margin-top: 0;
	}
	a.botao-vac-municipios {
		margin: 0 auto;
	}
	.link-vacinometro {
		padding: 0;
	}
	.col-doses .vac-doses {
		margin: 0 auto;
	}
	p.data-atualizacao-vac.dose {
		padding: 4px 0 10px 0;
		text-align: center;
	}
	.col-doses {
		width: 100%;
		margin: 0 auto;
	}
	.vac-hidden-mobile {
		display: none;
	}
	.data-atualizacao-vac.doses-ap {
		width: 100%;
	}
	.col-doses {
		padding: 0;
	}
	.container.container-vacinometro {
		padding: 12px 10px 20px;
	}
  .col-md-3.col-vacinometro {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
	.col-vacinometro {
		width: 100%;
		margin: 20px auto;
	}
	.pane {
		min-width: 90%;
	}
	.container.container-vacinometro {
		padding: 0px 10px 20px;
	}
}
=======
/* Descrição do Tema
-------------------------------------------------

	  Nome do Projeto: PEI - Plano Estadual de Imunização | Governo do Estado de São Paulo
	  Autor: Bruno Rodrigues Silva
	  Suporte: digital@synapsebrasil.com.br 
	  Versão: 1.0
	  
------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

  1. Main
  2. Responsivo

    /* 1. Main */

    html {
        scroll-behavior: smooth;
      }
      body {
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        font-style: normal;
      }
      
      h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        text-transform: normal;
      }
    
      .img {
        max-width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
      }
    
      #topo {
          background-color: #ededed;
          padding: 3% 0;
      }
      #topo .logo-sp {padding:30px 0 100px}

      #topo h1 {color:#7A7A7A; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 48px;}
    
      #detalhe-vacina, #btn-vacinacao, #cta-saiba-mais, #btn-app{
        padding: 5% 0 5%;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
        /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 80%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 75% 100%, 25% 100%, 0 80%); */
      }
      #detalhe-vacina, #btn-app {
        padding: 5% 0 5%;
      }

      #publico-alvo {padding: 3% 0;}
      #publico-alvo .title {font-family: 'Lato', sans-serif; font-weight: 600; font-size: 30px;}
      #publico-alvo .cards {padding: 40px 20px 15px 20px; margin: 20px 25px 30px 25px; border: solid 2px #666; border-radius: 10px;}
      #publico-alvo .cards p.info {color:#005C6A; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 20px;}

      #publico-alvo .subtitle {font-family: 'Lato', sans-serif; font-weight: 400; font-size: 24px;}


      #youtube-playlist {padding: 5% 0 3%; text-align: center;}
      #youtube-playlist h2 { color:#ffa100; border-top: 5px solid #09780A; display: inline-block; padding: 10px 0 0 0; margin: 0 0 30px 0; text-transform: uppercase; font-weight: 400;}
      .spidochetube { max-width: 960px; margin: auto;} 
      .spidochetube_inner { float: left; background-color: #111; padding: 10px; width: 100%; box-sizing: border-box; }
      #spidochetube_player { width: 68.0852%; float: left; }
      #player {width: 100%;}
      #spidochetube_list { overflow: auto; float: right; -webkit-overflow-scrolling: touch; width: 31%; background-color: #111; padding: 5px 0; border: 1px solid #000; border-left: none; margin: 0; padding-top: 38%; height: 0; }
      #spidochetube_list li { border-top: 1px solid #1F1F1F; border-bottom: 1px solid #000; display: block; margin-left: 12px; padding: 6px 0; cursor: pointer; background-color: #111; position: relative; }
      #spidochetube_list li:first-child { border-top: none}
      #spidochetube_list li:last-child { border-bottom: none}
      #spidochetube_list li:hover { background: #0F0F0F;}
      #spidochetube_list li span { color: #999;  display: inline-block; width: 50%; margin-left: 4%; margin-right: 3%; font-size: 12px; word-break: break-word;}
      #spidochetube_list li img { vertical-align: top; width: 43%; }
      #spidochetube_list li.spidochetube_current, #spidochetube_list li:hover.spidochetube_current { background-color: #202325;}
      #spidochetube_list li.spidochetube_current span { color: #fff; }
      ul#spidochetube_list li:first-child { margin-top: -120%; }
      #spidochetube_list li a { width: 100%; display: block; margin: 0; }
      
      @media (max-width: 480px){
          #spidochetube_list li{ margin-left:5px; margin-right:5px; }
          #spidochetube_list li img { width: 100%; }
          #spidochetube_list li span { width: 100%; margin-left: 0; margin-right: 0; margin-top: 4px; }

          #footer{ 
            webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%) !important;
            clip-path: polygon(0% 0%, 76% 0, 100% 0%, 100% 100%, 0 100%, 0 10%) !important;
          }
      }


      #cronograma  {background-color: #ededed;}

      #cronograma .title-big {color:#464547; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 40px; }
      #cronograma .box-title {padding: 20px 0; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21); margin: 0 0 30px 0;}
      #cronograma .box-title h3 {color: #09780A; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 32px; }
      #cronograma ul.cronograma-list {list-style: none; padding: 0;}
      #cronograma ul li.item-list {padding: 11px 0; border-bottom: dotted 2px #666; text-align: center;}
      #cronograma ul li.item-list:last-child {border-bottom: none;}
      #cronograma .col-md-4:nth-child(3) ul.cronograma-list, #cronograma .col-md-4:nth-child(4) ul.cronograma-list {margin: 69px 0 0 0;}
      #cronograma ul li.item-list p {color: #09780A; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 26px;}

      
      #cta-saiba-mais {color: white; margin: 0 0 50px;}

      #vacina {background-image: url(../imgs/bg-fundo-vacina-redux-2022.jpg); background-size: cover; height: 480px; width: 100%; background-position: center center;
        margin-top: 40px;
        margin-bottom: 40px;
     }

      #vacina .container {
        padding: 0;
      }

      #vacina .container-foto-vacina {
        display: flex;
        flex-direction: column!important;
        padding: 0;
        align-items:flex-start!important;
        height: 670px;
      }

      #vacina .top-section {
        margin-top: 0!important;
        margin-bottom: auto!important;
        height: 120px!important;
        padding: 0!important;
        width: 100%;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
        -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 76% 100%, 25% 100%, 0 0);
        clip-path: polygon(0 0, 0 0, 100% 0, 76% 100%, 25% 100%, 0 0);
      }

      #vacina .bottom-section {
        padding: 120px!important;
        width: 100%;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
        -webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%);
        clip-path: polygon(25% 0%, 76% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
      }

      
      #detalhe-vacina h2.title, .title-vacina {color: white; font-family: 'Lato', sans-serif; font-weight: 600; font-size: 30px;}
      .title-vacina {margin: 0 0 40px 0;}
      #detalhe-vacina .card-vacina .text-wrap {background-color: white; margin: 20px; padding: 30px 40px 10px 40px; border-radius: 10px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);}
      #detalhe-vacina .card-vacina .text-wrap p {font-family: 'Lato', sans-serif; font-weight: 600; font-size: 16px;}
      #detalhe-vacina .card-vacina .text-wrap p span {color: #339966;}
      #detalhe-vacina .subtitle {color: white; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 22px;}

      #cta-estudo {padding: 3% 0; text-align: center;}

      #faq {padding: 0 0 2%; text-align: center;}
      .btn-link {font-weight: 400; color:#339966; text-decoration: none; font-size: 1.4rem;}
      .btn-link:hover {color: #ffa100; text-decoration: underline;}
      #faq h2 { color:white; border-top: 5px solid #ffa100; display: inline-block; padding: 10px 0 0 0;  text-transform: uppercase;  font-weight: 400;}
      #faq .title-wrap p {color: white; font-size: 22px; font-weight: 400;}


      #footer {
        padding: 2% 0;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
        /* -webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%);
        clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%); */
      }

      section#campanha-vacinacao {
        background-color: #311b44!important;
        background-image: url(../imgs/back-campanha-top.png);
        color: #FFFFFF;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 50px 10px;
        padding-bottom: 0;
      }
      section#campanha-vacinacao .container {
        max-width: 1120px;
        /* height: 96vh; */
        background-image: url(../imgs/icon-back-campanha.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: auto;
      }
      
      section#campanha-vacinacao .title {
        display: flex;
        justify-content: center;
      }

      section#campanha-vacinacao .conteudo-geral {
        max-width: 1120px;
        background-image: url(../imgs/icon-back-campanha.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: auto;
      }
      
      section#campanha-vacinacao h2 {
        text-align: center;
        font-size: 50px;
        font-weight: 600;
      }
      section#campanha-vacinacao .itens {
       display: flex;
       flex-wrap: nowrap;
       padding: 35px 0;
       margin: 0 auto;
       align-items: center;
       justify-content: space-between!important;
       margin-left: 45%;
      }
      section#campanha-vacinacao .itens .conteudo {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content:left;  
       }
      section#campanha-vacinacao .itens .conteudo p {
          padding: 0;
          margin: 0;
          padding-left: 20px;
          text-transform: uppercase;
          font-size: 17px; 
       }
      section#campanha-vacinacao .itens .box-icons {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 185px;
        padding: 10px 0;
      }
      
      @media screen and (max-width: 991px) {
        #topo {padding: 0 20px;}
        #topo h1 {font-size: 37px;}
        
        .logo-1, .logo-2, .logo-3 {margin: 35px 0;}
        #btn-vacinacao img {margin: 20px 0;}
        #publico-alvo .cards {margin: 20px 0 30px 0;}
        #cta-saiba-mais .title-cta {margin: 0 0 30px 0; text-align: center;}

        #vacina {background-image: url(../imgs/bg-fundo-vacina-redux-2022.jpg); background-size: cover; height: 340px; width: 100%; background-position: center center; 
          margin-top: 0; 
          margin-bottom: 0;}

        #cta-estudo h2 {
            font-size: 2.1rem;
        }

        #footer {
          padding: 2% 0;
          background: rgb(15,65,35);
          background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
          /* -webkit-clip-path: polygon(25% 0%, 76% 0, 100% 33%, 100% 100%, 0 100%, 0 33%);
          clip-path: polygon(25% 0%, 76% 0, 100% 10%, 100% 100%, 0 100%, 0 10%); */
      }   

        #detalhe-vacina, #btn-vacinacao, #cta-saiba-mais {
        padding: 8% 0 5%;
        background: rgb(15,65,35);
        background: linear-gradient(90deg, rgba(15,65,35,1) 0%, rgba(32,123,71,1) 50%, rgba(15,65,35,1) 100%);
      /*   -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 75% 100%, 25% 100%, 0 97%);
        clip-path: polygon(0 0, 100% 0, 100% 97%, 75% 100%, 25% 100%, 0 97%); */
      }

        section#campanha-vacinacao .itens {
          margin-left: 0;
        }
        section#campanha-vacinacao .container {
          background-image: none;
          background-color: #311b44!important;       
        }      
      }

      @media (max-width: 780px) {
        section#campanha-vacinacao .itens {
          flex-wrap: wrap;
        }
        section#campanha-vacinacao .itens .box-icons {
          margin-top: 15px;
        }
      }


      @media (max-width: 680px) {
        #vacina {background-image: url(../imgs/bg-fundo-vacina-redux-2022.jpg); background-size: cover; height: 190px; width: 100%; background-position: center center; 
          margin-top: 0; 
          margin-bottom: 0;}
      }

      .card-body{
        text-align:justify !important;
      }
/* >>>>>>> 4d0eff9f066ab5522b5961990fb98d5f576370c2 */
