/* Academy */

*{
	font-family: Montserrat, Poppins, Arial, sans-serif;
}

.corpo{
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.new-bt{
	box-shadow: 2px 2px 5px #000;
    font-size: 1.2rem;
    width: 400px;
}

svg{
    vertical-align: middle;
}

h2{
	display: block;
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px auto;
}

header nav #logotipo{
	font-size: 56px;
}

/* Page */

#homer{
	padding: 100px;
	position: relative;
	overflow: hidden;
}

#homer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(
      rgba(255,255,255,0.5),
      rgba(255,255,255,0.8)
    ),
    url('../img/academy/capa.png') center/cover no-repeat;
  filter: blur(0px);
  transform: scale(1.1);      /* evita bordas “durinhas” por causa do blur */
  z-index: -1;                /* fica atrás do conteúdo */
}

#homer h1{
	display: block;
	font-size: 4em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 60px;
	text-shadow: 1px 1px 2px #fff;
}

#homer h1 span{
	display: block;
	font-style: italic;
	color: #ffcc00;
	text-shadow: 1px 1px 2px #000;
}

#homer blockquote{
	display: block;
	font-size: 2em;
	line-height: 1.4;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
}

#homer subox{
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
	color: #000;
	background: rgba(255,204,0,0.6);
	border: 2px solid rgba(255,204,0,1);
	padding: 10px;
	width: 350px;
	border-radius: 50px;
}

#homer subox svg{
	stroke: #000;
	margin-right: 5px;
}

#pacote{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#pacote .corpo{
	text-align: center;
}

#pacote + .new-bt{
	margin: 0 auto;
}

.subpack{
	display: inline-block;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	padding: 10px;
	width: 120px;
	height: 90px;
	margin: 5px;
	border-radius: 10px;
	overflow: hidden;
    transition: transform 0.4s ease-in-out;
    cursor: default;
}

.subpack:hover{
	transform: scale(1.1);
}

.subpack svg{
	display: block;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	width: 20px;
	height: 20px;
	padding: 10px;
	margin: 0 auto;
	overflow: visible;
}

.subpack span{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
}

#pacote + .button{
	background: #da4a7b;
	margin-top: 100px;
}

#steps{
	background: #fff;
	margin-bottom: 100px;
}

#steps h2{
	background: #ffcc00;
	padding: 50px;
	margin: 0;
	margin-bottom: 100px;
}

#steps h2 span{
	color: #fff;
	display: block;
	margin-top: 10px;
}

#steps .stepcard{
	position: relative;
	display: block;
	font-size: 1em;
	line-height: 1.4;
	text-align: justify;
	color: #666;
	margin: 30px auto;
	padding: 30px;
	width: 1000px;
	border-radius: 10px;
	/*
	--cor-base: #f9635f;
	background-color: color-mix(in srgb, var(--cor-base) 10%, white);
	box-shadow: 
    1px 1px 3px #ccc,
    inset 5px 0 0 0 var(--cor-base);
    */
	--cor-base: #f9635f;
	background-color: color-mix(in srgb, #c7c7c7 10%, white);
	box-shadow: 
    1px 1px 3px #ccc,           /* sombra externa */
    inset 5px 0 0 0 #f9635f;    /* faixa interna */
}

#steps .stepcard.check{
	/*--cor-base: LightSeaGreen;*/
	background-color: color-mix(in srgb, #c7c7c7 10%, white);
	box-shadow: 
    1px 1px 3px #ccc,           /* sombra externa */
    inset 5px 0 0 0 LightSeaGreen;    /* faixa interna */
}

#steps .stepcard p{
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
	margin-bottom: 20px;
}

#steps .stepcard svg{
	width: 30px;
    height: 30px;
    padding: 15px;
	border-radius: 50px;
	overflow: visible;
	margin-right: 10px;
    stroke: #f9635f;
    background-color: color-mix(in srgb, #f9635f 20%, white);
}

#steps .stepcard.check svg{
	stroke: LightSeaGreen;
	background-color: color-mix(in srgb, LightSeaGreen 20%, white);
}

#itens{
	background: #e6eaf7;
	text-align: center;
	padding-bottom: 250px;
}

#itens h2{
	background: #0c1931;
	color: #fff;
	padding: 50px;
	margin: 0;
	margin-bottom: 50px;
}

#itens h2 span{
	color: #ffcc00;
	display: block;
}

#itens item{
	display: inline-block;
	background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    width: 330px;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
}

#itens item svg{
	width: 50px;
	height: 50px;
	stroke: #ffcc00;
	background: rgba(255,204,0,0.2);
	padding: 15px;
	border-radius: 20px;
	overflow: visible;
}

#itens item p{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 20px;
	color: #333;
}

#itens item span{
	display: block;
	font-size: 0.9;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

#itens item ul{
	text-align: left;
}

#itens item ul li{
	color: #666;
	line-height: 3;
}

#itens item ul li svg{
	width: 25px;
	height: 25px;
	stroke: LightSeaGreen;
	margin-right: 5px;
	background: rgba(32,178,170,0.2);
	padding: 5px;
	border-radius: 50px;
	overflow: visible;
}

#autor{
	background: #0c1931;
	padding: 50px;
	padding-bottom: 100px;
}

#autor img{
	display: block;
	width: 300px;
	margin: 0 auto;
	margin-top: -200px;
	border: 3px solid #fff;
	border-radius: 200px;
}

#autor h2{
	color: #fff;
	margin: 50px 0;
}

#autor article{
	color: #ccc;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: justify;
	margin: 50px auto;
	max-width: 1000px;
}

#autor article b{
	color: #ffcc00;
}

#autor boxes{
	display: block;
	text-align: center;
}

#autor boxes div{
	display: inline-block;
	background: transparent;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 20px;
	margin: 5px;
	color: #fff;
	cursor: default;
	transition: transform 0.4s ease-in-out;
}

#autor boxes div:hover{
	transform: scale(1.1);
	border-color: #fff;
}

#autor boxes div b{
	color: #fff;
}

#autor boxes div svg{
	margin-right: 5px;
	stroke: #ffcc00;
}

#checkout{
	background: #ffcc00;
	padding-top: 100px;
}

#checkout h2{
	color: #0c1931;
	font-weight: 900;
}

#checkout p{
	font-size: 1.2em;
	line-height: 1.4;
	text-align: center;
}

#payment{
	text-align: center;
}

#payment .box-plan{
	position: relative;
	display: inline-block;
	background: #0c1931;
	color: #fff;
	text-align: center;
	margin: 50px auto;
	margin-bottom: 80px;
	padding: 30px;
	width: 400px;
	border-radius: 10px;
	cursor: default;
	transition: transform 0.4s ease-in-out;
}

#payment .box-plan:hover{
	transform: scale(1.1);
}

#payment .box-plan.disabled{
	background: #fff;
}

#payment span{
	text-align: center;
}

#payment svg{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	stroke: #fff;
}

#payment .freq{
	display: block;
	font-size: 1.1em;
	margin-top: 10px;
	color: #fff;
}

#payment .price{
	display: block;
	font-size: 3.5em;
	font-weight: 900;
	margin: 10px auto;
	color: #fff;
}

#payment .price span{
	font-weight: normal;
	font-size: 0.3em;
	color: #fff;
}

#payment .offer{
	display: block;
	font-size: 1em;
	color: #fff9;
}

#payment .buy{
	display: block;
	background: RoyalBlue;
	color: #fff;
	border-radius: 5px;
	padding:15px 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0;
}

#payment .buy:hover{
	opacity: 0.8;
}

#payment .access{
	display: block;
	font-size: 0.8em;
	padding: 10px auto;
	color: #fff9;
}

.bt-disabled{
	cursor: not-allowed;
	opacity: 0.5 !important;
}

#faq{
	background: #f1f1f1;
	padding: 100px;
	box-sizing: border-box;
}

#faq h2{
	margin: 0 auto;
}

#faq h2 span{
	color: #ffcc00;
}

#faq p{
	text-align: center;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 50px;
}

details{
    outline: none;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all ease 1s;
}

details:hover{
    background-color: #E4F1FB;
}

details summary{
    cursor: pointer;
    outline: none;
    font-size: 1em;
}

details summary::-webkit-details-marker{
    display: none;
}

details summary:after{
    float: right;
    content: "+";
    width: 20px;
    height: 20px;
}

details[open] summary:after{
    content: "-";
    width: 20px;
    height: 20px;
}

details div, details ul{
  margin-top: 20px;
  color: #333;
  font-size: 1em;
  list-style: disc;
}

details div{
	line-height: 1.4;
}

details ul{
	padding-left: 20px;
}

details ul li{
	line-height: 2;
}

/* Mobile */

@media only screen 
and (min-width : 0px)
and (max-width : 800px),
(min-device-width : 320px)
and (max-device-width : 1000px)
and (orientation:portrait){

.corpo{
	width: auto;
}

.new-bt{
	font-size: 2.4em;
	width: 80%;
}

h2{
	font-size: 4em;
}

#homer{
	margin-top: 200px;
}

#homer h1{
	font-size: 7em;
}

#homer blockquote{
	font-size: 4em;
}

#homer subox{
	display: none;
}

#pacote .subpack{
	width: 300px;
	height: 200px;
	font-size: 2em;
	padding: 20px;
}

#pacote .subpack svg{
	width: 50px;
	height: 50px;
	padding: 20px;
}

#steps .stepcard{
	width: 80%;
	font-size: 2em;
}

#itens item{
	display: block;
	font-size: 2em;
	width: 70%;
	margin: 50px auto;
	padding: 50px;
}

#itens item svg{
	width: 80px;
	height: 80px;
}

#itens item ul li svg{
	width: 40px;
	height: 40px;
}

#autor img{
	width: 50%;
	border-radius: 500px;
}

#autor h2{
	font-size: 6em;
}

#autor article{
	font-size: 2em;
}

#autor boxes div{
	font-size: 2em;
	display: block;
	padding: 50px;
	border-width: 2px;
	margin: 20px auto;
}

#autor boxes div svg{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
}

#checkout h2{
	font-size: 6em;
}

#checkout p{
	font-size: 2.4em;
	width: 80%;
	margin: 0 auto;
}

#payment .box-plan{
	width: 80%;
	font-size: 2em;
}

#payment svg{
	width: 100px;
	height: 100px;
}

#payment .price{
	font-size: 4.5em;
}

#payment .buy{
	padding: 50px 0;
	margin: 50px 0;
}

#payment .access {
    font-size: 1em;
}

#faq p{
	font-size: 2em;
}

details{
	width: 90%;
}

details{
	font-size: 2em;
	padding: 50px;
}

details summary:after,
details[open] summary:after{
	width: 0;
}

}

@media only screen 
and (min-width : 0px)
and (max-width : 800px),
(min-device-width : 320px)
and (max-device-width : 1000px)
and (orientation:landscape){

html, body, .corpo{
	
}


}
