/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2022 | 01:21:45 */
.sws_timeline:before{
    content: "";
    background: var(--e-global-color-accent);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
	z-index: 8;
	transform: translateX(-522px);
}


@media (max-width: 768px){
	.sws_timeline:before{
		left: 15px;
		transform: none;
	}
}



/* textos */

.sws_txt blockquote {
  font-style: italic;
  font-size: 110%;
  line-height: 160%;
  background: rgba(0,0,0,0.025);
  margin: 0;
  padding: 30px;
  margin-bottom: 20px;
}
.sws_txt blockquote cite{
  opacity: 0.5;
}
.sws_txt figure{
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.sws_txt h1{
  font-size:150%;
  font-weight: 800;
  line-height: 150%;
  margin: 20px 0px;
}
.sws_txt h2{
  font-size:150%;
  font-weight: 800;
  line-height: 150%;
  margin: 20px 0px;
}
.sws_txt h3{
  font-size:130%;
  font-weight: 800;
  line-height: 150%;
  margin: 20px 0px;
}
.sws_txt h4{
  font-size:130%;
  font-weight: 300;
  line-height: 150%;
  margin: 20px 0px;
}
.sws_txt h5{
  font-size:120%;
  font-weight: 800;
  line-height: 150%;
  margin: 20px 0px;
}
.sws_txt h6{
  font-size:120%;
  font-weight: 800;
  line-height: 150%;
  margin: 20px 0px;
}
.sws_txt .wp-block-button a.wp-block-button__link:hover,
.sws_txt .wp-block-button a.wp-block-button__link{
  border-radius: 0px;
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
}
.sws_txt .wp-block-button.is-style-outline a.wp-block-button__link:hover,
.sws_txt .wp-block-button.is-style-outline a.wp-block-button__link{
  border-radius: 0px;
}
.sws_txt .wp-block-button a.wp-block-button__link:hover{
  opacity: 0.7;
}
.sws_txt .wp-block-button.is-style-outline a.wp-block-button__link:hover{
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.sws_txt ul,
.sws_txt p{
  margin-bottom: 20px;
  min-height: 27px;
}
.sws_txt ul li{
  margin-bottom: 10px;
}

.sws_txt .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.sws_txt .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sws_txt ol,
.sws_txt ul{
    padding-left: 20px;
}

.sws_txt ol li,
.sws_txt ul li{
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
}

.sws_txt ul{
    list-style-type: "";
}

.sws_txt ul li{
    position: relative;
}
.sws_txt ul li:before{
    content: "\e900";
    position: absolute;
    left: -20px;
    font-family: 'swsv2';
    font-size: 80%;
    line-height: 200%;
    color: #005CB9;
}

.sws_txt ol{
    list-style: none;
    counter-reset: li;
    position: relative;
    margin-bottom: 20px;
}

.sws_txt ol li::before{
    content: counter(li);
    counter-increment: li;
    color: #005CB9;
    position: absolute;
    left: 0px;
    font-size: 70%;
    line-height: 250%;
    font-weight: 500;
}

.sws_txt.sws_txt_livro p em{
  background: #e6f5fb;
}

.sws_txt.sws_txt_livro h1,
.sws_txt.sws_txt_livro h2,
.sws_txt.sws_txt_livro h3,
.sws_txt.sws_txt_livro h4,
.sws_txt.sws_txt_livro h5,
.sws_txt.sws_txt_livro h6{
    font-family: inherit;
    font-style: italic;
}

.sws_txt.sws_txt_livro img{
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
}

@media (max-width: 768px){
  .sws_txt blockquote {
    font-size: 110%;
    line-height: 150%;
    margin: 0px -15px 20px -15px;
    padding: 15px;
  }
}
