@charset "utf-8";
/* CSS Document */

body { 
	padding: 0px; 
	font-family: "Work Sans", sans-serif;
	background: #F9F7F4; 
	margin: 0px;
}
section{padding-bottom: 3rem; padding-top: 3rem;}
section:nth-of-type(5n + 1) { background-color: #ffffcb; }
section:nth-of-type(5n + 2) { background-color: #cbd2be; }
section:nth-of-type(5n + 3) { background-color: #cab4a7; }
section:nth-of-type(5n + 4) { background-color: #b0b7b7; }
section:nth-of-type(5n + 5) { background-color: #f0e0c4; }


section{
	position: relative;
}
.condensed{
	font-family: "Roboto Condensed", sans-serif;
}
.lh-110{line-height:110%}
.bg-blue{ background:#082D44;}
.bg-wine{background:#5F0127;}
.bg-brown{
	background: #8c7b6a;
}
.text-brown{
	color: #8c7b6a;
}

h2, h3, h4, h5, h6{
	font-size: 2rem;
	font-family: "Playfair Display", serif;
	font-weight: 900;
}

blockquote {padding: 1rem 1.5rem;border-left: 0.25rem solid #5F0127;}
blockquote footer {
}

blockquote{margin: 0px;font-family: "Roboto Condensed", sans-serif;}
blockquote span{
	font-style:italic;
	font-weight:bold;
	font-size:1.5rem;
	color: #5F0127;
}
blockquote > span::before {
  content: "“";
}
blockquote > span::after {
  content: "”";
}
  blockquote footer {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    color: #1B1B1B;
  }


p{
	font-size: 1.1rem;
}

.p1{
	
}
.p2{
	
}
.p3{
	
}


#header{
	z-index:9;
	font-family: "Roboto Condensed", sans-serif;
}
#header p{ font-size:0.9rem;}
#header li{ padding: 0px 1rem; }
#header li a{color:#FFF;}
#header li a:hover{color:#BFBFBF;}

#header i.prev{ 
	-webkit-transform: rotate(180deg); 
  -moz-transform: rotate(180deg);    
  -ms-transform: rotate(180deg);     
  -o-transform: rotate(180deg);      
	transform: rotate(180deg);
}
#content{
	position: relative;
}
#home-banner > .w-100{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #0000004f;
    z-index: 2;
}

#home-banner .d-flex{
	max-width:320px;
}

#home-banner h1{
	font-size:1.5rem;
}

#home-banner .banner-title img{width: 72px;}
.debug{
	position: absolute;
	background: #FF0;
	padding: 0px .5rem;
	z-index: 1;
	left: 0px;
	width: 64px;
	text-align: center;
}
.font-normal{
	font-style: normal !important;
}



  .content-element {
    margin-bottom: 1rem;
    /* opacity: 0; */
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
 .visible .content-element {
    opacity: 1;
    transform: translateY(0);
  }
  audio { width: 100%; }
  .placeholder {
    text-align: center;
    color: #999;
    font-style: italic;
    margin-bottom: 2rem;
  }
  #sentinel { height: 36px; }

  #loader {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 1.2em;
    color: #333;
    z-index: 1000;
  }

  figure {
    display: block;
    text-align: center;
  }

  figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
  }

.colunistas p{font-size: 1rem;line-height: 120%;}


.colunistas a{ color:#8C7B6A;}
.colunistas a:hover{ color:#000;}


.borda{border: 4px solid #8C7B6A;}
.modal .modal-dialog{
	
}
.modal .subtitle{
	font-family: "Roboto Condensed", sans-serif;
	font-style:italic;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.modal p{
	font-size: 1rem;
}

.modal h2{
	font-size: 1.4rem;
}

.modal h3{
	font-family: "Roboto Condensed", sans-serif;
	font-size:1.5rem;
}
.modal figcaption {
    text-align: right;
}
.modal .audio{
	color:#8C7B6A;
	
}
.modal .audio div{
	width:30%;
	
}
.modal .audio p{
	font-family: "Roboto Condensed", sans-serif;
	font-size:1.4rem;
	margin:0px;
	line-height:1.2;
	font-weight: 900;
}

.modal .audio p.author{
	font-family: "Playfair Display", serif;
	font-size: 0.9rem;
	font-weight: 400;
}

.modal .audio audio{
	
	
}

.swiper-button-next, .swiper-button-prev{
	color:#FFF;
}


.youtube-lazy {
  position: relative;
  cursor: pointer;
  background: #000;
}



.youtube-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.youtube-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.youtube-lazy:hover .youtube-play {
  opacity: 1;
}

#footer-2 img{
	width:64px;
	margin-bottom:0.5rem
}
#footer-2 h6{
	font-family: "Work Sans", sans-serif;
	font-size:1.4rem;
}
#footer-2 p{
	font-size: 0.9rem;
}
@media (min-width: 768px) {
	#home-banner .banner-title img{width: unset;}
}

@media (min-width: 1200px) {



#home-banner h1{
	font-size:3rem;
}
	
.content-element {
margin-bottom: 2rem;
}	
h2, h3, h4, h5, h6{
	font-size: 3.1rem;
}
blockquote{
}
blockquote span{
	font-size: 2rem;
}
blockquote footer {
}

p{
	font-size: 1.2rem;
}

.p1{
	
	
}
.p2{
	
}
.p3{
	
}


.colunistas p{ font-size:1.4rem;}

.modal p{
	font-size: 1.1rem;
}
.modal h2{
	font-size: 2rem;
}
}
