.responsiva{
    max-width: 90%;
}
p {font-size: 16px;}
.margin {margin-bottom: 45px;}
  
 /* Serve para colocar as cores nas seções */
  
.bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}  
.bg-2 { 
    background-color: #474e5d; 
    color: #ffffff;
}
.bg-3 { 
    background-color: #ffffff; 
    color: #555555;
}
.bg-4 { 
    background-color: #2f2f2f; 
    color: #fff;
}

.bluer-agenda{
	padding-bottom: 0px !important;
}
  
.boox{
    padding-top: 150px;
    padding-bottom: 175px;	
}
.boox h2{
	font-size: 70px;	
}
.boox .descri{	
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 20px;	
}
.boox img{
    max-width: 90%;
}

.boox-temas img{
	margin: 5px;
	border: solid 3px #000000;
}
.boox-temas img{
    transition: all .5s;
    border: 5px solid #eeeeee;
}
.boox-temas img:hover{
	cursor: pointer;
	border: 5px solid #ffcc00;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	transition: box-shadow 0.3s ease;
}  
.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}
.text-left{
	line-height: 1.8;
	margin-top: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 22px;
}
.gra{
	padding-top: 15px;
	padding-bottom: 15px;	
}

.oferta{
	padding-top: 60px;
	padding-bottom: 60px;	
	background-image: url("../imgs/Digital-Marketer-bright-room.png");
	background-size: cover;
	background-position: center 0;
	color: #000000;
}
.box-preco{
    color: black; /* Define a cor do texto como preto */
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5); /* Adiciona uma sombra branca ao redor do texto */
	margin: auto;
	display: table;
}
.box-preco .sbox{
	float:left;
}
.box-preco .real{
	font-size: 150px;
	margin-left: -13px;
}
.box-preco .cifra{
	padding-top: 30px;
	font-size: 22px;
}
.box-preco .centavos{
	margin-left: 6px;
	padding-top: 26px;
	font-size: 40px;
}
.box-preco .periodo{
	padding-top: 70px;
	margin-left: -50px;
	font-size: 22px;
}
/* ESTILO DO BOTÃO DE ASSINAR */

.btn{
	padding: 15px;
    color: #000000 !important;
    background-color: #ffcc00 !important;
	font-size: 50px;
}   
.btn:hover {
    border: 1px solid #1a253b;
    background-color: #ffffff !important;
    color: #1a253b;
}

.btn-ver-site{
	border: 3px solid #ffffff;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
}
.btn-ver-site:hover{
	border: 3px solid #000000;
	color: #000000;
	background: #ffffff;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
}


/* FAQ's */
.faqs{
	background-image: url("../imgs/fundo-001.png");	
}
/* PARA MAIS ESTILIZAÇÃO DE FAQs Va no CSS Global */


.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img{
	border: 5px solid #ffffff;	
	max-width: 100%;
	vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(100%);
  width: 100%;
  height: 100%;
  background-color: #1abc9c;
  color: #ffffff;
  padding: 15px 20px 0px;
  cursor: pointer;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;  
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 0px;
}